﻿.push-1 {
    margin-left: 8.57143%;
}

.push-1-wider {
    margin-left: 11.42857%;
}

.push-2 {
    margin-left: 17.14286%;
}

.push-2-wider {
    margin-left: 20%;
}

.push-3 {
    margin-left: 25.71429%;
}

.push-3-wider {
    margin-left: 28.57143%;
}

.push-4 {
    margin-left: 34.28571%;
}

.push-4-wider {
    margin-left: 37.14286%;
}

.push-5 {
    margin-left: 42.85714%;
}

.push-5-wider {
    margin-left: 45.71429%;
}

.push-6 {
    margin-left: 51.42857%;
}

.push-6-wider {
    margin-left: 54.28571%;
}

.push-7 {
    margin-left: 60%;
}

.push-7-wider {
    margin-left: 62.85714%;
}

.push-8 {
    margin-left: 68.57143%;
}

.push-8-wider {
    margin-left: 71.42857%;
}

.push-9 {
    margin-left: 77.14286%;
}

.push-9-wider {
    margin-left: 80%;
}

.push-10 {
    margin-left: 85.71429%;
}

.push-10-wider {
    margin-left: 88.57143%;
}

.push-11 {
    margin-left: 94.28571%;
}

.push-11-wider {
    margin-left: 97.14286%;
}

.push-12 {
    margin-left: 102.85714%;
}

.push-12-wider {
    margin-left: 105.71429%;
}

.pull-1 {
    margin-left: -8.57143%;
}

.pull-1-wider {
    margin-left: -11.42857%;
}

.pull-2 {
    margin-left: -17.14286%;
}

.pull-2-wider {
    margin-left: -20%;
}

.pull-3 {
    margin-left: -25.71429%;
}

.pull-3-wider {
    margin-left: -28.57143%;
}

.pull-4 {
    margin-left: -34.28571%;
}

.pull-4-wider {
    margin-left: -37.14286%;
}

.pull-5 {
    margin-left: -42.85714%;
}

.pull-5-wider {
    margin-left: -45.71429%;
}

.pull-6 {
    margin-left: -51.42857%;
}

.pull-6-wider {
    margin-left: -54.28571%;
}

.pull-7 {
    margin-left: -60%;
}

.pull-7-wider {
    margin-left: -62.85714%;
}

.pull-8 {
    margin-left: -68.57143%;
}

.pull-8-wider {
    margin-left: -71.42857%;
}

.pull-9 {
    margin-left: -77.14286%;
}

.pull-9-wider {
    margin-left: -80%;
}

.pull-10 {
    margin-left: -85.71429%;
}

.pull-10-wider {
    margin-left: -88.57143%;
}

.pull-11 {
    margin-left: -94.28571%;
}

.pull-11-wider {
    margin-left: -97.14286%;
}

.pull-12 {
    margin-left: -102.85714%;
}

.pull-12-wider {
    margin-left: -105.71429%;
}

.current-facets .current-facet:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .media a:focus {
    outline: 2px dotted #0073cf;
}

/*
/src/sass/mixins/_components.scss

Individual components/utilities that might appear in multiple places but need to be inside other selectors for now

Ideally the components would just be made broader as they are used in more places but refactoring and checking for impact is too time-consuming to do right away. So in the meantime this prevents code reuse in the SCSS
*/
/*
	hide-breadcrumbs

	Hide breadcrumbs and add padding to make up for it
	Might be better long-term to just get rid of the top margin on the breadcrumbs and use padding on the parent, but I can't pull that string right now
*/
/*
	_profiles-variables.css

	Profiles-specific variable values
*/
/*
	_profiles-accordion.scss

	General button/accordion and filter container
		with no search field (as it appears on individual profile
		pages and in Residencies/Fellowships)

	Broken into a partial so it could be included in Residencies/Fellowships CSS
		without loading unnecessary profile styles in a separate file


	Whatever files import this must also import _profiles-variables.scss
*/
#more-search-opts {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin-top: 1rem;
    padding: 0
}

    #more-search-opts .icons {
        color: #0078d3;
    }

    #more-search-opts .close {
        display: none;
    }

    #more-search-opts.active {
        margin-bottom: 1rem;
    }

        #more-search-opts.active .close {
            display: inline-block;
        }

        #more-search-opts.active .open {
            display: none;
        }

#more-search-opts-content {
    display: none;
}

#fad-more-options {
    padding: 1rem;
    margin-bottom: 2rem;
}

.faculty-modal-wrapper #fad-more-options {
    margin-top: 2rem;
}

#fad-more-options #more-search-opts {
    margin-top: 0;
}

#fad-more-options #more-search-opts-content h2 {
    margin-bottom: 1rem;
}

#fad-more-options #more-search-opts-content .section-form-select {
    margin-bottom: 1rem;
}

    #fad-more-options #more-search-opts-content .section-form-select:before {
        display: none;
    }

    #fad-more-options #more-search-opts-content .section-form-select:after {
        top: 50%;
        color: #000000;
    }

    #fad-more-options #more-search-opts-content .section-form-select.active:after {
        content: "\E5C7";
    }

    #fad-more-options #more-search-opts-content .section-form-select select {
        width: 100%;
        background-color: #ffffff;
        border-radius: 5px;
    }

#profilesSearchContainer.mobile-first {
    display: -ms-flexbox;
    display: flex;
    min-height: 25rem;
}

    #profilesSearchContainer.mobile-first fieldset {
        max-width: 100%;
    }

    #profilesSearchContainer.mobile-first .small-text {
        font-size: 0.875rem;
        margin-bottom: 0;
        padding: 1rem 0;
    }

    #profilesSearchContainer.mobile-first > .hero {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: #333;
        padding: 4rem 0;
        width: 100%;
    }

        #profilesSearchContainer.mobile-first > .hero .hero-wrap {
            width: 100%;
        }

        #profilesSearchContainer.mobile-first > .hero #profiles-search-wrap {
            margin-top: 0;
            padding-bottom: 2rem;
        }

    #profilesSearchContainer.mobile-first #landing-top {
        color: #000000;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 1rem 2rem;
    }

        #profilesSearchContainer.mobile-first #landing-top h1 {
            color: #000000;
        }

        #profilesSearchContainer.mobile-first #landing-top ul {
            list-style: none;
            padding: 0;
            margin-bottom: 0;
        }

ul.physiciansAtoZ {
    padding-left: 0;
    text-align: center;
}

    ul.physiciansAtoZ.small-az li {
        width: 2.25rem;
    }

.ent-loc-article .article-content ul.physiciansAtoZ {
    max-width: none !important;
}

ul.physiciansAtoZ li {
    display: inline-block;
    width: 2.5rem;
    line-height: 1.5;
    margin-bottom: .3rem;
}

    ul.physiciansAtoZ li a {
        display: block;
        background: #eaeaea;
        padding: .5rem 0 .3rem;
        text-decoration: none;
        border-bottom: 0.2rem solid #eaeaea;
        transition: all .2s ease-out;
    }

        ul.physiciansAtoZ li a:active, ul.physiciansAtoZ li a:focus, ul.physiciansAtoZ li a:hover {
            border-bottom-color: #0078d3;
        }

        ul.physiciansAtoZ li a[aria-current="page"] {
            border-bottom-color: #ebb700;
        }

            ul.physiciansAtoZ li a[aria-current="page"]:active, ul.physiciansAtoZ li a[aria-current="page"]:focus, ul.physiciansAtoZ li a[aria-current="page"]:hover {
                border-bottom-color: #ebb700;
            }

#profiles-search-wrap {
    padding: 2rem 2rem 0;
    margin: 2rem auto 0;
}

.article-content > #profiles-search-wrap {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

#profiles-search-wrap h1 {
    margin-bottom: 1rem;
}

#profiles-search-wrap #more-search-opts-content .icon {
    font-size: 4rem;
    color: #ebb700;
}

#profiles-search-wrap #more-search-opts-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#profiles-search-wrap #more-search-opts-content > .col-3 > .col-3-item:first-child ul {
    font-size: 1rem;
}

#more-search-opts-content.facet-sidebar ul.accordion {
    margin: .5rem;
}

    #more-search-opts-content.facet-sidebar ul.accordion .accordion-item#expertise-li {
        display: none;
    }

    #more-search-opts-content.facet-sidebar ul.accordion .accordion-item#treatment-centers fieldset li {
        text-indent: -1.5rem;
        padding-left: 1.5rem;
    }

    #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset ul {
        list-style: none;
        font-size: 1rem;
        padding: 0 0 0 .25rem;
    }

    #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset li,
    #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset label {
        margin-bottom: .125rem;
    }

    #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset label {
        display: inline;
    }

    #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset input[type="checkbox"] {
        border: 1px solid #002c77;
        width: 1.125rem;
        height: 1.125rem;
        position: relative;
        top: .15rem;
        margin-right: .125rem;
        opacity: 1;
    }

        #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset input[type="checkbox"]:disabled {
            cursor: default;
        }

            #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset input[type="checkbox"]:disabled + label {
                color: #78756a;
            }

    #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .language-letter {
        font-weight: 700;
    }

    #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper > div {
            width: 100%;
        }

        #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper input {
            border: 1px solid #002c77;
            border-radius: 5px;
            padding: .75rem .7rem;
            margin: .2rem .2rem .5rem;
            width: 100%;
            line-height: normal;
        }

            #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper input:focus {
                box-shadow: 0 0 6px #0037cf;
                outline: none;
            }

        #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper div[aria-expanded="true"] input {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper .listbox {
            background-color: #ffffff;
            border: 1px solid #002c77;
            position: relative;
            top: -.5rem;
            left: .2rem;
            padding: .125rem;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            overflow-y: auto;
            max-height: 15rem;
            width: 100%;
        }

            #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper .listbox.hidden {
                background: none;
                border: none
            }

            #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper .listbox li {
                cursor: default;
                margin: 0;
                padding: .2rem .7rem .2rem 1.2rem;
                text-indent: -.5rem;
                word-break: break-word;
            }

                #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper .listbox li:last-child {
                    border-bottom-left-radius: 5px;
                    border-bottom-right-radius: 5px;
                }

                #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper .listbox li:not(#no-results-found):hover, #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper .listbox li:not(#no-results-found).focused {
                    background: #dcdcdc;
                }

                #more-search-opts-content.facet-sidebar ul.accordion .accordion-item fieldset .combobox-wrapper .listbox li:not(#no-results-found).focused {
                    outline: 2px dotted #0078d3;
                }

#more-search-opts-content.facet-sidebar .az-link {
    margin: 2rem .5rem .5rem;
}

#more-search-opts-content.facet-sidebar .language-container {
    display: table;
}

#more-search-opts-content.facet-sidebar h2 {
    display: none;
}

#profilesSearchForm {
    max-width: 100% !important;
}

    #profilesSearchForm select {
        padding: 1rem;
        border-radius: 5px;
        border-color: #666;
        font-size: 1rem;
        width: 100%;
    }

    #profilesSearchForm .main-wrap {
        position: relative;
    }

        #profilesSearchForm .main-wrap label {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
            border: 0;
        }

        #profilesSearchForm .main-wrap #query {
            padding: 1rem;
            border-radius: 5px;
            font-size: 1rem;
            line-height: 1;
            border: 1px solid #666;
            width: 100%;
            margin: 0 0 1rem 0;
        }

            #profilesSearchForm .main-wrap #query:focus {
                box-shadow: 0 0 6px #0037cf;
                outline: none;
            }

            #profilesSearchForm .main-wrap #query.auto {
                border-bottom-left-radius: 0;
            }

        #profilesSearchForm .main-wrap button.btn-default {
            border: 0;
            margin-bottom: 0;
            background-color: #0078d3;
            color: #ffffff;
        }

            #profilesSearchForm .main-wrap button.btn-default:after {
                display: none;
            }

            #profilesSearchForm .main-wrap button.btn-default:focus, #profilesSearchForm .main-wrap button.btn-default:hover {
                background-color: #006cbd;
                color: #ffffff;
            }

        #profilesSearchForm .main-wrap .ui-autocomplete {
            position: absolute !important;
            z-index: 3;
            width: 100% !important;
        }

#loc-expand {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin-top: 1rem;
}

    #loc-expand[aria-expanded="true"] .text-more {
        display: none;
    }

    #loc-expand[aria-expanded="true"] .text-less {
        display: inline-block;
    }

    #loc-expand[aria-expanded="false"] .text-more {
        display: inline-block;
    }

    #loc-expand[aria-expanded="false"] .text-less {
        display: none;
    }

    #loc-expand .icons {
        color: #0078d3;
    }

    #loc-expand .close {
        display: none;
    }

    #loc-expand.active {
        margin-bottom: 1rem;
    }

        #loc-expand.active .close {
            display: inline-block;
        }

        #loc-expand.active .open {
            display: none;
        }

#profiles-search-wrap + #search-results-container {
    padding-bottom: 2rem;
}

#facets-wrap {
    background: #efede9;
    margin-bottom: 2rem;
    padding: 0 2rem 2rem;
}

.result-details-wrap .pageCountSelector {
    margin-bottom: 0;
    padding-left: 0
}

    .result-details-wrap .pageCountSelector, .result-details-wrap .pageCountSelector li, .result-details-wrap .pageCountSelector li:after {
        display: inline-block
    }

        .result-details-wrap .pageCountSelector li {
            padding-right: .5rem;
            position: relative
        }

            .result-details-wrap .pageCountSelector li:after {
                content: "\B7";
                position: absolute;
                right: 0
            }

            .result-details-wrap .pageCountSelector li:last-child {
                padding-right: 0
            }

                .result-details-wrap .pageCountSelector li:last-child:after {
                    display: none
                }

.results-column.mobile-first {
    width: 100%;
    margin: 0;
}

    .results-column.mobile-first .faculty-wrapper {
        max-width: 75rem;
        margin: auto;
    }

        .results-column.mobile-first .faculty-wrapper h2 {
            margin-bottom: 1rem;
        }

    .results-column.mobile-first .faculty-results-wrapper {
        background: transparent;
        padding: 0;
        clear: none;
        float: none;
        margin: 1rem 0 0;
        position: relative;
    }

        .results-column.mobile-first .faculty-results-wrapper .displaying {
            display: inline-block;
            top: 0;
            position: relative;
            line-height: 1;
            outline: 0 dotted #0068c1 !important;
            outline-offset: .35rem;
        }

            .results-column.mobile-first .faculty-results-wrapper .displaying:focus {
                outline-width: 2px !important;
            }

        .results-column.mobile-first .faculty-results-wrapper .results-per-page {
            margin-top: 1rem;
        }

        .results-column.mobile-first .faculty-results-wrapper .paginate {
            list-style: none;
            margin: 2rem 0;
            padding: 0;
            max-width: 100% !important;
            overflow: hidden;
        }

            .results-column.mobile-first .faculty-results-wrapper .paginate li {
                display: inline-block;
            }

                .results-column.mobile-first .faculty-results-wrapper .paginate li > span {
                    display: block;
                    padding: 1rem;
                    line-height: 1;
                }

                .results-column.mobile-first .faculty-results-wrapper .paginate li > span, .results-column.mobile-first .faculty-results-wrapper .paginate li a[aria-current] {
                    background-color: #d3d5da;
                }

                .results-column.mobile-first .faculty-results-wrapper .paginate li a {
                    display: block;
                    padding: 1rem 1rem .8rem;
                    background-color: #eaeaea;
                    border-bottom: 0.2rem solid #eaeaea;
                    line-height: 1;
                    text-decoration: none;
                    transition: all .25s ease-out;
                }

                    .results-column.mobile-first .faculty-results-wrapper .paginate li a:hover, .results-column.mobile-first .faculty-results-wrapper .paginate li a:focus, .results-column.mobile-first .faculty-results-wrapper .paginate li a:active {
                        border-bottom-color: #0078d3 !important;
                    }

                    .results-column.mobile-first .faculty-results-wrapper .paginate li a span {
                        position: absolute;
                        width: 1px;
                        height: 1px;
                        padding: 0;
                        overflow: hidden;
                        clip: rect(0, 0, 0, 0);
                        white-space: nowrap;
                        -webkit-clip-path: inset(50%);
                        clip-path: inset(50%);
                        border: 0;
                    }

                    .results-column.mobile-first .faculty-results-wrapper .paginate li a[aria-current] {
                        border-bottom-color: transparent;
                        color: #101d28;
                    }

        .results-column.mobile-first .faculty-results-wrapper .faculty-results-list {
            list-style: none;
            margin-top: 2rem;
            padding: 0;
            max-width: 100% !important;
        }

            .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li {
                float: none;
                margin: 0;
            }

                .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li:last-child {
                    margin-bottom: 2rem;
                }

                .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result {
                    padding: 2rem;
                    border: 1px solid #ddd;
                    margin-top: 2rem;
                }

                    .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .media {
                        width: 150px;
                    }

                        .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .media a {
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -ms-flex-align: center;
                            align-items: center;
                            overflow: hidden;
                            padding-top: 125%;
                            background-color: #333;
                            width: 100%;
                            position: relative;
                        }

                            .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .media a img {
                                width: auto;
                                max-width: 100%;
                                position: absolute;
                                display: block;
                                left: -100%;
                                right: -100%;
                                top: -100%;
                                bottom: -100%;
                                margin: auto;
                            }

                        .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .media img {
                            width: 80px;
                            max-width: 100%;
                            height: auto;
                        }

                    .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .info {
                        display: block;
                        margin-top: 1rem;
                    }

                        .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .info .top h3 {
                            margin-bottom: 0;
                        }

                        .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .info .top .badge {
                            font-size: 0.875rem;
                            font-style: italic;
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-align: center;
                            align-items: center;
                            margin-top: 0.5rem;
                        }

                            .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .info .top .badge .icon {
                                font-size: 2rem;
                                line-height: .5;
                                margin-right: 0.5rem;
                            }

                        .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .info .bottom {
                            margin-top: 0.5rem;
                            word-break: break-word;
                        }

                        .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .info .reputation-summary .average-wrapper {
                            display: -ms-flexbox;
                            display: flex;
                            margin-top: 0.5rem;
                        }

                            .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .info .reputation-summary .average-wrapper .average-max {
                                margin-left: 3px;
                            }

                    .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .secondary-wrap {
                        margin-top: 1rem;
                    }

                    .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .bio {
                        padding: 1.5rem;
                    }

                    .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .actions {
                        margin-top: 1rem;
                    }

.other-search-options {
    padding: 2rem;
    margin-bottom: 2rem;
}

    .other-search-options .entity-search-options {
        margin-bottom: 3rem;
    }

    .other-search-options .icon-heading {
        margin-bottom: .5rem;
    }

        .other-search-options .icon-heading .icon {
            font-size: 4rem;
            color: #ebb700;
            width: 4.5rem;
        }

    .other-search-options ul {
        padding-left: 1.25rem;
        font-size: 1rem;
    }

.current-facets {
    padding: .125rem;
}

    .current-facets .current-facet {
        margin-right: .5rem;
        margin-bottom: .5rem;
        border-radius: .5rem;
        background: #eaeaea;
        border: 0;
        padding: .25rem .6rem .3rem 1.6rem;
        text-align: left;
        text-indent: -.58rem;
        transition: background-color .3s;
    }

        .current-facets .current-facet:focus, .current-facets .current-facet:hover {
            background-color: #dcdcdc;
        }

        .current-facets .current-facet:focus {
            outline: 2px dotted #0078d3;
        }

        .current-facets .current-facet:before {
            content: "cancel";
            color: #0078d3;
            margin: 0 .2rem .1rem 0;
        }

.profile-wrapper + .btn-default {
    margin-top: 2rem;
}

.profile-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.profile-wrapper .nav-container {
    margin: 2rem 0;
    color: #ffffff;
}

    .profile-wrapper .nav-container h2 {
        color: #ffffff;
    }

    .profile-wrapper .nav-container a {
        color: #ffffff;
    }

    .profile-wrapper .nav-container .profile-menu-container {
        display: none;
    }

        .profile-wrapper .nav-container .profile-menu-container.open {
            display: block;
        }

.profile-wrapper .sticky.nav {
    z-index: 999;
    background: #00297b;
    padding: 0.5rem 0;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}

    .profile-wrapper .sticky.nav.fixed-top {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .profile-wrapper .sticky.nav.static-top {
        position: static;
        top: auto;
        width: 100%;
    }

    .profile-wrapper .sticky.nav .profile-toggle-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 2rem;
    }

        .profile-wrapper .sticky.nav .profile-toggle-header h2 {
            margin: 0;
        }

        .profile-wrapper .sticky.nav .profile-toggle-header .profile-toggle-header-toggler {
            cursor: pointer;
            font-size: 130%;
            line-height: 1;
        }

    .profile-wrapper .sticky.nav ul {
        text-align: center;
        margin: 0;
        padding: 0 2rem;
        max-width: 100% !important;
        list-style: none;
    }

        .profile-wrapper .sticky.nav ul li {
            margin: 0;
        }

            .profile-wrapper .sticky.nav ul li a {
                display: block;
                padding: 0.5rem;
                margin: 0.5rem 0px;
                font-weight: normal;
                text-align: center;
                border: 1px solid #375B9C;
                border-radius: 8px;
                text-decoration: none;
            }

                .profile-wrapper .sticky.nav ul li a:hover {
                    color: #e8c803;
                }

                .profile-wrapper .sticky.nav ul li a .icon {
                    color: #e8c803;
                    margin-right: 0.5rem;
                }

.profile-wrapper .read-more-text-hidden {
    display: none;
}

.profile-wrapper .icon-links a {
    display: block;
    margin-right: 1.5em;
}

    .profile-wrapper .icon-links a:hover {
        text-decoration: underline;
    }

.profile-wrapper .icon-links .svg-icon:before {
    position: relative;
    top: 9px;
    padding-right: .5em;
    display: inline-block;
    width: 40px;
}

.profile-wrapper .icon-links .cv-icon:before {
    content: url(/sebin/d/y/cv-32.svg);
}

.profile-wrapper .icon-links .linkedin-icon:before {
    content: url(/sebin/z/l/linkedin-32.svg);
}

.profile-wrapper .icon-links .pubmed-icon:before {
    content: url(/sebin/j/v/pubmed-32.svg);
}

.profile-wrapper .icon-links .research-icon:before {
    content: url(/sebin/p/o/research-32.svg);
}

.profile-wrapper .icon-links .scholar-icon:before {
    content: url(/sebin/v/v/scholar-32.svg);
}

.profile-wrapper .icon-links .twitter-icon:before {
    content: url(/sebin/h/q/twitter-32.svg);
}

.profile-wrapper .icon-links + h3 {
    margin-top: 1.5rem;
}

.profile-wrapper .section {
    padding: 2rem;
}

    .profile-wrapper .section:nth-child(2n-2) {
        background: #f9fafd;
    }

    .profile-wrapper .section .columns .side-column {
        padding: 2rem;
        margin-top: 1rem;
        background-color: #ffffff;
        border: #dcdcdc solid 1px;
    }

        .profile-wrapper .section .columns .side-column ul,
        .profile-wrapper .section .columns .side-column ol {
            padding-left: 20px;
        }

.profile-wrapper .personal.section {
    padding: 0;
    background-color: #fff;
}

    .profile-wrapper .personal.section .top {
        margin-top: 2rem;
    }

        .profile-wrapper .personal.section .top .content {
            max-width: 45rem;
        }

    .profile-wrapper .personal.section .media {
        margin: 0 2rem 2rem 0;
    }

        .profile-wrapper .personal.section .media .img-wrap {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            overflow: hidden;
            padding-top: 125%;
            background-color: #333;
            width: 100%;
            position: relative;
            border: 0;
        }

            .profile-wrapper .personal.section .media .img-wrap img {
                width: auto;
                max-width: 100%;
                position: absolute;
                display: block;
                left: -100%;
                right: -100%;
                top: -100%;
                bottom: -100%;
                margin: auto;
            }

    .profile-wrapper .personal.section .video {
        margin-top: 1rem;
    }

    .profile-wrapper .personal.section h1 {
        margin-bottom: 0.5rem;
    }

    .profile-wrapper .personal.section .ds-summary {
        clear: both;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 1rem;
        padding: 0;
    }

        .profile-wrapper .personal.section .ds-summary .average-wrapper {
            display: -ms-flexbox;
            display: flex;
        }

            .profile-wrapper .personal.section .ds-summary .average-wrapper .average-max {
                margin-left: 3px;
            }

        .profile-wrapper .personal.section .ds-summary .ratings-comments {
            display: -ms-flexbox;
            display: flex;
            line-height: 1;
        }

            .profile-wrapper .personal.section .ds-summary .ratings-comments .ratings {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
            }

            .profile-wrapper .personal.section .ds-summary .ratings-comments .comments {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
            }

        .profile-wrapper .personal.section .ds-summary .comment-divider {
            font-size: 0.75rem;
        }

    .profile-wrapper .personal.section .badges {
        overflow: hidden;
    }

        .profile-wrapper .personal.section .badges .badge {
            font-size: 0.875rem;
            font-style: italic;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            float: left;
            margin-right: 1rem;
        }

            .profile-wrapper .personal.section .badges .badge .icon {
                font-size: 2rem;
                line-height: .5;
                margin-right: 0.5rem;
            }

    .profile-wrapper .personal.section ul.titles {
        list-style: none;
        padding: 0;
        margin: 1rem 0 1rem;
        font-size: 1.5rem;
        max-width: none !important;
    }

        .profile-wrapper .personal.section ul.titles li {
            line-height: 1.25;
        }

    .profile-wrapper .personal.section .expertise p,
    .profile-wrapper .personal.section .research p {
        max-width: none !important;
    }

    .profile-wrapper .personal.section .gender {
        font-weight: bold;
    }

    .profile-wrapper .personal.section h2 {
        text-transform: uppercase;
        font-size: inherit;
        margin: 1.5rem 0 0;
        font-family: inherit;
    }

.profile-wrapper .two-col-teaser .content-title h2 {
    font-weight: 500;
}

.profile-wrapper .two-col-teaser .content,
.profile-wrapper .two-col-teaser .teaser-img {
    padding-left: 2rem;
    padding-right: 2rem;
}

.profile-wrapper .two-col-teaser .teaser-img {
    padding-top: 2rem;
}

.profile-wrapper .appointment.section .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.profile-wrapper .appointment.section h2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .profile-wrapper .appointment.section h2 .icon {
        background: url("https://www.hopkinsmedicine.org/sebin/f/j/request-appt-blue.svg") center no-repeat;
        width: 4rem;
        height: 4rem;
        margin-right: 1rem;
    }

.profile-wrapper .appointment.section h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.profile-wrapper .appointment.section .phone {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.5rem;
    color: #00297b;
}

.profile-wrapper .locations.section #locations-container {
    position: relative;
}

    .profile-wrapper .locations.section #locations-container .loc-map {
        background-color: #e5e3df;
        display: none;
        height: 28rem;
    }

    .profile-wrapper .locations.section #locations-container .practice {
        border-bottom: 1px dotted #ccc;
        padding: 1em 1em 1.2em 4.5em;
        position: relative;
    }

        .profile-wrapper .locations.section #locations-container .practice:first-of-type {
            border-top: 1px dotted #ccc;
        }

        .profile-wrapper .locations.section #locations-container .practice:not(.loc-chosen):hover {
            background-color: #fffaea;
            cursor: pointer;
            transition: 0.2s linear;
        }

        .profile-wrapper .locations.section #locations-container .practice .icon {
            display: none;
            position: absolute;
            top: 1.5rem;
            left: 2rem;
            font-size: 2rem;
            line-height: 1;
        }

        .profile-wrapper .locations.section #locations-container .practice.loc-chosen .icon {
            display: block;
        }

        .profile-wrapper .locations.section #locations-container .practice h3 {
            font-size: 1.25rem;
            margin-bottom: 0;
            font-weight: bold;
        }

        .profile-wrapper .locations.section #locations-container .practice .phone-appt {
            font-weight: bold;
        }

            .profile-wrapper .locations.section #locations-container .practice .phone-appt .label {
                text-transform: uppercase;
            }

.profile-wrapper .biography.section .biography-text {
    overflow: hidden;
}

.profile-wrapper .biography.section .biography-button {
    display: none;
}

.profile-wrapper .videos.section .videos-wrap {
    margin-bottom: 2rem;
}

.profile-wrapper .videos.section .video-container {
    overflow: hidden;
}

.profile-wrapper .videos.section .flex-video-pair {
    overflow: hidden;
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-wrapper .comments.section #comments .btn-default {
    display: block;
    position: relative;
    max-width: 18rem;
    min-width: 10rem;
    margin: 0 auto 1.5rem auto;
    padding: .75rem 1.25rem;
    background-color: #dcdcdc;
    font-size: 1rem;
    line-height: 1.5;
    color: #414141;
    text-align: center;
    text-decoration: none;
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    cursor: pointer;
}

.a11y-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.btn--linkopen {
    background-color: transparent;
    border: 1px solid #c4c4c4;
}

    .btn--linkopen:after {
        display: none;
    }

    .btn--linkopen:hover {
        background-color: #dcdcdc;
    }

.no-search-results {
    padding: 2rem;
    border: 1px solid #ddd;
    margin: 2rem 0;
}

    .no-search-results p:last-child {
        margin: 0;
    }

/*
	youtube-player:

	Mostly duplicative of the youtue-player.css used by the Videos module, but exists separately

	Currently only used by Profiles, should eventually be moved (or redundantly included) in components.css once other modules have been updated to use the button to load the iframe

	Currently excludes some additional viewmedica styles that are in youtube-player.css
*/
[id*="play-video-text-"] {
    display: none;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
    height: auto;
    background-color: transparent;
    overflow: hidden;
}

    .youtube-player .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 4rem;
        height: 2.5rem;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 546 384'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' fill-opacity='.75' fill-rule='nonzero' d='M534.59 60.083c-6.279-23.65-24.78-42.276-48.271-48.597C443.739 0 273 0 273 0S102.262 0 59.681 11.486C36.191 17.808 17.69 36.433 11.41 60.083 0 102.95 0 192.388 0 192.388s0 89.438 11.41 132.305c6.279 23.65 24.78 41.5 48.271 47.821C102.261 384 273 384 273 384s170.738 0 213.319-11.486c23.49-6.321 41.992-24.171 48.272-47.821C546 281.826 546 192.388 546 192.388s0-89.438-11.41-132.305z'/%3E%3Cpath fill='%23FFF' d='M217.001 110.004v164.013l144.005-82.007z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
        cursor: pointer;
        transition: width 300ms, height 300ms;
    }

    .youtube-player iframe {
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
    }

    .youtube-player img {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        cursor: pointer;
        transition: .4s all;
        margin: auto;
    }

    .youtube-player.flex-video-inner img {
        margin: 0;
        float: none;
    }

.youtube-thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid transparent;
    background: none;
}

.flex-video iframe[src*="viewmedica.com"] {
    border: 1px solid transparent !important;
}

.youtube-thumb:focus .play-btn,
.youtube-thumb:hover .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 2.5rem;
    display: block;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 546 384'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23F91629' fill-opacity='.75' fill-rule='nonzero' d='M534.59 60.083c-6.279-23.65-24.78-42.276-48.271-48.597C443.739 0 273 0 273 0S102.262 0 59.681 11.486C36.191 17.808 17.69 36.433 11.41 60.083 0 102.95 0 192.388 0 192.388s0 89.438 11.41 132.305c6.279 23.65 24.78 41.5 48.271 47.821C102.261 384 273 384 273 384s170.738 0 213.319-11.486c23.49-6.321 41.992-24.171 48.272-47.821C546 281.826 546 192.388 546 192.388s0-89.438-11.41-132.305z'/%3E%3Cpath fill='%23FFF' d='M217.001 110.004v164.013l144.005-82.007z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    cursor: pointer;
}

@media all and (min-width: 30.0625rem) {

    .results-column.mobile-first .faculty-results-wrapper .results-per-page {
        right: 0;
        top: 0;
        position: absolute;
        margin-top: 0;
        line-height: inherit !important;
    }
}

@media all and (min-width: 40.0625rem) {

    #profilesSearchForm .main-wrap .ui-autocomplete {
        width: 32rem !important;
    }
}

@media (min-width: 40.0625rem) {

    .other-search-options .icon-heading {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: -1rem 0 0;
    }

    .other-search-options ul {
        padding-left: 5.75rem;
    }

    .profile-wrapper .icon-links a {
        display: inline-block;
    }

    .youtube-thumb:focus .play-btn,
    .youtube-thumb:hover .play-btn {
        width: 5rem;
        height: 3.5rem;
    }

    .youtube-player .play-btn {
        width: 5rem;
        height: 3.5rem;
    }
}

@media (min-width: 45.0625rem) {

    [class^="span-"],
    [class^="s-"] {
        float: left;
        margin-right: 2.85714%;
        word-wrap: break-word;
    }

        [class^="span-"]::after,
        [class^="s-"]::after {
            content: "";
            display: table;
            clear: both;
        }

        [class^="span-"]:last-child,
        [class^="s-"]:last-child {
            margin-right: 0;
        }

    .span-1,
    .s-1 {
        width: 5.71429%;
    }

    .span-2,
    .s-2 {
        width: 14.28571%;
    }

    .span-3,
    .s-3 {
        width: 22.85714%;
    }

    .span-4,
    .s-4 {
        width: 31.42857%;
    }

    .span-5,
    .s-5 {
        width: 40%;
    }

    .span-6,
    .s-6 {
        width: 48.57143%;
    }

    .span-7,
    .s-7 {
        width: 57.14286%;
    }

    .span-8,
    .s-8 {
        width: 65.71429%;
    }

    .span-9,
    .s-9 {
        width: 74.28571%;
    }

    .span-10,
    .s-10 {
        width: 82.85714%;
    }

    .span-11,
    .s-11 {
        width: 91.42857%;
    }

    .span-12,
    .s-12 {
        width: 100%;
    }
}

@media all and (min-width: 45.0625rem) {

    .profile-wrapper .two-col-teaser .teaser-img {
        padding-top: 2.5rem;
    }
}

@media all and (min-width: 50.0625rem) {

    #fad-more-options #more-search-opts-content {
        padding: 0 2rem;
    }

        #fad-more-options #more-search-opts-content .section-form-select {
            margin-bottom: 0;
        }

    #profilesSearchContainer.mobile-first #landing-top ul li {
        display: inline-block;
        border-left: 1px solid #000000;
        padding-left: 2rem;
        margin-left: 2rem;
    }

        #profilesSearchContainer.mobile-first #landing-top ul li:first-child {
            border-left: 0;
            padding-left: 0;
            margin-left: 0;
        }

    #profilesSearchForm .main-wrap {
        display: -ms-flexbox;
        display: flex;
    }

        #profilesSearchForm .main-wrap #query {
            margin: 0 1rem 0 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            width: auto;
        }

    .result-details-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .media {
            -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
        }

            .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .media img {
                width: 150px;
            }

        .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .main-wrap .info {
            margin-top: 0;
            margin-left: 1rem;
            width: calc(100% - 150px);
        }

    .profile-wrapper .nav-container .profile-menu-container {
        display: block;
    }

    .profile-wrapper .sticky.nav .profile-toggle-header {
        display: none;
    }

    .profile-wrapper .sticky.nav ul li {
        display: inline-block;
    }

        .profile-wrapper .sticky.nav ul li a {
            border: 0;
            margin: 0;
            padding: 0 1rem;
        }

    .profile-wrapper .personal.section .top {
        display: -ms-flexbox;
        display: flex;
    }

    .profile-wrapper .personal.section .media {
        width: auto;
    }

    .profile-wrapper .personal.section .ds-summary {
        clear: none;
    }
}

@media (min-width: 50.0625rem) {

    .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result {
        display: -ms-flexbox;
        display: flex;
    }

        .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .secondary-wrap {
            margin-top: 0;
            margin-left: 2rem;
            width: 20rem;
        }

            .results-column.mobile-first .faculty-results-wrapper .faculty-results-list li .faculty-result .secondary-wrap .actions {
                margin-top: 2rem;
                text-align: right;
            }
}

@media all and (min-width: 60.0625rem) {

    #profilesSearchContainer.mobile-first > .hero {
        min-height: calc(100vh - 5rem);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .profile-wrapper .section .columns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: start;
    }

        .profile-wrapper .section .columns .main-column {
            margin-right: 4rem;
            -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
            -ms-flex-positive: 2;
            flex-grow: 2;
        }

        .profile-wrapper .section .columns .side-column {
            -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
            margin-top: 0;
        }
}

@media (min-width: 60.0625rem) {

    .other-search-options {
        display: -ms-flexbox;
        display: flex;
    }

        .other-search-options .entity-search-options {
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            max-width: calc(100% - 25rem);
            padding-right: 2rem;
            margin-bottom: 0;
        }

        .other-search-options .researcher-search-options {
            -ms-flex: 0 0 25rem;
            flex: 0 0 25rem;
            max-width: 25rem;
            padding-left: 2.5rem;
            position: relative;
        }

            .other-search-options .researcher-search-options:before {
                content: "";
                position: absolute;
                left: 0;
                height: 100%;
                border-left: 1px solid #dddad8;
            }
}

@media all and (min-width: 64.0625rem) {

    #more-search-opts.facet-sidebar-btn {
        display: none !important;
    }

    #more-search-opts-content.facet-sidebar {
        display: block !important;
        padding: .75rem 0 0 .45rem;
    }

    #profiles-search-wrap {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        #profiles-search-wrap .content-blocks {
            padding-top: 1rem;
        }

    #more-search-opts-content.facet-sidebar ul.accordion {
        margin: 1rem 1rem 0 0;
    }

        #more-search-opts-content.facet-sidebar ul.accordion .accordion-item {
            border-bottom: 1px solid #e7e7e7
        }

    #more-search-opts-content.facet-sidebar .az-link {
        margin-left: 0;
    }

    #more-search-opts-content.facet-sidebar h2 {
        display: block;
        padding-right: 1.5rem;
    }

    #search-results-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #facets-wrap {
        background: none;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        max-width: 30%;
        padding: 0 1.5rem 0 0;
    }

    .results-column.mobile-first {
        -ms-flex: 1 1 70%;
        flex: 1 1 70%;
        max-width: 70%;
    }
}

@media all and (min-width: 75.0625rem) {

    #profilesSearchContainer.mobile-first > .hero .hero-wrap {
        width: 75rem;
    }
}

@media (min-width: 75.0625rem) {

    .other-search-options .entity-search-options ul {
        columns: 2;
        column-gap: 2rem;
    }
}

@media screen and (max-width: 480px) {
    /* Modal (mobile) */

    .jhm-modal-list-bg {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #333;
        zoom: 1;
        z-index: 1000;
        display: none;
        top: 0;
        left: 0;
    }

    .jhm-modal-list {
        display: none;
        left: 0;
        width: 100%;
        background: #ffffff;
        position: absolute;
        z-index: 9999;
        height: 100%;
    }

        .jhm-modal-list .jhm-modal-list-close {
            font-size: 1.375rem;
            position: fixed;
            top: 8px;
            right: 11px;
            color: #ffffff;
            text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
            font-weight: bold;
            cursor: pointer;
        }

        .jhm-modal-list .jhm-modal-list-loading {
            width: 100%;
            background: #ffffff url("https://www.hopkinsmedicine.org/sebin/custom/hopkins_apps/ajax-loader.gif") no-repeat center;
            height: 150px;
            display: none;
        }

        .jhm-modal-list fieldset {
            max-width: none;
        }

            .jhm-modal-list fieldset legend {
                color: #414141;
                width: 100%;
                cursor: auto;
                background: none;
                padding: 0;
                text-decoration: none;
                margin: 0 0 .8em 0;
            }

            .jhm-modal-list fieldset ul {
                list-style: none;
                background: #eee;
                padding: 1rem;
            }

                .jhm-modal-list fieldset ul li {
                    padding: 0.5rem 0;
                    margin-bottom: 0;
                    font-weight: 300;
                    color: #666;
                }

                    .jhm-modal-list fieldset ul li a {
                        width: 100%;
                        float: left;
                        border-bottom: 1px solid #ccc;
                        padding: .5em 0;
                        margin: 0 0 1em 0;
                        color: #777;
                        font-weight: bold;
                        text-decoration: none;
                    }

        .jhm-modal-list .locations-list {
            list-style: none;
            width: 100%;
            background: #eee;
            margin: 0 0 0 -3%;
            padding: 3%;
            float: left;
            clear: both;
            margin-top: -56px;
        }

            .jhm-modal-list .locations-list li {
                padding: 8px 0;
                color: #666;
            }

                .jhm-modal-list .locations-list li a {
                    width: 100%;
                    float: left;
                    border-bottom: 1px solid #414141;
                    padding: .25em 0 1em 0;
                    margin: 0 0 1em 0;
                    color: #777;
                    font-weight: normal;
                    text-decoration: none;
                    font-size: .8em;
                }

        .jhm-modal-list .jhm-modal-list-close {
            position: fixed;
            top: 0;
            right: auto;
            color: #ffffff;
            text-shadow: none;
            font-weight: 100;
            cursor: pointer;
            width: 94%;
            text-align: center;
            padding: 6px 0;
            background: #0078d3;
            margin: 3% 3% .8em 3%;
            border-radius: 3px;
            font-size: 1rem;
        }

        .jhm-modal-list span {
            display: none;
        }

    .jhm-modal-list-content {
        padding: 56px 3% 3%;
    }

        .jhm-modal-list-content > .label {
            display: none;
        }
}

@media print {

    #fad-more-options,
    .nav-container,
    .flex-video,
    .faculty-modal-wrapper > a:last-child {
        display: none;
    }

    .profile-wrapper {
        margin-top: 2rem;
    }

    .personal .media {
        float: left;
    }

    #Locations {
        break-inside: avoid;
    }

    #locations-container iframe {
        width: 100%;
        height: 100%;
    }

    .personal .top .media {
        width: auto;
        height: auto;
        float: left;
    }

        .personal .top .media img {
            width: 80px;
        }

    .personal .top .content {
        width: calc(100% - 112px);
        float: right;
    }

    .featured-content-block-module {
        clear: both;
        float: none;
    }

    span.ds-stars {
        background: url("/lib/docscores/star-ratings-sprite.png") 0 0 repeat-x !important;
    }

    span.ds-stars5 {
        background-position: 0 -160px !important;
    }

    span.ds-stars45 {
        background-position: 0 -144px !important;
    }

    span.ds-stars4 {
        background-position: 0 -128px !important;
    }

    span.ds-stars35 {
        background-position: 0 -112px !important;
    }

    span.ds-stars3 {
        background-position: 0 -96px !important;
    }

    span.ds-stars25 {
        background-position: 0 -80px !important;
    }

    span.ds-stars2 {
        background-position: 0 -64px !important;
    }

    span.ds-stars15 {
        background-position: 0 -48px !important;
    }

    span.ds-stars1 {
        background-position: 0 -32px !important;
    }

    span.ds-stars05 {
        background-position: 0 -16px !important;
    }

    span.ds-stars0 {
        background-position: 0 0px !important;
    }
}

