@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: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/asap-v34-latin-regular.eot');   /* IE9 Compat Modes */
    src: url('../fonts/asap-v34-latin-regular.eot?#iefix') format('embedded-opentype'),      /* IE6-IE8 */
    url('../fonts/asap-v34-latin-regular.woff2') format('woff2'),      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/asap-v34-latin-regular.woff') format('woff'),      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('../fonts/asap-v34-latin-regular.ttf') format('truetype'),      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('../fonts/asap-v34-latin-regular.svg#Asap') 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: 'Asap';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/asap-v34-latin-700.eot');   /* IE9 Compat Modes */
    src: url('../fonts/asap-v34-latin-700.eot?#iefix') format('embedded-opentype'),      /* IE6-IE8 */
    url('../fonts/asap-v34-latin-700.woff2') format('woff2'),      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/asap-v34-latin-700.woff') format('woff'),      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('../fonts/asap-v34-latin-700.ttf') format('truetype'),      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('../fonts/asap-v34-latin-700.svg#Asap') 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: 'Archivo Narrow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/archivo-narrow-v35-latin-regular.eot');   /* IE9 Compat Modes */
    src: url('../fonts/archivo-narrow-v35-latin-regular.eot?#iefix') format('embedded-opentype'),      /* IE6-IE8 */
    url('../fonts/archivo-narrow-v35-latin-regular.woff2') format('woff2'),      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/archivo-narrow-v35-latin-regular.woff') format('woff'),      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('../fonts/archivo-narrow-v35-latin-regular.ttf') format('truetype'),      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('../fonts/archivo-narrow-v35-latin-regular.svg#ArchivoNarrow') 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: 'Archivo Narrow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/archivo-narrow-v35-latin-700.eot');   /* IE9 Compat Modes */
    src: url('../fonts/archivo-narrow-v35-latin-700.eot?#iefix') format('embedded-opentype'),      /* IE6-IE8 */
    url('../fonts/archivo-narrow-v35-latin-700.woff2') format('woff2'),      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/archivo-narrow-v35-latin-700.woff') format('woff'),      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('../fonts/archivo-narrow-v35-latin-700.ttf') format('truetype'),      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('../fonts/archivo-narrow-v35-latin-700.svg#ArchivoNarrow') format('svg');   /* Legacy iOS */
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font: 1em/1.5em 'Asap', Arial, sans-serif;
}

#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #000;
}

p {
    padding-bottom: 1rem;
}

h1, h2, h3 {
    color: #005ea8;
}

h1, h3, .center {
    text-align: center;
}

h1 {
    margin: 0 0 0.5rem;
    font-size: 1.9em;
    line-height: 1.1;
    font-family: 'Archivo Narrow', Arial, sans-serif;
}

h2 {
    font-size: 1.375em;
    line-height: 1.3;
    padding-bottom: 0.5rem;
}

h3 {
    font-size: 1.25em;
    line-height: 1.3;
    padding-bottom: 2rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0 0 1rem;
    list-style: none;
}

li {
    padding: 0 0 1rem 3rem;
    background: url('../images/checklist.png') no-repeat -1px 0;
}

header {
    padding: 0.5rem 1.5rem;
    background: #005EA8;
}

.banner img {
    display: block;
}

.banner {
    margin: 0 -1.5rem 1.5rem;
}

article {
    padding: 0 1.5rem;
}

.contact {
    background: #F0EAE4;
    padding: 1rem 1.5rem;
}

.box {
    display: flex;
    justify-content: center;
}

.box p {
    padding: 2rem 0 0 2rem;
}

footer img {
    border-radius: 50%;
}

footer .center {
    padding: 2rem 1.5rem;
}

a.button {
    background: #009959;
    border: #009959 solid 2px;
    border-radius: 3px;
    padding: 0.5rem 5rem;
    color: #fff;
    text-transform: uppercase;
}

.button:hover {
    background: #fff;
    color: #009959;
}

@media only screen and (max-width:849px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    :is(p, ul) {
        hyphens: auto;
    }

}
