@import url("https://use.typekit.net/hbx6dis.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}
body {
	font-family: museo-sans, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:20px;
	color:#333333;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1300px;
	margin:0px auto;
	padding:0px 10px;
}
.message {
	background: #E2EFE0;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid green;
}
.Alert {
	background-color: #F7D3A5;
}

.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}
.mobile {display: none;}
.no-mobile {display: block;}
/* HEADER */
header {
	position:fixed;
	z-index:50;
	background-color: #fff;
	width: 100%;
	top: 0;
}
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	float:left;
	width:25%;
	margin-right: 5%;
}
#header #logo img {
	padding-top:10px;
	max-width: 225px;
}
#header #links {
    text-align: right;
    padding-top: 10px;
    float: left;
    width: 70%;
}
#header #links > div > a {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
	margin-top: 8px;
    padding: 0px;
	text-decoration:none;
	color:#336699;
	background-color:#fff;
	vertical-align: middle;
	font-weight: bold;
}
#header #links > div.topLinks > a {
	margin: 0px;
}
#header #links > div > a:hover {
	text-decoration:underline;
}
#header .topMenu {
	margin: 20px 0;
	color: #f89931;
	font-size: 28px;
	font-style: italic;
}
#header .topMenu span {
	display: block;
	max-width: 600px;
	float: right;
}
#header #links > div > a.line {
	padding-right: 10px;
	margin-left: 10px;
	border-right: 1px solid #e3e3e3;
}
#header #links > div > a:last-of-type {
	border-right:0;
	margin-left: 10px;
}
#header #links > div > a.donate {
	background-color: #ff2600;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px;
}
#header #links > div > a.donate:hover {
	background-color: #e82300;
}
#header #links > a img {
	display: block;
}
#header #links .social {
	float: right;
}
#header #contact {
	text-align:right;
}
#header #tel {
	font-size:40px;
	text-decoration: none;
	color:inherit;
}
#header #email {
	vertical-align: middle;
	margin-left:10px;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	background-color:#336699;
	border-top:0px solid #000;
	clear:both;
	text-align:center;
	color: #fff;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
}
header #nav > ul > li.mobile {
	display:none;
}
header #nav ul li.Mega {
	display: inline-block;
	text-decoration:none;
	color:inherit;
	padding:10px 15px 10px 20px;
	font-size:24px;
	font-weight:400;
}
header #nav ul li a {
	text-decoration:none;
	color:inherit;
	display:block;
	padding:10px 20px;
	font-size:24px;
	font-weight:400;
}
header #nav ul li.active,
header #nav ul li.Mega:hover,
header #nav ul li:hover a {
	cursor: pointer;
	background-color:#f6fafe;
	color:#336699;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color:#fff;
	min-width: 250px;
	border-left: 1px solid #369;
	border-right: 1px solid #369;
	border-bottom: 1px solid #369;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li ul li a {
	font-weight:300;
	padding:5px 15px;
	color: #336699;
	font-size: 20px;
}
header #nav > ul > li > ul > li a:hover {
	background-color:#336699;
	color: #fff;
}
.mega-drop {
	z-index:40;
	left: 0;
	top: -300px;
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color: #f6fafe;
	width: 100%;
	border-bottom: 1px solid #369;
}
.mega-drop div.col {
	float: left;
	width: 35%;
	padding: 30px 20px;
	background-color: #f6fafe;
}
.mega-drop .col-name {
	font-size: 28px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 10px;
}
.mega-drop div.col.two {
	background: #fff;
	width: 50%;
}
.mega-drop div.col.two .left {
	width: 50%;
	padding-right: 30px;
}
.mega-drop div.col.two .right {
	width: 50%;
}
.mega-drop div.col.three .left {
	padding-right: 20px;
	width: 50%;
}
.mega-drop div.col.three .right {
	width: 50%;
}
.mega-drop div.col.one {
	margin-top: 70px;
	text-align: center;
	font-size: 26px;
	color: #336699;
	width: 15%;
}
.mega-drop .one a:hover {
	text-decoration: underline;
}
.mega-drop .one i {
	font-size: 48px;
	margin-bottom: 5px;
	color: #f4cd1e;
}
.mega-drop ul {
	list-style: none;
	
}
.mega-drop ul li {
	font-size: 20px;
}
.mega-drop ul li a {
	padding-left: 20px;
	color: #336699;
}
.mega-drop a {
	color: #336699;
}
.mega-drop ul li a:hover {
	background: url("../../Assets/Images/arrow.png") 2px 9px no-repeat;
	text-decoration: underline;
	
}
.mega-drop .subs {
	margin-left: 1px;
}

.rightMenu .header {
	color: #336699;
	font-size: 26px;
	font-weight: bold;
}
.rightMenu ul {
	margin-left: 15px;
	list-style: none;
	color: #000;
}
.rightMenu ul li {
	padding: 2px 0 2px 15px ;
}
.rightMenu ul li ul {
	margin-left: 25px;
	font-size: 19px;
}
.rightMenu ul li ul li {
	padding: 2px 0 2px 15px ;
}
.rightMenu ul li a {
	color: #000;
}
.rightMenu ul li a:hover {
	color: #336699;
	text-decoration: underline;
}
.rightMenu ul li.active {
	background: url("../../Assets/Images/arrow.png") 0px 9px no-repeat;
}

/* ^ NAVIGATION */
/* CONTENT */
#banner-header {
	max-height:670px;
	overflow:hidden;
}
#banner-header img {
	width:100%;
}
#main {
	position: relative;
	z-index:2;
	padding-top:30px;
	padding-bottom:30px;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}
.left {
	float:left;
	width:72%;
	padding-right:50px;
}
.right {
	float:left;
	width:28%;
}

.home .left {
	float:left;
	width:60%;
	padding-right:60px;
}
.home .right {
	float:left;
	width:40%;
}
h1 {
	font-size:50px;
	color:#336699;
	margin-bottom:15px;
	font-weight: bold;
}
h2 {
	font-size:42px;
	color: #5572aa;
	margin-bottom:15px; 
}
h3 {
	font-size:30px;
	margin-bottom:15px; 
}
div.events h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
}
div.news { 
	border-bottom: 1px solid #999;
}
div.news h2.title {
	margin-bottom:15px; 
	float: left;
}
div.news .link {
	float: left;
	margin-left: 45px;
	margin-top: 20px;
}
.home .left h2 {
}
p {
  margin-bottom:20px;
}
ul {
    list-style-position: inside;
}
li {
	margin-bottom: 8px;
}
div.ol {
	margin-left: 0px;
    list-style-position: outside;
	padding: 20px 40px;
	background: #d9edef;
	font-weight: bold;
}
a {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color: #6c8ecd;
	text-decoration:none;
}
a:hover {
	color:#336699;
	text-decoration: underline;
}
ul.icons {
	line-height: 115px;
	color: #1e376f;
	font-weight: bold;
	list-style: none;
	font-size: 22px;
}
ul.icons li {
	width: 25%;
	float: left;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 5px;
	border-right: 1px solid #6c8ecd;
	height: 150px;
}
ul.icons li:last-of-type {
	border-right: 0px;
}
ul.icons li a {
	color: #6c8ecd;
}
ul.icons .stars {
	background: transparent url('../../Assets/Images/hospital-ratings.png') 50% 0 no-repeat;
}
ul.icons .house {
	background: transparent url('../../Assets/Images/nursing-home-rating.png') 50% 0 no-repeat;
}
ul.icons .doctor {
	background: transparent url('../../Assets/Images/doctor-rating.png') 50% 0 no-repeat;
}
ul.icons .partners {
	background: transparent url('../../Assets/Images/partners.png') 50% 0 no-repeat;
}
ul.icons .surgery {
	background: transparent url('../../Assets/Images/surgery.jpg') 50% 0 no-repeat;
	background-size: 89px;
}
.newsSummary{
	margin-top: 5px;
	padding-left: 40px;
	color: #1e376f;
	background: transparent url('../../Assets/Images/news.png') 0 0 no-repeat;
	margin-bottom: 15px;
}
.newsSummary .newsDate {
	font-weight: bold;
	font-size: 18px;
}
.newsSummary p {
	margin-bottom: 0px;
	font-size: 18px;
}
.newsSummary h3 {
	font-weight: bold;
	font-size: 20px;
}
div.news .link a,
.newsSummary a {
	color: #f30b1b;
}
.row:after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:20px;
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	background-color:#ededed;
	border:0px;
	padding:5px;
	width:100%;
	margin-bottom:10px;
}
input[type="submit"], button {
	background-color:#c60001;
	color:#fff;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	text-align:center;
}
.paypal input {
	max-width: 200px;
	background: #fff;}
.search {
	border: 1px solid #999;
	max-width: 310px;
	float: right;
	margin: 8px 0 8px 15px;
	width: 100%;
}
.search input[type=text] {
	background: #fff;
	color: #666;
	max-width: 280px;
	text-align: right;
	padding-bottom: 0;
	margin: 0;
	float: left;
}
.search .fa {
	padding-top: 7px;
}
.subsection {
	border-top: 10px solid #8ebbc1;
	padding: 30px 0;
}
.subsection .left,
.subsection .right {
	width: 48%;
	margin-right: 4%
}
.subsection .right {
	margin-right: 0;
}
.subsection h2,
.subsection a {
	color: #6c8ecd;
}
.subsection a:hover {
	color: #336699;
}
.feature {
	background: #8ebbc1;
	padding: 30px 0 0;
	color: #13395e;
	position: relative;
}
.feature h2 {
	color: #13395e;
}
.feature .left {
	width: 67%;
	margin-right: 3%
}
.feature .left img {
	border: 4px solid #fff;
}
.feature .right {
	width: 30%;
}
.moreTesimonials {
	position: relative;
	right: 0;
	bottom: 0;
	width: 300px;
	color: #fff;
	background: #13395e;
	padding: 5px;
	text-align:center;
	float: right;
}
.moreTesimonials a {
	color: #fff;
}
.moreTesimonials a:hover {
	color: #fff;
	text-decoration: underline;
}
#newsletter {
	background: #13395f;
	color: #fff;
	padding: 40px 0px;
}
#newsletter .g-recaptcha {
	display: inline-block;
}
#newsletter div.field {
	margin: 0 1% 15px;
	width: 48%;
	float: left;
}
#newsletter div.field-full {
	margin: 0 1% 15px;
	width: 98%;
	float: left;
	text-align: center;
}
#newsletter input[type=text]{
	width: 100%;
	padding: 10px;
}
#newsletter input[type=submit]{
	width: 250px;
	background: #f30b1b;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	margin-bottom: 0px;
}
#newsletter .left {
	width: 45%
}
#newsletter .right {
	padding-top: 0px;
	width: 55%
}
a.dropdown {
	display:block;
	font-size:24px;
	padding:0px;
	font-weight: bold;
}
.drop {
	display:none;
	padding:0 0 20px 0px;
	font-weight: normal;
}
#tinymce .drop {
	display:block;
	padding:20px;
	font-weight: normal;
	background: #efefef;
}
img.float-right {
	float: right;
	margin: 0 0 15px 15px;
	max-width: 400px;
}
img.float-left {
	float: left;
	margin: 0 15px 15px 0 ;
	max-width: 400px;
}

/* ^ CONTENT */
/* FOOTER */
	#scroll-up {
		position:fixed;
		opacity:.5;
		z-index:99999999999;
		right:20px;
		bottom:30px;
		width:30px;
		height:30px;
		border-radius:50%;
		text-align:center;
		cursor:pointer;
		color:#fff;
		background-color:#000;
		display:none;
		font-size:30px;
		font-family:verdana, sans-serrif;
	}
	#scroll-up:hover {
		opacity:1;
	}
footer {
	background-color:#5572aa;

}
#footer {
	color:#fff;
	padding-top:20px;
	padding-bottom:40px;
	font-size:20px;
	text-align: center;
}
#footer a {
	color:inherit;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
#footer p {
	margin: 0 auto 20px;
	max-width: 900px;
}
.disclaimer {
	font-size: 15px;
}
#sitebys a {
    width: 84px;
    height: 39px;
    text-indent: -5000px;
    background: url("../../Assets/Images/firehorse-creative.png") top left no-repeat;
    margin:0px auto;
    display:block;
    float:right;
    margin-top:-70px;
}
/* ^ FOOTER */
.paypal .img {
	width: auto;
}
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
@media (max-width:1281px) {
	.mega-drop ul li a {font-size: 18px;}
	.container {padding: 0px 20px;}
}
@media (max-width:1130px) {
	header #nav ul li a {
		font-size: 20px;
	}
	#header #links {
		margin-bottom: 10px;
	}
}
@media (max-width:1000px) {
	#newsletter div.field {
		margin: 0 1%;
		width: 98%;
	}
	header {
		position: relative;
	}
	header nav {
		background-color: #000;
	}
	#mobile-nav {
		display:block;
	}
	ul.icons li {width: 100%; border-right: 0px; border-bottom: 1px solid #6c8ecd;}
	header #nav ul li.mobile,
	.mobile {display: block;}
	header #nav ul li.Mega.no-mobile,
	.no-mobile {display: none;}

	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
	}
	header #nav ul  li {
		display:block;
		width:100%;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header #nav ul li a {
		color: #336699;
	}
	header #nav > ul > li ul {
		position:relative;
	}

}
@media (max-width:1030px) {
	header{
		background-image: none;
	}
}
@media (max-width:800px) {
	#header {
		margin-bottom: 10px;
	}
	.search {
		margin: 6px auto;
		max-width: 1000px;
		width: 90%;
		float: none;
	}
	.search input[type=text] {
		max-width: 1000px;
		width: 90%;
		padding-top: 0px;
	}
	.testimonial .left {text-align: center;}
	.testimonial .left,
	.testimonial .right,
	 .subsection .left, .subsection .right,
	 #newsletter .left, #newsletter .right,
	.home .left, .home .right,
	.left, .right {
		float:none;
		width:100%;
		padding:0px;
		margin: 0;
	}
	.right {
		margin-top:30px;
	}
		.testimonial .right {padding-left: 70px;}
		.moreTesimonials {
			float: none;
			margin: 0px auto;
		}

	#newsletter input[type="text"],
	#newsletter input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	}
	#siteby a {
		float:none;
		margin-top:30px;
	}
}
@media (max-width:600px) {
	#header #logo img {
		width: 80%;
		margin: 0px auto;
	}
	#header #logo, #header #links {
		float:none;
		width:100%;
		text-align:center;
		padding-top:0px;
		margin-bottom: 0px;
	}
	#header #contact {
		text-align:center;
		margin-top:0px;
	}
	#banner-img .content {
	}
	h1 {
		font-size: 36px;
	}
}
@media (max-width:500px) {
.bucket {
	width:100%;
	margin:0px;
	float:none;
}
#header #links a:not(#tel) {
	font-size:18px;
}
.subsection-links .col {
	float:none;
	padding-right:0px;
	width:100%;
}
.page-links a {
	display:block;
	padding:0px;
	border:0px;
}
}