/*----------------------------------------------------

	Welcome to health-library.css!

	Here we have styles for all of the Health Library

----------------------------------------------------*/

.largest_disabled {
    display: none !important;
}

.tier3_enabled {
    display: none !important;
}

/*----------------------------------------------------

	Health Library landing page

----------------------------------------------------*/

.content_row_3 {
    width: 100%;
}

.content_row_4 {
    width: 100%;
}

.social-media-buttons {
    float: left;
    width: 100%;
    margin: 10px 0;
}

#browsebox {
    padding: 0 0 2em 0.938em;
    margin: 2em 1.5% 0 0;
    border: 1px solid #ccd5e8;
    background: url(http://www.hopkinsmedicine.org/sebin/r/d/home_browsebox_bkgd.jpg) no-repeat right top;
    position: relative;
}

#homesearch {
    width: 100%;
    padding: 0;
    margin: 0;
}

#browsebox h3 {
    color: #26316F;
    font-size: 1.5em;
    margin: 0 0 0.625em 0;
    padding-top: 1.188em;
}

#browsebox #letters {
    margin: 0.313em 0;
    width: 70%;
}

#browsebox form {
    width: 100%;
    height: 2.938em;
    margin: 0;
    padding: 0;
    position: relative;
}

#browsebox em {
    color: #64789e;
    font-size: 1em;
    padding-top: 10px;
}

.searchsubhead {
    color: #26316f;
    font-size: 1em;
    padding-left: 0.438em;
}

.searchgo {
    position: absolute;
    top: 0;
    left: 340px;
}

.form_labels {
    color: #26316f;
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    top: 8px;
    left: 0;
}

#browse_dr {
    position: absolute;
    bottom: 0;
    right: 0;
    clear: both;
}

    #browse_dr img {
        z-index: 5;
    }

#clearbox {
    width: 100%;
    height: 1px;
    clear: both;
}

/* input and search form styles */

.searchtext, .left_search_input, .go-button {
    font-size: 1.25em;
    line-height: 1.75em;
    border: 1px solid #B2B1B1;
    margin: 0;
    float: left;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.searchtext, .left_search_input {
    position: relative;
    margin: 0 .5em 0 0;
    float: left;
    height: 1.2em;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    line-height: 1em;
    font-size: 1em;
    padding: .4em .5em;
    width: 60%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #d5d5d5;
    background: #fff;
}

.go-button, .go-button-single, .go-button-single-small {
    height: 1.75em;
    float: left;
    color: #264289;
    text-shadow: 1px 1px 0 white;
    padding: .05em .5em;
    font-weight: lighter;
    border: 1px solid #b2b1b1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.25em;
    line-height: 1em;
    cursor: pointer;
    font-family: "Gill Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #efd215 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#efd215)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefcea 0%,#efd215 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefcea 0%,#efd215 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefcea 0%,#efd215 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefcea 0%,#efd215 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#efd215',GradientType=0 ); /* IE6-9 */
}

#left_search .left_search_input {
    width: 56%;
    padding: 0 5%;
    height: 2em;
}

#left_search .go-button {
    width: 25%;
}

/* end input and search form styles */

#panels {
    width: 100%;
    position: relative;
}

#tabs ul.three_tab {
    list-style: none;
    width: 100%;
    height: 2.25em;
    margin: 0 0 -2px 0;
    padding: 0;
    position: relative;
}

    #tabs ul.three_tab li {
        width: 84px;
        height: 2.25em;
        float: left;
        margin: 0 0.375em 0 0;
        text-align: center;
    }

        #tabs ul.three_tab li.active {
            background: url(http://www.hopkinsmedicine.org/sebin/c/k/home_active_tab.gif) no-repeat top left;
        }

        #tabs ul.three_tab li span {
            display: block;
            padding: 0.375em;
            text-decoration: none;
            cursor: pointer;
        }

.tab-content {
    width: 99%;
    padding: 0px;
    background-image: url(http://www.hopkinsmedicine.org/sebin/b/v/home_news_bkgd.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    display: none;
}

.tab-active {
    display: block !important;
}

.news {
    width: 100%;
    padding: 1.250em 1.250em 0px 1.250em;
}

.news_col {
    color: #333333;
    width: 43%;
    float: left;
    margin: 0 1.250em 1.250em 0;
}

    .news_col ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .news_col ul li {
            color: #333333;
            width: 100%;
            margin-bottom: 1.250em;
            text-align: left;
            padding: 0;
            _height: 50px; /*hack for other browsers to ignore height, but IE6 to read it*/
            min-height: 51px !important;
        }

    .news_col img {
        float: left;
        margin-right: 0.5em;
        border: 1px solid #CCC;
    }

.news_col_desc {
    display: block;
    margin-left: 4.563em;
}

#health_seminar {
    width: 50%;
    float: left;
    position: relative;
    margin: 1em 0;
}

#sharecare {
    width: 50%;
    float: left;
    position: relative;
    margin: 1em 0;
}

    #health_seminar a, #sharecare a {
        width: 100%;
        float: left;
        display: block;
    }

        #health_seminar a img, #sharecare a img {
            max-width: 100%;
        }

/* new homepage styles */

.hl-homepage-content-wrap {
    width: 98.5%;
    margin: 20px 1.5% 3% 0;
    float: left;
}

.featured-specialties {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0 1% 0;
    margin: 0 0 1% 0;
}

    .featured-specialties h3 {
        margin: 0 0 13px 0;
    }

    .featured-specialties .flex-50 {
        border-top: 4px solid #4c689a;
    }

    .featured-specialties h4 {
        margin: 5px 0 15px 0;
    }

    .featured-specialties .flex-wrapper .flex-50 img {
        width: 40%;
        float: left;
        margin: 0 2% 1% 0;
        padding: 1.25%;
    }

    .featured-specialties ul {
        padding-left: 15px;
        list-style: disc;
        float: left;
        margin: 0 0 5px 0;
    }

        .featured-specialties ul li {
            margin: 0 0 5px 0;
        }

.hl-box {
    width: 45%;
    background: #e7e9eb;
    padding: 2%;
    float: left;
    margin: 0 2% 0 0;
}

    .hl-box p {
        line-height: 1.5em;
    }

    .hl-box.profiles {
        margin: 0;
        background: url(http://www.hopkinsmedicine.org/sebin/p/e/start_new_bg.png) 100% 10px no-repeat #e7e9eb;
    }

    .hl-box h5 {
        font-family: 'Gill Sans', 'Gill Sans MT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 1.5em;
        line-height: 1.125em;
        margin-bottom: .25em;
        text-transform: uppercase;
        font-weight: normal;
    }

    .hl-box form input[type="text"] {
        width: 65%;
        font-size: 1.125em;
        line-height: 1;
        color: #666;
        padding: 8px 2%;
        background: #fff;
        border: 1px solid #D2D5DB;
        border-radius: 4px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        height: 20px;
    }

    .hl-box label {
        display: none;
    }

    .hl-box form input[type="submit"] {
        width: 23%;
        font-size: 1.125em;
        line-height: 1;
        color: #00276f;
        padding: 0 1%;
        background: #ffd101;
        border: none;
        border-radius: 4px;
        font-family: 'Gill Sans', 'Gill Sans MT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 100;
        height: 38px;
        text-decoration: none;
        cursor: pointer;
        -webkit-appearance: none;
    }

        .hl-box form input[type="submit"]:hover {
            background: #f4eecf;
        }

.view-all-topics {
    float: left;
    width: 100%;
    margin-top: 0;
}

div.flex-50-wrapper .first-child {
    width: 48.5%;
    float: left;
    margin: 0 1.4% 1% 0;
}

div.flex-50-wrapper .last-child {
    width: 48.5%;
    float: left;
    margin: 0 0 1% 1.4%;
}

em {
    font-style: italic;
}

/* Autocomplete */

.autocomplete {
    overflow-y: scroll;
    background: #fff;
    margin: 0;
    padding: 0 10px 10px;
    font-size: 1.25em;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4c689a;
    font-weight: 300;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    box-shadow: 5px 5px 7px rgba(0,0,0,.1);
}

    .autocomplete div {
        padding: 4px 0;
        cursor: pointer;
    }

        .autocomplete div.selected {
            background: #eee;
            padding: 4px 6px;
            margin: 0 0 0 -6px;
            border-radius: 3px;
            width: 100%;
        }

.autocomplete-suggestions {
    overflow-y: scroll;
    background: #fff;
    margin: 0 9px;
    padding: 0 19px 10px;
    font-size: 1.5em;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4c689a;
    font-weight: 300;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    box-shadow: 5px 5px 7px rgba(0,0,0,.1);
}

    .autocomplete-suggestions .autocomplete-suggestion {
        padding: 4px 0;
        cursor: pointer;
    }

    .autocomplete-suggestions .autocomplete-suggestions .autocomplete-selected {
        background: #eee;
        padding: 4px 6px;
        margin: 0 0 0 -6px;
        border-radius: 3px;
        width: 100%;
    }



#at4m-mobile-container.addthis-smartlayers {
    position: relative;
    z-index: 99999;
}

#at4-follow {
    z-index: 1;
}

#at4m-dock.ats-dark, .at4m-menu.ats-dark .at4m-menu-header, .at4m-menu.ats-dark .at4m-menu-footer, .ats-dark#at4m-dock, .ats-dark.at4m-dock-toggle {
    background: #214a9a;
}

.at4m-dock.ats-dark a:hover, .at4m-dock.ats-dark a:active {
    background: #163778;
}

.at4m-dock.at4-ma2.ats-dark a:first-child {
    border-right: 1px solid #7395d9;
}

.at4m-dock.ats-dark, .at4m-dock-toggle.ats-dark {
    background: #214a9a;
}

    .at4m-dock.ats-dark a:hover, .at4m-dock.ats-dark a:active, .at4m-dock-toggle.ats-dark a:hover, .at4m-dock-toggle.ats-dark a:active {
        background: #163778;
        border-color: #7395d9;
    }

.at4-follow .at4-follow-container .at-follow-label {
    color: #9cafd3;
    text-transform: uppercase;
}

#at4-share:before {
    content: "SHARE";
    color: #9cafd3;
    padding: 6px 4px;
    font-size: 12px;
    float: left;
}

.addthis-smartlayers .at4-follow, .at4-follow {
    position: absolute;
}

.addthis_responsive_sharing {
    float: left;
    width: 100%;
}

.at4-share-title {
    display: none;
}

/* Autocomplete */
.autocomplete {
    overflow-y: scroll;
    background: #fff;
    margin: 0;
    padding: 0 10px 10px;
    font-size: 1.25em;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4c689a;
    font-weight: 300;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    box-shadow: 5px 5px 7px rgba(0,0,0,.1);
}

    .autocomplete div {
        padding: 4px 0;
        cursor: pointer;
    }

        .autocomplete div.selected {
            background: #eee;
            padding: 4px 6px;
            margin: 0 0 0 -6px;
            border-radius: 3px;
            width: 100%;
        }


/* Styles for shortcode content */

div.flex-wrapper {
    float: left;
    clear: both;
    margin: 0 0 1em 0;
    width: 100%;
}

div.flex-25-right {
    width: 23.6%;
    float: right;
    margin: 0 0 2% 2%;
}

.flex-25-left img, .flex-25-right img {
    width: 92%;
    padding: 2%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 .75em 0;
}

div.flex-50-right {
    float: right;
    width: 48%;
    margin: 0 0 2% 2%;
}

    div.flex-50-left img, div.flex-50-right img {
        width: 96%;
        padding: 2%;
        border: 1px solid #ccc;
        background: #fff;
        margin: 0 0 .75em 0;
    }

.flex-wrapper.light-background {
    padding: 3%;
    background: #e8e9ed;
    width: 94%;
    margin: 1em 0 30px 0;
}

.top-border {
    border-top: 4px #0b2972 solid;
    padding: 1em 0;
}

    .top-border h3 {
        margin: 0 0 1em 0;
    }

.stacked-divs {
    margin: 1em 0;
    border-bottom: 1px #ccc solid;
}

.flex-wrapper.thick-border {
    padding: 2%;
    border: 8px solid #e7e7e7;
    box-sizing: border-box;
    margin: 0 0 40px 0;
}

    .flex-wrapper.thick-border h2.thick-border-title {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
    }

#divMainContentBlock ul.anchor-navigation {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1em;
    margin-left: 0;
    float: left;
    width: 100%;
    border-bottom: 4px solid #ccc;
}

    #divMainContentBlock ul.anchor-navigation li p {
        margin: 0;
    }

ul.anchor-navigation li {
    display: block;
    float: left;
    width: auto;
    margin: 0 1% 10px 0;
    border-right: 1px solid #999;
    padding: 0 1% 0 0;
}

    ul.anchor-navigation li a {
        font-weight: bold;
        color: #0b2972;
        text-decoration: none;
    }

        ul.anchor-navigation li a:hover {
            text-decoration: underline;
        }

    ul.anchor-navigation li:last-child {
        border-right: none;
    }

.ctContentBox {
    width: 96%;
    border: #CCC 1px solid;
    padding: 2%;
    margin: 1% 0 20px 0;
    float: left;
    color: #333;
}

    .ctContentBox h2 {
        margin-top: 0;
    }

    .ctContentBox h3 {
        padding-top: 0;
        margin: 0;
    }

.ctContentBoxImg {
    float: right;
    margin: 0 0 0 2%;
    width: 30%;
    min-width: 200px;
}

    .ctContentBoxImg img, .ctContentBoxImgSm img {
        width: 100%;
        height: auto;
    }

.ctContentBoxImgSm {
    float: right;
    margin: 0 0 0 1.5%;
    width: 15%;
    min-width: 100px;
}

.ctContentBox ul {
    margin-bottom: 1.5em;
    padding-bottom: 0;
}

    .ctContentBox ul li {
        margin-bottom: 1.45em;
    }

.top-border {
    border-top: 4px #0b2972 solid;
    padding: 1em 0;
}

/*----------------------------------------------------

	Health Library Subpage Template styles

----------------------------------------------------*/

#fontfloat {
    width: 50%;
}

#wrapper_hi {
    width: 1004px;
    margin-left: auto;
    margin-right: auto;
}

#banner_hi {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#banner_hi_title a {
    display: block;
    float: left;
    clear: both;
    margin: 0 0 0 .75em;
    color: #03296d;
    font-family: "Gill Sans", Arial, Helvetica, sans-serif;
    font-size: 2.65em;
    font-weight: 100;
    line-height: normal;
    text-decoration: none;
}

h1#banner_hi_title {
    color: white;
    font-family: "Gill Sans", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 100;
}

.banner_msg {
    float: left;
    width: 100%;
    clear: both;
    margin: .5em 0 .75em 0;
    text-align: left;
    background: #254288;
    background: -moz-linear-gradient(left, rgba(40,76,135,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -moz-linear-gradient(left, rgba(38,49,111,1) 0%, rgba(38,49,111,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(38,49,111,1)), color-stop(100%,rgba(38,49,111,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(38,49,111,1) 0%,rgba(38,49,111,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(38,49,111,1) 0%,rgba(38,49,111,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(38,49,111,1) 0%,rgba(38,49,111,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(38,49,111,1) 0%,rgba(38,49,111,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26316f', endColorstr='#0026316f',GradientType=1 ); /* IE6-9 */
}

    .banner_msg p {
        color: #fff;
        float: left;
        font-style: italic;
        font-size: 1em;
        margin: .6em;
    }

.col_item {
    border: 1px solid #b2b1b1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
}

    .col_item span {
        background-repeat: no-repeat;
        overflow: hidden;
    }

.col_item_middle {
    background-color: #f9fafc;
    float: left;
    width: 92%;
    padding: 1em 4%;
    line-height: 1.5em;
}

.item_menu {
    padding: 0 4%;
}


#toolBar {
    padding-left: 0;
    margin-left: 0;
}

.breadCrumb3col {
    margin: .8em .8em 2em 0;
    font-size: 1em;
    padding: 0;
    border: none;
}

.content_row_1 {
    width: 100%;
}

#left_search {
    height: 1.875em;
    position: relative;
    margin-left: .5em;
}

.left_search {
    font-size: 1em;
    font-weight: bold;
    margin-left: .625em;
    margin-bottom: 5px;
    margin-top: 0;
}

.search_library {
    font-size: 1em;
    padding-left: .5em;
    padding-bottom: .5em;
    display: block;
}

.left_search_ctr {
    margin: 5px 36%;
}


#letters {
    margin-left: .5em;
    margin-right: .125em;
    font-size: 1em;
    margin-bottom: 5px;
    position: relative;
    z-index: 5;
}

    #letters a, #letters a:visited, #letters a:link {
        margin: 0.1em;
        display: inline-block;
        border: none;
        padding: 2px;
        text-decoration: none;
        width: 10px;
        font-weight: bold;
        color: #264289;
        width: 10px;
        z-index: 6;
    }

        #letters a:hover, #letters a:active {
            border: none;
            text-decoration: none;
        }

.hi_menu {
    margin: 0 0 0 -4%;
    padding: .5em 0;
    width: 100%;
    float: left;
}

    .hi_menu li {
        padding: .75em 3px .75em 1em;
        list-style: none;
    }

.hi_menu_active {
    background-image: url(http://www.hopkinsmedicine.org/sebin/r/r/nav_slice.png);
    background-repeat: repeat-y;
}

.hi_menu li a {
    color: #264289;
    text-decoration: none;
}

    .hi_menu li a:hover {
        text-decoration: underline;
    }

#srchRTitle {
    font-size: 1em;
    text-decoration: underline;
}

.callback-wrapper {
    width: 90%;
}

    .callback-wrapper img {
        max-width: 100%;
    }

.videos-block {
    padding: 0;
    border-top: 4px solid #00276f;
    margin: 20px 0 0 0;
    float: left;
}

.callout_square.videos-block {
    margin: 0 0 2.5% 0;
}

    .callout_square.videos-block h5 {
        font-size: 1.25em;
    }

    .callout_square.videos-block h3 {
        font-size: 1.4em;
        margin: 0 0 1em 0;
        color: #4A4A4A;
        font-family: Arial, Helvetica, sans-serif;
    }

.videos-block .callout_square_thumb {
    width: 34%;
    margin: 0 3% 10px 0;
}

a.at-share-btn {
    color: #fff;
}

/* ------------- LAYOUT -------------- */

.col_1_hi {
    width: 22%;
    float: left;
    background-image: url(http://www.hopkinsmedicine.org/sebin/y/k/bgLeftNav.gif);
    background-repeat: repeat-x;
    color: #002c76;
    margin-bottom: 1.250em;
    min-height: 300px;
}

.col_2_hi {
    width: 76.5%;
    float: left;
    margin: 0 0 1em 1.5%;
    position: relative;
}

.col_inner_1_hi {
    width: 70%;
    float: left;
    position: relative;
}

.col_inner_2_hi {
    width: 30%;
    float: right;
    background-image: url(http://www.hopkinsmedicine.org/sebin/r/f/rt_col_bck.png);
    background-repeat: repeat-x;
    min-height: 500px;
    height: auto;
}

.content_row_2 {
    width: 100%;
    margin-bottom: 1em;
}

.content_row_3 {
    width: 100%;
}

.content_inner_row_2 {
    width: 100% !important;
    margin-top: .625em;
    margin-bottom: 1em;
}

.content_inner_row_3 {
    margin-top: .625em;
    margin-bottom: .625em;
}

.content_inner_row_4 {
    width: 95% !important;
    margin-bottom: .625em;
}

#hidd_related_brdr {
    width: 176px;
    border: 1px solid #bababb;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
}

#hidd_related {
    background-repeat: no-repeat;
    background-position: 135px 10px;
    background-color: #e3e2e2;
    width: 160px;
    height: 34px;
    padding: .25em;
    z-index: 5;
    top: .9em;
    right: 11px;
    position: absolute;
    cursor: pointer;
    color: #4a4a4a;
    line-height: 1.5em;
}

.hidd_related_down {
    background-image: url(http://www.hopkinsmedicine.org/sebin/y/z/arrow_down.gif);
}

.hidd_related_up {
    background-image: url(http://www.hopkinsmedicine.org/sebin/o/y/arrow_up.gif);
}

#hidd_related a {
    display: block;
    width: 160px;
    height: 34px;
}

#hidd_related_expanded {
    display: none;
    position: absolute;
    top: 55px;
    left: 118px;
    width: 400px;
    background-color: #e3e2e2;
    z-index: 1;
    padding-top: .5em;
}

.hidd_related_col {
    width: 180px;
    float: left;
    padding-left: .5em;
    padding-bottom: .5em;
    padding-right: .5em;
}

    .hidd_related_col ul {
        padding-left: 0;
        margin-top: 0;
        margin-left: .9em;
        font-size: 1em;
        margin-bottom: .25em;
    }

        .hidd_related_col ul li {
            list-style: none;
            margin-top: .25em;
        }

    .hidd_related_col h4 {
        margin: 0;
        font-size: 1.1em;
        min-height: 1em;
    }

.view_more a {
    margin-left: .9em;
    display: block;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 12px;
    margin-top: .25em;
}

a.callback-wrapper {
    width: 90%;
    display: block;
    margin: 0 auto;
}

    a.callback-wrapper img {
        max-width: 100%;
    }

#divMainContentBlock {
    line-height: 1.5em;
    color: #4a4a4a;
}

    #divMainContentBlock ul {
        list-style: disc;
        margin: 0 0 0 1.5em;
    }

    #divMainContentBlock table td {
        padding: 3px;
    }

/* ------------- NAVIGATION -------------- */

#nav {
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
}

    #nav li {
        float: left;
        margin-right: 10px;
        position: relative;
    }

    #nav a {
        display: block;
        padding: 5px;
        color: #264289;
        background: #F9FAFC;
        text-decoration: none;
    }

        #nav a:hover {
            color: #fff;
            background: #F9FAFC;
            text-decoration: underline;
        }

#liNavigation {
    display: none;
    font-weight: bold;
}

/* ------------- DROPDOWN -------------- */

#nav ul {
    background: #F9FAFC;
    background: rgba(255,255,255,0);
    list-style: none;
    position: absolute;
    left: -9999px;
}

    #nav ul li {
        padding-top: 1px;
        float: none;
    }

    #nav ul a {
        white-space: nowrap;
    }

#nav li:hover ul {
    left: 0;
}

#nav li:hover a {
    background: #F9FAFC;
    text-decoration: underline;
}

#nav li:hover ul a {
    text-decoration: none;
}

#nav li:hover ul li a:hover {
    background: #F9FAFC;
}

/* ------------- CONTENT -------------- */

.content_row_1 h1 {
    color: #0b2972;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    line-height: normal;
}

.col_2_hi a {
    color: #264289;
    text-decoration: none;
}

    .col_2_hi a:hover {
        text-decoration: underline;
    }

.topiclist {
    padding-left: 0;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 0 !important;
}

    .topiclist li {
        list-style: none;
        margin-top: 8px;
    }

#divPageH1 {
    width: 340px;
    height: 15px;
}

#divPageH2 {
    width: 340px;
}

.SiteAreaNavigator .image {
    float: left;
    width: 54px;
    margin: 0 5px 0 0;
}

.SiteAreaNavigator .separator {
    border-bottom: solid 1px #DDD;
    clear: both;
    height: .7em;
    margin-bottom: .7em;
}

.NutritionBlurb {
    margin-top: .25em;
    font-weight: 400;
    color: #666;
}

#embeddedImage {
    width: auto;
}

    #embeddedImage img {
        border: 1px solid #ccc;
        padding: 2px;
        float: right;
        margin: 0 0 0 .4em;
    }

.callout_light_inner {
    width: 100%;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: -5px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.callout_light h3 {
    font-size: 1.2em;
    color: #264289;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.callout_light ul {
    font-weight: bold;
    margin-top: 8px;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    list-style: disc;
    color: #264289;
}

    .callout_light ul li {
        margin-top: .5em;
        margin-left: 30px;
        font-size: .9em;
        line-height: 1.5em;
    }

.callout_light {
    width: 94%;
    margin: 15px 3%;
    min-height: 94px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -moz-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 1px;
    background: -moz-linear-gradient(top, rgba(161,161,161,1) 0%, rgba(161,161,161,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,161,161,1)), color-stop(100%,rgba(161,161,161,0)));
    background: -webkit-linear-gradient(top, rgba(161,161,161,1) 0%,rgba(161,161,161,0) 100%);
    background: -o-linear-gradient(top, rgba(161,161,161,1) 0%,rgba(161,161,161,0) 100%);
    background: -ms-linear-gradient(top, rgba(161,161,161,1) 0%,rgba(161,161,161,0) 100%);
    background: linear-gradient(to bottom, rgba(161,161,161,1) 0%,rgba(161,161,161,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#00a1a1a1',GradientType=0 );
}

.callout_square_thumb {
    float: left;
    border: #999 1px solid;
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 8px;
    width: 75px;
    height: 57px;
}

.callout_square_thumb_mod {
    float: left;
    border: #999 1px solid;
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 8px;
}

.callout_square h3 {
    font-size: 1.2em;
    color: #264289;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.callout_square h4 {
    font-size: 1em;
    color: #264289;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.callout_square h5 {
    line-height: 1.5em;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 90px;
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 1em;
    margin-right: 8px;
}

.callout_square p {
    margin-left: 90px;
    margin-top: 5px;
    margin-right: 8px;
}

    .callout_square p a {
        color: #666;
    }

.callout_press {
    font-weight: bold;
    margin-top: 8px;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    list-style: none;
}

    .callout_press li {
        margin-top: 1em;
        margin-left: 11px;
        font-size: .9em;
        line-height: 1.5em;
    }

#key {
    width: 180px;
    border: 1px solid #666;
    background-color: #d6d6d6;
    padding: 10px;
    float: right;
    margin: 0 1em 1em 1em;
}

    #key span {
        margin-top: 8px;
    }

.icon_cd {
    background: url(http://www.hopkinsmedicine.org/sebin/r/n/icon_diseases_conditions.png) no-repeat 0 2px;
    padding-left: 18px;
    display: block;
    line-height: 1.5em;
}

.icon_tp {
    background: url(http://www.hopkinsmedicine.org/sebin/p/g/icon_tests_procedures.png) no-repeat 0 2px;
    padding-left: 18px;
    display: block;
    line-height: 1.5em;
}

.icon_tc {
    background: url(http://www.hopkinsmedicine.org/sebin/b/z/icons_folders.png) no-repeat 0 2px;
    padding-left: 18px;
    display: block;
    line-height: 1.5em;
}

#additional_buttons a {
    width: 31%;
    float: left;
    display: block;
    margin: 2em .75%;
    text-align: center;
    color: #2b4278;
    text-shadow: 0 1px 1px #fff;
    padding: 1em 0;
    border: 1px solid #cfcfcf;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(163,195,225,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(163,195,225,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(163,195,225,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(163,195,225,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(163,195,225,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(163,195,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a3c3e1',GradientType=0 );
}

/* - search styling - */
.RadDataPager {
    float: left;
    clear: both;
    margin: 1em 0;
}

.search-filters {
    margin: 0;
}

    .search-filters li {
        float: left;
        width: 48%;
        margin: .5em 1% 0 0;
        height: 2em;
        list-style: none;
    }

/* specific responsive-assets overwrites */

.breadCrumb {
    margin: 18px 15px 22px;
}

.breadCrumb3col {
    margin: 10px 0;
    padding: 0;
}

#toolBar {
    border-bottom: 1px solid #d6d6d6;
    height: 20px;
    margin: 0;
    padding: 5px 0;
    text-align: left;
}

    #toolBar .fontsizeImg {
        display: inline;
        float: left;
        padding-right: 10px;
    }

    #toolBar .printthispageImg {
        display: inline;
    }

    #toolBar div#fontfloat {
        float: left;
        padding: 3px 0 0 0;
        width: 230px;
    }

    #toolBar img {
        display: inline;
        margin-right: 5px;
    }

    #toolBar span#fontsize {
        background-image: url(/sebin/y/v/fontsize.gif);
        background-position: 0 -17px;
        background-repeat: no-repeat;
        display: block;
        height: 17px;
        outline: none;
        width: 95px;
    }

        #toolBar span#fontsize a.minus {
            display: block;
            float: left;
            font-size: 0;
            height: 17px;
            left: 60px;
            position: relative;
            width: 16px;
        }

        #toolBar span#fontsize a.plus {
            display: block;
            float: left;
            font-size: 0;
            height: 17px;
            left: 62px;
            position: relative;
            width: 16px;
        }

.addthis_toolbox {
    float: right;
    margin: 0;
    padding: 3px 0 0 0;
    position: static !important;
    width: 240px;
    z-index: 0;
    background: transparent;
    box-shadow: none;
}

    .addthis_toolbox .addshare {
        float: left;
    }

.mainBodyContentData {
    margin: 0;
}

/* international sidebar callout */

.jhiCTAWrapper {
    position: relative;
    max-width: 234px;
    float: left;
    font-size: 1em;
    line-height: 1.35em;
    color: #333;
    margin: 0;
    background: #fbf7e6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjllYWEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZjhlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #f9eaa3 0%, #fbf8e4 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9eaa3), color-stop(100%,#fbf8e4));
    background: -webkit-linear-gradient(-45deg, #f9eaa3 0%,#fbf8e4 100%);
    background: -o-linear-gradient(-45deg, #f9eaa3 0%,#fbf8e4 100%);
    background: -ms-linear-gradient(-45deg, #f9eaa3 0%,#fbf8e4 100%);
    background: linear-gradient(135deg, #f9eaa3 0%,#fbf8e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9eaa3', endColorstr='#fbf8e4',GradientType=1 );
}

.jhiCTAinfoBox {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .jhiCTAinfoBox h1 {
        font-size: 1.45em;
        font-family: "Gill Sans", Arial, Helvetica, sans-serif;
        font-weight: 100;
        color: #081b3d;
        margin: 8px 0 8px 10px;
        float: left;
        width: 91%;
        line-height: 1em;
    }

.bold {
    font-weight: 400;
}

.jhiCTAinfoBox p {
    margin: 0 2% 1% 4%;
    float: left;
    width: 78%;
}

.jhiCTAinfoBoxImg {
    position: absolute;
    float: right;
    padding: 0;
    margin-bottom: 1%;
    width: 17%;
    height: auto;
    right: 0;
    top: 10px;
}

.jhiCTACentered {
    float: left;
    width: 100%;
    margin: 1.5% 0 1% 0;
    padding: 0;
    *margin: 10px 0;
}

.jhiCTAnumbersBox {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #424b63;
    color: #FFF;
    width: 95%;
    margin: 0 auto;
}

    .jhiCTAnumbersBox p {
        padding: 2% 2.5% 2% 3%;
        line-height: 1.75em;
        font-size: 1em;
        margin: .5em 0;
    }

.jhiCTAlinksBox {
    width: 92%;
    margin: 1% 4% 4% 4%;
    color: #424b63;
    float: left;
}

    .jhiCTAlinksBox p {
        margin: 1% 0;
        line-height: 1.25em;
    }

    .jhiCTAlinksBox a {
        color: #0f58ec;
        text-decoration: underline;
        background: none;
        padding-left: 0;
    }

    .jhiCTAlinksBox ul {
        list-style-image: url(http://hopkinsmedicine.org/sebin/b/r/link-arrow.png);
        padding-left: 15px;
        margin: 0 0 4% 0;
    }

#divRelatedItems .jhiCTAlinksBox ul li {
    margin-top: 0;
}

.discoverHeading {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 2%;
}

.jhiCTAinfoBox img {
    width: 100%;
    height: auto;
}

.request-callout-horizontal .main .container {
    padding: 0 250px 0 0;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 19px;
}

.request-callout-horizontal .travel-block {
    float: left;
    width: 96%;
    padding: 2%;
    background-color: #fbf0b6;
    position: relative;
}

.request-callout-horizontal .right {
    float: right;
    margin-right: -250px;
    width: 240px;
    background-color: #dfdcef;
}

    .request-callout-horizontal .travel-block:after,
    .request-callout-horizontal .right:after {
        display: block;
        position: absolute;
        height: 100%;
        content: "";
    }

    .request-callout-horizontal .right:after {
        background-color: #dfdcef;
    }

.request-callout-horizontal .travel-block:after {
    left: 0;
    right: 250px;
    background-color: #fbf0b6;
}

.request-callout-horizontal .right:after {
    right: 0;
    width: 240px;
}

.request-callout-horizontal .content {
    padding: 0;
}

.request-callout-horizontal .travel-block img {
    float: left;
    width: 15%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.request-callout-horizontal .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.request-callout-horizontal .clearfix:after {
    clear: both;
}

.request-callout-horizontal .gold, .request-callout-horizontal .navy {
    font-family: "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
}

.request-callout-horizontal .gold {
    color: #a78302;
}

.request-callout-horizontal .navy {
    color: #002c77;
}

.request-callout-horizontal strong {
    color: #002c77;
}

.request-callout-horizontal .maryland-block, .request-callout-horizontal .mychart-block {
    width: 92%;
    float: left;
    padding: 10px 4%;
    margin: 0;
}

.clear {
    clear: both;
}

.sidebar.request-callout-horizontal .section-header {
    text-transform: uppercase;
    font-family: "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 1.25em;
    margin: 0 4% 5px 4%;
    line-height: 19px;
    width: 92%;
    float: left;
}

.sidebar.request-callout-horizontal .container {
    padding: 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.sidebar.request-callout-horizontal .main .container {
    position: inherit;
    float: left;
}

.sidebar.request-callout-horizontal .travel-block {
    padding: 2% 4%;
    width: 92%;
}

    .sidebar.request-callout-horizontal .travel-block .col {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .sidebar.request-callout-horizontal .travel-block img {
        width: 25%;
    }

.sidebar.request-callout-horizontal .block-header {
    font-family: "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1d3050;
    margin: 5px 0;
    font-size: 1.45em;
}

.sidebar.request-callout-horizontal .travel-block .col p strong {
    font-size: 1em;
}

.sidebar.request-callout-horizontal .right {
    float: left;
    margin: 00;
    width: 100%;
}

.sidebar.request-callout-horizontal .maryland-block {
    background: #d4e5f9;
}

.sidebar.request-callout-horizontal .clear {
    display: none;
}

.sidebar.request-callout-horizontal .travel-block:after, .sidebar .right:after {
    content: none;
}

.sidebar.request-callout-horizontal .number {
    font-size: 1.125em;
    margin: 0;
}

.request-callout-horizontal .clear {
    height: 0;
}

.footer-wrapper a {
    color: #b1c9f4;
}


@media screen and (max-width:1004px) {

    #wrapper_hi {
        width: 100%;
    }

    #banner_hi {
        width: 100%;
    }

    #hidd_related {
        display: none;
    }

    #hidd_related_brdr {
        display: none;
    }

    #hidd_related_expanded {
        display: none;
    }

    .contentMainSub {
        background-color: #fff;
        border: 0 none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #toolBar {
        margin: 0;
        padding: .8em 0 0 0;
        border: none;
    }

    #health_seminar {
        width: 49%;
        float: left;
        position: relative;
        margin: 1em 0;
    }

    #sharecare {
        width: 49%;
        float: left;
        position: relative;
        margin: 1em 0;
    }

    .wrapperBody {
        font-size: 100%;
        line-height: 160%;
    }
}

@media screen and (max-width: 840px) {
    .hl-box form input[type="submit"] {
        margin-top: 5px;
    }

    .sidebar.request-callout-horizontal .travel-block img {
        float: right;
        position: inherit;
        width: 35%;
    }
}

@media screen and (max-width: 800px) {
    .featured-specialties .flex-wrapper .flex-50 img {
        width: 96%;
        float: left;
        margin: 0 0 2.5% 0;
        padding: 2%;
    }

    .featured-specialties ul {
        line-height: 1.5em;
    }

    .hl-box {
        min-height: 158px;
    }
}

@media screen and (max-width:740px) {

    .tier2_enabled {
        display: block !important;
    }

    .tier2_disabled {
        display: none !important;
    }

    #liNavigation {
        display: block;
    }

    .col_item_middle {
        background-color: #f9fafc;
        float: left;
        width: 96%;
        padding: 1em 2%;
    }

    .item_menu {
        padding: 0 2%;
    }

    .col_1_hi {
        width: 100%;
        margin: 0;
        min-height: 0;
    }

    .col_2_hi {
        width: 96%;
        margin: 0 2% 1em 2%;
    }

    .col_inner_1_hi {
        width: 100%;
    }

    .col_inner_2_hi {
        width: 100%;
        min-height: auto;
    }

    .content_inner_row_4 {
        width: 100% !important;
    }

    .search_input {
        float: left;
        width: 30%;
    }

    .search_letters {
        float: right;
        width: 70%;
    }

    #left_search .left_search_input {
        width: 50%;
        padding: 0 .5em;
    }

    #left_search .go-button {
        width: 9%;
    }

    #browsebox {
        background: none;
        margin: 1em 0 0 0;
    }

        #browsebox #letters {
            width: 100%;
        }

    #letters a, #letters a:visited, #letters a:link {
        border: 1px solid #ccc;
        padding: .3em .5em .1em .5em;
        margin: .4em .3em;
        text-align: center;
    }

        #letters a:hover, #letters a:active {
            border: 1px solid #999;
            padding: .3em .5em .1em .5em;
            margin: .4em .3em;
            text-align: center;
        }

    #hl_callouts {
        width: 100%;
        margin: 0 auto;
        clear: both;
    }

        #hl_callouts img {
            margin: 0;
        }

    #health_seminar, #sharecare {
        width: 50%;
        margin: 0 auto;
        float: left;
    }

    .news_col {
        width: 95%;
    }

    .news_col {
        margin: 0;
    }

    .col_item {
        width: 96%;
    }

    .tab-content {
        width: 100%;
    }

    .hi_menu {
        margin: 0;
    }

        .hi_menu li {
            width: 100%;
            float: left;
            clear: both;
            margin: 0;
            border-top: 1px solid #b2b1b1;
            background: url(http://www.hopkinsmedicine.org/sebin/t/c/expandable-ul.png) no-repeat right -91px;
            padding: .35em 0;
        }

            .hi_menu li#liNavigation {
                border: none;
            }

            .hi_menu li.liNavigation-closed {
                background: url(http://www.hopkinsmedicine.org/sebin/t/c/expandable-ul.png) no-repeat right 10px !important;
            }

            .hi_menu li.liNavigation {
                background: url(http://www.hopkinsmedicine.org/sebin/t/c/expandable-ul.png) no-repeat right -42px;
            }

            .hi_menu li#liNavigation a {
            }

            .hi_menu li#liPreventionGuidelines {
                border: none;
                border-top: 1px solid #b2b1b1;
                padding-bottom: .5em;
            }

                .hi_menu li#liPreventionGuidelines a {
                }

            .hi_menu li a {
                width: 100%;
                float: left;
                clear: both;
                margin: 0;
                padding: .5em 0;
                line-height: 1.25em;
            }

    .breadCrumb3col {
        border-bottom: 1px solid #DDD;
        margin: .5em 0;
        padding: 1em 0;
        border-top: 1px solid #DDD;
        line-height: 1em;
    }

    #RelatedHealthContentMain_divDC {
        width: 100%;
    }

    .content_inner_row_2 {
        width: 47%;
    }

    .addthis_toolbox {
        float: left;
    }

    #health_seminar {
        width: 49%;
        float: left;
        position: relative;
        margin: 1em 0 0 1%;
    }

    #sharecare {
        width: 49%;
        float: left;
        position: relative;
        margin: 1em 1% 0 0;
    }

    .callout_light {
        width: 43.5%;
        float: left;
    }

    .jhiCTAWrapper {
        max-width: 100%;
    }

    .jhiCTAinfoBoxImg {
        width: 9%;
    }

    .jhiCTAinfoBox p {
        margin: 0 2% 1% 4%;
    }

    .jhiCTAinfoBox h1 {
        margin: 4% 0 8px 4%;
    }

    #key {
        position: absolute;
        top: 135px;
        right: 0;
    }

    .SiteAreaNavigator {
        float: left;
        clear: both;
    }

    .RadDataPager {
        clear: both;
    }

    #divPageH1 {
        width: 100% !important;
    }

    /* - search styling - */
    .RadDataPager {
        padding: 1em !important;
    }

        .RadDataPager .rdpWrap {
            padding: 0 !important;
        }

        .RadDataPager span {
            padding: .3em .5em !important;
            background: none !important;
        }

    .RadDataPager_Default .rdpNumPart a.rdpCurrentPage, .RadDataPager_Default .rdpNumPart a, .RadDataPager_Default .rdpNumPart a:hover, .RadDataPager_Default .rdpNumPart a:active {
        background: none !important;
    }

        .RadDataPager_Default .rdpNumPart a.rdpCurrentPage span {
            background: #fff !important;
            border: 1px solid #898989;
        }

    .sidebar.request-callout-horizontal .travel-block img {
        float: right;
        position: absolute;
        width: 10%;
    }
}

@media screen and (max-width: 600px) {
    .hl-box {
        width: 92%;
        padding: 4%;
        margin: 0 0 15px 0;
    }

        .hl-box form input[type="submit"] {
            margin-top: 0;
        }

    .sidebar.request-callout-horizontal .travel-block img {
        width: 20%;
    }
}

@media screen and (max-width:480px) {

    .tier3_enabled {
        display: block !important;
    }

    .tier3_disabled {
        display: none !important;
    }

    #key {
        display: none;
    }

    #banner_hi_title a {
        margin: 0 0 0 3%;
    }

    .col_2_hi {
        width: 94%;
        margin: 0 3% 1em 3%;
    }

    .content_row_1 {
        margin-top: 10px;
    }

    #browse_dr {
        display: none;
    }

    #browsebox {
        background: none;
    }

        #browsebox form {
            width: 100%;
        }

    .searchgo {
        position: relative;
        float: right;
        left: 0;
    }

    #browsebox #letters {
        width: 99%;
    }

    #left_search .left_search_input {
        width: 76%;
        padding: 0 2%;
    }

    #left_search .go-button {
        width: 15%;
    }

    #health_seminar, #sharecare {
        width: 100%;
    }

    .news_col {
        margin: 0;
    }

    .addthis_toolbox {
        float: left;
    }

    #additional_buttons a {
        width: 98%;
        margin: 1em 1%;
    }

    .breadCrumb3col {
        display: none;
    }

    .tab-content {
        width: 100%;
    }

    .mobile-menu {
        margin-top: -1.7em;
    }

    .hi_menu li {
        width: 96%;
        float: left;
        clear: both;
        margin: 0 2%;
        border-top: 1px solid #b2b1b1;
        background: url(http://www.hopkinsmedicine.org/sebin/t/c/expandable-ul.png) no-repeat right -89px;
    }

        .hi_menu li.liNavigation-closed {
            background: url(http://www.hopkinsmedicine.org/sebin/t/c/expandable-ul.png) no-repeat right 10px !important;
        }

        .hi_menu li.liNavigation {
            background: url(http://www.hopkinsmedicine.org/sebin/t/c/expandable-ul.png) no-repeat right -40px;
        }

        .hi_menu li#liNavigation {
            border: none;
            border-top: 1px solid #b2b1b1;
        }

    #toolBar img {
        display: none;
    }

    #divMainContentBlock table td {
        width: 100%;
    }

    th.ChartStandardHead {
        width: 75%;
    }

    td p {
        margin: 2em;
    }

    .recipies #divMainContentBlock table td:nth-child(2) {
        margin-top: 0;
        padding-left: 0;
    }

    .prevention #divMainContentBlock table td:nth-child(2) {
        margin-top: 0;
        padding-left: 0;
    }

    .col_item {
        width: 94%;
    }

    #hidd_related {
        top: -8px;
    }

    #hidd_related_brdr {
        top: -13px;
    }

    .hidd_related_col {
        width: 100%;
    }

    #hidd_related_expanded {
        width: 50%;
    }

    #RelatedHealthContentMain_divDC {
        width: 100%;
    }

    .callout_light {
        width: 94%;
        float: none;
    }

    .SiteAreaNavigator {
        float: none;
    }

    #hl_callouts {
        margin: 0;
        width: 100%;
    }

    .RadDataPager {
        padding: 1em !important;
        width: 91%;
        overflow: hidden;
    }

    .search-filters li {
        float: left;
        width: 100%;
        margin: .5em 0 0 0;
        clear: both;
    }

    div.flex-wrapper .flex-50 {
        width: 100%;
        float: left;
        margin: 0 0 4% 0;
    }

    .videos-block .callout_square_thumb {
        width: 40%;
        margin: 0 2% 10px 0;
    }

    .callout_square.videos-block h5 {
        font-size: 1em;
    }

    .jhiCTAinfoBoxImg {
        width: 12%;
    }
}

@media screen and (max-width:320px) {

    .wrapperBody {
        width: 320px;
    }
}

.section_indented_onelevel {
    text-indent: 30px;
}

.section_indented_twolevel {
    text-indent: 60px;
}

@media print {

    .find-health-information-container,
    #toolBar,
    .breadCrumb3col,
    #banner_hi,
    .thincrust-wrapper,
    #hidd_related, #hidd_related_expanded, #hidd_related_brdr, .content_inner_row_2,
    #divRelatedItems,
    .footer-wrapper {
        display: none;
    }
	.addthis_responsive_sharing
	{
		display: none;
	}
	.col_inner_1_hi
	{
		width: auto;
		font-size: 1.2em;
	}
	#jhm-wrapper:before
	{
		content: url('http://www.hopkinsmedicine.org/sebin/z/j/johns_hopkins_medicine.png');
	}
	
}