﻿@charset 'UTF-8';
/* Minify with http://cssminifier.com/ */
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
#mega-nav .nav,
#mega-nav .collapse,
#mega-nav .dropup,
#mega-nav .dropdown {
    position: static;
}

#mega-nav .container {
    position: relative;
}

.container {
    padding-right: 5px;
    padding-left: 5px;
}

.nav > li > a {
    padding-right: 12px;
}

#mega-nav .dropdown-menu {
    left: auto;
    font-size: 16px;
}

#mega-nav .yamm-content {
    padding: 20px 30px;
}

#mega-nav .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

#mega-nav {
    background: none;
    border: 0;
    box-shadow: none;
}

    #mega-nav ul, #mega-nav li, #mega-nav a, #mega-nav a:hover {
        background-color: #fff !important; /* Chrome bug fix */
    }

    #mega-nav > ul > li > a {
        color: #00467f;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.5px;
        padding-bottom: 0;
        padding-left: 0 !important;
        padding-top: 0;
        text-transform: uppercase;
    }

    #mega-nav .last-child {
        padding-right: 0 !important;
    }

#mega-nav {
    display: table;
    width: 100%;
}

    #mega-nav .nav {
        display: table-row;
        float: none !important;
        width: 100%;
    }

    #mega-nav > ul > li {
        display: table-cell;
        float: none !important;
    }

/*! Sidr - v1.2.1 - 2013-11-06
 * https://github.com/artberri/sidr
 * Copyright (c) 2013 Alberto Varela; Licensed MIT */
#sidr {
    background-color: #fff;
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
    -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
    box-shadow: inset 0 0 5px 5px #ebebeb
}

    #sidr .sidr-inner {
        padding: 0 0 15px
    }

        #sidr .sidr-inner > p {
            margin-left: 15px;
            margin-right: 15px
        }

.sidr.right {
    left: auto;
    right: -260px
}

.sidr.left {
    left: -260px;
    right: auto
}

#sidr h1, #sidr h2, #sidr h3, #sidr h4, #sidr h5, #sidr h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #333;
    line-height: 24px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(#ffffff,#dfdfdf);
    background-image: -moz-linear-gradient(#ffffff,#dfdfdf);
    background-image: -o-linear-gradient(#ffffff,#dfdfdf);
    background-image: linear-gradient(#ffffff,#dfdfdf);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2)
}

#sidr p {
    font-size: 13px;
    margin: 0 0 12px
}

    #sidr p a {
        color: rgba(51,51,51,0.9)
    }

.sidr > p {
    margin-left: 15px;
    margin-right: 15px
}

#sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff
}

    #sidr ul li {
        display: block;
        margin: 0;
        line-height: 48px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #dfdfdf
    }

        #sidr ul li.active, #sidr ul li.sidr-class-active {
            border-top: none;
        }

            #sidr ul li.active > a, #sidr ul li.active > span, #sidr ul li.sidr-class-active > a, #sidr ul li.sidr-class-active > span {
                -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
                -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
                box-shadow: inset 0 0 15px 3px #ebebeb
            }

        #sidr ul li a, #sidr ul li span {
            padding: 0 15px;
            display: block;
            text-decoration: none;
            color: #333
        }

        #sidr ul li ul {
            border-bottom: none;
            margin: 0
        }

            #sidr ul li ul li:last-child {
                border-bottom: none
            }

            #sidr ul li ul li.active, #sidr ul li ul li.sidr-class-active {
                border-top: none;
            }

                #sidr ul li ul li.active > a, #sidr ul li ul li.active > span, #sidr ul li ul li.sidr-class-active > a, #sidr ul li ul li.sidr-class-active > span {
                    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
                    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
                    box-shadow: inset 0 0 15px 3px #ebebeb
                }

            #sidr ul li ul li a, #sidr ul li ul li span {
                color: #666;
            }

#sidr form {
    margin: 0 15px
}

#sidr label {
    font-size: 13px
}

#sidr input[type="text"], #sidr input[type="password"], #sidr input[type="date"], #sidr input[type="datetime"], #sidr input[type="email"], #sidr input[type="number"], #sidr input[type="search"], #sidr input[type="tel"], #sidr input[type="time"], #sidr input[type="url"], #sidr textarea, #sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0,0,0,0.1);
    color: rgba(51,51,51,0.6);
    display: block;
    clear: both
}

#sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}

#sidr input[type=button], #sidr input[type=submit] {
    color: #f8f8f8;
    background: #333
}

    #sidr input[type=button]:hover, #sidr input[type=submit]:hover {
        background: rgba(51,51,51,0.9)
    }

/*
	Off-canvas menu
*/
html, body {
    height: 100%;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
}

/* Sticky Scrolling Menu */
#sticky-scrolling {
    color: #fff;
    font-size: 1.3em;
    height: 60px;
    background-color: #007fab;
    overflow: hidden;
}

    #sticky-scrolling .vertical-center-text {
        padding-top: 10px;
    }

    #sticky-scrolling a {
        color: #fff;
        font-weight: 400;
    }

    #sticky-scrolling .btn-default {
        font-size: 1.5rem !important;
        padding-left: 1em !important;
        padding-right: 1em !important;
        margin-top: 7px;
    }

    #sticky-scrolling .tel a {
        white-space: nowrap;
    }

.pinned {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

@media (min-width: 0) {
    .navbar-toggle {
        display: block; /* force showing the toggle */
    }
}

@media (min-width: 992px) {
    body {
        padding: 0;
    }

    .navbar {
        right: auto;
        background: none;
        border: none;
    }
}

#sidr {
    font-size: 0.9em;
    line-height: 1em;
}

    #sidr ul li a {
        color: #007eb1;
        font-weight: 500;
    }

        #sidr ul li a:hover {
            text-decoration: underline;
        }

    #sidr ul li.strong-list > a {
        font-weight: 700;
        width: 80%;
    }

    #sidr .dhw {
        border-bottom: 1px solid #007eb1;
        border-top: 1px solid #007eb1;
    }

    #sidr .toggle-switch {
        color: #007eb1;
        cursor: pointer;
        font-weight: 700;
        float: right;
        text-align: center;
        width: 20%;
    }

/* Flexslider 2.5 */
.flex-direction-nav a, .flex-direction-nav a:before {
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3)
}

.flex-direction-nav a, .flex-pauseplay a {
    position: absolute;
    overflow: hidden;
    z-index: 10
}

@font-face {
    font-family: flexslider-icon;
    src: url(../addons/flexslider/fonts/flexslider-icon.eot);
    src: url(../addons/flexslider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(../addons/flexslider/fonts/flexslider-icon.woff) format('woff'),url(../addons/flexslider/fonts/flexslider-icon.ttf) format('truetype'),url(../addons/flexslider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

.flex-container a:focus, .flex-container a:hover, .flex-slider a:focus, .flex-slider a:hover {
    outline: 0
}

.flex-control-nav, .flex-direction-nav, .slides, .slides > li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2)
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides > li:first-child {
    display: block
}

.flexslider .slides {
    zoom: 1
}

    .flexslider .slides img {
        width: 100%;
        display: block;
        height: auto
    }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .flex-direction-nav a:before {
        font-family: flexslider-icon;
        font-size: 40px;
        display: inline-block;
        content: '\f001'
    }

    .flex-direction-nav a.flex-next:before {
        content: '\f002'
    }

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    cursor: pointer;
    color: #000
}

    .flex-pauseplay a:before {
        font-family: flexslider-icon;
        font-size: 20px;
        display: inline-block;
        content: '\f004'
    }

    .flex-pauseplay a:hover {
        opacity: 1
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003'
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,.7)
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,.9);
        cursor: default
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

        .flex-control-thumbs img:hover {
            opacity: 1
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default
    }

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

/* THE CAROUSEL
-------------------------------------------------- */

.carousel-inner > .item > img {
    min-width: 100%;
}

.carousel-caption {
    text-align: left;
    text-shadow: none;
}

#mobile-featured {
    background-color: #ffe052;
}

    #mobile-featured figcaption {
        padding: 1em;
    }

    #mobile-featured img {
        width: 100%;
    }

.carousel-indicators li {
    background-color: #bdc0c2;
    border: 0;
}

.carousel-indicators .active {
    background-color: #ffe052;
    height: 10px;
    margin: 1px 5px 1px 1px;
    width: 10px;
}

#desktop-featured {
    overflow: hidden;
}

    #desktop-featured > a {
        background-position: center;
        background-size: cover;
        display: block;
        width: 100%;
    }

    #desktop-featured h1 {
        font-weight: 600;
        margin-bottom: 0.6em;
    }

    #desktop-featured h1, #desktop-featured h2, #desktop-featured h3, #desktop-featured h4, #desktop-featured h5 {
        color: #fff;
    }

/* ********************************
 *	TriHealth main CSS
 * ****************************** */

body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 1.9em;
}

h1, h2, h3, h4, h5 {
    color: #00467f;
    font-weight: 700;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
    font-weight: 600;
}

a {
    color: #007eb1;
    font-weight: 700;
}

    a:hover {
        text-transform: underline;
    }

address {
    margin-bottom: 0;
}

.form-control {
    font-size: 0.8em;
}

small {
    font-size: 0.70em;
}

aside {
    margin-bottom: 1.5em;
}

    aside.highlight {
        border: 5px solid #fee055;
        color: #007eb1;
        font-size: 16px;
        padding: 1em;
    }

        aside.highlight h1, aside.highlight h2, aside.highlight h3, aside.highlight h4, aside.highlight h5 {
            font-weight: 700;
            margin-top: 0;
            text-transform: uppercase;
        }

    aside ul, aside ol {
        list-style-type: none;
        padding-left: 0;
    }

    aside li {
        margin-bottom: 10px;
    }

    aside hr {
        border-color: #fee055;
        text-align: center;
    }

address .tel {
    font-size: 18px;
}

address .fn {
    /* color:#00467f; */
}

address .adr, address .subtle {
    color: #5c6670;
    font-weight: 500;
}

address .adr, address .subtle, address .map-link, address .link {
    font-size: 15px;
    margin-top: 0.5em;
}

    address .subtle .glyphicon-earphone {
        display: none;
    }

::-webkit-input-placeholder {
    color: #007eb1 !important;
}

:-moz-placeholder {
    color: #007eb1 !important;
}

::-moz-placeholder {
    color: #007eb1 !important;
}

:-ms-input-placeholder {
    color: #007eb1 !important;
}

.hide, .ekflexmenu_accessible_menuitem_selected_message, .ekflexmenu_accessible_menu_startlink, .ekflexmenu_accessible_menu_endlink, .ekflexmenu_accessible_submenu_selected_message {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Remove bootstrap nested row padding */
.row .row {
    margin-left: 0;
    margin-right: 0;
}

/* Brand stylings */
.trihealth-light-blue {
    background-color: #aec9df
}

.trihealth-light-blue-text {
    color: #aec9df;
    font-weight: 900
}

.trihealth-blue {
    background-color: #007eb1
}

.trihealth-blue-text {
    color: #007eb1;
    font-weight: 900
}

.trihealth-dark-blue {
    background-color: #00477f
}

.trihealth-dark-blue-text {
    color: #00477f;
    font-weight: 900
}

.trihealth-yellow {
    background-color: #ffe155
}

.trihealth-blue,
.trihealth-blue h1,
.trihealth-blue h2,
.trihealth-blue h3,
.trihealth-blue h4,
.trihealth-blue h5,
.trihealth-blue p,
.trihealth-blue a,
.trihealth-dark-blue,
.trihealth-dark-blue h1,
.trihealth-dark-blue h2,
.trihealth-dark-blue h3,
.trihealth-dark-blue h4,
.trihealth-dark-blue h5,
.trihealth-dark-blue p,
.trihealth-dark-blue a {
    color: #fff;
}

    .trihealth-dark-blue h3 {
        color: #fff;
    }

    .trihealth-blue input, .trihealth-blue select, .trihealth-blue .btn {
        border: 0;
        border-radius: 0;
    }

    .trihealth-blue input, .trihealth-blue .btn {
        /* background-color:#aec9df;
	color:#007eb1; */
        background-color: #fff;
        color: #006993;
    }

    .trihealth-blue .select {
        overflow: hidden;
    }

        .trihealth-blue .select select {
            background: #006395 url("../img/down-arrow.png") no-repeat 90% center;
            color: #fff;
            width: 110%;
        }

    .trihealth-blue .btn {
        background-image: none;
        box-shadow: none;
        font-weight: 900;
        text-shadow: none;
        width: 100%;
    }

.trihealth-grey {
    background-color: #edeceb;
    color: #004c75;
}

.input-group input, .input-group button {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.input-group input {
    background-color: #e5e8e9;
    box-shadow: none;
}

.input-group .btn {
    background-color: #007fb1;
    background-image: none;
    color: #fff;
}

    .input-group .btn:hover {
        background-color: #00467f;
        color: #fff;
    }

.btn-pop {
    background-color: #ffe155;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    width: 75%;
}

    .btn-pop:hover {
        color: #00477f;
    }
/* Utility nav section */
#utility {
    background-color: #e6e7e9;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 6px;
}

    #utility, #utility a {
        color: #0080b2;
    }

.navbar-text {
    margin-bottom: 0;
    margin-top: 0;
}

.glyphicon-earphone {
    transform: rotate(25deg);
}

#twitter {
    background-image: url("../img/twitter.png");
}

#facebook {
    background-image: url("../img/facebook.png");
}

#pinterest {
    background-image: url("../img/pinterest.png");
}

#google-plus {
    background-image: url("../img/google-plus.png");
}

#youtube {
    background-image: url("../img/youtube.png");
}

#instagram {
    background-image: url("../img/instagram.png");
}

#linkedin {
    background-image: url("../img/linkedin.png");
}

#soundcloud {
    background-image: url("../img/soundcloud.png");
}

/* Mobile Branding Section */
#mobile-branding {
    padding-bottom: 20px;
    padding-top: 20px;
}

#mobile-logo {
    margin: auto;
}

#nav-burger, #mobile-search {
    cursor: pointer;
}

#mobile-search {
    float: right;
}

#mobile-search-panel {
    margin-bottom: 20px;
}

/* Desktop Branding Section */
#branding {
    padding-bottom: 24px;
    padding-top: 28px;
}

#logo {
    width: 90%;
}

#search {
    padding-top: 1.4em;
}

    #search .form-control {
        font-size: 0.75em;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background: none;
    box-shadow: none;
    color: #007eb1 !important;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    color: #007eb1 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

#mega-nav .caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px dashed;
    margin-left: 4px;
}

#mega-nav .yamm-fw .dropdown-menu > li {
    padding: 15px 30px 0 30px;
}

#mega-nav .yamm-fw .dropdown-menu li {
    margin-bottom: 0.5em;
}

#mega-nav .yamm-fw .dropdown-menu ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 2em;
}

#mega-nav .dropdown-menu h3, #mega-nav .dropdown-menu h4, #mega-nav .dropdown-menu h5 {
    border-bottom: 1px solid #00477f;
    text-transform: uppercase; /* Remove this to remove uppercase mega menus */
}

#mega-nav .dropdown-menu a {
    color: #007eb1;
    font-weight: 400;
}

#mega-nav .strong-list a {
    font-weight: 700;
}

#mega-nav .strong-list ul a {
    font-weight: 400;
}

#mega-nav ul ul {
    margin-left: 10px;
    margin-top: 5px;
}

/* menu styes */
.list-unstyled,
.list-unstyled ul {
    min-width: 120px
}

@media ( min-width: 767px ) {
    .panel-group {
        width: 400px;
    }

    .thumbnail {
        margin: 0;
    }
}

/* Grid demo styles */
.grid-demo [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 2;
    background-color: #e5e1ea;
    border: 1px solid #d1d1d1;
}
/* Homepage widget styles */
.homepage-widget {
    padding-bottom: 1.2em;
    padding-top: 1.2em;
}

    .homepage-widget h2 {
        color: #007eb1;
        font-weight: 900;
        text-transform: uppercase;
    }

.trihealth-blue .homepage-widget {
    color: #fff;
}

    .trihealth-blue .homepage-widget h2 {
        color: #fff;
    }

#level-1-widgets {
    background-position: -47px bottom;
    background-repeat: no-repeat;
}

    #level-1-widgets input {
        /* background-color:#ffe155; */
        color: #007eb1;
        font-weight: 700;
    }

#find-a-doctor p {
    background-color: rgba(255,255,255,0.7); /* semi-transparent background*/
}

    #find-a-doctor p:last-of-type {
        margin-top: 0.5em;
    }

#patient-online-services .btn {
    font-size: 0.8em;
}

#dailyhealthwire .recent-articles p {
    font-weight: 700;
}

#dailyhealthwire .recent-articles a {
    font-weight: 600;
}

    #dailyhealthwire .recent-articles a:hover {
        color: #fff;
    }

.dhw-logo {
    width: 100%;
    margin-top: 20px;
    max-width: 300px;
    height: auto;
}

#newsletter .btn {
    font-size: 0.8em;
}

#news-releases p {
    margin-top: 1em;
}

#news-releases .date {
    color: #ffe152;
    line-height: 1;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
}

#news-releases .title {
    margin-bottom: 10px;
}

#news-releases a {
    font-weight: 600;
}

/* Featured Services */
#featured-services h2 {
    font-weight: 900;
    text-transform: uppercase
}

.featured-service {
    margin-bottom: 1.2em;
    padding-bottom: 1px;
    text-align: center;
    text-transform: uppercase;
}

    .featured-service p {
        font-size: 0.8em;
    }

    .featured-service a {
        display: inline-block;
        margin: auto 5px;
    }

#featured-services figcaption {
    font-size: 0.9em;
}

/* People News with giant graphic */
#in-the-community {
    background: #fff url("../img/pixel.png") no-repeat center center;
    background-size: 100% 100%;
}

.in-the-community-item {
    background-color: #fff;
    padding: 15px;
}

#in-the-community img {
    max-width: 145px;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* Pre-footer */
#tagline {
    background: #00477f transparent url("../img/pixel.png") no-repeat bottom center;
    background-size: 100% auto;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

    #tagline strong {
        font-weight: 900;
    }

/* Footer */
#footer-container {
    padding: 48px 0;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer strong {
    text-transform: uppercase;
}

#footer .col-sm-3 {
    border-left: 1px solid #fff;
}

    #footer .col-sm-3:first-of-type {
        border-left: none;
    }

#footer ul {
    padding-left: 0;
}

#footer ul, #footer {
    font-size: 0.9em;
}

    #footer li {
        display: block;
        margin-bottom: 0.5em;
    }

    #footer h3, #upper-footer p {
        font-size: 1em;
    }

    #footer div > h3 {
        margin-top: 0;
    }

    #footer a {
        font-weight: 600
    }

#tweets li {
    background-color: #456796;
    padding: 0.6em;
}

#tweets .tweet {
    font-size: 0.925em;
    font-weight: 500;
    overflow: hidden;
}

#tweets .timePosted {
    display: block;
    font-size: 0.75em;
    margin-top: 10px;
}

#copyright {
    font-size: 0.725em;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 6em;
    text-transform: uppercase;
}

/* Institute styles */
#institute-carousel-wrapper figure {
    background-color: #0065a1;
}

#institute-carousel-wrapper .splash h1, #institute-carousel-wrapper .splash a {
    color: #fff;
    font-weight: 600;
}

#institute-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#institute-nav li {
    padding: 10px;
}

.breadcrumbs {
    display: block;
    font-size: medium;
    margin: 1em 0;
}

.bubble-list {
    margin-bottom: 1em;
}

    .bubble-list ul {
        list-style-type: none;
        padding-left: 0;
    }

    .bubble-list li {
        border: 5px solid #e7e8e9;
        display: inline-block;
        margin: 10px 20px 10px 0;
        padding: 10px;
    }

    .bubble-list a {
        font-weight: 600;
    }

#contact-us {
    font-weight: 700;
    margin-top: 5px;
    /* text-transform:uppercase; */
}

    #contact-us address div:last-of-type {
        margin-bottom: 0;
    }

    #contact-us address:last-of-type hr {
        display: none;
    }

#dhw-search .input-group {
    margin-top: 1em;
}

#dhw-search button {
    box-shadow: none;
    color: #007eb1;
}

#dhw-search .input-group, #dhw-search .input-group input, #dhw-search button {
    background-color: #e7e7e8;
}

#dhw-articles .media {
    background-color: #f5f6f7;
    margin-top: 10px;
}

#dhw-articles .media-left {
}

    #dhw-articles .media-left a {
        border-right: 0.33em solid #ffe152;
        overflow: hidden;
        max-height: 64px;
        max-width: 64px;
        display: flex;
        align-items: center; /* vertical */
        justify-content: center; /* horizontal */
    }

#dhw-articles img {
    height: 64px;
    width: auto;
}

#dhw-articles p {
    font-size: 0.9em;
    margin-top: 15px;
}

#dhw-articles .media-body {
    padding-right: 10px;
}

/* Inner pages */
#subhead h1 {
    margin-top: 0;
}

#section-menu {
    background-color: #e7e7e9;
    margin-bottom: 20px;
}

#header-image, #main-content {
    padding-left: 0;
}

#header-image {
    margin-bottom: 1em;
    padding-right: 0;
}

#carousel {
    margin-bottom: 15px;
}

#main-content .carousel img {
    margin-left: auto;
    margin-right: auto;
}

#institute-carousel-wrapper #carousel {
    margin-bottom: 0;
}

#content h1 {
    margin-top: 0;
}

#see-also {
    padding-right: 0;
}

#content h1, #content .h1 {
    font-size: 38px;
}

#content .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-size: 19px;
    padding: 0 0 0 40px;
    position: relative;
}

    #content .dropdown-menu > li {
        display: list-item;
        list-style: disc;
    }

        #content .dropdown-menu > li > a {
            color: #007eb1;
            font-weight: 700;
            padding: 0;
        }

#main-content h2, #main-content .h2 {
    font-size: 28px;
}

#main-content h3, #main-content .h3 {
    font-size: 22px;
}

#main-content h4, #main-content .h4 {
    font-size: 18px;
}

#main-content h5, #main-content .h5 {
    font-size: 14px;
}

#main-content h6, #main-content .h6 {
    font-size: 12px;
}

#main-content p, #main-content li {
    font-size: 0.95em;
}

#main-content img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

#main-content table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.85em;
    margin-bottom: 1em;
    width: 100%;
}

    #main-content table.noBorder {
        font-size: 1.176em; /* reverse the smaller size set above. */
    }

    #main-content table ul {
        padding-left: 5px;
    }

#main-content tr:nth-of-type(2n+1) {
    background: #eee none repeat scroll 0 0;
}

#main-content .noBorder tr:nth-of-type(2n+1) {
    background-color: #fff;
}

#main-content td, #main-content th, #main-content thead {
    padding: 0.5em;
    text-align: left;
    vertical-align: top;
}

#main-content th {
    background-color: #007eb1;
    color: #fff;
}

#main-content table.bio h2 {
    /* font-size:1em; */
}

/* Section menu */
#section-menu {
    padding: 0.5em 0;
}

    #section-menu, #section-menu ul {
        list-style-type: none;
    }

        #section-menu ul {
            padding-left: 0;
        }

            #section-menu ul ul {
                background-color: #d0dce3;
                padding-left: 1em;
                float: left;
                width: 100%;
            }

                #section-menu ul ul ul a {
                    font-weight: normal;
                }

        #section-menu li a {
            display: block;
            float: left;
            padding-left: 1em;
            padding-bottom: 5px;
            width: 100%;
        }

        #section-menu li {
            clear: both;
        }

        #section-menu .toggle-switch {
            color: #007eb1;
            cursor: pointer;
            float: left;
            font-size: 1.1em;
            font-weight: 700;
            padding-bottom: 2px;
            text-align: center;
            width: 10%;
        }

        #section-menu .active > div, #section-menu .ekflexmenu_link_selected {
            background-color: #007fb1;
        }

            #section-menu .active > div a, #section-menu .active > div .toggle-switch, #section-menu .ekflexmenu_link_selected {
                color: #ffe152;
            }

.trihealth-alert {
    box-shadow: 0 0 8px 0 black;
    font-size: 1.2em;
    padding: 0.5em 0;
    position: relative;
    z-index: 9999;
}

    .trihealth-alert .glyphicon-info-sign {
        float: left;
        font-size: 1.2em;
        margin-right: 10px;
    }

    .trihealth-alert .alert-text {
        /*display: none;*/
        font-size: 0.8em;
        padding: 10px 0;
    }

    .trihealth-alert .alert-text-collapsed {
        display: none;
        font-size: 0.8em;
        padding: 10px 0;
    }

/*Calendar of events */
#events .event {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
}

#events h3 {
    margin-bottom: 3px;
}

#events a {
    /*display: block;*/
    text-decoration: none;
}

#events p {
    font-size: 0.9em;
    margin-bottom: 5px;
}

#events .outlook {
    font-size: 0.8em;
}

#events .date {
    background-color: #F7F7F7;
    border: 2px solid #E6E6E6;
    display: block;
    float: left;
    height: 100px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 100px;
}

#events .month {
    display: block;
    text-transform: uppercase;
}

#events .day {
    display: block;
    font-size: 1em;
    font-weight: 700;
}

#events .weekday {
    display: block;
    color: #999999;
    font-size: 1em;
    text-transform: uppercase;
}

#design_content .form-group .design_textfield, div.design_content .form-group .design_textfield {
    width: 100%;
}

.photogallery .lightview img {
    padding: 0;
}

.WebEventDetail .title {
    display: none;
}

.WebEventDetail .starttime,
.WebEventDetail .recurrenceinfo,
.WebEventDetail .location {
    font-weight: 700;
}

.WebEventDetail .description {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 2px;
}

iframe[allowfullscreen] {
    width: 100%;
}

/* SLICK Slider */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../addons/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../addons/slick/fonts/slick.eot');
    src: url('../addons/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../addons/slick/fonts/slick.woff') format('woff'), url('../addons/slick/fonts/slick.ttf') format('truetype'), url('../addons/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        display: none;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 40px;
        line-height: 1;
        opacity: .75;
        color: #0e7fb1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -45px;
}

[dir='rtl'] .slick-prev {
    right: -45px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -45px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -45px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: #00467f;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #0e7fb1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #0e7fb1;
        }

.slick-slider {
    margin-left: 7%;
    margin-right: 7%;
}

#local-search-results {
    margin-top: 2em;
}

.slick-slide {
    padding: 0.5em;
}

#local-search-results img {
    width: 100% !important;
}

#local-search-results figcaption {
    background-color: #fde151;
    height: 100%;
    text-align: center;
}

#local-search-results .caption-text {
    padding: 10px;
}

    #local-search-results .caption-text a {
        text-decoration: underline;
    }

#local-search-results figcaption h5 {
    font-size: 20px;
    margin-top: 0;
}

#local-search-results .btn-primary {
    background-image: none;
    border: 0;
    border-radius: 0;
    font-size: 1em;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}

.distance-marker {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 5px solid #333;
    border-radius: 100%;
}

    .distance-marker::after {
        position: absolute;
        top: 100%;
        left: 50%;
        margin: 1px 0 0 -6px;
        display: block;
        content: '';
        border: 6px solid transparent;
        border-top: 10px solid #333;
        border-bottom: none;
    }

#local-search-location {
    width: 100px;
}

#landing1-splash {
    background: rgb(255,160,0);
    background: linear-gradient(230deg, rgba(255,160,0,1) 59%, rgba(255,201,0,1) 100%);
    margin-bottom: 3em;
    max-height: 408px;
}

    #landing1-splash .col-md-6:first-of-type {
        padding-bottom: 3em;
        padding-top: 3em;
    }

    #landing1-splash h1 {
        color: #fff;
        font-size: 2.75rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        margin-top: 3em;
    }

    #landing1-splash .tagline {
        color: #004c75;
        font-size: 7.1rem;
        font-weight: 600;
        line-height: 110%;
    }

    #landing1-splash .btn-default, #landing1-family-locations .btn-default, #landing1-personalization .btn-default, #sticky-scrolling .btn-default {
        background-color: #fff;
        border: 0;
        background-image: none;
        border-radius: 0;
        color: #007fab;
        font-size: 2rem;
        font-weight: 800;
        padding: 0.75em 2.5em;
        text-transform: uppercase;
        width: auto;
    }

    #landing1-splash .splash-banner {
        width: 100%;
        height: auto;
    }

    #landing1-splash .splash-floating-img {
        height: 98%;
        width: 98%;
    }

.landing1-splash-darkblue {
    background: #00477d !important;
}

.landing1-heading {
    font-size: 1.8em;
    text-align: center;
}

#landing1-family {
    background: url(https://www.trihealth.com/-/media/TriHealth/images/landing-pages/2022-01/family.jpg) top left no-repeat;
}

.landing1-physician-patient {
    background-image: url(https://www.trihealth.com/-/media/TriHealth/images/landing-pages/2022-01/physician-patient.jpg) !important;
}

#landing1-family-text {
    background-color: #fff;
    font-size: 0.92em;
    margin: 3em 3em 3em 7em;
    padding: 2em;
}

    #landing1-family-text h3 {
        color: #007fab;
        font-size: 1.4em;
    }

#landing1-family .btn-primary, #landing1-search p .btn-primary {
    background-color: #007fab;
    border: 0;
    background-image: none;
    border-radius: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-top: 1em;
    padding: 0.75em 2.5em;
    text-transform: uppercase;
}

#landing1-family-locations {
    padding: 2em;
    text-align: center;
}

    #landing1-family-locations h3 {
        font-size: 2.75rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
    }

    #landing1-family-locations .tagline {
        color: #fecf0b;
        font-size: 1.8em;
        font-weight: 700;
    }

#landing1-personalization {
    padding: 2em 4em;
    text-align: center;
}

    #landing1-personalization ul {
        display: block;
        list-style: none;
        margin: 2em auto;
        padding: 0;
    }

    #landing1-personalization li {
        float: left;
        font-size: 1.75em;
        font-weight: 600;
        line-height: 1em;
        text-align: center;
        width: 33%;
    }

    #landing1-personalization img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #landing1-personalization .btn-default {
        background-color: #fde151;
        color: #004c75;
        margin-top: 1em;
    }

#landing1-search {
    margin-top: 2em;
    text-align: center;
}

    #landing1-search h2 {
        color: #007fab;
        font-size: 2.75rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
    }

    #landing1-search figure .btn-primary {
        font-weight: 600;
    }

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #utility {
        min-height: 12px;
    }

    #footer-social img {
        max-width: 30px;
    }

    #upper-footer {
        display: table;
        margin-bottom: 1em;
        width: 100%;
    }

        #upper-footer > div {
            display: table-row;
        }

        #upper-footer p {
            display: table-cell;
            text-align: center;
            width: 33.3%;
        }

            #upper-footer p:first-of-type {
                text-align: left;
            }

            #upper-footer p:last-of-type {
                text-align: right;
            }

    .slick-slider figcaption {
        font-size: 1.75vw;
    }

        .slick-slider figcaption h5 {
            font-size: 2vw;
        }
}

@media only screen and (min-width : 769px) {
    #find-a-doctor {
        background-image: none !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #utility, #utility a {
        height: 50px;
        line-height: 50px;
    }

        #utility .spacer {
            font-weight: 300;
            padding: 0 0.4em;
        }

        #utility .follow-us {
            float: left;
            visibility: hidden;
        }

        #utility div {
            max-height: 73px;
        }

        #utility .social-media {
            background-position: 70% center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            display: inline-block;
            overflow: hidden;
            text-indent: -9999em;
            width: 20px;
        }

    #mobile-search-panel {
        display: none;
    }

    #institute-carousel-wrapper {
        background-color: #0065a1;
    }

        #institute-carousel-wrapper .splash figure > img, #institute-carousel-wrapper .splash figure > a {
            display: block;
            float: right;
            width: 75%;
        }

        #institute-carousel-wrapper .splash figcaption {
            padding-top: 2em;
            width: 24%;
        }

            #institute-carousel-wrapper .splash h1, #institute-carousel-wrapper .splash figcaption a {
                color: #fff;
                font-size: 1.5em;
                margin-bottom: 3em;
                margin-top: 0;
                padding-top: 20px;
            }

        #institute-carousel-wrapper .splash section .container {
            padding: 0;
        }

    #section-menu {
        font-size: 0.8em;
    }

    #content .breadcrumbs {
        margin-top: 0;
    }

    #main-content {
        font-size: 0.9em;
    }

    /* Institute Nav */
    #institute-nav ul {
        background-color: #ffe155;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        #institute-nav ul li {
            display: inline-block;
        }

            #institute-nav ul li .caret {
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px dashed;
                margin-left: 4px;
            }

    #institute-nav a {
        display: block;
        text-decoration: none;
    }

    /* Hide Dropdowns by Default */
    #institute-nav ul ul {
        box-shadow: 0 8px 6px -6px black;
        display: none !important;
        position: absolute;
        top: 40px;
        z-index: 1000;
    }
    /* Don't let the far right submenu be pushed off the page. */
    #institute-nav ul > li:last-of-type > ul {
        right: 0;
    }

    /* Display Dropdowns on Hover */
    #institute-nav ul li:hover > ul {
        display: inherit !important;
    }

    /* First Tier Dropdown */
    #institute-nav ul ul li {
        float: none;
        display: list-item;
        position: relative;
    }

    /* Second, Third and more Tiers	*/
    #institute-nav ul ul ul {
        position: absolute;
        top: -10px;
        left: 200px;
    }

    #institute-nav ul ul li:hover > ul {
        display: none !important; /* hide deep level menus */
    }

    #institute-nav ul ul li .caret {
        display: none; /* hide deep level menus */
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid;
        margin-left: 4px;
    }

    #institute-nav {
        font-size: 17.5px;
        text-align: center;
    }

        #institute-nav li {
            padding: 5px 10px;
        }

        #institute-nav .ekflexmenu_menu_level_0 > ul {
            display: table;
            padding-left: 0;
            width: 100%;
        }

            #institute-nav .ekflexmenu_menu_level_0 > ul > li {
                display: table-cell;
                padding: 10px 15px;
            }

        #institute-nav .ekflexmenu_menu_level_1 > a {
            /* white-space:nowrap; */
        }

        #institute-nav .ekflexmenu_submenu_items_hidden > li {
            font-size: 16px;
            width: 15em;
            text-align: left;
        }

        #institute-nav .ekflexmenu_submenu_items_hidden a.ekflexmenu_link {
            font-weight: 400;
        }

        #institute-nav .toggle-switch {
            display: none;
        }

    #tagline {
        font-size: 18px;
        letter-spacing: 1px;
    }
}
/* Large Desktops */
@media only screen and (min-width : 1200px) {
    #utility {
        font-size: 15px;
    }

        #utility, #utility a {
            height: 73px;
            line-height: 73px;
        }

            #utility .social-media {
                background-position: 100% center;
                width: 29px;
            }

    #tagline {
        font-size: 22px;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        margin: 0 auto;
    }

    .slick-slider figcaption {
        font-size: 1.25vw;
    }

        .slick-slider figcaption h5 {
            font-size: 1.5vw;
        }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens: Three Column */
@media only screen and (max-width : 1200px) {
    body {
        font-size: 1.8em;
    }

    h2, .h2 {
        font-size: 1.3em;
    }

    #mega-nav > ul > li > a {
        font-size: 13px;
    }

    .navbar {
        margin-bottom: 0;
    }

    #upper-footer {
        font-size: 0.97em;
    }

    #institute-carousel-wrapper .splash h1 {
        font-size: 1.5em;
    }

    #landing1-splash {
        max-height: 350px;
    }

        #landing1-splash h1 {
            margin-top: 2em;
        }

        #landing1-splash .tagline {
            font-size: 6rem;
        }

        #landing1-splash img {
            height: 100%;
            width: 100%;
        }

    #landing1-family {
        background-position-x: right;
    }

    #landing1-family-text {
        margin-left: 0;
    }
}

@media only screen and (max-width : 1024px) {
    #mega-nav ul.dropdown-menu {
        margin-top: -10px;
    }
}

/* Medium Devices, Desktops: Two Column */
@media only screen and (max-width : 992px) {
    #utility div[class*='col-'] {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
    }

    #find-a-doctor {
        padding-left: 15%;
    }

    #upper-footer {
        font-size: 0.825em;
    }

        #upper-footer a {
            width: 20px;
        }

    .btn-pop {
        width: 100%;
    }

    #institute-carousel-wrapper .splash figcaption {
        color: #fff;
        margin-bottom: 1em;
        padding: 0.5em;
    }

    #institute-carousel-wrapper .splash section {
        background-color: #0065a1;
    }

    .carousel-caption {
        padding-left: 1em;
        padding-right: 1em;
    }

    #see-also {
        padding-left: 0;
    }

    /* Insitute menu */
    #institute-nav {
        padding: 0.5em 0;
    }

        #institute-nav, #institute-nav ul {
            list-style-type: none;
        }

            #institute-nav ul {
                padding-left: 0;
            }

                #institute-nav ul ul {
                    padding-left: 1em;
                    float: left;
                    width: 100%;
                }

            #institute-nav li a {
                display: block;
                float: left;
                padding-left: 1em;
                padding-bottom: 5px;
                width: 90%;
            }

            #institute-nav li {
                clear: both;
            }

                #institute-nav li ul {
                    display: none;
                }

            #institute-nav .toggle-switch {
                color: #007eb1;
                cursor: pointer;
                float: left;
                font-size: 1.1em;
                font-weight: 700;
                padding-bottom: 2px;
                text-align: center;
                width: 10%;
            }

            #institute-nav .caret {
                display: none;
            }

    #footer-social img {
        max-width: 22px;
    }

    address .org, address .adr, address .subtle, address .map-link, address .link {
        font-size: 1.125em;
    }

    address .adr, address .subtle, address .map-link, address .link {
        margin-top: 0.75em;
    }

    table li {
        margin-bottom: 0.75em !important;
    }

    #landing1-splash {
        margin-bottom: 1em;
    }

        #landing1-splash h1 {
            margin-top: 1.5em;
        }

        #landing1-splash .tagline {
            font-size: 5rem;
            margin-bottom: 0.5em;
            margin-top: 0.5em;
        }

    #landing1-splash {
        max-height: 300px;
    }

        #landing1-splash .splash-floating-img {
            height: 115%;
            width: 115%;
        }

    #landing1-family-locations h3 {
        font-size: 1em;
    }

    #landing1-family-locations img {
        height: auto;
        width: 25%;
    }

    #landing1-personalization li {
        font-size: 1.5em;
    }

    #landing1-personalization h2 {
        display: none;
    }

    #landing1-family-locations .tagline {
        font-size: 1.6em;
    }

    #landing1-family-locations img {
        width: 20%;
    }

    .landing1-heading {
        font-size: 1.6em;
    }

    #landing1-family .btn-primary {
        padding: 0.75em 1.75em;
    }
}

/* Small Devices, Tablets: One Column */
@media only screen and (max-width : 767px) {
    #find-a-doctor {
        border-bottom: 15px solid #007eb1;
    }

    #news-releases {
        background-color: #e5e5e5;
        color: #00477f;
    }

        #news-releases h2 {
            color: #007eb1;
        }

        #news-releases a {
            color: #00477f;
        }

        #news-releases .date {
            color: #007eb1;
            font-weight: 900;
        }

    #level-2-widgets {
        background-color: transparent;
    }

    #footer {
        font-size: 1.5em;
    }

    #upper-footer p {
        width: 100%;
    }

    #upper-footer a {
        display: inline-block;
        margin-right: 5%;
        width: 15%;
    }

        #upper-footer a:last-of-type {
            margin-right: 0;
        }

    #footer-social strong {
        display: block;
    }

    #footer-social img {
        max-width: 100%;
    }

    .bubble-list {
        margin-bottom: 2em;
    }

    .lightview img {
        margin: 0 !important;
        margin-bottom: 1em !important;
        width: 100% !important;
    }

    table li {
        margin-left: 0 !important;
    }

    .slick-slider {
        margin-left: 9%;
        margin-right: 9%;
    }

    #landing1-splash h1 {
        font-size: 1.25rem;
    }

    #landing1-splash .tagline {
        font-size: 3rem;
    }

    #landing1-splash .btn-default {
        font-size: 1.5rem;
    }

    #landing1-splash .splash-floating-img {
        height: 180px;
        width: 208px;
        position: relative;
        right: 10px;
        overflow: hidden;
        top: 20px;
    }

    #landing1-splash .col-xs-6:first-of-type {
        padding-left: 30px;
    }

    #landing1-family-text {
        margin: 2em;
    }

    #landing1-personalization {
        padding: 0;
    }

        #landing1-personalization ul {
            padding-left: 15px;
            padding-right: 15px;
        }

        #landing1-personalization li {
            font-size: 1.1em;
        }

    #local-search-form input {
        display: inline-block;
    }

    #landing1-search figure .btn-primary {
        font-weight: normal;
        font-size: 0.9em;
    }

    #local-search-results figcaption h5, #local-search-results figcaption a {
        font-size: 16px;
    }
}

@media only screen and (max-width : 768px) {
    #mobile-featured h1 {
        font-size: 24px;
    }

    .homepage-widget {
        margin-bottom: 1em;
        padding-bottom: 1em;
        padding-top: 1em;
    }

    #level-1-widgets {
        background-image: none !important;
    }

        #level-1-widgets .homepage-widget {
            margin-bottom: 0;
            padding-bottom: 0;
        }

    #find-a-doctor {
        background-position: -20px bottom;
        background-repeat: no-repeat;
        background-size: auto 75%;
        padding-left: 15%;
    }

    #dailyhealthwire {
        background-color: #007eb1;
    }

    #tagline {
        background-size: auto 100%;
        margin-top: 15px;
    }

    #footer .col-sm-3 {
        border-left: none;
    }

    #copyright {
        margin-top: 0
    }

    #institute-carousel-wrapper .splash h1 {
        font-size: 1.2em;
    }

    #sticky-scrolling {
        font-size: 1em;
    }

        #sticky-scrolling .vertical-center-text {
            padding-top: 14px;
        }

        #sticky-scrolling .btn-default {
            font-size: 1.25rem !important;
            margin-top: 12px;
        }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #utility div[class*='col-'] {
        font-size: 14px;
    }

    #find-a-doctor {
        padding-left: 33%;
    }

    .bubble-list li {
        display: block;
    }

    #footer {
        font-size: 1.2em;
    }

    #institute-carousel-wrapper .splash h1 {
        font-size: 1em;
    }

    table.collapse-columns td {
        display: block;
        padding: 0 .5em;
        width: 100%;
    }

    .slick-slider {
        margin-left: 12%;
        margin-right: 12%;
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    #utility div[class*='col-'] {
        font-size: 13px;
    }

    #find-a-doctor {
        background: none !important;
        padding-left: 15px;
    }
}


/* *****************************
     TriHealth 2012 legacy styles
   ***************************** */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}
    /*.flex-container {zoom:1;position:relative;}
 .flex-container {zoom: 1;position: relative;margin:0 auto 1em;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides > li {
        position: relative;
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100% !important;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/
/*.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flexslider {margin:0 0 1em 0 !important; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
*/
.flexslider {
    margin: 0 0 1em 0 !important;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}


/*Begin TriHealth FlexSlider Theme
.flex-caption {
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  padding: 1em;
  position: absolute;
  background:rgb(255,225,81);
  color:rgb(0,70,127);
  line-height:1.1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/

.flex-caption {
    right: 0;
    top: 0;
    height: 100%;
    width: 46%;
    padding: 1em 2.5em 1em 1em;
    position: absolute;
    background: rgb(0,70,127);
    background: rgba(0,70,127,0.5);
    color: #fff;
    line-height: 1.1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


    .flex-caption .slide-headline {
        font-family: 'museo_slab_500regular', Arial, Helvetica, sans-serif;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .flex-caption .slide-text {
        font-family: 'museo_sans_300regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-bottom: 10px;
    }

.defaultButton {
    color: white !important;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none !important;
    background: rgb(179, 179, 179);
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/*.flexslider{border:1px solid rgb(204,204,204) !important;}
 End TriHealth FlexSlider Theme*/


.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px
}


/* Control Nav */
/*
.flex-control-nav {margin: 1em auto;width: 100%; text-align: center;}
.flex-control-nav {z-index: 2;left: 70%; position: absolute; bottom: 5px; text-align: center;}
.flex-control-nav {margin-top: -1.5em;left: 70%; position: relative;}
.flex-control-nav {float: right;margin-top: -1.5em;right: 25%; position: relative;}
.flex-control-nav {float: left;margin-top: -30px;left: 61.5%; position: relative;}
.flex-control-nav {display: inline-block;right: 1%;margin-top: -30px; position: absolute;}
 */
.flex-control-nav {
    right: 1%;
    bottom: .5em;
    position: absolute;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .7);
}

    .flex-control-paging li a:hover {
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, 0.8);
    }

    .flex-control-paging li a.flex-active {
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media only screen and (max-width: 640px) {
    /*.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}*/
    .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
        display: none;
    }

    .flex-caption {
        width: 100% !important;
        position: relative !important;
    }

    .flex-viewport {
        background: rgb(0,70,127) !important;
    }
}

.sidebar {
    clear: right;
    color: #00467F;
    float: right;
    font-size: 0.9em;
    margin: .5em 0 1em 1em;
    padding: 1em;
    width: auto;
    max-width: 40%;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.4);
    box-shadow: 0 0 2px rgba(0,0,0,.4);
    background: #fff;
}

.sidebarContact {
    color: #00467F;
    float: right;
    margin: .5em 0 1em 1em;
    padding: 1em;
    width: auto;
    max-width: 26%;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.4);
    box-shadow: 0 0 2px rgba(0,0,0,.4);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.7) 10%,rgba(153,226,255,0.25) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.75)),color-stop(10%,rgba(255,255,255,0.7)),color-stop(100%,rgba(153,226,255,0.25)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.7) 10%,rgba(153,226,255,0.25) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.7) 10%,rgba(153,226,255,0.25) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.7) 10%,rgba(153,226,255,0.25) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.7) 10%,rgba(153,226,255,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff',endColorstr='#4099e2ff',GradientType=0 );
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebarContact::before {
    content: "For more information:";
}

.sidebar > ul {
    margin: 0;
    padding: 0 0 0 1em;
}

.sidebar ul li {
    margin-bottom: 0;
}

.sidebarlarge {
    max-width: 48%;
}

.section-header-image {
    display: block;
    margin: 0;
    overflow: hidden;
}

@media only screen and (max-width:640px) {
    .sidebar {
        float: none;
        margin: 0.5em auto;
        padding: .25em;
        max-width: 100%;
    }
}

.section-header-image {
    margin-bottom: 15px;
}

table {
    width: 100%;
    margin-bottom: 1em;
}

    table ol, table ul {
        margin: 0 auto;
    }

    table li {
        margin: 0 auto 0 2em;
    }

    table em, table i {
        font-style: italic;
    }

tr:nth-of-type(odd) {
    background: #EEE;
}

.alt tr:nth-of-type(odd) {
    background: none;
}

th {
    background-color: #007eb1;
    color: white;
    font-weight: bold;
}

td, th, thead {
    padding: .5em;
    text-align: left;
    vertical-align: top;
}

table.noBorder tr:nth-of-type(odd) {
    background: none;
}

table.noBorder td, th {
    border: 0;
}

table.mhmhnoBorder {
    font-size: .95em;
}

    table.mhmhnoBorder td, th {
        border: 0;
    }

    table.mhmhnoBorder tr:nth-of-type(odd) {
        background: none;
    }

#main-content .mhmhnoBorder tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.bio {
    padding: 0;
    width: 100%;
}

div.bio {
    width: 98%;
    margin: 0 auto 15px;
    padding: 1%;
    border: .1em dashed #333;
}

div.biotext {
    width: auto;
}

.bio img {
    border: 3px solid #CCC;
    margin: 0 2% 0 0;
    max-width: 25%;
    float: left;
    padding: 0;
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    -o-transition: all 0.50s;
    -ms-transition: all 0.50s;
    transition: all 0.50s;
}

table.bio img {
    width: 25% !important;
}

table.bio2 img {
    min-width: none;
}

table.bio td p a {
    font-weight: 600;
    text-decoration: underline
}

table.bio strong {
    font-weight: 600;
}

#main-content table.bio h2 {
    font-size: 20px;
    margin-top: 5px
}

#main-content table.bio h3 {
    font-size: 16px;
}

#main-content table.bio h4 {
    font-size: 14px;
}

@media only screen and (min-width:641px) and (max-width:768px) {
    table.bio img {
        min-width: 33%;
    }
}

@media only screen and (max-width : 767px) {
    table.bio img {
        width: 50% !important;
    }
}

.floatleft {
    float: left;
    padding: 1%;
    width: 48%
}

.floatright {
    float: right;
    padding: 1%;
    width: 48%
}

table.floatright {
    float: right;
    max-width: 100%;
    width: 48%;
    margin: 0 0 1em 1%;
}

table.floatleft {
    float: left;
    max-width: 100%;
    width: 48%;
    margin: 0 1% 1em 0;
}

    table.floatleft img, table.floatright img {
        margin: 0 auto;
    }

img.floatleft {
    max-width: 48%;
    float: left;
    padding: 4px;
    margin: 1%;
    height: auto;
    overflow: hidden;
    width: auto;
}

img.floatright {
    max-width: 48%;
    float: right;
    padding: 4px;
    margin: 1%;
    height: auto;
    overflow: hidden;
    width: auto;
}

div.floatright img {
    padding: 4px;
    margin: 0 auto;
}

div.floatleft img {
    padding: 4px;
    margin: 0 auto;
}

.floatleft img, .floatright img {
    width: auto;
}

.clearboth {
    clear: both;
}

.photogallery, .officegallery {
    max-width: 98%;
    margin: 0 auto;
    padding: 0;
}

    .photogallery ul, .officegallery ul {
        margin: 0;
    }

    .photogallery li {
        color: gray;
        display: inline-block;
        list-style: none outside none;
        margin: 0 1% 2em;
        padding: 0;
        text-align: center;
        max-width: 22%;
        width: 100%;
        vertical-align: top;
        -webkit-transition: all 0.50s;
        -moz-transition: all 0.50s;
        -o-transition: all 0.50s;
        -ms-transition: all 0.50s;
        transition: all 0.50s;
    }

    .officegallery li {
        color: gray;
        display: inline-block;
        float: left;
        list-style: none outside none;
        margin: 0 2% 2em;
        padding: 0;
        text-align: center;
        width: 46%;
    }

        .photogallery li a, .officegallery li a {
            display: block;
            margin: 0 auto;
        }

    .photogallery img, .officegallery img {
        background-color: rgb(214,215,217);
        margin: 0 auto 10px;
        padding: 4px;
        display: block;
        min-width: 50%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        border-image: initial;
    }

@media only screen and (max-width:640px) {
    .photogallery li {
        margin: 0 2% 2em;
        max-width: 44%;
        width: 100%;
    }

    .photogallery img, .officegallery img {
        margin: 0 auto 10px;
        min-width: 75%;
    }
}

.oneCol .navListItem {
    display: inline-block;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
    max-width: 45%;
    vertical-align: top;
    width: auto;
}

    .oneCol .navListItem img {
        border: 2px solid #D6D7D9;
        float: left;
        margin-right: 2%;
        margin-top: 2px;
        max-width: 20%;
    }

.threeCol .navListItem {
    float: left;
    height: 250px;
    padding: 0 10px;
    width: 30%;
}

.twoColGrid .navListItem {
    margin: 0 5% 4%;
    width: 38%;
    display: inline-block;
    vertical-align: top;
}

.twoColGrid .firstItem {
    border-top: 1px solid #999;
    padding: 0.5em 0;
}

.twoColGrid ul {
    float: left;
    margin: 0;
    width: 50%;
    display: inline-block;
}

.twoColGrid li {
    clear: left;
    list-style-type: none;
}

.twoColGrid img {
    float: left;
    margin: 0 2% 0 0;
}

#subNav {
    clear: both;
    max-width: inherit;
    width: 100%;
}

    #subNav ul {
        float: left;
        width: 29%;
    }

    #subNav li {
        list-style: none;
    }

    #subNav br {
        clear: left;
    }

    #subNav a {
        color: #0080B1;
        text-decoration: underline;
    }

        #subNav a:hover {
            text-decoration: none;
        }

.imgLeft {
    float: left;
    padding: 1%;
    width: auto;
    max-width: 48%;
    margin: 1% 1% 0 0;
}

.imgRight {
    float: right;
    padding: 1%;
    width: auto;
    max-width: 48%;
    margin: 1% 0 0 1%;
}

.oneColumn .flex-caption .slide-headline {
    font-size: 60px;
}

.alert {
    font-size: 2em;
    background-color: rgb(255,243,202);
    display: block;
    padding: 10px;
}

#search-results .alert {
    font-size: 1em
}

.alert.composite-block {
    font-size: 1em;
}
