﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/albert-sans-v1-latin-700.eot');
    src: url('../fonts/albert-sans-v1-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/albert-sans-v1-latin-700.woff2') format('woff2'), url('../fonts/albert-sans-v1-latin-700.woff') format('woff'), url('../fonts/albert-sans-v1-latin-700.ttf') format('truetype'), url('../fonts/albert-sans-v1-latin-700.svg#AlbertSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    color: hsla(221.25, 100%, 15.686274509803921%, 1);
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
    background: #e8e8e8;
}

#wrapper {
    max-width: 700px;
    margin: 0.75rem auto;
    border: 0 solid #000;
    padding: 0;
    background-color: #fff;
}

header {
    padding: 0;
}

article {
    padding: 1.875rem 1.875rem 0.9375rem;
}

article aside {
    font-family: 'Albert Sans', Arial, sans-serif;
}

.button {
    text-align: center;
    margin: 0.625rem 0 0;
}

.button a {
    display: inline-block;
    padding: 1em 2em;
    background: hsla(221.25, 100%, 15.686274509803921%, 1);
    color: #fff;
    border-radius: 0.3125rem;
    border: 1px solid transparent;
}

.button a:hover {
    background: hsla(221.25, 100%, 15.686274509803921%, 0.9);
}

footer {
    padding: 0 1.875rem 1.25rem;
}

figure {
    margin: 0;
}

p {
    margin: 0 0 1.5625rem;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 1rem 0 1.875rem;
    padding: 2.8125rem 0;
    font-weight: 700;
    font-size: 2.1875rem;
    line-height: 1.5;
    border-bottom: 25px solid #FFA028;
}

h2 {
    margin: 0;
    padding: 2.5rem 0;
    font-weight: 700;
    font-size: 1.8125rem;
    line-height: 1.5;
    border-top: 1px solid #001950;
}

h3 {
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
}

a {
    color: hsla(221.25, 100%, 15.686274509803921%, 1);
    text-decoration: none;
}

ul {
    margin: 0 0 1.25rem;
    list-style: none;
}

ul li {
    padding-left: 2.375rem;
    margin: 0.5em 0;
}

li:before {
    content: '\2022';
    color: #001950;
    float: left;
    margin-left: 0;
    font-size: 1.5625rem;
    text-indent: -1.25rem;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

@media all and (max-width: 700px) {
    body {
        font-size: 1rem;
    }

    #wrapper {
        min-width: 320px !important;
        padding: 0;
        margin: 0;
        border: none;
    }

    article {
        padding: 4.5%;
    }

    footer {
        padding: 0 4.5% 3%;
        margin: 0;
    }

    h1 {
        font-size: 2.0625rem;
    }

    h2 {
        font-size: 1.6875rem;
    }

    h3 {
        font-size: 1.4375rem;
    }

    a {
        white-space: nowrap;
    }

    br {
        display: none;
    }
}