/* dei header */
#dei-header {
    color: white;
    text-align: center;
    padding: 0;
    background: #003366;
}
#dei-header .top-section .text-container {
    margin-top: var(--headerTop);
    position: absolute;
}
#dei-header h2 {
    font-size: 6.5rem;
}
#dei-header h3 {
    font-size: 3.6rem;
    padding: 5rem 0 2rem;
}
#dei-header p {
    font-size: 1.8rem;
    padding: 5rem 0;
}

/* journey section */
#journey-section {
    padding: 0;
}
#journey-section h3 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 15px;
}
#journey-section .top-section {
    color: white;
    padding-top: 1.5rem;
}
#journey-section .right-side {
    height: 100%;
}
#journey-section .right-side img {
    height: 100%;
    object-fit: cover;
}
#journey-section .image-container {
    height: var(--journeyHeight);
}
#journey-section .bottom-card {
    padding-top: 1.5rem;
}

#journey-section .top-section .image-container img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
#journey-section .grey-card {
    background: #98999B;
    height: 100%;
    padding: 2rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#journey-section .orange-card {
    background: #F05921;
    height: 100%;
    padding: 2rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#journey-section .right-side h3 img {
    padding-right: 10px;
    margin-top: -10px;
    width: 50px;
    object-fit: contain;
}
#journey-section .halsey-box {
    width: 100%;
    height: 100%;
    display: flex;
}
#journey-section .halsey-box img {
    margin-top: -50px;
    padding: 1rem;
    background: white;
    max-width: none;
}
#journey-section .halsey-box .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 0 5rem 5rem;
}
#journey-section .text-box p:first-of-type {
    margin-bottom: 3rem;
}
#journey-section .quote-box {
    border-bottom: 3px solid #FF7A7A;
    border-top: 3px solid #FF7A7A;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
#journey-section .quote-box p {
    font-size: 2.2rem;
    padding: 3rem 0 1rem;
    line-height: normal;
    font-weight: 500;
}
#journey-section .quote-box img {
    position: absolute;
    margin-top: -30px;
    background: white;
    padding-right: 1rem;
}
#journey-section .quote-box p.credit-line {
    font-size: 1.8rem;
    text-align: right;
    padding-top: 0;
}
#journey-section .image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#journey-section a.mlkn-button {
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 8px 22px;
    letter-spacing: 1px;
}
#journey-section .mobileOnly {
    display: none;
}
#journey-section .bottom-section h3 {
    font-size: 1.8rem;
    color: #003366;
    padding: 2rem 0;
}
#journey-section .bottom-button {
    text-align: center;
    padding: 5rem 0;
    padding-top: 0;
}
#journey-section p {
    font-size: 1.6rem;
}
@media (max-width: 1400px) {
    #journey-section .right-side h3 img {
        margin-top: -5px;
    }
    #dei-header h2 {
        font-size: 4.5rem;
        }
}
@media (max-width: 1200px) {
    #journey-section .halsey-box {
        flex-direction: column;
    }
#dei-header h2 {
font-size: 3.9rem;
}
#dei-header h3 {
    font-size: 2.7rem;
}
#journey-section .image-container {
    height: auto;
}
#dei-header p, #journey-header p {
    font-size: 1.6rem;
}
#journey-section h3 {
    font-size: 2.4rem;
}
#journey-section p {
    font-size: 1.5rem;
}
#journey-section .quote-box p.credit-line {
    font-size: 1.6rem;
}
#journey-section .right-side {
    padding-top: 1.5rem;
}
#journey-section .orange-card {
    padding-bottom: 12rem;
}
#journey-section a.mlkn-button {
    font-size: 1.2rem;
}
}
@media (max-width: 767px) {
    #journey-section .mobileOnly {
        display: revert;
    }
    #journey-section .desktopOnly {
        display: none;
    }
    #journey-section .right-side img:not(h3 img) {
        width: 100%;
        height: 33vh;
    }
    #journey-section .image-container {
        display: none;
    }
    #journey-section .bottom-card, #journey-section .top-section {
        padding-top: 0;
    }
    #journey-section .grey-card, #journey-section .orange-card {
        padding: 3rem;
    }
    #journey-section h3 {
        margin-bottom: 0;
    }
    #journey-section .right-side h3 img {
        padding-right: 0;
        margin-top: -15px;
    }
    #journey-section .orange-card {
        padding-bottom: 7.5rem;
    }
    #journey-section .quote-box p {
        font-size: 2rem;
        text-align: center;
    }
    #journey-section .quote-box p.credit-line {
        text-align: center;
        font-size: 1.4rem;
    }
    #journey-section .bottom-section p:not(.quote-box p) {
        font-size: 1.4rem;
    }
    #journey-section .halsey-box .text-box {
        padding: 0;
    }
    #journey-section .halsey-box img {
        width: 80%;
    }
}
@media (max-width: 575px) {
    #dei-header h2 {
        font-size: 1.8rem;
        }
        #dei-header h3, #journey-section h3 {
            font-size: 1.8rem;
        }
        #dei-header p, #journey-header p {
            font-size: 1.4rem;
        }
        #journey-section p {
            font-size: 1.4rem;
        }
#journey-section a.mlkn-button {
    font-size: 1.1rem;
}
}


/* awards section */
#awards-section {
    padding: 0;
    color: white;
    background: linear-gradient(180deg, #003366, #011431)
}
#awards-section h3 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
}
#awards-section p {
    font-size: 2rem;
}
#awards-section a {
    color: white;
}
#awards-section p.above-title {
    font-size: 2rem;
    color: #98999B;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 7rem;
}
#awards-section .cards {
    display: flex;
    width: 100%;
    transition: 1s;
}
#awards-section .yellow-text {
    color: #E1D000;
}
#awards-section .bottom-bit p {
    font-size: 1.3rem;
    padding-bottom: 2rem;
    cursor: pointer;
    text-align: right;
}
#moreAwardsBtn {
    float: right;
    transition: 0.5s;
    font-size: 3.5rem;
}
#moreAwardsLink {
color: white;
text-decoration: none;
}
#lessAwardsBtn {
    transition: .5s;
    font-size: 3.5rem;
}

#lessAwardsBtn:disabled,
#lessAwardsBtn[disabled],
#moreAwardsBtn:disabled,
#moreAwardsBtn[disabled] {
    opacity: 0;
    cursor: default !important;
      }
#awards-section .text-box {
    padding: 10rem 5rem 10rem 0;
    
}
#awards-section .card-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
#awards-section .cards div {
    padding: 1rem;
}
#awards-section p.arrows {
    margin: 0 10rem;
    margin-top: var(--awardsButtonTop);
    display: none;
}
#awards-section p.arrows span {
    cursor: pointer;
}
#ethisphere-card img {
    background: white;
    padding: 0.5rem;
}
@media (max-width: 1600px) {
    #awards-section p.arrows {
        margin: 0 7.5rem;
        margin-top: var(--awardsButtonTop);
    }
}
@media (max-width: 1400px) {
    #awards-section p.arrows {
        margin: 0 5rem;
        margin-top: var(--awardsButtonTop);
    }
}
@media (max-width: 1200px) {
    #awards-section .text-box {
        padding: 5rem 0;
    }
    #awards-section p.above-title {
        margin-top: 2rem;
        font-size: 1.6rem;
    }
    #awards-section .bottom-bit p {
        text-align: center;
    }
    #awards-section h3 {
        font-size: 2.7rem;
        margin-bottom: 2rem;
    }
}
@media (max-width: 991px) {
    #awards-section p.arrows {
        margin: 0 2.5rem;
        margin-top: var(--awardsButtonTop);
    }
}
@media (max-width: 991px) {
    #awards-section p.arrows {
        margin: 0 2.5rem;
        margin-top: var(--awardsButtonTop);
    }
}
@media (max-width: 767px) {
    #awards-section .text-box {
        padding: 5rem 0;
    }

}
@media (max-width: 575px) {
    #awards-section p.arrows {
        margin: 0 1rem;
        margin-top: var(--awardsButtonTop);
    }
    #awards-section h3 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    #awards-section p.above-title {
        font-size: 1.2rem;
    }
    #awards-section p:not(p.arrows):not(p.above-title) {
        font-size: 1.2rem;
    }
    #awards-section .text-box {
        padding: 3rem 0;
    }
}


/* affinity section */
#affinity-section {
    padding: 10rem 0;
    background: #F6F6F6;
    text-align: center;
}
#affinity-section h3 {
    font-size: 2rem;
    color: #98999B;
    font-weight: 600;
}
#affinity-section p {
    font-size: 4rem;
    color: #003366;
    font-weight: 600;
    margin-top: 2rem;
}
#affinity-section .card-box {
    overflow: hidden;
}
#affinity-section .cards {
    display: flex;
    margin-top: 7rem;
    width: fit-content;
    transition: 1s;
}
#affinity-section .cards img {
    width: 50%;
}
#affinity-section .cards p {
    color: #7E7E7E;
    font-size: 1.5rem;
    padding: 0 3rem 3rem 3rem;
    text-align: left;
}
#affinity-section .cards > div {
    background: white;
    margin: 0 1rem;
    width: 370px;
}
#affinity-section p.arrows {
    margin-top: var(--affinityButtonTop);
    padding: 0 7.5rem;
    position: relative;
}
#affinity-section p.arrows span {
    cursor: pointer;
}
#lessCardsBtn {
    float: left;
}
#moreCardsBtn {
    float: right;
}
@media (max-width: 1400px) {
    #affinity-section p.arrows {
        padding: 0 5rem;
    }
}
@media (max-width: 1200px) {
    #affinity-section .cards > div {
        width: 268.5px;
    }
    #affinity-section .cards p {
        font-size: 1.4rem;
        padding: 0 2rem;
        margin-top: 0;
        margin-bottom: 2rem;
    }
#affinity-section .cards img {
    margin-top: 1rem;
}
#affinity-section h3 {
    font-size: 1.6rem;
}
#affinity-section p:not(p.arrows):not(.cards p) {
    font-size: 2.9rem;
}
}
@media (max-width: 991px) {
    #affinity-section p.arrows {
        padding: 0 2rem;
    }
}
@media (max-width: 575px) {
    #affinity-section {
        padding: 5rem 0;
    }
    #affinity-section .cards p {
        font-size: 1.2rem;
        padding: 0 1.5rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
#affinity-section .cards > div {
    width: 167px;
}
#affinity-section p:not(p.arrows):not(.cards p) {
    font-size: 1.8rem;
    margin-top: 0;
}
#affinity-section h3 {
    font-size: 1.2rem;
}
#affinity-section p.arrows {
    padding: 0 1rem;
}
#affinity-section .cards {
    margin-top: 3rem;
}
}

/* forbes section */
#forbes-section {
    padding: 0;
    padding-top: 5rem;
}
#forbes-section .text-box {
    background: linear-gradient(90deg, #00275C, #000812);
    border: 1px solid #707070;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 3rem 2rem;
}
#forbes-section img {
    width: 100%;
}
#forbes-section .text-box p {
    font-size: 1.8rem;
    max-width: 750px;
}
#forbes-section .cards p:first-of-type {
    margin-bottom: 1rem;
}
#forbes-section .text-box p:first-of-type {
    font-size: 2.1rem;
}
#forbes-section a.mlkn-button {
    font-weight: 600;
}
#forbes-section .text-box a.mlkn-button {
    font-size: 1.4rem;
    width: 275px;
    background: white;
    border: 1px solid white;
    color: #003366;
    letter-spacing: 0.9px;;
}
#forbes-section .text-box a.mlkn-button:hover {
    background: #003366;
    color: white;
}
#forbes-section .cards strong {
    font-size: 2.1rem;
    color: #00378C;
}
#forbes-section .cards p {
    font-size: 1.4rem;
    color: #5C5C5C;
    margin-bottom: 0;
}
#forbes-section .cards a.mlkn-button {
    font-size: 1.4rem;
    width: 215px;
    margin-top: 5px;
}
#forbes-section .cards > div {
    padding-left: 3rem;
    margin-bottom: 3rem;
}
@media (max-width: 1200px) {
    #forbes-section .cards > div {
        padding-left: 0;
    }
    #forbes-section .cards {
        margin-top: 3rem;
    }
    #forbes-section .text-box p {
        font-size: 1.6rem;
    }
    #forbes-section .text-box p:first-of-type {
        font-size: 1.9rem;
    }
    #forbes-section .cards strong {
        font-size: 1.9rem;
    }
}
@media (max-width: 575px) {
    #forbes-section .text-box {
        margin-top: 0;
    }
    #forbes-section .text-box p:first-of-type {
        font-size: 1.8rem;
    }
    #forbes-section .text-box p {
        font-size: 1.2rem;
    }
    #forbes-section .text-box a.mlkn-button {
        font-size: 1rem;
        padding: 0;
        width: 215px;
    }
    #forbes-section .cards strong {
        font-size: 1.8rem;
    }
    #forbes-section .cards a.mlkn-button::after {
        content: '  >'
    }
    #forbes-section .cards a.mlkn-button {
        background: transparent;
        border: none;
        color: #5C5C5C;
        margin-left: -56px;
        font-size: 1.4rem;
    }

}

/* discover-section */
#discover-section {
    padding: 0;
    background: linear-gradient(180deg, #00378C, #001C46);
    text-align: center;
}
#discover-section h2 {
    font-size: 4rem;
    color: white;
    font-weight: 600;
    margin-bottom: 5rem;
}
#discover-section a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
#discover-section a p {
    font-size: 1.8rem;
    color: white;
    text-align: left;
    margin-top: 1rem;
    font-weight: normal;
    text-align: left;
    margin-bottom: 2rem;
}
#discover-section p {
    font-size: 2rem;
    color: #98999B;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 7rem;
}
#discover-section img {
    width: 264px;
    background: white;
    padding: .5rem;
}
#discover-section .cards {
    padding-bottom: 7rem;
}
#lessCardsBtn:disabled,
#lessCardsBtn[disabled],
#moreCardsBtn:disabled,
#moreCardsBtn[disabled] {
    opacity: 0;
    cursor: default !important;
}
@media (max-width: 1200px) {
    #discover-section h2 {
        font-size: 2.9rem;
    }
    #discover-section a p {
        font-size: 1.6rem;
        margin-top: 0.5rem;
    }
}
@media (max-width: 575px) {
    #discover-section h2 {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
    #discover-section p {
        font-size: 1.2rem;
        margin-top: 3rem;
    }
#discover-section img {
    padding: .25rem;
}
#discover-section a p {
    font-size: 1.2rem;
}
}