
#aacdGeneralFooter {
    width: 100%;
}

/*
 * AACD Left side footer
*/

#leftConnectWithUs {
    width: 45%;
    display: inline-block;
    background: linear-gradient(to bottom, #006dba 0%, #006cb9 50%, #004ea1 100%);
}

#connectWithUsInfoBox {
    /*float: right;*/
    background: url(/custom/AACD/Images/MainLayout/ConnectWithUs.png) no-repeat;
    background-size: cover;
    padding-bottom: 4.52rem;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 10px;
    color: #fff;
}

#connectWithUsTitle {
    color: #fff;
    font-family: roboto_condensedbold;
    font-size: 34px;
}

#connectWithUsInfoBox h6 {
    font-size: 18px;
    font-family: roboto_condensedbold;
    margin: auto;
    padding-bottom: 25px;

}

#connectWithUsInfoBox a {
    color: #fff;
    text-decoration: none;
}

#connectWithUsInfoBox a:hover {
    opacity: .7;
}


/*
 * AACD right side footer
*/
#aacdRightContainer {
    display: inline-block;
    float: right;
    width: 55%;
    background-color: #e5e8ed;
}

#footerLogoContainer {
    padding-top: 15px;
    padding-left: 40px;
}

#footerLogo {
    background-image: url(/custom/AACD/Images/MainLayout/FooterLogo.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 69px;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
}

/* Site Navigaton */
.siteNavText {
    color: #707070;
    font-size: 18px;
    font-family: roboto_condensedbold;
}

#siteLinksNav hr, #quickLinksContainer hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #c9cbcf;
}

#siteLinksNav h3 {
    font-family: roboto_condensedlight;
    font-size: 14px;
    display: block;
    margin: 0;
    padding: .1em 0 .5em 6px;
}

#siteLinksNav h3 a {
    color: #636363;
    background-color: transparent;
}

/* Quick Links */

#quickLinksContainer h3 {
    display: block;
    font-family: roboto_condensedlight;
    font-size: 14px;
    margin: 0;
    padding: .1em 0 .5em 6px;
}

#quickLinksContainer h3 a {
    color: #6e6e6f;
}

/* Buttons (Login and Find a Dentist ) */
#rightButtonsContainer {
    /*float: right;*/
}
#loginButton {
    background-image: url(/custom/AACD/images/MainLayout/MyAACD_Button.png);
    background-repeat: no-repeat;
    width: 133px;
    height: 28px;
    padding-right: 0;
    position: absolute;
    top: -20px;
}

#loginButton:hover {
    background-image: url(/custom/AACD/images/MainLayout/MyAACD_Button_Hover.png);
    background-repeat: no-repeat;
    height: 28px;

}


#loginButton a, #findDentistButton a {
    text-decoration: none !important;
    color: #fff;
    position: absolute;
    padding: 7px 0 0 33px;
    font-size: 11px;
}


#findDentistButton {
    background-image: url(/custom/AACD/images/MainLayout/FindaDoctor.png);
    background-repeat: no-repeat;
    width: 133px;
    height: 28px;
    padding-right: 0;
    position: relative;
    top: 20px;

}

#findDentistButton:hover {
    background-image: url(/custom/AACD/images/MainLayout/FindaDoctor_Hover.png);
    background-repeat: no-repeat;
    height: 28px;
    color: #fff;
}

#utilityLinks {
    font-family: roboto_condensedlight;
    margin-top: 160px;
    padding-bottom: 20px;
}

#utilityLinks a {
    color: #6e6e6f;
    font-weight: 800;
}

#searchBox {
    float: left;
}

#rightSearchInput {
    border: none;
    color: #6e6e6f;
    float: right;
    padding: 5px 0px 2px 27px;
    margin: -5px 0;
}

#aacdGeneralFooter .form-group {
    margin-bottom: 0 !important;
}

/* Right side bottom links */

#bottomLinksContainer {
    background-color: #dce0e6;
    font-family: roboto_condensedlight;
    font-size: 12px;
    height: 22px;
    padding: 10px;
    margin-top: 30px;
}

#revenueLinkLeft {
    color: #6e6e6f;
    display: inline;
    padding: 5px 0 5px 35px;
}

#revenueLinkLeft a {
    color: #6e6e6f;
    font-family: roboto_condensedbold;
}

#siteLinksNav a:hover,
#quickLinksContainer a:hover,
#utilityLinks a:hover,
#bottomLinksContainer a:hover  {
    color: #000;
    text-decoration: none;
}

#disclaimerLinksRight {
    display: inline;
    position: relative;
    padding: 0 0 5px 15px;
    right: 40px;
    float: right;
}

#disclaimerLinksRight a {
    color: #6e6e6f;
    padding: 0 5px;
}


@media (max-width: 999px) {

    #connectWithUsInfoBox {
        /*float: left;*/
        padding-bottom: 0;
        /*width: 100%;*/
    }

    #leftConnectWithUs {
        width: 100%;
    }

    #aacdRightContainer {
        width: 100%;
    }
}

@media (max-width: 768px) {

    #connectWithUsInfoBox {
        /*float: left;*/
    }

    #rightButtonsContainer {
        float: left;
    }

    #footerLogoContainer {
        text-align: center;
    }

    #siteLinksNav {
        float: left;
        width: 100%;
    }

    #quickLinksContainer {
        float: left;
        width: 100%;
        padding-top: 5px;
    }

    #utilityLinks {
        margin-top: 40px;
    }

    #disclaimerLinksRight {
        width: 100%;
        padding-top: 17px;
        padding-left: 0;
        left: 0;
        float: none;
    }

    #bottomLinksContainer {
        padding-bottom: 20px;
    }
}

