@charset "UTF-8";
/*
Theme Name: Verve Group
Theme URI: https://envyus.com.au/
Author: Envy Us
Author URI: https://envyus.com.au/
Description: Verve Group 2025
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: minimal, simple, responsive
Text Domain: 
*/
@import url("https://use.typekit.net/nhp4qba.css");
.bg-grey {
  background-color: #F0F0EE;
}

.bg-tealGrad {
  background: #267689;
  background: linear-gradient(180deg, rgba(38, 118, 137, 0.6) 50%, rgba(38, 118, 137, 0) 100%);
}

.text-orange {
  color: #F8991C;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.614rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 60.5%;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 56.1%;
  }
}
h1 {
  font-family: "neue-kabel", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.4rem;
  color: #F8991C;
  line-height: 100%;
  margin-bottom: 20px;
}

h2 {
  font-family: "neue-kabel", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
  color: #F8991C;
  line-height: 100%;
  margin-bottom: 20px;
}

h3 {
  font-family: "neue-kabel", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  color: #F8991C;
  line-height: 100%;
  margin-bottom: 20px;
}

h4 {
  font-family: "neue-kabel", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  color: #F8991C;
  line-height: 100%;
  margin-bottom: 20px;
}

h5 {
  font-family: "neue-kabel", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #F8991C;
  line-height: 100%;
  margin-bottom: 20px;
}

h6 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  color: #F8991C;
  line-height: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  h1 {
    font-size: calc(5.4rem * 0.9);
  }
  h2 {
    font-size: calc(4.8rem * 0.9);
  }
  h3 {
    font-size: calc(3.6rem * 0.9);
  }
  h4 {
    font-size: calc(2.8rem * 0.9);
  }
  h5 {
    font-size: calc(2.5rem * 0.9);
  }
  h6 {
    font-size: calc(2.2rem * 0.9);
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: calc(5.4rem * 0.85);
  }
  h2 {
    font-size: calc(4.8rem * 0.85);
  }
  h3 {
    font-size: calc(3.6rem * 0.85);
  }
  h4 {
    font-size: calc(2.8rem * 0.85);
  }
  h5 {
    font-size: calc(2.5rem * 0.85);
  }
  h6 {
    font-size: calc(2.2rem * 0.85);
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: calc(5.4rem * 0.8);
  }
  h2 {
    font-size: calc(4.8rem * 0.8);
  }
  h3 {
    font-size: calc(3.6rem * 0.8);
  }
  h4 {
    font-size: calc(2.8rem * 0.8);
  }
  h5 {
    font-size: calc(2.5rem * 0.8);
  }
  h6 {
    font-size: calc(2.2rem * 0.8);
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: calc(5.4rem * 0.75);
  }
  h2 {
    font-size: calc(4.8rem * 0.75);
  }
  h3 {
    font-size: calc(3.6rem * 0.75);
  }
  h4 {
    font-size: calc(2.8rem * 0.75);
  }
  h5 {
    font-size: calc(2.5rem * 0.75);
  }
  h6 {
    font-size: calc(2.2rem * 0.75);
  }
}
.contentBox a:not(.btn) {
  color: #F8991C;
  cursor: pointer !important;
  text-decoration: none;
}
.contentBox a:not(.btn):hover {
  color: #F8991C;
  text-decoration: underline;
}
.contentBox h1,
.contentBox h2,
.contentBox h3,
.contentBox h4,
.contentBox h5 {
  margin: 0 0 0.9rem 0;
  color: #345660;
  line-height: 100%;
  font-family: "neue-kabel", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*
███████  ██████  ███    ██ ████████      █████  ██     ██ ███████ ███████  ██████  ███    ███ ███████
██      ██    ██ ████   ██    ██        ██   ██ ██     ██ ██      ██      ██    ██ ████  ████ ██
█████   ██    ██ ██ ██  ██    ██        ███████ ██  █  ██ █████   ███████ ██    ██ ██ ████ ██ █████
██      ██    ██ ██  ██ ██    ██        ██   ██ ██ ███ ██ ██           ██ ██    ██ ██  ██  ██ ██
██       ██████  ██   ████    ██        ██   ██  ███ ███  ███████ ███████  ██████  ██      ██ ███████

*/
.fa-brands fa-linkedin-in, .fa-brands fa-instagram, .fa-brands fa-twitter, .fa-brands fa-facebook-f, .fa-solid fa-envelope, [class^=fa-] {
  color: #000;
  font-size: 2.7rem;
  margin-right: 10px;
  transition: color 0.4s, transform 0.4s;
}
.fa-brands fa-linkedin-in:hover, .fa-brands fa-instagram:hover, .fa-brands fa-twitter:hover, .fa-brands fa-facebook-f:hover, .fa-solid fa-envelope:hover, [class^=fa-]:hover {
  color: #CCE7F5;
  transform: translateY(1px);
}

#social-icons-lightmode .fa-brands,
#social-icons-lightmode .fa-solid {
  color: #fff;
}
#social-icons-lightmode .fa-brands:hover,
#social-icons-lightmode .fa-solid:hover {
  color: #FF9606;
}

.fa {
  font-size: 2.7rem;
}

.fa-expand {
  font-size: 2.7rem;
}

.carousel {
  position: relative;
}

.carousel {
  overflow: hidden;
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 70%;
  left: 0;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
}

.carousel-caption h1 {
  color: #fff;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);
  font-size: 7rem;
  padding-left: 60px;
}

/* Small screens use portrait */
@media (max-width: 992px) {
  .carousel-caption h1 {
    font-size: 5rem;
    padding-left: 20px;
  }
}
.itemSlide {
  background-size: cover;
  background-position: center;
  background-image: var(--bg-large); /* default to large */
}

/* Small screens use portrait */
@media (max-width: 767px) {
  .itemSlide {
    background-image: var(--bg-small);
  }
}
/* 
███████ ███████  █████  ██████   ██████ ██   ██
██      ██      ██   ██ ██   ██ ██      ██   ██
███████ █████   ███████ ██████  ██      ███████
     ██ ██      ██   ██ ██   ██ ██      ██   ██
███████ ███████ ██   ██ ██   ██  ██████ ██   ██


██   ██ ████████ ███    ███ ██      ███████
██   ██    ██    ████  ████ ██      ██
███████    ██    ██ ████ ██ ██      ███████
██   ██    ██    ██  ██  ██ ██           ██
██   ██    ██    ██      ██ ███████ ███████


*/
input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  box-sizing: content-box;
  font-family: inherit;
  font-size: 2.1rem;
  color: #ffffff;
  /* Set input text color to white */
  /* Use a white SVG icon */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23232663'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E") no-repeat 9px center;
  background-size: 18px 18px;
  background-color: rgba(255, 255, 255, 0.75);
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  padding: 0 10px 0 32px;
  /* Adjusted padding for icon */
  width: 70%;
  transition: all 0.5s;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type=search]:focus {
  width: 100%;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  /* Ensure input text color remains white on focus */
  /* Keep the white icon on focus */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23232663'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 9px center;
  background-size: 18px 18px;
}

.search-form .search-submit {
  display: none;
}

.accordion-body {
  color: #345660 !important;
  padding: 20px;
}

.accordion-item,
.accordion,
.accordion-button.collapsed,
.accordion-header {
  background: none !important;
}

.accordion-button {
  background: none !important;
  color: #345660 !important;
  font-size: 22px;
}

.accordion,
.accordion-body,
.accordion-collapse {
  border: none !important;
}

.accordion-item {
  border: 1px solid #345660 !important;
  border-radius: 20px !important;
}

h2.accordion-header button {
  font-size: 30px;
  line-height: 0;
  padding: 30px 20px;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-header.open {
  background-color: #345660 !important;
  color: #000;
  border: none;
}

.accordion-header.open .accordion-button {
  color: #F8991C !important;
}

.nf-field-label label, .nf-label-span {
  font-family: "neue-kabel", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nf-field-element input, .nf-field-element textarea, .pikaday__container input {
  border: 2px solid #F8991C;
  border-radius: 40px !important;
  padding: 10px 20px;
}

.borderRadius40 {
  border-radius: 40px;
}

.borderRadius100TopLeft {
  border-top-left-radius: 100px;
}

/* Default (desktop / larger screens) */
.curved-image {
  border-radius: 40px; /* .borderRadius40 */
}

/* Mobile / portrait version */
@media (max-width: 767px) {
  .curved-image {
    border-radius: 0; /* reset all */
    border-top-left-radius: 100px; /* .borderRadius100TopLeft */
  }
}
.zForward {
  z-index: 99;
}

.dec-none {
  text-decoration: none !important;
}

.pt-100 {
  padding-top: 100px;
}

.spacer100 {
  height: 100px;
}

.spacer150 {
  height: 150px;
}

.mt-10 {
  margin-top: 80px;
}

.mb-10 {
  margin-bottom: 80px;
}

.pt-10 {
  padding-top: 80px !important;
}

.pb-10 {
  padding-bottom: 80px !important;
}

.posRel {
  position: relative;
}

.zedOne {
  position: relative;
  z-index: 1;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
  display: inline-block; /* shrink-wrap to image width */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: grid; /* front/back match height automatically */
  grid-template-areas: "front";
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

@media (hover: hover) and (pointer: fine) {
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
}
.flip-card-front,
.flip-card-back {
  grid-area: front; /* stack in same cell */
  position: relative;
  width: 100%;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-back {
  border-top-right-radius: 100px;
}

.flip-card-front img {
  display: block;
  width: 100%; /* image width defines card width */
  height: auto; /* image height adjusts automatically */
  border-top-left-radius: 100px;
}

.flip-card-back {
  background-color: #F8991C;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

/* Animated Hamburger */
.animated-icon1 {
  width: 25px;
  height: 18px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 8px;
}

.animated-icon1 span:nth-child(3) {
  top: 16px;
}

.animated-icon1.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

.animate-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-card.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .animate-card:nth-child(1).visible {
    transition-delay: 0.1s;
  }
  .animate-card:nth-child(2).visible {
    transition-delay: 0.3s;
  }
  .animate-card:nth-child(3).visible {
    transition-delay: 0.5s;
  }
  .animate-card:nth-child(4).visible {
    transition-delay: 0.7s;
  }
  .animate-card:nth-child(5).visible {
    transition-delay: 0.9s;
  }
  .animate-card:nth-child(6).visible {
    transition-delay: 1.1s;
  }
  .animate-card:nth-child(7).visible {
    transition-delay: 1.3s;
  }
  .animate-card:nth-child(8).visible {
    transition-delay: 1.5s;
  }
  .animate-card:nth-child(9).visible {
    transition-delay: 1.7s;
  }
  .animate-card:nth-child(10).visible {
    transition-delay: 1.9s;
  }
  .animate-card:nth-child(11).visible {
    transition-delay: 2.1s;
  }
  .animate-card:nth-child(12).visible {
    transition-delay: 2.3s;
  }
  .animate-card:nth-child(13).visible {
    transition-delay: 2.5s;
  }
  .animate-card:nth-child(14).visible {
    transition-delay: 2.7s;
  }
  .animate-card:nth-child(15).visible {
    transition-delay: 2.9s;
  }
  .animate-card:nth-child(16).visible {
    transition-delay: 3.1s;
  }
  .animate-card:nth-child(17).visible {
    transition-delay: 3.3s;
  }
  .animate-card:nth-child(18).visible {
    transition-delay: 3.5s;
  }
  .animate-card:nth-child(19).visible {
    transition-delay: 3.7s;
  }
  .animate-card:nth-child(20).visible {
    transition-delay: 3.9s;
  }
  .animate-card:nth-child(21).visible {
    transition-delay: 4.1s;
  }
  .animate-card:nth-child(22).visible {
    transition-delay: 4.3s;
  }
  .animate-card:nth-child(23).visible {
    transition-delay: 4.5s;
  }
  .animate-card:nth-child(24).visible {
    transition-delay: 4.7s;
  }
  .animate-card:nth-child(25).visible {
    transition-delay: 4.9s;
  }
  .animate-card:nth-child(26).visible {
    transition-delay: 5.1s;
  }
  .animate-card:nth-child(27).visible {
    transition-delay: 5.3s;
  }
  .animate-card:nth-child(28).visible {
    transition-delay: 5.5s;
  }
  .animate-card:nth-child(29).visible {
    transition-delay: 5.7s;
  }
  .animate-card:nth-child(30).visible {
    transition-delay: 5.9s;
  }
}
@media (max-width: 767.98px) {
  .animate-card.visible {
    transition-delay: 0s !important;
  }
}
.mapScript {
  overflow: hidden;
}

.mapScript iframe {
  width: 100% !important;
  height: 300px;
}

.bg-gradient_solid {
  /* background: var(--primary-gradient); */
  background-image: url("img/timeline-background-image.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-image: linear-gradient(red, yellow, green); */
  padding: 48px 0 400px 0;
}

.steps {
  position: relative;
  margin-top: 48px;
}

.steps::after {
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 20px;
  background-color: #F8991C;
  background-size: 100% auto;
  background-repeat: repeat-y;
  opacity: 0.9;
  top: 0;
  bottom: 0;
  left: 49%;
}

.steps-container {
  position: relative;
  background-color: inherit;
  width: calc(50% + 30px);
  display: flex;
  z-index: 999;
}

.steps-container .content {
  padding: 32px;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  border-radius: 12px 12px 12px 12px;
  /* box-shadow: 0px 16px 27px rgb(0 11 30 / 10%); */
}

.steps .steps-container:nth-child(even) {
  left: calc(50% - 32px);
  flex-direction: row-reverse;
}

.steps .steps-container .date {
  margin-bottom: 10px;
  width: 62px;
  height: 62px;
  /* background-color: var(--primary); */
  background-color: #3198BB;
  font-size: 3rem;
  font-weight: bold;
  color: #fff !important;
  border-radius: 50%;
  flex-shrink: 0;
  /* align-items: center;
  display: flex;
  justify-content: center;  */
  z-index: 10;
  box-shadow: 0px 16px 27px rgba(0, 11, 30, 0.1);
  border: 0px solid #525252;
  position: relative;
  top: -6px;
  padding-top: 5px;
}

.step-line {
  width: 40px;
  background-color: var(--primary);
  height: 10px;
  margin-top: 31px;
  opacity: 0;
  flex-shrink: 0;
}

.block-content {
  position: relative;
  top: -6%;
  background-color: #F0F0EE;
}

/* .event-image {
    box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
} */
.secondary-image {
  height: 70px;
  width: auto;
}

.image-float {
  min-height: 100%;
}

.steps-container:nth-child(odd) .image-float {
  /* background-color: yellow; */
  position: relative;
  left: 140%;
  top: -76%;
  margin-bottom: -54%;
  transform: rotate(0deg);
  /* transition: 5s; */
}

.steps-container:nth-child(even) .image-float {
  /* background-color: #1c4269; */
  position: relative;
  right: 140%;
  top: -80.4%;
  margin-bottom: -60%;
  transform: rotate(0deg);
  /* transition: 5s; */
}

.block-content {
  position: relative;
  top: -10%;
}

@media (max-width: 1200px) {
  .image-float {
    min-height: 320px;
  }
  .steps-container:nth-child(odd) .image-float {
    left: 160%;
    top: -84%;
  }
  .steps-container:nth-child(even) .image-float {
    right: 160%;
    top: -90%;
  }
}
@media (max-width: 992px) {
  .event-name {
    font-size: 1rem !important;
    font-weight: 600 !important;
  }
  .image-float {
    min-height: 240px;
  }
  .steps-container:nth-child(odd) .image-float {
    left: 194%;
    top: -72%;
    /* background-color: yellow; */
  }
  .steps-container:nth-child(even) .image-float {
    right: 194%;
    top: -75%;
    /* background-color: green; */
  }
  .block-content {
    position: relative;
    top: -6%;
  }
}
@media (max-width: 767px) {
  .steps {
    margin-top: 60px;
    /* background-color: red; */
  }
  .steps::after {
    left: 18px;
  }
  .steps-container {
    left: 0;
    flex-direction: row-reverse;
    width: auto;
    margin-bottom: 16px;
    /* background-color: bisque; */
  }
  .steps .steps-container:nth-child(even) {
    left: 0;
  }
  .image-float {
    min-height: 140px;
  }
  .steps-container:nth-child(odd) .image-float {
    left: 0%;
    top: 0%;
    margin-bottom: 0%;
    /* background-color: #1c4269; */
  }
  .steps-container:nth-child(even) .image-float {
    right: 0%;
    top: 0%;
    margin-bottom: 0%;
    /* background-color: aqua; */
  }
  .block-content {
    position: relative;
    top: -4.8%;
  }
}
body {
  overflow-x: hidden;
}

.masked-img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: inset(15% 5% 0 5% round 3%/5%);
  -webkit-clip-path: inset(15% 5% 0 5% round 3%/5%);
}

.tealBg {
  position: absolute;
  width: 100%;
  height: 75%;
  background-color: #267689;
  top: 0;
  opacity: 0.5;
}

.whiteBg {
  position: absolute;
  width: 100%;
  height: 25%;
  background-color: #fff;
  bottom: 0;
}

p {
  margin: 0;
  margin-bottom: 2rem;
}

header {
  background: transparent;
  transition: background-color 0.4s ease;
  position: fixed;
  top: 0;
  z-index: 9999;
}

header.scrolled {
  background-color: rgba(52, 86, 96, 0.8);
}

header.noBanner {
  background-image: url("images/headerBg.png");
  background-size: cover;
}

.sticky {
  transform: rotate(-90deg);
  right: 27px;
  top: 200px;
  position: fixed;
  transform-origin: right top;
  z-index: 1;
}

.sticky .button-bar-button {
  background-color: #F8991C;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
}

@media only screen and (max-width: 576px) {
  .sticky {
    right: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .sticky {
    transform: none;
    right: auto;
    top: auto;
    bottom: 0;
    position: fixed;
    display: inline-flex;
    z-index: 9999;
  }
}
/*
██ ███    ███  █████   ██████  ███████ ███████
██ ████  ████ ██   ██ ██       ██      ██
██ ██ ████ ██ ███████ ██   ███ █████   ███████
██ ██  ██  ██ ██   ██ ██    ██ ██           ██
██ ██      ██ ██   ██  ██████  ███████ ███████


*/
/* WordPress Image Alignments */
.aligncenter,
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft,
.align-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright,
.align-right {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

/* WordPress Captions */
.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}

.wp-caption.aligncenter,
.wp-caption.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-caption.alignleft,
.wp-caption.align-left {
  margin-right: 1em;
}

.wp-caption.alignright,
.wp-caption.align-right {
  margin-left: 1em;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  margin: 0.5em 0;
  font-size: 1.4rem;
  color: #3D3E3E;
  text-align: center;
}

/* Clear floats after aligned items */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 576px) {
  .alignleft,
  .alignright,
  .align-left,
  .align-right {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
/*
███    ███ ███████ ███    ██ ██    ██ ███████
████  ████ ██      ████   ██ ██    ██ ██
██ ████ ██ █████   ██ ██  ██ ██    ██ ███████
██  ██  ██ ██      ██  ██ ██ ██    ██      ██
██      ██ ███████ ██   ████  ██████  ███████


*/
/* Main Menu */
/* MENU ITEMS */
.menu-item a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.63rem;
  line-height: 1.1;
  text-decoration: none;
  color: #fff !important;
  text-transform: uppercase;
  display: inline;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px !important;
  padding-right: 10px !important;
}

/* Add pipe separators between top-level menu items only */
/* Ensure dropdown menu items don't have separators */
.dropdown-menu .dropdown-item::after,
.dropdown-menu .menu-item::after {
  content: none;
  display: none;
}

.nav-link .active {
  color: #F8991C !important;
}

.menu-item a:link {
  color: #fff;
  text-decoration: none;
}

.menu-item a:hover {
  color: #3D3E3E;
  text-decoration: none;
}

.menu-item a:active {
  color: #333;
  /* Changed from white to dark gray */
  text-decoration: none;
}

.menu-item a:visited {
  color: #333;
  /* Changed from white to dark gray */
  text-decoration: none;
}

.menu-item.current-menu-item > a {
  color: #F8991C !important;
}

.menu-item.current-menu-ancestor > a {
  color: #F8991C !important;
}

.dropdown-menu {
  width: auto !important;
  min-width: 200px !important;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  text-align: left;
  list-style: none;
  background: #3D3E3E;
  background-clip: padding-box;
  border-radius: 0.25rem;
  color: #3D3E3E !important;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-divider {
  display: none;
}

.dropdown-menu .dropdown-item {
  color: #FFFFFF !important;
  margin: 0 !important;
  border-bottom: none !important;
  width: 100% !important;
  display: block;
}

.dropdown-menu .dropdown-item a {
  color: #3D3E3E !important;
  padding: 0.25rem 1rem;
  display: block;
  width: 100%;
  border-bottom: none !important;
}

.dropdown-menu .dropdown-item.hover,
.dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: #F8991C !important;
  color: #fff !important;
  width: 100% !important;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: #3D3E3E !important;
  text-decoration: none;
  background-color: #3D3E3E;
}

.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #3D3E3E;
}

/* Super Menu (Secondary navigation) */
#super-menu ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#super-menu li {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  position: relative;
  /* Needed for the separator positioning */
  padding: 0 9px;
}

/* Add vertical line separator to the right of all items */
#super-menu li::after {
  content: "|";
  position: absolute;
  right: -6px;
  top: 45%;
  transform: translateY(-50%);
  color: #3D3E3E;
}

/* Add vertical line separator to the left of the first item */
#super-menu li:first-child::before {
  content: "|";
  position: absolute;
  left: -6px;
  top: 45%;
  transform: translateY(-50%);
  color: #3D3E3E;
}

#super-menu a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
#super-menu a:link {
  color: #3D3E3E;
}
#super-menu a:visited {
  color: #3D3E3E;
}
#super-menu a:hover {
  color: #fff;
}
#super-menu a:active {
  color: #FFA500;
}

/* Footer Menu */
#footer-menu ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 12px 0 0 0;
}

#footer-menu li {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  position: relative;
  color: #fff;
  margin: 0 0 6px 0;
  padding: 0;
}

#footer-menu a {
  text-decoration: none;
  color: inherit;
  text-transform: capitalize;
}
#footer-menu a:link {
  color: #ffffff;
}
#footer-menu a:visited {
  color: #ffffff;
}
#footer-menu a:hover {
  color: #F8991C;
}
#footer-menu a:active {
  color: #F8991C;
}

/*
██████  ██    ██ ████████ ████████  ██████  ███    ██ ███████
██   ██ ██    ██    ██       ██    ██    ██ ████   ██ ██
██████  ██    ██    ██       ██    ██    ██ ██ ██  ██ ███████
██   ██ ██    ██    ██       ██    ██    ██ ██  ██ ██      ██
██████   ██████     ██       ██     ██████  ██   ████ ███████

*/
.btn-orange, .nf-form-cont .nf-form-content .nf-field-element input[type=button],
.nf-form-cont .nf-form-content .nf-field-element input[type=submit], #mc_embed_signup input[type=submit] {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 11%;
  border: 2px solid #F8991C;
  border-radius: 20px;
  margin: 0 3px;
  padding: 5px 20px;
  background-color: #F8991C;
  color: #fff;
  line-height: 130%;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}
.btn-orange:hover, .nf-form-cont .nf-form-content .nf-field-element input[type=button]:hover,
.nf-form-cont .nf-form-content .nf-field-element input[type=submit]:hover, #mc_embed_signup input[type=submit]:hover {
  border-color: #F8991C;
  background-color: #F8991C;
  color: #fff;
}
.btn-orange:hover, .nf-form-cont .nf-form-content .nf-field-element input[type=button]:hover,
.nf-form-cont .nf-form-content .nf-field-element input[type=submit]:hover, #mc_embed_signup input[type=submit]:hover {
  color: #F8991C;
  background-color: #FFFFFF;
}

.btn-blue {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 11%;
  border: 2px solid #345660;
  border-radius: 20px;
  margin: 0 3px;
  padding: 5px 20px;
  background-color: #345660;
  color: #fff;
  line-height: 130%;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}
.btn-blue:hover {
  border-color: #345660;
  background-color: #345660;
  color: #fff;
}
.btn-blue:hover {
  color: #345660;
  background-color: #FFFFFF;
}

.offsetLeft {
  margin-left: -100px;
  padding: 40px 40px 40px 100px;
  position: relative;
  z-index: 0;
}

.offsetRight {
  margin-right: -100px;
  padding: 40px 100px 40px 40px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .offsetLeft, .offsetRight {
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
}
.blueTomb {
  background-color: #3198BB;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.backgroundBanner {
  background-size: cover;
  padding: 60px 40px 0 40px;
  border-top-left-radius: 100px;
}

.iconCard .inner h3 {
  color: #ffffff;
}

.iconCard:nth-child(3n+1) .inner {
  background-color: #267689;
}
.iconCard:nth-child(3n+1) .iconCirc {
  background-color: #F8991C;
}

.iconCard:nth-child(3n+2) .inner {
  background-color: #F8991C;
}
.iconCard:nth-child(3n+2) .iconCirc {
  background-color: #267689;
}

.iconCard:nth-child(3n+3) .inner {
  background-color: #3198BB;
}
.iconCard:nth-child(3n+3) .iconCirc {
  background-color: #F8991C;
}

.iconCard .inner {
  height: 100%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.iconCard .iconCirc {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.iconCard .iconCirc img {
  width: 60%;
  height: auto;
}

.block-image-banner + .block-cards {
  margin-top: 0 !important;
}

.twoCount {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.blueBase {
  background-color: #345660;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.stageCardImg {
  margin-top: -150px;
  width: 300px;
  height: auto;
}

@media only screen and (max-width: 992px) {
  .stageCardImg {
    width: 200px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .stageCardImg {
    margin-top: 20px;
    width: 100%;
  }
}
/* Small Devices, Tablets */
.stageCard {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  border-top-left-radius: 80px;
  padding: 60px 60px 40px 60px;
  margin-bottom: 50px;
}

.stageCard:nth-child(3n+1) {
  border: 1px solid #267689;
  box-shadow: -20px 19px 0px 0px #267689;
  -webkit-box-shadow: -20px 19px 0px 0px #267689;
  -moz-box-shadow: -20px 19px 0px 0px #267689;
}
.stageCard:nth-child(3n+1) h3 {
  color: #267689;
}

.stageCard:nth-child(3n+2) {
  border: 1px solid #F8991C;
  box-shadow: -20px 19px 0px 0px #F8991C;
  -webkit-box-shadow: -20px 19px 0px 0px #F8991C;
  -moz-box-shadow: -20px 19px 0px 0px #F8991C;
}
.stageCard:nth-child(3n+2) h3 {
  color: #F8991C;
}

.stageCard:nth-child(3n+3) {
  border: 1px solid #3198BB;
  box-shadow: -20px 19px 0px 0px #3198BB;
  -webkit-box-shadow: -20px 19px 0px 0px #3198BB;
  -moz-box-shadow: -20px 19px 0px 0px #3198BB;
}
.stageCard:nth-child(3n+3) h3 {
  color: #3198BB;
}

.cardBorder {
  border-radius: 40px;
  border: 1px solid #345660;
  padding: 80px;
}

footer {
  background-color: #345660;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-menu {
  padding: 0;
  margin: 0;
}

.footer-menu li, footer .footer-menu li a {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.siteCredits {
  border-top: 1px solid #fff;
  font-size: 1.3rem;
}

.topcurve {
  width: 100%;
  height: 50px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #fff;
}

.bg-grey + footer .topcurve {
  background-color: #F0F0EE;
}

.block-cards + footer .topcurve {
  background-color: #345660;
}

.bg-grey:has(+ footer), .bg-grey:has(+ footer) .blueBase {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-bottom: 0 !important;
}

.bg-grey:has(+ footer) .container {
  padding-bottom: 0 !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {
  .menu-item a {
    font-size: 1.2rem;
    padding: 0 8px !important;
  }
  .dropdown-menu .dropdown-item {
    font-size: 1.63rem;
    padding: 7px 12px !important;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .menu-item a {
    font-size: 1.63rem;
    padding: 7px 12px !important;
  }
  .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
  }
  .navbar-collapse {
    background-color: #345660;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
  }
  .navbar-collapse .btn {
    margin: 10px 0 0 0 !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 0;
  }
  .carousel-caption {
    top: 50%;
    padding: 0 40px;
  }
  .mt-10 {
    margin-top: 40px;
  }
  .twoCount {
    -moz-column-count: 1;
         column-count: 1;
  }
}
/* Small Devices, Tablets *//*# sourceMappingURL=style.css.map */