@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #666;
    font: 400 1rem/1.7em 'Open Sans', Arial, sans-serif;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 1rem;
    background: #e9e9e9;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

header {
    background: #009fe3;
    padding-top: 2rem;
}

.top {
    position: absolute;
    top: 2rem;
    right: .625rem;
}

.content {
    max-width: 61.25rem;
    margin: 0 auto;
    position: relative;
}

p {
    margin: 0 0 1rem;
}

:is(p, ul) {
    hyphens: auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

section {
    background: #fff;
    width: 70%;
    padding: 1.5rem 1.5rem 5rem;
    box-shadow: 0 0 3.125rem 0 rgba(0, 0, 0, 0.3);
    margin-top: -5rem;
}

aside {
    background: #fff;
    width: 30%;
    padding: 1.875rem;
    border-bottom: solid 1.875rem #009fe3;
    display: flex;
    flex-wrap: wrap;
}

aside .logo {
    align-self: flex-end;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

:is(h1, h2) {
    color: #009fe3;
    font-weight: normal;
}

h1 {
    font-size: 42px;
    margin: 1.5rem 0 3rem;
    line-height: 120%;
    text-transform: uppercase;
}

h2 {
    font-size: 1.8rem;
    margin: 0 -1.5rem;
    padding: 0 2.5rem;
    list-style: none;
}

h2:before {
    content: "";
    float: left;
    position: relative;
    width: 2rem;
    height: 1.312rem;
    background: #009fe3;
    margin: 0 .5rem 0 -2.5rem;
    top: .187rem;
}

h3 {
    font-size: 1rem;
    color: #3598db;
    margin: 0 0 2rem 1rem;
    text-decoration: underline
}

.font {
    font-size: 1.125rem;
    hyphens: none;
}

ul {
    margin: 0.5rem 0 2.5rem 1.125rem;
    list-style: none;
}

ul li:before {
    content: "\00BB";
    float: left;
    font-size: 1.25rem;
    margin: -0.125rem 0 0 -1.25rem;
}

.apply {
    display: flex;
    justify-content: center;
}

a.btn {
    background: #009fe3;
    color: #fff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.75rem;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    margin: 2rem 0 0;
    position: absolute;
    bottom: 4rem;
    left: 50%
}

a.btn:hover {
    background: #4cbceb;
}

.links {
    margin: 0 0 1rem 1.125rem
}

footer {
    background: #009fe3;
    margin-top: -6.25rem;
    height: 8.125rem;
}

@media only screen and (max-width: 61.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    .top {
        position: absolute;
        top: 1rem;
        right: 0
    }

    h3 {
        margin: 0 0 1rem 0
    }
}

@media only screen and (max-width: 53.125rem) {
    .no_margin_bottom {
        margin: 0;
    }

    .top {
        display: none;
    }

    .flex {
        flex-direction: column;
    }

    section {
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        padding: 1rem 1rem 0;
    }

    aside {
        width: 100%;
        border-bottom: none;
        flex-direction: column-reverse;
        gap: 1rem;
        padding: 2rem 1rem 1rem;
    }

    aside .logo {
        align-self: center;
    }

    a.btn {
        position: static;
        display: block;
        width: fit-content;
        margin: 2rem auto
    }

    footer {
        padding: 0 0 7rem;
        margin: 0;
        background: none;
        border-bottom: solid 1.875rem #3C9DE1
    }
}

@media only screen and (max-width: 30rem) {
    h1 {
        font-size: 35px;
        text-align: center;
    }

    h2 {
        font-size: 1.25rem;
    }

    a.btn {
        font-size: 1.25rem;
    }
}
