@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-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v10-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/source-sans-3-v10-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/source-sans-3-v10-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-v10-latin-regular.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-3-v10-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v10-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v10-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/source-sans-3-v10-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/source-sans-3-v10-latin-600.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-v10-latin-600.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
@font-face {
    font-display: swap;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/heebo-v22-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/heebo-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/heebo-v22-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/heebo-v22-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/heebo-v22-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/heebo-v22-latin-700.svg#Heebo') format('svg'); /* Legacy iOS */
  }
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #1d1d1b;
    font: 400 1em/1.3em 'Source Sans 3', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 0.625rem;
}
strong {
    font-weight: 600;
}
h1 {
    margin: 0;
    font-size: 2.3em;
    line-height: 1.1em;
    color: #fff;
    background-color: #0f2d46;
    padding: 2.375rem;
    width: 67%;
}
h1 span {
    display: block;
    font: 400 1rem/1.3 'Source Sans 3', Arial, sans-serif;
}
h2 {
    font-size: 1.85em;
    line-height: 1.1em;
    margin: 0.5rem 0 1.625rem;
}
h1, h2, section:nth-of-type(3) strong {
    font-family: 'Heebo', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: underline;
    white-space: nowrap;
}
a:hover {
    color: #073b65;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 0.75rem;
    list-style: none;
}
li {
    padding: 0.5rem 0 0 1.3rem;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -0.8rem;
}
header figure {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0.5rem;
}
article {
    padding: 1rem 3.75rem 0;
}
section:nth-of-type(1) {
    margin: -5rem -3.75rem 2rem;
    padding-right: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
section:nth-of-type(2) {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
section:nth-of-type(2) p {
    width: 33.33%;
    padding: 0 1.5rem 0.5rem 0;
    display: flex;
    align-items: center;
}
section:nth-of-type(2) p img {
    margin-right: 0.625rem;
}
section:nth-of-type(2) p span {
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
}
section:nth-of-type(2) p strong {
    font-size: 1rem;
    line-height: 1.3;
}
section:nth-of-type(3) {
    margin: 0 -3.75rem 2rem;
    padding: 2rem 3.75rem;
    background-color: #dbf1fb;
}
section:nth-of-type(3) p {
    padding: 1.375rem 0 1.375rem 0;
    display: flex;
    gap: 1rem;
    align-items: center;
    border-bottom: 1px solid #8b8b87;
}
section:nth-of-type(3) p strong {
    width: 30%;
}
section:nth-of-type(3) p span {
    width: 70%;
}
section:nth-of-type(3) p:last-of-type {
    border: none;
}
article > h2:nth-of-type(2) + ul{
    padding-bottom: 2rem;
}
section:nth-of-type(4) {
    background-color: #ececec;
    margin: 1rem -3.75rem 2rem;
    padding: 2rem 3.75rem;
}
section:nth-of-type(5) {
    margin: 0 0 2rem;
    display: flex;
    justify-content: space-between;
}
section:nth-of-type(5) div {
    width: 48%;
}
section:nth-of-type(5) div > img:first-of-type {
    margin-bottom: 0.25rem;
}
section:nth-of-type(5) div > img:last-of-type {
    vertical-align: -2px;
    padding-right: 0.3rem;
}
article > ul:last-of-type {
    padding-bottom: 2rem;
}
article > figure {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 2rem 0;
}
article > figure img {
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    margin-bottom: 1rem;
    width: 32%;
}
footer {
    background-color: #ececec;
    padding: 2rem 3.75rem;
}
a.link {
    background-color: #95c11f;
    padding: 0.625rem 1.25rem;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
}
a.link:hover{ 
    background-color: #739518;
    color: #1d1d1b;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    section:first-of-type {
        margin-top: 0;
    }
}
@media only screen and (max-width: 780px) {
    article {
        padding: 1rem 2rem 0;
    }
    section:first-of-type {
        margin: 0 -2rem 2rem;
        flex-direction: column;
        align-items: center;
    }
    h1 {
        width: auto;
        margin-bottom: 1rem;
        font-size: 2em;
        line-height: 1.2em;
        padding: 1.25rem;
    }
    h2 {
        font-size: 1.625em;
        line-height: 1.3em;
    }
    section:nth-of-type(2) p {
        width: 50%;
        padding-right: 1rem;
    }
    section:nth-of-type(5) {
        margin: 0 0 2rem;
        display: block;
    }
    section:nth-of-type(5) div {
        width: auto;
        margin-bottom: 1rem;
    }
    section:nth-of-type(5) div:last-of-type {
        margin-bottom: 0;
    }
    article > figure img {
        width: 48%;
    }
    section:nth-of-type(3) p {
        padding-right: 0;
    }
    footer {
        padding: 2rem;
    }
}
@media only screen and (max-width: 560px) {
    section:nth-of-type(3) p {
        flex-wrap: wrap;
    }
    section:nth-of-type(3) p span {
        width: 100%;
    }
    section:nth-of-type(3) p strong {
        flex: 1;
    }
}
@media only screen and (max-width: 480px) {
    article {
        padding: 1rem 1rem 0;
    }
    section:first-of-type {
        margin: 0 -1rem 1rem;
    }
    section:nth-of-type(2) p {
        width: 100%;
        padding-right: 0;
    }
    h1 {
        font-size: 1.75em;
        line-height: 1.25em;
    }
    h2 {
        font-size: 1.4em;
        line-height: 1.3em;
    }
    article > figure img {
        width: auto;
    }
    footer {
        padding: 1rem 1rem 0;
    }
}