@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Shantell Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/shantell-sans-v13-latin-700.eot');
    src: url('../fonts/shantell-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/shantell-sans-v13-latin-700.woff2') format('woff2'), url('../fonts/shantell-sans-v13-latin-700.woff') format('woff'), url('../fonts/shantell-sans-v13-latin-700.ttf') format('truetype'), url('../fonts/shantell-sans-v13-latin-700.svg#ShantellSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v31-latin-700.eot');
    src: url('../fonts/roboto-condensed-v31-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #005BAB;
    font: 700 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 600px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
#wrapper:before {
    content: "";
    height: 2rem;
    width: 100%;
    background: #F68C3D;
    position: absolute;
    top: 1rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font: 700 2.25em/1.1 'Shantell Sans', cursive;
    text-align: center;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 1rem 1.75rem;
}
li:before {
    content: url('../images/icon.jpg');
    float: left;
    margin: -4px 0 0 -1.75rem;
}
header {
    display: flex;
    justify-content: flex-end;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}
.width {
    display: inline-block;
    width: 16rem;
}
article {
    padding: 0 2rem;
}
figure {
    margin: 0 -2rem 1rem;
}
.box {
    padding: 0.75rem 2rem 0 13rem;
    margin: 0 -2rem;
    background: #005BAB;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.box:after {
    content: url('../images/after.png');
    position: absolute;
    bottom: 0.5rem;
    left: 2rem;
}
.box p {
    color: #fff;
    font-size: 0.875em;
    line-height: 1.3;
}
.orange {
    color: #F68C3D;
}
.center {
    text-align: center;
    text-transform: uppercase;
}
.center img {
    vertical-align: middle;
    margin-left: 3rem;
}
footer p {
    text-align: center;
    padding: 0.5rem 1rem;
    background: #F68C3D;
    margin: 2rem 0;
}
.white {
    font-size: 1.125em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (max-width:599px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        justify-content: center;
        padding: 0 1rem;
    }
    .box:after {
        display: none;
    }
    .box {
        padding: 0.75rem 2rem 0;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.75em;
        line-height: 1.3;
    }
    article {
        padding: 0 1rem;
    }
    .width {
        width: auto;
    }
}