.home-body {
	background: white;
}

.home-section {}

.home-section-title {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.home-section-title h2 {
	font-family: 'Lora', serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;	
	/* 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: #e8cc6d;
	color: #fff;
}
a.home-card-btn:hover, a.home-card-btn:active, a.home-card-btn:focus {
	background-color: #e8cc6d;
	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: #e8cc6d;
	color: #fff;
}
a.home-card-alt-btn:hover, a.home-card-alt-btn:active, a.home-card-alt-btn:focus {
	background-color: #e8cc6d;
	box-shadow: 3px 3px black;
	color: #fff;
	margin: 1px 0 0 1px;
	opacity: .85;
	text-decoration: none;
}


.home-container-features {
	position: relative;
}
.home-container-features .home-card-features {
	margin: 0;
}

.home-container-features .share-this-btn-group {
	display: none;
}
.home-section-features {
	position: relative;
}
@media (min-width: 768px) {
	.home-section-features {
		margin-top: -120px;
		min-height: 240px;
	}
}

.home-container-features .home-card-content {
	text-align: center;
}
/* tablet */
@media (min-width: 600px) {
	.home-container-features .home-card-title {
		padding: 20px 0;
	}
}
@media (min-width: 768px) {
	
	.home-container-features .home-card-content {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 80px;
		right: 80px;
		z-index: 1;
		max-width: 1040px;
		margin: 0 auto;
		text-align: left;
		
	}
	.home-container-features .home-card-content-inner {
		display: table;
		height: 100%;
	}
	.home-container-features .home-card-feature-content {
		display: table-cell;
		vertical-align: middle;
		max-width: 600px;
		color: white;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}
}

@media (min-width: 1175px) {
	.home-container-features .home-card-content {
		max-width: 1040px;
	}
}
@media (min-width: 1375px) {
	.home-container-features .home-card-content {
		max-width: 1240px;
	}
}
.home-container-features .home-card-title, .home-container-features .home-card-meta {
	margin: 0;
}
.home-container-features .home-card-title {
	font-family: 'Lora', serif;
	font-size: 38px;
	font-style: normal;
	font-weight: bold;
	line-height: 42px;
}
.home-container-features .home-card-title a {
	color: inherit;
}
.home-container-features .home-card-title a:hover {
	text-decoration: none;
}
.home-container-features .home-card-button {
	display: none;
}
.home-container-features .home-card-button a {
	color: black;
	background: #e8cc6d;
	border-radius: 20px;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	line-height: 20px;
	padding: 10px 30px;
	text-shadow: none;
	text-transform: uppercase;
}
.home-container-features .home-card-button a:hover {
	background: rgba(232, 204, 109, 0.9);
	text-decoration: none;
}
.home-container-features .home-card-meta {
	position: relative;
	
	color: #e8cc6d;
	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;
}

@media (min-width: 768px) {
	.home-container-features .home-card-title {
		color: #fff;
	}
	.home-container-features .home-card-button {
		display: block;
	}
}

.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-section-features #feature-carousel-prev, .home-section-features #feature-carousel-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 130px;
	margin-top: -65px;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0.75;
}
.home-section-features #feature-carousel-prev:hover, .home-section-features #feature-carousel-next:hover {
	opacity: 1;
}
.home-section-features #feature-carousel-prev.disabled, .home-section-features #feature-carousel-next.disabled {
	display: none;
}
.home-section-features #feature-carousel-prev {
	left: 20px;
	background-image: url(../images/template/arrow-feature-left.png);
}
.home-section-features #feature-carousel-next {
	right: 20px;
	background-image: url(../images/template/arrow-feature-right.png);
}


/* 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 {
	background: transparent url(../images/site/bg_latest_news.png) repeat-x center bottom;
	padding-bottom: 60px;
}
.home-section-updates .updates-item {
	position: relative;
	flex-grow: 1;
	flex-shrink: 1;
	
	background-color: rgba(40, 59, 90, 1);
	box-shadow: 0px -2px #fff inset;
	color: white;
	text-align: center;
}
.home-section-updates .updates-item:nth-child(2) {
	background-color: rgba(40, 59, 90, .9);
}
.home-section-updates .updates-item:nth-child(3) {
	background-color: rgba(40, 59, 90, .8);
}
.home-section-updates .updates-item:nth-child(4) {
	background-color: rgba(40, 59, 90, .7);
	box-shadow: none;
}
.home-section-updates .updates-item:hover {
	background-color: rgba(40, 59, 90, .95);
}
.home-section-updates .updates-item:hover:nth-child(2) {
	background-color: rgba(40, 59, 90, .85);
}
.home-section-updates .updates-item:hover:nth-child(3) {
	background-color: rgba(40, 59, 90, .75);
}
.home-section-updates .updates-item:hover:nth-child(4) {
	background-color: rgba(40, 59, 90, .65);
}
/* tablet */
@media (min-width: 600px) {
	.home-section-updates .updates-item {
		box-shadow: -1px -1px rgba(255, 255, 255, 0.25) inset;
		width: 50%;
	}
	.home-section-updates .updates-item:nth-child(2) {
		box-shadow: 1px -1px rgba(255, 255, 255, 0.25) inset;
	}
	.home-section-updates .updates-item:nth-child(3) {
		box-shadow: -1px 1px rgba(255, 255, 255, 0.25) inset;
	}
	.home-section-updates .updates-item:nth-child(4) {
		box-shadow: 1px 1px rgba(255, 255, 255, 0.25) inset;
	}
}
@media (min-width: 992px) {
	.home-section-updates {
		margin-top: -100px;
		padding-bottom: 100px;
		position: relative;
		z-index: 1;
	}
}
/* laptop */
@media (min-width: 1055px) {
	.home-section-updates .updates-item {
		box-shadow: -1px 0px rgba(255, 255, 255, 0.25) inset;
		width: 25%;
	}
	.home-section-updates .updates-item:nth-child(2), .home-section-updates .updates-item:nth-child(3) {
		box-shadow: -1px 0px rgba(255, 255, 255, 0.25) 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: 50px;
	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: #a5c5d6;
	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: white;
	font-size: 20px;
	line-height: 26px;
	padding: 20px;
	padding-top: 85px;
	padding-bottom: 60px;
}
.home-section-updates .updates-item .updates-title a:hover, .home-section-updates .updates-item .updates-title a:focus {
	color: white;
	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-image: url(../images/site/bg_services.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 60px;
}

.home-section-services .services-items {
	display: flex;
	flex-flow: row wrap;
	background: rgb(40, 59, 90);
}
/* 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: white;
	/* color: #fff; */
	font-family: 'Roboto Condensed';
	font-size: 20px;
	line-height: 24px;
	padding: 25px;
	text-align: center;
	width: 50%;
	box-shadow: -1px 1px rgba(0, 0, 0, 0.1) inset;
}
.home-section-services .services-item:hover, .home-section-services .services-item:focus {
	background-color: rgba(255, 255, 255, 0.9);
	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-grantrequests::before {
	background-image: url('../images/services/grant_requests.png');
}
.home-section-services .services-item.services-item-studentresources::before {
	background-image: url('../images/services/student_resources.png');
}

}
/* 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(0, 0, 0, .1) 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: 768px) {
	.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';
	padding: 50px 25px;
	text-align: center;
	width: 100%;
	min-height: 300px;
	z-index: 0;

	overflow: hidden;
}
.home-section-issues .issues-item:last-child {
	box-shadow: none;
}
.home-section-issues .issues-item:hover {
	background-color: #2e4664;
}
/* tablet */
@media (min-width: 768px) {
	.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 {
		padding: 80px 50px;
	}
}
/* desktop */
@media (min-width: 1255px) {
	.home-section-issues .issues-item {
		min-height: 400px;
		padding: 66px;
	}
}
.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-title::after {
	content: ' ';
	display: block;
	
	background-color: #e8cc6d;
	height: 2px;
	margin: 15px auto;
	width: 120px;
}
.home-section-issues .issues-item-content {
	position: relative;
}
.home-section-issues .issues-item-title {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
.home-section-issues .issues-item-description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
}
.home-section-issues .issues-item-video {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.35;
}
@media (min-width: 768px) {
	.home-section-issues .issues-item-video {
		display: block;
	}
}
@media (min-width: 992px) {
	.home-section-issues .issues-item-title {
		font-size: 30px;
	}
	.home-section-issues .issues-item-description {
		font-size: 24px;
	}
}


/* 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;
	
	background: linear-gradient(to bottom, rgba(40,59,90,0.3) 0%,rgba(40,59,90,0.3) 75%, rgba(255, 255, 255, 1) 100%);
}

@media (min-width: 768px) {
	.home-card-media:after {
		background: linear-gradient(to bottom, rgba(40,59,90,1) 0%, rgba(40,59,90,0.3) 200px,rgba(40,59,90,0.3) 75%, rgba(255, 255, 255, 1) 100%);
	}
}
.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: #283b5a;
}
.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: 0;
	}
}

.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-box {
	position: relative;
	flex-grow: 1;
	
	color: white;
	background-color: rgba(255, 255, 255, 0.15);
	cursor: pointer;
	font-style: normal;
	font-weight: normal;
	padding: 40px 20px;
	margin-top: 1px;
	margin-left: 1px;
	transition: background-color .2s, color .2s;
	text-align: center;
}

.home-card-offices .location-box:first-child {
	box-shadow: none;
}
.home-card-offices .location-box:hover, .home-card-offices .location-box:focus {
	background-color: rgba(255, 255, 255, 0.25);
}
.home-card-offices[data-location='washington-dc'] .location-box-washington-dc { color: #283b5a; background-color: rgba(232, 204, 109, 1); }
.home-card-offices[data-location='wilmington'] .location-box-wilmington { color: #283b5a; background-color: rgba(232, 204, 109, 1); }
.home-card-offices[data-location='dover'] .location-box-dover { color: #283b5a; background-color: rgba(232, 204, 109, 1); }
.home-card-offices[data-location='georgetown'] .location-box-georgetown { color: #283b5a; background-color: rgba(232, 204, 109, 1); }

.home-card-offices .location-label {
	font-size: 20px;
	font-weight: 600;

	margin-bottom: 15px;
	text-transform: uppercase;
}

.home-card-offices .location-info-content-section {
	margin-top:15px;
}
.home-card-offices .location-info-content-hours em {
	display: block;
	font-size: 80%;
	line-height: 1;
	margin-bottom:10px;
}
.home-card-offices .offices-detail { display: none; }

.home-card-offices .location-map {
	display: block;
	margin: 0 auto;
}

.home-card-offices .home-offices-marker {
	position: absolute;
    width: 30px;
	height: 40px;
	cursor: pointer;
}


/* wilmington
dover
georgetown */

.home-card-offices .home-offices-marker-wilmington { top: 93px; right: 284px; }
.home-card-offices .home-offices-marker-dover { top: 317px; right: 279px; }
.home-card-offices .home-offices-marker-georgetown { top: 500px; right: 238px; }

.home-card-offices .home-offices-marker svg { filter: drop-shadow( 3px 3px 0px rgba(0,0,0, 0.35) ); }
.home-card-offices .home-offices-marker path { fill: #283b5a; }
.home-card-offices .home-offices-marker:hover path { fill: #e8cc6d; }
.home-card-offices[data-location='wilmington'] .home-offices-marker-wilmington path { fill: #e8cc6d; }
.home-card-offices[data-location='dover'] .home-offices-marker-dover path { fill: #e8cc6d; }
.home-card-offices[data-location='georgetown'] .home-offices-marker-georgetown path { fill: #e8cc6d; }


/* location info */
.home-card-offices .location-info-content { display: none; }
.home-card-offices[data-location='washington-dc'] .location-info-washington-dc .location-info-content { display: block; }
.home-card-offices[data-location='wilmington'] .location-info-wilmington .location-info-content { display: block; }
.home-card-offices[data-location='dover'] .location-info-dover .location-info-content { display: block; }
.home-card-offices[data-location='georgetown'] .location-info-georgetown .location-info-content { display: block; }


/* laptop */
@media (min-width: 1055px) {
	.home-card-offices {
		height: 720px;
		margin-bottom: 0;
		background: url(../images/offices/map.jpg) no-repeat center right;
	}
	.home-card-offices .offices-index {
		display: flex;
		flex-flow: row wrap;
		width: 50%;
		padding: 50px 0;
		margin-top: -1px;
		margin-left: -1px;
	}
	.home-card-offices .location-box {
		width: 40%;
		font-size: 16px;
		line-height: 20px;
		margin-top: 1px;
		margin-left: 1px;
	}
	.home-card-offices .location-info-content { display: block; }
	.home-card-offices[data-location='washington-dc'] .location-box-washington-dc:after { opacity: 1; }
	.home-card-offices[data-location='wilmington'] .location-box-wilmington:after { opacity: 1; }
	.home-card-offices[data-location='dover'] .location-box-dover:after { opacity: 1; }
	.home-card-offices[data-location='georgetown'] .location-box-georgetown:after { opacity: 1; }

	.home-card-offices .offices-detail {
		display: block;
	}
}
/* desktop */
@media (min-width: 1255px) {
	.home-card-offices .location-map svg {
		width: 800px;
		height: 400px;
	}
}
