/* Page Theme About */
#hero_image_section_0 .container > .row > div > .row > div:first-of-type {
	min-height: 400px;
    align-items: center;
    display: flex;
}
@media (min-width:1200px) {
	#hero_image_section_0 .container > .row > div > .row > div:first-of-type {
		width: 85% !important;
	}
}
#hero_image_section_0 .h1 > span {
	font-weight:800;
	display:block;
}
@media (min-width: 768px) {
	.hidden-on-desktop {
		display:none;
	}
}
@media (max-width: 767px) {
	#hero_image_section_0 {
		background-image:none !important;
	}
}
@media (min-width: 992px) {
	#text_column_section_1 > .container > .row:nth-of-type(2) > div > .row > div.ps-lg-5:first-of-type {
		padding-left:0 !important;
	}
	#text_column_section_1 > .container > .row:nth-of-type(2) > div.col-lg-11 {
		width: 100% !important;
	}
}
@media (max-width: 1399px) {
	#text_column_section_1 > .container {
		max-width: 100% !important;
	}
}
@media (max-width: 992px) {
	#text_column_section_1 > .container > .row:nth-of-type(2) > div > .row > div {
		text-align: center;
	}
	#text_column_section_1 > .container > .row:nth-of-type(2) > div > .row > div.pb-5:first-of-type {
		padding-bottom:0 !important;
	}
	#text_column_section_1 > .container > .row:nth-of-type(2) > div > .row > div:first-of-type img.img-fluid {
		max-width:300px;
	}
}
@media (min-width:600px) and (max-width: 992px) {
	#text_column_section_1 > .container > .row:nth-of-type(2) > div > .row > div {
		text-align: center;
	}
	#text_column_section_1 > .container > .row:nth-of-type(2) > div > .row > div.pb-5:first-of-type {
		padding-bottom:0 !important;
	}
	#text_column_section_1 > .container > .row:nth-of-type(2) > div > .row > div:first-of-type img.img-fluid {
		max-width:300px;
	}
	#text_column_section_1 > .container > .row:nth-of-type(2) > div > .row > div .fake-p {
		max-width:600px;
		margin:0 auto;
	}
}

@media (min-width:768px) {
	#hero_image_section_0 > .container > .row > div.col-lg-10 {
		width:100%;
	}
}
@media (min-width:768px) and (max-width:1199px) {
	section.hero_image_section .fade-extension-wide .fade-row.fade-color-tan {
		background: var(--tan-gradient);
	}
}
@media (min-width:768px) and (max-width:991px) {
	#hero_image_section_0 > .container {
		max-width: calc(100% - 30px);
	}
}
@media (min-width: 992px) {
	section.content-section.text_blocks_with_images .alternate .text-block-with-image:nth-of-type(2) .tbwi-text {
		padding-left:0;
		padding-right: 9rem;
	}
	section.content-section.text_blocks_with_images .alternate {
		width:100% !important;
	}
}
#hero_image_section_0 .content-col > div {
	width:100%;
}
#hero_image_section_0 .h1 {
	margin-bottom: 0;
    font-family: 'p22-underground';
    text-transform: none;
    font-weight: 400;
	line-height:1;
}
@media (min-width: 1400px) {
	#hero_image_section_0 .h1 {
		font-size: 3.5rem;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#hero_image_section_0 .h1 {
		font-size: 2.5rem;
	}
}
.text-heading-slider {
	overflow:hidden;
	position:relative;
	width:100%;
}
#hero_image_section_0 .text-heading-slider .h1 {
	font-weight:800;
	background-color:transparent;
}
.text-heading-slider .h1 {
	position: absolute;
	margin-top:-120%;
}
.text-heading-slider .h1.active {
	margin-top:0;
	transition: margin-top .5s ease-out;
}
.text-heading-slider .h1.previous {
	margin-top:120%;
	transition: margin-top .75s ease-in;
}
.text-heading-slider br {
	display:none;
}

@media (min-width: 1400px) {
	#hero_image_section_0 .h1 {
		max-width: 680px;
	}
	#hero_image_section_0 .h1:nth-of-type(2) {
		max-width: 840px;
	}
}
@media (min-width: 1400px) {
	.text-heading-slider {
		height:120px;
	}
}
@media (min-width: 992px) and (max-width: 1399px) {
	.text-heading-slider {
		height:140px;
	}
	#hero_image_section_0 .h1 {
		max-width: 480px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.text-heading-slider {
		height:140px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.text-heading-slider {
		height:120px;
	}
	.text-heading-slider .h1 {
		width: 450px;
		left:50%;
		margin-left: -225px;
	}
}
@media (max-width: 575px) {
	.text-heading-slider {
		height:120px;
	}
}