.theme-retirement-icon {
    --fa-secondary-opacity: 1;
    --fa-primary-color: #71a300;
    --fa-secondary-color: #0f4f99;
}

.ret-inner-section-wrapper {
    padding: 48px;
    border-radius: 24px;
}

.ret-inner-section-wrapper.tab-content {
    padding-bottom: 0;
}

/* RETIREMENT */
.node--retirement .node--section {
    margin-bottom: 80px;
}
.node--retirement .node--title {
    margin-bottom: 3rem;
}

.node--retirement .node--header {
    border-radius: 24px;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 3.5rem;
}

.field--name-field-ri-supporting-msgs {
    display: flex;
    column-gap: 50px;
}

.field--name-field-ri-supporting-msgs > * {
    flex: 1;
}

.pepp-text-w-fa .option-icon {
    margin-bottom: 32px;
    margin-left: -10px;
}

.pepp-text-w-fa .option-icon svg:first-child {
    color: #71a300;
}

.pepp-text-w-fa > div:last-child {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2f3031;
}

.quote-box {
    row-gap: 40px;
    justify-content: center;
}

.quote-wrapper .team-item {
    max-width: 100px;
}

.quote-name,
.quote-title {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #0f4f99;
}

.quote-title {
    font-weight: normal;
}

/* PLAN AREA */
.retirement-section {
    margin-bottom: 60px;
}

p.plan-sub {
    margin-bottom: 20px;
}

ul.nav-tabs {
    border: 0;
}

ul.nav-tabs .nav-item {
    margin: 0;
    background: #fff;
    position: relative;
}

.nav-tabs .nav-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px; 
    width: 2px;
    background-color: #cdcfd1;
}

.nav-tabs > li:last-child,
.nav-tabs > li.nav-item:last-child button.nav-link {
    border-radius: 0 24px 0 0;
}

.nav-tabs > .nav-item > .nav-link {
    background: #fff;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #0f4f99;
    padding: 32px;
    border: 0;
}

.nav-tabs > .nav-item:first-child > .nav-link {
    padding-left: 48px;
}

.nav-tabs > .nav-item > .nav-link:hover {
    border: 0;
}

.nav-tabs > li > .nav-link.active {
    color: #2075d6;
}

.nav-tabs > li > .nav-link span {
    display: block;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
}

.nav-tabs > li > .nav-link.active span {
    border-color: #2075d6;
}

.inner-tab-wrapper {
    margin-bottom: -4px;
}

.inner-tab-wrapper {
    border-top: 2px solid #2075d6;
    border-right: 2px solid #2075d6;
    border-radius: 0 24px 0 0;
}

.tab-content-wrapper {
    border-top: 2px solid #2075d6;
    margin-top: 3px;
}

.ret-btn-wrapper {
    margin: 48px 0 90px 0;
}

.ret-image-container {
    position: relative;
}

.ret-background-image {
    mask-image: linear-gradient(to right, transparent 20%, black 30%);
    -webkit-mask-image: linear-gradient(to right, transparent 20%, black 30%);
    border-radius: 0 0 24px 0;
    object-fit: cover;
}

.ret-overlay-image {
    position: absolute;
    bottom: 0;
    left: 100px;
    max-width: 400px; 
}

.quote-wrapper {
    align-items: anchor-center;
    column-gap: 24px;;
}

/* .team-item {
    border-radius: 32px;
    text-align: center;
    width: 160px;
} */

/* .team-item img {
    transform: scale(1.1);
    transform-origin: bottom;
    border-radius: 0 0 32px 15px;
    transform: none;
} */

/* ==========================================================================
   Medium Devices (Tablets, < 992px)
   @media (max-width: 991.98px)
   ========================================================================== */

@media (max-width: 991.98px) {
    a.btn-primary,
    a.btn-primary-employer,
    a.pepp-btn-secondary {
        padding: 12px 16px;
        font-size: 14px;
    }

    
}

/* ==========================================================================
   Small Devices (Landscape Phones, < 768px)
   @media (max-width: 767.98px)
   ========================================================================== */

@media (max-width: 767.98px) {
    .nav-tabs > .nav-item:first-child > .nav-link {
        padding-left: 24px;
    }
}

/* ==========================================================================
   Extra Small Devices (Portrait Phones, < 576px)
   @media (max-width: 575.98px)
   ========================================================================== */

@media (max-width: 575.98px) {

}