@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/league-spartan-v11-latin-regular.eot');
    src: url('../fonts/league-spartan-v11-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/league-spartan-v11-latin-regular.woff2') format('woff2'), url('../fonts/league-spartan-v11-latin-regular.woff') format('woff'), url('../fonts/league-spartan-v11-latin-regular.ttf') format('truetype'), url('../fonts/league-spartan-v11-latin-regular.svg#LeagueSpartan') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/league-spartan-v11-latin-700.eot');
    src: url('../fonts/league-spartan-v11-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/league-spartan-v11-latin-700.woff2') format('woff2'), url('../fonts/league-spartan-v11-latin-700.woff') format('woff'), url('../fonts/league-spartan-v11-latin-700.ttf') format('truetype'), url('../fonts/league-spartan-v11-latin-700.svg#LeagueSpartan') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000000;
    font: 400 1em/1.1em 'League Spartan', Arial, sans-serif;
}

#wrapper {
    position: relative;
    max-width: 1040px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg2.jpg') bottom left no-repeat, url('../images/bg.jpg') top left no-repeat, #fff;
    overflow: hidden;
    padding: 3.5rem 1rem 2rem 6rem;
}

p {
    padding-bottom: 1rem;
}

p,
ul {
    text-align: justify;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    margin: 0 0 1rem;
    font-size: 3em;
    line-height: 1.1em;
    font-weight: normal;
}

h1:before {
    content: url('../images/iconh1.jpg');
    float: left;
    margin-left: -2rem;
}

h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}

h1,
h2 {
    text-transform: uppercase;
    color: #1A398D;
}

ul {
    padding: 0 0 1rem;
    list-style: none;
}

li {
    padding: 0 0 0.5rem 1rem;
}

li:before {
    content: "›";
    font-size: 2em;
    transform: scaleY(0.9);
    float: left;
    margin: -1px 0 0 -1rem;
}

.width {
    width: 45%;
}

header {
    display: flex;
    justify-content: space-between;
    margin-right: 9rem;
    align-items: flex-start;
}

header:after {
    content: "";
    position: absolute;
    height: 5rem;
    border: 1px solid #fff;
    top: 0;
}

header>a {
    margin-top: 3rem;
}

article {
    margin-top: -10rem;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.left {
    width: 46%;
}

.right {
    width: 52%;
    margin-top: -1rem;
}

.bg {
    padding: 1rem 5rem 1rem 1rem;
}

.bg1 {
    background: #F6911E url('../images/icon1.png') top 1rem right 1rem no-repeat;
    margin-bottom: 1rem;
}

.bg1 h2 {
    color: #000;
}

.bg1 li:before {
    content: "+";
    font-size: 1.5em;
    line-height: .9;
}

.bg2 {
    background: url('../images/icon2.png') top 1rem right 1rem no-repeat, linear-gradient(to right, #001C62, #537CC8);
    color: #fff;
}

.bg2 h2 {
    color: #fff;
}

a.apply {
    display: block;
    background: #F6911E;
    color: #fff;
    padding: 0.5rem 1rem;
    margin: -0.5rem 0 0.5rem;
    font-size: 1.75em;
    line-height: 1.3;
}

footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1.5rem;
    margin: 2rem 0 0;
}

footer p {
    text-transform: uppercase;
    font-size: 0.9375em;
    line-height: 1.3;
    text-align: left;
}

.col {
    width: 34%;
}

@media only screen and (max-width: 1039px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        text-align: inherit;
    }

    p :is(span, a) {
        display: inline-block;
    }
}

@media only screen and (max-width: 930px) {
    #wrapper {
        padding: 0 1rem;
        background-image: none;
    }

    header {
        padding: 2rem;
        background: linear-gradient(to right, #001C62, #537CC8);
        margin: 0 -1rem;
    }

    header:after,
    h1::before {
        display: none;
    }

    article {
        margin: 0;
        padding: 1rem;
    }

    .width {
        width: auto;
    }

    footer {
        flex-direction: column;
        margin: 1rem 0;
    }

    footer .flex {
        flex-direction: column;
        align-items: center;
    }

    footer p {
        text-align: center;
    }

    .col {
        width: auto;
    }
}

@media only screen and (max-width: 780px) {
    h1 {
        font-size: 2em;
    }

    article .flex {
        flex-direction: column;
    }

    .left,
    .right {
        width: auto;
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    header {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    header>a {
        margin-top: 0;
    }

    h1 {
        font-size: 1.5em;
    }

    article {
        padding: 1rem 0;
    }

    a.apply {
        font-size: 1.5em;
    }

    .bg3 {
        padding: 1rem;
    }
}