@media only all and (max-width: 700px) {
    body {
        font-size: 90%;
        line-height: 1.5;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .frame-outer {
        width: 100%;
        font-size: 0.9rem;
    }

    .footer img {
        position: static;
        margin-bottom: 1rem;
    }

    .hide_m {
        display: none;
    }
}

@media only all and (max-width: 460px) {
    .header img {
        height: 61px;
    }
}

@media only all and (max-width: 420px) {
    .content-first {
        margin-top: -3rem;
    }

    h1 {
        padding: 1rem;
        text-align: center;
    }

    h1 img {
        position: static;
        display: block;
        margin: 0 auto 0.5rem;
    }
}
.refnr {}

.apply {}
