@charset "utf-8";
@font-face {
    font-display: swap; 
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/chivo-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/chivo-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/chivo-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/chivo-v18-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/chivo-v18-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/chivo-v18-latin-regular.svg#Chivo') format('svg'); /* Legacy iOS */
  }
@font-face {
    font-display: swap;
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/chivo-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/chivo-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/chivo-v18-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/chivo-v18-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/chivo-v18-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/chivo-v18-latin-700.svg#Chivo') format('svg'); /* Legacy iOS */
  }
@font-face {
    font-display: swap; 
    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; 
    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: 800px;
    margin: 1rem auto;
    border: solid 2px #0060A4;
    background-color: #fff;
    overflow: hidden;
    padding: 1.25rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 2em;
    line-height: 1.1em;
}
h1 span {
    font-size: 0.7em;
    line-height: 1.3em;
    display: block;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
}
h3 {
    font-size: 3em;
    line-height: 1.1em;
    margin: 1.5rem 0 0.5rem;
}
h3 + p {
    font-size: 1.5em;
    line-height: 1.3em;
    padding-bottom: 1.5rem;
}
h4 {
    font-size: 1.5em;
    line-height: 1.3;
}
h3, h3 + p {
    text-transform: uppercase;
}
h1, h2, h3, h4, h3 + p {
    font-family: 'Chivo', Arial, sans-serif;
    font-weight: 700;
}
strong {
    font-weight: 700;
}
h3 + p {
    font-weight: 400;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
.blue :is(h1, h2, p), h3, h3 + p, .flex :is(h4, p) {
    text-align: center;
}
.blue {
    background-color: #0060A4;
    margin: 1.25rem -1.25rem;
    padding: 1rem 1.25rem 0;
}
.blue :is(h1, h2, p) {
    color: #fff;
}
.button a {
    display: inline-block;
    background-color: #fff;
    color: #0060A4;
    text-align: center;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
}
.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
.flex div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    background-color: #F3F4F6;
    margin-bottom: 1rem;
    gap: 1.5rem;
    padding: 1rem 1rem 0;
}
.small {
    font-size: 0.8em;
    line-height: 1.3em;
    display: inline-block;
}
.iframe-wrapper {   
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
footer strong, .color, h3 span {
    color: #0060A4;
}
footer {
    display: flex;
    justify-content: space-between;
}
footer div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer div:last-of-type p {
    font-size: 1.25em;
    line-height: 1.3em;
}
@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
}
@media only screen and (max-width: 780px) {
    .flex div {
        width: 100%;
    }
    .flex {
        display: block;
    }
}
@media only screen and (max-width: 625px) {
    footer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 2rem;
        text-align: center;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    h1 {
        font-size: 1.4em;
    }
    h3 {
        font-size: 2em;
    }
    h3 + p, h4 {
        font-size: 1.25em;
    }
}