  .featured.image {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: calc(100vh - 80px);
}
@media (min-width: 800px) {
	.featured.image {
		height: auto;
		max-height: calc(100vh - 200px);
	}
}
.featured.image img, .featured.image video {
	display: block;
	float: none;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.featured.image .wrapper {
	overflow: visible;
	position: static;
}
.featured.image .wrapper .column {
	position: static;
}
.featured.image .wrapper .column h2 {
	display: block;
	float: none;
	font-family: "freight-sans-pro-i9","freight-sans-pro",sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #fcfcfc;
	font-size: 40px;
	line-height: 1em;
	max-width: 100%;
	left: 0;
	text-transform: uppercase;
	position: absolute;
	margin: 0px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
    padding: 40px;
}
@media (min-width: 500px) {
	.featured.image .wrapper .column h2 {
		font-size: 50px;
	}
}
@media (min-width: 800px) {
	.featured.image .wrapper .column h2 {
		font-size: 65px;
	}
}
@media (min-width: 1240px) {
	.featured.image .wrapper .column h2 {
		font-size: 80px;
	}
}
.featured.image.smvideo {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	background-color:#ffffff;
	height: auto;
}
@media (min-width: 45em) {
	.featured.image.smvideo {
		height:auto;
	}
}
.featured.image.smvideo img {
	display:none;
	min-width: 750px;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
} 
@media (min-width: 45em) {
	.featured.image.smvideo img {
		display:block;
    	position: absolute;
    	height: 100%;
    	object-fit: cover;
	}
}
@media (min-width: 60em) {
	.featured.image.smvideo img {
		width: 100%;
		display: block;
	}
}
.featured.image.smvideo div.container {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: auto;
	background: rgba(255, 255, 255, 1);
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 20px;
	text-shadow: none;
}
@media (min-width: 45em) {
	.featured.image.smvideo div.container {
		background: rgba(255, 255, 255, 0.9);
		width: 85%;
		max-width: 90%;
		height: auto;
		padding: 20px 45px 35px;
		position: relative;
    	margin: 60px auto;
	}
}
@media (min-width: 50em) {
	.featured.image.smvideo div.container {
		width: 75%;
	}
}
@media (min-width: 60em) {
	.featured.image.smvideo div.container {
		width: 85%;
		max-width: 90%;
		height: auto;
		left: 0;
		right: 0;
		padding: 20px;
		display: flex;
    	margin: 100px auto;
	}
}
@media (min-width: 60em) {
	.featured.image.smvideo div.container div.half {
		width:48%;
		margin: 0 1%;
	}
}
.featured.image.smvideo div h2 {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #592c88;
	font-size: 40px;
	line-height: 50px;
	text-align: left;
	margin: 10px 0 5px;
}
@media (min-width: 45em) {
	.featured.image.smvideo div h2 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media (min-width: 60em) {
	.featured.image.smvideo div h2 {
		font-size: 45px;
		line-height: 50px;
	}
}
@media (min-width: 67em) {
	.featured.image.smvideo div h2 {
		font-size: 58px;
		line-height: 62px;
	}
}
.featured.image.smvideo div h3 {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #592c88;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	margin: 10px 0;
	display: block;
}
@media (min-width: 45em) {
	.featured.image.smvideo div h3 {
		font-size: 20px;
		line-height: 26px;
	}
}
@media (min-width: 60em) {
	.featured.image.smvideo div h3 {
		font-size: 18px;
		line-height: 26px;
	}
}
@media (min-width: 67em) {
	.featured.image.smvideo div h3 {
		font-size: 20px;
		line-height: 30px;
	}
}
/* Added Featured Interior Title on 11/15/17 == Acts like hero image title area on an interior page */
.featured.interior-title {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.featured.interior-title img {
	display: block;
	float: left;
	width: 200%;
	height:auto;
}
.featured.interior-title .wrapper {
	overflow: visible;
}
.featured.interior-title .wrapper .column {
	position: relative;
}
.featured.interior-title .wrapper .column h1 {
	display: block;
	float: none;
	font-family: "freight-sans-pro-i9","freight-sans-pro",sans-serif;
	font-style: italic;
	font-weight: 800;
	color: #fcfcfc;
	font-size: 50px;
	line-height: 60px;
	max-width: 100%;
	bottom: 33%;
	left: 0;
	position: absolute;
	margin: 20px;
}
@media (min-width: 45em) {
	.featured.interior-title .wrapper .column h1 {
		font-size: 65px;
		line-height: 70px;
		margin: 50px 20px;
		max-width: 1200px;
		bottom: 0;
	}
	.featured.interior-title img {
		width: 100%;
	}
}
@media (min-width: 70em) {
	.featured.interior-title .wrapper .column h1 {
		font-size: 65px;
		line-height: 80px;
		margin: 50px 20px;
	}
}
.featured.stories {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	max-height: 500px;
	overflow: hidden;
}
.featured.stories img {
	display: block;
	float: left;
	width: 100%;
}
@media (min-width: 45em) {
	.featured.stories img {
		height: auto;
		left: initial;
	}
}
.featured.stories .wrapper .container {
	width: 100%;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF570000', endColorstr='#FF000000');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIvPjxzdG9wIG9mZnNldD0iMjMlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNTUiLz48c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+PHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(5%, rgba(0, 0, 0, 0.7)), color-stop(23%, rgba(0, 0, 0, 0.55)), color-stop(77%, rgba(0, 0, 0, 0.33)), color-stop(99%, rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.55) 23%, rgba(0, 0, 0, 0.33) 77%, rgba(0, 0, 0, 0) 99%);
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.55) 23%, rgba(0, 0, 0, 0.33) 77%, rgba(0, 0, 0, 0) 99%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.55) 23%, rgba(0, 0, 0, 0.33) 77%, rgba(0, 0, 0, 0) 99%);
	background-color: transparent;
}
@media (min-width: 45em) {
	.featured.stories .wrapper .container {
		width: 60%;
		padding: 20px;
	}
}
@media (min-width: 70em) {
	.featured.stories .wrapper .container {
		padding: 35px;
		max-width: 570px;
	}
}
.featured.stories .wrapper .container h4 {
	display: block;
	float: left;
	width: 100%;
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #CCB486;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.featured.stories .wrapper .container h2 {
	display: block;
	float: left;
	width: 100%;
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fcfcfc;
	font-size: 24px;
	line-height: 30px;
	line-height: 24px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 45em) {
	.featured.stories .wrapper .container h2 {
		font-size: 32px;
		line-height: 32px;
	}
}
@media (min-width: 55em) {
	.featured.stories .wrapper .container h2 {
		font-size: 46px;
		line-height: 46px;
		margin: 10px 0;
	}
}
.featured.stories .wrapper .container hr {
	display: block;
	float: left;
	width: 75px;
	border: none;
	border-bottom: 5px solid #CCB486;
	margin: 10px 0;
}
.featured.stories .wrapper .container p {
	display: none;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fcfcfc;
	font-size: 18px;
	line-height: 24px;
}
@media (min-width: 45em) {
	.featured.stories .wrapper .container p {
		display: block;
		float: left;
		width: 100%;
	}
}
@media (min-width: 70em) {
	.featured.stories .wrapper .container p {
		margin: 10px 0;
		line-height: 30px;
	}
}
.featured.stories .wrapper .container a {
	display: block;
	float: left;
	width: 100%;
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fcfcfc;
	font-size: 18px;
	line-height: 24px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	position: relative;
	margin: 10px 0;
}
.featured.stories .wrapper .container a:after {
	content: "\203a";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	position: absolute;
	right: -10px;
	color: #CCB486;
}
.featured.stories .wrapper .container a:after {
	position: relative;
	font-size: 16px;
}
.featured.stories .next-story {
	position: relative;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 0px 20px;
	background: rgba(33, 33, 33, 0.8);
}
.featured.stories .next-story:after {
	content: "\203a";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	position: absolute;
	right: -10px;
	color: #CCB486;
}
.featured.stories .next-story:after {
	right: 10px;
	font-size: 22px;
	top: 10px;
}
@media (min-width: 45em) {
	.featured.stories .next-story {
		display: block;
		float: right;
		width: 100%;
		position: absolute;
		width: 320px;
		border-left: 5px solid #CCB486;
		margin: 30px;
		max-width: 33.3333%;
		padding: 20px;
	}
	.featured.stories .next-story:after {
		content: none;
	}
}
.featured.stories .next-story a {
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #CCB486;
	font-size: 18px;
	line-height: 24px;
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding: 10px 0;
}
.featured.stories .next-story a:after {
	position: relative;
	font-size: 16px;
}
.featured.stories .next-story a span {
	display: none;
	position: relative;
	color: #fcfcfc;
}
.featured.stories .next-story a span:after {
	content: "\203a";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	position: absolute;
	right: -10px;
	color: #CCB486;
}
@media (min-width: 45em) {
	.featured.stories .next-story a span {
		display: block;
		float: left;
		width: 100%;
	}
}
.featured.stories .business-slide .owl-wrapper-outer .owl-wrapper .owl-item {
	max-height: 500px;
}
.featured.stories .business-slide .owl-wrapper-outer .owl-wrapper .owl-item .slide {
	min-height: 250px;
}
.featured.stories .business-slide .owl-wrapper-outer .owl-wrapper .owl-item .slide .wrapper {
	position: static;
}
.featured.stories .business-slide .owl-wrapper-outer .owl-wrapper .owl-item .slide .wrapper .column {
	position: static;
}
.featured.stories .business-slide .owl-controls {
	margin: 0 auto;
}
.featured.stories .business-slide .owl-controls .owl-buttons {
	display: none;
}
.featured.stories .business-slide .owl-controls .owl-buttons div {
	top: initial;
	bottom: 100%;
	font-size: 24px;
}
.featured.stories .business-slide .owl-controls .owl-buttons div:owl-next {
	right: 5px;
}
.featured.stories .business-slide .owl-controls .owl-buttons div:owl-prev {
	left: 5px;
}
.featured.stories .business-slide .owl-controls .owl-pagination {
	display: none;
}
@media (min-width: 45em) {
	.featured.stories .business-slide .owl-controls .owl-pagination {
		display: table;
	}
}
