body.home.page-template {
	overflow: unset;
}
.section-logo-carousel {
	max-height: 122px;
	overflow: hidden;
}

.section-slider-zoomout .slide-item {
	width: 900px;
	height: 506px;
	position: relative;
	display: block;
	z-index: 1;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	color: #fff;
	transition: opacity 0.6s;
}

/* .video-carousel-enabled .section-slider-zoomout .slick-slide:not(.slick-current):hover {
	opacity: .5 !important;
} */

.section-slider-zoomout figure {
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.section-slider-zoomout figure.art {
	background-size: cover;
	position: absolute;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.section-slider-zoomout figure::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: ' ';
	background: rgba(0,0,0,0.2);
}
/* 
.section-slider-zoomout .sticky-wrapper > .sticky-wrapper-inner {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
	min-height: 506px;
}
.section-slider-zoomout .sticky-wrapper {
	height: 200vh;
	margin-top: -100vh;
} */

.section-slider-top {
	position: relative;
	z-index: 3;
	background: #161617;
	padding: 50px 0;
}
.section-slider-zoomout {
	position: relative;
	z-index: 2;
	background: #161617;
	margin: 0;
}
.fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide-gallery-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.slick-prev::before, .slick-next::before {
	color: white;
}

.section-slider-zoomout .slick-list {
	overflow: unset;
}
.section-slider-zoomout .slide-item.slick-slide.slick-current.slick-active {
	z-index: 2;
}
.section-slider-zoomout .slick-prev::before, .section-slider-zoomout .slick-next::before {
	font-size: 40px;
}

.section-slider-zoomout .slick-slide {
	opacity: .7;
}
.section-slider-zoomout .slick-slide.slick-current {
	opacity: 1 !important;
}

.section-slider-zoomout .slick-arrow {
	border: none;
}

.section-slider-zoomout .slick-prev {
	position: absolute;
	left: 16px;
	z-index: 22;
	top: calc(50% - 25px);
	transform: translateY(-50%);
	bottom: auto;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><defs><style>.a{fill:none;}</style></defs><path class="a" d="M0,0H24V24H0Z"/><path fill="%238E8E93" d="M20.139,21.543a.776.776,0,0,1,0,1.09.757.757,0,0,1-1.079,0l-8.721-8.808a.776.776,0,0,1,0-1.09L19.06,3.927a.758.758,0,0,1,1.079,0,.776.776,0,0,1,0,1.09l-7.954,8.264,7.954,8.263Z" transform="translate(-3.24 -1.301)"/></svg>');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 50px;
	height: 50px;
	color: transparent;
}
.section-slider-zoomout .slick-next {
	position: absolute;
	right: 16px;
	z-index: 22;
	top: calc(50% - 25px);
	transform: translateY(-50%);
	bottom: auto;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><defs><style>.a{fill:none;}</style></defs><path class="a" d="M0,0H24V24H0Z"/><path fill="%238E8E93" d="M19.862,13.282,11.907,5.016a.776.776,0,0,1,0-1.091.758.758,0,0,1,1.079,0l8.723,8.81a.776.776,0,0,1,0,1.091l-8.723,8.81a.758.758,0,0,1-1.079,0,.776.776,0,0,1,0-1.091l7.955-8.263Z" transform="translate(-4.809 -1.28)"/></svg>');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 50px;
	height: 50px;
	color: transparent;
}

.section-slider-zoomout .info-bottom {
	position: absolute;
	bottom: 30px;
	left: 40px;
	right: 40px;
	font-weight: 400;
	opacity: 0.001;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* .section-bottomrows-carousel {
	opacity: 0.001;
-webkit-transform: translateY(50px);
transform: translateY(50px);
	transition: transform 0.6s ease-out, opacity 0.6s, -webkit-transform 0.6s ease-out !important;
} */

.video-carousel-enabled .section-bottomrows-carousel {
	opacity: 0.999;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.section-slider-zoomout .slick-current .info-bottom {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 1;
}

.video-carousel-enabled .section-slider-zoomout .slick-current .info-bottom {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 0.999;
}

.section-slider-zoomout .info-bottom h3 {
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	margin: 0;
}
.section-slider-zoomout .info-bottom a {
	font-size: 16px;
	color: #1D1D1F;
	letter-spacing: .32px;
	line-height: 20px;
	border-radius: 24px;
	background: #fff;
	display: block;
	text-align: center;
	font-weight: 600;
	padding: 14px 22px 13px 20px;
	max-width: 152px;
	margin: 0 0 0 auto;
}
.section-slider-zoomout .info-bottom a span {
	font-size: 14px;
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

@media screen and (max-width:767px) {
	.section-logo-carousel {
		max-height: 182px;
	}
	.section-slider-zoomout .info-bottom h3 {
		margin-bottom: 15px;
	}
	.section-slider-zoomout .info-bottom {
		flex-direction: column;
	}
}

.lemonlight_carousel .slick-current .fill > a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.page-header {
	display: none;
}
.mfp-wrap {
	z-index: 999999;
}
.mfp-close {
	width: 25px;
	height: 25px;
	line-height: 25px;
	right: 8px;
	top: 3px;
}
.eael-lightbox-popup-window .mfp-close {
	color: #000 !important;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	z-index: 99999;
}
.archive .resource {
	max-width: unset;
	box-shadow: none;
	width: unset;
}
.blog-entry-title.entry-title {
	font-size: 24px;
}
.archive.tax-resource_type .content-area {
	width: 100%;
	border: 0;
	padding-right: 0;
}
.archive.tax-resource_type #right-sidebar {
	display: none;
}
ul.page-numbers {
	text-align: center;
}
.elementor-pagination {
	margin-top: 40px;
}
.elementor-post.elementor-grid-item.resource.type-resource {
	box-shadow: 0px 1px 9px #00000029;
}
.elementor-posts--thumbnail-top .elementor-post__text {
	width: 100%;
}
.elementor-post.elementor-grid-item.resource.type-resource .elementor-post__title {
	font-size: 21px;
	line-height: 29px;
	font-weight: 600;
	margin-bottom: 10px;
}
.elementor-post.elementor-grid-item.resource.type-resource .elementor-post__title a {
	color: #1D1D1F;
}
.elementor-post.elementor-grid-item.resource.type-resource .elementor-post__text {
	padding: 0 20px 20px;
}
.elementor-posts .resource.type-resource .elementor-post__thumbnail {
	transition: all .5s;
}
.elementor-posts .resource.type-resource .elementor-post__thumbnail::after {
	content: '';
	background: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .3s ease-in-out;
}

.elementor-post.elementor-grid-item.resource.type-resource:hover .elementor-post__thumbnail {
	transform: scale(1.03);
}
.elementor-post.elementor-grid-item.resource.type-resource:hover .elementor-post__thumbnail::after {
	background: rgba(0,0,0,0.2);
}
.elementor-post.elementor-grid-item.resource.type-resource:hover .elementor-post__thumbnail__link {
	overflow: hidden;
}
.single-resource .resource {
	width: 100%;
	margin: 0;
}

@media screen and (min-width:1600px) {
	.section-slider-zoomout .slide-item {
		height: 610px;
	}
}
@media screen and (min-width:1900px) {
	.section-slider-zoomout .slide-item {
		height: 500px;
	}
}
@media screen and (min-width:2500px) {
	.section-slider-zoomout .slide-item {
		height: 720px;
	}
}


/* hubspot modal form design */
.eael-lightbox-popup-window .hs-form input, .eael-lightbox-popup-window .hs-form select, .eael-lightbox-popup-window .hs-form textarea {
	border-color: #D6D6D6;
	border-radius: 4px;
	width: 100% !important;
	color: #8F8F94;
}
.eael-lightbox-popup-window .hs-form label span {
	color: #8F8F94;
	font-size: 17px;
}
.eael-lightbox-popup-window .hs-form .no-list.hs-error-msgs.inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.eael-lightbox-popup-window .hs-form .no-list.hs-error-msgs.inputs-list li {
	line-height: 20px;
}
.eael-lightbox-popup-window .hs-form .hs-error-msg {
	line-height: 10px;
	font-size: 14px;
	color: red;
}
.eael-lightbox-popup-window .hs-form input.hs-button {
	background: #F9C938;
	color: #1D1D1F;
	margin-top: 10px;
}
.eael-lightbox-popup-window .hs-form .field.hs-form-field {
	margin-bottom: 10px;
}
.eael-lightbox-popup-window .hs-form fieldset {
	max-width: unset;
}
.eael-lightbox-popup-window .hbspt-form {
	padding: 20px 30px 30px;
}
.eael-lightbox-container {
	border-radius: 6px;
}
.mfp-content .eael-lightbox-popup-window {
	width: 100%;
}
.section-bottomrows-carousel {
	overflow: hidden;
}
.eael-lightbox-popup-window .hbspt-form .form-columns-1 .input {
	margin-right: 0;
}
.eael-lightbox-popup-window .hbspt-form .form-columns-2 > div:last-child .input {
	margin-right: 0;
}

@media screen and (max-width:767px) {
	.eael-lightbox-popup-window .hbspt-form {
		padding: 20px 10px 10px;
	}
}

@media screen and (max-width:479px) {
	.eael-lightbox-popup-window .hbspt-form .form-columns-2 .input {
		margin-right: 0;
	}
}

.single.single-resource main a {
	color: #0066cc;
}
.single.single-resource main blockquote {
	border: 0;
	padding: 0;
}
.single.single-resource main p {
	color: #1D1D1F;
}
.footer-hidden-content {
	display: none;
}