@media only all and (max-width: 759px) {
    body {
        font-size: 90%;
        line-height: 1.5;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .frame-outer {
        width: 100%;
        font-size: 0.9rem;
margin: 0;
border: none;
    }

    .header {
        padding: 0rem;
    }

    .logo {
        top: 1rem;
        left: 1rem;
    }

    .content {
        padding: 1rem 1rem 0rem;
    }

    .flexbox {
        display: block;
    }

    .box {
        width: 100%;
    }

	.left {
    width: 100%;
}

.right {
 
	width: 50%;
	display: block;
}

    .justifier {
        text-align: left;
    }
}

@media only all and (max-width: 500px) {
    .logo {
        position: static;
        margin: 0.25rem;
    }

    .footer iframe {
        height: 200px;
    }

    h1 {
        font-size: 1.5rem;
    }
}

@media only all and (max-width: 355px) {
    h1 {
        font-size: 1.25rem;
    }
}
.refnr {}

.apply {}
