/*  
Theme Name: Blue Light Local
Version: v1
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

::selection {
background: transparent;}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
margin:0;
outline:0;
padding:0;
font-size:100%;
background:transparent;
vertical-align:baseline;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;}

html {
overflow: hidden;
height: 100%;}

body {
height: 100%;
overflow: auto;}

html,body {
width: 100%;
color: #282A29;
cursor: default;
font-size: 1.1em;
line-height: 1.55em;
background-color: #ffffff;
font-family: "Nunito",sans-serif;}

.wrapper{
display: block;
max-width: 1380px;
position: relative;
margin: 0 auto 0 auto;}

.alert{
z-index: 99;
display: block;
overflow: hidden;
font-weight: bold;
position: relative;
text-align: center;
padding: 2.25rem 0;
text-decoration: underline;
border-bottom: .125rem solid #ffffff;}

.grid {
display: block;
overflow: hidden;}
	.grid .element {
	float: left;
	width: 100%;
	display: block;}
	.grid .element.four-fifths {
	width: 80%;}
	.grid .element.three-quarters {
	width: 75%;}
	.grid .element.seven-tenths {
	width: 70%;}
	.grid .element.two-thirds {
	width: 66.6666%;}
	.grid .element.three-fifths {
	width: 60%;}
	.grid .element.half {
	width: 50%;}
	.grid .element.two-fifths {
	width: 40%;}
	.grid .element.third {
	width: 33.3333%;}
	.grid .element.quarter {
	width: 25%;}
	.grid .element.fifth {
	width: 20%;}
	.grid .element.tenth {
	width: 10%;}
		.grid .element .content{
		display: block;
		padding: 0 1rem;}

.editable{
display: block;
margin-top: -.5rem;}
	.editable ul,
	.editable ol,
	.editable p{
	margin-top: 1.5rem;}
	.editable a,
	.editable a:visited{
	color: #0094ff;
	text-decoration: none;}
	.editable ul,
	.editable ol{
	list-style-position: inside;}

a.return,
a.return:visited{
float: left;
font-weight: bold;
margin-top: 1.5rem;
border-style: solid;
text-decoration: none;
border-width: .125rem;
padding: .25rem .5rem;}
a.return.local-supplier{
float: right;}

bar{
display: block;
padding: .5rem 0;
font-weight: bold;
text-align: center;}

header{
padding: 0;
z-index: 99;
overflow: hidden;
position: relative;
background-color: #ffffff;
border-bottom: .25rem solid #282A29;
font-family: "Montserrat", sans-serif;}
	header .grid .element .content{
	padding: 1rem 1rem 3.75rem 1rem;}
	header h1 a,
	header h1 a:visited{
	float: left;
	width: 20rem;
	display: block;}
		header h1 a img{
		width: 80%;
		height: auto;
		vertical-align: text-top;}
	header ul{
	float: right;
	overflow: hidden;
	margin-top: .4rem;
	list-style-type: none;}
		header ul li{
		float: left;
		width: auto;
		margin-right: 1.5rem;}
		header ul li:last-child{
		margin: 0;}
			header ul li a,
			header ul li a:visited{
			display: block;
			color: #282A29;
			position: relative;
			text-decoration: none;}
			header ul li.logout a,
			header ul li.logout a:visited{
			color: #ff5757;}
			header ul li.custom a,
			header ul li.custom a:visited{
			padding-right: 1.8rem;}
				header ul li.custom a:after{
				top: 0;
				right: 0;
				content: '';
				width: 1.5rem;
				height: 1.55rem;
				position: absolute;
				display: inline-block;
				background-size: cover;
				background-position: right center;}
				header ul li.custom.dashboard a:after{
				background-image: url(resources/images/icons/dashboard.svg);}
				header ul li.custom.offers a:after{
				background-image: url(resources/images/icons/offers.svg);}
				header ul li.custom.edit a:after{
				background-image: url(resources/images/icons/edit.svg);}
				header ul li.custom.settings a:after{
				background-image: url(resources/images/icons/settings.svg);}
				header ul li.custom.registration a:after{
				background-image: url(resources/images/icons/registration.svg);}
				header ul li.custom.login a:after{
				background-image: url(resources/images/icons/login.svg);}
				header ul li.custom.logout a:after{
				background-image: url(resources/images/icons/logout.svg);}
			header ul li.current-menu-item a{
			text-decoration: underline;}
			header ul li a:hover{
			text-decoration: underline;}
	header #touch{
	float: right;
	display: none;
	width: 2.75rem;
	height: 2.75rem;
	cursor: pointer;
	position: relative;
	background-color: #FFB300;
	border: .125rem solid #282A29;}
		header #touch span{
		left: 50%;
		width: 1.5rem;
		height: .2rem;
		display: block;
		position: absolute;
		margin-left: -.75rem;
		top: calc(50% - .1rem);
		background-color: #282A29;}
		header #touch span:nth-child(1){
		margin-top: -.5rem;}
		header.active #touch span:nth-child(1){
		margin-top: 0rem;
		transform: rotate(45deg);}
		header.active #touch span:nth-child(2){
		opacity: 0;}
		header #touch span:nth-child(3){
		bottom: 50%;
		margin-top: .5rem;}
		header.active #touch span:nth-child(3){
		margin-top: 0rem;
		transform: rotate(-45deg);}

footer.block{
z-index: 99;
color: #ffffff;
position: relative;
background: #160e0c;
font-family: 'Montserrat';}
	footer .social{
	overflow: hidden;
	text-align: right;}
	footer .social a,
	footer .social a:visited{
	padding: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	margin: .25rem;
	overflow: hidden;
	border-radius: 50%;
	text-indent: 999px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #3d94f7;
	background-size: 1.5rem auto;
	background-repeat: no-repeat;
	background-position: center center;}
	footer .social a.facebook{
	background-image: url(resources/images/icons/facebook.png);}
	footer .social a.x{
	background-image: url(resources/images/icons/x.png);}
	footer .social a.instagram{
	background-image: url(resources/images/icons/instagram.png);}
	footer .social a.linkedin{
	background-image: url(resources/images/icons/linkedin.png);}
	footer .social a:hover{
	background-color: #0094ff;}
		footer .social a img{
		width: 100%;}
	footer .apps{
	overflow: hidden;
	text-align: right;
	margin-top: 1.5rem;}
		footer .apps a,
		footer .apps a:visited{
		display: block;
		overflow: hidden;
		margin-top: .5rem;}
		footer .apps img{
		max-width: 12rem;
		height: auto;
		vertical-align: text-top;}
	footer .footer-copy{
	font-size: 1.5rem;
	line-height: 2.25rem;
	box-sizing: border-box;}
		footer .footer-copy p{
		position: relative;
		margin-bottom: 3rem;
		padding-bottom: 3rem;}
		footer .footer-copy p:after{
		left: 0;
		bottom: 0;
		content: '';
		width: 12.5rem;
		display: block;
		height: .25rem;
		position: absolute;
		background-color: #ffffff;}
	footer img.logo{
	max-width: 25rem;
	height: auto;
	margin-bottom: 1.5rem;}

	footer .menus ul{
	margin-top: 1.5rem;
	list-style-type: none;}
		footer .menus ul li{
		margin-top: .25rem;}
			footer .menus ul li a,
			footer .menus ul li a:visited{
			color: #ffffff;
			font-weight: 200;
			text-decoration: none;}
			footer .menus ul li a:hover{
			text-decoration: underline;}

.block{
color: inherit;
display: block;
padding: 4.5rem 0;
text-decoration: none;}
	.block hr{
	border: none;
	height: .25rem;
	box-shadow: none;
	margin-bottom: 1.5rem;
	background-color: #282A29;}
	.block h1,
	.block h2,
	.heading-one,
	.heading-two{
	font-size: 4rem;
	font-weight: 700;
	line-height: 4rem;
	text-transform: lowercase;
	font-family: "Montserrat",serif;}
	.block h3,
	.heading-three{
	font-size: 3rem;
	font-weight: 700;
	line-height: 3rem;
	margin-bottom: 1.5rem;
	text-transform: lowercase;
	font-family: "Montserrat",serif;}
	.heading-three-point{
	font-size: 2.5rem;
	font-weight: 700;
	display: block;
	line-height: 2.5rem;
	margin-bottom: 1.5rem;
	text-transform: lowercase;
	font-family: "Montserrat",serif;}
	h3.gsection_title{
	font-size: 1.1rem;
	margin-bottom: 0;}
	.block h4,
	.heading-four{
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	font-family: "Montserrat",serif;}
	h1 span,
	h2 span,
	h3 span,
	h4 span,
	h5 span,
	h6 span{
	display: inline;
	position: relative;
	color: rgb(35,95,178);}
	h1 span:after,
	h2 span:after,
	h3 span:after,
	h4 span:after,
	h5 span:after,
	h6 span:after{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: '';
	display: block;
	position: absolute;
	background-color: #282A29;}

.block.block-dev{
padding: 1.5rem 0;}
.block-dev .element .content .frame{
display: block;
color: #ffffff;
color: #00FF00;
padding: 1.5rem;
border-radius: .5rem;
background-color: #000000;
border: 1px solid #cccccc;}

.block#error-page{
padding: 0;
text-align: center;
background-size: cover;
background-image: url(resources/images/bg-registration.png);}
	.block#error-page .editable{
	padding: 3rem;
	max-width: 900px;
	background-color: #ffffff;
	margin: 3rem auto 3rem auto;
	box-shadow: 0 0 .5rem 0 rgba(0,0,0,.15);}

.block-fifty-fifty{
padding: 0;}
	.block-fifty-fifty .element.framed .flex{
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	display: -webkit-flex;}
	.block-fifty-fifty:nth-of-type(odd) .element.framed .flex{}
	.block-fifty-fifty:nth-of-type(even) .element.framed .flex{
	flex-direction: row-reverse;}
		.block-fifty-fifty .element.framed .flex .element.column{
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;}
			.block-fifty-fifty:nth-of-type(odd) .element.framed .flex .element:first-child .content{
			padding-right: 3rem;}
			.block-fifty-fifty:nth-of-type(odd) .element.framed .flex .element:last-child .content{
			padding-left: 0;}
			.block-fifty-fifty:nth-of-type(even) .element.framed .flex .element:first-child .content{
			padding-left: 3rem;}
			.block-fifty-fifty:nth-of-type(even) .element.framed .flex .element:last-child .content{
			padding-right: 0;}
		.block-fifty-fifty:nth-of-type(even) .element.framed .flex .element.column:first-child{
		float: right !important;}
			.block-fifty-fifty .element.framed .flex .element.column .box{
			padding: 3rem;
			display: block;
			margin: 3rem 0;
			color: #282A29;
			text-decoration: none;
			border: .25rem solid #282A29;}
				.block-fifty-fifty .element.framed .flex .element.column .box .cta,
				.block-fifty-fifty .element.framed .flex .element.column .box .cta:visited{
				margin: 1.5rem 0 0 0;}
				.block-fifty-fifty .element.framed .flex .element.column .content{
				height: 100%;}
					.block-fifty-fifty .element.framed .flex .element.column .content .empty-box{
					width: 100%;
					height: 100%;
					display: block;
					background-size: cover;
					background-repeat: no-repeat;
					background-position: center center;}

/* Form styling */

.block.block-form{
position: relative;
padding: 0 0 0 15rem;}
	.block.block-form form{
	padding: 1.5rem;
	overflow: hidden;}
	.block.block-form .gform_wrapper{
	z-index: 5;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-color: #ffffff;
	border-top: .125rem solid #ffffff;
	border-left: .125rem solid #ffffff;}
	.block.block-form .gform_wrapper:first-of-type{
	border-top: none;}
	.block.block-form .gform_pre{
	top: 0;
	left: 0;
	z-index: 0;
	content: '';
	width: 15rem;
	height: 100vh;
	position: fixed;
	background-size: cover;
	background-color: #ffffff;
	background-attachement: scroll;
	background-image: url(resources/images/bg-registration.png);}

form{
font-size: 1.1rem;}
	form .gform_heading{}
		form .gform_heading h2.gform_title{
		font-size: 1.25rem !important;}
		form .gform_heading p.gform_description{}
	form .gfield_label{
	text-decoration: underline;}
	form .gfield_description{
	font-size: .9rem;
	line-height: .9rem;
	margin-bottom: .25rem;}
	form ul{
	list-style-type: none;}
		form ul li,
		form .gfield{
		float: left;
		width: 100%;
		overflow: hidden;
		margin-bottom: 1.25rem;}
		form .gfield.hidden{
		display: none;}
		form .gfield.gform_hidden{
		margin-bottom: 0;}
			form .gfield .ginput_complex{
			margin: 0 -.75rem;
			box-sizing: border-box;}
			form .gfield .ginput_complex .gform-grid-col{
			width: 50%;
			float: left;
			padding: 0 .75rem;
			box-sizing: border-box;}
				form .gfield .ginput_complex .gform-grid-col label{
				float: left;
				color: #282A29;
				font-size: .9rem;
				padding: 0 .25rem;
				font-style: italic;
				display: inline-block;
				background-color: #FFB300;}
			form .gfield .ginput_container_select{}

	.validation_error{
	color: red;
	display: block;
	margin: 1.5rem 0 0 1.5rem;
	text-decoration: underline;}
	.gfield_validation_message{
	color: red;
	display: block;
	text-decoration: underline;}

	form .gfield_password_strength{
	color: #ffffff;
	font-style: italic;
	display: inline-block;
	padding: .25rem .5rem;
	background-color: #000000;}
	form .gfield_password_strength.mismatch{
	background-color: #000000;}
	form .gfield_password_strength.short{
	background-color: #f8370e;}
	form .gfield_password_strength.bad{
	background-color: #f88f0e;}
	form .gfield_password_strength.good{
	background-color: #f4d704;}
	form .gfield_password_strength.strong{
	background-color: #6fdf24;}

	form .gfield--type-address{}
		form .gfield--type-address .gform-grid-col:nth-child(n+3){
		margin-top: .5rem;}

	form input,
	form textarea,
	form select{
	margin: 0;
	width: 100%;
	float: left;
	outline: none;
	display: inline;
	padding: .75rem;
	overflow: hidden;
	border-radius: 0;
	font-size: inherit;
	font-family: inherit;
	line-height: 1.75rem;
	box-sizing: border-box;
	border: .125rem solid #282A29;}
	form select{}
	form .column-2 input{
	width: calc(50% - .25rem);}
	form .column-2 input:last-child{
	float: right;}
	form input[type=submit]{
	width: auto;
	color: #282A29;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	padding: .75rem 1.5rem;
	text-transform: uppercase;
	background-color: #FFB300;
	font-family: "Montserrat", sans-serif;
	border: .125rem solid #282A29;}
	form input[type=submit]:hover{
	text-decoration: underline;
	box-shadow: 0 0 0 .25rem rgba(255,255,255,1);}
	form input[type=text]:read-only,
	form input[type=email]:read-only{
	color: #aaaaaa;
	cursor: default;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-image: url(resources/images/icons/lock.svg);}

	form .gfield_checkbox{
	margin: -.5rem;
	overflow: hidden;}
		form .gfield_checkbox .gchoice{
		background-color: #cccccc;
		float: left;
		margin: .5rem;
		position: relative;
		width: calc(16.6666% - 1rem);}
			form .gfield_checkbox .gchoice input{
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			opacity: 0;
			display: block;
			cursor: pointer;
			position: absolute;}
			form .gfield_checkbox .gchoice label{
			display: block;
			padding: .5rem;
			cursor: pointer;
			font-size: .9rem;
			background-color: #ffffff;
			border: .125rem solid #cccccc;}
			form .gfield_checkbox .gchoice input:checked + label{
			border-color: #282A29;
			background-color: #f6f2e7;}

	.ginput_container_consent{
	display: block;
	position: relative;}
		.ginput_container_consent label{
		margin: 0;
		padding: 0;
		display: block;
		background-repeat: no-repeat;
		background-color: transparent;
		border: .125rem solid #282A29;
		padding: .75rem .75rem .75rem 2.75rem;
		background-position: left .75rem center;
		background-image: url(resources/images/icons/check.svg);}
		.ginput_container_consent input:checked + label{
		background-color: rgba(255,255,255,.5);
		background-image: url(resources/images/icons/check-checked.svg);}
		.ginput_container_consent input{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		display: block;
		cursor: pointer;
		position: absolute;}

	form .gfield_visibility_hidden{
	display: none !important;}
	form .ginput_container_radio{
	overflow: hidden;}
		form .ginput_container_radio .gchoice{
		float: left;
		display: block;
		overflow: hidden;
		position: relative;
		margin: .5rem 0 0 .5rem;}
		form .ginput_container_radio .gchoice:first-of-type{
		margin-left: 0;}
			form .ginput_container_radio .gchoice input{
			top: 0;
			left: 0;
			opacity: 0;
			width: 100%;
			height: 100%;
			display: block;
			cursor: pointer;
			position: absolute;}
			form .ginput_container_radio .gchoice label{
			display: block;
			cursor: pointer;
			padding: .25rem .75rem;
			border: .125rem solid #282A29;}
			form .ginput_container_radio .gchoice input:checked ~ label{
			background-color: #ffffff;}
	form.registration .gsection_description{
	display: block;
	max-width: 1000px;
	padding-bottom: 1.5rem;
	border-bottom: .25rem solid #282A29;}

/* Blocks */

/* Explainer block */

.block-explainer{
padding-bottom: 1.5rem;}
.block-explainer .framed{
z-index: 1;
position: relative;}
.block-explainer .framed .flex{
flex-wrap: wrap;
width: 100%;
display: flex;
display: -webkit-flex;
margin: 1.5rem auto 0 auto;}
.block-explainer .framed .column{
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
margin: 0 1rem;}
.block-explainer.highlight h3{
padding-top: 3rem;}
.block-explainer.highlight .third h3,
.block-explainer.highlight .half{
margin-left: 4.5rem;}
.block-explainer.highlight .half p{
padding-bottom: 3rem;}
.block-explainer.highlight img{
margin-right: 3rem;
width: 30% !important;}
.block-explainer .framed .element .content{
height: 100%;}
	.block-explainer .framed .frame{
	height: 100%;
	display: block;
	color: inherit;
	padding: 1.5rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	background-color: #ffffff;
	border: .25rem solid #282A29;}
	.block-explainer .framed a.frame{
	padding-bottom: 3rem;}
		.block-explainer .above-copy{
		z-index: 1;
		position: relative;}
		.block-explainer .framed .frame .link{
		float: right;
		right: -.25rem;
		bottom: -.25rem;
		cursor: pointer;
		font-weight: bold;
		position: absolute;
		padding: .25rem .5rem;
		background-color: #FFB300;
		border: .125rem solid #282A29;}
		.block-explainer .framed .frame:hover .link{
		text-decoration: underline;}

/* List block */

.block-list{}
	.block-list .grid .element.third,
	.block-list .grid .element.half{
	margin-left: 4.5rem;}
	.block-list ul{
	padding: 1rem;
	overflow: hidden;
	margin-top: 1.5rem;
	list-style-type: none;
	background-color: #f6f2e6;
	border: .25rem solid #282A29;}
		.block-list ul li{
		float: left;
		width: 33.3333%;
		font-weight: bold;
		position: relative;
		padding: .25rem .5rem .25rem 1.25rem;
		box-sizing: border-box;}
		.block-list ul li:before{
		top: 0;
		left: -.5rem;
		content: '';
		width: 2rem;
		height: 2rem;
		display: block;
		position: absolute;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left center;
		background-image: url(resources/images/icons/arrow-right.svg);}

/* Form block */

.block-form_wrapper{
padding: 0;}
	.block-form_wrapper .grid .element.half{
	float: right;
	margin-right: 6rem;}
		.block-form_wrapper .grid .element.two-fifths h3{
		padding-top: 3rem;}
		.block-form_wrapper .grid .element.two-fifths p{}
		.block-form_wrapper .grid .element.two-fifths p:last-of-type{
		margin-bottom: 3rem;}
		.block-form_wrapper img{
		top: 0;
		left: 6rem;
		position: absolute;
		width: 30% !important;}
	.block-form_wrapper .gform_wrapper{
	z-index: 99;
	padding: 3rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 3rem;
	background-color: #f6f2e6;
	border: .25rem solid #282A29;}
		.block-form_wrapper .gform_heading{
		display: block;
		overflow: hidden;
		text-align: center;
		margin-bottom: 3rem;}
			.block-form_wrapper .gform_heading .gform_description{
			padding: 0 6rem;
			font-weight: bold;
			display: inline-block;}
		.block-form_wrapper .gform_wrapper .gform-body{}
		.block-form_wrapper .gform_wrapper .gform-footer{
		text-align: center;
		margin-top: -1.5rem;}
		.block-form_wrapper .gform_wrapper label{
		display: none;}
		.block-form_wrapper .gform_wrapper .ginput_container_consent label{
		display: block;}
		.block-form_wrapper .gform_wrapper .gfield--width-half{
		width: 50%;
		float: left;
		overflow: hidden;}
		.block-form_wrapper .gform_wrapper .gfield--width-half input{
		width: calc(100% - .75rem);}
		.block-form_wrapper .gform_wrapper .gfield--width-half:nth-child(even) input{
		float: right;}
		.block-form_wrapper .gform_wrapper input[type=submit]{
		float: none;}

/* Video block */

.block-video .frame{ 
position: relative; 
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: auto;}
	.block-video .frame iframe,
	.block-video .frame object,
	.block-video .frame embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

/* CTA bar block */

.block.block-cta-bar{
padding: 0;}
	.block.block-cta-bar a,
	.block.block-cta-bar a:visited{
	color: #282A29;
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	text-decoration: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border: .25rem solid #282A29;}
		.block.block-cta-bar a span{
		margin: 0;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1 1 0;
		padding: 1.5rem 0;}
		.block.block-cta-bar a span:first-child{
		width: auto;
		flex: 4 4 0;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: right 1.5rem center;
		background-image: url(resources/images/element-cta-chevrons.png);}
		.block.block-cta-bar a span:last-child{
		font-weight: bold;
		text-align: center;
		background-color: #FFB300;
		font-family: "Montserrat", sans-serif;
		border-left: .25rem solid #282A29;}
		.block.block-cta-bar a:hover span:last-child{
		text-decoration: underline;}

/* CTA block */

.block-cta-block{
padding: 12rem 0;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;}
	.block-cta-block .frame{
	display: block;
	background-color: #ffffff;
	border: .25rem solid #282A29;
	padding: 1.5rem 1.5rem .25rem 1.5rem;}
	.block-cta-block .cta{
	margin-top: -1.5rem;}

/* Hero block */

.block-hero{
padding: 0;
margin: 0 auto;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center center;}
	.block-hero a,
	.block-hero a:visited{
	display: block;
	color: inherit;
	overflow: hidden;
	text-decoration: none;}

/* Global elements */

img.element-feature{
top: -1rem;
right: 3rem;
position: absolute;
height: auto !important;}

.cta-block,
a.cta-block,
a.cta-block:visited{
display: block;
color: #282A29;
padding: .75rem;
overflow: hidden;
position: relative;
margin-top: 1.5rem;
text-decoration: none;
box-sizing: border-box;
background-color: #ffffff;
border: .125rem solid #282A29;}
.cta-block.success{
border-color: #68b631;
background-color: rgba(104,182,49,.05);}
	a.cta-block .copy{
	display: inline-block;}
	a.cta-block .link{
	float: right;
	cursor: pointer;
	font-weight: bold;
	padding: .25rem .5rem;
	background-color: #FFB300;
	border: .125rem solid #282A29;}
	a.cta-block:hover .link{
	text-decoration: underline;}

.bg-yellow{
background-color: #F6F2E6 !important;}
.bg-purple{
background-color: #F9EEFF !important;}
.bg-blue{
background-color: #E8FAFA !important;}
.bg-pink{
background-color: #faf5fd !important;}
.bg-white{
background-color: #ffffff !important;}

.padding-default{
padding: 6rem 0 !important;}
.padding-additional{
padding: 9rem 0 !important;}
.padding-maximum{
padding: 12rem 0 !important;}

.padding-top-additional{
padding-top: 4.5rem !important;}
.padding-top-maximum{
padding-top: 6rem !important;}

.padding-bottom-additional{
padding-bottom: 4.5rem !important;}
.padding-bottom-maximum{
padding-bottom: 6rem !important;}

.cta,
.cta:visited{
color: #282A29;
margin-top: 1.5rem;
margin-bottom: .5rem;
display: inline-block;
text-decoration: none;
padding: .75rem 1.5rem;
text-transform: uppercase;
background-color: #FFB300;
font-family: "Montserrat", sans-serif;
border: .125rem solid #282A29;}
.cta:hover{
text-decoration: underline;
box-shadow: 0 0 0 .25rem rgba(255,255,255,1);}

.ease{
-webkit-transition: 350ms ease-in-out;
-moz-transition: 350ms ease-in-out;
-o-transition: 350ms ease-in-out;
-ms-transition: 350ms ease-in-out;
transition: 350ms ease-in-out;}

img{
max-width: 100%;
vertical-align: text-top;}

.pulse{
	animation: scale_pulse 2s infinite;}
	@-webkit-keyframes scale_pulse {
		0% {background-size: auto 2.05rem;}
		50% {background-size: auto 1.95rem;}
		100% {background-size: auto 2.05rem;}
	}
	@keyframes scale_pulse {
		0% {background-size: auto 2.05rem;}
		50% {background-size: auto 1.95rem;}
		100% {background-size: auto 2.05rem;}
	}

@media screen and (max-width:1049px){

.block{
padding: 3rem 0;}
	.block hr{
	display: none;}

.block-hero .grid .element.three-fifths,
.block .grid .element.two-thirds,
.block-cta-block .grid .element.three-fifths,
footer.block .element.third{
width: 100%;}

footer.block .element.third{
margin-top: 3rem;}
footer.block .element.third:first-child{
margin: 0;}

img.element-feature{
top: auto;
right: auto;
width: 33%;
position: relative;
margin: 1rem 0 -2rem 33%;}

html,body {
font-size: 1rem;
line-height: 1.5rem;}

.block h1{
font-size: 2.5rem;
line-height: 2.5rem;}
.block h2{
font-size: 1.5rem;
line-height: 1.5rem;}

.block-fifty-fifty{
padding: 1rem;}
.block-fifty-fifty .element.framed .flex .element.column .box{
margin: 0;}
.block-fifty-fifty:nth-of-type(odd) .element.framed .flex .element:first-child .content,
.block-fifty-fifty:nth-of-type(odd) .element.framed .flex .element:last-child .content,
.block-fifty-fifty:nth-of-type(even) .element.framed .flex .element:first-child .content,
.block-fifty-fifty:nth-of-type(even) .element.framed .flex .element:last-child .content{
padding: 0;}
.block-fifty-fifty .element.framed .flex .element.column{
flex: 1 1 100%;}

.block-explainer{
padding: 1.5rem 0 0 0;}
.block-explainer .grid .element.third.third-title,
.block-explainer .grid .element.half,
.block-explainer .grid{
width: 100%;}
.block-explainer.block-two-thirds .grid .element.third{
display: none;}
.block-explainer.highlight .half p{
padding-bottom: 0;}
	.block-explainer.highlight .third h3,
	.block-explainer.highlight .half{
	margin-left: 0;}
	.block-explainer.highlight img{
	display: none;}
.block-explainer .grid .element.third{
flex: 1 1 100%;
margin-top: 1rem;}
.block-explainer .grid .element.third:first-child{
margin-top: 0;}
.block-explainer .framed .frame{
padding: 1rem;}
.block-explainer .framed .frame .link{
width: 100%;
right: auto;
left: -.25rem;
padding: .5rem 1rem;}

.block-list .grid .element.third.third-title,
.block-list .grid .element.half,
.block-list .grid{
margin: 0;
width: 100%;}
	.block-list.highlight .third h3,
	.block-list.highlight .half{
	margin-left: 0;}
	.block-list ul li{
	width: 50%;}

.block-cta-bar{
margin-top: 1rem;}
.block.block-cta-bar a span:first-child{
flex: 1 0 0;
background-size: 100% auto !important;}

.block.block-hero{
padding: 0 !important;
margin-bottom: -1.5rem;}
	.block.block-hero a{
	padding: 10rem 0 !important;}

.block-fifty-fifty .element.framed .flex .element.column .box{
padding: 2rem;}

.block.block-form{
padding: 0 0 0 2rem;}
	.block.block-form .gform_pre{
	width: 2rem;}

.block.block-form_wrapper{
padding: 0;}
	.block-form_wrapper .grid .element.half{
	margin: 0;
	width: 100%;}
	.block.block-form_wrapper img{
	display: none;}
	.block.block-form_wrapper br{
	display: none;}
	.block.block-form_wrapper .gform_wrapper{
	margin-top: 1.5rem;}

}

@media screen and (max-width:849px){

header.active{
overflow: visible;}

header div{
display: none;}
header.active div{
left: 0;
top: 5rem;
width: 100%;
display: block;
position: absolute;
box-sizing: border-box;}
	header div ul{
	margin: 0;
	width: 100%;
	float: none;
	background-color: #ffffff;}
		header div ul li{
		margin: 0;
		float: none;
		width: 100%;
		border-bottom: .125rem solid #282A29;}
			header div ul li a,
			header div ul li a:visited{
			padding: 1rem 0 .75rem 0;
			text-indent: 1rem;}
			header div ul li.custom a:after{
			top: 50%;
			right: 1rem;
			margin-top: -.75rem;}
header.active div,
header #touch{
display: block;}

header h1 a,
header h1 a:visited{
width: 12.5rem;
height: 2.75rem;
position: relative;}
	header h1 a img{
	top: 50%;
	position: absolute;
	transform: translateY(calc(-50% + .25rem));}
header ul li{
float: left;
width: auto;
margin-right: 1.5rem;}

footer.block .element.half{
width: 100%;}
	footer.block .element.half .social,
	footer.block .element.half .apps{
	text-align: left;}
	footer.block .element.half .apps{
	margin-bottom: 3rem;}
footer img.logo{
max-width: 90%;}

.block-list{}
	.block-list ul li{
	width: 100%;}

.block-hero{
padding: 0 !important;
background: #ffffff !important;}
	.block-hero .grid .element.half{
	width: 100%;}
	.block.block-hero a,
	.block.block-hero a:visited{
	padding: 1.5rem 0 0 0 !important;}
		.block-hero a h1{
		color: #282A29;}

.block-fifty-fifty .element.framed .flex .element.column .box{
padding: 1rem;}

.block.block-form{
padding: 0 0 0 1rem;}
	.block.block-form .gform_pre{
	width: 1rem;}

.block-form_wrapper .gform_wrapper{
padding: 1.5rem;}
	.block-form_wrapper .gform_heading .gform_description{
	padding: 0;}
	.block-form_wrapper .gform_wrapper .gfield--width-half{
	width: 100%;}
		.block-form_wrapper .gform_wrapper .gfield--width-half input{
		width: 100%;}

.block h1,
.block h2,
.heading-one,
.heading-two{
font-size: 2rem;
line-height: 2rem;}
.block h3,
.heading-three,
.heading-three-point{
margin-bottom: 0;
font-size: 1.75rem;
line-height: 1.75rem;}
.heading-three-point{
margin-bottom: .5rem;}
h3.gsection_title{
font-size: 1.1rem;}
.block h4,
.heading-four{
font-size: 1.4rem;
line-height: 1.5rem;
margin-bottom: 1rem;}

}