/* @override 
	http://scouting.aws.coh.arizona.edu/themes/coh_dept/css/coh_layout_builder/full_width_hero.css?* */

/*
-----------------------------
   Full Width Hero
----------------------------- 
*/

/* ===> REQUIRES SCRIPT FOR CONDITIONAL BUTTON TYPE!!! in coh-dept-script.js */

/* @group Basic Default */

.block-inline-blockcoh-full-width-hero {
	box-sizing: border-box;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
}

.block-inline-blockcoh-full-width-hero .field--name-field-coh-bg-image {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
	}
	
	.block-inline-blockcoh-full-width-hero .field--name-field-coh-bg-image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	

.block-inline-blockcoh-full-width-hero .content-wrapper {
	position: relative;
	color: #0c234b;
	width: 100%;
	
	display: flex;
	height: 100%;
	padding: 0 7%;
	height: 100%;
	width: 100%;
	
	/* gradient */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.block-inline-blockcoh-full-width-hero .hero-overlay {
	flex: 1 1 560px;
	background: rgba(255, 255, 255, 0.7);
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 90px 60px;
	box-sizing: border-box;
}


.block-inline-blockcoh-full-width-hero .field--name-field-coh-hero-caption {
	flex: 1 1 calc(100% - 560px);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	color: #fff;
}

/* prefix */

.block-inline-blockcoh-full-width-hero .field--name-field-coh-accent-text {
	margin: 0;
	color: #0c234b;
	text-transform: uppercase;
	font-size: 1.1em;
}
   
   	/* title */

.block-inline-blockcoh-full-width-hero .field--name-field-coh-hero-title {
	color: #0c234b;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 30px;
	margin-top: 0;
	font-weight: bold;
}
      
      /* text */

.block-inline-blockcoh-full-width-hero .field--name-field-coh-hero-text {
	font-size: 1.3em;
	color: #0c234b;
	line-height: 1.2;
	margin-bottom: 0;
	font-style: italic;
}


.block-inline-blockcoh-full-width-hero .field--name-field-coh-popup-video-html,
.block-inline-blockcoh-full-width-hero .field--name-field-coh-link {
	margin-top: 30px;
}

.block-inline-blockcoh-full-width-hero .field--name-field-coh-button-type {
	display: none;
}
   
/* @end */

/* @group Layout Block Styles */

/* === Overlay Opacity === */

.coh-overlay-opacity-65.block-inline-blockcoh-full-width-hero .content-wrapper {
	/* gradient */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.coh-overlay-opacity-75.block-inline-blockcoh-full-width-hero .content-wrapper {
	/* gradient */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.coh-overlay-opacity-85.block-inline-blockcoh-full-width-hero .content-wrapper {
	/* gradient */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

/* === Overlay Position === */

/* Half - Right */

.coh-text-overlay-half.block-inline-blockcoh-full-width-hero .content-wrapper {
	flex-direction: row-reverse;
}

.coh-text-overlay-half.block-inline-blockcoh-full-width-hero .field--name-field-coh-hero-caption {
	justify-content: flex-start;
}



/* @end */

/* @group Responsive */

@media only screen and (max-width:1024px) {
	.block-inline-blockcoh-full-width-hero .content-wrapper > div {
		flex: 0 0 50%;
	}
	
	.block-inline-blockcoh-full-width-hero .content-wrapper {
		padding: 0;
	}
	
}

@media only screen and (max-width:920px) {
	.block-inline-blockcoh-full-width-hero .content-wrapper,
	.block-inline-blockcoh-full-width-hero .content-wrapper > div {
		display: block;
	}
	
	.block-inline-blockcoh-full-width-hero .field--name-field-coh-hero-caption {
		display: none!important;
	}
	
}

@media only screen and (max-width:768px) {
	.block-inline-blockcoh-full-width-hero {
		font-size: .9em;
	}

}

/* @end */