﻿.is_stuck {
    transform: translate3d(0,0,0);
}

.row-wrap.grey {
    padding-top: 0rem;
}

#srchtxt h1 {
    margin-bottom: 0.2rem !important;
}

#srchtxt p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    margin-bottom: 1.6rem !important;
}

#frmsearch .column.end {
    padding-bottom: 1rem;
}

.banner-row {
    background-image: url(/img/photo_campus.jpg);
}

.doctor-search-box {
    padding-bottom: 0.5rem;
}

.doctor-search-button {
    padding-bottom: 0.5rem;
}

    .doctor-search-button .button {
        font-size: 1.1rem;
        line-height: 0.85rem;
    }

.google-data {
    font-size: 0.75rem;
    display: none;
}

.a-back-to-top {
    position: absolute;
    right: 0px;
    bottom: 8px;
    font-size: 0.9rem;
}

    .a-back-to-top:after {
        content: ' \25b4';
    }

body.noscroll {
    overflow: hidden !important;
    margin-right: 0px;
    -ms-scroll-limit: 0 0 0 0;
}

#loading, #loadingprofile {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('/img/loading4.gif') no-repeat center center;*/
}

    #loading img, #loadingprofile img {
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    #loadingprofile img {
        top: 50px;
    }

/*#doctorprofile, #providerProfile {
    display: none;
    position: fixed;
    z-index: 9999;*/
    /*padding-top: 200px;
    padding-top: calc(67px + 7vh);*/
    /*padding-top: 6rem;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(16, 24, 31, 0.8);
}*/

/*#providerProfile {
    padding-left: 17px;
}*/

/*.scrolled-past-main-buttons #providerProfile {
    padding-top: 5.5rem;
}
*/
/*.active-header-alert-banner.scrolled-past-main-buttons #providerProfile {
    padding-top: 9.5rem;
}*/

/*.scrolled-up #providerProfile {
    padding-top: 6rem;
}*/

.active-header-alert-banner #providerProfile {
    padding-top: 9.5rem;
}

.active-header-alert-banner.scrolled-past-hero #providerProfile {
    padding-top: 1.5rem;
}

.active-header-alert-banner.scrolled-past-hero.scrolled-up #providerProfile {
    padding-top: 8rem;
}

#providerProfile.active {
    display: block;
}

#mainRow {
    transition: 0.1s all ease;
}

#top-of-profile {
    position: relative;
    top: -50px;
}

#back-to-top-of-profile {
    display: none;
    position: fixed;
    left: 40%;
    bottom: 20px;
    background: #184c7c !important;
    text-align: center;
    margin: auto;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff !important;
}

#doctorprofile-content, #providerProfile .content {
    margin: auto;
    padding: 0;
    border: none;
    width: 100%;
    max-width: 75rem;
    margin-bottom: 3rem;
}

.closebutton, #closeProviderProfile {
    color: #ddd;
    float: right;
    font-size: 48px;
    font-weight: bold;
    width: 3.1rem;
    height: 3.1rem;
    position: sticky;
    top: 1rem;
    margin-right: -3.1rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* border-radius: 50%; */
    border: 1px solid rgba(41, 91, 137, 0.78);
    background: rgba(19, 62, 101, 0.6);
    line-height: 0;
    padding-bottom: 6px;
    transition: 0.17s all;
}

    .closebutton:hover, .closebutton:focus,
    #closeProviderProfile:hover, #closeProviderProfile:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        background: rgb(0, 65, 125);
        border-color: #006fd6;
    }

div#closeProviderProfile span {
    transition: all 0.17s ease;
}

div#closeProviderProfile:hover span {
    transform: rotate(12deg) scale(1.1);
}

/*.scrolled-past-hero #closeProviderProfile{
    top:2rem;
}

.scrolled-up #closeProviderProfile{
    top:4.8rem;
}
*/
#providerProfile .content {
    display: none;
}

    #providerProfile .content.active {
        display: block;
    }

#providerProfile .column {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#providerProfile .content > .row > .column:not(:first-child) {
    padding-left: 0.46875rem;
}

#providerProfile .content > .row > .column:not(:last-child) {
    padding-right: 0.46875rem;
}

#providerProfile .column .column {
    padding: 0 0.46875rem;
    top: 0;
}

@media only screen and (min-width: 1024px) {
    #providerProfile .column .column {
        position: sticky;
    }
}

#providerProfile p {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 1rem;
    font-family: Roboto, Lato, sans-serif;
}

.google-maps-wrapper {
    position: relative;
}

#profile-google-map-static {
    border: 1px solid #a9bdd0;
    /*    border-radius: 8px;*/
    width: 100%;
    min-height: 14rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #profile-google-map-static:hover {
        cursor: pointer;
    }

    #profile-google-map-static > #static-image {
        width: 100%;
        height: 100%;
        min-height: 14rem;
        background-size: cover;
        background-position: center;
        z-index: 1;
        position: relative;
        transition: 1.1s all ease;
        transform: scale(1.01);
    }

    #profile-google-map-static:hover > #static-image {
        transform: scale(1.1);
    }

    #profile-google-map-static:before {
        content: 'Click to Interact';
        position: absolute;
        z-index: 2;
        color: grey;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.15rem;
        transition: 0.17s all ease;
        opacity: 0;
        transform: scale(0.75);
        background: #f1f1f1;
        padding: 0.2rem 1rem 0.1rem;
        border-radius: 5px;
        border: 3px solid white;
        box-shadow: 0px 1px 7px rgba(0, 79, 149, 0.3);
    }

    #profile-google-map-static:hover:before {
        opacity: 1;
        transform: scale(1);
        color: #0d4270;
    }

#profile-google-map {
    border: 1px solid #a9bdd0;
    /*    border-radius: 8px;*/
    width: 100%;
    height: 100%;
    min-height: 14rem;
}

    #profile-google-map * {
        font-family: 'Roboto', 'Lato', sans-serif;
    }

    #profile-google-map h4 {
        font-size: 1rem;
        font-weight: bold;
        margin: 0 0 0.3rem;
        padding: 0;
    }

    #profile-google-map p {
        font-size: 0.9rem;
        line-height: 1rem;
        padding: 0;
        margin: 0 0 0.3rem;
    }

    #profile-google-map .gm-style .gm-style-iw-c button {
        width: 20px !important;
        height: 20px !important;
        top: 2px !important;
        right: 2px !important;
    }

        #profile-google-map .gm-style .gm-style-iw-c button img {
            width: 20px !important;
            height: 20px !important;
            margin: 0 !important;
        }

.profile-row-education table {
    margin: 0;
    background: #fff;
}

.profile-row-education tbody {
    border: 1px solid #dedede;
    border-bottom: none;
}

.profile-row-education table tbody tr:nth-child(even) {
    background-color: #fff;
}

.profile-row-education td {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 0.2rem 0.6rem;
    font-size: 0.95rem;
}

.profile-row-education tr:last-child td {
    border-bottom: 1px solid #dedede;
}

.profile-row-insurance h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #113b63;
    font-family: Roboto, Lato, sans-serif;
    margin-bottom: 1rem;
}

.profile-row-insurance p {
    line-height: 1.4rem !important;
}

.profile-row-insurance ul {
    list-style: none;
    border: 1px solid #dedede;
    border-bottom: 0;
    background: #fff;
    margin-left: 0;
}

.profile-row-insurance li {
    border-bottom: 1px solid #dedede;
    padding: 0.2rem 0.6rem;
    font-size: 0.95rem;
}

    .profile-row-insurance li:last-child {
        border-bottom: 1px solid #dedede;
    }

#providerProfile .profile-block {
    background: #f7f7f7;
    border: 1px solid rgba(41, 91, 137, 0.24);
    padding: 1rem;
    /*min-height:200vh;*/
    position: relative;
}

    #providerProfile .profile-block:not(:last-child) {
        margin-bottom: 2.2rem;
    }

    #providerProfile .profile-block .row > *:first-child {
        padding-left: 0;
    }

    #providerProfile .profile-block .row > *:last-child {
        padding-right: 0;
    }

    #providerProfile .profile-block > h3 {
        margin: -2.2rem 0 1rem 0;
        border: 1px solid rgba(41,91,137,0.4);
        padding: 0 0.5rem;
        background: white;
        font-size: 1.5rem;
        letter-spacing: -0.1px;
        width: fit-content;
        color: #113b63;
    }

#providerProfile .provider-name {
    color: #0054a3;
    font-size: 1.9rem;
    padding-top: 0;
    margin-bottom: 1rem;
}

    #providerProfile .provider-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%);*/
    }

    #providerProfile .provider-name.stars:hover:after {
        cursor: pointer;
        filter: saturate(200%) brightness(150%);
    }

#providerProfile .profile-image {
    width: 100%;
    max-width: 10rem;
    padding: 0.3rem;
    border: 1px solid #ccc;
    margin-bottom:14px;
}

#providerProfile .nav-column {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

#providerProfile .locations-map {
    border: 1px solid #d4d4d4;
}

span.loc-number {
    font-size: 0.8rem;
    color: white;
    border-radius: 50%;
    background: #0067cc;
    height: 18px;
    width: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto, Lato, sans-serif;
    margin-right: 0.25rem;
}

#providerProfile p.bio-paragraph {
    line-height: 1.5rem;
}

#providerProfile .bio-paragraph br {
    content: '';
    display: block;
    height: 1rem;
}

.profile-row-approach .doctor-video {
    width: 100%;
    border: 1px solid black;
}

.profile-experience-content h3 {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
}

.profile-experience-content h4 {
    margin-bottom: 0rem;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Roboto';
}

.profile-experience-content table {
    margin: 0 0 1rem;
}

.profile-experience-content td {
    font-size: 0.95rem;
    padding: 0.4rem 0.7rem;
}

.profile-block.collapsed .column {
    overflow: hidden;
    max-height: 40vh;
    position: relative;
    transition: 1s all ease;
}

    .profile-block.collapsed .column:after {
        content: '';
        display: block;
        width: 100%;
        height: 7rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient( 0deg, rgba(247,247,247,1) 30%, rgba(247,247,247,0) 100%);
    }

a.read-more-button.button {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 0.55rem;
}

.profile-row-approach .row {
    display: flex;
}

    .profile-row-approach .row .column {
        flex-grow: 1;
        flex: auto;
    }

.profile-row-approach p.provider-statement {
    line-height: 1.5rem !important;
    font-style: italic;
}

    .profile-row-approach p.provider-statement:before {
        content: '"';
        font-size: 1.3rem;
        line-height: 0;
        margin-left: -0.5rem;
    }

    .profile-row-approach p.provider-statement:after {
        content: '"';
        font-size: 1.3rem;
        line-height: 0;
    }

.profile-row-ratings .ratings-wrapper {
    overflow: hidden;
}

    .profile-row-ratings .ratings-wrapper img {
        margin-top: -3.38rem;
        margin-left: -1.2rem;
    }

#sub-nav-vertical-wrap {
    display: block !important;
}

#profilecontainerdiv .td-left {
    width: 80%;
}

#profilecontainerdiv .td-right {
    width: 20%;
}

.profile-block.profile-row-insurance h2{
    display:none;
}

.profile-block.profile-row-insurance > h3:not(:first-child) {
    margin-top: 0 !important;
    border: none !important;
    background: none !important;
    font-size: 1.2rem !important;
    font-weight:bold;
}

.banner-row {
    padding-top: 1rem;
    padding-bottom: 0.6rem;
}

#leftnavdr {
    padding-top: 3.05rem;
    padding-bottom: 1rem;
    padding-bottom: 1rem;
    opacity: 0;
    position: sticky;
    top: 0;
}

    #leftnavdr.active {
        opacity: 1;
    }

    #leftnavdr .people-you-might-know {
        margin-bottom: 0px;
    }

.row-wrap.widget h2 {
    margin-bottom: 12px !important;
}

.row-wrap.widget p {
    font-size: 1.1rem !important;
    line-height: 1.6rem !important;
    margin-bottom: 2rem !important;
}

.people-you-might-know {
    margin-bottom: 34px;
    position: relative;
    border-top: none;
}

#doctor-filter-loading {
    background-image: url('/img/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 2rem;
    position: absolute;
    top: -2.6rem;
    display: none;
}


.people-you-might-know *:not(h1):not(h2):not(h3):not(h4) {
    font-family: Roboto, Lato, sans-serif;
}

.people-you-might-know .add-people-header {
    padding: .5rem 1rem .5rem 1rem;
    background: #184C7C;
}

/*.people-you-might-know .add-people-header span {
    float: right;
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.8rem;
}*/

.people-you-might-know .add-people-section {
    border-bottom: none !important;
    background: none !important;
    padding: 1.5rem;
}

.people-you-might-know .column {
    padding: 0;
    background: #fafafa;
}

.people-you-might-know .docinfocontainer {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #b7b7b7;
    transition: 0.24s all ease-in-out;
}

    .people-you-might-know .docinfocontainer.large-12 {
        border-right: none;
    }

    .people-you-might-know .docinfocontainer:hover {
        background: #fff;
    }

.people-you-might-know .row {
    flex-flow: row wrap;
    display: flex;
    border-bottom: 0;
    position: relative;
}

.people-you-might-know a {
    padding: 12px 0.9375rem 12px 6px;
    display: block;
}

.people-you-might-know .row.letter-header {
    border-bottom: 1px solid #cacaca;
}

    .people-you-might-know .row.letter-header {
        padding: 0.25rem 1.4rem 0.4rem;
    }

        .people-you-might-know .row.letter-header h3 {
            margin: 0 !important;
            line-height: 2rem;
        }

.people-you-might-know a:hover {
    /*background: #fff;*/
}

    .people-you-might-know 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) .people-you-might-know {
        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;
}

.people-you-might-know a:hover .author-name {
    text-decoration: underline !important;
}

.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% - 12rem);
}

.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;
    }

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;
}

#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.7rem 0.8rem;
    display: inline-block;
    float: right;
}

.people-you-might-know .add-people-section .about-people .about-people-author .author-name {
    color: #0a0a0a;
    margin: 0 0 1.3rem;
    line-height: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: -0.01rem;
    position: relative;
    padding-top: 0;
}

    .people-you-might-know .add-people-section .about-people .about-people-author .author-name a {
        text-decoration: none !important;
        padding: 0;
    }

        .people-you-might-know .add-people-section .about-people .about-people-author .author-name a:hover,
        .people-you-might-know .add-people-section .about-people .about-people-author .author-name a:focus {
            text-decoration: underline !important;
        }

.people-you-might-know .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%);*/
}

.people-you-might-know .add-people-section .about-people .about-people-author .author-location,
.people-you-might-know .add-people-section .about-people .about-people-author .author-specialty {
    font-size: .8em;
    line-height: 1.2rem;
    color: #3e3e3e;
    margin-bottom: 1.3rem;
}

.widget.text p.author-specialty-title, .widget.text p.author-location-title {
    line-height: 1rem;
    margin-top: 0;
    margin-bottom: 0.15rem;
    font-size: 1rem;
    font-weight: bold;
}

.widget.text p.author-location-title {
    line-height: 1.1rem;
    margin-bottom: 0.05rem;
}

    .widget.text 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;
    min-height: 3.1rem;
}

#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;
}

/*.people-you-might-know .view-more-people .view-more-text .view-more-link {
                        font-size: calc(1.1rem + 0.3vw);
                    }*/

@media screen and (max-width: 94em) {
    .people-you-might-know .column {
        border-bottom: 1px solid #b7b7b7;
    }

    .people-you-might-know .row {
        flex-flow: row wrap;
        display: flex;
        /*border-bottom: none;*/
    }

    .people-you-might-know {
        min-width: 250px;
    }
}

.people-you-might-know .add-people-section .about-people .about-people-avatar {
    padding-right: 1.5rem;
}

    .people-you-might-know .add-people-section .about-people .about-people-avatar a {
        padding: 0;
    }

    .people-you-might-know .add-people-section .about-people .about-people-avatar .avatar-image {
        width: 100%;
        max-width: 6rem;
        border: .0625rem solid #cacaca;
        padding: 3px;
    }

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;
}

.people-you-might-know 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;
    }

.people-you-might-know .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;
}

@media only screen and (max-width: 640px) {
    .box-appointments.mobile-only {
        display: flex;
    }
}

@media only screen and (max-width: 600px) {
    .about-people-author .box-content {
        flex-direction: column;
        padding-bottom: 1.5rem;
    }

    .about-people-author .box-text {
        width: 100%;
    }

    .box-appointments {
        width: 100%;
    }

    .author-locations tr {
        display: flex;
        flex-direction: column;
    }

    .add-people-section .author-locations tr td:first-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .add-people-section .author-locations tr td:last-child {
        padding-top: 0;
    }

    a.drivingLink {
        float: none;
    }

    #providerProfile .content > .row {
        width: 100%;
    }

    .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) {
    .people-you-might-know .add-people-section .about-people {
        flex-direction: column;
    }

        .people-you-might-know .add-people-section .about-people .about-people-avatar {
            padding-bottom: 1.5rem;
            padding-right: 0;
        }

        .people-you-might-know .add-people-section .about-people .about-people-author {
            width: 100%;
        }

        .people-you-might-know .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:39.99rem) {
    .doctor-search-box {
        padding-bottom: 0;
    }

    .doctor-search-button {
        text-align: center;
    }

    #providerProfile .content > .row > .column:not(:first-child) {
        padding-left: 0.9375rem;
    }

    #providerProfile .content > .row > .column:not(:last-child) {
        padding-right: 0.9375rem;
    }

    #providerProfile .content-row {
        display: flex;
        flex-direction: column-reverse;
    }

    #providerProfile .content-row > * {
        position: relative;
    }

    #providerProfile .content-column {
        padding-top: 0;
    }

    #providerProfile .nav-column {
        top: unset;
        padding-bottom: 0;
    }

    #providerProfile .box-navigation {
        display: none;
    }
}

@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;
    }

    .people-you-might-know .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;
    }
}
