.memberships .insightHighlightBlock.lightBG {
    background-color: #CCF1E9;
    color: #000 !important;
    border-radius: 1rem;
}
.memberships .insightHighlightBlock.midBG {
    background-color: #2FEDC4;
    color: #000 !important;
    border-radius: 1rem;
}
.memberships .insightHighlightBlock.darkBG {
    background-color: #0D362D;
    color: #fff !important;
    border-radius: 1rem;
}



.memberships .tab-pane .insightHighlightBlock.lightBG {
    border-radius: 0 1rem 1rem 1rem;
}
.memberships .tab-pane .insightHighlightBlock.midBG {
    border-radius: 1rem;
}
.memberships .tab-pane .insightHighlightBlock.darkBG {
    border-radius: 1rem 0 1rem 1rem;
}





.memberships .lightBG h2 {
    color: #000 !important;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 3.25rem;
}
.memberships .midBG h2 {
    color: #000 !important;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 3.25rem;
}
.memberships .darkBG h2 {
    color: #fff !important;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 3.25rem;
}




.memberships .lightBG .expanding {
    background-color: #E5F8F4;
    color: #000 !important;
    border-radius: 0 0 1rem 1rem;
}
.memberships .midBG .expanding {
    background-color: #C0FAED;
    color: #000 !important;
    border-radius: 0 0 1rem 1rem;
}
.memberships .darkBG .expanding {
    background-color: #ECEFEE;
    color: #000 !important;
    border-radius: 0 0 1rem 1rem;
}




.memberships .insightHighlightBlock img.icon {
    width: 60px;
    float: left;
    margin-right: 1rem;
    border-radius: 0;
}

.memberships .insightHighlightBlock img {
    transform: scale(1);
}

.memberships .insightHighlightBlock a {
    display: block;
}


.memberships .insightHighlightBlock.lightBG a {
    color: #000 !important;
}
.memberships .insightHighlightBlock.midBG a {
    color: #000 !important;
}
.memberships .insightHighlightBlock.darkBG a {
    color: #fff !important;
}





.nav-box.active .insightHighlightBlock {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-box.active .insightHighlightBlock::after {
    content: ' ';
    display: block;
    height: 1.5rem;
}

.nav-box.active .insightHighlightBlock.lightBG::after {
    background-color: #CCF1E9;
}
.nav-box.active .insightHighlightBlock.midBG::after {
    background-color: #2FEDC4;
}
.nav-box.active .insightHighlightBlock.darkBG::after {
    background-color: #0D362D;
}





.memberships .innerWrapper {
    position: relative;
}
.memberships a .innerWrapper {
    background-color: initial !important;
    border-radius: 0 !important;
    transition: transform ease-in-out 0.2s, background-color ease-in-out 0.2s;
}

.memberships .centeredHighlightTitle {
    position: relative;
    bottom: 0;
    left: 0;
}

.memberships .close {
    background-image: url('../png/btnclose.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    font-size: 0.0000001px;
    opacity: 1;
}


.memberships .contentcard-body h2 {

}
.memberships .contentcard-body h3 {
    font-weight: 300;
}
.memberships .contentcard-body h4 {
    font-weight: 300;
}


.memberships .cards-wrapper-expanding,
.memberships .insightHighlightBlock .expanding {
    display:none;
}

.memberships .nav-box .contentcard-body {
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .memberships .cards-wrapper-expanding {
        display:none;
    }
    .memberships .nav-box .contentcard-body {
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

