/* ********************************************* HOME CONTAINER ********************************************************* */
#home {
	overflow: hidden;
	margin-top: -50px;
	padding-top: 50px;
}
	#home .container {
		margin-top: -25px;
		background: white;
		-webkit-border-radius: 3px 3px 0px 0px;
		-moz-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
		-webkit-box-shadow: 0px 0px 15px #333;
		-moz-box-shadow: 0px 0px 15px #333;
		box-shadow: 0px 0px 15px #333;
	}
@media (max-width: 767px) {
	#home {
		margin-top: 0px;
		padding-top: 0px;
		clear: both;
	}
	#home .container {
		margin-top: 0px;
	}
}	
/* ************************************ UNIVERSAL PARTISAN STYLES ************************************ */
#home .partisan {
}
	#home .partisan .module {
		/*margin-top: -25px;*/
	}
		#home .partisan .module h2 {
			margin: 0px;
			padding: 7px 20px;
			font-size: 12px;
			line-height: 16px;
			font-weight: bold;
			color: #333;
			text-transform: uppercase;
		}
			#home .partisan .module h2 a {
				color: #333;
			}
			#home .partisan .module h2 a:after {
				content: "";
				display: inline-block;
				width: 14px;
				height: 10px;
				background: url('../images/arrow_right_black.png') 0px 0px no-repeat;
				margin-left: 4px;
			}
		#home .partisan .module .chair {
			display: block;
			margin: 0px 20px 15px;
			padding: 125px 7px 0px 7px;
			font-size: 13px;
			line-height: 20px;
			height: 35px;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			font-weight: bold;
			color: #fff;
			-webkit-text-shadow: 0px 0px 3px #000;
			-moz-text-shadow: 0px 0px 3px #000;
			text-shadow: 0px 0px 3px #000;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
		#home .partisan .module .chair:hover,
		#home .partisan .module .chair:active,
		#home .partisan .module .chair:focus {
			text-decoration: none;
		}
		#home .partisan .module .social {
			float: right;
			margin: 13px 20px 0px 0px;
			padding: 0px;
			list-style: none;
			zoom: 1;
		}
			#home .partisan .module .social li {
				float: left;
				margin: 0px;
				padding: 0px;
			}
				#home .partisan .module .social li a {
					display: block;
					width: 18px;
					height: 18px;
					background-position: 0px 0px;
					background-repeat: no-repeat;
					text-indent: -10000px;
				}
				#home .partisan .module .social li a:hover,
				#home .partisan .module .social li a:active {
					background-position: 0px -18px;
				}
				#home .partisan .module .social li.home a {
					background-image: url('../images/icon_home_980_768.png');
				}
				#home .partisan .module .social li.facebook a {
					background-image: url('../images/icon_facebook_980_768.png');
				}
				#home .partisan .module .social li.youtube a {
					background-image: url('../images/icon_youtube_980_768.png');
				}
				#home .partisan .module .social li.twitter a {
					background-image: url('../images/icon_twitter_980_768.png');
				}
		#home .partisan .module h4 {
			background: url('../images/header_news.png') left top no-repeat;
			height: 44px;
			line-height: 44px;
			color: white;
			font-size: 14px;
			-webkit-text-shadow: 0px 0px 3px #000;
			-moz-text-shadow: 0px 0px 3px #000;
			text-shadow: 0px 0px 3px #000;
			margin: 0px;
			padding: 0px 0px 0px 20px;
			zoom: 1;
		}
		#home .partisan .module .news {
			margin: 0px;
			padding: 10px 0px 0px;
			list-style: none;
		}
			#home .partisan .module .news li {
				padding: 10px 20px 11px;
				background: url('../images/dashed_line.png') center bottom no-repeat;
				min-height: 40px;
			}
				#home .partisan .module .news li .date {
					display: block;
					float: left;
					width: 25px;
					text-align: center;
				}
					#home .partisan .module .news li .date .date-month {
						display: block;
						font-family: Georgia, serif;
						font-size: 10px;
						font-style: italic;
						text-transform: uppercase;
						color: #bfbfbf;
					}
					#home .partisan .module .news li .date .date-day {
						display: block;
						font-family: Georgia, serif;
						font-size: 18px;
						line-height: 16px;
						font-style: italic;
						color: #b50000;
					}
				#home .partisan .module .news li .title {
					display: block;
					margin-left: 40px;
					font-size: 14px;
					color: #262626;
				}
				#home .partisan .module .news li .title:hover,
				#home .partisan .module .news li .title:active {
					color: #b50000;
					text-decoration: none;
				}
		#home .partisan .module .read-more {
			display: block;
			margin: 15px 15px 15px 27px;
			padding: 0px 0px 0px 32px;
			text-align: left;
			color: #262626;
			line-height: 20px;
			background: url('../images/icon_more_news.png') left top no-repeat;
			font-size: 14px;
		}
		#home .partisan .module .read-more:hover,
		#home .partisan .module .read-more:active {	
			color: #b50000;
			text-decoration: none;
		}

@media (min-width: 1200px) {
	#home .partisan .module {
	}
		#home .partisan .module h2 {
			/*font-size: 18px;*/
			font-size: 16px;
		}
		#home .partisan .module .chair {
			font-size: 18px;
			line-height: 18px;
		}
			#home .partisan .module .social {
				margin-top: 10px;
			}
				#home .partisan .module .social li a {
					width: 24px;
					height: 24px;
				}
				#home .partisan .module .social li a:hover,
				#home .partisan .module .social li a:active {
					background-position: 0px -24px;
				}
				#home .partisan .module .social li.home a {
					background-image: url('../images/icon_home_1200.png');
				}
				#home .partisan .module .social li.facebook a {
					background-image: url('../images/icon_facebook_1200.png');
				}
				#home .partisan .module .social li.youtube a {
					background-image: url('../images/icon_youtube_1200.png');
				}
				#home .partisan .module .social li.twitter a {
					background-image: url('../images/icon_twitter_1200.png');
				}
		#home .partisan .module h4 {
			font-size: 18px;
		}
					#home .partisan .module .news li .date .date-day {
						font-size: 20px;
					}
				#home .partisan .module .news li .title {
					font-size: 16px;
				}
		#home .partisan .module .read-more {
			font-size: 16px;
		}
}
@media (max-width: 980px) and (min-width: 768px) {
		#home .partisan .module h2 {
			font-size: 8px;
		}
		#home .partisan .module .chair {
			padding-top: 105px;
			height: 45px;
			line-height: 14px;
		}
			#home .partisan .module .social {
				margin-right: 5px;
			}
		#home .partisan .module h4 {
			font-size: 12px;
			padding-left: 5px;
		}
				#home .partisan .module .news li .title {
					font-size: 12px;
				}
		#home .partisan .module .read-more {
			font-size: 12px;
		}
}
@media (max-width: 767px) {
	#home .partisan .module {
		margin-top: 0px;
	}
		#home .partisan .module h2 {
			-webkit-text-shadow: none;
			-moz-text-shadow: none;
			text-shadow: none;
			color: #000;
			height: auto;
			line-height: 20px;
			text-align: center !important;
		}
		#home .partisan .module .chair {
			text-align: center !important;
			max-width: 200px;
			margin: 0px auto 15px;
		}
		#home .partisan .module h4 {
			font-size: 12px;
		}
				#home .partisan .module .news li .title {
					font-size: 12px;
				}
		#home .partisan .module .read-more {
			font-size: 12px;
		}
}
/* IE 7 social bar fix */
*+html #home .partisan .module .social {
	float: none;
	position: relative;
	height: 0px;
}
	*+html #home .partisan .module .social li {
		float: none;
		position: absolute;
		top: 15px;
		right: 0px;
	}
	*+html #home .partisan .module .social li.home {
		right: 54px;
	}
	*+html #home .partisan .module .social li.facebook {
		right: 36px;
	}
	*+html #home .partisan .module .social li.youtube {
		right: 18px;
	}
	*+html #home .partisan .module .social li.twitter {
		right: 0px
	}
/* ********************************************* REPUBLICAN *************************************************** */
#home #homeRepublican {
}
	#home #homeRepublican #RepublicanNews {
		margin-right: -20px;
	}
		#home #homeRepublican #RepublicanNews h2 {
			text-align: right;
		}
		#home #homeRepublican #RepublicanNews .chair {
			text-align: right;
		}
@media (min-width: 1200px) {
	#home #homeRepublican #RepublicanNews {
		margin-right: -30px;
	}
}
@media (max-width: 767px) {
	#home #homeRepublican #RepublicanNews {
		margin-right: 0px;
	}
}
/* ********************************************* DEMOCRATIC ****************************************************** */
#home #homeDemocratic {
}
	#home #homeDemocratic #DemocraticNews {
		margin-left: -20px;
	}
		#home #homeDemocratic #DemocraticNews h2 {
			text-align: left;
		}
@media (min-width: 1200px) {
	#home #homeDemocratic #DemocraticNews {
		margin-left: -30px;
	}
}
@media (max-width: 767px) {
	#home #homeDemocratic #DemocraticNews {
		margin-left: 0px;
	}
}
/* ********************************************* MAIN COLUMN ********************************************************* */
#home #homeMain {
	background: white;
	margin-top: -25px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	min-height: 300px;
	-webkit-box-shadow: 0px 0px 15px #333;
	-moz-box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px #333;	
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
@media (max-width: 767px) {
	#home #homeMain {
		margin-top: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
/* ************************************************ FEATURED SLIDER ************************************************ */
#home #homeMain #FeaturedSlider {
	width: 460px;
	height: 290px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	zoom: 1;
	overflow: hidden;
}
	#home #homeMain #FeaturedSlider .tabs {
		width: 460px;
		height: 290px;
		overflow: hidden !important;
		-webkit-border-radius: 3px 3px 0px 0px;
		-moz-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
		zoom: 1;
	}
		#home #homeMain #FeaturedSlider .tabs .inner {
			width: 4000px;
			height: 290px;
			margin-left: 0px;
			-webkit-transition: margin-left 1s;
			-moz-transition: margin-left 1s;
			transition: margin-left 1s;
			background: #000;
			-webkit-border-radius: 3px 3px 0px 0px;
			-moz-border-radius: 3px 3px 0px 0px;
			border-radius: 3px 3px 0px 0px;
			zoom: 1;
		}
		/* use classes to push slider container over */
		/* transitions will handle animation; just use javascript to switch classes */
		#home #homeMain #FeaturedSlider.slide0 .tabs .inner {
			margin-left: 0px;
		}
		#home #homeMain #FeaturedSlider.slide1 .tabs .inner {
			margin-left: -460px;
		}
		#home #homeMain #FeaturedSlider.slide2 .tabs .inner {
			margin-left: -920px;
		}
		#home #homeMain #FeaturedSlider.slide3 .tabs .inner {
			margin-left: -1380px;
		}
		#home #homeMain #FeaturedSlider.slide4 .tabs .inner {
			margin-left: -1840px;
		}
		#home #homeMain #FeaturedSlider.slide5 .tabs .inner {
			margin-left: -2300px;
		}
			#home #homeMain #FeaturedSlider .tabs .inner .tab {
				float: left;
				width: 460px;
				height: 290px;
				background-position: center center;
				background-color: #000;
				background-repeat: no-repeat;
				background-size: cover;
				position: relative;
				-webkit-border-radius: 3px 3px 0px 0px;
				-moz-border-radius: 3px 3px 0px 0px;
				border-radius: 3px 3px 0px 0px;
				/*background-image: url(../images/feature_image_1200.jpg);*/
				background-image: url(../images/default_image.jpg);
			}
				#home #homeMain #FeaturedSlider .tabs .inner .tab .live-hearing {
					display: block;
					text-indent: -10000px;
					width: 330px;
					height: 50px;
					background: url('../images/btn_watch_live_hearing.png') 0px 0px no-repeat;
					margin: 80px auto 0px;
				}
				#home #homeMain #FeaturedSlider .tabs .inner .tab .live-hearing:hover {
					background-position: 0px -50px;
				}
				#home #homeMain #FeaturedSlider .tabs .inner .tab .info {
					display: block;
					position: absolute;
					bottom: 0px;
					left: 0px;
					width: 440px;
					max-height: 180px;
					background: url('../images/feature_section_title_bg.png') center top repeat-x;
					color: #fff;
					text-align: center;
					padding: 10px;
				}
				#home #homeMain #FeaturedSlider .tabs .inner .tab .info:hover,
				#home #homeMain #FeaturedSlider .tabs .inner .tab .info:active {
					text-decoration: none;
					color: #fff;
				}
					#home #homeMain #FeaturedSlider .tabs .inner .tab .info .date {
						display: block;
						font-family: Georgia, serif;
						font-size: 14px;
						font-weight: bold;
						font-style: italic;
					}
						#home #homeMain #FeaturedSlider .tabs .inner .tab .info .date .date-left,
						#home #homeMain #FeaturedSlider .tabs .inner .tab .info .date .date-right {
							display: inline-block;
							width: 26px;
							height: 8px;
							background-position: 0px 0px;
							background-repeat: no-repeat;
							margin: 0px 5px;
						}
						#home #homeMain #FeaturedSlider .tabs .inner .tab .info .date .date-left {
							background-image: url('../images/date_embelishment_left.png');
						}
						#home #homeMain #FeaturedSlider .tabs .inner .tab .info .date .date-right {
							background-image: url('../images/date_embelishment_right.png');
						}
					#home #homeMain #FeaturedSlider .tabs .inner .tab .info .title {
						display: block;
						font-size: 22px;
						font-weight: bold;
					}
	#home #homeMain #FeaturedSlider .tabs-nav {
		position: relative;
		width: 100%;
		height: 0px;
	}
		#home #homeMain #FeaturedSlider .tabs-nav a {
			display: block;
			position: absolute;
			top: -175px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
			text-indent: -10000px;
			width: 30px;
			height: 70px;
			outline: 0px;
		}
		#home #homeMain #FeaturedSlider .tabs-nav a:hover,
		#home #homeMain #FeaturedSlider .tabs-nav a:active {
			background-position: 0px -70px;
		}
		#home #homeMain #FeaturedSlider .tabs-nav a.previous {
			left: 5px;
			background-image: url('../images/arrow_left.png');
		}
		#home #homeMain #FeaturedSlider .tabs-nav a.next {
			right: 5px;
			background-image: url('../images/arrow_right.png');
		}			
@media (min-width: 1200px) {
	#home #homeMain #FeaturedSlider {
		width: 570px;
		height: 330px;
	}
		#home #homeMain #FeaturedSlider .tabs {
			width: 570px;
			height: 330px;
		}
			#home #homeMain #FeaturedSlider .tabs .inner {
				height: 330px;
			}
			#home #homeMain #FeaturedSlider.slide0 .tabs .inner {
				margin-left: 0px;
			}
			#home #homeMain #FeaturedSlider.slide1 .tabs .inner {
				margin-left: -570px;
			}
			#home #homeMain #FeaturedSlider.slide2 .tabs .inner {
				margin-left: -1140px;
			}
			#home #homeMain #FeaturedSlider.slide3 .tabs .inner {
				margin-left: -1710px;
			}
			#home #homeMain #FeaturedSlider.slide4 .tabs .inner {
				margin-left: -2280px;
			}
			#home #homeMain #FeaturedSlider.slide5 .tabs .inner {
				margin-left: -2850px;
			}
				#home #homeMain #FeaturedSlider .tabs .inner .tab {
					width: 570px;
					height: 330px;
				}
					#home #homeMain #FeaturedSlider .tabs .inner .tab .live-hearing {
						margin-top: 100px;
					}
					#home #homeMain #FeaturedSlider .tabs .inner .tab .info {
						width: 550px;
					}
						#home #homeMain #FeaturedSlider .tabs .inner .tab .info .title {
							font-size: 24px;
						}
			#home #homeMain #FeaturedSlider .tabs-nav a {
				top: -200px;
			}
}
@media (min-width: 768px) and (max-width: 980px) {
	#home #homeMain #FeaturedSlider {
		width: 352px;
		height: 210px;
	}
		#home #homeMain #FeaturedSlider .tabs {
			width: 352px;
			height: 210px;
		}
			#home #homeMain #FeaturedSlider .tabs .inner {
				height: 210px;
			}
			#home #homeMain #FeaturedSlider.slide0 .tabs .inner {
				margin-left: 0px;
			}
			#home #homeMain #FeaturedSlider.slide1 .tabs .inner {
				margin-left: -352px;
			}
			#home #homeMain #FeaturedSlider.slide2 .tabs .inner {
				margin-left: -704px;
			}
			#home #homeMain #FeaturedSlider.slide3 .tabs .inner {
				margin-left: -1056px;
			}
			#home #homeMain #FeaturedSlider.slide4 .tabs .inner {
				margin-left: -1408px;
			}
			#home #homeMain #FeaturedSlider.slide5 .tabs .inner {
				margin-left: -1760px;
			}
				#home #homeMain #FeaturedSlider .tabs .inner .tab {
					width: 352px;
					height: 210px;
				}
					#home #homeMain #FeaturedSlider .tabs .inner .tab .live-hearing {
						margin-top: 40px;
					}
					#home #homeMain #FeaturedSlider .tabs .inner .tab .info {
						width: 332px;
					}
						#home #homeMain #FeaturedSlider .tabs .inner .tab .info .title {
							font-size: 18px;
						}
			#home #homeMain #FeaturedSlider .tabs-nav a {
				top: -140px;
			}

}
@media (max-width: 767px) {
	#home #homeMain #FeaturedSlider {
		height: auto;
		overflow: visible;
		width: 100%;
	}
		#home #homeMain #FeaturedSlider .tabs {
			width: auto;
			height: auto;
			overflow: visible;
		}
			#home #homeMain #FeaturedSlider .tabs .inner {
				width: auto;
				height: auto;
				margin-left: 0px !important;
				background: transparent;
			}
				#home #homeMain #FeaturedSlider .tabs .inner .tab {
					width: auto;
					height: 210px;
					margin: 0px 10px 10px;
					float: none;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
				}
					#home #homeMain #FeaturedSlider .tabs .inner .tab .live-hearing {
						margin-top: 0px;
					}
					#home #homeMain #FeaturedSlider .tabs .inner .tab .info {
						width: 100%;
						padding-left: 0px;
						padding-right: 0px;
						-webkit-border-radius: 0px 0px 3px 3px;
						-moz-border-radius: 0px 0px 3px 3px;
						border-radius: 0px 0px 3px 3px;
					}
						#home #homeMain #FeaturedSlider .tabs .inner .tab .info .title {
							font-size: 18px;
						}
		#home #homeMain #FeaturedSlider .tabs-nav {
			display: none;
		}
}
/* IE 7 has trouble with the slider, so we're just using simple tab hide/show instead */
*+html #home #homeMain #FeaturedSlider .tabs .inner {
	width: 460px;
	margin-left: 0px !important;
}
	*+html #home #homeMain #FeaturedSlider .tabs .inner .tab {
		display: none;
	}
	*+html #home #homeMain #FeaturedSlider.slide0 .tabs .inner #featuredTab1 {
		display: block;
	}
	*+html #home #homeMain #FeaturedSlider.slide1 .tabs .inner #featuredTab2 {
		display: block;
	}
	*+html #home #homeMain #FeaturedSlider.slide2 .tabs .inner #featuredTab3 {
		display: block;
	}
	*+html #home #homeMain #FeaturedSlider.slide3 .tabs .inner #featuredTab4 {
		display: block;
	}
	*+html #home #homeMain #FeaturedSlider.slide4 .tabs .inner #featuredTab5 {
		display: block;
	}
	*+html #home #homeMain #FeaturedSlider.slide5 .tabs .inner #featuredTab6 {
		display: block;
	}

/* *************************************************** ECONOMIC NEWS ********************************************* */
#home #homeMain #EconomicNews {
	margin: 10px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	/*background: url('../images/economic_news_map_bg_980.jpg') center 60px no-repeat;*/
}
	#home #homeMain #EconomicNews h2 {
		background-color: #7D866E;
		background-image: url('../images/header_latest_economic_data.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 50px;
		text-indent: -10000px;
		margin: 0px;
		padding: 0px;
		-webkit-border-radius: 3px 3px 0px 0px;
		-moz-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
	}
	#home #homeMain #EconomicNews h2 a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -10000px;
	}
	#home #homeMain #EconomicNews ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		#home #homeMain #EconomicNews ul li {
			text-align: center;
			margin: 0px;
			padding: 16px 15px 15px;
			background: url('../images/dashed_line.png') center top no-repeat;
		}
		#home #homeMain #EconomicNews ul li:first-child {
			background-image: none;
			padding-top: 15px;
		}
			#home #homeMain #EconomicNews ul li .date {
				font-family: Georgia, serif;
				font-size: 14px;
				font-weight: bold;
				font-style: italic;
				color: #6c755e;
			}
			#home #homeMain #EconomicNews ul li .title {
				color: #262626;
				font-weight: bold;
			}
			#home #homeMain #EconomicNews ul li .title:hover,
			#home #homeMain #EconomicNews ul li .title:active {
				color: #b50000;
				text-decoration: none;
			}
		#home #homeMain #EconomicNews ul li:nth-child(even) {
			background-color: rgba(0, 0, 0, .05);
		}
	#home #homeMain #EconomicNews .read-more {
		display: block;
		margin: 15px;
		width: auto;
		padding: 0px;
		text-align: center;
		color: #262626;
		line-height: 20px;
	}
	#home #homeMain #EconomicNews .read-more:hover,
	#home #homeMain #EconomicNews .read-more:active {	
		color: #b50000;
		text-decoration: none;
	}
		#home #homeMain #EconomicNews .read-more .icon {
			display: inline-block;
			width: 18px;
			height: 18px;
			background: url('../images/icon_more_news.png') top left no-repeat;
			margin-top: 2px;
			margin-right: 5px;
		}
@media (min-width: 1200px) {
	#home #homeMain #EconomicNews {
		font-size: 16px;
		/*background: url('../images/economic_news_map_bg_1200.jpg') center 61px no-repeat;*/
	}
		#home #homeMain #EconomicNews h2 {
			/*height: 61px;
			background-image: url('../images/header_economic_data.png');*/
		}	
}
@media (min-width: 768px) and (max-width: 980px) {
	#home #homeMain #EconomicNews {
		/*background: url('../images/economic_news_map_bg_768.jpg') center 50px no-repeat;*/
	}
		#home #homeMain #EconomicNews h2 {
			height: 50px;
			/*background-image: url('../images/header_economic_data.png');*/
		}
}
@media (max-width: 767px) {
	#home #homeMain #EconomicNews {
		/*background: url('../images/economic_news_map_bg_768.jpg') center 50px no-repeat;*/
	}
		#home #homeMain #EconomicNews h2 {
			height: 50px;
			/*background-image: url('../images/header_economic_data.png');*/
			background-size: cover;
			background-position: center center;
		}
}

/* *************************************************** UPCOMING HEARINGS ********************************************* */
#home #homeMain #UpcomingHearings {
	margin: 10px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	/*background: url('../images/economic_news_map_bg_980.jpg') center 60px no-repeat;*/
}
	#home #homeMain #UpcomingHearings h2 {
		background-color: #7D866E;
		background-image: url('../images/header_upcoming_hearings.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 50px;
		text-indent: -10000px;
		margin: 0px;
		padding: 0px;
		-webkit-border-radius: 3px 3px 0px 0px;
		-moz-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
	}
	#home #homeMain #UpcomingHearings h2 a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -10000px;
	}
	#home #homeMain #UpcomingHearings ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		#home #homeMain #UpcomingHearings ul li {
			text-align: center;
			margin: 0px;
			padding: 16px 15px 15px;
			background: url('../images/dashed_line.png') center top no-repeat;
		}
		#home #homeMain #UpcomingHearings ul li:first-child {
			background-image: none;
			padding-top: 15px;
		}
			#home #homeMain #UpcomingHearings ul li .date {
				font-family: Georgia, serif;
				font-size: 14px;
				font-weight: bold;
				font-style: italic;
				color: #6c755e;
			}
			#home #homeMain #UpcomingHearings ul li .title {
				color: #262626;
				font-weight: bold;
			}
			#home #homeMain #UpcomingHearings ul li .title:hover,
			#home #homeMain #UpcomingHearings ul li .title:active {
				color: #b50000;
				text-decoration: none;
			}
		#home #homeMain #UpcomingHearings ul li:nth-child(even) {
			background-color: rgba(0, 0, 0, .05);
		}
	#home #homeMain #UpcomingHearings .read-more {
		display: block;
		margin: 15px;
		width: auto;
		padding: 0px;
		text-align: center;
		color: #262626;
		line-height: 20px;
	}
	#home #homeMain #UpcomingHearings .read-more:hover,
	#home #homeMain #UpcomingHearings .read-more:active {	
		color: #b50000;
		text-decoration: none;
	}
		#home #homeMain #UpcomingHearings .read-more .icon {
			display: inline-block;
			width: 18px;
			height: 18px;
			background: url('../images/icon_more_news.png') top left no-repeat;
			margin-top: 2px;
			margin-right: 5px;
		}
@media (min-width: 1200px) {
	#home #homeMain #UpcomingHearings {
		font-size: 16px;
		/*background: url('../images/economic_news_map_bg_1200.jpg') center 61px no-repeat;*/
	}
		#home #homeMain #UpcomingHearings h2 {
			/*height: 61px;
			background-image: url('../images/header_upcoming_hearings.png');*/
		}	
}
@media (min-width: 768px) and (max-width: 980px) {
	#home #homeMain #UpcomingHearings {
		/*background: url('../images/economic_news_map_bg_768.jpg') center 50px no-repeat;*/
	}
		#home #homeMain #UpcomingHearings h2 {
			height: 50px;
			/*background-image: url('../images/header_upcoming_hearings.png');*/
		}
}
@media (max-width: 767px) {
	#home #homeMain #UpcomingHearings {
		/*background: url('../images/economic_news_map_bg_768.jpg') center 50px no-repeat;*/
	}
		#home #homeMain #UpcomingHearings h2 {
			height: 50px;
			/*background-image: url('../images/header_upcoming_hearings.png');*/
			background-size: cover;
			background-position: center center;
		}
}
