@charset "utf-8";
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
    src: local(''), url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v21-latin-700.eot');
    src: local(''), url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg');
}
:root {
    font-size: 16px;
}
*, figure {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    min-height: 100%;
}
body {
    font: 400 1em/1.5em 'Source Sans Pro', Arial, sans-serif;
    color: #231F20;
}
#wrapper {
    margin: 12px auto;
    border: 1px #231F20 solid;
    max-width: 1000px;
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
}
h1, h2 {
    color: #003d84;
    font-weight: 400;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.992em;
    line-height: 1.2;
    color: #003d84;
}
h1 span {
    font-size: 1.125rem;
    display: block;
    margin-top: 10px;
}
h2 {
    font-size: 1.425em;
    line-height: 1.2;
    color: #003d84;
    padding: 1rem 0;
}
strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #003d84;
}
img {
    max-width: 100%;
    border: none;
}
ul {
    margin: 0 0 1rem;
    list-style: none;
}
ul ul{
    margin-bottom: 0;
}
ul li {
    margin: 0 0 0.5rem 1.5rem;
}
li:before {
    content: url('../images/iconlist.jpg');
    float: left;
    text-indent: -1.5rem;
}
header>img {
    display: block;
}
article {
    padding: 1.125rem 1.125rem 1.125rem 60px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
article p {
    padding-bottom: 1rem;
}
p span {
    display: inline-block;
}
.left {
    width: 65%;
}
.right {
    width: 266px;
    padding-top: 0.5rem;
}
.right a>img {
    margin-bottom: 1.875rem;
}
.right p {
    font-size: 0.9rem;
}
.list p {
    position: relative;
    padding: 0 1.5rem 1.875rem 3.4375rem;
}
.list p img {
    position: absolute;
    top: 0;
    left: 0;
}
.list .img-last {
    left: 3px;
}
.list span {
    color: #003d84;
}
.list strong {
    display: block;
}
footer {
    background: #003d84;
    padding: 1.125rem;
}
footer p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    color: #fff;
}
footer span {
    text-align: left;
}
.border {
    display: inline-block;
    height: 48px;
    width: 0;
    border: 1px solid #fff;
}
footer a {
    background: #FFAA0F;
    display: inline-block;
    padding: 0.75rem 2.5rem;
    font-weight: 700;
    font-size: 1.1em;
    text-decoration: none;
}
.logo {
    background: #F2F2F2;
    padding: 1.125rem 50px;
}
.contact {
    background: #FFAA0F;
    padding: 0 1rem;
    margin-right: -1.125rem;
}
.contact :is(p, h2) {
    color: #003d84;
}
@media only screen and (max-width: 999px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p, ul {
        hyphens: auto;
    }
    h1 {
        font-size: 1.625rem;
    }
    .logo {
        padding: 1rem 2rem;
    }
    article {
        padding: 1rem 1.125rem 1rem 2rem;
    }
    .right p {
        padding-right: 0;
    }
}
@media only screen and (max-width:780px) {
    article {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
    figure p {
        padding-bottom: 1rem;
    }
    .flex {
        display: flex;
        justify-content: flex-start;
        gap: 2rem;
    }
    .contact {
        margin-right: 0;
    }
    .contact :is(p, h2) {
        text-align: center;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 480px) {
    .logo, article {
        padding: 1rem;
    }
    .flex {
        align-items: center;
        flex-direction: column;
    }
    .right a>img {
        margin-bottom: 0;
    }
    .border {
        display: none;
    }
    footer p {
        flex-direction: column;
        gap: 1rem;
    }
    footer span {
        text-align: center;
    }
}