:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v47-latin-regular.eot');
    src: url('../fonts/roboto-v47-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-v47-latin-regular.woff') format('woff'),
        url('../fonts/roboto-v47-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-v47-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v47-latin-700.eot');
    src: url('../fonts/roboto-v47-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v47-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-v47-latin-700.woff') format('woff'),
        url('../fonts/roboto-v47-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-v47-latin-700.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    line-height: 1.4em;
    background-color: #FFFFFF;
}

#wrapper {
    position: relative;
    max-width: 870px;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 0;
    overflow: hidden;
}

header,
article {
    padding: 0 1.188rem;
}

p {
    text-align: left;
}

p span {
    color: #0075ab;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    text-align: left;
    font-size: 2em;
    line-height: 1.1em;
    color: #000;
}

h2 {
    font-size: 1.5em;
    line-height: 1.231em;
    color: #0075ab;
}

h3 {
    font-size: 1.231em;
    line-height: 1.231em;
}

h4 {
    font-size: 1.231em;
    line-height: 1.231em;
    margin-bottom: 0;
    color: #000;
}

h4 span {
    color: #0075ab;
}

h5 {
    margin: 2rem auto 1rem;
    display: flex;
    justify-content: center;
}

h6 {
    color: #0075ab;
    font-weight: normal;
    font-size: 30px;
    margin: 1rem 0;
    line-height: 1.3;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    padding-left: 1.7rem;
}

li {
    padding-bottom: 0.2rem;
}

header p {
    color: #000;
}

header img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

header section {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

header aside:nth-child(1) {
    width: 67%;
}

header aside:nth-child(2) {
    width: 25%;
    position: absolute;
    right: 2.812rem;
    top: 2.75rem;
}

article aside {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #d4f0fd;
    padding: 0 1rem;
}

article section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    padding: 0 1rem;
}

footer img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

footer section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #FFF;
    padding: 0 1.188rem;
    margin-bottom: 1rem;
}

footer div {
    width: 100%;
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 25rem;
    border: none;
}

footer img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 0 1.2rem 1rem 0;
}

footer section:nth-child(1) {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 1rem;
}

footer section:nth-child(2) {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1.5rem;
}

footer section:nth-child(3) {
    display: inline-block;
    width: 96%;
    vertical-align: top;
    background-color: #d4f0fd;
    margin: 0 2.188rem 0 1.188rem;
}

footer p {
    text-align: center;
    width: 100%;
    color: #000;
}

.logo {
    padding-bottom: 1rem;
}

article > section {
    position: relative;
}

.logo {
    position: absolute;
    right: 1.25rem;
    top: 3rem;
    display: block;
    overflow: hidden;
}

.btn {
    width: 18rem;
    font-size: 1.125rem;
    text-align: center;
    background-color: #0075ab;
    padding: 0.75rem 1rem;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.btn:hover {
    color: #525252;
}

.link {
    color: #000;
    text-decoration: none;
}

@media only screen and (max-width:870px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .logo {
        position: static;
        margin: 30px auto 0;
        display: block;
        padding: 0
    }

    h1 {
        font-size: 22px;
        text-align: center;
    }

    h3 + p,
    h6,
    .center {
        text-align: center;
    }

    h5 {
        margin: 0 0 30px;
    }

    h6 {
        font-size: 21px;
    }

    header,
    article,
    footer {
        padding: 0 0.5rem;
    }

    header section {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    header aside:nth-child(1),
    header aside:nth-child(2) {
        width: 100%;
    }

    header aside:nth-child(2) {
        position: static;
    }

    section {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        background-color: #FFF;
        padding: 0;
        margin-bottom: 1rem;
    }

    footer section:nth-child(3) {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        background-color: #F2F0E9;
        margin: 0 2.188rem 0 0;
    }

    .no_padding {
        padding: 0
    }
}
