@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/amatic-sc-v26-latin-700.eot');
  src: url('../fonts/amatic-sc-v26-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/amatic-sc-v26-latin-700.woff2') format('woff2'), url('../fonts/amatic-sc-v26-latin-700.woff') format('woff'), url('../fonts/amatic-sc-v26-latin-700.ttf') format('truetype'), url('../fonts/amatic-sc-v26-latin-700.svg#AmaticSC') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
  src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v27-latin-700.eot');
  src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #000;
  font: 400 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 800px;
  margin: 1rem auto;
  border: solid 1px #005693;
  background: url('../images/bg.jpg') top left no-repeat, #fff;
  overflow: hidden;
  height: 1183px;
}
article p {
  padding-bottom: 0.8rem;
}
h1 {
    margin: 0;
    color: #fff;
    font: 700 5em/1 'Amatic SC', Arial, sans-serif;
    position: absolute;
    top: 290px;
    left: 220px;
    transform: rotate(-3deg);
    width: 350px;
}
h1 span {
  font-size: 0.3em;
  line-height: 1.3em;
  display: block;
  text-align: right;
  padding-right: 1.5rem;
}
h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 1rem;
  color: #005693;
  text-transform: uppercase;
  padding-left: 1rem;
}
h3 {
  position: absolute;
  transform: rotate(-3deg);
  text-transform: uppercase;
  color: #ADBD3A;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center;
  padding: 0.5rem 0;
  top: 10rem;
  left: 11rem;
}
h1 + p {
  color: #003E79;
  font: 700 1.4em / 1.1 'Amatic SC', Arial, sans-serif;
  position: absolute;
  top: 541px;
  right: 103px;
  transform: rotate(-3deg);
}
.indent {
  text-indent: -12px;
  display: inline-block;
}
:is(a:link,a:hover,a:visited,a:active){
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0 0 1rem;
  list-style: none;
}
li {
  padding: 0 0 0.25rem 1rem;
}
ul li:before {
  content: "•";
  font-size: 0.938em;
  float: left;
  margin-left: -1rem;
}
.noicon:before, .blockm {
  display: none;
}
header {
  opacity: 0;
}
article {
  padding: 0 1rem 2rem 4.5rem;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex > ul, .left {
  width: 48%;
}
.flex > ul:last-of-type, .right {
  width: 50%;
  padding-right: 1.5rem;
}
.padb {
  padding-bottom: 0.5rem;
}
.row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin: 2rem 0 0 -1rem;
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem 0.5rem 1.25rem;
}
footer p {
  color: #fff;
}
footer p:first-of-type {
  font-size: 0.95em;
  line-height: 1.3;
}
h2, h3, strong {
  font-weight: 700;
}
@media only screen and (max-width:799px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    background-image: none;
  }
  br:not(.row br), .noicon {
    display: none;
  }
  span {
    display: inline-block;
  }
  .blockm {
    display: inline;
  }
  header {
    opacity: 1;
  }
  article {
    padding: 0 2rem;
  }
  h1 {
    margin: 0 -2rem 1rem;
    padding: 0.5rem 2rem;
    position: static;
    transform: rotate(0deg);
    background: #005693;
    width: auto;
    text-indent: 0;
    text-align: center;
  }
  h1 span {
    text-align: inherit;
    display: inline-block;
    padding-right: 0;
  }
  h1 + p {
    position: static;
    transform: rotate(0deg);
  }
  h2 {
    background: #ADBD3A;
    width: fit-content;
    padding: 0.3rem 1rem;
  }
  h3 {
    position: static;
    transform: none;
    padding: 0.25rem 0 0.5rem;
    font-size: 2em;
  }
  .flex {
    flex-direction: column;
  }
  .flex.padb {
    margin-top: 0;
  }
  .flex > ul, .left, .right {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .padb, .flex > ul:first-of-type {
    padding-bottom: 0;
  }
  .row {
    flex-direction: column;
    align-items: center;
  }
  .row p, footer p {
    text-align: center;
  }
  footer {
    background: #005693;
    flex-direction: column;
    padding: 1rem;
  }
}
@media only screen and (max-width:480px) {
  article {
    padding: 0 1rem;
  }
  .indent {
    text-indent: 0;
  }
  h1 {
    font-size: 2.5em;
  }
  h1 span {
    font-size: 0.6em;
  }
}