/*mlist*/

.mailinglist-block-wrapper {
	max-width: 41vw;  
    margin: 0 auto;
}

label.error {
    color: #fe0000;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message {
    display: none;
}
.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message.thankyou.embed.fadeIn{
	display: block;
    font-size: 42px;
}
.termsContent.fadeIn{
	display: block;
}
.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
    display: block;
    line-height: 1;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
    display: block;
    font-size: 20px;
    line-height: 1;
}


/*Mailing List styles*/
.fadeOut, div#thankyouBlock.fadeOut > * {
	display: none;
}
.fadeIn, div#thankyouBlock.fadeOut .thankyou-message.fadeIn, div#thankyouBlock.fadeOut {
	display: block;
}
span.input-error, .terms>a, div.terms {
	font-size: max(10px, 0.7vw);
}
div.terms {
	text-align: right;
}
span.input-error {
	color: red;
}
.termsContent.fadeIn a{
	margin-right: 0;
}
input::-webkit-input-placeholder {
    color: #959595;
    opacity: 1;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    text-transform: capitalize;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
    opacity: 1;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    text-transform: capitalize;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
    opacity: 1;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    text-transform: capitalize;
}

input:-ms-input-placeholder {
    color: #959595;
    opacity: 1;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    text-transform: capitalize;
}

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

option {
    background: #fff;
    border: 2px solid #fff;
    font-family: 'Times New Roman', Times, serif;
    color: #959595;
}

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

input:-webkit-autofill,
textarea:-webkit-autofill {
    color: #959595;
    -webkit-text-fill-color: #959595;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

select:-webkit-autofill {
    color: #959595;
    -webkit-text-fill-color: #959595;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.mlist-submit-new {
    max-width: 250px;
    margin:0 auto;
}

.termsWrapper.second {
    text-align: center;
}
.termsWrapper.second .terms{
    text-align: center;
}
.mlist-header {
    font-size: 24.02px;
    line-height: 28px;
}

.mlist-submit.submit-field,
.mlist-field.email-field {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.email-submit-wrap {
    font-size: 0;
}

.mlist-wrapper {
    margin: 0 auto;
}

.fidgetSpinner {
    padding: 0 0 30px 0;
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .mlist-wrapper {
        max-width: none;
        margin: 0 auto 0 0;
    }
    .musicRight .mlist-wrapper {
        margin: 0 auto;
    }
}

@media only all and (min-width: 768px) {
    .mlist-field.email-field {
        width: calc(100% - 155px);
        text-align: left;
        width: calc(100% - 11.4vw);
    }
}

.mlist-submit.submit-field {
    width: 40%;
    margin-left: 0;
}

.mlist-subscribe {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: bodoni-urw, serif;
	font-weight: 700;
}

input,
select {
    -moz-appearance: none;
    color: #959595;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    outline: none;
	height:45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #8C4160;
    padding: 0 10px 0 10px;
    font-size: 22px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 0.76px;
    border: none;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: capitalize;
}

#thankyouBlock input,
#thankyouBlock select {
    letter-spacing: 0;
    font-size: 14px;
}

input.global-list-checkbox:checked:after {
    content: '\2713';
    font-size: 16px;
    color: #959595;
    position: absolute;
    top: 0;
    left: 4px;
    height: 23px;
}

div#secondary-list-values input.global-list-checkbox {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
}

div#thankyoublock-innerwrapper .mlist-field label.error,
label.error {
    font-size: 12px;
    left: 0;
    top: 48px;
    position: absolute;
}

input#email {
    background: #fff;
    font-size: 1vw;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    color: #959595;
    border: none;
}
input#email.errored {
    border: 1px solid red;
}

input.submit {
    padding: 0px 0 0 0;
    cursor: pointer;
    font-size: 38px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: none;
    font-size: 14px;
    font-size: 1vw;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    letter-spacing: 0.36px;
    font-weight: bold;
    background: #8E8E8E;
    border: none;
    letter-spacing: 0;
    font-weight: 300;
    font-family: bodoni-urw, serif;
    font-weight: 700;
}

input.submit:hover {
    color: #fff;
    background: #FFFFFF99;
    border: none;
    /* opacity: 0.7; */
}

select {
    padding-left: 12px;
    background: url(../images/dropdown_black.png) #fff;
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: auto;
    padding-right: 38px;
}

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

.terms a {
    font-family: 'Times New Roman', Times, serif;
    border: none;
    font-size: 10px;
    color: #fff;
    border-bottom: none;
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-weight: normal;
    margin-top: 4px;
    letter-spacing: 0.29px;
    margin-right: 4vw;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 10px;
    text-transform: uppercase;
}

.terms a:hover {
    text-decoration: underline;
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.termsContent {
    text-align: left;
    clear: both;
    padding-top: 5px;
	max-width: 355px;
    display: none;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}

/*.termsWrapper a.terms:after {
    content: "Terms";
    font-size: 10px;
    text-transform: uppercase;
}

.termsWrapper a.terms.showing:after {
    content: "Hide";
    font-size: 10px;
    text-transform: uppercase;
}*/

.termsContent {
    font-size: 10px;
    position: absolute;
    background: #261E21;
    text-transform: uppercase;
}

.termsContent a {
    font-size: max(10px, 0.7vw);
    color: #fff;
    text-decoration: underline;
    margin:0;
}

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

input.error,
select.error {
    border: 2px solid #fe0000;
    font-family: 'Times New Roman', Times, serif;
}

#errorMsg,
#serverError {
    color: #fe0000;
    font-size: 10px;
    padding-bottom: 10px;
    font-family: 'Times New Roman', Times, serif;
}

.termsWrapper {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: normal;
    text-align: left;
    padding-top: 16px;
}

@media only all and (min-width: 768px) {
    .termsWrapper {
        padding-top: 3px;
    }
}

#thankyouBlock {
    display: block;
    height: auto;
    padding: 0;
}

.secondFormCloseWrap a {
    font-size: 25px;
    text-decoration: none;
    box-sizing: border-box;
    float: right;
    position: relative;
    top: -22px;
    margin-bottom: 0px;
    right: 0px;
    display: block;
    color: #fff;
}

.secondFormCloseWrap a:hover {
    color: #fff;
    opacity: 0.5;
}

.thankswelcome-msg {
    clear: both;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

div#thankyoublock-innerwrapper .mlist-field label {
    padding-bottom: 4px;
    padding-top: 5px;
    font-size: 1.2vw;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    color: #fff;
}

label.error {
    color: #fe0000;
}

.mlist-field.country,
.mlist-field.postalcode {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.mlist-field.bdayfield select {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.mlist-field.bdayfield #dobMonth {
    margin-right: 3%;
}

.mlist-field.postalcode {
    margin-right: 3%;
}

.mnt-date,
.zip-country {
    font-size: 0;
}

.mlist-field.bdayfield,
.mlist-field.mlist-fname {
    padding-bottom: 10px;
}

.zip-country {
    padding-bottom: 10px;
}

.mlist-checks {
    text-align: left;
    position: relative;
    padding: 8px 0;
}

input.global-list-checkbox {
    width: 24px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border: 0;
    margin: 0;
    background: #fff;
    border: 2px solid #fff;
    margin-right: 5px;
}

label.global-list {
    font-size: 0.9vw;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    line-height: 18px;
    width: calc(100% - 35px);
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    text-transform: uppercase;
}

input.global-list-checkbox:checked+label:before {
    text-indent: 0;
}

.mlist-submit {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.mlist-submit {
    width: 133px;
    margin-left: 1vw;
    width: 9.75vw;
}

.mlist-subscribe-logo {
    font-size: 50px;
    text-align: center;
    padding-top: 1em;
}

.thankyou-message.embed {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 0;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 17px;
}

.mlist-field select#dobMonth {
    margin-right: 3%;
    margin-bottom: 5px;
}

.mlist-field #dobMonth,
.mlist-field #dobDay {
    display: inline-block;
    width: 48.5%;
}

@media only all and (max-width: 767px) {
	label.global-list{
		font-size:12px;
	}
	.terms a {
		margin-right: 0;
	}
	.termsContent {
    font-size: 0.75vw;
	}

	.mlist-submit {
		display: block;
		margin: 0 auto;
	}
	.mailinglist-block-wrapper {
		max-width:560px;
	}
    .mlist-field.email-field {
        width: 300px;
        margin-bottom: 5px;
    }
    input#email {
        text-align: center;
    }
    input.submit {
        height: 45px;
    }
    .thankswelcome-msg {
        padding: 15px 0;
    }
    label.global-list {
        width: 86.5%;
    }
    .termsWrapper {
        padding-top: 0px;
    }
    .termsContent,
    .termsContent a {
        font-size: 12px;
    }
    input.error {
        text-align: left;
    }
    .mlist-submit {
        width: 300px;
        margin-top: 15px;
    }
    input#email,
    input.submit {
        font-size: 16px;
    }
    .termsWrapper.first.desktop-terms {
        display: block;
        text-align: center;
        width: 100%;
    }
    .mlist-field.postalcode,
    .mlist-field select#dobMonth {
        margin-right: 3%;
    }
    div#thankyoublock-innerwrapper .mlist-field label {
        font-size: 17px;
    }
    label.global-list {
        font-size: 12px;
        line-height: 1.3;
    }
    .mlist-field.country,
    .mlist-field.postalcode {
        width: 100%;
    }
    .mlist-field #dobMonth,
    .mlist-field #dobDay {
        width: 47.5%;
    }
}

@media only all and (max-width: 1023px) {
    input.submit:hover {
        transform: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    input.submit:hover {
        transform: none;
    }
}

@media(min-width: 768px) {
	#thankyouBlock input, #thankyouBlock select{
		    font-size: 1vw;
	}
	input, select{
		height:3.2vw;
	}
    .termsContent {
        border: none;
        padding: 10px;
        font-size: max(10px, 0.7vw);
        width: 100%;
        max-width: 550px;
        max-width: 40.2vw;
        position: absolute;
        background: #000000;
        border: none;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        padding: 5px;
    }
}

@media(max-width: 767px) {
	div.terms {
		text-align: center;
	}
    .termsContent {
        border: none;
        padding: 0;
        max-width: 355px;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .termsWrapper.first.desktop-terms {
        position: relative;
    }
}

input#email,
input.submit {
    line-height: 45px;
    line-height: 3.3vw;
}

.termsWrapper.first .terms {
    text-align: right;
}

.termsWrapper.second .terms a {
    margin-right: 0;
}

.footMail {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .termsWrapper.first .terms {
        text-align: center;
        margin-top: 7px;
    }
    .terms a {
        margin-right: 0;
    }
    a.terms{
        margin: 3vw 0;
    }
    div#thankyoublock-innerwrapper .mlist-field label.error,
    label.error {
        left: 0;
        right: 0;
    }
    #thankyouBlock {
        max-width: 300px;
        margin: 0 auto;
    }
    .footMail {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}


.fadeOut, div#thankyouBlock.fadeOut > *,.terms a:after {
display: none;
}
.fadeIn, div#thankyouBlock.fadeOut .thankyou-message.fadeIn, div#thankyouBlock.fadeOut {
display: block;
}
span.input-error,
.terms>a,
div.terms {
font-size: max(10px, 0.7vw);
}
span.input-error {
color: red;
}
.termsWrapperV3.second div.terms {
    text-align: center;
}
.termsWrapperV3.second .terms a {
    margin-right: 0;
}