body #pp-footer{
	background: #fae2e1;
}
div#errorMsg {
    display: none;
}
div#mlist-popup{
    display:none;
}
form#storyPageSignup {
    /* padding: 50px; */
}
.mlist-wrapper {
       font-family: Arial, Helvetica, sans-serif;
}


/*Mailing List styles*/
input::-webkit-input-placeholder {
    color: #beaeae;
}

input:-moz-placeholder {/* Firefox 18- */
    color: #beaeae;
}

input::-moz-placeholder {/* Firefox 19+ */
    color: #beaeae;
}

input:-ms-input-placeholder {
    color: #beaeae;
}
select::-ms-expand {
    display: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    color: #beaeae;
    -webkit-text-fill-color: #beaeae;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
}
.termsContent{
    display:none;
}
.mlist-wrapper {
	
}

 label.error {
    font-size: 8px;
    margin: 9px 0px 0px;
    display: block;
    color: red;
    text-align: left;
	position: absolute;
    top: 60px;
}
 .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: 67px;
    display:block;
    margin: 20px auto 0;
    position: absolute;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
}
 input#email {
 	color: #beaeae;
 	-webkit-appearance: none;
 	-moz-appearance: none;
 	appearance: none;
 	border-radius: 0;
 	height: 40px;
 	padding: 0 20px;
 	font-size: 10px;
 	letter-spacing: 2px;
 	width: 100%;
 	display: block;
 	margin: 0 auto;
 	overflow: visible;
 	font-family: Arial, Helvetica, sans-serif;
 	/* font-weight: 700; */
 	/* font-style: normal; */
 	line-height: 40px;
 	text-align: left;
 	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: #beaeae;
    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: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    background: transparent;
}
.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: Arial, Helvetica, sans-serif;
    /* font-weight: 400; */
    font-style: normal;
    color: #beaeae;
    font-size: 12px;
    height: 40px;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 0 10px;
    transition: none;
    line-height: 28px;
    /* border-radius: 0; */
    /* border-width: 5px; */
    /* border-color: rgb(29, 0, 83); */
    /* border-style: solid; */
    border: navajowhite;
}

input.submit:hover{
    opacity: .5;
}
 select {
    background: url("../images/drop-down.png?sdfsd") no-repeat right 10px center #000;  
    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 {
    bottom: 16px;
    position: absolute;
    /*bottom: -64px;*/
    left: auto;
    background: #000;
    width: 100%;
    z-index: 3;
    /* padding: 5px; */
    box-sizing: border-box;
    border: 1px solid #beaeae;
    padding: 10px;
}
 .terms a {
    text-decoration: underline;
    border: none;
    font-size: 8px;
    color: #beaeae;
    border-bottom: none;
    display: inline-block;
    letter-spacing: normal;
    text-decoration: underline;
    text-transform: none;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}
.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: 7px;
    color: #beaeae;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
}
 .termsContent a {
    color: #beaeae;
}

 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;*/
    max-width: 300px;
    margin: 0 auto;
}

 #thankyouBlock {
    display: block;
    height: auto;
    padding: 0;
    color: #beaeae;
    font-family: Arial, Helvetica, sans-serif;
}
div#thankyoublock-innerwrapper {
    /* padding-top: 40px; */
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    /* letter-spacing: 1px; */
}
.secondFormCloseWrap {
    position: absolute;
    top: 20px;
    left: 96%;
    transform: translate(-50%,-50%);
}

 .secondFormCloseWrap a {
      /* position: absolute; */
      font-size: 20px;
      text-decoration: none;
      box-sizing: border-box;
      /* float: right; */
      position: relative;
      /* top: 50%; */
      margin-bottom: 0px;
      /* left: 0; */
      display: block;
      color: #beaeae;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
}
 .thankswelcome-msg {
    clear: both;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
}

 div#thankyoublock-innerwrapper .mlist-field label {display: block;text-align: left;font-size: 10px;padding-top: 8px;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: 9px;
    /* 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: 10px;
    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;
  background: #000;
}

.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: transparent;
  border: 1px solid;
}

.mlist-checks [type=checkbox]:not(:checked) + label:after,.mlist-checks [type=checkbox]:checked + label:after {
  content: "\2713";
  font-size: 14px;
  color: #beaeae;
  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: none;
    color: #beaeae;
    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: 0.7;
    /* 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: 12px;
    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: 5px;
    padding-bottom:0;
    font-family: Arial, Helvetica, sans-serif;
}
 .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 {
        top:44px;

    }
     .footer1 .terms a,  .footer1 .termsContent a {
        margin: 0;
    }
	input#email {
		text-align: center;
	}	
	form#secondForm {
		/* overflow-y: scroll; */
    }    
    .mlist-wrapper {
        padding: 20px;

    }
    
    .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
        font-size: 20px;
        margin: 0 auto;
        padding: 30px 0;
    }
    .thankswelcome-msg {
        font-size: 8px;
        line-height: 1.7;
    }
    
    .termsWrapper.second .termsContent {
        bottom: 10vw;
    }
    
    .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
        font-size: 12px;
    }
}

 .footer1 .termsContent a:hover,  .terms a:hover {
  
opacity: .5;
}
 



@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: capitalize; */
    /*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%;		
        padding-bottom: 10px;
        background:#000;
	}
	.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*/

