@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin-regular.eot');
    src: url('../fonts/lato-v24-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v24-latin-regular.woff2') format('woff2'), url('../fonts/lato-v24-latin-regular.woff') format('woff'), url('../fonts/lato-v24-latin-regular.ttf') format('truetype'), url('../fonts/lato-v24-latin-regular.svg#Lato') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v24-latin-700.eot');
    src: url('../fonts/lato-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v24-latin-700.woff2') format('woff2'), url('../fonts/lato-v24-latin-700.woff') format('woff'), url('../fonts/lato-v24-latin-700.ttf') format('truetype'), url('../fonts/lato-v24-latin-700.svg#Lato') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/saira-extra-condensed-v13-latin-900.eot');
    src: url('../fonts/saira-extra-condensed-v13-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/saira-extra-condensed-v13-latin-900.woff2') format('woff2'), url('../fonts/saira-extra-condensed-v13-latin-900.woff') format('woff'), url('../fonts/saira-extra-condensed-v13-latin-900.ttf') format('truetype'), url('../fonts/saira-extra-condensed-v13-latin-900.svg#SairaExtraCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.web:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    color: #076633;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

#wrapper {
    background: #F4F1E8;
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: 0.0625rem solid #000;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 0.625rem;
}

.nowrap {
    white-space: nowrap;
}

h1 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin: 1.25rem 0 1.875rem;
    text-transform: uppercase;
}

h2 {
    color: #BC162E;
    font-family: 'Saira Extra Condensed', Arial, sans-serif;
    font-weight: 900;
    font-size: 8.75rem;
    line-height: 0.9;
    text-align: center;
    margin: 0 0 1.562rem;
}

h3 {
    font-size: 1.062rem;
    line-height: 1.1;
    margin: 1.25rem 0 1.25rem;
    color: #076633;
    font-weight: 700;
}

ul {
    list-style: none;
    margin: 0 0 2.25rem;
    padding: 0;
}

ul li {
    padding-left: 2.375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -2.25rem;
    font-size: 0.75rem;
    line-height: 1.6;
}

header {
    padding: 1.875rem 2.5rem 1.25rem;
    position: relative;
    z-index: 10;
}

article {
    padding: 0 2.5rem 0.625rem;
    position: relative;
}

.smaller_width {
    width: 75%;
}

article>img {
    position: absolute;
    right: -2.187rem;
    bottom: -14%;
}

footer {
    padding: 1.25rem 2.5rem;
}

footer p {
    text-align: center;
    margin: 0 0 0.375rem;
}

@media only screen and (max-width:49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    header {
        padding: 1rem;
    }

    article {
        padding: 0 1rem 0.625rem;
    }

    .smaller_width {
        width: 100%;
    }

    .smaller_width_responsive {
        width: calc(100% - 9.375rem);
    }

    footer {
        padding: 1rem;
    }

    footer p {
        text-align: left;
    }
}

@media only screen and (max-width:39.375rem) {

    h1 {
        font-size: 1.25rem;
        text-align: center;
    }

    h2 {
        font-size: 2.5rem;
        margin: 1.25rem 0 1.875rem;
    }

    h2 br {
        display: none;
    }

    h3 {
        margin: 0 0 0.3125rem;
    }

    ul li {
        padding: 0 0 0 0.9375rem;
    }

    ul li:before {
        margin: 0 0 0 -0.9375rem;
    }

    .smaller_width_responsive {
        width: 100%;
    }

    header {
        display: flex;
        justify-content: center;
    }

    article>img {
        display: none;
    }

    footer p {
        text-align: center;
    }
}