/***** CSS Reset *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
	background:transparent;
}
/***** HTML5 display-role reset for older browsers *****/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height:1;-webkit-text-size-adjust:100%;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
/*************************/
html {font-size:62.5%;}
body {
    color:#222222;
    font-size:16px;
    font-size:1.6rem;
    font-weight:normal;
    font-family:'Roboto',sans-serif;
    background:#f7f8fa;
}
body>iframe {display:none;} /* This kills the empty iframe from captcha that causes a white block at the bottom of the contact page. */

/***** Default Container Classes *****/
header, .inner, footer {
    max-width:1200px;
    position:relative;
    margin:0 auto;
}
header {overflow:hidden;}

/***** Default Headers *****/
h1, h2, h3, h4, h5 {
    display:block;
	color:#213675;
    font-size:44px;
	font-size:4.4rem;
    font-family:'Work Sans',sans-serif;
	line-height:1;
	margin-bottom:40px;
}
h2 {font-size:38px;font-size:3.8rem;margin-bottom:20px;}
h3 {font-size:30px;font-size:3rem;margin-bottom:20px;}
h4 {font-size:24px;font-size:2.4rem;margin-bottom:20px;}
h5 {font-size:18px;font-size:1.8rem;margin-bottom:20px;}

/***** Default Links *****/
a, a:active, a:visited {color:#213675;text-decoration:none;}
a:hover {color:#FF2812;text-decoration:none;}

.wysiwyg a {
    color: #fe2a12;
	text-decoration: underline;
}
.wysiwyg a:hover { text-decoration: none;color: #213675; }

/***** Default Lists *****/
ul.list {list-style:disc;margin:0;padding-left:20px;}
.arrowList, .wysiwyg ul, .wysiwyg ol {display:inline-block;margin:0 0 20px 20px;padding-left:20px;list-style-image:url('/img/arrow.png');}
.wysiwyg ol {list-style-image:none;list-style:decimal;}
.arrowList li, .wysiwyg li {padding:5px 0;line-height:1.3;}
.viewAll {display:block;margin-top:10px;}

/***** Defaults *****/
strong {font-weight:bold;}
p {line-height:1.7;margin-bottom:20px;}
.grayLine {margin:30px 0;border-top:1px solid #aaaaaa;}
.center {text-align:center;}
.right {text-align:right;}
.relative {position:relative;}
.noMargin {margin:0;}
.section.nestedSection {padding:0;}
.col.noTopMargin {margin-top:0;}
.col.noTopBotMargin {margin-top:0;margin-bottom:0;}
.imgResponsive {display:block;max-width:100%;}
.imgResponsive.center {margin:0 auto;}
.bgWhite {background:#ffffff;}
.bgGray {font-size:14px;font-size:1.4rem;background:#dedede;padding:30px 0;}
.bgLightGray {background:#eaeaea;}
.bgBlue {background:#213675;}
.bgSubfooter {color:#ffffff;padding:60px 0;margin-bottom:80px;background:url('/img/bgSubfooter.jpg') no-repeat center 0 / cover;}

/***** Header Section *****/
.topBar {color:#949494;font-size:18px;font-size:1.8rem;text-align:right;padding: 6px 0 14px 0;}
.topBar a:link, .topBar a:active, .topBar a:visited {color:#ffffff;}
.topBar a:hover {color:#949494;cursor:pointer;}
.iconMap {margin-left:30px;vertical-align:bottom;}
.logo { max-width: 200px;}
.socialIcon { width: 24px;padding-left:20px; }

/***** Navigation Menu *****/
nav {clear:both;max-width:1160px;margin:0 20px;border-top:2px solid #d8d8d8;}
nav ul {display:inline-block;overflow:hidden;margin:0 20px;background:transparent;}
nav li {float:left;}
nav li a {display:block;font-size:18px;font-size:1.8rem;padding:5px 25px;margin:15px 0;border-right:2px solid #d8d8d8;}
nav li:first-of-type a {padding-left:0;}
a.float:link, a.float:active, a.float:visited {float:right;color:#ffffff;height:45px;line-height:45px;padding:0 30px 0 20px;margin-top:40px;background:#FF2812;border:0;border-radius:5px;}
a.float.teal:link, a.float.teal:active, a.float.teal:visited {padding:0 25px;margin-right:15px;background:#213675;}
a.float img {position:relative;top:5px;}
nav li a:hover, nav li a.active {color:#FF2812;}
nav li a.last {padding-right:0;border:0;}

.mobileMenuLink {float:right;clear:right;margin-top:20px;}
.mobileMenuLink:hover {cursor:pointer;}
.mobileMenu li {width:100%;}
.mobileMenu a {display:block;font-size:18px;font-size:1.8rem;padding:15px 0 15px 10%;border-top:1px solid #cccccc;}
.mobileMenu a:hover, .mobileMenu a.active {color:#ffffff;background:#213675;cursor:pointer;}
.mobileMenu ul ul {display:none;background:#efefef;}
.mobileMenu li li {text-align:left;}
.mobileMenu li li a {font-size:16px;font-size:1.6rem;padding-left:15%;}
.mobileMenu a.lastSub {border:0;}
.mobileMenuLink img { width:35px; }

/***** Content *****/
#slider_mobile, .mobileMenuLink, .mobileMenu, .mobileOnly, .col.mobileOnly, .imgHero.mobileOnly {display:none;}
.headerInterior, .headerInterior_mobile {font-size:0;background-image: url(/img/bgInternalHeader.jpg);height: 240px; }
div#headerInteriorTitle { 
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    font-size: 5rem;
    padding-top: 7%;
    margin-bottom: 0;
}    
/* .headerInterior img, .headerInterior_mobile img {width:100%;} */
.contentPad {padding:80px 0;}
.heroHead {position:absolute;top:25%;left:0;right:0;max-width:1160px;padding:0 20px;margin:auto;}
.heroHead h1 {font-size:40px;font-size:4rem;font-weight:600;line-height:1.2;margin-bottom:20px;}
.boxes {margin:-11% auto 60px;}
.imgHero {display:block;width:100%;}
.heroHead p {width:40%;font-size:19px;font-size:1.9rem;color:#203675;}
.headerBox a {display:block;color:#ffffff;font-size:24px;font-size:2.4rem;line-height:1.2;padding:20% 20px;transition-property:all;transition-duration:.3s;transition-timing-function:linear;}
.hero1 {background:url('/img/hero1.png') no-repeat center center / cover;}
.hero2 {background:url('/img/hero2.png') no-repeat center center / cover;}
.hero3 {background:url('/img/hero3.png') no-repeat center center / cover;}
.hero4 {background:url('/img/hero4.png') no-repeat center center / cover;}
.headerBox a:hover {transform:scale(1.05, 1.05);-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);}
.tealBorder {height:5px;width:25%;margin-left:20px;background:#FF2812;}
.tealTop:before {content:'';display:block;position:relative;height:5px;width:25%;margin-left:20px;background:#FF2812;z-index:1;}
.homeServices {padding:0 5% 40% 5%;margin-bottom:60px;background:#ffffff url('/img/bgServices.jpg') no-repeat bottom center / 100%;}
#servicesImage {width:90%;}
.grayBorder {height:3px;margin:40px 20px 0;background:#eeeeee;}
.grayBorder.right {float:right;width:72%;margin:1px 20px 0 0;}
.homeNews {background:#ffffff;}
.homeServices h2, .homeNews h2 {color:#222222;margin-bottom:50px;}
.homeServices p, .subFooterInner p { font-size:18px;font-size:1.8rem; }
.homeNews h2 {padding:5% 0 0 3%;}
/* .newsLogo {position:relative;box-sizing:border-box;padding:10% 10% 20%;border:1px solid #d8d8d8;margin-bottom:20px;overflow: hidden;} */
.newsLogo {
position: relative;
    box-sizing: border-box;
    padding: 10% 10% 20%;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 0;
    padding-top: 0;	
    background: url(/img/bgNews.png) center no-repeat;    
}
div.readMoreLink a {position: absolute;
    bottom: 10px;
    right: 10px;}
.newsLogo img {max-width:90%;}
.dateBlock {position:absolute;left:0;top:0;display:block;color:#ffffff;padding:10px 15px 5px;background:#213675;}
.calDay, .calMonth {display:block;font-size:20px;font-size:2rem;text-transform:uppercase;}
.calDay {font-size:30px;font-size:3rem;}
.homeNewsItem {padding:20px;}
div.homeNewsTitle { font-size: 14px;font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
.newsTitleBlurb {
    margin-left: 80px;
}
div.homeNewsTitle a { font-size:20px;font-size:2rem;margin-bottom:10px;display: block;margin-top: 10px; }
a.viewAll {display:inline-block;color:#ffffff;padding:15px 30px;margin-top:40px;background:#FF2812;border-radius:5px;transition-property:all;transition-duration:.3s;transition-timing-function:linear;}
a.viewAll:hover {background:#213675;}
.subFooter a:link, .subFooter a:active, .subFooter a:visited {display:inline-block;color:#ffffff;padding:15px 25px;background:#FF2812;border-radius:5px;transition-property:all;transition-duration:.3s;transition-timing-function:linear;}
.subFooter a:hover {color:#FF2812;background:#ffffff;}
.subFooterInner h3 {color:#ffffff;margin-bottom:30px;}
/*** Left Menu ***/
.leftMenu {width:90%;}
.leftMenuHead {color:#213675;font-size:24px;font-size:2.4rem;padding-top:15px;margin-bottom:20px;border-top:2px solid #d8d8d8;}
.leftMenu ul {width:100%;list-style-image:none;padding:0;margin:0;}
.leftMenu li {padding:4px 0;}
.leftMenu a {display:block;padding:13px 10px 11px;background:#eaeaea url('/img/iconArrow.png') no-repeat 95% center;color:#213675; text-decoration: none;}
.leftMenu a.active, .leftMenu a:hover {color:#ffffff;background:#213675;}
/*** Left Sub Menu ***/
.leftMenu ul.subLeft {list-style-image:url(/img/arrow.png);padding-left:25px;margin-top:10px;}
.leftMenu .subLeft a {padding:3px 0 3px 0;background:#ffffff;}
.leftMenu .subLeft a.active {color:#213675;}

/***** WYSIWYG Content *****/
.wysiwyg {min-height:400px;}
.wysiwyg h1 {color:#222222;}
.wysiwyg h2 {color:#213675;font-size:30px;font-size:3rem;line-height:1.2;margin-bottom:10px;}
.wysiwyg h3 {color:#213675;font-size:24px;font-size:2.4rem;line-height:1.2;margin-bottom:10px;}
.wysiwyg p {font-size:inherit;line-height:1.7;}
.wysiwyg p+ul {margin-top:-10px;}
.wysiwyg li+ul {list-style:circle;margin-bottom:0;}
.wysiwyg span {font-size:inherit !important;line-height:inherit !important;}
.wysiwyg img {max-width:100%;height:auto;}
.imageLeft {float:left;margin:0 40px 40px 0;}
.imageRight {float:right;margin:0 0 40px 40px;}
.imageCenter {display:block;margin:0 auto;}

/***** Staff *****/
/*.staffImage {float:left;margin:0 30px 30px 0;}
.staffCopy {min-height:270px;padding-bottom:30px;margin-bottom:50px;border-bottom:1px solid #cccccc;}
.staffCopy h2 {line-height:1.3;margin-bottom:0;}
.staffTitle {color:#04aefb;font-style:italic;font-size:18px;font-size:1.8rem;line-height:1.2;}
.staffContact {margin-bottom:10px;}
.noStaffPic {padding-bottom:20px;margin-bottom:30px;border-bottom:1px solid #aaaaaa;}
.wysiwyg h2.staffName {color:#1967ab;font-size:26px;font-size:2.6rem;margin-bottom:10px;}
.wysiwyg h2.pageTitle {font-size:40px;font-size:4rem;margin-bottom:30px;}
.staffBox {
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    display: inline-block;
}    
*/
/***** Staff ****/
.section.staff {padding-bottom:40px;margin-bottom:50px;border-bottom:2px solid #dddddd;}
.staffInfo {padding:30px 0 0 5%;}
.section.staff:last-of-type {padding-bottom:0;margin-bottom:0;border:0;}
.sideStaff .staffInfo {padding-left:0;}
.sideStaff {padding-top:30px;background:#f7f7f7;}
.sideStaff .section.staff {padding-bottom:0;border:0;}
.staffBorder {padding-bottom:30px;border-bottom:2px solid #dddddd;}
.sideStaff .staff:last-of-type .staffBorder {border-bottom:0;}
.wysiwyg h3.gray {color:#96a5b6;margin-bottom:20px;}
h3.staffName {color:#212121;font-size:20px;font-size:2.0rem;}
.staffBox { background:#eaeaea;padding:20px;text-align:center;display: inline-block;}
.staffBoxHover:hover { padding-top:16px;padding-bottom:24px;}
.staffBio { padding:0 15px;}
img.staffPhoto { border-radius: 0px; padding-bottom:5px;-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);margin-left: auto;margin-right: auto;}
.staffTitle { font-size:16px;font-size:1.6rem; }

/***** News and Events *****/
.newsDetails, .eventDetails {margin-bottom:50px;}
.eventTitle, .eventInfo, .newsTitle, .newsInfo {display:block;line-height:1.5;}
.newsInfo, .eventInfo {min-height:200px;overflow:auto;}
.news h2, .events h2 {color:#213675;font-size:26px;font-size:2.6rem;margin-bottom:10px;}
.eventDetails span {display:block;padding:5px 0;}
.newsImgContainer, .eventImgContainer {float:right;margin-left:30px;overflow:auto;}
.newsImgContainer img, .eventImgContainer img {float:right;clear:right;max-width:300px;margin-bottom:30px;}
.listDate {display:block;margin-top:5px;}
.titleDate {display:block;font-size:16px;font-size:1.6rem;margin-top:10px;}
#otherNewsCol { padding-left:20px;border-left: 1px solid #ccc;min-height:400px; }

/***** Photo Gallery *****/
.photoGalleryImages img {width:100%;}
.videoDescription {margin:10px 0 50px;}

/***** Buttons *****/
a.blueButton:link, a.blueButton:active, a.blueButton:visited {
    padding: 0 25px;
    margin-right: 15px;
    background: #213675;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    border: 0;
    border-radius: 5px;
    display: inline-block;
	text-decoration: none;
	transition-property:background;
	transition-duration:.3s;
	transition-timing-function:linear;
	-webkit-appearance:none; /* kills weird styling Apple does to the button on the phone. Dumb Apple. */
}

a.blueButton:hover { background-color:#FF2812; }

.subFooterInner a.blueButton:link, .subFooterInner a.blueButton:active, .subFooterInner a.blueButton:visited {
    padding: 0 25px;
    margin-right: 15px;
    background: #FF2812;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    border: 0;
    border-radius: 5px;
    display: inline-block;
	transition-property:background;
	transition-duration:.3s;
	transition-timing-function:linear;
	-webkit-appearance:none; /* kills weird styling Apple does to the button on the phone. Dumb Apple. */
}

.subFooterInner a.blueButton:hover { color: #FF2812;background:#ffffff; }

/***** Facebook Like Button *****/
#FacebookLikeButton {margin-top:20px;}

/***** Contact Section *****/
.contactInfo {line-height:1.5;}
.contactInfo span {display:block;}
#googleMap {height:350px;width:95%;margin-top:10px;}

/***** Contact Form Table *****/
input, textarea {width:100%;color:#444444;font-size:16px;font-size:1.6rem;font-family:Arial;padding:15px 0;text-indent:10px;margin-bottom:10px;border:1px solid #cccccc;}
textarea {width:98%;padding-left:10px;text-indent:0;}
#recaptcha_response_field {color:#58595B;padding:5px;border:1px solid #dfdfdf !important;}
.recaptchatable {background:#ffffff;}
.recaptchatable a, .recaptchatable a:hover {color:#555555 !important;font-size:14px;font-size:1.4rem;} /*** CAPTCHA Links ***/
#recaptcha_response_field {font-size:14px !important;font-size:1.4rem !important;text-indent:0;padding:5px !important;border:1px solid #CCC !important;}
input.submitButton {
    color:#ffffff;
    width:auto;
	text-indent:0;
    padding:15px 25px;
    margin:10px 0 0;
    border:0;
    border-radius:5px;
    background:#213675;
	transition-property:background;
	transition-duration:.3s;
	transition-timing-function:linear;
	-webkit-appearance:none; /* kills weird styling Apple does to the button on the phone. Dumb Apple. */
}
input.submitButton:hover {cursor:pointer;background:#FF2812;}

/***** Form Error Message *****/
#errorMessage, #successMessage {
    width:auto;
    color:#ffffff;
    line-height:1;
    padding:20px;
    margin-bottom:20px;
    background:#cc3333;
}
#successMessage {color:#58595B;padding-left:70px;background:#dff2bf url("/img/greenCheck.png") no-repeat 10px 50%;
}
span.errorGeneral, span.errorLine {display:block;}
span.errorLine {text-indent:15px;}

/***** Footer *****/
.footer {color:#949494;font-size:15px;font-size:1.5rem;padding:50px 0}
.footerLogo {max-width:70%;margin-bottom:20px;}
.iconFacebook {position:relative;top:13px;}
.footer a {color:#949494;}
.footer a:hover {color:#213675;}
.footerNav a {display:inline-block;line-height:1.3;padding:5px 0;}
.copyright, .copyright a {color:#949494;}
.copyright a:hover {color:#213675;}
.pipe {display:inline-block;font-size:18px;font-size:1.8rem;margin:0 10px;}
.footer .socialIcon {
    width: 40px;
    padding-left: 15px;
}
/* new */
div.locations {background:#eee;padding:25px;}
div.locations span {display:block;padding:3px 0;}

#locationsMap {height:550px;margin-top:50px;}
.infoWindow {font-size:16px;font-size:1.6rem;padding:5% 0;}
.wysiwyg .infoWindow p, .infoWindow p {line-height:1.4;}
.infoWindow p:last-of-type {margin-bottom:0;}
.infoWindow h3 {     font-size: 18px;
    margin-bottom: 5px; }

/* home cafe menu */
div#homeCafeMenu { margin-left:20px; }
div#homeCafeMenu h2 { padding:0;font-size:28px;font-size 2.8rem;margin-bottom: 4%;}
div#homeCafeMenu h3 { padding:0;font-size:22px;font-size 2.2rem;margin-bottom: 2%;}

/* back to top */
.backToTop:link, .backToTop:active, .backToTop:visited {float:right;display:none;position:fixed;bottom:5%;right:2%;color:#ffffff;font-size:18px;font-size:1.8rem;padding:15px 10px 10px;text-align:center;background:rgba(33,54,117, 0.8);;-webkit-transition: background-color 0.2s ease-in-out;-moz-transition:background-color 0.5s ease-in-out;-o-transition:background-color 0.5s ease-in-out;transition:background-color 0.5s ease-in-out;z-index:999;width:40px;}
.backToTop:hover {background-color:#FF2812;}

/* header search bar */
#searchIcon img {
	height:20px;
}

#searchBox {
	display:none;
	transition: 0.4s;
	text-align: right;
}

.searchInput {
	width: 100%;
    font-size: 12px;
    padding: 10px;
    max-width: 200px;	
}

.searchButton {
	width: auto;
    text-indent: 0;
    padding: 9px;
    margin: 10px 0 0;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: #FF2812;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: linear;
    -webkit-appearance: none;
}
.searchButton:hover {
	background: #fff;
	color: #213675;
	cursor: pointer;
}	

#searchIcon:hover {
	cursor: pointer;
}

.flexBox {
	display: flex;
	flex-wrap: wrap;
}

img.newHospital {
	max-width: 30%;
	padding: 20px;
	min-width: 280px;
}