.home-body {
	padding-top: 20px;
}
/* tablet */
@media (min-width: 900px) {
	.home-body {
		padding-top: 46px;
	}
}

.home-section {}

.home-section-title {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	
	margin-bottom: 1em;
}
.home-section-title h2 {
	color: #1b293a;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 36px;
	margin: 0 1em;
	text-align: center;
	text-transform: uppercase;
}

.home-card {
	display: flex;
	flex-direction: column;
	
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 15px;
	overflow: hidden;
}
.home-card-image-top, .home-card-video-top {
	border-radius: 0;
}
.home-card-image, .home-card-image-top {
	display: block;
	background-color: #3d3d3d;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
	max-width: 100%;
}
.home-card-image[data-url], .home-card-image-top[data-url] {
	cursor: pointer;
}

.home-card-btn, .home-card-alt-btn {
	border: 0 solid #fff;
	border-radius: 4px;
	box-shadow: 4px 4px #c6c6c6;
	font-size: 18px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	padding: 0 26px;
	/*text-transform: uppercase;*/
}
a.home-card-btn, a.home-card-btn:link, a.home-card-btn:visited {
	background-color: #5183bf;
	color: #fff;
}
a.home-card-btn:hover, a.home-card-btn:active, a.home-card-btn:focus {
	background-color: #5183bf;
	box-shadow: 3px 3px #c6c6c6;
	color: #fff;
	margin: 1px 0 0 1px;
	opacity: .85;
	text-decoration: none;
}
a.home-card-alt-btn, a.home-card-alt-btn:link, a.home-card-alt-btn:visited {
	background-color: #5183bf;
	color: #fff;
}
a.home-card-alt-btn:hover, a.home-card-alt-btn:active, a.home-card-alt-btn:focus {
	background-color: #5183bf;
	box-shadow: 3px 3px #c6c6c6;
	color: #fff;
	margin: 1px 0 0 1px;
	opacity: .85;
	text-decoration: none;
}


.home-section-features {
	margin-bottom: 40px;
}
.home-container-features {
	position: relative;
}
/* laptop */
@media (min-width: 1055px) {
	.home-container-features .home-card-image-top {
		height: 500px;
	}
}
/* desktop */
@media (min-width: 1255px) {
	.home-container-features .home-card-image-top {
		height: 600px;
	}
}
/* large desktop */
@media (min-width: 1455px) {
	.home-section-features {
		margin-bottom: 55px;
	}
	.home-container-features {
		max-width: 1440px;
	}
	.home-container-features .home-card-image-top {
		height: 700px;
	}
}
.home-container-features .home-card-features {
	margin: 0;
}

.home-container-features .share-this-btn-group {
	display: none;
}
@media (min-width: 768px) {
	.home-container-features .share-this-btn-group {
		position: absolute;
		top: 0px;
		right: 21px;
		left: auto;
		
		display: flex;
		flex-flow: row nowrap;
	}
}
@media (min-width: 1455px) {
	.home-container-features .share-this-btn-group {
		right: 120px;
	}
}

.home-container-features .home-card-block {
	background-color: #1b293a;
	border-top: 5px solid #ffc601;
	padding: 20px;
	text-align: center;
}
/* tablet */
@media (min-width: 600px) {
	.home-container-features .home-card-block {
		position: absolute;
		right: 20px;
		bottom: 0;
		left: 20px;
		
		border-top: 0px;
		border-bottom: 5px solid #ffc601;
		
		background: transparent;
		background: -moz-linear-gradient(top, transparent 0%, #1b293a 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, transparent 0%, #1b293a 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, transparent 0%, #1b293a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b293a', endColorstr='#1b293a',GradientType=0 ); /* IE6-9 */
	}
}
.home-container-features .home-card-title, .home-container-features .home-card-meta {
	margin: 0;
}
.home-container-features .home-card-title a {
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	line-height: 42px;
}
.home-container-features .home-card-meta {
	position: relative;
	
	color: #ffc601;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 36px;
	padding: 0 40px 32px;
	text-transform: uppercase;
}
.home-container-features .home-card-meta::after {
	content: ' ';
	position: absolute;
	left: 20px;
	bottom: 15px;
	right: 20px;
	
	display: block;
	background-color: #fff;
	height: 2px;
}


/* UPDATES/ITEMS */
.home-section-updates {
	margin-bottom: 50px;
}
.home-section-updates .updates-items {
	display: flex;
	flex-flow: column nowrap;
}
#img-btns {
	margin: auto;
}
/* #img-button {
	padding: 1px;
} */
.img-button {
	padding: 1px;
}
.img-button a img {
	width: 100%;
	height: auto;
	margin-top: 25px;
}
#img-button-3 { display: none; }
#img-button-4 { display: none; }
/* tablet */
@media (min-width: 600px) {
	.home-section-updates {
		margin-bottom: 60px;
	}
	.home-section-updates .updates-items {
		flex-flow: row wrap;
	}
}
/* laptop */
@media (min-width: 1055px) {
	.home-section-updates .updates-items {
		flex-flow: row nowrap;
	}
}

@media screen and (max-width: 1439px) and (min-width: 769px) {
   #img-button {
   width: 50%;
   }
}

/* UPDATES/ITEM */
.home-section-updates .updates-item {
	position: relative;
	flex-grow: 1;
	flex-shrink: 1;
	
	background-color: rgba(0, 0, 0, .1);
	box-shadow: 0px -2px #fff inset;
	text-align: center;
}
.home-section-updates .updates-item:nth-child(2) {
	background-color: rgba(0, 0, 0, .08);
}
.home-section-updates .updates-item:nth-child(3) {
	background-color: rgba(0, 0, 0, .06);
}
.home-section-updates .updates-item:nth-child(4) {
	background-color: rgba(0, 0, 0, .04);
	box-shadow: none;
}
.home-section-updates .updates-item:hover {
	background-color: rgba(0, 0, 0, .2);
}
.home-section-updates .updates-item:hover:nth-child(2) {
	background-color: rgba(0, 0, 0, .18);
}
.home-section-updates .updates-item:hover:nth-child(3) {
	background-color: rgba(0, 0, 0, .16);
}
.home-section-updates .updates-item:hover:nth-child(4) {
	background-color: rgba(0, 0, 0, .14);
}
/* tablet */
@media (min-width: 600px) {
	.home-section-updates .updates-item {
		box-shadow: -1px -1px #fff inset;
		width: 50%;
	}
	.home-section-updates .updates-item:nth-child(2) {
		box-shadow: 1px -1px #fff inset;
	}
	.home-section-updates .updates-item:nth-child(3) {
		box-shadow: -1px 1px #fff inset;
	}
	.home-section-updates .updates-item:nth-child(4) {
		box-shadow: 1px 1px #fff inset;
	}
}
/* laptop */
@media (min-width: 1055px) {
	.home-section-updates .updates-item {
		box-shadow: -2px 0px #fff inset;
		width: 25%;
	}
	.home-section-updates .updates-item:nth-child(2), .home-section-updates .updates-item:nth-child(3) {
		box-shadow: -2px 0px #fff inset;
	}
	.home-section-updates .updates-item:nth-child(4) {
		box-shadow: none;
	}
}

/* UPDATES/ITEM/elements */
.home-section-updates .updates-item .updates-meta {
	position: absolute;
	top: 25px;
	right: 25px;
	left: 25px;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 18px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
}
.home-section-updates .updates-item .updates-meta::after {
	content: ' ';
	display: block;
	
	background-color: #308afa;
	height: 2px;
	margin: 8px auto;
	width: 60px;
} 
.home-section-updates .updates-item .updates-title {
	margin: 0;
	padding: 0;
}
.home-section-updates .updates-item .updates-title a {
	display: block;
	
	color: #333;
	font-size: 18px;
	line-height: 24px;
	padding: 25px;
	padding-top: 63px;
}
.home-section-updates .updates-item .updates-title a:hover, .home-section-updates .updates-item .updates-title a:focus {
	color: #333;
	text-decoration: none;
}
.home-section-updates .aca-success-story {
	display: block;
	/* margin-top: 25px; */
}
.home-section-updates .aca-success-story img {
	height: auto;
	max-width: 100%;
}
/* SERVICES */
.home-section-services {
	background-color: #f2f2f2;
	padding-top: 50px;
	padding-bottom: 38px;
}

.home-section-services .services-items {
	display: flex;
	flex-flow: row wrap;
}
/* laptop */
@media (min-width: 1055px) {
	.home-section-services .services-items {
		flex-flow: row nowrap;
	}
}
/* services/ITEM */
.home-section-services .services-item {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 1;
	
	background-color: #1b293a;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding: 25px;
	text-align: center;
	width: 50%;
}
.home-section-services .services-item:hover, .home-section-services .services-item:focus {
	color: #fff;
	text-decoration: none;
}
.home-section-services .services-item::before {
	content: ' ';
	display: block;
	
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
	height: 40px;
	width: 40px;
}
.home-section-services .services-item.services-item-contact::before {
	background-image: url('../images/services_contact.png');
}
.home-section-services .services-item.services-item-agencies::before {
	background-image: url('../images/services_agencies.png');
}
.home-section-services .services-item.services-item-nominations::before {
	background-image: url('../images/services_nominations.png');
}
.home-section-services .services-item.services-item-tours::before {
	background-image: url('../images/services_tours.png');
}
.home-section-services .services-item.services-item-grants::before {
	background-image: url('../images/services_grants.png');
}
.home-section-services .services-item.services-item-flags::before {
	background-image: url('../images/services_flags.png');
}
.home-section-services .services-item.services-item-infrastructure::before {
	background-image: url('../images/icon-infrastructure.png');
}

/* bgcolors/outlines */
.home-section-services .services-item:nth-child(1) {
	background-color: rgba(27, 41, 58, 1);
	box-shadow: -1px -1px rgba(255, 255, 255, .3) inset;
}
.home-section-services .services-item:nth-child(2) {
	background-color: rgba(27, 41, 58, .98);
	box-shadow: 0px -1px rgba(255, 255, 255, .3) inset;
}
.home-section-services .services-item:nth-child(3) {
	background-color: rgba(27, 41, 58, .96);
	box-shadow: -1px -1px rgba(255, 255, 255, .3) inset;
}
.home-section-services .services-item:nth-child(4) {
	background-color: rgba(27, 41, 58, .94);
	box-shadow: 0px -1px rgba(255, 255, 255, .3) inset;
}
.home-section-services .services-item:nth-child(5) {
	background-color: rgba(27, 41, 58, .92);
	box-shadow: -1px 0px rgba(255, 255, 255, .3) inset;
}
.home-section-services .services-item:nth-child(6) {
	background-color: rgba(27, 41, 58, .90);
	box-shadow: none;
}
/* hovers */
.home-section-services .services-item:hover:nth-child(1) {
	background-color: rgba(27, 41, 58, .9);
}
.home-section-services .services-item:hover:nth-child(2) {
	background-color: rgba(27, 41, 58, .88);
}
.home-section-services .services-item:hover:nth-child(3) {
	background-color: rgba(27, 41, 58, .86);
}
.home-section-services .services-item:hover:nth-child(4) {
	background-color: rgba(27, 41, 58, .84);
}
.home-section-services .services-item:hover:nth-child(5) {
	background-color: rgba(27, 41, 58, .82);
}
.home-section-services .services-item:hover:nth-child(6) {
	background-color: rgba(27, 41, 58, .80);
}
/* tablet */
@media (min-width: 600px) {
	.home-section-services .services-item {
		width: 33.33%;
	}
	.home-section-services .services-item:nth-child(1), .home-section-services .services-item:nth-child(2) {
		box-shadow: -1px -1px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(3) {
		box-shadow: 0px -1px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(4), .home-section-services .services-item:nth-child(5) {
		box-shadow: -1px 0px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(6) {
		box-shadow: none;
	}
}
/* laptop */
@media (min-width: 1055px) {
	.home-section-services .services-item {
		box-shadow: none;
		min-height: 200px;
		padding: 50px 40px;
		width: 16.66%;
	}
	.home-section-services .services-item:nth-child(1), .home-section-services .services-item:nth-child(2), .home-section-services .services-item:nth-child(3), .home-section-services .services-item:nth-child(4), .home-section-services .services-item:nth-child(5) {
		box-shadow: -1px 0px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(6) {
		box-shadow: none;
	}
}
/* desktop */
@media (min-width: 1055px) {
	.home-section-services .services-item {
		padding: 50px 50px;
	}
}

/* ISSUES */
.home-section-issues {
	background-color: #f2f2f2;
	padding-bottom: 40px;
}
/* laptop */
@media (min-width: 600px) {
	.home-section-issues {
		padding-bottom: 90px;
	}
}
.home-section-issues::before {
	content: ' ';
	display: block;
	
	background-color: #308afa;
	height: 2px;
	margin: 0 auto 38px;
	padding: 0;
	width: 200px;
}
@media (min-width: 1455px) {
	.home-container-issues {
		max-width: 1440px;
	}
}
/* ISSUES/ITEMS */
.home-section-issues .issues-items {
	display: flex;
	flex-flow: column wrap;
}
/* tablet */
@media (min-width: 600px) {
	.home-section-issues .issues-items {
		flex-flow: row nowrap;
	}
}
/* ISSUES/ITEM */
.home-section-issues .issues-item {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	/*align-items: center;*/
	justify-content: center;
	flex-grow: 1;
	
	background-color: #1b293a;
	box-shadow: 0px -1px rgba(255, 255, 255, .3) inset;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	min-height: 260px;
	padding: 25px;
	text-align: center;
	width: 100%;
	z-index: 0;
}
.home-section-issues .issues-item:last-child {
	box-shadow: none;
}
.home-section-issues .issues-item:hover {
	background-color: #2e4664;
}
/* tablet */
@media (min-width: 600px) {
	.home-section-issues .issues-item {
		box-shadow: -1px 0px rgba(255, 255, 255, .3) inset;
		width: 33.33%;
	}
	.home-section-issues .issues-item:last-child {
		box-shadow: none;
	}
}
/* laptop */
@media (min-width: 1055px) {
	.home-section-issues .issues-item {
		min-height: 333px;
		padding: 50px;
	}
}
/* desktop */
@media (min-width: 1255px) {
	.home-section-issues .issues-item {
		min-height: 400px;
		padding: 66px;
	}
}
/* desktop */
@media (min-width: 1455px) {
	.home-section-issues .issues-item {
		min-height: 453px;
	}
}
.home-section-issues .issues-item:hover, .home-section-issues .issues-item:focus {
	color: #fff;
	text-decoration: none;
}
.home-section-issues .issues-item-bg {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .33;
}
/*.home-section-issues .issues-item.issues-item-cybersecurity::before {
	background-image: url('../images/issues_cybersecurity.jpg');
}
.home-section-issues .issues-item.issues-item-gig-economy::before {
	background-image: url('../images/issues_gig-economy.jpg');
}
.home-section-issues .issues-item.issues-item-workforce::before {
	background-image: url('../images/issues_workforce.jpg');
}*/
.home-section-issues .issues-item:hover::before {
	opacity: .5;
}

.home-section-issues .issues-item::after {
	content: ' ';
	display: block;
	
	background-color: #ffc601;
	height: 2px;
	margin: 10px auto 0;
	width: 120px;
}


/* SOCIAL */
/*
Follow:
1. Font sizes: 16px bold, italic, and 22px regular
2. background: white 15% opacity
*/
.home-section-social {
	background-image: url('../images/social_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-family: 'Roboto Condensed';
	padding: 60px 0 80px;
}
.home-section-social .home-section-title h2 {
	color: #fff;
}
.home-section-social .social-items {
	display: flex;
	flex-flow: row nowrap;
}
.home-section-social .social-item {
	flex-grow: 1;
	
	background-color: rgba(255, 255, 255, 0.15);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 1px;
	min-height: 120px;
	text-indent: -9999px;
	width: 20%;
}
.home-section-social .social-item:hover {
	background-color: rgba(255, 255, 255, 0.25);
	/*outline-color: cyan;
	outline-style: dashed;
	outline-width: 1px;*/
}
.home-section-social .social-item:first-child {
	margin: 0;
}
.home-section-social .social-item.social-item-facebook {
	background-image: url('../images/social_large_facebook.png');
}
.home-section-social .social-item.social-item-flickr {
	background-image: url('../images/social_large_flickr.png');
}
.home-section-social .social-item.social-item-instagram {
	background-image: url('../images/social_large_instagram.png');
}
.home-section-social .social-item.social-item-twitter {
	background-image: url('../images/social_large_twitter.png');
}
.home-section-social .social-item.social-item-youtube {
	background-image: url('../images/social_large_youtube.png');
}
.home-section-social .social-item.social-item-tweet {
	position: relative;
	display: none;
	margin: 0;
	padding: 20px;
	text-indent: 0px;
}
.home-section-social .social-item.social-item-tweet::before {
	content: ' ';
	position: absolute;
	top: 20px;
	left: 0;
	bottom: 20px;
	
	display: block;
	background-color: rgba(255, 255, 255, 0.25);
	width: 1px;
}
.home-section-social .social-item.social-item-tweet .user a {
	color: #ffc601;
	font-weight: bold;
}
.home-section-social .social-item.social-item-tweet .user a.username {
	font-style: italic;
}
.home-section-social .social-item.social-item-tweet .message {
	color: #fff;
}

/* laptop */
@media (min-width: 1055px) {
	.home-section-social .social-item {
		width: 10%;
	}
	.home-section-social .social-item.social-item-tweet {
		display: block;
		width: 50%;
	}
}

.home-card-play-btn {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;

	background-image: url('../images/btn-play.png');
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center;
	cursor: pointer;
	display: block;
	opacity: .65;
}
.home-card-play-btn:hover {
	opacity: .9;
}
.home-card-play-btn img {
	height: auto;
	max-width: 100%;
}
@media (min-width: 480px) {
	.home-section-news .home-card-play-btn {
		background-size: 75px;
	}
}


/* OFFICES */
.home-section-offices {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home-container-offices {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* tablet */
/*@media (min-width: 600px) {
	.home-section-offices {
		background-image: url('../images/office_bg_dc.jpg');
	}
}*/
/* laptop */
@media (min-width: 1055px) {
	.home-section-offices {
		background-image: url('../images/office_bg_dc.jpg');
	}
	
	.home-section-offices[data-location='washington-dc'] { background-image: url('../images/office_bg_dc.jpg'); }
	.home-section-offices[data-location='abingdon'] { background-image: url('../images/office_bg_abingdon.jpg'); }
	.home-section-offices[data-location='norfolk'] { background-image: url('../images/office_bg_norfolk.jpg'); }
	.home-section-offices[data-location='roanoke'] { background-image: url('../images/office_bg_roanoke.jpg'); }
	.home-section-offices[data-location='richmond'] { background-image: url('../images/office_bg_richmond.jpg'); }
	.home-section-offices[data-location='vienna'] { background-image: url('../images/office_bg_vienna.jpg'); }
	
	.home-container-offices {
		padding-top: 65px;
		padding-bottom: 75px;
	}
}

.home-card-offices {
	background-color: transparent;
	position: relative;
}
.home-card-offices .home-card-head {}
.home-card-offices .offices-index {
	display: flex;
	flex-flow: column nowrap;
	
	background-color: #1a2a3a;
}
.home-card-offices .location-label {
	position: relative;
	flex-grow: 1;
	
	box-shadow: 0px 1px rgba(255, 255, 255, .3) inset;
	color: #fff;
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	padding: 0 40px;
	transition: background-color .2s, color .2s;
	text-align: center;
}
.home-card-offices .location-label:first-child {
	box-shadow: none;
}
.home-card-offices .location-label:hover, .home-card-offices .location-label:focus {
	background-color: rgba(255, 255, 255, 0.15);
}
.home-card-offices[data-location='washington-dc'] .location-label-washington-dc { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='abingdon'] .location-label-abingdon { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='norfolk'] .location-label-norfolk { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='roanoke'] .location-label-roanoke { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='richmond'] .location-label-richmond { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='vienna'] .location-label-vienna { background-color: rgba(255, 255, 255, 0.2); }

.home-card-offices[data-location='washington-dc'] .location-label-washington-dc::after, .home-card-offices[data-location='abingdon'] .location-label-abingdon::after, .home-card-offices[data-location='norfolk'] .location-label-norfolk::after, .home-card-offices[data-location='roanoke'] .location-label-roanoke::after, .home-card-offices[data-location='richmond'] .location-label-richmond::after, .home-card-offices[data-location='vienna'] .location-label-vienna::after {
	content: ' ';
	position: absolute;
	top: 69px;
	right: 0;
	left: 0;
	display: block;
	
	background-color: #ffc601;
	height: 2px;
	margin: 0 auto;
	padding: 0;
	width: 60px;
}

.home-card-offices .location-info {
	display: none;
	
	background-color: #fff;
	padding: 20px;
	padding-top: 40px;
	text-align: center;
	transition: background-color .2s, color .2s;
}
.home-card-offices .location-info .info-title {
	position: relative;
	display: block;
	
	font-weight: bold;
}
.home-card-offices .location-info .info-title::after {
	content: ' ';
	display: block;
	
	background-color: #308afa;
	height: 2px;
	margin: 15px auto;
	padding: 0;
	width: 140px;
}

.home-card-offices .offices-detail { display: none; }

.home-card-offices .location-map {
	display: block;
	
	/*background-color: rgba(0, 255, 255, 0.15);*/
	margin: 0 auto;
	
}
.home-card-offices .location-map svg {
	/*background-color: rgba(255, 255, 0, 0.15);*/
	width: 700px;
	height: 350px;
}

/*.location-map .map-region-abingdon a:hover path {
	fill: #0ff;
}
.location-map .map-pin:hover path {
	fill: #0ff;
}*/

/* location info */
.home-card-offices[data-location='washington-dc'] .location-info-washington-dc { display: block; }
.home-card-offices[data-location='abingdon'] .location-info-abingdon { display: block; }
.home-card-offices[data-location='norfolk'] .location-info-norfolk { display: block; }
.home-card-offices[data-location='roanoke'] .location-info-roanoke { display: block; }
.home-card-offices[data-location='richmond'] .location-info-richmond { display: block; }
.home-card-offices[data-location='vienna'] .location-info-vienna { display: block; }

/* container background image */
.home-card-offices[data-location='abingdon'] .location-map { background-position: 0px -350px; }
.home-card-offices[data-location='norfolk'] .location-map { background-position: 0px -1050px; }
.home-card-offices[data-location='roanoke'] .location-map { background-position: 0px -1750px; }
.home-card-offices[data-location='richmond'] .location-map { background-position: 0px -700px; }
.home-card-offices[data-location='vienna'] .location-map { background-position: 0px -1400px; }

/* active regions */
.home-card-offices[data-location='abingdon'] .map-region-abingdon path { fill: #ffc601; }
.home-card-offices[data-location='abingdon'] .map-pin-abingdon path { fill: #000; }

.home-card-offices[data-location='norfolk'] .map-region-norfolk path { fill: #ffc601; }
.home-card-offices[data-location='norfolk'] .map-pin-norfolk path { fill: #000; }

.home-card-offices[data-location='roanoke'] .map-region-roanoke path { fill: #ffc601; }
.home-card-offices[data-location='roanoke'] .map-pin-roanoke path { fill: #000; }

.home-card-offices[data-location='richmond'] .map-region-richmond path { fill: #ffc601; }
.home-card-offices[data-location='richmond'] .map-pin-richmond path { fill: #000; }

.home-card-offices[data-location='vienna'] .map-region-vienna path { fill: #ffc601; }
.home-card-offices[data-location='vienna'] .map-pin-vienna path { fill: #000; }

/* highlight */
.home-card-offices[data-highlight-location='abingdon'] .location-map .map-region-abingdon path { fill: #ffc601; }
.home-card-offices[data-highlight-location='abingdon'] .location-map .map-pin-abingdon path { fill: #000; }

.home-card-offices[data-highlight-location='norfolk'] .location-map .map-region-norfolk path { fill: #ffc601; }
.home-card-offices[data-highlight-location='norfolk'] .location-map .map-pin-norfolk path { fill: #000; }

.home-card-offices[data-highlight-location='roanoke'] .location-map .map-region-roanoke path { fill: #ffc601; }
.home-card-offices[data-highlight-location='roanoke'] .location-map .map-pin-roanoke path { fill: #000; }

.home-card-offices[data-highlight-location='richmond'] .location-map .map-region-richmond path { fill: #ffc601; }
.home-card-offices[data-highlight-location='richmond'] .location-map .map-pin-richmond path { fill: #000; }

.home-card-offices[data-highlight-location='vienna'] .location-map .map-region-vienna path { fill: #ffc601; }
.home-card-offices[data-highlight-location='vienna'] .location-map .map-pin-vienna path { fill: #000; }

/* laptop */
@media (min-width: 1055px) {
	.home-card-offices .offices-index {
		display: flex;
		flex-flow: row nowrap;
	}
	.home-card-offices .location-label {
		box-shadow: 1px 0px rgba(255, 255, 255, .3) inset;
	}
	.home-card-offices .location-label:first-child {
		box-shadow: none;
	}
	.home-card-offices .location-info {
		position: absolute;
		top: 100px;
		bottom: 0px;
		left: 0px;
		width: 400px;
		
		background-color: transparent;
		/*background-color: rgba(255, 204, 153, 0.5);*/
	}
	.home-card-offices .location-map {
		float: right;
	}
	.home-card-offices .offices-detail {
		display: block;
	}
}
/* desktop */
@media (min-width: 1255px) {
	.home-card-offices .location-map svg {
		width: 800px;
		height: 400px;
	}
}


.home-section-announcements {
	margin: 5px 0 10px;
}
.home-card-announcements {
	background-color: #ffc601 !important;
	display: none;
	text-align: center;
}
.home-card-announcements.home-card-alert {
	background-color: #ffc601;
	display: none;
	text-align: center;
}
.home-card-announcements .home-card-block {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 44px;
	/*width: 100%;*/
}
.home-card-announcements .announcement-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
	background-color: rgba(0, 0, 0, .125);
	font-size: 40px;
	font-weight: 300;
	width: 44px;
}
.home-card-announcements .announcement-close:hover {
	background-color: rgba(0, 0, 0, .15);
} 
.home-card-announcements .home-card-block a {
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
}
.home-card-announcements .home-card-block a:hover, .home-card-announcements .home-card-block a:focus {
	color: #333;
}
.home-card-announcements .home-card-block a span {
	font-weight: 900;
}
@media (min-width: 900px) {
	.home-section-announcements {
		margin-top: -25px;
	}
	.home-card-announcements .home-card-block {
		padding: 0 58px;
	}
	.home-card-announcements .announcement-close {
		width: 58px;
	}
	.home-card-announcements .home-card-block a {
		font-size: 24px;
		line-height: 28px;
		padding: 15px 0;
	}
}
@media (min-width: 1455px) {
	.home-container-announcements {
		max-width: 1440px;
	}
}

.home-card-announcements:nth-child(even) {
	background-color: #1b293a !important;
}
.home-card-announcements:nth-child(even) .home-card-block a{
	color: #fff;
}