    .site-outage {
        margin: 250px 30px 400px 230px;
        font-family: News Gothic MT Regular;
    }
    .error-body {
        display: inline-flex;
    }
    .error-header {
        font-size: 160px;
        opacity: 0.3;
        color: #cce6ff;
    }
    .error-text {
        margin-left: 50px;
        line-height: 1.5;
        text-align: center;
    }
    .error-content {
        font-size: 40px;
    }
    .site-outage-button {
        color: #fff;
        background-color: #00B1EB;
        border-radius: 0;
        padding: 20px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        margin-top: 14px;
    }
    .logo {
        width: 155px;
        height: 34px;
        margin-right: -80px;
        margin-left: -42px;
        margin-top: 20px;
        margin-bottom: 28px;
        background: linear-gradient(transparent, transparent), url(../images/logo.png) no-repeat;
        background-size: 181px 32px;
    }
    .logo-small {
        width: 189px;
        height: 34px;
        margin-right: -80px;
        margin-left: -42px;
        margin-top: 20px;
        margin-bottom: 28px;
        background: linear-gradient(transparent, transparent), url(../images/logo.png) no-repeat;
        background-size: 150px 30px;
    }
    @font-face {
        font-family: 'News Gothic';
        src: url('../fonts/news_gothic_demi_bt-webfont.woff2') format('woff2'), url('../fonts/News_Gothic_Demi_BT.ttf') format('truetype'), url('../fonts/news_gothic_demi_bt-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    //News Gothic MT BOLD
    @font-face {
        font-family: 'News Gothic MT Bold';
        src: url('../fonts/newsgothicmtbold-webfont.woff2') format('woff2'), url('../fonts/NewsGothicMTBold.ttf') format('truetype'), url('../fonts/newsgothicmtbold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    //News Gothic MT Regular
    @font-face {
        font-family: 'News Gothic MT Regular';
        src: url('../fonts/newsgothicmt-webfont.woff2') format('woff2'), url('../fonts/NewsGothicMT.ttf') format('truetype'), url('../fonts/newsgothicmt-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    .site-outage-button:hover {
        background-color: #00B1EB!important;
        text-decoration: none!important;
        color: #fff;
    }
   .site-outage-button:focus {
        background-color: #00B1EB!important;
        text-decoration: none!important;
        color: #fff;
    }
    .legal-border {
        border-right: 1px solid #000;
    }
    .site-border {
        vertical-align: middle;
    }
    .nav-pills-default {
        margin-top: 24px;
        font-size: 16px;
        margin-left: -100px;
    }
    .nav-pills-default>li>a {
        color: #1F1F1F;
    }
    .nav-pills-default>li>a:hover,
    :focus {
        font-weight: bold;
        border-bottom: 2.5px solid #00B1EB;
    }
    .nav-pills-footer {
        display: inline-block;
        list-style-type: none;
    }
    .nav-pills-footer>li> a {
        float: left;
        color: #1F1F1F;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
    }
    .nav-pills-footer>li> a:focus,
    :hover {
        font-weight: bold;
        background: none!important;
        border-radius: 0px!important;
        border: none;
    }
    /*.nav-pills-footer>li> a:after{
                content: '|';
                padding: 10px 0.5px;
                display: inline-block;
            }

            .nav-pills-footer>li> a:last-child:after{
                display: none;
            }*/
    
    @media only screen and (min-width: 300px) and (max-width: 767px) {
        .error-body {
            display: block;
        }
        .site-outage {
            margin: 100px 10px 200px 10px;
            text-align: center;
        }
        .error-text {
            margin-left: 0;
        }
        .error-header {
            font-size: 160px;
            opacity: 0.3;
            color: #cceeff;
        }
        .error-content {
            font-size: 40px;
        }
        .site-outage-button {
            color: #fff;
            background-color: #00B1EB;
            border-radius: 0;
            padding: 20px;
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            cursor: pointer;
            display: inline-block;
            margin-top: 45px;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .site-outage {
            margin: 250px 30px 300px 40px;
        }
        .site-outage-button {
            color: #fff;
            background-color: #00B1EB;
            border-radius: 0;
            padding: 20px;
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            cursor: pointer;
            display: inline-block;
            margin-top: 30px;
        }
    }