/* general utility flex rules */

.align-row {
    display: flex;
    align-items: center;
  }
  
  @media (max-width: 980px) {
    .align-row {
      flex-direction: column;
      justify-content: center;
    }
  }
  
  .footer-menu .et-menu>li {
      padding-left: 55px !important;
      margin-bottom: 20px !important;
  }
  
  @media screen and (max-width: 980px) {
  
      #footer-no-toggle .et_pb_menu__menu {
          display: block;
      }
  
      #footer-no-toggle .mobile_menu_bar {
          display: none;
      }
  }

  /* borderless side button syle as on home page */
  .et_pb_button {
    border-right: 0;
    border-left: 0;
  }
  
  .et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
      width: auto !important;
  }
  
  .header-wrapper {
    display: flex;
  }
  
  #header-nav {
    flex-grow: 1;
  }
  
  @media all and (min-width: 981px) {
    .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu {
    width: 100%;
    display: block;
  }
  }
  
  .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>#menu-main-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>#menu-main-nav>li:not(:first-child) {
    padding-left: 24px;
  }
  .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>#menu-main-nav>li.menu-item-has-children {
    padding-right: 28px;
  }
  
  .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>#menu-main-nav>li:nth-child(4) {
    padding-right: 0;
    margin-left: auto!important;
  }
  
  .et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding: 35px 0 !important;
  }
  
  .header-secondary {
    display: flex;
    align-items: center;
  }
  .et-db #et-boc .et-l .et-menu .menu-item-has-children>a:first-child:after {
    right: -20px;
  }
  @media (max-width: 1100px) and (min-width: 981px) {

    .header-secondary {
        display: flex;
        align-items: flex-end;
    }
  
    .et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row {
      flex-wrap: wrap;
    }
    .et_pb_menu__logo-wrap {
      width: 100%;
    }
    .et_pb_menu .et_pb_menu__wrap {
      width: 100%;
    }
  
    .et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul#menu-main-nav>li>a {
      padding: 10px 0 20px !important;
    }
  }
  
  /* Mega Menu */
  .et-menu-nav li.mega-menu>ul,
  .et-db #et-boc .et-l .et-menu-nav li.mega-menu>ul   {
    left: -24px !important;
    top: -100% !important;
    width: 100vw!important;
    z-index: -1!important;
    padding: 18px 10%!important;
  
  }
  
  .et-menu-nav li.mega-menu:hover>ul,
  .et-db #et-boc .et-l .et-menu-nav li.mega-menu:hover>ul {
    opacity: 1!important;
    visibility: visible!important;
    left: -24px !important;
    top: calc(100% - 1px) !important;
  }
  
  .et_pb_menu_0_tb_header.et_pb_menu .nav li.mega-menu ul,
  .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .nav#menu-main-nav li ul {
    background-color: #e1e1e1 !important;
    display: flex;
  }
  .et-menu-nav li.mega-menu li>a,
  .et-db #et-boc .et-l .et-menu-nav li.mega-menu li>a {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .et-menu-nav li.mega-menu>ul>li,
  .et-db #et-boc .et-l .et-menu-nav li.mega-menu ul li {
    width: 25%;
    margin: 0;
    float: none !important;
    display: flex !important;
  }
  
  .et_pb_menu_0_tb_header.et_pb_menu .nav li.mega-menu ul.sub-menu li.current-menu-item a {
    color: #000000!important;
  }
  
  .et-menu-nav li.mega-menu>ul>li>a:first-child,
  .et-db #et-boc .et-l .et-menu-nav li.mega-menu>ul>li>a:first-child {
    font-weight: 500;
    border-bottom: none;
    text-transform: inherit;
    padding: 16px !important;
    padding-top: 16px !important;
  }
  
  .et-menu-nav li.mega-menu>ul>li>a:first-child:hover,
  .et-db #et-boc .et-l .et-menu-nav li.mega-menu>ul>li>a:first-child:hover {
    background-color: rgb(255 255 255 / 30%) !important;
    opacity: 1;
  }
  
  .et-menu-nav li.mega-menu>ul>li>a:first-child .h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #af2d37 !important;
    font-size: 16px;
    z-index: 99;
  }
  
  /* Mobile Menu */
  
  .mobile-only {
    display: block;
  }
  
  @media (min-width: 981px) {
    .mobile-only {
      display: none !important;
    }
  }
  
  
  .et_mobile_menu .menu-item-has-children>a,
  .et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
    font-weight: 500;
  }
  
  .et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a,
  .et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children > a,
  #main-header .et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    position: relative;
  }
  .et-db #et-boc .et-l .et_mobile_menu  .menu-item-has-children > a:after,
  .et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children > a:after,
  #main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 18px;
    content: '\4c';
    top: 11px;
    right: 13px;
    font-weight: 700;
  }
  .et-db #et-boc .et-l .et_mobile_menu  .menu-item-has-children.visible > a:after,
  .et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children.visible > a:after,
  #main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
    content: '\4d';
  }
  .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li ul,
  .et_pb_fullwidth_menu .et_mobile_menu ul.sub-menu,
  #main-header .et_mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
  }
  .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu .visible > ul.sub-menu,
  .et_pb_fullwidth_menu .et_mobile_menu .visible > ul.sub-menu,
  #main-header .et_mobile_menu .visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
  }
  
  /* button */
  .line-button {
      border-left: 0 !important;
      border-right: 0 !important;
  }
  
  /* homepage testimonials */ 
  /* .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
      padding: 0 0 15% 0 !important;
  }
  
  .et_pb_slides .et_pb_slider_container_inner {
      vertical-align: baseline !important;
  } */
  
  /* Home Hero */
  
  
  div.et_pb_section.home-mask>.et_pb_background_mask  {
    background-image: url(../img/home-hero.svg) !important;
    background-size: cover;
    background-position: 60% 100%;
  }
  
  .hero-btn-row > .et_pb_column {
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 768px) {
  .hero-btn-row .et_pb_button_module_wrapper .et_pb_button,
  .hero-btn-row .et_pb_button_module_wrapper {
    width: 100%;
    text-align: center;
  }
  }
  
  
  /*bios*/
  
  .et_pb_column.et_pb_column_2_5.et_pb_column_1_tb_body.et_pb_css_mix_blend_mode_passthrough {
      margin-right: 0% !important;
  }
  
  /* Counter Zone -- applying grid */
  .statblock {
      display: grid;
      grid-template-rows: repeat(1, minmax(0, 1fr));
      grid-auto-rows: auto;
      grid-column-gap: 20px;
      grid-row-gap: 0px;
      align-items: center;
     
  }
  
  @media (min-width: 981px) {
    .statblock {
      margin-bottom: -10%;
      grid-template-rows: repeat(2, minmax(0, 1fr));

    }
  }
  
  .statblock hr {
      margin-top: 30px;
      width: 100%;
  }
  

  
  @media (min-width: 981px) {
    .statblock  .col-span {
      grid-column: span 2 / span 2;
    }
      .statblock .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
          margin-bottom: 0;
      }
  }
  
  .dollar .percent-value:before { content:'$';}
  
  /* Logo Grid */
  
  .logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(min(160px, 100%), 1fr));
      grid-column-gap: 16px;
  }
  
  @media (min-width: 981px) {
    .logo-grid {
      grid-column-gap: 24px;
  
    }
  }
  
  @media (max-width: 981px) {
      .logoblock {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 0px;
      align-items: center;
      }
  }
  
  @media (max-width: 980px) {
  
    .mask-image-wrapper {
    width: 50%;
    }
  }
  
  .mask-image {
    height: 100%;
  }
  
  .mask-image img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    object-position: top right;
    position: absolute;
  }
  
  .mask-image .et_pb_image_wrap {
    height: 100%;
    display: block;
  }
  
  /** Safari */
  /* @media not all and (min-resolution: 0.001dpcm) {
      .mask-image img {
        position: absolute;
        object-fit: cover;
        object-position: right;
      }
  } */
  
  
  /* News Posts - Overlay mode */
  
  .news-grid a.more-link {
      color: #AF2D37!important;
      border-top: 2px #AF2D37 solid;
      border-bottom: 2px #AF2D37 solid;
      padding: 5px;
      transition: all 300ms ease 0ms;
  }
  
  .news-posts .et_pb_ajax_pagination_container .post {
      padding-bottom: 15px !important;
      margin-bottom: 0 !important;
  }
  
  .news-grid .alignleft, .news-grid .alignright {
      margin-top: 15px;
      color: #AF2D37!important;
      padding: 5px;
      transition: all 300ms ease 0ms;
  }
  
  .news-grid .alignleft:hover, .news-grid .alignright:hover {
      background-color: rgba(0,0,0,.05);
      padding: 0.3em 2em 0.3em 0.7em;
  }
  
  .news-grid .pagination {
      border-top: 2px solid #AF2D37;
  }
  
  .news-grid a.more-link:hover {
      background-color: rgba(0,0,0,.05);
      border: 2px solid transparent;
      padding: 0.3em 2em 0.3em 0.7em;
  }
  
  .news-grid a.more-link:after {
      font-size: 20px;
      line-height: 1.2em;
      content: "›";
      opacity: 0;
      position: absolute;
      margin-left: -1em;
      -webkit-transition: all .2s;
      transition: all .2s;
      text-transform: none;
      -webkit-font-feature-settings: "kern" off;
      font-feature-settings: "kern" off;
      font-variant: none;
      font-style: normal;
      font-weight: 400;
      text-shadow: none;
  }
  
  .news-grid a.more-link:hover:after {
      opacity: 1;
      margin-left: 0;
  }
  
  .pa-blog-equal-height .pa-auto-height {
      height: auto !important;
  }
  .pa-blog-equal-height .pa-auto-margin {
      margin-top: 20px !important;
  }
  
  .news-grid .post-content-inner {
      margin-bottom: 20px;
  }
  
  .news-grid .entry-title {
      font-size: 17px!important;
      margin-top: 15px !important;
  }
  
  .blog-hover > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.25rem;
  }
  .blog-hover .et_pb_post {
    width: 100%;
     height: 350px;
    margin-right: p;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .blog-hover .et_pb_post > a {
    display: block;
    height: 100%;
  }

  @media all and (min-width: 600px) {
    .blog-hover .et_pb_post {
      width: calc(50% - .75rem);
    }
  }
  
  @media all and (max-width: 1240px) {
    .blog-hover {
      max-width: 600px;
      margin: 0 auto;
    }
  }
  
  @media all and (min-width: 1240px) {
    .blog-hover .et_pb_post {
      width: calc(25% - 1.25rem);
    }
  }
  
  .blog-hover .et_pb_post:after {
    content: "";
    position: absolute;
    visibility: visible;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* this is the color of the overlay */
    z-index: 1;
        -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .blog-hover .et_pb_post:hover:after {
       background: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .blog-hover .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
    min-height: 310px;
  }
  
  .blog-hover .et_pb_post a img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 100%;
    display: block;
  }
  .blog-hover .et_pb_post .entry-title {
      position: absolute;
      color: white;
      bottom: 2rem;
      left: 1.5rem;
      opacity: 1;
      z-index: 2;
      width: 80%;
      line-height: 1.5em;
      margin-bottom: 15px;
      border-top: 3px solid #1d6497;
      padding-top: 20px;
  }
  
  .blog-hover .et_pb_post .post-content {
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
    opacity: 1;
    z-index: 2;
    color: white;
  }
  
  .blog-hover .more-link {
    margin-left:20px;
    text-transform: capitalize;
  }
  
  .blog-hover .et_pb_post .post-content::before{
    content: "—";
    color: white;
    position: absolute;
  }
  
  .blog-hover .et_pb_post:after {
    width: 100%;
  }
  .blog-hover .et_pb_post .et_pb_module_header {
    top: 3rem;
    left: 1rem;
    opacity: 1;
  }
  
  
  /* Home Blurb */
  
  .home-blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
  
  }
  
  .home-blurb .et_pb_main_blurb_image {
    width: 60px;
    margin-bottom: 0;
  }
  
  .home-blurb .et_pb_module_header {
    padding: 0;
  }
  
  /* featured-properties */
  
  .et_pb_portfolio.featured-properties > div  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .et_pb_portfolio.featured-properties  .et_pb_portfolio_item {
    width: calc(33% - .5rem);
    margin-right: 0;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
  }
  
  .et_pb_portfolio.featured-properties .et_pb_portfolio_item .et_pb_module_header {
      height: 15%;
      bottom: 0 !important;
      left: 0 !important;
      opacity: 1;
      transition: .5s ease;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .et_pb_portfolio.featured-properties .et_pb_portfolio_item:hover  .et_pb_module_header {
      height: 100%;
      transition: .5s ease;
  }
  


.featured-properties .project > a {
  height: 100%;
  display: block;
}

.featured-properties .et_portfolio_image {
  height: 100%;
}

.featured-properties .et_portfolio_image img {
  height: 100%;
object-fit: cover;
}
  h2.et_pb_module_header {
      text-align: center;
      color: white;
      padding: 20px;
      background: rgb(0 0 0 / 70%);
      position: absolute;
      width: 100%;
      pointer-events: none;
  }
  
  /* 
  .et_pb_posts.featured-properties .et_pb_ajax_pagination_container .et_pb_post .post-content {
    display: none;
  } */
  
  .et_pb_portfolio.featured-properties .et_pb_portfolio_item .post-content::before{
    content: "—";
    color: white;
    position: absolute;
  }
  
  .et_pb_portfolio.featured-properties  .et_pb_portfolio_item:after {
    width: 100%;
  }
  
  @media all and (max-width: 1024px) {
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item {
      margin-bottom: 2rem;
    }
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item:after {
      display: none;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item .et_pb_module_header:after {
      position: relative;
      top: 1rem;
      left: 0;
      opacity: 1;
      color: black; /* this is the color of the title on mobile. You can take this out to modify it in the module settings */
      margin-bottom: 1rem;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item .et_pb_module_header {
      position: relative;
      top: auto;
      left: 0;
      opacity: 1;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
  }
  @media all and (max-width: 1024px) {
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item {
      margin-bottom: 2rem;
    }
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item:after {
      display: none;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item .et_pb_module_header {
      position: relative;
      top: 1rem;
      left: 0;
      opacity: 1;
      color: black;
      margin-bottom: 1rem;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item {
      position: relative;
      top: auto;
      left: 0;
      opacity: 1;
      color: black;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
  }
  @media all and (max-width: 980px) {
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item {
      width: calc(50% - 12.5px);
    }
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item:nth-child(3n+2) {
      margin-right: 1rem;
    }
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item:nth-child(odd) {
      margin-right: 1rem;
    }
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item:nth-child(even) {
      margin-right: 0;
    }
      .et_pb_portfolio.featured-properties .et_pb_portfolio_item .et_pb_module_header {
      position: absolute;
          top: -10px;
          left: 0;
          opacity: 1;
          color: white;
          margin-bottom: 1rem;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          height: 100%;
          display: flex;
          align-items: center;
      }
  }
  @media all and (max-width: 479px) {
    .et_pb_portfolio.featured-properties .et_pb_portfolio_item {
      width: 100%;
      margin-right: 0 !important;
    }
  }
  
  @media (min-width: 981px) {
    .et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
        width: 15% !important;
        margin-right: 20px;
    }
  }
  
  
  @media (max-width: 980px) {
      .why-ucr .et_pb_column {
          width: 100% !important;
      }
  }
  
  /* Form */
  input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
      border: 0;
      border-bottom: 2px solid #AF2D37!important;
      color: #4e4e4e;
  /*     box-shadow: 5px 5px 10px rgb(0 0 0 / 5%); */
  }
  
  .gform_wrapper.gravity-theme .gfield textarea.large {
      height: 100px;
      border: 2px solid #AF2D37!important;
  }
  
  .gform_wrapper.gravity-theme .gfield_label {
      font-size: 18px;
      color: #AF2D37;
  }
  
  input#gform_submit_button_1, input#gform_submit_button_2, input#gform_submit_button_3 {
      background: transparent;
      color: #af2d37;
      border: 0;
      border-bottom: 2px solid #af2d37;
      border-top: 2px solid #af2d37;
      padding: 5px 10px;
      font-size: 18px;
      font-weight: bold;
      margin-right: 0;
  }
  
  body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {border: 1px solid red}
  
  ul.gfield_checkbox li input[type=checkbox]:checked+label,.single-column-form ul.gfield_checkbox li input[type=checkbox]:not(:checked)+label {
    margin-left:19px;
    font-weight: 400;
    font-size: 15px;
  }
  
  .gform_wrapper.gravity-theme .gfield-choice-input {
      display: inline-block;
      margin-top: 0;
      top: 0;
      vertical-align: middle;
  }
  .gform_wrapper.gravity-theme * {
      box-sizing: border-box;
  }
  input[type=radio] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: transparent;
      margin-right: 15px;
      font: inherit;
      color: #AF2D37;
      width: 1.15em;
      height: 1.15em;
      border: 0.15em solid #AF2D37;
      border-radius: 0;
      transform: translateY(-0.075em);
      display: grid;
      place-content: center;
  }
  
  input[type=radio]:checked {
      background-color: #AF2D37;
      border: 0.15em solid transparent;
  }
  
  [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute!important;
    left: -9999px;
  }
  
  [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
      position: relative!important;
      padding-left: 1em!important;
      cursor: pointer!important;
      margin-left: 20px;
  }
  
  [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: -17px;
    top: 2px;
    width: 1em;
    height: 1em;
    border: 2px solid #AF2D37;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    padding: 2px;
  }
  
  [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 6px;
    left: -13px;
    font-size: 1.3em;
    line-height: 0.8;
    background-color: #AF2D37;
    transition: all .2s;
  }
  
  /* checked mark aspect changes */
  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  
  [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }
  
  /* disabled checkbox */
  [type="checkbox"]:disabled:not(:checked) + label:before,
  [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  
  [type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  
  [type="checkbox"]:disabled + label {
    color: #aaa;
  }
  
  /* teams */

  /* Reorder Bio and Image Row on Mobile */
  .bio-img-row {
    display:flex;
    flex-direction:row;
  }

  @media only screen and (max-width: 768px) {
    .bio-img-row {
      flex-direction: column-reverse;
    }
  }

  /* Responsive mt for team ft img */
  @media only screen and (min-width: 769px) and (max-width: 1399px) {
    .team-ft-img {
      margin-top:-30%;
    }
  }

  @media only screen and (min-width: 1400px) {
    .team-ft-img {
      margin-top:-60%;
    }
  }

  /* Custom Bullets - Hyphen */
  .custom_bullets ul li {
    list-style-type: none;
  }
        
  .custom_bullets ul li:before {
    font-family: 'ETmodules';
    content: '\4b';
    position: absolute;
    margin-left: -20px;
  }

  /*change the cursor when hovering over the module*/
  .pa-hover-blurb .et_pb_blurb_content {
      cursor: pointer;
  }
  /*restrict the display of the description text before hovering*/
  .pa-hover-blurb .et_pb_blurb_description {
      display: none
  }
  /*add a smooth ransition effect*/
  .pa-hover-blurb .et_pb_blurb_container,
  .pa-hover-blurb .et_pb_image_wrap {
      transition: all 0.4s ease-in-out;
  }
  
  .pa-hover-blurb .et_pb_blurb_content .et_pb_module_header {
      display: none;
      position: absolute;
      left: 65%;
      transform: translateX(-60%);
      pointer-events: none;
      width: 100%;
  }
  /*restrict the triggering of hover effect when we hover on the title and align title to center*/
  .pa-hover-blurb .et_pb_blurb_content:hover .et_pb_module_header {
      display: block;
      position: absolute;
      left: 65%;
      transform: translateX(-60%);
      pointer-events: none;
      width: 100%;
  }
  .pa-hover-blurb .et_pb_blurb_content:hover .et_pb_blurb_container .et_pb_module_header {
      color: #ffffff;
      font-size: 15px !important;
      margin-bottom: -12px;
  }
  
  /*provide padding to description text so is doesn’t take the full width*/
  .pa-hover-blurb .et_pb_blurb_description {
      padding: 0 5%;
  }
  /*place the whole content on image on hover and place it in center with different text color*/
  .pa-hover-blurb .et_pb_blurb_content:hover .et_pb_blurb_container {
      position: absolute;
      bottom: 0;
      transform: translateY(-35%);
      color: #ffffff !important;
      cursor: pointer;
      width: 100%;
  }
  /*place the overlay effect on the image on hover*/
  .pa-hover-blurb .et_pb_blurb_content:hover .et_pb_image_wrap:before {
      content: "";
      position: absolute;
      width: 100%;
      height:70%;
      background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
      background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
      background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
      left: 0;
      bottom: 0;
  }
  /*make the position of the title relative on hover*/
  .pa-hover-blurb .et_pb_blurb_content:hover .et_pb_module_header {
      position: relative;
  }
  
  /*show the description text on hover*/
  .pa-hover-blurb .et_pb_blurb_content:hover .et_pb_blurb_description {
      display: block;
  }
  /*zoom the image on hover*/
  .pa-hover-blurb .et_pb_blurb_content:hover .et_pb_image_wrap {
      transform: scale(1.10);
  }
  
  @media (max-width: 1300px) {
      .pa-hover-blurb .et_pb_blurb_content:hover .et_pb_image_wrap:before  {
          height: 80%;
      }
  }
  
  @media (max-width: 980px) {
      .pa-hover-blurb .et_pb_blurb_content:hover .et_pb_image_wrap:before  {
          height: 60%;
      }
      .team-row .et_pb_column {
              width: 100% !important;
          margin-right: 0 !important;
          margin-bottom: 30px !important;
      }
  }

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 200px;
}

@media (min-width: 981px) {
	.logo-section .et_pb_column_2_3 .et_pb_row_inner {
		padding: 0;
	}
}