body {
	background-color: #E0E0E0;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

@media (max-width: 640px) {
	body {
		font-size: 14px;
	}
}

html {
	scroll-behavior: smooth;
}

.bg-cover {
	background-size: cover;
	background-position: center center;
}

.grid-container {
	max-width: 1000px;
	margin: auto;
	padding: 0 30px;
}

@media (max-width: 640px) {
	.grid-container {
		padding: 0 15px;
	}
}

p:last-child {
	margin: 0;
}

.site-header {
	position: absolute;
	top: 0;
	z-index: 10;
	padding-top: 40px;
	width: 100%;
}

@media (max-width: 640px) {
	.site-header {
		padding-top: 20px;
	}
}

.site-header__inner {
	display: flex;
	justify-content: flex-end;
}

.site-header .grid-container {
	max-width: 1200px;
}

.site-header .banner-link a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 2px solid #3C7393;
	transition: all 300ms;
}

.site-header .banner-link a:hover {
	color: #3C7393;
}

.embed-container {
	position: relative;
	padding-bottom: 53.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-banner {
	position: relative;
	background-blend-mode: multiply;
	z-index: 1;
	min-height: 750px;
	display: flex;
	align-items: center;
}

@media (max-width: 1024px) {
	.home-banner {
		min-height: 430px;
	}
}

@media (max-width: 640px) {
	.home-banner {
		min-height: 260px;
	}
}

.home-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	mix-blend-mode: multiply;
	opacity: 0.36;
	z-index: -1;
}

.banner-title {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 103px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
}

@media (max-width: 1024px) {
	.banner-title {
		font-size: 67px;
	}
}

@media (max-width: 640px) {
	.banner-title {
		font-size: 45px;
	}
}

.video-section {
	padding-bottom: 70px;
}

@media (max-width: 640px) {
	.video-section {
		padding-bottom: 30px;
	}
}

.video-section__inner {
	background-color: #fff;
	padding: 40px 5vw;
	margin-top: -100px;
	z-index: 2;
	position: relative;
}

@media (max-width: 1024px) {
	.video-section__inner {
		margin-top: -50px;
	}
}

@media (max-width: 640px) {
	.video-section__inner {
		margin-top: 50px;
	}
}

.video-section .top-text {
	padding-bottom: 40px;
}

.video-section .bottom-text {
	padding: 50px 0;
}

.video-section .bottom-text p {
	margin: 0;
}

.video-section .bottom-text h4 {
	color: #3C7393;
	font-size: 22px;
	margin: 0;
}

@media (max-width: 640px) {
	.video-section .bottom-text h4 {
		font-size: 18px;
	}
}

.video-section .gform_heading {
	display: none;
}

.video-section .gfield input {
	height: 60px;
	padding: 0 20px !important;
}

.video-section .gfield textarea {
	padding: 20px !important;
}

.video-section .gfield input, .video-section .gfield textarea {
	border-radius: 0;
	border: 2px solid #3C7393;
}

.video-section .gfield input::placeholder, .video-section .gfield textarea::placeholder {
	text-transform: uppercase;
	color: #A5A5A5;
}

.video-section .gform_footer {
	justify-content: flex-end;
}

.video-section .gform_footer .gform_button {
	background-color: #3C7393;
	color: #fff;
	border: none;
	width: 250px;
	max-width: 100%;
	text-transform: uppercase;
	padding: 15px;
	cursor: pointer;
	transition: all 300ms;
}

@media (max-width: 640px) {
	.video-section .gform_footer .gform_button {
		width: 100%;
	}
}

.video-section .gform_footer .gform_button:hover {
	background-color: #2d576f;
}

.video-block {
	position: relative;
	cursor: pointer;
}

.video-block:hover .video-block__button:before {
	transform: translate(-50%, -50%) scale(1.1);
}

.video-block__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-block__button {
	background: transparent;
	border: none;
}

.video-block__button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 160px;
	height: 160px;
	background-image: url("../simchatime/play-icon.svg");
	background-size: cover;
	z-index: 3;
	transition: all 300ms;
	pointer-events: none;
}

@media (max-width: 1024px) {
	.video-block__button:before {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 640px) {
	.video-block__button:before {
		width: 60px;
		height: 60px;
	}
}

.video-block .placeholder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.video-block .placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gform_confirmation_message {
	background-color: #E0E0E0;
	padding: 40px 0;
}

.site-footer {
	background-color: #3C7393;
	color: #fff;
	font-weight: 900;
	text-align: center;
	padding: 20px 0;
}

@media (max-width: 640px) {
	.site-footer {
		font-size: 12px;
	}
}

/*# sourceMappingURL=main.css.map */