@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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') 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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #000;
  font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 895px;
  margin: 1rem auto;
  border: solid 1px #000;
  background-color: #fff;
  overflow: hidden;
}
article p {
  padding-bottom: 0.8rem;
}
h1 {
  margin: 0.25rem 0 0.6rem;
  font-size: 2.7em;
  line-height: 1.1em;
  color: #185AAA;
  text-align: center;
}
h2 {
  font-size: 1em;
  line-height: 1.3em;
  color: #EE1D23;
}
h3 {
  font-size: 3em;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}
:is(a:link,a:hover,a:visited,a:active){
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul {
  padding: 0 0 1rem;
  list-style: none;
}
li {
  padding-left: 1rem;
}
ul li:before {
  content: "•";
  font-size: 1.25em;
  float: left;
  margin: 1px 0 0 -1rem;
}
header {
  position: relative;
}
.logo {
  display: flex;
  justify-content: center;
  padding: 0.6rem 1rem;
  background: #ED1B24;
}
.lgabs {
  position: absolute;
  top: 15%;
  left: 1rem;
}
@-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%; }
}
footer section { overflow: hidden; }
footer section figure img { width: 25%; float: left; }
footer section figure { 
  position: relative;
  width:400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-name:slidy;
  -webkit-animation-duration: 15s;
  -webkit-animation-delay: 5s;
  -webkit-animation-iteration-count: infinite;
  animation: 15s slidy infinite; 
}
article {
  padding: 0.5rem 1.5% 0;
}
article > p {
  text-align: justify;
  hyphens: auto;
}
.upper {
  text-transform: uppercase;
}
.flex {
  display: flex;
  justify-content: space-between;
  padding-right: 0.5rem;
}
.left {
  width: 419px;
}
.right {
  width: 413px;
}
a.link {
  color: #185AAA;
  text-decoration: underline;
}
h5 {
  color: #185AAA;
  font-weight: 400;
  font-size: 2.1em;
  line-height: 1.1;
}
.button {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem;
}
@media only screen and (max-width:894px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  article > p {
    text-align: left;
  }
  .left, .right {
    width: 49%;
  }
  .lgabs {
    max-width: 50%;
  }
}
@media only screen and (max-width:780px) {
  h3 {
    font-size: 2em;
  }
  .left, .right {
    width: 100%;
  }
  .flex, .button {
    flex-direction: column;
    align-items: center;
  }
  h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width:480px) {
  h1 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.3125em;
  }
}