﻿/*
    LIST OF VARIABLES
    [BGImgUrl]
    [ClinicPrimaryColor]
    [ClinicSecondaryColor]
    [ClinicLogoHeightDesktop]
*/
#divMainStage {
    display: block;
    width: 100%;
    height: 275px;
    margin: -15px;
    width: 900px;
    background-size: 100%;
    background-position-y: -100px;
    color: white;
    font-size: 45px;
    line-height: 180px;
    text-align: center;
    margin-bottom: 10px;
}

.imgIntro{
    display:none !important;
}


.nav-tabs > li > a {
    font-weight:600;
}

.logoimage {
    height: 65px !important;
    margin-top: 18px !important;
}

.outer .logoimage {
    height: 30px !important;
    margin-top: 35px !important;
}

.outer {
    background-color: #ffffff !important;
}


h3 {
    font-family:proxima-soft, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.logoimagePrescreen {
    margin: 0 auto 10px auto;
    padding-top: 25px;
    max-width: 280px;
    max-width: 90%;
    display: block;
}

.PrescreenBody .outer{
    display:none;
}

#prescreenHeader {
    text-align: center;
    font-weight: 500;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px !important;
    display:none;
}


.logofont a {
    font-size: 40px !important;
}

h3#desktopPrescreenHeader {
    font-size: 30px !important;
    text-align: center;
    color: #623b68;
    margin-bottom: 0;
    color: white !important;
    opacity: 1;
    top: 215px;
    font-weight: 400;
    position: relative;
    height: 60px;
    padding-top: 0;
    line-height: 60px;
    background-color: rgba(98,59,104,.9);
}



.edc-save-btn {
    border: 1px solid #00a4bd !important;
    padding: 6px 12px;
    background-color: #e5f5f8 !important;
    text-decoration: none !important;
    color: #00a4bd !important;
    font-weight: normal;
    margin-top: 5px;
    display: inline-block;
}


@media (min-width: 991px) {
    .logofont {
        margin: 10px auto 0 25px !important;
    }

}


@media (max-width: 991px) {


    #divMainStage {
        background-position-y: -40px;
    }

    #desktopPrescreenHeader {
        display: none !important;
    }

    #prescreenHeader {
        line-height: 30px;
        font-size: 24px !important;
        display:block !important;
    }

    .inner .logofont {
        display: none;
    }

    .navNumberandLogOut{
        display:none !important;
        width:100%;
        float:none;
        text-align:center;
        margin-top:-14px;
    }

    .navNumberandLogOut span{
        display:none;
    }

    .logoimage {
        margin-top: 5px !important;
    }

    #divMainStage {
        max-width: 100vw;
        margin: 0;
        background-repeat: no-repeat;
        height: 100px;
    }

    .outer {
        height: auto !important;
        padding-bottom: 25px;
    }
}

