@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-pro-v21-latin-300.eot');
    src: url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
    src: 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-display: swap;
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-italic.eot');
    src: url('../fonts/source-sans-pro-v21-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-italic.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-italic.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v21-latin-700.eot');
    src: 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;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 21px;
    font-size: 17px;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    border: 1px #000 solid;
    max-width: 930px;
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
}

p {
    padding-bottom: 20px;
}

h1 {
    margin: 7px -20px 25px;
    font-size: 23px;
    line-height: 30px;
    color: #0068B3;
    border: 1px solid #0068B3;
    padding: 20px;
}

h1 small {
    display: block;
    font-weight: 400;
    font-size: 100%;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 5px;
    color: #0068B3;
}

h3 {
    color: #0068B3;
    font-weight: 300;
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 25px;
}

h3 strong {
    font-weight: 700
}

h3 span {
    font-weight: 400
}

h4 {
    color: #0068B3;
    font-weight: 700;
    margin: 0 0 15px 20px;
    font-size: 20px;
    line-height: 25px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #0068B3;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle
}

ul {
    margin-bottom: 10px;
    list-style: none;
}

ul li {
    padding-left: 20px;
    position: relative;
    background: url(../images/iconlist.jpg) 0 5px no-repeat;
    padding-bottom: 8px;
}

footer .flex div:nth-of-type(1) {
    color: #0068B3;
}

article {
    padding: 30px 45px 0;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex div:nth-of-type(1) {
    width: 48%;
}

.flex div:nth-of-type(2) {
    width: 48%;
}

footer {
    background: #f4f6fb;
    padding: 20px 45px 8px 73px;
}

footer p {
    padding-bottom: 15px
}

footer .flex div:nth-of-type(2) a {
    color: #000
}

footer .flex div:nth-of-type(1) p {
    padding-bottom: 5px
}

.font {
    font-weight: 300;
}

@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1 {
        margin: 1rem 0;
    }

    article br {
        display: none
    }

    article {
        padding: 1rem 1rem 0
    }

    footer {
        padding: 1rem
    }

    footer div:nth-of-type(1) {
        margin-bottom: 15px !important
    }

    span {
        white-space: nowrap;
    }
}

@media only screen and (max-width:767px) {
    .flex {
        display: block;
    }

    .flex div {
        width: auto !important;
    }
}