body{
	overflow-x: hidden !important;
}

section.padding_extra,
footer.padding_extra{
	padding: 60px 0px;
}

.col,
.col-padding{
	padding: 15px;
}

.color_primary{
	color: #002056;
}

.color_secondary{
	color: #fcd703;
}

.color_offwhite{
	color: #e5e5e5;
}

.color_white{
	color: #FFF;
}

.bg_primary{
	background-color: #002056;
}

.bg_secondary{
	background-color: #fcd703;
}

.bg_offwhite{
	background-color: #e5e5e5;
}

.bg_white{
	background-color: #FFF;
}

footer.padding-bottom_zero{
	padding-bottom: 0px;
}


/* Section Specific Styles */

#hero-section,
#hero-home-section{
	min-height: 600px;
	height: 600px;
	background-color: #DDD;
	background-size: cover;
	background-position: 100% 15%;
	position: relative;
}

#hero-section{background-image: url(../img/team/hero_team.jpg);}
#hero-home-section{
	background-image: url(https://76words.com/img/background/section-bg-home.jpg);
	background-position: 100% 55%;
}

#hero-section .my-menu a,
#hero-home-section .my-menu a{
	text-decoration: none;
}

#hero-section .my-menu h5,
#hero-home-section .my-menu h5{
	position: relative;
	display: inline-block;
}

#hero-section .my-menu h5:after, 
#hero-home-section .my-menu h5:after {
    content: " ";
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fcd703;
    opacity: 0;
    transition: ease .25s opacity;
}

#hero-section .my-menu h5:hover:after,
#hero-home-section .my-menu h5:hover:after{
	opacity: 1;
	transition: ease .25s opacity;
}

#hero-section hr,
#hero-home-section hr{
	border-color: #FFF;
	mix-blend-mode: hard-light;
}

#hero-section .container,
#hero-home-section .container,
#hero-section .row:last-of-type,
#hero-home-section .row:last-of-type{
	height: 100%;
}

#hero-home-section .row:last-of-type{
	padding-bottom: 150px;
}

#hero-section img,
#hero-home-section img{
	max-width: 200px;
	width: 50%;
}

#hero-section h1,
#hero-home-section h1,
#content-section h3{
	display: inline-block;
	position: relative;
	margin-bottom: 42px;
}

#hero-section h1:after,
#hero-home-section h1:after,
#content-section h3:after{
	content: " ";
	width: 100%;
	position: absolute;
	bottom: -25px;
	left: 0;
	height: 6px;
	background-color: #fcd703;
}

#hero-section h3{
	display: inline-block;
	max-width: 400px;
	width: 90%;
}

#hero-section h1,
#hero-section h3,
#hero-home-section h1,
#hero-home-section h3{
	color: #FFF;
}

/* width video bg  */

#hero-home-section.with-video-bg{
	position: relative;
	height: auto;
	min-height: auto;
}

#hero-home-section.with-video-bg .background_video video{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    z-index: 0;	
}

#hero-home-section.with-video-bg .background_video{
	background-color: #fcd703;
}

#hero-home-section.with-video-bg .content{
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, 0) 40%);
}

/* Video BG Section: Mute/Unmute Button */

.video__audio-toggle__button{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    background-color: #FFF;
    padding: 8px 30px;
    border-radius: 999px;
    border: 3px solid #fcd703;	
}

.video__audio-toggle__button.muted .video__audio-toggle__content--mute,
.video__audio-toggle__button .video__audio-toggle__content--unmute{display: none;}

.video__audio-toggle__button.muted .video__audio-toggle__content--unmute{display: block;}

.video__audio-toggle__content{
	font-weight: bold;
	color: #1e3263;
}

.video__audio-toggle__content span{
	padding-left: 8px;
}

.video__audio-toggle__content .icon{
	width: 36px;
	height: auto;
}

@media(max-width: 767px){
	.video__audio-toggle__button{
		display: none;
	}
}

/* Meet the Team Section/Page Styles  */

#meet-the-team_list-section .meet-the-team_list-item{
	border: 1px solid #bcbcbc;
	cursor: pointer;
	transition: ease .15s all;
}

#meet-the-team_list-section .meet-the-team_list-item.active,
#meet-the-team_list-section .meet-the-team_list-item:hover{
	background-color: #002056;
	color: #FFF;
	transition: ease .35s all;
	transform: scale(1.05);
	border-color: transparent;
}

#meet-the-team_details-section .meet-the-team_details_instance{
	display: none;
}

#meet-the-team_details-section .meet-the-team_details_instance.active{
	display: block;
}

footer{
	background-image: url(https://76words.com/img/bg_footer.jpg);
	background-size: cover;
	background-position: 100% 15%;
}

footer a{
	text-decoration: none;
	color: #FFF;
}

footer .icon-and-text_wrapper{
	text-align: center;
}

footer address,
footer .icon-and-text_text,
footer .icon-and-text_icon{
	display: inline-block;
}

footer .logo{
	max-width: 250px;
	width: 50%;
}

footer .icon-and-text_icon img{
	width: 35px;
	height: auto;
}

.mobile-show{
	display: none !important;
}

@media(max-width: 767px){

	.mobile-hide{
		display: none !important;
	}

	.mobile-show{
		display: block !important;
	}

	#hero-home-section{
		background-position: 0% 55%;
	}

	#hero-section,
	#hero-home-section{
		min-height: 400px;
		height: 400px;
	}

	#hero-section .row:last-of-type,
	#hero-home-section .row:last-of-type{
		height: 90%;
	}

	#hero-section .logo,
	#hero-home-section .logo{
		width: 70%;
	}

	#videos video{
	  width: 100% !important;
	  max-width: 100% !important;
	}

	.meet-the-team_list-item{
		margin-bottom: 15px !important;
		display: block;
	}

	footer .icon-and-text_icon,
	footer .icon-and-text_text{
		display: block;
	}

	footer .icon-and-text_icon img{
		width: 50px;
		margin-bottom: 15px;
	}

	p{
		font-size: 20px;
	}

}