.home-section {
	position: relative;
}
.home-section-inner {
	position: relative;
	overflow: hidden;
}


/* BUTTONS */
.home-section .mfp-video-btn {
	margin: 0;
}
.home-section .mfp-video-btn:hover, .home-section .mfp-video-btn:focus {
	background-color: #fff;
	border-color: #fff;
	color: #24598f;
}


.home-btn, .home-card-alt-btn {
	border: 0 solid #fff;
	border-radius: 4px;
	/*box-shadow: 4px 4px #c6c6c6;*/
	font-size: 18px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	padding: 0 26px;
	/*text-transform: uppercase;*/
}
a.home-btn, a.home-btn:link, a.home-btn:visited {
	background-color: #4d8857;
	color: #fff;
}
a.home-btn:hover, a.home-btn:active, a.home-btn:focus {
	background-color: #4d8857;
	/*box-shadow: 3px 3px #c6c6c6;*/
	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: #5183bf;
	color: #fff;
}
a.home-card-alt-btn:hover, a.home-card-alt-btn:active, a.home-card-alt-btn:focus {
	background-color: #5183bf;
	box-shadow: 3px 3px #c6c6c6;
	color: #fff;
	margin: 1px 0 0 1px;
	opacity: .85;
	text-decoration: none;
}*/






/* SECTION ICON */
.section-icon {
	margin: 0 auto;
	width: 52px;
}
.logo-icon {
	height: 30px;
	width: 52px;
}
.logo-icon-white {
	color: #fff;
}
@media (min-width: 800px) {
	.section-icon {
		margin: 0;
		width: 52px;
	}
}

/* BG IMAGE EXTENSION */
@media (max-width: 799px) {
	body.page-home::before {
		height: 100vh;
	}
	body.page-home::after {
		height: 100vh;
	}
}

/* CONTENT SECTION */
.home-content-section {
	text-align: center;
}
.home-content-section::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	opacity: .15;
}
.home-content-section .container {
	padding: 0;
}
.home-content-section .home-section-inner {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	
	min-height: 550px;
	padding: 40px 20px;
}
.home-content-section .section-icon {
	height: 30px;
	margin-bottom: 25px;
}
.home-content-section .section-head {
	margin-bottom: 15px;
}
.home-content-section .section-head h3 {
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 48px;
	margin: 0;
	text-transform: uppercase;
}

.home-content-section .section-body {}
.home-content-section .user-title {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.home-content-section .user-title .handle-prefix, .home-content-section .user-title .handle-title {
	padding-top: 6px;
}
.home-content-section .user-title .handle-prefix {
	font-weight: 400;
}
.home-content-section .user-title .icon {
	height: 52px;
	width: 52px;
}

.home-content-section .section-items {
	padding-top: 20px;
}
.home-content-section .section-items .item {
	position: relative;
}

.home-content-section .section-foot {
	margin-top: 30px;
}
.home-content-section .social-links, .home-content-section .social-link {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-content-section .social-links {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.home-content-section .social-link>a {
	display: block;
	display: flex;
	flex-direction: column;
	
	color: rgba(255, 255, 255, .5);
	padding: 10px;
}
.home-content-section .social-link>a:hover {
	color: rgba(255, 255, 255, 1);
}
.home-content-section .social-links .icon {
	height: 30px;
	width: 30px;
}
.home-content-section .social-links .icon-label {
	display: none;
}

@media (min-width: 800px) {
	.home-content-section {
		text-align: left;
	}
	.home-content-section .home-section-inner {
		padding: 60px 20px;
	}
	.home-content-section .home-section-inner {
		align-items: flex-start;
		min-height: 600px;
	}
	.home-content-section .section-head h3 {
		font-size: 60px;
		line-height: 60px;
	}
	.home-content-section .section-body {
		font-size: 20px;
		width: 50%;
	}
	.home-content-section .user-title {
		justify-content: flex-start;
	}
}
@media (min-width: 1055px) {
	.home-content-section::before {
		opacity: .55;
	}
	.home-content-section .section-foot {
		margin-top: 50px;
	}
	.home-content-section .social-link>a {
		padding: 12px;
	}
}



/* SOCIAL */
/*
- Trapezoid bg should be offset by 30px from the top and the left side
- The obtuse angle is 1/3 of the way into the content width
- The acute angle is 300px offset from the obtuse angle
- Trapezoid bg  rgba(34,40,47,.85)
*/
.home-section-social {
	background-color: rgba(34, 40, 47, 1);
	color: #fff;
}
.home-section-social::before {
	background-image: url('../images/home/follow_bg_01.jpg');
}
/* .home-section-social.bg-1::before { background-image: url('../images/home/follow_bg_01.jpg'); }
.home-section-social.bg-2::before { background-image: url('../images/home/follow_bg_02.jpg'); }
.home-section-social.bg-3::before { background-image: url('../images/home/follow_bg_03.jpg'); }
.home-section-social.bg-4::before { background-image: url('../images/home/follow_bg_04.jpg'); }
.home-section-social.bg-5::before { background-image: url('../images/home/follow_bg_05.jpg'); } */

.home-section-social .section-head h3 {
	color: #fff;
	/* text-shadow: 5px 5px 0 rgba(0, 0, 0, .35); */
}

/*.home-section-social::after {
	
}*/

.home-section-social .section-body {}
.home-section-social .user-title {
	color: #fff;
}
.home-section-social .user-title .icon {
	color: #1fd2ff;
}

.home-section-social .section-items .item a {
	color: #fff;
}
.home-section-social .section-items .item-body em {
	color: #1fd2ff;
	font-style: normal;
}

@media (min-width: 1055px) {
	.home-section-social {
		background-color: #2e4f64;
	}
	.home-section-social .container {
		/*position: relative;*/
	}
	.home-section-social .container::before {
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		right: 40%;
		left: 0;
		
		/*width: 75%;*/
		border-bottom: 600px solid rgba(34, 40, 47, .85);
		border-right: 300px solid transparent;
		
		-ms-transform: translate(0px, 30px);
		-webkit-transform: translate(0px, 30px);
		transform: translate(0px, 30px);
		
		z-index: 1;
	}
	.home-section-social .home-section-inner {
		z-index: 1;
	}
}
@media (min-width: 1055px) {
	.home-section-social .container::before {
		left: 0;
	}
}
@media (min-width: 1315px) {
	.home-section-social .container::before {
		left: 30px;
	}
}



/* UPDATES */
/*
- Link titles:  26px; weight: 300; border-bottom: 1ps dashed rgba(0,0,0,.35)  /  hover color #4d8857 (text and arrow)
*/
.home-section-updates {
	background-color: #edf1f2;
}
.home-section-updates::before {
	background-image: url('../images/home/updates_bg_01.jpg');
}
/* .home-section-updates.bg-1::before { background-image: url('../images/home/updates_bg_01.jpg'); }
.home-section-updates.bg-2::before { background-image: url('../images/home/updates_bg_02.jpg'); }
.home-section-updates.bg-3::before { background-image: url('../images/home/updates_bg_03.jpg'); }
.home-section-updates.bg-4::before { background-image: url('../images/home/updates_bg_04.jpg'); }
.home-section-updates.bg-5::before { background-image: url('../images/home/updates_bg_05.jpg'); } */

.home-section-updates .home-section-inner {}
.home-section-updates .section-head h3 {
	color: #22282f;
}

.home-section-updates .section-items .item {
	border-bottom: 1px dashed rgba(0, 0, 0, .35);
	padding: 20px 0;
}
.home-section-updates .section-items .item:last-child {
	border: 0;
}
.home-section-updates .section-items .item a {
	color: #22282f;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
}
.home-section-updates .section-items .item a:hover, .home-section-updates .section-items .item a:focus {
	color: #4d8857;
}
@media (max-width: 799px) {
	.home-section-updates::before {
		opacity: 0;
	}
}
@media (min-width: 800px) {
	.home-section-updates {
		text-align: right;
	}
	.home-section-updates::before {
		opacity: 1;
	}
	.home-section-updates .home-section-inner {
		align-items: flex-end;
	}
}
/* carets */
/*@media (min-width: 1055px) {
	.home-section-updates .section-items .item::before {
		content: " ";
		position: absolute;
		top: 0;
		right: -50px;
		bottom: 0;
		width: 50px;
		
		background-color: rgba(255, 204, 153, 0.15);
		
		outline-color: cyan;
		outline-offset: -1px;
		outline-style: dashed;
		outline-width: 2px;
	}
}*/


/* YOUR STORY */
/*
same styles as "Follow Michael" where they apply, except the following:
- bg image background-color: #262e22
- Sub title: 24px; weight: 700; wide letter spacing;  text shadow
- abstract= 20px; weight: 300
- bottom "Share Story" link  20px; weight: 900  /   hover color #66a264
*/
.home-section-your-story {
	background-color: #262e22;
	color: #fff;
}
.home-section-your-story::before {
	background-image: url('../images/home/your_story_bg_01.jpg');
}
/*.home-section-your-story.bg-1::before { background-image: url('../images/home/your_story_bg_01.jpg'); }
.home-section-your-story.bg-2::before { background-image: url('../images/home/your_story_bg_02.jpg'); }
.home-section-your-story.bg-3::before { background-image: url('../images/home/your_story_bg_03.jpg'); }
.home-section-your-story.bg-4::before { background-image: url('../images/home/your_story_bg_04.jpg'); }
.home-section-your-story.bg-5::before { background-image: url('../images/home/your_story_bg_05.jpg'); }*/

.home-section-your-story .video-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	overflow: hidden;
	
	/*top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	
	opacity: .5;
	transform: translate(-50%, -50%);*/
}

.home-section-your-story .share-your-story-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	
	opacity: .5;
	transform: translate(-50%, -50%);
}


.home-section-your-story .home-section-inner {}
.home-section-your-story .section-head h3 {
	color: #fff;
	/* text-shadow: 5px 5px 0 rgba(0, 0, 0, .35); */
}
.home-section-your-story .section-body {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}
.home-section-your-story .section-body h4, .home-section-your-story .section-body p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.home-section-your-story .section-body h4 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.15em;
	/* text-shadow: 5px 5px 0 rgba(0, 0, 0, .35); */
}
.home-section-your-story .section-body a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.home-section-your-story .section-body a:hover, .home-section-your-story .section-body a:focus {
	color: #66a264;
}
.home-section-your-story .arrow-more {
	height: 15px;
	margin-right: 15px;
	width: 36px;
}
@media (min-width: 800px) {
	.home-section-your-story .home-section-inner {
		z-index: 1;
	}
}
@media (min-width: 1055px) {
	.home-section-your-story .container::before {
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		right: 40%;
		left: 0;
		
		/*width: 75%;*/
		border-top: 600px solid rgba(34, 40, 47, .85);
		border-right: 300px solid transparent;
		
		-ms-transform: translate(0px, 30px);
		-webkit-transform: translate(0px, 30px);
		transform: translate(0px, 30px);
		
		z-index: 1;
	}
}
@media (min-width: 1315px) {
	.home-section-your-story .container::before {
		left: 30px;
	}
}


/* CONTACT */
/*
- bg image background-color #00560e
- bg image is 100% opacity

Tab Styles
- Tab height: 200px;
- The tabs span 50% with e10px space between them
- Tab titles 18px; weight: 700;  wide letter spacing
- Tab bg color: rgba(237,241,242,.2)   /  hover opacity 100%
- position the bg image top center

Mobile & Tablet Tab Styles
- Tab height 160px
- Space between the tabs should be 1px
- Tab titles 14px; normal letter spacing

*/
.home-section-contact-head {
	/* background-color: #00560e; */
	background-color: #4d8857;
	color: #fff;
}
.home-section-contact-head::before {
	background-image: url('../images/home/contact_bg.jpg');
	background-position: top;
	/* background-size: 200% auto; */
	background-size: cover;
	opacity: .55;
}
.home-section-contact-head .home-section-inner {
	min-height: auto;
	padding: 60px 20px;
}
.home-section-contact.has-open-tab .home-section-contact-head .home-section-inner {
	padding-bottom: 0;
}

.home-section-contact-head .section-head {
	margin-bottom: 40px;
}

.home-section-contact-head .contact-tabs, .home-section-contact-head .contact-tab {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-section-contact-head .contact-tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.home-section-contact-head .contact-tabs>li {
	flex-basis: 0;
	flex-grow: 1;
	margin-right: 1px;
}
.home-section-contact-head .contact-tabs>li:last-child {
	margin-right: 0;
}
.home-section-contact-head .contact-tab {
	display: block;
	
	flex-basis: 0;
	flex-grow: 1;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	
	background-color: rgba(237, 241, 242, .2);
	color: rgba(255, 255, 255, .95);
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	padding: 27px 10px 12px;
	text-align: center;
	text-transform: uppercase;
}
.home-section-contact-head .contact-tab.active, .home-section-contact-head .contact-tab:hover, .home-section-contact-head .contact-tab:focus {
	background-color: rgba(237, 241, 242, 1);
	color: #22282f;
	cursor: pointer;
}
.home-section-contact-head .contact-tab .icon {
	display: block;
	max-height: 30px;
	max-width: 30px;
}
.home-section-contact-head .contact-tab .icon-label {
	display: block;
	margin: 17px 0 27px;
}
.home-section-contact-head .contact-tab .contact-tab-arrow {
	display: block;
	max-height: 15px;
	max-width: 40px;
}
.home-section-contact-head .contact-tab.active .contact-tab-arrow {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (min-width: 400px) {
	.home-section-contact-head .contact-tabs {
		min-width: 347px;
	}
}

@media (min-width: 800px) {
	.home-section-contact-head::before {
		/* background-size: 100% auto; */
		background-size: cover;
	}
	.home-section-contact-head .home-section-inner {
		padding-top: 160px;
		padding-bottom: 160px;
	}
	.home-section-contact-head .section-head {
		margin-bottom: 26px;
	}
	.home-section-contact-head .section-head h3 {
		font-size: 40px;
		line-height: 40px;
	}
	.home-section-contact-head .section-tabs {
		position: absolute;
		right: 20px;
		bottom: 160px;
	}
	.home-section-contact.has-open-tab .home-section-contact-head .section-tabs {
		bottom: 0;
	}
	.home-section-contact-head .section-tabs .contact-tabs {
		min-width: 380px;
	}
	.home-section-contact-head .contact-tabs>li {
		margin-right: 10px;
	}
}
@media (min-width: 1055px) {
	.home-section-contact-head .home-section-inner {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.home-section-contact-head .section-head h3 {
		font-size: 60px;
		line-height: 60px;
	}
	.home-section-contact-head .section-tabs {
		bottom: 200px;
	}
	.home-section-contact-head .section-tabs .contact-tabs {
		min-width: 590px;
	}
	.home-section-contact-head .section-tabs .contact-tab {
		font-size: 18px;
		/* letter-spacing: .15em; */
		line-height: 22px;
		padding: 47px 10px 32px;
	}
}


.home-section-contact-body {
	background-color: #edf1f2;
	text-align: left;
}
.home-section-contact-body.open-2::before {
	background-image: url('../images/home/locations_bg.png');
}
.home-section-contact-body .home-section-inner {
	min-height: auto;
}

.home-section-contact-body {
	display: none;
}
.home-section-contact-body.open {
	display: block;
}

.home-section-contact-body .section-items .item {
	display: none;
}
.home-section-contact-body .section-items .item.active {
	display: block;
}

@media (min-width: 800px) {
	.home-section-contact-body .section-body {
		width: 100%;
	}
}




/*.home-section-contact .section-head h3 {
	color: #fff;
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.home-section-contact .contact-body {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	padding: 30px;
}*/




/*

Office Locations 
- BG #edf1f2   the bg image will change based on which office is selected
- Title 40px; weight: 900: wide letter spacing
- menu height: 80px;  bg-color: rgba(34,40,47,.85)  /  hover bg-color: rgba(255,255,255)
- menu font size 18px;  weight: 700  /  tablet font size is 14px
- 
- Address font size 18px
- "More Info" btn height: 60px;  font-size: 18px;  border-radius: 5px;  bg color: #4d8857   /   hover bg color: #00560e
- Mobile Size "More Info" btn height: 40px

*/


/* CONTACT *//* LOCATIONS */
/*.contact-locations {}*/
/*.contact-locations-inner {}
@media (min-width: 1055px) {
	.contact-locations {
		background-image: url('../images/location_bg_dc.jpg');
	}
	
	.contact-locations[data-location='location-01'] { background-image: url('../images/location_bg_dc.jpg'); }
	.contact-locations[data-location='location-02'] { background-image: url('../images/location_bg_location-02.jpg'); }
	.contact-locations[data-location='location-03'] { background-image: url('../images/location_bg_location-03.jpg'); }
	.contact-locations[data-location='location-04'] { background-image: url('../images/location_bg_location-04.jpg'); }
	.contact-locations[data-location='location-05'] { background-image: url('../images/location_bg_location-05.jpg'); }
	.contact-locations[data-location='location-06'] { background-image: url('../images/location_bg_location-06.jpg'); }
	.contact-locations[data-location='location-07'] { background-image: url('../images/location_bg_location-07.jpg'); }
	.contact-locations[data-location='location-08'] { background-image: url('../images/location_bg_location-08.jpg'); }
	
	.contact-locations-inner {}
}*/

.home-content-section .section-body .section-items>.item h3 {
	border: 0;
	color: #22282f;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 48px;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
