	:root {
	--brand-yellow: #796f22;
	--brand-gray: #5b6770;
	--brand-gray-light: #efefeb;
	--card-shadow:  0px 0px 25px rgba(66, 66, 66, 0.4);
	--card-backgound: #D9D9D9;
	--base: 'Tenor Sans', sans-serif;
}
	.lazy {
		opacity: 0;
		transition: opacity .3s ease;
	}
	.show-me {
		opacity: 1;
	}
.header-slider .flexslider {
	margin-top: 90px!important;
}
.header-slider .flexslider .slides li {
	height: 880px!important;
}
.header-slider .flexslider .slides li img.header-slider-image {
	object-position: top center!important;
}
@media screen and (max-width: 1024px) {
	.header-slider .flexslider{
		margin-top: 65px!important;
	}
	.header-slider .flexslider .slides li {
		height: 630px!important;
	}
}
@media screen and (max-width: 786px) {
	.header-slider .flexslider{
		margin-top: 48px!important;
	}
}
@media screen and (max-width: 600px) {
	.header-slider .flexslider .slides li {
		height: 450px!important;
	}
}
/* Globals */
	body, h1, h2, h3, h4, h5, h6, p{
		font-family: var(--base)!important;
		font-weight: 100;
	}
	.h-title {
		font-size: 60px!important;
		line-height: 80px;
		text-transform: capitalize; 
		letter-spacing: 1px;
	}
	.h-accent-image {
		position: relative;
		width: 100%;
		max-width: 400px;
		height: auto;
		max-height: 450px;
		z-index: 2;
	}
	.h-accent-image .h-img {
		position: relative;
		display: block;
		width: 100%;
		z-index: 2;
		border-radius: 0 68px 0 120px;
		overflow: hidden;
		z-index: 2;
	}
	.h-accent-image .h-shadow {
		position: absolute;
		top: 0;
		z-index: 1; 
	}
	.h-btn-white {
		display: inline-block;
		height: 60px;
		font-size: 20px;
		line-height: 38px;
		color: #000;
		background: #FFF;
		border-radius: 9px;
		padding: 12px 30px;
		text-decoration: none;
		text-transform: uppercase;
		margin-top: 15px;
		transition: all .3s ease;
	}
	.h-btn-white:hover {
		background: rgba(255,255,255,0.6);
		color: #000;
	}
	.h-accent-image-small {
		position: relative;
		width: 100%;
		max-width: 330px;
		height: auto;
		max-height: 390px;
		z-index: 2;
	}
	.h-accent-image-small .h-img {
		position: relative;
		display: block;
		width: 100%;
		z-index: 2;
		border-radius: 0 60px 0 120px;
		overflow: hidden;
		z-index: 2;
	}
	.h-accent-image-small .image-block-shadow {
		position: absolute;
		top: 0;
		background-color: rgba(0,0,0,0);
		width: 87%;
    height: 99%;
    box-shadow: 10px 10px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 10px 10px 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 5px 5px rgba(0,0,0,0.3);
    border-radius: 0 68px 0 120px;
    z-index: 1;
    transform: skew(1deg, 1deg);
	}
	.h-accent-image-mid {
		position: relative;
		width: 100%;
		max-width: 420px;
		height: auto;
		max-height: 390px;
		z-index: 2;
	}
	.h-accent-image-mid .h-img {
		position: relative;
		display: block;
		width: 100%;
		height: 390px;
    object-fit: cover;
		border-radius: 0 60px 0 120px;
		overflow: hidden;
		z-index: 2;
	}
	.h-accent-image-mid .image-block-shadow {
		position: absolute;
		top: 0;
		background-color: rgba(0,0,0,0);
		width: 89%;
    height: 99%;
    box-shadow: 10px 10px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 10px 10px 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 5px 5px rgba(0,0,0,0.3);
    border-radius: 0 68px 0 120px;
    z-index: 1;
    transform: skew(1deg, 1deg);
	}
	@media screen and (max-width: 480px) {
		.h-accent-image-small {
			position: relative;
			width: 90%;
			max-height: 330px;
			margin: 0 auto;
		}
		.h-accent-image-small .h-img {
			border-radius: 0 30px 0 60px;
		}
		.h-accent-image-small .image-block-shadow {
			border-radius: 0 30px 0 60px;
		}
		.h-accent-image-mid {
			width: 90%!important;
			max-height: 330px!important;
			margin: 0 auto;
		}
		.h-accent-image-mid .h-img {
			border-radius: 0 30px 0 60px;
		}
		.h-accent-image-mid .image-block-shadow {
			border-radius: 0 30px 0 60px;
		}
	}
/* END Globals */
/* Home */
	.h-main {
		max-width: unset;
		padding: 0;
		background: var(--brand-gray-light);
	}
	.video-controls-wrapper {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.h-video-block {
		overflow: hidden;
		border-radius: 0 60px 0 120px;
	}
	.h-accent-image .video-wrapper {
		padding-top: 100%!important;
	}
	.h-accent-image .video-wrapper iframe {
	  position: absolute;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    width: 188%!important;
    height: 100%;
	}
	@media only screen and (max-width: 600px) {
		.h-accent-image #front-page-video-wrapper {
			display: block;
		}
	}
/* END home */
/* nav */
	.show-mobile {
				display: none;
			}
			.header.snapped .header-wrapper .constrained-width .desktop-header-wrapper .sub-menu:before {
				top: -11px !important;
			}
			.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper {
				font-family: 'Tenor Sans', sans-serif !important;
					justify-content: space-between;
			}
			.menu-primary-header-nav-container {
				width: 100%!important;
				justify-content: space-between;
				flex-flow: row nowrap;
				display: flex;
			}
			.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu {
				position: relative;
				display: flex;  
				width: auto;
				justify-content: center;
				align-content: center;
				align-self: center;
				align-items: center;
				width: 60%;
			}
			.header-wrapper .nav-to-left {
				font-size: 20px;
				text-align: left;
				align-items: center;
				text-transform: uppercase;
			}
			.header-wrapper .nav-to-left .sub-menu,
			.header-wrapper .nav-to-left .sub-menu a,
			.header-wrapper .nav-to-left-last .sub-menu,
			.header-wrapper .nav-to-left-last .sub-menu a {
				font-size: 16px!important;
			}
			.menu-secondary-main-container {
				width: 40%;
				display: flex;
				flex-flow: row;
				justify-content: center;
			}
			.menu-secondary-main-container ul {
				display: flex;
				flex-flow: row;
				font-size: 18px;
				align-items: center;
				justify-content: flex-end;
				margin: 0;
				padding: 0;
				list-style: none;
				width: 100%;
			}
			.menu-secondary-main-container ul li {
				padding: 0 5%;
				border-right: 1px solid #000 ;
			}
			.menu-secondary-main-container ul li:last-child {
				border: none;
			}
		
			.menu-secondary-main-container ul li a {
				font-family: 'Tenor Sans', sans-serif !important;
				color: #000;
				white-space: nowrap;
			}
			.menu-secondary-main-container ul li a:hover {
				color:#91852c;
				text-decoration: none;
			}
			@media screen and (max-width: 1024px) {
				.show-mobile {
					display: block;
				}
				.header-wrapper .nav-to-left {
					font-size: 18px;
				}
			}
/* nav end */
/* footer */
	footer .footer-row-wrapper {background: #efefeb!important;}
footer .footer-row-wrapper:first-of-type {
	border-top: none!important;
}
.footer-row-overlay {
			background: #efefeb!important;
}
	footer {

	}
	footer .footer-row-wrapper:first-of-type {
		border: none;
		font-size: 16px;
		background: #efefeb!important;
		padding: 0;
	}
	footer .footer-row-wrapper {
		justify-content: space-between;
				background: #efefeb!important;
	}
	.footer-row.full-width {
		display: flex;
		justify-content: space-between;
		justify-content: center;
		align-content: center;
		align-items: center;
		padding: 6em 0;
				background: #efefeb!important;
	}
	.footer-row-column {
		display: flex;
		align-content: center;
		align-items: center;
		text-align: left;
		flex-flow: row wrap ;
		
	}
	.footer-row-column.align-column-center {

	}
	.h-center-footer {
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		flex-flow: row;
	}
	.h-address {
		width: 315px;
		flex-basis: 315px;
		padding: 5% 5%;
	}
	.h-other-info{
		padding: 5% 5%;
	}
	.h-footer-menu {
		width: 385px;
		flex-basis: 385px;
		display: flex;
		flex-flow: row wrap;
		margin-left: 3%;
	}
	.h-footer-menu a {
		flex-flow: row wrap;
		color: #000!important;
		margin: 5px 3%;
		min-width: 150px;
	}
	.footer-row-column-social-media {
		padding: 2% 0;
	}
	@media screen and (max-width: 1350px) {
		footer .footer-row-wrapper .footer-row .footer-row-column.align-column-left {
			align-content: center;
		}
		.footer-row.full-width {
			flex-flow: row wrap!important;
		}
		.footer-row-column.align-column-center {
			flex-basis: 100%!important;
			width: 100%;
		}
		footer .footer-row-wrapper .footer-row .footer-row-column img {
			margin-bottom: 50px!important;
		}
		.h-center-footer {
			border-left: none;
		}
		.h-footer-menu {
			width: calc(100% - 30px);
			margin-left: 30px;
		}
	}
	@media screen and (max-width: 1080px) {
		.h-footer-menu a {
			min-width: auto;
			width: 100%;
			flex-basis: 100%;
			flex-flow: column wrap;
			margin: 0 0 15px 0;
		}
	}
	@media screen and (max-width: 900px) {
		.footer-row.full-width {
			flex-flow: column wrap!important;
		}
		.h-footer-menu {
			margin: 0 auto;
		}
		.h-footer-menu a {
			text-align:center;
			margin: 0 auto 15px;
		}

		.h-center-footer {
			display: flex;
			justify-content: space-between;
			align-content: center;
			align-items: center;
			border-right: none;
			border-left: none;
			flex-flow: column;
		}
		.h-address {
			text-align: center;
			flex-basis: unset;
		}
		.h-other-info,
		.h-other-info p {
			text-align: center!important;
			
		}
		.footer-row-column-social-media {
			justify-content: center;
		}
	}
	@media screen and (max-width: 420px) {
		.h-other-info a:last-child {
			font-size: 14px; 
		}
	}
/* END footer *//