@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Dosis Medium'), local('Dosis-Medium'), url(dosis.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(opensans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body, div, h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  line-height: 18pt;
  background: #eee;
}
h1, h2, h3 {
  font-family: Dosis, sans-serif;
  font-weight: 500;
}
a {
  color: #000;
}
.page {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .page {
    max-width: 1200px;
    margin: 20px auto;
    box-shadow: 0px 1px 3px 0px #777;
  }
}
.topbar {
  font-size: 16pt;
  margin-bottom: 20px;
}
.topbar img {
  vertical-align: top;
  max-width: 300px;
}
.topbar .topbar-right {
  float: right;
  margin-top: 26px;
}
.topbar a {
  color: #000;
  text-decoration: none;
}
.topbar a:hover {
  color: #479;
  text-decoration: underline;
}
.head {
  height: 20vh;
  max-height: 561px;
  max-width: 100vw;
  background: #ccc;
  position: relative;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .head {
    height: 40vh;
    padding-left: calc((100% - 1200px)/2);
    padding-right: calc((100% - 1200px)/2);
  }
}
.head h1 {
  font-size: 24pt;
  color: #269A2B;
  background: #fff;
  padding: 8px 12px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  line-height: 28pt;
}
@media screen and (min-width: 1200px) {
  .head h1 {
    bottom: 42px;
    left: 38px;
  }
}
.section {
  padding: 40px 20px;
}
.section p {
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .section.topbar {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .section {   
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.section.highlighted {
  background: #238C26;
  color: #fff;
}
.section.highlighted a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .topbar span.topbar-right {
    float: none;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .topbar span {
    font-size: 70%;
    float: right;
    display: inline-block;
    padding-top: 18px;
  }
}
h3 {
  margin-top: 20pt;
}
h1 {
  font-size: 24pt;
  line-height: 120%;
}
h1 small {
  font-size: 75%;
}
h2 {
  font-size: 20pt;
  margin-top: 2ex;
  line-height: 120%;
}
h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: 16pt;
  margin-bottom: 0.5ex;
}
p {
  margin-top: 20px;
}
h3 + p {
  margin-top: 0;
}
.footer {
  font-size: 10pt;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-left: calc((100% - 1200px)/2);
    padding-right: calc((100% - 1200px)/2);
  }
}
