/*
    LIST OF VARIABLES
    '/ClinicFiles/Clinic22/bg-egg-donor.jpg'
    #2c6166
    #649093
    62px
    -155px
    -58px
    19px
    rgba(44, 97, 102, 0.9);
*/

.activeTabStep {
    background-color: #2c6166 !important;
}

h3 {
    color: #2c6166 !important;
}


#divMainStage {
    background-image: url('/ClinicFiles/Clinic22/bg-egg-donor.jpg');
    background-position-y: -155px;
}


.clinicBGColor {
    background-color: #2c6166 !important;
}

.clincFontColor {
    color: #2c6166 !important;
}


.altclincFontColor {
    color: #2c6166 !important;
}

.outer {
    background-color: #2c6166 !important;
    background: linear-gradient(to bottom right, #649093, #2c6166);
}


button.forward, button.submit {
    background-color: #2c6166 !important;
}

.backward:hover, .forward:hover {
    background-color: #649093 !important
}

.nav-tabs > li.active > a {
    background-color: #2c6166 !important;
}

.logoimage {
    height: 62px !important;
    margin-top: 19px !important;
}

#prescreenHeader {
    color: #2c6166;
}


h3#desktopPrescreenHeader {
    background-color: rgba(44, 97, 102, 0.9);;
}

.nav-tabs > li > a:hover {
    background-color: #649093 !important;
}

@media (max-width: 991px) {
    .logoimage {
        height: auto !important;
    }

    #divMainStage {
        background-position-y: -58px;
    }
}