.breadcrumb-wrap-standard li {
    display: inline-block;
}
.accordion-button:focus, .accordion-button:hover {
    z-index: 3;
    outline: 0;
    box-shadow: none;
    border:0;
}
.breadcrumb-wrap-standard li a{
    color : #fff;
    font-size:18px;
}
.breadcrumb-wrap-standard li+li:before {
    padding-right: 5px !important;
}
.hero__headline::after {
  background-color: #f0bd1b;
  content: "";
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 5px;
  width: 36%;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feature-title-standard {
  color: #1a475f;
}
.feature-title-standard {
  font-style: normal;
  font-weight: 300;
}
.pillar-grid-module .pillar-tile-inner-wrap {
    height: 100%;
    position: relative;
    border-bottom: 10px solid #54afcb;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 18px 0 rgba(0,0,0,.09);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .09);
}
.pillar-grid-module .pillar-title-wrap {
    background-color: #1a475f;
    color: #fff;
    text-align: center;
        background: linear-gradient(90deg, #FF7E00 25%, #fabb00 100%) !important;
}

.btn-cta  {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
}
.box-shadow-buttercup {
    -webkit-box-shadow: -115px 17px 0 0 #f0bd1b;
    -moz-box-shadow: -115px 17px 0 0 #f0bd1b;
    box-shadow: -115px 17px 0 0 #f0bd1b;
}
.bbBlue {
    width: 100%;
    border-bottom: 15px solid #54afcb;
    -o-border-image: linear-gradient(90deg,transparent 20%,#54afcb 20%) 1;
    border-image: -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(20%, #54afcb)) 1;
    border-image: linear-gradient(90deg, transparent 20%, #54afcb 20%) 1;
}
/*proven-approach*/
.section__bulletPoints.-blue {
    background-color: #eef5fa;
}
.heading {
    margin-bottom: 30px;
    color: #1a475f;
    font-size: 36px;
    text-transform: none; 
}
.subHeading {
    color: #3c889e;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .025em;
    margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
    .checkList.-semiCircle .checkList__listItem {
        width: 30%;
        margin: 0 3% 15px 0;
    }
}
.checkList.-semiCircle .checkList__listItem {
    background-image: url(../images/icon_semicircle.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 5px 0;
}
.checkList__listItem {
    display: inline-block;
    vertical-align: top;
    color: #464646;
    padding-left: 30px;
    font-size: 18px;
}
.checkList__subHeading {
    color: #1a475f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
     width: 40px;
    height: 40px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-prev {
    left: -3rem;
    width: fit-content;
    background: #fdb813;
    border-radius: 50%;
    height: fit-content;
    padding: .25rem;
    top: calc(50% - 10px);
}
.carousel-control-next { 
    right: -3rem;
    width: fit-content;
    background: #fdb813;
    border-radius: 50%;
    height: fit-content;
    padding: .25rem;
    top: calc(50% - 10px);
}
.bg-gallery {
    background-color: #eeeded;
}
.bgLinkWaterBlue {
    background-color: #e6f3f7;
}
.benefitModule-card .background {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    border-radius: 8px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    display: none;
}
@media screen and (min-width: 900px) {
    .benefitModule-card .background {
        display: block;
    }
}
.benefitModule-card {
    overflow-y: hidden;
    background-color: #fff;
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 8px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    z-index: 0;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
    .benefitModule-card {
        aspect-ratio: 362 / 325;
        max-width: 362px;
        display: block;
        height: auto;
    }
}
.benefitModule-card .popup {
    position: absolute;
    width: 100%;
    max-width: 100%;
    overflow-y: hidden;
    position: relative;
    z-index: 5;
    border: 0;
    -webkit-box-shadow: 0 0 32px 0 #000;
    box-shadow: 0 0 32px 0 #000;
    height: 100%;
    bottom: -100px;
            transition: all .2s ease-in-out;
            height:150px;
}
.benefitModule-card:hover .popup {
    bottom: 0;
    height: auto;
}
.nav-link, .nav-link:hover {
    border: 2px solid transparent;
    border-radius: 0;
    color: #1a475f;
    position: relative;
    font-weight: 600;
}
.nav-link.active, .nav-link:hover {
    border: 2px solid transparent;
    color: #1a475f;
    border-bottom: 2px solid #1a475f;
}
.nav-link.active:after, .nav-link:hover:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1a475f;
    clear: both;
}
.-bluePrimary {
    background-color: #1a475f;
}
.wpcf7-form-control {
  display: block;
  border-radius: 7px;
  background: #fff;
  padding: 7px 15px;
  color: #1a475f;
  font-weight: 500;
  margin-bottom: 10px;
  width: 100%;
  border:0;
  color: #606060;
    border: 1px solid rgb(173, 173, 173);
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 5px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 5px 0 rgba(0, 0, 0, 0.06);
}
.wpcf7-form-control.wpcf7-textarea {
  height: 70px;
}

@media screen and (min-width: 900px) {
    .benefitModule-card .popup {
        border-radius: 8px;
        left: 0;
        right: 0;
        position: absolute;
        -webkit-animation-name: slidedown;
        animation-name: slidedown;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        
    }
}
.benefitModule-card .popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    min-height: 100%;
    background-color: #fff;
    border-radius: 8px;
}
@media screen and (min-width: 900px) {
    .benefitModule-card .popup-inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
.benefitModule-card .popup .title {
    font-size: 17px;
    color: #1a475f;
    line-height: 120%;
    font-weight: 700;
    padding: 16px 24px;
}
@media screen and (min-width: 900px) {
    .benefitModule-card .popup .title {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }
}
.benefitModule-card .popup .description {
    font-size: 14px;
    color: #141823;
    line-height: 150%;
    font-weight: 400;
    padding-top: 0;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    overflow-y: hidden;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

    .get-in-touch-module .get-in-touch-img-desktop {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

@media screen and (min-width: 900px) {
  .hero__headline::after {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}