﻿
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

body {
    min-height: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}

.clearfix {
    clear: both;
    zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .clearfix:after {
        clear: both;
    }


body.background.error-page-wrapper, .background.error-page-wrapper.preview {
    font-family: 'Source Sans Pro', sans-serif;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.background.error-page-wrapper .content-container {
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    /*padding: 50px;*/
    background-color: #fff;
    width: 100%;
    /*max-width: 525px;
         left: 50%;
    margin-left: -262px;
    */
    max-width: 700px;
    left: 50%;
    margin-left: -349px;
    position: absolute;

    display: flex;
}

    .background.error-page-wrapper .content-container.in {
        left: 0px;
        opacity: 1;
    }

.background.error-page-wrapper .head-line {
    transition: color .2s linear;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    color: #ccc;
}

.background.error-page-wrapper .subheader {
    transition: color .2s linear;
    font-size: 36px;
    line-height: 46px;
    color: #333;
}

.background.error-page-wrapper .hr {
    height: 1px;
    background-color: #ddd;
    width: 60%;
    max-width: 250px;
    margin: 35px auto;
}

.background.error-page-wrapper .context {
    transition: color .2s linear;
    font-size: 18px;
    line-height: 27px;
    color: #bbb;
}

    .background.error-page-wrapper .context p {
        margin: 0;
    }

        .background.error-page-wrapper .context p:nth-child(n+2) {
            margin-top: 16px;
        }

.background.error-page-wrapper .buttons-container {
    margin-top: 35px;
    overflow: hidden;
}

    .background.error-page-wrapper .buttons-container a {
        transition: text-indent .2s ease-out, color .2s linear, background-color .2s linear;
        text-indent: 0px;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        background-color: #2ecc71;
        border-radius: 99px;
        padding: 12px 0 13px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        position: relative;
        width: 45%;
    }

    .background.error-page-wrapper .buttons-container .fa {
        transition: left .2s ease-out;
        position: absolute;
        left: -50px;
    }

    .background.error-page-wrapper .buttons-container a:hover {
        text-indent: 15px;
    }

    .background.error-page-wrapper .buttons-container a:nth-child(1) {
        float: left;
    }

    .background.error-page-wrapper .buttons-container a:nth-child(2) {
        float: right;
    }

    .background.error-page-wrapper .buttons-container .fa-home {
        font-size: 18px;
        top: 15px;
    }

    .background.error-page-wrapper .buttons-container a:hover .fa-home {
        left: 10px;
    }

    .background.error-page-wrapper .buttons-container .fa-envelope {
        font-size: 16px;
        top: 17px;
    }

    .background.error-page-wrapper .buttons-container a:hover .fa-envelope {
        left: 5px;
    }

    .background.error-page-wrapper .buttons-container .fa-power-off {
        font-size: 16px;
        top: 17px;
    }

    .background.error-page-wrapper .buttons-container a:hover .fa-power-off {
        left: 9px;
    }


    .background.error-page-wrapper .buttons-container.single-button {
        text-align: center;
    }

        .background.error-page-wrapper .buttons-container.single-button a {
            float: none !important;
        }

.content-container .newsdiv, .content-container .logindiv {
    float: right;
    min-height: 400px;
    /*height: 480px;*/ /*400px;*/
    overflow-x: auto;
    padding: 30px 30px 30px 40px;
    text-align: left;
    
    
    max-height: 545px;
}

.content-container .newsdiv {
    background-color: #4091ec;
    color: white;
    width: 55%;
}

.content-container .logindiv {
    background-color: white;
    width: 45%;
    padding-bottom: 25px;
}

.content-container .loginButton {
    background-color: #4091ec;
    border-color: #4091ec;
}

.logintarget, .newscontentdiv {
    margin-top: 20px;
}

@media screen and (max-width: 555px) {
    .background.error-page-wrapper {
        padding: 30px 5%;
    }

        .background.error-page-wrapper .content-container {
            /*padding: 37px;*/
            position: static;
            left: 0;
            margin-left: 0;
        }

        .background.error-page-wrapper .head-line {
            font-size: 36px;
        }

        .background.error-page-wrapper .subheader {
            font-size: 27px;
            line-height: 37px;
        }

        .background.error-page-wrapper .hr {
            margin: 30px auto;
            width: 215px;
        }

        .background.error-page-wrapper .buttons-container .fa {
            display: none;
        }

        .background.error-page-wrapper .buttons-container a:hover {
            text-indent: 0px;
        }


    .content-container .newsdiv {
        width: 100%;
    }

    .content-container .logindiv {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .background.error-page-wrapper {
        padding: 30px;
    }

        .background.error-page-wrapper .head-line {
            font-size: 32px;
        }

        .background.error-page-wrapper .hr {
            margin: 25px auto;
            width: 180px;
        }

        .background.error-page-wrapper .context {
            font-size: 15px;
            line-height: 22px;
        }

            .background.error-page-wrapper .context p:nth-child(n+2) {
                margin-top: 10px;
            }

        .background.error-page-wrapper .buttons-container {
            margin-top: 29px;
        }

            .background.error-page-wrapper .buttons-container a {
                float: none !important;
                width: 65%;
                margin: 0 auto;
                font-size: 13px;
                padding: 9px 0;
            }

                .background.error-page-wrapper .buttons-container a:nth-child(2) {
                    margin-top: 12px;
                }
}





.background-image {
    background-color: #FFFFFF;
    background: url(https://d1319phe94dmbj.cloudfront.net/maintenancemode/STsplashBG.jpg) top right no-repeat !important;
    background-attachment: fixed;
}

.primary-text-color {
    color: #494949 !important;
}

.secondary-text-color {
    color: #AAAAAA !important;
}

.sign-text-color {
    color: #FFBA00 !important;
}

.sign-frame-color {
    color: #343C3F;
}

.pane {
    background-color: #FFFFFF !important;
}

.border-button {
    color: #2ECC71 !important;
    border-color: #2ECC71 !important;
}

.button {
    background-color: #2ECC71 !important;
    color: #FFFFFF !important;
}

.shadow {
    box-shadow: 0 0 60px #000000;
}

.linedheader {
    position: relative;
    font-size: 14px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

    .linedheader:before, .linedheader:after {
        position: absolute;
        top: 51%;
        overflow: hidden;
        width: 50%;
        height: 1px;
        content: '\a0';
        background-color: #cccccc;
    }

    .linedheader:before {
        margin-left: -50%;
        text-align: right;
    }
