.mailing-list-section {
    max-width: 460px;
    margin: 0 auto;
    margin-top: 108px;
}
.mlist-text {
    font-size: 23px;
    color: #d0dee1;
}
fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.social-icons {
    margin-top: 7px;
    margin-bottom: 7px;
}
.social-icons a {
    color: #d0dee1;
    text-decoration: none;
    font-size: 22px;
    margin-right: 18px;
}
.social-icons a:hover {
    color: #fff;
}
.spotify-follow {
    display: inline-block;
    vertical-align: middle;
}
.mlist-field {
    display: inline-block;
    float: left;
}
.mlist-submit {
    display: inline-block;
}
.termsWrapper.first {
    display: block;
    float: none;
    padding-top: 10px;
}
.termsWrapper.first a.terms:after {
    content: "Terms";
    font-family: 'helveticabold';
    font-size: 12.17px;
    font-weight: normal;
    text-decoration: none;
    color: #d0dee1;
    text-transform: uppercase;
    text-decoration: none;
}
.termsWrapper.first a.terms.showing:after {
    border: medium none;
    font-family: 'helveticabold';
    content: "Hide";
    font-size: 12.17px;
    font-weight: normal;
    color: #d0dee1;
    text-decoration: none;
}
.termsWrapper.first .terms {
    display: inline-block;
    float: left;
}
.termsWrapper.first .terms a.terms {
    font-size: 11px;
    color: #d0dee1;
}
.termsContent {
    display: none;
    font-size: 11px;
    clear: both;
    text-align: left;
    color: #d0dee1;
    -webkit-text-size-adjust:none;
}
.termsContent a{
	text-decoration:underline;
	color:#d0dee1;
	-webkit-text-size-adjust:none;
}
.termsContent a:hover{
	text-decoration:none;
	color: #fff;
	-webkit-text-size-adjust:none;
}
option{
	background:#000;
}
input#email {
    width: 291px;
    border: 1px solid #d0dee1;
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    padding: 5px;
    background: transparent;
    font-size:14px;
    color: #d0dee1;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
input.submit {
    display: inline-block;
    background: transparent;
    color: #d0dee1;
    font-size: 16px;
    text-transform: uppercase;
    width: 156px;
    border: 1px solid #d0dee1;
    box-sizing: border-box;
    height: 35px;
    line-height: 33px;
    cursor: pointer;
    font-family: 'helveticabold';
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
}
input.submit:hover {
    background: #d0dee1;
    color: #fff;
}

div#errorMsg {
    color: #ff0000;
    font-size: 14px;
    margin-bottom: 10px;
}

#thankyouBlock{
	margin-top: 30px;
	position: relative;
}
#thankyouBlock .thankyou-message.embed {
    font-size: 20px;
    text-transform: uppercase;
    color: #d0dee1;
}
#thankyoublock-innerwrapper{
	
}
.secondFormCloseWrap {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.secondFormCloseWrap a {
    color: #d0dee1;
    text-decoration: none;
    font-size: 18px;
}
.thankswelcome-msg {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
    color: #d0dee1;
}
#thankyoublock-innerwrapper .mlist-field {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 0px;
    margin: 15px 0px 0px 0;
    overflow: hidden;
    float: none;
}
#thankyoublock-innerwrapper .mlist-field label {
    width: 100%;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #d0dee1;
}
#thankyoublock-innerwrapper .mlist-field input, #thankyoublock-innerwrapper .mlist-field select {
    width: 100%;
    display: block;
    border: 1px solid #d0dee1;
    background: transparent;
    box-sizing: border-box;
    height: 36px;
    padding: 5px;
    color:#D0DEE1;
     border-radius: 0px;
    -webkit-border-radius: 0px;
}
#thankyoublock-innerwrapper .mlist-field select#dobMonth {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
   
}
#thankyoublock-innerwrapper .mlist-field select#dobDay {
    width: 49%;
    display: inline-block;
}
.mlist-checks {
    float: none;
    clear: both;
    margin-top: 12px;
    position: relative;
    text-align: left;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked), .mlist-outer-wrapper [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    width: 14px;
    height: 16px;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked) + label:before, .mlist-outer-wrapper [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #d0dee1;
    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: 0px;
    -webkit-text-stroke-width: 1px;
    text-shadow: -1px 0 0 #d0dee1,-1px 0 0 #d0dee1;
    left: 4px;
    font-size: 12px;
    color: #e5ded1;
    transition: all 0.2s;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.mlist-checks label.global-list {
    font-size: 12px;
    margin-left: 25px;
    vertical-align: middle;
    color:#d0dee1;
}
.mlist-submit-new {
    margin-top: 20px;
}
.mlist-submit-new input {
    width: 100%;
}
.termsWrapper.second a.terms:after {
    content: "Terms";
    font-size: 11px;
    text-decoration: none;
    font-family: 'helveticabold';
    color: #d0dee1;
    text-transform:uppercase;
    text-decoration: none;
}
.termsWrapper.second a.terms.showing:after {
    border: medium none;
    content: "Hide";
    font-size: 11px;
    text-decoration: none;
    color: #d0dee1;
    text-transform:uppercase;
    text-decoration: none;
}
.termsWrapper.second a {
    font-size: 11px;
    font-family: 'helveticabold';
    color: #d0dee1;
    text-decoration:underline;
}
.termsWrapper.second a:hover{
	text-decoration:none;
	color: #fff;
} 
@media only screen and (min-width:481px){
 .termsWrapper.first.mobile{
 	display:none;
 }
}

@media only screen and (max-width:480px){
	.mailing-list-section{
		max-width:95%;
	}
	.spotify-follow{
		padding-top: 25px;
		display:block;
	}
	.social-icons {
        margin-top: 21px;
        margin-bottom: 21px;
   }
   form{
   	position:relative;
   }
	.mlist-field {
	    display: block;
	    float: none;
	    width: 90%;
	    margin: 0 auto;
	}
	input#email, input.submit {
        width: 100%;
    }
	  .mlist-submit {
	    display: block;
	    margin: 0 auto;
	    width: 60%;
	    padding-top: 15px;
	}
	.termsWrapper.first.mobile .terms {
    float: none;
}
	.termsWrapper.first.desk{
		display:none;
	}
	.termsWrapper.first.mobile .termsContent{
		max-width:90%;
		margin:0 auto;
		-webkit-text-size-adjust:none;
	}
}





