@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/overpass-v19-latin-regular.eot');
    src: url('../fonts/overpass-v19-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/overpass-v19-latin-regular.woff2') format('woff2'), url('../fonts/overpass-v19-latin-regular.woff') format('woff'), url('../fonts/overpass-v19-latin-regular.ttf') format('truetype'), url('../fonts/overpass-v19-latin-regular.svg#Overpass') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/overpass-v19-latin-700.eot');
    src: url('../fonts/overpass-v19-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/overpass-v19-latin-700.woff2') format('woff2'), url('../fonts/overpass-v19-latin-700.woff') format('woff'), url('../fonts/overpass-v19-latin-700.ttf') format('truetype'), url('../fonts/overpass-v19-latin-700.svg#Overpass') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #22211e;
    font: 400 1em/1.3em 'Overpass', Arial, sans-serif;
}
h1, h2, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 1270px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #F6F6F6;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #3d7ad3;
    text-decoration: none;
}
a[href^="tel:"] {
    color: #22211e;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 2rem;
    font-size: 2.25em;
    line-height: 1.1em;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
h3, h4 {
    font-weight: 400;
}
h3 {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
h4 {
    font-size: 1em;
    line-height: 1.3em;
    color: #3d7ad3;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 2rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
header {
    padding: 1rem;
    background: #fff;
}
article {
    padding: 2rem 3rem 0;
}
.box {
    padding: 1rem 2rem 0;
    background: #D8E4F6;
    border-left: 4px solid #3D7AD3;
    margin-bottom: 2rem;
}
.box strong {
    display: inline-block;
    width: 30%;
}
article .flex {
    margin: 0 2rem 2rem;
}
.flex div {
    /* flex: 1; */
    width: fit-content;
}
.flex {
    display: flex;
    justify-content: center;
    gap: 0 2rem;
    align-items: center;
}
footer {
    padding: 0 3rem 1rem;
}
footer > p {
    text-align: center;
}
footer .flex {
    justify-content: center;
    margin-bottom: 2rem;
}
a.apply {
    display: block;
    width: fit-content;
    margin: 0 0 1rem;
    padding: 0.75rem 1rem 0.5rem;
    border-radius: 0.125rem;
    border: 1px solid #3D7AD3;
    background: #3D7AD3;
    color: #fff;
}
@media only screen and (max-width: 1269px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 780px) {
    .flex {
        flex-direction: column;
        align-items: center;
    }
    article .flex {
        margin: 0;
    }
    article .flex img {
        display: none;
    }
    footer p {
        text-align: center;
    }
    .box strong {
        width: auto;
    }
    a.apply {
        margin: 0 auto 1rem;
    }
}
@media only screen and (max-width:480px) {
    li {
        padding-left: 1rem;
    }
    article {
        padding: 1rem 1rem 0;
    }
    footer {
        padding: 0 1rem;
    }
}