form {
	font-size: 0;
}
fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
.mlist-header {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0px;
	font-family:'Helvetica LT W01 Black';
	padding-bottom: 24px;
}
fieldset .mlist-field {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    /* position: relative; */
    max-width: 220px;
}
fieldset .mlist-submit {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-width: 160px;
}
input, select {
	height: 38px;
    background: transparent;
    border: 1px solid #fff;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
	font: normal 16px 'proxima-nova';
	font-family: 'Helvetica LT W01 Black';
    width: 100%;
    display: block;
    text-transform: uppercase;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0;
}
#thankyouBlock input, #thankyouBlock select {
	height: 36px;
    padding: 5px 20px 5px 10px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 1;
}
input#email {
    text-align: left;
    -webkit-text-size-adjust: none;
    background: transparent;
    letter-spacing: 2px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20.83px;
    text-transform: lowercase;
}
.m-required.error {
	border-color: red;
}
input:focus, select:focus {
	outline: none;
}
input::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	color: #fff;
	-webkit-text-fill-color: #fff;
	opacity: 1;
	letter-spacing: 1px;
}
input::-moz-placeholder {/* Firefox 19+ */
	color: #fff;
	-webkit-text-fill-color: #fff;
	opacity: 1;
	letter-spacing: 1px;
}
input:-ms-input-placeholder {/* IE 10+ */
	color: #fff;
	-webkit-text-fill-color: #fff;
	opacity: 1;
	letter-spacing: 1px;
}
input:-moz-placeholder {/* Firefox 18- */
	color: #fff;
	-webkit-text-fill-color: #fff;
	opacity: 1;
	letter-spacing: 1px;
}
label.error {
    font-size: 9px;
    color: red;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -20px;
    text-align: left;
}
input.submit {
	background: transparent;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 15.5px 8px;
    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;
    color: #fff;
    border: 0;
    padding: 0;
    height: 38px;
    line-height: 38px;
    width: 100%;
    font-family: 'Helvetica LT W01 Black';
    font-size: 20.83px;
    background: #b54445;
}
#thankyouBlock .mlist-submit-new input.submit {
	padding-right: 0;
    margin: 0 auto;
    padding-top: 20px;
    width: 140px;
    padding: 0;
    box-sizing: border-box;
	line-height: 38px;
	border: 0;
}
input.submit:hover, #thankyouBlock .mlist-submit-new input.submit:hover {
	color: #b54445;
    background: #fff;
}
a.terms:after {
	content: "Terms";
}
a.terms.showing:after {
	content: "Hide";
}
.termsWrapper {
	text-align: left;
	position: relative;
}

.termsWrapper.second {
	padding: 4px 0 0 0;
	text-align: center;
}

a.terms {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-family:'Helvetica LT W01 Black';
	line-height: 11px;
	display: inline-block;
	letter-spacing: 1px;
	padding: 15px 0 0;
}
a.terms:hover {
	color: #b54445;
	text-decoration: none;
}

.mlist-outer-wrapper input:-webkit-autofill, #thankyoublock-innerwrapper .mlist-field input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #000 inset;
	background-color: #000;
	-webkit-text-fill-color: #fff !important;
	color: #fff !important;
}
.termsWrapper.first{
	position: relative;
	padding-right: 47px;
	text-align:right;
}
.termsContent {
	display: none;
	font-family:'Helvetica LT W01 Black';
	line-height: 14px;
	text-align:left;
}
.site-logo, .squad-logo {
	display: inline-block;
	vertical-align: top;
}
.headerwrap {
	padding: 20px;
}
.squad-logo {
	float: right;
}
.termsContent {
    font-size: 12px;
    z-index: 10;
    background: transparent;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    text-transform: none;
    text-align: center;
    padding-top: 5px;
    background: #000;
    position: absolute;
}
.termsContent a {
	color: #fff;
	text-decoration: underline;
}
.termsContent a, .termsContent span, label.global-list span {
	display: inline-block;
}
.termsContent a:hover {
	color: #b54445;
}
div#thankyouBlock > .thankyou-message.embed {
	display: none;
}
.secondFormCloseWrap a {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	width: 30px;
	display: block;
	text-align: center;
	font-family:'Helvetica LT W01 Black';
	margin-right: 10px;
	margin-left: auto;
	font-weight: 400;
}
div#thankyouBlock > .thankyou-message.embed {
	display: none;
	font-size: 30px;
	text-transform: uppercase;
	font-family:'Helvetica LT W01 Black';
	text-align: center;
	letter-spacing: 5px;
	color: #FFFFFF;
}
div#thankyouBlock.final-screen .thankyou-message.embed {
	display: block;
	font-family:'Helvetica LT W01 Black';
	line-height: 1;
	padding-top:20px;
	padding-bottom: 50px;
}
div#thankyoublock-innerwrapper .thankyou-message.embed {
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
div#thankyoublock-innerwrapper .thankyou-message.embed span {
	display: inline-block;
}
.thankswelcome-msg {
	padding: 10px 0;
	font-size: 15px;
	font-family:'Helvetica LT W01 Black';
	line-height: 1.3;
	text-transform: none;
}
#thankyoublock-innerwrapper .mlist-field {
	font-size: 0;
}
#thankyoublock-innerwrapper .mlist-field label {
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 0.5em 0;
	font-family:'Helvetica LT W01 Black';
	letter-spacing: 1px;
	text-transform: uppercase;
}
select {
	background: url("../images/DropDown.svg") no-repeat scroll transparent 0 0;
	background-position: center right 5px;
	background-size: 11px;
}
select#dobMonth {
	width: 49%;
	display: inline-block;
	margin-right: 2%;
}
select#dobDay {
	width: 49%;
	display: inline-block;
}
.mlist-checks {
	position: relative;
	margin: 15px 0;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked),
.mlist-outer-wrapper [type="checkbox"]:checked {
	position: absolute;
	left: 0px;
	width: 22px;
	height: 22px;
	z-index: 10;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	margin: 0;
	-webkit-appearance: none;
	padding: 0;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked) +
label:before, .mlist-outer-wrapper [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	background: transparent;
	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';
	position: absolute;
	top: 4px;
	line-height: 1;
	font-family:'Helvetica LT W01 Black';
	left: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked) +
label:after {
	opacity: 0;
	transform: scale(0);
}
label.global-list {
	display: inline-block;
	font-size: 12px;
	padding: 0px 0 0 30px;
	box-sizing: border-box;
	font-family:'Helvetica LT W01 Black';
	line-height: 1.25;
	text-align: left;
	float: left;
	letter-spacing: 1px;
}
.mlist-submit-new {
	clear: both;
	float: none;
	padding-top: 10px;
}
select::-ms-expand {
	display: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #000 inset;
	-webkit-text-fill-color: #fff;
}
option {
	background: #000;
	color: #FFFFFF;
}
.secondFormCloseWrap a:hover {
	color: #b54445;
}

.socials br {
	display: none;
}
.follow-header {
	font-size: 16px;
	letter-spacing: 4px;
	color: #fff;
	margin-bottom: 15px;
}
.footer-wrapper {
	max-width: 800px;
	margin: 0 auto;
	width: 96%; 
	z-index: 10;
	position: relative;
}
.mlist-container {
    position: relative;
}
@media only screen and (max-width: 1023px) {
	.thankswelcome-msg {
		text-align: center !important;
	}
	fieldset .mlist-field {
		width: 70%;
	}
	.mlist-container {
		text-align: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	.socials {
		margin-right: 12px;
	}
}
@media only screen and (max-width: 767px) {
	fieldset .mlist-field {
		width: 100%;
		max-width:100%;
	}
	label.error{
		font-size: 7px;
	}
	fieldset .mlist-submit{
		max-width:100%;
		margin-top:15px;
	}
	.termsWrapper.first{
		text-align:center;
		padding:0;
	}
	.mlist-container {
		text-align: center;
		max-width:280px;
		margin:0 auto;
	}
	.termsContent{
		max-width:300px;
		margin:0 auto;
	}
	.mlist-outercontainer {
		width: 310px;
		margin: 0 auto 40px;
		display: block;
	}
	div#thankyoublock-innerwrapper {
		width: 90%;
		margin: 0 auto;
	}
}

.mlist-outercontainer {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.mlist-outer-wrapper {
	max-width: 460px;
	margin: 0 auto;
	padding: 15px 0;
}
div#thankyouBlock {
	color: #fff;
	max-width: 420px;
    margin: 0 auto;
}
form#homePageSignup {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}
@media only screen and (max-width:767px){
	.mlist-outercontainer{
		max-width:100%;
		border-left:none;
		border-right:none;
	}
	.mlist-header{
		font-size: 16px;
		line-height: 1.25;
		padding-bottom: 34px;
	}
	.mlist-outer-wrapper{
		padding: 5px 0;
	}
	.mlist-container {
		max-width: 180px;
		margin: 0 auto;
	}
	.datesWrapper span.red {
		display: block;
	}
	.splashWrapper {
		min-height: 100%;
		margin-bottom: 330px;
	}
}