/* West Virginia United Health System */

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: Arial, sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { display: flex; list-style: none; list-style-image: none; align-content: center; align-items: center; justify-content: space-between; height: 45px; margin: 0; padding: 0;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }



/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
/*# Tag Styles #*/

html { background:#FFF; }
body { background:#FFF  url(../Images/bgnd-body.jpg) repeat-x; }
table { border-collapse:collapse; border-spacing:0; width:100%; margin-bottom:24px; }
table caption { color:#0563ab; font-size:18px; text-align:left; padding:6px 6px 6px 0px; }
thead th { background:#003d6b; color:#ffffff; font-weight:bold; text-align:left; padding:8px; vertical-align:top; }
td { vertical-align:top; padding:8px; border-bottom:1px solid #003d6b; }

h1 { color:#003e6d; font-size:24px; margin:0px 0px 19px 0px; }
h2 { color:#666; font-size:18px; margin:14px 0px; }
h3, h4, h5, h6 { font-size:14px; font-weight:bold; }
p { margin:0px; padding:0px 0px 1em 0px; line-height:1.5em; }

a:link,
a:visited { color:#0563ab; }
a:hover,
a:focus,
a:active { color:#003e6d; }

a.learn-more { text-decoration:none; }
a.learn-more::before { content:"+ "; }

a.button { display:block; width:140px; height:35px; overflow:hidden; 
  color:#ffffff; text-align:center; font-size:12px; line-height:38px;
  text-transform:uppercase; text-decoration:none; font-weight:bold;
  background:url(../Images/bgnd-button.png) no-repeat top left; }
a.button:hover { background-position:bottom left; }

blockquote { border-left:1px solid #003d6b; margin-left:0px; padding:0px 24px; font-style:italic; }

ul, ol { margin:0px 0px 18px 18px; padding:0px 0px 0px 18px; }
ul li, ol li { padding:0px 0px 3px 0px; margin:0px; }
ul li ul, ol li ol { margin:6px 0px 3px 0px; }

ul.button-list { list-style:none; padding:0px; margin:0px; }
ul.button-list li { list-style:none; padding:0px; margin:0px; }
ul.button-list li a { display:block; font-size:16px; font-weight:bold; text-decoration:none; padding:8px 10px; margin-bottom:8px; background:#f1f1f1; color:#003e6d; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border:1px solid; border-color:#f3f3f3 #e8e8e8 #c6c6c6 #e8e8e8; }
ul.button-list li a:focus,
ul.button-list li a:hover { background:#0361a8; color:#f1f1f1; border-color:#0361a8; }

ul.tags { margin:0px; padding:0px 0px 1em 0px; line-height:1.5em; }
ul.tags li { list-style:none; display:inline; }

ul.tags li a:link,
ul.tags li a:visited { color:#222222; text-decoration:none; }
ul.tags li a:hover,
ul.tags li a:focus,
ul.tags li a:active { color:#003e6d; text-decoration:underline; }

dl.expandingList { border-top:1px solid #003d6b; }
dl.expandingList dt { padding:12px 12px 12px 0px;
  border-bottom:1px solid #003d6b; }
dl.expandingList dt .phoneNumber { float:right; }
dl.expandingList dd { background:#eeeeee; margin:0px; padding:6px 12px 6px 24px; }

img.float-left { float:left; margin:0px 20px 20px 0px; }
img.float-right { float:right; margin:0px 0px 20px 20px; }
div.contain { overflow:hidden; height:1%; }
p.news-sort-date { float:right; }
p.news-return { text-align:center; background:#c9d7e1; padding:5px 10px; margin-top:20px; font-weight:bold; }

table.video-highlight { border:1px solid #c9d7e1; border-top-width:5px; background:#f2f5f7; }
table.video-highlight tr { border-bottom:1px solid #c9d7e1; }
table.video-highlight td { border:none; padding:10px; }
table.video-highlight td a { font-weight:bold; text-decoration:none; }
table.video-highlight td a:hover,
table.video-highlight td a:focus { text-decoration:underline; }

table.EditingFormTable { background:#f2f5f7; }
table.EditingFormTable td { border:none; }
table.EditingFormTable td input { margin-right:5px; }
table.EditingFormTable tr.EditingFormCategoryRow { }
table.EditingFormTable tr.EditingFormCategoryRow td { background:#c9d7e1; font-weight:bold; color:#003C6A; text-transform:uppercase; }
table.EditingFormTable td.EditingFormLabelCell { vertical-align:top; }
table.EditingFormTable td.EditingFormLabelCell .EditingFormLabel { display:block; }
table.EditingFormTable td.EditingFormButtonLeftCell,
table.EditingFormTable td.EditingFormButtonCell { background:#c9d7e1; padding:10px 8px; }
table.EditingFormTable td.EditingFormButtonCell input { font-size:14px; text-transform:uppercase; padding:8px 16px; }

.CaptchaTable { width:200px; }

/*# Main Container #*/
#container {
    width: 100%;
    margin: 0 auto;
}
header, nav, .content {width:75%; margin:0 auto; max-width:960px;}
footer {width:100%}

/*# Main Container/Header #*/
header { position:relative; z-index:1000; display: flex; justify-content: space-between;}
header h1 { margin:0px; padding-top:20px; /* width: 45%; */ /* float: left; */}
header h1 a { display:block; width:430px; height:70px; background:url(../Images/logo-1.jpg) no-repeat; background-size:100%; text-indent:-9999px; }
#appointment-center { position:absolute; left:480px; top:25px; height:18px; padding-left:32px; background:url(../Images/phone.gif) no-repeat; font-size:11px; color:#003d6c; line-height:16px; font-weight:bold; }
#socialNav {  float: right; margin: 3px;}
#socialNav ul { margin:0px; padding:0px; }
#socialNav li { margin:0px; padding:0px; display:inline; margin-right: 4px }
#socialNav li a { float:left; display:block; width:20px; height:20px; text-indent:-9999px; background:url(../Images/social-sprites.gif) no-repeat; }
#socialNav li.facebook a { background-position:0px 0px; }
#socialNav li.twitter a { background-position:-23px 0px; }

#resourcesNav { background:#FFF; height: 45px; overflow:visible;  -webkit-border-radius:3px; -moz-border-radius:3px; align-self: center; /* border-radius:3px; */ }
#resourcesNav ul { padding-left:6px; }
#resourcesNav li { float:left; line-height:32px; padding:0px 0px; }
#resourcesNav li a { font-size:11px; font-weight:bold; color:#ffffff; text-decoration:none; }
#resourcesNav li a:hover,
#resourcesNav li a:focus { text-decoration:underline; }
#resourcesNav #searchForm { }
#resourcesNav #searchForm label { display:none; }
    #resourcesNav #searchForm #p_lt_zoneTopRight_SearchBox_txtWord {
        border: 1px solid #999;
        width: 143px;
        height: 20px;
        margin: 5px 0px 0px 6px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #ffffff url(http://cdn.hsc.wvu.edu/CustomDesigns/WVUHS2014/_common/styles/base.css) no-repeat 5px 4px;
        background-image: url('../Images/bgnd-search.png');
        padding-left: 22px;
        outline: none;
    }
#resourcesNav #searchForm #p_lt_zoneTopRight_SearchBox_btnSearch { display:none; }


/*# Main Container/Primary Nav #*/
#primaryNav { height: 45px; margin-top:5px; }
#primaryNav li { align-self: center; width: auto; }
#primaryNav li.hasDropDown { background:url(../Images/bgnd-primary-li.png) no-repeat top right; padding-right:17px; }
#primaryNav li a { font-size:15px; font-weight:bold; color:#ffffff; text-decoration:none; text-shadow: 1px 1px 2px #333333; }
#primaryNav li.hasDropDown:focus,
#primaryNav li.hasDropDown:hover { background-position:bottom right;  background-color:#66ccff; }
#primaryNav li:focus a,
#primaryNav li:hover a { text-shadow: 0px 1px 2px #666; outline:none; }
#primaryNav li ul { display:none; position:absolute; left:0px; top:36px; background:#66ccff; -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5); box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5); }
#primaryNav li ul li:nth-child(odd){ background:#8cd5ff; line-height:18px; margin:0px; padding:8px; }
#primaryNav li ul li:nth-child(even){ background:#6cf; line-height:18px; margin:0px; padding:8px; }
#primaryNav li ul li a { color:#fff; font-size:13px; display:block; width:200px; line-height:18px; }
#primaryNav li ul li a:focus,
#primaryNav li ul li a:hover { color:#ffffff; text-shadow:none; }
#primaryNav li:focus ul,
#primaryNav li:hover ul { display:block; }

#primaryNav ul ul ul { display:none; }
#primaryNav ul ul ul li { display:none; }
#primaryNav ul ul ul li a { display:none; }


/*# Main Container/Home #*/
#mainHome { width:960px;min-height: 75px; margin:18px auto 0px auto; clear:both; }
.main { width: 970px; min-height:480px; margin: 0 auto; padding: 5px; background:transparent url(../Images/bgnd-main.png) no-repeat; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }


/*# Main Container/Home/Site Widgets #*/
#siteWidgets { width:296px; padding:0px 7px; height:400px; float:left; background:url(../Images/bgnd-home-widgets.png) no-repeat; overflow:hidden; }
#siteWidgets h1 { font-size:18px; text-transform:uppercase; line-height:18px; margin:0px; padding:24px 8px 21px 42px; color:#ffffff; text-shadow: 1px 1px 2px #333333; background:url(../Images/bgnd-help.png) no-repeat 6px 17px; }
#siteWidgets h2 { margin:0px; padding:0px; }
#siteWidgets h2 a { display:block; background:#166bac url(../Images/widget-arrows.png) no-repeat right top; color:#ffffff; text-shadow: 1px 1px 2px #333333; font-size:13px; padding:8px 30px 8px 8px; margin:0px; border-top:1px solid #4186bb; border-bottom:1px solid #0f498d; text-decoration:none; outline:none !important; }
#siteWidgets h2.widget-open a { border-bottom-color:#166bac; background-position:right -34px !important; background-color:#166bac !important; cursor:default; }
#siteWidgets h2 a:hover { background:#005a9f url(../Images/widget-arrows.png) no-repeat right -68px; }
#siteWidgets .widget { display:none; height:179px; overflow:auto; background:#fcfcfc url(../Images/bgnd-widget.png) no-repeat top left; padding:15px 12px 6px 12px; }
#siteWidgets .widget-open { display:block; }
#siteWidgets .widget ul { margin:0px; }
#siteWidgets .widget li.button { list-style:none; display:block; position:relative; margin:0px 0px 10px -18px; }
#siteWidgets .widget p { padding-bottom:0.5em; }

#siteWidgets #widgetRequestAppointment.widget strong { color:#003d6b; font-size:18px; padding:12px 6px; display:block; }

#widgetRequestAppointment { }
#widgetRequestAppointment p { padding-bottom:8px; line-height:1em; }
#widgetRequestAppointment label { font-size:11px; }
#widgetRequestAppointment input { font-size:11px; width:253px; }
#widgetRequestAppointment textarea { font-size:11px; width:253px; }
#widgetRequestAppointment select { font-size:11px; width:260px; }
#widgetRequestAppointment button { font-size:11px; }

#widgetMapsDirections #locationList { width:260px; margin-bottom:6px; }
#widgetMapsDirections #myLocation { width:250px; margin-bottom:6px; }

/*# Main Container/Home/Site Marketing #*/
#siteMarketing { width:630px; height:380px; padding:10px; margin-bottom:25px; float:right; background:url(../Images/bgnd-home-main.png) no-repeat; overflow:auto; position:relative; }
#siteMarketing .highlight { position:relative; width:630px; height:390px; overflow:hidden; background:#003e6d; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }

#siteMarketing p { position:absolute; top:315px; height:51px; width:600px; background:url(../Images/bgnd-highlight-nav.png) no-repeat -370px 0px; background-position:-370px 0px; padding:12px 15px; margin:0px; font-weight:bold; color:#ffffff; font-size:12px; line-height:16px; overflow:auto; }
#siteMarketing p a { color:#9bd5ff; text-decoration:none; }
#siteMarketing p a:focus,
#siteMarketing p a:hover { text-decoration:underline; }

#siteMarketing.processed { overflow:hidden; }
#siteMarketing.processed .highlight { position:absolute; top:10px; left:10px; }
#siteMarketing.processed .highlight.current { }
#siteMarketing.processed .highlight img { position:absolute; top:0px; left:630px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:0px; -moz-border-radius-bottomright:3px; -moz-border-radius-bottomleft:3px; -webkit-border-radius:0px 0px 3px 3px; border-radius:0px 0px 3px 3px; z-index:80; }
#siteMarketing.processed .highlight.current img { z-index:81; }
#siteMarketing.processed p#siteMarketingText { background-position:-370px 0px; padding-left:250px; width:365px; top:325px; z-index:90; -moz-border-radius-topleft:0px; -moz-border-radius-topright:0px; -moz-border-radius-bottomright:3px; -moz-border-radius-bottomleft:3px; -webkit-border-radius:0px 0px 3px 3px; border-radius:0px 0px 3px 3px; }

#siteMarketing.processed div.nav { position:absolute; top:340px; left:24px; width:250px; z-index:100; }
#siteMarketing div.nav ul { padding:0px; margin:0px; list-style:none; }
#siteMarketing div.nav ul li { padding:0px; margin:0px; list-style:none; display:inline; }
#siteMarketing div.nav ul li a { display:block; width:63px; height:39px; border:2px solid #ffffff; float:left; margin:0px 10px 5px 0px; }
#siteMarketing div.nav ul li a img { position:static; width:63px; height:39px; }


/*# Main Container/Home/Latest News #*/
#latestNews { clear:both; height:130px; overflow:auto; margin:25px 5px; padding:10px; background:#f9f9f9; border:1px solid; border-color:#c6c6c6 #e8e8e8 #f3f3f3 #e8e8e8; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#latestNews h1 { color:#9c9c9c; font-size:12px; font-weight:bold; text-transform:uppercase; margin:0px; padding:0px; width:125px; float:left; }
#latestNews h1:after { content:":"; }
#latestNews ul { margin-left:125px; }
#latestNews ul li a { text-decoration:none; }

#latestNews.processed { height:14px; overflow:hidden; position:relative; }
#latestNews.processed ul li { list-style:none; }
#latestNews.processed ul.itemList { position:absolute; top:0px; left:125px; margin:0px; padding:0px; }
#latestNews.processed ul.itemList li { line-height:14px; margin:0px; padding:10px 0px 10px 35px; background:url(../Images/bgnd-latest-news-item.gif) no-repeat left center; }
body.DesignMode #latestNews.processed { height:140px; }

#latestNewsPageNumber { position:absolute; top:10px; right:10px; width:20px; line-height:14px; font-size:11px; font-weight:bold; color:#0162a9; text-align:center; background:#e4e4e4; border:1px solid; border-color:#c6c6c6 #e8e8e8 #f3f3f3 #e8e8e8; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#latestNewsPager a { background:url(../Images/bgnd-latest-news-pager.png) no-repeat; display:block; width:11px; height:9px; overflow:hidden; position:absolute; right:40px; text-indent:-9999px; }
#latestNewsPager a.prev { top:9px; background-position:-11px 0px; }
#latestNewsPager a.prev:hover { background-position:0px 0px; }
#latestNewsPager a.next { top:16px; background-position:0px -9px; }
#latestNewsPager a.next:hover { background-position:-11px -9px; }

/*# Feature #*/
#feature {width:100%; max-width:960px; height: 100%; max-height:360px; margin:0px auto 20px auto; position:relative; overflow:hidden; display:block; height: 360px\9}
.featureItem {width:100%;; height:100%;  overflow:hidden;}
.featureItem img { width:100%; height:100%; overflow:hidden; margin-top:0px; z-index: -1;}
.featureBackground {width:100%; height:75px;margin-top: -75px;     position: relative;z-index: 3;background: url(../Images/transblack.png) repeat ;}
.featureStory {width:100%; height:100%; color:#fff; padding:0px 0px 0px 0px ; text-align: right; /* background: black; */}
.featureStory h1 {color:#CCC; text-transform:none; display:block; padding:5px 15px 0 0;text-align: right;margin-bottom: 0px}
.featureStory p {color:white; padding:0px 15px; }
.featureStory a {margin:0px 15px 0px 0px; font-size:14px; display:block; float:right; color:#999;}
.featureStory a:hover {}
.featureStory a:active {}
.featureStory a span {}
#featurePause {position:relative; height:0px; z-index:200;}
#featurePause img {position: absolute; top: 300px; left: 900px; z-index: 210; display: none;}

/*# Hospitals #*/
#hospitals {background-color: white; height:330px; width:100%; max-width:960px; margin: 0px auto 20px auto;
-webkit-box-shadow: 0px 8px 10px -6px rgba(0,0,0,0.5), 0px -8px 10px -6px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 8px 10px -6px rgba(0,0,0,0.5), 0px -8px 10px -6px rgba(0,0,0,0.5);
box-shadow: 0px 8px 10px -6px rgba(0,0,0,0.5), 0px -8px 10px -6px rgba(0,0,0,0.5); }
#hospitals h2 {font-size: 20px;margin:25px 0 0 50px;}
#hospitals ul {margin:30px 30px; list-style:none;}
#hospitals li {clear:both; line-height: 30px; font-size:larger;font-style:oblique;}
#hospitals li a {text-decoration: none; color: #333}
#hospitals li a:hover {text-decoration: underline; color: #6cf}
#hospitalsList {width:60%; height:100%; float:left}
#hospitalsList li span {float:right;font-style:italic;margin-right: 20px;}
#hospitalsList li span:hover {ext-decoration: underline; color: #6cf}
#hospitalsImages {width:40%; height:100%; float:left;background-color:#e3e3e3;display: flex;justify-content: space-around;align-items: center;}
#hospitalsImages img {}

/*# Main Container/Home/Features #*/
.homePageFeature { margin:0px 25px 30px 5px; width:300px; float:left; }
.homePageFeature:last-child { margin-right:0px; }
.homePageFeature h1 { margin:0px 0px 10px 0px; font-size:18px; font-weight:normal; }
.homePageFeature.moreInformation h1 { visibility:hidden; }
.homePageFeature h2 { font-size:14px; font-weight:bold; color:#222222; } 
.homePageFeature figure { margin:0px 0px 15px 0px; padding:5px; width:290px; height:190px; overflow:hidden; background:#ffffff; -webkit-box-shadow: 0px 0px 5px 0px #dddddd; -moz-box-shadow: 0px 0px 5px 0px #dddddd; box-shadow: 0px 0px 5px 0px #dddddd; }
.homePageFeature figure img { width:290px; height:190px; }
.homePageFeature p { }
.homePageFeature .box { padding:15px 20px 20px 20px; background:#f9f9f9; border:1px solid; border-color:#c6c6c6 #e8e8e8 #f3f3f3 #e8e8e8; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow: 0px 0px 5px 0px #efefef; -moz-box-shadow: 0px 0px 5px 0px #efefef; box-shadow: 0px 0px 5px 0px #efefef; }

.homeContent {
    width: 66%;
    float: left;
    margin-right: 3%;
}
.homeNews {
    width:30%;
    float: left;
}
.grid-row {
  display: table;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.grid-column {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-column.full {
  width: 100%; }

.grid-column.two-thirds {
  width: 100%; }

.grid-column.half {
  width: 100%; }

.grid-column.third {
  width: 100%; }

.grid-column.quarter {
  width: 100%; }

.grid-column.left-navigation {
  width: 100%; }

@media screen and (min-width: 60em) {
  .grid-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }

  .grid-column {
    display: block; }

  .grid-column.primary {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }

  .grid-column.full {
    width: 100%; }

  .grid-column.two-thirds {
    width: 66.7%; }

  .grid-column.half {
    width: 50%; }

  .grid-column.third {
    width: 33.3%; }

  .grid-column.quarter {
    width: 25%; }

  .grid-column.left-navigation {
    width: 16.25rem; }
 }

.column {
  float: left; }

.column.full {
  width: 100%; }

.column.two-thirds {
  width: 100%; }

.column.half {
  width: 100%; }

.column.third {
  width: 100%; }

.column.quarter {
  width: 100%; }

.column.flow-opposite {
  float: right; }

@media all and (min-width: 60em) {
  .column.two-thirds {
    width: 66.7%; }

  .column.half {
    width: 50%; }

  .column.third {
    width: 33.3%; }

  .column.quarter {
    width: 25%; }
 }
/*# Main Container/Interior/Banner #*/
#banner { margin:5px 5px 15px 5px; background:#628897 url(../Images/bgnd-banner.jpg) no-repeat bottom right; height:150px; overflow:auto; color:#ffffff; padding:0px 400px 0px 25px; }
#banner h1 { color:#ffffff; }


/*# Main Container/Interior/Secondary Nav #*/
#secondaryNav { border:1px solid #d7dadc; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; margin:5px 25px 15px 5px; width:238px; background:#f2f5f7; float:left; }
#secondaryNav header { background:#0562a7; border:1px solid #003a66; border-top-color:#6187a3; border-bottom-color:#002e52; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; -moz-border-radius-bottomright:0px; -moz-border-radius-bottomleft:0px; -webkit-border-radius:3px 3px 0px 0px; border-radius:3px 3px 0px 0px; margin:1px; }
#secondaryNav header h1 { font-weight:bold; font-size:15px; color:#ffffff; line-height:34px; margin:0px; padding:0px 5px; text-shadow:1px 1px 2px #333333; }

/* Primary */
#secondaryNav ul { margin:0px 12px; padding:0px; }
#secondaryNav ul li { margin:0px; padding:0px; }
#secondaryNav ul li a,
#secondaryNav ul li.highlighted span { display:block; line-height:16px; font-size:11px; font-weight:bold; text-decoration:none; color:#0563ab; padding:7px 0px 7px 10px; background:url(../Images/bgnd-secondary-nav-item.gif) no-repeat -400px 0px; border-top:1px solid #fcfcfd; border-bottom:1px solid #e0e3e4; }
#secondaryNav ul li a:focus,
#secondaryNav ul li a:hover { color:#003e6d; background-position:0px 0px; }
#secondaryNav ul li.highlighted span { color:#003e6d; background-position:0px 0px; }
#secondaryNav ul li.first a { border-top:none; }
#secondaryNav ul li.last a { border-bottom:none; }

/* Secondary */
#secondaryNav ul ul { margin:0px 0px 0px 6px; }
#secondaryNav ul ul li a,
#secondaryNav ul ul li.highlighted span { background-position:-400px -5px; }
#secondaryNav ul ul li a,
#secondaryNav ul ul li.highlighted span { padding:3px 0px 3px 10px; }
#secondaryNav ul ul li a:focus,
#secondaryNav ul ul li a:hover { background-position:0px -5px; }
#secondaryNav ul ul li.highlighted span { background-position:0px -5px; }

/* Tertiary */
#secondaryNav ul ul ul { }
#secondaryNav ul ul li.highlighted ul { }
#secondaryNav ul ul ul a { color:#999999; }
#secondaryNav ul ul ul a:hover,
#secondaryNav ul ul ul a:focus,
#secondaryNav ul ul ul li.highlighted span { color:#666666; }

.breadcrumbs {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  font-size: 0.75rem;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top; }

.breadcrumbs .list-item {
   display: inline;
  margin-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  height: 1rem;
  line-height: 1rem;
  text-decoration: none;
}

.breadcrumbs .list-item.current {
  color: #aaa; }

.breadcrumbs .icon {
  display: block;
  width: 1rem;
  height: 100%; }

.left-column-content {
  width: 100%; }

.left-navigation {
  position: relative;
  margin-bottom: 1rem; }

.left-navigation .navigation {
  display: none;
  margin-bottom: 1rem; }

.left-navigation .navigation.is-visible {
  display: block; }

.left-navigation li:last-child .nav-item {
  border-bottom: none; }
.left-navigation li.current .nav-item {
  background: #d0d0d0; }
.left-navigation li .nav-item, .left-navigation li .nav-item-parent {
  padding: 0.5rem 1rem;
  min-height: 2.5rem;
  line-height: 1.5rem;
  border-bottom: 0.0625rem solid #d0d0d0;
  color: white; }
.left-navigation li .nav-item-parent {
  background: #bebebe; }
  .left-navigation li .nav-item-parent:hover {
    background: #cbcbcb; }
.left-navigation li .nav-item {
  background: #aaa; }
  .left-navigation li .nav-item:hover {
    background: #c3c3c3; }

@media screen and (min-width: 60em) {
  .left-navigation .navigation {
    display: block; }
 }

/*# Main Container/Interior/Aside #*/
aside { border:1px solid #ededed; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; margin:0; width:100%; background:#ffffff; float:left; clear:left; }
aside header { background:#c8d6e0; border:1px solid #c0ccd6; border-top-color:#dde6ec; border-bottom-color:#96a1a9; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; -moz-border-radius-bottomright:0px; -moz-border-radius-bottomleft:0px; -webkit-border-radius:3px 3px 0px 0px; border-radius:3px 3px 0px 0px; margin:1px; }
aside header h1 { font-weight:bold; font-size:15px; color:#003e6d; line-height:34px; margin:0px; padding:0px 5px; text-shadow:1px 1px 2px #d7e1e8; }
aside section { background:#f2f5f7 url(http://cdn.hsc.wvu.edu/CustomDesigns/WVUHS2014/_common/styles/app_themes/WVUHealthcare/img/bgnd-aside.png) repeat-x bottom; margin:1px; line-height:1.5em; padding:10px 5px 15px 5px; }
aside section img { margin-bottom:5px; }
aside section p { padding:0px 0px 1em 0px; }
aside section ul { margin-left:5px; }


/*# Main Container/Interior #*/
#main.sidebar-left .column-wrapper,
#main.sidebars-both .column-wrapper{ overflow:hidden; height:1%; background:#ffffff url(../Images/bgnd-main-sidebars-left.png) repeat-y; }

article.page-content {
  margin: 1em;
}
.main article { min-height:500px; min-height: 65vh; margin:1em;}
#main.sidebar article,
#main.sidebar-left article { padding:10px 20px 200px 250px; }
#main.no-sidebar article { padding:10px 20px 200px 20px; }
#main.sidebars-both article { float:left; width:450px; padding:10px 0px 200px 20px; }

#services-header { border:none; margin:5px 0px 25px 0px; width:681px; height:200px; background:#003c6a; float:left; padding:2px; color:#ffffff; font-size:12px; line-height:15px; }
#services-header p { line-height:15px; }
#services-banner { border:1px solid #0563ab; width:448px; height:198px; overflow:hidden; float:left; margin-right:10px; }

.main > header { width:948px; height:213px; 
  border:1px solid #d9dcde; margin:5px 5px 1px 5px; padding:0px; overflow:hidden; 
  background:#00477d url(../Images/bgnd-header-bottom.png) repeat-x bottom; }
.main > header .header-image { border-bottom:1px solid #d9dcde; width:948px; height:150px; overflow:hidden; }
.main > header .breadcrumbs { padding:5px 7px 0px 7px; color:#ffffff; font-size:12px; }
.main > header .breadcrumbs a { color:#ffffff; text-decoration:none; }
.main > header .breadcrumbs a:hover,
.main > header .breadcrumbs a:focus { color:#ffffff; text-decoration:underline; }
.main > header h1 { font-size:30px; font-weight:normal; color:#ffffff; padding:0px 5px; margin:0px; }

aside.navigation { width:225px; margin:0px; padding:0px; border:none; margin:0px 0px 0px 5px; background:none; }
aside.navigation ul { padding-top:3px; }
aside.navigation ul li { border-bottom:2px solid #e5ecf0; margin:0px 5px; }
aside.navigation ul li a { margin-top:2px; padding:5px 0px 5px 12px; display:block; line-height:18px; text-decoration:none; background:url(../Images/hs-arrow-light.png) no-repeat 3px 11px; }
aside.navigation ul li a:hover,
aside.navigation ul li a:focus { text-decoration:underline; background-image:url(../Images/hs-arrow-dark.png); }
aside.navigation ul li.CMSListMenuHighlightedLI > a { font-weight:bold; background-image:url(../Images/hs-arrow-dark.png); }
aside.navigation ul li ul { display:block; padding-top:0px; margin-top:0px; }
aside.navigation ul li ul li { border:none; margin:0px 0px 0px 10px; }
aside.navigation ul li ul li a { padding:0px 0px 0px 12px; line-height:18px; font-size:12px; background-position:3px 5px; }

aside.navigation section.extra-navigation { background:none; }
aside.navigation section.extra-navigation ul { }
aside.navigation section.extra-navigation ul li { border:none; margin:0px; }
aside.navigation section.extra-navigation ul li.find-doc { position:relative; left:-18px; }
aside.navigation section.extra-navigation ul li a { margin:0px; padding:0px; display:inline; line-height:1em; background:none; }
aside.navigation section.extra-navigation ul li a.button { background:url(../Images/bgnd-button.png) no-repeat; display:block; line-height:38px; text-decoration:none; }

aside.related { margin:5px 5px 15px 5px; width:235px; float:right; clear:right; }

aside.related.provider-alert { background:#c9d7e1; border-color:#96bcd9; margin-bottom:5px; }
aside.related.provider-alert header { display:none; }
aside.related.provider-alert section { padding:5px 5px 5px 40px; background:url(../Images/bgnd-info-alert.jpg) no-repeat 5px 5px; }

a.more-info { padding-left:8px; background:url(../Images/hs-arrow-dark.png) no-repeat center left; }

aside.related.appointments header,
aside.related.locations header { background:#0562a7; border:1px solid #003a66; border-top-color:#6187a3; border-bottom-color:#002e52; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; -moz-border-radius-bottomright:0px; -moz-border-radius-bottomleft:0px; -webkit-border-radius:3px 3px 0px 0px; border-radius:3px 3px 0px 0px; margin:1px; }
aside.related.appointments header h1,
aside.related.locations header h1 { font-weight:bold; font-size:15px; color:#ffffff; line-height:34px; margin:0px; padding:0px 5px; text-shadow:1px 1px 2px #333333; }

/*# Landing Page #*/
.landing-page-section { border:1px solid #ededed; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; margin:5px 0px 15px 0px; 
  background:#F2F5F7; overflow:hidden; height:1%; }
.landing-page-section header { background:#0562a7; border:1px solid #003a66; border-top-color:#6187a3; border-bottom-color:#002e52; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; -moz-border-radius-bottomright:0px; -moz-border-radius-bottomleft:0px; -webkit-border-radius:3px 3px 0px 0px; border-radius:3px 3px 0px 0px; margin:1px; }
.landing-page-section header h2 { font-weight:bold; font-size:15px; color:#ffffff; line-height:34px; margin:0px; padding:0px 5px; text-shadow:1px 1px 2px #333333; }
.landing-page-section .image { float:left; width:250px; height:110px; overflow:hidden; border:1px solid #bec0c1; margin:0px 15px 0px 0px; }
.landing-page-section ul { margin:10px 20px 20px 275px; padding-left:35px; border-left:1px solid #bec0c1; }
.landing-page-section ul a { text-decoration:none; }
.landing-page-section ul a:hover,
.landing-page-section ul a:focus { text-decoration:underline; }

aside.navigation section.extra-navigation .landing-page-extra { margin:15px 0px 0px 0px; padding:0px; }
aside.navigation section.extra-navigation .landing-page-extra li { display:inline; margin:0px; padding:0px; }
aside.navigation section.extra-navigation .landing-page-extra li a { display:block; font-weight:bold; font-size:14px; color:#fff; 
  border:1px solid #0f498d; border-width:1px 0px; border-top-color:#4186bb; padding:10px;
   background:#166bac url(../Images/widget-arrows.png) no-repeat right -68px; }
aside.navigation section.extra-navigation .landing-page-extra li a:hover,
aside.navigation section.extra-navigation .landing-page-extra li a:focus { background-color:#005a9f; text-decoration:none; }


/*# Main Container/Footer #*/
#container > footer { position:relative; background:#545d6e url(../Images/bgnd-footer.png) repeat-x; clear:both; line-height: 38px; margin-bottom: -20px; min-height: 175px}
#siteInfo { position:relative; top:0px; width:960px; margin:0px auto; height:28px; padding-top:11px; overflow:hidden; color:#333; font-size:11px; font-weight:bold; }
#footerNav { position:absolute; width:480px; left:480px; top:11px; text-align:right; }
#footerNav li { display:inline; padding-left:10px; }
#footerNav li a { color:#ffffff; text-decoration:none; }
#footerNav li a:focus,
#footerNav li a:hover { text-decoration:underline; }

#logoPile { position:relative; border:1px solid #000; border-color:#222; background:#323c4c; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; padding:10px; margin:30px auto; width:960px; }
#logoPile ul { background:url(../Images/logo-pile.jpg) no-repeat; width:960px; height:60px; overflow:hidden; }
#logoPile ul li { }
#logoPile ul li a { display:block; height:60px; position:absolute; top:10px; text-indent:-9999px; }
#logoPile ul li#hscLogo a { left:160px; width:260px; }
#logoPile ul li#wvuhLogo a { left:610px; width:175px; }

/*# Map Styles #*/
.maps-directions { margin-bottom:24px; }
.mapLegend { }
.mapLegend caption { }	
.mapLegend th { text-align:left; padding:6px !important; }	
.mapLegend th.mapLegendNum { width:20px; text-indent:-9999px; }
.mapLegend th.mapLegendFacility { width:280px; }
.mapLegend th.mapLegendAddress { }
.mapLegend th.mapLegendPhone { width:150px; }
.mapLegend td { padding:6px !important; }
.mapLegend td.mapLegendNum { text-align:center; background:#666666 !important; }
.mapLegend td.mapLegendNum a { color:#ffffff; font-weight:bold; font-size:14px; }
.mapLegend td em { font-size:10px; }
.mapLegend td a { font-weight:bold; }

a.mapIt { display:block; width:79px; height:23px; margin:5px 0px 2px 0px; display:block; text-indent:-9999px; background:url(../Images/btn-mapit.png) no-repeat 0px 0px; }
a.mapIt:hover,
a.mapIt:focus { background-position:0px -23px; }

#mapContainer { width:99%; margin:17px auto 17px auto; padding:0px; position:relative; }
#map_canvas { height:500px; width:100%; margin:0px auto 24px auto; border:1px solid #095ea1; }
#directionsPanel { width:100%; margin:0px auto; } 
#directionsPanel .adp-directions { width:100%; margin:0px auto; } 
#directionsPanel .adp-text { position:relative; }
#directionsPanel .adp-text .resetMap { position:absolute; top:10px; right:10px; display:block; padding:3px 12px; margin:0px; border:1px solid #ebf3fd; background:url(http://cdn.hsc.wvu.edu/CustomDesigns/WVUHS2014/_common/images/mapIcons/directionsBtnBg.jpg) repeat-x; text-transform:uppercase; }

.mapPopup p { font-size:15px; font-weight:bold; margin:0px; padding:0px; }
.mapPopup input#startAddress { background:#ffffff; margin:5px 0px; padding:3px; width:280px; height:22px; color:#999999; }
.mapPopup input.submitGetDirections { display:block; }
#directionsForm {height:auto; min-width: 0px}

/*Locations pages*/

.alphabetical-list {
  position: fixed;
  top: 3em;
  right: 0;
  margin: 0;
  padding: 0.125em 0 0 0;
  background: #fff;
  height: 100%;
  list-style: none;
  font-family: 'Verdana', 'Segoe UI', 'Helvetica', 'Open Sans', Arial, sans-serif; }
  .alphabetical-list li {
    width: 1.5em;
    height: 2.25%; }
  .alphabetical-list .alphabetical-link {
    display: block;
    background: #fff;
    font-size: 0.75em;
    text-align: center;
    text-decoration: none;
    color: #bbbbbb; }
    .alphabetical-list .alphabetical-link.active {
      box-shadow: -0.125em 0 0 0 #0064BF;
      color: #0064BF; }

.content-letter-listing .letter-listings {
  margin-bottom: 1em; }
  .content-letter-listing .letter-listings:first-of-type h2 {
    border-top: none; }
.content-letter-listing h2 {
  padding-top: 1rem;
  padding-bottom: 0;
  border-top: 0.0625em solid #d4d4d4;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #555; }
.content-letter-listing h3 {
  margin-bottom: 0.5em;
  color: #2c344d; }
.content-letter-listing ul {
  margin-top: 0;
  padding-left: 0.5em;
  list-style: none; }
.content-letter-listing .link {
  color: #0064BF; }

@media all and (min-width: 53.125em) {
  .alphabetical-list {
    position: relative;
    top: auto;
    right: auto;
    left: 0;
    margin-bottom: 2em;
    width: 100%;
    height: 3em; }
    .alphabetical-list li {
      display: inline-block;
      margin-right: -0.3875em;
      min-width: 3.84615%;
      height: 3em; }
    .alphabetical-list .alphabetical-link {
      display: block;
      background: #f3f3f3;
      height: 3rem;
      font-size: 0.9375em;
      line-height: 3rem;
      color: #959595; }
      .alphabetical-list .alphabetical-link:hover {
        background: #eee;
        box-shadow: 0 0.125em 0 0 #59b0ff;
        color: #555; }
      .alphabetical-list .alphabetical-link.active {
        background: #e6e6e6;
        box-shadow: 0 0.125em 0 0 #0064BF; }

  .content-letter-listing .letter-listings {
    display: none;
    margin-bottom: 2em; }
    .content-letter-listing .letter-listings.active {
      display: block; }
 }

.location-information {
  position: relative;
  margin-bottom: 0.25rem;
  font-family: 'Verdana', 'Segoe UI', 'Helvetica', 'Open Sans', Arial, sans-serif; }
  .location-information .address-line {
    display: block;
    font-style: normal;
    line-height: 1.5rem; }

.location-map {
  display: none;
  width: 100%;
  height: 30rem;
  background: #eee; }

.location-clinic-information {
  margin-top: 1rem;
  font-family: 'Verdana', 'Segoe UI', 'Helvetica', 'Open Sans', Arial, sans-serif; }
  .location-clinic-information .clinic {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.0625rem dotted #d4d4d4; }
    .location-clinic-information .clinic .label {
      margin-bottom: 0.25rem; }

.get-directions {
  width: 16rem; }

.get-directions h4 {
  font-size: 0.75rem;
  font-weight: 400;
  color: #0064BF;
  margin: 0 0 .5rem 0; }

.get-directions-form {
  background: #fff; }

.get-directions-form input {
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 93%;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
  border: 0.0625rem solid #a2a2a2;
}

.get-directions-form .button-view {
  width: auto;
  font-size: 0.75rem; }

@media all and (min-width: 53.125em) {
  .location-information {
    margin-bottom: 1.5rem; }

  .mobile-map-link {
    display: none; }

  .location-map {
    margin-bottom: 1.5rem;
    display: block; }

  .location-clinic-information .clinic .mobile-tel {
    margin-bottom: 0;
    padding: 0;
    height: 1.5rem;
    line-height: 1.5rem;
    background: transparent;
    color: #0064BF;
    cursor: default; }
 }

/*# Healthcare Services #*/
.hs-alpha-links { margin:0px; padding:0px; }
.hs-alpha-links li { display:inline; padding:0px 8px 0px 0px; }
.hsMenuCMSListMenuUL { margin:25px 5px; padding:0px; }
.hsMenuCMSListMenuUL li { background:#efefef; border:1px solid #dedede; margin-bottom:20px; list-style:none; overflow:hidden; }
.hsMenuCMSListMenuUL li a { font-size:48px; color:#444444; text-decoration:none; display:block; float:left; width:100px; margin:10px 20px; }
.hsMenuCMSListMenuUL li ul { float:left; width:720px; background:#f7f7f7; border-top:1px solid #b9b9b9; margin:20px 0px 20px 0px; padding:0px; }
.hsMenuCMSListMenuUL li ul li { background:#f7f7f7 url(../Images/hs-arrow-light.png) no-repeat 6px 12px; border:none; border-bottom:1px solid #b9b9b9; margin:0px; padding:10px 20px; }
.hsMenuCMSListMenuUL li ul li a { font-weight:bold; font-size:12px; color:#0563ab; display:inline; width:auto; margin:0px; padding:0px; }
.hsMenuCMSListMenuUL li ul li a:hover { text-decoration:underline; color:#003e6d; }
.hsMenuCMSListMenuUL li ul li ul { border:none; margin:5px 0px; }
.hsMenuCMSListMenuUL li ul li ul li { background:url(../Images/hs-arrow-dark.png) no-repeat 6px 4px; border:none; padding:3px 20px; margin:0px; }
.hsMenuCMSListMenuUL li ul li ul li a { color:#888888; font-weight:bold; }
.hsMenuCMSListMenuUL li ul li ul li a:hover { text-decoration:underline; color:#003e6d; }


.maps-directions { border:1px solid #dedede; width:915px; }

/*# Media Section Styles #*/

.simple-news-feed {
  overflow: hidden;
  background: #e3e3e3; }

.simple-news-feed .news-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  color: #000; }

.news-items-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 0.0625rem solid #aaa;
}

.news-items-list .list-item, .news-items-list .list-item-date {
  display: block; }

.news-items-list .list-item {
  padding: 1rem;
  line-height: 1.5em;
  border-bottom: 0.0625rem solid #aaa;
  text-decoration: none;
}

.news-items-list .list-item:hover {
  background: #c3c3c3; }

.news-items-list li:first-child .list-item {
  border-top: 0.0625rem solid #aaa; }

.news-items-list li:last-child .list-item {
  margin-bottom: 0;
  border-bottom: none; }

.news-items-list .list-item-text {
  margin: 0;
  padding: 0;
  line-height: 1.5em; }

.news-items-list .list-item-date {
  font-size: 0.75rem;
  color: #000; }

.news-item .news-item-content > div > p > img {
    float: left;
    max-width: 200px;
    margin-right: 10px;
}

/* News Page */
.search-action {
  margin-bottom: 1rem;
  width: 100%;
}
input.search-box.form {
  width: calc(100% - 7rem);
  line-height: 18px;
  margin-left: 10px;
}
.search-action {
  margin-bottom: 1rem;
  width: 100%;
}
ul.list {
  margin: 0;
  padding: 0;
}

.news-feed { float:right; position:relative; top:3px; }

.news-listing { height:100px; }
.news-listing ul { position:relative; width:690px; margin:0px; padding:0px; background:#c9d7e1; height:32px; }
.news-listing ul li { float:right; list-style:none; padding:0px 5px; line-height:32px; }
.news-listing ul li a { font-size:16px; text-decoration:none; }
.news-listing ul li a:hover,
.news-listing ul li a:focus { text-decoration:underline; }
.news-listing ul ul { position:absolute; top:40px; right:0px; background:#f2f5f7; }
.news-listing ul ul li { }
.news-listing ul ul li a { font-size:13px; color:#a3c2d9; }
.news-listing ul ul li a:hover,
.news-listing ul ul li a:focus { color:#003c6a; }
.news-listing ul li.HighLighted > a { font-weight:bold; color:#003c6a; }

.news-item { padding:0; border-bottom:1px solid #eeeeee; overflow:hidden; height:1%; }
.news-item .headline { float:left; font-weight:bold; width:80%; }
.news-item .headline a { text-decoration:none; }
.news-item .headline a:hover,
.news-item .headline a:focus { text-decoration:underline; }
.news-item .sortdate { float:right; }

.hh-preview { overflow:hidden; height:1%; }
.hh-preview .image { float:left; margin:0px 12px 12px 0px; border:1px solid #e2e2e2; padding:5px; }
.hh-default .image { float:right; margin:0px 0px 12px 12px; border:1px solid #e2e2e2; padding:5px; }
.hh-default .return { text-align:right; font-size:12px; padding-bottom:5px; }
.hh-default .return a { text-decoration:none; }
.hh-default .return a:hover,
.hh-default .return a:focus { text-decoration:underline; }
.hh-default .return a .arrow { position:relative; top:-2px; }

.feature-image { float:right; margin:0px 0px 12px 12px; border:1px solid #e2e2e2; padding:5px; }

.vendor-breadcrumbs { background:#C9D7E1; font-size:14px; padding:10px 8px; font-weight:bold; margin-bottom:18px; }
.vendor-breadcrumbs a:link,
.vendor-breadcrumbs a:visited { padding:0px 18px 0px 0px; }
.vendor-breadcrumbs a:hover,
.vendor-breadcrumbs a:focus { text-decoration:underline; }
.vendor-categories { float:left; width:175px; background:#f2f5f7; border:1px solid #c9d7e1; border-bottom:none; }
.vendor-categories ul { margin:0px; padding:0px; }
.vendor-categories li { list-style:none; margin:0px; padding:0px; }
.vendor-categories li a { display:block; padding:6px; border-bottom:1px solid #c9d7e1; text-decoration:none; }
.vendor-categories li a:hover,
.vendor-categories li a:active { background:#C9D7E1; text-decoration:underline; }
.vendor-list { margin-left:200px; min-height:500px; }


.video-list-item { overflow:hidden; height:1%; border-top:1px solid #c9d7e1; padding-top:15px; margin-top:5px; }
.video-list-item h2 { }
.video-list-item .thumbnail { display:none; }
.video-list-item .video { float:left; margin:0px 20px 20px 0px; }

.video-list-item.processed { }
.video-list-item.processed .thumbnail { display:block; width:200px; height:150px; float:left; margin:0px 20px 20px 0px; position:relative; }
.video-list-item.processed .thumbnail:hover { cursor:pointer; }
.video-list-item.processed .thumbnail .play-btn { display:block; width:100px; height:31px; 
  background:url(../Images/btn-play-video.png) no-repeat; position:absolute; bottom: 15px; left:15px; }
.video-list-item.processed .thumbnail:hover .play-btn { background:url(../Images/btn-play-video-hover.png) no-repeat; }
.video-list-item.processed .video { display:none; }
.video-list-item.processed .close { display:none; }

.video-list-item.open { position:relative; overflow:auto; margin:0px; padding:0px; }
.video-list-item.open .close { border:1px solid #666666; background:#333333; text-align:right; padding:10px; }
.video-list-item.open .close a { border:1px solid #666666; color:#999999; padding:2px 5px; text-transform:uppercase; text-decoration:none; }
.video-list-item.open .close a:hover { color:#cccccc; }
.video-list-item.open .video { margin:20px 25px; }



.ErrorLabel { color:#ffcc00; padding-bottom:12px; }
.EditingFormErrorLabel { color:#ffcc00; }


/*# Print Styles #*/
/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

@media only screen and (max-width: 900px) {
    header, nav, .content {
        width: 90%;
        margin: 0 auto;
    }
    #hospitalsList li span {display:none}
}
/*# 1.Mobile Styles #*/
@media only screen and (max-width: 480px) {
p {margin:5px}
#container, #mainHome, #main, body, html, nav  {width:100%; min-width:0 }
#container > header {width:100%; overflow: hidden;}
#container > header h1 a {width:100%;background: url(../Images/logo-m.jpg) no-repeat;background-size: 100%;}
#resourcesNav {
        display: none;
    }
header h1 {
    margin: 0 auto;
    width: 100%;
}
/*# 1.Mobile Styles/Main Nav #*/
#primaryNav {
  height: auto; 
  margin-top: 5px;
}
nav ul, nav ol {
  flex-wrap: column wrap;
  height: auto;
  margin: 0;
  padding: 0;
}

/*# 1.Mobile Styles/Features #*/
#feature,.featureItem,.featureBackground {height:auto}
.featureStory h1 {padding:0;margin-right: 10px}
.featureStory p {display:none}
.featureStory a {display:none}

/*# 1.Mobile Styles/Hospitals #*/
#hospitalsImages {display:none}
#hospitalsList {width:100%}
#hospitals {height: 250px;}
#hospitals h2 {margin: 10px; color:#6cf}
#hospitals ul {margin:0}
#hospitals li {}
#hospitalsList li span {display:none}

#mainHome {margin:0px}
article {margin:10px}
.main {background:white; width:100%; margin:0 auto; padding:0}
.main article {min-height: 500px;background: #FFF;border-radius: 5px;}
#container > footer {min-height:0}
#siteInfo {width:100%}
.homeContent {
 width: 90%;
  float: none;
  margin: 0 auto;
}
.homeNews {
  width: 100%;
  float: left;
}
nav ul, nav ol {
  flex-wrap: wrap;
  flex-flow: column;
  background: rgb(85, 92, 112);
}
#primaryNav li {
  align-self: center;
  background: rgb(85, 92, 112);
  display: flex;
  width: 100%;
  border-bottom: solid 1px rgb(148, 148, 148);
}
#primaryNav li a {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 2px #333333;
  margin: 0 auto;
  display: block;
  padding: 5px;
}

}