@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-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v9-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/source-sans-3-v9-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/source-sans-3-v9-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/source-sans-3-v9-latin-regular.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v9-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v9-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/source-sans-3-v9-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/source-sans-3-v9-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/source-sans-3-v9-latin-700.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.875em/1.3em 'Source Sans 3', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 916px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding-right: 22.125rem;
}
h1 {
    margin: 0.25rem 0;
    font-size: 1.375em;
    line-height: 1.1em;
}
h1 + p {
    padding-left: 1.25rem;
    padding-bottom: 1rem;
    position: relative;
}
h1 + p::before {
    content: "";
    width: 15px;
    height: 8px;
    background: url('../images/icon.jpg') no-repeat center;
    position: absolute;
    top: 6px;
    left: 0;
}
h2 {
    font-size: 2.625em;
    line-height: 1.1em;
    color: #5F6970;
    text-transform: uppercase;
    letter-spacing: 1px;
}
:is(a:link,a:visited,a:active,a:hover) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
header {
    position: relative;
}
header p {
    position: absolute;
    bottom: 0.25rem;
    right: 1.5rem;
    font-size: 0.75em;
    line-height: 1.3em;
    z-index: 1;
}
header p a span {
    position: absolute;
    color: #fff;
    z-index: -1;
    right: 4.25rem;
    font-size: 1.5em;
    bottom: 0.1rem;
}
header p a {
    display: inline-block;
    padding-left: 1rem;
}
header p, p span, h1, a.blue {
    color: #0D4DA1;
}
.pos {
    position: absolute;
    top: 17.75rem;
    left: 1rem;
    color: #fff;
}
small {
    font-size: 0.875em;
}
article {
    padding: 0.25rem 0 0.75rem 1rem;
}
article section:first-of-type {
    position: absolute;
    top: 1rem;
    left: 580px;
}
article section:first-of-type p {
    font-size: 1.375em;
    line-height: 1.3;
}
article section:nth-of-type(2) {
    display: flex;
    justify-content: flex-start;
    gap: 0 3.375rem;
    padding-top: 2rem;
}
article section:nth-of-type(2) p {
    font-size: 1.33em;
    line-height: 1.3em;
}
footer {
    display: flex;
    align-items: center;
    position: absolute;
    right: 2rem;
    bottom: 1rem;
}
footer p {
    padding-right: 1rem;
    font-size: 1.125em;
}
header p a, footer p {
    color: #5F6970 !important;
}
@media only screen and (max-width: 915px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header p {
        position: relative;
        bottom: 0;
        right: 0;
        background-color: #FFD867;
        width: 100%;
        max-width: 560px;
        text-align: right;
        padding: 0.25rem 0.5rem;
        font-size: 0.8em;   
    }
    header p a span {
        right: 5.7rem;
        bottom: 0.3rem;
    }
    article {
        padding: 1rem;
    }
    .pos {
        color: #000;
        position: static;
    }
    article section:first-of-type {
        position: static;
    }
    article section:nth-of-type(2) {
        justify-content: center;
        gap: 1rem;
    }
    article section:nth-of-type(2) p {
        padding-right: 0;
    }
    footer {
        position: static;
        justify-content: center;
        padding-bottom: 0.5rem;
    }
    article p{
    text-align: left;
}
}
@media only screen and (max-width: 480px) {
    h2 {
        font-size: 1.75em;
        line-height: 1.2em;
    }
    article section:nth-of-type(2) {
        display: block;
    }
    article section:nth-of-type(2) p {
        padding: 0 0 1rem;
        text-align: center;
    }
}