.home-section {}

.home-section-title {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.home-section-title h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;	
	letter-spacing: 2px;
	line-height: 40px;
	margin: 0 1em;
	padding: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}

.home-card {
	display: flex;
	flex-direction: column;
	
	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;
	width: 100%;
	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: #980000;
	color: #fff;
}
a.home-card-btn:hover, a.home-card-btn:active, a.home-card-btn:focus {
	background-color: #980000;
	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: #980000;
	color: #fff;
}
a.home-card-alt-btn:hover, a.home-card-alt-btn:active, a.home-card-alt-btn:focus {
	background-color: #980000;
	box-shadow: 3px 3px black;
	color: #fff;
	margin: 1px 0 0 1px;
	opacity: .85;
	text-decoration: none;
}

.home-section-features {
	padding:20px 0 40px;
}
.home-container-features {
	position: relative;
}
.home-container-features .home-card-features {
	margin: 0;
	border-top: 5px solid #980000;
}

.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 {
	text-align: center;
}
/* tablet */
@media (min-width: 600px) {

	.home-container-features .home-card-title {
		padding: 20px;
	}
}
.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: #980000;
	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 .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;
}

.home-container-features #feature-carousel-prev, .home-container-features #feature-carousel-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 130px;
	margin-top: -100px;
	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: 30px;
	background-image: url(../images/template/arrow-feature-left.png);
}
.home-container-features #feature-carousel-next {
	right: 30px;
	background-image: url(../images/template/arrow-feature-right.png);
}

/* Carousel Shrink */
@media only screen and (min-width: 769px) {
	.home-container-features {
		max-width: 75%;
	}
}
@media only screen and (min-width: 1200px) {
	.home-container-features {
		max-width: 60%;
	}
}


/* UPDATES/ITEMS */
.home-section-updates {
	background: white;
}
.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: #980000;
	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;
	border-top: 5px solid #980000;
	padding: 20px 0 40px;
}

.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: #980000;
	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-visitingdc::before {
	background-image: url('../images/services/visiting_dc.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-academynominations::before {
	background-image: url('../images/services/academy_nominations.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(152, 0, 0, 1);
	box-shadow: -1px -1px rgba(255, 255, 255, .35) inset;
}
.home-section-services .services-item:nth-child(2) {
	background-color: rgba(152, 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(152, 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(152, 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(152, 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(152, 0, 0, 0.75);
	box-shadow: none;
}
/* hovers */
.home-section-services .services-item:hover:nth-child(1) { background-color: rgba(152, 0, 0, 0.9); }
.home-section-services .services-item:hover:nth-child(2) { background-color: rgba(152, 0, 0, 0.85); }
.home-section-services .services-item:hover:nth-child(3) { background-color: rgba(152, 0, 0, 0.8); }
.home-section-services .services-item:hover:nth-child(4) { background-color: rgba(152, 0, 0, 0.75); }
.home-section-services .services-item:hover:nth-child(5) { background-color: rgba(152, 0, 0, 0.7); }
.home-section-services .services-item:hover:nth-child(6) {	background-color: rgba(152, 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;
	}
}
/* 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: #980000;
	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-image: url('../images/site/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-container-social {
	padding: 40px 0;
}

.home-section-social .social-content-section {
	padding: 40px 40px 40px 100px;
	background-color: rgba(17, 60, 93, 0.9);
	background-position: left 25px top 40px;
	background-repeat: no-repeat;
}
.home-section-social .social-content-section.social-section-twitter {
	background-image: url(../images/social/vertical_twitter.png);
}
.home-section-social .social-content-section.social-section-facebook {
	background-image: url(../images/social/vertical_facebook.png);
}

.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 .social-content {
		display: flex;
		padding: 0 0 20px;
	}
	.home-section-social .social-content > div {
		width: 50%;
	}
	.home-section-social .social-content > div:first-child {
		margin-right: 1px;
	}
}

.home-section-social .social-section-twitter a {
	color: #1da1f2;
}
.home-section-social .social-section-facebook a {
	color: #899bc1;
}
.home-section-social .social-post {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}.home-section-social .social-post:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.home-section-social .social-post .message {
	color: #fff;
}

.home-card-media {
	position: relative;
}
.home-card-media:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 1;
	box-shadow: inset 0px 0px 150px 0px rgba(255, 255, 255, 1);
}
.home-card-play-btn {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;

	background-image: url('../images/template/btn-play.png');
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center;
	cursor: pointer;
	display: block;
	opacity: .65;
	text-indent: -9999px;
}
.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: #113c5d;
}
.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;
}
.home-card-offices .location-label {
	position: relative;
	flex-grow: 1;
	
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 1px 0px rgba(0, 0, 0, .25) inset;
	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.9);
}
.home-card-offices[data-location='washington-dc'] .location-label-washington-dc { background-color: rgba(255, 255, 255, 1); }
.home-card-offices[data-location='panama-city'] .location-label-panama-city { background-color: rgba(255, 255, 255, 1); }
.home-card-offices[data-location='tallahassee'] .location-label-tallahassee { background-color: rgba(255, 255, 255, 1); }

.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: #980000;
	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: 575px;
}

.home-card-offices .home-offices-marker {
	position: absolute;
    width: 30px;
	height: 40px;
	cursor: pointer;
}


/* panama-city
tallahassee */

.home-card-offices .home-offices-marker-panama-city { top: 375px; right: 717px; }
.home-card-offices .home-offices-marker-tallahassee { top: 312px; right: 449px; }

.home-card-offices .home-offices-marker svg { filter: drop-shadow( 4px -2px 2px rgba(0, 0, 0, 0.5) ); }
.home-card-offices .home-offices-marker path { fill: white;  }
.home-card-offices .home-offices-marker:hover path { fill: #980000;  }
.home-card-offices[data-location='panama-city'] .home-offices-marker-panama-city path { fill: #980000; }
.home-card-offices[data-location='tallahassee'] .home-offices-marker-tallahassee path { fill: #980000; }


/* location info */
.home-card-offices[data-location='washington-dc'] .location-info-washington-dc { display: block; }
.home-card-offices[data-location='panama-city'] .location-info-panama-city { display: block; }
.home-card-offices[data-location='tallahassee'] .location-info-tallahassee { 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-label:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
		height: 13px;
		background-image: url(../images/offices/arrow_down.png);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.5;
	}
	.home-card-offices .location-label:hover:after { 
		opacity: 0.75;
	}
	.home-card-offices[data-location='washington-dc'] .location-label-washington-dc:after { opacity: 1; }
	.home-card-offices[data-location='panama-city'] .location-label-panama-city:after { opacity: 1; }
	.home-card-offices[data-location='tallahassee'] .location-label-tallahassee:after { opacity: 1; }
	
	.home-card-offices .location-info {
		position: absolute;
		top: 100px;
		bottom: 0px;
		left: 0px;
		width: 100%;
		
		background: url(../images/offices/map-118-update.png) no-repeat center right;
		color: white;
	}
	.home-card-offices .location-info-content {
		width: 400px;
		margin-top: 100px;
		left: -70px;
		position: relative;
	}
	.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;
	}
}
