.mlist-field.email-field label {
	float: left;
	text-transform: uppercase;
	font-size: 22px;
	font-family: pragmatica-extended, sans-serif;
}
.mlist-field.email-field label.error {
	font-size: 18px;
}
#thankyoublock-innerwrapper select.error {
	border: 5px solid #fe0000;
}
.mlist-wrapper input, .mlist-wrapper select {
	height: 43px;
	border-radius: 0px;
	font-size: 14px;
	background: transparent;
	line-height: 43px;
	box-sizing: border-box;
	-webkit-text-fill-color: #000000;
	margin-bottom: 25px;
	font-weight: 200;
	text-align: center;
	border: 2px solid #000;
}

.mlist-wrapper select#dobDay, .mlist-wrapper select#dobMonth {
	width: 49%;
}
.mlist-wrapper select#dobMonth {
	margin-right: 2%;
}
.mlist-field {
	font-size: 18px;
	color: #fff;
	position: relative;
}
.mlist-field.bday-field {
	font-size: 0;
}
/*Input and Select Height Second Form*/

#thankyoublock-innerwrapper input, #thankyoublock-innerwrapper select {
	color: #fff;
	border: 2px solid #000;
	height: 40px;
	line-height: 38px;
	background: #ffffff46;
	-webkit-text-fill-color: #fff;
}

/*Submit Height and Color */
.purchase-text{
    font-size: 10px;
    color: #000;
    font-weight: 200;
	font-family: pragmatica-extended, sans-serif;
	text-transform: lowercase;
}
.agree-text {
    font-size: 10px;
    color: #000;
	line-height: 1.5;
	font-weight: 200;
	text-transform: lowercase;
}
.closeWrapper {
    text-align: right;
    padding: 47px;
}
.closeWrapper a {
    color: #000;
	font-weight: 700;
	font-size: 14px;
	text-decoration: underline;
    text-transform: uppercase;
}
.closeWrapper a:hover {
    color: #fff;
}
.mlist-submit input.submit, #thankyoublock-innerwrapper .mlist-submit-new input.submit {
	font-size: 14px;
	outline: none;
	line-height: 1;
	color:#000;
	width: 100%;
	padding: 0px;
	border-radius: 0;
	border: 2px solid #000;
	cursor: pointer;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	height: 42px;
	line-height: 40px;
	-webkit-text-fill-color: #000;
	font-family: pragmatica-extended, sans-serif;
	font-weight: 700;
}

/*Terms Color*/

.termsWrapper a {
	text-transform: lowercase;
	color: #000;
}

/*Terms Hover*/

.terms a {
	border: medium none;
	text-decoration: none;
	text-decoration: underline;
}
.terms a:hover {
	text-decoration: none;
}
.termsContent a {
	color: #000;
	display: inline-block;
	text-decoration: none;
}
.termsContent a:hover {
	text-decoration: underline;
}

/*Arrow Override*/

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
}

/*?Place Holder Styling*/

input::-webkit-input-placeholder {
	color: #000000;
	font-weight: 200;
}
input:-moz-placeholder {/* Firefox 18- */
	color: #000000;
	opacity: 1;
	font-weight: 200;
}
input::-moz-placeholder {/*/ Firefox 19+ /*/
	color: #000000;
	opacity: 1;
	font-weight: 200;
}
input:-ms-input-placeholder {
	color: #000000;
	font-weight: 200;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0px 0px 0px 1000px #484747 inset !important;
	background-color: #484747 !important;
	-webkit-text-fill-color: #000000;
	background-clip: content-box !important;
}
select:-internal-autofill-selected {
	background-color: #484747 !important;
	-webkit-box-shadow: 0px 0px 0px 1000px #484747 inset;
}
form#sweepsPageSignup input:-webkit-autofill{
	-webkit-box-shadow: 0px 0px 0px 1000px #f3cc8e inset !important;
	background-color: #f3cc8e !important;
	background-clip: content-box !important;
}
/*Select BackGround*/

#thankyoublock-innerwrapper select {
	background: url("../images/angle-down.svg") #ffffff46 no-repeat;
	background-position: calc(100% - 2px);
	background-position: 96% center;
	background-size: 12px;
	text-align-last: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}
#thankyoublock-innerwrapper select#country {
	background-position: 98% center;
}
#thankyouBlock .global-list:before {
    background: #ffffff46;
}
#thankyouBlock .mlist-submit-new input.submit {
    background: transparent;
    color: #fff;
	border: 2px solid #fff;
	-webkit-text-fill-color: #fff;
}
/*Other Codes*/

.mlist-wrapper {
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

fieldset .mlist-field, fieldset .mlist-submit {
	display: inline-block;
	vertical-align: top;
}
.mail-wrap {
	font-size: 0;
}

fieldset .mlist-field {
	width: 351px;
	margin: 0 auto;
}
fieldset .mlist-submit {
	width: 170px;
	margin-left: 0;
}

.mlist-header {
	text-align: center;
	letter-spacing: 0.25vw;
	text-transform: uppercase;
	font-size: 3.3vw;
	font-family: pragmatica-extended, sans-serif;
}
fieldset {
	font-size: 0;
	border: none;
	text-align: center;
	margin: 0 auto;
	max-width: 351px;
}
label.error {
	position: absolute;
	bottom: 0;
}
.mlist-wrapper input, .mlist-wrapper select {
	width: 100%;
	box-sizing: border-box;
	padding: 0 13px;
	outline: none;
	color: #000000;
	font-family: pragmatica-extended, sans-serif;
	background: #ffffff46;
	font-weight: 200;
}
.mlist-outer-wrapper.embedded-inline-list.country-detect .mlist-field label.error:before {
	/* content: "Email Address Required"; */
	font-size: 10px;
	position: absolute;
	top: -12px;
	left: 0;
	color: #fe0000;
}

/*Tems Styles*/

/*.mlist-outer-wrapper .mlist-wrapper input.error, .mlist-outer-wrapper .mlist-wrapper select.error {
 border: 1px solid #fe0000;
 color: #fe0000;
 }*/
#errorMsg, #serverError {
	color: #fe0000;
	font-size: 15px;
	padding: 6px 0;
	text-align: center;
	text-transform: none;
	font-family: pragmatica-extended, sans-serif;
}
input#email.error {
	border: 0 none;
	border: 2px solid #fe0000;
	font-family: pragmatica-extended, sans-serif;
}

.termsWrapper {
	display: block !important;
	font-size: 20px;
	color: #fff;
	margin-left: 6%;
	font-family: pragmatica-extended, sans-serif;
	max-width: 39vw;
}
@media only screen and (min-width: 768px) {
	.termsWrapper {
		text-align: right;
		margin-bottom: 5px;
		margin: 0 auto;
	}
	.termsWrapper .terms {
		text-align: right;
	}
}
.termsWrapper a.terms::after {
	content: "Terms";
	font-weight: normal;
	margin-left: 0px;
}
.termsWrapper a.terms.showing::after {
	content: "Hide";
}
.termsContent {
	font-size: 12px;
	padding: 5px 0 10px;
	text-align: left;
	box-sizing: border-box;
	width: 100%;
	/* left: 0; */
	/* letter-spacing: 0px; */
	/* line-height: 12px; */
	color: #fff;
	letter-spacing: 1px;
	border-top: 0;
	line-height: 14px;
	position: relative;
}

.termsWrapper .terms a {
	border: medium none;
	outline: 0;
}
.termsWrapper .terms a:hover {
	color: #E372A0;
}
.termsWrapper .terms {
	font-size: 12px;
	margin-top: 5px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: pragmatica-extended, sans-serif;
}

/*Tems Styles Ends */
option {
	background: #fff;
	color: #000;
}
#thankyoublock-innerwrapper label.error {
	color: #fe0000;
	margin-top: 0;
	letter-spacing: 0;
}
#thankyoublock-innerwrapper label {
	font-size: 18px;
	margin: 10px 0 5px 0;
	display: block;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	letter-spacing: 1px;
	display: none;
}

#thankyoublock-innerwrapper .mlist-field.birthday select#dobMonth, #thankyoublock-innerwrapper .mlist-field.birthday select#dobDay {
	display: inline;
	width: 49%;
}

#thankyoublock-innerwrapper .mlist-field.birthday select#dobMonth {
	margin-right: 2%;
}

#thankyoublock-innerwrapper .mlist-field.birthday {
	font-size: 0;
}

.mlist-checks input {
	cursor: pointer;
}

#thankyoublock-innerwrapper label.global-list {
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	padding: 0 0 0 30px;
	margin: 0;
	line-height: 1.4;
	font-weight: 200;
}


.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;
}

.global-list:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 0px;
  box-sizing: border-box;
  border: 2px solid #000;
}

input:checked+ label:after, input:checked+ label+ 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: 3px;
}
input.error+ label .global-list:before, input.error+ label+ .global-list:before{
	border: 2px solid #ff0000;
}
.mlist-checks label.error {
    display: none !important;
}
.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);
}


.mlist-checks {
	position: relative;
	margin: 14px 0;
	display: block;
	/* overflow: hidden; */
	font-size:14px;
	/* padding: 10px 0; */
	text-align: left;
	vertical-align: top;
}
.mlist-submit-new {
	margin-top: 14px;
	max-width: 170px;
	margin: 0 auto;
	padding-top: 30px;
    padding-bottom: 20px;
}
.mlist-checks label.global-list {

	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1px;
	padding-left: 30px;
}

/*-----------------------------------------------*/

.secondFormCloseWrap a {
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	font-size: 30px;
	color: #000000;
}

.secondFormCloseWrap a:hover {
	color: #fff;
}

.thankyou-message.embed {
	display: block;
	margin: 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 1px;
	font-size: 22px;
	font-family: pragmatica-extended, sans-serif;
	font-weight: 700;
}
#thankyouBlock > .thankyou-message.embed {
	display: none;
}
.thankswelcome-msg {
	text-align: center;
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: #000;
	text-transform: uppercase;
	display: none;
}
.final-screen#thankyouBlock > .thankyou-message.embed {
	display: block;
	margin-bottom: 20px;
	font-size: 40px;
	color: #fff;
	letter-spacing: 3px;
	font-family: pragmatica-extended, sans-serif;
}
#thankyouBlock {
	margin: 20px auto 0;
	padding-bottom: 20px;
}
div#secondary-list-values {
    max-width: 351px;
	margin: 0 auto;
	padding-top: 43px;
}
div#errorLabelContainer2 {
	color: #fe0000;
	font-size: 16px;
}
a#mlistCloseText, .secondFormCloseWrap a {
    float: right;
    color: #000;
    top: -8%;
    position: absolute;
    right: 31%;
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
}
.mlist-wrapper input.submit:hover{
	background: #000;
    color: #EFB963;
    -webkit-text-fill-color: #EFB963;
    border-color: #000;
}
label.error {
	color: #fe0000;
	text-transform: lowercase;
	display: block;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	padding: 6px 0;
}
input, textarea {
	font-size: 24px;
	padding: 10px;
	-webkit-text-fill-color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #000000;
	font-weight: 200;
}
div#mailinglist-block {
	max-width: 95%;
	margin: 0 auto;
}
a#mlistCloseText {
	text-decoration: none;
	top: -20px;
	font-size: 15px;
}
.m-required.m-email {
	border: 2px solid #000;
	width: 100%;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
}
.mlist-field.dob {
    font-size: 0;
}
a#mlistCloseText:hover {
	opacity: 0.5;
}
.termsWrapper .terms:hover {
	color: #fff;
}
.termsWrapper.second {
	text-align: center;
	margin-left: 0;
}
.termsWrapper.second .terms {
	text-align: center;
}
.termsWrapper.second .termsContent {
	max-width: 450px;
	position: relative;
}
@media only screen and (max-width: 1023px) {
	.mlist-outer-wrapper.embedded-inline-list.country-detect.home.footer, fieldset {
		/*max-width: 600px;
		margin: 0 auto;*/
	}
	.termsContent {
		position: static;
		border: 0;
		max-width: 700px;
		margin: 0 auto;
		left: 0;
		transform: none;
	}
	a#mlistCloseText, .secondFormCloseWrap a {
		right: 0;
		top: -27px;
		font-size: 20px;
		line-height: 20px;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	/*fieldset .mlist-field {
		width: 50%;
	}*/
	.termsWrapper {
		max-width: 548px;
		margin: 0 auto;
	}
	form#secondForm	.termsWrapper {
		max-width: 548px;
		margin: 0 auto;
	} 
	.mlist-header {
		font-size: 2.5vw;
		line-height: 1.4;
	}
	a#mlistCloseText, .secondFormCloseWrap a {
		right: 17%;
		top: -10%;
		font-size: 20px;
		line-height: 20px;
	}
	.thankyou-message.embed {
		font-size: 21px;
	}
	.mlist-header{
		font-size:50px;
	}		
}

@media only screen and (max-width: 767px) {
	.closeWrapper a{
		font-size: 12px;
	}
	.mlist-join-wrap a.mlist-join {
		border: 2px solid;
	}
	.mlist-wrapper {
		width: 95%;
		max-width: 456px;
	}

	.mlist-field.email-field label {
		float: none;
	}
	.mlist-field.email-field label.error {
		font-size: 15px;
	}
	.m-required.m-email {
		margin-right: 0;
	}
	.termsWrapper {
		text-align: left;
		margin: 0 auto;
		max-width: 287px;
	}
	.mlist-submit input.submit, #thankyoublock-innerwrapper .mlist-submit-new input.submit, .mlist-wrapper input, .mlist-wrapper select {
		font-size: 16px;
	}

	#thankyoublock-innerwrapper label.global-list {
		font-size: 8px;
	}
	.mlist-header, .btn {
		font-size: 40px;
		letter-spacing: 0.5px;
	}
	fieldset{		
		max-width: 297px;
	}
	fieldset .mlist-field {
		width: 74%;
		margin-right: 0.5%;
	}
	.mlist-header > span {
		display: block;
		font-size: 4vw;
		line-height: 1.4;
	}  
	.join-button-form .mlist-field {
		width: 100%;
	}

	.join-button-form {
		/*max-width: 90%;*/
		margin: 0 auto;
	}
	.mlist-header span{
		display:block;
	}

	.join-button-form .mlist-submit {
		width: 170px;
		margin-top: 0px;
		margin-left:0;
		margin-bottom: 30px;
	}	
	.mlist-submit input.submit.buttons, #thankyoublock-innerwrapper .mlist-submit-new input.submit {
		font-size: 14px;
	}
	.thankyou-message.embed {
		font-size: 18px;
	}	
	.termsWrapper .terms {
		text-align: right;
		margin-top: 6px;
	}	
	div#thankyoublock-innerwrapper .thankyou-message.embed{
		font-size: 11px;
		text-transform: none;
	}
	div#secondary-list-values{
		max-width: 287px;
	}
}
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) and (orientation: landscape) {
		
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
	a#mlistCloseText, .secondFormCloseWrap a {
		right: 25%;
	}
	.mlist-header{
		font-size:50px;
	}
	.termsWrapper,.termsContent,fieldset {
		max-width: 548px;
	}	
}
@media only screen and (max-width: 1024px) {
	.termsWrapper .terms a:hover,.termsWrapper .terms a:hover {
		color: #E372A0;
	}
	.thankyou-message.embed {
		font-size: 21px;
	}	
}