#s4-bodyContainer {
	background-image: url('../img/hmpg_bg_shim_home-2.jpg');
	background-position: center -75px;
}
#header {
    border-bottom: 1px solid #51a6c3;
    box-shadow: 0px 1px 0px 0px #8fe1f7;
}
#nav-side, .breadcrumbs, #site-title {
	display: none !important;
}
#page-body {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}
#mainbody { padding: 0;}
*[class^='col-'] {
	margin: 0;
}

.home-image-links img {
	width: 53px;
    margin-right: 10px;
}

/* Home Links */
.home-links {
	margin-top: -1px;
}
.home-links div {
	box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    margin: 1px 0;
}
.home-links a {
	display: block;
    background-color: #7fcae9;
    box-shadow: inset 53px 0 0 #0096d6;
    height: 53px;
    transition: box-shadow ease-in 0.3s;
    cursor: pointer;
    line-height: 53px;
    padding-left: 0;
    font-size: 18px;
	color: #2e2e2e;
}
.home-links a:hover, .home-links a:focus {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    box-shadow: inset 300px 0 0 #0096d6;
	text-decoration: none;
}
.home-links span.fa {
	color: #fff;
    width: 53px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 26px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	position: relative;
	top: 4px;
	}
	
/* Featured News */
a.title {
    font-size: 14px !important;
}
.date {
    font-weight: 600;
    font-size: 12px !important;
}
.news.featured {
	padding-bottom: 30px;
	font-size: 13px;
	padding: 15px;
	height: 400px;	
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-shadow: 1px 1px 2px #333333;
}
.news.featured .image {
	border: 1px solid #eee;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.news.featured .image-border {
	border: 5px solid #fff;
	overflow: hidden;
	max-height: 224px;
}

.news.featured .image img {
	/*border: 5px solid #fff;*/
	width: 100%;
}
.news.featured .title {
	margin:20px 0;
	font-size: 18px !important;
	font-family: 'Palatino Linotype', Palatino, Georgia, serif !important;
}
.news.featured .date {
	margin-bottom: 10px;
}
.news.featured,
.news.featured .date,
.news.featured .description,
.news.featured .description p,
.news.featured a {
	color: #fff !important;
}
.news.featured .description a {
	text-decoration: underline;
}
ul.news {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
ul.news:not(.featured):not(.short-stories) li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px;
	height: 145px;
}

/* CK Matters */
#ck-matters {
	box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
#ck-matters .news.local-announcements.featured {	
	/*background: #0096D6 url('../img/blue_top_grad_shim.jpg') repeat-x 0 0;*/
	background-color: #0096d6;
}
#ck-matters .news.local-announcements {
	/*padding: 15px;*/
	background: #7FCAE9;
}
#ck-matters ul.news.local-announcements {
    /*height: 400px;*/
}
#ck-matters .news.local-announcements li {
	/*margin-bottom: 20px;*/
}
#ck-matters .news.local-announcements,
#ck-matters .news.local-announcements .date,
#ck-matters .news.local-announcements .description p,
#ck-matters .news.local-announcements a {
    color: #2e2e2e;
    font-size: 13px;
}
#ck-matters .news.local-announcements a.title {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}
#ck-matters .news.local-announcements a.title,
#ck-matters .news.local-announcements .description a {
    /*text-decoration: underline;*/
}
#ck-matters .news.local-announcements .date {
	margin-bottom: 10px;	
}

/* Your Community */
#your-community {
	box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
#your-community .news.local-news.featured {
	/*background: #7AC143 url('../img/green_top_grad_shim.jpg') repeat-x 0 0;*/
	background-color: #7ac143;
}
#your-community .news.local-news {
	/*padding: 15px;*/
	background: #A0D279;
}
#your-community ul.news.local-news {
    /*height: 400px;*/
}
#your-community .news.local-news li {
	/*margin-bottom: 20px;*/
}
#your-community .news.local-news,
#your-community .news.local-news .date,
#your-community .news.local-news .description p,
#your-community .news.local-news a {
    color: #2e2e2e;
    font-size: 13px;
}
#your-community .news.local-news a.title {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;	
}
#your-community .news.local-news a.title,
#your-community .news.local-news .description a {
    /*text-decoration: underline;*/
}
#your-community .news.local-news .date {
	margin-bottom: 10px;	
}

/* top-title area */
.vpanel_top {
	/*width: 300px;*/
	height: 60px;
	color: #fff;	
    clear: both;
    text-shadow: 1px 1px 1px #2e2e2e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.vpanel_top .icon {
	float: left;
}
.vpanel_top .icon .fa {
    font-size: 40px;
    line-height: 46px;
}
.vpanel_top .title_container {
	width: 220px;
	float: left;
	padding-left: 10px;
}
.vpanel_top .title {
	font-size: 22px;
	line-height: 26px;
	font-family: 'Palatino Linotype', Palatino, Georgia, serif;
}
.vpanel_top .subtitle {
	font-size: 14px;
}
.vpanel_top a.rss-link {
	color: #bde2ef;
	font-size: 10px;
	text-decoration: none !important;
	float:right;
}
.vpanel_top .rss-link img {
	vertical-align: middle;
	padding-left: 5px;
	margin-bottom: 1px;
}

/*home-wide*/
.sprite-home-wide { background: url('../img/sprite-home-wide.png') no-repeat top left;  } 
.sprite-home-wide.s-cal_icon { background-position: 0px 0px; width: 52px; height: 52px;  } 
.sprite-home-wide.s-facebook { background-position: 0px -62px; width: 32px; height: 32px;  } 
.sprite-home-wide.s-green_bottom { background-position: 0px -104px; width: 300px; height: 2px;  } 
.sprite-home-wide.s-green_frame_bottom { background-position: 0px -116px; width: 280px; height: 20px;  } 
.sprite-home-wide.s-green_frame_top { background-position: 0px -146px; width: 280px; height: 10px;  } 
.sprite-home-wide.s-green_median { background-position: 0px -166px; width: 300px; height: 15px;  } 
.sprite-home-wide.s-hmpg_logo { background-position: 0px -191px; width: 245px; height: 50px;  } 
.sprite-home-wide.s-hmpg_top_nav_home_tab { background-position: 0px -251px; width: 50px; height: 46px;  } 
.sprite-home-wide.s-hmpg_top_nav_left { background-position: 0px -307px; width: 10px; height: 46px;  } 
.sprite-home-wide.s-hmpg_top_nav_right { background-position: 0px -363px; width: 10px; height: 46px;  } 
.sprite-home-wide.s-house_icon { background-position: 0px -419px; width: 60px; height: 55px;  } 
.sprite-home-wide.s-news_icon { background-position: 0px -484px; width: 70px; height: 55px;  } 
.sprite-home-wide.s-see_other_news_RL:hover { background-position: 0px -549px; width: 130px; height: 22px;  } 
.sprite-home-wide.s-see_other_news_RL { background-position: 0px -581px; width: 130px; height: 22px;  } 
.sprite-home-wide.s-twitter { background-position: 0px -613px; width: 32px; height: 32px;  } 
.sprite-home-wide.s-view_all_RL:hover { background-position: 0px -655px; width: 100px; height: 22px;  } 
.sprite-home-wide.s-view_all_RL { background-position: 0px -687px; width: 100px; height: 22px;  } 
.sprite-home-wide.s-view_other_highlights_RL:hover { background-position: 0px -719px; width: 130px; height: 22px;  } 
.sprite-home-wide.s-view_other_highlights_RL { background-position: 0px -751px; width: 130px; height: 22px;  } 
.sprite-home-wide.s-youtube { background-position: 0px -783px; width: 32px; height: 32px;  } 
.sprite-home-wide.s-add_event_RL:hover { background-position: 0px -825px; width: 100px; height: 22px;  } 
.sprite-home-wide.s-add_event_RL { background-position: 0px -857px; width: 100px; height: 22px;  } 
.sprite-home-wide.s-blue_bottom { background-position: 0px -889px; width: 300px; height: 2px;  } 
.sprite-home-wide.s-blue_frame_bottom { background-position: 0px -901px; width: 280px; height: 20px;  } 
.sprite-home-wide.s-blue_frame_top { background-position: 0px -931px; width: 280px; height: 10px;  } 
.sprite-home-wide.s-blue_median { background-position: 0px -951px; width: 300px; height: 15px;  } 

/* Nivo slider */
.theme-light.slider-wrapper {
	box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

/* temp social feed */
#mainDiv {
	height: 786px !important;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
	position: relative;
	/*width: inherit !important;*/
	/*max-width: 380px;*/
    overflow: hidden;
	display: block;
	clear: both;
}
.social-feed-element:nth-child(2) {
	margin-top: 0;
}
.social-feed-element {
	margin-bottom: inherit;
}
.social-fade {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    bottom: 0;
    height: 20px;
    left: -10%;
    position: absolute;
    width: 120%;
}
.social-link {
	background: linear-gradient(to bottom, #0096d6 0%,#0080be 100%);
	border-radius: 3px;
    color: #fff !important;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
	box-shadow: 0 3px 8px rgba(0,0,0,0.3);
	cursor: pointer;
	font-size: 16px;
}
.social-link:hover {
	background: linear-gradient(to bottom, #0096d6 0%,#0096d6 100%);
	box-shadow: 0 0 20px 0 rgba(10, 10, 10, 0.4);
}
.social-link .show-more-expanded {
	display: none;
}
.show-more-expanded a {
    float: left;
    display: block;
    width: 50%;
    color: #fff;
	border-left: 1px solid #fff;	
	font-size: 18px;
}
.show-more-expanded span {
	margin-right: 5px;
    margin-left: -11px;
}
.show-more-expanded a:first-child {
	border-left: none;
}

/* Social media web part IE/Edge fixes */
#calendar .ms-webpart-zone,
#calendar .ms-webpartzone-cell,
#calendar .ms-webpart-chrome {
	display: inherit;
}

@media (max-width: 1199px) {
	#s4-bodyContainer {
		background-position: center -35px;
	}
	.news.featured {
		height: 370px;
	}
	.news.featured .image-border {
		max-height: 175px;
	}
	#mainDiv {
		height: 756px !important;
	}
}
@media (max-width: 991px) {	
	.vpanel_top {
		color: #2e2e2e;
		text-shadow: none;
	}
	#mainDiv {
		/*max-width: 315px;*/
	}
	
	/* Home links */
	.home-links {
		margin-top: 0;
		text-align: center;
	}
	.home-links div {
		width: 23%;
		float: left;
		margin: 1%;
	}
	.home-links a {
		box-shadow: none;
		height: inherit;
		color: #fff;
		background-color: #0096d6;
		text-shadow: 1px 1px 1px #2e2e2e;
	}
	.home-links a:hover, .home-links a:focus .home-links a:active {
		color: #000;
		text-shadow: none;
		box-shadow: none;
		background-color: #7fcae9;
	}
	.home-links span.fa {
		width: 100%;
		margin: 0;
		padding: 15px;
		font-size: 50px;
	}
	.home-links img {
		width: 80px;
		display: block;
		margin: 0 auto !important;
	}
}
@media (max-width: 767px) {	
	#s4-bodyContainer {
		/*background-position: center -135px;*/
		background-image: url('../img/subsite_bg_shim.jpg');
	}
	.home-links a {
		font-size: 12px;
		line-height: 1;
		padding: 15px 0;
	}
	.home-links span.fa {
		font-size: 36px;
		padding: 0 0 15px 0;
	}
	.home-links img {
		width: 50px !important;
	}
	ul.news {
		background-image: none !important;
		height: inherit !important;
	}
	ul.news .image {
		display: none;
	}
	.news.featured .title {
		margin: 0;		
		max-width: 250px;
	}
	ul.news:not(.featured):not(.short-stories) li {
		height: inherit;
	}
	.news.short-stories li {
		width: 100%;
	}
	.news.short-stories {
		/*margin-right: inherit;*/
	}
	.news.short-stories li {
		margin-right: inherit;
		padding: inherit;
	}
	
}