﻿footer#footerWithMsg {
    display: none !important;
}
/*Header*/
#wb-bnr .row{
    /*margin-left:0 !important;*/
    margin-right:0 !important;
}
.mychart-bar {
    background: #36424A !important;
    border-bottom: none !important;
}

.mychart-bar-2 {
    padding: 8px 0px;
    background: #778087 !important
}

.mychart-bar-3 {
    padding: 10px 0px;
    background: #A5ACB0 !important
}

    .mychart-bar-2 a, .mychart-bar-3 a, .mychart-bar-2 a:visited, .mychart-bar-3 a:visited {
        text-decoration: none;
        color: #000;
    }

    .mychart-bar-2 .fa, .mychart-bar-3 .fa {
        padding-right: 8px;
        font-size: 25px;
    }

    .mychart-bar-3 .list-group-item:first-child {
        margin-right: 20px;
    }

    .mychart-bar-2 .list-group, .mychart-bar-3 .list-group {
        margin-bottom: 0;
    }

    .mychart-bar-3 a {
        font-size: 16px;
        font-weight: bold;
    }

.header-main-text {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}

.header-small-text {
    color: #CECECE;
    font-size: 16px;
}

#headerlogos {
    padding: 20px 0;
}

#payment-form-div {
    /*margin-top: -50px;*/
    margin-top: -150px;
}

#headerlogos img {
    border-right: 1px solid #979797;
    padding-right: 65px;
}

#headerlogos .no-border {
    border: none;
}

h2.pay-header {
    margin-top: 15px;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    #payment-form-div {
        margin-top: -190px;
    }
}
@media all and (max-width: 992px) {
    #payment-form-div {
        margin-top: -40px;
    }
}

    @media (min-width: 320px) and (max-width: 480px) {
        .mychart-bar-3 a {
            font-size: 15px;
        }

        #wb-bnr .row {
            margin-left: -15px !important;
            margin-right: -15px !important;
        }
    }

    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
        #wb-bnr .row {
            margin-left: -15px !important;
            margin-right: -15px !important;
        }
    }

    .header-mobile {
        padding-right: 0;
        margin-bottom: -2px;
    }

