/* Custom container size */

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1256px;
    }
}

/* body {
    margin-top: 130px;
} */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.logo {
    width: 148px;
    height: 90px;
}

a {
    text-decoration: none;
}

.anchor {
    position: absolute;
    margin-top: -120px;
}

.text-light {
    color: #ffffff !important;
}

/* Navigation Styles */

.main-nav {
    display: flex;
    padding-bottom: 1.375rem;
    padding-top: 1.375rem;
}

.nav-link:focus-visible {
    box-shadow: none;
}

#navigation-top {
    height: 40px;
    padding-bottom: 1px;
}

.top-nav {
    padding: 8px 12px;
}

.nav-margin {
    margin-top: 117px;
}

@media (max-width: 768px) {
    .nav-margin {
        margin-top: 77px;
    }
}


.nav-bg {
    background: #ffffff;
    border-bottom: 1px solid #d8dde6;
    transition: all .5s;
}


.dropdown-item:hover, .dropdown-item:active {
    background: none;
    text-decoration: underline;
    text-decoration-color: #0073d1;
    text-decoration-thickness: 2px;
    color: #000000;
}

.nav-toggle {
    display: none;
}

.header--desktop-bottom-nav-btn-container ul li a {
    font-family: "Spectrum Sans Medium", sans-serif;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}

.header--desktop-bottom-nav-btn-container ul li a:hover {
    color: #0271eb;
}

img.nav-arrow {
    position: absolute;
    top: -13px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../img/nav-toggle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (min-width: 992px) {
    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {

    .navbar {
        transition: all .5s;
        height: auto;
    }

    .navbar-nav {
        padding: 10px;
    }

    a.nav-link {
        padding: 0 !important;
        height: 50px;
    }

    .subnav-icon {
        position: initial;
        margin-top: 26px;
        margin-left: -3px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 0;
        position: relative;
        top: 0;
        min-width: auto;
        padding: 0px;
        margin: 0;
        font-size: 1rem;
        text-align: left;
        background-color: initial;
        background-clip: initial;
        border-top: none;
        border-radius: 0;
        border-radius: 8px;
        border: none;
    }

    .nav-arrow {
        display: none;
    }

    .dropdown-item {
        padding: 10px 14px;
        font-size: 1rem;
        font-family: 'Spectrum Sans Medium';
        color: #ffffff;
    }

    .dropdown-item:hover {
        text-decoration: none;
        color: #ffffff;
    }

    .nav-toggle {
        display: block;
    }

    .nav-toggle img {
        width: 24px;
        height: 32px;
    }

    .nav-btns {
        display: flex;
        gap: 1rem;
    }

    .main-nav .links {
        display: none;

    }

    .links.mobilenav {
        display: block;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .main-nav .links li {
        display: block;
        height: auto;
        background: #fff;
        padding: 20px 30px;
    }

    .main-nav .links li a {
        color: #000000;
        font-size: 1rem;
    }

}



/* END navigationi styles */


/* Footer Styles */
footer a {
    text-decoration: none;
}

.footer-links {
    color: #1995f2 !important;
    font-size: 16px;
}

.footer-links:hover {
    color: #ffffff !important;
}

footer p {
    color: #ffffff;
}

footer ul {
    padding: 0;
}

footer ul li {
    margin-bottom: 20px;
    list-style: none;
}

.footer-social a {
    margin-right: 10px;
}

.footer-legal a {
    color: #1995f2 !important;
    font-size: 14px;
}

.footer-legal a:hover {
    color: #ffffff !important;
}

.footer-legal span {
    color: #ffffff;
}

.newsletter-footer {
    height: 21rem;
    overflow: visible;
    width: 20rem;
}

@media (max-width: 1320px) {
    .newsletter-footer {
        height: 22rem;
        width: 100%;
        overflow-x: hidden;
    }
}


/* END footer styles */

.button-nav {
    background: #0271eb !important;
    color: #ffffff !important;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
    padding: 4px 18px;
    display: inline-block;
    border: none;
    font-family: "Spectrum Sans Regular";
    font-size: 1rem;
    text-align: center;
    border-radius: 50px;
}

.button-nav:hover {
    background: #024fea !important;
    color: #ffffff;
}

/* Hero styles */


.home-hero-bg img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(.4);
}

.hero-overlay {
    top: 0;
    position: absolute;
    display: block;
    height: 100vh;
    width: 100%;
    background: radial-gradient(farthest-corner at 16rem 16rem, rgba(0, 0, 0, .4), transparent);
}

.hero-text {
    top: 150px;
    z-index: 10;
    position: absolute;
    max-width: 40%;
}

@media (max-width: 1024px) {
    .hero-text {
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    .hero-text {
        top: 45vh;
        z-index: 10;
        position: absolute;
        max-width: 80%;
    }
}

@media (max-width: 576px) {
    .hero-text {
        max-width: 100%;
    }
}

/* END Hero styles */

.three-col-custom-row {
    -webkit-column-gap: 3.875rem;
    column-gap: 3.875rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
    max-width: 80rem;
}

@media (max-width: 992px) {
    .three-col-custom-row {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 5rem;
        margin: 0 auto;
        max-width: 37.5rem;
        width: 100%;
    }
}

.three-col-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .three-col-image-wrapper {
        width: 100%;
    }

    .three-col-image {
        height: 20rem;
        width: 100%;
        display: inline-block;
    }

    .three-col-col {
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.arrow-btn {
    display: inline-flex;
    gap: .5rem;
    color: ##026AD9;
    font-size: 1rem;
    font-family: "Spectrum Sans Regular", sans-serif;
    transition: all .35s;
    bottom: 1.2rem;
}

.arrow-btn:hover {
    color: #024fea;
}

.arrow-icon img {
    width: 18px;
    margin-top: -1px;
}

.p-reduced-ls {
    letter-spacing: -1px;
}

.four-col-custom-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr;
    -webkit-column-gap: 5.375rem;
    column-gap: 5.375rem;
}
@media (max-width: 992px) {
    .four-col-custom-row {
        gap: 2rem;
    }
}
@media (max-width: 768px) {
    .four-col-custom-row {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
}

.eyebrow--regular-16 {
    font-family: "Spectrum Sans Bold";
}

.eyebrow-lb {
    color: #63738a;
}

.eyebrow-db {
    color: #d8dde6;
}

.logo-module {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5rem;
    gap: min(20vw - .75rem, 5rem);
    justify-content: space-between !important;
    margin-top: 2.5rem;
    overflow: hidden;
    overflow-x: auto;
    width: calc(100% + 1rem);
}

@media (max-width: 992px) {
    .logo-module {
        width: 100%;
    }
}

.logo-module-image {
    max-width: 480px;
    display: block;
}

@media (max-width: 992px) {
    .logo-module-image {
        flex: 1 0 50%;
        max-width: 190px;
    }
}


.case-study-row {
    display: flex;
    gap: 2.25rem;
}

@media (max-width: 768px) {
    .case-study-row {
        flex-direction: column;
    }
}

.case-study-image {
    margin-top: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .case-study-image {
        order: 2;
    }
}

/* Data Cards */

ul.sm {
    list-style-type: none;
}

.data-cards.sm {
    margin: 2.5rem 0 0;
    padding: 0;
}

.data-cards>div {
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.data-cards.sm ul.sm {
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 768px) {
    .data-cards.sm ul.sm {
        flex-wrap: wrap;
    }
}

.data-cards>div ul.sm {
    gap: 1rem;
}

.data-cards>div ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.data-cards.sm .data-card {
    height: 8.25rem;
    padding: 1.875rem .5rem 0;
    width: 8.25rem;
}

.data-card {
    background: #132b3e;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
}

.data-cards.sm .data-card p {
    font-size: 2.25rem;
    gap: .25rem;
    margin-bottom: .25rem;
    padding-bottom: .25rem;
}

.data-card, .data-card p {
    align-items: center;
    display: flex;
}

.data-card p:first-of-type {
    border-bottom: 2px solid;
}

.data-card p {
    font-family: "Spectrum Sans Bold", sans-serif;
    justify-content: center;
    line-height: 1;
    width: 100%;
    border-color: #14b2a0 !important;
    color: #fff;
}

.data-card .caption {
    font-family: "Spectrum Sans Regular", sans-serif;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: .875rem !important;
}

/* END Data Cards */

.four-col-logo {
    max-width: 190px;
}

.light-gray-bg {
    background: #f8f8f8;
}

.inpage-signup-form iframe {
    border: 0;
    height: 25rem;
    max-width: 24rem;
    min-width: 21rem;
    width: 100%;
}

.articles {
    display: grid;
    gap: 0;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}

@media (max-width: 1024px) {
    .articles {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}




.article-preview.md {
    padding: 0;
    width: 41.5rem;
}

.article-preview.lg {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 1rem;
    /* width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; */
    display: flex;
    background-color: #f8f8f8;
    width: 31.5rem;
}

@media (max-width: 768px) {
    .article-preview.lg, .article-preview.md {
        width: fit-content;
    }
}

.articles div:first-child {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 1;
}

.articles div:nth-child(2) {
    align-self: start;
    grid-column-end: 3;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-row-start: 1;
    justify-self: end;
}

.articles div:nth-child(3) {
    align-self: end;
    grid-column-end: 3;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 2;
    justify-self: end;
}

@media (max-width: 1024px) {
    .articles div:nth-child(3) {
        align-self: start;
    }
}

.article-preview.lg img {
    height: 18.75rem;
    object-fit: cover;
}

.medium-blue {
    color: #0077ae;
}

.articles h4 {
    line-height: 1.3;
}


.article-preview.md img {
    height: 14.75rem;
    width: 14.75rem;
    object-fit: cover;
}


@media (max-width: 768px) {
    .article-preview.md img {
        width: 9rem;
        height: 12rem;
    }
}


.article-preview {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 18.3125rem;
}

.article-preview>:first-child {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    order: 2;
}

.article-preview h4 {
    font-size: 1rem;
    font-family: "Spectrum Sans Bold";
    text-transform: uppercase;
    letter-spacing: .125rem;
    color: #0077ae;
}

.article-preview h3 {
    font-size: 1.5rem;
    font-family: "Spectrum Sans Medium";
    letter-spacing: -1px;
}

.article-preview p {
    font-size: 1rem;
    font-family: "Spectrum Sans Regular";
}

.article-text {
    color: #000000;
}

.article-text:hover {
    color: #0077ae;
    text-decoration: underline;
}

.paragraph--regular-14 {
    font-size: .875rem;
    font-family: "Spectrum Sans Regular";
}

.article-sources ol {
    counter-reset: list;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.article-sources ol li a {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    line-height: 1.5;
    text-align: left;
    color: #000000;
}

.article-sources ol li a span {
    font-size: .875rem;
    font-family: "Spectrum Sans Regular";
    margin: 0;
    padding: 0;
    position: static;
    white-space: break-spaces;
}

.article-sources ol li, .article-sources ol li a {
    font-size: .875rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.article-sources ol li a:hover {
    text-decoration: underline;
}

.source-num-lb {
    font-family: "Spectrum Sans Bold";
    color: #026AD9;
    text-decoration: none;
}

.source-num-lb:hover, .source-num-lb:active, .source-num-lb:visited {
    color: #024fea;
}

.source-num-db {
    font-family: "Spectrum Sans Bold";
    color: #026AD9;
    text-decoration: none;
}

.source-num-db:hover, .source-num-db:active, .source-num-db:visited {
    color: #024fea;
}

.sources-anchor {
    margin-top: -130px;
    padding-top: 130px;
}