/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	padding: 0 !important;
	-webkit-text-size-adjust: none;
}

div#onetrust-consent-sdk {
	font-style: initial;
}

* {
	outline: none;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?4s41pt');
	src: url('../fonts/icomoon.eot?4s41pt#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?4s41pt') format('truetype'), url('../fonts/icomoon.woff?4s41pt') format('woff'), url('../fonts/icomoon.svg?4s41pt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-brand:before {
	content: "\e901";
}

.icon-soundcloud:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-instagram:before {
	content: "\ea92";
}

.icon-spotify:before {
	content: "\ea94";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-youtube:before {
	content: "\ea9d";
}

.icon-appleinc:before {
	content: "\eabe";
}

@font-face {
	font-family: 'twt-x';
	src: url('../fonts/twt-x.eot?jjyo3s');
	src: url('../fonts/twt-x.eot?jjyo3s#iefix') format('embedded-opentype'),
		url('../fonts/twt-x.ttf?jjyo3s') format('truetype'),
		url('../fonts/twt-x.woff?jjyo3s') format('woff'),
		url('../fonts/twt-x.svg?jjyo3s#twt-x') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="twt-"],
[class*=" twt-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'twt-x' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.twt-x:before {
	content: "\e901";
}

/*Video page styles*/

body {
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	background: transparent;
	color: #fff;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	transition: opacity 0.3s ease-in-out;
}

a:hover {
	opacity: 0.6;
}

.loginToButton {
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
}

.logoOne {
	max-width: 250px;
	width: 100%;
	margin-bottom: 30px;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}

.mobileGif {
	display: none;
}

.dummy-submit-button span.icon-spotify,
.dummy-submit-button span.loginToButton {
	display: inline-block;
	vertical-align: middle;
}

.dummy-submit-button span.icon-spotify {
	margin-right: 10px;
}

div#videoSection {
	/*max-width: 540px;*/
	max-width: none;
	margin: 0 auto;
	margin-bottom: 177px;
}

.first-content {
	/* width: 500px; */
	/*margin: 0 auto;
	 display: table-cell;
	 vertical-align: middle;*/
}

.contest-wrapper {
	display: block;
	width: 100%;
	min-height: 100vh;
	position: relative;
}

.right-cdc1 {
	max-width: 500px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) translateZ(0);
}

/*#splashContainer {
	display: none;
	transition: all 0.4s ease-in-out;
}*/
body.showContent #splashContainer {
	display: block;
}

a {
	color: #fff;
	text-decoration: none;
}

a#entersite {
	text-transform: uppercase;
	font-size: 33px;
	display: block;
	max-width: 250px;
	margin: 0 auto;
	height: 55px;
	line-height: 55px;
	border: 1px solid #fff;
	margin-top: 125px;
	margin-bottom: 95px;
}

.socials {
	border-top: 1px solid #202020;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 40px;
}

.socials a {
	font-size: 20px;
	display: inline-block;
	margin-right: 17px;
}

.socials a:last-child {
	margin-right: 0px;
}

a#siteLogo img {
	display: block;
	margin: 0 auto;
}

.copyHeader {
	text-transform: uppercase;
	font-size: 25px;
	max-width: 700px;
	margin: 0 auto;
	line-height: 1.2;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
}

.spotifyEmbedWrapper {
	margin-bottom: 50px;
	margin-top: 70px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe,
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#logoWrapper {
	margin: 50px 0 24px;
}

@media all and (max-width: 1024px) {
	.videoTag .mobileGif {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}

@media only all and (max-width: 767px) {
	#splashContainer {
		background: url(../images/BG-mobile-new.jpg) no-repeat center top #000;
		background-size: 100% auto;
		overflow: hidden;
	}

	div#videoSection {
		margin-bottom: 90px;
		margin-top: 100px;
	}

	a#siteLogo img {
		width: 70%;
	}

	div#logoWrapper {
		margin: 15px 0 18px;
	}

	.copyHeader {
		padding-top: 20%;
	}
}

@media only all and (min-width: 768px) and (max-width: 1023px) {

	/*#splashContainer {		background: url(../images/BGimg.jpg) no-repeat center top #000;		background-size: 100% auto;		overflow: hidden;	}*/
	div#splashContainer:after {
		content: '';
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		/* display: block; */
		left: 0;
		background: url(../images/headernew.jpg) no-repeat center top #000;
		background-size: cover;
		z-index: -1;
	}

	.headerWrapper {
		/*padding-bottom: 51%;*/
		height: 100vh;
	}

	div#videoSection {
		margin-bottom: 130px;
	}

	/*a#siteLogo img{		 width: 35%;	}*/
	/*div#logoWrapper {		margin: 30px 0 18px;	}*/
}

@media only all and (min-width: 1024px) and (max-width: 1024px) {
	div#splashContainer:after {
		content: '';
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		/* display: block; */
		left: 0;
		background: url(../images/headernew.jpg) no-repeat center top #000;
		background-size: cover;
		z-index: -1;
	}

	div#logoWrapper {
		margin: 30px 0 18px;
	}

	div#videoSection {
		margin-bottom: 130px;
	}

	.headerWrapper {
		height: 100vh;
	}

	a#siteLogo img {
		width: 40%;
	}

	.copyHeader {
		margin-bottom: 5px;
	}
}

@media only all and (min-width: 1025px) {
	#splashContainer {
		position: relative;
		z-index: 1;
	}

	/*#splashContainer {
		background: url(../images/BGimg_large.jpg) no-repeat center 3% #000;
		background-size: cover;
		background-attachment: fixed;
		overflow: hidden;
	}*/
	#splashContainer:after {
		content: '';
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		left: 0;
		background: url(../images/headernew.jpg) no-repeat center top #000;
		background-size: cover;
		z-index: -1;
	}

	.headerWrapper {
		height: 100vh;
	}
}

@media only all and (min-width: 1400px) {
	/*#splashContainer {
		background: url(../images/BGimg_large.jpg) no-repeat center 10% #000;
		background-size: cover;
		background-attachment: fixed;
	}*/
}

@media only all and (min-width: 1600px) {
	/*#splashContainer {
		background: url(../images/BGimg_large.jpg) no-repeat center 16% #000;
		background-size: cover;
		background-attachment: fixed;
	}*/
}

@media only all and (min-width: 1800px) {
	/*#splashContainer {
		background: url(../images/BGimg_large.jpg) no-repeat center 22% #000;
		background-size: cover;
		background-attachment: fixed;
	}*/
}

@media only all and (min-width: 2000px) {
	/*#splashContainer {
		background: url(../images/BGimg_large.jpg) no-repeat center 26% #000;
		background-size: cover;
		background-attachment: fixed;
	}*/
}

@media only all and (min-width: 2400px) {
	/*#splashContainer {
		background: url(../images/BGimg_large.jpg) no-repeat center 30% #000;
		background-size: cover;
		background-attachment: fixed;
	}*/
}

.mlist-container,
.termsWrapperV3,
#thankyouBlock {
	max-width: 505px;
	margin: 0 auto;
}

div#thankyoublock-innerwrapper .thankyou-message.embed span,
label.global-list span {
	display: inline-block;
}

form {
	font-size: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.mlist-header,
.video-header {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
	letter-spacing: 1.5px;
	margin: 0px 0 38px 0;
}

.mlist-header .joinMlist {
	font-size: 40px;
	margin-bottom: 40px;
}

.mlist-header br {
	display: none;
}

fieldset .mlist-field {
	width: calc(100% - 140px);
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	box-sizing: border-box;
	padding-right: 30px;
}

fieldset .mlist-submit {
	width: 140px;
	display: inline-block;
	vertical-align: bottom;
}

input,
select {
	background: transparent;
	font-size: 25px;
	border: 0px none;
	border: 1px solid #212121;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	width: 100%;
	display: block;
	text-transform: capitalize;
	color: #FFFFFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	letter-spacing: 0;
	height: 60px;
	padding-left: 10px;
}

input#email {
	text-align: left;
	-webkit-text-size-adjust: none;
	height: auto;
	padding-bottom: 8px;
	padding-left: 0px;
	border: 0px none;
	border-bottom: 1px solid #212121;
}

.m-required.error {
	border-color: red;
}

input:focus,
select:focus {
	outline: none;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	opacity: 1;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	opacity: 1;
}

input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	opacity: 1;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	opacity: 1;
}

label.error {
	font-size: 12px;
	color: #f70606;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	position: absolute;
	bottom: -14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	text-align: left;
	left: 0;
}

input.submit {
	background: transparent;
	cursor: pointer;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0;
	padding: 0px;
	height: 58px;
	line-height: 56px;
	transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	color: #fff;
	font-size: 33px;
	border: 1px solid #fff;
	width: 100%;
	text-transform: uppercase;
}

input.submit:hover {
	background: #fff;
	color: #000;
}

a.terms:after {
	content: "Terms";
}

a.terms.showing:after {
	content: "Hide";
}

.termsWrapperV3 {
	text-align: left;
	position: relative;
}

.termsWrapperV3.first {
	padding: 14px 0 0 0;
}

.termsWrapperV3.second {
	padding: 15px 0 0 0;
}

a.terms {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	line-height: 16px;
	display: inline-block;
	letter-spacing: 0.5px;
	text-decoration: underline;
}

a.terms:hover {
	color: #FFFFFF;
	border-color: transparent;
}

.termsContent {
	display: none;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	line-height: 22px;
}

.termsContent {
	z-index: 1;
	padding: 10px 0;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.2;
}

.termsContent a {
	color: #fff;
	text-decoration: underline;
}

.termsContent a,
.termsContent span {
	display: inline-block;
}

.termsContent a:hover {
	text-decoration: none;
}

div#thankyouBlock>.thankyou-message.embed {
	display: none;
}

.secondFormCloseWrap a {
	color: #FFFFFF;
	font-size: 25px;
	line-height: 1;
	text-decoration: none;
	width: 20px;
	display: block;
	text-align: center;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	margin-right: 0;
	margin-left: auto;
}

div#thankyouBlock>.thankyou-message.embed {
	display: none;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	letter-spacing: 5px;
	color: #FFFFFF;
}

div#thankyouBlock.final-screen .thankyou-message.embed {
	display: block;
}

div#thankyoublock-innerwrapper .thankyou-message.embed {
	font-size: 25px;
	text-align: center;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}

.thankswelcome-msg {
	padding: 10px 0;
	font-size: 15px;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: center !important;
	text-transform: uppercase;
	color: #fff;
}

#thankyoublock-innerwrapper .mlist-field {
	font-size: 0;
	margin-bottom: 10px;
}

#thankyoublock-innerwrapper .mlist-field label {
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 0.5em 0;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}

select {
	background: url("../images/dropdown.png?") no-repeat scroll transparent 0 0;
	background-position: calc(100% - 20px);
}

select#dobMonth {
	width: 49%;
	display: inline-block;
	margin-right: 2%;
}

select#dobDay {
	width: 49%;
	display: inline-block;
}

.mlist-checks {
	position: relative;
	margin: 18px 0 10px;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked),
.mlist-outer-wrapper [type="checkbox"]:checked {
	position: absolute;
	left: 0px;
	width: 22px;
	height: 22px;
	z-index: 10;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	margin: 0;
	-webkit-appearance: none;
	padding: 0;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:before,
.mlist-outer-wrapper [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 0px;
	box-sizing: border-box;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:after,
.mlist-outer-wrapper [type="checkbox"]:checked+label:after {
	content: '\2713';
	position: absolute;
	top: 4px;
	line-height: 1;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	left: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}

label.global-list {
	display: inline-block;
	font-size: 12px;
	padding: 0;
	box-sizing: border-box;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	width: 100%;
	text-align: left;
	padding-left: 30px;
}

.mlist-submit-new {
	margin: 20px 0 0;
}

select::-ms-expand {
	display: none;
}

input:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #000 inset;
	-webkit-text-fill-color: #fff;
}

option {
	background: #0c0606;
	color: #FFFFFF;
}

.secondFormCloseWrap a:hover {
	color: #f70606;
}

.copyrightLinks,
.copyrightLinks a {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.copyright {
	margin-bottom: 34px;
}

#webform-component-new-1475210296964,
.terms-wrapper-second {
	margin: 30px 0 26px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

div#errorMsg {
	font-size: 12px;
	color: red;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

form#web-form-tourDate div#errorMsg {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
}

#webform-component-new-1475210296964,
#webform-component-new-1475210296964 a,
.terms-wrapper-second a {
	font-size: 12px;
	color: #fff;
}

/*#webform-component-new-1475210296964 input[type="checkbox"]:not(:checked),#webform-component-new-1475210296964 input[type="checkbox"]:checked, .terms-wrapper-second input[type="checkbox"]:not(:checked),.terms-wrapper-second input[type="checkbox"]:checked {
 position: absolute;
 left: 0px;
 width: 15px;
 height: 15px;
 border: 1px solid #feb7e5;
 background: #feb7e5;
 z-index: 10;
 top: 0px;
 cursor: pointer;
 margin: 0;
 -webkit-appearance: none;
 padding: 0;
 opacity: 1;
 z-index: 1000000;
 box-sizing: border-box;
 }
 #webform-component-new-1475210296964 input[type="checkbox"]:checked:after, .terms-wrapper-second input[type="checkbox"]:checked:after {
 content: '\2713';
 color: #fff;
 position: absolute;
 font-weight: bold;
 transition: all 0.2s;
 font-size: 15px;
 top: 0;
 left: 0;
 width: 13px;
 height: 13px;
 line-height: 13px;
 text-align: center;
 }*/
#webform-component-new-1475210296964 [type="checkbox"]:not(:checked),
#webform-component-new-1475210296964 [type="checkbox"]:checked,
.terms-wrapper-second [type="checkbox"]:not(:checked),
.terms-wrapper-second [type="checkbox"]:checked {
	display: inline;
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	z-index: 10;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	margin: 0;
}

#webform-component-new-1475210296964 [type="checkbox"]:not(:checked)+label:before,
#webform-component-new-1475210296964 [type="checkbox"]:checked+label:before,
.terms-wrapper-second [type="checkbox"]:not(:checked)+label:before,
.terms-wrapper-second [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 0px;
	box-sizing: border-box;
}

#webform-component-new-1475210296964 [type="checkbox"].error:not(:checked)+label:before,
#webform-component-new-1475210296964 [type="checkbox"].error:checked+label:before,
.terms-wrapper-second [type="checkbox"].error:not(:checked)+label:before,
.terms-wrapper-second [type="checkbox"].error:checked+label:before {
	border-color: red;
}

#webform-component-new-1475210296964 [type="checkbox"]:not(:checked)+label:after,
#webform-component-new-1475210296964 [type="checkbox"]:checked+label:after,
.terms-wrapper-second [type="checkbox"]:not(:checked)+label:after,
.terms-wrapper-second [type="checkbox"]:checked+label:after {
	content: '\2713';
	position: absolute;
	top: 0px;
	left: 1px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

#webform-component-new-1475210296964 [type="checkbox"]:checked+label:after,
.terms-wrapper-second [type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}

#webform-component-new-1475210296964 [type="checkbox"]:not(:checked)+label:after,
.terms-wrapper-second [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}

#webform-component-new-1475210296964 input[type="checkbox"].error,
.terms-wrapper-second input[type="checkbox"].error {
	border-color: #ff0000;
}

#webform-component-new-1475210296964 .agree,
.terms-wrapper-second .agree {
	font-size: 12px;
	display: inline-block;
	text-align: left;
	color: #fff;
	margin-left: 25px;
	text-transform: none;
	letter-spacing: 0;
	-webkit-text-size-adjust: none;
	padding-top: 0;
	line-height: 1.2;
	width: 93%;
}

#webform-component-new-1475210296964 .agree a,
.terms-wrapper-second .agree a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

#webform-component-new-1475210296964 .agree a:hover,
.terms-wrapper-second .agree a:hover {
	border-color: transparent;
}

#webform-component-new-1475210296964 .terms-wrapper {
	position: relative;
}

.showContent .contest-wrapper {
	display: none;
}

.terms-wrapper-second {
	font-size: 10px;
	color: #fff;
	position: relative;
}

.dummy-submit-button {
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	background: #fff;
	color: #000;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 250px;
	text-transform: uppercase;
	font-family: "futura-pt-bold", sans-serif;
	font-style: italic;
	font-weight: 700;
}

.dummy-submit-button span.icon-spotify {
	font-family: 'icomoon';
}

.dummy-submit-button:hover {
	opacity: 0.8;
}

.timerDigits span {
	display: inline-block;
	font-size: 49.13px;
	padding: 0 1px;
	letter-spacing: 2px;
}

.timerDigits span span {
	display: block;
	font-size: 19.93px;
	letter-spacing: 0px;
	text-align: center;
}

.timerDigits span.days,
.timerDigits span.hours,
.timerDigits span.minutes,
.timerDigits span.seconds {
	min-width: 65px;
	text-align: left;
	margin: 0 auto;
}

@media all and (max-width: 767px) {
	* {
		-webkit-text-size-adjust: none;
	}

	.hideMobile {
		display: none;
	}

	.mobileGif {
		width: 100%;
		height: auto;
		max-width: none;
		display: block;
		margin-bottom: 20px;
		display: none;

	}

	/* .videoWrapper iframe {
		display: none;
	}
	.videoWrapper {
		position: static;
		padding-top: 0;
		padding-bottom: 0;
		height: auto;
	} */
	.spotifyEmbedWrapper,
	.copyHeader,
	div#logoWrapper,
	.mlist-outer-wrapper {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.copyHeader {
		text-transform: uppercase;
		font-size: 16px;
		padding-top: 13%;
		margin-bottom: 2px;
	}

	.spotifyEmbedWrapper iframe {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	.mlist-header .joinMlist {
		font-size: 20px;
	}

	fieldset .mlist-field {
		display: block;
		width: 100%;
		padding: 0;
	}

	fieldset .mlist-submit {
		display: block;
		font-size: 26px;
		height: 48px;
		line-height: 46px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.termsWrapperV3 {
		text-align: center;
	}

	a#entersite {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.copyrightLinks {
		max-width: 320px;
		margin: 0 auto;
	}

	.timerDigits span {
		font-size: 24.13px;
	}

	.timerDigits span span {
		font-size: 12.93px;
	}

	.timerDigits span.days,
	.timerDigits span.hours,
	.timerDigits span.minutes,
	.timerDigits span.seconds {
		min-width: 30px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
	.spotifyEmbedWrapper {
		padding-top: 29%;
	}
}

@media only screen and (max-width: 767px) and (min-width: 375px) {
	.copyHeader {
		padding-top: 19%;
	}
}

@media (max-width: 1024px) {
	a.ot-sdk-show-settings {
		white-space: nowrap;
	}
}