:root {
	--text: #273739;
	--dgray: #273739;
	--lgray: #edefef;
	--cool_green: #54d584;
	--warm_green: #97d554;
}
/* NEED TO CONVERT TO RGB & RGBA VALUES ON COMPLETION */
/* CSS RULES */
/* 
- NEVER USE TOP MARGIN ON TEXT ELEMENTS
- NEVER LET TEXT FLOW OUTSIDE DESIGN AREA (word-break)
- LOOK AT TEXT ALIGNMENT IN DESIGNS
- NEVER MAKE AN ELEMENT A STATIC HEIGHT (UNLESS REQUIREMENT)
- PAY ATTENTION TO BG IN DESIGN PSD
- 
*/
@font-face {
	font-family: "icons";
	src: url("./font/esl-icons.eot");
	src:	url("./font/esl-icons.eot") format('embedded-opentype'),
			url("./font/esl-icons.ttf") format('truetype'),
			url("./font/esl-icons.woff") format('woff'),
			url("./font/esl-icons.svg") format('svg');
}

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=fdf5cac4-4744-4b81-9cd6-1c89eb68520d");


a,b,body,div,h1,h2,h3,h4,h5,h6,hr,html,i,img,li,ol,p,span,table,tbody,td,tfoot,th,thead,tr,u,ul {
	border: 0;
	margin: 0;
	padding: 0;
}
html,body{
	height:100%;
	scroll-behavior: smooth;
}
html {
	visibility: visible !important;
}
body{
	position: relative;
	padding-top: 230px;
	width:100%;
	color: #273739;
	/* font-family: 'Avenir Next W01'; */
	font-family:‘Avenir Next W01’, "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
	font-size:16px;
	max-width: 2000px;
	margin: 0 auto;
}
#body_home {
	padding-top: 0;
}
div.site_frame {
	max-width: 2000px;
	overflow-x: hidden;
}
div[data-sortable] {
	min-height: 90vh;
	overflow: hidden;
}
.block .page_frame {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
	.block .page_frame, #page_body .page_frame {
		padding: 0;
		margin: 0 5%;
		width: 90%;
	}
}
/*---------------CUSTOM PADDING---------------*/
.block {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.block.padding-top__normal {
	padding-top: 2.5em;
}
.block.padding-top__none {
	padding-top: 0;
}
.block.padding-top__more {
	padding-top: 3.5em;
}
.block.padding-top__x2 {
	padding-top: 2em;
}
.block.padding-top__x4 {
	padding-top: 4em;
}
.block.padding-top__x10 {
	padding-top: 10em;
}
.block.padding-bottom__normal {
	padding-bottom: 2.5em;
}
.block.padding-bottom__none {
	padding-bottom: 0;
}
.block.padding-bottom__more {
	padding-bottom: 3.5em;
}
.block.padding-bottom__x2 {
	padding-bottom: 2em;
}
.block.padding-bottom__x4 {
	padding-bottom: 4em;
}
.block.padding-bottom__x10 {
	padding-bottom: 10em;
}
/*---------------ICONS---------------*/
[class^="icon-"]:before,
[class^="icon-"]:after {
	font-family: "icons";
	position: absolute;
	font-size: inherit;
	font-weight: normal;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
   
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
   
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
   
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
   
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icons--fb:after {content: "\XXXX";}
.icons--insta:after {content: "\XXXX";}
.icons--twitter:after {content: "\XXXX";}
.icons--arrow:after {content: "\E801";}
.icons--arrow_l:after {-webkit-transform: scaleX(-1);-ms-transform: scaleX(-1);transform: scaleX(-1);}

/* BIZANGO TEXT - NEW DEFAULTS - DON'T HAVE A TOP MARGIN THAT IS NOT ZERO ON A CORE TEXT ELEMENT */
p, ul, figcaption {
	margin-top:0em;
	margin-bottom: 24px;
}
h1, h2, h3, h4,  h5, h6 {
	margin-bottom: 0.5em;
	margin-top: 0;
}
figure {
	margin: 1em 0;
}
figure img {
	max-width: 100%;
}
iframe{
	max-width: 100%;
}
ul{
	margin-left: 18px;
}
/* ADD BOTTOM MARGINS TO MATCH AS WELL */
/* from dev doc */
p, li, figcaption {
	font-size: 16px;
	font-weight: 200;
	line-height: 1.25em;
	letter-spacing: 0.8px;
  }
  p strong {
	  font-size: 17px;
	  font-weight: 700;
  }
h2, h3, h4, h5, h6 {
	/* margin-bottom: 22px; */
	margin-top:0px;
}
h1, h2, h3, h4, h5, h6{
	font-family:'Avenir Next W01';
}
h1{
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 30px;
}
h1 em , h2 em{
	color: #54d584;
	margin-left: 3px;
	font-style: normal;
}
h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 40px;
}
h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
h4{
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
}
h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
h6 {
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: capitalize;
}
.cap {
	text-transform: capitalize;
}
.upcase {
	text-transform: uppercase;
}
.downcase {
	text-transform: lowercase;
}
.mb0-last .bizango_cms_content *:nth-last-child(1) {
	margin-bottom: 0;
}
/*---------------BUTTONS / LINKS ---------------*/
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
a{
	color: #54d584;
	text-decoration:none;
}
/* .bizango_cms_content a:after {
	content: "\XXXX";
	margin-left: 10px;
} */
a.button:hover, a:hover{
	text-decoration:none;
	/* color: white; */
}
.button {
	display: inline-block;
	cursor: pointer;
	position: relative;
	color: white;
	background-color: #54d584;
	font-weight: bold;
	padding: 20px 45px;
}
.button--dark {
	background-color: #273739;
}
.bizango_content_prose table {
	width: auto !important;
	margin: 0 auto;
}
.bizango_content_prose table tr td:nth-child(1) .button {
	margin-right: 10px;
	text-align: right;
	background-color: #273739;
}
.bizango_content_prose table tr td:nth-child(2) .button {
	margin-left: 10px;
	text-align: left;
}
@media only screen and (max-width: 510px) {
	.bizango_content_prose table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.bizango_content_prose table tr td {
		text-align: center !important;
	}
	.bizango_content_prose table tr td:nth-child(1) .button,
	.bizango_content_prose table tr td:nth-child(2) .button {
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.block .bizango_cms_content *[style^="text-align: right"] {
		text-align: left !important;
	}
}
/*---------------SHARED STYLE CLASSES---------------*/
.help {
	display: inline-block;
	padding: 10px;
	background: #ddd;
	border-radius: 8px;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 5px 0;
}
.help p a {
	color:#ddd;
	text-decoration:underline;
}
.shadow {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.bizango_content_controls .bizango_content_controls_add {
	width: 20%;
}
.bizango_content_controls .bizango_content_controls_manage {
	width: 80%;
	white-space: no-wrap;
}
.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-overlay {
	position: relative;
	opacity: 0.2;
	z-index: 1;
}
.wgreen {
	color: #97d554;
}
.center-x {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}
.center-y {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.pt160 {
	padding-top: 160px;
}
.flex, .flex .all-cols-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
/*---------------BLOCK DEFAULT COLORS---------------*/
html {
	background: white;
}
body{
	background: white;
	

}
#nav_frame{
	/* background-color:#bbb; */
}
#hero_frame{
	/* background-color:#ddd; */
}
#footer {
	/* background-color:#aaa; */
}
/* OPTIONAL */
img.illustration{
	display:block;
	margin:0px;
	margin-bottom:20px;
}
img.content_image{
	clear:left;
	display:block;
	float:left;
	margin:10px 20px 20px 0px;
}
#body_home #nav_home,#body_home #nh{
	/* display:none; */
}
/* EXPANDABLE BUY BUTTON WITH TOGGLE-ABLE LINKS */
#buy_button_container{
	position: relative;
} 
/* parent element for expandable buy button */
#buy_button{
	background-color:#222;
	color:#eee; 
	padding:10px 20px;
	text-decoration:none;
	display:block;
}
#buy_button_container .buy_button_hidden{
	background-color:#222;
	color:#eee;
	padding:10px 20px;
	display:none;
}
#buy_button_container .buy_button_hidden p a {
	color:#eee;
	display:block;
	text-decoration:none;
	padding:10px 10px;
}
/* Breadcrumbs in Collections */
#breadcrumbs {

}
#breadcrumbs ul {
	margin:0;
	padding:0;
	display:inline-block;
	}
#breadcrumbs li {
	font-size:1em;
	list-style:none;
	display:inline-block;
	}
#breadcrumbs a {
	color:red;
	}
#breadcrumbs a:after {
	content:"\203A";
	padding-left:5px;
	}
#breadcrumbs a:hover {
	text-decoration:none;
}
/* helpers-> clearfix */
.group:before,
.group:after {
	content: "";
	display: table;
} 
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clear{
	clear:both;
}
/*- Mobile Styles widescreen */
@media only screen and (max-width: 999px) and (min-width:660px){
.page_frame {
	/* padding: 0 5%; */
}
}
/*---------------NAV---------------*/
#nav_frame{
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width:100%;
	background: none;
	max-width: 2000px;
	z-index: 10;
}
#nav_frame .page_frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	max-width: 1140px;
	width: 100%;
	padding: 0 20px;
	padding-top: 48px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
}
#body_home #nav_frame .page_frame {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
}
#nav {
	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;
}
#body_home #nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	margin-left: 0;
}
#nav {
	position:relative;
	height: 60px;
}

#nav_home, #footer #footer_nav_home,
#mobile_nav #nav_home {
	position: relative;
	/* display:none; */
	margin-right: auto;
	max-width: 250px;
	width: 100%;
	height:50px;
	text-decoration:none;
	background-image:url("../../images/sites/esl/esl-logo.png");
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
	background-color: transparent;
	font-size: 0;
	border-right: none;
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#body_home #nav_home {
	display: none;
}
ul.nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px;
	padding: 0px;
	list-style:none;
	line-height: 50px;
	z-index:10;
	}
ul.nav li {
	position: relative;
	float:left;
	zoom:1;
	line-height:1em;
	margin-top: 0;
	margin-bottom:0px;
	padding: 0;
	list-style: none;
}
#nav a, #footer_nav a {
	color: #273739;
	padding: 20px 35px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
#nav a:after {
	position: absolute;
	content: "";
	top: 23px;
	right: 0;
	height: 16px;
	width: 2px;
	background: #273739;
}
#body_home #nav > li:nth-child(1) a,
#footer_nav > li:nth-child(1) a {
	padding-left: 0;
}
#nav li:nth-last-child(1) a,
#nav li:nth-last-child(1) a:after,
#footer_nav li:nth-last-child(1) a {
	padding-right: 0;
	border-right: none;
	background:none;
}
#nav a:hover{
	color: #54d584;
}
#nav .social {
	margin-right: 30px;
}
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
			-ms-flex-align:center;
	    align-items:center;
	min-height: 24px;
}
.subnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
	    flex-direction: column;
	position: absolute;
	top: 60px;
	left:0;
	max-width: 125%;
	border-top: 3px solid #d2d5d5;
	background: #e5e7e7;
	min-width: 100%;
	margin: 0;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: opacity ease 500ms, max-height ease 0ms 500ms;
	-o-transition: opacity ease 500ms, max-height ease 0ms 500ms;
	transition: opacity ease 500ms, max-height ease 0ms 500ms;
}
#mobile_nav .subnav {
	max-height: 9999px;
}
#nav ul li.active .subnav {
	max-height: 9999px;
	opacity: 1;
	-webkit-transition: opacity ease 500ms;
	-o-transition: opacity ease 500ms;
	transition: opacity ease 500ms;
}
#nav .subnav li,
#mobile_nav .nav li {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
	border-right: none;
	opacity: 0;
	-webkit-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	        transform: translateY(50px);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
#nav .subnav li {
	padding:0;
}
#nav li.active .subnav li,
#mobile_nav .nav.active li {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	opacity: 1;
}
#nav li.active .subnav li:nth-child(1),
#mobile_nav .nav.active li:nth-child(1) {
	-webkit-transition: opacity 500ms 150ms, -webkit-transform 500ms  150ms;
	transition: opacity 500ms 150ms, -webkit-transform 500ms  150ms;
	-o-transition: opacity 500ms 150ms, transform 500ms  150ms;
	transition: opacity 500ms 150ms, transform 500ms  150ms;
	transition: opacity 500ms 150ms, transform 500ms  150ms, -webkit-transform 500ms  150ms;
}
#nav li.active .subnav li:nth-child(2),
#mobile_nav .nav.active li:nth-child(2) {
	-webkit-transition: opacity 500ms 200ms, -webkit-transform 500ms 200ms;
	transition: opacity 500ms 200ms, -webkit-transform 500ms 200ms;
	-o-transition: opacity 500ms 200ms, transform 500ms 200ms;
	transition: opacity 500ms 200ms, transform 500ms 200ms;
	transition: opacity 500ms 200ms, transform 500ms 200ms, -webkit-transform 500ms 200ms;
}
#nav li.active .subnav li:nth-child(3),
#mobile_nav .nav.active li:nth-child(3) {
	-webkit-transition: opacity 500ms 250ms, -webkit-transform 500ms 250ms;
	transition: opacity 500ms 250ms, -webkit-transform 500ms 250ms;
	-o-transition: opacity 500ms 250ms, transform 500ms 250ms;
	transition: opacity 500ms 250ms, transform 500ms 250ms;
	transition: opacity 500ms 250ms, transform 500ms 250ms, -webkit-transform 500ms 250ms;
}
#nav li.active .subnav li:nth-child(4),
#mobile_nav .nav.active li:nth-child(4) {
	-webkit-transition: opacity 500ms 300ms, -webkit-transform 500ms 300ms;
	transition: opacity 500ms 300ms, -webkit-transform 500ms 300ms;
	-o-transition: opacity 500ms 300ms, transform 500ms 300ms;
	transition: opacity 500ms 300ms, transform 500ms 300ms;
	transition: opacity 500ms 300ms, transform 500ms 300ms, -webkit-transform 500ms 300ms;
}
#nav li.active .subnav li:nth-child(5),
#mobile_nav .nav.active li:nth-child(5) {
	-webkit-transition: opacity 500ms 350ms, -webkit-transform 500ms 350ms;
	transition: opacity 500ms 350ms, -webkit-transform 500ms 350ms;
	-o-transition: opacity 500ms 350ms, transform 500ms 350ms;
	transition: opacity 500ms 350ms, transform 500ms 350ms;
	transition: opacity 500ms 350ms, transform 500ms 350ms, -webkit-transform 500ms 350ms;
}
#nav .subnav li:nth-child(1),
#mobile_nav li:nth-child(1) {
	-webkit-transition: opacity 500ms 300ms, -webkit-transform 500ms 300ms;
	transition: opacity 500ms 300ms, -webkit-transform 500ms 300ms;
	-o-transition: opacity 500ms 300ms, transform 500ms 300ms;
	transition: opacity 500ms 300ms, transform 500ms 300ms;
	transition: opacity 500ms 300ms, transform 500ms 300ms, -webkit-transform 500ms 300ms;
}
#nav .subnav li:nth-child(2),
#mobile_nav li:nth-child(2) {
	-webkit-transition: opacity 500ms 250ms, -webkit-transform 500ms 250ms;
	transition: opacity 500ms 250ms, -webkit-transform 500ms 250ms;
	-o-transition: opacity 500ms 250ms, transform 500ms 250ms;
	transition: opacity 500ms 250ms, transform 500ms 250ms;
	transition: opacity 500ms 250ms, transform 500ms 250ms, -webkit-transform 500ms 250ms;
}
#nav .subnav li:nth-child(3),
#mobile_nav li:nth-child(3) {
	-webkit-transition: opacity 500ms 200ms, -webkit-transform 500ms 200ms;
	transition: opacity 500ms 200ms, -webkit-transform 500ms 200ms;
	-o-transition: opacity 500ms 200ms, transform 500ms 200ms;
	transition: opacity 500ms 200ms, transform 500ms 200ms;
	transition: opacity 500ms 200ms, transform 500ms 200ms, -webkit-transform 500ms 200ms;
}
#nav .subnav li:nth-child(4),
#mobile_nav li:nth-child(4) {
	-webkit-transition: opacity 500ms 150ms, -webkit-transform 500ms 150ms;
	transition: opacity 500ms 150ms, -webkit-transform 500ms 150ms;
	-o-transition: opacity 500ms 150ms, transform 500ms 150ms;
	transition: opacity 500ms 150ms, transform 500ms 150ms;
	transition: opacity 500ms 150ms, transform 500ms 150ms, -webkit-transform 500ms 150ms;
}
#nav .subnav li:nth-child(5),
#mobile_nav li:nth-child(5) {
	-webkit-transition: opacity 500ms 50ms, -webkit-transform 500ms  50ms;
	transition: opacity 500ms 50ms, -webkit-transform 500ms  50ms;
	-o-transition: opacity 500ms 50ms, transform 500ms  50ms;
	transition: opacity 500ms 50ms, transform 500ms  50ms;
	transition: opacity 500ms 50ms, transform 500ms  50ms, -webkit-transform 500ms  50ms;
}
#nav .subnav li:nth-last-of-type(1) {
	border-bottom: none;
}
#nav .subnav li a,
#mobile_nav .nav a {
	position: relative;
	white-space: nowrap;
	padding: 15px 40px 10px 40px;
	line-height: 20px;
	font-weight: 300;
	text-transform: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#nav .subnav li:hover a {
	color: #273739;
	font-weight: 500;
	background-color: #ededed;
}
#nav .subnav li:hover a:before,
.block_type__offset-1-column .col-1 .bizango_content_prose table li:before {
	content: "\2022";
	position: absolute;
	left: -15px;
	color: #97d554;
	font-size: 20px;
	margin-right: 5px;
}
#nav .subnav li:hover a:before {
	font-size: 30px;
	left: 20px;
}
#nav .subnav li a:after {
	background: none;
}
#mobile_nav{
	display: none;
}
/*- Mobile Styles */
@media only screen and (max-width: 1000px){
	#nav_frame {
		padding-top: 20px;
		width: 100%;
		height: 50px;
	}
	#nav_frame .page_frame {
		margin: 0;
		padding: 0 5%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#body_home #nav_frame .page_frame {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	#body_home #nav, #nav{
		display:none;
	}
	#mobile_nav{
		position: relative;
		display: block;
		text-align: right;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
	}
	#mobile_nav .icon{
		position: relative;
		font-size: 1.4em;
		float: right;
		padding-left: 5px;
	}
	#mobile_nav .nav {
		position: absolute;
		top: 100%;
		right: 0;
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
		    flex-direction: column;
		-webkit-box-align: end;
				-ms-flex-align: end;
		    align-items: flex-end;
		-webkit-box-pack: start;
				-ms-flex-pack: start;
		    justify-content: flex-start;
		min-width: 160px;
		border-top: 3px solid #d2d5d5;
		background: #e5e7e7;
		margin: 0;
		opacity: 0;
		-webkit-transition: opacity ease 500ms;
		-o-transition: opacity ease 500ms;
		transition: opacity ease 500ms;
	}
	#mobile_nav .nav.active {
		opacity: 1;
		-webkit-transition: opacity ease 500ms;
		-o-transition: opacity ease 500ms;
		transition: opacity ease 500ms;
	}
	#mobile_nav .nav li {
		float: none;
		/* line-height: 36px; */
		background-color: none;
		width: 100%;
		padding: 0 5%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		text-align: right;
	}
	#mobile_nav .nav li a {
		display: inline-block;
		color: #273739;
		/* padding: 5px 0; */
		padding-right: 0;
		padding-left: 0;
		white-space: nowrap;
		/* border-bottom: 1px solid #273739; */
	}
	#mobile_nav .nav .subnav {
		position: relative;
		top: 0;
		width: 110%;
		left: -5%;
		background-color: #ededed;
		opacity: 1;
	}
	#mobile_nav .nav .subnav li {
		border-bottom: none;
	}
	#mobile_nav .nav .subnav li a {
	}
	#mobile_nav .nav .subnav li:nth-last-child(1) {
		border-bottom: 0;
	}
	#mobile_nav .nav li.social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
				-ms-flex-pack: end;
		    justify-content: flex-end;
	}
}
@media only screen and (max-width: 480px) {
	#nav_frame .page_frame{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	#mobile_nav {
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}
}
/*---------------FOOTER---------------*/
#footer{
	position: relative;
	clear:both;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(237,239,237,0.8)), to(transparent));
	background: -o-linear-gradient(bottom, rgba(237,239,237,0.8) 50%, transparent);
	background: linear-gradient(to top, rgba(237,239,237,0.8) 50%, transparent);
}
#footer .page_frame {
	max-width: 1140px;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	min-height: 235px;
	padding-top: 75px;
}
#body_home #footer .page_frame {
	min-height: 295px;
}
#footer #footer_nav {
	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;
}
#footer #footer_nav li {
	padding: 0;
}
#footer #footer_nav a {
	cursor: pointer;
	border-right: none;
}
#footer #footer_nav_home {
	position: relative;
	/* height: 50px;
	width: 100%;
	max-width: 250px; */
}
.copyright_container {
	display: none !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
	    align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
	    flex-direction: column;
	text-align: center;
	color: white;
	/* background: #f8f8f8; */
	background: #c1c1c1;
}
.copyright {
	color: #f2f2f2;
	margin: 14px 0;
	font-size: 12px;
	text-transform: uppercase;
}
#footer #bizango {
	width:220px;
	height:12px;
	padding-bottom:20px !important;
	font-size:10px;
	color: #f2f2f2;
	display:block;
	margin:0 auto 25px;
	background-image:url("/images/bizango-white.png");
	background-repeat:no-repeat;
	background-position:center bottom;
}
@media only screen and (max-width: 1140px) {
	#footer .page_frame {
		margin: 0 5%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 1000px) {
	#footer #footer_nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	}
	#footer #footer_nav_home {
		margin-right: 0;
	}
}
@media only screen and (max-width: 750px) {
	#footer {
		padding-bottom: 50px;
	}
	#footer #footer_nav .nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	#footer #footer_nav .nav li {
		text-align: center;
	}
	#footer #footer_nav .nav a {
		padding: 10px;
	}
}
/*---------------HERO---------------*/
#hero {
	position:relative;
	width:100%;
	height:100px;
}
#body_home #hero_frame {
	height:575px;
	padding-top: 110px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	        /*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(237,239,239,1)), to(white));
	background: -o-linear-gradient(top, rgba(237,239,239,1) 20%, white);
	background: linear-gradient(to bottom, rgba(237,239,239,1) 20%, white);
	*/
}
#hero_frame .page_frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	height: 100%;
	max-width: 1240px;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
}
#body_home #hero_frame img {
	margin-bottom: 36px;
	max-width: 100%;
}
/* Adjust hero page_frame to match switch over to 5% padding at media Q */
@media only screen and (max-width:480px ) {
	#body_home #hero_frame {
		height: auto;
	}
	#hero .page_frame {
		padding: 0 5%;
	}
}
/*---------------BODY---------------*/
#page_body{
	position: relative;
}
@media only screen and (max-width: 1000px) {
	.page_frame {
		max-width: 1000px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}
/*---------------BLOG---------------*/
#page_body.blog .page_frame {
	max-width: 1140px;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
}
.blog_hero .bizango_image_controls {
	position: absolute;
	top: 80px;
}
.blog_hero.block_type__image-hero.hero-style__simple {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
	    justify-content: center;
}
.blog_hero.block_type__image-hero.hero-style__simple .page_frame,
.blog_hero.block_type__image-hero.hero-style__interior .page_frame {
	margin: 0 auto;
}
/* --- BLOG LIST POST --- */
.blog_teaser_image img {
	max-width: 100%;
}
.blog_story_in_list {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
.blog_story_in_list .blog_post_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
	    justify-content: space-between;
}
.blog_story_in_list .blog_post_content .blog_teaser_image ~ .blog_text_container {
	width: 60%;
}
.blog_story_in_list .blog_post_content .blog_teaser_image {
	width: 35%;
	padding-right: 5%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.blog_text_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
	    flex-direction: column;
}
.blog_text_container .read_more_link {
	font-size: 16px;
	font-weight: 700;
}
/* --- BLOG POST PAGE --- */
.blog_story .blog_title {
	margin-top: 20px;
}
#page_body .blog_story {
	margin: 0 auto;
	max-width: 1000px;
}
.blog_story .blog_title * {
	margin-bottom: 10px;
}
.blog_story .blog_created_at {
	margin-left: 10px;
	margin-bottom: 20px;
}
.blog_story .blog_images_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.blog_story .blog_images_container img {
	max-width: 48%;
	margin: 0 15px 15px 0;
	max-height: 450px;
}
.blog_story .blog_images_container img:last-of-type {
	margin-right: 0;
}
.blog_story .comingsoon {
	margin-top: 60px;
}
@media only screen and (max-width: 1000px) {
	#page_body.blog .blog_story, 
	#page_body.blog .page_frame {
		max-width: 100vw;
		padding: 0 5%;
	}
	.blog_story h1 {
		font-size: 42px;
		line-height: 48px;
	}
}
@media only screen and (max-width: 750px) {
	.blog_story_in_list .blog_post_content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
		    flex-direction: column;
	}
	.blog_story_in_list .blog_post_content .blog_teaser_image ~ .blog_text_container,
		.blog_story_in_list .blog_post_content .blog_teaser_image {
			width: 100%;
		}
		.blog_story_in_list .blog_post_content .blog_teaser_image img {
			max-height: 400px;
		}
		.blog_story .blog_images_container img {
			max-width: 100%;
		}
}
@media only screen and (max-width: 480px) {
	.blog_story h1 {
		font-size: 30px;
		line-height: 36px;
	}
}
/*---------------THEMES + BACKGROUNDS---------------*/
.background-color__white .block__bg-img,
.mod-bg-colors.background-color__white .mod-color-target {
	background-color: white;
}
.background-color__black .block__bg-img,
.mod-bg-colors.background-color__black .mod-color-target {
	background-color: black;
}
label.background-color__warm-white:after,
.background-color__warm-white .block__bg-img,
.mod-bg-colors.background-color__warm-white .mod-color-target {
	background-color: #f5f1e9;
}
label.background-color__light-gray:after,
.background-color__light-gray .block__bg-img,
.mod-bg-colors.background-color__light-gray .mod-color-target {
	background-color: #edefef;
}
label.background-color__dark-gray:after,
.background-color__dark-gray .block__bg-img,
.mod-bg-colors.background-color__dark-gray .mod-color-target {
	background-color: #273739;
}
label.background-color__green:after,
.background-color__green .block__bg-img,
.mod-bg-colors.background-color__green .mod-color-target {
	background-color: #54d584;
}
.bizango_content_background-color_block_options .block-options__button label {
	background-color: #b6b6b6;
}
.bizango_content_background-color_block_options .block-options__button label:after {
	content: "";
	position: absolute;
	height: 75%;
	width: 75%;
	top: 10%;
	left: 11%;
}
.bizango_content_background-color_block_options.block-options__button input:checked + label:after {
	top: 15%;
	left: 15%;
}
.theme__sample .block__bg-img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* background:  */
	z-index: 0;
}
.theme__sample .bizango_cms_content * {
	color: white;
	margin: 0;
}
.background-color__black .bizango_cms_content,
.background-color__black .bizango_cms_content > *,
.background-color__black .bizango_image_caption > *,
.background-color__dark-gray .bizango_cms_content,
.background-color__dark-gray .bizango_cms_content > *,
.background-color__dark-gray .bizango_image_caption > *,
.theme__dark .bizango_content_cms, .theme__dark .bizango_content_cms > *,
 .theme__dark .bizango_image_caption > * {
	color: white;
}
/*---------------CUSTOM BLOCKS---------------*/
/* SET DEFAULT PADDING SET TO MATCH PSD DESIGNS */
.bizango_admin_tab {
	margin-right: 45px;
}
.bizango_content_controls,
.bizango_image_controls, .bizango_cms_button {
	position: relative;
	z-index: 10;
}
.bzc_abs .bizango_image_controls {
	position: absolute;
	top: 5px;
	left: 50px;
}
.block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
		flex-direction: column;
}
.block.block__admin-view {
	min-height: 100px;
}
.block__bg-img {
	z-index: 0;
}
.bg-img {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.block ul {
	margin-left: 15px;
}
.block.text-position__left .page_frame {
	-ms-flex-item-align: start;
		align-self: flex-start;
		text-align: left;
}
.block.text-position__center .page_frame {
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
		align-self: center;
		text-align: center;
}
.block.text-position__right .page_frame {
	-ms-flex-item-align: end;
		align-self: flex-end;
		text-align: right;
}
.block.text-vertical__top{
	-webkit-box-pack: start;
			-ms-flex-pack: start;
		justify-content: flex-start;
}
.block.text-vertical__middle {
	-webkit-box-pack: center;
			-ms-flex-pack: center;
		justify-content: center;
}
.block.text-vertical__bottom {
	-webkit-box-pack: end;
			-ms-flex-pack: end;
		justify-content: flex-end;
}
.block.narrow-content__true .all-cols-wrap {
	width: 73%;
	margin: 0 auto;
}
.block_type__video-hero .mb_YTVPlayer iframe {
	margin-left: 0!important;
}
.block .element__image img {
	/* display: none; */
	/* position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
	z-index: -1; */
}
.block .element__image .cropped-image {
	/* display: block; */
}
.no-show {
	display: none;
}
.block__admin-view .no-show {
	display: block;
}
.block.block__admin-view .bizango_cms_content table td{
	border: 2px dashed rgba(0,0,0,0.2);
}
.block_type__subpage-grid .page_frame {
	/* width: 90%; */
}
.block .element__image img {
	margin-left: auto;
	margin-right: auto;
}
.flip-orientation__right .all-cols-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media only screen and (min-width: 660px) {
	.block_type__2-column-bigleft .col-right\@tablet,
	.block_type__2-column-bigright .col-left\@tablet {
		width: 39%;
	}
	.block_type__2-column-bigleft .col-left\@tablet,
	.block_type__2-column-bigright .col-right\@tablet {
		width: 56%;
	}
}
@media only screen and (max-width: 660px) {
	.block.narrow-content__true .all-cols-wrap {
		width: 100%;
	}
}
/* ------------CONTENT GRID-------------- */
.block_type__content-grid.narrow-content__true .all-cols-wrap {
	width: 78%;
}
.block_type__content-grid .page_frame {
	padding: 0;
}
.block_type__content-grid .grid_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	/* justify-content: space-between; */
}
.block_type__content-grid .child_container {
	position: relative;
	margin-bottom: 20px;
}
.block_type__content-grid.block__admin-view .child_container .flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	
}
.block_type__content-grid.columns__3 .child_container {
	width: calc(33% - 40px);
	/* padding: 0px 20px 20px 20px; */
	margin-right: 40px;
}
.block_type__content-grid.columns__3 .child_container:nth-child(3n) {
	margin-right: 0;
}
.block_type__content-grid.columns__2 .child_container {
	width: calc(50% - 59px);
}
.block_type__content-grid.columns__2 .child_container:nth-child(odd) {
	margin-right: 100px;
}
.block_type__content-grid.columns__1 .child_container {
	width: 100%;
}
.block_type__content-grid .child_container .bizango_image_controls {
	/* margin-left: 55px; */
	align-self: flex-start;
}
.block_type__content-grid .child_container img {
	top: 0;
	display: block;
	max-width: 42px;
	width: 100%;
	height: 100%;
	/* margin: 0px auto 15px auto; */
}
.block_type__content-grid .child_container .bizango_content_teaser {
	padding-left: 20px;
}
.block_type__content-grid .child_container .bizango_content_teaser * {
	margin-bottom: 22px;
}
@media only screen and (max-width: 1050px) {
	.block_type__content-grid.narrow-content__true.columns__3 .child_container {
		width: calc(50% - 40px);
	}
	.block_type__content-grid.columns__3 .child_container:nth-child(2n) {
		margin-right: 0;
	}
	.block_type__content-grid.columns__3 .child_container:nth-child(odd) {
		margin-right: 40px;
	}
}
@media only screen and (max-width: 950px) {
	.block_type__content-grid.columns__3 .child_container,
	.block_type__content-grid.columns__3.narrow-content__true .child_container,
	.block_type__content-grid.narrow-content__true.columns__2 .child_container {
		width: calc(100% - 40px);
	}
	.block_type__content-grid.columns__3 .child_container:nth-child(odd),
	.block_type__content-grid.columns__2 .child_container:nth-child(odd) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 550px) {
	.block_type__content-grid.narrow-content__true.columns__3 .child_container,
	.block_type__content-grid.columns__3 .child_container,
	.block_type__content-grid.columns__2 .child_container {
		width: 100%;
	}
	.block_type__content-grid.narrow-content__true .all-cols-wrap {
		width: 100%;
	}
}
/* ------------OFFSET BLOCK 1-COL-------------- */
.block.block_type__offset-1-column h2 {
	margin-bottom: 24px;
}
.block.block_type__offset-1-column h4,
.block.block_type__offset-1-column p,
.block_type__offset-1-column .col-1 .bizango_content_prose table li  {
	margin-bottom: 22px;
}
.block.block_type__offset-1-column,
.block.block_type__offset-1-column.block__admin-view {
	min-height: 640px ;
}
.block.block_type__offset-1-column.image-type__crop .col-2 img {
	display: none;
}
.block.block_type__offset-1-column.image-type__crop .col-2 .cropped-image {
	display: block;
}
.block_type__offset-1-column .page_frame {
	max-width: 1350px;
	padding: 0 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_type__offset-1-column .all-cols-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.block_type__offset-1-column.block__admin-view .col-1 {
	margin-top: 117px;
}
.block_type__offset-1-column.block__admin-view .col-1{
	visibility: visible !important;
}
.block_type__offset-1-column .col-1.aos-init.aos-animate,
.block_type__offset-1-column.animation-type__none .col-1  {
	visibility: visible;
}
.block_type__offset-1-column .col-1 {
	visibility: hidden;
}
.block_type__offset-1-column .col-1 {
	position: relative;
	margin-top: 70px;
	width: 33%;
	min-width: 429px;
	z-index: 1;
	background: #273739;
	padding: 48px 46px 75px 46px;
}
.block_type__offset-1-column .col-2 {
	height: 640px;
	min-height: 330px;
	width: 90%;
	position: absolute;
	top: 0;
	right: 0;
}

.block_type__offset-1-column .col-1 .child_container {
	position: relative;
	padding-top: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.block_type__offset-1-column .col-1 .child_container:nth-last-child(2),
.block_type__offset-1-column .col-1 .child_container:nth-last-child(2) .bizango_content_prose {
	border-bottom: none;
	margin-bottom: 0;
}
.block_type__offset-1-column .col-1 .bizango_image_controls > div {
	font-size: 0;
}
.block_type__offset-1-column .col-1 .img-col {
	max-width: 30px;
	min-width: 30px;
	max-height: 30px;
	width: 100%;
	margin-right: 18px;
}
.block_type__offset-1-column .col-1 .img-col img {
	width: 30px;
}
.block_type__offset-1-column .col-1 .img-col .bizango_image_controls {
	padding-left: 26px;
}
.block_type__offset-1-column .col-1 .bizango_content_prose {
	color: white;
	margin-bottom: 36px;
	padding-top: 5px;
}
.block_type__offset-1-column .col-1 .bizango_content_prose table td {
	vertical-align: top;
}
.block_type__offset-1-column .col-1 .bizango_content_prose table li {
	position: relative;
	list-style: none;
	padding-left: 10px;
	text-align: left;
}
.block_type__offset-1-column .col-1 .bizango_content_prose *:nth-last-child(1) {
	margin-bottom: 0;
}
.block_type__offset-1-column .col-1 h2 {
	color: #54d584;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1.8px;
}
.block_type__offset-1-column.flip-orientation__right .col-1 h2 {
	color: #97d554;
}
.block_type__offset-1-column .col-1 p {
	font-weight: 200;
}
.block_type__offset-1-column.block__admin-view .col-2 .element__image {
	padding-top: 60px;
}
.block_type__offset-1-column .col-2 .element__image {
	height: 100%;
}
.block_type__offset-1-column .col-2 .element__image .cropped-image {
	padding: 0;
	height: 100%;
}
.block_type__offset-1-column .col-2 .bizango_image_controls {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}
.block_type__offset-1-column.flip-orientation__right .col-2 {
	right: auto;
	left: 20px;
}
.block_type__offset-1-column .col-2 {
	left: auto;
	right: 20px;
}
.block_type__offset-1-column.flip-orientation__right .col-2 .bizango_image_controls {
	left: 0;
	right: auto;
	float: left;
}
.block_type__offset-1-column.flip-orientation__right .col-2 img {
	float: left;
}
.block_type__offset-1-column .col-2 img {
	float: right;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
	.block_type__offset-1-column .page_frame {
		width: 90%;
		padding: 0;
	}
	.block_type__offset-1-column .col-1 {
		margin-top: 300px;
		padding-top: 15px;
		min-width: 525px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.block_type__offset-1-column .col-1 .child_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.block_type__offset-1-column .col-1 .img-col img {
		margin-bottom: 5px;
	}
	.block_type__offset-1-column.image-type__crop .col-2 {
		width: 75%;
	}
	.block_type__offset-1-column .col-2 {
		right: 30px;
	}
	.block_type__offset-1-column.flip-orientation__right .col-2 {
		left: 30px;
	}
}
@media only screen and (max-width: 750px) {
	.block.block_type__offset-1-column {
		min-height: 0;
	}
	.block_type__offset-1-column .col-1 {
		width: 75%;
		margin-top: 32vw;
		min-width: 300px;
	}
	.block_type__offset-1-column .col-2 {
		height: 75%;
		width: 75%;
	}
	.block.block_type__offset-1-column.image-type__crop .col-2 .cropped-image {
		display: none;
	}
	.block.block_type__offset-1-column.image-type__crop .col-2 img {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.block_type__offset-1-column .col-1 {
		width: 100%;
		padding: 20px 15px;
	}
	.block_type__offset-1-column .col-2 {
		right: -3%;
	}
	.block_type__offset-1-column.flip-orientation__right .col-2 {
		left: -3%;
	}
}
/* ------------PACKAGES COLUMN BLOCKS-------------- */
.block .page_frame--more {
	max-width: 1270px;
}
.row-top--packages {
	margin-bottom: 30px;
}
.row-top--packages .bizango_cms_content *,
.package-col .bizango_cms_content * {
	text-align: center;
}
.row-main--packages {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.row-main--packages .col-1,
.block_type__3-column-package .col-2,
.package-col--multi {
	margin-right: 1.62%;
}
.first-row__1 .package-col {
	margin: 0 auto;
}
.first-row__2 .package-col:nth-child(2) {
	margin-right: auto;
}
.first-row__2 .package-col:nth-child(1) {
	margin-left: auto;
}
.package-col {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 32.1%;
	box-sizing: border-box;
	padding: 60px 60px 30px 60px;
	background-color: #f7f7f7;
}
.icon-img {
	max-height: 80px;
	max-width: 100px;
	margin-bottom: 10px;
}
.package-col .text {
	z-index: 1;
}
.package-col h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 22px;
}
.package-col h2 {
	font-size: 32px;
	margin-bottom: 5px;
}
.package-col h5 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 22px;
}
.package-col p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}
.package-col a {
	color: #54d584;
	font-weight: 500;
}
.package-col a:not(.button--pricing):after {
	font-family: "icons";
	content: "\E801";
	position: relative;
	top: -0.5px;
	font-size: 0.7em;
	margin-left: 5px;
}
.seo-img_container {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	height: 120px;
	width: 100%;
}
/* || PRICING STYLING */
.package-style__pricing .package-col {
	height: max-content;
	margin-top: 50px;
	padding: 40px 40px 10px 40px;
	border: 20px solid #f7f7f7;
	margin-bottom: 10px;
	transition: all ease 700ms;
}
.package-style__pricing .package-col:hover {
	border-color: #ace96e;
}
.package-style__pricing .package-col--main {
	margin-top: 0;
	padding-bottom: 90px;
}
.package-style__pricing .package-col--green {
	background-color: #54d584;
	border-color: #54d584;
}
/* .package-style__pricing .package-col:before, */
.button--pricing {
	/* content:"";
	cursor: pointer;
	position: absolute;
	bottom: 25px;
	left: 50%;
	height: 80px;
	width: 245px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	border-radius: 15px;
	padding: 12px 55px;
	background-color: rgba(0,0,0,0.00);
	/* transform: translateX(-50%); */
	/* opacity: 0; */
	transition: all ease 700ms;
}
.package-style__pricing .package-col:hover .button--pricing {
	background-color: #ace96e;
	transition: all ease 700ms;
}
.package-style__pricing .package-col--green:hover {
	border-color: #f7f7f7;
}
.package-style__pricing .package-col--green:hover .button--pricing {
	background-color: #f7f7f7;
	/* height: 100px;
	bottom: 90px; */
}
.package-style__pricing .package-col--green:hover .button--pricing h2,
.package-style__pricing .package-col--green:hover .button--pricing a {
	color: #54d584;
}
.package-style__pricing .package-col--green .button--pricing h2,
.pacakge__pricing-btn h2 {
	display: inline-block;
	text-align: center;
	font-size: 40px;
	margin-bottom: 10px;
}
.button--pricing p,
.package__pricing-btn p {
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
}
.button--pricing p:after {
	font-family: "icons";
	content: "\E801";
	position: relative;
	top: -0.5px;
	font-size: 0.7em;
	margin-left: 5px;
}
.package-style__pricing .package-col .button--pricing h2,
.package-style__pricing .package-col--green:hover .button--pricing h2,
.package-style__pricing .package-col--green:hover .button--pricing p  {
	color: #273739;
}
.package-style__pricing .package-col:hover .button--pricing h2,
.package-style__pricing .package-col:hover .button--pricing p,
.package-style__pricing .package-col--green .button--pricing h2,
.package-style__pricing .package-col--green .button--pricing p {
	color: white;
}
.package-style__pricing .package-col--green:hover .button--pricing h2,
.package-style__pricing .package-col--green:hover .button--pricing p  {
	color: #273739;
}
/* || SEO STYLING */
.package-style__seo .package-col {
	min-width: 393px;
	padding: 60px 45px 0 45px;
	margin-bottom: 50px;
}
.package-style__seo .package-col h1 {
	margin-bottom: 10px;
}
.package-style__seo .text {
	margin-bottom: 120px;
}
.package-style__seo .seo-img_container {
	display: block;
}
.seo-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* || MULTI STYLING */
.row-top--packages {
	margin-bottom: 55px;
}
.row-main--multi {
	justify-content: flex-start;
	margin-bottom: 10px;
}
.package-col--multi:nth-child(3n),
.package-col--multi:nth-last-child(1) {
	margin-right: 0;
}
.package-col--multi {
	width: 32.18%;
	max-width: 393px;
	/* min-width: 395px; */
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.package-col--multi h1 {
	font-size: 27px;
	line-height: 24px;
	margin-bottom: 10px;
}
.package-col--multi h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
}
.package-col--multi a {
	color: var(--text);
}
.package-col--multi a:after {
	color: var(--cool_green);
}
@media only screen and (max-width: 1024px) {
	.block_type__3-column-package.package-style__pricing .row-main--packages {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.block_type__3-column-package .package-col {
		margin-top: 0;
		margin-right: 0;
		width: 100%;
	}
	.block_type__3-column-package.package-style__pricing .package-col--main {
		padding-bottom: 10px;
	}
	.package-style__pricing .package-col--green:hover::before {
		height: 80px;
		bottom: 25px;
	}
}
@media only screen and (max-width: 1000px) {
	/* || PRICING STYLING */
	.package-style__pricing .package-col:hover:before {
		width: 90%;
	}
	/* || MULTI STYLING */
	.row-top--packages {
		margin-bottom: 55px;
	}
	.row-main--multi {
		margin-bottom: 10px;
	}
	.package-col--multi {
		width: 49%;
		max-width: 900px;
	}
	.package-col--multi:nth-child(2n),
	.package-col--multi:nth-child(3n) {
		margin-right: 0;
	}
	.package-col--multi:nth-child(odd) {
		margin-right: 1.62%;
	}
	.package-col--multi:nth-last-child(1) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 850px) {
	/* || SEO STYLING */
	.package-style__seo .package-col {
		min-width: 0;
		width: 50%;
	}
	.seo-img_container {
		height: 13vw;
	}
}
@media only screen and (max-width: 750px) {
	.row-main--packages {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
		/* || SEO STYLING */
		.package-style__seo .package-col {
			width: 100%;
		}
		.package-style__seo .text {
			margin-bottom: 30vw;
		}
		.seo-img_container {
			height: 27vw;
		}
		/* || MULTI STYLING */
		.package-col--multi {
			width: 100%;
		}
		.package-col--multi:nth-child(odd) {
			margin-right: 0;
		}
}
@media only screen and (max-width: 480px) {
	.package-col,
	.package-style__seo .package-col {
		padding: 30px;
	}
	.package-style__pricing .package-col {
		padding: 10px;
	}
	.row-main--multi,
	.package-style__pricing .package-col,
	.package-style__seo .package-col  {
		margin-bottom: 0;
	}
}
/* ------------FORM BLOCK-------------- */
.block_type__1-column-form .element__form-custom {
	margin-bottom: 15px;
}
.block_type__1-column-form .bizango_content_prose {
	margin-bottom: 50px;
}
.block_type__1-column-form .bizango_content_prose * {
	text-align: center;
}
.block_type__1-column-form h1 {
	margin-bottom: 15px;
}
.block_type__1-column-form h3 {
	font-size: 21px;
	font-weight: 300;
	line-height: 28px;
}
.block_type__1-column-form strong {
	font-weight: 700;
}
.block_type__1-column-form form {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 200px; */
	columns: 2;
	max-width: 675px;
	margin: 0 auto;
}
.block_type__1-column-form .form-break {
	break-after: always;
}
.block_type__1-column-form label {
	display: none;
}
.block_type__1-column-form label.error {
	display: inline-block;
	margin-bottom: 10px;
}
.block_type__1-column-form .form-field {
	max-width: 330px;
	width: 100%;
}
.block_type__1-column-form .form-field:nth-child(-n+4) {
	margin-right: 20px;
}
.block_type__1-column-form input,
.block_type__1-column-form textarea,
.block_type__1-column-form #superform_submit {
	max-width: 330px;
	width: 100%;
	height: 40px;
	font-size: 15px;
	background-color: #f4f4f4;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: none;
	outline: none;
}
.block_type__1-column-form #superform_submit {
	cursor: pointer;
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	background-color: #54d584;
	color: white;
	margin-bottom: 0;
}
.block_type__1-column-form #superform_submit span {
	display: inline-block;
	position: relative;
	left: 0;
	transition: all ease 500ms;
}
.block_type__1-column-form #superform_submit:hover span {
	left: 100%;
	transform: translateX(-100%);
	transition: all ease 500ms;
}
.block_type__1-column-form textarea {
	min-height: 90px;
}
textarea::placeholder,
::placeholder,
textarea:-moz-placeholder,
:-moz-placeholder {
	font-family:'Avenir Next W01';
	color: #273739;
	font-size: 15px;
	font-weight: 200;
	/* line-height: 27px; */
	opacity: 1;
}
::-webkit-input-placeholder {
	font-family:'Avenir Next W01';
	color: #273739;
	font-size: 15px;
	font-weight: 200;
	/* line-height: 27px; */
	opacity: 1;
}
.block_type__1-column-form .help,
#superform_251_recipient {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.block_type__1-column-form form {
		max-height: 900px;
		columns: 1;
	}
	.block_type__1-column-form .form-field:nth-child(-n+4) {
		margin-right: 0;
	}
	.block_type__1-column-form input,
	.block_type__1-column-form textarea,
	.block_type__1-column-form .form-field,
	.block_type__1-column-form #superform_submit {
		max-width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.block_type__1-column-form .element__form-custom {
		margin-bottom: 0;
	}
}
/* ------------TESTIMONIAL BLOCK-------------- */
.text--tac .bizango_cms_content * {
	text-align: center;
}
.block_type__testimonial .bizango_cms_content h3 {
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 22px;
}
.block_type__testimonial .bizango_cms_content *:nth-last-child(2) {
	margin-bottom: 35px;
}
strong {
	font-weight: 700 !important;
}
.text-content .element__text {
	padding: 45px;
	box-sizing: border-box;
}
.text-content--gray .element__text{
	background-color: #f4f4f4;
}
.text-content--round .element__text {
	border-radius: 15px;
}
.two-col-width {
	width: 50%;
}
@media only screen and (max-width: 750px) {
	.block_type__testimonial .all-cols-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.block_type__testimonial .col-1,
	.block_type__testimonial .col-2 {
		width: 100%;
	}
	.block_type__testimonial .col-1 {
		margin-bottom: 20px;
	}
}
/* PANELS BLOCKS STLYING */
.page_frame.page_frame--panels-top {
	max-width: 1400px;
	padding: 0;
}
.block.p0 {
	padding: 0;
}
.bz-img > .bizango_image_controls {
	position: absolute;
	top: 10px;
	left: 10px;
	width: max-content;
}
.block.mod-bg-colors .block__bg-img {
	background-color: rgba(0,0,0,0);
}
.col_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.col_container--nowrap {
	flex-wrap: nowrap;
}
.panels-top-section {
	width: 100%;
	min-height: 315px;
	padding-top: 10px;
}
.cols-panels-txt {
	padding-top: 90px;
	flex-basis: 50%;
	margin-right: 7.7%;
	text-align: right;
	color: white;
}
.cols-panels-txt h2 {
	margin-bottom: 15px;
}
.cols-panels-txt h3 {
	font-size: 21px;
}
.cols-panels-panel {
	flex-basis: 42.27%;
}
.panel-pos {
	top: 40px;
}
.panel {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 50px 30px 50px 45px;
	box-sizing: border-box;
	z-index: 1;
}
.page_frame.page_frame--panels {
	max-width: 9999px;
	margin: 0 50px;
	padding-top: 415px;
	width: calc(100% - 100px);
}
.panels-frame {
	position: absolute;
	left: 0;
	background-color: rgba(11,53,80,0.5);
	z-index: 2;
}
.panels-frame--t {
	top: 0;
	height: 22px;
	width: 21.10%;
}
.panels-frame--t-long {
	top: 0;
	height: 22px;
	width: 44.28%;
}
.panels-frame--l {
	top: 22px;
	height: calc(100% - 44px);
	width: 22px;
}
.panels-frame--b {
	bottom: 0;
	height: 22px;
	width: 20.35%;
}
.panels-frame--b-long {
	bottom: 0;
	height: 22px;
	width: 34.64%;
}
.olay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.olay--panels-top:after {
	background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0) 15%);
}
/* PANELS MULTI */
.page_frame.page_frame--panels-multi {
	max-width: 1405px;
	padding-left: 50px;
	padding-right: 45px;
}
.panels-multi-top-frame {
	position: relative;
	min-height: 635px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.panels-multi-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 92%;
	background-size: cover;
	background-repeat: no-repeat;
}
.panel-ico {
	position: relative;
	width: 39.98%;
	padding: 60px 45px 50px 25px;
	box-sizing: border-box;
	color: white;
}
.panel-ico--dark {
	background-color: #273738;
}
.panel-ico--wgreen {
	background-color: #97d554;
}
.panel-ico--cgreen {
	background-color: #54d584;
}
.panel-ico--tall {
	width: 37.7%;
	margin-right: 20px;
	padding: 85px 70px 20px 40px;
}
.panel-ico--wide {
	margin-top: 80px;
	width: 60.65%;
	padding: 85px 60px;
	margin-bottom: 36px;
}
.panel-ico .bg-img {
	opacity: 15%;
	filter: grayscale(100%);
	mix-blend-mode: luminosity;
}
.panel-ico h2 {
	color: #273738;
	margin-bottom: 20px;
}
.panel-ico p {
	font-size: 17px;
	line-height: 25px;
}
.panel-ico--dark h2 {
	font-size: 27px;
	color: #97d554;
}
.panel-text {
	position: relative;
	padding-left: 70px;
}
.panel-text img {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.panels-multi-btm-frame {
	position: relative;
	margin-top: -60px;
	padding: 0 50px;
	box-sizing: border-box;
	width: 100%;
	min-height: 350px;
}
@media only screen and (max-width: 1200px) {
	.panel-text {
		padding-left: 0;
	}
	.panel-text img {
		top: -50px;
	}
}
@media only screen and (max-width: 1000px) {
	.page_frame.page_frame.page_frame--panels-top,
	.page_frame.page_frame.page_frame--panels-multi {
		width: 100%;
		margin: 0;
	}
	.panels-multi-btm-frame {
		padding-left: 20px;
	}
	.panel-ico--tall {
		padding: 85px 30px 20px 30px;
	}
	.panel-ico--wide {
		padding: 85px 30px 45px 30px;
	}
}
@media only screen and (max-width: 850px) {
	.panel {
		padding: 30px 20px 30px 20px;
	}
	.panels-multi-top-frame {
		justify-content: flex-start;
		align-items: flex-start;
		min-height: 0px;
	}
	.panels-multi-bg {
		width: 100%;
	}
	.panels-multi-top-frame .panel-ico {
		margin: 0 0 0 10px;
		width: 75%;
		margin-bottom: 50px;
	}
	.col_container--nowrap {
		flex-wrap: wrap;
	}
	.panel-ico--tall {
		width: 75%;
		margin-left: auto;
		margin-right: 0;
	}
	.panel-ico--wide {
		margin-top: 20px;
		width: 75%;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 750px) {
	.cols-panels-txt {
		flex-basis: 100%;
		margin-right: 0;
		text-align: left;
		padding-top: 30px;
		padding-left: 10px;
	}
	.cols-panels-panel {
		flex-basis: 60%;
		margin-left: auto;
		min-width: 280px;
	}
}
@media only screen and (max-width: 660px) {
	.page_frame.page_frame--panels {
		margin: 0;
		width: 100%;
		padding-top: 245px;
	}
	.page_frame.page_frame--panels-multi {
		padding: 0;
		width: 100%;
	}
	.panels-multi-top-frame {
		padding: 0 30px 30px 30px;
	}
	.panels-multi-btm-frame {
		padding: 0 30px;
	}
	.panels-multi-top-frame .panel-ico {
		margin-left: 0;
	}
}
@media only screen and (max-width: 480px) {
	.panels-multi-top-frame {
		padding: 0 20px 30px 30px;
	}
	.panels-multi-btm-frame {
		padding: 0 20px 0 30px;
	}
	.panels-multi-top-frame .panel-ico,
	.panel-ico--tall,
	.panel-ico--wide {
		width:100%;
	}
}
/* GIF BLOCK */
.cols-gif {
	position: relative;
	width: 31.81%;
	min-width: 250px;
	margin-left: auto;
}
.gif_frame {
	position: relative;
	width: 100%;
	height: auto;
}
.cols-gif .gif-frame-img {
	position: relative;
	width: 100%;
	height: auto;
	transform: rotate(-7deg) scale(0.926);
	z-index: 2;
}
.cols-gif .bg-img--gif {
	top: 10%;
	left: 20px;
	width: 85%;
	height: 80%;
	transform: rotate(-7deg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;
}
.cols-gif-txt {
	width: 50%;
	margin-left: 90px;
}
.cols-gif-txt p {
	font-size: 18px;
	line-height: 20px;
}
.cols-gif-txt h2 {
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 26px;
}
.cols-gif-txt h5 {
	font-size: 13px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}
.cols-gif-txt h5:before,
.cols-gif-txt h5:after {
	content: "\02014";
	position: relative;
	margin: 0 5px;
}
@media only screen and (max-width: 750px) {
	.cols-gif {
		width: 60%;
		margin: 0 0 30px 0;
	}
	.cols-gif-txt {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.cols-gif-txt {
		margin-left: 0;
	}
}
/* ------------GALLERY SLIDESHOW-------------- */
.gallery-slider .slick-arrow::before {
	display: none !important;
}
.gallery-slider .slick-arrow {
	height: 48px;
	width: 48px;
	background: none;
	background-size: contain;
}
.gallery-slider .slick-next {
	right: calc(-50vw + 580px);
	background-image: url(/images/sites/esl/next.png);
}
.gallery-slider .slick-prev {
	left: calc(-50vw + 580px);
	background-image: url(/images/sites/esl/prev.png);
}
@media only screen and (min-width: 2000px) {
	.gallery-slider .slick-next {
		right: -200px;
	}
	.gallery-slider .slick-prev {
		left: -200px;
	}
}
@media only screen and (max-width: 1230px) {
	.gallery-slider .slick-next {
		right: -10px;
	}
	.gallery-slider .slick-prev {
		left: -10px;
	}
}
@media only screen and (max-width: 1000px) {
	.gallery-slider {
		margin-bottom: 40px;
	}
	.gallery-slider .slick-arrow {
		width: 35px;
		height: 35px;
		top: calc(100% + 19px);
	}
}
/* ------------SPECIAL SLIDER-------------- */
.block-option-container--video-link textarea {
	max-height: 18px;
}
.block_type__special-slider {
	padding: 45px 0;
	max-width: 100%;
	overflow: hidden;
}
.block_type__special-slider .page_frame {
	position: static;
}
.block_type__special-slider video {
	position: absolute;
	top: 0;
	left: 50%;
	/* height: 100%; */
	opacity: 0.3 !important;
	transform: translateX(-50%);
}
.block_type__special-slider .slider-logo,
.block_type__special-slider .element__special-slider {
	position: relative;
	z-index: 1;
}
.block_type__special-slider .slider-logo img {
	max-width: 195px;
	margin: 0 auto 60px auto;
}
.special-slider {
	margin-bottom: 30px;
}
.special-slider .slick-arrow::before,
.special-slider .slick-arrow::after {
	 display: none;
 }
 .special-slider .slick-arrow {
	 display: inline-block;
	 width: 45px;
	 height: 28px;
	 right: -20px;
	 background-color: transparent;
	 background-image: url("../../images/sites/jan/slider-arrow.png");
	 background-size: contain;
	 background-repeat: no-repeat;
 }
 .background-color__white  .special-slider .slick-arrow,
 .background-color__transparent  .special-slider .slick-arrow {
	-webkit-filter: drop-shadow(0px 0px 2px #222222);
	filter: drop-shadow(0px 0px 2px #222222);
 }
 .special-slider .slick-arrow.slick-prev {
	 right: auto;
	 left: -20px;
	transform: scaleX(-1);
 }
.block_type__special-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.special-slider .slide {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 -20px;
	max-height: 512px;
	max-width: 490px;
	background-color: black;
	transform: scale(0.8);
	transform-style: preserve-3d;
	transition: all 500ms ease;
}
.special-slider .slide.tall {
	max-width: 300px;
}
.special-slider .slide.slide-after {
	transform: perspective(300px) rotateY(-5deg) scaleX(0.7) scaleY(0.9);
	transition: all 500ms ease;
}
.special-slider .slide.slide-after-2 {
	transform: perspective(300px) rotateY(-5deg) scaleX(0.6) scaleY(0.8) translateX(-105px);
	transition: all 500ms ease;
}
.special-slider .slide.slide-before {
	transform: perspective(300px) rotateY(5deg) scaleX(0.7) scaleY(0.9);
	transition: all 500ms ease;
}
.special-slider .slide.slide-before-2 {
	transform: perspective(300px) rotateY(5deg) scaleX(0.6) scaleY(0.8) translateX(105px);
	transition: all 500ms ease;
}
.special-slider .slide.slide-after.wide {
	transform: perspective(300px) rotateY(-5deg) scaleX(0.8) translateX(-17px);
	transition: all 500ms ease;
}
.special-slider .slide.slide-after-2.wide {
	transform: perspective(300px) rotateY(-5deg) scaleX(0.7) scaleY(0.9) translateX(-125px);
	transition: all 500ms ease;
}
.special-slider .slide.slide-before.wide {
	transform: perspective(300px) rotateY(5deg) scaleX(0.8) translateX(17px);
	transition: all 500ms ease;
}
.special-slider .slide.slide-before-2.wide {
	transform: perspective(300px) rotateY(5deg) scaleX(0.7) scaleY(0.9) translateX(125px);
	transition: all 500ms ease;
}
.special-slider .slide img {
	max-height: 512px;
	width: auto;
	opacity: 0.6;
	transition: opacity 500ms ease;
}
.special-slider .slide.slick-center img {
	opacity: 1;
	transition: opacity 500ms ease;
}
.special-slider .slide.slick-center {
	transform: none;
	transition: all 500ms ease;
}
@media only screen and (max-width: 480px) {
	.special-slider .slide {
		width: 90vw;
		margin: 0 5vw;
	}
	.special-slider .slick-arrow {
		right: -10px;
	}
	.special-slider .slick-arrow.slick-prev {
		left: -10px;
		transform: translateY(-13px) scaleX(-1)
	}
}
/* ------------FIREFOX SPECIFIC CHANGES-------------- */
@-moz-document url-prefix() {

}
/* ------------CHROME SPECIFIC CHANGES-------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
	div, a {
		-webkit-tap-highlight-color: transparent !important;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (max-width: 850px){

}
/* ------------SAFARI SPECIFIC CHANGES-------------- */
@media not all and (min-resolution:.001dpcm) { 
	@media {
		#footer{
			position: relative;
			clear:both;
			background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(237,239,237,0.8)), to(rgba(255,255,255,0.01)));
			background: -o-linear-gradient(bottom, rgba(237,239,237,0.8) 50%, rgba(255,255,255,0.01));
			background: linear-gradient(to top, rgba(237,239,237,0.8) 50%, rgba(255,255,255,0.01));
		}
	}
}
/* ------------EDGE SPECIFIC CHANGES-------------- */
@supports (-ms-ime-align: auto) {
	html {
		position: relative;
	}
	body {
		position: static;
	}
	table {
		border-style: hidden;
		border-collapse: collapse;
	}
}
/* ------------IE SPECIFIC CHANGES-------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	*::-ms-backdrop,
	.block.block_type__offset-1-column .all-cols-wrap .col-1 {
		opacity: 1 !important;
		visibility: visible !important;
	}
	table {
		border-style: hidden;
		border-collapse: collapse;
	}
}

body{
	background: rgb(239,239,239);
	background: linear-gradient(180deg, rgba(239,239,239,1) 2%, rgba(255,255,255,1) 20%); 

}