@charset "utf-8";
/* nunito-regular - latin */
@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 */
}
/* nunito-700 - latin */
@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: 400 1.1em/1.43 'Nunito', Arial, sans-serif;
  background: linear-gradient(180deg, rgba(239, 239, 239, 0.3) 300px, rgba(239, 239, 239, 1) 800px) fixed, url('../images/bg.jpg') no-repeat top center fixed;
}
#wrapper {
  position: relative;
  max-width: 800px;
  min-width: 250px;
  margin: 1rem auto;
  overflow: hidden;
}
h1,h2,strong{
  font-weight: 700;
}
p.small{
  font-size: 0.7em;
  line-height: 1.3em;
}
p {
  padding-bottom: 1.5rem;
}
p, li {
    hyphens: auto;
}
h1 {
  margin: 0 0 2rem;
  font-size: 1.5em;
  line-height: 1.3;
  text-transform: uppercase;
}
h2 {
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 0.5rem;
}
h1, h2 {
    color: #021D49;
}
:is(a:link, a:visited, a:hover, a:active) {
  color: #FFF;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0 0 2rem;
  list-style: none;
}
li {
  padding-left: 1.125rem;
}
ul li:before {
  content: "\2022";
  float: left;
  margin: -1px 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;
  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;
}
.logo, article{
  background: #FFF;
  padding: 2rem;
}
article{
  padding: 1rem 2rem 0;
}
.bg{
  background: #1D4289;
  margin: 0 -2rem;
  padding: 2rem;
}
.bg :is(h2,p){
  color: #FFF;
}
:is(section, footer) div {
  padding: 0.75rem 2rem 2rem;
}
footer p:last-of-type {
  padding: 0;
}
.link a {
    display: inline-block;
    margin: 1.625rem 0 0;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s;
    border: 2px solid #FFF;
    background-color: #1D4289;
    color: #fff;
    font-size: 1.063rem;
    line-height: 1.5;
    padding: 0.5rem 2rem;
}
.link a:hover {
    color: #FFF;
    background-color: #021D49;
}
footer .iframe {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
footer .iframe iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media only screen and (max-width: 899px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 0.5rem;
  }
  p, li {
    hyphens: auto;
  }
  .logo {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
    li {
        padding-left: 1.25rem;
    }
}
@media only screen and (max-width: 400px) {
    .link a {
        padding: 0.5rem 2rem;
    }
}