/*---------------Pop up css------------*/ 
#css-only-modals { position:fixed; pointer-events:none; left:0; top:0; right:0; bottom:0; z-index:10000000; text-align:center; white-space:nowrap; height:100%; } #css-only-modals:before { content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-.25em; } .css-only-modal-check { pointer-events:auto; display:none; } .css-only-modal-check:checked ~ .css-only-modal { opacity:1; pointer-events:auto; } .css-only-modal { width: 700px; background:#fff; z-index:1; display:inline-block; position:relative; pointer-events:auto; padding:25px; text-align:right; border-radius:4px; white-space:normal; display:inline-block; vertical-align:middle; opacity:0; pointer-events:none; max-width: 90%; } .css-only-modal h2 { text-align:center; } .css-only-modal p { text-align:left; } .btn-primary:hover { color:#fff; background-color:#999; border-color:#999; } .btn-primary { color:#fff; background-color:#777; border-color:#777; border-radius: 4px; padding: 6px 12px; } .css-only-modal-check:checked ~ #screen-shade { opacity:.5; pointer-events:none; } #modal1 { display: none; } #screen-shade { opacity:0; background:#000; position:absolute; left:0; right:0; top:0; bottom:0; pointer-events:none; transition:opacity .8s; } .css-only-modal-content {max-height:80vh; overflow-y:auto; } 
/*------------End pop up css------*/ 

.embedcode_drname__container p {
    margin: 0;
}

.wrap__cta-header {
    float: left;
    width: 200px;
}
.tcenter {
    text-align: center;
}
.width300 {
    max-width: 300px;
}
.clr {
    clear: both;
}
.clrinit {
    clear: initial !important;
}
#officehours-page tr td:first-child {
    width: 120px;
}
#officehours-page, #officehours-page tr, #officehours-page td {
    padding: 0;
    margin: 0;
    border: 0;
}
.embedcode_contact__container {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 40px;
    border: 1px solid white;
    background: #154862;
}
.embedcode_contact__container h2, .embedcode_contact__container h3, .embedcode_contact__container a {
    color: #fff;
}
.embedcode_contact__container h2 {
    text-transform: uppercase;
}

/* MEDIA QUERIES ONLY */
@media(min-width: 1025px) {
    .mobile-tablet {
        display: none;
    }
}
@media(max-width: 1024px) {
    .wrap__cta-header--inner .embedcode_zocdoc__container {
        display: none;
    }
    .mobile-tablet {
        clear: both;
        padding-top: 10px;
    }
}
@media(min-width: 768px) {
    .tbl-row {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .tbl-row .col-xs-12.col-md-6 {
        width: 50%;
    }
    .imgright {
        float: right;
        margin: 0 0 10px 10px;
    }
    .imgleft {
        float: left;
        margin: 0 10px 10px 0;
    }
}
@media(max-width: 767px) {
    .tbl-row {
        display: block;
    }
    .tbl-row .col-xs-12.col-md-6 {
        width: 100%;
    }
    .imgright, .imgleft {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}