@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot');
    src: local(''),
        url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-300.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-300.woff') format('woff'),
        url('../fonts/roboto-v30-latin-300.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''),
        url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-700.woff') format('woff'),
        url('../fonts/roboto-v30-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #234B65;
    font: 300 1em/1.2em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 685px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #97C6D4 url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    height: 904px;
}
:is(h1, h2, h4, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0 0 1rem;
    padding: 0.5rem;
    font-size: 1.25em;
    line-height: 1.4;
    background: rgba(34, 80, 114, 0.7);
    color: #fff;
    text-align: center;
    width: 300px;
    position: absolute;
    left: 26%;
    top: 2%;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1.6em;
    line-height: 1.3;
    color: #0375B3;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
    font-weight: 300;
    color: #fff;
}
h4 {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
h4 img {
    vertical-align: -2px;
    margin-right: 4px;
}
ul {
    padding: 0;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
    position: relative;
}
li:before {
    content: "*";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.social {
    position: absolute;
    right: 2rem;
    top: 2rem;
    color: #DEE9ED;
    display: flex;
}
.social i {
    font-size: 2em;
}
header {
    position: relative;
}
article {
    padding: 0 2rem;
    position: relative;
    margin-top: -1rem;
}
.nopd {
    padding: 0;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.left, .right {
    width: 48%;
}
.right {
    text-align: right;
    margin-top: -3.25rem;
}
footer {
    padding: 1.5rem 3rem 2rem;
    line-height: 1.25;
}
footer :is(p, li, h4) {
    color: #fff;
}
footer figure {
    margin: 0;
    position: absolute;
    right: 4.5rem;
    bottom: 4.5rem;
    z-index: 1;
}
@media only screen and (max-width:684px) {
    body {
        line-height: 1.3;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        height: auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    h1 {
        position: static;
        width: auto;
        margin: 0 -1rem 1rem;
        padding: 0.5rem 1rem;
    }
    h2 {
        font-size: 1.5em;
    }
    .social {
        right: 0.5rem;
        top: 0.5rem;
    }
    .social i {
        font-size: 1.5em;
    }
    .flex {
        flex-direction: column;
        gap: 2rem;
    }
    .left, .right {
        width: 100%;
        margin-top: 0;
        text-align: left;
    }
    article {
        margin-top: 0;
        padding: 0 1rem 0.5rem;
    }
    article br {
        display: none;
    }
    footer {
        padding: 1rem;
        background: rgba(34, 80, 114, 0.7);
        line-height: 1.4;
    }
    footer figure {
        position: static;
        display: flex;
        justify-content: center;
    }
}