@media screen and (max-width: 1600px) {
    html {
        font-size: 1vw;
    }


    .hero-images {

        background-position: 40% 0%;

    }

}


@media screen and (max-width: 1200px) {

    .hero-images {

        background-position: 60% 0%;

    }

}

@media screen and (max-width: 1300px) {


    html {
        font-size: 1.1vw;
    }

    .hero-elements h1 {
        font-size: 3.5rem;

    }

}

@media screen and (max-width:1080px) {

    .apply-thankyou .gird-column.width-45-percent.stack-children.align-start {
        width: 50%;
    }

    .apply-thankyou .grid-column.stack-children.width-40-percent {
        width: 41%;
    }

}


@media screen and (max-width:1000px) {
    html {
        font-size: 1.45vw;
    }
    body.begin > div:first-child {
        max-width: 40rem;
    }
    .hero-elements {
        display: none;
    }
    .hero-images {
        max-width: calc(100% - 40rem);
    }

    .hero-images {

        background-position: 65% 0%;

    }
}

@media screen and (max-width: 980px) {
    html {
        font-size: 1.5vw;
    }



}

@media screen and (max-width: 800px) {
    html {
        font-size: 2.4vw;
    }

    form {
        margin-top: 2rem;
    }

    .hero-images { display: none; }

    body.begin > div:first-child {
        max-width: 100vw;
    }

    .apply-thankyou .gird-column.width-45-percent.stack-children.align-start {
        width:100%;
    }

    .width-full-on-800 {
        width: 100% !important;
    }

    .apply-thankyou .grid-column.stack-children.width-40-percent {
        width:100%;
    }

    .width-84-percent {
        width: 76%;
    }
    :root {
        --page-padding: 4rem;
    }

    .grid-column.width-13-percent {
        width: 20%;
    }

    .grid-column.width-45-percent {
        width: 70%;
    }

    .gird-column.width-45-percent.stack-children.align-start {
        width: 100%;
        margin-bottom: 4rem;
    }

    .grid-column.stack-children.width-40-percent {
        width: 100%;
    }

}

@media screen and (max-width: 670px) {
    html {
        font-size: 2.65vw;
    }

    .width-84-percent {
        width: 100%;
    }

    .width-40-percent {
        width: 50%;
    }

    #page-header-bar > div {

        justify-content: center;
    }

    .width-30-percent {
        width: 56%;
        margin-bottom: 3rem;
    }

    .grid-column.width-45-percent {
        width: 90%;
    }

    .grid-column.width-13-percent {
        width: 40%;
        margin-bottom: 3rem;
    }
    .width-48-percent {
        width: 100%;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:520px) {
    html {
        font-size: 3vw;
    }
    .margin-top-5 {
        margin-top: 1rem;
    }
    .margin-top-12 {
        margin-top: 7rem;
    }
    .page form fieldset {

        margin-bottom: 8rem;
    }
}