/* GENERIC */
.home-content {
	margin-top: -30px;
}
	.home-content .box {
		background: white;
		border: 1px solid #cccccc;
		padding: 19px;
		margin-bottom: 20px;
	}
@media (max-width: 979px) {
	.home-content {
		margin-top: 0px;
	}
}
/* FEATURED */
.featured {
	position: relative;
	margin-bottom: 30px;
}
	.featured .slider-nav {
	}
		.featured .slider-nav button {
			display: block;
			position: absolute;
			top: 170px;
			width: 40px;
			height: 80px;
			margin: 0px;
			border: 0px;
			padding: 0px;
			text-indent: -10000px;
			background-color: transparent;
			background-position: 0px 0px;
			background-repeat: no-repeat;
			z-index: 50;
			-webkit-box-shadow: none !important;
			-moz-box-shadow: none !important;
			box-shadow: none !important;
		}
		.featured .slider-nav button:hover {
			background-position: 0px -80px;
		}
		.featured .slider-nav button.prev {
			left: 0px;
			background-image: url('../images/arrow_carousel_left.png');
		}
		.featured .slider-nav button.next {
			right: 0px;
			background-image: url('../images/arrow_carousel_right.png');
		}
	.featured .slides {
		height: 420px;
		background: black;
		overflow: hidden;
		position: relative;
	}
		.featured .slides .slide {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 420px;
			background: url('../images/feature_overlay.png') 0px 0px no-repeat;;
		}
			.featured .slides .slide .slide-image {
				position: absolute;
				top: 0px;
				right: 0px;
				width: 100%;
				height: 420px;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				background-image: url('../images/feature_image_1.jpg');
				-webkit-box-shadow: 0 0 100px 0px rgba(0,0,0,0.5) inset;
				-moz-box-shadow: 0 0 100px 0px rgba(0,0,0,0.5) inset;
				box-shadow: 0 0 100px 0px rgba(0,0,0,0.5) inset;
			}
			.featured .slides .slide .slide-image:after {
				content: "";
				display: block;
				position: absolute;
				top: 0px;
				left: 0px;
				width: 370px;
				height: 420px;
				background: url('../images/feature_overlay.png') 0px 0px no-repeat;;
			}
			.featured .slides .slide .slide-video {
				position: absolute;
				top: 30px;
				right: 70px;
				-webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, .75);
				-moz-box-shadow: 0px 0px 20px rgba(255, 255, 255, .75);
				box-shadow: 0px 0px 20px rgba(255, 255, 255, .75);
			}
				.featured .slides .slide .slide-video object,
				.featured .slides .slide .slide-video embed {
					display: block;
					width: 400px;
					height: 330px;
				}
			.featured .slides .slide .slide-content {
				position: absolute;
				top: 30px;
				left: 70px;
				width: 320px;
				height: 270px;
				/*max-height: 270px;*/
				padding: 30px;
				padding-bottom: 60px;
				background: white url('../images/bg_texture_feature_bio.jpg') right top no-repeat;
				-webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.20);
				-moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.20);
				box-shadow: 5px 5px 0px rgba(0,0,0,0.20);
				overflow: visible;
			}
				.featured .slides .slide .slide-content h3.date {
					margin: 0px 0px 5px;
					padding: 0px 0px 5px;
					font-size: 18px;
					line-height: 20px;
					font-weight: 400;
					color: #333333;
					border-bottom: 1px dashed #ccc;
				}
				.featured .slides .slide .slide-content h1.title {
					margin: 0px 0px 10px;
					padding: 0px;
					font-size: 22px;
					line-height: 22px;
					font-weight: 600;
					color: #940000;
					text-transform: uppercase;
					/*max-height: 110px;*/
					overflow: hidden;
				}
				.featured .slides .slide .slide-content p.abstract {
					margin: 0px;
					padding: 0px;
					font-size: 16px;
					line-height: 20px;
					/*max-height: 80px;*/
					overflow: hidden;
				}
				.featured .slides .slide .slide-content a.read-more {
					display: block;
					position: absolute;
					bottom: 0px;
					left: 0px;
					width: 320px;
					height: 40px;
					line-height: 40px;
					background: #f2f2f2;
					padding: 0px 30px;
					font-size: 14px;
					font-weight: 700;
					color: #940000;
					text-transform: uppercase;
				}
				.featured .slides .slide .slide-content a.read-more:hover {	
					background-color: #e5e5e5;
				}
				.featured .slides .slide .slide-content a.read-more:before {
					content: "";
					display: block;
					position: absolute;
					top: 9px;
					right: 10px;
					width: 14px;
					height: 22px;
					background: url('../images/arrow_right.png') 0px 0px no-repeat;
				}
				.featured .slides .slide .slide-content a.read-more:hover:before {
					background-position: 0px -22px;
				}
	.featured .simple-list {
		display: none;
		margin: 0px;
		padding: 19px;
		background: white url('../images/bg_texture_feature_bio.jpg') right top no-repeat;
		list-style: none;
		border: 1px solid #ccc;
	}
		.featured .simple-list li {
			border-top: 1px dashed #ccc;
			margin: 0px;
			padding: 5px 0px 5px 0px;
			font-size: 18px;
			line-height: 18px;
			text-transform: uppercase;
		}
		.featured .simple-list li:first-child {
			border-top: 0px;
			padding-top: 0px;
		}
		.featured .simple-list li:after {
			content: "";
			display: block;
			clear: left;
			height: 0px;
		}
			.featured .simple-list li a {
				font-weight: 600;
			}
				.featured .simple-list li a .image {
					display: block;
					float: left;
					width: 80px;
					height: 80px;
					background-image: url('../images/sessions_bio_image.jpg');
					background-position: center center;
					background-repeat: no-repeat;
					background-size: cover;
				}
				.featured .simple-list li a .title {
					display: block;
					margin-left: 90px;
				}
@media (min-width: 768px) and (max-width: 979px) {
	.featured .slides .slide .slide-video object,
	.featured .slides .slide .slide-video embed {
		width: 240px;
		height: 200px;
	}

}
@media (max-width: 767px) {
	.featured {
		height: auto;
	}
	.featured .slider-nav {
		display: none;
	}
	.featured .slides {
		display: none;
	}
	.featured .simple-list {
		display: block;
	}
}
/* BOTTOM ROW */
/* Sessions in Action */
.home-content .in-action {
	margin-bottom: 20px;
}
	.home-content .in-action h3 {
		margin: 0px;
		padding: 0px;
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
		background: #940000;
		line-height: 30px;
		border-bottom: 3px solid #ffc600;
		color: white;
		text-align: center;
	}
	.home-content .in-action .video {
		height: 166px;
		background: #000;
	}
		.home-content .in-action .video object,
		.home-content .in-action .video embed {
			display: block;
			width: 100%;
			height: 166px;
		}
/* Office Locations */
.home-content .office-locations {
}
	.home-content .office-locations a.locations-link {
		display: block;
		height: 45px;
		line-height: 45px;
		text-align: center;
		background: #a00303 url('../images/office_locations_bg.jpg') center top no-repeat;
		color: white;
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
		-webkit-transition: box-shadow .12s;
		-moz-transition: box-shadow .12s;
		transition: box-shadow .12s;
	}
	.home-content .office-locations a.locations-link:hover {
		box-shadow: 0 0 50px 0px rgba(0,0,0,0.5) inset;
	}
		.home-content .office-locations a.locations-link:before {
			content: "";
			display: inline-block;
			width: 10px;
			height: 18px;
			margin-top: 4px;
			margin-right: 5px;
			background: url('../images/icon_office_locations.png') center bottom no-repeat;
		}
	.home-content .office-locations .popup-overlay {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		/* height set by javascript */
		background: #000;
		background: rgba(0, 0, 0, .65);
		z-index: 99;
	}
		.home-content .office-locations .popup-container {
			position: relative;
			padding: 10px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin: 150px auto 0px;
			background: #fff;
			width: 850px;
			height: 350px;
		}
			.home-content .office-locations .popup-container .popup-close {
				display: block;
				position: absolute;
				top: 15px;
				right: 15px;
				width: 34px;
				height: 34px;
				text-indent: -10000px;
				margin: 0px;
				border: 0px;
				padding: 0px;
				background: transparent url('../images/close_btn.png') 0px 0px no-repeat;
			}
			.home-content .office-locations .popup-container .popup-close:hover {
				background-position: 0px -34px;
			}
			.home-content .office-locations .popup-content {
				width: 850px;
				height: 350px;
			}
.map-container {
	width: 850px;
	height: 350px;
	background: url('../images/map_bg_dc.jpg') 0px 0px no-repeat;
}
.map-container.show-office-dc {
	background-image: url('../images/map_bg_dc.jpg');
}
.map-container.show-office-birmingham {
	background-image: url('../images/map_bg_birmingham.jpg');
}
.map-container.show-office-wiregrass {
	background-image: url('../images/map_bg_dothan.jpg');
}
.map-container.show-office-huntsville {
	background-image: url('../images/map_bg_huntsville.jpg');
}
.map-container.show-office-mobile {
	background-image: url('../images/map_bg_mobile.jpg');
}
.map-container.show-office-montgomery {
	background-image: url('../images/map_bg_montgomery.jpg');
}
	.map-container .map {
		float: right;
		width: 300px;
		height: 350px;
		background: url('../images/map1.png') 0px 0px no-repeat;
	}
	.map-container.show-office-dc .map {
		background-position: 0px 0px;
	}
	.map-container.show-office-birmingham .map {
		background-position: 0px -350px;
	}
	.map-container.show-office-huntsville .map {
		background-position: 0px -700px;
	}
	.map-container.show-office-mobile .map {
		background-position: 0px -1050px;
	}
	.map-container.show-office-montgomery .map {
		background-position: 0px -1400px;
	}
	.map-container.hover-office-dc .map {
		background-position: 0px 0px !important;
	}
	.map-container.hover-office-birmingham .map {
		background-position: 0px -350px !important;
	}
	.map-container.hover-office-huntsville .map {
		background-position: 0px -700px !important;
	}
	.map-container.hover-office-mobile .map {
		background-position: 0px -1050px !important;
	}
	.map-container.hover-office-montgomery .map {
		background-position: 0px -1400px !important;
	}
		.map-container .map img {
			display: block;
			width: 300px;
			height: 350px;
		}
	.map-container .office-links {
		float: left;
		width: 150px;
		margin: 30px 0px 0px 30px;
		padding: 0px;
		list-style: none;
	}
		.map-container .office-links li {
			position: relative;
			border-top: 1px dashed #ccc;
			text-align: right;
			padding: 7px 0px 8px;
			font-size: 16px;
			line-height: 18px;
			font-weight: 600;
			color: #333;
			text-transform: uppercase;
		}
		.map-container .office-links li:first-child {
			border-top: 0px;
			padding-top: 0px;
		}
			.map-container .office-links li a {
				font-weight: 600;
				color: #333;
			}
			.map-container .office-links li a:hover,
			.map-container .office-links li a.highlighted {
				color: #940000;
			}
			.map-container .office-links li a.highlighted:after {
				content: "";
				display: block;
				position: absolute;
				top: 12px;
				right: -15px;
				width: 5px;
				height: 8px;
				background: url('../images/arrow_map.png') 0px 0px no-repeat;;
			}
			.map-container .office-links li:first-child a.highlighted:after {
				top: 4px;
			}
	.map-container .office-addresses {
		float: left;
		width: 250px;
		margin-top: 30px;
		margin-left: 30px;
	}
		.map-container .office-addresses address {
			font-style: normal;
			margin: 0px;
			padding: 0px;
			font-size: 16px;
			line-height: 20px;
			color: #333;
		}
	.map-container .counties {
		display: block;
		float: left;
		clear: left;
		width: 265px;
		height: 100px;
		text-indent: -10000px;
		background: url('../images/county_info_btn.png') 0px 0px no-repeat;
		margin-left: 30px;
	}
	.map-container .counties:hover {
		background-position: 0px -100px;
	}
/* Social Links */
.home-content .social-box {
	width: 230px;
	float: right;
}
.home-content .social {
	margin: -19px;
}
	.home-content .social ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		.home-content .social ul li {
			border-top: 1px dashed #ccc;
			padding: 19px;
		}
		.home-content .social ul li:first-child {
			border-top: 0px;
		}
		.home-content .social ul li a {
			display: block;
			position: relative;
			padding: 12px 30px 12px 80px;
			height: 36px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
			background-color: #f7f7f7;
			font-size: 18px;
			line-height: 18px;
			font-weight: 700;
			text-transform: uppercase;
			border: 1px solid #e5e5e5;
			transition: background-color .12s;
		}
		.home-content .social ul li a:hover {
			background-color: #ededed;
		}
		.home-content .social ul li.facebook a {
			background-image: url('../images/icon_facebook_large.png');
			color: #5d82d1;
		}
		.home-content .social ul li.twitter a {
			background-image: url('../images/icon_twitter_large.png');
			color: #36a3d0;
		}
		.home-content .social ul li.youtube a {
			background-image: url('../images/icon_youtube_large.png');
			color: #c94137;
		}
		.home-content .social ul li a:after {
			content: "";
			display: block;
			position: absolute;
			top: 21px;
			right: 10px;
			width: 14px;
			height: 22px;
			background: url('../images/arrow_right.png') 0px 0px no-repeat;
		}
		.home-content .social ul li a:hover:after {
			background-position: 0px -22px;
		}
@media (max-width: 979px) {
	.home-content .social-box {
		float: none;
		width: auto;
	}
}
/* In Action */
.home-content .action-box {
	float: left;
	width: 210px;
}		
@media (min-width: 1200px) {
	.home-content .action-box {
		width: 330px;
	}
}
@media (max-width: 979px) {
	.home-content .action-box {
		float: none;
		width: auto;
	}
}
/* Biography */
.home-content .bio-box {
	background-image: url('../images/bg_texture_feature_bio.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
.home-content .bio {
	position: relative;
	height: 80px;
	background: url('../images/sessions_bio_image.jpg') 0px 0px no-repeat; 
}
.home-content .bio:after {
	content: "";
	display: block;
	position: absolute;
	top: 29px;
	right: 0px;
	width: 14px;
	height: 22px;
	background: url('../images/arrow_right.png') 0px 0px no-repeat;
}
.home-content .bio:hover:after {
	background-position: 0px -22px;
}
	.home-content .bio a {
		display: block;
		position: relative;
		height: 80px;
		padding: 0px 0px 0px 90px;
	}
	.home-content .bio a:before,
	.home-content .bio a:after {
		content: "";
		display: block;
		height: 2px;
	}
	.home-content .bio a:before {
		border-top: 1px dashed #ccc;
		border-bottom: 1px solid #ccc;
		margin-bottom: 11px;
	}
	.home-content .bio a:after {
		margin-top: 11px;
		border-top: 1px solid #ccc;
		border-bottom: 1px dashed #ccc;
	}
		.home-content .bio a em {
			display: block;
			font-style: normal;
			font-size: 16px;
			line-height: 20px;
			color: #262626;
		}
		.home-content .bio a strong {
			display: block;
			font-size: 30px;
			line-height: 30px;
			font-weight: 600;
			color: #940000;
			text-transform: uppercase;
		}
@media (max-width: 979px) {
	.home-content .bio a em {
		font-size: 13px;
		line-height: 13px;
	}
	.home-content .bio a strong {
		font-size: 24px;
		line-height: 24px;
	}
}
/* Famous Alabamians */
.home-content .famous-al {
	margin: -19px;
	background: url('../images/famous_alabamians_home.jpg') center center no-repeat;
	background-size: cover;
}
	.home-content .famous-al a {
		display: block;
		padding: 19px;
		height: 124px;
		color: white;
		text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
		font-size: 30px;
		line-height: 30px;
		font-weight: 700;
		text-transform: uppercase;
		transition: box-shadow .12s;
	}
	.home-content .famous-al a:hover {
		-webkit-box-shadow: 0 0 50px rgba(0,0,0, .3) inset;    
		-moz-box-shadow: 0 0 50px rgba(0,0,0, .3) inset;    
		box-shadow: 0 0 50px rgba(0,0,0, .3) inset;    
	}
@media (min-width: 1200px) {
	.home-content .famous-al a {
	}
}
@media (max-width: 979px) {
	.home-content .famous-al a {
		height: 80px;
		font-size: 24px;
	}
}