@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/source-sans-3-v19-latin-regular.eot);  
  src: url(../fonts/source-sans-3-v19-latin-regular_8b7d8b69c993f3aa.eot) format('embedded-opentype'),  
       url(../fonts/source-sans-3-v19-latin-regular.woff2) format('woff2'),  
       url(../fonts/source-sans-3-v19-latin-regular.woff) format('woff'),  
       url(../fonts/source-sans-3-v19-latin-regular.ttf) format('truetype'),  
       url(../fonts/source-sans-3-v19-latin-regular_710aedb2977881ff.svg) format('svg');  
}
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/source-sans-3-v19-latin-600.eot);  
  src: url(../fonts/source-sans-3-v19-latin-600_8b7d8b69c993f3aa.eot) format('embedded-opentype'),  
       url(../fonts/source-sans-3-v19-latin-600.woff2) format('woff2'),  
       url(../fonts/source-sans-3-v19-latin-600.woff) format('woff'),  
       url(../fonts/source-sans-3-v19-latin-600.ttf) format('truetype'),  
       url(../fonts/source-sans-3-v19-latin-600_710aedb2977881ff.svg) format('svg');  
}
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/source-sans-3-v19-latin-700.eot);  
  src: url(../fonts/source-sans-3-v19-latin-700_8b7d8b69c993f3aa.eot) format('embedded-opentype'),  
       url(../fonts/source-sans-3-v19-latin-700.woff2) format('woff2'),  
       url(../fonts/source-sans-3-v19-latin-700.woff) format('woff'),  
       url(../fonts/source-sans-3-v19-latin-700.ttf) format('truetype'),  
       url(../fonts/source-sans-3-v19-latin-700_710aedb2977881ff.svg) format('svg');  
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #0D2E38;
    font: 400 1em/1.6 'Source Sans 3', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 2rem;
}
.pb {
    padding-bottom: 4rem;
}
h1,h2{
    color: #0D2E38;
}
h1 {
    margin: 0 0 1.5rem;
    font-size: 2.75em;
    line-height: 1.1em;
    font-weight: 700;
}
h2 {
    font-size: 1.75em;
    line-height: 1;
    margin-bottom: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
}
strong {
    font-weight: 600;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
ul {
    padding: 0 0 3rem;
    list-style: none;
}
li {
    padding-left: 2rem;
    line-height: 1.5;
}
ul li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: -7px 0 0 -1.125rem;
}
header {
    border: 1px solid rgba(220,223,226,0.8);
}
header  .box, article {
    padding: 1.625rem;
}
header p {
    padding-bottom: 0.25rem;
}
header p i {
    margin-right: 0.3rem;
}
  header p i,ul li:before {
    color: #C00913;
}
.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;
}
.flex img {
    border-radius: 50%;
}
.flex {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap ;
}
.link a {
    display: inline-block;
    color: #fff !important;
    background-color: #cc1424;
    padding: 0.938rem 1.875rem;
    font-size: 1.25em;
    line-height: 1.3;
    border-radius: 5px;
}
.link a:hover {
    background-color: #9D1218;
}
.link {
    text-align: right;
    padding: 1.5rem 0;
}
@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .link {
        text-align: center;
    }
    header {
        border: none;
    }
}
@media only screen and (max-width: 720px) {
    h1 {
        font-size: 2em;
    }
}
@media only screen and (max-width: 480px) {
    header .box, article {
        padding: 1rem;
    }
    h2 {
        font-size: 1.5em;
    }
    li{
        padding-left: 1.3rem;
    }
}