/**/
/**-------------------------------------------------------------------------------------**/
/*

Theme Name: Divi 5 Child

Theme URI: https://holidaymtndaycamp.com/divi-child/

Description: Twenty Twenty-six Divi 5 Child Theme

Author: Concort

Author URI: https://concortcommunications.com

Template: Divi

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/**-------------------------------------------------------------------------------------**/
/**/
/**/
/**-------------------------------------------------------------------------------------**/
/*-----------------------------------------------------------------------------------------------
 |	IMPORTANT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!                                                 |
 |	                                                                                            |
 |	THE STYLES.CSS FILE IS FOR OUTPUT ONLY! IT IS THE PROCESSED .SCSS                           |
 |	                                                                                            |
 |	DO NOT EDIT THE CSS FILE-                                                                   |
 |	                                                                                            |
 |	ONLY EDIT THE STYLES.SCSS FILE, and upload the processed styles.css file to the server      | 
 |	                                                                                            |
  ----------------------------------------------------------------------------------------------*/
/**/
/*--------------------------------------------------------------
# Theme Font Families Import
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Theme Variables
--------------------------------------------------------------*/
@-webkit-keyframes bounce-and-flash {
  0% {
    translate: 0px 0px;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  40% {
    translate: 0px 10vh;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  55% {
    translate: 0px 10vh;
    -webkit-filter: brightness(5);
            filter: brightness(5);
  }
  65% {
    translate: 0px 10vh;
    -webkit-filter: brightness(5);
            filter: brightness(5);
  }
  80% {
    translate: 0px 10vh;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    translate: 0px 0px;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes bounce-and-flash {
  0% {
    translate: 0px 0px;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  40% {
    translate: 0px 10vh;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  55% {
    translate: 0px 10vh;
    -webkit-filter: brightness(5);
            filter: brightness(5);
  }
  65% {
    translate: 0px 10vh;
    -webkit-filter: brightness(5);
            filter: brightness(5);
  }
  80% {
    translate: 0px 10vh;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    translate: 0px 0px;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.bounce-and-flash {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounce-and-flash;
          animation-name: bounce-and-flash;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.bounce-and-flash:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/*theme color variables*/
/*theme colors******/
/*TEXT*/
/*accent*/
/*font variable settings*/
/*font variables*/
/*generic mixins*/
.col-4:after, .col-3:after, .col-2:after, .et_pb_button_module_wrapper:has(a.et_pb_button.col-2):after {
  content: " ";
  display: block;
  clear: both;
}

/*breakpoint size variables*/
/*--------------------------------------------------------------
# ADA
--------------------------------------------------------------*/
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

a.skip-link {
  background: #000000;
  border: 4px solid #000000;
  color: #ffffff !important;
  text-decoration: underline;
  padding: 1em 2em;
  position: fixed;
  left: 1em;
  top: 1em;
  -webkit-transform: translate(-1000px, 0);
          transform: translate(-1000px, 0);
  z-index: 999999;
}

a.skip-link:focus {
  background: #fff;
  color: #000 !important;
  -webkit-transform: none;
          transform: none;
}

:focus, a:focus, button:focus, li > a:focus {
  outline: solid #2ea3f2 2px !important;
  outline-offset: 0.2em;
}

p > a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.06rem;
}

/**-------------------------------------------------------------------------------------**/
/** COMPONENTS START **/
/**-------------------------------------------------------------------------------------**/
form#calcForm table {
  border: none !important;
}
form#calcForm tr.CalcResults {
  margin-top: 1.5em;
}
form#calcForm td {
  border: none !important;
}
form#calcForm td.right-col {
  display: block;
}
form#calcForm td.interest-col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form#calcForm td.interest-col .percent {
  font-weight: bold !important;
  font-size: 21px;
  width: 15px;
  margin-left: 4px;
  margin-right: -19px;
}
form#calcForm input, form#calcForm strong {
  font-size: 18px !important;
}
form#calcForm input {
  font-family: "aktiv-grotesk-extended" !important;
  background: unset !important;
  display: block !important;
  width: auto !important;
  border: 1px solid #114667;
  padding: 0.9em;
}
form#calcForm input[type=button] {
  border: unset !important;
  background-color: #114667 !important;
  color: #ffffff !important;
  margin-top: 1em;
  font-weight: bold !important;
}
form#calcForm input[type=button]:hover {
  background-color: #54C2D0 !important;
  color: #114667 !important;
}

@media screen and (max-width: 980px) {
  form#calcForm tbody {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  form#calcForm tr {
    display: block;
    margin-bottom: 1em;
  }
  form#calcForm tr, form#calcForm td {
    padding: 0px !important;
  }
  form#calcForm td.interest-col .percent {
    font-size: 17px;
    margin-right: -15px;
  }
  form#calcForm input, form#calcForm strong {
    font-size: 14px !important;
  }
}
.quote-box:not(.dark-blue) .quote-box-inner-row p span {
  color: #54C2D0 !important;
}
.quote-box .quote-box-inner-row {
  aspect-ratio: 3/1 !important;
}
.quote-box .quote-box-inner-row h3 {
  font-size: clamp(22px, 4.5vw, 94px) !important;
  line-height: normal !important;
  text-wrap: nowrap;
}
.quote-box .quote-box-inner-row p {
  font-size: clamp(12px, 1.3vw, 16px) !important;
  line-height: 1.8em !important;
  letter-spacing: normal !important;
}
.quote-box .quote-box-inner-row p span {
  font-size: clamp(9.5px, 1.1vw, 11px);
}

@media only screen and (max-width: 980px) {
  .quote-box .quote-box-inner-row {
    aspect-ratio: unset !important;
  }
  .quote-box .quote-box-inner-row h3 {
    font-size: 40px !important;
  }
  .quote-box .quote-box-inner-row p {
    font-size: 13px !important;
  }
  .quote-box .quote-box-inner-row p span {
    font-size: 11px;
  }
}
/**DIVI buttons start**/
.review-row .slick-track {
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.review-row .slick-slide {
  float: left;
  height: unset !important;
  border-bottom: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.review-row .slick-slide.slick-intitialized {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.review-row .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  height: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.review-row .slick-slide .sb-post-item-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0px 10px !important;
}
.review-row .slick-slide .sb-post-item-wrap .sb-post-item {
  background-color: #ffffff;
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
}
.review-row .slick-slide a.et_pb_button {
  width: auto !important;
}
.review-row .slick-next {
  position: absolute;
  right: -16px !important;
  left: unset;
  top: 50%;
  display: block;
  content: "";
  height: unset !important;
  width: unset !important;
  overflow: visible;
  opacity: 1 !important;
}
.review-row .slick-next:before {
  content: "" !important;
  height: 50px;
  width: 50px;
  display: block;
  background: url(assets/next-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.review-row .slick-prev {
  display: none !important;
}
.review-row .slick-dots li {
  width: 6px;
  height: 6px;
}
.review-row .slick-dots li button:before {
  position: relative;
  width: unset;
  height: unset;
  font-size: 4px !important;
}
.review-row .slick-dots li button:before.slick-active button:before {
  font-size: 11px !important;
}

/*arrows*/
@media all and (max-width: 980px) {
  .slick-slide .slide-text-col.et_pb_column_1_3, .slick-slide .slide-text-col.et_pb_column_1_3 {
    width: 100% !important;
  }
}
/**-------------------------------------------------------------------------------------**/
/** COMPONENTS END **/
/**-------------------------------------------------------------------------------------**/
/**-------------------------------------------------------------------------------------**/
/** SITE TYPOGRAPHY START **/
/**-------------------------------------------------------------------------------------**/
/** SITE TYPOGRAPHY **/
body {
  font-family: "aktiv-grotesk-extended", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  font-family: "aktiv-grotesk-extended", sans-serif !important;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 1em !important;
}
h1 .sans, h2 .sans, h3 .sans, h4 .sans, h5 .sans, h6 .sans {
  font-family: "aktiv-grotesk-extended", sans-serif !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #124C70 !important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #114667 !important;
  text-decoration: underline !important;
}

p, a, span, ul, ol, li {
  letter-spacing: 0.09rem !important;
}
p > a, a > a, span > a, ul > a, ol > a, li > a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.06rem;
}

body:not(.home) h1 {
  font-size: clamp(30px, 2.3vw, 2.8em) !important;
  letter-spacing: 0.2em !important;
  margin-bottom: 1.2em !important;
  font-weight: 500 !important;
}

.large h2 {
  font-size: clamp(1.4em, 4vw, 3.9em) !important;
}
.large h3 {
  font-size: clamp(0.9em, 3.5vw, 3em) !important;
}

.sans a, .sans p, .sans li, .sans td, .sans th, .sans h1, .sans h2, .sans h3, .sans h4, .sans h5, .sans h6, .sans span {
  font-family: "aktiv-grotesk-extended", sans-serif !important;
}

a.sans {
  font-family: "aktiv-grotesk-extended", sans-serif !important;
}

a.alt, p.alt, li.alt, button.alt, td.alt, th.alt, h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt, span.alt {
  font-family: "aktiv-grotesk-extended", sans-serif !important;
}

.alt a, .alt p, .alt li, .alt button, .alt td, .alt th, .alt h1, .alt h2, .alt h3, .alt h4, .alt h5, .alt h6, .alt span {
  font-family: "aktiv-grotesk-extended", sans-serif !important;
}

.intro.et_pb_text, .intro.et_pb_text.et_pb_text_0 {
  font-size: clamp(16px, 2vw, 22px) !important;
  line-height: 1.3em !important;
  color: #54C2D0 !important;
}
.intro.et_pb_text > p, .intro.et_pb_text p > span, .intro.et_pb_text.et_pb_text_0 > p, .intro.et_pb_text.et_pb_text_0 p > span {
  font-size: clamp(16px, 2vw, 23px) !important;
  line-height: 2em !important;
  color: #54C2D0 !important;
}

p, table, li, input > div {
  font-family: "aktiv-grotesk-extended", sans-serif;
}
p a, table a, li a, input > div a {
  color: #124C70 !important;
}
p a:hover, table a:hover, li a:hover, input > div a:hover {
  color: #114667 !important;
  text-decoration: underline;
}

ol {
  padding: 0 0 23px 1.3em !important;
}
ol > li {
  list-style-position: outside;
}

li {
  padding-top: 2px;
}

a.et_pb_button {
  font-family: "aktiv-grotesk-extended", sans-serif !important;
}

.larger p {
  font-size: 19px !important;
}

.largest p {
  font-size: 23px !important;
  line-height: 1.5em;
}

.balance p {
  text-wrap: balance !important;
}

.note p, p.note {
  font-size: 12px !important;
  line-height: 1.3em;
}

sup {
  font-size: 11px;
}

span.space {
  display: block;
  width: 1px;
}

@media screen and (max-width: 980px) {
  body:not(.home) h1 {
    font-size: 26px !important;
    line-height: 1.3em !important;
  }
  .larger p {
    font-size: 16px !important;
  }
  .largest p {
    font-size: 18px !important;
    line-height: 1.4em;
  }
  p, a, span, ul, ol, li {
    letter-spacing: 0.02rem !important;
  }
}
/**-------------------------------------------------------------------------------------**/
/** SITE TYPOGRAPHY END **/
/**-------------------------------------------------------------------------------------**/
/**-------------------------------------------------------------------------------------**/
/** SITE TYPOGRAPHY END **/
/**-------------------------------------------------------------------------------------**/
/**/
/**/
/* START global menu - top header section start*/
/*nav icons menu! end*/
#site-navigation.main-navigation.toggled #dropdownMenuContainer .et-hover ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: unset !important;
  background-color: #D9DDDF;
  color: #114667 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 240px;
  position: absolute;
  padding: 1.5em 1.2em 1.25em 1.25em;
  top: 73%;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer .et-hover ul.sub-menu li {
  width: 100% !important;
  color: #114667 !important;
  text-align: left;
  padding: 0.7em 0em;
  text-transform: uppercase;
  font-size: clamp(8px, 1vw, 13px) !important;
  line-height: 1.2rem;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer .et-hover ul.sub-menu li a {
  color: #114667 !important;
  text-decoration: none !important;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer .et-hover ul.sub-menu li a:hover {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 1px !important;
}

#page-container header#main-header {
  position: fixed !important;
  top: 0px !important;
  background: rgba(155, 155, 155, 0);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

header#main-header {
  z-index: 999;
  position: relative !important;
  top: 0px !important;
  left: 0px;
  width: 100%;
  margin: 0px;
}
header#main-header #top-header {
  background-color: #114667 !important;
  padding-bottom: 0.5em;
  padding-top: 1.6em;
  position: relative !important;
  top: 0px !important;
}
header#main-header #top-header .et-secondary-menu, header#main-header #top-header #et-secondary-menu {
  float: none !important;
}
header#main-header #top-header #et-secondary-menu {
  border-bottom: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header#main-header #top-header #et-secondary-menu #et-secondary-nav {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
header#main-header #top-header #et-secondary-menu li {
  text-align: center;
  margin: 0 !important;
  padding: 0 1.1vw;
  font-weight: 500 !important;
  font-size: 14px !important;
  width: 180px;
}
header#main-header #top-header #et-secondary-menu li a {
  letter-spacing: normal !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  text-align: center;
  text-transform: uppercase;
  color: #54C2D0 !important;
  text-decoration: none !important;
}
header#main-header #top-header #et-secondary-menu li a:hover {
  font-weight: 800;
  color: #ffffff !important;
  text-decoration: none;
}
header#main-header img.header-chevron {
  width: 100% !important;
  height: auto;
}

header .container.clearfix.et_menu_container {
  width: 100%;
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(185px, 11vw, 224px);
  background-image: url(assets/header-chevron-wide-3.svg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  top: -2px;
}
header .container.clearfix.et_menu_container:has(.toggled) {
  background-image: unset !important;
  background-color: #114667 !important;
  height: auto !important;
}

/* COLUMN - navigation toggle + dropdown menu*/
#site-navigation.main-navigation {
  position: relative;
  width: 100% !important;
  color: #ffffff !important;
}
#site-navigation.main-navigation button.menu-toggle {
  display: block;
  width: auto;
  margin: 0 auto !important;
  background: none !important;
  border: none !important;
  color: #ffffff !important;
}
#site-navigation.main-navigation {
  /*hide menu*/
}
#site-navigation.main-navigation ul {
  padding: 0.1em;
  display: none;
}
#site-navigation.main-navigation {
  /*opened menu*/
}
#site-navigation.main-navigation.toggled .menu-toggle {
  display: none !important;
}
#site-navigation.main-navigation.toggled {
  /*OPEN MENU*/
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer {
  background-color: #114667;
  padding-top: 2em;
  border-bottom: solid 0.7em #54C2D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1500px;
  width: 95%;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li {
  display: block;
  text-align: left;
  font-size: clamp(11px, 1.2vw, 16px) !important;
  padding: 0px 1vw 2em 1vw !important;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li.et-hover > a {
  font-weight: 800;
  letter-spacing: 0.055rem !important;
  color: #54C2D0 !important;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li > a {
  letter-spacing: 0.09rem !important;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li > a:hover {
  text-decoration: none;
  font-weight: 800;
  color: #54C2D0;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li.left {
  width: 16.3%;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li.right {
  width: 25%;
  padding-left: 8% !important;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li.close-icon {
  position: absolute !important;
  right: 51vw;
  left: 49vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 1.3rem;
  width: 1.3rem;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li.close-icon a {
  font-size: 0;
  content: "";
  height: 1.3rem;
  width: 1.3rem;
  display: block;
  background-image: url(assets/close-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li.empty {
  font-size: 0;
}

/* COLUMN - LOGO MENU */
.logo img {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: clamp(250px, 24vw, 360px) !important;
  height: auto !important;
  max-height: unset !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/*COLUMN - MENU ITEMS*/
.menu-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100% !important;
  max-width: 100vw !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.menu-items-container .nav-container {
  width: 100% !important;
}

.et_secondary_nav_only_menu #top-header, #et-secondary-nav, #et-secondary-menu {
  display: block !important;
}

/*DESKTOP STYLES*/
@media screen and (max-width: 980px) {
  header#main-header #top-header .container {
    width: 95% !important;
  }
  header#main-header #top-header .container #et-secondary-menu li {
    font-size: 12.5px !important;
  }
  header .et_secondary_nav_only_menu #top-header {
    display: block !important;
  }
  header #et-secondary-nav {
    display: inline-block !important;
  }
  header #et-secondary-nav li {
    font-size: 11px !important;
  }
  .et_header_style_left #logo {
    max-width: 100% !important;
  }
  header .container.clearfix.et_menu_container {
    width: 100%;
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 11.5em;
    background-image: url(assets/header-chevron-wide-3.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
  }
  #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu {
    max-height: 70vh !important;
    overflow: scroll !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1500px;
  }
  #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li {
    margin-bottom: 18px;
    max-width: unset;
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
    font-size: 13.5px !important;
  }
  #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li.close-icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    left: unset !important;
    right: unset !important;
    position: relative !important;
  }
  #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li.left, #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu > li.right {
    width: 100%;
    padding-left: 0px !important;
  }
  #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu .et-hover ul.sub-menu, #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu ul.sub-menu {
    margin-bottom: 18px;
    background-color: #0a2b40;
    position: relative;
    top: 1em;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
    max-width: 100vw !important;
  }
  #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu .et-hover ul.sub-menu li, #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu ul.sub-menu li {
    font-size: 12px !important;
    text-align: center;
    padding: 1.3em 0em !important;
  }
  #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu .et-hover ul.sub-menu li > a, #site-navigation.main-navigation.toggled #dropdownMenuContainer ul#primary-menu ul.sub-menu li > a {
    color: #ffffff !important;
  }
}
@media screen and (max-width: 768px) {
  header#main-header #top-header > .container {
    width: 90% !important;
  }
  header#main-header #top-header > .container #et-secondary-menu li {
    font-size: 12.5px !important;
  }
  header .container.clearfix.et_menu_container {
    height: 9.5em;
  }
  header .container.clearfix.et_menu_container #primary-menu > li {
    padding-bottom: 0px !important;
  }
  .logo img {
    width: 15em !important;
  }
}
footer#main-footer {
  margin-top: -7em;
  z-index: 991;
  width: 100%;
  position: relative !important;
  bottom: 0px !important;
  top: unset !important;
  background-color: #114667;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 990;
}
footer#main-footer:before {
  position: absolute;
  bottom: 85%;
  left: 0px;
  content: "";
  display: block;
  min-width: 100%;
  height: clamp(185px, 11vw, 224px);
  background-image: url(assets/footer-chevron-wide.svg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  z-index: 990;
}
footer#main-footer .footer-main {
  width: 100%;
  z-index: 994;
  overflow-x: hidden !important;
  margin-bottom: 1.5em;
}
footer#main-footer .footer-copyright {
  width: 100%;
  background-color: #114667;
  padding-bottom: 1em;
}
footer#main-footer .footer-copyright p {
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  display: block;
  width: 100%;
}
footer#main-footer .container {
  max-width: 1280px;
  width: 80%;
}

#footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px !important;
}
#footer-widgets .footer-widget:empty {
  display: none !important;
}
#footer-widgets .footer-widget {
  margin: 0px 2vw !important;
  width: 30% !important;
}
#footer-widgets .footer-widget, #footer-widgets .fwidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#footer-widgets .footer-widget #block-8, #footer-widgets .fwidget #block-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer-widgets .fwidget {
  margin-bottom: 0px !important;
}
#footer-widgets .fwidget h1, #footer-widgets .fwidget h2, #footer-widgets .fwidget h3, #footer-widgets .fwidget h4, #footer-widgets .fwidget h5, #footer-widgets .fwidget h6 {
  color: #ffffff !important;
  padding-bottom: 0.2em;
  font-weight: bold;
}
#footer-widgets .fwidget a:hover, #footer-widgets .fwidget a:hover span {
  font-weight: 800;
  letter-spacing: 1px;
  color: #54C2D0;
}
#footer-widgets .fwidget p, #footer-widgets .fwidget a, #footer-widgets .fwidget span {
  font-weight: 300;
  font-size: 18px !important;
}
#footer-widgets .fwidget p.footer-address, #footer-widgets .fwidget p.footer-fb, #footer-widgets .fwidget p.footer-phone, #footer-widgets .fwidget p.footer-email, #footer-widgets .fwidget a.footer-address, #footer-widgets .fwidget a.footer-fb, #footer-widgets .fwidget a.footer-phone, #footer-widgets .fwidget a.footer-email, #footer-widgets .fwidget span.footer-address, #footer-widgets .fwidget span.footer-fb, #footer-widgets .fwidget span.footer-phone, #footer-widgets .fwidget span.footer-email {
  margin-bottom: 0.5em;
}
#footer-widgets .fwidget p.footer-address img, #footer-widgets .fwidget p.footer-fb img, #footer-widgets .fwidget p.footer-phone img, #footer-widgets .fwidget p.footer-email img, #footer-widgets .fwidget a.footer-address img, #footer-widgets .fwidget a.footer-fb img, #footer-widgets .fwidget a.footer-phone img, #footer-widgets .fwidget a.footer-email img, #footer-widgets .fwidget span.footer-address img, #footer-widgets .fwidget span.footer-fb img, #footer-widgets .fwidget span.footer-phone img, #footer-widgets .fwidget span.footer-email img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  height: 1em !important;
  width: 1em !important;
  margin-right: 0.5em;
}
#footer-widgets .fwidget p.footer-address span, #footer-widgets .fwidget p.footer-fb span, #footer-widgets .fwidget p.footer-phone span, #footer-widgets .fwidget p.footer-email span, #footer-widgets .fwidget a.footer-address span, #footer-widgets .fwidget a.footer-fb span, #footer-widgets .fwidget a.footer-phone span, #footer-widgets .fwidget a.footer-email span, #footer-widgets .fwidget span.footer-address span, #footer-widgets .fwidget span.footer-fb span, #footer-widgets .fwidget span.footer-phone span, #footer-widgets .fwidget span.footer-email span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#footer-widgets .fwidget p.footer-address, #footer-widgets .fwidget a.footer-address, #footer-widgets .fwidget span.footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#footer-widgets .fwidget p.footer-btn, #footer-widgets .fwidget a.footer-btn, #footer-widgets .fwidget span.footer-btn {
  background-color: #54C2D0;
  color: #114667;
  display: block;
  padding: 0.8em;
  border-radius: 10px;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 2em !important;
  width: 80%;
  min-width: 212px;
  max-width: 240px;
  font-weight: 700 !important;
  font-size: 16.5px !important;
}
#footer-widgets .fwidget p.footer-btn:hover, #footer-widgets .fwidget a.footer-btn:hover, #footer-widgets .fwidget span.footer-btn:hover {
  background-color: #ffffff;
  color: #114667;
}
#footer-widgets .fwidget p.footer-fb, #footer-widgets .fwidget a.footer-fb, #footer-widgets .fwidget span.footer-fb {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

#footer-bottom {
  display: none !important;
}

@media (min-width: 981px) {
  .et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: auto;
  }
}
@media (max-width: 980px) {
  footer#main-footer #footer-widgets .footer-widget {
    width: 100% !important;
    margin: 0px 0px !important;
  }
  footer#main-footer {
    height: auto;
  }
  footer#main-footer .container {
    max-width: 400px !important;
  }
  footer#main-footer p, footer#main-footer a, footer#main-footer span {
    text-align: center !important;
    margin-bottom: 0.7em !important;
  }
  footer#main-footer p.footer-address, footer#main-footer p.footer-fb, footer#main-footer p.footer-phone, footer#main-footer p.footer-email, footer#main-footer a.footer-address, footer#main-footer a.footer-fb, footer#main-footer a.footer-phone, footer#main-footer a.footer-email, footer#main-footer span.footer-address, footer#main-footer span.footer-fb, footer#main-footer span.footer-phone, footer#main-footer span.footer-email {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  footer#main-footer p.footer-address, footer#main-footer a.footer-address, footer#main-footer span.footer-address {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  footer#main-footer p.footer-btn, footer#main-footer a.footer-btn, footer#main-footer span.footer-btn {
    text-align: center !important;
  }
  footer#main-footer .footer-copyright p {
    font-size: 11px;
    line-height: 13px;
  }
  footer#main-footer #footer-widgets .fwidget p, footer#main-footer #footer-widgets .fwidget a, footer#main-footer #footer-widgets .fwidget span {
    font-size: 14px !important;
  }
  footer#main-footer #footer-widgets, footer#main-footer .fwidget, footer#main-footer .fwidget#block-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/**/
/**-------------------------------------------------------------------------------------**/
/** DIVI 4 BASE EDITS START **/
/**-------------------------------------------------------------------------------------**/
html {
  scroll-padding-top: 26vh !important; /* height of sticky header */
}

article {
  overflow-y: visible !important;
}

main#main {
  z-index: 990 !important;
  position: relative !important;
}

body #page-container {
  overflow-y: visible !important;
}

body.home #page-container {
  padding: 0px !important;
}

body:not(.et-vb-root-ancestor, .home) #page-container {
  padding-top: 200px !important;
}

div#page-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
div#page-container .et_builder_inner_content {
  overflow-x: hidden !important;
}

@media only screen and (max-width: 767px) {
  .et_pb_row_3.et_pb_row.gradient-row {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
/**-------------------------------------------------------------------------------------**/
/** DIVI BASE EDITS END **/
/**-------------------------------------------------------------------------------------**/
/**-------------------------------------------------------------------------------------**/
/** DIVI 5 BASE EDITS START **/
/**-------------------------------------------------------------------------------------**/
html.et-vb-app-ancestor {
  overflow-x: visible !important;
}

/**-------------------------------------------------------------------------------------**/
/** DIVI 5 BASE EDITS END **/
/**-------------------------------------------------------------------------------------**/
/**-------------------------------------------------------------------------------------**/
/** Universal / site-wide Classes START **/
/**------------------------------------------------------------------------------------**/
.noShow {
  visibility: hidden !important;
}

/*show in divi builder, hide on website*/
.et-fb-iframe-ancestor .hidden {
  display: block !important;
  opacity: 0.7 !important;
}

.hidden {
  display: none !important;
  opacity: 0 !important;
}

.show {
  display: block !important;
  opacity: 1 !important;
}

.no-click {
  pointer-events: none !important;
}

.visible {
  opacity: 1 !important;
}

.top-image > .et_pb_image_wrap {
  width: 100% !important;
}
.top-image > .et_pb_image_wrap > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: clamp(15em, 48vw, 42em);
}

body:not(.et-vb-root-ancestor) .scroll {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.offset {
  display: block !important;
  content: "" !important;
  padding-top: 150px !important;
  margin-top: -150px !important;
}

.fixed-background {
  position: sticky !important;
  top: 0px !important;
  left: 0px !important;
}
.fixed-background .et_pb_video_box {
  width: auto;
  height: 100vh !important;
}
.fixed-background .et_pb_video_box video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.top-fade-white-bg.et_pb_section {
  overflow-y: visible !important;
  background-image: unset !important;
  background-color: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9))) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.9) 100%) !important;
}

/**---- image classes ----**/
.cover {
  height: auto !important;
}
.cover img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contain img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.square img {
  aspect-ratio: 4/4;
  -o-object-fit: cover;
     object-fit: cover;
}

/**---- image classes ----**/
/**---- layout classes ----**/
.center-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.y-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.y-center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.y-center-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0px !important;
}

.y-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.x-center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*flex-left at tablet and mobile*/
.x-flex-left {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.x-flex-right {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.x-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/*align modules w/in column*/
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.space-evenly {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.text-col-2 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}

.text-col-3 {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}

.text-col-4 {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}

.col-1 {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col-2, .et_pb_button_module_wrapper:has(a.et_pb_button.col-2) {
  width: 48% !important;
  float: left !important;
  margin-right: 1% !important;
}

.col-3 {
  float: left;
  padding-right: 1px;
}

.col-4 {
  float: left;
  padding-right: 1px;
}

.span-col {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/**---- layout classes ----**/
/**---- grid classes ----**/
/**---- grid classes ----**/
/**-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-**/
/*** START Responsive Styles tablet And ABove (MOBILE) ***/
@media all and (min-width: 980px) {
  .no-wrap-desktop {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
/**-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-**/
/*** END Responsive Styles tablet And ABove (MOBILE) ***/
/**-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-**/
/*** Responsive Styles Tablet And Below (MOBILE) ***/
@media all and (max-width: 980px) {
  .larger p {
    font-size: 18px !important;
  }
  .largest p {
    font-size: 20px !important;
  }
  /**---- layout classes ----**/
  /*-- flex classes start--*/
  .center-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tablet-stack {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .y-reverse-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .desktop-only {
    display: none !important;
    visibility: hidden !important;
  }
  .mobile-stack {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /*-- flex classes end--*/
  .text-col-2, .text-col-3, .text-col-4 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .col-1, .col-2, .col-3, .et_pb_button_module_wrapper:has(a.et_pb_button.col-2) {
    float: none !important;
    width: 80%;
  }
  /*fix for button (class applied to <a> instead of wrapper)*/
  .mobile-row-2-col.space-evenly {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mobile-2-col svg {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .mobile-2-col {
    width: 35% !important;
  }
  .mobile-2-col.y-center-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .x-flex-right {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /**---- layout classes ----**/
}
/*** Responsive Styles Tablet And below End ***/
/**-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-**/
/**-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-**/
/*** Responsive Styles smartphone And Below (MOBILE) ***/
@media all and (max-width: 768px) {
  .smartphone-stack {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
/*** Responsive Styles smartphone And below End ***/
/**-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-**/
/*** Responsive Styles mobile And End ***/
/**-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-**/
/**-------------------------------------------------------------------------------------**/
/** Universal Classes END **/
/**------------------------------------------------------------------------------------**/
/**-------------------------------------------------------------------------------------**/
/** PLUGIN css starts**/
/**-------------------------------------------------------------------------------------**/
/* Quotes + Checkout page */
body.woocommerce-cart .et_pb_wc_cart_products_0_tb_body table.shop_table {
  table-layout: auto !important;
}
body.woocommerce-cart thead th {
  text-align: center;
}
body.woocommerce-cart thead .product-thumbnail {
  display: none !important;
}
body.woocommerce-cart .product-price, body.woocommerce-cart .product-subtotal {
  display: none !important;
}
body.woocommerce-cart .product-remove {
  width: 10% !important;
}
body.woocommerce-cart .product-thumbnail {
  width: 30% !important;
}
body.woocommerce-cart .product-thumbnail a {
  width: 70% !important;
  display: block;
}
body.woocommerce-cart .product-thumbnail a img {
  width: 100% !important;
}
body.woocommerce-cart .product-name {
  width: 40% !important;
  text-align: center;
}
body.woocommerce-cart .product-quantity {
  width: 20% !important;
}
section.sb-feed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
section.sb-feed-container .sb-feed-header-heading {
  display: none !important;
}

.sb-item-text.sb-fs {
  font-size: 13.3px !important;
}

[id^=sb-reviews-container-] .sbr-narrow .sb-item-provider-icon {
  right: 15px;
  top: 15px;
}

#sb-reviews-container-1 .sb-item-rating {
  margin: 5px 0px 2px 0px;
}

span.sb-more {
  color: #124C70;
  text-decoration: underline !important;
}
span.sb-more:before {
  content: "Read more" !important;
  display: inline !important;
}
span.sb-more:hover {
  color: #114667;
}

.sb-feed-header-bottom, .sb-feed-header-content {
  display: none !important;
}

/**-------------------------------------------------------------------------------------**/
/** PLUGIN css ends**/
/**-------------------------------------------------------------------------------------**/
/**-------------------------------------------------------------------------------------**/
/** HOME css starts**/
/**-------------------------------------------------------------------------------------**/
/*HOME styles*/
.splash h1 {
  line-height: 2em !important;
}
.splash h1 span.thin {
  font-size: clamp(30px, 2.7vw, 40px) !important;
  text-transform: none !important;
  font-weight: 300 !important;
  letter-spacing: 1px;
}
.splash h1 span.thick {
  font-size: clamp(45px, 3.9vw, 60px) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.team-member-row p, .team-member-row h3 {
  padding-bottom: 0px !important;
}

/**-------------------------------------------------------------------------------------**/
/** HOME css ends**/
/**-------------------------------------------------------------------------------------**/
/**/
/**-------------------------------------------------------------------------------------**/
/**-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-**/
/*** Responsive Styles Tablet And Below ***/