/**** IE fallback for dropdown arrow ****/

select::-ms-expand {
    display: none;
}


/**** IE fallback ****/


/*** Placeholder and Generic CSS Starts ***/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: .5;
}

input::-moz-placeholder {
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: .5;
}

input:-ms-input-placeholder {
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: .5;
}

input:-moz-placeholder {
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: .5;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000;
}

option {
    background: #fff;
    color: #000;
}

select {
    background: url(../images/down_arrow.svg) no-repeat scroll #fff 0 0;
    background-size: 12px;
    background-position: calc(100% - 10px);
}


/*** Placeholder and Generic CSS Ends ***/

.mlist-header {
    font-size: 40.06px;
    color: #fff;
    text-align: center;
    font-family: 'proxima-nova', sans-serif;
    padding: 137px 0px 60px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
}

form {
    font-size: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.mlist-wrapper {
    position: relative;
}

.mlist-outer-wrapper {
    -webkit-text-size-adjust: none;
}

.mlist-container,
#thankyouBlock {
    max-width: 420px;
    margin: 0 auto;
}

fieldset .mlist-field {
    width: 87%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

fieldset .mlist-field input {
    height: 43px;
    border: 0;
}

fieldset .mlist-submit {
    display: inline-block;
    vertical-align: top;
    width: 13%;
}

fieldset .mlist-submit {
    background: url("../images/arrow.svg") no-repeat #000000;
    background-position: center;
    width: 54px;
    height: 43px;
    display: inline-block;
    vertical-align: top;
}

fieldset .mlist-submit:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

fieldset .mlist-submit input.submit {
    font-size: 0;
    height: 43px;
    background: none;
}

input:focus,
select:focus {
    outline: none;
}

input,
select {
    border: 1px solid #ffffff;
    background-color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 17.96px;
    font-weight: normal;
    font-family: 'proxima-nova', sans-serif;
    width: 100%;
    display: block;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 43px;
}

.m-required.error {
    border: 1px solid #ff0000;
}

label.error {
    font-size: 12px;
    color: #ff0000;
    font-family: 'proxima-nova', sans-serif;
    ;
    letter-spacing: 0.5px;
    text-align: left;
    display: block;
}

input.submit {
    cursor: pointer;
    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;
    display: inline-block;
    background: #000000;
    border: none;
    color: #fff;
}


input.submit:hover {
    background-color:transparent !important;
    color: #fff !important;
}

a.terms:after {
    content: "Terms";
}

a.terms.showing:after {
    content: "Hide";
}

.termsWrapper {
    text-align: center;
    position: relative;
    padding-top: 5px;
}

.termsWrapper.first .termsContent {
    position: relative;
    z-index: 1;
}

.termsWrapper.first .terms {
    text-align: right;
}

.termsWrapper.first .terms a {
    margin-right: 10px;
}

a.terms {
    font-size: 11.02px;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.3);
    line-height: 16px;
    display: inline-block;
    font-family: 'proxima-nova', sans-serif;
    ;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.terms:hover {
    color: #fff;
}

.termsContent {
    display: none;
    font-size: 11.02px;
    font-family: 'proxima-nova', sans-serif;
    ;
    line-height: 22px;
    color: #fff;
}

.termsContent {
    width: 100%;
    box-sizing: border-box;
}

.termsContent a {
    color: #fff;
    text-decoration: underline;
}

.termsContent a,
.termsContent span,
label.global-list span,
div#thankyoublock-innerwrapper .thankyou-message.embed span {
    display: inline-block;
}

.termsContent a:hover,
.secondFormCloseWrap a:hover {
    opacity: .5;
}

div#thankyouBlock>.thankyou-message.embed {
    display: none;
}

.secondFormCloseWrap a {
    line-height: 40px;
    text-decoration: none;
    width: 36px;
    display: block;
    text-align: center;
    margin-left: auto;
    height: 36px;
    color: #fff;
    font-size: 40.06px;
}

div#thankyouBlock>.thankyou-message.embed {
    display: none;
    font-size: 20px;
    font-family: 'proxima-nova', sans-serif;
    ;
    text-align: center;
    color: #fff;
}

div#thankyouBlock.final-screen .thankyou-message.embed {
    display: block;
    width: 100%;
    letter-spacing: 2px;
    font-weight: normal !important;
    font-size: 40.06px;
    text-transform: uppercase;
    margin-top: 75px;
}

div#thankyouBlock.final-screen .secondFormCloseWrap a {
    display: none;
}

div#thankyoublock-innerwrapper .thankyou-message.embed {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-family: 'proxima-nova', sans-serif;
    ;
}

.thankswelcome-msg {
    padding: 10px 0 15px;
    font-size: 15px;
    font-family: 'proxima-nova', sans-serif;
    ;
    line-height: 1.3;
    color: #fff;
    text-align: center !important;
}

#thankyoublock-innerwrapper .mlist-field {
    font-size: 0;
    margin-bottom: 5px;
}

#thankyoublock-innerwrapper .mlist-field label {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0.5em 0;
    font-family: 'proxima-nova', sans-serif;
    ;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

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: 'proxima-nova', sans-serif;
    ;
    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: 'proxima-nova', sans-serif;
    ;
    line-height: 1.2;
    text-align: left;
    float: left;
    color: #fff;
    margin-top: 4px;
}

.mlist-submit-new {
    text-align: center;
}


/*.secondFormCloseWrap a:hover {
 color: rgba(255,255,255,0.6);
 }*/

#thankyouBlock .mlist-submit-new input.submit {
    width: 145px;
    margin-top: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

@media only screen and (min-width:768px) {
    label.error {
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    /*.mlist-outer-wrapper{
	  width: 280px;
	  margin: 0 auto;
	}
  .mlist-container,
  fieldset .mlist-field,
  fieldset .mlist-submit {
    width: 100%;
  }
  .termsWrapper.first .terms {
    text-align: center;
  }
  fieldset .mlist-submit {
    margin: 12px 0 0;
  }*/
    .mlist-header {
        font-size: 20.01px;
        max-width: 285px;
        margin: 37px auto 35px;
        padding: 25px 0;
    }
    input,
    select {
        font-size: 16px;
    }
    .mlist-container,
    #thankyouBlock {
        max-width: 295px;
    }
    fieldset .mlist-field {
        width: 81%;
    }
    label.global-list{
        margin-top: 0;
    }
}

.termsWrapper.first .terms a {
    margin-right: 10px;
    color: #A2A2A2;
}

.mlist-submit-new input.submit{
background: #207567;
background: #C9BC78;
}

input, select{
color: #A2A2A2;
}


.mailing-list fieldset .mlist-submit input.submit{
border: 1px solid #ffffff;
}

.mailing-list .termsWrapper.first .terms a{
font-weight:bold;
}
.mail-wrapper{
    margin-top: 30px;
    min-height: calc(100vh - 339px);
}