@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: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v32-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/nunito-v32-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v32-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/nunito-v32-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/nunito-v32-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/nunito-v32-latin-regular.svg#Nunito') 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: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v32-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/nunito-v32-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v32-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/nunito-v32-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/nunito-v32-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/nunito-v32-latin-700.svg#Nunito') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #3C3C3C;
    font: 1em/1.5 'Nunito', sans-serif;
    background: url('../images/bg.jpg') no-repeat center center fixed;
}
#wrapper {
    position: relative;
    max-width: 800px;
    min-width: 250px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
}
p {
    padding-bottom: 0.75rem;
}

p, li {
    hyphens: auto;
}
h1 {
    margin: 0 0 2rem;
    font-size: 2em;
    line-height: 1.3;
    text-transform: uppercase;
}
h2 {
    font-size: 1.250em;
    line-height: 1.3em;
    padding-bottom: 1rem;
}
h1, h2 {
    color: #021D49;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul li ul li:before {
    width: 0;
    height: 0;
    border-radius: 0;
    content: "\2714";
    content: "\00BB";
    top: -1px;
    vertical-align: text-top;
}
ul li ul{
    padding-bottom: 0;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding-left: 1.125rem;
}
ul li:before {
    content: "\2022";
    font-size: 1.2em;
    float: left;
    margin: -4px 0 0 -1.125rem;
}
@-webkit-keyframes slidy {
    0% {
        left: 0%;
    }
    16.6% {
        left: 0%;
    }
    33.2% {
        left: -100%;
    }
    49.8% {
        left: -100%;
    }
    66.4% {
        left: -200%;
    }
    83% {
        left: -200%;
    }
    100% {
        left: -300%;
    }
}
@keyframes slidy {
    0% {
        left: 0%;
    }
    16.6% {
        left: 0%;
    }
    33.2% {
        left: -100%;
    }
    49.8% {
        left: -100%;
    }
    66.4% {
        left: -200%;
    }
    83% {
        left: -200%;
    }
    100% {
        left: -300%;
    }
}
header {
    overflow: hidden;
    border-radius: 3px;
    background: transparent !important;
}
header figure img {
    width: 25%;
    float: left;
}
header figure {
    position: relative;
    width: 400%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation-name: slidy;
    -webkit-animation-duration: 30s;
    -webkit-animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    animation: 30s slidy infinite;
}
header {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 0.75rem;
}
.content, .logo {
    padding: 35px 35px 8px 35px;
}
.contact {
    padding: 35px 35px 8px 35px;
    background: #1D4289;
}
small {
    font-size: 0.875em;
    line-height: 1.3;
}
.contact :is(h2, p) {
    color: #fff;
}
.link a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 8px 26px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 26px;
    margin-bottom: 53px;
    border-radius: 1px;
    font-weight: 600;
    text-align: center;
}
.link a:hover {
    background-color: #021d49;
}
footer {   
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
footer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0.5rem;
    }
    p, li {
        hyphens: auto;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    h1 {
        font-size: 1.692em;
    }
    .content {
        padding: 1rem;
    }
}
@media only screen and (max-width: 400px) {
    .link a {
        padding: 0.5rem 2rem;
    }
}