
.section-gap {
    padding: 50px 0;
}

.section-gap.container {
    padding-left: 15px;
    padding-right: 15px;
}

.section-title {    
    padding: 0 0 35px;
}

.section-title p {    
    color: #3B4A50;
}

.eyebrow-text {
    text-transform: uppercase;
    font: 600 14px/1.25 "franklin-gothic-urw";        
}

.left-align,
.right-align {
    border-radius: 20px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.25);
}


.left-align {
    float: left;
    margin: 5px 25px 25px 0;
}

.right-align {
    float: right;
    margin: 5px 0 25px 25px;
}

/* Hero Banner */
.c-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-top: -25px;
}

.c-hero:before,
.c-hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}

.c-hero:before {
    top: 0;
    bottom: 0;    
}

.c-hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: url("../images/wave-pattern.png") repeat-x;   
    z-index: 2;
    height: 43px;    
    bottom: -1px;
}

.c-hero--center .row {
    align-items: center;
    justify-content: center;
    text-align: center;        
}

.c-hero figure {
    margin: 0;
}

.c-hero img {
    width: 100%;
} 

@supports (object-fit: cover) {
    .c-hero img {
      object-fit: cover;          
      object-position: top;
      max-height: 700px;
    }
}

.c-hero__content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #fff;
    z-index: 2;
} 

.c-hero h1,
.c-hero p {
    color: #fff;
    padding: 0 0 15px;
}

.c-hero--interior {
    background-repeat: no-repeat;
    background-size: 100%;
}

.c-hero--interior .c-hero__content {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    transform: none;
    padding: 60px 0;
    text-align: center;
    min-height: 350px;
    display: flex;
    align-items: center;
}

/* cards Icon */
.cards-icon__row {
    justify-content: center;
}

.cards-icon__item {
    position: relative;
    padding: 0px 10px 25px;
    text-align: center;
    max-width: 260px;        
}

.cards-icon__item > a {
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); 
}

.cards-icon__item a:hover {
    text-decoration: none;
}

.cards-icon__icon {
    width: 92px;
    height: 92px;
    background: #00A6D6;
    padding: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cards-icon__icon img {
    width: 100%;
    filter: brightness(0) invert(1);
    max-width: 48px;
}

.cards-icon h4 {
    font-size: 20px;
    color: #03205A;
    padding: 10px 0 0;
}



/* Two col block */
.c-twoCol {
    position: relative;
    z-index: 1;
}

.c-twoCol img {
    width: 100%;
    display: block;
    border-radius: 20px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.25);
}

.c-twoCol__content {
    padding: 25px 0 0;
}

.c-twoCol__content p {
    font-size: 18px;    
    line-height: 1.45;
    color: #3B4A50;
}

.c-twoCol__content ul {
    list-style: disc;
    padding-left: 17px;
}

.c-twoCol__bigText p {
    font-size: 30px; 
}

.c-twoCol__eyebrow {
    text-transform: uppercase;
    font: 600 14px "franklin-gothic-urw";
    color: #03205A;
    padding: 0 0 10px;
}

.c-twoCol--imgRight  [class^="col-"]:first-child {
    order: 2;
}

/* Card Image Overlay */
.card-imgOverlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.card-imgOverlay__card {
    border-radius: 20px;
    padding: 30px 40px;
    max-width: 540px;    
}

.card-imgOverlay__card h2 {
    padding: 0 0 25px;
}

.card-imgOverlay__card p {
    line-height: 1.5;
}

.card-imgOverlay__card ul {
    list-style: disc;
    padding: 0 0 10px 20px;
}

.card-imgOverlay__card ul li {
    padding: 0 0 10px;
}

.card-imgOverlay--right .card-imgOverlay__card {
    margin-left: auto;
}

/* Card Slider */
.card-slider__item {
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .25);
    background: #F9F9F9;    
    margin: 0 15px 20px;
    height: calc(100% - 20px);
}

.card-slider__img {
    position: relative;
    overflow: hidden;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-slider__img:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -2px;
    height: 100%;
    background: url("../images/wave-pattern-white-only.png") repeat-x bottom left;      
}

.card-slider__content {
    padding: 15px 20px 50px;
}

.card-slider__content p {
    font-size: 18px;
    line-height: 1.5;
}

.card-slider__date {
    font-size: 16px;
    padding: 20px 0 0;
}

@supports (object-fit: cover) {
    .card-slider3 img {
      object-fit: cover;          
      object-position: top;
      max-height: 150px;
    }
}

.card-slider3 .card-slider__img:after {
    left: -100px;
}

.card-slider3 .card-slider__icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 10px;
}

.card-slider .btn--primary,
.card-slider2 .btn--primary,
.card-slider3 .btn--primary {
    position: absolute;
    right: -10px;
    bottom: 10px;
    /* padding: 12px 25px;
    border-radius: 10px; */
}

.card-slider.owl-carousel,
.card-slider2.owl-carousel,
.card-slider3.owl-carousel {
    padding: 0 2px;
    margin: 0;
}

.card-slider.owl-carousel .owl-stage-outer,
.card-slider2.owl-carousel .owl-stage-outer,
.card-slider3.owl-carousel .owl-stage-outer  {
    padding: 10px 0px;
}

.card-slider .owl-stage,
.card-slider2 .owl-stage,
.card-slider3 .owl-stage {
    display: flex;
}

.card-slider .owl-dot,
.card-slider2 .owl-dot,
.card-slider3 .owl-dot,
.c-testimonial__slider .owl-dot,
.c-events__slider .owl-dot {
    width: 12px;
    height: 13px;
    background: #C4C4C4;
}

.card-slider .owl-dot:focus,
.card-slider2 .owl-dot:focus,
.card-slider3 .owl-dot:focus,
.c-testimonial__slider .owl-dot:focus,
.c-events__slider .owl-dot:focus {
    outline: none;
}

.card-slider button.owl-dot.active,
.card-slider2 button.owl-dot.active,
.card-slider3 button.owl-dot.active,
.c-testimonial__slider button.owl-dot.active,
.c-events__slider button.owl-dot.active  {
    background: #8BBB59!important;
}

.card-slider2 .card-slider__content,
.card-slider3 .card-slider__content {
    display: flex;
    padding: 15px 20px 70px;
}

.card-slider2 .card-slider__desc,
.card-slider3 .card-slider__desc {
    padding-left: 20px;
}

.card-slider2 .card-slider__desc p,
.card-slider3 .card-slider__desc p  {    
    color: #3B4A50;
}



.card-slider__icon {
    min-width: 74px;
    width: 74px;
    height: 74px;
    background: #00A6D6;
    padding: 16px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: none;
}

.card-slider__icon img {
    box-shadow: none;
    border-radius: 0;
}

.card-slider__eyebrow {
    font: 600 14px "franklin-gothic-urw";
    color:#000;
    text-transform: uppercase;
    padding: 0 0 10px;
}

.c-advertisement p {
    font-size: 18px;
    color: #000;
}

/* Accordion */
.comp-accordion {
    padding: 15px 0;
}

.comp-accordion__card {
    /* padding: 15px; */
    /* background: #f9f9f9; */
    margin: 0 0 15px;
    /* border-radius: 10px; */
}

.comp-accordion__card-header {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 10px;
}

.comp-accordion__card-header h4 {
    padding: 0;
    font:  400 16px "Inter";
    min-height: 30px;
}

.comp-accordion__card-header h4 a {
    position: relative;
    display: block;
    padding-left: 40px;
    color: #000;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.comp-accordion__card-header h4 a:hover {
    text-decoration: none;
}

.comp-accordion__card-header h4 a:before,
.comp-accordion__card-header h4 a:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
}

.comp-accordion__card-header h4 a:before {    
    left: 0;
    top: 3px;
    background: #80BC00;
    border-radius: 50px;    
}

.comp-accordion__card-header h4 a:after {
    content: "";
    top: 10px;
    left: 8px;
    line-height: 1;
    color: #fff;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    transform: rotate(90deg);
}

.comp-accordion__card-header.active h4 a:after {
    transform: rotate(60deg);
    top: 9px;
}

.comp-accordion__card-header.active {
    background: #00A6D6;
}

.comp-accordion__card-header.active h4 a {
    color: #fff;
    font-weight: 700;
}

.comp-accordion__card-header.active h4 a:before {
    background: #1A3C66;
}

.comp-accordion__card-body {
    padding: 20px 20px 10px 20px;
    display: none;
    width: calc(100% - 30px);
    background: #f9f9f9;
    margin: 0 auto;
    font-size: 16px;
    border-top: 2px solid #B1B1B1;
    background: #F0F0F0; 
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); 
}

.comp-accordion__card-body p {
    font-size: 16px;
    line-height: 1.45;
    color: #000;    
}

.comp-accordion__card-body ul {
    list-style: disc;
    padding-left: 15px;
}

.comp-accordion__card-body .c-twoCol {
    padding: 10px 0;
}

.comp-accordion__card-body .c-twoCol img {
    box-shadow: none;
    border-radius: 0;
}

.comp-accordion__card-body .c-twoCol__content {
    padding: 0;
}

.c-testimonial__slider {
    padding: 0;
}

.c-testimonial__sliderItem {
    position: relative;
    padding: 75px 35px;
    border-radius: 15px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.25);
    max-width: 610px;
    background: #00A6D6;
    color: #fff;
    margin: 30px 15px 35px;
}

.c-testimonial__sliderItem:before,
.c-testimonial__sliderItem:after {
    content: "";
    position: absolute;
    width: 99px;
    height: 75px;
    background: url("../images/icons/quotes-top.svg") no-repeat;
    background-size: cover;
}

.c-testimonial__sliderItem:before {
    left: 35px;
    top: -25px;
}

.c-testimonial__sliderItem:after {
    right: 35px;
    bottom: -25px;
    transform: rotate(180deg);
}

.c-testimonial__sliderItem h3 {
    font: 300 30px/1.65 "Inter";    
}

.c-testimonial__sliderItem h3,
.c-testimonial__sliderItem p {
    color: #fff;
}

.c-testimonial__date {
    padding: 20px 0 0;
    position: relative;
    font-size: 16px;
}

.c-testimonial__date:before {
    content: "-";
}

.c-testimonial__wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 100px 0;
}

.c-events__slider {
    padding: 0;
}

.c-events__sliderItem {
    border-radius: 20px;
    background: #F7F7F7;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    max-width: 610px;
    margin: 0 15px 30px;
    display: flex;
    align-items: center;
}

.c-events__icon {
    min-width: 92px;
    width: 92px;
    height: 92px;
    background: #80BC00;
    padding: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.c-events__date {
    font-size: 16px;
    color: #000;
}

.c-events__content {
    padding-left: 20px;
}

.c-events__content h4 {
    font-family: "Inter";
    font-weight: 700;
}

.c-events__content h4 a {
    color: #000;
}

.c-events__content h4 a:hover {
    text-decoration: none;
}


.c-video__item {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
}

.c-video__item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
}

.c-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.25rem;
    text-align: center;
    max-width: 115px;
}




.c-video-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    padding: 15px;
    display: none;
}

.c-video-popup__container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.c-video-popup .close {
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    opacity: 1;
    font-size: 3rem;
    font-weight: 400;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
    display: flex;
    align-items: center;
}

.c-video-popup .close:focus {
    outline: none;
}

.c-video-popup .close span {
    padding: 0;
    line-height: 0;
    margin-top: -4px;
}

.c-richText  {
    color: #000;
}

.c-richText p.eyebrow-text {
    font-size: 14px;
    line-height: 1.25;
}

.c-richText p {    
    line-height: 1.5;
}

.c-richText ul {
    list-style: disc;
    padding: 10px 0 0 18px;
    display: table;
}

.c-richText ul li {
    padding: 0 0 5px;
}


@media (max-width: 1199px) { 
    .c-hero {
        margin-top: 0;
    }
    .c-events__sliderItem {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) { 

    .left-align,
    .right-align {
        float: none;
        margin: 5px 0px 25px 0;
        width: 100%;
    }

    .c-hero h1 {
        font-size: 36px;
    }

    .c-twoCol--imgRight  [class^="col-"]:first-child {
        order: 0;
    }

    .c-hero--interior .c-hero__content {
        min-height: 180px;
    }

    .comp-accordion__card-body .c-twoCol__content {
        padding: 20px 0 0;
    }

    .c-testimonial__sliderItem {
        max-width: 100%;
    }

}

@media (max-width: 767.98px) { 

    

    .section-gap {
        padding: 30px 0;
    }

    .section-title {
        text-align: left;
        padding: 0 0 25px;
    }

    .section-title p {
        font-size: 18px;
    }

    .section-title p:last-child {
        margin: 0;
    }

    .c-hero:after {
        height: 15px;
        background-size: contain;
    }

    .c-hero h1 {
        font-size: 26px;
    }

    .c-hero--interior .c-hero__content {
        min-height: 120px;
        padding: 30px 0;
    }
    
    .cards-icon__item {
        display: flex;
        padding: 0 15px 0;
        max-width: 100%;
        text-align: left;        
        margin: 0 0 20px;
    }

    .cards-icon__item > a {
        display: flex;
        align-items: center;
    }

    .cards-icon h4 {
        padding: 0;
        font-size: 22px;
    }

    .cards-icon__icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
        margin: 0;
        padding: 10px;
    }

    .cards-icon__icon img {
        width: 100%;
    }

    .cards-icon__content {
        padding: 0 0 0 15px;
    }

    .cards-icon__item .btn--secondary, 
    .cards-icon__item .btn--primary {
        position: relative;
        left: 0;
        transform: none;
        white-space: normal;
    }

    .c-twoCol__content p {
        font-size: 18px;    
    }

    .card-imgOverlay {
        padding: 0;
    }
    
    .card-imgOverlay .container {
        padding: 0;        
    }

    .card-imgOverlay__card {
        border-radius: 0;
        padding: 30px 15px;
    }

    .card-imgOverlay__card.bg-blue {
        background: rgba(0, 166, 214, .9);
    }    
    
    .card-slider__content {
        padding: 15px 20px 50px;
    }

    .card-slider .btn--primary {
        right: inherit;
        left: 20px;
        bottom: -30px;
    }

    .card-slider .owl-dots {
        margin: 10px 0;
    }

    .card-slider2.owl-carousel,
    .card-slider3.owl-carousel {
        margin: 15px 0 0;
    }

    .card-slider2 .card-slider__content,
    .card-slider3 .card-slider__content {
        display: inherit;
        padding: 15px 20px 40px;
    }

    .card-slider2 .card-slider__icon,
    .card-slider3 .card-slider__icon {
        min-width: 46px;
        max-width: 46px;
        height: 46px;
        margin: 0 0 15px;
        padding: 10px;
    }
    .card-slider2 .card-slider__desc,
    .card-slider3 .card-slider__desc {
        padding: 0;
    }

    .card-slider2 .btn--primary,
    .card-slider3 .btn--primary {
        right: inherit;
        left: 20px;
        bottom: -30px;
    }   

    .c-testimonial__sliderItem{
        padding: 55px 25px;
    }

    .c-testimonial__sliderItem:before, 
    .c-testimonial__sliderItem:after {
        width: 75px;
        height: 57px;
    }

    .c-testimonial__sliderItem:before {
        left: 25px;
    }

    .c-testimonial__sliderItem:after {
        right: 25px;
    }

    .c-testimonial__sliderItem h3 {
        font-size: 26px;
        line-height: 1.5;
    }

    .c-events__sliderItem {
        padding: 20px;
    }

    .c-events__icon {
        min-width: 60px;
        width: 60px;
        height: 60px;
    }

    .c-video__play {
        max-width: 80px;
    }

    .c-video-popup .close {
        right: -10px;
    }
}