.home-main-wrapper {
	background: linear-gradient( 0deg white, transparent);
}


@media (min-width: 1400px) {
	.home-section-features { width: 1300px !important; margin: 0 auto; }
	img.home-card-image-top {
    min-height: 650px;
	}
}

.home-card-image-top, .home-card-video-top {
	border-radius: 3px 3px 0 0;
}
.home-card-image, .home-card-image-top, .home-card-shim-square {
	display: block;
	background-color: #162b40;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
	max-height: 400px;
	max-width: 100%;
}
.home-card-shim-square {
	width: 100%;
}
.home-card-image[data-url], .home-card-image-top[data-url], .home-card-image[data-mfp-src], .home-card-image-top[data-mfp-src] {
	cursor: pointer;
}
.home-card-features {
	color: white; 
}
.home-card-features .home-card-image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	position: relative;
}
.home-card-features .home-card-image, .home-card-features .home-card-image-top {
	background-image: url(../images/2021/featured-default.jpg) ;
	background-size: cover;
   background-position: top;
}
.home-card-video, .home-card-video-top {
	background-color: #444;
}
.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%;
}

.home-card-title {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	margin-bottom: 13px;
	color: inherit;
}
.home-card-title a:link, .home-card-title a:visited {
	color: inherit;
}


.home-card-btn, .home-card-alt-btn {
	color: #47c0ff;
}
.home-card-btn:hover, .home-card-alt-btn:hover {
	color: #47c0ff;
}
.home-card-btn-group .home-card-btn, .home-card-btn-group .home-card-alt-btn {
	display: inline-block;
	font-weight: bold;
}
.home-card-alt-btn {
	float: right;
}

.home-card-btn-group .home-card-btn {
	background: #661241;
	border: 1px solid #222C36;
	color: white;
	padding: 17px 55px;
	margin: 20px 0;
}
.home-card-btn-group .home-card-btn:hover {
	background: #450d2d;
	transition: .2s ease;
}
.read-more-arrow {
	background: url(../images/2021/icon-arrow-more.svg);
	background-size: contain;
	height: 11px;
	width: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 15px;
}

.home-card-features .home-card-block {
	padding: 30px 20px;
	text-align: center;
}
@media only screen and (min-width : 768px) {
	.home-card-features .home-card-block {
		padding: 30px;
	}
}
@media only screen and (min-width : 1200px) {
	.home-card-features .home-card-block {
		padding: 30px 90px;
	}
}
.home-card-features .home-card-meta {
	font-size: 18px;
	line-height: 22px;
	text-align: right;
}
.home-card-features .home-card-title {
	font-size: 28px;
	font-weight: 900;
	line-height: 36px;
	color: #222C36;
}

#feature-carousel-next, #feature-carousel-prev {
	position: absolute;
	top: 0;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 50%;
	opacity: .5;
	width: 40px;
}
@media(min-width: 1400px) {
	#feature-carousel-next, #feature-carousel-prev {
		height: 650px;
	}
}
#feature-carousel-next {
	right: 0;
	background-image: url(../images/carousel_arrow_next.png);
}
#feature-carousel-prev {
	left: 0;
	background-image: url(../images/carousel_arrow_prev.png);
}
#feature-carousel-next:hover, #feature-carousel-prev:hover {
	opacity: 1;
}
@media (min-width: 768px) {
	#feature-carousel-next, #feature-carousel-prev {
		width: 60px;
	}
}

.owl-carousel.owl-theme .owl-controls {
	display: none;
	margin: 0;
}
.owl-theme .owl-controls .owl-pagination {
	position: absolute;
	top: 320px;
	right: 0;
	left: 0;

	display: none;
	margin: 0;
}
@media (min-width: 768px) {
	.owl-theme .owl-controls .owl-pagination {
		display: block;
	}

}
.owl-theme .owl-controls .owl-pagination {
	height: 70px;
}
.owl-theme .owl-controls .owl-pagination .owl-page {
	position: relative;
}
.owl-theme .owl-controls .owl-pagination .owl-page span {
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 0;
	border-radius: 0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	display: block;
	height: 70px;
	margin: 0 5px;
	opacity: 1;
	width: 70px;
}
.owl-theme .owl-controls .owl-pagination .owl-page span::after {
	content: " ";
	position: absolute;
	right: 5px;
	bottom: 0;
	left: 5px;

	background-color: #da0000;
	height: 5px;
	opacity: .65;
}
.owl-theme .owl-controls .owl-pagination .owl-page:hover span::after, .owl-theme .owl-controls .owl-pagination .owl-page.active span::after {
	content: " ";
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;

	height: auto;
}

#feature-carousel-progress-bar {
	background-color: #6db9ff;
	border-radius: 3px 0 0 0;
	height: 10px;
	max-width: 100%;
	width: 0%;
}
#feature-carousel-progress {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;

	background-color: #0084ff;
	border-radius: 3px 3px 0 0;
	z-index: 5;
}


.home-section-news { 
	padding: 60px 30px 100px;
	background:url(../images/bg_pressreleases.jpg); 
	background-size: cover;
}
.home-section-news .home-section-title h2 {
	margin: 0 0 30px 0;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.home-section-news .home-section-title h2 a {
	color: inherit;
}
.home-section-news .home-section-title h2 a:hover {
	text-decoration: none;
}
.home-news-image-wrapper {
	background: #0c3d59;
}
.home-news-carousel .home-news-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width:100%;
	height: auto;
	opacity: 0.6;
	cursor: pointer;
}
.home-news-carousel .item:hover .home-news-image { opacity: 0.8; }
.home-news-carousel .home-news-image:before {
	content: "";
	display: block;
	padding-top: 150%;
}
.home-section-news .item {
	position: relative;
	padding:0 1px;
}
.home-news-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: white;
}
.home-news-content a {
	color: inherit;
}
.home-news-title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.home-news-title a:hover {
	text-decoration: none;
}

@media (min-width: 1200px) {
	.home-news-carousel {
		padding:0 50px;
	}
	.home-news-carousel .home-news-image:before {
		padding-top: 66.6667%;
	}
}

#news-carousel-next, #news-carousel-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;

	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	
	opacity: .5;
	width: 40px;
}
#news-carousel-next {
	right: 0;
	background-image: url(../images/press_arrow_right_mobile.png);
}
#news-carousel-prev {
	left: 0;
	background-image: url(../images/press_arrow_left_mobile.png);
}
#news-carousel-next:hover, #news-carousel-prev:hover {
	opacity: 1;
}
@media (min-width: 768px) {
	#news-carousel-next, #news-carousel-prev {
		width: 60px;
	}
}
@media (min-width: 1200px) {
	#news-carousel-next {
		background-image: url(../images/press_arrow_right.png);
	}
	#news-carousel-prev {
		background-image: url(../images/press_arrow_left.png);
	}
}

.module#hurricane {
	background: url(../images/bg_hurricane.jpg) center center no-repeat;
	background-size: cover;
	border-top: 10px solid #ce0505;
	color: #0c3d59;
	font-size: 20px;
	line-height: 24px;
	padding:60px 0;
}
.module#hurricane .header h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.module#hurricane .header h2 a {
	color: inherit;
}
.module#hurricane .header h2 a:hover {
	text-decoration: none;
}
.module#hurricane .text {
	margin-bottom: 15px;
}
.module#hurricane .read-more a {
	color: #47c0ff;
	font-weight: bold;
}

@media (min-width: 768px) {
	.module#hurricane .content {
		max-width: 50%;
	}
}

.module#social {
	border-top:1px solid white;
}
#social .module {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding: 60px 15px;
	text-align: center;

	-webkit-box-flex: 1;

	    -ms-flex: 1;

	        flex: 1;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#social .module .inner {
	max-width: 100%;
}
.module#social h3 {
	display: inline-block;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.module#social h3 a {
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	padding: 90px 0 0 0;
}
.module#social h3 a:hover {
	text-decoration: none;
}
.module#social a {
	color: inherit;
}
.module#social h3 strong {
	display: block;
	position: relative;
    padding-bottom: 3px;
}

.module#social h3 strong:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: white;
	height: 0;
	width: 0;
	transition: width .25s, height 0s .25s;
}
.module#social a:hover strong:before {
	height: 2px;
	width: 100%;
	transition: width .25s, height 0s;
}
.module#facebook {
	background-image: url(../images/bg_facebook.jpg);
}
.module#facebook h3 a {
	background-image: url(../images/icon_fb_footer.png);
}
.module#twitter {
	background-image: url(../images/bg_twitter.jpg);
	display: block;
}
.module#twitter h3 a {
	background-image: url(../images/icon_tw_footer.png);
}
.module#instagram {
	background-image: url(../images/bg_instagram.jpg);
}
.module#instagram h3 a {
	background-image: url(../images/icon_ig_footer.png);
}
.module#youtube {
	background-image: url(../images/bg_youtube.jpg);
}
.module#youtube h3 a {
	background-image: url(../images/icon_yt_footer.png);
}

@media (min-width: 768px) {
	.module#facebook { display: block; }
	.module#twitter { display: block; }
	.module#instagram { display: block; }
	.module#youtube { display: block; }
}
@media (min-width: 992px) {
	.module#social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#social .module {
		padding: 120px 15px;
	}
	.module#facebook { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.module#twitter { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.module#instagram { display: -webkit-box; display: -ms-flexbox; display: flex; }
}

/* *******NEW OFFICES CSS ********** */


#home-offices {
	background: #004781 url(../images/2021/bg-office-locations.jpg) no-repeat center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	min-height: 630px;
}
@media(min-width: 768px) {
	#home-offices {
		height: 710px;
	}
}
#home-offices header h2 {
	text-align: center;
	margin: 0;
	padding: 40px 30px;
	font-weight: normal;
	text-transform: uppercase;
}

#home-offices-body {
	display: flex;
	justify-content: center;
	padding: 10px 20px;
	max-width: 1300px;
	margin: 0 auto;
}
#home-offices .office-locations {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: min-content;
	column-gap: 10px;
	row-gap: 10px;
	flex-grow: 2;
	max-width: 510px;
}
@media(min-width: 768px) {
	#home-offices-body {
		padding: 30px 60px;
	}
}
@media(min-width: 1400px) {
	#home-offices-body {
		padding: 30px 0;
	}
	#home-offices .office-locations {
		max-width: 650px;
	}
}


#home-offices .office-locations .location .location-content {
	padding: 20px;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	background: #FFFFFF40;
	cursor: pointer;
	border: 1px solid #ffffff67;
}
#home-offices .office-locations .location-content:hover {
	background: #FFFFFF67;
}
#home-offices .office-locations .location .city {
	font-weight: 900;
	white-space: nowrap;
	font-size: 18px;
}
#home-offices .office-locations .location .address {
	display: none;
	margin-top: 10px;
	font-size: 16px;
}
@media(min-width: 768px) {
	#home-offices .office-locations .location .city {
		font-size: 24px;
	}
	#home-offices .office-locations .location .address {
		font-size: 18px;
	}
}
#home-offices .state-map {
	display: block;
	padding: 0 40px;
	width: 425px;
	background-repeat: no-repeat;
	flex-grow: 1;
	display: none;
}
@media(min-width: 1080px) {
	#home-offices .state-map {
		display: block;
	}
}
#home-offices .state-map svg {
	max-width: 100%;
}

#home-offices .state-map svg #map #Shreveport:hover {
	fill: #F4B54F;
	cursor: pointer;
}
#home-offices .state-map svg #map #Alexandria:hover {
	fill: #F4B54F;
	cursor: pointer;
}
#home-offices .state-map svg #map #Lake_Charles:hover {
	fill: #F4B54F;
	cursor: pointer;
}
#home-offices .state-map svg #map #Lafayette:hover {
	fill: #F4B54F;
	cursor: pointer;
}
#home-offices .state-map svg #map #Baton_Rouge:hover {
	fill: #F4B54F;
	cursor: pointer;
}
#home-offices .state-map svg #map #Mandeville:hover {
	fill: #F4B54F;
	cursor: pointer;
}
#home-offices .state-map svg #map #Houma:hover {
	fill: #F4B54F;
	cursor: pointer;
}
#home-offices .state-map svg #map #Monroe:hover {
	fill: #F4B54F;
	cursor: pointer;
}
#home-offices .state-map svg #map #New_Orleans:hover {
	fill: #F4B54F;
	cursor: pointer;
}
#home-offices .state-map svg #map #New_Orleans:hover {
	fill: #F4B54F;
	cursor: pointer;
}
@media(min-width: 1200px) {
	#home-offices .state-map {
		padding: 0 80px;
	}
}
#home-offices[data-active="batonrouge"] .state-map svg #map path[data-name="batonrouge"],
#home-offices[data-active="lafayette"] .state-map svg #map path[data-name="lafayette"],
#home-offices[data-active="charles"] .state-map svg #map path[data-name="charles"],
#home-offices[data-active="houma"] .state-map svg #map path[data-name="houma"],
#home-offices[data-active="mandeville"] .state-map svg #map path[data-name="mandeville"],
#home-offices[data-active="neworleans"] .state-map svg #map path[data-name="neworleans"],
#home-offices[data-active="shreveport"] .state-map svg #map path[data-name="shreveport"],
#home-offices[data-active="monroe"] .state-map svg #map path[data-name="monroe"],
#home-offices[data-active="alexandria"] .state-map svg #map path[data-name="alexandria"] {
	fill: #F4B54F;
}

#home-offices[data-active="washington-d-c"] .office-locations .location[data-office="washington-d-c"] .location-content,
#home-offices[data-active="batonrouge"] .office-locations .location[data-office="batonrouge"] .location-content,
#home-offices[data-active="lafayette"] .office-locations .location[data-office="lafayette"] .location-content,
#home-offices[data-active="charles"] .office-locations .location[data-office="charles"] .location-content,
#home-offices[data-active="houma"] .office-locations .location[data-office="houma"] .location-content,
#home-offices[data-active="mandeville"] .office-locations .location[data-office="mandeville"] .location-content,
#home-offices[data-active="neworleans"] .office-locations .location[data-office="neworleans"] .location-content,
#home-offices[data-active="shreveport"] .office-locations .location[data-office="shreveport"] .location-content,
#home-offices[data-active="monroe"] .office-locations .location[data-office="monroe"] .location-content,
#home-offices[data-active="alexandria"] .office-locations .location[data-office="alexandria"] .location-content {
	color: #222C36;
	background-color: #F4B54F;
}

#home-offices[data-active="washington-d-c"] .office-locations .location[data-office="washington-d-c"] .address,
#home-offices[data-active="batonrouge"] .office-locations .location[data-office="batonrouge"] .address,
#home-offices[data-active="lafayette"] .office-locations .location[data-office="lafayette"] .address,
#home-offices[data-active="charles"] .office-locations .location[data-office="charles"] .address,
#home-offices[data-active="houma"] .office-locations .location[data-office="houma"] .address,
#home-offices[data-active="mandeville"] .office-locations .location[data-office="mandeville"] .address,
#home-offices[data-active="neworleans"] .office-locations .location[data-office="neworleans"] .address,
#home-offices[data-active="shreveport"] .office-locations .location[data-office="shreveport"] .address,
#home-offices[data-active="monroe"] .office-locations .location[data-office="monroe"] .address,
#home-offices[data-active="alexandria"] .office-locations .location[data-office="alexandria"] .address {
	display: block;
}



/* OLD OFFICE CSS */

/* 
.section-offices {
	background: url(../images/2021/bg-office-locations.jpg);
}

.section-offices h2.offices-title {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: white;
	height: 70px;
	font-size: 36px;
	font-weight: bold;
	line-height: 70px;
	margin: 0 50px;
	padding: 40px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: none;
}

.section-offices .offices-map {
	position: relative;
	
	margin: 0;
	padding: 0 50px 299px;
}

.section-offices .offices-map:before {
	content: " ";
	position: absolute;
	height: 259px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	background: url('../images/2021/map.svg') no-repeat scroll 39px bottom;
}
.section-offices .office-pins {}
.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;
}

.section-offices .office-pin-alexandria {
	bottom: 138px;
	left: 114px;
}
.section-offices .office-pin-batonrouge {
	bottom: 75px;
    left: 203px;
}
.section-offices .office-pin-charles {
	bottom: 58px;
	left: 75px;
}
.section-offices .office-pin-houma {
	bottom: 18px;
    left: 236px;
}
.section-offices .office-pin-lafayette {
	bottom: 58px;
	left: 160px;
}
.section-offices .office-pin-mandeville {
	bottom: 88px;
    left: 274px;
}
.section-offices .office-pin-monroe {
	bottom: 212px;
	left: 132px;
}
.section-offices .office-pin-neworleans {
	bottom: 44px;
    left: 274px;
}
.section-offices .office-pin-shreveport {
	bottom: 204px;
    left: 45px;
}



.section-offices .offices-map[data-office='alexandria'] .office-pin-alexandria
, .section-offices .offices-map[data-office='batonrouge'] .office-pin-batonrouge
, .section-offices .offices-map[data-office='charles'] .office-pin-charles
, .section-offices .offices-map[data-office='houma'] .office-pin-houma
, .section-offices .offices-map[data-office='lafayette'] .office-pin-lafayette
, .section-offices .offices-map[data-office='mandeville'] .office-pin-mandeville
, .section-offices .offices-map[data-office='monroe'] .office-pin-monroe
, .section-offices .offices-map[data-office='neworleans'] .office-pin-neworleans
, .section-offices .offices-map[data-office='shreveport'] .office-pin-shreveport {
	background-image: url('../images/offices/office_star_hover.png');
}

.section-offices .office-items {
	display: block;
	list-style-type: none;
}
.section-offices .office-items li a {

}
.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;
}

.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);
}

.section-offices .offices-map.show-info[data-office='washington'] .office-info-washington
, .section-offices .offices-map.show-info[data-office='alexandria'] .office-info-alexandria
, .section-offices .offices-map.show-info[data-office='batonrouge'] .office-info-batonrouge
, .section-offices .offices-map.show-info[data-office='charles'] .office-info-charles
, .section-offices .offices-map.show-info[data-office='houma'] .office-info-houma
, .section-offices .offices-map.show-info[data-office='lafayette'] .office-info-lafayette
, .section-offices .offices-map.show-info[data-office='mandeville'] .office-info-mandeville
, .section-offices .offices-map.show-info[data-office='monroe'] .office-info-monroe
, .section-offices .offices-map.show-info[data-office='neworleans'] .office-info-neworleans
, .section-offices .offices-map.show-info[data-office='shreveport'] .office-info-shreveport {
	display: block;
}

.section-offices .office-info-washington {
	background-image: url('../images/offices/office_bg_washington.jpg');
}
.section-offices .office-info-alexandria {
	background-image: url('../images/offices/office_bg_alexandria.jpg');
}
.section-offices .office-info-batonrouge {
	background-image: url('../images/offices/office_bg_batonrouge.jpg');
}
.section-offices .office-info-charles {
	background-image: url('../images/offices/office_bg_charles.jpg');
}
.section-offices .office-info-houma {
	background-image: url('../images/offices/office_bg_houma.jpg');
}
.section-offices .office-info-lafayette {
	background-image: url('../images/offices/office_bg_lafayette.jpg');
}
.section-offices .office-info-mandeville {
	background-image: url('../images/offices/office_bg_mandeville.jpg');
}
.section-offices .office-info-monroe {
	background-image: url('../images/offices/office_bg_monroe.jpg');
}
.section-offices .office-info-neworleans {
	background-image: url('../images/offices/office_bg_neworleans.jpg');
}
.section-offices .office-info-shreveport {
	background-image: url('../images/offices/office_bg_shreveport.jpg');
}

.section-offices .office-info h3 {
	font-size: 30px;
	font-weight: 900;
}
.section-offices .office-info h3 span {
	font-style: italic;
	font-weight: 300;
	text-transform: initial;
}
.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;
} */
