@media only screen and (min-width: 1600px) {
    /* styles for browsers larger than 960px; */
    :root {
        --font-size: 1vw;
    }
}

@media only screen and (max-width: 1400px) {
    /* styles for browsers larger than 960px; */
    :root {
        --font-size: 1.145vw;
    }
}

@media only screen and (max-width: 1120px) {
    /* styles for browsers larger than 960px; */
    :root {
        --font-size: 1.4vw;
    }
    footer .col-md-5:last-child {
        width: 53%;
    }
    span.notice-paragraph {
        width: 70%;
    }

    .team_container .team-columns .team-member {
        width: calc(33.333% - 2px);
    }

    .main h2.headline {
        font-size: 2.5rem;
    }

    h2.headline.section {
        font-size: 2rem;
    }
    .picture-height-550 {
        height: 24.375rem;
    }


    .content-block_container .col-md-5 {
        width: 70%;
    }

    .content-block_container .col-md-3-half {
        width: 70%;
        margin-left: auto;
        order: 3;
        margin-right: 0 !important;
        margin-top: 3rem;
    }

    .milestones-block .col-md-5 {
        width: 41.67%;
    }

    .point-scroller_wrapper {
        width: 70%;
        margin-left: auto;
        margin-right: unset;
        order: 2;
        margin-top: 7rem;
    }

    .point-scroller_wrapper p {
        width: 50%;
    }

    .split-list > div {
        width: 34%;
    }

    .benefits-list hr:nth-child(4) {
        width: 100%;
        height: 1px;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .split-list.benefits-list:nth-child(2) {
        margin-top: 4rem;
        position: relative;
        padding-top: 4rem;
    }

    .split-list.benefits-list:nth-child(2)::before {
        content: '';
        width: 100%;
        left: 0;
        height: 1px;
        position: relative;
        background: #d3d7d8;
        top: -4rem;
        opacity: 0.4;
    }

    ul.nav.navbar-menu.page-menu li:not(.active) {
        display: none;
    }

    ul.nav.navbar-menu.page-menu li:not(.active) a {
        font-size: 0.875rem;

    }

    h3.headline.inner-section-header br {
        display: none;
    }

    .col-md-2, .col-md-1 {
        width: 20%;
    }

    .hero-banner h3.sub-title {
        width: 75%;
    }

    #who-we-are .col-md-5:first-child {
        width: 30%;
    }

    #who-we-are .col-md-5:last-child {
        width: 55%;
    }

    #who-we-are a.button-action:last-child {
        margin-top: 2rem;
    }

    #who-we-are .milestones-block .col-md-5 {
        width: 100%;
    }

    #who-we-are .milestones-block .col-md-5:last-child {
        margin-top: 5rem;
    }

    .content-block_container .col-sm-5 {
        width: 41.67%;
    }

    .content-block_container .col-sm-12 {
        width: 100%;
        height: 30rem;
    }

    .milestones-block.remove-top-margin.col-sm-12.col-md-5.border-top-line.border-bottom-line {
        border-bottom: unset;
    }

    hr.sm-full-width {
        width: 100%;
        height: 1px;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .hero-banner .slides .slide {
        background-size: 135% auto;
    }
    
}
@media only screen and (max-width: 1000px) {

    .hero-banner .slides .slide {
        background-size: 160% auto;
    }

}
@media only screen and (max-width: 870px) {
    .sm-hide { display: none; }

    footer .col-md-5.orientation-vertical {
        width: 100%;
    }
    span.notice-paragraph {
        width: 65%;
    }
    :root {
        --font-size: 1.8vw;
    }

    .hero-banner .slides .slide {
        background-size: 200% auto;
    }

    .header-color-01 .col-md-5 {
        width: 100%;
    }

    .col-md-2, .col-md-1 {
        width: 100%;
    }

    .content-block_container .col-md-5 {
        width: 100%;
    }

    .accordion-menu .col-md-2 {
        width: 10%;
    }

    .accordion-menu .col-md-5 {
        width: 85%;
    }

    .content-block_container .col-md-3-half {
        width: 100%;
    }

    .content-block_container .col-md-6 {
        width: 100%;
    }

    .row.padding,
    .form.padding {
        width: 86%;
    }

    .grid-12.orientation-vertical.form.padding.padding-left-7.padding-right-6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .col-xs-12 {
        width: 100% !important;
    }

    #who-we-are .col-md-5:first-child {
        width: 100%;
    }

    #who-we-are a.button-action:last-child {
        margin-top: 0;
    }

    #who-we-are .col-xs-5 {
        width: 40% !important;
    }

    #who-we-are .milestones-block .col-md-5:last-child {
        margin-top: 0rem;
        margin-bottom: 8rem;
    }

    #who-we-are .milestones-block .col-md-5:last-child {
        margin-top: 0rem;
        margin-bottom: 8rem;
    }

    .xs-hide { display: none; }

    .hero-banner h3.sub-title {
        width: 100%;
    }

}

@media only screen and (max-width: 670px) {
    #notice svg.warning {
        display: none;
    }

    span.notice-title {
        display: none;
    }

    span.notice-paragraph {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    span.notice-paragraph {
        width: 85%;
        font-size: 0.8rem;
    }

}

@media only screen and (max-width: 550px) {
    span.notice-paragraph {
        width: 87%;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 450px) {
    span.notice-paragraph {
        font-size: 1.25rem;
    }
}