body #pp-footer{
	background: #fae2e1;
}
div#errorMsg {
    display: none;
}
form#signupForm {
    max-width: 465px;
    margin: 0 auto;
   background-color: transparent;
}

.join-button-form .mlist-field {
    display: inline-block;
    vertical-align: top;
    width: 63%;
    margin-right: 2%;
}

.join-button-form .mlist-submit {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
/*mlist-css starts*/
 .mlist-wrap {
    max-width: 400px;
    /*padding: 15px;*/
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 40px;
}
.mailing-list-header {
	margin-right: 20px;
	display: inline-block;
	font-size: 40px;
	color: rgb(255, 255, 255);
	/*margin: 114px auto 30px;*/
}

.mailing-list-header h3 {
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.mailing-list-header p {
	margin: 0;
	line-height: 1;
	padding-top: 8px;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.termsContent a:hover,.terms a:hover {
    color: #9654ac;
}
.termsWrapper a.terms:hover:after {
    border-color: rgb(144, 138, 131);
}
@media (max-width: 908px) {
	.mailing-list-header {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.secondFormClose {
    font-size: 24px;
    position: absolute;
    right: calc(50% - 250px - 40px);
    top: 4%;
}
form#signupForm2 {
	/*max-width: 480px;*/
	display: inline-block ;
	vertical-align: top;
}

/*Mailing List styles*/
input::-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder {/* Firefox 18- */
    color: #000;
}

input::-moz-placeholder {/* Firefox 19+ */
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}
select::-ms-expand {
    display: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    color: #1d0053;
    -webkit-text-fill-color: #1d0053;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.termsContent{
    display:none;
}
.mlist-wrapper {
	font-size: 0;
}
form#signupForm2 fieldset {
    margin: 0;
    padding: 0;
    display: inline-block;
	width: 562px;
    /*max-width: 562px;*/
}
.mlist-header {
    font-size: 23px;
    font-family: 'Cinzel';
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-right: 0;
    display: block;
    line-height: 1.313;
}

 label.error {
    font-size: 16px;
    margin: 9px 0px 0px;
    display: block;
    color: red;
    text-align: left;
	position: absolute;
    top: 21px;
}
 .email-submit-wrap {
    font-size: 0;
}
.mlist-field.email {
    width: 100%;
    display: inline-block;
	position:relative;
	vertical-align:top;
}
.termsContent a{
    text-decoration:underline;
}
fieldset .mlist-field {
    /* width: 265px; */
}
.mlist-submit {
    width: 240px;
    display:block;
	margin: 20px auto 0;
}
 input#email {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	height: 34px;
	padding: 0 20px;
	font-size: 18px;
	letter-spacing: 2px;
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: visible;
	font-family: 'Cinzel';
	font-weight: 700;
	font-style: normal;
	line-height: 34px;
	text-align:center;
	text-transform: none;
	border-width: 5px;
	border-color: rgb(29, 0, 83);
	border-style: solid;
	background-color: rgb(255, 255, 255);
}

input, select {
    -moz-appearance: none;
    color: #1d0053;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    height: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgb(222, 214, 203);
    padding: 0 10px 0 10px;
    font-size: 24px;
    width: 100%;
    text-transform: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Cinzel';
    font-weight: 700;
    font-style: normal;
    background: #fff;
}
.mlist-submit-new {
    text-align: center;
}
 input.submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgb(255, 255, 255);
    border: none;
    outline: none;
    margin: 0;
    cursor: pointer;
    font-family: 'Cinzel';
    font-weight: 400;
    font-style: normal;
    color: #1d0053;
    font-size: 16px;
    height: 34px;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 0 10px;
    transition: background-color .3s ease, color .3s ease;
    line-height: 27px;
    border-radius: 0;
    border-width: 5px;
    border-color: rgb(29, 0, 83);
    border-style: solid;
    
}

input.submit:hover{
    opacity: .5;
}
 select {
    background: url("../images/chevron-down.svg?sdfsd") no-repeat right 10px center #fff!important;
    padding-right: 20px;
    /*background-color: #040300;*/
    background-size: 10px auto !important;
}

 fieldset {
    border: medium none;
    padding: 0;
    margin: 0;
    text-align:center;
}
.termsWrapper.first div.terms {
	text-align: left;
}
.termsWrapper.first .termsContent {
    right: 0;
    position: absolute;
    /*bottom: -64px;*/
    left: auto;
    background: #672a98;
    width: 100%;
    z-index: 3;
    padding: 5px;
    box-sizing: border-box;
}
 .terms a {
    text-decoration: underline;
    border: none;
    font-size: 16px;
    color: #fff;
    border-bottom: none;
    display: inline-block;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    /*transition:0.5s ease-in-out;*/
}
.second .terms {
    text-align: center;
}
 .termsContent {
    text-align: left;
    clear: both;
    padding-top: 5px;
}
 .termsWrapper a.terms:after {
    content: "terms";
	border-bottom: 1px solid rgb(222, 214, 203);
}
 .termsWrapper a.terms.showing:after {
    content: "hide";
	border-bottom: 1px solid rgb(222, 214, 203);
}
 .termsContent, .termsContent a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}
 .termsContent a {
    color: #fff;
    transition:0.5s ease-in-out;
}

 input.error,  select.error {
    border: 1px solid #fe0000;
   
}

 #errorMsg,  #serverError {
    color: #fe0000;
    font-size: 10px;
    padding-bottom: 10px;
}

 .termsWrapper {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: normal;
    text-align: left;
    padding-top: 5px;
    padding-left: 0;
    position:relative;
}
 .termsWrapper.first {
    /*display: inline-block;*/
}

 #thankyouBlock {
    display: block;
    height: auto;
    padding: 0;
    color: #fff;
}
div#thankyoublock-innerwrapper {
    padding-top: 40px;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    /* letter-spacing: 1px; */
}


 .secondFormCloseWrap a {
    font-size: 21px;
    text-decoration: none;
    box-sizing: border-box;
    float: right;
    position: relative;
    top: -20px;
    margin-bottom: 0px;
    right: 0px;
    display: block;
    color: #fff;
    text-transform: uppercase;
}
 .thankswelcome-msg {
    clear: both;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
}

 div#thankyoublock-innerwrapper .mlist-field label {

    display: block;
    text-align: left;
    font-size: 14px;
    padding-top: 5px;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: 1px;
    margin-top: 2px;
    margin-bottom: 5px;
}
  .mlist-field.bdayfield select {
    display: inline-block;
    width: 48%;
    font-style: normal;
    font-weight: 400;
}

 .mlist-field #dobMonth{
    margin-right: 4%;
}
 .mnt-date {
    font-size: 0;
}
.mlist-field.email label.error {
    position: absolute;
	left:0;
	top:-21px;
}
.mlist-checks{
    position: relative;
    margin: 14px 0;
    display: block;
    /* overflow: hidden; */
    font-size:14px;
    /* padding: 10px 0; */
    text-align: left;
    vertical-align: top;
}
label.global-list{
	/* float:left; */
	padding-left: 30px;
	display: inline-block;
	vertical-align: top;
	line-height: 1.6;
}
.mlist-field input, .mlist-field select {
    font-size: 16px;
    font-weight: normal;
    text-transform: initial;
    letter-spacing: inherit;
}
.mlist-field select {
    background: #fff;
}

.mlist-checks [type=checkbox]:not(:checked),.mlist-checks [type=checkbox]:checked{
  display: inline;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 10;
  top: 0px;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  padding-left: 0;
}

.mlist-checks [type=checkbox]:not(:checked) + label:before,.mlist-checks  [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 0px;
  box-sizing: border-box;
  background: #fff;
}

.mlist-checks [type=checkbox]:not(:checked) + label:after,.mlist-checks [type=checkbox]:checked + label:after {
  content: "\2713";
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 4px;
  padding-left: 2.5px;
  font-style: normal;
  display: block;
  top: 8px;
  position: absolute;
  left: 2px;
}

.mlist-checks [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(1);
}

.mlist-checks [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}


 .mllister {
    max-width: 580px;
    margin: 0 auto;
    margin-top: 57px;
    color: #d71819;
}

div#thankyouBlock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
	z-index:9999;
}

 .thankyou-message.embed {
    text-align: center;
    font-size: 17px;
    text-transform: normal;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}
 span.emailAddress {
    font-weight: bold;
}

 div#errorLabelContainer2 {
    color: red;
    text-align: center;
    font-size: 14px;
    padding: 10px 0 10px 0;
}
 div#thankyoublock-innerwrapper .mlist-field label.error {
    font-size: 14px;
}
 .mlist-field.country,  .mlist-field.postalcode {
    vertical-align: top;
}

 .secondFormCloseWrap a:hover {
    opacity: 1;
	color:#f6c9b4;
}
.final-screen .secondFormCloseWrap {
    position: absolute;
    top: 30%;
    left: 64%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
 .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message {
    display: none;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
    display: block;
    font-weight: normal;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.2;
}

 .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
    display: block;
    /* padding-top: 8%; */
    font-size: 30px;
    letter-spacing: 6px;
    padding-bottom:0;
    font-family: 'Cinzel';
}
 .mlist-field.country,  .mlist-field.postalcode {
    font-weight: 700;
}
div#thankyouBlock.final-screen {
    position: static;
/*    display: inline-block;*/
    vertical-align: top;
    height: auto;
	background:none;
}

/*end of mlist*/
@media all and (max-width: 767px) {
    
    .mlist-wrap {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
     input,  select {
        font-size: 16px;
    }
    .join-button-form .mlist-field,.join-button-form .mlist-submit{
        display: block;
        width: 92%;
        margin:0 auto;
    }
    .join-button-form .mlist-submit{
        margin-top: 10px;
    }
     label.error {
        font-size: 12px;
        letter-spacing: 0;
    }
     .footer1 .terms a,  .footer1 .termsContent a {
        margin: 0;
    }
	input#email {
		text-align: center;
	}	
	form#secondForm {
		overflow-y: scroll;
	}    
}

 .footer1 .termsContent a:hover,  .terms a:hover {
  
opacity: .5;
}
 

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
        font-size: 19px;
    }
	label.error{
		font-size:14px;
	}

}

@media only screen and (max-width: 767px) {

     div#thankyoublock-innerwrapper .mlist-field label.error,  div#errorLabelContainer2 {
        font-size: 9px;
    }
	.mlist-container {
		width: 92%;
		margin: 0 auto;
	}	
}

@media only screen and (max-width: 767px) {
     .mlist-field.email-field {
        width: 180px;
    }
     .termsWrapper.first .termsContent {
        /* text-align: left; */
        /* clear: both; */
        /* padding-top: 5px; */
        /* width: 296px; */
        margin: 0 auto;
    }
}
 .termsWrapper.first .terms {
    letter-spacing: normal;
    font-size: 11px;
    text-transform:uppercase;
    /*text-decoration: underline;*/
}

 .mlist-field.bdayfield label,  .mlist-field.mlist-fname label,  .zip-country label {
    padding-bottom: 4px;
}

@media only screen and (max-width:767px){
	.mlist-header.mailing-list-header.desktop {
		display: none;
	}	
    .mlist-outer-wrapper {
        margin-top: 9px;
    }
    fieldset .mlist-submit, fieldset .mlist-field{
        display:block;
        margin:0 auto;
    }
    .mlist-header {
        font-size: 20px;
    }
    fieldset .mlist-submit {
        width: 240px;
        margin: 18px auto 0;
    }
    .mlist-submit input.submit {
        width: 160px;
    }
    .termsWrapper.first {
		text-align: center;
		max-width: 100%;
		margin: 0 auto;
		display: block;		
    }
	.termsWrapper.first .termsContent{
		width: 100%;		
	}
	.mlist-field.email label.error{
		position:static;		
	}
	.termsWrapper.second {
		padding-bottom: 20px;
	}	
    .enter-site a {
        width: 100%;
        max-width: 500px;
    }

	div#thankyouBlock.final-screen {
		position: static;
		display: inline-block;
		vertical-align: top;
		height: auto;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}	
    label.global-list{
        font-size:12px;
		text-align:left;
    }
	.mailing-list-header {
		display:block;
		text-align:center;
	}
	form#signupForm2 fieldset{
		display:block;
		width:100%;
	}
	form#signupForm2{
		width:100%;
	}
	.mlist-field.email{
		width:100%;
	}
	.termsWrapper.first div.terms{
		margin-left:0;
	}
	.termsWrapper.first div.terms{
		text-align:center;
	}
   
}

@media only screen and (max-width:481px){
    label.global-list{
        font-size:15px;
    }
}
@media only screen and (min-width: 768px){
	.mlist-header.mailing-list-header.mobile{
		display:none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	form#signupForm2 {
		margin-left: 18px;
	}	
	div#thankyouBlock.final-screen{
		margin-left:20px;
	}
}
@media only screen and (max-width:1024px){
	div#thankyouBlock {
		overflow-y: scroll;
		overflow-x: hidden;
		padding-top: 0;
		background-size: cover;
	}
}

/*mlist-css ends*/

