.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: #68269d;
	color: #fff;
}
a.home-card-btn:hover, a.home-card-btn:active, a.home-card-btn:focus {
	background-color: #68269d;
	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: #68269d;
	color: #fff;
}
a.home-card-alt-btn:hover, a.home-card-alt-btn:active, a.home-card-alt-btn:focus {
	background-color: #68269d;
	box-shadow: 3px 3px #c6c6c6;
	color: #fff;
	margin: 1px 0 0 1px;
	opacity: .85;
	text-decoration: none;
}


.home-section-top {
	margin-bottom: 40px;
}

@media (min-width: 1055px) {
	.home-container-top {
		display: flex;
	}
	.home-section-features {
		width: 80%;
	}
	.home-section-services {
		width: 20%;
	}
}

.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-top {
		margin-bottom: 55px;
	}
	.home-container-top {
		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 #68269d;
	padding: 20px;
	text-align: center;
}
/* tablet */
@media (min-width: 600px) {
	.home-container-features .home-card-block {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		
		border-top: 0px;
		border-bottom: 5px solid #68269d;
		
		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: #f9cb0c;
	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;
}

.home-container-features .home-card-title a {
	font-size:36px;
	line-height: 42px;
}

.home-container-features .feature-carousel-progress {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
}

.home-container-features .feature-carousel-progress-bar {
	height: 5px;
	background: #ffe58a;
}

@media (min-width: 600px) {
	.home-container-features #feature-carousel-prev, .home-container-features #feature-carousel-next {
		position: absolute;
		top: 50%;
		width: 40px;
		height: 130px;
		margin-top: -65px;
		z-index: 1;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0.75;
	}
	.home-container-features #feature-carousel-prev:hover, .home-container-features #feature-carousel-next:hover {
		opacity: 1;
	}
	.home-container-features #feature-carousel-prev {
		left: 40px;
		background-image: url(../images/template/arrow-feature-left.png);
	}
	.home-container-features #feature-carousel-next {
		right: 40px;
		background-image: url(../images/template/arrow-feature-right.png);
	}
}
@media (min-width: 1055px) {
	.home-section-features {
		margin-bottom: 0;
	}
}


/* 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;
}
/* 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(103, 39, 157, 0.13);
}
.home-section-updates .updates-item:hover:nth-child(2) {
	background-color: rgba(103, 39, 157, 0.13);
}
.home-section-updates .updates-item:hover:nth-child(3) {
	background-color: rgba(103, 39, 157, 0.13);
}
.home-section-updates .updates-item:hover:nth-child(4) {
	background-color: rgba(103, 39, 157, 0.13);
}
/* 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: #68269d;
	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 {
 	position: relative;
	/*background-color: #f2f2f2;*/
} 

.home-section-services .services-items {
	display: flex;
	flex-flow: row wrap;
}
/* 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: #e5e5e5;
	color: #1b293a;
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	width: 50%;
}
.home-section-services .services-item a{
	text-decoration: none;
}
.home-section-services .services-item:hover {
	background-color: rgba(103, 39, 157, 0.13);
}
.home-section-services .services-item:hover, .home-section-services .services-item:focus {
	text-decoration: none;
}
/*.home-section-services .services-item::before {
	content: ' ';
	display: block;
	
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
	height: 60px;
	width: 60px;
}*/
.home-section-services .services-item .services-item-contact::before {
	content: ' ';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	background-image: url('../images/services/services_email.png');
	margin-top: -10px;
}
.home-section-services .services-item .services-item-newslettersignup::before {
	content: ' ';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	background-image: url('../images/services/services_newsletter.png');
	margin-top: -10px;
}
.home-section-services .services-item .services-item-casework::before {
	content: ' ';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	background-image: url('../images/services/services_casework.png');
	margin-top: -10px;
}
.home-section-services .services-item .services-item-flagrequests::before {
	content: ' ';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	background-image: url('../images/services/services_flag.png');
	margin-top: -10px;
}
.home-section-services .services-item .services-item-visitingdc::before {
	content: ' ';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	background-image: url('../images/services/services_visiting.png');
	margin-top: -10px;
}

/* MEDIA QUERIES */
/* all below laptop */
@media (max-width: 1054px) {
	.home-section-services .services-item {
		padding: 25px;
	}
}
/* 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: -2px -2px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(3) {
		box-shadow: 0px -2px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(4), .home-section-services .services-item:nth-child(5) {
		box-shadow: -2px 0px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(6) {
		box-shadow: none;
	} 
}
@media (min-width: 1055px) and (max-width: 1254px) {
	.home-section-services .services-item::before { display: none; }
}
@media (min-width: 1055px) {
	.home-section-services {
		padding: 0;
	}
	.home-section-services .home-section-title {
		display: none;
	}
	.home-container-services {
		min-height: 100%;
		/*position: relative;*/
	}
	.home-section-services .services-items {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		display: flex;
		flex-flow: column nowrap;
		min-height: 100%;
	}
	.home-section-services .services-item {
		display: flex;
		width: auto;
		flex: 1;
		/*height: 120px;*/
		flex-direction: column;
		justify-content: center;
	}

	.home-section-services .services-item {
		box-shadow: 0px -2px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(5) {
		box-shadow: none;
	}
}
@media (max-width: 600px) {
	.home-section-services .services-item:nth-child(1) {
		box-shadow: -2px -2px rgba(255, 255, 255, .3) inset;
	} 
	.home-section-services .services-item:nth-child(2) {
		box-shadow: 0px -2px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(3) {
		box-shadow: -2px -2px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(4), .home-section-services .services-item:nth-child(5) {
		box-shadow: 0px -2px rgba(255, 255, 255, .3) inset;
	}
	.home-section-services .services-item:nth-child(6) {
		none;
	} 
}


/* ISSUES */
.home-section-issues {
	background-color: #f2f2f2;
	padding-bottom: 40px;

	border-top: 5px solid #68269d;
}
/* laptop */
@media (min-width: 600px) {
	.home-section-issues {
		padding-bottom: 90px;
	}
}
.home-section-issues::before {
	content: ' ';
	display: block;
	/*background-color: #68269d;*/
	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: #fff;
	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;
	text-align: center;
	width: 100%;
	z-index: 0;
	-webkit-filter: opacity(1.0);
	transition: all 0.2s ease;
}
.home-section-issues .issues-item:last-child {
	box-shadow: none;
}
.home-section-issues .issues-item:hover {
	background-color: #2e4664;
}
/* MEDIA QUERIES */


/* 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;
		font-size: 42px;
		line-height: 48px;
	}
}
/* 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 {
	filter: opacity(.7);
	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: 1.0;
}
/*.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::after {
	/*opacity: .5;*/
}

.home-section-issues .issues-item::after {
	content: ' ';
	display: block;
	
	background-color: #f9cb0c;
	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: #f9cb0c;
	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;
}

.home-section-social .social-item.social-item-tweet a {
    color: #f9cb0c;
}

/* 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;
	bottom: 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;

	border-top: 2px solid #e0e0e0;
}
.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/map/office_bg_washington.jpg');
	}
	
	.home-section-offices[data-location='washington-dc'] { background-image: url('../images/map/office_bg_washington.jpg'); }
	.home-section-offices[data-location='dodge-city'] { background-image: url('../images/map/office_bg_dodgecity.jpg'); }
	.home-section-offices[data-location='topeka'] { background-image: url('../images/map/office_bg_topeka.jpg'); }
	.home-section-offices[data-location='overland-park'] { background-image: url('../images/map/office_bg_overlandpark.jpg'); }
	.home-section-offices[data-location='wichita'] { background-image: url('../images/map/office_bg_wichita.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;
	background-color: #082a69
}
.home-card-offices .location-label:first-child {
	background-color: #082a69;
	box-shadow: none;
}
.home-card-offices .location-label:hover, .home-card-offices .location-label:focus {
	background-color:  #051e4c;
}
.home-card-offices[data-location='washington-dc'] .location-label-washington-dc { background-color: #051e4c; }
.home-card-offices[data-location='dodge-city'] .location-label-dodge-city { background-color: #051e4c; }
.home-card-offices[data-location='topeka'] .location-label-topeka { background-color: #051e4c; }
.home-card-offices[data-location='overland-park'] .location-label-overland-park { background-color: #051e4c; }
.home-card-offices[data-location='wichita'] .location-label-wichita { background-color: #051e4c; }

.home-card-offices[data-location='washington-dc'] .location-label-washington-dc::after, .home-card-offices[data-location='dodge-city'] .location-label-dodge-city::after, .home-card-offices[data-location='topeka'] .location-label-topeka::after, .home-card-offices[data-location='overland-park'] .location-label-overland-park::after, .home-card-offices[data-location='wichita'] .location-label-wichita::after {
	content: ' ';
	position: absolute;
	top: 69px;
	right: 0;
	left: 0;
	display: block;
	
	background-color: #f9cb0c;
	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: #68269d;
	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;
	
}

/* location info */
.home-card-offices[data-location='washington-dc'] .location-info-washington-dc { display: block; }
.home-card-offices[data-location='dodge-city'] .location-info-dodge-city { display: block; }
.home-card-offices[data-location='topeka'] .location-info-topeka { display: block; }
.home-card-offices[data-location='overland-park'] .location-info-overland-park { display: block; }
.home-card-offices[data-location='wichita'] .location-info-wichita { display: block; }

.home-card-offices .home-offices-marker {
	position: absolute;
    width: 30px;
	height: 40px;
	cursor: pointer;
}


/* dodge-city
topeka
lowell
overland-park
wichita
*/

.home-card-offices .home-offices-marker-dodge-city { top: 320px; right: 425px; }
.home-card-offices .home-offices-marker-topeka { top: 188px; right: 101px; }
.home-card-offices .home-offices-marker-lowell { top: 187px; right: 530px; }
.home-card-offices .home-offices-marker-overland-park { top: 202px; right: 32px; }
.home-card-offices .home-offices-marker-wichita { top: 319px; right: 238px; }

/* .home-card-offices .home-offices-marker svg { -webkit-filter: drop-shadow( -5px -5px 5px #000 ); filter: drop-shadow( -5px -5px 5px #000 ); } */
.home-card-offices .home-offices-marker path { fill: #68269d; }
.home-card-offices .home-offices-marker:hover path { fill: #f9cb0c; }
.home-card-offices[data-location='dodge-city'] .home-offices-marker-dodge-city path { fill: #f9cb0c; }
.home-card-offices[data-location='topeka'] .home-offices-marker-topeka path { fill: #f9cb0c; }
.home-card-offices[data-location='lowell'] .home-offices-marker-lowell path { fill: #f9cb0c; }
.home-card-offices[data-location='overland-park'] .home-offices-marker-overland-park path { fill: #f9cb0c; }
.home-card-offices[data-location='wichita'] .home-offices-marker-wichita path { fill: #f9cb0c; }

/* location info */
.home-card-offices[data-location='washington-dc'] .location-info-washington-dc { display: block; }
.home-card-offices[data-location='dodge-city'] .location-info-dodge-city { display: block; }
.home-card-offices[data-location='topeka'] .location-info-topeka { display: block; }
.home-card-offices[data-location='lowell'] .location-info-lowell { display: block; }
.home-card-offices[data-location='overland-park'] .location-info-overland-park { display: block; }
.home-card-offices[data-location='wichita'] .location-info-wichita { display: block; }

/* 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;
		padding: 40px 0 0;
	}
}
/* desktop */
@media (min-width: 1255px) {
	.home-card-offices .location-map img {
		width: 580px;
		height: 300px;
	}
}


.home-section-announcements {
	margin: 5px 0 10px;
}
.home-card-announcements {
	background-color: #f9cb0c !important;
	display: none;
	text-align: center;
}
.home-card-announcements.home-card-alert {
	background-color: #f9cb0c;
	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;
	}
}
