fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.mlist-outer-wrapper {
	max-width: none;
	margin: 8px auto 0;
	position: relative;
}
.mlist-field label {
	width: 100%;
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 0px;
}
label.error {
    color: red !important;
    position: absolute;
    bottom: -21px;
    left: 0;
    font-size: 8px !important;
    padding: 0;
    letter-spacing: 0.2px;
	width: 70% !important;
}
div#errorLabelContainer2 {
	color:red;
}
input[type="text"], input[type="email"], input[type="textarea"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #464646;
	width: 100%;
	margin-bottom: 0;
	height: 30px;
	float: none;
	clear: both;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	letter-spacing: 2px;
	line-height: normal;
	border-radius: 0px;
	background: transparent;
	color: #FFF;
	font-size: 11px;
	font-family: 'Helvetica LT W01 Bold';
	text-indent: 0;
	text-transform: uppercase;
	padding: 0;
	outline: none;
    padding-left: 8px;
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-right: 2vw;
    background-size: 3vw auto;
}
option {
	background:#000;
}
select#country{
	text-transform:uppercase;
}

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

input[type="submit"] {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0;
	border: 1px solid #FFF;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	font-family: 'Helvetica LT W01 Bold';
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	letter-spacing: 1px;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}
input[type="submit"]:hover {
	background: none #000;
	color: #FFF;
	border-color: #464646;
}
input::-webkit-input-placeholder {
	color: #FFF;
}

input:-moz-placeholder {/* Firefox 18- */
	color: #FFF;
	opacity: 1;
}

input::-moz-placeholder {/* Firefox 19+ */
	color: #FFF;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #FFF;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0px 0px 0px 1000px #FFF inset;
	background: transparent !important;
	-webkit-text-fill-color: #FFF;
}
div#secondary-list-values input, div#secondary-list-values select {
    padding-left: 8px;
}
#email {
	margin-bottom: 0px;
}
#homePageSignup, #aboutPageSignup {
	text-align: center;
	font-size: 0;
}
#homePageSignup .mlist-field, #homePageSignup .mlist-submit, #aboutPageSignup .mlist-field, #aboutPageSignup .mlist-submit {
    display: inline-block;
    vertical-align: top;
    width:69.6%;
}
#homePageSignup .mlist-submit, #aboutPageSignup .mlist-submit {
	width: 30.4%;
	margin-left: 0;
	margin-top: 0;
}
.terms {
	text-align: right;
}
.termsWrapper {
	padding-left: 0;
	margin-top: 2px;
}
.termsWrapper {
	position: relative;
}
.termsWrapper.first a.terms:after, .termsWrapper.first a.terms.showing:after, .termsWrapper.second a.terms:after, .termsWrapper.second a.terms.showing:after {
	content: "Terms";
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
	display: block;
	cursor: pointer;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.termsWrapper.first a.terms.showing:after, .termsWrapper.second a.terms.showing:after {
	content: "Hide";
}
.terms a {
	display: inline-block;
	letter-spacing: 0px;
}
.termsContent {
	font-size: 10px;
	border: 1px solid #939598;
	padding: 5px;
	top: 20px;
}
.termsContent {
	display: none;
	position: absolute;
	z-index: 10;
	background: none #000;
	color: #FFF;
	left: 0;
	text-align:left;
}

.termsContent a, .terms a {
	color: #939598;
	border-bottom: 1px solid #939598;
    text-decoration: none;
}
.termsContent a:hover, .terms a:hover {
	color: #FFF;
	border-color: #FFF;
}
.termsWrapper.second {
	padding-top: 0px;
}
.mlist-field label{
   margin-bottom:10px;
}
#secondary-list-values .mlist-field {
	font-size: 0;
	margin-bottom: 2vw;
       position:relative;
}
#secondary-list-values .mlist-field #dobMonth, #secondary-list-values .mlist-field #dobDay {
	width: 48%;
	display: inline-block;
}
#secondary-list-values .mlist-field #dobMonth {
	margin-right: 4%;
}
.mlist-outer-wrapper .mlist-wrapper input.error, .mlist-outer-wrapper .mlist-wrapper select.error {
	border: 1px solid #FF0000;
	color: #FF0000;
}
#errorMsg, #serverError {
	color: #ED3D3D;
	font-size: 12px;
	padding-bottom:5px;
}
#thankyouBlock .thankyou-message {
	display: none;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#thankyouBlock #thankyoublock-innerwrapper .thankyou-message.embed {
	display: block;
	font-size: 14px;
	text-align:center;
}
#thankyouBlock #thankyoublock-innerwrapper .thankyou-message.embed span{
	white-space: nowrap;
}
#thankyouBlock.final-screen  .thankyou-message {
	display: block;
	text-align: center;
}
#thankyouBlock.final-screen #thankyoublock-innerwrapper .thankyou-message.embed {
	display: none;
}
.secondFormCloseWrap {
	position: absolute;
	right: 10px;
	top: 5px;
}
.secondFormCloseWrap a {
	text-decoration: none;
	color: #FFF;
	font-size: 22px;
}
.secondFormCloseWrap a:hover {
	color: #939598;
}
.thankswelcome-msg {
	padding-bottom: 10px;
	font-size: 13px;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-right: 2vw;
    background-size: 10px auto;
  }
}

.header div#secondary-list-values select{
	 background-image: url('../images/dropdownblack.svg');
}
/* Base for label styling */
/*[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) +
label, [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	font-size: 12px;
}

/* checkbox aspect */
/*input[type="checkbox"]:not(:checked) +
label:before, input[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 12px;
	height: 12px;
	border: 2px solid #464646;
	background: transparent;
	border-radius: 0px;
}
/* checked mark aspect */
/*input[type="checkbox"]:not(:checked) +
label:after, input[type="checkbox"]:checked + label:after {
	content: '\2713';
	position: absolute;
	top: 0px;
	left: 4px;
	font-size: 12px;
	color: #FFF;
	transition: all .2s;
}
/* checked mark aspect changes */
/*input[type="checkbox"]:not(:checked) +
label:after {
	opacity: 0;
	transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
*/
.mlist-checks {
	margin-bottom: 10px;
	text-align: left;
}
.mailinglist {
	padding-top: 37px;
	/* min-height: calc(100vh - 284px); */
}
@media only screen and (min-width: 768px) {
	.mlist-outer-wrapper{
		margin: 8px auto 0;
	}
	#homePageSignup, #aboutPageSignup {
		text-align: left;
	}
	#homePageSignup .mlist-field, #homePageSignup .mlist-submit, #aboutPageSignup .mlist-field, #aboutPageSignup .mlist-submit{
		display: inline-block;
		vertical-align: top;
		width: 69.6%;
	}
	#homePageSignup .mlist-submit, #aboutPageSignup .mlist-submit {
		width: 30.4%;
		margin-left: 0;
		margin-top: 0;
	}
	input[type="text"], input[type="email"], input[type="textarea"], select {
		font-size: 11px;
		height: 30px;
		padding-left: 8px;
		padding-right: 8px;
		letter-spacing: 4px;
	}
	input[type="submit"] {
		font-size: 12px;
	    height: 30px;
	    letter-spacing: 2px;
	    padding-left: 2px;
	    border-width: 1px;
	}
	#errorMsg, #serverError{
		font-size: 12px;
	}
	.terms {
		text-align: right;
	}
	.termsWrapper {
	    padding-left: 0;
    	margin-top: 2px;
	}
	.termsWrapper.first a.terms:after, .termsWrapper.first a.terms.showing:after, .termsWrapper.second a.terms:after, .termsWrapper.second a.terms.showing:after {
		font-size: 8px;
	}
	.termsContent a, .terms a {
		border-bottom-width: 1px;
	}
	.terms a {
		letter-spacing: 0;
	}
	.termsContent {
		font-size: 10px;
	    border: 1px solid #939598;
	    padding: 5px;
	    top: 11px;
	}
	.termsWrapper.second .termsContent{
		top: 16px;
	}
	#thankyouBlock{
		width: 450px;
		margin: 0 auto;
		padding: 10em  0;
	}
	#thankyouBlock.final-screen{
		width: auto;
	}
	#thankyouBlock #thankyoublock-innerwrapper .thankyou-message.embed {
		font-size: 14px;
	    letter-spacing: 3px;
	    margin-bottom: 5px;
	}
	.thankswelcome-msg {
		padding-bottom: 10px;
		font-size: 13px;
	}
	.secondFormCloseWrap {
		top: 5px;
		right: 10px;
	}
	.secondFormCloseWrap a {
		font-size: 22px;
	}
	.mlist-field label {
		font-size: 10px;
    	color: #FF0000;
	}
	#thankyouBlock .mlist-field label{
		font-size: 12px;
		color: #FFF;
	}
	select, select[size="0"], select[size="1"] {
		background-size: 10px auto;
	}
	#secondary-list-values .mlist-field{
		margin-bottom: 10px;
	}
	/*[type="checkbox"]:not(:checked) +
	label, [type="checkbox"]:checked + label {
		padding-left: 24px;
		font-size: 12px;
	}
	
	/* checkbox aspect */
	/*input[type="checkbox"]:not(:checked) +
	label:before, input[type="checkbox"]:checked + label:before {
		top: 0px;
		width: 12px;
	    height: 12px;
	    border: 2px solid #464646;
	}
	/* checked mark aspect */
	/*input[type="checkbox"]:not(:checked) +
	label:after, input[type="checkbox"]:checked + label:after {
		content: '\2713';
		position: absolute;
		top: 0px;
	    left: 4px;
	    font-size: 12px;
	    color: #FFF;
	}*/
	#thankyouBlock.final-screen  .thankyou-message{
		font-size: 14px;
	    letter-spacing: 2px;
	    text-align: left;
	}
}

@media only screen and (max-width:767px){
#homePageSignup .mlist-field, #homePageSignup .mlist-submit, #aboutPageSignup .mlist-field, #aboutPageSignup .mlist-submit {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 32px);
}
.header #homePageSignup .mlist-submit, #aboutPageSignup .mlist-submit{
    background-color: #ffffff;
    width: 32px;
    height: 30px;
}

.header #homePageSignup .mlist-submit input, #aboutPageSignup .mlist-submit input{
    background: url(../images/mail-black.png) no-repeat scroll center center transparent;
    font-size: 0;

}
}
.mlist-outer-wrapper .mlist-checks {
    color: #000;
}
 .mlist-checks {
    width: 100%;
    margin-top: 0;
    padding-top: 1px;
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
}
 input.global-list-checkbox {
    vertical-align: middle;
    display: inline;
    position: absolute;
    left: 0;
    width: 100%;
    height: 22px;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    padding-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-sizing: border-box;
}
 .mlist-outer-wrapper [type="checkbox"]:not(:checked) + label:before,.mlist-outer-wrapper [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    background: #000;
    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";
    font-size: 9px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-style: normal;
    display: block;
    top: 1px;
    position: absolute;
    left: 5px;
    box-sizing: border-box;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

label.global-list {
    font-size: 10px;
    padding-left: 10px;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    text-transform: uppercase;
    width: calc(100% - 25px);
    display: inline-block;
}
.mlist-outer-wrapper .mlist-checks {
    color: #000;
    margin-top: 0;
    padding-top: 1px;
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    /*width: calc(100% - 130px);*/
    text-transform: uppercase;
    font-size: 10px;
    float: left;
    padding-left: 0;
}

.owl-item .mlist-outer-wrapper .mlist-checks{
    width: calc(100% - 130px);
}

.tour-mlist-wrapper .mlist-outer-wrapper .mlist-checks{
    color: #FFF;
}

.mailinglist_block label.global-list{
	color:#fff;
}


/*Mailing List styles*/
#mlistPage .mailinglist input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
#mlistPage .mailinglist .mlist-outer-wrapper .mlist-checks{
	width:100%;
}
#mlistPage .mailinglist input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
#mlistPage .mailinglist input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
#mlistPage .mailinglist input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#mlistPage .mailinglist select::-ms-expand {
  display: none;
}

#mlistPage .mailinglist option {
  background: #fff;
}

div#errorLabelContainer2 {
  color: #fe0000;
  margin-bottom: 14px;
  font-size:14px;
}

#mlistPage .mailinglist input:-webkit-autofill, #mlistPage .mailinglist textarea:-webkit-autofill {
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #000 inset;
}

#mlistPage .mailinglist select:-webkit-autofill {
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #000 inset;
}

#mlistPage .mailinglist .mlist-outer-wrapper {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    background: #fff;
}
#mlistPage .mailinglist input[type="text"], #mlistPage .mailinglist input[type="email"], #mlistPage .mailinglist input[type="textarea"], #mlistPage .mailinglist select{
  color:#000;
  -webkit-text-fill-color:#000;
}

#mlistPage .mailinglist .mlist-field label {
    color: #000;
    font-size: 14.08px;
}

#mlistPage .mailinglist .mlist_header {
    color: #000;
}

#mlistPage .mailinglist .mlist_header .welcomeMsg {
    padding: 10px 0;
    text-align: center;
}

#mlistPage .mailinglist  .mlist-outer-wrapper fieldset {
    border: none;
    padding: 12px 12px 0;
}

#mlistPage .mailinglist .mlist_header .welcomeMsg span.welText {
    padding: 10px 0;
    display: block;
}

@media (-webkit-min-device-pixel-ratio: 0) {
#mlistPage .mailinglist .mlist-outer-wrapper select, #mlistPage .mailinglist .mlist-outer-wrapper select[size="0"], #mlistPage .mailinglist .mlist-outer-wrapper select[size="1"] {
    background-image: url(../images/dropdownblack.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-right: 2vw;
    background-size: 10px auto;
}
}
#mlistPage .mailinglist .mlist-outer-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: url(../images/dropdownblack.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
}

#mlistPage .mailinglist .mlist-outer-wrapper .mlist-field {
    margin-bottom: 15px;
    position: relative;
}

#mlistPage .mailinglist .mlist-outer-wrapper .mlist-field #dobMonth,#mlistPage .mailinglist .mlist-outer-wrapper .mlist-field #dobDay {
    width: 46.65%;
    display: inline-block;
}

#mlistPage .mailinglist .mlist-outer-wrapper .mlist-field #dobMonth {
    clear: none;
}
@media only screen and (max-width: 767px){
	#mlistPage .mailinglist .mlist-outer-wrapper .mlist-field #dobMonth {
		margin-right: 5.2%;
	}
}
@media only screen and (min-width: 768px) {
	#mlistPage .mailinglist .mlist-outer-wrapper .mlist-field #dobMonth {
		margin-right: 5.7%;
	}
}
#mlistPage .mailinglist .mlist-outer-wrapper .mlist-checks {
    color: #000;
}
#mlistPage .mailinglist .mlist-outer-wrapper .termsContent {
    font-size: 10px;
    border: 1px solid #939598;
    padding: 5px;
    top: 70%;
}
#mlistPage .mailinglist .mlist-outer-wrapper .terms {
    text-align: center;
}
#mlistPage .mailinglist .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message.embed {
    display: block;
    font-size: 20px;
    color: #000;
    text-align: center;
}
mailing-list:1532
#mlistPage .mailinglist .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message {
    display: none;
}

#mlistPage .mailinglist .mlist-outer-wrapper.embedded-inline-list.country-detect form.join-button-form .termsWrapper {
    padding: 0 12px 12px;
    width: 100%;
    box-sizing: border-box;
    clear:both;
}
#mlistPage .mailinglist .termsWrapper.first a.terms:after, 
#mlistPage .mailinglist .termsWrapper.first a.terms.showing:after, 
#mlistPage .mailinglist .termsWrapper.second a.terms:after, 
#mlistPage .mailinglist .termsWrapper.second a.terms.showing:after{
	font-size:8px;
}
#mlistPage .mailinglist .termsContent a, #mlistPage .mailinglist .terms a {
    color: #939598;
    border-bottom: 1px solid #939598;
    text-decoration: none;
}
#mlistPage .mailinglist  .terms a:hover{
    color: #000;
	border-color: #FFF;
}
#mlistPage .mailinglist .termsContent a:hover{
	color:#fff;
	border-color: #FFF;
}

#mlistPage .mailinglist input[type="submit"] {
    background: none #000;
    color: #FFF;
    border-color: #000;
    width: 110px;
}
#mlistPage .mailinglist input[type="submit"]:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}
body#mlistPage {
    background: -webkit-linear-gradient(top,#090c0d,#696463);
    background: -o-linear-gradient(top,#090c0d,#696463);
    background: -moz-linear-gradient(top,#090c0d,#696463);
    background: linear-gradient(to bottom, #090c0d, #696463);
}
#mlistPage .mailinglist {
    min-height: calc(100vh - 284px);
}
.header .secondFormCloseWrap a,.header #thankyouBlock #thankyoublock-innerwrapper .thankyou-message.embed,.header .thankswelcome-msg,.header #thankyouBlock .mlist-field label,.header .mailinglist_block label.global-list{
    color: #000000;
}

.header .mailinglist_block label.global-list {
    width: calc(100% - 5px);
}
.header input[type="submit"] {
    color: #ffffff;
    background-color: #000000;
}
.header input[type="submit"]:hover {
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
}
.header .mailinglist_block #secondForm .termsContent a:hover, .header .mailinglist_block #secondForm .terms a:hover {
    color: #000000;
    border-color: #000000;
}
.header .mailinglist_block #secondForm .termsContent a.mlistlink:hover, .header .mailinglist_block #secondForm .terms a.mlistlink:hover {
    color: #ffffff;
    border-color: #ffffff;
}
.header .mailinglist_block .termsWrapper.second .termsContent a.mlistlink:hover, .header .mailinglist_block .termsWrapper.second .terms a.mlistlink:hover {
    color: #ffffff;
    border-color: #ffffff;
}
.header div#secondary-list-values input, .header div#secondary-list-values select {
    color: #000000;
}
.header option {
    background: #000000;
    color: #ffffff;
}
.header .secondFormCloseWrap a:hover {
    color: #9BA0A8;
}
@media only screen and (min-width: 768px){
.header .secondFormCloseWrap {
    top: 0px;
    right: 5px;
}
}
span.artist-name {
    display: inline-block;
}