@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@charset "utf-8";
:root
	{
	/* VHSofNJ */
	--blue: #094FA3; /* dark blue */
	--gray: #626F7E; /* gray */
	--lgray: #F5F5F5; /* light gray */
	--linkgray: #444444; /* gray links */
	--linkblue: #3a7bf3; /* gray links */
	--white: #FFFFFF; /* white */
	/* JFK */
	--JFKorange: #F5F5F5; /* orange */
	--JFKblue1: #094FA3; /* blue1 */
	--JFKblue2: #266DBB; /* blue2 */
	}
html, body
	{
	background-color: #626F7E;
	font-family: 'Open Sans', sans-serif;
	font-size:.9em;
	}
a
	{
	color: #3A7BF3;
	}
a:hover
	{
	text-decoration:underline;
	color: #626F7E;
	}
.vhs_sidebar a:hover
	{
	text-decoration:underline;
	color: #FFFFFF;
	text-decoration:none;
	}
.container
	{
	padding-left:0;
	padding-right:0;
	}
.vhs_btn_subbanners
	{
	color: #ffffff;
	/*font-size: 20px;*/
	background: #3498db;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	}
.vhs_btn_subbanners:hover
	{
	background: #626F7E;
	text-decoration: none;
	color:#FFF;
	}	
.vhs_subbanners h2
	{
	margin:0;
	padding:.5em 0 .5em 0;
	}
.vhs_subbanners p
	{
	margin:0;
	padding:0 0 1.5em 0;
	}
.vhs_subbanners
	{
	text-align:center;
	padding-bottom:2em;
	padding-left:2.5em;
	}
	.vhs_subbanners:last-child
		{
		padding-right:2.5em;
		}
.vhs_phone
	{
	color: #FFF;
	}
	.vhs_phone:hover
		{
		color: #F5F5F5;
		}
.vhs_phone2
	{
	color: #000;
	}
	.vhs_phone2:hover
		{
		color: #3498DB;
		text-decoration:underline;
		}
.vhs_bullets1 li
	{
	color: #000;
	list-style-type: none;
	}
.vhs_bullets1 li:before
	{
	content: '\2022';
	color: #094FA3;
	padding-right: 0.5em;
	}
.vhs_logo
	{
	background-color: #FFF;
	padding:1em 0 1em 0;
	text-align: center;
	}
.vhs_utility
	{
	background-color: #094FA3;
	color: #FFFFFF;
	padding:.5em 0 .5em 0;
	text-align: center;
	}
#vhs_utility_blue
	{
	padding:0;
	margin:0;
	}
.vhs_nav
	{
	background-color: #FFFFFF;
	color: #094FA3;
	padding:.5em 0 .5em 0;
	text-align: center;
	font-weight:bold;
	letter-spacing:.25em;
	}
.vhs_nav a
	{
	color: #094FA3;
	}
.vhs_body
	{
	background-color: #FFFFFF;
	padding:0 0 1em 0;
	}
	.vhs_bodyinner
		{
		padding:1em 2.5em 1em 2.5em;
		line-height:1.5em;
		}
.vhs_sidebar
	{
	/*background-color: #F5F5F5;*/
	padding:20px 15px 0 15px;
	}
	.vhs_sidebar a, .vhs_sidebar ul, .vhs_sidebar ol, .vhs_sidebar li
		{
		text-decoration:none;
		list-style:none;
		font-size:1em;
		line-height:1.75em;
		}
.vhs_bannerIMG
	{
	width: 100%;
	height: 300px;
	position: relative;
	background-color: #FFFFFF;
	background-size: cover;
	background-position: center center;
	display:block;
	}
.vhs_bannerIMG_height
	{
	height: 150px;
	}	
	
.vhs_bannerIMG_home, .vhs_bannerIMG_default
	{
	background-image: url("vhsofnj_1100x200_palliative.jpg");
	}
.vhs_bannerIMG_about
	{
	background-image: url("about-us-vhs-of-nj-1100x200.jpg");
	}
.vhs_bannerIMG_contact
	{
	background-image: url("contact-vhs-of-nj-1100x200.jpg");
	}
.vhs_bannerIMG_careers
	{
	background-image: url("careers-vhs-of-nj-1100x200.jpg");
	}
.vhs_bannerIMG_resources
	{
	background-image: url("resources-and-tips-vhs-of-nj-1100x200.jpg");
	}
.vhs_bannerIMG_service
	{
	background-image: url("vhs-1100x200-2023.jpg");
	}
.vhs_bannerIMG_support
	{
	background-image: url("support-vhs-of-nj-1100x200.jpg");
	}	
.vhs_bannerIMG_palliative
	{
	background-image: url("homepage_vhs_of_nj_1100x200.jpg");
	}
.vhs_bannerIMG_rehab
	{
	background-image: url("vhsofnj_1100x200_rebab.jpg");
	}
.vhs_bannerIMG_nursing
	{
	background-image: url("skillednursing-vhs-of-nj-1100x200.jpg");
	}
@media (min-width: 768px)
	{
	.vhs_logoC
		{
		height:100px;
		}
	#vhs_logo
		{
		margin-top:25px; padding:15px; background-color:#fff; width:410px; display:inline-block;
		}
		#vhs_logo img
			{
			height:100px;
			border:0;
			}
	.vhs_sidebar
		{
		text-align:left;
		}
	.vhs_sidebar ul
		{
		padding: auto;
		}
	.vhs_sidebar li
		{
		padding: auto;
		margin:auto;
		text-align: left;
		border-bottom-style: none;
		border-bottom-width: 0;
		}
	#vhs_sidebarbanners
		{
		visibility:visible;
		}
	}
@media (max-width: 768px)
	{
	.vhs_logoC
		{
		height:80px;
		}
	#vhs_logo
		{
		margin-top:0px; padding:1em 0 1em 0; background-color:#fff; max-height:410px; display:inline-block;
		}
		#vhs_logo img
			{
			height:100px;
			border:0;
			}
	.vhs_sidebar
		{
		text-align:center;
		}
	.vhs_sidebar ul
		{
		padding: 0;
		}
	.vhs_sidebar li
		{
		padding: 0;
		margin:0;
		text-align: center;
		border-bottom-color: #ccc;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		}
	#vhs_sidebarbanners
		{
		visibility:hidden;
		display:none;
		}
	}
.vhs_heroimage
	{
	clear:both;
	display:block;
	width:100% !important;
	}
.vhs_footer
	{
	background-color: #266DBB;
	color: #FFFFFF;
	padding:1em 0 1em 0;
	font-size:.85em;
	text-align:center;
	}
	.vhs_footer a
		{
		text-decoration:underline;
		color:#FFF;
		}
	.vhs_footer a:hover
		{
		text-decoration:none;
		color:#CCC;
		}
.vhs_footer_band
	{
	background-color: #F5F5F5;
	}
.vhs_breadcrumb
	{
	padding:0;
	font-size:.9em;
	color:#676767;
	}
h1
	{
	color: #266DBB;
	font-weight:bold;
	font-size:1.75em;
	line-height:1em;
	}
h2, h3, h4
	{
	color: #266DBB;
	font-weight:bold;
	font-size:1.25em;
	line-height:1em;
	padding:0;
	margin:1em 0 1em 0;
	}