@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;
}
h1, h2, strong {
    font-weight: 700;
}
#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: 5.5rem 1rem 2rem 6rem;
}
p {
    text-align: justify;
    padding-bottom: 1rem;
}
: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;
}
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;
}
article {
    margin-top: -11rem;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.left {
    width: 46%;
}
.right {
    width: 52%;
    margin-top: -1rem;
}
.bg1 {
    padding: 1rem 5rem 1rem 1rem;
    background: #F6911E url('../images/icon1.jpg') top 1rem right 1rem no-repeat;
    margin-bottom: 1rem;
}
.bg1 li:before {
    content: "+";
    font-size: 1.5em;
    transform: scaleY(1);
}
.bg2 {
    padding: 1rem 5rem 1rem 1rem;
    background: url('../images/icon2.png') top 1rem right 1rem no-repeat, linear-gradient(to right, #001C62, #537CC8);
}
.bg1 :is(h2, li), .bg2 :is(h2, p) {
    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 {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    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 {
        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;
    }
    h1 {
        font-size: 1.5em;
    }
    article {
        padding: 1rem 0;
    }
    a.apply {
        font-size: 1.5em;
    }
}