/*/////////////////////////////////////////////
//// BEGIN: Page Hero
/////////////////////////////////////////////*/
.section-hero {
	width: 100%;
	padding-top: 9.5em;
	margin-bottom: 3em;
	z-index: 1;
}

.section-hero .section-header {
	margin-bottom: 0;
}

.section-hero__content-left p {
	font-size: 26px;
}
	
.section-hero__content-left p a {
	color: var(--tu-primary-purple);
}

/* BEGIN: Default Hero with Img
-----------------------------------*/
.section-hero--default,
.section-hero--overlap {
	margin-bottom: 0;
	padding-top: var(--menu-height);
}

.section-hero__image {
	position: relative;
	width: 690px;
	max-width: 44.75%;
	margin: 0 0 0 auto;
}

.section-hero--overlap--expanded .section-hero__image {
	width: 791px;
	max-width: 50%;
}

.section-hero__image-pattern {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.section-hero__image-pattern svg {
	max-width: 100%;
}

.section-hero .section-hero__content-left {
	width: 580px;
	max-width: 47%;
}

.section-hero .section-hero__content-left .eyebrow {
	color: var(--tu-primary-purple);
	font-size: 30px;
}

.section-hero .section-hero__content-left .content-container:not(:last-child) {
	margin-bottom: 30px;
}

/* BEGIN: Overlap Hero
-----------------------------------*/
.section-hero--overlap {
	height: 640px;
}

.section-hero--overlap .section-hero__content-left,
.section-hero--supporting .section-hero__content-left {
	width: 600px;
	max-width: 49%;
}

.section-hero--overlap .section-hero__content-left h1 {
   font-size: 60px;
   font-weight: 600;
}

.section-hero--overlap .content-container {
	display: none;
}

.section-hero--supporting {
	width: 100%;
	padding: 5em 0;
}

.section-hero--supporting h2 {
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 1.1;
}

/* BEGIN: Overlap Hero w/ No Supporting Text
----------------------------------------------*/
.has-sidebar .section-hero--overlap {
	margin-bottom: 6em;
}

.has-sidebar .section-hero--supporting {
	padding-top: 0;
}

/* BEGIN: Simple Hero
-----------------------------------*/
.section-hero--simple {
	padding: 9.5em 0 5em;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers
-----------------------------------*/
@media screen and (min-width: 992px) {
	
	.section-hero__content-left p a:hover {
		color: var(--tu-primary-blue);
	}
}

/* BEGIN: Responsive
---------------------------------------------*/
@media screen and (min-width: 1441px) {

	.section-hero--overlap {
		height: 44.35vw;
	}

	.section-hero--default .section-wrapper {
		width: 86.15vw;
		max-width: 1660px;
	}

	.section-hero--default .section-hero__content-left {
		min-width: 580px;
		width: 41vw;
		max-width: 41vw;
	}
}

/* BEGIN: Responsive
---------------------------------------------*/
@media screen and (min-width: 1550px) {

	.section-hero--overlap {
		height: 680px;
	}
}

/* BEGIN: Responsive
---------------------------------------------*/
@media screen and (max-width: 1440px) {
	
	/* BEGIN: Default Hero with Img
	-----------------------------------*/
	.section-hero__content-left p {
		font-size: var(--body-font-size);
	}
	
	/* BEGIN: Overlap Hero
	-----------------------------------*/
	.section-hero--overlap--expanded .section-hero__image {
		width: 718px;
	}

	.section-hero--supporting {
		padding-top: 3em;
	}
}

/* BEGIN: Responsive
---------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1399px) {

	.section-hero--overlap {
		height: 45vw;
		min-height: 500px;
	}
}

/* BEGIN: Responsive
---------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1440px) {

	.section-hero--default {
		min-height: 640px;
	}
}

/* BEGIN: iPad / Mobile */
@media screen and (max-width: 991px) {

	.section-hero--default,
	.section-hero--overlap {
		padding-top: calc(var(--menu-height) + 25px);
	}
	
	/* BEGIN: Overlap Hero
	-----------------------------------*/
	.section-hero--overlap .section-hero__content-left h1 {
		font-size: 40px;
	}
	
	.section-hero--supporting .section-hero__content-left {
		width: 100%;
		max-width: 75%;
	}
}

/* BEGIN: iPad / Mobile */
@media screen and (max-width: 960px) {

	.has-sidebar .section-hero--overlap {
		margin-bottom: 0;
	}
}

/* BEGIN: Mobile
-----------------------------------*/
@media screen and (max-width: 767px) {

	.section-hero .section-header {
		margin-bottom: 40px;
	}

	.section-hero__image {
		max-width: 80%;
		margin: 0 auto;
	}
	
	.section-hero--overlap--expanded .section-hero__image {
		max-width: 100%;
	}
	
	.section-hero .section-absolute {
		position: relative;
		height: auto;
		padding-top: 0;
	}

	.section-hero .section-hero__content-left {
		width: 100%;
		max-width: 100%;
	}

	.section-hero__content-left p {
		font-size: 22px;
	}
	
	/* BEGIN: Overlap Hero
	-----------------------------------*/
	.section-hero--default,
	.section-hero--overlap {
		height: auto;
		margin-bottom: 2.5em;
		padding-bottom: 3.5em;
	}
	
	.section-hero--default {
		margin-bottom: 0;
	}

	.section-hero--overlap .content-container {
		display: block;
	}
	
	.section-hero--supporting {
		display: none;
	}
}
/* FIN */