.home-section {}

.home-section-title {
	display: flex;
	justify-content: center;
	align-items: flex-start;

	background: rgba(179, 0, 0, 1);
	border: 1px solid rgba(255,255,255,0.25);
	border-width: 1px 0;
}
.home-section-title h2 {
	color: rgba(255,255,255,0.75);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 10px;
	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;
	position: relative;
}
.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 rgba(0,0,0,0.25);
	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: #b30000;
	color: #fff;
}
a.home-card-btn:hover, a.home-card-btn:active, a.home-card-btn:focus {
	background-color: #b30000;
	box-shadow: 3px 3px black;
	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: #b30000;
	color: #fff;
}
a.home-card-alt-btn:hover, a.home-card-alt-btn:active, a.home-card-alt-btn:focus {
	background-color: #b30000;
	box-shadow: 3px 3px black;
	color: #fff;
	margin: 1px 0 0 1px;
	opacity: .85;
	text-decoration: none;
}


.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-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: auto;
		bottom: 100%;
		left: 0;

		margin-bottom: 0;
		
		display: flex;
		flex-flow: row nowrap;
	}
}

.home-container-features .home-card-block {
	border-top: 5px solid #b30000;
	text-align: center;
}
/* tablet */
@media (min-width: 1055px) {
	.home-container-features .home-card-block {
		position: absolute;
		width: 100%;
		max-width: 1200px;

		bottom: 40px;
		left: 0;
		right:0;
		margin: 0 auto;
		
		border-top: 0px;
		border-bottom: 0px;
	}

	.home-container-features .home-card-title {
		width: 50%;
		background: white;
		padding: 20px;

		box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.5);

		border-top: 5px solid rgba(179, 0, 0, 1);
	}
}
.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: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
}
.home-container-features .home-card-meta {
	position: relative;
	
	color: #b30000;
	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: 10px;
		background-image: url(../images/template/arrow-feature-left.png);
	}
	.home-container-features #feature-carousel-next {
		right: 10px;
		background-image: url(../images/template/arrow-feature-right.png);
	}
}


/* UPDATES/ITEMS */
.home-section-updates {
}
.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 .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: 65px;
	right: 25px;
	left: 25px;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	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: #b30000;
	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: 28px;
	line-height: 34px;
	padding: 25px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.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;
}

.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;
	background-size: 100%;
	margin-bottom: 10px;
	height: 40px;
	width: 40px;
}
.home-section-services .services-item.services-item-contact::before {
	background-image: url('../images/services/email_me.png');
}
.home-section-services .services-item.services-item-agencies::before {
	background-image: url('../images/services/help_with_agencies.png');
}
.home-section-services .services-item.services-item-tours::before {
	background-image: url('../images/services/tour_requests.png');
}
.home-section-services .services-item.services-item-flags::before {
	background-image: url('../images/services/flag_requests.png');
}
.home-section-services .services-item.services-item-mobileoffice::before {
	background-image: url('../images/services/mobile_office.png');
}
.home-section-services .services-item.services-item-studentresources::before {
	background-image: url('../images/services/student_resources.png');
}
/* bgcolors/outlines */
.home-section-services .services-item:nth-child(1) {
	background-color: rgba(140, 0, 0, 1);
	box-shadow: -1px -1px rgba(255, 255, 255, .35) inset;
}
.home-section-services .services-item:nth-child(2) {
	background-color: rgba(179, 0, 0, 0.95);
	box-shadow: 0px -1px rgba(255, 255, 255, .35) inset;
}
.home-section-services .services-item:nth-child(3) {
	background-color: rgba(179, 0, 0, 0.9);
	box-shadow: -1px -1px rgba(255, 255, 255, .35) inset;
}
.home-section-services .services-item:nth-child(4) {
	background-color: rgba(179, 0, 0, 0.85);
	box-shadow: 0px -1px rgba(255, 255, 255, .35) inset;
}
.home-section-services .services-item:nth-child(5) {
	background-color: rgba(179, 0, 0, 0.8);
	box-shadow: -1px 0px rgba(255, 255, 255, .35) inset;
}
.home-section-services .services-item:nth-child(6) {
	background-color: rgba(179, 0, 0, 0.75);
	box-shadow: none;
}
/* hovers */
.home-section-services .services-item:hover:nth-child(1) {
	background-color: rgba(140, 0, 0, 0.9);
}
.home-section-services .services-item:hover:nth-child(2) {
	background-color: rgba(179, 0, 0, 0.85);
}
.home-section-services .services-item:hover:nth-child(3) {
	background-color: rgba(179, 0, 0, 0.8);
}
.home-section-services .services-item:hover:nth-child(4) {
	background-color: rgba(179, 0, 0, 0.75);
}
.home-section-services .services-item:hover:nth-child(5) {
	background-color: rgba(179, 0, 0, 0.7);
}
.home-section-services .services-item:hover:nth-child(6) {
	background-color: rgba(179, 0, 0, 0.65);
}
/* 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, .35) inset;
	}
	.home-section-services .services-item:nth-child(3) {
		box-shadow: 0px -1px rgba(255, 255, 255, .35) 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, .35) 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;
		height: 158px;
		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, .35) inset;
	}
	.home-section-services .services-item:nth-child(6) {
		box-shadow: none;
	}

	.home-section-services .services-item:nth-child(1) {
		position: relative;
		box-shadow: none;
	}
	.home-section-services .services-item:hover:nth-child(1) {
		background-color: rgba(163, 0, 0, 1);
	}
	.home-section-services .services-item:nth-child(1):after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 0;
		
		border-top: 0 solid transparent;
		border-bottom: 158px solid transparent;
		
		border-left: 30px solid rgba(140, 0, 0, 1);
		transition: border-color .2s, color .2s;
	}
	.home-section-services .services-item:hover:nth-child(1):after {
		border-left-color: rgba(163, 0, 0, 1);
	}
}
/* desktop */
@media (min-width: 1055px) {
	.home-section-services .services-item {
		padding: 30px 50px;
	}
}

/* ISSUES */
/* ISSUES/ITEMS */
.home-section-issues {}
.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, 0.5) inset;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	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, 0.5) 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: #b30000;
	height: 2px;
	margin: 10px auto 0;
	width: 120px;
}
.home-section-issues .issues-item-title {
}


/* SOCIAL */
/*
Follow:
1. Font sizes: 16px bold, italic, and 22px regular
2. background: white 15% opacity
*/
.home-section-social {
	background: black;
	/* background-image: url('../images/social/social_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; */
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	font-family: 'Roboto Condensed';
	position: relative;
}
.home-section-social .home-section-title h2 {
	color: #fff;
}
.home-section-social .home-social-bg-video {
	display: none;
}

.home-section-social .social-content {
	position: relative;
	z-index: 40;
}
@media (max-width: 1054px) {
	.home-section-social .container {
		padding: 0;
	}
}
@media (min-width: 1055px) {
	.home-section-social .home-social-bg-video {
		display: block;
		position: absolute;
		width: 60%;
		top: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		z-index: 20;

		background-image: url('../images/social/bg_social_section.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.home-section-social .home-social-bg-video:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 30;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+66,000000+100&0.35+0,0.35+66,1+100 */
		background: -moz-linear-gradient(left, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.35) 66%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.35) 66%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.35) 66%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	}
	.home-section-social .home-social-bg-video video { 
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index:20;
		transform: translate(-50%,-50%);
	}

	.home-section-social .social-content {
		margin-left: 50%;
		padding: 60px 0;
	}
}

.home-section-social .social-items {
	display: flex;
	flex-flow: row nowrap;
}
.home-section-social .social-item {
	flex-grow: 1;
	
	background-color: rgba(27, 41, 58, 0.9);
	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(27, 41, 58, 1);
	/*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/social_large_facebook.png');
}
.home-section-social .social-item.social-item-flickr {
	background-image: url('../images/social/social_large_flickr.png');
}
.home-section-social .social-item.social-item-instagram {
	background-image: url('../images/social/social_large_instagram.png');
}
.home-section-social .social-item.social-item-twitter {
	background-image: url('../images/social/social_large_twitter.png');
}
.home-section-social .social-item.social-item-youtube {
	background-image: url('../images/social/social_large_youtube.png');
}
.home-section-social .social-tweets a {
	color: #1da1f2;
}
.home-section-social .social-tweet {
	background-color: rgba(27, 41, 58, 0.9);
	margin-top: 1px;
	padding: 40px;
	text-align: center;
}
.home-section-social .social-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;
	background: #1a2a3a;

	border-top: 5px solid #b30000;
}
.home-container-offices {
	padding-top: 50px;
}
/* tablet */
/*@media (min-width: 600px) {
	.home-section-offices {
		background-image: url('../images/office_bg_dc.jpg');
	}
}*/
/* laptop */
@media (min-width: 1055px) {
	.home-container-offices {
		padding-top: 65px;
	}
}

.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: #b30000;
}
.home-card-offices .location-label {
	position: relative;
	flex-grow: 1;
	
	box-shadow: 0px 1px rgba(255, 255, 255, .35) inset;
	color: #fff;
	cursor: pointer;
	font-style: normal;
	font-weight: normal;
	height: 100px;
	line-height: 100px;
	padding: 0 10px;
	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='little-rock'] .location-label-little-rock { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='fort-smith'] .location-label-fort-smith { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='lowell'] .location-label-lowell { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='mountain-home'] .location-label-mountain-home { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='jonesboro'] .location-label-jonesboro { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='stuttgart'] .location-label-stuttgart { background-color: rgba(255, 255, 255, 0.2); }
.home-card-offices[data-location='el-dorado'] .location-label-el-dorado { background-color: rgba(255, 255, 255, 0.2); }

.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: #b30000;
	height: 2px;
	margin: 15px auto;
	padding: 0;
	width: 140px;
}

.home-card-offices .offices-detail { display: none; }

.home-card-offices .location-map {
	display: block;
	
	margin: 0 auto;
	
}
.home-card-offices .home-offices-map {
	height: 635px;
}

.home-card-offices .home-offices-marker {
	position: absolute;
    width: 30px;
	height: 40px;
	cursor: pointer;
}


/* little-rock
fort-smith
lowell
mountain-home
jonesboro
stuttgart
el-dorado */

.home-card-offices .home-offices-marker-little-rock { top: 357px; right: 416px; }
.home-card-offices .home-offices-marker-fort-smith { top: 291px; right: 597px; }
.home-card-offices .home-offices-marker-lowell { top: 187px; right: 530px; }
.home-card-offices .home-offices-marker-mountain-home { top: 160px; right: 355px; }
.home-card-offices .home-offices-marker-jonesboro { top: 206px; right: 203px; }
.home-card-offices .home-offices-marker-stuttgart { top: 383px; right: 349px; }
.home-card-offices .home-offices-marker-el-dorado { top: 560px; right: 528px; }

/* .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: #1b293a; }
.home-card-offices .home-offices-marker:hover path { fill: #b30000; }
.home-card-offices[data-location='little-rock'] .home-offices-marker-little-rock path { fill: #b30000; }
.home-card-offices[data-location='fort-smith'] .home-offices-marker-fort-smith path { fill: #b30000; }
.home-card-offices[data-location='lowell'] .home-offices-marker-lowell path { fill: #b30000; }
.home-card-offices[data-location='mountain-home'] .home-offices-marker-mountain-home path { fill: #b30000; }
.home-card-offices[data-location='jonesboro'] .home-offices-marker-jonesboro path { fill: #b30000; }
.home-card-offices[data-location='stuttgart'] .home-offices-marker-stuttgart path { fill: #b30000; }
.home-card-offices[data-location='el-dorado'] .home-offices-marker-el-dorado path { fill: #b30000; }

/* location info */
.home-card-offices[data-location='washington-dc'] .location-info-washington-dc { display: block; }
.home-card-offices[data-location='little-rock'] .location-info-little-rock { display: block; }
.home-card-offices[data-location='fort-smith'] .location-info-fort-smith { display: block; }
.home-card-offices[data-location='lowell'] .location-info-lowell { display: block; }
.home-card-offices[data-location='mountain-home'] .location-info-mountain-home { display: block; }
.home-card-offices[data-location='jonesboro'] .location-info-jonesboro { display: block; }
.home-card-offices[data-location='stuttgart'] .location-info-stuttgart { display: block; }
.home-card-offices[data-location='el-dorado'] .location-info-el-dorado { display: block; }

/* laptop */
@media (min-width: 1055px) {
	.home-card-offices {
		margin-bottom: 0;
	}
	.home-card-offices .offices-index {
		display: flex;
		flex-flow: row nowrap;
	}
	.home-card-offices .location-label {
		box-shadow: 1px 0px rgba(255, 255, 255, .35) 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: 100%;
		
		background: url(../images/offices/map.jpg) no-repeat center right;
		color: white;
	}
	.home-card-offices .location-info-content {
		width: 400px;
		margin-top: 100px;
	}
	.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: 0px;
}
.home-card-announcements {
	display: block;
	margin-top: 15px;
	background-color: #ebebeb;
	display: none;
	text-align: center;
}
.home-card-announcements.home-card-alert {
	background-color: #b30000;
	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;
	}
}
.home-container-announcements {
	max-width: 100%;
	background-color: #ebebeb;
}
@media (min-width: 1455px) {
	.home-container-announcements {
		max-width: 1440px;
	}
}
