@charset "utf-8";
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/barlow-condensed-v13-latin-900.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/barlow-condensed-v13-latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/barlow-condensed-v13-latin-900.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/barlow-condensed-v13-latin-900.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/barlow-condensed-v13-latin-900.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/barlow-condensed-v13-latin-900.svg#BarlowCondensed') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v13-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/barlow-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/barlow-v13-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/barlow-v13-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/barlow-v13-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/barlow-v13-latin-regular.svg#Barlow') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v13-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/barlow-v13-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/barlow-v13-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/barlow-v13-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/barlow-v13-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/barlow-v13-latin-700.svg#Barlow') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/barlow-v13-latin-900.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/barlow-v13-latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/barlow-v13-latin-900.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/barlow-v13-latin-900.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/barlow-v13-latin-900.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/barlow-v13-latin-900.svg#Barlow') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #00457d;
    font: 0.938em/1.5em 'Barlow', Arial, sans-serif;
    background: #EFEFEF;
}
#wrapper {
    position: relative;
    max-width: 1040px;
    margin: 1rem auto;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2.2em;
    line-height: 1.1;
}
h2 {
    font-size: 1.75em;
    line-height: 1.3;
    padding-bottom: 0.7rem;
}
h3 {
    font-size: 1.375em;
    line-height: 1.3;
    text-align: center;
}
h2, h3, footer p {
    font-family: 'Barlow Condensed', Arial, sans-serif;
    text-transform: uppercase;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
}
hr {
    border: none;
    margin: 0 0 0.5rem;
    border-bottom: 1px solid #000;
}
article {
    padding: 1em 3em 0;
}
figure {
    display: flex;
    justify-content: center;
}
a.apply {
    background: #00457d;
    color: #fff;
    text-decoration: none;
    padding: 4px 23px 7px 23px;
    border-radius: 26px;
    margin: 15px auto;
    width: fit-content;
    font-weight: bold;
    display: block;
}
a.apply:hover {
    background: #fff;
    border: 2px solid #00457d;
    color: #00457d;
}
.mail, .phone {
    width: 25px;
}
.box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left, .right {
    width: 49%;
}
.box section {
    width: 30%;
}
.center {
    text-align: center;
}
a.underline {
    color: #0000EE;
    text-decoration: underline;
}
.banner {
    margin: 0 -3rem -2rem;
}
footer p {
    background: #0C447C;
    padding: 2em 2em 2em;
    color: #fff;
    font-size: 1.8em;
    line-height: 1.2;
}
@media only screen and (max-width:1039px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, ul) {
        hyphens: auto;
    }
    article {
        padding: 1rem 2rem 0;
    }
    .banner {
        margin: 0 -2rem -1rem;
    }
    footer p {
        padding: 2rem 2rem 1rem;
    }
}
@media only screen and (max-width:780px) {
    .box section, .left, .right {
        width: 100%;
    }
    h3 br {
        display: none;
    }
    h3 {
        margin: 0 0 1rem;
    }
}
@media only screen and (max-width:530px) {
    .box {
        display: block;
    }
    h1 {
        font-size: 1.6em;
    }
}