html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, figure, figcaption, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    margin: 0;
    padding: 0;
}
{
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
}
body {
    max-width: 2500px;
}
header, footer, main, nav, aside, article, section, figure {
    display: block;
}
@font-face {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("SourceSansPro-Regular.eot?#iefix") format("embedded-opentype");
    src: url("SourceSansPro-Regular.woff2") format("woff2");
    src: url("SourceSansPro-Regular.woff") format("woff");
    src: url("SourceSansPro-Regular.ttf") format("truetype");
    src: url("SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
}
@font-face {
    font-family: "SourceSansPro-Light";
    font-style: normal;
    font-weight: normal;
    src: url("SourceSansPro-Light.eot?#iefix") format("embedded-opentype");
    src: url("SourceSansPro-Light.woff2") format("woff2");
    src: url("SourceSansPro-Light.woff") format("woff");
    src: url("SourceSansPro-Light.ttf") format("truetype");
    src: url("SourceSansPro-Light.svg#SourceSansPro-Light") format("svg");
}
@font-face {
    font-family: "SourceSansPro-Black";
    font-style: normal;
    font-weight: normal;
    src: url("SourceSansPro-Black.eot?#iefix") format("embedded-opentype");
    src: url("SourceSansPro-Black.woff2") format("woff2");
    src: url("SourceSansPro-Black.woff") format("woff");
    src: url("SourceSansPro-Black.ttf") format("truetype");
    src: url("SourceSansPro-Black.svg#SourceSansPro-Black") format("svg");
}
body {
    background: #f5f5f5 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #666;
    font: 100%/1.2 "SourceSansPro-Regular",Arial,Helvetica,sans-serif;
}
img {
    border: 0 none;
    max-width: 100%;
    padding-right: 0.5em;
}
strong {
    font-family: "SourceSansPro-Regular";
    font-weight: bold;
}
#container {
    margin: 0 auto;
    width: 100%;
}
#container > header {
    background: #fff none repeat scroll 0 0;
    border-top: 8px solid #2f3366;
    padding: 0.5em 0.5em;
    position: relative;
    z-index: 5;
}
#wrapper {
    background: #f5f5f5 none repeat scroll 0 0;
    display: flex;
    min-height: 100%;
    padding-bottom: 2.5em;
    width: 100%;
}
#main {
    background: #f5f5f5 none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
header h1 {
    color: #2f3366;
    display: inline-block;
    font-family: "Montserrat";
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
}
header h1 span {
    display: inline-block;
    padding-top: 0.8em;
    vertical-align: top;
}
header h1 img {
    vertical-align: top;
}
header h1 small {
    border-right: 1px solid #2f3366;
    display: inline-block;
    font-size: 0.55em;
    margin-right: 1.5em;
    width: 11em;
}
.error-panel {
    padding-left: 1rem;
    padding-top: 1rem;
    display: flex;
    align-items: center;
}
.logo__error {
    padding: 2rem;
    max-width: 25%;
}
.h2__error {
    display:inline;
    max-width: 75%;
}
.error__description {
    background: #eee none repeat scroll 0 0;
    font-size: x-large;
    margin: 1rem;
    padding: 0.5rem;
}
footer {
    background: #f1f1f1 none repeat scroll 0 0;
    border-top: 1px solid #bbbbbb;
    bottom: 0;
    font-size: 0.8em;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
    z-index: 30;
}
footer .k-copyright {
    float: right;
}
