@charset "utf-8";
/* CSS Document */


/* Preloader */
body {
	overflow: hidden;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	z-index: 500000;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	top: 50%;
}
.loader {
	margin: -40px auto 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 2em solid rgba(0, 0, 0, 1);
	border-right: 2em solid rgba(253, 188, 17, 1);
	border-bottom: 2em solid rgba(211, 61, 149, 1);
	border-left: 2em solid rgba(71, 185, 128, 1);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: spinner 1.1s infinite linear;
	animation: spinner 1.1s infinite linear;
}
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);color:
	}
}







/* ----------------------------------------------------------------
	General
-----------------------------------------------------------------*/

html, body {
    position: relative;
	width: 100%;
    height: 100%;
}

body {
	position: relative;
    background: #fff;
    margin: 0;
    padding: 0;
	background-color: #fff;
}





/* ----------------------------------------------------------------
	Colors
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

/*
	Neutraface2Text-Book
	Neutraface2Text-Demi
	Neutraface2Text-Bold
*/

body {
	font-family: 'Neutraface2Text-Book', sans-serif;
	text-rendering: optimizeLegibility;
    font-size: 12px;
	font-weight: normal;
	font-style: normal;
    color: #231f20;
}


a:link,
a:active,
a:visited,
a:focus
{
	color: #ed1c24;
}

a:hover {
	text-decoration: none;
	color: #a8c8f2;
}

p {}












/* ----------------------------------------------------------------
	HEADER
-----------------------------------------------------------------*/

.header {
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 100;
	
	width:100%;
	height:auto;
	
	background-color:rgba(255,0,4,0);
}

.header-malibu {
	display:block;
	margin:3em 0;
}

.header-express2 {
	display:block;
	margin:2em 0;
}






/* ----------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------*/





/* ----------------------------------------------------------------
	CONTENT
-----------------------------------------------------------------*/

.hero {
	position: relative;
	background-image:url("../img/subway.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto 60%;
	overflow: hidden;
}

.lolli__wrapper {
	position: absolute;
}

.lolli__wrapper.lolli-1-loc {
	left: 10%;
	bottom: -10%;
}

.lolli__wrapper.lolli-2-loc {
	left: 15%;
	bottom: 10%;
}

.lolli__wrapper.lolli-3-loc {
	right: 15%;
	bottom: -30%;
}

.lolli-1 {
	width:110px;
	height:600px;
	background-color: rgba(141,198,63,0.8);
	
	transform: rotate(20deg);
}

.lolli-1 span {
	display: block;
	color:#fff;
	font-size: 1.15em;
	font-weight: 500;
	padding:10px;
}

.lolli-2 {
	width:70px;
	height:480px;
	background-color: rgba(254,189,17,0.8);
	transform: rotate(-10deg);
}

.lolli-3 {
	width:100px;
	height:600px;
	background-color: rgba(241,125,176,0.8);
	transform: rotate(-30deg);
}

.lolli-copy {
	position: absolute;
	right: 15px;
	top:50%;
	font-size: 1em;
	width:40%;
	line-height: 1.25;
}

.dot-grid {
	background-image:url("../img/dot-grid.svg");
	background-repeat: no-repeat;
	background-position: top 10% left 10%;
	background-size: 150px auto;
	overflow: hidden;
}

.dot-grid-alt {
	background-image:url("../img/dot-grid.svg");
	background-repeat: no-repeat;
	background-position: top 10% right;
	background-size: 100px auto;
}



.thankyou-copy {
	font-size: 1.25em;
	color:#fff;
	text-align: center;
	background-color:rgba(141,198,63,0.9);
	padding:3em 1.5em;
}



@media (min-width: 576px) {
	.lolli-copy {
		position: absolute;
		top:auto;
		left: 25%;
		right: auto;
		bottom:15%;
		font-size: 1.25em;
	}	
	.lolli-copy {max-width:30%;}	
}


@media (min-width: 768px) {
	
	.lolli-copy {max-width:20%;}
	.dot-grid {
		background-position: top 10% left 25%;
		background-size: auto 30%;
	}
	.dot-grid-alt {
		background-position: bottom 10% right;
		background-size: 150px auto;
	}	
	.thankyou-copy {
		font-size: 1.25em;
		color:#fff;
		text-align: center;
		background-color:rgba(141,198,63,0.9);
		padding:3em 1.5em;
		margin-right:50px;
	}	
	
}


@media (min-width: 992px) {}


@media (min-width: 1200px) {}



















/* ----------------------------------------------------------------
  Registration Form
-----------------------------------------------------------------*/

.reg-map {width:80%;}

.reg__form {
	width: 100%;
	float: none;
	color:#565759;
}
.form-row,
.form-row-alt {
	position: relative;
	width: 100%;
	margin: 0;
	margin-bottom: 12px;
	background-color: rgba(0,0,0,0);
}	
.form-row {
	display: table;
	table-layout: auto;
}

.form-row:after,
.form-row-alt:after {
	clear: both;
	content: "";
	display: block;
}
.reg__form h1 {
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: 0.125em;
	margin:0 0 1em 0;
	padding:0.25em 0;
	text-align: center;
	background-color: #565656;
	color:#fff !important;
}

@media (min-width: 768px) {
	.reg__form h1 {
		font-size: 2.5rem;
	}
}

.reg-copy {font-size: 10px;}

.reg__form label {
	display: table-cell;
	color:#414042;
	margin:0;
	padding: 0;
	height:25px;
	line-height: 25px;
	background-color:rgba(255,0,4,0);
}

.reg__form .form-row input {
	display: table-cell;
	font-weight: 400;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: transparent;
	border: none;
	padding: 0 5px;
	border-bottom: 1px solid #000;
}

.reg__form .form-row select {
	display: table-cell;
	font-weight: 400;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: transparent;
	border: none;
	padding: 0 5px;
	border-bottom: 1px solid #000;
}

.reg__form textarea {
	font-weight: 400;
	width: 100%;
	background-color: #fff;
	border: none;
}


.reg__form label.label-sm {width: 60px;}
.reg__form label.label-md {width: 100px;}
.reg__form label.label-lg {width: 150px;}
.reg__form label.label-xl {width: 200px;}



h1 + form {border-top: 1px solid #000; padding-top: 3px;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
}

.reg__form p.legal {font-size:.9em !important; line-height:1.1;}

@media (min-width: 768px) {
	.reg__form p.legal:first-child {margin-top:2em;}
}

.reg__form .opt_in_legal {font-size:10px !important; line-height:13px; font-style:italic !important;}

input#opt_in {width: auto;}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 10px;
	line-height: normal !important;
	text-transform: none;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
	border: 1px solid #8dc63f;
  background: #fff;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}
.control input:checked ~ .control__indicator {
  background: #8dc63f;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #8dc63f;
}
.control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  border: solid #fff;
  border-width: 0;
  /* transform: rotate(45deg); */
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #fff;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}




/*** YES/NO Radios ***/
.btn-radios {
	list-style-type: none;
	margin: 0.5em 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.btn-radios li {
	float:left;
	margin:0;
	width:auto;
	height:25px;
	position:relative;
}
.btn-radios li:nth-child(1) {
	margin-right:2em;
}
.btn-radios label, 
.btn-radios input {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor:pointer;
}
.btn-radios label {
	display:inline-block;
	position:relative;
	cursor:pointer;
}
.btn-radios input {
	background: rgba(255,255,255,1);
}
.btn-radios input[type="radio"] {
	opacity:0.011;
	background: rgba(255,255,255,0);
	z-index:100;
}
.btn-radios input[type="radio"]:checked ~ label.btn-reg-radio,
.btn-radios input[type="radio"]:hover ~ label.btn-reg-radio {
	background:#74bf92 !important;
}
.btn-radios label {
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	color: #000;
	background:#fff;
	cursor:pointer;
	margin: 0;
	padding:0 2em;
	border: 1px solid #414042;
	z-index:90;
}
.btn-radios label:hover {
	background:#aaaaaa;
}




.hidden-input {
	display: none;
	margin-top: 0;
}	

.opt_in-mb {margin-bottom:125px;}


label.error,
div.error {
	color: #f00;
	font-weight: 500;
	font-size: .75em;
	text-transform: uppercase;
	padding:0;
	z-index: 91;
}
.btn-radios div.error {
	font-size: .65em;
	line-height: 15px;
    text-align: left;
	text-transform: uppercase;
	background-color: transparent !important;
	margin-top: 0;
	margin-bottom: 0;
	height: 25px;
	padding: 0 ;
	z-index: 91;
	pointer-events: none;
	display: block;
    position: absolute;
    top: 30px;
    left:0;
    right:0;
    bottom:0;
}
.cta-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    right:0;
    left:0;
    bottom: 0;
    text-align: center;
    padding: 0;
    background:rgba(255,0,4,0);
}
.cta {
    padding-left: 45px;
    padding-right: 45px;
}		




@media (min-width: 576px) {}


@media (min-width: 768px) {
	.opt_in-mb {margin-bottom:0;}
}


@media (min-width: 992px) {}


@media (min-width: 1200px) {}









/* ----------------------------------------------------------------
	Animated Register/Submit Buttons
-----------------------------------------------------------------*/
.reg__form input.btn-submitform[type=submit] {
    position: relative;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    width: 100%;
    height: auto;
    margin: 1em 0;
    padding: .5em 3em; 
    cursor:pointer;
    background-color: rgba(254,189,17,.8);
}
.reg__form input.btn-submitform:hover[type=submit] {
    background-color: rgba(254,189,17,1);
    color:#fff;
}

@media (min-width: 768px) {
	.reg__form input.btn-submitform[type=submit] {
		border-radius: 50%;
		width: 180px;
		height: 180px;
		margin: 0 10px;
		padding: 0; 
		cursor:pointer;
		background-color: transparent;
		transition: opacity 0.5s ease;
		opacity:0;		
	}
	.reg__form input.btn-submitform:hover[type=submit] {
		background-color: transparent;
	}
}


.btn-submit-adj {position:relative !important;}


.animbtn__wrapper {
	display: block;
	position: absolute;
	bottom: 60%;
	right: 15px;
}

.animbtn__wrapper-alt {
	display: block;
	position: relative;
}
@media (min-width: 768px) {
	.animbtn__wrapper {
		bottom: 30%;
		right: 5%;
	}	
	.animbtn__wrapper-alt {
		display: block;
		position: absolute;
		top: -200px;
	}

	.animbtn__wrapper-alt:hover .btn-submit-wrapper>.shape {
		background-color: rgba(254,189,17,1);
	}	
}

.animbtn__wrapper:hover .shape {
	background-color:rgba(255,0,102,1);
}



.btn-register-wrapper,
.btn-submit-wrapper {
    position:relative;
    background-color: transparent;
    border:0px solid #ccc;
    width:100px;
    height:90px;
	margin:0 auto;
}	

.btn-submit-wrapper {
    width:100%;
	height: auto;
}

.btn-register	 {
    position: absolute;
    width:100%;
    height:100%;

    z-index: 100;

    line-height: 90px;
}

.btn-submit	 {
    position: relative;
    width:100%;
    height:100%;

    z-index: 100;

    line-height:normal;
}

.btn-register span,
.btn-submit input {
	width: 100%;
	color:#fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.fadeText {
	animation-duration: 0.5s;
	animation-delay: 2.75s;
	animation-name: fadeText;
	animation-iteration-count: 1;
	animation-timing-function: linear;
 	animation-fill-mode: forwards;
}
	
@keyframes fadeText {
	0%		{opacity: 0;}
	100%	{opacity: 1;}
}	

.shape {
	position: absolute;
	background-color:rgba(255,0,102,0.5);
	display: block;
	margin: 0;
	transition: background-color 0.5s ease;
	opacity:0;
}

.btn-submit-wrapper .shape {
	display: none;
	background-color: rgba(254,189,17,.8);
	transition: background-color 0.5s ease;
}

.right,
.left {
	height: 90px;
	width: 45px;
}
.right {
	border-bottom-right-radius: 90px;
	border-top-right-radius: 90px;
}

.left {
	border-bottom-left-radius: 90px;
	border-top-left-radius: 90px;
}


.slideleft {
	animation-duration: .5s;
	animation-delay: 2s;
	animation-name: slideleft;
	animation-iteration-count: 1;
	animation-timing-function: linear;
 	animation-fill-mode: forwards;
	position: absolute;
	left:55px;
}	

.slideright {
	right:55px;
	animation-duration: .5s;
	animation-delay: 2s;
	animation-name: slideright;
	animation-iteration-count: 1;
	animation-timing-function: linear;
 	animation-fill-mode: forwards;
	position: absolute;
}

#btn-submit-right {right: 80px;}
#btn-submit-left {left: 55px;}


@-webkit-keyframes slideleft {
	0%		{left: 55px; opacity:0;}
	100%	{left: 5px; opacity:1;}
}
	
@-webkit-keyframes slideright {
	0%		{right: 55px; opacity:0;}
	100%	{right: 5px; opacity:1;}
}



@media (min-width: 768px) {
	.btn-register-wrapper {
		width:200px;
		height:180px;
	}	
	.btn-register {line-height: 180px;}	
	.btn-register span {font-size: 18px;}	
	/*
	.btn-register span,
	.btn-submit input {opacity:0;}
	*/
	.btn-submit-wrapper {display:inline-block; width:200px;}
	.animbtn__wrapper-alt .shape {display:block;}
	.btn-submit	 {position: absolute; line-height: 180px;}
	.fadeText-alt {
		animation-duration: 0.5s;
		animation-delay: 2.25s;
		animation-name: fadeText-alt;
		animation-iteration-count: 1;
		animation-timing-function: linear;
		animation-fill-mode: forwards;
	}

	@keyframes fadeText-alt {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
	}	
	
	.right,
	.left {
		height: 180px;
		width: 90px;
	}
	.right {
		border-bottom-right-radius: 180px;
		border-top-right-radius: 180px;
	}

	.left {
		border-bottom-left-radius: 180px;
		border-top-left-radius: 180px;
	}
	.slideleft {
		animation-duration: .5s;
		animation-delay: 3s;
		animation-name: slideleft;
		animation-iteration-count: 1;
		animation-timing-function: linear;
		animation-fill-mode: forwards;
		position: absolute;
		left:110px;
	}	

	.slideright {
		right:110px;
		animation-duration: .5s;
		animation-delay: 3s;
		animation-name: slideright;
		animation-iteration-count: 1;
		animation-timing-function: linear;
		animation-fill-mode: forwards;
		position: absolute;
	}

	.slideleft-alt {
		animation-duration: .5s;
		animation-delay: 1.5s;
		animation-name: slideleft;
		animation-iteration-count: 1;
		animation-timing-function: linear;
		animation-fill-mode: forwards;
		position: absolute;
		left:110px;
	}	

	.slideright-alt {
		right:110px;
		animation-duration: .5s;
		animation-delay: 1.5s;
		animation-name: slideright;
		animation-iteration-count: 1;
		animation-timing-function: linear;
		animation-fill-mode: forwards;
		position: absolute;
	}	
	
	#btn-submit-right {right: 110px;}
	#btn-submit-left {left: 110px;}
	@-webkit-keyframes slideleft {
		0%		{left: 110px; opacity:0;}
		100%	{left: 10px; opacity:1;}
	}

	@-webkit-keyframes slideright {
		0%		{right: 110px; opacity:0;}
		100%	{right: 10px; opacity:1;}
	}
	@-webkit-keyframes slideleft-alt {
		0%		{left: 110px; opacity:0;}
		100%	{left: 10px; opacity:1;}
	}

	@-webkit-keyframes slideright-alt {
		0%		{right: 110px; opacity:0;}
		100%	{right: 10px; opacity:1;}
	}
}

























/* ----------------------------------------------------------------
	SITE HELPERS
-----------------------------------------------------------------*/

.adj-label label {width:100px;}
.adj-label-alt label {width:150px;}
.bdr-b {border-bottom:1px solid #414042;}





/* ----------------------------------------------------------------
	UNIVERSAL HELPERS
-----------------------------------------------------------------*/

.nobr {white-space: nowrap;}

.media-desktop	{display: none;}
.media-mobile	{display: block;}

@media screen and (min-width: 768px) {
	.media-desktop	{display: block;}
	.media-mobile	{display: none;}	
}

.mt-xs	{margin-top: 1.25em !important;}
.mt-sm	{margin-top: 2em !important;}
.mt-md	{margin-top: 4em !important;}
.mt-lg	{margin-top: 8em !important;}
.mt-xl	{margin-top: 10em !important;}
.mt-xxl	{margin-top: 12em !important;}

.mb-xs	{margin-bottom: 1em !important;}
.mb-sm	{margin-bottom: 2em !important;}
.mb-md	{margin-bottom: 4em !important;}
.mb-lg	{margin-bottom: 8em !important;}
.mb-xl	{margin-bottom: 10em !important;}
.mb-xxl	{margin-bottom: 12em !important;}

.mtb-0	{margin-top: 0 !important; margin-bottom: 0 !important;}
.mlr-0	{margin-left: 0 !important; margin-right: 0 !important;}

.pt-xs	{padding-top: 1.25em !important;}
.pt-sm	{padding-top: 2em !important;}
.pt-md	{padding-top: 4em !important;}
.pt-lg	{padding-top: 8em !important;}
.pt-xl	{padding-top: 10em !important;}
.pt-xxl	{padding-top: 12em !important;}

.pb-xs	{padding-bottom: 1em !important;}
.pb-sm	{padding-bottom: 2em !important;}
.pb-md	{padding-bottom: 4em !important;}
.pb-lg	{padding-bottom: 8em !important;}
.pb-xl	{padding-bottom: 10em !important;}
.pb-xxl	{padding-bottom: 12em !important;}


/* popup */
#popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 20px 10px 20px;
  background-color: #fff200;
  z-index: 1000;
  width: 380px;
}
#popup-container h2 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 15px;
}
#popup-container p {
	font-size: 18px;
	line-height: 24px;
	color: #4c4c4c;
}
#popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
#popup-close img {
	width: 25px;
	height: 25px;
}

@media screen and (max-width: 767px) {
	#popup-container {
	  width: 80%;
	}
}