@charset "utf-8";

/* ═══════════════════════════════════════════════════════════════
   FONT FACES
   ═══════════════════════════════════════════════════════════════ */
@font-face {
  font-family: "Saturday Script";
  src:
    url("SaturdayRegular.woff2") format("woff2"),
    url("SaturdayRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ═══════════════════════════════════════════════════════════════
   GENERAL SETTINGS
   ═══════════════════════════════════════════════════════════════ */
* {
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: montserrat, sans-serif;
}
b,
strong {
  font-weight: bold;
}
strong.stronger {
  font-weight: 900;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
img {
  max-width: 100%;
  width: auto;
}

/* Links */
a {
  color: #e06b2f;
  text-decoration: none;
  display: inline;
  -o-transition:
    color 0.2s ease-out,
    background 0.2s ease-in;
  -ms-transition:
    color 0.2s ease-out,
    background 0.2s ease-in;
  -moz-transition:
    color 0.2s ease-out,
    background 0.2s ease-in;
  -webkit-transition:
    color 0.2s ease-out,
    background 0.2s ease-in;
  transition:
    color 0.2s ease-out,
    background 0.2s ease-in;
}
a:hover,
a:focus {
  color: #29375d;
  text-decoration: none;
}
a img {
  border: none;
}

/* Typography */
p,
.section-white {
  font-size: 18px;
  line-height: 1.4em;
  color: #282828;
  font-weight: 400;
}
p {
  margin: 0 0 30px;
}
h1,
.h1-style {
  text-transform: capitalize;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2em;
  color: #29375d;
  margin: 30px 0;
}
h1 span,
.h1-style span {
  font-family: montserrat, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  display: block;
  font-weight: 400;
  margin: 5px 0 0;
}
h2 {
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2em;
  color: #143058;
  margin: 30px 0;
}
h2 > span {
  font-size: 30px;
}
h3 {
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 1.2em;
  color: #143058;
  margin: 30px 0;
}
h3 > span {
  font-size: 25px;
}
h4 {
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2em;
  color: #143058;
  margin: 30px 0;
}
h4 > span {
  font-size: 18px;
}
h2 > span,
h3 > span,
h4 > span,
h5 > span {
  font-family: montserrat, sans-serif;
  line-height: 1.4em;
  display: block;
  font-weight: 300;
}

/* Lists & Tables */
ul,
ol {
  margin: 0 0 30px;
}
ul *,
ol * {
  vertical-align: top;
}
li {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6em;
  color: #282828;
  font-weight: 400;
}
span.fa-li {
  top: 0.3em;
  color: #28aae2;
}
td,
th {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6em;
  color: #282828;
  font-weight: 400;
}
.list-unstyled {
  list-style: none;
}
.list-unstyled li {
  display: block;
  margin: 0 !important;
}
.wp-block-table table td {
  font-size: 15px;
  line-height: 20px;
  padding: 17px 13px;
  color: #525252;
  border-color: #adadad;
}

/* Saturday Script Font */
.saturday {
  font-family: "Saturday Script";
  text-transform: initial;
  font-weight: 300;
  font-size: 6rem;
}
.saturday-blue,
.saturday-blue h2,
.saturday-blue h3,
.saturday-blue h4 {
  color: #20cbd4;
}

/* Pagination */
.page-numbers {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 3px;
  border: solid 1px;
  margin: 0 3px;
  min-width: 34px;
  font-size: 14px;
}
.page-numbers.current {
  background-color: #e06b2f;
  border-color: #e06b2f;
  color: #fff;
}

/* Back to Top */
.back-to-top {
  display: none;
  padding-top: 9px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 110px;
  right: 25px;
  font-size: 28px;
  color: #00a6b6;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border: solid 2px #00a6b6;
  border-radius: 26%;
  -webkit-border-radius: 26%;
  -moz-border-radius: 26%;
  -o-border-radius: 26%;
  background-color: transparent;
}
.back-to-top .fa {
  display: block;
}
.back-to-top:focus {
  color: #fff;
  border-color: #fff;
  background-color: #00a6b6;
}
.back-to-top:hover {
  color: #fff;
  border-color: #00a6b6;
  background-color: #00a6b6;
}

/* Body States */
body.behaved,
body.actived {
  overflow: hidden;
}

/* Page Wrapper */
.page {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* ═══════════════════════════════════════════════════════════════
   NAVIGATION / TOP MENU
   ═══════════════════════════════════════════════════════════════ */
.nav-spacer {
  display: block;
  height: 120px;
  background-color: #00a6b6;
}
.menu {
  display: block;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px 0 26px;
  transition: padding 0.4s ease;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu.ready {
  animation: fadeInDown 0.6s ease;
}
.menu.actived {
  border-top: solid 0 #29375d;
  padding: 12px 0 21px;
  box-shadow: 0 -2px 4px #000;
}
.menu.behaved {
  background-color: transparent;
  height: 60px;
  overflow: hidden;
  box-shadow: none;
  padding-right: 0;
}
.menu > .container {
  position: relative;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu {
  top: 32px;
}
.menu.actived:before {
  top: -43px;
}
.menu.actived.behaved {
  top: -200px;
}
.menu > div {
  position: relative;
  max-width: 100%;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}

/* Hamburger Navigation Toggle */
.menu > div .navigation {
  display: block;
  color: #1c345e;
  font-size: 2.6em;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 0.7em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  margin: 31px 0;
  margin-right: 0;
  float: right;
  width: 34px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu > div .navigation:hover,
.menu > div .navigation:focus {
  text-decoration: none;
}
.menu.actived > div .navigation {
  margin: 23px 0;
  margin-right: 5px;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 21px 0;
  margin-right: 15px;
  top: 0;
  width: 70px;
  padding-left: 10px;
}
.menu.behaved > div .navigation:hover {
  color: #fff;
}
.menu.behaved > div a > .txt:before {
  content: "Close";
  font-size: 13px;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  top: -5px;
}

/* Hamburger Bars */
.menu > div a > .bar {
  position: absolute;
  left: 0;
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background-color: #1c345e;
  -webkit-transition:
    top 0.3s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
  -moz-transition:
    top 0.3s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
  -ms-transition:
    top 0.3s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
  -o-transition:
    top 0.3s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
  transition:
    top 0.3s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
}
.menu.behaved > div a > .bar {
  background-color: #fff;
  width: 14px;
}
.menu > div a > span:first-child {
  top: 0px;
}
.menu > div a > span:nth-child(2) {
  top: 7px;
}
.menu > div a > span:nth-child(3) {
  top: 14px;
}
.menu > div a:hover > span:first-child {
  top: -3px;
}
.menu > div a:hover > span:nth-child(3) {
  top: 17px;
}
.menu > div a.behaved > span:first-child {
  top: 7px;
  transform: rotate(135deg);
}
.menu > div a.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}

/* Menu Social Nav */
.menu .social-nav {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin: 0 0 5px;
}
.menu .social-nav li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.menu .social-nav li:not(:last-child) {
  margin-right: 2px;
}
.menu .social-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  background-color: #6e6e6e;
  color: #fff;
  width: 25px;
  height: 25px;
  padding: 5px 0 0;
  text-align: center;
  border-radius: 50%;
  line-height: 1.4em;
}
.menu .social-nav li a:hover {
  background-color: #303036;
}
.menu.behaved .social-nav {
  opacity: 0;
}

/* Menu Logo */
.menu .logo-nav {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: 15px;
  display: block;
  width: 100%;
  max-width: 309px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu .logo-nav img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu.actived .logo-nav {
  max-width: 262px;
  top: 15px;
}
.menu.behaved .logo-nav {
  opacity: 0;
  top: -50%;
}

/* Menu No-Nav (Phone Number Display) */
.menu .no-nav {
  text-align: right;
  float: right;
  margin: 11px 0;
}
.menu.actived .no-nav {
  margin: 4px 0;
}
.menu .no-nav span {
  display: block;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 9px 0;
}
.menu .no-nav span a {
  color: #ddc404;
}
.menu .no-nav span a:hover {
  color: #e49f00;
}

/* Menu Desktop Nav */
.menu .desktop-nav {
  position: relative;
  padding: 13px 0 0;
  padding-right: 0;
  padding-left: 230px;
}
.menu div > ul {
  margin: 27px 0 0;
  text-align: right;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
}
.menu.actived div > ul {
  margin: 41px 0 0;
  top: -12px;
}
.menu div > ul.top-menu {
  margin: 5px 0 0;
}
.menu.actived div > ul.top-menu {
  margin: 10px 0 0;
}
.menu div > ul > li {
  text-align: center;
  margin: 0;
  padding: 0 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}
.menu div > ul.top-menu > li {
  font-size: 15px;
}
.menu div > ul > li:not(:last-child) {
  margin-right: 15px;
}
.menu div > ul.collapse-menu > li:not(:last-child) {
  margin-right: 3vw;
}
.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li a:not(.btn-layout),
.menu div > ul > li a:not(.btn-layout):focus {
  position: relative;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  color: #162a4c;
}
.menu div > ul.top-menu > li a:not(.btn-layout),
.menu div > ul.top-menu > li a:not(.btn-layout):focus,
.menu div > ul.top-menu > li a:not(.btn-layout):hover:after {
  color: #29375d;
}
.menu div > ul > li a:not(.btn-layout):hover {
  color: #e06b2f;
}
.menu div > ul > li a .fal {
  font-size: 0.7em;
  margin-top: 5px;
}
.menu div > ul > li a:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 3px;
  left: unset;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.menu div > ul > li a:hover:after {
  left: 0;
  right: unset;
  width: 100%;
  background-color: #e06b2f;
}

/* Menu Submenu Dropdown */
.menu div > ul > li > ul {
  display: none;
  background-color: #162a4c;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 0;
  width: 230px;
  margin-top: 5px !important;
}
.menu div > ul > li > ul > li {
  padding: 0;
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
}
.menu div > ul > li > ul > li a {
  display: block;
  padding: 8px 10px !important;
  color: #fff;
}
.menu div > ul > li > ul > li a:focus {
  color: #fff;
  text-decoration: none;
}
.menu div > ul > li > ul > li a:hover {
  color: #fff !important;
  background-color: #e06b2f;
}

/* CTA Buttons */
.menu ul.cta-buttons {
  position: absolute;
  top: -32px;
  right: 224px;
  margin: 0 !important;
}
.menu ul.cta-buttons li:not(:last-child) {
  margin-right: 5px;
}

/* Phone Number Dropdown */
.menu ul.phone-number {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 17px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu ul.phone-number .dropdown-toggle::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  border: none;
  font-size: 0.7em;
  margin-left: 8px;
}
.menu ul.phone-number .dropdown-menu {
  background-color: #162a4c;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 0;
  width: 100%;
  margin-top: 5px !important;
}
.menu ul.phone-number .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
  background: transparent;
}
.menu ul.phone-number .dropdown-menu li {
  padding: 0;
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
}
.menu ul.phone-number .dropdown-menu li a {
  display: block;
  padding: 8px 10px !important;
  color: #fff;
  position: relative;
}
.menu ul.phone-number .dropdown-menu li a:focus {
  color: #fff;
  text-decoration: none;
}
.menu ul.phone-number .dropdown-menu li a:hover {
  color: #fff !important;
  background-color: #e06b2f;
}
.menu ul.phone-number .dropdown-menu li a:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 3px;
  left: unset;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.menu ul.phone-number .dropdown-menu li a:hover:after {
  left: 0;
  right: unset;
  width: 100%;
  background-color: #e06b2f;
}

/* ═══════════════════════════════════════════════════════════════
   NAVIGATION OVERLAY (Mobile Slide-in Menu)
   ═══════════════════════════════════════════════════════════════ */
.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 280px;
  padding-top: 85px;
  padding-bottom: 70px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right 0.6s ease;
  background-color: #0d1e34;
  background-size: cover;
  background-image: url(../img/bnn-footer.jpg);
  background-repeat: no-repeat;
}
.navigation-overlay.behaved {
  right: 0;
}
.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  padding: 0;
  -webkit-transition:
    transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease;
  -moz-transition:
    transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease;
  -ms-transition:
    transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease;
  -o-transition:
    transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease;
  transition:
    transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.navigation-overlay.behaved > ul {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.navigation-overlay > ul > li {
  text-align: right;
}
.navigation-overlay > ul > li > a {
  text-transform: capitalize;
  font-style: normal;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.1em;
  margin: 15px 0;
  padding: 5px 17px;
  display: block;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a i {
  float: right;
}
.navigation-overlay > ul > li > a:hover,
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #a9b6cd;
}
.navigation-overlay > ul.social-nav {
  margin-top: 50px;
  text-align: right;
}
.navigation-overlay > ul.social-nav li {
  margin: 0;
}
.navigation-overlay > ul.social-nav li a {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.4em;
}
.navigation-overlay > ul > li ul {
  background-color: rgb(20 36 62 / 97%);
  display: none;
  padding: 5px 0;
}
.navigation-overlay > ul > li > ul li {
  padding: 0;
}
.navigation-overlay > ul > li > ul li a {
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding: 10px 17px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.1em;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:hover,
.navigation-overlay
  > ul
  > li.current-menu-ancestor
  > ul
  li.current-menu-item
  a {
  text-decoration: none;
  color: #ebae00;
}
.navigation-overlay > ul > li > ul .fal {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.navigation-overlay .list-inline .list-inline-item-mobile {
  margin-left: 30px;
  margin-right: 30px;
}
.navigation-overlay .social-nav {
  position: relative;
  margin-top: 20px;
  text-align: center;
  padding: 0 15px;
}
.navigation-overlay .social-nav li:not(:last-child) {
  margin-right: 10px;
}
.navigation-overlay .social-nav li {
  margin-bottom: 8px;
}
.navigation-overlay .social-nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}
.navigation-overlay .social-nav li a:hover {
  text-decoration: none;
  color: #ebae00;
}
.navigation-overlay .btns-top {
  display: block;
  margin: 0;
  position: relative;
}
.navigation-overlay .btns-top a {
  display: block;
  padding: 10px;
  margin: 0 15px 15px !important;
}
.navigation-overlay .asl_w_container {
  width: 90% !important;
}
.navigation-overlay a:hover p {
  text-decoration: underline;
}
.navigation-overlay a.btn-layout.buttonLink {
  justify-self: center;
  margin-top: 8px;
}

/* Navigation Overlay - Mega Menu Variant */
.navigation-overlay.mega > ul > li > ul li a {
  color: #e06b2f;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.navigation-overlay.mega > ul > li > ul li a:hover {
  text-decoration: underline;
}
.navigation-overlay.mega > ul > li > ul li strong {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: right;
}

/* ═══════════════════════════════════════════════════════════════
   BANNER TOP (Interior Pages)
   ═══════════════════════════════════════════════════════════════ */
.banner-top {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}
.banner-top:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  opacity: 0.5;
  background-color: #000;
}
.banner-top .text-content {
  position: absolute;
  z-index: 4;
  left: 40px;
  right: 40px;
  top: 65%;
  max-width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.banner-top .text-content h1 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 1.2em;
  color: #fff;
  text-transform: capitalize;
}
.banner-top.ready .text-content h1 {
  animation: fadeInLeft 1.2s ease;
}
.banner-top .text-content h1:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  display: block;
  width: 150px;
  height: 3px;
  background: #e06b2f;
}
.banner-top .text-content h1 > span {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 20px;
  transition:
    left 0.8s ease 0.6s,
    opacity 0.8s linear 0.6s;
  -webkit-transition:
    left 0.8s ease 0.6s,
    opacity 0.8s linear 0.6s;
  -moz-transition:
    left 0.8s ease 0.6s,
    opacity 0.8s linear 0.6s;
  -o-transition:
    left 0.8s ease 0.6s,
    opacity 0.8s linear 0.6s;
}
.banner-top span.parallax {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner-top .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.banner-top .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner-top .search-wrapper {
  position: relative;
  display: block;
  max-width: 680px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 50%;
  margin-top: -126px;
  margin-left: -340px;
  padding: 0 15px;
  top: 40px;
}

/* ═══════════════════════════════════════════════════════════════
   HOME BANNER / SLIDER
   ═══════════════════════════════════════════════════════════════ */
.home-banner .text-content p {
  color: #fff;
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 1.2em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.home-banner .slider-wrapper .slick-slide .slick-bnn span.parallax,
.home-banner .slider-wrapper .slick-slide .slick-bnn span.parallax-mobile {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 580px;
  height: 660px;
  display: block;
}
.slick-next {
  right: 30px;
  margin-top: -70px;
}
.slick-prev {
  left: 30px;
  margin-top: -70px;
}

/* ═══════════════════════════════════════════════════════════════
   MEGA MENU
   ═══════════════════════════════════════════════════════════════ */
.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 40px 60px;
  padding-top: 20px;
  z-index: 10;
  border-bottom: 2px solid #e06b2f;
  background: #fff;
}
ul.list-unstyled.collapse-menu.mobile-accordion,
.mega-menu {
  transition:
    opacity 0.08s ease,
    visibility 0.08s ease;
}
.mega-trigger.active .mega-menu {
  display: block;
  margin-top: 25px;
  margin-left: -20px;
  margin-right: -20px;
}
.mega-menu .row {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.mega-menu .col {
  flex: 1;
  min-width: 240px;
}
.mega-menu h4 {
  color: #143058;
  font-family: Montserrat;
  font-size: 18px;
  text-align: left;
  font-style: normal;
  margin-bottom: 13px;
  font-weight: 700;
  line-height: normal;
}
.mega-menu .innerMega {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu .innerMega li {
  margin-bottom: 6px;
  text-align: left;
  padding-left: 0;
}
.mega-menu .innerMega li a {
  color: #e06b2f !important;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
}
.mega-menu .innerMega li a:hover {
  color: #fff;
  text-decoration: underline;
}
.mega-menu .mega-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mega-menu .mega-row .col.left {
  flex: 0 0 200px;
}
.mega-menu .mega-row .col.right {
  flex: 1;
}
.mega-menu .post-row {
  display: flex;
  gap: 40px;
  justify-content: space-around;
}
.mega-menu .post-item {
  text-align: center;
  max-width: 100%;
}
.mega-menu .post-item img {
  display: block;
  max-width: 100%;
  max-height: 563px;
  height: 300px;
  margin-bottom: 10px;
}
.post-row.podcasts.content-tab img {
  max-width: 250px;
}
.mega-menu .post-item p {
  font-size: 16px;
  color: #e06b2f;
  line-height: 1.4;
  text-align: left;
  justify-self: center;
}
.mega-menu .post-row.blogs .post-item img,
.mega-menu .post-row.podcasts .post-item img,
.mega-row.books .post-item img {
  height: auto;
}
.mega-menu .post-row.newsletters .post-item img {
  justify-self: center;
}
.mega-menu.about ul,
.mega-menu.resources ul {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.menu.actived .mega-menu {
  margin-top: 20px;
}
.menu.actived .mega-menu ul {
  margin-top: 10px;
}
.mega-menu a:hover:after {
  content: none;
}
.mega-menu a:hover p {
  text-decoration: underline;
}

/* ═══════════════════════════════════════════════════════════════
   INTERIOR SECTIONS
   ═══════════════════════════════════════════════════════════════ */
.section-white {
  display: block;
  background-color: #fff;
  padding: 40px 0;
}
.section-white.ready > .container,
.section-white.ready > .container-fluid {
  animation: fadeIn 1.2s ease;
}

/* ═══════════════════════════════════════════════════════════════
   SERVICES GRID
   ═══════════════════════════════════════════════════════════════ */
.services-grid-section {
  padding: 0 170px;
}
.services-grid-header {
  text-align: center;
  margin-bottom: clamp(18px, 2vw, 28px);
}
.services-grid-title {
  margin: 0;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 34px);
}
.services-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.services-grid-cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

/* Service Cards */
.service-card {
  position: relative;
  display: block;
  min-height: 240px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  text-decoration: none;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.95);
  background: #e9e9e9;
}
.service-card__bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}
.service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.55)
  );
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
.service-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  text-align: center;
}
.service-card__title {
  font-weight: 500;
  letter-spacing: 0.22em;
  /* text-transform: uppercase; */
  font-size: clamp(18px, 1.2vw, 18px);
  line-height: 1.2;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.95);
}
.service-card__desc {
  margin-top: 10px;
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.35;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.service-card:hover .service-card__bg {
  transform: scale(1.07);
}
.service-card:hover .service-card__overlay {
  opacity: 2;
}
.service-card:hover .service-card__desc {
  opacity: 1;
  transform: translateY(0);
}
.service-card:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.25);
  outline-offset: 2px;
}

/* ═══════════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════════ */
.btn-cornflower {
  color: #fff !important;
  border-color: #00a6b6 !important;
  background-color: #00a6b6 !important;
}
.btn-cornflower:hover,
.btn-cornflower:focus {
  color: #00a6b6 !important;
  border-color: #00a6b6 !important;
  background-color: transparent !important;
}
.btn-full-screen {
  width: 100%;
  border-color: #00a6b6 !important;
  color: #ffffff;
  background-color: #00a6b6;
}
.btn-full-screen:hover,
.btn-full-screen:focus {
  background-color: #00a6b6 !important;
  border-color: #00a6b6 !important;
  color: #00a6b6;
}

/* ═══════════════════════════════════════════════════════════════
   WELCOME SECTION
   ═══════════════════════════════════════════════════════════════ */
.welcome-section h1 {
  font-size: 40px !important;
  font-family: montserrat, sans-serif !important;
  line-height: 1.4em !important;
  display: block !important;
  font-weight: 300 !important;
  margin: 30px 0 0 0 !important;
}
.welcome-section h2 {
  margin: 0 0 30px 0 !important;
}

/* ═══════════════════════════════════════════════════════════════
   UTILITIES / MISC
   ═══════════════════════════════════════════════════════════════ */
li .left {
  text-align: right;
  margin-top: 5px !important;
  margin-right: 17px !important;
}
a.imageLink {
  text-align: center !important;
}

/* ═══════════════════════════════════════════════════════════════
   KEYFRAMES
   ═══════════════════════════════════════════════════════════════ */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-webkit-transform: translateY(-20%);
    -o-webkit-transform: translateY(-20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -moz-webkit-transform: translateY(20%);
    -o-webkit-transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -o-transform: translateX(20%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE - Desktop Only (min-width)
   ═══════════════════════════════════════════════════════════════ */
@media screen and (min-width: 992px) {
  .container-form {
    min-width: 100%;
    padding-right: 170px;
  }
  .welcome-section .container:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 40%;
    background-image: url(../img/front-test.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-mask-image: linear-gradient(to left, transparent, white);
    mask-image: linear-gradient(to left, transparent, white);
  }
  .welcome-section.ready .container:before {
    opacity: 1;
    animation: fadeInLeft 1.2s both;
  }
}

@media screen and (min-width: 991px) {
  .menu .navigation,
  .navigation-overlay {
    display: none !important;
  }
}

@media screen and (min-width: 680px) {
  .home-banner .slider-wrapper .slick-slide .slick-bnn span.parallax {
    display: block !important;
  }
  .home-banner .slider-wrapper .slick-slide .slick-bnn span.parallax-mobile {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE - Desktop-First (max-width descending)
   ═══════════════════════════════════════════════════════════════ */

/* --- Large Desktop (≤ 1800px) --- */
@media screen and (max-width: 1800px) {
  .nav-spacer {
    height: 118px;
  }
  .menu div > ul > li {
    font-size: 18px;
  }
  .menu div > ul.collapse-menu > li:not(:last-child) {
    margin-right: 1.5vw;
  }
}

/* --- Desktop (≤ 1600px) --- */
@media screen and (max-width: 1600px) {
  .nav-spacer {
    height: 107px;
  }
  .menu {
    padding-bottom: 15px;
  }
  .menu.actived {
    padding-bottom: 10px;
  }
  .menu .logo-nav {
    top: -7px;
    max-width: 220px;
  }
  .menu.actived .logo-nav {
    max-width: 220px;
    top: 9px;
    z-index: 2;
  }
  .menu ul.cta-buttons {
    margin: 0;
    top: -1px;
    right: 205px;
  }
  .menu.actived ul.cta-buttons {
    margin: 0;
    top: -1px;
  }
  .menu ul.phone-number {
    top: 11px;
  }
  .menu .btn-layout {
    font-size: 16px;
  }
  .menu .desktop-nav {
    padding-right: 0;
    padding-left: 230px;
  }
}

/* --- Desktop Narrow (≤ 1599px) --- */
@media screen and (max-width: 1599px) {
  .menu.actived .mega-menu {
    margin-top: 10px;
  }
  .menu.clearfix .mega-menu {
    margin-top: 10px;
  }
}

/* --- Desktop Narrow (≤ 1463px) --- */
@media screen and (max-width: 1463px) {
  .menu div > ul > li {
    font-size: 15px;
  }
}

/* --- Laptop (≤ 1400px) --- */
@media screen and (max-width: 1400px) {
  .banner-top {
    height: 345px;
  }
  .banner-top .text-content h1 {
    font-size: 32px;
  }
}

/* --- Laptop Narrow (≤ 1300px) --- */
@media screen and (max-width: 1300px) {
  .nav-spacer {
    height: 105px;
  }
  .menu .btn-layout {
    font-size: 14px;
    padding: 13px 7px;
  }
  .menu div > ul > li {
    font-size: 14px;
  }
  .menu div > ul.collapse-menu > li:not(:last-child) {
    margin-right: 0;
  }
}

/* --- Laptop (≤ 1200px) --- */
@media screen and (max-width: 1200px) {
  .home-banner .text-content {
    bottom: 230px;
  }
}

/* --- Laptop Small (≤ 1106px) --- */
@media screen and (max-width: 1106px) {
  .menu div > ul > li {
    font-size: 11px;
  }
}

/* --- Tablet (≤ 991px) --- */
@media screen and (max-width: 991px) {
  /* Nav spacer */
  .nav-spacer {
    height: 100px;
  }

  /* Menu */
  .menu {
    top: 0;
    padding: 10px 0;
    padding-right: 15px;
  }
  .menu.actived {
    padding: 0;
    padding-right: 15px;
  }
  .menu .btns-top .btn-layout {
    display: none;
  }
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
  }
  .menu.behaved:after {
    background-color: transparent;
  }
  .menu > div {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .menu > .navigation {
    display: inline-block;
  }
  .menu div > ul {
    display: none;
  }
  .menu .logo-nav {
    max-width: 200px;
    top: 13px;
  }
  .menu.actived .logo-nav {
    top: 8px;
    max-width: 200px;
  }

  /* Phone number */
  .menu ul.phone-number {
    top: 28px;
    right: 70px;
  }
  .menu ul.phone-number li:not(:last-child) {
    display: none;
  }
  .menu.actived ul.phone-number {
    top: 10px;
  }
  .menu.behaved ul.phone-number {
    display: none;
  }

  /* Body state */
  body.actived {
    overflow: auto !important;
  }

  /* Products */
  .products-dropdown {
    display: none !important;
  }

  /* Banner */
  .banner-top {
    height: 300px;
  }
  .banner-top .text-content h1 {
    font-size: 28px;
  }

  /* Navigation overlay phone dropdown */
  .navigation-overlay .phone-number .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
    background-color: #162a4c !important;
    opacity: 1 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    border: 0;
    display: none;
  }
  .navigation-overlay .phone-number .dropdown-menu.show {
    display: block;
  }
  .navigation-overlay .phone-number {
    margin-bottom: 12px;
  }

  /* Services grid */
  .services-grid-section {
    padding: 0 15px;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --- WP Admin Bar (≤ 782px) --- */
@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}

/* --- Small Tablet (≤ 768px) --- */
@media screen and (max-width: 768px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
    height: 230px;
  }
  .banner-top .text-content h1 {
    font-size: 26px;
  }
  .seen-section li img {
    max-height: 50px !important;
  }
}

/* --- Large Mobile (≤ 680px) --- */
@media screen and (max-width: 680px) {
  .Prompt {
    display: none !important;
  }
  .home-banner .slider-wrapper .slick-slide .slick-bnn span.parallax {
    display: none !important;
  }
  .home-banner .slider-wrapper .slick-slide .slick-bnn span.parallax-mobile {
    display: block !important;
  }
  .slick-dots {
    top: 86% !important;
  }
}

/* --- Mobile (≤ 650px) --- */
@media screen and (max-width: 650px) {
  .nav-spacer {
    height: 86px;
  }
  .menu ul.phone-number {
    display: none;
  }
  .menu div > a > .txt {
    display: none;
  }
  .menu.behaved > div .navigation {
    width: 14px;
    padding: 0;
    margin-right: 16px;
  }
  .menu > div .navigation {
    margin: 28px 0;
    margin-right: 4px;
  }
  .menu.actived > div .navigation {
    margin: 22px 0;
    margin-right: 0px;
  }
  .menu .no-nav span {
    font-size: 14px;
  }
  .navigation-overlay > ul > li > a {
    font-size: 18px;
    margin: 18px 0;
  }
  .navigation-overlay > ul > li > ul > li a {
    font-size: 16px;
  }
}

/* --- Small Mobile (≤ 600px) --- */
@media screen and (max-width: 600px) {
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
}

/* --- Small Mobile (≤ 580px) --- */
@media screen and (max-width: 580px) {
  .home-banner .text-content p {
    font-size: 18px !important;
  }
  .home-banner .text-content h1 {
    font-size: 24px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  }
  .home-banner .text-content h2 {
    font-size: 24px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  }
}

/* --- Extra Small Mobile (≤ 575px) --- */
@media screen and (max-width: 575px) {
  .services-grid-section {
    padding: 0 15px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Tiny Mobile (≤ 420px) --- */
@media screen and (max-width: 420px) {
  .banner-top .text-content {
    top: unset;
    bottom: 40px;
    transform: none;
  }
  .banner-top .text-content h1 {
    font-size: 18px;
  }
}

/* LAST UPDATED: 2024-06-20 */
/* Overwrite the default button styles from style.css */
.left-right-section .right h3 span {
  color: #00a6b6;
}
.btn-layout {
  border: solid 1px #00a6b6;
  background-color: transparent;
  color: #00a6b6;
}
.btn-layout:hover,
.btn-layout:focus {
  background-color: #00a6b6;
  border-color: #00a6b6;
  color: #fff;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  border: solid 1px #00a6b6;
  background-color: transparent;
  color: #00a6b6;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:focus {
  background-color: #00a6b6;
  border-color: #00a6b6;
  color: #fff;
}
.white-btn-layout {
  position: relative;
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #00a6b6;
  border-color: #00a6b6 !important;
  background-color: #00a6b6;
}

.solid-blue-btn-layout {
  color: #fff !important;
  border-color: #1c345e !important;
  background-color: #1c345e !important;
}
.solid-blue-btn-layout:hover,
.solid-blue-btn-layout:focus {
  color: #1c345e !important;
  border-color: #1c345e !important;
  background-color: #fff !important;
}
