﻿:root .healthencwrapper {
    background-color: initial !important;
}

    :root .healthencwrapper .content {
        padding: initial !important;
        display: flex !important;
    }

        :root .healthencwrapper .content .leftHalf {
            display: block !important;
            width: 100% !important;
        }

@media (min-width: 992px) {
    :root .healthencwrapper .content .leftHalf {
        width: 66.66666667% !important;
    }
}

:root .healthencwrapper .content .rightHalf {
    display: block !important;
    padding-left: initial !important;
    width: 100% !important;
}

@media (min-width: 992px) {
    :root .healthencwrapper .content .rightHalf {
        width: 33.33333333% !important;
    }
}

:root .ADAMContent * {
    font-family: 'Montserrat', sans-serif !important;
}

:root .pageBanner {
    background-color: #1B3966 !important;
    color: white !important;
    padding: 2rem 5rem !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
}

    :root .pageBanner h2 {
        margin-bottom: 1rem !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        color: white !important;
    }

:root .ADAMContent .green-bg {
    background: #265190 !important;
}

:root .ADAMContent .tools-title {
    background: #1B3966 !important;
}

:root .ADAMContent .tools-body p {
    background: #9d9d9d !important;
}

:root .ADAMContent .button {
    background-color: #CD1041 !important;
}

:root .ADAMContent .ADAMHN_Color1 {
    color: #cd1041 !important;
}

:root .ADAMContent .result-container .button.success {
    background: #CD1041 !important;
}

:root .healthencwrapper ul#top {
    display: flex !important;
    justify-content: end !important;
    background-color: #1B3966 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    list-style-type: none !important;
    overflow-x: hidden !important;
}

    :root .healthencwrapper ul#top li {
        float: unset !important;
    }

        :root .healthencwrapper ul#top li a {
            font-size: initial !important;
        }

:root div.healthencwrapper ul#top li::before {
    content: "|";
    position: absolute;
    right: 0;
    display: block;
    width: 1px;
    top: 0;
    background-color: white;
    bottom: 0;
}

:root div.healthencwrapper ul#top li:first-of-type::before {
    content: "" !important;
    display: none !important;
}

:root .adamSearchControl {
    padding-left: 0 !important;
}

:root div.rightHalf a {
    font-size: initial !important;
    font-weight: normal !important;
}
:root div.rightHalf p a {
    font-weight: normal !important;
}
:root div.blueInfo table a {
    font-size: initial !important;
    font-weight: normal !important;
}
:root .ADAMOuter table td {
    max-width: 100% ;
    width: 2rem ;
    
}
/*hides duplicate title https://fhf-new-test.azurewebsites.net/health-encyclopedia/HIE/2/1145 */
:root #adamContent #adamTitle .adamTitle{
    display:none!important;
}


/*WELLNESS TOOLS*/
:root #dvProductTitleBar {
    height: unset !important;
}
:root #dvProductTitle {
    width: 100% !important;
    padding: unset !important;
    float: unset !important;
    font-size: unset !important;
    height: unset !important;
    margin-top: unset !important;
}
:root #dvMenuButton {
    display: flex !important;
    width: 150px !important;
    float: unset !important;
    position: relative !important;
    background-position-x: right !important;
    justify-content: center !important;
    margin-right: unset !important;
}
:root .ADAMContent .tool-slider {
    border-top: none !important;
}

:root h4.blue.large {
    font-weight: 600!important;
}

.adamSearchContainer h5 {
    color: white !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

.adamSearchContainer .adamSearchControl {
    width: 400px;
    border-style: none;
    border-width: 0px;
    overflow: hidden;
    margin-bottom: 32px;
    margin-top: 8px;
    background-color: #1B3966;
    border-bottom: 2px solid #1B3966;
    color: white;
}

    .adamSearchContainer .adamSearchControl input[type=button] {
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
        background-color: #ca0042;
        border-radius: 4px;
        border-style: none;
        border-width: 0;
        border-color: transparent;
        text-align: center;
        padding: 3px;
        margin: 8px;
        height: 29px;
        width: 60px;
    }

#azTable {
    width: 100%;
}

    #azTable td {
        max-width: 100%;
        width: 2rem;
        font-weight: 500;
    }

        #azTable td a {
            color: #c24e5a;
            text-decoration: none;
            white-space: nowrap;
        }