.elementor-kit-9{--e-global-color-primary:#A11417;--e-global-color-secondary:#3B3B3B;--e-global-color-text:#0D0D0D;--e-global-color-accent:#FFDE11;--e-global-color-0a3d80c:#FFFFFF;--e-global-color-4297d41:#F2F2F2;--e-global-color-31f5fe1:#BABABA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:20px;font-weight:400;line-height:26.4px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:21.1px;color:var( --e-global-color-0a3d80c );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:0.75em 1.5em 0.75em 1.5em;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-0a3d80c );color:var( --e-global-color-primary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-primary );}.elementor-kit-9 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-9 h1{color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:45px;font-weight:700;text-transform:uppercase;line-height:52.7px;letter-spacing:1px;}.elementor-kit-9 h2{font-family:"Roboto", Sans-serif;font-size:36px;font-weight:500;line-height:42.2px;}.elementor-kit-9 h3{font-family:"Roboto", Sans-serif;font-size:30px;font-weight:400;line-height:35.2px;}.elementor-kit-9 h4{font-family:"Roboto Condensed", Sans-serif;font-size:26px;font-weight:400;text-transform:uppercase;line-height:27px;}.elementor-kit-9 h5{font-family:"Roboto Condensed", Sans-serif;font-size:20px;font-weight:500;text-transform:uppercase;line-height:26.4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1248px;}.e-con{--container-max-width:1248px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 h1{font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Team card base */
    .team-card {
  position: relative;
  background-size: 100%;
  background-position: center;
  filter: grayscale(100%);
  transition:
    background-size 0.6s ease,
    filter 0.4s ease;
}
.team-card button {
    white-space: wrap !important;
}
.team-card button:hover, .team-card button:focus {
    background-color:transparent !important;
}

/* Zoom + color on hover */
.team-card:hover {
  filter: grayscale(0%);
  background-size: 120% !important;
}
.team-link .team-read-bio, .team-link:hover .team-title {display:none;}
.team-link:hover .team-read-bio {display:block;}

/* Core Values check hover */
@media (min-width:768px) { .check-rollover .elementor-icon-list-icon {
    width: 0px;
    transition:all .3s ease;
}

.check-rollover:hover .elementor-icon-list-icon {
    width: 30px;
}
}/* End custom CSS */