@charset "utf-8";
@font-face {
    font-family: 'Scada';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/scada-v14-latin-regular.eot');
    src: local(''), url('../fonts/scada-v14-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/scada-v14-latin-regular.woff2') format('woff2'), url('../fonts/scada-v14-latin-regular.woff') format('woff'), url('../fonts/scada-v14-latin-regular.ttf') format('truetype'), url('../fonts/scada-v14-latin-regular.svg#Scada') format('svg');
}
@font-face {
    font-family: 'Scada';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/scada-v14-latin-700.eot');
    src: local(''), url('../fonts/scada-v14-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/scada-v14-latin-700.woff2') format('woff2'), url('../fonts/scada-v14-latin-700.woff') format('woff'), url('../fonts/scada-v14-latin-700.ttf') format('truetype'), url('../fonts/scada-v14-latin-700.svg#Scada') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #57585A;
    font: 400 0.875em/1.3em 'Scada', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: 1px solid #4A89BE;
    background: #fff;
    overflow: hidden;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.250em;
    line-height: 1.2;
}
h2 {
    font-size: 1.250em;
    line-height: 1.1;
    margin: 1.25rem 0 0.5rem;
}
h3 {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-weight: 400;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "\25A0";
    font-size: 1em;
    float: left;
    margin: -2px 0 0 -1rem;
    color: #E4701E;
}
img {
    max-width: 100%;
    height: auto;
}
.logo {
    margin: 1rem 1rem 0;
}
article {
    padding: 0.5rem 1rem 0;
}
.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left {
    width: 49%;
    line-height: 1.35;
}
.right {
    width: 48%;
}
article p span {
    font-size: 1.250em;
}
footer p {
    padding: 0.5rem 1rem;
    background: #4A89BE;
    color: #fff;
}
@media only screen and (max-width:929px) {
    #wrapper {
        margin: 0 auto;
    }
    br {
        display: none;
    }
    h2 {
        margin-top: 0;
    }
    p :is(span, a) {
        display: inline-block;
    }
}
@media only screen and (max-width:780px) {
    #wrapper {
        border: none;
    }
    .left, .right {
        width: 100%;
    }
}