/*
Custom CSS for website theme
Version: 1.0
Description: Used to establish the look and feel for the custom website
Author: Full Spectrum Marketing
Author URL: http://www.nextdayaccess.com/microsite/
*/

/* VARIABLES */
:root {
  /* Brand Color Palette */
  --Brand-Color-Primary: #92cd32;
  --Brand-Color-Secondary: #004978;
  --Brand-Color-3: #c1d82f;
  --Brand-Color-4: #5f7598;
  --Brand-Color-5: #ffa726;
  --Brand-Color-6: #002d60;
  /* Default Colors */
  --Default-Black: #1e1e1e;
  --Default-White: #ffffff;
  /* Typography */
  --Heading-1-Size: clamp(2.5rem, round(1.582rem + 2.857cqi, 0.5em), 3.725rem);
  --Heading-2-Size: clamp(2.3rem, round(1.696rem + 2.271cqi, 0.5em), 2.925rem);
  --Heading-3-Size: clamp(2rem, round(1.632rem + 0.957cqi, 0.5em), 2.575rem);
  --Heading-4-Size: clamp(1.5rem, round(1.321rem + 0.571cqi, 0.5em), 1.75rem);
  --Heading-5-Size: clamp(1.25rem, round(1.071rem + 0.571cqi, 0.5em), 1.5rem);
  --Heading-6-Size: clamp(1.125rem, round(1.036rem + 0.286cqi, 0.5em), 1.25rem);
  --Body-Size: clamp(1.1rem, 0.75rem + 0.5vw, 1.125rem);
  --Font-Heading-Sans: "Roboto Condensed", sans-serif;
  --Font-Heading-Serif: "Roboto Condensed", sans-serif;
  --Font-Body: "poppins", sans-serif;
  --Font-Body-Alt: ;
  --Line-Height-xs: 1;
  --Line-Height-s: 1.05;
  --Line-Height-m: 1.2;
  --Line-Height-l: 1.5;
  --Line-Height-xl: 2;
  --Font-Weight-Light: 300;
  --Font-Weight-Regular: 400;
  --Font-Weight-Bold: 700;
  --Font-Weight-Extra-Bold: 900;
}

body {
  color: var(--Default-Black);
  font-weight: 400;
}

/* SPACING CLASSES */

/*  
    Button Styles
*/

/* GLOBAL BUTTON STYLES */
/*Default Button Settings*/
#page-container .et_pb_button,
#page-container .gform_button {
  font-family: var(--Font-Heading-Sans) !important;
  border-radius: 4px !important;
  color: var(--Brand-Color-6) !important;
  background-color: var(--Brand-Color-Primary);
  text-align: center;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.2em !important;
  letter-spacing: 0.32px;
  transition: ease all 0.2s !important;
  border: 2px solid var(--Brand-Color-Primary) !important;
  padding: 0.6em 1em 0.5em !important;
  position: relative !important;
  overflow: hidden !important;
  display: inline-block;
}

#page-container .gform_button {
  font-size: clamp(0.9375rem, 0.75rem + 0.5vw, 1.125rem);
}

#page-container .et_pb_button:hover,
#page-container .gform_button:hover {
  background-color: var(--Brand-Color-3) !important;
  border: 2px solid var(--Brand-Color-3) !important;
  box-shadow: 0px 0px 14px 0px var(--Brand-Color-3);
}

.et_pb_button::after,
#page-container .gform_button:after {
  content: "" !important;
  position: absolute !important;
  bottom: 0.25em !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 0.5em !important;
  height: 2px !important;
  background-color: #004978 !important;
  display: block !important;
  transform: scaleX(0) !important;
  transform-origin: right !important;
  transition:
    transform 0.6s ease,
    transform-origin 0s 0.6s !important;
  z-index: 1 !important;
}

.et_pb_button:hover::after,
#page-container .gform_button:hover::after {
  transform: scaleX(1) !important;
  transform-origin: left !important;
  transition:
    transform 0.6s cubic-bezier(0.33, 1.4, 0.6, 1),
    transform-origin 0s !important;
}

#page-container .solutions-grid .et_pb_module_header a {
  position: relative;
}

#main-content .solutions-grid h3 {
  font-weight: 700;
  color: #004978 !important;
  font-size: var(--Heading-4-Size);
  font-family: var(--Font-Heading-Sans) !important;
  text-align: left;
}

#page-container .link-animation:after,
#page-container .solutions-grid .et_pb_module_header a:after,
#page-container .link-animation-title .et_pb_module_header a:after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  background-color: #92cd32 !important;
  display: block !important;
  transform: scaleX(0) !important;
  transform-origin: right !important;
  transition:
    transform 0.6s ease,
    transform-origin 0s 0.6s !important;
  z-index: 1 !important;
}

#page-container span.link-animation {
  position: relative !important;
  width: fit-content !important;
}

#top-menu-nav #mega-menu-wrap-primary-menu > ul > li > a:after,
#top-header #mega-menu-secondary-menu > li > a:after {
  content: "" !important;
  position: absolute !important;
  bottom: 5px !important;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  background-color: #92cd32 !important;
  display: block !important;
  transform: scaleX(0) !important;
  transform-origin: right !important;
  transition:
    transform 0.6s ease,
    transform-origin 0s 0.6s !important;
  z-index: 1 !important;
}

#page-container .link-animation:hover::after,
#page-container .solutions-grid .et_pb_blurb:hover .et_pb_module_header a:after,
#page-container
  .link-animation-title
  .et_pb_blurb:hover
  .et_pb_module_header
  a:after,
#page-container .et_pb_blurb:hover .link-animation:after,
#top-menu-nav #mega-menu-wrap-primary-menu > ul > li > a:hover:after,
#top-header #mega-menu-secondary-menu > li > a:hover:after,
#page-container .et_pb_blurb:hover .link-animation:after,
#page-container
  .single-products-related-slider
  .related-product-card:hover
  .link-animation:after {
  transform: scaleX(1) !important;
  transform-origin: left !important;
  transition:
    transform 0.6s cubic-bezier(0.33, 1.4, 0.6, 1),
    transform-origin 0s !important;
}

#page-container
  .needs-grid-section
  .link-animation-title
  .et_pb_blurb
  .et_pb_module_header
  a:before,
#page-container
  .chevron-link
  .link-animation-title
  .et_pb_blurb
  .et_pb_module_header
  a:before {
  content: "\f054" !important;
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute !important;
  /* top: 50% !important;
  transform: translateY(-50%); */
  bottom: 0;
  right: -0.75em !important;
  opacity: 0;
  font-size: 0.7em;
  color: #92cd32 !important;
  transition: opacity 0.2s ease-in-out !important;
  pointer-events: none;
}

#page-container
  .needs-grid-section
  .link-animation-title
  .et_pb_blurb:hover
  .et_pb_module_header
  a:before,
#page-container
  .chevron-link
  .link-animation-title
  .et_pb_blurb:hover
  .et_pb_module_header
  a:before {
  opacity: 1;
}

#page-container
  .advantage-grid.chevron-link
  .link-animation-title
  .et_pb_blurb
  .et_pb_module_header {
  font-size: clamp(1.5rem, round(1.32rem + 0.857cqi, 0.4em), 1.775rem);
}

#page-container
  .needs-grid-section
  .link-animation-title
  .et_pb_blurb
  .et_pb_image_wrap {
  position: relative;
  /* required for positioning the overlay */
  z-index: 1;
  border-radius: 8px 8px 0 0;
}

#page-container
  .needs-grid-section
  .link-animation-title
  .et_pb_blurb:hover
  .et_pb_image_wrap::after {
  opacity: 1;
}

#page-container
  .needs-grid-section
  .link-animation-title
  .et_pb_blurb
  .et_pb_image_wrap::after {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* 40% grey overlay */
  opacity: 0;
  transition: opacity 0.2s ease-in-out !important;
  z-index: 2;
  /* ensure it appears over the image */
  pointer-events: none;
}

#top-header #mega-menu-secondary-menu > li.nav-phone > a:after {
  display: none !important;
  visibility: hidden !important;
}

/*
    BUTTON TEXT IS LIGHT - PRIMARY 
.et_pb_button.fsm-btn-primary 
*/
/*INCLUDES Hero Button ONE*/

#page-container .et_pb_button.fsm-btn-primary,
#page-container .et_pb_button.et_pb_button_one {
}

#page-container .et_pb_button.fsm-btn-primary:hover,
#page-container .et_pb_button.et_pb_button_one:hover {
}

#page-container .et_pb_button.fsm-btn-primary:focus,
#page-container .et_pb_button.et_pb_button_one:focus {
  /*box-shadow: 0px 0px 15px 0px ###;*/
  box-shadow: 0px 0px 14px 0px var(--Brand-Color-Primary);
}

/* secondary button text light - SECONDARY
.et_pb_bg_layout_dark.fsm-btn-secondary */

/*INCLUDES Hero Button TWO*/

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-secondary,
#page-container .et_pb_button.et_pb_button_two {
  border: 2px solid var(--Brand-Color-Primary);
  background-color: transparent !important;
  color: var(--Brand-Color-Primary) !important;
  line-height: 1.2em !important;
}

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-secondary:hover,
#page-container .et_pb_button.et_pb_button_two:hover {
  border: 2px solid var(--Brand-Color-3) !important;
  box-shadow: 0px 0px 14px 0px var(--Brand-Color-3);
  color: var(--Brand-Color-3) !important;
  background-color: transparent !important;
}

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-secondary:focus,
#page-container .et_pb_button.et_pb_button_two:focus {
  /*        box-shadow: 0px 0px 15px 0px ###;*/
  box-shadow: 0px 0px 14px 0px var(--Brand-Color-Primary);
}

/* secondary button dark 
.fsm-btn-secondary */

#page-container .et_pb_button.fsm-btn-secondary {
  border-radius: 4px;
  border: 2px solid var(--Button-BG-Color, #92cd32);
}

#page-container .et_pb_button.fsm-btn-secondary:hover {
}

#page-container .et_pb_button.fsm-btn-secondary:focus {
  /*      box-shadow: 0px 0px 15px 0px ###;*/
}

/* alt button text light 
.et_pb_bg_layout_dark.fsm-btn-alt */

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-alt {
}

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-alt:hover {
}

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-alt:focus {
  /*    box-shadow: 0px 0px 15px 0px ###;*/
}

/* alt button dark .fsm-btn-alt 
This Button style has a pseudo arrow on Hover*/
#page-container .et_pb_button.fsm-btn-alt:after {
  content: "\f054";
  position: absolute;
  font-size: 1em;
  font-weight: var(--Font-Weight-Bold);
  display: block;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  transition:
    opacity 0.2s,
    right 0.2s;
  color: var(--Default-Black) !important;
  font-family: "Font Awesome 6 Pro" !important;
}

#page-container .et_pb_button.fsm-btn-alt:hover {
  color: var(--Default-Black) !important;
  opacity: 70%;
}

#page-container .et_pb_button.fsm-btn-alt.large:hover {
  padding: 1em 2em !important;
  padding-left: 1.8em !important;
  padding-right: 2.2em !important;
}

#page-container .et_pb_button.fsm-btn-alt:hover:after {
  opacity: 1;
}

#page-container .et_pb_button.fsm-btn-alt.small:hover {
  padding: 0.7em 1.3em !important;
  padding-left: 0.5em !important;
  padding-right: 1.5em !important;
}

/* LARGE BUTTON SIZING */
#page-container .et_pb_button.large {
  padding: 1em 2em !important;
  font-size: var(--Body-Size);
}

/* SMALL BUTTON SIZING */
#page-container .et_pb_button.small {
  padding: 0.6em 0.4em !important;
}

/*
universal text links
*/
#main-content
  a:not(.et_pb_button, .icon, img, .fsm-post-list a, .card, .exclude-style) {
  border-radius: 4px;
  padding: 0 4px;
  transition: ease all 0.2s;
  display: inline;
  overflow: hidden;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}

#main-content a:not(.et_pb_button, .icon, img, .fsm-post-list a, .card):hover {
  border-radius: 3px;
  background-color: rgba(21, 43, 55, 0.2);
  transition: ease all 0.2s;
  padding: 0 4px;
}

/* 
    Font Sizing
*/

#main-header li,
#top-header li {
  font-family: var(--Font-Heading-Sans) !important;
}

body.et_divi_theme h1 {
  font-size: var(--Heading-1-Size);
  font-family: var(--Font-Heading-Sans) !important;
  font-weight: 700;
}

body.et_divi_theme h2 {
  font-size: var(--Heading-2-Size);
  font-family: var(--Font-Heading-Sans) !important;
  font-weight: 700;
}

body.et_divi_theme h3 {
  font-size: var(--Heading-3-Size);
  font-family: var(--Font-Heading-Sans) !important;
}

body.et_divi_theme h4 {
  font-size: var(--Heading-4-Size);
  font-family: var(--Font-Heading-Sans) !important;
}

body.et_divi_theme h5 {
  font-size: var(--Heading-5-Size);
  font-family: var(--Font-Heading-Sans) !important;
}

body.et_divi_theme h6 {
  font-size: var(--Heading-6-Size);
  font-family: var(--Font-Heading-Sans) !important;
}

body,
body p,
body li,
.et_pb_blurb_description,
.et_text_inner,
.wp-theme-Divi span {
  font-size: var(--Body-Size);
  font-family: var(--Font-Body) !important;
}

/* Override body font rules for CTA header */
.home-cta .et_pb_text_inner h2 span {
  font-size: var(--Heading-2-Size) !important;
  font-family: var(--Font-Heading-Sans) !important;
  font-weight: 700;
}

body small {
  font-size: clamp(0.5rem, 1.25cqi, 0.8rem);
  font-family: var(--Font-Body) !important;
}

/*Blog Font Sizes*/
.post-template-default #page-container {
  h1 {
    &.entry-title {
      font-size: clamp(
        1.75rem,
        round(1.125rem + 2cqi, 0.5em),
        2.625rem
      ) !important;
      font-weight: 700;
    }
  }

  /* h2 {
        font-size: clamp(1.5rem, round(0.875rem + 2cqi, 0.5em), 2.375rem) !important;
        color: #002D60;
        font-weight: 700;
    } */

  /* h2 {
        font-size: clamp(1.25rem, round(0.75rem + 2cqi, 0.5em), 2.125rem) !important;
        color: #002D60;
    } */

  h2 {
    font-size: clamp(1.125rem, round(0.625rem + 2cqi, 0.5em), 2rem) !important;
    color: #002d60;
    font-weight: 700 !important;
  }

  h3 {
    font-size: clamp(1rem, round(0.5rem + 2cqi, 0.5em), 1.625rem) !important;
    color: #002d60;
    font-weight: 600 !important;
  }

  h4 {
    font-size: clamp(
      0.875rem,
      round(0.375rem + 2cqi, 0.5em),
      1.375rem
    ) !important;
    color: #002d60;
    font-weight: 600 !important;
  }
}

.post-template-default #page-container #et-boc .home-cta h2 {
  font-size: var(--Heading-2-Size) !important;
}

.post-template-default #page-container h1 {
  font-size: clamp(1.75rem, round(1.125rem + 2cqi, 0.5em), 2.625rem) !important;
  color: #002d60 !important;
  padding: 2rem 0 0.5rem;
  font-weight: 700;
}

.post-template-default #page-container h1 span,
.post-template-default #page-container h2 span {
  font-weight: 700 !important;
}

.post-template-default #page-container h3 span,
.post-template-default #page-container h4 span,
.post-template-default #page-container h5 span {
  font-weight: 600 !important;
}

/*CUSTOM FONT STYLES*/
.explore-container,
.explore-link,
.franchise-phone,
.link-container,
.hero-text-link {
  font-family: var(--Font-Heading-Sans);
  font-weight: bold;
}

/*END FONT STYLE*/

/*
MENU STYLES
*/
#logo {
  max-height: 150% !important;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 980px) {
  #logo {
    max-height: 100% !important;
    top: 0;
  }

  #page-container #main-header {
    top: 50px !important;
  }
}

/*IF MENU HAS last-child CTA BUTTON 
- Style LI element as button*/

ul#mega-menu-primary-menu li.mega-nav-button a {
  background-color: var(--Brand-Color-Primary) !important;
  padding: 10px 15px !important;
  margin: 0 !important;
  line-height: 20px !important;
  border-radius: 4px !important;
  color: var(--Brand-Color-6) !important;
  padding: 0.4em 0.6em !important;
  height: auto !important;
}

ul#mega-menu-primary-menu li.mega-nav-button a:hover {
  box-shadow: 0px 0px 14px 0px var(--Brand-Color-Primary);
}

ul#mega-menu-primary-menu li.mega-nav-button {
  border: none !important;
}

ul#mega-menu-primary-menu li.mega-nav-button:hover {
  border: none !important;
}

div#main-header .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

div#main-header #menu {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

/* IF MENU is transpareant and links can't be seen
- Add page ID here */
/* body.page-id-77 {
    #page-container {
        #top-header {
            background-color: #82c0d0 !important;
            z-index: 2;
        }
    }

    header#main-header {
        background-color: #82c0d0 !important;
        z-index: 2;
		padding-bottom:10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    }
} */

/*Hover Styles*/

.mega-menu li a {
  /* color: var(--Default-Black) !important; */
  transition: ease all 0.2s !important;
}

.mega-menu li a:hover {
  opacity: 0.8 !important;
}

/*Active Styles*/

.mega-current-menu-item a.mega-menu-link {
  text-decoration: underline 2px inherit !important;
  text-underline-offset: 8px !important;
}

/* MOBILE STYLES */
@media only screen and (max-width: 980px) {
  .mega-menu li a {
    color: var(--Default-White) !important;
  }

  #mega-menu-wrap-primary-menu .mega-menu-toggle {
    background: transparent;
  }

  div#mega-toggle-block-0 {
    background: var(--Default-White) !important;
    border: 2px solid #6a8790;
    border-radius: 5px;
  }
}

/*END MENU*/

/* GLOBAL FORM STYLES */
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-weight: var(--Font-Weight-Bold) !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 1em 1em 1em 3em !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  font-size: 14px !important;
  border-radius: 5px !important;
  padding: 0.5em 0.5em 0.5em 40px !important;
}

.gform_wrapper.gravity-theme .validation_message {
  position: relative;
}

.gform_wrapper.gravity-theme .validation_message::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: var(--Font-Weight-Extra-Bold);
  color: #c02b0a;
  font-size: 20px;
  content: "\f057";
  margin-left: -28px;
}

/* CUSTOM FORM STYLES */
/* END FORM STYLES */

/*START PAGE ORGANIZATION*/
/*
HOMEPAGE
*/
/*HERO Styles*/

@media only screen and (max-width: 980px) {
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
    margin-right: 0;
  }
}

body.et_pb_pagebuilder_layout
  #page-container
  div#home-hero
  .et_pb_fullwidth_header {
  padding-top: 0 !important;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.topic-row .slick-slide {
  padding: 1vh;
}

/* Slick Defaults */
.slick-slide {
  margin-bottom: 0 !important;
}

.slick-arrow {
  font-size: 20px !important;
  transition: all 0.2s ease;
}

.slick-arrow:hover {
  cursor: pointer;
  transition: all 0.2s ease;
  scale: 1.1 !important;
}

i.slick-arrow:active {
  transition: all 0.2s ease;
  scale: 1.1 !important;
}

.button-container .slick-arrow:first-child {
  margin-right: 5px;
}

.button-container .slick-arrow:last-child {
  margin-left: 5px;
}

.left {
  text-align: left;
  align-items: flex-start;
}

.right {
  text-align: right;
  align-items: flex-end;
}

/*Blog Section*/
.onpage-post-list {
  position: relative;
}

.onpage-post-list i {
  position: absolute;
  top: -10%;
  color: #fff;
}

.onpage-post-list i.fa-chevron-right {
  right: 0;
}

.onpage-post-list i.fa-chevron-left {
  right: 5%;
}

ol.fsm-on-page-posts {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-gap: 2vh;
}

li.on-page-post-item {
  background: #fff;
  display: flex;
  height: auto;
}

li.on-page-post-item .card {
  height: 100% !important;
  width: 100% !important;
  padding: 2vh;
}

li.on-page-post-item .card img {
  min-height: 250px;
  max-height: 250px;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 2vh;
}

li.on-page-post-item .card h3 {
  font-size: 18px;
}

@media only screen and (max-width: 980px) {
  ol.fsm-on-page-posts {
    display: block;
    padding-bottom: 0 !important;
  }

  ol.fsm-on-page-posts .slick-track {
    display: flex;
    height: auto;
  }

  ol.fsm-on-page-posts .slick-track li {
    min-height: 100%;
  }
}

/*END*/

/*
BLOG
*/
/*END*/

/*
BLOG LIST
*/

ol.facet-post-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-gap: 3vh !important;
}

li.facet-post-item.featured-post {
  border: none;
  box-shadow: unset;
  border: none;
  box-shadow: unset;
  padding: 0 !important;
}

div#imagewrapper {
  height: 100%;
  display: flex;
}

.featured-post img {
  border-radius: 5px;
  width: 100%;
  margin-right: 30px;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 5;
}

li.facet-post-item.featured-post .wrapping-link {
  display: grid;
  grid-template-columns: 50% 50%;
}

span#date-published {
  color: var(--Default-Black) !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.featured-post p {
  color: #0b1527;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

div#post-info {
  padding: 5vh 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom: 20px;
}

div#post-info p,
div#post-info span,
div#post-info h2 {
  width: 100%;
}

.fsm-post-list h2,
.fsm-post-list h3 {
  font-size: clamp(1.2rem, 2.5cqw, 1.8rem) !important;
}

li.fsm-post-item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border-radius: 5px;
  transition: ease all 0.2s;
}

li.fsm-post-item:not(.featured-post) img {
  min-height: 215px;
  max-height: 215px !important;
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  padding: 0;
}

li.fsm-post-item a.wrapping-link {
  display: block;
  height: auto;
  width: 100%;
  padding: 2em 1em;
}

li.fsm-post-item a.text-link-style {
  display: block;
  margin-top: auto;
}

@media screen and (max-width: 980px) {
  ol.fsm-post-list,
  ol.fsm-post-list li:first-child {
    display: block !important;
  }

  ol.fsm-post-list li {
    margin-bottom: 10px;
  }

  li.fsm-post-item.featured-post .wrapping-link {
    display: block;
  }

  div#imagewrapper,
  .featured-post img {
    max-height: 400px;
    margin: 0;
  }
}

/*END*/

/*Please select 1 of the 3 Blog Article Templates & discard unused*/
/*
ALL POSTS OPTION 1
*/

.single-post #page-container .et_pb_title_container,
.single-post #page-container .fsm-post-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 5vh 0;
}

.single-post #page-container .et_pb_title_featured_container {
  text-align: center;
  max-width: 1200px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
  width: 90%;
}

.single-post
  #page-container
  .et_pb_title_featured_container
  .et_pb_title_featured_image
  img {
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: center;
}

.single-post #page-container .fsm-post-content img {
  border-radius: 8px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
  margin: 2em auto;
  display: block;
  text-align: center;
}

.single-post blockquote {
  border-radius: 25px;
  background: linear-gradient(
    92deg,
    rgba(247, 154, 67, 0.4) 1.81%,
    rgba(217, 107, 98, 0.4) 42.39%,
    rgba(164, 143, 211, 0.4) 85.48%
  );
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 5vh;
  width: calc(100% + 10vh);
  margin-left: -5vh;
}

.single-post blockquote,
.single-post blockquote p {
  font-size: clamp(1.25em, 4cqi, 1.5em);
  line-height: 1.25em;
  font-family: "corsario-variable", sans-serif;
  font-variation-settings:
    "opsz" 48,
    "wght" 700;
}

/*END*/

/*
ALL POSTS OPTION 2
*/
.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing,
div#blog-content-wrap
  .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: none;
}

div#blog-content-wrap .et_pb_section.et_pb_section_0 {
  margin-top: 0 !important;
  padding: 0 !important;
}

.heateor_sss_horizontal_sharing .heateor_sss_svg,
.heateor_sss_standard_follow_icons_container .heateor_sss_svg {
  background-color: #19424d !important;
}

a.reverse-text-link-style {
  color: #000;
  position: relative;
}

a.reverse-text-link-style:before {
  position: absolute;
  display: block;
  color: #000;
  font-size: 1em;
  line-height: 2em;
  font-weight: 600;
  left: -22px;
  content: "\f30a";
  font-family: "Font Awesome 6 Pro" !important;
  transition: ease all 0.2s;
}

a.reverse-text-link-style:hover:before {
  left: -28px;
}

.side-by-side-buttons {
  display: flex;
  flex-wrap: nowrap;
  width: 100% !important;
  margin-top: 20px;
}

.side-by-side-buttons .et_pb_button {
  width: 50%;
  text-align: center;
}

.side-by-side-buttons a:last-child {
  margin-left: 10px !important;
}

div#blog-content-wrap .et_pb_row {
  width: 100%;
}

.blog-info-row:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  background: #fff;
  top: -5%;
  left: -5%;
  border-radius: 5px;
}

div#sidebar-headings h2 {
  font-size: clamp(1.2rem, 2.5cqw, 1.8rem) !important;
}

.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
  display: none !important;
}

@media screen and (max-width: 500px) {
  .et_pb_row.blog-info-row {
    padding: 2% 4%;
  }

  #page-container .hero-buttons-container p {
    flex-direction: column-reverse;
  }
}

/*END*/

/*
ALL POSTS OPTION 3
*/
div.blog-entry-content-column {
  margin: auto;
}

div#blog-post-content .et_builder_inner_content .et_pb_section,
div#blog-post-content.et_builder_inner_content .et_pb_section .et_pb_row {
  padding: 0 !important;
  margin: 0 !important;
}

div#blog-post-content .et_builder_inner_content .et_pb_section .et_pb_row {
  max-width: unset !important;
  width: 100% !important;
}

div#post-hero {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  min-height: 32rem;
}

div#blog-featured-image-column {
  height: auto;
  display: flex;
}

div#blog-featured-image-column span.et_pb_image_wrap {
  height: 100%;
}

div#blog-featured-image-column img {
  height: 100%;
  object-position: center;
  object-fit: cover;
}

div#blog-categories,
div#blog-publish-date,
div#post-share {
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

div#blog-post-content .et_pb_section {
  padding: 0 !important;
}

div#blog-post-content .et_pb_section .et_pb_row:first-child {
  padding-top: 0;
}

div.blog-entry-content-column ul.et_pb_module.et_pb_social_media_follow {
  text-align: left !important;
}

div#blog-newsletter-blurb
  .gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  fieldset:not([style*="display:none"]):not(.ginput_full)
  ~ span:not(.ginput_full),
div#blog-newsletter-blurb
  .gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full)
  ~ span:not(.ginput_full),
div#blog-newsletter-blurb
  .gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  fieldset:not([style*="display:none"]):not(.ginput_full),
div#blog-newsletter-blurb
  .gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full) {
  padding: 0;
}

/*END*/

/*
ABOUT
*/
/*END*/

/*
CONTACT
*/
/*END*/

/*FOOTER*/
#subfooter a {
  text-decoration: underline;
  color: #fff;
}

/*RESUSABLE*/

.side-by-side {
  display: flex;
  justify-content: center;
  margin-top: 3vh;

  a:first-child {
    margin-right: 1vh !important;
  }
}

@media only screen and (max-width: 980px) {
  .side-by-side {
    display: flex;
    flex-direction: column;
  }

  .side-by-side a:first-child {
    margin-right: 0 !important;
    margin-bottom: 1vh !important;
  }
}

#main-header {
  z-index: 999999;
  padding-bottom: 0.5rem;
  background-color: #ffffff !important;
}

#wpadminbar {
  z-index: 9999999;
}

.mega-search {
  border: 1px solid #004978;
}

#page-container #et-boc #main-header li,
#page-container #et-boc #top-header li,
#page-container #et-boc #main-header li a,
#page-container #et-boc #top-header li a {
  color: #004978 !important;
}

#main-header .mega-menu-item-type-custom p {
  font-size: 95%;
  text-transform: none;
  font-weight: 400;
  color: #333;
}

#main-header .mega-menu-item-type-custom h2 {
  font-size: clamp(
    1.25rem,
    round(1.071rem + 0.571cqi, 0.5em),
    1.5rem
  ) !important;
  text-transform: none;
  color: #004978;
}

#main-header .mega-sub-menu {
  border-top: none !important;
}

#page-container
  #main-header
  .mega-menu-column
  > ul
  > li.mega-menu-item-has-children
  > a.mega-menu-link,
#mega-menu-item-979 > a {
  text-decoration: underline !important;
  text-decoration-color: #5f7598 !important;
}

#page-container
  #main-header
  .mega-menu-column
  > ul
  > li.mega-menu-item-has-children
  ul {
  padding: 0.5rem 0 0 0.5rem;
}

#page-container
  #top-menu-nav
  .mega-menu-columns-1-of-3:first-child
  > ul
  > li:first-child
  > a.mega-menu-link {
  text-decoration: none !important;
}

#page-container
  #main-header
  #mega-menu-primary-menu
  > li.mega-menu-item-has-children
  > a.mega-menu-link {
  border-bottom: none !important;
}

#page-container #main-header .mega-menu-grid > ul.mega-sub-menu {
  padding: 2rem !important;
  background-color: #ffffff !important;
}

#main-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu .no-padding {
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: underline !important;
  text-decoration-color: #5f7598 !important;
}

#main-header
  #mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  .mega-sub-menu
  .no-padding:first-child {
  padding-top: 15px;
}

#main-header
  #mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  .mega-sub-menu
  .no-padding:last-child {
  padding-bottom: 15px;
}

#page-container #main-header li a {
  font-weight: 500 !important;
  font-size: 125% !important;
}

#page-container #main-header .mega-menu-column ul li ul li a {
  line-height: 2em;
}

#page-container #main-header .mega-menu-column ul li ul li a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro" !important;
  position: relative;
  color: #92cd32;
  font-size: 0.8em;
  display: inline-block;
  padding-left: 5px;
}

#main-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li > ul {
  margin-top: 0.5rem;
}

#menu-footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

footer a:not(.et_pb_button, .et_pb_social_icon a) {
  text-decoration: none !important;
}

#sub-footer {
  align-items: center;
  padding: 0;
  padding-bottom: 1rem !important;
}

#page-container #sub-footer.et_pb_row .et_pb_column_1_3 {
  width: unset;
  min-width: 232px;
}

#page-container #sub-footer.et_pb_row .et_pb_column_2_3 {
  width: unset;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  #page-container #sub-footer.et_pb_row {
    flex-direction: column;
  }
}

#sub-footer a:not(.et_pb_button, .et_pb_social_icon a) {
  font-size: 90%;
  color: #ffffff;
}

#sub-footer .et_pb_text_inner p {
  font-size: 80%;
  color: #ffffff;
  text-align: right;
}

.et_pb_section_1_tb_footer p {
  padding-bottom: 0;
  color: #ffffff;
}

.et_pb_section_1_tb_footer .et_pb_text_inner p a {
  color: #ffffff;
}

footer .et_pb_social_media_follow li a.icon {
  border-radius: 50%;
  background-color: #92cd32;
  color: #002d60;
  transition: 0.3s ease all;
}

footer .et_pb_social_media_follow li a.icon:before {
  color: #002d60;
}

footer .et_pb_social_media_follow li a.icon:hover:before {
  color: #002d60;
}

/* Set Font Awesome Brands font for all social icons */
.et_pb_social_icon a.icon:before {
  font: var(--fa-font-brands);
}

/* Update unicode content for each social platform */
.et-social-facebook a.icon:before {
  content: "\f39e";
}

.et-social-linkedin a.icon:before {
  content: "\f0e1";
}

.et-social-instagram a.icon:before {
  content: "\f16d";
}

.et-social-pinterest a.icon:before {
  content: "\f231";
}

.et-social-youtube a.icon:before {
  content: "\f167";
}

.et-social-google a.icon:before {
  content: "\f1a0";
}

footer .et_pb_menu_inner_container .et_pb_menu__wrap {
  display: flex;
  justify-content: center;
}

#sub-footer .et_pb_text_inner p:first-child {
  padding-bottom: 0;
}

footer {
  margin-top: -30px;
  background-color: transparent;
}

#page-container .footer-top .et_pb_image a:hover {
  background-color: unset;
}

footer .et_builder_inner_content,
footer .et_builder_inner_content .et_pb_section:first-child {
  background-color: transparent;
}

div#et-top-navigation,
nav#top-menu-nav {
  min-width: 100%;
}

#mega-menu-primary-menu {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  box-sizing: border-box;
}

#mega-menu-primary-menu > li {
  float: none !important;
  /* Override any float if present */
}

.nav-phone a {
  text-decoration: underline !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
  margin: 0 0 0 1.5em;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

#mega-menu-primary-menu .mega-et_pb_button {
  padding: 0 !important;
}

#main-header {
  padding: 0.5rem 0 0.8rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2) !important;
}

#main-header
  .mega-dropdown-grid
  .mega-sub-menu
  > .mega-menu-row
  > .mega-sub-menu
  > .mega-menu-column {
  padding-right: 2rem !important;
}

#top-header .mega-search {
  border-radius: 5px;
}

@media screen and (max-width: 980px) {
  #main-header #logo {
    transform: unset !important;
  }

  #main-header {
    top: 0 !important;
  }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    display: block !important;
  }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li {
    width: 100%;
  }
}

#main-header {
  padding: 0.5rem 0 0.8rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

#main-header
  .mega-dropdown-grid
  .mega-sub-menu
  > .mega-menu-row
  > .mega-sub-menu
  > .mega-menu-column {
  padding-right: 2rem !important;
}

#top-header .mega-search {
  border-radius: 5px;
}

@media screen and (max-width: 980px) {
  #main-header #logo {
    transform: unset !important;
  }

  #main-header {
    top: 0 !important;
  }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    display: block !important;
  }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li {
    width: 100%;
  }
}

#page-container {
  overflow: hidden;
}

.hero-search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  padding: 3px;
  max-width: 550px;
}

.hero-search-box i {
  margin-left: 12px;
  color: #999;
}

.hero-search-box input {
  flex: 1;
  border: none;
  padding: 12px;
  padding-left: 8px;
  font-size: 16px;
  outline: none;
}

.hero-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

#home-hero > .et_pb_row {
  position: relative;
  z-index: 1;
}

.bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: heroFade 18s infinite;
  animation-timing-function: ease-in-out;
}

/* Stagger each slide */
.bg-slide:nth-child(1) {
  animation-delay: 0s;
}

.bg-slide:nth-child(2) {
  animation-delay: 6s;
}

.bg-slide:nth-child(3) {
  animation-delay: 12s;
}

@keyframes heroFade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#home-hero h1 span {
  display: block;
}

#home-hero strong {
  font-size: 110%;
}

#home-hero .rotating-image-row {
  max-width: unset;
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  height: 100%;
  top: 0;
  /* padding-top: 111px !important; */
}

#home-hero .rotating-image-row div {
  height: 100%;
  width: 100%;
}

.hero-backgrounds {
  background-color: rgb(0, 73, 120);
}

#home-hero h1 {
  color: #ffffff;
}

#home-hero .et_pb_row:nth-child(2) {
  padding: 5rem 0;
}

#home-hero p {
  max-width: 550px;
  font-weight: 500;
}

.testimonial-slider h2,
.solutions-grid h2,
.home-accessibility-slider h2,
.faq-cpt-section h2 {
  color: #002d60;
}

.testimonial-slider .et_pb_row:first-child p,
.solutions-grid .et_pb_row:first-child p,
.product-feature-blurbs .et_pb_row:first-child p {
  max-width: 700px;
}

#page-container .solutions-grid .franchise-product-availability {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
}

/* --- Layout Rules using :has() --- */

/* Exactly 3 items */
#page-container
  .solutions-grid.home-featured-solutions
  .franchise-product-availability:has(
    > .solution-blurb-link-wrapper:nth-child(3):last-child
  ) {
  grid-template-columns: repeat(3, 1fr);
}

/* Exactly 4 items */
#page-container
  .solutions-grid.home-featured-solutions
  .franchise-product-availability:has(
    > .solution-blurb-link-wrapper:nth-child(4):last-child
  ) {
  grid-template-columns: repeat(4, 1fr);
}

/* Exactly 6 items */
#page-container
  .solutions-grid.home-featured-solutions
  .franchise-product-availability:has(
    > .solution-blurb-link-wrapper:nth-child(6):last-child
  ) {
  grid-template-columns: repeat(3, 1fr);
}

/* Exactly 8 items */
#page-container
  .solutions-grid.home-featured-solutions
  .franchise-product-availability:has(
    > .solution-blurb-link-wrapper:nth-child(8):last-child
  ) {
  grid-template-columns: repeat(4, 1fr);
}

/* --- Special Centered Layouts --- */

/* Exactly 5 items -> 3 on top, 2 centered below */
#page-container
  .solutions-grid.home-featured-solutions
  .franchise-product-availability:has(
    > .solution-blurb-link-wrapper:nth-child(5):last-child
  ) {
  grid-template-columns: repeat(6, 1fr);
}
/* Apply to all children */
#page-container
  .solutions-grid.home-featured-solutions
  .franchise-product-availability:has(
    > .solution-blurb-link-wrapper:nth-child(5):last-child
  )
  > .solution-blurb-link-wrapper {
  grid-column: span 2;
}
/* Offset the 4th child */
#page-container
  .solutions-grid.home-featured-solutions
  .franchise-product-availability:has(
    > .solution-blurb-link-wrapper:nth-child(5):last-child
  )
  > .solution-blurb-link-wrapper:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 4;
}

/* Exactly 7 items -> 4 on top, 3 centered below */
#page-container
  .solutions-grid.home-featured-solutions
  .franchise-product-availability:has(
    > .solution-blurb-link-wrapper:nth-child(7):last-child
  ) {
  grid-template-columns: repeat(8, 1fr);
}
/* Apply to all children */
#page-container
  .solutions-grid.home-featured-solutions
  .franchise-product-availability:has(
    > .solution-blurb-link-wrapper:nth-child(7):last-child
  )
  > .solution-blurb-link-wrapper {
  grid-column: span 2;
}
/* Offset the 5th child */
#page-container
  .solutions-grid.home-featured-solutions
  .franchise-product-availability:has(
    > .solution-blurb-link-wrapper:nth-child(7):last-child
  )
  > .solution-blurb-link-wrapper:nth-child(5) {
  grid-column-start: 2;
  grid-column-end: 4;
}

#page-container .solutions-grid .franchise-product-availability > a {
  padding: 1rem;
}

#page-container .solutions-grid .franchise-product-availability > a:hover {
  padding: 1rem;
  background-color: #ffffff;
}

.solutions-grid .et_pb_row:nth-child(3) .et_pb_column {
  display: flex;
  justify-content: center;
}

.solutions-grid .et_pb_row:nth-child(3) .et_pb_column .et_pb_button {
  margin: 0 0.5rem;
}

.home-about-video .button-container {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.home-about-video h2,
.home-about-video > p:first-of-type,
.home-about-video a,
.home-about-video h3,
.advantage-grid h2,
.advantage-grid p,
.advantage-grid a {
  color: #ffffff;
}

.home-about-video h3 {
  font-size: clamp(
    1.25rem,
    round(1.071rem + 0.571cqi, 0.5em),
    1.5rem
  ) !important;
}

.home-about-video .et_pb_column:last-child {
  margin: auto;
}

#page-container .et_pb_blurb_content {
  max-width: unset !important;
}

.home-accessibility-slider .et_pb_row:first-child .et_pb_text p {
  max-width: 700px;
}

.advantage-grid .et_pb_row .et_pb_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 0;
}

.advantage-grid .et-waypoint {
  font-size: 3em;
}

.advantage-grid .et_pb_blurb_content {
  padding-top: 4rem;
}

.home-cta {
  backdrop-filter: blur(2px);
}

.home-cta .et_pb_column:first-child {
  padding: 3rem 0;
  margin: 0 !important;
  width: 50%;
}

.home-cta h2 span {
  display: block;
}

.home-cta .et_pb_text:first-child p {
  font-size: 130%;
}

#page-container .accessibility-slider-column .slick-track {
  display: flex;
}

/* #page-container .accessibility-slider-column .slick-list {
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
} */

#page-container .accessibility-slider-column .et_pb_blurb {
  height: inherit;
  margin: 0 1rem;
  border-radius: 8px;
  box-shadow:
    0px 4px 4px -1px rgba(13, 13, 13, 0.1),
    0px 4px 4px -1px rgba(13, 13, 13, 0.05);
}

#page-container .blue-backdrop {
  position: relative;
  padding: 4% 0;
}

.blue-backdrop:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 90%;
  max-width: 1350px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #004978;
  border-radius: 8px;
}

.blue-backdrop .location-block a,
.blue-backdrop p {
  color: #fff !important;
}

.blue-backdrop .location-block a:hover {
  text-decoration: none !important;
}

.advantage-grid {
  margin: 4% 0;
}

.advantage-grid > div {
  padding: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 980px) {
  #page-container .advantage-grid .et_pb_row .et_pb_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 0;
  }
}

.testimonial-list {
  display: grid;
  gap: 2rem;
}

.testimonial-rating .star {
  font-family: "Font Awesome 6 Pro" !important;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding: 0 1px;
  font-weight: 400;
  color: #ccc;
}

.testimonial-rating .star::before {
  content: "\f005";
}

.testimonial-rating .star.filled {
  font-weight: 900;
  color: #cf7b00;
}

#page-container .testimonial {
  text-align: left;
  background-color: #fff3e0;
  padding: 1.5rem;
  height: inherit;
  margin: 0 0.75rem;
  border-radius: 8px;
  box-shadow:
    0px 4px 4px -1px rgba(13, 13, 13, 0.1),
    0px 4px 4px -1px rgba(13, 13, 13, 0.05);
}

#page-container .testimonial-slider .slick-track {
  display: flex;
  margin-bottom: 1rem;
}

.advantage-grid h3 {
  font-size: 150%;
}

.advantage-grid .et_pb_main_blurb_image {
  margin-bottom: 15px;
}

.testimonial-slider-arrows {
  position: absolute;
  width: 86%;
  top: 60%;
  display: flex;
  max-width: 1180px !important;
  margin-left: 49.85%;
  transform: translateX(-50%);
  margin-right: auto;
  padding-left: 0.5rem;
}

#page-container .slick-arrow {
  color: #004978;
  font-size: 200% !important;
}

.solutions-grid .et_pb_image_wrap:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 30%;
  height: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease all;
}

.solutions-grid .et_pb_image_wrap:hover:before,
.solutions-grid .et_pb_blurb:hover .et_pb_image_wrap:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 35%;
  height: 35%;
  background-size: contain;
  background-repeat: no-repeat;
}

.solutions-grid .et_pb_main_blurb_image,
.solutions-grid .et_pb_blurb_content,
.solutions-grid .et_pb_blurb,
.solutions-grid .et_pb_column,
.solutions-grid .et_pb_image_wrap {
  overflow: visible !important;
}

/* .solutions-grid .et_pb_blurb:nth-child(1) .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/ramp.svg');
}


.solutions-grid .et_pb_blurb:nth-child(2) .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/stairs.svg');
}


.solutions-grid .et_pb_blurb:nth-child(3) .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/porch-lift.svg');
}


.solutions-grid .et_pb_blurb:nth-child(4) .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/grab-bar.svg');
}


.solutions-grid .et_pb_blurb:nth-child(5) .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/walk-in.svg');
}


.solutions-grid .et_pb_blurb:nth-child(6) .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/patient-lift.svg');
}


.solutions-grid .et_pb_blurb:nth-child(7) .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/vehicle.svg');
}


.solutions-grid .et_pb_blurb:nth-child(8) .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/scooter.svg');
}


.solutions-grid .et_pb_blurb:nth-child(9) .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/commercial-ramp.svg');
} */

#page-container .home-accessibility-slider h3 {
  font-size: 180% !important;
  font-weight: 700;
  color: #002d60 !important;
}

#page-container .home-accessibility-slider .et_pb_main_blurb_image {
  margin-bottom: 1rem;
}

.et_pb_image_wrap {
  position: relative;
  transition: 0.2s ease all;
}

.solutions-grid .et_pb_image_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #92cd32;
  z-index: -1;
  transition: 0.2s ease all;
}

#page-container .solutions-grid .et_pb_image_wrap:hover:after,
#page-container .solutions-grid .et_pb_blurb:hover .et_pb_image_wrap:after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -5%;
  top: 5%;
  left: 5%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #92cd32;
  z-index: -1;
}

#page-container .accessibility-slider-arrows {
  /* text-align: left;
    padding-left: 0.5rem; */
  position: absolute;
  width: 86%;
  top: 61%;
  display: flex;
  max-width: 1180px !important;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-right: auto;
}

#page-container .accessibility-slider-arrows i:first-child {
  margin-right: 1rem;
}

#page-container .testimonial h3 {
  font-size: 160%;
  font-weight: 700;
  color: #004978;
}

@media screen and (max-width: 980px) {
  #page-container .blue-backdrop:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 94%;
    left: 3%;
    border-radius: 8px;
    right: 0;
    transform: unset;
  }
}

.half-underline:after {
  content: "";
  height: 5px;
  width: 100px;
  background-color: #92cd32;
  display: block;
  margin: 0.75rem 0 1rem;
}

.blurb-title-underline .et_pb_module_header:after {
  content: "";
  height: 5px;
  width: 100px;
  background-color: #92cd32;
  display: block;
  margin: 0.75rem 0;
}

.center-underline:after {
  content: "";
  height: 5px;
  width: 100px;
  background-color: #92cd32;
  display: block;
  margin: 10px auto !important;
}

.solutions-grid {
  position: relative;
}

.circle-dots:before {
  content: "";
  background-image: url("/wp-content/uploads/2025/05/circle-dots.png");
  width: 25%;
  height: 500px;
  position: absolute;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: -80px !important;
  background-position: top right;
}

.home-accessibility-slider {
  position: relative;
}

.circle-dots-large:before {
  content: "";
  background-image: url("/wp-content/uploads/2025/05/circle-dots-large.png");
  width: 30%;
  height: 500px;
  position: absolute;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 100px;
  background-position: bottom right;
  z-index: 1;
}

@media screen and (max-width: 981px) {
  #top-menu-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    background: #002d60;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
  }

  #top-menu-nav
    #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    .mega-sub-menu {
    padding: 0.2rem 0.2rem 0.5rem !important;
    box-shadow: none !important;
    background-color: #f4f6f6 !important;
  }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
    width: 100% !important;
  }

  #page-container
    #top-menu-nav
    #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item.nav-button {
    width: fit-content !important;
    margin-top: 1rem !important;
  }

  #page-container
    #top-menu-nav
    #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item.nav-button
    a {
    color: #002d60 !important;
    padding: 0.75em 1em !important;
  }

  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    > ul.mega-sub-menu
    > li.mega-menu-column {
    padding: 0 !important;
  }

  #page-container .testimonial-slider-arrows {
    position: relative;
    padding-left: 0.5rem;
    justify-content: flex-end;
  }

  #page-container .testimonial-slider-arrows i:first-child {
    margin-right: 1rem;
  }

  #page-container .advantage-grid {
    margin-bottom: 0;
  }

  #page-container .footer-top img {
    width: 60%;
  }

  #page-container .footer-top .et_pb_row {
    text-align: left;
  }

  /* Force menu to stay expanded on mobile */
  footer .et_pb_menu .et_mobile_nav_menu {
    display: none !important;
  }

  footer .et_pb_menu .et_pb_menu__menu {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }

  footer .et_pb_menu .et_pb_menu__wrap {
    display: flex !important;
  }

  #menu-footer-menu-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  #page-container .footer-top p {
    font-size: 200%;
    font-weight: 700;
  }

  #page-container .footer-top p a {
    color: #ffffff;
  }

  #page-container .footer-top .et_pb_row:nth-child(2) {
    display: flex;
    align-content: center !important;
    flex-wrap: unset;
  }

  #page-container .footer-top .et_pb_row:nth-child(2) .et_pb_column {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  #page-container #et-boc .footer-top img {
    width: 80%;
  }

  #page-container #et-boc .footer-top .et_pb_row:nth-child(2) {
    display: block;
  }

  #page-container
    .footer-top
    .et_pb_row:nth-child(2)
    .et_pb_column:first-child {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
  }

  #page-container #sub-footer .et_pb_text_inner p {
    text-align: left;
  }

  #page-container #et-boc .advantage-grid .et_pb_row .et_pb_column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: unset !important;
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  #page-container
    #et-boc
    .advantage-grid
    .et_pb_row
    .et_pb_column
    .et_pb_blurb_content {
    padding-top: 0 !important;
  }

  #page-container #et-boc .advantage-grid {
    padding: 3rem 0 !important;
  }

  #page-container .accessibility-slider-column .slick-list {
    clip-path: unset;
    overflow: hidden;
  }

  #page-container .accessibility-slider-column .et_pb_blurb {
    margin: 0 0.2rem 0 !important;
  }

  #page-container .solutions-grid .et_pb_row:nth-child(2) .et_pb_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
  }

  #page-container
    .solutions-grid
    .et_pb_row:nth-child(2)
    .et_pb_column
    .et_pb_blurb:last-child {
    grid-area: 5 / 1 / 6 / 3;
    width: 45%;
    margin: auto;
  }

  #page-container .solutions-grid .et_pb_row:nth-child(3) .et_pb_column {
    display: block;
  }

  #page-container
    .solutions-grid
    .et_pb_row:nth-child(3)
    .et_pb_column
    .et_pb_button_module_wrapper:first-child {
    margin-bottom: 1rem;
  }

  #page-container #et-boc .testimonial {
    margin: 0 0.2rem;
  }

  #page-container .home-cta .et_pb_column:first-child {
    width: 100%;
    padding-bottom: 0;
  }

  #page-container .home-cta .et_pb_column:first-child p {
    color: #212121 !important;
  }

  #page-container .home-cta .et_pb_column:first-child h2 {
    color: #002d60 !important;
  }

  /* #page-container #home-hero .et_pb_row:nth-child(2) {
        padding-bottom: 0;
    }

    #page-container #home-hero .et_pb_row:nth-child(2)>div:first-child {
        padding-top: 6rem;
    } */

  #page-container #home-hero .et_pb_column {
    margin-bottom: 0;
  }

  #page-container #home-hero .et_pb_module.et_pb_text h1 {
    max-width: 28rem;
  }

  #page-container #home-hero .et_pb_module.et_pb_text p {
    max-width: 20rem;
  }
}

#page-container .solutions-grid .et_pb_module_header a {
  text-decoration: none;
}

#page-container .link-animation-title .et_pb_module_header a {
  text-decoration: none;
}

#page-container .link-animation-title .et_pb_module_header {
  font-size: clamp(2rem, round(1.532rem + 0.857cqi, 0.5em), 2.175rem);
}

#page-container .link-animation {
  text-decoration: none !important;
}

#page-container .solutions-grid .et_pb_blurb a {
  background-color: unset !important;
}

#page-container .home-cta {
  background-position: top;
}

#page-container .solutions-needs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
}

#page-container .solutions-needs-grid .et_pb_blurb {
  box-shadow:
    0px 4px 4px -1px rgba(13, 13, 13, 0.1),
    0px 4px 4px -1px rgba(13, 13, 13, 0.05);
  padding: 0 !important;
  border-radius: 8px;
}

#page-container .solutions-needs-grid .et_pb_main_blurb_image {
  margin-bottom: 1rem;
}

#page-container .solutions-needs-grid .et_pb_blurb h3 {
  font-size: 170% !important;
  font-weight: 700;
  padding-bottom: 0.75rem;
}

#page-container .solutions-needs-grid .et_pb_blurb img,
#page-container .zoom-on-hover .et_pb_blurb img {
  border-radius: 8px 8px 0 0;
  transition: 0.2s ease all;
}

#page-container .solutions-needs-grid .et_pb_blurb a {
  text-decoration: none !important;
}

#page-container .solutions-needs-grid .et_pb_blurb:hover {
  background-color: #eaeded;
}

#page-container .solutions-needs-grid .et_pb_image_wrap,
#page-container .zoom-on-hover .et_pb_image_wrap,
#page-container .residential-gallery-slider .et_pb_blurb .et_pb_image_wrap {
  overflow: hidden;
}

#page-container .residential-gallery-slider .et_pb_blurb img {
  transition: 0.4s ease all;
}

#page-container .solutions-needs-grid .et_pb_blurb:hover img,
#page-container .zoom-on-hover .et_pb_blurb:hover img,
#page-container .residential-gallery-slider .et_pb_blurb:hover img {
  transform: scale(1.08);
}

#page-container .solutions-needs-grid .et_pb_blurb a:hover {
  background-color: unset !important;
}

#page-container .solutions-needs-grid .et_pb_blurb .et_pb_blurb_container {
  padding: 0 1rem 1rem;
}

#page-container .interior-hero {
  /* min-height: 45rem; */
  min-height: 38rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-container .interior-hero a {
  color: #ffffff;
}

/* hide image column when empty */
.interior-hero .et_pb_column_empty {
  display: none !important;
}

.interior-hero:has(.et_pb_column_empty) .et_pb_column_1_2 {
  width: 100%;
  max-width: 700px;
}

#page-container .interior-hero .et_pb_row:first-child {
  padding: 2rem 0 4rem;
}

#page-container .interior-hero .et_pb_row:first-child .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page-container
  .interior-hero
  .et_pb_row:first-child
  .et_pb_column
  .et_pb_image_wrap {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}

#page-container
  .interior-hero
  .et_pb_row:first-child
  .et_pb_column
  .et_pb_image_wrap
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

#page-container .needs-grid-section .et_pb_row:first-child .et_pb_text p {
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  #page-container .solutions-needs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 600px) {
  #page-container .solutions-needs-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
  }
}

.needs-grid-section.residential-page .slick-track {
  display: flex;
  padding-bottom: 1rem;
}

/* .needs-grid-section.residential-page .slick-list {
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
} */

.needs-grid-section.residential-page .et_pb_blurb {
  margin-right: 1.5rem;
  border-radius: 8px;
  box-shadow:
    0px 4px 4px -1px rgba(13, 13, 13, 0.1),
    0px 4px 4px -1px rgba(13, 13, 13, 0.05);
  height: inherit;
}

.needs-grid-section.residential-page .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: 0 !important;
}

.needs-grid-section.residential-page .et_pb_blurb a:hover {
  background-color: unset !important;
}

.needs-grid-section.residential-page .et_pb_blurb .link-animation {
  color: #004978;
  font-weight: 500;
  padding-top: 1rem !important;
  width: fit-content;
  display: block !important;
}

.needs-grid-section.residential-page .et_pb_blurb_description {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.needs-grid-section.residential-page .et_pb_blurb {
  position: relative;
  padding: 0 !important;
}

.needs-grid-section.residential-page .et_pb_blurb .explore-container {
  position: absolute;
  bottom: 1rem;
}

.needs-grid-section.residential-page .et_pb_blurb_content {
  height: 100%;
}

.needs-grid-section.residential-page .et_pb_blurb_container {
  padding: 1rem;
}

.needs-grid-section.residential-page .et_pb_blurb_description > p {
  padding-bottom: 3rem;
}

.needs-grid-section.residential-page .et_pb_blurb h3 {
  font-size: 160% !important;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.interior-hero h1 span {
  display: block;
}

#page-container .link-animation-title .et_pb_module_header a {
  overflow-wrap: anywhere;
  /* or break-word */
  word-break: break-word;
}

.needs-grid-section.residential-page .et_pb_blurb img {
  border-radius: 8px 8px 0 0;
}

.needs-grid-section.residential-page .needs-slider-arrows,
.left-aligned-arrows {
  text-align: left;
  padding-left: 0.5rem;
}

.needs-grid-section.residential-page .needs-slider-arrows i:first-child,
.left-aligned-arrows i:first-child {
  margin-right: 0.5rem;
}

.solutions-grid.residential-page .explore-container {
  padding-top: 1rem;
}

.solutions-grid.residential-page .et_pb_main_blurb_image {
  width: 75%;
}

.solutions-grid.residential-page .et_pb_blurb_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.solutions-grid.residential-page .et_pb_blurb {
  padding: 1rem;
  border-radius: 8px;
  transition: 0.2s ease all;
}

.solutions-grid.residential-page .et_pb_blurb:hover {
  background-color: #eaeded;
}

.solutions-grid.residential-page .et_pb_row:nth-child(2) .et_pb_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

@media screen and (max-width: 980px) {
  #page-container
    .solutions-grid.residential-page
    .et_pb_row:nth-child(2)
    .et_pb_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 600px) {
  #page-container
    .solutions-grid.residential-page
    .et_pb_row:nth-child(2)
    .et_pb_column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 1rem;
  }
}

.residential-gallery-slider .et_pb_image_wrap {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

.residential-gallery-slider .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* .residential-gallery-slider .slick-list {
    clip-path: inset(-100vw -100vw -100vw -100vw);
    overflow: visible;
} */

.residential-gallery-slider .caption-overlay {
  text-align: left;
  padding: 10px 10px 0;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 9;
  background: rgba(0, 45, 96, 0.7);
  border-radius: 8px;
}

.residential-gallery-slider .caption-overlay h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 120%;
  font-family: "Poppins", sans-serif !important;
}

.residential-advantage-row .et_pb_row:nth-child(2) .et_pb_column {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 0.5rem;
}

.residential-advantage-row
  .et_pb_row
  .et_pb_column
  .et_pb_blurb
  .et_pb_module_header
  span {
  text-decoration: unset !important;
  font-size: 60%;
  line-height: 1em;
}

.needs-grid-section.residential-page .needs-slider-arrows {
  padding-top: 0;
}

.solutions-grid .et_pb_blurb.vehicle .et_pb_image_wrap:before,
.product-icon.vehicle .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/auto-vehicle-lifts.svg");
}

.solutions-grid .et_pb_blurb.door .et_pb_image_wrap:before,
.product-icon.door .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/automatic-door-openers.svg");
}

.solutions-grid .et_pb_blurb.bath .et_pb_image_wrap:before,
.product-icon.bath .et_pb_image_wrap:before, /* update and delete */
.product-icon.bathroom .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/bathroom-products.svg");
}

.solutions-grid .et_pb_blurb.commercial-ramp .et_pb_image_wrap:before,
.product-icon.commercial-ramp .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/commerical-ramps.svg");
}

.solutions-grid .et_pb_blurb.grab-bar .et_pb_image_wrap:before,
.product-icon.grab-bar .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/grab-bars-saftey-poles.svg");
}

.solutions-grid .et_pb_blurb.elevator .et_pb_image_wrap:before,
.product-icon.elevator .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/in-home-elevators.svg");
}

.solutions-grid .et_pb_blurb.lift-chair .et_pb_image_wrap:before,
.product-icon.lift-chair .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/lift-chairs.svg");
}

.solutions-grid .et_pb_blurb.patient-lift .et_pb_image_wrap:before,
.solutions-grid .et_pb_blurb.patient-blue .et_pb_image_wrap:before, /* update and delete */
.product-icon.patient-lift .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/patient-lifts.svg");
}

.solutions-grid .et_pb_blurb.pool .et_pb_image_wrap:before,
.product-icon.pool .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/pool-lifts.svg");
}

.solutions-grid .et_pb_blurb.porch-lift .et_pb_image_wrap:before,
.solutions-grid .et_pb_blurb.porch-blue .et_pb_image_wrap:before, /* update and delete */
.product-icon.porch-blue .et_pb_image_wrap:before, /* update and delete */
.product-icon.porch-lift .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/porch-lifts.svg");
}

.product-icon.portable .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/portable-showers.svg");
}

.solutions-grid .et_pb_blurb.power .et_pb_image_wrap:before,
.product-icon.power .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/power-wheelchair.svg");
}

.solutions-grid .et_pb_blurb.scooter .et_pb_image_wrap:before,
.product-icon.scooter .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/scooters.svg");
}

.solutions-grid .et_pb_blurb.lift .et_pb_image_wrap:before, /* update and delete */
.product-icon.lift .et_pb_image_wrap:before, /* update and delete */
.solutions-grid .et_pb_blurb.stair-lift .et_pb_image_wrap:before,
.product-icon.stair-lift .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/stair-lifts.svg");
}

.product-icon.tub-to-shower .et_pb_image_wrap:before,
.solutions-grid .et_pb_blurb.tub-to-shower .et_pb_image_wrap:before,
.product-icon.conversion .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/tub-to-shower.svg");
}

.solutions-grid .et_pb_blurb.walk-in .et_pb_image_wrap:before,
.product-icon.walk-in .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/walk-in-tubs.svg");
}

.solutions-grid .et_pb_blurb.ramps .et_pb_image_wrap:before,
.solutions-grid .et_pb_blurb.ramp .et_pb_image_wrap:before, /* update and delete */
.product-icon.ramps .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/wheelchair-ramps.svg");
}

.solutions-grid .et_pb_blurb.mobility .et_pb_image_wrap:before, /* update and delete */
.product-icon.mobility .et_pb_image_wrap:before, /* update and delete */
.solutions-grid .et_pb_blurb.wheelchair .et_pb_image_wrap:before,
.product-icon.wheelchair .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/Divi-child/assets/images/solutions/wheelchair.svg");
}

#page-container .circle-dots-large.residential-page:before {
  top: -220px !important;
  transform: scaleY(-1) !important;
}

@media screen and (max-width: 1080px) {
  #page-container .circle-dots-large.residential-page:before {
    display: none;
  }
}

/* @media screen and (max-width: 600px) {
    #page-container .blue-backdrop.residential-advantage-row {
        margin-bottom: 0;
    }
} */

.home-about-video .et_pb_column:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-container .hero-text-link {
  color: #ffffff;
  text-decoration: unset !important;
  margin-left: 1rem;
  display: flex !important;
  align-items: center;
}

/* #page-container .hero-text-link i {
    padding-bottom: 5px;
} */

#page-container .interior-hero .hero-buttons-container .et_pb_text_inner {
  display: flex;
}

#page-container .faq-accordion h3 {
  font-size: clamp(1.25rem, round(1.071rem + 0.571cqi, 0.5em), 1.5rem);
  font-weight: 700;
}

.solutions-grid .et_pb_blurb,
.solutions-needs-grid .et_pb_blurb {
  display: flex;
  height: 100%;
}

.solutions-grid .et_pb_blurb .et_pb_blurb_container,
.solutions-needs-grid .et_pb_blurb .et_pb_blurb_container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.solutions-grid .et_pb_blurb_content,
.solutions-needs-grid .et_pb_blurb_content {
  display: flex;
  flex-direction: column;
}

.solutions-grid .et_pb_blurb .et_pb_blurb_container .et_pb_blurb_description,
.solutions-needs-grid
  .et_pb_blurb
  .et_pb_blurb_container
  .et_pb_blurb_description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.solutions-grid .et_pb_blurb .explore-container {
  flex-grow: 1;
  align-items: flex-end;
  display: flex;
}

#page-container .solutions-needs-grid .et_pb_blurb .explore-container {
  flex-grow: 1;
  align-items: flex-end;
  display: flex !important;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .solutions-grid .et_pb_blurb .explore-container {
    display: block;
  }

  .hero-text-link {
    font-size: 120%;
  }

  #page-container .solutions-grid .explore-container a {
    font-size: 110%;
  }

  #page-container .home-cta {
    padding-bottom: 8rem;
  }
}

#page-container .et_pb_blurb.et_clickable {
  cursor: pointer !important;
}

#page-container
  .solutions-grid.four-cards
  .et_pb_row:nth-child(2)
  .et_pb_column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
}

@media screen and (max-width: 1200px) {
  #page-container
    .solutions-grid.four-cards
    .et_pb_row:nth-child(2)
    .et_pb_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 600px) {
  #page-container
    .solutions-grid.four-cards
    .et_pb_row:nth-child(2)
    .et_pb_column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

.advantage-grid .et_pb_row.link-animation-title {
  overflow: visible;
}

#page-container .advantage-grid.blue-backdrop.homepage {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 980px) {
  #page-container
    #et-boc
    .interior-hero
    .et_pb_row:first-child
    .et_pb_column
    .et_pb_image_wrap {
    aspect-ratio: 3 / 2;
  }
}

#page-container .home-about-video .et_pb_image_wrap {
  aspect-ratio: 4 / 3;
}

#page-container .home-about-video .et_pb_image_wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#page-container .home-about-video.transportation .et_pb_image_wrap img {
  object-position: right;
}

.custom-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#page-container #et-boc .custom-product-grid .product-card {
  background-color: #eaeded;
  padding: 1.5rem !important;
  text-align: left;
  border-radius: 8px;
  text-decoration: unset !important;
  height: inherit;
  display: flex;
  flex-direction: column;
  margin: 0 0.75rem;
}

#page-container #et-boc .custom-product-grid .slick-track {
  display: flex;
}

.custom-product-grid .product-card .product-image {
  background-color: #ffffff;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}

.custom-product-grid .product-card .product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.custom-product-grid .product-title {
  font-size: clamp(1.5rem, round(1.321rem + 0.571cqi, 0.5em), 1.75rem);
  font-weight: 700;
  text-decoration: unset !important;
  margin: 1.5rem 0 0.6rem;
  color: #002d60;
}

.custom-product-grid .product-description,
.custom-product-grid .product-description p {
  text-decoration: unset !important;
  color: #212121;
}

.custom-product-grid .product-description {
  flex-grow: 1;
}

.custom-product-grid .explore-link {
  padding-top: 1rem;
  display: block;
  color: #004978;
  font-size: 20px;
}

.product-logo-row .et_pb_column {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
}

.product-feature-blurbs .et_pb_image_wrap {
  aspect-ratio: 4 / 3;
}

.product-feature-blurbs h3 {
  font-size: clamp(1.5rem, round(1.321rem + 0.571cqi, 0.5em), 1.75rem);
  font-weight: 700;
}

.product-feature-blurbs .et_pb_row:nth-child(2) .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-feature-blurbs .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-feature-blurbs .et_pb_main_blurb_image {
  margin-bottom: 1.5rem;
}

.interior-hero.product-icon .et_pb_image_wrap:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 25%;
  height: 25%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease all;
  z-index: 9;
}

.interior-hero.product-icon .et_pb_image_wrap {
  position: relative;
  overflow: visible;
}

/* #page-container .stair-lift .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/stair-lift.svg');
}

#page-container .pool .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/pool.svg');
}

#page-container .vehicle .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/vehicle.svg');
}

#page-container .porch-blue .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/porch-lift.svg');
}

#page-container .patient-blue .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/patient-lift.svg');
}

#page-container .grab-bar .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/grab-bar.svg');
}

#page-container .bathroom .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/bathroom.svg');
}

#page-container .portable .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/portable.svg');
}

#page-container .walk-in .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/walk-in.svg');
}

#page-container .tub-to-shower .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/tub-to-shower.svg');
}

#page-container .commercial-ramp .et_pb_image_wrap:before {
    background-image: url('/wp-content/themes/NDA-Microsite/assets/images/commercial-ramp.svg');
} */

#page-container .interior-hero .et_pb_image {
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  #page-container .interior-hero.stair-lift .et_pb_image,
  #page-container .interior-hero.pool .et_pb_image,
  #page-container .interior-hero.vehicle .et_pb_image,
  #page-container .interior-hero.porch-blue .et_pb_image,
  #page-container .interior-hero.patient-blue .et_pb_image,
  #page-container .interior-hero.mobility .et_pb_image,
  #page-container .interior-hero.scooter .et_pb_image,
  #page-container .interior-hero.door .et_pb_image,
  #page-container .interior-hero.bath .et_pb_image,
  #page-container .interior-hero.elevator .et_pb_image,
  #page-container .interior-hero.ramp .et_pb_image,
  #page-container .interior-hero.lift .et_pb_image {
    margin-top: 2rem;
  }
}

#page-container .interior-hero .et_pb_image img,
#page-container .interior-hero .et_pb_image_wrap {
  width: 100%;
}

#page-container .product-feature-blurbs .et_pb_main_blurb_image {
  width: 100%;
}

#home-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(0, 73, 120, 0.9) 0%,
    rgba(0, 73, 120, 0.6) 40%,
    rgba(0, 73, 120, 0) 100%
  );
}

#home-hero::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); /* Safari support */
  pointer-events: none;
}

#home-hero .et_pb_row:nth-child(2) {
  z-index: 3;
}

.et_pb_animation_top {
  animation: none !important;
}

#main-header > .container {
  padding: 0 !important;
}

#mega-menu-primary-menu {
  padding-right: 32px !important;
}

.solutions-grid.residential-page .explore-container a {
  color: #004978;
  font-size: 100%;
}

.residential-gallery-slider .et_pb_image_wrap a:hover {
  background: unset !important;
}

.residential-gallery-arrows {
  padding: 0 0 0 0.5rem;
}

.gallery-lightbox-slider .et_pb_row:last-child {
  padding-bottom: 0;
}

.residential-blog.related-post-section .et_pb_blurb {
  padding: 1.25rem !important;
}

.blue-backdrop.residential-advantage-row {
  margin-bottom: 4%;
}

.blue-backdrop.residential-advantage-row .et-pb-icon {
  font-size: 300%;
}

.blue-backdrop.residential-advantage-row .et_pb_main_blurb_image {
  margin-bottom: 0;
}

.blue-backdrop.residential-advantage-row h3 {
  line-height: 0.6em;
}

.blue-backdrop.residential-advantage-row .et_pb_blurb {
  padding: 1rem 0.5rem 0.5rem;
  border-radius: 8px;
  transition: 0.2s ease all;
  margin-bottom: 0 !important;
}

/* .blue-backdrop.residential-advantage-row .et_pb_blurb:hover {
    background-color: #002D60;
} */

.blue-backdrop.residential-advantage-row h2 {
  width: fit-content;
  margin: auto;
}

.blue-backdrop.residential-advantage-row h2:after {
  margin: 10px auto !important;
}

.blue-backdrop.residential-advantage-row .et_pb_blurb_container,
.blue-backdrop.residential-advantage-row .et_pb_blurb h3 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.blue-backdrop.residential-advantage-row .et_pb_blurb_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#page-container
  .blue-backdrop.residential-advantage-row
  .et_pb_main_blurb_image {
  padding-bottom: 1rem !important;
}

.blue-backdrop.residential-advantage-row .et_pb_blurb_container {
  flex-grow: 1;
}

.center-animations .et_pb_blurb .et_pb_module_header a {
  position: relative;
  padding-bottom: 10px !important;
}

#page-container
  #et-boc
  .center-animations
  .et_pb_blurb
  .et_pb_module_header
  a:after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  background-color: #92cd32 !important;
  display: block !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform 0.6s ease !important;
  z-index: 1 !important;
}

#page-container
  #et-boc
  .center-animations
  .et_pb_blurb:hover
  .et_pb_module_header
  a:after {
  transform: scaleX(1) !important;
}

.solutions-grid.residential-page {
  padding: 0;
}

@media (max-width: 768px) {
  #page-container
    .solutions-grid
    .et_pb_row:nth-child(2)
    .et_pb_column
    .et_pb_blurb:last-child {
    grid-area: unset;
    width: unset;
    margin: unset;
  }
}

@media screen and (max-width: 615px) {
  .residential-advantage-row .et_pb_row:nth-child(2) .et_pb_column {
    display: flex;
    flex-direction: column;
  }
}

.solutions-grid .et_pb_image_wrap {
  aspect-ratio: 1 / 1;
}

.solutions-grid .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-slider-gallery .slick-track {
  display: flex;
}

.product-gallery-wrapper {
  height: auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}

.product-gallery-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.product-slider-thumbs {
  margin-top: 0.75rem;
}

.product-slider-thumbs .slick-track {
  display: flex;
}

.product-slider-thumbs .gallery-thumbnail-wrapper {
  margin: 0 0.25rem;
  border-radius: 4px;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
}

.product-slider-thumbs .gallery-thumbnail-wrapper img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.logo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 0;
}

.logo-item {
  flex: 0 1 auto;
  /* allow logos to shrink and wrap */
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  height: 90px;
  /* lock height */
  width: auto;
  object-fit: contain;
  display: block;
}

.single-products-related-slider .slick-track {
  display: flex;
}

#page-container .single-products-related-slider .related-product-card {
  height: inherit;
  display: flex;
  flex-direction: column;
  padding: 1.25rem !important;
  background-color: #eaeded;
  margin: 0.5rem;
  border-radius: 8px;
  transition: 0.2s ease all;
}

#page-container .single-products-related-slider .related-product-card:hover {
  border-radius: 8px;
}

#page-container .single-products-related-slider .related-product-image {
  border-radius: 4px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

#page-container .single-products-related-slider .related-product-image img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#page-container .related-product-title {
  font-size: clamp(1.4rem, round(1.521rem + 0.771cqi, 0.7em), 1.85rem);
  font-weight: 700;
  color: #002d60;
  text-align: left;
}

#page-container .single-products-related-slider a {
  text-decoration: unset !important;
}

#page-container .single-products-related-slider .explore-link {
  flex-grow: 1;
  text-align: left;
  /* padding: 0.75rem 0 0.3rem; */
  padding: 0.75rem 0 0;
  color: #004978;
}

#page-container .faq-cpt-section .et_pb_toggle,
#page-container .single-product-faq .et_pb_toggle {
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  border-color: #002d60;
}

#page-container .faq-cpt-section .et_pb_toggle_open,
#page-container .single-product-faq .et_pb_toggle_open {
  background-color: #ffffff;
}

#page-container .faq-cpt-section .et_pb_toggle_close,
#page-container .single-product-faq .et_pb_toggle_close {
  background-color: #eaeded;
}

#page-container .faq-cpt-section .et_pb_toggle h3,
#page-container .single-product-faq .et_pb_toggle h4 {
  color: #004978 !important;
}

#page-container .faq-cpt-section .et_pb_toggle_title:before,
#page-container .single-product-faq .et_pb_toggle_title:before {
  color: #004978;
  font-family: FontAwesome !important;
  font-weight: 900 !important;
  content: "\f078" !important;
}

#page-container .product-gallery-arrows i {
  color: #ffffff;
  opacity: 70%;
  font-size: 120% !important;
}

#page-container .product-gallery-arrows {
  width: 116%;
  margin: auto auto auto -8%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 10%;
  padding-left: 0.5rem;
}

#page-container .single-products-related-arrows i:first-child {
  margin-right: 0.5rem;
}

#page-container .single-products-related-arrows i:last-child {
  margin-left: 0.5rem;
}

#page-container .single-products-related-arrows {
  padding: 0;
}

@media screen and (max-width: 980px) {
  .product-gallery-wrapper {
    aspect-ratio: 3 / 2 !important;
  }

  #page-container
    .interior-hero.single-product
    .et_pb_column:last-child
    .et_pb_code {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }

  #page-container .product-gallery-arrows {
    position: relative !important;
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important;
    margin: auto;
  }

  #page-container #et-boc .product-gallery-arrows i {
    font-size: 180% !important;
  }

  #page-container #et-boc .product-gallery-arrows i:first-child {
    margin-right: 0.25rem;
  }

  #page-container
    .et_pb_section_0_tb_body.section_has_divider.et_pb_bottom_divider
    .et_pb_bottom_inside_divider {
    background-size: 100% 30px;
    bottom: 0;
    height: 30px;
  }

  #page-container .single-products-related-slider .related-product-image {
    aspect-ratio: 3 / 2;
  }

  #page-container .interior-hero .et_pb_module_heading {
    padding-top: 2rem;
  }

  #page-container .testimonial-slider {
    padding-bottom: 8%;
  }

  #page-container .residential-advantage-row {
    padding-top: 6%;
  }
}

#page-container #et-boc .et_pb_module_header a {
  padding-left: 0;
}

#page-container #custom-products-list .et_pb_row:first-child .et_pb_text {
  max-width: unset !important;
}

#page-container #custom-products-list .et_pb_row:first-child .et_pb_text p {
  max-width: 700px;
}

#page-container .explore-container a {
  padding-left: 0 !important;
}

#page-container .needs-grid-section .et_pb_blurb .et_pb_image_wrap {
  aspect-ratio: 4 / 3;
}

#page-container .needs-grid-section .et_pb_blurb .et_pb_image_wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#page-container #et-boc .circle-dots-large.commercial-page:before {
  top: -50px !important;
  transform: scaleY(1) !important;
}

@media screen and (min-width: 981px) {
  #page-container .gallery-lightbox-slider .left-aligned-arrows {
    padding: 0;
    position: absolute;
    width: 86%;
    top: 61%;
    display: flex;
    max-width: 1180px !important;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-right: auto;
  }
}

#page-container .related-post-section .et_pb_row:first-child,
#page-container .residential-advantage-row .et_pb_row:first-child {
  padding-bottom: 0;
}

#page-container .explore-container a {
  color: #004978;
}

@media screen and (max-width: 980px) {
  #page-container .interior-hero {
    padding-top: 65px !important;
  }
  #page-container .gallery-lightbox-slider .left-aligned-arrows {
    display: flex;
    justify-content: flex-end;
  }
  #page-container .residential-page.gallery-lightbox-slider {
    padding-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .hero-buttons-container .et_pb_text_inner {
    flex-direction: column-reverse;
  }

  .hero-buttons-container .et_pb_text_inner a.et_pb_button {
    width: fit-content;
  }

  .hero-buttons-container .et_pb_text_inner a.hero-text-link {
    /* margin: 0 !important; */
    margin-bottom: 0.75rem !important;
    margin-left: 0 !important;
  }
}

/* Blog sections */

#page-container .custom-blog-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
}

#page-container .custom-blog-posts .custom-blog-post {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1.25rem;
  transition: 0.2s ease all;
}

#page-container .custom-blog-posts .custom-blog-post:hover {
  background-color: #eaeded;
}

#page-container .single-products-related-slider .related-product-card img {
  transition: 0.2s ease all;
}

#page-container .custom-blog-posts .custom-blog-post:hover img,
#page-container
  .single-products-related-slider
  .related-product-card:hover
  img {
  transform: scale(1.05);
}

#page-container .custom-blog-post .blog-title {
  font-size: clamp(1.5rem, round(1.321rem + 0.571cqi, 0.5em), 1.75rem);
  color: #002d60;
  font-weight: 700;
  line-height: 1.3em;
}

#page-container .custom-blog-post-link {
  text-decoration: none !important;
}

#page-container .blog-thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 4px;
  position: relative;
}

#page-container .blog-thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: 0.2s ease all;
}

#page-container .blog-category {
  padding: 6px 10px 3px;
  background-color: #004978;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.6px;
  margin: 0.5rem 0 0.75rem;
  line-height: 1.2em;
}

#page-container .blog-category i {
  padding-right: 7px;
}

#page-container .explore-container i,
#page-container .read-more-container i {
  font-size: 80%;
}

#page-container .read-more-container {
  flex-grow: 1;
  align-items: flex-end;
  display: flex;
  padding-top: 1rem;
}

#page-container .read-more-container span {
  color: #004978;
  font-size: 20px;
}

#page-container .gallery-lightbox-slider .et_pb_row:first-child {
  padding-bottom: 1%;
}

#page-container .blog-thumb::after {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.2s ease-in-out !important;
  z-index: 2;
  pointer-events: none;
}

#page-container .custom-blog-posts .custom-blog-post:hover .blog-thumb::after {
  opacity: 1;
}

#page-container .hero-buttons-container p {
  display: flex;
}

#page-container .hero-buttons-container {
  padding-top: 1rem;
}

#page-container .residential-advantage-row.about-values .et_pb_blurb_container {
  flex-direction: column;
}

#page-container
  .residential-advantage-row.about-values
  .et_pb_row:nth-child(2)
  .et_pb_column {
  grid-template-columns: repeat(3, 1fr);
}

#page-container
  .residential-advantage-row.about-values
  .et_pb_blurb:nth-of-type(4) {
  grid-column: 1 / 2;
  justify-self: end;
}

#page-container
  .residential-advantage-row.about-values
  .et_pb_blurb:nth-of-type(5) {
  grid-column: 2 / 3;
  justify-self: start;
}

#page-container .team-grid .et_pb_image_wrap {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 8px;
}

#page-container .team-grid .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-about-video .blurb-title i {
  font-size: 3rem;
  color: #92cd32;
  margin-bottom: 0.5rem;
}

#safety-assessment .et_pb_image:before {
  content: "";
  background-image: url("/wp-content/themes/NDA-Microsite/assets/images/dots-horizontal.svg");
  position: absolute;
  width: 150px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -50px;
  bottom: -25px;
  z-index: 9;
}

#expert-installation:before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/06/circle-left.png");
  background-size: contain;
  width: 15%;
  height: 400px;
  background-repeat: no-repeat;
  left: 0;
  top: -50px;
  background-position: left;
}

#flexible-financing .et_pb_image:before {
  content: "";
  background-image: url("/wp-content/themes/NDA-Microsite/assets/images/dots-vertical.svg");
  position: absolute;
  width: 65px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -25px;
  top: -50px;
  z-index: 9;
}

#rent-buy .et_pb_image:before {
  content: "";
  background-image: url("/wp-content/themes/NDA-Microsite/assets/images/dots-horizontal.svg");
  position: absolute;
  width: 150px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -50px;
  top: -25px;
  z-index: 9;
}

#peace-of-mind:before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/06/circle-right.png");
  background-size: contain;
  width: 20%;
  height: 400px;
  background-repeat: no-repeat;
  right: 0;
  top: -50px;
  background-position: right;
}

#flexible-financing .et_pb_row,
#rent-buy .et_pb_row {
  overflow: visible;
}

@media screen and (max-width: 980px) {
  #expert-installation .et_pb_row,
  #rent-buy .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }

  #expert-installation .et_pb_row .et_pb_column:first-child,
  #rent-buy .et_pb_row .et_pb_column:first-child {
    margin-bottom: 0;
  }

  #expert-installation .et_pb_row .et_pb_column:last-child,
  #rent-buy .et_pb_row .et_pb_column:last-child {
    margin-bottom: 30px;
  }

  #safety-assessment .et_pb_image:before,
  #expert-installation:before,
  #flexible-financing .et_pb_image:before,
  #rent-buy .et_pb_image:before,
  #peace-of-mind:before {
    display: none;
  }

  #peace-of-mind {
    padding-bottom: 1.75rem;
  }

  #safety-assessment,
  #expert-installation,
  #flexible-financing,
  #rent-buy {
    padding-bottom: 0.5rem;
  }

  #page-container .home-cta .et_pb_column:first-child {
    padding: 1rem 0;
  }

  #page-container .interior-hero .et_pb_bottom_inside_divider {
    background-size: 100% 30px;
    height: 30px;
  }

  #page-container .interior-hero.advantage-page {
    background-position: center bottom;
  }
}

#page-container
  .residential-advantage-row.about-values
  .et_pb_row:nth-child(3)
  .et_pb_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.5rem;
  width: 66.6666%;
}

#page-container
  .residential-advantage-row.about-values
  .et_pb_row:nth-child(3) {
  display: flex;
  justify-content: center;
}

.residential-advantage-row.about-values
  .et_pb_row
  .et_pb_column
  .et_pb_blurb
  .et_pb_module_header {
  text-decoration: unset !important;
  font-size: 150%;
  line-height: 1em;
}

.blue-backdrop.residential-advantage-row.about-values .et_pb_blurb:hover {
  background-color: unset !important;
}

#page-container .trusted-network p {
  max-width: 700px;
}

#page-container .team-grid h4 {
  color: #004978;
  font-size: 125%;
}

#page-container .team-grid .et_pb_toggle {
  padding: 0.5rem;
}

#page-container .team-grid .et_pb_toggle h5 {
  color: #004978;
  font-size: 125%;
  width: fit-content;
  padding: 5px 2rem 5px 5px;
  border-radius: 4px;
  transition: 0.2s ease all;
}

#page-container .team-grid .et_pb_toggle h5:hover {
  background-color: #efefef;
}

#page-container .team-grid .et_pb_blurb_content {
  text-align: left;
}

#page-container .interior-hero.about-hero {
  background-position: right 0px bottom -30px;
}

@media screen and (min-width: 981px) {
  #page-container .welcome-section .et_pb_image_wrap {
    aspect-ratio: 3 / 2;
  }

  /* #page-container .contact-form-section .et_pb_row:nth-child(2) .et_pb_column:first-child {
        padding-right: 3rem;
        margin-right: 3rem;
        border-right: 3px solid #92CD32;
    } */
}

@media screen and (max-width: 600px) {
  #page-container
    .residential-advantage-row.about-values
    .et_pb_row:nth-child(3)
    .et_pb_column {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }

  #page-container
    .residential-advantage-row.about-values
    .et_pb_row:nth-child(3) {
    padding-top: 0;
  }

  #page-container
    .residential-advantage-row.about-values
    .et_pb_row:nth-child(2) {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 980px) {
  #page-container .trusted-network .et_pb_image {
    margin: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }

  #page-container .team-grid .et_pb_blurb img {
    width: 500px;
  }

  #page-container .interior-hero.about-hero {
    background-position: 65% 50%;
  }
}

#page-container #et-boc .short-hero {
  min-height: 32rem;
}

#page-container .hero-search-box {
  margin-top: 0.5rem;
}

#page-container .about-expert .et_pb_image_wrap {
  aspect-ratio: 3 / 2;
}

#page-container .about-expert {
  padding: 0;
}

#page-container .contact-form-section .gfield_label {
  color: #002d60;
}

#page-container .contact-form-section h3 {
  font-size: clamp(1.5rem, round(1.321rem + 0.571cqi, 0.5em), 1.75rem);
  font-weight: 700;
}

#page-container .contact-form-section .et_pb_column:nth-child(2) .et_pb_text a {
  text-decoration: unset !important;
  color: #212121;
}

#page-container .contact-form-section .et_pb_social_media_follow a {
  border-radius: 50px;
  transition: 0.2s ease all;
}

#page-container .contact-form-section .et_pb_social_media_follow a:hover {
  transform: scale(1.1);
  opacity: 80%;
}

#page-container .contact-form-section {
  padding-bottom: 7rem;
}

#blog-newsletter-blurb .hero-search-box i,
#blog-newsletter-blurb .hero-search-box input,
#blog-newsletter-blurb .hero-search-box .et_pb_button {
  font-size: 12px;
}

#blog-newsletter-blurb .hero-search-box input {
  padding: 0 0 0 6px;
}

@media screen and (max-width: 1280px) {
}

#page-container #blog-featured-image .et_pb_image_wrap {
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 8px;
}

#page-container #blog-featured-image .et_pb_image_wrap img {
  border-radius: 8px;
}

#page-container #blog-featured-image {
  display: flex;
  align-items: center;
}

#page-container #et-boc #post-share a span {
  background-color: #92cd32 !important;
  transition: 0.2s ease all;
}

#page-container #et-boc #post-share a:hover span {
  background-color: #c1d82f !important;
}

#blog-publish-date .et_pb_text_inner {
  text-transform: uppercase;
}

#blog-categories .et_pb_text_inner {
  padding: 6px 10px 3px;
  background-color: #004978;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.6px;
  margin: 0.5rem 0 0.75rem;
  line-height: 1.2em;
}

#blog-categories .et_pb_text_inner:before {
  content: "\f1ea";
  font-family: "Font Awesome 6 Pro" !important;
  position: relative;
  color: #ffffff;
  font-size: 1em;
  padding-right: 5px;
  padding-bottom: 1.5px;
}

#post-hero .et_pb_text:last-child {
  margin: 3rem 0 0.25rem;
}

#blog-newsletter-blurb strong {
  font-weight: 600;
  font-size: 115%;
}

#post-body #blog-post-content {
  max-width: 700px;
}

#post-body #blog-post-content p span {
  font-family: "poppins", sans-serif;
}

#post-hero .social-heading {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 980px) {
  #post-hero {
    flex-direction: column-reverse;
  }

  #post-hero .et_pb_column:first-child {
    margin-top: 2rem;
  }

  #post-hero .et_pb_column:first-child h1 {
    padding: 0;
  }

  #post-hero #blog-title,
  #post-hero #blog-publish-date {
    margin-bottom: 1rem;
  }

  #blog-publish-date {
    margin-bottom: 0;
  }

  #page-container #post-body {
    padding-top: 0 !important;
  }
}

#blog-newsletter-blurb .hero-search-box button {
  position: absolute !important;
  right: 0;
}

@media screen and (min-width: 981px) and (max-width: 1280px) {
  #blog-newsletter-blurb .hero-search-box button {
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    transform: translateY(100%);
  }

  #blog-newsletter-blurb .hero-search-box {
    overflow: visible;
  }

  #blog-newsletter-blurb .et_pb_blurb_description {
    padding-bottom: 3rem;
  }
}

#page-container
  #et-boc
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  border: 1px solid #5f7598;
}

#page-container #et-boc .gform_wrapper.gravity-theme .gfield_label {
  color: #002d60;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}

#page-container #et-boc .selection-grid .gfield_checkbox,
#page-container #et-boc .selection-grid .gfield_radio {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-content: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

#page-container #et-boc #et-main-area #main-content .selection-grid .gchoice {
  display: flex;
  min-height: 150px;
  padding: 2rem 1.5rem 1rem;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
  background-color: #004978;
  border-radius: 8px;
  color: #ffffff !important;
  --gf-local-color: #ffffff !important;
  justify-content: space-around;
}

#page-container .selection-grid .gfield_checkbox .gchoice .gform-field-label {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: 2rem 0.5rem 0;
}

#page-container .selection-grid .gfield_radio .gchoice .gform-field-label {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 0.5rem 0;
}

#page-container #et-boc .selection-grid .gfield_checkbox .gchoice:after {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 1.5rem;
}

#page-container #et-boc .selection-grid .gfield_radio .gchoice:after {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 1rem;
}

.selection-grid .gfield_radio .gchoice:nth-child(1):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/user.svg");
}

.selection-grid .gfield_radio .gchoice:nth-child(2):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/family.svg");
}

.selection-grid .gfield_radio .gchoice:nth-child(3):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/client.svg");
}

.selection-grid .gfield_radio .gchoice:nth-child(4):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/business.svg");
}

.selection-grid .gfield_checkbox .gchoice:nth-child(1):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/ramp-white.svg");
}

.selection-grid .gfield_checkbox .gchoice:nth-child(2):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/stairs-white.svg");
}

.selection-grid .gfield_checkbox .gchoice:nth-child(3):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/lift-white.svg");
}

.selection-grid .gfield_checkbox .gchoice:nth-child(4):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/elevator-white.svg");
}

.selection-grid .gfield_checkbox .gchoice:nth-child(5):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/bath-white.svg");
}

.selection-grid .gfield_checkbox .gchoice:nth-child(6):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/grabbar-white.svg");
}

.selection-grid .gfield_checkbox .gchoice:nth-child(7):after {
  content: url("/wp-content/themes/NDA-Microsite/assets/images/other-white.svg");
}

#page-container .gchoice .gfield-choice-input,
#page-container .ginput_container_consent input {
  width: 18px;
  height: 18px;
  accent-color: #92cd32;
}

#page-container #et-boc .contact-field .gchoice {
  color: #002d60;
}

#page-container #field_6_6 {
  margin-top: 1rem;
}

#page-container #field_6_7 {
  margin: 2rem 0 1rem;
}

#gfield_description_6_7 {
  padding-top: 0;
}

@media screen and (max-width: 980px) {
  #page-container #et-boc .selection-grid .gfield_checkbox,
  #page-container #et-boc .selection-grid .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }

  #page-container #et-boc .selection-grid .gfield_checkbox .gchoice,
  #page-container #et-boc .selection-grid .gfield_radio .gchoice {
    grid-column: unset !important;
  }
}

@media screen and (max-width: 550px) {
  /* .selection-grid .gfield_checkbox, 
.selection-grid .gfield_radio {
    grid-template-columns: repeat(1, 1fr);
} */

  #page-container .form-container {
    width: 100%;
  }
}

#gform_1 .gfield_consent_label {
  color: #002d60;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  padding-left: 0.5rem;
}

#gform_1 .ginput_container_consent {
  display: flex;
  align-items: center;
}

#page-container #et-boc .selection-grid .gfield_radio .gchoice:nth-child(1),
#page-container #et-boc .selection-grid .gfield_radio .gchoice:nth-child(2),
#page-container #et-boc .selection-grid .gfield_radio .gchoice:nth-child(3),
#page-container #et-boc .selection-grid .gfield_radio .gchoice:nth-child(4) {
  grid-column: span 3;
}

#page-container #et-boc .selection-grid .gfield_checkbox .gchoice:nth-child(1),
#page-container #et-boc .selection-grid .gfield_checkbox .gchoice:nth-child(2),
#page-container #et-boc .selection-grid .gfield_checkbox .gchoice:nth-child(3),
#page-container #et-boc .selection-grid .gfield_checkbox .gchoice:nth-child(4) {
  grid-column: span 3;
}

#page-container #et-boc .selection-grid .gfield_checkbox .gchoice:nth-child(5),
#page-container #et-boc .selection-grid .gfield_checkbox .gchoice:nth-child(6),
#page-container #et-boc .selection-grid .gfield_checkbox .gchoice:nth-child(7) {
  grid-column: span 4;
}

#page-container #et-boc .selection-grid .gchoice {
  position: relative;
  cursor: pointer;
}

#page-container #et-boc .selection-grid .gchoice label {
  position: absolute;
  inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
  z-index: 1;
  cursor: pointer;
  /* display: block; */
}

#page-container #et-boc .selection-grid .gchoice input[type="radio"],
#page-container #et-boc .selection-grid .gchoice input[type="checkbox"] {
  position: relative;
  z-index: 2;
}

#page-container
  #et-boc
  .gform_wrapper.gravity-theme
  .selection-grid
  .gfield-choice-input
  + label {
  max-width: unset !important;
}

#us-locations .et_pb_code_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

#canada-locations .et_pb_code_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
}

.limit-width p {
  max-width: 700px;
}

#canada-locations h4,
#canada-locations h3,
#us-locations h4,
#us-locations h3 {
  color: #ffffff !important;
}

#canada-locations h3,
#us-locations h3 {
  margin-bottom: 3rem;
}

.location-block {
  position: relative;
}

.location-block:before {
  position: relative;
  content: "";
  width: 150px;
  height: 150px;
  display: block;
  margin-bottom: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.location-block li {
  list-style-type: none !important;
  font-size: 110%;
  padding-bottom: 0.5rem;
  font-weight: 300;
}

.location-block ul {
  padding: 0.75rem 0 0;
}

@media screen and (max-width: 980px) {
  #us-locations .et_pb_code_inner {
    grid-template-columns: repeat(2, 1fr);
    /* width: 80%;
        margin: auto; */
  }

  #us-locations {
    margin: 0 auto;
    padding: 3rem 0;
  }

  .location-block:before {
    width: 120px;
    height: 120px;
  }
  /* #canada-locations .et_pb_code_inner {
        width: 80%;
        margin: auto;
     } */
}

/* @media screen and (max-width: 500px) {
    #us-locations .et_pb_code_inner {
        grid-template-columns: repeat(1, 1fr);
     }
    
     #canada-locations .et_pb_code_inner {
        grid-template-columns: repeat(1, 1fr);
     }
} */

@media screen and (max-width: 980px) {
  #page-container .circle-dots-large:before {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  #page-container #custom-products-list .product-slider-arrows {
    display: flex;
    justify-content: space-between;
    width: 108%;
    margin: auto;
    transform: translatex(-3.75%);
    position: absolute;
    top: 50%;
    z-index: -1;
    padding-left: 0.5rem;
  }
}

#page-container .testimonial-slider .et_pb_row:nth-child(2) {
  padding-bottom: 0;
}

#page-container #et-boc .custom-blog-posts.facetwp-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

#page-container #blog-filter-list {
  padding-top: 0;
}

#page-container #resource-facet-buttons .et_pb_button {
  color: #ffffff !important;
  background-color: #004978 !important;
  border: 2px solid #004978 !important;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-container #resource-facet-buttons .et_pb_button:hover {
  background-color: #004978 !important;
  border: 2px solid #004978 !important;
  box-shadow: 0px 0px 14px 0px #004978;
  opacity: 90%;
}

#resource-facet-buttons .et_pb_button::after,
#resource-facet-buttons .et_pb_button:hover::after {
  background-color: #ffffff !important;
  display: none;
  visibility: none;
  opacity: 0;
}

#page-container .facetwp-counter {
  display: none;
}

#page-container .facetwp-checkbox {
  text-align: left;
  padding-left: 30px;
  color: #002d60;
  font-weight: 400;
  padding-top: 3px;
  background-size: 16px 16px;
}

#page-container #blog-filter-list h3 {
  text-align: left;
  color: #002d60;
  font-size: clamp(1.5rem, round(1.321rem + 0.571cqi, 0.5em), 1.75rem);
  font-weight: 700;
  color: #002d60;
}

#page-container #blog-filter-list select {
  width: 100%;
  border-radius: 4px;
  padding: 8px 4px;
  border-color: #5f7598;
  color: #004978;
}

#page-container #et-boc .custom-featured-post {
  display: flex;
  flex-direction: row-reverse;
  padding: 1.5rem;
  border-radius: 8px;
  text-decoration: none !important;
}

#page-container .custom-featured-post > div {
  flex: 1;
}

#page-container .custom-featured-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2rem;
}

#page-container .custom-featured-thumbnail,
#page-container .custom-featured-thumbnail img {
  border-radius: 8px;
}

#page-container .custom-featured-content .featured-heading {
  font-size: clamp(1.5rem, round(1.321rem + 0.571cqi, 0.5em), 1.75rem);
  font-weight: 800;
  letter-spacing: 1px;
  color: #002d60;
}

#page-container .custom-featured-content h3 {
  font-weight: 600;
  color: #002d60;
  font-size: clamp(2.3rem, round(1.696rem + 2.271cqi, 0.5em), 2.925rem);
}

#page-container #et-boc .custom-featured-readmore {
  color: #004978;
  font-weight: 600;
  margin-top: 1rem !important;
  text-decoration: none !important;
  width: fit-content;
}

#page-container .custom-blog-post {
  background-color: #f4f6f6 !important;
  border: 1px solid #5f7598;
}

#page-container #et-boc .custom-blog-post-link {
  padding: 0 !important;
}

#page-container #et-boc .custom-blog-post-link:hover .custom-blog-post,
#page-container #et-boc .custom-featured-post:hover {
  background-color: #e7e7e7 !important;
}

#page-container #et-boc .custom-blog-post-link:hover {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#page-container .custom-featured-post img {
  transition: 0.2s ease all;
}

#page-container .custom-featured-post:hover img {
  transform: scale(1.05);
}

#page-container .custom-featured-thumbnail {
  overflow: hidden;
}

#page-container #resource-facet-buttons {
  padding: 0;
}

#page-container #blog-filter-list .facetwp-checkbox {
  display: flex;
  align-items: center;
}

#page-container #resource-facet-buttons .et_pb_column {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

#page-container #resource-facet-buttons .et_pb_column .et_pb_code {
  margin-bottom: 0 !important;
}

#page-container .facetwp-pager {
  margin: 2rem 0 0;
}

#page-container #et-boc .facetwp-page {
  text-decoration: none !important;
  color: #1e1e1e;
  margin: 0 0.5rem;
}

#page-container .facetwp-page.active {
  color: #ffffff !important;
  background-color: #004978 !important;
  padding: 2px 10px 0 !important;
}

@media screen and (max-width: 980px) {
  #page-container #et-boc .custom-featured-post {
    flex-direction: column-reverse;
    padding: 0;
  }

  #page-container #et-boc .custom-featured-content {
    padding-right: 0;
    margin-bottom: 1rem;
  }

  #blog-filter-list .et_pb_row {
    padding-top: 0;
  }

  #page-container #blog-filter-list .facetwp-facet-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #page-container #resource-facet-buttons .et_pb_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #page-container #resource-facet-buttons .et_pb_column > div:last-child {
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  #page-container #et-boc .custom-blog-posts.facetwp-template {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  #page-container .custom-blog-post {
    display: flex !important;
    flex-direction: row !important;
  }

  #page-container .custom-blog-post .blog-thumb {
    margin-bottom: 0;
    margin-right: 1rem;
    flex: 1;
  }

  #page-container .custom-blog-post .blog-content {
    flex: 2;
  }
}

#post-991
  > div
  > div
  > div.et_builder_inner_content.et_pb_gutters2
  > div.et_pb_bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDBzNTczLjA4IDE0MCAxMjgwIDE0MFYweiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 100px;
  bottom: 0;
  height: 100px;
  z-index: 1;
  transform: scale(-1, -1);
}

#location-search-form-location-selector-footer-1 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  padding: 3px;
  max-width: 550px;
  margin-top: 1rem;
}

#location-search-form-location-selector-footer-1 i {
  margin-left: 12px;
  color: #999;
}

#nav_zip_search_footer {
  flex: 1;
  border: none;
  padding: 12px;
  padding-left: 8px;
  font-size: 16px;
  outline: none;
}

.header-location-selector #nav_zip_search {
  border: none;
}

.header-location-selector #location-search-form-location-selector-4 {
  max-height: unset !important;
  border: 1px solid #5f7598;
  border-radius: 4px;
  padding: 3px;
}

.header-location-selector
  #location-search-form-location-selector-4
  .et_pb_button {
  line-height: 1em !important;
  padding: 0.3em 0.5em 0.2em !important;
  font-size: 16px;
  transition: 0.2s ease all !important;
}

.header-location-selector
  #location-search-form-location-selector-4
  .et_pb_button
  .button-text {
  font-weight: 500;
}

.header-location-selector
  #location-search-form-location-selector-4
  .et_pb_button:hover {
  background-color: #c1d82f !important;
  border-color: #c1d82f !important;
  box-shadow: unset !important;
}

#top-menu-nav #mega-menu-wrap-primary-menu > ul > li.nav-button a:hover {
  background-color: #c1d82f !important;
  border-color: #c1d82f !important;
}

.header-location-selector
  #location-search-form-location-selector-4
  .et_pb_button:after,
#top-menu-nav #mega-menu-wrap-primary-menu > ul > li.nav-button:after,
.header-location-selector
  #location-search-form-location-selector-4
  .et_pb_button:hover:after,
#top-menu-nav #mega-menu-wrap-primary-menu > ul > li.nav-button:hover:after,
#top-menu-nav #mega-menu-wrap-primary-menu > ul > li.nav-button:hover a:after {
  opacity: 0 !important;
}

#main-header .logo_container {
  width: 280px !important;
  z-index: 9999999999 !important;
}

#main-header {
  top: 51.25px !important;
}

.logged-in.admin-bar #page-container #main-header {
  /* top: 83.25px !important; */
  top: 0 !important;
}

/* .logged-in.admin-bar #home-hero {
    padding-top: 120px !important;
} */

#page-container .header-location-selector .search-inner {
  display: flex;
  align-items: center;
}

#page-container .header-location-selector .search-inner p {
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1em;
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-top: 4px;
  font-weight: 700;
  color: #004978;
}

#page-container .header-location-selector .search-inner i {
  color: #92cd32;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* Revisions 07/10/25 */

#page-container #custom-products-list .et_pb_row:nth-child(2) {
  padding-top: 0;
}

#page-container
  #et-boc
  .custom-product-grid
  .product-card:hover
  .link-animation:after {
  transform: scaleX(1) !important;
  transform-origin: left !important;
  transition:
    transform 0.6s cubic-bezier(0.33, 1.4, 0.6, 1),
    transform-origin 0s !important;
}

#page-container #et-boc .custom-product-grid .product-card:hover {
  background-color: #dedede;
}

#page-container
  .et_pb_menu--without-logo
  .et_pb_menu__menu
  > nav
  > ul
  > li
  > a {
  padding-bottom: 6px;
  padding-top: 6px;
  font-size: 1rem;
  line-height: 1.2;
}

#home-hero {
  /* padding-top: 120px !important; */
  padding-top: 2%;
  padding-bottom: calc(2% + 7rem);
}

/* #page-container .interior-hero {
    padding-top: 120px !important;
} */

#page-container #et-boc .et_pb_video_play {
  text-decoration: unset !important;
  position: absolute;
  padding: 0;
}

#page-container .et_pb_video_overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.2);
  left: 0;
}

/* #page-container #et-boc .home-accessibility-swiper .accessibility-slider-column .et_pb_blurb {
    height: auto;
    margin-bottom: 0;
}

#page-container .swiper-button-next:after, 
#page-container .swiper-button-prev:after {
    display: none;
    content: '';
}

#page-container .swiper-button-next, 
#page-container .swiper-button-prev {
    position: relative;
    display: inline-block;
    margin-top: 0;
}

#page-container #et-boc .accessibility-slider-arrows .et_pb_code_inner {
    display: flex;
}

#page-container .swiper-button-next i, 
#page-container .swiper-button-prev i {
    color: #004978;
    font-size: 200% !important;
}

#page-container .swiper-button-prev {
    margin-right: 2.5rem;
} */

#page-container #top-header .container {
  padding-top: 0.75em;
}

/* #page-container #et-boc .home-accessibility-slider {
    padding-bottom: 0;
} */

#page-container .related-post-section .custom-blog-slider-arrows {
  display: none;
}

#page-container .related-post-section .custom-blog-slider-arrows i {
  color: #ffffff;
}

#page-container
  .related-post-section
  .custom-blog-posts
  .blog-content-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#page-container
  .related-post-section
  .custom-blog-post-link:hover
  .link-animation:after {
  transform: scaleX(1) !important;
  transform-origin: left !important;
  transition:
    transform 0.6s cubic-bezier(0.33, 1.4, 0.6, 1),
    transform-origin 0s !important;
}

#page-container .related-post-section .custom-blog-post-link:hover {
  background-color: #eaeded;
  border-radius: 8px;
}

@media screen and (max-width: 980px) {
  #page-container .related-post-section .custom-blog-posts {
    display: block;
  }

  #page-container #et-boc .related-post-section .custom-blog-post-link {
    margin: 0 0.5rem;
    height: inherit;
  }

  #page-container .related-post-section .custom-blog-posts .slick-track {
    display: flex;
  }

  #page-container .related-post-section .custom-blog-slider-arrows {
    display: flex;
    margin-bottom: 3rem !important;
    padding-left: 0.5rem;
    justify-content: flex-end;
  }

  #page-container
    .related-post-section
    .custom-blog-slider-arrows
    i:first-child {
    margin-right: 1rem;
  }

  #page-container .main-slide img {
    aspect-ratio: 4 / 3;
  }

  #page-container #et-boc .button-container {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 15px;
    position: relative;
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #page-container
    .related-post-section
    .custom-blog-posts
    .blog-content-container {
    flex: 2;
  }
}

#page-container .slick-disabled {
  opacity: 20%;
  cursor: unset;
}

#page-container .slick-disabled:hover {
  scale: unset !important;
}

#page-container #product-gallery img {
  border-radius: 8px !important;
}

#page-container .interior-hero .hero-buttons-container a {
  font-size: clamp(0.9375rem, 0.75rem + 0.5vw, 1.125rem);
}

#page-container #et-boc .residential-advantage-row .slick-arrow {
  color: #ffffff;
}

#page-container .nda-advantage-arrows {
  display: flex;
  justify-content: center;
  padding: 1rem 0 !important;
  transform: translateY(-50%);
}

#page-container .nda-advantage-arrows i {
  padding: 0 0.5rem;
}

#page-container .blog-sidebar-blurb #nav_zip_search_hero {
  line-height: 2.5em;
}

#page-container .blog-sidebar-blurb .fwp-proximity-submit_hero {
  margin-right: 2px;
}

#page-container .blog-sidebar-blurb .fwp-proximity-submit_hero:after {
  opacity: 0 !important;
  visibility: none;
  display: none;
}

#page-container .blog-sidebar-blurb .fwp-proximity-submit_hero:hover:after {
  opacity: 0 !important;
  visibility: none;
  display: none;
}

.fwp-proximity-submit .spinner,
.fwp-proximity-submit_mobile .spinner {
  display: none; /* Hidden by default */
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

.fwp-proximity-submit.loading .spinner,
.fwp-proximity-submit_mobile.loading .spinner {
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-weight: 700 !important;
}

#page-container #custom-products-list .product-card {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px !important;
}

#page-container #custom-products-list .product-card img {
  transition: 0.2s ease all;
}

#page-container #custom-products-list .product-card:hover img {
  transform: scale(1.05);
}

/* #page-container #custom-products-list .product-card:hover .product-image:before {
    content: '' !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.2s ease-in-out !important;
    z-index: 2;
    pointer-events: none;
} */

#page-container #custom-products-list .product-card .product-image {
  overflow: hidden;
}

/* Franchise Styling */

#page-container .home-accessibility-slider .et_pb_blurb_content {
  display: flex;
}

#page-container
  .home-accessibility-slider
  .et_pb_blurb_content
  > div:first-child {
  flex: 1;
}

#page-container
  .home-accessibility-slider
  .et_pb_blurb_content
  > div:last-child {
  flex: 1;
}

/* @media screen and (min-width: 980px) {
    .accessibility-slider-column .slick-list {
        overflow: visible;
        padding-right: 15%; 
    }
} */

#page-container .home-accessibility-slider .et_pb_image_wrap img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}

#page-container .home-accessibility-slider .et_pb_main_blurb_image {
  margin-bottom: 0 !important;
}

#page-container .home-accessibility-slider .et_pb_blurb_container {
  padding: 2rem;
}

#page-container .home-accessibility-slider .et_pb_blurb {
  border-radius: 8px !important;
  background-color: #f4f6f6 !important;
  box-shadow:
    0px 4px 4px -1px rgba(13, 13, 13, 0.1),
    0px 4px 4px -1px rgba(13, 13, 13, 0.05) !important;
}

#page-container .home-accessibility-slider .et_pb_blurb_content {
  padding: 1rem;
}

.et_pb_text_inner {
  font-size: clamp(0.9375rem, 0.75rem + 0.5vw, 1.125rem);
  font-family: "poppins", sans-serif;
}

#home-hero .et_pb_text_inner {
  color: #ffffff;
}

#page-container {
  background-color: #ffffff;
}

#page-container .welcome-section .et_pb_social_media_follow {
  display: flex;
  padding: 0.75rem 0 !important;
}

#page-container .welcome-section .franchise-social-icons .et_pb_code_inner {
  background-color: #004978 !important;
  border-radius: 8px;
}

#page-container .welcome-section .et_pb_social_media_follow li {
  list-style-type: none !important;
  padding: 0 10px;
}

#page-container .welcome-section .et_pb_social_media_follow .icon > * {
  color: #ffffff;
}

#page-container .welcome-section .et_pb_social_media_follow li a:before {
  display: none;
  visibility: hidden;
  content: "" !important;
}

#page-container
  .welcome-section
  .et_pb_social_media_follow
  .social-phone-number {
  flex-grow: 1;
}

#page-container .social-phone-number a {
  width: fit-content;
}

#page-container .social-phone-number {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0 !important;
}

#page-container .welcome-section .et_pb_social_network_link {
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 0 !important;
}

#page-container .welcome-section .et_pb_image {
  margin-bottom: 1rem !important;
}

#page-container .home-about-video.welcome-section {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

#page-container footer .section_has_divider {
  padding: 0 !important;
}

#page-container #et-boc #main-header {
  top: 0 !important;
}

@media screen and (min-width: 615px) {
  #page-container .nda-advantage-arrows {
    height: 0 !important;
    padding: 0 !important;
  }
}

#page-container .home-cta {
  margin-top: 2rem !important;
}

#page-container .residential-gallery-slider .caption-overlay h3 {
  font-weight: 500 !important;
  text-align: left;
}

#page-container .residential-gallery-slider .et_pb_blurb {
  margin: 0 1rem !important;
}

#page-container .residential-gallery-slider .et_pb_main_blurb_image {
  width: 100%;
}

#page-container #et-boc .solutions-grid h4,
#page-container #et-boc .solutions-grid h4 > * {
  font-weight: 700;
  color: #004978 !important;
  text-align: left;
}

#page-container .solutions-grid img {
  border-radius: 8px !important;
}

.solutions-grid .et_pb_blurb .explore-container {
  padding-top: 1rem;
}

#page-container .franchising-section .et_pb_image_wrap {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}

@media screen and (max-width: 980px) {
  #page-container .franchising-section .et_pb_image_wrap {
    aspect-ratio: 3 / 2;
  }

  #page-container #et-boc .home-accessibility-slider .et_pb_blurb_container {
    padding: 1.5rem;
  }
}

@media (max-width: 980px) {
  #page-container .page-breadcrumb {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
  }
}

@media (min-width: 981px) {
  #page-container .page-breadcrumb {
    display: flex;
    font-size: var(--Body-Size);
    white-space: nowrap;
  }
}

#page-container .page-breadcrumb > span {
  display: flex;
}

#page-container .gallery-grid-page .slick-track {
  width: 100%;
}

#page-container .gallery-grid-page .et_pb_row {
  max-width: 1080px;
  margin: auto;
  position: relative;
  float: none;
}

#page-container .gallery-grid-page .residential-gallery-grid {
  /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem; */
  --gap: 1rem;
  --cols: 3; /* desktop columns */
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center; /* centers any partial final row */
  box-sizing: border-box;
}

#page-container .residential-gallery-wrapper a {
  height: 100% !important;
  display: block !important;
  padding: 0 !important;
}

#page-container
  .gallery-grid-page.residential-gallery-slider
  .residential-gallery-grid
  .et_pb_blurb {
  /* margin: 0 !important; */
  box-sizing: border-box;
  margin: 0 !important;
  flex: 0 1 calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
  max-width: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
}

@media (max-width: 768px) {
  #page-container .gallery-grid-page .residential-gallery-grid {
    --cols: 2;
  }
}

#page-container
  .gallery-grid-page.residential-gallery-slider
  .residential-gallery-grid
  .et_pb_blurb
  img {
  width: 100%;
  height: 100%;
  display: block;
}

/* .residential-gallery-slider .residential-gallery-grid .caption-overlay h4 {
        font-size: 100%;
        font-weight: 400 !important;
} */

#page-container #et-boc .interior-hero.landscape-image .et_pb_image_wrap {
  aspect-ratio: 4 / 3;
  padding: 0;
}

#page-container .contact-form-section p {
  max-width: 700px;
  margin: auto;
}

#page-container .about-copy .et_pb_text_inner p,
#page-container .wrap-text .et_pb_text_inner p {
  max-width: 700px;
}

#page-container .about-copy .et_pb_text_inner h2,
#page-container .wrap-text .et_pb_text_inner h2 {
  max-width: 900px;
}

#page-container .about-copy.circle-dots-large:before {
  transform: translateY(-60%);
}

#page-container .service-intro .et_pb_text a {
  color: #004978;
}

#page-container .meet-team-section h3,
#page-container .service-counties h3 {
  font-size: clamp(
    1.5rem,
    round(1.321rem + 0.571cqi, 0.5em),
    1.75rem
  ) !important;
  font-weight: 700 !important;
  margin-bottom: 0.75rem;
}

#page-container .service-counties .et_pb_column:first-child h1,
#page-container .service-counties .et_pb_column:first-child h2,
#page-container .service-counties .et_pb_column:first-child h3,
#page-container .service-counties .et_pb_column:first-child h4,
#page-container .service-counties .et_pb_column:first-child h5,
#page-container .service-counties .et_pb_column:first-child h6,
#page-container
  .service-counties
  .et_pb_column:first-child
  .et_pb_text_inner
  > p {
  font-size: clamp(
    1.5rem,
    round(1.321rem + 0.571cqi, 0.5em),
    1.75rem
  ) !important;
  font-weight: 700 !important;
  margin-bottom: 0.75rem;
  font-family: "Roboto Condensed", sans-serif !important;
  color: #004978 !important;
  padding-bottom: 0;
}

#page-container .service-counties ul {
  margin-left: 1rem;
}

#page-container .service-counties .et_pb_column:first-child span {
  font-size: clamp(0.9375rem, 0.75rem + 0.5vw, 1.125rem) !important;
  color: #666 !important;
  font-weight: 500;
  font-family: "poppins", sans-serif;
}

#page-container .page-breadcrumb > span > span:first-child {
  padding-right: 0.5rem;
}

#page-container .page-breadcrumb > span > span:last-child {
  padding: 0 0.4rem 0 0.5rem;
}

#page-container .page-breadcrumb a {
  color: #ffffff;
  padding: 5px !important;
}

#page-container .page-breadcrumb {
  margin-bottom: 1rem;
  line-height: 1.5em !important;
}

#page-container .page-breadcrumb > span {
  align-items: center !important;
}

#page-container .page-breadcrumb a:hover {
  background-color: rgba(21, 43, 55, 0.6) !important;
}

@media screen and (max-width: 980px) {
  #page-container .solutions-grid .franchise-product-availability {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #page-container
    #et-boc
    .solutions-grid
    .et_pb_row:nth-child(2)
    .et_pb_column {
    display: block;
  }
}

@media (max-width: 600px) {
  #page-container .solutions-grid .franchise-product-availability {
    display: block;
  }

  #page-container .solutions-grid .franchise-product-availability .et_pb_blurb {
    padding: 1.5rem;
  }
}

#page-container .mobile-solution-arrows {
  padding-left: 0.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

#page-container .mobile-solution-arrows .et_pb_column_empty {
  display: none !important;
}

@media screen and (min-width: 600px) {
  #page-container .mobile-solution-arrows {
    display: none !important;
  }
}

#page-container .franchise-product-availability .link-animation {
  color: #004978 !important;
}

@media screen and (max-width: 767px) {
  #page-container .franchise-product-availability .explore-container {
    display: flex;
  }
}

#page-container .interior-hero .et_pb_column:first-child .et_pb_text {
  margin-bottom: 1.25rem;
}

#page-container .welcome-section .et_pb_social_media_follow li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: 0.3s ease all;
}

#page-container .welcome-section .et_pb_social_media_follow .fa-phone {
  padding-right: 7px;
}

#page-container
  .welcome-section
  .et_pb_social_media_follow
  .social-phone-number
  a {
  padding: 5px 8px 0;
}

#page-container #et-boc .blue-backdrop a:hover,
#page-container #et-boc .welcome-section .et_pb_social_media_follow a:hover {
  background-color: #002d60;
}

#page-container #mega-menu-primary-menu #company-info-franchise {
  color: #004978;
  font-weight: 700;
}

#page-container #mega-menu-primary-menu #company-info-franchise,
#page-container #mega-menu-primary-menu #owner-phone-number-franchise {
  padding-bottom: 0;
  margin-bottom: 0;
}

#page-container
  #mega-menu-primary-menu
  #owner-phone-number-franchise
  a:last-child {
  display: flex;
  padding-top: 4px;
}

#page-container
  #mega-menu-primary-menu
  .mega-menu-item-type-custom:first-child {
  position: absolute;
  left: 270px;
  top: -43px;
  height: fit-content;
}

#page-container
  #mega-menu-primary-menu
  .mega-menu-item-type-custom:first-child
  > a {
  height: 0 !important;
}

#page-container #mega-menu-primary-menu .mega-menu-item-type-custom {
  margin-left: 1.5rem !important;
}

@media screen and (max-width: 1050px) {
  #page-container #mega-menu-primary-menu .mega-menu-item-type-custom {
    margin-left: 0 !important;
  }
}

#page-container .toggle-location-selector .chevron-icon {
  transition: transform 0.2s ease;
}

#page-container .header-location-selector.open .fa-chevron-down {
  transform: rotate(180deg);
}

#page-container #et-boc #top-header li a {
  font-size: 120%;
}

#page-container #top-header > .container {
  padding-top: 0;
}

#page-container #et-boc #main-header .header-location-selector > a,
#page-container #et-boc #main-header .header-location-selector > p {
  line-height: 1.75em;
}

#main-header .header-location-selector #owner-phone-number-franchise i {
  color: #92cd32;
  padding-right: 5px;
  font-size: 80%;
  display: flex;
  align-items: center;
  padding-bottom: 3px;
}

#page-container #main-header .search-inner button {
  padding: 0.4em 1em 0.3em !important;
}

#page-container #main-header .search-inner input {
  padding: 8px;
}

#main-header .header-location-selector > a.mega-menu-link:hover {
  opacity: 1 !important;
}

#page-container .disclaimer-text h1 {
  padding-bottom: 1rem;
  color: #002d60;
}

#page-container .parent-page-list > li > a {
  color: #002d60;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(1.25rem, round(1.071rem + 0.571cqi, 0.5em), 1.5rem);
}

#page-container .parent-page-list > li,
#page-container .parent-page-list > li > ul > li,
#page-container .parent-page-list > li > ul > li > ul > li {
  list-style-type: none !important;
}

#page-container .parent-page-list > li > ul > li a {
  color: #212121;
  text-decoration: none;
  font-weight: 500;
}

#page-container .parent-page-list > li > ul > li > ul > li a {
  color: #212121;
  text-decoration: none;
  font-weight: 500;
}

#page-container .parent-page-list li {
  line-height: 2em;
}

#page-container #et-boc .parent-page-list > li {
  line-height: 2.5em;
}

#page-container #et-boc .footer-contact-block p {
  line-height: 1.2em;
  font-size: 140%;
}

#page-container #menu-footer-menu-1 li a {
  line-height: 1.2em;
}

@media screen and (max-width: 767px) {
  #home-hero {
    padding-top: 2%;
    padding-bottom: calc(2% + 2rem);
  }
  #page-container #et-boc .home-accessibility-slider .et_pb_blurb_content {
    flex-direction: column;
  }

  #page-container #et-boc .home-accessibility-slider .et_pb_blurb_container {
    padding: 1.5rem 0;
  }
}

#page-container .static-solutions .et_pb_blurb_content {
  z-index: 0;
}

div.heateor_sss_mobile_footer {
  height: 0 !important;
}

#page-container #et-boc .footer-contact-name {
  padding-bottom: 1.5rem;
  font-family: var(--Font-Heading-Sans) !important;
  font-weight: bold;
}

#page-container #et-boc .footer-contact-phone {
  font-weight: bold;
}

#page-container #et-boc .footer-contact-phone a.phone {
  margin-left: -2px;
  margin-top: 0.25rem;
  display: block;
}

#page-container .home-franchise-heading {
  display: block;
  text-transform: uppercase;
  font-size: clamp(1.25rem, round(1.071rem + 0.571cqi, 0.5em), 1.5rem);
  padding-bottom: 0.25rem;
  line-height: 1.5em;
}

#page-container .home-featured-solutions .et_pb_blurb_description {
  display: none;
}

#page-container
  #et-boc
  #main-content
  .home-featured-solutions
  .et_pb_module_header {
  text-align: center;
}

#page-container .facetwp-facet-job_filters {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  flex-wrap: wrap;
}

#page-container .facetwp-facet-job_filters .facetwp-display-value,
#page-container .all-posts-button .facetwp-display-value {
  text-decoration: none;
  border: 2px solid #002d60;
  transition: all 0.3s ease 0ms;
  border-radius: 1.25rem;
  padding: 0.6rem 1rem 0.5rem;
  font-weight: 500;
}

#page-container .facetwp-facet-job_filters .facetwp-checkbox {
  background: 0 0 !important;
  padding: 0 !important;
}

#page-container
  .facetwp-facet-job_filters
  .facetwp-checkbox.checked
  .facetwp-display-value,
#page-container .all-posts-button:active .facetwp-display-value {
  background-color: #002d60 !important;
  color: #ffffff;
}

#page-container .all-posts-button .facetwp-display-value a {
  text-decoration: none;
  color: #002d60;
}

#page-container .listen360-feedback-date,
#page-container .listen360-feedback-concern {
  display: none;
}

#page-container .listen360-feedback-stars {
  display: flex;
  padding: 0.25rem 0;
}

#page-container .listen360-feedback-wholestar:before {
  font: var(--fa-font-solid);
  content: "\f005";
  color: #ffa726;
  font-size: 1rem;
}

#page-container .listen360-feedback-reviewer {
  text-align: left;
  font-weight: 700;
  color: #004978;
}

#page-container .listen360-feedback-reviewer span {
  font-size: clamp(0.9375rem, 0.75rem + 0.5vw, 1.125rem);
}

#page-container .listen360-feedback-summary {
  text-align: left;
}

#page-container .listen360-slide {
  margin-bottom: 5px !important;
}

#page-container .listen360-feedback-review {
  text-align: left;
  background-color: #fff3e0;
  padding: 1.5rem;
  height: inherit;
  margin: 0 0.75rem;
  border-radius: 8px;
  box-shadow:
    0px 4px 4px -1px rgba(13, 13, 13, 0.1),
    0px 4px 4px -1px rgba(13, 13, 13, 0.05);
}

.gallery-lightbox-slider .caption-overlay h4 {
  color: #ffffff !important;
  font-size: clamp(1.5rem, round(1.121rem + 0.571cqi, 0.5em), 1.5rem);
}

#page-container .faq-cpt-section h3,
#page-container .faq-accordion h4 {
  font-size: clamp(1.25rem, round(1.071rem + 0.571cqi, 0.5em), 1.5rem);
  font-weight: 700;
}

#page-container .facetwp-reset {
  background: 0 0 !important;
  text-align: left;
  color: #002d60;
  background-color: #ffffff !important;
  text-decoration: none;
  border: 2px solid #002d60;
  transition: all 0.3s ease 0ms;
  border-radius: 1.25rem;
  align-self: baseline;
  padding: 0.7rem 1rem 0.5rem !important;
  font-weight: 500;
  cursor: pointer;
}

#page-container .facetwp-facet-all_jobs {
  margin-right: 1rem;
}

#page-container
  .gallery-grid-page
  .et_pb_row:first-child
  .et_pb_code:first-child
  .et_pb_code_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

#page-container .gallery-grid-page .facetwp-checkbox {
  display: flex;
}

#page-container .gallery-grid-page .facetwp-facet {
  margin-bottom: 0;
  display: contents !important;
}

@media screen and (min-width: 981px) {
  #main-header
    #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    #mega-menu-item-151
    > ul.mega-sub-menu,
  #main-header
    #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    #mega-menu-item-152
    > ul.mega-sub-menu {
    grid-template-columns: repeat(2, 1fr);
    width: 550px;
    display: grid;
  }
}

@media screen and (max-width: 980px) {
  #page-container #mega-menu-primary-menu {
    padding: 2rem;
  }

  #page-container
    #main-header
    #mega-menu-primary-menu
    .mega-menu-item-object-custom:first-child {
    position: relative;
    left: unset;
    top: 0;
    padding-bottom: 1rem;
  }

  #page-container #main-header #mega-menu-primary-menu > li {
    margin: 0;
  }

  #page-container #et-boc #main-header li a {
    color: #ffffff !important;
  }

  #page-container #et-boc #main-header li > ul > li a {
    color: #002d60 !important;
  }

  #page-container #mega-menu-primary-menu #company-info-franchise {
    color: #ffffff !important;
  }
}

#page-container
  .solutions-grid.commercial-page
  .franchise-product-availability {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
}

/* #lightbox .lb-outerContainer {
    width: fit-content !important;
    height: 80vh  !important;
    background-color: transparent;
}

#lightbox .lb-container {
    width: auto !important;
    height: 80vh  !important;
}

#lightbox .lb-image {
    width: auto !important;
    height: 100%  !important;
  display: block;
  margin: 0 auto;
} */

/* Desktop / large viewports: consistent frame */
#lightbox .lb-outerContainer,
#lightbox .lb-container {
  width: 90vw !important;
  height: 80vh !important;
  max-width: 1200px;
  margin: 0 auto;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lightbox .lb-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block;
  border: none !important;
}

@media (max-width: 767px) {
  #lightbox .lb-outerContainer,
  #lightbox .lb-container {
    width: 90vw !important;
    height: auto !important; /* no fixed tall box */
    max-height: 80vh; /* optional cap */
    display: flex; /* keep flex so arrows center */
    align-items: center;
    justify-content: center;
  }

  #lightbox .lb-image {
    max-width: 100%;
    max-height: 70vh;
    height: auto !important;
    width: auto !important;
    margin: 0 auto;
    object-fit: contain;
  }

  #lightbox .lb-dataContainer {
    margin-top: 0.5rem;
  }
}

/* Revisions 08-27-25 */
@media screen and (max-width: 767px) {
  #page-container #home-hero {
    padding-top: 0 !important;
    padding-bottom: 3rem;
  }
}

.footer-contact-name > span {
  display: block;
  font-size: 155%;
  padding-top: 0.25rem;
}

@media screen and (max-width: 980px) {
  #page-container
    .interior-hero.product-icon
    .et_pb_row:first-child
    .et_pb_column:first-child {
    margin-bottom: 0;
  }

  #page-container
    .residential-gallery-slider.gallery-grid-page
    .et_pb_row:first-child {
    padding: 0;
  }

  #page-container
    .interior-hero.product-icon
    .et_pb_row:first-child
    .et_pb_column:last-child
    .et_pb_image {
    padding: 0 1rem;
  }
}

#page-container .product-feature-blurbs .et_pb_row.link-animation-title {
  padding-bottom: 0;
}

#page-container .product-feature-blurbs .product-logo-row {
  display: none;
}

#page-container .responsive-map .i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

@media screen and (max-width: 1100px) and (min-width: 980px) {
  #page-container
    #mega-menu-primary-menu
    .mega-menu-item-type-custom:first-child {
    left: 205px;
  }

  #main-header .logo_container {
    width: 160px !important;
  }
}

/* Custom Pagination Styling */
#page-container #et-boc .custom-pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 8px;
  padding: 0;
  margin: 20px 0;
}

#page-container #et-boc .custom-pagination {
  margin-top: 2rem;
  display: flex;
  gap: 7px;
  justify-content: center;
}

#page-container #et-boc .custom-pagination li {
  display: inline-block;
}

#page-container #et-boc .custom-pagination .page-numbers.dots {
  border: unset;
}

#page-container #et-boc .custom-pagination a,
#page-container #et-boc .custom-pagination span {
  display: inline-block;
  padding: 8px 12px 5px;
  border: 1px solid #004978;
  border-radius: 4px;
  text-decoration: none;
  color: #004978;
  font-size: 14px;
  transition: all 0.2s ease;
}

@media screen and (max-width: 480px) {
  #page-container #et-boc .custom-pagination a.prev,
  #page-container #et-boc .custom-pagination a.next {
    display: none;
  }
}

#page-container #et-boc .custom-pagination a:hover {
  background: #f5f5f5;
  border-color: #999;
}

#page-container #et-boc .custom-pagination .current {
  background: #004978; /* WP blue, swap with your brand color */
  color: #fff;
  border-color: #004978;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  #page-container #et-boc .accessibility-slider-arrows {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }

  #page-container .blue-backdrop .et_pb_row {
    padding: 0 1rem;
  }

  #page-container #et-boc .blue-backdrop .et_pb_row.center-animations {
    padding: 1rem;
  }

  #page-container
    .solutions-grid.commercial-page
    .franchise-product-availability {
    grid-template-columns: repeat(2, 1fr);
  }

  #page-container #et-boc .meet-team-section img {
    aspect-ratio: 4 / 4;
  }

  #page-container .product-slider-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-top: 1rem;
  }
}

#page-container .home-accessibility-slider .et_pb_image_wrap {
  height: 100%;
}

#page-container .home-accessibility-slider .et_pb_blurb_content img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  #page-container
    .solutions-grid.commercial-page
    .franchise-product-availability {
    grid-template-columns: repeat(1, 1fr);
  }

  #page-container .gallery-grid-page .residential-gallery-grid {
    --cols: 1;
  }
}

/* #page-container #et-boc #main-header #et-top-navigation li.mega-menu-item {
    &.mega-current-menu-item,
    &.mega-current-menu-ancestor,
    &.mega-current-page-ancestor {
        > a.mega-menu-link {
        color: #004978 !important;
        font-weight: 900 !important;
        }
    }
} */

#page-container .sidebar-quote-cta h3 {
  padding-bottom: 1rem;
  font-size: clamp(1.85rem, round(1.321rem + 0.571cqi, 0.5em), 2.4rem);
}

#page-container .about-franchise-team a {
  color: #ffffff;
}

div#rent-buy strong {
  padding-bottom: 0.5rem;
  display: block;
}

div#rent-buy p {
  padding-bottom: 0;
}

#page-container .home-accessibility-slider .slick-track {
  padding: 0.5rem 0;
}

#page-container .meet-team-section img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  object-position: top;
}

#page-container .meet-team-section img,
#page-container .meet-team-section .et_pb_image_wrap {
  width: 100%;
}

#page-container .optional-image .et_pb_row .et_pb_column:first-child {
  flex: 1;
  width: unset;
}

#page-container #et-boc .optional-image .et_pb_row .et_pb_column_empty {
  display: none;
}

#page-container
  #et-boc
  .optional-image:has(> .et_pb_row > .et_pb_column_empty) {
  min-height: unset;
}

#page-container #et-boc .optional-image .et_pb_row .et_pb_text {
  max-width: 700px;
}

#page-container
  .meet-team-section
  .et_pb_row.et_pb_equal_columns
  .et_pb_column:last-child {
  display: flex;
  align-items: center;
}

/* Hide the section if it contains an empty row/column/module that should hold the shortcode */
.et_pb_section.home-accessibility-slider:not(
    :has(div.accessibility-slider-column)
  ) {
  display: none !important;
}

#page-container .et_pb_sticky_module .et_pb_image_wrap,
#page-container .et_pb_sticky_module .et_pb_image_wrap img {
  width: 100%;
}

/* Add secondary menu to mobile */
@media screen and (min-width: 981px) {
  #page-container
    #et-boc
    #main-header
    #et-top-navigation
    li.mega-menu-item.mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  #page-container
    #et-boc
    #main-header
    #et-top-navigation
    li.mega-menu-item.mobile-hide
    .mega-menu-link
    .search-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  #mega-menu-item-154 > a:first-child,
  .mobile-hide #mega-menu-wrap-secondary-menu > a.mega-menu-link,
  #mega-menu-primary-menu .mobile-hide > a.mega-menu-link {
    display: none !important;
  }

  .mobile-hide #mega-menu-secondary-menu {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  #page-container .mobile-hide #mega-menu-secondary-menu > a.mega-menu-link {
    margin-top: 1rem !important;
    padding-left: 10px;
  }

  #page-container
    #et-boc
    #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    padding-left: 0;
  }

  #page-container #et-boc #main-header #et-top-navigation li.mega-nav-button {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #page-container #mega-menu-primary-menu .mobile-hide:hover {
    background-color: transparent !important;
  }

  #page-container #mega-menu-primary-menu .mobile-hide li a {
    font-weight: 400 !important;
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  #page-container
    .advantage-grid.blue-backdrop
    .link-animation-title
    > .et_pb_column:first-child {
    padding: 1rem;
  }
}

#page-container .custom-product-grid .explore-link i {
  font-size: 80%;
}

.page-id-204 #page-container .stair-lift .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/NDA-Microsite/assets/images/grab-bar.svg");
}

.page-id-210 #page-container .stair-lift .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/NDA-Microsite/assets/images/ramp.svg");
}

.parent-pageid-144 #page-container .stair-lift .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/NDA-Microsite/assets/images/ramp.svg");
}

#page-container #et-boc .stair-lift.scooter .et_pb_image_wrap:before {
  background-image: url("/wp-content/themes/NDA-Microsite/assets/images/scooter.svg");
}

.header-location-selector,
.header-location-selector_hero {
  float: left;
}

.home-about-video.welcome-section .et_pb_text_inner a {
  color: #004978;
}

/* Trustindex Arrows */

#main-content
  .ti-widget[data-layout-id="4"][data-set-id="light-background"]
  .ti-controls
  .ti-next {
  right: -3rem;
}

#main-content
  .ti-widget[data-layout-id="4"][data-set-id="light-background"]
  .ti-controls
  .ti-prev {
  left: -3rem;
}

/* Recent Projects image slider */
#page-container #recent-projects-slider .et_pb_column {
  width: 100% !important;
  float: none !important;
}

#page-container #recent-projects-slider .recent-projects-slider-track {
  width: 100%;
}

#page-container #recent-projects-slider .recent-projects-slider-track .slick-list {
  width: 100%;
  overflow: hidden;
}

#page-container #recent-projects-slider .recent-projects-slider-track .slick-slide {
  height: auto;
  padding: 0 0.75rem;
  box-sizing: border-box;
  overflow: hidden;
}

/* .et_pb_image modules are the slides — do not set width here (breaks Slick). */
#page-container #recent-projects-slider .recent-projects-slider-track .slick-slide.et_pb_image {
  margin-bottom: 0 !important;
}

#page-container #recent-projects-slider .recent-projects-slider-track .et_pb_image_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

#page-container #recent-projects-slider .recent-projects-slider-track .et_pb_image_wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

#page-container #recent-projects-slider .recent-projects-slider-arrows {
  padding: 1rem 0 0 0.5rem;
}
