.mobile-search-bar, .guideContainerFormSubmitButton,
.overlay, .ddpaSubscriber, .ddpaProvider, .no-results-found, .loading-results, .search-error,
.selected-tab1-list.selected-tab1-list.selected-tab3-list.selected-tab4-list.selected-tab5-list.selected-homepage {

    display: none;
}

#im_guideContainer-rootPanel-panel__, #im_guideContainer-rootPanel-panel_240503750__,
#im_guideContainer-rootPanel-panel_583800809__, #im_guideContainer-rootPanel-panel_249283300__,
#im_guideContainer-rootPanel-panel_200046356__, #im_guideContainer-rootPanel-panel_240503750-panel__,
#im_guideContainer-rootPanel-panel_240503750-panel_1957342096__, #im_guideContainer-rootPanel-panel_240503750-panel_332841390__,
#im_guideContainer-rootPanel-panel_583800809-panel__, #im_guideContainer-rootPanel-panel_583800809-panel_788752838__,
#im_guideContainer-rootPanel-panel_583800809-panel_32374440__, #im_guideContainer-rootPanel-panel_249283300-panel__ {

    display: none;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src: url('../fonts/woff2/GothamSSm-XLight_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-XLight_Web.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src: url('../fonts/woff2/GothamSSm-Light_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Light_Web.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src: url('../fonts/woff2/GothamSSm-Book_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Book_Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src: url('../fonts/woff2/GothamSSm-Medium_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Medium_Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src: url('../fonts/woff2/GothamSSm-Bold_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Bold_Web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src: url('../fonts/woff2/GothamSSm-Black_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Black_Web.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'HCo Gotham SSm', Helvetica, sans-serif;
}


.twitter-typeahead {
    position: relative;
    display: inline-block;
}

/* .typeahead.dual-user-state.form-input-text.tt-input {

} */
.typeahead.user-state.redirect-sdp.form-input-text.tt-hint,
.typeahead.dual-user-state.form-input-text.tt-hint {
    position: absolute;
    top: 0px;
    left: 0px;
    border-color: transparent;
    box-shadow: none;
    opacity: 1;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);
}

#header-member-input {
    position: relative;
    vertical-align: top;
    background-color: transparent;
}

#findDentalHeaderInput {
    position: relative;
    vertical-align: top;
    background-color: transparent;
}

/* This is for all the pre tags */
.pre-text-style {
    position: absolute;
    visibility: hidden;
    white-space: pre;
    font-family: 'HCo Gotham SSm', Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    word-spacing: 0px;
    letter-spacing: 0px;
    text-indent: 0px;
    text-rendering: auto;
    text-transform: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 100;
    display: none;
}

.add-all-to-list-mobile, .search-results, .pagination-container,
    /*.total-results-message {*/
    /*  display: block !important;*/
    /*}*/

.herobanner {
    width: 1440px;
    margin-left: -15px;
}

.selected-tab1-list-submenu, .selected-tab2-list-submenu,
.selected-tab3-list-submenu, .selected-tab4-list-submenu,
.selected-tab5-list-submenu,
.selected-tab1-list, .selected-tab2-list,
.selected-tab3-list, .selected-tab4-list,
.selected-tab5-list {
    display: none !important;
}

.hidden-user-not-logged-in {
    display: none;
}

.audience-list li, .audience-list a {
    display: block !important;
}

.homepage.parbase.section {
    display: block !important;
}

.video-wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (max-width: 990px) {
    .audience-list li {
        display: none !important;
    }
}

@media (min-width: 991px) {
    .signin-link-component {
        display: block !important;
    }
}

.alerthome .row div:first-child {
    padding-right: 0 !important;
    width: 40px;
}

.alerthome .row div:nth-child(2) {
    padding-right: 0 !important;
}

/* Sign in modal START */
.signin-link-component {
    display: block;
    position: relative;
}

.signin-link-title {
    cursor: pointer;
}

.signin-modal {
    background: #fff;
    border-radius: 4px;
    padding: 40px;
    margin: 2px 0 0;
    border: 1px solid #f2f2f2;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    position: absolute;
    top: 30px;
    right: 0;
    width: 400px;
    text-align: left;
    display: none;
}

.signin-modal p {
    margin-bottom: 25px;
}

.signin-modal a[role=button] {
    min-width: 95px !important;
    max-width: 95px !important;
}

.signin-modal .signin-dropdown-container {
    margin-bottom: 45px;
}

.close-signin-modal {
    position: absolute;
    top: 10px;
    right: 10px;
}

.signin-info-block {
    width: 82%;
}

/* Sign in modal END */

.sticky-navbar {
    position: static !important;
    top: static !important;
    /* padding-left: 23px !important; */
}

.main-header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1440px;
    z-index: 100;
}

.mobile-nav-content-wrapper {
    min-height: 100vh;
}


.faq-page-title {
    padding-top: 20px !important;
    font-family: 'HCo Gotham SSm', Helvetica, sans-serif;
}

.mobile-search-bar {
    margin-bottom: 130px;
}

.mobile-search {
    display: none !important;
}

.secondary-navlogo {
    display: none !important;
}

@media (max-width: 990px) {

    .margin-search-bar {
        padding-bottom: 100px;
    }

    .mobile-search, .secondary-navlogo {
        display: block !important;
    }

    .secondary-navlogo {
        margin-left: 20px !important;
    }

    .mobile-nav {
        display: block !important;
    }

    .landingpage-sub-menu {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .primary-navbar {
        height: 42px !important;
    }
}

@media (max-width: 767px) {
    .body-holder {
        padding-top: 107px !important;
    }

    .margin-search-bar {
        padding-bottom: 87px;
    }
}

.landingpage-sub-menu a, .signin-link-title, .find-delta-title, .small-article-info, .small-article-title a, .footer-links a {
    text-decoration: none !important;
}

.secondary-navbar {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.find-dentist-wrapper a {
    margin-top: 40px;
}

.pagination-container {
    margin: 20px 104px 64px 104px !important;
    width: auto;
}

.miles-away {
    font-weight: bold !important;
}

.miles-away, .dentist-address span, .dentist-result b {
    font-weight: 500 !important;
}

.bottom-rte {
    margin: auto !important;
    text-align: center !important;
}

.border-right {
    border-right: 1px solid #f2f2f2 !important;
}

.hero-column-content {
    line-height: 2;
    font-size: 16px;
}

.ddpa-login-box {
    display: none;
}

.redirect-box-link, .ddpa-link {
    cursor: pointer;
    margin-top: 25px;
}

@media (max-width: 990px) {
    .three-columns {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .column-btn {
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    .border-right {
        border-right: none !important;
        border-bottom: 1px solid #f2f2f2 !important;
        margin-bottom: 25px;
    }

    .three-columns {
        padding-top: 25px !important;
        padding-bottom: 0px !important;
    }

    .column-btn {
        margin-bottom: 25px !important;
    }

    .redirect-login-box {
        border-bottom: 1px solid #f2f2f2;
    }
}

ul {
    list-style-type: disc !important;
}

ol {
    list-style-type: decimal !important;
}

li {
    list-style: default !important;
}

.secondary-navbar li {
    list-style: none !important;
}

.footer-links li {
    list-style: none !important;
}

.secondary-navbar ul {
    list-style: none !important;
}

.hero-row-title {
    min-height: 46px;
    font-weight: 400;
    font-size: 42px;
    margin: 0 auto 10px;
    font-family: inherit;
}

@media (max-width: 990px) {

    .hero-row-title {
        font-size: 28px;
    }
}

.hero-btn {
    margin-top: 20px !important;
}

.hero-desc {
    font-size: 16px;
}

.three-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 2;
    font-family: 'HCo Gotham SSm', Helvetica, sans-serif;

}

.three-col img {
    margin-bottom: 10px;
}

.three-col-center {
    border-left: solid grey 0.5px;
    border-right: solid grey 0.5px;
}

.three-col p {
    font-size: 16px;
}


@media (max-width: 767px) {

    .three-col-center {
        border-top: solid grey 0.5px;
        border-bottom: solid grey 0.5px;
        border-left: 0px;
        border-right: 0px;
    }
}

.overlay-holder {
    position: relative !important;
    width: auto !important;
    margin-right: -15px !important;
}

.overlay-textbox {
    position: absolute !important;
    max-width: 50% !important;
    height: 82% !important;
    bottom: 8% !important;
    left: 45% !important;
    padding-top: 30px !important;
}

.overlay-textbox-left {
    position: absolute !important;
    max-width: 50% !important;
    height: 82% !important;
    bottom: 8% !important;
    right: 45% !important;
    padding-top: 30px !important;
}

.three-col br {
    line-height: 2;
}

.three-col p {
    line-height: 25px !important;
}

.overlay-img {
    max-height: 500px !important;
    object-fit: cover;
}

.overlay-btn {
    margin-top: 20px !important;
    position: absolute;
    top: 72% !important;
}

.static-holder {
    position: static !important;
}

.three-col h1,
.three-col h2,
.three-col h3,
.three-col h4 {
    font-family: 'HCo Gotham SSm', Helvetica, sans-serif;
    font-size: 24px !important;
}

.three-col-btn {
    line-height: 26px;
}

@media (max-width: 1199px) {

    .overlay-textbox {
        max-width: 100% !important;
        left: 7% !important;
    }

    .overlay-textbox h2 {
        font-size: 24px;
        min-height: 0;
    }

    .overlay-textbox p {
        line-height: 1.6;
    }

    .overlay-textbox-left {
        max-width: 100% !important;
        left: 7% !important;
    }

    .overlay-textbox-left h2 {
        font-size: 24px;
        min-height: 0;
        margin: 0 auto 10px;
    }

    .overlay-textbox-left p {
        line-height: 1.6;
    }

    .overlay-btn {
        margin-top: 25px !important;
        top: 60% !important;

    }
}

@media (max-width: 1136px) {
    .overlay-btn {
        position: static !important;
    }
}

@media (max-width: 767px) {
    .overlay-btn {
        position: static !important;
        top: auto !important;
    }

    .overlay-textbox {
        width: auto !important;
        margin: 0 auto !important;
        box-shadow: none !important;
        position: static !important;
        left: auto !important;
        bottom: auto !important;
    }

    .overlay-textbox h2 {
        font-size: 30px;
    }

    .overlay-textbox-left {
        width: auto !important;
        margin: 0 auto !important;
        box-shadow: none !important;
        position: static !important;
        left: auto !important;
        bottom: auto !important;
    }

    .overlay-textbox-left h2 {
        font-size: 30px;
    }
}

.learn-more{
    margin-top: 50px;
    font-size: 18px;
}
.zip-input{
    padding: 10px 32px;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    position: relative;
    top: 1px;
    width: 35%;
}

.zip-component .hero-row-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zip-component .learn-more{
    position: absolute;
    top: 65%;
}

.zip-btn{
    margin-left: 10px;
    position: relative;
    margin-top: 40px!important;
}
.zip-component .welcome-content{
    padding: 25px!important;
    width: 35%;
    right: 0;
    left: 55%!important;
    height: 60% !important;
    bottom: 20% !important;
}

@media (min-width: 767px) and (max-width: 1135px) {
    .zip-btn {
        width: 49% !important;
    }
    .zip-input{
        width: 49% !important;
    }
}

@media (max-width: 1291px){
    .welcome-content {
        width: auto !important;
        margin: 0 auto !important;
        box-shadow: none !important;
        position: static !important;
        left: auto !important;
        bottom: auto !important;
        text-align: center;
    }
    .overlay-textbox-left{
        max-width: 100%!important;
    }
    .overlay-btn {
        position: static !important;
    }
}


@media only screen and (max-width: 768px) {
    .zip-btn {
        display: inline-block;
        float: left;
        margin-top: 0!important;
        width: 49%;
        padding: 0 32px!important;
    }

    .learn-more{
        margin-top: 40px;
    }

    .zip-input{
        display: inline-block;
        float: left;
        top: 0;
    }

    #myForm{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    /* For mobile phones: */
    .zip-btn {
        margin-left: 0;
        margin-top: 10px!important;
    }
    .zip-input, .zip-btn{
        width: 100%;
        text-align: center;
    }
    .learn-more {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 87%!important;
    }
    .zip-component h2{
        text-align: center;
    }
}



@media (min-width: 768px) and (max-width: 1135px) {
    .zip-btn {
        display: inline-block!important;
        float: left;
        margin-top: 0!important;
        width: 51%;
        padding: 0 32px!important;
    }
    .zip-input{
        display: inline-block;
        float: left;
        margin-top: 0;
        width: 46%;
        top: 0;
    }
    .learn-more{
        margin-top: 38px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 93%!important;
    }

    #myForm{
        margin-top: 30px;
    }
}

@media (min-width: 1042px) and (max-width: 1199px) {
    .zip-btn {
        width: 58%;
        display: inline-block!important;
        float: left;
        margin-top: 0!important;
        padding: 0 32px!important;
    }
    .zip-input{
        display: inline-block;
        float: left;
        top: 0;
        width: 39%;
    }

    .zip-component .welcome-content{
        width: 45%;
        left: 45% !important;
    }

    #myForm{
        margin-top: 30px;
    }

    .learn-more{
        margin-top: 40px;
    //
    }
}
@media (min-width: 1136px) and (max-width: 1399px) {
    .zip-component .learn-more{
        top: 65%!important;;
    }

}

@media (min-width: 1136px) and (max-width: 1200px) {
    .zip-component .welcome-content{
        height: 70% !important;
        bottom: 15% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1263px) {

    .zip-btn {
        display: inline-block!important;
        float: left;
        margin-top: 0!important;
        width: 63%!important;
    }
    .zip-input{
        display: inline-block;
        float: left;
        top: 0;
        width: 30%;
    }
    #myForm{
        margin-top: 30px;
    }
    .zip-component .welcome-content{
        width: 45%;
        left: 45%!important;
        height: 65% !important;
    }
}
@media (min-width: 1264px) and (max-width: 1289px) {
    .zip-component .welcome-content{
        width: 40%;
    }
}

@media (min-width: 1264px) and (max-width: 1400px) {
    .zip-component .welcome-content{
        height: 65%!important;
        margin-top: 35px!important;
    }

    .zip-component .learn-more{
        top: 70%!important;
        margin-top: 35px;
    }
}

@media (min-width: 1290px) and (max-width: 1340px) {
    .zip-component .welcome-content{
        width: 38%;
    }
}

@media (min-width: 1042px) and (max-width: 1100px) {
    .zip-component .welcome-content{
        width: 45%;
        height: 65%;
    }
}

@media (min-width: 1329px) and (max-width: 1369px) {
    .zip-component .welcome-content{
        width: 37%;
    }
}

@media (min-width: 1370px) and (max-width: 1415px) {
    .zip-component .welcome-content{
        width: 36%;
    }
}

.zip-component h2.hero-row-title {
    font-size: 32px!important;
}

@media (max-width: 990px){
    .secondary-navbar {
        position: relative;
    }

    .secondary-navlogo{
        position: relative;
        left: 5%;
    }

    .mobile-nav{
        position: absolute;
        top: 50%;
        transform: translate(-3%,-50%);
        height: 20px;
    }

    .mobile-search{
        position: absolute;
        top: 50%;
        right: 0!important;
        transform: translate(-50%,-50%);
    }
}
