﻿
.datatables-table {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.datatables-table thead{
    display:none;
}

.datatables-table tbody td {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.datatables-table .clinicaltrial-row{
    padding:0.5rem;
}

.datatables-table .clinicaltrial-row {
    font-size: 1rem !important;
}

.datatables-table .clinicaltrial-row > a{
    padding:0;
}

.datatables-table tbody td h2 {
    line-height: 1.2 !important;
    font-size: 1.2rem !important;
    letter-spacing: -0.01rem;
    margin-bottom: 0.35rem !important;
}

.datatables-table .clinicaltrial-row .locations a {
    display: block;
    padding: 0 0 0 0;
}

.datatables-table .clinicaltrial-row .box-locations{
    margin-bottom:0;
}

.datatables-table .add-people-section {
    border-bottom: none !important;
    background: none !important;
    padding: 0.5rem;
}

.datatables-table .column {
    padding: 0;
    background: #fafafa;
}

.datatables-table .docinfocontainer {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #b7b7b7;~
    transition: 0.24s all ease-in-out;
}

.datatables-table .docinfocontainer.large-12 {
    border-right: none;
}

.datatables-table .docinfocontainer:hover {
    background: #fff;
}

.datatables-table .row {
    flex-flow: row wrap;
    display: flex;
    border-bottom: 0;
    position: relative;
}

.datatables-table a {
    padding: 12px 0.9375rem 12px 6px;
    display: block;
}

.datatables-table .row.letter-header {
    border-bottom: 1px solid #cacaca;
}

.datatables-table .row.letter-header {
    padding: 0.25rem 1.4rem 0.4rem;
}

.datatables-table .row.letter-header h3 {
    margin: 0 !important;
    line-height: 2rem;
}

.datatables-table a:hover {
    /*background: #fff;*/
}

.datatables-table a:hover * {
    text-decoration: none !important;
}

.filter-box {
    padding: 1.8rem 1rem 0.8rem;
    overflow: hidden;
    transition: 0.17s all ease;
    height: 100%;
    position: relative;
    opacity: 1;
}

.filter-box label, .filter-box fieldset legend {
    color: #113b63;
    font-size: 1rem;
    margin-bottom: 0;
}

.filter-box fieldset, .filter-box > label {
    border: 1px solid rgba(41, 91, 137, 0.24);
    padding: 0 0.5rem 0;
    display: inline-block;
    margin-bottom: 1rem;
    background: #f7f7f7;
    width: 100%;
}

.filter-box fieldset {
    margin-bottom: 1rem;
}

.filter-box fieldset legend, .filter-box > label .legend {
    font-size: 1rem;
    border: 1px solid rgba(41,91,137, 0.45);
    padding: 0 0.5rem;
    background: rgb(255,255,255);
    border-radius: 0;
    margin-bottom: 0.5rem;
}

.filter-box fieldset label {
    color: #333;
    font-size: 0.9rem;
}

.filter-box > label {
    margin-top: 0.85rem;
    margin-bottom: 1rem;
}

.filter-box > label .legend {
    margin-top: -15px;
    display: block;
    width: fit-content;
}

.filter-box select {
    margin-bottom: 0.6rem;
    color: #333;
}

.filter-box input {
    padding: 0.5rem;
}

.filter-box select, .filter-box input {
    font-size: 1rem;
}

.filter-box select, .filter-box [type=text] {
    height: 2.4rem;
}

.filter-box fieldset [type=checkbox] + label[for], .filter-box fieldset [type=radio] + label[for] {
    line-height: 1rem;
    vertical-align: text-top;
    color: black;
    padding: 0 0.35rem;
    margin: 0;
}

.filter-box input[type=checkbox] {
    margin-bottom: 0.5rem;
}

.alpha.menu .active > a {
    color: #fff;
    position: relative;
    z-index: 2;
    background: #184c7c;
}

/*.alpha.menu .active > a:after {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: #184c7c;
    position: absolute;
    top: calc(50% - 0.7rem);
    left: -0.35rem;
    z-index: -1;
    border-radius: 0;
}*/     

.alpha.menu .active:not(:first-child) > a:after {
    left: calc(50% - 0.75rem);
}

@media only screen and (max-width: 1024px) {
    div#dr_div {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    #leftnavdr:not(.expanded) .filter-box {
        height: 0;
        padding: 0;
        transform: scaleY(.4);
        transform-origin: top center;
        opacity: 0;
    }

    #leftnavdr .add-people-header:hover, #leftnavdr .add-people-header:focus {
        cursor: pointer;
    }

    #leftnavdr:not(.expanded) {
        padding: 0.4rem 0 0;
    }

    #leftnavdr {
        padding-top: 1.84rem;
        position: relative;
    }

    #leftnavdr:not(.expanded) .datatables-table {
        border: none;
    }

    #leftnavdr:not(.expanded) .add-people-header {
        background: #e9e9e9;
        padding-bottom: 0;
    }

    #leftnavdr.expanded .add-people-header {
        transition: 0.17s all ease;
    }

    #leftnavdr.expanded .add-people-header:hover,
    #leftnavdr.expanded .add-people-header:focus {
        background: #0f5ca2;
    }

    #leftnavdr:not(.expanded) .add-people-header h6 {
        color: #184c7c;
        font-size: 1rem;
        text-decoration: underline;
        text-align: center;
    }

    #leftnavdr:not(.expanded) .add-people-header:hover h6, #leftnavdr:not(.expanded) .add-people-header:focus h6 {
        color: blue;
    }

    #leftnavdr:not(.expanded) .add-people-header .clear-search {
        color: #184c7c;
        float: none;
        padding-left: 1rem;
    }

    #leftnavdr:not(.expanded) .add-people-header .clear-search:hover, #leftnavdr:not(.expanded) .add-people-header .clear-search:focus {
        color: blue;
    }

    #dr_div > .menu.alpha {
        justify-content: center;
        margin-bottom: 0.5rem;
        min-height: 0 !important;
    }
    /*
    #dr_div > .menu.alpha > li > a {
        padding: 1rem 0.6rem 0rem;
    }*/
}

#txtDoctorsNearYou {
    width: calc(100% - 3.4rem);
    float: left;
    margin-bottom: 0.5rem;
}

#btnDoctorsNearYou {
    float: right;
    height: 2.4rem;
    width: 3rem;
    margin-bottom: 0.5rem;
}

span.not-an-address {
    display: none;
    color: red;
    font-size: 0.85rem;
    padding-bottom: 0.15rem;
    padding-left: 0.2rem;
}

.datatables-table a:hover .author-name {
    text-decoration: underline !important;
}

.about-people-author{
    width:100%;
}

.about-people-author .box-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

.about-people-author .box-text {
    padding-right: 0.8rem;
    width: calc(100% - 14rem);
}

.box-appointments {
    padding: 0.3rem 0.3rem 0.5rem;
    width: 11.8rem;
    border: 1px solid #cacaca;
    background: white;
}

.box-appointments a.phone {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
}

.box-appointments a.phone:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/img/icon_phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#providerProfile .box-appointments a.phone:before {
    margin-top: 2px;
    margin-right: 2px;
}

.box-appointments .telemedicine {
    border-top: 1px solid #dedede;
    padding-top: 0.4rem !important;
    font-size: 0.8rem !important;
    display: flex;
    align-content: center;
    justify-content: center;
}

.box-appointments a.telemedicine:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 0.2rem;
    background-image: url(/img/icon_telemedicine.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#providerProfile .box-appointments .telemedicine {
    font-size: 1rem !important;
}

#providerProfile .box-appointments a.telemedicine:before {
    margin-right: 0.3rem;
    margin-top: 0.15rem;
}

.box-appointments .new-patients {
    border-top: 1px solid #dedede;
    padding-top: 0.4rem !important;
    font-size: 0.8rem !important;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #002e58 !important;
}

.box-appointments .new-patients:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 0.2rem;
    background-image: url(/img/icon_newpatient.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#providerProfile .box-appointments .new-patients {
    font-size: 1rem !important;
}

#providerProfile .box-appointments .new-patients:before {
    margin-right: 0.3rem;
    margin-top: 0.15rem;
}

.view-locations.button {
    max-width: 11rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
    padding: 0.4rem 0 !important;
    background: white;
    font-size: 0.9rem;
}



table.author-locations {
    font-size: 0.9rem;
    color: #27323c;
    margin-top: 0.4rem !important;
    margin-bottom: 0.2rem;
    border: 1px solid #dedede;
    border-bottom: none;
    display: none;
}

#providerProfile table.author-locations {
    margin-top: 0 !important;
    margin-bottom: 1rem;
}

table.author-locations tbody {
    border: none;
    background-color: rgba(255,255,255,0.8);
}

table.author-locations tbody tr:nth-child(even) {
    background-color: rgba(255,255,255,0);
}

table.author-locations td {
    padding: 0.35rem 0.6rem;
    line-height: 1.1rem;
    border-right: none;
}

table.author-locations .locationRowLink {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-weight: bold;
}

a.drivingLink {
    margin: 0.25rem 0 0;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem 0.34rem;
    display: inline-block;
    float: right;
    white-space: nowrap;
}

.box-appointments, .box-navigation {
    display: flex;
    flex-direction: column;
    align-content: center;
}


.box-appointments.mobile-only {
    display: none;
}

#providerProfile .box-appointments, #providerProfile .box-navigation {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #c6d2dd;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

#providerProfile .box-navigation {
    padding-top: 0;
    padding-bottom: 0;
}

#providerProfile .box-appointments *, #providerProfile .box-navigation {
    font-size: 1rem;
}

#providerProfile .box-appointments > span {
    font-size: 0.9rem !important;
    color: #444;
}

.box-appointments > *:not(.doctorBookAppointmentLink), .box-navigation > * {
    padding: 0;
    text-align: center;
    font-size: 0.85rem;
    margin-top: 0.4rem;
}

.box-navigation > * {
    margin-top: 0;
    padding: 0.4rem;
    font-size: 0.9rem;
}

.box-navigation > *:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.box-appointments > a:not(.doctorBookAppointmentLink):hover,
.box-appointments > a:not(.doctorBookAppointmentLink):focus,
.box-navigation > a:hover,
.box-navigation > a:focus {
    text-decoration: underline !important;
}

.box-navigation a.profile-nav-button {
    transition: 0.1s background-color ease-in-out;
}

.box-navigation a.profile-nav-button:hover {
    background-color: rgba(255,255,255,0.55);
}

a.doctorBookAppointmentLink {
    margin: 0;
    font-size: 0.9rem;
    padding: 0.5rem;
    display: inline-block;
    float: right;
}

.datatables-table .add-people-section .about-people {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.datatables-table .add-people-section .about-people .about-people-author .author-name {
    color: #0a0a0a;
    margin: 0 0 0.5rem;
    line-height: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: -0.01rem;
    position: relative;
    padding-top: 0;
}

.datatables-table .add-people-section .about-people .about-people-author .author-name a {
    text-decoration: none !important;
    padding: 0;
}

.datatables-table .add-people-section .about-people .about-people-author .author-name a:hover,
.datatables-table .add-people-section .about-people .about-people-author .author-name a:focus {
    text-decoration: underline !important;
}

.datatables-table .author-name.stars:after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    margin-left: 4px;
    background-image: url(/img/star_ratings.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
    /*filter: saturate(50%);*/
}

.datatables-table .add-people-section .about-people .about-people-author .author-location,
.datatables-table .add-people-section .about-people .about-people-author .author-specialty {
    font-size: .8em;
    line-height: 1.2rem;
    color: #3e3e3e;
    margin-bottom: 0.5rem;
}

.clinicaltrial-row p.author-specialty-title, .clinicaltrial-row p.author-location-title {
    line-height: 1rem;
    margin-top: 0;
    margin-bottom: 0.15rem;
    font-size: 1rem;
    font-weight: bold;
}

.clinicaltrial-row p.author-location-title {
    line-height: 1.1rem;
    margin-top:0.75rem;
    margin-bottom: 0.05rem;
    display: none;
}

.clinicaltrial-row p.author-location-title:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 0;
    background-image: url(/img/icon_location.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -2px;
}

#mainRow.widget.text ul.menu {
    padding-bottom: 0rem;
    font-family: Roboto, Lato, sans-serif;
    padding: 0.58rem 0;
}

#mainRow .menu > li {
    padding: 0;
    width: 1.9rem;
    height: 1.9rem;
}

#mainRow .menu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 1;
}

#mainRow .menu > li:first-child > a {
    padding-left: 0px;
}

#mainRow .menu > li > a:hover {
    text-decoration: underline;
}

.view-more-text {
    padding: 0 !important;
}

/*.datatables-table .view-more-people .view-more-text .view-more-link {
                        font-size: calc(1.1rem + 0.3vw);
                    }*/

@media screen and (max-width: 94em) {
    .datatables-table .column {
        border-bottom: 1px solid #b7b7b7;
    }

    .datatables-table .row {
        flex-flow: row wrap;
        display: flex;
        /*border-bottom: none;*/
    }

    .datatables-table {
        min-width: 250px;
    }
}

.datatables-table .add-people-section .about-people .about-people-avatar {
    padding-right: 1.5rem;
    width:104px;
}

.datatables-table .add-people-section .about-people .about-people-avatar a {
    padding: 0;
}

.datatables-table .add-people-section .about-people .about-people-avatar .avatar-image {
    width: 100%;
    max-width: 6rem;
    border: .0625rem solid #cacaca;
    padding: 3px;
}

.datatables-table .avatar-image[src=""] {
    opacity:0;
}

a.author-view-profile {
    font-size: 0.85rem;
    width: 100%;
    text-align: center;
    margin: 0.65rem 0 0;
    padding: 0.1rem 0 !important;
    background: white;
    color: #295b89;
    border: 1px solid #295b89;
    transition: all 0.17s;
}

a.author-view-profile:hover, a.author-view-profile:focus {
    background: #295b89;
    color: white;
}

#leftnavdr .learn-more-button {
    margin-top: 0px;
    font-size: 1.1rem !important;
    margin-bottom: 24px;
}

#leftnavdr .menu.vertical {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s opacity ease-in-out;
}

.scrolled-past-people-header #leftnavdr .menu.vertical {
    opacity: 1;
    visibility: visible;
}

.datatables-table h3 {
    font-size: 2rem !important;
    padding-left: 0px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem !important;
}

.a-back-to-top {
    position: absolute;
    right: 0px;
    top: calc(50% - 1.05rem);
    font-size: 1rem;
}

.a-back-to-top:after {
    content: ' \25b4';
}

.displaynone {
    display: none !important;
}

.stickymenu {
    position: fixed;
    top: 5px;
    border: 1px solid black;
    background-color: rgb(247, 247, 247);
    z-index: 9999;
}

a.clear-search {
    font-size: 0.85rem;
    display: inline-block;
    padding: 0.35rem 0 0;
    float: right;
    color: rgba(255,255,255,0.85);
}

a.clear-search:hover, a.clear-search:focus {
    color: rgba(255,255,255,1);
    text-decoration: underline !important;
}

.datatables-table .add-people-header .header-title div {
    font-size: 1rem;
    padding-top: 0.25rem;
}

.header-title .header-title-search {
    display: none;
}

.header-title img.header-title-icon {
    width: 1.8rem;
    transform: rotate(-90deg);
    display: none;
}

@media only screen and (min-width: 1024px) {
    #dr_div {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .header-title .header-title-search {
        display: inline !important;
    }

    #leftnavdr:not(.expanded) .header-title img.header-title-icon {
        display: inline;
    }
}

.buttonReturnTop {
    opacity: 0.4;
    transition: 0.2s all ease;
    position: relative;
    margin-top: 24px;
    margin-bottom: 4.15rem;
    float: right;
}

.scrolled-past-hero .buttonReturnTop {
    opacity: 1 !important;
    visibility: visible !important;
}

.buttonReturnTop:before {
    content: "\2191";
    position: absolute;
    bottom: 107%;
    left: 48%;
}

.buttonReturnTop:hover:before {
    color: #efefef;
}

@media only screen and (max-width: 1024px) {
    .buttonReturnTop {
        position: fixed;
        bottom: 0.5rem;
        right: 0.5rem;
        margin-bottom: 0;
        z-index: 9998;
        background: #295b89 !important;
        border-color: #165366 !important;
        color: white !important;
        padding: 0.5rem 0.5rem 0.6rem;
        font-size: 0.9rem;
    }

    .buttonReturnTop:before {
        color: #165366 !important;
        bottom: 110%;
    }

    .buttonReturnTop:focus, .buttonReturnTop:hover {
        border-color: #165366 !important;
        background: white !important;
        color: #165366 !important;
    }

    .buttonReturnTop:hover:before {
        color: #165366 !important;
    }

/*    .button.hollow:focus, .button.hollow:hover {
        color: #165366 !important;
    }*/
}

.open-schedule-questions-wrapper {
    padding: 1rem;
    text-align: center;
    position: relative;
    background-color: white;
    overflow: hidden;
}

.docinfocontainer .open-schedule-questions-wrapper {
    border-top: 1px solid #ddd;
}

#providerProfile .open-schedule-questions-wrapper {
    border: 2px solid #295b89;
}

.open-schedule-questions-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.open-schedule-questions-wrapper h3 {
    font-size: calc(1.1rem + 0.1vw) !important;
    color: #113b63 !important;
    line-height: calc(1.6rem + 0.1vw);
    font-family: 'Roboto', 'Lato', sans-serif;
}

#providerProfile .open-schedule-questions-wrapper h3 {
    margin-bottom: 0.85rem;
}

.open-schedule-questions-wrapper h3 span {
    font-size: calc(1.6rem + 0.3vw);
    font-weight: bold;
}

.open-schedule-questions-wrapper .please-answer {
    font-family: 'Roboto', 'Lato', sans-serif;
}

.open-schedule-questions-wrapper p:not(.please-answer) {
    font-weight: bold;
    margin-bottom: 0.85rem;
}

.open-schedule-questions-wrapper .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.open-schedule-questions-wrapper .button-wrapper .button {
    padding: 1rem 1.5rem;
    border-width: 1px;
    font-family: 'Roboto', 'Lato', sans-serif;
}

.open-schedule-questions-wrapper .button-wrapper .button:not(:last-child) {
    margin-right: 1rem;
}

.open-schedule-questions-wrapper .questions {
    transition-property: all;
    transition-duration: 0.24s;
    transition-timing-function: ease;
    opacity: 0;
    z-index: -1;
}

.open-schedule-questions-wrapper .questions.active {
    margin-left: 0%;
    opacity: 1;
    z-index: 1000;
}

.open-schedule-questions-wrapper .question-1 {
    float: left;
    width: 100%;
    position: relative;
    margin-left: -30%;
}

.open-schedule-questions-wrapper .question-2 {
    position: absolute;
    width: calc(100% - 2rem);
    margin-left: 30%;
    transition-delay: 0.17s;
}

iframe.open-schedule-iframe {
    border: 1px solid #dedede;
    width: 100%;
    height: 34rem;
}

.alternative-schedule-text {
    text-align: center;
    font-size: 1.1rem;
    padding: 1rem 2rem;
    font-weight: normal;
    color: #113b63;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#providerProfile .alternative-schedule-text {
    padding: 1rem 2rem 0;
}

.alternative-schedule-text h4 {
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #113b63 !important;
}

.alternative-schedule-text span {
    font-size: 1.2rem;
    max-width: 35rem;
}

.alternative-schedule-text a {
    color: white;
    background: #295b89;
    border: 1px solid #0f3d68;
    display: block;
    padding: 0.5rem 1rem;
    width: 14rem;
    margin: 1rem;
    font-size: 1rem;
}

.alternative-schedule-text a:hover, .alternative-schedule-text a:active, .alternative-schedule-text a:focus {
    background: #2a6ba7;
}

.return-button-wrap > .column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.return-button-wrap > .column > .button {
    margin: 0;
    font-family: 'Roboto', 'Lato', san-serif;
}

.view-full-search-button-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 12px;
}

@media only screen and (max-width: 640px) {
    .box-appointments.mobile-only {
        display: flex;
    }

    .dataTables_wrapper .dataTables_filter {
        float: left;
        text-align:left;
    }
}

@media only screen and (max-width: 890px) {
    .about-people-author .box-content {
        flex-direction: column;
        padding-bottom: 0;
    }

    .about-people-author .box-text {
        width: 100%;
        padding-bottom:8px;
    }

    .box-appointments {
        width: 100%;
        max-width:10.45rem;
    }

    .author-location-title {
        padding-top: 14px;
    }

    .author-locations tr {
        display: flex;
        flex-direction: column;
    }

    .author-locations tr td:first-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .author-locations tr td:last-child {
        padding-top: 0;
    }

    a.drivingLink {
        float: none;
    }

    #providerProfile .content > .row {
        width: calc(100% - 2.2rem);
    }

    .closebutton, #closeProviderProfile {
        font-size: 39px;
        width: 2.2rem;
        height: 2.2rem;
        margin-right: -2.2rem;
        padding-bottom: 4px;
    }
}

/*@media only screen and (max-width: 600px){
    #closeProviderProfile {
        position: fixed;
        top: calc(100vh - 3rem);
        right: 2.2rem;
    }
}*/

@media only screen and (max-width: 400px) {
    .datatables-table .add-people-section .about-people {
        flex-direction: column;
    }

    .datatables-table .add-people-section .about-people .about-people-avatar {
        padding-bottom: 1.5rem;
        padding-right: 0;
        width:100%;
    }

    .datatables-table .add-people-section .about-people .about-people-author {
        width: 100%;
    }

    .datatables-table .add-people-section .about-people .about-people-avatar .avatar-image {
        max-width: none;
    }

    .about-people-author .box-text {
        text-align: center;
    }

    #providerProfile .profile-image {
        max-width: none;
    }
}

@media only screen and (max-width:40em) {
    .doctor-search-box {
        padding-bottom: 0;
    }

    .doctor-search-button {
        text-align: center;
    }
}

@media print {

    .doctor-search-box,
    .doctor-search-button,
    #leftnavdr,
    #closeProviderProfile,
    #providerProfile .nav-column,
    .profile-block.collapsed .column:after,
    a.read-more-button.button,
    .widget.text .menu.alpha,
    .author-view-profile,
    .a-back-to-top,
    .drivingLink {
        display: none !important;
    }

    #providerProfile {
        background: white !important;
        padding-top: 0 !important;
    }

    #providerProfile .content > .row {
        width: 100% !important;
    }

    #providerProfile .profile-image {
        width: auto !important;
        float: left;
        max-width: 10rem !important;
        margin-bottom: 1rem;
    }

    #providerProfile .profile-block > h3 {
        background: white !important;
    }

    .profile-block.collapsed .column {
        max-height: none !important;
    }

    .datatables-table .add-people-section .about-people .about-people-avatar .avatar-image {
        max-width: 10rem !important;
    }

    .widget.text p.author-specialty-title, .widget.text p.author-location-title {
        margin-bottom: 0px !important;
    }
}
