@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v34-latin-300.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-300.woff') format('woff'), url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v34-latin-600.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-600.woff') format('woff'), url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dosis-v27-latin-regular.eot');
    src: local(''), url('../fonts/dosis-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/dosis-v27-latin-regular.woff2') format('woff2'), url('../fonts/dosis-v27-latin-regular.woff') format('woff'), url('../fonts/dosis-v27-latin-regular.ttf') format('truetype'), url('../fonts/dosis-v27-latin-regular.svg#Dosis') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #4f5d60;
    font: 400 1em/1.5em 'Open Sans', Arial, sans-serif;
    background: #F0F5F8;
}
#wrapper {
    position: relative;
    max-width: 940px;
    margin: 1rem auto;
    border: none;
    background: #fff;
    overflow: hidden;
}
:is(h2, strong) {
    font-weight: 600;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
h1 {
    margin: 0 -3rem 1rem;
    font: 400 1.8em/1.1em 'Dosis', Arial, sans-serif;
}
h2 {
    font-size: 1.188em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 1rem 0.125rem;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
    position: relative;
}
li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
    font: 400 1.3rem/1.2em Arial, sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
hr {
    border: none;
    background: #EC681C;
    height: 1px;
    margin: 1.875rem -3.75rem 2.875rem;
}
.logo {
    display: flex;
    justify-content: center;
    padding: 2.5rem;
}
.title {
    background: #EC681C;
    margin: 1.875rem -3.75rem 2.875rem;
    padding: 1.5rem 3.75rem;
}
.title :is(p, h1) {
    text-align: center;
    color: #fff;
}
.title p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    padding-bottom: 0.25rem;
}
.highlight {
    background: #fff;
    display: inline-block;
    padding: 0.1rem 0.25rem;
    border-radius: 3px;
    color: #4f5d60;
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 1.2;
}
.button {
    text-align: center;
    color: #fff;
}
.button a {
    display: inline-block;
    background: #EC681C;
    padding: 0.6em 4em;
    border-radius: 3px;
}
.button a:hover {
    background: #0884C4;
}
footer, .social-icon {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
.social-icon i {
    font-size: 1.7em;
}
.fa-linkedin {
    color: #0E76A8;
}
.fa-square-facebook {
    color: #3B5998;
}
.fa-square-x-twitter {
    color: #000000;
}
.fa-square-xing {
    color: #126567;
}
article p {
    padding-bottom: 1rem;
}
article {
    padding: 2.875rem 3.75rem 0;
}
footer {
    padding: 0 3.75rem 2.875rem;
}
footer p {
    font-weight: 600;
    font-size: 0.875em;
}
@media only screen and (max-width:939px) {
    #wrapper {
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
}
@media only screen and (max-width:768px) {
    h1{
        margin: 0 0 1rem;
    }
    .title {
        margin: 1rem -3.75rem 2rem;
    }
    hr {
        margin: 1rem -2rem 2rem;
    }
    .logo {
        padding: 2rem;
    }
    article {
        padding: 2rem 2rem 0;
    }
    footer {
        padding: 0 2rem 2rem;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.7em;
    }
    .title {
        margin: 0 -3.75rem 1rem;
    }
    .logo {
        padding: 1rem;
    }
    hr {
        margin: 0 -2rem 1rem;
    }
    article {
        padding: 1rem 1rem 0;
    }
}