.home {
	padding: 20px 0px;
}
/* FEATURED */
.home-featured {
	height: 375px;
	padding-bottom: 25px;
	background: url('../images/ft_bg.png') 0px 0px no-repeat;
}
	.home-featured .sliders {
		height: 375px;
		overflow: hidden;
	}
		.home-featured .sliders .slider {
			float: left;
			width: 80px;
			height: 375px;
			overflow: hidden;
			-webkit-transition: width .5s;
			-moz-transition: width .5s;
			transition: width .5s;
		}
		.home-featured .sliders .slider.is-open {
			width: 920px;
		}
			.home-featured .sliders .slider .slider-inner {
				width: 920px;
				height: 375px;
				position: relative;
			}
				.home-featured .sliders .slider .slider-inner .slider-header {
					position: absolute;
					top: 0px;
					left: 0px;
					width: 80px;
					height: 375px;
					cursor: pointer;
					text-indent: -10000px;
					margin: 0px;
					padding: 0px;
				}
				.home-featured .sliders .slider.is-open .slider-inner .slider-header,
				.home-featured .sliders .slider .slider-inner .slider-header:hover {
					background-position: -80px 0px;
				}
				.home-featured .sliders .slider.is-open .slider-inner .slider-header {
					cursor: auto;
				}
				.home-featured .sliders .slider#slider-photos .slider-inner .slider-header {
					background-image: url('../images/tab_photos.png');
				}
				.home-featured .sliders .slider#slider-videos .slider-inner .slider-header {
					background-image: url('../images/tab_videos.png');
				}
				.home-featured .sliders .slider .slider-inner .slider-content {
					width: 840px;
					height: 375px;
					position: absolute;
					top: 0px;
					left: 80px;
				}
					.home-featured .slider-tabs {
						width: 840px;
						height: 375px;
						position: relative;
					}
						.home-featured .slider-tabs .slider-tabs-nav {
							display: none;
							position: absolute;
							top: 30px;
							left: -45px;
							width: 10px;
							height: 100px;
							margin: 0px;
							padding: 0px;
							list-style: none;
						}
						.home-featured .slider.is-open .slider-tabs .slider-tabs-nav {
							display: block;
						}
							.home-featured .slider-tabs .slider-tabs-nav li {
								margin: 0px 0px 4px;
								padding: 0px;
							}
								.home-featured .slider-tabs .slider-tabs-nav li a {
									display: block;
									width: 10px;
									height: 10px;
									text-indent: -10000px;
									background: url('../images/ft_circle.png') 0px 0px no-repeat;
								}
								.home-featured .slider-tabs .slider-tabs-nav li a:hover,
								.home-featured .slider-tabs .slider-tabs-nav li a.highlighted {
									background-position: 0px -10px;
								}
						.home-featured .slider-tabs .slider-tabs-container {
							width: 840px;
							height: 375px;
							position: relative;
						}
							.home-featured .slider-tabs .slider-tabs-container .slider-tab {
								position: absolute;
								top: 0px;
								left: 0px;
								width: 840px;
								height: 375px;
								background-position: 0px 0px;
								background-repeat: no-repeat;
								display: none;
							}
							.home-featured .slider-tabs .slider-tabs-container .slider-tab.is-visible {
								display: block;
							}
							.home-featured #slider-photos .slider-tabs .slider-tabs-container .slider-tab {
								background-image: url('../images/ft_photo_bg.png');
							}
							.home-featured #slider-videos .slider-tabs .slider-tabs-container .slider-tab {
								background-image: url('../images/ft_video_bg.png');
							}
								.home-featured .slider-tabs .slider-tabs-container .slider-tab .media {
									display: block;
									float: right;
									width: 410px;
									height: 315px;
									margin-top: 30px;
									margin-right: 30px;
								}
									.home-featured .slider-tabs .slider-tabs-container .slider-tab .media .image {
										display: block;
										width: 100%;
										height: 100%;
										background-position: center center;
										background-repeat: no-repeat;
										background-size: cover;
									}
									.home-featured .slider-tabs .slider-tabs-container .slider-tab .media object,
									.home-featured .slider-tabs .slider-tabs-container .slider-tab .media embed {
										display: block;
										width: 100%;
										height: 100%;
									}
								.home-featured .slider-tabs .slider-tabs-container .slider-tab .info {
									display: block;
									float: left;
									width: 330px;
									margin-top: 40px;
									margin-left: 40px;
								}
									.home-featured .slider-tabs .slider-tabs-container .slider-tab .info .title {
										margin: 0px 0px 10px;
										padding: 0px;
										font-size: 32px;
										line-height: 32px;
										color: #252525;
									}
									.home-featured .slider-tabs .slider-tabs-container .slider-tab .info .abstract {
										margin: 0px 0px 10px;
										padding: 0px;
										font-size: 14px;
										color: #4a4a4a;
									}
									.home-featured .slider-tabs .slider-tabs-container .slider-tab .info .view-more {
										display: block;
										width: 166px;
										height: 62px;
										text-indent: -10000px;
										background: url('../images/btn_viewmore.png') 0px 0px no-repeat;
									}
									.home-featured .slider-tabs .slider-tabs-container .slider-tab .info .view-more:hover {
										background-position: 0px -62px;
									}
/* BOTTOM COLUMNS */
.home-cols {
	
}
.home-cols:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0px;
}
	.home-cols .col {
		float: left;
		width: 310px;
		margin-left: 35px;
	}
	.home-cols .col:first-child {
		margin-left: 0px;
	}
		.home-cols .col h2 {
			margin: 0px 0px 20px;
			padding: 0px 0px 10px;
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 700;
			font-size: 22px;
			line-height: 22px;
			color: #7c1b1b;
			border-bottom: 1px solid #c2c2c2;
			text-transform: uppercase;
		}
/* LATEST NEWS */
.home-latest-news ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #c2c2c2;
}
	.home-latest-news ul li {
		margin: 0px 0px 20px;
		padding: 0px;
	}
		.home-latest-news ul li .info {
			display: block;
			font-size: 13px;
			line-height: 15px;
			color: #4a4a4a;
		}
			.home-latest-news ul li .info .type {
				font-style: italic;
			}
		.home-latest-news ul li .title {
			display: block;
			font-size: 16px;
			font-weight: 700;
			color: #262626;
		}
		.home-latest-news ul li .title:hover {
			color: #7c1b1b;
			text-decoration: none;
		}
		.home-latest-news ul li .abstract {
			display: block;
			font-size: 13px;
			line-height: 15px;
			color: #4a4a4a;
		}
.home-latest-news .view-more {
	display: block;
	margin: 10px 0px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #7c1b1b;
}
.home-latest-news .view-more:hover {
	color: #7c1b1b;
}	
/* YOUTUBE */
.home-youtube .video {
	width: 310px;
	height: 230px;
	margin-bottom: 10px;
}
	.home-youtube .video object,
	.home-youtube .video embed {
		display: block;
		width: 100%;
		height: 100%;
	}
		.home-youtube .title {
			display: block;
			font-size: 16px;
			font-weight: 700;
			color: #262626;
			margin-bottom: 20px;
		}
		.home-youtube .title:hover {
			color: #7c1b1b;
			text-decoration: none;
		}
/* DEBT CLOCK/VOTES */
.home-cols .col .home-debt-votes h2 {
	color: #909090;
}
	.home-debt-votes h2 a {
		color: #909090;
	}
	.home-debt-votes h2 a:hover {
		color: #909090;
	}
	.home-debt-votes h2 a.highlighted {
		color: #7c1b1b;
	}
	.home-debt-votes #home-debt dl {
		margin: 0px;
		padding: 0px;
	}
		.home-debt-votes #home-debt dl dt {
			margin: 0px;
			padding: 10px;
			background: #d1d1d1;
			font-weight: bold;
			font-size: 16px;
			color: #262626;
		}
		.home-debt-votes #home-debt dl dd {
			margin: 0px;
			padding: 0px 10px 20px;
			font-size: 13px;
			color: #4a4a4a;
		}
	.home-debt-votes #home-votes table {
		width: 100%;
	}
		.home-debt-votes #home-votes table thead {
			background-color: #d1d1d1;
		}
			.home-debt-votes #home-votes table thead th {
				font-weight: bold;
				font-size: 13px;
				color: #262626;
				text-align: left;
				padding: 5px;
			}
		.home-debt-votes #home-votes table tbody tr:nth-child(even) {
			background-color: #e5e5e5;
		}
			.home-debt-votes #home-votes table tbody tr td {
				font-size: 13px;
				color: #4a4a4a;
				text-align: left;
				padding: 5px;
			}
/* IN MEMORIAM */
.home-in-memoriam {
	position: relative;
}			
	.home-in-memoriam .nav {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 80px;
		height: 20px;
	}
		.home-in-memoriam .nav button {
			display: block;
			position: absolute;
			top: 0px;
			width: 18px;
			height: 18px;
			text-indent: -10000px;
			margin: 0px;
			border: 0px;
			padding: 0px;
			background: transparent 0px 0px no-repeat;
		}
		.home-in-memoriam .nav button:hover {
			background-position: 0px -18px;
		}
		.home-in-memoriam .nav button.prev {
			left: 0px;
			background-image: url('../images/memoriam_prev.png');
		}
		.home-in-memoriam .nav button.next {
			right: 0px;
			background-image: url('../images/memoriam_next.png');
		}
		.home-in-memoriam .nav .count {
			display: block;
			text-align: center;
			font-size: 13px;
			color: #262626;
		}
			.home-in-memoriam .nav .count em {
				font-family: 'Times New Roman', Times, serif;
			}
	.home-in-memoriam .tabs {
		margin-bottom: 20px;
	}
		.home-in-memoriam .tabs .tab {
		
		}
			.home-in-memoriam .tabs .tab .image {
				display: block;
				height: 230px;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
			}
			.home-in-memoriam .tabs .tab img {
				display: block;
				margin: 0px auto 10px;
			}
			.home-in-memoriam .tabs .tab .title {
				margin: 0px 0px 0px;
				padding: 0px;
				font-size: 16px;
				font-weight: bold;
				line-height: 20px;
				color: #262626;
			}
				.home-in-memoriam .tabs .tab .title a {
					font-weight: 700;
					color: #262626;
				}
				.home-in-memoriam .tabs .tab .title a:hover {
					color: #7c1b1b;
					text-decoration: none;
				}
				
			.home-in-memoriam .tabs .tab .abstract {
				font-size: 13px;
				line-height: 15px;
			}
				.home-in-memoriam .tabs .tab .abstract p {
					margin: 0px;
					padding: 0px;
				}
/* SIGNUP */
.home-signup form {
	margin: 0px;
	padding: 0px;
}
	.home-signup form fieldset {
		margin: 0px;
		padding: 0px;
		position: relative;
		padding: 0px 20px;
		height: 50px;
		border: 1px solid #c2c2c2;
		margin-bottom: 10px;
	}
		.home-signup form fieldset label {
			display: block;
			position: absolute;
			top: 0px;
			left: 20px;
			height: 50px;
			line-height: 50px;
			font-size: 13px;
			color: #4a4a4a;
		}
		.home-signup form fieldset.has-text label,
		.home-signup form fieldset.has-focus label {
			display: none;
		}
		.home-signup form fieldset input {
			display: block;
			width: 100%;
			height: 50px;
			line-height: 50px;
			margin: 0px;
			border: 0px;
			padding: 0px;
			background: transparent;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 13px;
			color: #4a4a4a;
		}
	.home-signup form button {
		display: block;
		width: 104px;
		height: 50px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		background: transparent url('../images/btn_submit.png') 0px 0px no-repeat;
		text-indent: -10000px;
	}
	.home-signup form button:hover {
		background-position: 0px -50px;
	}