header {
	position: relative;
	/*background-color: rgba(150, 150, 150, 0.5);*/
	/*min-width: 320px;*/
	z-index: 100;
}
@media only screen and (min-width : 1200px) {
	header {
		width: 1140px;
		margin: 0 auto;
		position: relative;
		padding-right: 430px;
		/*position: absolute;
		top: 0;
		bottom: 0;
		right: 0;*/
		
		/*background-size: cover;*/
		
		/*padding: 10px 40px;*/
		/*padding-left: 120px;*/
		/*width: 400px;*/
		/* overflow-y: auto; */
	}
	header::-webkit-scrollbar{
		display: none;
	}
	.not-home-page header::after {
		background-image: url('../images/aside_bg.jpg');
	}
	.is-home-page header::after {
		content: ' ';
		
		top: 1090px;
	}
}
@media only screen and (min-width : 1420px) {
	header {
		width: 1370px;
		padding-right: 460px
	}
}

header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header ul>li {
	margin: 0;
	padding: 0;
}
header ul>li>a {
	display: block;
	margin: 0;
	padding: 0;
}

/* IE Navbar Search Fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#nav_search {
		margin: -3px;
	}
}

/* header/nav items */
.header-section-nav {
	/*background-color: rgba(0, 0, 0, .35);*/
	background-color: rgba(12, 61, 89, 0.80);
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
}
.header-section-nav.open {
	background-color: rgba(12, 61, 89, 0.80);
}

@media only screen and (min-width : 1200px) {
	.header-section-nav {
		background-clip: content-box;
		background-color: transparent;
		/*background-image: url('../images/nav_bg_gradient.png');*/
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 80px;
		-webkit-transition: width, opacity, .3s;
		transition: width, opacity, .3s;
		z-index: 8;
	}
	.header-section-nav.open {
		background: transparent;
	}
	/*.header-section-nav-shadow {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		
		background-image: url('../images/nav_bg_gradient.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 200px;
		z-index: -2;
	}*/
	.header-section-nav::-webkit-scrollbar{
		display: none;
	}
	/*.header-section-nav .main-nav-section {
		width: 80px;
	}*/
}
@media only screen and (min-width : 1420px) {
	.header-section-nav {
		right: 460px;
	}
}

header .main-toggle-wrap {
	border-bottom: 1px solid transparent;
}
.header-section-nav.open .main-toggle-wrap {
	border-color: rgba(255, 255, 255, .25);
}

header a.items-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	
	/*background-color: transparent;*/
	/*background-color: rgba(255, 204, 153, 0.5);*/
	
	background: transparent url('../images/nav_icon_menu.png') no-repeat 20px center;
	
	border-width: 0;
	cursor: pointer;
	height: 60px;
	margin: 0;
	padding: 0;
	padding-left: 70px;
	
	color: #fff;
	font-size: 22px;
	font-style: italic;
	font-weight 300;
	text-transform: uppercase;
}
header a.items-toggle, header a.items-toggle:link, header a.items-toggle:visited {
	/*opacity: .65;*/
}
header a.items-toggle:hover, header a.items-toggle:active, header a.items-toggle:focus {
	outline: 0;
	text-decoration: none;
	opacity: 0.8;
}
.header-section-nav.open a.items-toggle {
	/*background-image: url('../images/nav_icon_menu_close.png');*/
	/*opacity: 1;*/
}
@media only screen and (min-width : 1200px) {
	.header-section-nav a.items-toggle {
		height: 80px;
		text-indent: -999px;
	}
	.header-section-nav.open a.items-toggle {
		text-indent: 0px;
	}
}
header .main-items-toggle .icon-label {
	display: none;
}
@media only screen and (min-width : 400px) {
	header .main-items-toggle .icon-label {
		display: block;
		padding-left: 10px;
	}
}

header .items-toggle .icon-bar-wrap {
	margin-bottom: -1px;
	/*margin-right: 5px;*/
}
header .items-toggle .icon-bar {
	background-color: #fff;
	display: block;
	width: 18px;
	height: 3px;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.75);*/
	/*border-right: 1px solid rgba(0, 0, 0, 0.75);*/
	border-radius: 4px;
}
header .items-toggle .icon-bar+.icon-bar {
	margin-top: 2px;
}
header .items-toggle .icon-bar-wrap, header .items-toggle .icon-bar-label { display: inline-block; }

header .items-wrap {
	display: none;
	position: relative;
	z-index: 99;
}
header .nav-section.open>.items-wrap {
	display: block;
}
@media only screen and (min-width : 1200px) {
	header .toggle-wrap {
		display: none;
	}
	header .items-wrap {
		display: block;
	}
}


.header-section-nav ul.main-items>li {
	position: relative;
	
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
}
.header-section-nav ul.main-items>li>a {
	/*background-image: url('../images/nav_icon_home.png');*/
	background-repeat: no-repeat;
	background-position: 0px center;
	
	color: #fff;
	display: block;
	font-size: 21px;
	font-weight: normal;
	height: 80px;
	line-height: 80px;
	padding: 0 10px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
}
.header-section-nav ul.main-items>li>a, .header-section-nav ul.main-items>li>a:link, .header-section-nav ul.main-items>li>a:visited {
	color: #fff;
	/*opacity: .65;*/
}
.header-section-nav ul.main-items>li.open, .header-section-nav ul.main-items>li:hover, .header-section-nav ul.main-items>li:active, .header-section-nav ul.main-items>li:focus {
	background-color: rgba(0,0,0,0.5);
}
.header-section-nav ul.main-items>li>a:hover, .header-section-nav ul.main-items>li>a:active, .header-section-nav ul.main-items>li>a:focus {
	color: #fff;
	text-decoration: none;
}
.header-section-nav ul.main-items>li>a:hover {
	/*opacity: 1;*/
}
.header-section-nav ul.main-items>li.has-children .expand {
	position: absolute;
	top: 0;
	right: 0;
	
	background-image: url('../images/carat_nav_open.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	opacity: .6;
	width: 58px;
}
.header-section-nav.open ul.main-items>li.has-children .expand:hover {
	opacity: 1;
}
.header-section-nav.open ul.main-items>li.has-children.open .expand {
	background-image: url('../images/carat_nav_close.png');
	opacity: 1;
}
.header-section-nav ul.main-items>li.open>a {
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.header-section-nav .main-items>li>ul.child-items {
	display: none;
	padding: 20px 20px 20px 60px;
}
.header-section-nav.open .main-items>li.has-children.open>ul.child-items {
	display: block;
}

.header-section-nav ul.child-items>li>a {
	background: transparent url('../images/carat_nav_right.png') no-repeat left center;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	padding-left: 22px;
	padding-top: 6px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
}

@media only screen and (min-width: 1200px){
	.header-section-nav ul.child-items>li>a {
		background: transparent url('../images/carat_nav_right.png') no-repeat left center;
		color: #fff;
		display: block;
		font-size: 20px;
		font-weight: normal;
		height: 40px;
		line-height: 40px;
		padding-left: 22px;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
		-webkit-transition: background-color .2s, color .2s;
		transition: background-color .2s, color .2s;
	}
}


.header-section-nav ul.child-items>li>a, .header-section-nav ul.child-items>li>a:link, .header-section-nav ul.child-items>li>a:visited {
	color: #fff;
	opacity: .65;
}
.header-section-nav ul.child-items>li>a:hover, .header-section-nav ul.child-items>li>a:active, .header-section-nav ul.child-items>li>a:focus {
	color: #fff;
	opacity: 1;
	text-decoration: none;
}


.header-section-nav ul.main-items>li#nav_search a { display:none; }

@media (min-width:1200px) {
	.header-section-nav ul.main-items:before, .header-section-nav ul:after { content: ""; display: table; }
	.header-section-nav ul.main-items:after { clear: both; }

	.header-section-nav ul.main-items { border-bottom: 1px solid rgba(255, 255, 255, .25); } 
	.header-section-nav ul.main-items>li { float: left; border-bottom:0; }
	.header-section-nav ul.main-items>li.has-children .expand { display:none; }
	.header-section-nav .main-items>li.has-children:hover>ul.child-items {
		display: block;
	}
	.header-section-nav .main-items>li>ul.child-items {
		position: absolute;
		top: 80px;
		left: 0;
		padding: 0;
		background: white;
	}
	.header-section-nav ul.child-items>li>a {
		height: auto;
		min-width: 300px;
		padding:5px 20px;
		background: none;
		text-shadow: none;
		font-weight: 300;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.header-section-nav ul.child-items>li>a, .header-section-nav ul.child-items>li>a:link, .header-section-nav ul.child-items>li>a:visited {
		color: inherit;
		opacity: 1;
	}
	.header-section-nav ul.child-items>li>a:hover, .header-section-nav ul.child-items>li>a:active, .header-section-nav ul.child-items>li>a:focus {
		color: inherit;
		text-decoration: none;
		background: rgba(0,0,0,0.1);
	}

	.header-section-nav ul.main-items>li#nav_search { float: right; }
	.header-section-nav ul.main-items>li#nav_search a { display:block; }
}

@media (min-width:1420px) {
	.header-section-nav ul.main-items>li>a { font-size: 22px; padding: 0 20px; }
}



.header-section-nav .nav_search form {
	position: relative;
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	
	background-image: url('../images/nav_icon_search.png');
	background-repeat: no-repeat;
	background-position: 20px center;
	
	/*color: #fff;*/
	font-size: 22px;
	font-weight: normal;
	height: 80px;
	/*line-height: 80px;*/
	padding: 0 18px 0 80px;
	/*opacity: .65;*/
}
/*.header-section-nav .nav_search form:hover {
	opacity: 1;
}*/
.header-section-nav .nav_search label {
	color: #fff;
}
.header-section-nav .nav_search input {
	border: 0;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	width: 100%;
}
.header-section-nav .nav_search button {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	
	background: transparent url('../images/carat_newsletter.png') no-repeat center center;
	border: 0;
	border-radius: 0 3px 3px 0;
	/*display: none;*/
	text-indent: -9999px;
	width: 38px;
}
.header-section-nav .nav_search button:active, .header-section-nav .nav_search button:focus { outline: 0; }

/*.header-section-nav.open .nav_search input, .header-section-nav.open .nav_search button { display: block; }*/

@media (min-width: 1200px) {
	.header-section-nav ul.main-items>li.nav_search>a {
		text-indent: -9999px;

		background-image: url('../images/nav_icon_search.png');
		background-repeat: no-repeat;
		background-position: center center;

		width: 60px;
		height: 80px;
		/*line-height: 80px;*/
		padding: 0;
	}
	.search-toggle-menu {
		display: none;
		min-width: 300px;
		position: absolute;
		top: 80px;
		right: 0;
		padding: 0;
		background: rgba(0,0,0,0.7);
	}
	
	.header-section-nav ul.main-items>li.open .search-toggle-menu {
		display: block;
	}
	.header-section-nav .nav_search form {
		background: none;
		padding: 0 15px;
	}
}

/* header/site title */
.site-title a {
	background: transparent url('../images/logo_3.svg') no-repeat scroll center center;
	background-size: 90%;
	
	display: block;
	height: 140px;
	text-indent: -9999px;
}
@media (min-width: 562px) {
	.site-title a {
		background-size: auto;
	}
}
@media only screen and (min-width : 1200px) {
	/*.is-home-page .site-title {
		max-width: 600px;
	}*/
	.site-title a {
		height: 170px;
	}
}


/* SOCIAL */
.header-section-social {
	text-align: center;
}
/*@media only screen and (min-width : 391px) {
	.header-section-social {
		display: flex;
	}
}*/
@media only screen and (max-width : 1199px) {
	.header-section-social {
		position: absolute;
		top: 0;
		right: 0;
	}
}
.header-section-social .social-link {
	display: inline-block;
	
	background-position: center center;
	background-repeat: no-repeat;
	height: 60px;
	text-indent: -9999px;
	width: 60px;
}
.header-section-social .social-link, .header-section-social .social-link:link, .header-section-social .social-link:visited {
	background-color: transparent;
}
.header-section-social .social-link:hover, .header-section-social .social-link:active, .header-section-social .social-link:focus {
	background-color: rgba(255, 255, 255, .15);
}
@media only screen and (min-width : 1200px) {
	.header-section-social {
		position: absolute;
		top: 0;
		right: 0;
		
		height: 90px;
		width: 399px;
		
		background-color: rgba(12, 61, 89, 0.70);
		/*justify-content: space-between;*/
	}
	.header-section-social .social-link {
		height: 90px;
		width: 60px;
	}
}
/*.header-section-social .social-link, .header-section-social .social-link:link, .header-section-social .social-link:visited {
	background-position: top center;
}*/
/*.header-section-social .social-link:hover, .header-section-social .social-link:active, .header-section-social .social-link:focus {
	background-position: bottom center;
}*/
.header-section-social .social-link-facebook {
	background-image: url('../images/social/icon_facebook_header.png');
}
.header-section-social .social-link-instagram {
	background-image: url('../images/social/icon_instagram_header.png');
}
.header-section-social .social-link-twitter {
	background-image: url('../images/social/icon_twitter_header.png');
}
.header-section-social .social-link-youtube {
	background-image: url('../images/social/icon_yt_header.png');
}


/* SERVCES */
.header-section-services {
	display: none;
	max-width: 970px;
	margin: 0 auto;
	padding: 0 20px;
}
.is-home-page .header-section-services {
	display: block;
}
.header-section-services .inner {
	overflow: hidden;
}
.header-section-services .service-items {
	margin: 0 -2px -1px 0;
}
.header-section-services .service-items .service-item {
	background-color: rgba(13,69,102,0.8);
	border: 1px solid rgba(255,255,255,0.3);
	border-width: 0 1px 1px 0;
}
/*@media (min-width: 1200px) {
	.header-section-services {
		position: absolute;
		top: 210px;
		right: 0px;
		
		height: 266px;
		margin: 0;
		padding: 0;
		width: 399px;
	}
}*/
.header-section-services .service-title {
	display: none;
}

.header-section-services .service-title h2 {
	color: #262626;
	font-size: 22px;
	/*letter-spacing: 1.5px;*/
	line-height: 24px;
	margin: 0;
	/*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);*/
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.header-section-services {
		padding: 0;
		margin-bottom: 30px;
	}
	.header-section-services .service-title {
		display: block;
	}
	.header-section-services .service-title h2 {
		background-color: rgba(255, 255, 255, .9);
		font-weight: 500;
		height: 50px;
		line-height: 50px;
		text-align: center;
		width: 399px;
	}
	/*.header-section-services .service-title::before, .header-section-services .service-title::after {
		content: none;
	}*/
}

.header-section-services .service-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	background: rgba(12,61,89,0.8);
	/*justify-content: space-between;*/
	/*align-items: stretch;*/
	/*align-content: center;*/
}
.header-section-services .service-items .service-item {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	/*max-width: 150px;*/
	width: 50%;
}
@media only screen and (min-width : 480px) {
	.header-section-services .service-items .service-item {
		width: 33%;
	}
}
@media only screen and (min-width : 640px) {
	.header-section-services .service-items .service-item {
		width: auto;
	}
}

/*.contact-service-item { background-color: #0b354c; }
.casework-service-item { background-color: #0c3d59; }
.flag-requests-service-item { background-color: #0d4566; }
.visit-service-item { background-color: #0d4566; }
.internships-service-item { background-color: #0f4e73; }
.academy-nominations-service-item { background-color: #115780; }*/

.header-section-services .service-items .service-item::before{
	content: " ";
	
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 60%;
}

.header-section-services .service-items .service-item a i { 
	background-size: contain;
	display: inline-block; 
	width: 30px;
	height: 30px; 
	margin-bottom: 5px;
	background-position: center center;
	background-repeat: no-repeat;
}
.contact-service-item a i { background-image: url('../images/services/icon_contact.png'); }
.casework-service-item a i { background-image: url('../images/services/icon_casework.png'); }
.flag-requests-service-item a i { background-image: url('../images/services/icon_flag.png'); }
.visit-service-item a i { background-image: url('../images/services/icon_visit.png'); }
.internships-service-item a i { background-image: url('../images/services/icon_internships.png'); }
.veterans-service-item a i { background-image: url('../images/services/icon_veterans.png'); }
.academy-nominations-service-item a i { background-image: url('../images/services/icon_nominations.png'); }

.header-section-services .service-items .service-item a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1em;
	overflow: hidden;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 55, 125, 0.5);
	text-transform: uppercase;
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.header-section-services .service-items .service-item a, .header-section-services .service-items .service-item a:link, .header-section-services .service-items .service-item a:visited {
	color: #fff;
}
.header-section-services .service-items .service-item a:hover, .header-section-services .service-items .service-item a:active, .header-section-services .service-items .service-item a:focus {
	background-color: rgba(255, 255, 255, .15);
	color: #fff;
	text-decoration: none;
}
.header-section-services .service-items .service-item a span {
	padding: 0 0;
}
.header-section-services .service-items .service-item a span em {
	font-style: italic;
	font-weight: 400;
}

@media (min-width: 480px) {
	.header-section-services .service-items .service-item::before {
		padding-top: 100%;
	}
}
@media (max-width: 400px), (min-width: 641px) and (max-width: 767px), (min-width:1200px) and (max-width:1419px) {
	.header-section-services .service-items .service-item a {
		font-size: 14px;
	}
}
@media only screen and (max-width : 991px) {
	.header-section-services .service-items .service-item a .abbrev { display: none; }
}

@media (min-width: 1200px) {
	.header-section-services .service-items {
		background:none;
	}
	.header-section-services .service-items .service-item::before {
		box-shadow: none;
	}
	.header-section-services .service-items .service-item a {
		border-width: 0;
	}
}



/* SUBSCRIBE */

.header-section-subscribe {
	display: none;
	max-width: 970px;
	margin: 0 auto;
	padding: 0 20px;
}
.is-home-page .header-section-subscribe {
	display: block;
}
@media (max-width: 1199px) {
	.header-section-subscribe {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	.header-section-subscribe {
		display: block;
		position: absolute;
		top: 90px;
		right: 0px;
		
		height: 120px;
		margin: 0;
		padding: 0;
		width: 399px;
	}
	.page_newsletter-signup .subscribe-inner {
    display: none;
	}
	.page_newsletter-signup .header-section-subscribe {
    display: none;
	}
}

.header-section-subscribe .subscribe-inner {
	position: relative;
	padding: 15px;
}
.header-section-subscribe .subscribe-inner::before{
	content: " ";
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	
	display:block;
	background-color: rgba(12, 61, 89, 0.70);
}

.header-section-subscribe .subscribe-title {
	display: block;
}
.header-section-subscribe .subscribe-title h2 {
	color: #fff;

	font-size: 30px;
	font-weight:300;
	line-height: 34px;
	margin: 0;
	text-transform: uppercase;
}
@media (min-width: 641px) {
}
@media (min-width: 1200px) {
	.header-section-subscribe .subscribe-inner {
		padding: 0 15px 30px;
	}
	.header-section-subscribe .subscribe-title h2 {
		height: 40px;
		text-align: center;
	}
}
.header-section-subscribe .subscribe-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	/*justify-content: space-between;*/
	/*align-items: stretch;*/
	/*align-content: center;*/
}

.header-section-subscribe form {
	position: relative;
	
	display: block;
	height: 50px;
	margin: 0;
	padding: 0;
}
.header-section-subscribe label {
	display: none;
}
.header-section-subscribe input {
	border: 0;
	height: 50px;
	line-height: 50px;
}
.header-section-subscribe .subscribe-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
	background: transparent url('../images/arrow_newsletter.png') no-repeat center center;
	border: 0;
	border-radius: 0 3px 3px 0;
	text-indent: -9999px;
	width: 38px;
}
/*@media only screen and (min-width : 860px) {
	.header-section-subscribe .home-card-block {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-left: 60px;
	}
	.header-section-subscribe .home-card-block h3, .header-section-subscribe .home-card-block form {
		flex-grow: 1;
		flex-basis: 0%;
	}
	.header-section-subscribe .home-card-block h3 {
		padding: 0;
	}
}*/

@media (min-width: 1200px) {
	.header-section-subscribe form {
		width: 310px;
		margin: 0 auto;
	}
}



/* OFFICES */
.header-section-offices {
	position: absolute;
	top: 210px;
	right: 0px;
	z-index: 99;
	
	display: none;
	height: 800px;
	/*opacity: .9;*/
	width: 399px;
	background-color: rgba(12,61,89,0.7);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}
@media only screen and (min-width : 1200px) {
	.header-section-offices {
		display: block;
	}
}
.header-section-offices h2.offices-title {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: white;
	height: 70px;
	font-size: 30px;
	font-weight: 300;
	line-height: 70px;
	margin: 0 50px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.header-section-offices .offices-map {
	position: relative;
	
	margin: 0;
	padding: 0 50px 299px;
}

.header-section-offices .offices-map:before {
	content: " ";
	
	position: absolute;
	height: 259px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	
	background: url('../images/offices_bg.png') no-repeat scroll 39px bottom;
}
.header-section-offices .office-pins {}
.header-section-offices .office-pin {
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 40px;
	width: 40px;
}

.header-section-offices .office-pin-alexandria {
	bottom: 138px;
	left: 114px;
}
.header-section-offices .office-pin-batonrouge {
	bottom: 75px;
    left: 203px;
}
.header-section-offices .office-pin-charles {
	bottom: 58px;
	left: 75px;
}
.header-section-offices .office-pin-houma {
	bottom: 18px;
    left: 236px;
}
.header-section-offices .office-pin-lafayette {
	bottom: 58px;
	left: 160px;
}
.header-section-offices .office-pin-mandeville {
	bottom: 88px;
    left: 274px;
}
.header-section-offices .office-pin-monroe {
	bottom: 212px;
	left: 132px;
}
.header-section-offices .office-pin-neworleans {
	bottom: 44px;
    left: 274px;
}
.header-section-offices .office-pin-shreveport {
	bottom: 204px;
    left: 45px;
}



.header-section-offices .offices-map[data-office='alexandria'] .office-pin-alexandria
, .header-section-offices .offices-map[data-office='batonrouge'] .office-pin-batonrouge
, .header-section-offices .offices-map[data-office='charles'] .office-pin-charles
, .header-section-offices .offices-map[data-office='houma'] .office-pin-houma
, .header-section-offices .offices-map[data-office='lafayette'] .office-pin-lafayette
, .header-section-offices .offices-map[data-office='mandeville'] .office-pin-mandeville
, .header-section-offices .offices-map[data-office='monroe'] .office-pin-monroe
, .header-section-offices .offices-map[data-office='neworleans'] .office-pin-neworleans
, .header-section-offices .offices-map[data-office='shreveport'] .office-pin-shreveport {
	background-image: url('../images/offices/office_star_hover.png');
}

.header-section-offices .office-items {
	display: block;
}
.header-section-offices .office-items li {
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.header-section-offices .office-item {
	position: relative;
	display: block;
	z-index: 0;
	
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 5px 10px;
}
.offices-map a.office-item, .offices-map a.office-item:link, .offices-map a.office-item:visited, .offices-map a.office-item:active, .offices-map a.office-item:focus {
	color: white;
	text-decoration: none;
	-webkit-transition: background-color 0s, color 0s;
	transition: background-color 0s, color 0s;
}
.offices-map a.office-item:hover {
	text-decoration: none;
}
.offices-map a.office-item:hover span::after {
	content: '';
	
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	
	border-color: rgba(206,5,5,0.5);
	border-width: 20px;
	border-style: solid;
	z-index: -1;
}
.offices-map[data-office='washington'] a.office-item-washington
, .offices-map[data-office='washington'] a.office-item-washington:hover
, .offices-map[data-office='alexandria'] a.office-item-alexandria
, .offices-map[data-office='alexandria'] a.office-item-alexandria:hover
, .offices-map[data-office='batonrouge'] a.office-item-batonrouge
, .offices-map[data-office='batonrouge'] a.office-item-batonrouge:hover
, .offices-map[data-office='charles'] a.office-item-charles
, .offices-map[data-office='charles'] a.office-item-charles:hover
, .offices-map[data-office='houma'] a.office-item-houma
, .offices-map[data-office='houma'] a.office-item-houma:hover
, .offices-map[data-office='lafayette'] a.office-item-lafayette
, .offices-map[data-office='lafayette'] a.office-item-lafayette:hover
, .offices-map[data-office='mandeville'] a.office-item-mandeville
, .offices-map[data-office='mandeville'] a.office-item-mandeville:hover
, .offices-map[data-office='monroe'] a.office-item-monroe
, .offices-map[data-office='monroe'] a.office-item-monroe:hover
, .offices-map[data-office='neworleans'] a.office-item-neworleans
, .offices-map[data-office='neworleans'] a.office-item-neworleans:hover
, .offices-map[data-office='shreveport'] a.office-item-shreveport
, .offices-map[data-office='shreveport'] a.office-item-shreveport:hover {
	color: #fff;
}
.offices-map.show-info[data-office='washington'] a.office-item-washington span::before
, .offices-map.show-info[data-office='alexandria'] a.office-item-alexandria span::before
, .offices-map.show-info[data-office='batonrouge'] a.office-item-batonrouge span::before
, .offices-map.show-info[data-office='charles'] a.office-item-charles span::before
, .offices-map.show-info[data-office='houma'] a.office-item-houma span::before
, .offices-map.show-info[data-office='lafayette'] a.office-item-lafayette span::before
, .offices-map.show-info[data-office='mandeville'] a.office-item-mandeville span::before
, .offices-map.show-info[data-office='monroe'] a.office-item-monroe span::before
, .offices-map.show-info[data-office='neworleans'] a.office-item-neworleans span::before
, .offices-map.show-info[data-office='shreveport'] a.office-item-shreveport span::before {
	content: '';
	
	position: absolute;
	top: 0;
	left: -40px;
	
	border-color: transparent;
	border-right-color: #ce0505;
	border-style: solid;
	border-width: 20px;
	height: 0;
}
.offices-map[data-office='washington'] a.office-item-washington span::after
, .offices-map[data-office='alexandria'] a.office-item-alexandria span::after
, .offices-map[data-office='batonrouge'] a.office-item-batonrouge span::after
, .offices-map[data-office='charles'] a.office-item-charles span::after
, .offices-map[data-office='houma'] a.office-item-houma span::after
, .offices-map[data-office='lafayette'] a.office-item-lafayette span::after
, .offices-map[data-office='mandeville'] a.office-item-mandeville span::after
, .offices-map[data-office='monroe'] a.office-item-monroe span::after
, .offices-map[data-office='neworleans'] a.office-item-neworleans span::after
, .offices-map[data-office='shreveport'] a.office-item-shreveport span::after {
	content: '';
	
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	
	border-color: #ce0505;
	border-width: 20px;
	border-style: solid;
	z-index: -1;
}

.header-section-offices .office-info {
	position: absolute;
	top: -50px;
	right: 399px;
	
	display: none;
	
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border-right: 10px solid #ce0505;
	font-size: 18px;
	line-height: 24px;
	min-height: 330px;
	padding: 30px;
	width: 440px;
	
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

.header-section-offices .offices-map.show-info[data-office='washington'] .office-info-washington
, .header-section-offices .offices-map.show-info[data-office='alexandria'] .office-info-alexandria
, .header-section-offices .offices-map.show-info[data-office='batonrouge'] .office-info-batonrouge
, .header-section-offices .offices-map.show-info[data-office='charles'] .office-info-charles
, .header-section-offices .offices-map.show-info[data-office='houma'] .office-info-houma
, .header-section-offices .offices-map.show-info[data-office='lafayette'] .office-info-lafayette
, .header-section-offices .offices-map.show-info[data-office='mandeville'] .office-info-mandeville
, .header-section-offices .offices-map.show-info[data-office='monroe'] .office-info-monroe
, .header-section-offices .offices-map.show-info[data-office='neworleans'] .office-info-neworleans
, .header-section-offices .offices-map.show-info[data-office='shreveport'] .office-info-shreveport {
	display: block;
}

.header-section-offices .office-info-washington {
	background-image: url('../images/offices/office_bg_washington.jpg');
}
.header-section-offices .office-info-alexandria {
	background-image: url('../images/offices/office_bg_alexandria.jpg');
}
.header-section-offices .office-info-batonrouge {
	background-image: url('../images/offices/office_bg_batonrouge.jpg');
}
.header-section-offices .office-info-charles {
	background-image: url('../images/offices/office_bg_charles.jpg');
}
.header-section-offices .office-info-houma {
	background-image: url('../images/offices/office_bg_houma.jpg');
}
.header-section-offices .office-info-lafayette {
	background-image: url('../images/offices/office_bg_lafayette.jpg');
}
.header-section-offices .office-info-mandeville {
	background-image: url('../images/offices/office_bg_mandeville.jpg');
}
.header-section-offices .office-info-monroe {
	background-image: url('../images/offices/office_bg_monroe.jpg');
}
.header-section-offices .office-info-neworleans {
	background-image: url('../images/offices/office_bg_neworleans.jpg');
}
.header-section-offices .office-info-shreveport {
	background-image: url('../images/offices/office_bg_shreveport.jpg');
}

.header-section-offices .office-info h3 {
	font-size: 30px;
	font-weight: 900;
}
.header-section-offices .office-info h3 span {
	font-style: italic;
	font-weight: 300;
	text-transform: initial;
}
.header-section-offices .office-info h4 {
	border: 0;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	margin-top: .66em;
	padding: 0;
	text-transform: initial;
}

.office-info-btn {
	border-radius: 2px;
	display: block;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	margin: 0;
	margin-top: 1em;
	padding: 0 26px;
	text-transform: lowercase;
	width: 100%;
}
.office-info-btn span {
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}
a.office-info-btn, a.office-info-btn:link, a.office-info-btn:visited {
	background-color: #ce0505;
	color: #fff;
}
a.office-info-btn:hover, a.office-info-btn:active, a.office-info-btn:focus {
	background-color: #a20606;
	color: #fff;
	text-decoration: none;
}
.office-info .close-btn {
	font-size: 40px;
	font-weight: 300;
	float: right;
	height: 30px;
	line-height: 30px;
	margin: -15px -15px 0 0;
	outline: 0;
	width: 30px;
}
.office-info .close-btn:hover, .office-info .close-btn:active, .office-info .close-btn:focus {
	background-color: transparent;
	outline: 0;
}

/* Alerts */
.site-alert { background-color: #d50000; color: #fff; font-size: 24px; font-weight: 400; line-height:30px; }
.site-alert a { color:inherit; }
.site-alert a:hover { color:inherit; text-decoration:none; }
.site-alert.urgent { background-color: #d50000; }
.site-alert .alert-title::before { content:"Important\:";  text-transform:uppercase; position:absolute; top:15px; left:0; }
.site-alert.urgent .alert-title::before { content:"Alert!"; }
/* .site-alert .alert-heading { float:left; } */
.site-alert .alert-title { padding:45px 0 15px 0; position:relative; display:block; z-index:5; }
/* .site-alert.urgent .alert-title { padding-left:140px; } */
.site-alert .alert-close { background: url(../images/icon_close.png) center center no-repeat; cursor: pointer; display: block; float: right; width: 60px; height: 60px; z-index:10; position:relative; }

@media (min-width:350px) {
	.site-alert .alert-title { padding:15px 0 15px 160px; }
	.site-alert.urgent .alert-title { padding-left: 100px; }
}