#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url('/static/colorbox/images/controls.png?a4cc6fd233f9') no-repeat 0 0;
}

#cboxTopCenter {
    height: 14px;
    background: url('/static/colorbox/images/border.png?a4cc6fd233f9') repeat-x top left;
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url('/static/colorbox/images/controls.png?a4cc6fd233f9') no-repeat -36px 0;
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url('/static/colorbox/images/controls.png?a4cc6fd233f9') no-repeat 0 -32px;
}

#cboxBottomCenter {
    height: 43px;
    background: url('/static/colorbox/images/border.png?a4cc6fd233f9') repeat-x bottom left;
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url('/static/colorbox/images/controls.png?a4cc6fd233f9') no-repeat -36px -32px;
}

#cboxMiddleLeft {
    width: 14px;
    background: url('/static/colorbox/images/controls.png?a4cc6fd233f9') repeat-y -175px 0;
}

#cboxMiddleRight {
    width: 14px;
    background: url('/static/colorbox/images/controls.png?a4cc6fd233f9') repeat-y -211px 0;
}

#cboxContent {
    background: #fff;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 5px;
}

#cboxLoadingOverlay {
    background: url('/static/colorbox/images/loading_background.png?a4cc6fd233f9') no-repeat center center;
}

#cboxLoadingGraphic {
    background: url('/static/colorbox/images/loading.gif?a4cc6fd233f9') no-repeat center center;
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    background: url('/static/colorbox/images/controls.png?a4cc6fd233f9') no-repeat 0px 0px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    text-align: left;
}

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxPrevious {
    left: 0px;
    background-position: -51px -25px;
}

    #cboxPrevious:hover {
        background-position: -51px 0px;
    }

#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}

    #cboxNext:hover {
        background-position: -75px 0px;
    }

#cboxClose {
    right: 0;
    background-position: -100px -25px;
}

    #cboxClose:hover, #cboxClose:focus {
        background-position: -100px 0px;
    }

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0px;
    right: 27px;
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -150px 0px;
    }

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -125px 0px;
    }

* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #e0eff4;
    height: 100%;
}

body {
    color: #425768;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    min-width: 300px;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}

h2, h3, h4, h5, h6, p, li {
    margin-bottom: 10px;
}

ol, ul, table {
    margin-bottom: 1.6em;
}

h1, h2 {
    color: #73a333;
}

h3, h4, h5, h6 {
    color: #434343;
}

h1 {
    margin-bottom: .5em;
}

h2, .entry-title {
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: normal;
}

    h2 a, .entry-title a {
        color: inherit;
        text-decoration: none !important;
    }

.alt-hd {
    background-color: #008bbf;
    border: none;
    color: #fff;
    display: block;
    font-size: 15px !important;
    font-weight: bold;
    margin: 0;
    padding: 6px 8px;
}

h2.alt-hd, h2.alt-hd-light {
    padding: 4px 12px;
}

h2.alt-hd-light {
    font-weight: normal;
}

h2.no-clear {
    clear: none !important;
    overflow: hidden;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 13px;
    font-weight: normal;
}

a {
    color: #008bbf;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

table {
    font-size: 12px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #dedede;
    width: 100%;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

    table thead tr th {
        font-weight: bold;
        color: #fff;
        background: #008bbf;
        padding: 5px;
        border-collapse: collapse;
    }

    table td {
        color: #6C8CA1;
        padding: 5px;
    }

    table tr:nth-child(even) {
        background-color: #EAF5F9;
    }

    table.plain, form table {
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: inherit;
    }

        table.plain th, form table th {
            padding: 8px 1em 8px 0;
            text-align: right;
            vertical-align: top;
        }

        table.plain td, form table td {
            color: inherit;
        }

            table.plain td input, form table td input {
                padding: 2px 4px;
            }

        table.plain tr:nth-child(even), form table tr:nth-child(even) {
            background-color: inherit;
            color: inherit;
        }

    table.details th, table.details td {
        padding: 0 .5em .5em 0;
        text-align: left;
        vertical-align: top;
    }

        table.details th:last-child, table.details td:last-child {
            padding-right: 0;
        }

p {
    line-height: 1.3em;
}

img {
    border: none;
    display: inline-block;
    height: auto;
    max-width: 100%;
}

input, textarea, select {
    font-family: 'Lato', sans-serif;
}

button[disabled], form.disabled {
    opacity: .25;
    pointer-events: none;
}

#hash_code-field {
    display: none !important;
}

#formbundle form select[multiple] {
    overflow: auto;
}

#errorbox {
    background: url("/static/img/warning.png?a4cc6fd233f9") no-repeat scroll 10px 10px #feeeee;
    border: 1px solid #a00;
    margin: 2px 0 12px;
    min-height: 70px;
    padding: 5px 5px 8px 100px;
}

    #errorbox a {
        color: #425768;
    }

    #errorbox p, #errorbox h2 {
        color: #800;
    }

    #errorbox p {
        margin: 1em;
    }

.required {
    color: #800;
}

.errorlist {
    color: #800;
    font-size: .9em;
    list-style-type: none;
    margin: 0 !important;
}

    .errorlist li {
        display: list-item !important;
    }

.alt-form fieldset {
    background-color: #f4f8fb;
    border: 1px solid #dae1e7;
    border-top: none;
    margin-bottom: 20px;
    padding: 2% 5%;
}

#home-help-links a, .callout-button, #site-header a, #section-nav a, #slideshow-wrapper a, .button, button {
    -webkit-transition: background-color .1s linear, color .1s linear, opacity .2s ease;
    -moz-transition: background-color .1s linear, color .1s linear, opacity .2s ease;
    -o-transition: background-color .1s linear, color .1s linear, opacity .2s ease;
    transition: background-color .1s linear, color .1s linear, opacity .2s ease;
}

/*.video-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video iframe, .video object, .video embed, .video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.right .video, .left .video {
    min-width: 240px;
}*/

#content ul, #content ol {
    margin-left: 24px;
}

body.homepage #wrapper {
    background: transparent;
}

#home-content {
    clear: both;
    margin: 0;
    padding: 20px 0;
}

#main {
    background-color: #fff;
}

#wrapper {
    min-height: 400px;
}

.m-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-10 {
    margin: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.left, .left-image {
    float: left;
    margin: 4px 20px 8px 0;
    max-width: 100%;
}

.right, .right-image {
    float: right;
    margin: 4px 0 8px 20px;
    max-width: 100%;
}

.w100 {
    width: 100%;
}

.floatl {
    float: left;
    margin: 0 8px 10px 0;
}

.floatr {
    float: right;
    margin: 0 8px 10px 0;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#wrapper .left-image, #wrapper .right-image, #wrapper img.left, #wrapper img.right {
    background-color: inherit;
}

#offset {
    margin-left: -300px;
    width: 100%;
    float: right;
}

#content {
    padding: 30px;
    margin-left: 270px;
}

body.onecol #content {
    margin-left: 0;
}

body.onecol #site-sidebar {
    display: none;
}

#date {
    clear: none;
}

#site-sidebar {
    float: left;
    padding: 30px;
    position: relative;
    width: 240px;
}

#page-content {
    display: table-cell;
    overflow: hidden;
    width: 100%;
}

    #page-content:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
        display: block;
        height: 1px;
        visibility: hidden;
    }

#page-sidebar {
    background-color: #fff;
    color: #999;
    display: table-cell;
    right: -30px;
    position: relative;
    vertical-align: top;
}

    #page-sidebar > div {
    }

    #page-sidebar h3 {
        background: #008bbf no-repeat 0 -5px;
        color: #fff;
        margin: 1em 0 0;
        padding: 0.2em .5em .2em 42px;
        min-width: 175px;
    }

    #page-sidebar #locations h3 {
        background-image: url('/static/img/icons/pin.png?nc&a4cc6fd233f9');
    }

    #page-sidebar #related h3 {
        background-image: url('/static/img/icons/book.png?nc&a4cc6fd233f9');
    }

    #page-sidebar #classes h3 {
        background-image: url('/static/img/icons/calendar.png?nc&a4cc6fd233f9');
    }

    #page-sidebar h4, #page-sidebar #classes li > span {
        color: #454545;
    }

    #page-sidebar h4, #page-sidebar #classes li > span, #page-sidebar #classes li > a {
        display: block;
        font-size: 15px;
        font-weight: normal;
        margin: .8em 0 .2em;
    }

    #page-sidebar #classes li {
        padding-bottom: .8em;
    }

        #page-sidebar #classes li a {
            padding: 0;
        }

    #page-sidebar ul {
        font-size: 12px;
        line-height: 1.3em;
        list-style-type: none;
        margin: 4px 0 4px 24px;
    }

    #page-sidebar li {
        border-bottom: 1px solid #ccc;
        margin: 0;
    }

        #page-sidebar li a {
            display: block;
            padding: .25em 0;
        }

    #page-sidebar #related li a {
        color: #454545;
        font-size: 15px;
        padding: .25em;
    }

        #page-sidebar #related li a:hover, #page-sidebar #related li a:focus {
            background: #F4F8FB;
            text-decoration: none;
        }

    #page-sidebar #related p > a, #page-sidebar #classes p > a {
        margin-left: 24px;
    }

#section-nav {
    background-color: #008bbf;
}

    #section-nav ul {
        font-size: 16px;
        list-style-type: none;
        margin: 0 0 1em;
    }

        #section-nav ul ul {
            display: none;
            font-size: 13px;
            margin-bottom: .5em;
            margin-left: 16px;
        }

            #section-nav ul ul ul {
                margin-bottom: .2em;
            }

    #section-nav .selected > ul, #section-nav .ancestor > ul {
        display: block;
    }

    #section-nav li {
        border-bottom: 1px solid #fff;
        margin: 0;
    }

        #section-nav li li {
            border-bottom: none;
        }

#section-nav-hd {
    background: #00587c;
    border-width: 2px !important;
}

    #section-nav-hd a {
        color: #fff;
        font-size: 1.1em;
        font-weight: bold;
    }

#section-nav a {
    color: #fff;
    display: block;
    outline: none;
    padding: .25em 1em;
    position: relative;
    text-decoration: none;
}

#section-nav > ul > li > a.open, #section-nav > ul > li.ancestor > a, #section-nav > ul > li.selected > a, #section-nav > ul > li > a:hover, #section-nav > ul > li > a:focus {
    background-color: #00587c;
}

#section-nav a.open {
    cursor: default;
}

#section-nav li li a:hover, #section-nav li li a:focus {
    text-decoration: underline;
}

#section-nav li li a {
    color: #fff;
}

#section-nav li li.selected > a {
    text-decoration: underline;
}

#section-nav li li li a {
    padding-left: 1em;
}

#section-nav .accordion-toggle:before {
    content: "+";
    left: .2em;
    position: absolute;
}

#section-nav .accordion-toggle.open:before {
    content: "â€“";
}

.entity #section-nav > ul > li > .accordion-toggle:before {
    display: none;
}

.nav-box {
    margin: 0 auto 10px;
    overflow: visible;
    padding-bottom: 10px;
}

#site-sidebar .nav-box h3 {
    background-color: #008bbf;
    color: #fff !important;
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 6px;
    text-align: center;
}

.nav-box h3 a {
    color: inherit;
}

.nav-box ul, .nav-box li {
    margin: 0;
    list-style: none;
}

    .nav-box ul a {
        border-bottom: 1px solid #008bbf;
        color: #596770;
        display: block;
        font-size: 1.1em;
        padding: 4px;
    }

#site-sidebar .nav-box ul a:hover, #site-sidebar .nav-box ul a:focus {
    background-color: #EAF5F9;
    text-decoration: none;
}

#site-sidebar .nav-box-bordered {
    background: none repeat scroll 0 0 #EAF5F9;
    border-color: #dae1e7;
    border-style: solid;
    border-width: 0 1px 1px;
    margin-bottom: 20px;
}

.nav-box-bordered ul {
    margin: 8px;
}

    .nav-box-bordered ul a {
        border-bottom: none !important;
        color: #008bbf !important;
        font-size: 1em !important;
    }

    .nav-box-bordered ul li a.selected {
        text-decoration: underline;
    }

    .nav-box-bordered ul a:hover, .nav-box-bordered ul a:focus {
        background-color: transparent !important;
        text-decoration: underline !important;
    }

form.search-form fieldset {
    background: #EAF5F9;
}

.container {
    margin: 0 auto;
    max-width: 1040px;
}

    .container:after, .clearfix:after, #content:after {
        content: "";
        display: table;
        clear: both;
    }

.title {
    display: block;
}

.clear {
    clear: both;
}

.privacy {
    color: #777;
    font-size: .9em;
    margin: 1em 0 0;
}

#home-help-links a, .callout-button, .button, button {
    background-color: #008bbf;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    color: #fff !important;
    display: block;
    font-weight: bold;
    max-width: 300px;
    text-decoration: none;
    font-size: 16px;
    margin: 1em 0;
    min-height: 28px;
    line-height: 28px;
    padding: 4px 20px;
    position: relative;
}

    #home-help-links a:hover, #home-help-links a:focus, .callout-button:hover, .callout-button:focus, .button:hover, .button:focus, button:hover, button:focus {
        background-color: #f7911d;
        cursor: pointer;
        text-decoration: none !important;
    }

.callout-button-small, .button, button {
    clear: both;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    min-height: 16px;
    line-height: 16px;
    padding: 4px 8px;
    width: auto;
}

.home-section .callout-button-small, .hub-col .callout-button-small {
    float: right;
}

#site-header {
    background-color: #fff;
}

    #site-header * {
        margin-bottom: 0;
    }

.nav-toggle {
    cursor: pointer;
    display: none;
}

a:hover.nav-toggle, a:focus.nav-toggle, a:active.nav-toggle { color: #FFF;}

#main-nav-row {
    background-color: #008bbf;
    position: relative;
    z-index: 1040 !important;
}

#main-nav ul {
    font-size: 14px;
}

#main-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

#main-nav ul a {
    display: block;
    color: #fff;
    padding: 1px;
    text-decoration: none;
}

#main-nav #doctor-link a, #main-nav .button-link a {
    background-color: #f7911d;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff !important;
    display: block;
    font-weight: 600;
    max-width: 300px;
    text-decoration: none;
    font-size: 14px;
    margin: .75em 0px .75em .5em;
    min-height: 22px;
    line-height: 24px;
    padding: 0px 20px;
    position: relative;
}

    #main-nav #doctor-link a:hover, #main-nav #doctor-link a:focus, #main-nav .button-link a:hover, #main-nav .button-link a:focus {
        background-color: #73a333 !important;
    }

#main-nav div > ul ul .callout-button {
    width: auto !important;
    padding-right: 28px !important;
    margin-top: 0 !important;
}

#page-heading .home-link, #main-nav #home-link a {
    background: url('/static/img/osf-sprites.png?7c31b7f7638b') no-repeat 0 0;
    height: 30px;
    margin-right: 4px;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 10px;
    width: 30px;
    text-indent: -9999px;
}

    #page-heading .home-link:hover, #page-heading .home-link:focus, #main-nav #home-link a:hover, #main-nav #home-link a:focus {
        opacity: .6;
    }

#page-heading .home-link {
    display: block;
    float: left;
    margin: -2px 6px 0 -16px;
    position: static;
}

    #page-heading .home-link.selected {
        display: none;
    }

.columns {
    min-width: 50%;
}

    .columns > ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -o-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
    }

.columns33 .columns {
    min-width: 33.3%;
}

#search-toggle {
    clear: none;
    float: right;
    position: relative;
}

    #search-toggle a {
        color: #fff;
        display: block;
        margin: 8px 8px 7px;
    }

    #search-toggle.sfHover:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        bottom: 0;
        right: 50%;
        margin-right: -8px;
        z-index: 100;
    }

#search {
    background: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;
    box-shadow: 0 1px 3px #888;
    padding: 14px;
    position: absolute;
    right: 0;
    width: 282px;
    z-index: 100;
}

.search-text {
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
    float: left;
    font-size: 12px;
    padding: 11px 8px;
    width: 224px;
}

.search-submit span, #search-toggle span {
    background: url('/static/img/osf-sprites.png?7c31b7f7638b') no-repeat -26px 4px;
    display: block;
    height: 31px;
    overflow: hidden;
    width: 32px;
    text-align: left;
    text-indent: -9999px;
}

#search-toggle strong {
    display: none;
}

.search-submit {
    background: #008bbf;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    opacity: 1 !important;
    padding: 4px;
}

input[value="Search"] {
    background: url('/static/img/osf-sprites.png?7c31b7f7638b&7c31b7f7638b') no-repeat #6d3321 -26px 4px;
    display: block;
    height: 32px;
    overflow: hidden;
    width: 32px;
    text-align: left;
    text-indent: -9999px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    opacity: 1;
    padding: 8px;
}

    input[value="Search"]::-moz-focus-inner, .search-submit::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    input[value="Search"]:hover, input[value="Search"]:focus, .search-submit:hover, .search-submit:focus {
        background-color: #00587c;
    }

#search-results h3 {
    margin-top: 2em;
}

.search-result {
    margin: 1em 0;
}

    .search-result p {
        margin: 0;
    }

.prev-next {
    display: block;
}

#mast {
    height: 92px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#section-heading {
    color: #6D3321;
    display: table-cell;
    font-size: 32px;
    font-weight: normal;
    height: 92px;
    line-height: 1.15em;
    padding: 0 0 0 220px;
    vertical-align: middle;
    width: 1000px;
}

    #section-heading a {
        color: inherit;
        text-decoration: none !important;
    }

#logo {
    background: url('/static/img/osfhealthcare-logo.png?nc2017&191c04976dad') no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    height: 76px;
    margin: 8px;
    overflow: hidden;
    text-indent: -9999px;
    max-width: 30%;
    width: 205px;
}

#phone-social {
    float: right;
    min-height: 72px;
    max-width: 66%;
    min-width: 150px;
    padding: 10px;
}

    #phone-social .phone-number {
        color: #6d3220;
        display: block;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.3em;
        margin-bottom: 6px;
        text-align: right;
        text-decoration: none;
    }

#social {
    float: right;
}

    #social p {
        float: left;
    }

@font-face {
    font-family: 'icomoon';
    src: url('/static/fonts/icomoon.eot?ebfixc&6845b36d21ce');
    src: url('/static/fonts/icomoon.eot?ebfixc&6845b36d21ce#iefix') format('embedded-opentype'), url('/static/fonts/icomoon.ttf?ebfixc&6845b36d21ce') format('truetype'), url('/static/fonts/icomoon.woff?ebfixc&6845b36d21ce') format('woff'), url('/static/fonts/icomoon.svg?ebfixc&6845b36d21ce#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], #social a {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#social a {
    background: #cce8f2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 0;
    height: 26px;
    line-height: 26px;
    margin-left: 4px;
    overflow: hidden;
    width: 26px;
}

    #social a:hover, #social a:focus {
        background: #008bbf;
        text-decoration: none;
    }

    #social a:before {
        font-size: 16px;
    }

#social #fb:before, #social .fb:before {
    content: "\e906";
}

#social #tw:before, #social .tw:before {
    content: "\e905";
}

#social #yt:before, #social .yt:before {
    content: "\e904";
}

#social #gp:before, #social .gp:before {
    content: "\e902";
}

#social #at:before, #social .at:before {
    content: "\e900";
}

#social #li:before, #social .li:before {
    content: "\e903";
}

#social #wp:before, #social .wp:before {
    content: "\e901";
}

#specialty-logo {
    float: right;
    max-width: 150px;
    padding: 10px 10px 0;
}

    #specialty-logo span {
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        display: inline;
    }

    #specialty-logo img {
        max-width: auto;
    }

#slideshow-wrapper {
    position: relative;
}

    #slideshow-wrapper .prev, #slideshow-wrapper .next {
        background: url('/static/img/osf-sprites.png?7c31b7f7638b') no-repeat 0 -35px;
        display: block;
        height: 42px;
        width: 26px;
        overflow: hidden;
        position: absolute;
        top: 100px;
        text-indent: -9999px;
        z-index: 2;
    }

    #slideshow-wrapper .prev {
        left: 3%;
    }

    #slideshow-wrapper .next {
        background-position: -40px -35px;
        right: 3%;
    }

        #slideshow-wrapper .prev:hover, #slideshow-wrapper .prev:focus, #slideshow-wrapper .next:hover, #slideshow-wrapper .next:focus {
            opacity: .6;
        }

    #slideshow-wrapper .rslides_tabs {
        list-style: none;
        margin: 0;
        position: absolute;
        right: 4%;
        bottom: 6%;
        z-index: 2;
    }

        #slideshow-wrapper .rslides_tabs li {
            float: left;
            margin: 0;
        }

            #slideshow-wrapper .rslides_tabs li a {
                background-color: #73a333;
                border: 2px solid #fff;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                border-radius: 10px;
                -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
                -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
                box-shadow: 0 0 6px rgba(0, 0, 0, .8);
                display: block;
                height: 10px;
                overflow: hidden;
                width: 10px;
                margin-left: 4px;
                text-indent: -9999px;
            }

                #slideshow-wrapper .rslides_tabs li a:hover, #slideshow-wrapper .rslides_tabs li a:focus {
                    opacity: .5;
                    outline: none;
                }

            #slideshow-wrapper .rslides_tabs li.rslides_here a {
                background-color: #008bbf;
                opacity: 1 !important;
            }

#slideshow {
    clear: both;
}

    #slideshow .cms-plugin > span, #slideshow > span {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }

        #slideshow .cms-plugin > span:first-child, #slideshow > span:first-child {
            position: relative;
            display: block;
            float: left;
        }

    #slideshow img {
        display: block;
        float: left;
        height: auto !important;
        max-width: 100%;
    }

.slide-overlay {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    display: block;
    padding: 12px 2% 12px 2%;
    position: absolute;
    width: 420px;
    top: 20px;
}

    .slide-overlay .title {
        border: none;
        color: #fff;
        display: block;
        font-size: 24px;
        font-weight: normal;
        margin-bottom: .5em;
        padding-bottom: 0;
    }

    .slide-overlay .desc {
        display: block;
        margin-bottom: .8em;
    }

    .slide-overlay .callout-button {
        float: right;
        margin: 0;
    }

.filer_image {
    background: #fff;
    margin: 0 0 10px 0;
    max-width: 100%;
}

.filer_image_border {
    border: 1px solid #CCCCCC;
    -moz-box-shadow: 1px 1px 8px #CCCCCC;
    -webkit-box-shadow: 1px 1px 8px #CCCCCC;
    box-shadow: 1px 1px 8px #CCCCCC;
    display: inline-block;
    padding: 8px;
}

.filer_image.left .filer_image_border, .filer_image.right .filer_image_border {
    display: block;
}

.filer_image.nostyles .filer_image_border {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.filer_image img {
    display: block;
    width: auto;
}

.filer_image.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.filer_image.left {
    padding-right: 24px;
}

.filer_image.right {
    padding-left: 24px;
}

.filer_image_info .caption {
    color: #596770;
    text-align: center;
    font-style: italic;
    margin-top: 8px;
}

.filer_image_info, .filer_image_info .caption, .filer_image_info .description {
    display: block;
}

.show-mobile {
    display: none;
}

.toggle {
    font-size: .9em;
}

.toggle-plusminus {
    display: inline-block;
    margin: .5em 0;
}

    .toggle-plusminus:before {
        border: 1px solid;
        border-radius: 2px;
        content: "+";
        display: inline-block;
        font-family: verdana, sans-serif;
        height: 10px;
        width: 10px;
        line-height: 10px;
        margin-right: 4px;
        text-align: center;
    }

    .toggle-plusminus.open:before {
        content: "-";
    }

.select2-results li {
    margin-bottom: 0;
}

.select2-drop .select2-results .select2-highlighted {
    background-color: #008bbf !important;
}

.home-section {
    color: #596770;
    float: left;
    margin: 0 2% 16px 0;
    min-height: 250px;
    padding: 16px 2%;
    width: 30%;
}

#callout-section {
    margin-right: 0;
    float: right;
    padding: 16px 0;
    width: 28%;
}

.home-section h3 {
    border-bottom: 1px solid;
    color: #6c3320;
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    font-weight: normal;
}

.home-section ul {
    list-style: none;
    margin-bottom: 0;
}

    .home-section ul li a {
        display: block;
        padding-left: .8em;
        position: relative;
    }

        .home-section ul li a:before {
            content: ">";
            font-size: .9em;
            position: absolute;
            top: .1em;
            left: 0;
        }

#news-section .callout-button {
    margin-bottom: 2em;
}

#home-help-links {
    margin: 0 auto;
    max-width: 100%;
    width: 250px;
}

.hub-col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #434343;
    float: left;
    padding-left: 20px;
    vertical-align: top;
    width: 50%;
}

    .hub-col:first-child {
        padding-left: 0;
        padding-right: 20px;
    }

    .hub-col h1, .hub-col h2 {
        font-size: 17px;
    }

#page-heading {
    position: relative;
}

#entity-location {
    float: right;
    font-size: .8em;
    font-weight: normal;
    margin-top: 2px;
}

    #entity-location p {
        margin-bottom: 0;
    }

body.entity #section-nav > ul > li {
    display: none;
}

    body.entity #section-nav > ul > li.ancestor, body.entity #section-nav > ul > li.selected {
        display: list-item;
    }

#wrapper > h1, #page-heading > * {
    background-color: #6D3321;
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 0;
    overflow: hidden;
    padding: 10px 24px;
}

    #wrapper > h1 a, #page-heading a {
        color: inherit;
    }

        #wrapper > h1 a:hover, #wrapper > h1 a:focus, #page-heading a:hover, #page-heading a:focus {
            text-decoration: none;
        }

.alert {
    border: solid 1px #dae1e7;
    margin-bottom: 20px;
}

.alert-head {
    font-size: 1em;
    padding: 1em;
}

    .alert-head:hover {
        background: #EAF5F9;
        cursor: pointer;
    }

.alert-title {
    color: inherit;
    font-weight: normal;
    margin: 0 0 .25em;
}

    .alert-title:after {
        color: #008bbf;
        content: "More";
        float: right;
        font-size: .8em;
        padding: 2px;
    }

.open .alert-title:after {
    content: "Less";
}

.alert-body {
    border-top: 1px solid #dae1e7;
    display: none;
    font-size: 1em;
    padding: 1em;
}

#site-footer {
    background-color: inherit;
    display: table;
    padding: 12px 0 96px;
    width: 100%;
}

    #site-footer, #site-footer .cms-plugin {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        #site-footer * {
            margin-bottom: 0;
        }

        #site-footer a {
            color: inherit;
        }

            #site-footer a:hover, #site-footer a:focus {
                text-decoration: underline;
            }

        #site-footer #footer-info {
            margin-bottom: 150px;
            width: 300px;
        }

        #site-footer .phone-number {
            font-size: 24px;
            font-weight: bold;
        }

        #site-footer address {
            font-size: 14px;
            font-style: normal;
            margin: 1em 0;
        }

            #site-footer h4, #site-footer address strong {
                color: inherit;
                font-size: 15px;
                font-weight: bold;
            }

        #site-footer .footer-col {
            display: table-cell;
            padding: 0 20px;
            width: 33%;
        }

        #site-footer nav.footer-col {
            padding-top: 12px;
        }

            #site-footer nav.footer-col h4 {
                color: #73a333;
                margin-bottom: 4px;
                text-transform: uppercase;
            }

            #site-footer nav.footer-col ul {
                margin-bottom: 2em;
            }

            #site-footer nav.footer-col li {
                list-style-type: none;
                margin-bottom: 2px;
            }

            #site-footer nav.footer-col a {
                display: block;
                padding: 0;
            }

#footer-legal {
    background: #fff;
    position: absolute;
    bottom: 0;
    font-size: .9em;
    padding: 1em;
    width: 100%;
    left: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #footer-legal ul, #footer-legal li {
        display: inline-block;
        margin: 0;
    }

    #footer-legal ul {
        margin-left: .5em;
    }

    #footer-legal a {
        border-left: 1px solid;
        display: block;
        color: inherit;
        line-height: .9em;
        margin-bottom: .2em;
        padding: 0 .5em;
    }

.pagination {
    clear: both;
    color: #6d3321;
    line-height: 20px;
    margin: 20px 0;
}

    .pagination .pages {
        border-color: #aaa;
        border-style: solid;
        border-width: 1px 1px 1px 0;
        float: right;
    }

        .pagination .pages a, .pagination .pages span {
            border-left: 1px solid #aaa;
            color: inherit;
            float: left;
            height: 20px;
            text-align: center;
            width: 20px;
        }

            .pagination .pages span, .pagination .pages a:hover, .pagination .pages a:focus {
                background-color: #f2ecea;
                text-decoration: none;
            }

#colorboxHTML {
    max-width: 800px;
    padding: 1em;
}

body.blue-theme #wrapper > h1, body.blue-theme #page-heading > * {
    background-color: #141555;
}

body.blue-theme #phone-social .phone-number {
    color: #141555;
}

body.blue-theme #section-nav {
    background-color: #141555;
}

    body.blue-theme #section-nav > ul > li > a.open, body.blue-theme #section-nav > ul > li.ancestor > a, body.blue-theme #section-nav > ul > li.selected > a, body.blue-theme #section-nav > ul > li > a:hover, body.blue-theme #section-nav > ul > li > a:focus {
        background-color: #141555;
    }

body.blue-theme #home-help-links a, body.blue-theme .callout-button, body.blue-theme .button, body.blue-theme button, body.blue-theme #main-nav #doctor-link a, body.blue-theme #main-nav .button-link a {
    background-color: #141555;
}

    body.blue-theme #home-help-links a:hover, body.blue-theme .callout-button:hover, body.blue-theme .button:hover, body.blue-theme button:hover, body.blue-theme #main-nav #doctor-link a:hover, body.blue-theme #main-nav .button-link a:hover, body.blue-theme #home-help-links a:focus, body.blue-theme .callout-button:focus, body.blue-theme .button:focus, body.blue-theme button:focus, body.blue-theme #main-nav #doctor-link a:focus, body.blue-theme #main-nav .button-link a:focus {
        background-color: #353668;
    }

body.blue-theme h1, body.blue-theme h2, body.blue-theme h3 {
    color: #141555;
}

body.red-theme h1, body.red-theme h2, body.red-theme h3 {
    color: #790e20;
}

body.red-theme #wrapper > h1, body.red-theme #page-heading > * {
    background-color: #7f0e20;
}

body.red-theme #section-heading {
    color: #790E20;
}

body.red-theme #section-nav > ul > li > a {
    background-color: #6E0B1D;
}

body.red-theme #section-nav {
    background-color: #6F0C1E;
}

    body.red-theme #section-nav > ul > li > a.open, body.red-theme #section-nav > ul > li.ancestor > a, body.red-theme #section-nav > ul > li.selected > a, body.red-theme #section-nav > ul > li > a:hover, body.red-theme #section-nav > ul > li > a:focus {
        background-color: #8E3243;
    }

html.sacn-theme {
    background-color: #0175ae;
}

    html.sacn-theme #logo {
        background-image: url('/static/img/sacn-logo.png?8ee442621af4');
        height: 87px;
        margin-top: 2px;
        margin-bottom: 2px;
        max-width: 50%;
        width: 303px;
    }

    html.sacn-theme #main-nav-row {
        background-color: #0175ae;
    }

    html.sacn-theme #main-nav div > ul > li.sfHover > a, html.sacn-theme #main-nav div > ul > li > a:hover, html.sacn-theme #main-nav div > ul > li > a:focus, html.sacn-theme #main-nav div > ul > li > ul {
        background-color: #446981;
    }

        html.sacn-theme #main-nav div > ul > li > ul:after {
            background-color: #0175ae;
        }

    html.sacn-theme #phone-social .phone-number {
        color: #0273af;
    }

    html.sacn-theme h1, html.sacn-theme h2, html.sacn-theme h3 {
        color: #0075ab;
    }

    html.sacn-theme #wrapper > h1, html.sacn-theme #page-heading > * {
        background-color: #0075ab;
    }

    html.sacn-theme #home-help-links a, html.sacn-theme .callout-button, html.sacn-theme .button, html.sacn-theme button, html.sacn-theme .search-submit {
        background-color: #0096dd;
    }

        html.sacn-theme #home-help-links a:hover, html.sacn-theme #home-help-links a:focus, html.sacn-theme .callout-button:hover, html.sacn-theme .callout-button:focus, html.sacn-theme .button:hover, html.sacn-theme .button:focus, html.sacn-theme button:hover, html.sacn-theme button:focus {
            background-color: #0175ae;
        }

    html.sacn-theme #section-nav {
        background-color: #0273af;
    }

        html.sacn-theme #section-nav > ul > li > a {
            background-color: #0175ae;
        }

            html.sacn-theme #section-nav > ul > li > a.open, html.sacn-theme #section-nav > ul > li.ancestor > a, html.sacn-theme #section-nav > ul > li.selected > a, html.sacn-theme #section-nav > ul > li > a:hover, html.sacn-theme #section-nav > ul > li > a:focus {
                background-color: #0096dd;
            }

html.sfmccon-theme {
    background-color: #013064;
}

    html.sfmccon-theme #logo {
        background-image: url('/static/img/sfmccon-logo.png?6b04a31e2a1c');
        height: 87px;
        margin-top: 2px;
        margin-bottom: 2px;
        max-width: 50%;
        width: 460px;
    }

    html.sfmccon-theme #main-nav-row {
        background-color: #013064;
    }

    html.sfmccon-theme #main-nav div > ul > li.sfHover > a, html.sfmccon-theme #main-nav div > ul > li > a:hover, html.sfmccon-theme #main-nav div > ul > li > a:focus, html.sfmccon-theme #main-nav div > ul > li > ul {
        background-color: #30537b;
    }

        html.sfmccon-theme #main-nav div > ul > li > ul:after {
            background-color: #013064;
        }

    html.sfmccon-theme #phone-social .phone-number {
        color: #003061;
    }

    html.sfmccon-theme h1, html.sfmccon-theme h2, html.sfmccon-theme h3 {
        color: #013064;
    }

    html.sfmccon-theme #wrapper > h1, html.sfmccon-theme #page-heading > * {
        background-color: #004288;
    }

    html.sfmccon-theme #home-help-links a, html.sfmccon-theme .callout-button, html.sfmccon-theme .button, html.sfmccon-theme button, html.sfmccon-theme .search-submit {
        background-color: #004288;
    }

        html.sfmccon-theme #home-help-links a:hover, html.sfmccon-theme #home-help-links a:focus, html.sfmccon-theme .callout-button:hover, html.sfmccon-theme .callout-button:focus, html.sfmccon-theme .button:hover, html.sfmccon-theme .button:focus, html.sfmccon-theme button:hover, html.sfmccon-theme button:focus {
            background-color: #013064;
        }

    html.sfmccon-theme #section-nav {
        background-color: #003061;
    }

        html.sfmccon-theme #section-nav > ul > li > a {
            background-color: #0175ae;
        }

            html.sfmccon-theme #section-nav > ul > li > a.open, html.sfmccon-theme #section-nav > ul > li.ancestor > a, html.sfmccon-theme #section-nav > ul > li.selected > a, html.sfmccon-theme #section-nav > ul > li > a:hover, html.sfmccon-theme #section-nav > ul > li > a:focus {
                background-color: #004288;
            }

.cms-toolbar .cms-toolbar-item-logo a {
    background: url('/static/img/leaf.gif?a4cc6fd233f9') no-repeat 10px 50% / 24px !important;
    font: 400 14px/46px Helvetica, Arial, sans-serif !important;
    padding-left: 40px !important;
}

    .cms-toolbar .cms-toolbar-item-logo a:before {
        display: none;
    }

.cms-toolbar .cms-toolbar-item-navigation li.cmsworkflow-publish-note a {
    color: red;
}

@media screen and (max-width:960px) {
    #main-nav ul {
        font-size: 13px;
    }

    #main-nav div > ul > li > a {
        padding: 15px 8px;
    }

    #main-nav > ul > li > ul > li {
        padding: 0 8px;
    }

    #main-nav .button-link a {
        font-size: 13px;
    }

        #main-nav .button-link a:before {
            display: none !important;
        }

    #search-toggle a {
        margin: 8px 6px 7px;
    }

    .phone-number {
        font-size: 22px !important;
    }

    .home-section {
        padding: 16px 1%;
    }

    #callout-section {
        padding: 16px 1%;
        width: 30%;
    }

    #site-footer {
        display: block;
    }

        #site-footer .footer-col {
            display: block;
            float: left;
        }
}

@media screen and (min-width:800px) {
    #slideshow .slide-overlay {
        left: 9%;
    }

    #slideshow .slide-focus-left .slide-overlay {
        left: auto;
        right: 9%;
    }

    .menu-container {
        display: block !important;
    }

    #main-nav-row {
        position: relative;
    }

    #main-nav > div {
        width: 100%;
    }

    #main-nav div > ul {
        float: left;
        text-transform: uppercase;
    }

        #main-nav div > ul > li {
            float: left;
        }

            #main-nav div > ul > li > a {
                font-weight: 600;
                padding: 15px 12px;
            }

                #main-nav div > ul > li.sfHover > a, #main-nav div > ul > li > a:hover, #main-nav div > ul > li > a:focus {
                    background-color: #00587c;
                }

            #main-nav div > ul > li > ul {
                background-color: #00587c;
                -moz-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .6);
                -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .6);
                box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .6);
                display: table;
                table-layout: fixed;
                left: 0;
                padding: 16px 10% 36px;
                position: absolute;
                visibility: hidden;
                width: 80.5%;
                z-index: 100;
            }

                #main-nav div > ul > li > ul:after {
                    background-color: #008bbf;
                    border-top: 1px solid #d7dbde;
                    bottom: 0;
                    content: "";
                    height: 18px;
                    left: 0;
                    position: absolute;
                    width: 100%;
                }

                #main-nav div > ul > li > ul > li {
                    display: table-cell;
                    padding: 0 20px;
                }

                    #main-nav div > ul > li > ul > li > a {
                        border-bottom: 1px solid;
                        display: inline-block;
                        font-size: 18px;
                        margin-bottom: .2em;
                    }

            #main-nav div > ul > li.sfHover ul, #main-nav div > ul > li:hover ul, #main-nav div > ul > li:focus ul {
                display: table;
            }

        #main-nav div > ul ul ul {
            display: block !important;
            font-size: 13px;
            text-transform: none;
        }

            #main-nav div > ul ul ul a {
                margin: .6em 0 0;
            }

                #main-nav div > ul ul ul a:hover, #main-nav div > ul ul ul a:focus {
                    text-decoration: underline;
                }

        #main-nav div > ul > li.no-menu-hierarchy li, #main-nav div > ul > li.no-menu-hierarchy li ul {
            display: inline-block;
        }

            #main-nav div > ul > li.no-menu-hierarchy li a {
                border-bottom: none;
                display: inline-block;
                font-size: 13px;
                text-transform: none;
                width: 200px;
                letter-spacing: .4px !important;
            }

        #main-nav div > ul > li > ul > li > a {
            border-bottom: 1px solid;
            width: 85%;
        }

        #main-nav div > ul ul ul {
            padding-top: .5em;
        }

            #main-nav div > ul ul ul a {
                margin: 0 0 .5em;
            }

        #main-nav div > ul ul .button-link {
            float: right;
        }

        #main-nav div > ul > li > ul {
            table-layout: auto;
        }

        #main-nav div > ul > li.no-menu-hierarchy li a:hover, #main-nav > ul > li.no-menu-hierarchy li a:focus {
            text-decoration: underline;
        }

    .entity-home-hd {
        position: relative;
    }

        .entity-home-hd #slideshow-wrapper {
            height: 250px;
            position: absolute;
            top: -250px;
            left: 0;
            width: 100%;
        }

        .entity-home-hd .nav {
            margin-top: 250px;
        }

        .entity-home-hd.no-slideshow .nav, .cms-structure-mode-content .entity-home-hd .nav {
            margin-top: 0;
        }

        .entity-home-hd.no-slideshow #slideshow-wrapper, .cms-structure-mode-content .entity-home-hd #slideshow-wrapper {
            height: auto;
            position: static;
        }

    #secondary-nav {
        background-color: #e0eff4;
        float: left;
        list-style-type: none;
        margin-bottom: 0;
        position: relative;
        width: 100%;
    }

        #secondary-nav li {
            margin: 0;
        }

        #secondary-nav a {
            outline: none;
        }

        #secondary-nav > li {
            color: #454545;
            float: left;
            position: relative;
        }

            #secondary-nav > li > a {
                color: inherit;
                display: block;
                padding: 10px 20px;
                position: relative;
                text-decoration: none !important;
            }

            #secondary-nav > li.first > a {
                border-left: none;
            }

            #secondary-nav > li.sfHover > a {
                z-index: 2;
            }

            #secondary-nav > li > a:hover, #secondary-nav > li > a:focus, #secondary-nav > li.sfHover > a {
                background-color: #008bbf;
                color: #fff;
            }

            #secondary-nav > li.sfHover > a {
                padding-left: 19px;
                padding-right: 19px;
                border-left: 1px solid #00587c;
                border-right: 1px solid #00587c;
                margin-bottom: -1px;
            }

            #secondary-nav > li > ul {
                background-color: #008bbf;
                border: 1px solid #00587c;
                color: #fff;
                list-style-type: none;
                padding: 1em;
                position: absolute;
                min-width: 140px;
                z-index: 1;
                visibility: hidden;
            }

            #secondary-nav > li:last-child.dropdown-right > ul {
                right: 0;
            }

            #secondary-nav > li > ul.triple {
                -moz-column-count: 3;
                -webkit-column-count: 3;
                -o-column-count: 3;
                -ms-column-count: 3;
                column-count: 3;
                width: 410px;
            }

            #secondary-nav > li > ul.double {
                -moz-column-count: 2;
                -webkit-column-count: 2;
                -o-column-count: 2;
                -ms-column-count: 2;
                column-count: 2;
                width: 270px;
            }

            #secondary-nav > li > ul a {
                color: inherit;
                display: inline-block;
                min-width: 120px;
                padding: .5em 5%;
                width: 90%;
            }

                #secondary-nav > li > ul a:hover, #secondary-nav > li > ul a:focus {
                    background: #00587c;
                    text-decoration: none;
                }
}

@media screen and (max-width:799px) {
    #site-header {
        padding-top: 92px;
    }

    #mast {
        position: absolute;
        top: 0;
        width: 100%;
    }

    #section-heading {
        font-size: 20px;
    }

    #wrapper > h1, #page-heading > * {
        font-size: 16px;
        padding: 6px 12px;
        text-align: center;
    }

    #page-content, #page-sidebar {
        display: block;
        right: auto;
    }

    #slideshow img {
        display: none;
    }

    .slide-overlay {
        background-color: #343434;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        height: 200px;
        overflow: hidden;
        padding: 10px 48px;
        position: static;
        width: auto;
    }

        .slide-overlay h2 {
            font-size: 20px;
        }

    #slideshow-wrapper .prev, #slideshow-wrapper .next {
        top: 12px;
    }

    #slideshow-wrapper .prev {
        left: 2%;
    }

    #slideshow-wrapper .next {
        right: 2%;
    }

    #slideshow-wrapper .rslides_tabs {
        display: none;
        top: 8px;
        right: 8px;
        bottom: auto;
    }

    #main-nav .button-link {
        display: none;
    }

    #search-container {
        text-align: center;
    }

    #search-toggle.sfHover:after {
        right: 22px;
        bottom: auto;
        top: 36px;
    }

    #search-toggle {
        position: static;
    }

        #search-toggle a {
            margin: 0;
            padding: 6px;
            position: relative;
            text-align: center;
            z-index: 4;
        }

            #search-toggle a > * {
                font-weight: normal;
                vertical-align: middle;
            }

    #search {
        font-size: 0;
        padding: 14px 3%;
        width: 94%;
    }

    .search-text {
        float: none;
        min-width: 50%;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .search-text, .search-submit {
        display: inline-block;
        vertical-align: top;
    }

    .nav-toggle {
        color: #fff;
        display: block;
        font-size: 18px;
        padding: 12px 8px 11px;
        position: relative;
        text-decoration: none !important;
        z-index: 3;
    }

        .nav-toggle span {
            background: url('/static/img/osf-sprites.png?7c31b7f7638b') no-repeat -289px -2px;
            float: left;
            height: 24px;
            margin-right: 8px;
            margin-bottom: 4px;
            overflow: hidden;
            text-indent: -9999px;
            vertical-align: middle;
            width: 32px;
        }

    #secondary-nav a {
        color: #6d3321;
    }

    #secondary-nav > li > ul {
        background: #ebebeb !important;
    }

    #secondary-nav > li > a {
        background: #dddddd;
    }

    #secondary-nav-toggle {
        background-image: linear-gradient(top, #d5d5d5 25%, #f8f8f8 90%);
        background-image: -o-linear-gradient(top, #d5d5d5 25%, #f8f8f8 90%);
        background-image: -moz-linear-gradient(top, #d5d5d5 25%, #f8f8f8 90%);
        background-image: -webkit-linear-gradient(top, #d5d5d5 25%, #f8f8f8 90%);
        background-image: -ms-linear-gradient(top, #d5d5d5 25%, #f8f8f8 90%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #d5d5d5), color-stop(.9, #f8f8f8));
        color: #6d3321;
    }

        #secondary-nav-toggle span {
            background-position: -327px -2px;
        }

    #secondary-nav .home-link {
        display: block !important;
    }

    .menu-container {
        display: none;
    }

    #main-nav ul {
        font-size: inherit;
    }

    #main-nav div > ul ul .button-link {
        display: inline-block !important;
        width: auto !important;
    }

        #main-nav div > ul ul .button-link a {
            margin-left: 0 !important;
        }

    #main-nav #home-link a {
        background: inherit;
        height: auto;
        margin-right: 0;
        opacity: 1 !important;
        width: auto;
        text-indent: 0;
        position: static;
    }

    .nav {
        font-size: 18px;
    }

        .nav ul {
            margin: 0;
        }

        .nav div > ul, .nav div > ul > li, .nav .column {
            clear: both;
            float: none !important;
        }

        .nav .column {
            width: auto !important;
        }

        .nav div > ul > li {
            border-bottom: 1px solid #fff;
            margin: 0;
            position: relative;
        }

            .nav div > ul > li > a {
                display: block !important;
                padding: 10px 20px !important;
                text-decoration: none !important;
                text-transform: uppercase;
            }

            .nav div > ul > li.has-children > a:after {
                content: "+";
                display: block;
                font-size: 22px;
                line-height: 22px;
                font-weight: bold;
                position: absolute;
                right: 10px;
                text-align: center;
                top: 10px;
                width: 24px;
            }

            .nav div > ul > li.sfHover > a {
                background: #00587c;
                font-style: italic;
            }

                .nav div > ul > li.sfHover > a:after {
                    content: "-";
                    font-style: normal;
                }

        .nav div > ul ul .button-link {
            float: none;
            padding: 0 .5em;
            width: 100%;
        }

        .nav div > ul > li > ul {
            background: #00587c !important;
            border-top: 1px solid #999;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
            padding: 16px 7% !important;
            position: relative !important;
            width: 86% !important;
        }

            .nav div > ul > li > ul:after {
                display: none;
            }

            .nav div > ul > li > ul > li {
                display: block !important;
                opacity: 1 !important;
            }

                .nav div > ul > li > ul > li > a {
                    border-bottom: none !important;
                    width: auto !important;
                }

        .nav div > ul ul ul {
            padding: 0 0 1em 5%;
        }

        .nav li.no-menu-hierarchy > ul, .nav div > ul ul ul, #secondary-nav > li > ul {
            font-size: 15px !important;
        }

            .nav li.no-menu-hierarchy > ul li, .nav div > ul ul ul li, #secondary-nav > li > ul li {
                margin: .25em 0 !important;
            }

    #page-heading {
        display: none;
    }
}

@media screen and (max-width:680px) {
    table {
        table-layout: fixed;
    }

    .home-section {
        clear: both;
        float: none !important;
        margin: 0 20px 40px !important;
        min-height: 0;
        padding: 16px;
        width: auto !important;
    }

    #callout-section {
        margin: -20px 0 20px !important;
        padding: 16px 36px;
    }

    #home-help-links {
        width: auto;
    }

        #home-help-links a {
            margin: 1em auto;
        }

    #main-nav {
        padding-left: 0;
        padding-right: 0;
    }

    #offset {
        float: none;
        margin: 0;
        overflow: hidden;
    }

    #content, #site-sidebar {
        float: none;
        margin: 0;
        padding: 20px;
        width: auto;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }
}

@media screen and (max-width:580px) {
    #site-footer .footer-col {
        float: none;
        padding: 12px 5%;
        width: 90% !important;
    }

    #site-footer #footer-info {
        margin-bottom: 40px;
    }

    #main-nav .columns > ul {
        -moz-column-count: initial;
        -webkit-column-count: initial;
        column-count: initial;
    }
}

@media screen and (max-width:480px) {
    #section-heading {
        display: none;
    }

    .hub-col {
        display: block;
        float: none;
        margin: 20px 0;
        padding: 0 !important;
        width: auto;
    }

        .hub-col:first-child {
            margin-bottom: 40px;
        }

    .blue-theme #logo {
        display: none;
    }

    .blue-theme #specialty-logo {
        position: absolute;
        left: 0;
        width: 125px;
        padding-top: 20px;
    }
}

#please-wait {
    background: rgba(255, 255, 255, .65);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

    #please-wait figure {
        background: rgba(0, 0, 0, .8);
        border-radius: 8px;
        padding: 1em;
        position: fixed;
        top: 50%;
        left: 50%;
        height: 150px;
        width: 150px;
        text-align: center;
        margin: -75px 0 0 -75px;
    }

    #please-wait figcaption {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
    }

#news-section a[href="/news/osfhealthcare/2016/dec/winter-weather-closings-cancellations/"] {
    color: red !important;
}

h2 {
    clear: both;
    padding-top: 6px;
}

    h2 a:hover {
        color: #2A88CC;
    }

#home-help-links h2 {
    margin-bottom: 0;
}

div#content h4, div#content h5 {
    margin-bottom: 0;
}

div#tab-content h4, div#tab-content h5 {
    margin-bottom: 1em;
}

hr {
    margin-bottom: 10px;
    /*border-bottom: 1px solid #70382D;*/
    border-top: 0px;
}

div.columns {
    width: 100%;
}

div.col2 {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 10px 0;
}

div.col3 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    XXmargin-right: 5%;
    padding-bottom: 10px;
}

    div.col3 img {
        text-align: center;
    }

div:last-child.col3 {
    margin-right: 0;
}

ul {
}

    ul li {
    }

        ul li ul {
        }

ol {
}

    ol li {
    }

        ol li ol {
        }

#page-content ul {
    padding-top: 10px;
}

#content ul li ul {
    margin-top: 5px;
}

blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;
    font-style: italic;
    border-left: 15px solid #6d3321;
    border-right: 2px solid #6d3321;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

    blockquote::before {
        content: "\201C";
        font-family: Georgia, serif;
        font-size: 60px;
        font-weight: bold;
        color: #999;
        position: absolute;
        left: 10px;
        top: 5px;
    }

    blockquote::after {
        content: "";
    }

    blockquote a {
        text-decoration: none;
        cursor: pointer;
        padding: 0 3px;
        color: #2A88CC;
    }

        blockquote a:hover {
            text-decoration: underline;
        }

    blockquote em {
        font-style: italic;
    }

    blockquote.blue {
        border-left: 15px solid #6C8CA1;
        border-right: 2px solid #6C8CA1;
    }

.min-height-200 {
    min-height: 200px;
}

img.right, div.right, ul.right {
    padding: 8px;
    border: 1px solid #ccc;
    margin: 0 0 1em 1em;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

img.left, div.left, ul.left {
    padding: 8px;
    border: 1px solid #ccc;
    margin: 0 1em 1em 0;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

img.center, div.center, ul.center {
    text-align: center;
    margin: 0 auto 1em;
    padding: 8px;
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

ul.right, ul.center, ul.left {
    padding: 10px 15px 0 25px;
    margin-bottom: 0;
}

ul.publications {
    list-style-type: none;
    padding: 0;
    margin-left: 0 !important;
}

    ul.publications li {
        display: inline-block;
        width: 32%;
        text-align: center;
    }

        ul.publications li:last-child {
            margin-right: 0;
        }

        ul.publications li img {
            margin: 0;
        }

.no-border {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.no-style {
    padding: 0px;
    border: 0px solid #ccc;
    margin: 0 0 0 0;
    -moz-box-shadow: 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
}

ul.FAQ {
    padding: 0;
    list-style-type: none;
}

    ul.FAQ li {
        margin-left: -6px;
        margin-bottom: 10px;
        clear: both;
    }

        ul.FAQ li.question:before {
            content: "\25ba        ";
        }

        ul.FAQ li.question {
            color: #2A88CC;
        }

            ul.FAQ li.question:hover, ul.FAQ li.question:focus {
                text-decoration: underline;
                cursor: pointer;
            }

        ul.FAQ li.answer {
            background-color: #f0eae8;
            padding: 10px 10px 10px;
            width: 100%;
            position: relative;
            right: 15px;
            list-style-image: none;
            list-style-type: none;
        }

            ul.FAQ li.answer p:last-child {
                margin-bottom: 0;
            }

        ul.FAQ li ul li, ul.FAQ li ol li {
            list-style-image: none;
            margin-left: 1em;
            float: none;
        }

::selection {
    background: transparent;
}

::-moz-selection {
    background: transparent;
}

.wrapper-dropdown-3 {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #8AA8BD;
}

    .wrapper-dropdown-3:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #8aa8bd transparent;
    }

    .wrapper-dropdown-3 .dropdown {
        position: absolute;
        top: 140%;
        left: 0;
        right: 0;
        background: white;
        border-radius: inherit;
        border: 1px solid rgba(0, 0, 0, 0.17);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        font-weight: normal;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        list-style: none;
        opacity: 0;
        pointer-events: none;
    }

        .wrapper-dropdown-3 .dropdown:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            right: 15px;
            border-width: 0 6px 6px 6px;
            border-style: solid;
            border-color: #fff transparent;
        }

        .wrapper-dropdown-3 .dropdown:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            right: 13px;
            border-width: 0 8px 8px 8px;
            border-style: solid;
            border-color: rgba(0, 0, 0, 0.1) transparent;
        }

        .wrapper-dropdown-3 .dropdown li a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #8aa8bd;
            border-bottom: 1px solid #e6e8ea;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .wrapper-dropdown-3 .dropdown li i {
            float: right;
            color: inherit;
        }

        .wrapper-dropdown-3 .dropdown li:first-of-type a {
            border-radius: 7px 7px 0 0;
        }

        .wrapper-dropdown-3 .dropdown li:last-of-type a {
            border: none;
            border-radius: 0 0 7px 7px;
        }

        .wrapper-dropdown-3 .dropdown li:hover a {
            background: #f3f8f8;
        }

    .wrapper-dropdown-3.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

.no-opacity .wrapper-dropdown-3 .dropdown, .no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto;
}

.no-opacity .wrapper-dropdown-3.active .dropdown, .no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

div .rule-bottom {
    display: inline-block;
    border-bottom: 1px solid #70382D;
    margin: 5px 0 10px 0;
    width: 100%;
    padding-bottom: 10px;
}

div .rule-bottom-none {
    border-bottom: 0px;
}

.physician-list .image {
    padding: 8px;
    border: 1px solid #CCC !important;
    box-shadow: 1px 1px 8px #CCC;
    background: #fff;
    margin-bottom: 8px !important;
}

.document-list li, .physician-list li {
    list-style-type: none;
    clear: both;
    margin: 8px 0px 4px;
    overflow: hidden;
    padding: 0px;
    min-height: 115px;
    border-bottom: 1px solid #7C3321 !important;
}

.search-terms {
    margin-bottom: 1em;
    background: #F4F8FB;
    padding-bottom: 8px;
    border: 1px solid #DAE1E7;
}

#physician-detail .image img, #practice-detail .image img {
    padding: 8px;
    border: 1px solid #CCC !important;
    box-shadow: 1px 1px 8px #CCC;
    background: #fff;
}

.primary-office, .satellite-offices {
    background-color: #fff !important;
}

.vcard:link {
    background-color: rgb(147, 89, 77);
    background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.2) 20%, transparent 60%, rgba(0, 0, 0, 0.02) 90%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff !important;
    display: block;
    font-weight: normal;
    max-width: 100px;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    margin: .75em 0px .75em .5em;
    min-height: 22px;
    line-height: 24px;
    padding: 0px 10px 0px 10px;
    position: relative;
}

.vcard:hover {
    background-color: #57707F;
}

::selection {
    background: #D1E9FC;
}

::-moz-selection {
    background: #D1E9FC;
}

#section-nav a.open {
    cursor: pointer;
}

th.header {
    cursor: pointer;
}

td select {
    padding: 2px;
    border-radius: 5px;
    border: color:#ccc;
    color: #555;
}

div#related li a {
    font-size: 13px !important;
}

#page-sidebar h4 {
    margin: .8em 0 .2em !important;
}

.search-terms {
    padding: 10px;
}

#detail-side img {
    display: block;
    margin: 0 auto 15px;
}

.pagination {
    margin-top: -8px;
    font-size: .9em;
    color: #888;
}

span.prev-next a {
    letter-spacing: 1px;
    color: #6D3321;
}

.search-result {
    padding: 5px;
    display: block;
}

#search-results h3 {
    border-bottom: 1px solid;
}

#content #id_q {
    background-color: #F8F8F8;
    border: 1px solid #E2E2E2;
    float: left;
    font-size: 12px;
    padding: 8px 8px;
    width: 224px;
    color: #777;
}

input[value="Search"] {
    background: url('/static/img/osf-sprites.png?7c31b7f7638b&7c31b7f7638b') no-repeat #6d3321 -26px 4px;
    display: block;
    height: 32px;
    overflow: hidden;
    width: 32px;
    text-align: left;
    text-indent: -9999px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    opacity: 1;
    padding: 8px;
}

    input[value="Search"]:hover, input[value="Search"]:focus {
        opacity: .8 !important;
    }

#search-jobs-modal {
    max-width: 600px;
    padding: 1em 1.6em 1.6em;
}

a.buttonJobs {
    width: 230px;
    display: inline-block;
    padding: 20px;
    margin: 8px;
    text-align: center;
    background: #6C8CA1 none repeat scroll 0% 0%;
    color: #FFF !important;
    border: 2px solid #FFF;
    box-shadow: 2px 2px 3px #777;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
}

    a.buttonJobs:hover {
        background: #6C3320;
        text-decoration: none !important;
    }

a.providersButton {
    width: 524px;
    display: inline-block;
    padding: 20px;
    margin: 8px;
    text-align: center;
    background: #6C8CA1 none repeat scroll 0% 0%;
    color: #FFF !important;
    border: 2px solid #FFF;
    box-shadow: 2px 2px 3px #777;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
}

    a.providersButton:hover {
        background: #6C3320;
        text-decoration: none !important;
    }

a[href="/saint-anthony/calendar/event/2660/8555/"] {
    display: none !important;
}

a[href="/saint-anthony/calendar/event/2660/8556/"] {
    display: none !important;
}

a[href="/saint-anthony/calendar/event/2660/8557/"] {
    display: none !important;
}

a[href="/osf/calendar/register/1181/"] {
    display: none;
}

a[href="/saint-francis/calendar/register/1240/"] {
    display: none;
}

a[href="/st-joseph/calendar/register/1618/"] {
    display: none;
}

a[href="/saint-anthony/calendar/register/1901/"] {
    display: none;
}

a[href="/st-joseph/calendar/register/1992/"] {
    display: none !important;
}

a[href="/saint-elizabeth/calendar/register/1320/"] {
    display: none;
}

a[href="/saint-elizabeth/calendar/register/1319/"] {
    display: none;
}

div.col-2 {
    XXXwidth: 50%;
    display: inline-block;
    vertical-align: top;
    margin: -2px !important;
}

#inov-bg-1, #inov-bg-2, #inov-bg-3, #inov-bg-4 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    padding: 10px;
    margin: 0;
    color: #000 !important;
    text-align: center;
    font-size: 17px;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

    #inov-bg-1 a, #inov-bg-2 a, #inov-bg-3 a, #inov-bg-4 a {
        color: #000 !important;
    }

#inov-bg-1 {
    background-image: url('https://www.osfhealthcare.org/media/filer_public/d3/9d/d39d1707-37a0-4bca-a98d-0353939281cf/advancing-simulation-500px-50opac.jpg');
    background-position: left top;
}

#inov-bg-2 {
    background-image: url('https://www.osfhealthcare.org/media/filer_public/20/86/20863eed-9c79-4110-88b4-d79f53737864/aging-in-place-500px-50opac.jpg');
    background-position: right center;
}

#inov-bg-3 {
    background-image: url('https://www.osfhealthcare.org/media/filer_public/34/0d/340db8c4-6eea-4438-9b92-068370451a96/more-for-those-with-less-500px-5opac.jpg');
    background-position: left top;
}

#inov-bg-4 {
    background-image: url('https://www.osfhealthcare.org/media/filer_public/12/9f/129fb569-8591-4f1a-9db4-ec7dc79fc1d4/radical-access-to-care-500px-50opac.jpg');
    background-position: left center;
}

ul.FAQ li.answer {
    background-color: #f2f2f2;
    margin-left: 16px;
    border-top: 1px solid #dbd6d4;
    width: 94%;
}

#map-canvas {
    border: 1px solid #dae1e7 !important;
}

@media screen and (max-width:625px) {
    #inov-bg-1, #inov-bg-2, #inov-bg-3, #inov-bg-4 {
        width: 95%;
        display: inline-block;
        padding: 75px 10px 10px 10px;
    }
}

@media screen and (max-width:680px) {
    div.col2 {
        width: 95% !important;
        padding: 0 10px 0px 0 !important;
    }

    div.col3 {
        width: 95% !important;
        padding: 0 10px 0px 0 !important;
    }

    ul {
        margin-bottom: 5px;
    }
}

.slide-overlay .title {
    font-family: 'Arial', helvetica, sans-serif !important;
}

#section-heading {
    font-family: arial, helvetica, sans-serif !important;
}

.wide {
    max-width: 100%;
}

.center-imgs .filer_image {
    display: inherit !important;
}

@media screen and (min-width:992px) {
    body .stayWellContainer #HealthLibraryMenu {
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    #slideshow img {
        display: block;
        z-index: 1;
        height: 200px !important;
        min-width: 832px;
        float: right;
        position: relative;
    }

    .slide-overlay {
        height: 176px;
        width: auto;
        min-width: 80%;
        position: absolute;
        z-index: 2;
        padding: 12px 10%;
        color: #FFF;
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0% !important;
        top: 0px;
        left: 0%;
    }

    #slideshow-wrapper .prev, #slideshow-wrapper .next {
        top: 80px;
    }
}

@media screen and (max-width:480px) {
    .right, .left {
        float: none;
        max-width: 90%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
}

@media print {
    body {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4;
        word-spacing: 1.1pt;
        letter-spacing: .1pt;
        font-family: Georgia, serif !important;
        color: #000;
        background: none;
        font-size: 12pt !important;
        line-height: normal;
    }

    p {
        color: #000;
        font-size: 12pt !important;
        line-height: normal !important;
        letter-spacing: .1pt;
        font-family: Georgia, serif !important;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: Helvetica, Arial, sans-serif;
    }

    h1 {
        font-size: 19pt !important;
    }

    h2 {
        font-size: 15pt !important;
    }

    h3 {
        font-size: 14pt !important;
    }

    h4, h5, h6 {
        font-size: 12pt !important;
    }

    blockquote {
        margin: 1.3em;
        padding: 1em;
        font-size: 10pt;
    }

    hr {
        background-color: #ccc;
    }

    img {
        display: block;
        margin: 0;
    }

    a img {
        border: none;
    }

    a {
        color: #000;
        text-decoration: none;
        font-size: 12pt !important;
        line-height: normal;
    }

    table {
        margin: 5px;
        text-align: left;
    }

    th {
        border-bottom: 1px solid #333;
        font-weight: bold;
    }

    td {
        border-bottom: 1px solid #333;
    }

    th, td {
        padding: 4px 10px 4px 0;
    }

    tfoot {
        font-style: italic;
    }

    caption {
        background: #fff;
        margin-bottom: 2em;
        text-align: left;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }

    #mast {
        visibility: visible !important;
        height: 60px !important;
    }

        #mast.container:before {
            content: url('/static/img/osfhealthcare-logo.png?191c04976dad') !important;
            float: left !important;
        }

    #main-nav-row, #social, #slideshow-wrapper .prev, #slideshow-wrapper .next, #slideshow-wrapper .rslides_tabs, .callout-button-small, .button, button, #footer-legal, #site-sidebar, .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
        display: none !important;
    }

    #home-help-links > a, .callout-button {
        font-size: 13px !important;
        padding: 3px;
    }

    .slide-overlay .title {
        font-size: 16px !important;
    }

    .slide-overlay .desc {
        font-size: 13px !important;
        line-height: normal !important;
    }

    .slide-overlay {
        max-width: 315px !important;
        margin-left: -50px !important;
        margin-top: 10px !important;
        background: #fff !important;
        color: #000 !important;
    }

    nav.footer-col {
        display: none !important;
    }

    div#footer-info {
        width: 100% !important;
        color: #000 !important;
        border-top: 1px solid #333 !important;
        page-break-inside: avoid;
    }

    .filer_image.right, .filer_image.left {
        max-width: 150px !important;
        border: none !important;
    }

    #page-heading {
        background: none !important;
        margin-top: 30px !important;
    }

    #content {
        margin-left: 0px;
    }

    #section-heading {
        font-size: 22px !important;
        margin-left: -150px !important;
    }

    #phone-social .phone-number {
        font-size: 20px !important;
        margin-top: 10px !important;
    }

    #secondary-nav {
        display: none !important;
    }

    #page-heading .home-link {
        display: none;
    }
}

body,table{
    font-size: 14px;
    letter-spacing: .1px;
}