body {
    background-color: #F5F5F7;
    font-family: Inter;
}

body.route-ama-logjam-page {
    padding-top: 98px;
}

@media all and (min-width: 576px) {
    body {
        padding-top: 108px;
    }

    body.route-ama-logjam-page {
        padding-top: 138px;
    }
}

nav.navbar {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    width: calc(100% - 3rem);
    z-index: 200;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

@media all and (min-width: 1200px) {
    nav.navbar {
        width: 100%;
    }
}

nav.navbar li.nav-item a {
    font-weight: 500;
}

nav.navbar li.nav-item a.btn {
    background: #2D2F8B;
    color: #ffffff;
}

@media all and (min-width: 768px) {
    nav.navbar li.nav-item a {
        display: block;
    }
}

.navbar-toggler svg {
    width: 18px;
}

@media all and (min-width: 1200px) {
    body {
        background-color: #F5F5F7;
    }

    body.page {
        background-color: #E5E5E5;
    }

    nav.navbar {
        box-shadow: none;
        border-radius: 0px;
    }
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-content .btn-close svg {
    height: 16px;
    margin-top: -10px;
}

.modal-content video {
    max-width: 100%;
}

.wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

@media all and (max-width: 1199px) {
    .container-xl {
        padding: 0;
    }

    .wrapper.d-lg {
        max-width: 100%;
    }

    .wrapper.d-lg .row {
        margin: 0;
    }

    .section-five .row>* {
        padding: 0;
    }
}

.banner {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    height: 500px;
    overflow: hidden;
}

@media all and (min-width: 576px) {
    .banner {
        height: 980px;
    }
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner-content .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: initial;
}

.banner-content .swiper-pagination span {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
}

.banner-content .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

.banner-content .banner-text {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.banner-content h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.banner-content video {
    filter: blur(8px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
}

.banner-content:first-child video {
    max-height: initial;
    max-width: 100%;
}

.banner-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

@media all and (min-width: 576px) {
    .banner-content video {
        max-height: initial;
    }

    .banner-content h1 {
        font-size: 96px;
        line-height: 116px;
    }

    .banner-content p {
        font-size: 30px;
    }
}

.banner-content a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 45px;
    padding: 12px 24px;
}

.video {
    margin-bottom: 24px;
}

.video .wrapper {
    position: relative;
}

.video-text {
    font-size: 48px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: absolute;
    font-weight: 700;
    padding: 48px;
    top: 0;
    left: 0;
}

.section-one {
    margin-bottom: 24px;
}

.section-one-left {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 12px 24px;
}

@media all and (min-width: 768px) {
    .section-one-left {
        padding: 56px 68px;
    }
}

.section-one-left p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.section-one-left p u {
    font-weight: 700;
}

.section-one-left-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #212121;
    text-align: center;
    letter-spacing: -0.04em;
    margin-bottom: 32px;
}

@media all and (min-width: 768px) {
    .section-one-left-text {
        font-size: 48px;
        line-height: 58px;
    }

    .section-one-left p {
        font-size: 14px;
        line-height: 150%;
    }
}

.section-one-right {
    height: 100%;
    background: #2C3388;
    border-radius: 24px;
    padding: 0 56px;
    font-size: 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-numbers {
    margin-bottom: 24px;
}

.section-numbers .wrapper {
    background: #2D2F8B;
    border-radius: 24px;
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.04em;
    font-weight: 700;
    padding: 16px;
}

@media all and (min-width: 768px) {
    .section-numbers .wrapper {
        border-radius: 80px;
        padding: 16px 16px 16px 40px;
    }
}

.section-numbers .wrapper>div {
    flex-direction: column;
}

@media all and (min-width: 768px) {
    .section-numbers .wrapper>div {
        flex-direction: row;
    }
}

.section-numbers .wrapper strong {
    font-weight: 700;
    margin-bottom: 24px;
}

@media all and (min-width: 768px) {
    .section-numbers .wrapper strong {
        margin-bottom: 0;
    }
}

.section-numbers .wrapper a {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 45px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.04em;
    padding: 12px 24px;
    text-decoration: none;
    color: #ffffff;
    width: 90%;
}

@media all and (min-width: 768px) {
    .section-numbers .wrapper a {
        width: auto;
    }
}

.section-two {
    margin-bottom: 24px;
}

.section-two-wrapper {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.section-two-wrapper img {
    order: 1;
    margin: 24px auto 0;
    max-width: 100%
}

@media all and (min-width: 768px) {
    .section-two-wrapper img {
        max-width: 400px
    }
}

@media all and (min-width: 1199px) {
    .section-two-wrapper img {
        max-width: 100%;
        order: 0;
        margin: 0px;
    }
}

.section-two-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #212121;
    /* margin-bottom: 24px; */
    background-image: url('../images/lines.png');
    background-repeat: no-repeat;
    padding: 20px 12px 0;
    text-align: center;
}

.section-two-author {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #212121;
    text-align: center;
}

.section-two-role {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #A9A9A9;
    text-align: center;
}

.section-two-content {
    padding: 24px;
}

@media all and (min-width: 1199px) {
    .section-two-wrapper {
        /* display: block; */
        flex-direction: row;
        padding: 0px;
    }

    .section-two-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 24px;
    }
    

    /* .section-two-content {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
    } */

    .section-two-text {
        font-size: 48px;
        /* margin-top: 78px;
        margin-right: 56px;
        padding: 20px 0 0 12px; */
        text-align: left;
        /* max-width: 517px; */
    }

    .section-two-text.smaller {
        font-size: 31px;
        /* line-height: 54px; */
    }

    .section-two-author,
    .section-two-role {
        text-align: left;
        padding-left: 12px;
    }
}

.section-story-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #212121;
    margin-bottom: 24px;
}

@media all and (min-width: 576px) {
    .section-story-title {
        font-size: 48px;
        line-height: 58px;
    }
}

.section-story-subtitle {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #212121;
    margin-bottom: 24px;
}

.section-story-cta a {
    padding: 16px 24px;
    background: #2C3388;
    border-radius: 59px;
    color: #fff;
    /* margin-top: 24px; */
    text-decoration: none;
}

.story-image {
    margin: 0 auto;
    padding-top: 32px;
}

.section-story-cta {
    text-align: center;
}

.story-card {
    background: #fff;
    border-radius: 24px;
}

.section-story .container {
    padding-bottom: 24px
}

.section-third-left,
.section-third-right {
    max-width: 653px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    position: relative;
    height: 100%;
}

.section-third-left strong {
    font-weight: 700;
}

@media all and (min-width: 1200px) {
    .section-third-left {
        max-width: 100%;
    }
}

@media all and (min-width: 1200px) {
    .section-third {
        margin-bottom: 24px;
    }

    .section-third-left,
    .section-third-right {
        border-radius: 24px;
    }
}

.section-third-left {
    padding: 24px 12px;
}

.section-third-left-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

@media all and (min-width: 768px) {
    .section-third-left {
        padding: 56px;
    }

    .section-third-left-title {
        font-size: 36px;
        line-height: 44px;
    }
}

.section-third-left-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.section-third-left-cta {
    margin-top: 36px;
}

.section-third-left-cta a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #212121;
    border-radius: 45px;
}

.copyText {
    font-size: 1rem;
    font-weight: 600;
}

.section-four-wrapper {
    background: #F6C43C;
    position: relative;
    padding: 24px 12px;
}

@media all and (min-width: 1200px) {
    .section-four-wrapper {
        padding: 56px;
    }
}

@media all and (min-width: 1200px) {
    .section-four {
        margin-bottom: 24px;
    }

    .section-four-wrapper {
        border-radius: 24px;
    }
}

.section-four-left-top {
    padding: 20px 20px 20px 24px;
    background: rgba(255, 255, 255, 0.37);
    border-radius: 24px;
    margin-bottom: 24px;
}

.section-four-left-top-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #212121;
    margin-bottom: 16px;
}

@media all and (min-width: 768px) {
    .section-four-left-top-title {
        font-size: 48px;
        line-height: 58px;
    }
}

.section-four-left-top-text {
    font-size: 16px;
    letter-spacing: -0.02rem;
}

.section-four-left-bottom {
    padding: 16px;
    background: rgba(255, 255, 255, 0.37);
    border-radius: 24px;
}

.section-four-left-bottom-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #212121;
    margin-bottom: 18px;
}

@media all and (min-width: 768px) {
    .section-four-left-bottom-title {
        font-size: 24px;
        line-height: 150%;
    }
}

.section-four-left-bottom-title a {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    border: 1px solid rgba(33, 33, 33, 0.5);
    border-radius: 51px;
    padding: 8px;
    display: inline-block;
    text-decoration: none;
    color: #212121;
    float: right;
}

.section-four-left-bottom-text p {
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.section-four-right {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-four-right-bottom {
    flex-grow: 1;
}

.section-four-right-bottom-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-four-right-bottom-form-message {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
}

.section-four-right-bottom-form-message textarea {
    flex-grow: 1;
}

.section-four-right-bottom-form .form-actions button {
    background: #2C3388;
    border-radius: 59px;
    color: #fff;
    width: 100%;
    padding: 16px;
    margin-bottom: 20px;
}

.section-four-right-bottom-form p {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.section-four-right h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.section-four-right label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.section-four-right-top {
    min-height: 268px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.section-four-right .form-control {
    border-radius: 8px;
    height: 59px;
}

.section-five {
    margin-bottom: 24px;
}

.section-five .col-md-6 {
    flex-grow: 1;
    display: flex;
}

.section-five-section {
    background: #000000;
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px 24px;
    height: 100%;
    border-radius: 24px;
}

@media all and (min-width: 768px) {
    .section-five-section {
        padding: 53px 56px 88px;
    }
}

.section-five-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.03em;
    background-image: url('../images/white-lines.svg');
    background-repeat: no-repeat;
    color: #ffffff;
    margin-bottom: 48px;
    padding-top: 35px;
}

@media all and (min-width: 768px) {
    .section-five-text {
        font-size: 36px;
        line-height: 44px;
    }
}

.section-five-author {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.section-six-wrapper {
    background: #FFFFFF;
    border-radius: 24px;
    position: relative;
    padding: 24px;
}

.section-six-wrapper .message {
    color: #2C3388;
    font-weight: 700;
}

@media all and (min-width: 768px) {
    .section-six-wrapper {
        padding: 56px 0;
    }
}

.section-six-wrapper form {
    max-width: 659px;
    margin: 0 auto;
}

.section-six-wrapper form label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.section-six-wrapper form .form-control {
    border-radius: 8px;
    height: 59px;
    margin-bottom: 25px;
}

.section-six-wrapper form .form-actions button {
    background: #2C3388;
    border-radius: 59px;
    color: #fff;
    width: 100%;
    padding: 16px;
    margin-bottom: 25px;
}

.section-six-wrapper form h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}

.section-six-wrapper form p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    text-align: center;
}

.section-six-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #212121;
    text-align: center;
    margin-bottom: 25px;
}

.section-six-subtitle {
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #212121;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 24px;
}

@media all and (min-width: 768px) {
    .section-six-title {
        font-size: 48px;
        line-height: 58px;
    }

    .section-six-subtitle {
        font-size: 18px;
        padding: 0;
    }
}

.section-seven {
    position: relative;
    padding: 24px 12px;
}

@media all and (min-width: 1200px) {
    .section-seven {
        padding: 56px 0;
    }
}

.section-seven-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

@media all and (min-width: 768px) {
    .section-seven-title {
        font-size: 24px;
        line-height: 29px;
    }
}

@media all and (max-width: 575px) {
    .section-seven-listing>div {
        max-width: 570px;
        margin: 0 auto;
    }
}

.section-seven a {
    overflow: hidden;
    display: flex;
    height: 94px;
    background: #FFF;
    margin: 0px 0px 32px;
    border-radius: 16px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.04em;
}

@media all and (min-width: 576px) {
    .section-seven a {
        height: 77px;
        margin: 12px 0px;
        font-size: 18px;
    }
}

/* .section-seven-listing>div:first-child a {
    background: #2C3388;
    color: #fff;
} */

.section-seven-listing>div:last-child a {
    margin-bottom: 0px;
}

.section-seven a span {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

@media all and (min-width: 1200px) {
    .section-seven a {
        box-shadow: none;
        margin: 12px 0px;
    }
}

footer {
    padding: 24px 0;
}

@media all and (min-width: 1200px) {
    footer {
        padding: 64px 0;
    }
}

footer p {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

footer .wrapper {
    background: #fff;
    border-radius: 24px;
}

@media all and (min-width: 576px) {
    footer .wrapper {
        padding: 48px;
    }
}

footer .footer-right {
    display: flex;
    flex-direction: column;
    height: 100%;
}

footer .footer-right img {
    max-height: 40px;
    width: 165px;
}

footer .footer-right p {
    margin-top: auto;
}

.logjam-page,
.logjam-numbers {
    /* max-width: 645px; */
    margin: 0 auto;
    padding: 0px 12px;
}

@media all and (min-width: 768px) {

    .logjam-page,
    .logjam-numbers {
        padding: 0px;
    }
}

.logjam-page h1,
.logjam-numbers h1 {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 44px;
    margin-bottom: 32px;
}

.logjam-page {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
}

@media all and (min-width: 768px) {
    .logjam-page {
        font-size: 18px;
        line-height: 27px;
    }
}

.logjam-page strong,
.logjam-numbers-item strong {
    font-weight: 700;
}

.logjam-numbers-item {
    background: #ffffff;
    border-radius: 16px;
    margin: 16px 0px;
    padding: 12px;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: -0.02em;
}

.logjam-numbers-item p {
    margin-bottom: 0px;
}

.logjam-numbers-item-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
    color: #2D2F8B;
}

.support-download-button {
    width: fit-content;
    margin: 0 auto;
}

.phrc-state .text p {
    margin-bottom: 1rem;
    letter-spacing: normal;
    /* line-height: normal; */
}

.phrc .wrapper .title-year {
    font-size: 2rem;
    font-weight: 600;
}

.phrc .wrapper .title-header {
    font-size: 2.9rem;
    font-weight: 700;
}

.phrc .btn,
.phrc-state .btn {
    background: #2D2F8B;
    color: #ffffff;
    border-radius: 100px;
    margin-top: 1rem;
    height: fit-content;
    width: fit-content;
}

.phrc-pres-intro-img {
    flex-basis: 20%;
    margin-right: 2rem;
    text-align: center;
}

.phrc-pres-intro-text {
    flex-basis: 80%;
}

.phrc-pres-intro-text p {
    margin-bottom: 1rem;
}

.phrc-stat-card {
    flex-basis: 50%;
    border-radius: 24px;
}

.stat-card-white {
    background: #FFFFFF
}

.stat-card-blue {
    background: #2D2F8B
}

.stat-heading {
    font-size: 1.2rem;
    font-weight: 600;
}

.pres-intro-header {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.phrc-state .text-sm {
    word-break: break-all;
}

.phrc-sbs-table {
    max-width: 980px;
    margin: 0 auto;
}

/* .phrc-banner-text {
    flex-basis: 50%;
} */

.phrc-video-container {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 104px 0px;
}

.phrc-video-container iframe {
    border-radius: 16px;
    overflow: hidden;
}

.phrc-banner-thumb {
    flex-basis: 60%;
}

.mhrc h1 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    max-width: 39rem;
}

.mhrc h2,
.mhrc-h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.mhrc p {
    margin-bottom: 1.5rem;
}

.mhrc h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.basis-half {
    flex-basis: 50%;
}

#national-mhrc {
    border-radius: 24px;
    background: white;
    overflow: hidden;
}

.mhrc .btn {
    background-color: #2D2F8B;
    color: #FFF;
}

p.graph-desc {
    text-align: center;
    font-size: smaller;
    font-weight: 500;
    margin-bottom: 2rem;
}

.mhrc-container {
    max-width: 1280px;
    margin: 0 auto;
}

.mhrc-text {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.mhrc-text h1,
.mhrc-text h2,
.mhrc-text p {
    margin-bottom: 1rem;
}

.mhrc-text h1 {
    font-size: 2rem;
    font-weight: 700;
}

.mhrc-chart {
    height: 500px !important;
    width: 100% !important;
}

.mhrc-container .btn {
    background-color: #2D2F8B;
    color: #FFF;
}

.pres-intro>*+* {
    margin-left: 2rem;
}

.mhrc .sources,
.mhrc-container .sources {
    font-size: 0.75rem;
}

.mhrc .sources p,
.mhrc-container .sources p {
    margin-bottom: 1rem;
}

.phrc-state h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.phrc-state h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.text hr {
    margin: 1rem 0rem;
}

.font-red {
    color: red;
}
.font-green {
    color: green;
}
.resources-references-text a {
    color: blue;
    text-decoration: underline;
}
.phrc-pres-intro-text a {
    color: blue;
    text-decoration: underline;
}
.phrc-table td {
    text-align: center;
}