.home .home-box {
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 3px 3px 15px rgba(0,0,0,.5);
}
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
	margin: 0;
}
@media (min-width: 768px) {
	.home > .container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* CAROUSEL AND SERVICES */
.home .home-box-carousel {
	background: transparent;
}
@media (max-width: 991px) {
	.home .home-box-carousel {
		box-shadow: none;
	}
	.home-box-carousel .module {
		box-shadow: 3px 3px 15px rgba(0,0,0,.5);		
	}
	#home-services {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.home-box-carousel {
		height: 450px;
	}
}
#home-services {
	background: #69a0e5;
	/*background: rgba(105, 160, 229, .9);*/
}
#home-services .inner {
	padding-left: 67px;
	position: relative;
	color: #fff;
	z-index: 999;
}
#home-services h3 {
	height: 67px;
	line-height: 67px;
	color: #fff;
	padding: 0 20px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	background: rgb(47,74,113); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(47,74,113,1) 0%, rgba(21,31,44,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(47,74,113,1)), color-stop(100%,rgba(21,31,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* W3C */
}
#home-services h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 67px;
	height: 67px;
	background: #2f4a71 url(../images/icon_services_cog.png) center center no-repeat;
}
#home-services h3:after {
	content: "";
	display: block;
	position: absolute;
	top: 67px;
	left: 27px;
	width: 12px;
	height: 6px;
	background: url(../images/icon_services_arrow.png) 0 0 no-repeat;
}

#home-services ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #2f4b71;
}
#home-services ul li {
	margin-left: -67px;
	padding: 13px 20px 13px 87px;
	background: 17px 9px no-repeat;
}
#home-services ul li.email {
	background-image: url(../images/icon_services_email.png);
}
#home-services ul li.casework {
	background-image: url(../images/icon_services_help.png);
}
#home-services ul li.flags {
	background-image: url(../images/icon_services_flag.png);
}
#home-services ul li.meeting {
	background-image: url(../images/icon_services_req.png);
}
#home-services ul li.visit {
	background-image: url(../images/icon_services_visitdc.png);
}
#home-services ul li.signup {
	background-image: url(../images/icon_services_newsletter.png);
}
#home-services ul li a {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}
#home-services ul li a:hover,
#home-services ul li a:active,
#home-services ul li a:focus {
	color: #69a0e5;
	text-decoration: none;
}
#home-services ul li h4 {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 13px;
}
#home-services ul li form {
	margin: 0;
	padding: 0;
}
#home-services ul li form fieldset {
	margin: 0;
	padding: 0;
	background: #fff;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #d9d9d9;
	position: relative;
	padding: 20px 30px 20px 20px;
}
#home-services ul li form fieldset label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #585861;
	padding: 20px;
}
#home-services ul li form fieldset.has-text label,
#home-services ul li form fieldset.has-focus label {
	display: none;
}
#home-services ul li form fieldset input[type=text] {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	color: #585861;
}
#home-services ul li form fieldset button {
	display: block;
	position: absolute;
	top: 22px;
	right: 20px;
	width: 16px;
	height: 14px;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent url(../images/icon_services_newsletter_arrow.png) 0 0 no-repeat;
	text-indent: -10000px;
	outline: 0;
}
#home-services ul li form fieldset button:hover,
#home-services ul li form fieldset button:active,
#home-services ul li form fieldset button:focus {
	background-position: 0 -14px;
}

@media (min-width: 992px) {
	#home-services {
		float: left;
		height: 450px;
		width: 67px;
	}
	#home-services .overflow-box {
		overflow: hidden;
		width: 67px;
		height: 450px;
		transition: width .25s;
	}
	#home-services:hover .overflow-box {
		width: 367px;
	}
	#home-services .inner {
		width: 367px;
		height: 450px;
	}
	#home-services ul {
		height: 383px; /* 450 - 67 */
	}
}

#home-carousel {
	background: #000;
	position: relative;
}
#home-carousel .tabs .tab {
	display: none;
}
#home-carousel .tabs .tab.is-visible{
	display: block;
}
#home-carousel .tabs .tab .media {
	width: 100%;
	padding-bottom: 69.23%;
	background: url(../images/ft_default.jpg) center center no-repeat;
	background-size: cover;
}
#home-carousel .tabs .tab .content {
	padding: 40px;
}
#home-carousel .tabs .tab .content .title {
	font-weight: bold;
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
	color: #69a0e5;
	margin-bottom: 10px;
	max-height: 136px;
}
#home-carousel .tabs .tab .content .title a {
	color: inherit;
	font-weight: 600;
}
#home-carousel .tabs .tab .content .abstract {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}
#home-carousel .tabs .tab .content .action-bar {
	padding: 20px;
	min-height: 65px;
	background: rgb(47,74,113); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(47,74,113,1) 0%, rgba(21,31,44,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(47,74,113,1)), color-stop(100%,rgba(21,31,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* W3C */	
}
#home-carousel .tabs .tab .content .action-bar .read-more {
	display: block;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 25px;
}
#home-carousel .tabs .tab .content .action-bar .read-more:hover,
#home-carousel .tabs .tab .content .action-bar .read-more:active,
#home-carousel .tabs .tab .content .action-bar .read-more:focus {
	color: #69a0e5;
	text-decoration: none;
}
#home-carousel .tabs .tab .content .action-bar .addthis_sharing_toolbox {
	float: right;
}
#home-carousel .tab-nav {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 72px;
	height: 32px;
}
#home-carousel .tab-nav button {
	display: block;
	float: left;
	width: 36px;
	height: 32px;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent url(../images/ft_arrow_next.png) 0 0 no-repeat;
	outline: 0;
	text-indent: -10000px;
	background-position: 0 -32px;
}
#home-carousel .tab-nav button.prev {
	background-image: url(../images/ft_arrow_prev.png);
}
#home-carousel .tab-nav button:hover,
#home-carousel .tab-nav button:active,
#home-carousel .tab-nav button:focus {
	background-position: 0 -32px;
}
@media (min-width: 992px) {
	#home-carousel {
		margin-left: 67px;
		height: 450px;
	}
	#home-carousel .tabs .tab .media-container {
		position: absolute;
		top: 0;
		right: 0;
		width: 650px;
		height: 450px;
		overflow: hidden;
	}
	#home-carousel .tabs .tab .media {
	}
	#home-carousel .tabs .tab .content-container {
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/ft_fade.png) right 0 no-repeat;
		padding-right: 450px;
	}
	#home-carousel .tabs .tab .content {
		height: 100%;
	}
	#home-carousel .tabs .tab .content-inner {
		position: relative;
		height: 100%;
	}
	#home-carousel .tabs .tab .content .abstract {
		/*max-height: 154px;
		overflow: hidden;*/
	}
	#home-carousel .tabs .tab .action-bar {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	#home-carousel .tabs .tab .content-container {
		padding-right: 650px;
	}
}

/* TWITTER */
#home-twitter {
	padding: 87px 20px 20px;
	position: relative;
}
#home-twitter .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 67px;
	background: #69a0e5 url(../images/icon_homepage_twitter.png) center center no-repeat;
}
#home-twitter .content {
	padding-left: 104px;
	position: relative;
	min-height: 84px;
	font-family: Helvetica, Arial, sans-serif;
}
#home-twitter .avatar {
	display: block;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
#home-twitter .content h3 {
	margin: 0 0 5px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
#home-twitter .content h3 .name {
	font-size: 16px;
	color: #292f33;
	font-weight: 700;
}
#home-twitter .content h3 .handle {
	color: #707070;
	font-weight: 400;
}
#home-twitter .content .tweet {
}
#home-twitter .content .tweet:first-child {
}
#home-twitter .content .tweet .date {
	font-size: 14px;
	color: #707070;
	margin-bottom: 5px;
}
#home-twitter .content .tweet .text {
	font-size: 14px;
}
#home-twitter .content .tweet .text a {
	color: #518bd4;
}
@media (min-width: 992px) {
	#home-twitter {
		padding: 20px 20px 20px 87px;
	}
	#home-twitter .icon {
		height: 100%;
		width: 67px;
	}
	#home-twitter .content .tweet .date {
		position: absolute;
		top: 0;
		right: 0;
	}	
}

/* MEDIA TABS */
.home-box-tabs .tab-list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	border-bottom: 1px solid #cbcbce;
	height: 71px;
}
.home-box-tabs .tab-list li {
	float: left;
}
.home-box-tabs .tab-list li a {
	display: block;
	padding: 0 15px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	height: 71px;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 20px;
	color: #858591;
	outline: 0;
}
.home-box-tabs .tab-list li a:hover,
.home-box-tabs .tab-list li a:active,
.home-box-tabs .tab-list li a:focus,
.home-box-tabs .tab-list li a.highlighted {
	color: #274671;
	text-decoration: none;
}
.home-box-tabs .tab-list li a.highlighted {
	border-color: #cbcbce;
	background: #fff;
}
.home-box-tabs .tabs .tab {
	display: none;
	padding: 30px;
}
.home-box-tabs .tabs .tab.is-visible {
	display: block;
}
@media (min-width: 768px) {
	.home-box-tabs .tab-list li a {
		padding: 0 40px;
	}
	.home-box-tabs .tabs {
		height: 326px;
	}
}

/* SIGNUP */
#home-signup {
	padding: 30px;
}
#home-signup h3 {
	margin: 0 0 5px;
	padding: 0 0 5px 30px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 900;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	color: #274671;
	background: left 2px no-repeat;
	background-image: url(../images/icon_homepage_newsletter.png);
}
#home-signup p {
	padding: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	color: #585861;
}
#home-signup form {
	margin: 0;
	padding: 0;
}
#home-signup form fieldset {
	margin: 0 0 10px;
	padding: 0;
	background: #fff;
	border: 1px solid #d9d9d9;
	position: relative;
	padding: 20px;
}
#home-signup form fieldset label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #585861;
	padding: 20px;
}
#home-signup form fieldset.has-text label,
#home-signup form fieldset.has-focus label {
	display: none;
}
#home-signup form fieldset input[type=text] {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	color: #585861;
}
#home-signup form button[type=submit] {
	display: table-cell;
	text-transform: uppercase;
	margin: 0;
	border: 0;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	background: rgb(47,74,113); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(47,74,113,1) 0%, rgba(21,31,44,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(47,74,113,1)), color-stop(100%,rgba(21,31,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* W3C */
}
#home-signup form button[type=submit]:hover,
#home-signup form button[type=submit]:active,
#home-signup form button[type=submit]:focus {
	color: #69a0e5;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-signup h3 {
		font-size: 20px;
	}
}

/* OFFICE LOCATIONS */
#home-offices .offices {
	padding: 30px;
}
#home-offices .offices .office {
	margin-top: 30px;
}
#home-offices .offices .office:first-child {
	margin-top:0;
}
#home-offices .offices .office h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
	color: #2f4a6f;
	padding-left: 30px;
	background: left center no-repeat;
	background-image: url(../images/marker_map.png);
	margin-bottom: 5px;
}
#home-offices .offices .office address {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	color: #585861;
}
#home-offices .offices .office address p {
	margin: 0;
	padding: 0;
}
#home-offices .view {
	display: block;
	padding: 20px 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	background: #2e496e;
	opacity: .9;
	font-weight: 400;
}
#home-offices .view:hover,
#home-offices .view:active,
#home-offices .view:focus {
	text-decoration: none;
	color: #69a0e5;
}
#home-offices .view:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 14px;
	background: url(../images/arrow_map.png) 0 0 no-repeat;
	margin-left: 5px;
}
#home-offices .map-wrapper #home-offices-map { min-height:300px; }
#home-offices .contact { padding-left:30px; padding-bottom:30px; }
#home-offices .contact a {
	display: table-cell;
	text-transform: uppercase;
	margin: 0;
	border: 0;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	background: rgb(47,74,113); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(47,74,113,1) 0%, rgba(21,31,44,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(47,74,113,1)), color-stop(100%,rgba(21,31,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* W3C */
}
#home-offices .contact a:hover { text-decoration:none; }
#home-offices .contact a:hover,
#home-offices .contact a:active,
#home-offices .contact a:focus {
	color: #69a0e5;
}
@media (min-width: 992px) {
	#home-offices {
		position: relative;
	}
	#home-offices .offices .office {
		width: 33%;
	}
	#home-offices .view {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 20px;
	}
	#home-offices .map { position:absolute; top:0; right:0; bottom:0; left:33%; background:#efefef url(../images/map_bg.jpg) right top no-repeat; }
	#home-offices .map #home-offices-map { width:100%; height:100%; min-height:auto; }
}