* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}


a {
	text-decoration: none;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

ul {
	list-style: none;
}


body {
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-style: normal;
	
}
.iti__flag-container .iti__dial-code{

	font-size:1vw;
	color: #000;
}
body:after {
    content: "";
    background: url(../assets/deskBG.jpg) no-repeat scroll center top / cover;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: center center;
}
.mailing-list-wrapper {
	background: transparent;
	padding: 0vw 0 2vw 0;
}

.message {
	font-size: 1.5vw;
	color: #fecf28;
	text-transform: initial;
	margin-bottom: 2vw;
	font-size: 2vw;
	color: #fecf28;
	text-transform: initial;
	margin-bottom: 1vw;
	font-weight: 600;
	text-transform: uppercase;
}

.message.msg1 {
	font-weight: 600;
	font-size: 2vw;
}

option {
	background: #000;
	color: #fecf28;
}


form#mlistFormOne {
    width: 30%;
    background: rgba(0,0,0,0.8);
    margin: 0 auto;
    padding: 2%;
    border-radius: 10px;
}

form#mlistFormOne input:not(.mlistSubmit) {
	font-size: 1.5vw;
	width: 100%;
	border: none;
	text-align: center;
	height: 4vw;
	line-height: 4vw;
	color: #fecf28;
	-webkit-text-fill-color: #fecf28;
	background: transparent;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: 0.2vw dashed #fecf28;
}

form#mlistFormOne input:focus-visible {
	outline: none;
}

form#mlistFormOne select {
	background: #fecf28;
	height: 4vw;
	line-height: 4vw;
	width: 100%;
	color: #fecf28;
	font-size: 1.5vw;
	/* padding-left: 1.5vw; */
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../assets/drop-yellow.svg) transparent;
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 1vw;
	text-align: center;
	text-align-last: center;
	border: none;
	border-bottom: 0.2vw dashed #fecf28;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-style: normal;
}
::placeholder {
	text-align: center; 
 }
 
 /* or, for legacy browsers */
 
 ::-webkit-input-placeholder {
	text-align: center;
 }
 
 :-moz-placeholder { /* Firefox 18- */
	text-align: center;  
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
	text-align: center;  
 }
 
 :-ms-input-placeholder {  
	text-align: center; 
 }
.country.fieldWrap {
	margin: 0 auto 0vw;
}

form#mlistFormOne select:focus-visible {
	outline: none;
}

input#submit {
	/* background: url("../img/BUTTON_OUTLINE_RED_WIDE.png") no-repeat;
    background-position: left top;
    background-size: 13.833vw 5.052vw; */
	background: #fecf28;
	height: 4.072vw;
	line-height: 4.072vw;
	text-transform: uppercase;
	display: block;
	padding: 0;
	font-size: 1.6vw;
	width: 13.833vw;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	transition: none;
	-webkit-transition: none;
	margin-top: 0vw;
	border: none;
	color: #000000;
	border: 1.5px solid #fecf28;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-style: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active  {
   -webkit-transition-delay: 9999s;
   transition-delay: 9999s;
}
input#submit:hover{
	opacity: 0.8;
}
.fadeOut {
	display: none;
}

a.terms {
	color: #fecf28;
	font-size: 1.4vw;
	text-decoration: underline;
}

p.terms-message.fadeIn {
	color: #fecf28;
	font-size: 1.1vw;
	margin: 1vw auto;
}

span.input-error {
	font-size: 1vw;
	color: #ff0000;
}

p.terms-message.fadeIn a {
	color: #fecf28;
	text-decoration: underline;
	font-size: 1.1vw;
}

p.terms-message.fadeIn a:hover {
	text-decoration: none;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-left: 5px !important;

}
div.terms {
	margin: 1.5vw auto;
}

form#mlistFormOne>div {
	padding: 0.5vw 0;
	color: #fecf28;
}

div#thankyou.fadeIn {
    display: block;
    color: #fecf28;
    font-size: 2vw;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer {
	background: #ffffff;
	font-size: 1vw;
	padding-bottom: 1vw;
}

.copyTextAndLinks {
	color: #fecf28;
}


.copyLinks a {
	text-decoration: underline;
}

.copyLinks a:hover {
	text-decoration: none;
}


a.terms:hover {
	text-decoration: none;
}




form#mlistFormOne .artistOptin.fieldWrap,
.globaloptin.fieldWrap {
	margin: 2vw 0 1.25vw;
	text-align: left;
	position: relative;
	font-size: 1.4vw;
	font-weight: normal;
	color: #fecf28;
	line-height: 1vw;
}

label.artistOptin_txt a {
	color: #fecf28;
	text-decoration: underline;
}

label.artistOptin_txt a:hover {
	color: #fecf28;
	opacity: 0.7;
}

form#mlistFormOne .artistOptin input,
.globaloptin input {
	width: 0.9517vw;
	height: 0.9517vw;
	margin: 0;
	position: absolute;
	display: inline-block;
	opacity: 0;
	vertical-align: top;
}

form#mlistFormOne label.artistOptin_txt {
	display: inline-block;
	padding-left: calc(1.098vw + 5px);
	vertical-align: top;
	text-transform: initial;
	font-weight: 400;
	font-size: 1vw;
	margin-top: -0.4vw;
}

form#mlistFormOne .artistOptin label::before {
	content: "";
	width: 1.098vw;
	height: 1.098vw;
	top: 0;
	left: 0;
	border: 1px solid #fecf28;
	position: absolute;
	display: inline-block;
	box-sizing: border-box;
}

form#mlistFormOne .artistOptin label::after {
	content: "";
	height: 0.3vw;
	width: 0.7vw;
	border-left: 2px solid;
	border-bottom: 2px solid;
	top: 0.25vw;
	left: 0.25vw;
	position: absolute;
	display: inline-block;
	transform: rotate(-45deg);
}

form#mlistFormOne .artistOptin input[type="checkbox"]+label::after {
	content: none;
}

form#mlistFormOne .artistOptin input[type="checkbox"]:checked+label::after {
	content: "";
}

form#mlistFormOne .artistOptin input.errored+label::before {
	border-color: red;
}


.section-content-wrapper {
	position: relative;
	text-align: center;
}


div#signup-popup form#mlistFormOne {
	width: 75%;
	margin: 0 auto;
}

div#signup-popup .mailing-list-wrapper {
	background: #ffffff;
	padding: 1vw 0;
	border-radius: 0.3vw;
}

div#signup-popup form#mlistFormOne input:not(.mlistSubmit),
div#signup-popup form#mlistFormOne select {
	border-bottom: 2px dotted #fecf28;
	color: #fecf28;
	-webkit-text-fill-color: #fecf28;
	font-size: 1.3vw;
	background: transparent;
	height: 3vw;
	line-height: 3vw;
}

div#signup-popup form#mlistFormOne select {
	background: url(../assets/drop-yellow.svg) #fff;
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 15px;
}

div#signup-popup form#mlistFormOne .artistOptin.fieldWrap {
	font-size: 1.1vw;
	font-weight: normal;
	color: #fecf28;
	line-height: 1vw;
	padding: 0;
	margin: 1vw 0;
}

div#signup-popup option {
	color: #fecf28;
}

div#signup-popup form#mlistFormOne .artistOptin label::before {
	border: 1px solid #fecf28;
}

div#signup-popup label.artistOptin_txt a {
	color: #fecf28;
}

div#signup-popup input#submit {
	color: #fecf28;
}

div#signup-popup .message {
	font-size: 2vw;
	color: #fecf28;
	text-transform: initial;
	margin-bottom: 1vw;
	font-weight: 600;
	text-transform: uppercase;
}

div#signup-popup form#mlistFormOne>div {
	padding: 0 0 1vw;
	color: #fecf28;
}

div#signup-popup input#submit {
	background: #fecf28;
	height: 3.5vw;
	line-height: 3.5vw;
	color: #fff;
	width: 100%;
	font-size: 1.3vw;
	border-radius: 0.3vw;

}
.globaloptin label,
.globaloptin label a {
	color: #fecf28;
	font-size: 1vw;
	text-transform: none;
}

.globaloptin label a {
	text-decoration: underline;
}

.globaloptin label a:hover {
	opacity: 0.7;
}

div#signup-popup input.artist_mktg_consent_txt,
div#signup-popup input.mobile_mktg_consent_txt,
input.mobile_mktg_consent_txt {
	position: relative;
}

div#signup-popup .globaloptin,
.globaloptin {
	position: relative;
}

div#signup-popup form#mlistFormOne .globaloptin input[type="checkbox"],
form#mlistFormOne .globaloptin input[type="checkbox"] {
	width: 1.4vw;
	height: 1.4vw;
	margin-top: 0;
	display: inline-block;
	vertical-align: top;
	border: 1.5px solid #fecf28;
	margin-right: 6px;
	opacity: 1;
	-webkit-appearance: none;
}

form#mlistFormOne .globaloptin input[type="checkbox"] {
	border: 1.5px solid #fecf28;
	position: absolute;
}

div#signup-popup form#mlistFormOne .artistOptin label::before {
	content: "";
	width: 1.4vw;
	height: 1.4vw;
	top: 0;
	left: 0;
	border: 0.01vw solid #fecf28;
	position: absolute;
	display: inline-block;
	box-sizing: border-box;
	opacity: 1;
}

div#signup-popup input.artist_mktg_consent_txt:checked:after,
div#signup-popup input.mobile_mktg_consent_txt:checked:after,
input.mobile_mktg_consent_txt:checked:after,
input.artist_mktg_consent_txt:checked:after {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-style: normal;
	content: "\2713";
	color: #fecf28;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	/* margin-top: 2px; */
	margin-top: 2px;
	margin-left: -3px;
	box-sizing: border-box;
	left: 64%;
	position: absolute;
	top: 46%;
	transform: translate(-50%, -50%);
}

input.mobile_mktg_consent_txt:checked:after,
input.artist_mktg_consent_txt:checked:after {
	color: #fecf28;
}

span.input-error {
	display: none;
}

span.input-error:first-of-type {
	display: block;
}

.globaloptin span.input-error {
	text-align: left;
}

.mobile.fieldWrap .iti {
	display: block;
}

.globaloptin label {
	width: 100%;
	padding-left: 2vw;
	text-align: left;
	display: inline-block;
}

.globaloptin.mobile-marketing {
	margin-top: 2vh;
}

div#signup-popup form#mlistFormOne input.artist_mktg_consent_txt.errored,
div#signup-popup form#mlistFormOne input.mobile_mktg_consent_txt.errored,
form#mlistFormOne input.mobile_mktg_consent_txt.errored,
form#mlistFormOne input.artist_mktg_consent_txt.errored {
	border: 1.5px solid red;
}

div#signup-popup div#thankyou.fadeIn {
	color: #fecf28;
	font-size: 2vw;
	text-transform: uppercase;
	height: 70vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#signup-popup {
	width: 50%;
	margin: 0 auto;
}
h1 {
	color: #fecf28;
	text-transform: uppercase;
}

.copyright-links * {
    font-size: 0.9vw;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #fecf28;
}
.mob-br {
    display: none;
}

.copyright-links {
    padding: 2vw 0;
	text-align: center;
}
div#firstMlistForm {
    min-height: 100vh;
}
.logo {
    width: 10%;
    margin: 0 0 0;
    padding-top: 1.5vw;
    padding-left: 2vw;
}
.logo a {
    display: block;
}

@media only screen and (max-width:1023px), only screen and (max-width:1024px) and (orientation:portrait){


	.mailing-list-wrapper {
		font-size: 0;
		border: none;
	}
	span.sep.mob-sep {
		display: none;
	}
	.iti__dial-code {
        font-size: 3vw !important;
        color: #000;
    }

	form#mlistFormOne {
		width: 90%;
	}

	.message {
		font-size: 7vw;
		margin-bottom: 9vw;
	}

	.message.msg1 {
		font-size: 11vw;
	}

	form#mlistFormOne input:not(.mlistSubmit) {
		font-size: 5vw;
		height: 10vw;
		line-height: 10vw;
	}

	form#mlistFormOne>div {
		padding: 2vw 0;
	}

	form#mlistFormOne select {
		height: 10vw;
		line-height: 10vw;
		font-size: 5vw;
		background-size: 15px;
	}

	input#submit {
		/* height: 20vw;
        line-height: 22vw; */
		height: 15vw;
		font-size: 6vw;
		line-height: 15vw;
		/* font-size: 4vw; */
		width: 50%;
		/* background-size: 100% 20vw; */
	}

	a.terms {
		font-size: 3vw;
	}

	p.terms-message.fadeIn {
		font-size: 3vw;
	}

	div#thankyou.fadeIn {
		font-size: 7vw;
	}

	div.terms {
		width: 90%;
		margin: 0 auto;
	}

	p.terms-message.fadeIn a {
		font-size: 3vw;
	}

	.copyTextAndLinks {
		font-size: 3vw;
	}

	a.ot-sdk-show-settings {
		display: block;
		margin-top: 2vw;
	}

	.copyrightText {
		margin-bottom: 2vw;
	}

	span.input-error {
		font-size: 3vw;
	}

	span.mob-none {
		display: none;
	}

	form#mlistFormOne .artistOptin.fieldWrap,
	.globaloptin.fieldWrap {
		margin: 3vw 0;
		font-size: 4vw;
		line-height: 1;
		padding-top: 0;
	}

	form#mlistFormOne .artistOptin input,
	.globaloptin input {
		width: 4vw;
		height: 4vw;
	}

	form#mlistFormOne label.artistOptin_txt {
		padding-left: calc(4vw + 5px);
		font-size: 4vw;
	}

	form#mlistFormOne .artistOptin label::before {
		width: 4vw;
		height: 4vw;
	}

	form#mlistFormOne .artistOptin input[type="checkbox"]:checked+label::after {
		height: 1vw;
		width: 2.5vw;
		top: 1vw;
		left: 0.5vw;
	}

	form#mlistFormOne .artistOptin.fieldWrap {
		width: 100%;
	}
	.copyright-links * {
		font-size: 3vw;
	}
	.logo {
		width: 30%;
		padding-top: 20px;
		padding-left: 20px;
	}
}

@media only screen and (max-width:1024px) {

	div#signup-popup .message {
		font-size: 30px;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	div#signup-popup form#mlistFormOne input:not(.mlistSubmit),
	div#signup-popup form#mlistFormOne select {
		font-size: 18px;
		background: transparent;
		height: 45px;
		line-height: 45px;
	}

	div#signup-popup form#mlistFormOne>div {
		padding: 0 0 15px;
	}

	div#signup-popup form#mlistFormOne label.artistOptin_txt {
		font-size: 14px;
		line-height: 1.2;
	}

	div#signup-popup input#submit {
		background: #fecf28;
		height: 45px;
		line-height: 45px;
		color: #fff;
		width: 100%;
		font-size: 17px;
		border-radius: 6px;
	}

	div#signup-popup form#mlistFormOne .artistOptin.fieldWrap {
		margin: 13px 0;
	}

	div#signup-popup span.input-error {
		font-size: 14px;
	}

}


@media only screen and (max-width: 1024px) and (orientation: portrait) {
	.sidebar-content-wrapper {
		padding: 0;
		height: auto;
		overflow-y: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.globaloptin label,
	.globaloptin label a {
		color: #fecf28;
		font-size: 11px;
		text-transform: none;
	}

	div#signup-popup form#mlistFormOne .globaloptin input[type="checkbox"],
	form#mlistFormOne .globaloptin input[type="checkbox"] {
		width: 20px;
		height: 20px;
		margin-top: 0;
		display: inline-block;
		vertical-align: top;
		border: 1.5px solid #fecf28;
		margin-right: 6px;
		opacity: 1;
		-webkit-appearance: none;
	}
}



.consent-placeholder{
    position: relative; 
    margin: 3vh auto 2vw; 
    display: block; 
  } 
  .plain-ml-wrapper label:not(.goptin_checkbox){
      position:static;
      transform:none;        
  }
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), 
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked { 
    position: absolute; 
    left: 0;
    width: 1.4vw;
    height: 1.4vw;
    z-index: 10; 
    top: 0px; 
    opacity: 0; 
    cursor: pointer; 
    margin: 0; 
    -webkit-appearance: none; 
    padding: 0; 
  } 
  
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked) + label:before, 
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:before { 
    content: ""; 
    position: absolute; 
    left: 0;
    top: auto; 
    width: 1.4vw;
    height: 1.4vw;
    border: 1.5px solid #fecf28; 
    background: transparent; 
    border-radius: 0px; 
    margin-right: 6px;
    box-sizing: border-box; 
  } 
  
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked) + label:before { 
    border-color: red; 
  } 
  
   .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"] + label { 
    display: inline-block; 
    box-sizing: border-box; 
    line-height: normal; 
    text-align: left; 
    text-transform: none; 
    letter-spacing: 0; 
    font-size: 1vw; 
    padding-left: 2vw; 
    vertical-align: top; 
    font-weight: 400; 
      position: static;
      transform: none;
      pointer-events: auto;
	  color: #fecf28;
  } 
  
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
    content: "\2713"; 
    position: absolute; 
    top: 0.58vh; 
    line-height: 1; 
    left: 0.25vw; 
    font-size: 1vw; 
    color: #fecf28; 
    font-weight: 700; 
    text-align: center; 
  } 
  
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
    color: #fecf28; 
  } 
  
    .consent-placeholder span.input-error { 
    color: red; 
    position: absolute; 
    top: -3.25vh; 
    left: 0; 
    bottom: auto; 
  } 
  
   .secondform .consent-placeholder { 
    margin: 2vh auto; 
  } 
   .plain-ml-wrapper .mlform .consent-placeholder label a,
   .plain-ml-wrapper .mlform .consent-placeholder label span {
      color: #fecf28;
  }
   .plain-ml-wrapper .mlform .consent-placeholder label a{
      text-decoration:underline;
  }
   .plain-ml-wrapper .mlform .consent-placeholder label a:hover {
      opacity: 0.5;
  }
  @media only screen and (max-width: 1024px) and (orientation:portrait){ 

  .globaloptin label,
    .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"] + label { 
        font-size: 11px;
        padding-left: 9vw;
    } 
  
     .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), 
     .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked, 
     .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked) + label:before, 
     .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:before { 
        width: 20px;
        height: 20px;
    
    } 
  
     .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
        top: 0.7vh;
		left: 1.5vw;
          font-size: 3.15vw;
    } 
  } 
  @media only screen and (max-height: 1366px) and (min-width: 1024px) and (orientation: portrait) {
   .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label{
      font-size: 1.268vw;
      padding-left: 3.54vw;
  }        
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after{
     top:0;
     font-size:2vw;
  }
   .consent-placeholder {
      position: relative;
      margin: 2vh auto ;
  }
   .consent-placeholder span.input-error{
     top: -1.5vh;
  }
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before, 
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before,
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
   .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked{
      width: 2.28vw;
      height: 2.28vw;
  }
  
  }

  @media only screen and (max-width: 767x) and (orientation:portrait){ 
  .consent-placeholder {
 
    margin: 20px auto;

}
}
.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked{
	-webkit-appearance: none;
	border-radius: 0;
}
@media only screen and (max-width:932px) and (orientation:landscape){
	.consent-placeholder span.input-error{
		top:-9.25vh;
	}
	.globaloptin.mobile-marketing{
		margin-top:9vh;
	}
	form#mlistFormOne .globaloptin input[type="checkbox"]{
		border-radius: 0;
	}
	.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked{
		width:1.4vw;
		height:1.4vw;
	}
}
@media only screen and (min-width:1024px) and (max-width:1024px) and (orientation:portrait){
	.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked{
		width:2.28vw;
		height:2.28vw;
	}
	div#signup-popup form#mlistFormOne .globaloptin input[type="checkbox"], form#mlistFormOne .globaloptin input[type="checkbox"]{
		width:2.28vw;
		height:2.28vw;
	}
	.globaloptin label, .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"] + label{
		padding-left:3.54vw;
	}
	.consent-placeholder span.input-error{
		top: -3.5vh;
	 }
}

