/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: #cccccc;
  scroll-behavior: smooth;
}
body {
  max-width: 1920px;
  background-color: #ffffff;
  margin: 0 auto !important;
}
body,
body p {
  color: #4b4a4a !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.7em !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(18px - 2px) !important;
  }
}
body a,
body p a {
  color: blue;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: red;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 1400px;
}
.flex-layout1 .light {
  background-color: #fff;
}
.flex-layout1 .dark {
  background-color: #20438f;
}
.flex_layout_row {
  padding-top: 100px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
  .flex_layout_row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 992px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: #fff;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #20438f;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: #fff;
}
.flex-spacer.dark {
  background-color: #20438f;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
.topbanner,
.no-banner {
  margin-top: 162px;
}
@media (max-width: 992px) {
  .topbanner,
  .no-banner {
    margin-top: 80px;
  }
}
.site-header {
  background-color: white !important;
  max-width: 1920px;
  width: 100%;
  height: 162px;
  box-shadow: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .container {
  max-width: 1400px;
}
@media all and (max-width: 992px) {
  .site-header {
    height: 80px;
  }
}
.site-header img {
  transition: all 0.9s ease-in-out !important;
  opacity: 1;
  margin-top: -45px;
  width: auto;
}
@media all and (max-width: 992px) {
  .site-header img {
    max-height: 40px;
  }
}
@media all and (max-width: 768px) {
  .site-header img {
    margin-top: -10px;
    height: 40px;
  }
}
.site-header.scroll {
  transition: all 0.9s ease-in-out !important;
  height: 80px;
}
@media all and (max-width: 768px) {
  .site-header.scroll {
    height: 80px;
  }
}
.site-header.scroll img {
  height: 40px;
  width: auto;
  transition: all 0.9s ease-in-out !important;
}
body.logged-in .site-header {
  top: 32px;
}
body.error404 .search-form {
  display: none;
}
ul.navbar-nav {
  position: relative;
  margin-right: 2px;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
}
#main-nav .navbar-nav > li > a {
  color: #20438f !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  font-size: 18px !important;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 10px 0.5vw 10px 0.5vw !important;
  margin: 0 0.5vw !important;
}
@media all and (min-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    margin: 0 10px  !important;
    padding: 10px 5px 10px 5px !important;
  }
}
@media all and (max-width: 992px) {
  #main-nav .navbar-nav > li > a {
    display: none;
  }
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: black !important;
  background: none;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:hover,
#main-nav .navbar-nav > .active > a:focus {
  color: #333333;
  border-bottom: 3px solid #20438f;
}
#main-nav .navbar-nav > li:nth-child(5) {
  border-radius: 40px;
}
#main-nav .navbar-nav > li:nth-child(5) a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #33afd5 !important;
  border: 1px solid #33afd5;
  border-radius: 40px;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 15px 38px 15px 28px !important;
  line-height: 1;
  transition: transform 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
#main-nav .navbar-nav > li:nth-child(5) a::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('/wp-content/uploads/2026/02/arrow-right-1.png') no-repeat center;
  background-size: contain;
  pointer-events: none;
}
#main-nav .navbar-nav > li:nth-child(5):hover a {
  background: #fff !important;
  border-color: #33afd5;
  color: #33afd5 !important;
  transform: translate(3px, 3px) !important;
}
@media all and (max-width: 992px) {
  #main-nav .navbar-nav > li:nth-child(5) {
    display: none;
  }
}
.extra-menu-top {
  display: none;
}
.navbar-toggle {
  display: none;
}
ul.dropdown-menu {
  background-color: #eeeeee !important;
  border: 1px solid #cccccc !important;
  border-top: none !important;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 8px;
}
ul.dropdown-menu li.menu-item:hover {
  background: gray;
}
ul.dropdown-menu li.menu-item.current_page_item a {
  color: #333333;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  color: black;
  background: none;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:hover {
  color: black;
  text-decoration: none;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
/* =========================================================
   FOOTER (updated layout: logo left, nav above right two boxes)
   ========================================================= */
.footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #20438f;
  height: auto !important;
  color: #fff;
}
.footer .container {
  max-width: 1400px;
}
.footer p {
  color: #fff !important;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #ccc;
}
.footer a .fab {
  margin: 2px 6px;
  color: white;
  background-color: red;
  display: inline-block;
}
.footer a .fab:hover {
  color: green;
}
.footer .logo {
  margin-top: -20px;
}
@media all and (max-width: 576px) {
  .footer .logo {
    margin-top: 0;
    margin-bottom: 18px;
    text-align: center;
  }
}
@media all and (max-width: 576px) {
  .footer .footer-right {
    text-align: center;
  }
}
.footer .footer-nav {
  text-align: left;
  padding-left: 15px;
}
@media all and (max-width: 576px) {
  .footer .footer-nav {
    text-align: center;
    margin-bottom: 14px;
  }
}
.footer .footer-boxes {
  margin-left: 0;
  margin-right: 0;
}
@media all and (max-width: 576px) {
  .footer .footer-boxes {
    margin-top: 10px;
  }
}
@media all and (max-width: 576px) {
  .footer .footer-box-2 {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 576px) {
  .footer {
    text-align: center;
  }
}
/* =========================================================
   FOOTER MENU (used inside .footer-nav)
   ========================================================= */
.footer-menu {
  position: relative;
}
.footer-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu ul.menu li {
  display: inline-block;
}
.footer-menu ul.menu li a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: inline-block;
  padding: 4px 15px;
  text-decoration: none;
}
.footer-menu ul.menu li a:hover {
  color: #ccc;
}
.footer-menu ul.menu li:first-child a {
  padding-left: 0;
}
/* ---------------------------------------------------------------------- 7. Pages */
.hero-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  height: 817px;
  margin-top: -20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .container {
  max-width: 1400px;
}
.hero-banner .hero-banner-text {
  z-index: 100;
}
.hero-banner .hero-banner-text h1 {
  color: #20438f !important;
  margin-bottom: 0px;
}
.hero-banner .hero-banner-text h2 {
  color: #4c4c4c;
  font-size: 1.5em !important;
  margin-bottom: 20px;
}
.hero-banner .hero-banner-text p {
  margin-bottom: 60px;
}
.hero-banner .hero-banner-text .row {
  align-items: flex-start;
}
.hero-banner .hero-banner-text .form-placeholder {
  background: #fff;
  padding: 40px;
  box-shadow: 5px 5px 30px 2px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.hero-banner .hero-banner-text .form-placeholder p {
  margin: 0 0 14px 0;
}
.hero-banner .hero-banner-text .form-placeholder .textfield {
  margin-bottom: 14px;
}
.hero-banner .hero-banner-text .form-placeholder input[type="text"],
.hero-banner .hero-banner-text .form-placeholder input[type="email"],
.hero-banner .hero-banner-text .form-placeholder input[type="tel"],
.hero-banner .hero-banner-text .form-placeholder textarea {
  width: 100%;
  box-sizing: border-box;
}
.hero-banner .hero-banner-text .form-placeholder textarea {
  min-height: 140px;
  resize: vertical;
}
.hero-banner .hero-banner-text .form-placeholder input.wpcf7-submit {
  background-color: #33afd5;
  color: #fff;
  border: 1px solid #33afd5;
  padding: 10px 24px;
  border-radius: 999px;
  transition: transform 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.hero-banner .hero-banner-text .form-placeholder input.wpcf7-submit:hover {
  background: white;
  color: #33afd5;
  border-color: #33afd5;
  transform: translate(3px, 3px);
}
@media (max-width: 768px) {
  .hero-banner {
    height: auto;
    min-height: 520px;
    background-position: center;
  }
  .hero-banner .hero-banner-text {
    display: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 1450px) {
  .hero-banner {
    background-position: center 50%;
  }
}
@media (min-width: 700px) and (max-width: 1250px) {
  .navbar-brand {
    position: absolute;
    width: 250px;
    height: auto;
    top: -30px;
  }
}
body.home .hero-banner {
  /* Make background behave */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  height: 1108px;
  position: relative;
  overflow: hidden;
  /* ===== Mobile adjustments ===== */
}
body.home .hero-banner .hero-banner-text {
  margin-top: -360px;
}
body.home .hero-banner .hero-banner-text h1 {
  color: #20438f !important;
  font-weight: 600 !important;
  margin-bottom: 5px;
}
body.home .hero-banner .hero-banner-text p.inner-text {
  font-size: 1.2em !important;
  font-weight: 300 !important;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.home .hero-banner {
    height: auto;
    min-height: 520px;
    background-position: center;
  }
  body.home .hero-banner .hero-banner-text {
    display: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 1450px) {
  body.home .hero-banner {
    background-position: center 50%;
  }
}
@media (min-width: 700px) and (max-width: 1250px) {
  body.home .navbar-brand {
    position: absolute;
    width: 250px;
    height: auto;
    top: -30px;
  }
}
body.home .flex-repeater {
  overflow: visible !important;
}
.mobile-hero-text {
  margin-top: -350px;
}
.mobile-hero-text h2 {
  color: #4c4c4c;
  font-size: 1.5em !important;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mobile-hero-text {
    display: none;
  }
}
.mobile-hero-text a.mybutton {
  margin-bottom: -15px !important;
}
body.blog .hero-banner-text h1,
body.blog .hero-banner-text h2.single-blog-header {
  color: white !important;
  font-weight: 400 !important;
  font-size: 1.5em !important;
}
@media (max-width: 576px) {
}
body.blog .hero-banner-text h2,
body.blog .hero-banner-text h3.single-blog-header {
  color: red !important;
  font-size: 2.5em !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #20438f;
  line-height: 1.2 !important;
  margin-bottom: 0;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.5em !important;
}
h2,
.h2 {
  font-size: 2.2em !important;
  color: #fff;
}
h3,
.h3 {
  color: #0388b1;
  font-size: 1.9em !important;
}
h4,
.h4 {
  font-size: 1.7em !important;
  font-weight: 300 !important;
  color: #484848;
}
h5,
.h5 {
  font-size: 1.1em !important;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.8em !important;
  color: red !important;
}
a.mybutton,
p a.mybutton {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 14px;
  width: auto !important;
  max-width: none !important;
  border: 1px solid #33afd5;
  padding: 12px 30px !important;
  border-radius: 40px;
  background: #33afd5;
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 19px;
  line-height: 1.1 !important;
  white-space: nowrap;
}
/* ADD: LIGHT BUTTON VARIANT */
a.mybutton.butlight,
p a.mybutton.butlight {
  background: #d1dfff;
  color: #20438e;
}
p a:hover.mybutton,
a:hover.mybutton {
  background: white;
  color: #33afd5;
  border: 1px solid #33afd5;
  transition: transform 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transform: translate(3px, 3px) !important;
}
p a:hover.mybutton.butlight,
a:hover.mybutton.butlight {
  background: white;
  color: #20438e;
  border: 1px solid white;
}
/* ICON (namespaced) */
a.mybutton .btn-icon,
p a.mybutton .btn-icon {
  display: inline-block !important;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
/* ADD ARROW ICON */
a.mybutton .btn-icon-right {
  background-image: url('/wp-content/uploads/2026/02/arrow-right-1.png');
}
.link-spanner {
  background: rgba(255, 255, 255, 0.1);
}
.link-spanner:hover {
  background: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition-timing-function: ease-in;
  transition: 0.5s;
  border-radius: 20px;
}
.carousel-item {
  height: 35vw;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .carousel-caption {
  bottom: 300px;
}
.carousel-item .carousel-caption h1 {
  color: white;
}
.carousel-indicators {
  text-align: left;
}
.carousel-indicators .active {
  background-color: red !important;
}
h2.entry-title {
  border: none;
}
h2.entry-title a {
  color: #20438f !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
h1.entry-title {
  color: #20438f !important;
  border: none;
}
.entry-meta {
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
}
#primary .post-thumbnail {
  margin-top: 20px;
}
.comments-area {
  display: none;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: red;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  color: blue;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: green;
  background: none;
}
body.woocommerce-page h1.page-title {
  font-size: 40px;
  color: red;
}
body.woocommerce-page h1.entry-title {
  color: orange;
  font-size: 30px;
}
body.woocommerce-page h2 {
  color: violet;
  font-size: 30px;
}
body.woocommerce-page h3 {
  color: black;
}
form.wpcf7-form {
  width: 94%;
}
form.wpcf7-form .textfield input,
form.wpcf7-form .textfield textarea {
  background-color: transparent;
  color: #333333 !important;
  padding: 20px 8px !important;
  width: 99%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
form.wpcf7-form .textfield textarea {
  max-height: 100px;
  width: 99%;
  padding: 10px 8px !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
}
form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid red !important;
  color: red;
  font-weight: 600;
}
form.wpcf7-form input.wpcf7-submit {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px !important;
  color: black;
  font-weight: 600;
  font-size: 0.9em;
}
form.wpcf7-form input.wpcf7-submit:hover {
  color: white;
  background: black;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: right;
}
.overlay .container {
  margin-top: -500px;
  /* -------------------------------------------------
     REAL GAP BETWEEN THE TWO COLS (NO WRAP)
     ------------------------------------------------- */
  /* -------------------------------------------------
     YOUR EXISTING CARD STYLES (UNCHANGED)
     ------------------------------------------------- */
  /* -------------------------------------------------
     CLOSE THE GAP ON STACKED (under 1200px / @screen-xl)
     ------------------------------------------------- */
}
@media (max-width: 768px) {
  .overlay .container {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .overlay .container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-left: 0;
    margin-right: 0;
  }
  .overlay .container .row > .flex-repeater-cell {
    float: none;
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .overlay .container .row {
    display: block;
  }
  .overlay .container .row > .flex-repeater-cell {
    width: 100%;
    max-width: 100%;
  }
}
.overlay .container .blue-gradient,
.overlay .container .green-gradient {
  position: relative;
  padding: 90px 130px !important;
  border-radius: 18px;
  z-index: 1;
}
.overlay .container .blue-gradient h2,
.overlay .container .green-gradient h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.overlay .container .blue-gradient h2 img,
.overlay .container .green-gradient h2 img {
  flex-shrink: 0;
  width: 78px;
  height: 78px;
}
.overlay .container .blue-gradient p,
.overlay .container .green-gradient p {
  color: #fff !important;
}
.overlay .container .blue-gradient::before,
.overlay .container .green-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  z-index: -1;
}
.overlay .container .blue-gradient::before {
  background: linear-gradient(180deg, rgba(32, 67, 143, 0.9) 0%, rgba(86, 129, 222, 0.9) 100%);
}
.overlay .container .green-gradient::before {
  background: linear-gradient(180deg, rgba(1, 113, 147, 0.9) 0%, rgba(51, 175, 213, 0.9) 100%);
}
.overlay .container .mybutton {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .overlay .container .row > .flex-repeater-cell {
    margin-bottom: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .overlay .container .blue-gradient,
  .overlay .container .green-gradient {
    padding: 40px 28px !important;
  }
  .overlay .container .blue-gradient {
    margin-bottom: 0 !important;
  }
}
.home-three-boxes {
  background-position: center;
  background-size: 100% 100%;
}
@media all and (max-width: 992px) {
  .home-three-boxes .boxes {
    margin-bottom: 30px !important;
  }
}
.home-three-boxes p {
  font-size: 16px !important;
}
@media all and (max-width: 992px) {
  .home-three-boxes {
    margin-top: 120px;
    padding-bottom: 190px !important;
  }
}
@media all and (min-width: 992px) {
  .home-three-boxes {
    padding-bottom: 190px !important;
  }
}
.home-three-boxes .middle {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 992px) {
  .home-three-boxes .middle {
    position: absolute;
    margin-top: 50px;
    height: 0px !important;
  }
}
.home-three-boxes .middle h2 {
  color: #0388b1 !important;
  font-size: 2em !important;
}
.home-three-boxes .middle h6 {
  color: #37616f !important;
  text-align: center;
  text-transform: uppercase;
}
.home-three-boxes .topbox,
.home-three-boxes .bottombox {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 30px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  color: inherit;
  filter: none;
}
.home-three-boxes .topbox::before,
.home-three-boxes .bottombox::before {
  display: none;
}
.home-three-boxes .topbox h3,
.home-three-boxes .bottombox h3 {
  color: #0388b1 !important;
  font-size: 1.6em !important;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}
.home-three-boxes .topbox {
  margin-bottom: 90px;
}
@media all and (max-width: 992px) {
  .home-three-boxes .topbox {
    margin-top: 300px;
  }
}
@media all and (min-width: 992px) {
  .home-three-boxes .bottombox {
    margin-top: 200px;
  }
}
@media all and (max-width: 992px) {
  .home-three-boxes .bottombox {
    margin-bottom: 200px;
  }
}
@media all and (max-width: 992px) {
  .home-three-boxes .left {
    margin-bottom: -150px !important;
  }
  .home-three-boxes .right {
    margin-top: -150px !important;
  }
}
@media all and (min-width: 992px) {
  .our-values {
    padding-right: 150px;
    padding-left: 150px;
  }
}
.our-values h4 {
  text-align: center;
}
.our-values h2 {
  text-align: center;
  font-weight: 400;
  color: #20438f;
}
@media all and (max-width: 992px) {
  .our-values h2 {
    font-size: 2em !important;
  }
}
.subpage-2-across {
  margin-top: -30px;
}
.subpage-2-across h3 {
  color: #20438f;
  font-weight: 600;
  font-size: 1.5em !important;
}
.subpage-2-across-bottom {
  margin-bottom: -90px;
}
@media all and (min-width: 992px) {
  .pad-left .left {
    padding-right: 90px;
  }
}
.special-background {
  height: 693px;
}
.special-background .container {
  margin-top: 250px;
  margin-bottom: 100px;
}
.career-mid-banner {
  height: 446px;
}
.flex-repeater {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}
.flex-repeater .container,
.flex-repeater .row {
  position: relative;
  z-index: 1;
}
.flex-repeater .container > .row {
  margin-left: -22px;
  margin-right: -22px;
}
.flex-repeater .flex-box.flex-repeater-cell {
  padding-left: 22px !important;
  padding-right: 22px !important;
  margin-bottom: 30px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.flex-repeater .flex-box > .inner-card {
  background: #fff;
  border-radius: 30px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.06), 0 10px 25px rgba(0, 0, 0, 0.04);
}
.careers-repeater h3 {
  font-size: 1.5em !important;
}
.careers-repeater p {
  font-size: 15px !important;
}
/* =========================================================
   HOMEPAGE 2-UP "OVERLAY" REPEATER OVERRIDES
   (wins against .flex-repeater global rules)
   ========================================================= */
.overlay.flex-repeater {
  overflow: visible !important;
}
.overlay.flex-repeater .container > .row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-left: 0;
  margin-right: 0;
}
/* Override the global cell padding/margins for homepage only */
.overlay.flex-repeater .flex-box.flex-repeater-cell {
  padding-left: 60px !important;
  padding-right: 60px !important;
  /* 2-across sizing with gap */
  float: none;
  flex: 0 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
  width: calc(50% - 16px);
}
@media (max-width: 768px) {
  .overlay.flex-repeater .flex-box.flex-repeater-cell {
    padding: 30px !important;
  }
}
/* Stack on small screens (raise breakpoint to LG) */
@media (max-width: 1200px) {
  .overlay.flex-repeater .container > .row {
    gap: 30px;
  }
  .overlay.flex-repeater .flex-box.flex-repeater-cell {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .overlay.flex-repeater .flex-box.flex-repeater-cell {
    padding: 30px !important;
  }
}
/* Only do 2-across on screens larger than LG */
@media (min-width: 1201px) {
  .overlay.flex-repeater .flex-box.flex-repeater-cell {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    width: calc(50% - 16px);
  }
}
/* Put your card padding back (it was being overridden) */
.overlay.flex-repeater .blue-gradient,
.overlay.flex-repeater .green-gradient {
  padding: 50px 90px !important;
  background: transparent !important;
}
.career-2-across .right p {
  font-size: 15px !important;
}
@media all and (max-width: 992px) {
  .career-2-across .career-box-left a.mybutton {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 992px) {
  .career-2-across .career-box-right p.top {
    margin-bottom: 60px;
  }
}
