@font-face {
    font-family: 'twt-x';
    src: url('../fonts/twt-x.eot?jjyo3s');
    src: url('../fonts/twt-x.eot?jjyo3s#iefix') format('embedded-opentype'),
        url('../fonts/twt-x.ttf?jjyo3s') format('truetype'),
        url('../fonts/twt-x.woff?jjyo3s') format('woff'),
        url('../fonts/twt-x.svg?jjyo3s#twt-x') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="twt-"],
[class*=" twt-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'twt-x' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.twt-x:before {
    content: "\e901";
}

body {
    background: url(../../images/starsBg.png) no-repeat center center/ cover;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: unibody-8-small-caps-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    cursor: none;
}

#mailing-list a {
    transition: all 0.7s;
    cursor: none;
}

a.ot-sdk-show-settings {
    display: block;
}

label,
select,
input {
    cursor: none;
}

.touch div#trailimageid {
    display: none;
}

#mailing-list a:hover {
    opacity: 0.8;
}
#mailing-list a:hover {
    color: #555;
    transition: all 0.7s;
}

#mailing-list .mlist-submit,
#mailing-list .mlist-submit::after {
    position: relative;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    color: #000;
    width: 149px;
    height: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

#mailing-list .mlist-submit input {
    padding: 0;
    border: none;
    /* opacity: 1;
    cursor: none; */
    background: #CB1902;
    font-size: 12px;
    line-height: 1;
    color: #000;
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    text-indent: 0;
    text-transform: uppercase;
    box-sizing: border-box;
}

#mailing-list .mlist-submit::after {
    --slice-0: inset(0 0 0 0 round 13px 13px 13px 13px);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    content: 'Subscribe';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #CB1902 3%, #CB1902 3%, #CB1902 5%, #CB1902 5%);
    /* text-shadow: -3px -3px 0px #7867B2, 3px 3px 0px #000000; */
    clip-path: var(--slice-0);
}

#mailing-list .mlist-submit:hover::after {
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
}

@keyframes glitch {
    0% {
        clip-path: var(--slice-1);
        transform: translate(-20px, -10px);
    }

    10% {
        clip-path: var(--slice-3);
        transform: translate(10px, 10px);
    }

    20% {
        clip-path: var(--slice-1);
        transform: translate(-10px, 10px);
    }

    30% {
        clip-path: var(--slice-3);
        transform: translate(0px, 5px);
    }

    40% {
        clip-path: var(--slice-2);
        transform: translate(-5px, 0px);
    }

    50% {
        clip-path: var(--slice-3);
        transform: translate(5px, 0px);
    }

    60% {
        clip-path: var(--slice-4);
        transform: translate(5px, 10px);
    }

    70% {
        clip-path: var(--slice-2);
        transform: translate(-10px, 10px);
    }

    80% {
        clip-path: var(--slice-5);
        transform: translate(20px, -10px);
    }

    90% {
        clip-path: var(--slice-1);
        transform: translate(-10px, 0px);
    }

    100% {
        clip-path: var(--slice-1);
        transform: translate(0);
    }
}

div#mlistPage input:focus,
*:focus {
    outline: none;
}

.logoWrapper {
    padding: 5vh 0 5vh;
}

div#mlistPage {
    max-width: 600px;
    margin: 0 auto 100px;
    min-height: calc(100vh - 22vh);
}

label.global-list {
    display: inline-block;
    font-size: 12px;
    padding: 0px 0 0 30px;
    box-sizing: border-box;
    line-height: 17px;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
    /* border-bottom: 4px solid #fff; */
    font-family: 'unibody-8-small-caps-new', sans-serif;
    text-transform: uppercase;
}

.mlist-wrapper {
    position: unset;
    margin: 0 auto;
    max-width: 100%;
}

fieldset {
    margin: 0;
    border: 0;
    padding: 0;
    margin-bottom: 50px;
}

.mlist-header {
    padding: 20px 0;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 30px;
    font-family: 'unibody-8-small-caps-new', sans-serif;
}

.mlist-field {
    width: 450px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
}

div#mlistPage fieldset label {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 1em 0 0;
    letter-spacing: 1px;
    color: #fff;
    font-family: unibody-8-new, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
}

input,
select {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 11px;
    width: 100%;
    display: block;
    text-transform: capitalize;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    letter-spacing: 0;
    height: 50px;
    background: transparent;
    border: 2px solid #CB1902;
    text-transform: initial;
    color: #fff;
    font-family: 'unibody-8-small-caps-new', sans-serif;
    text-transform: uppercase;
}

select {
    background: url(../../images/triangle-down-red.svg) no-repeat 97%;
    background-color: transparent;
    background-size: 20px;
}

select#dobMonth {
    width: 49%;
    display: inline-block;
    margin-right: 0%;
}

select#dobDay {
    width: 49%;
    display: inline-block;
}

.mlist-checks {
    position: relative;
    width: 450px;
    margin: 0 auto;
    margin-top: 20px;
}

.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;
}

div#mlistPage fieldset .mlist-checks label {
    font-size: 8px;
}

.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 {
    opacity: 0;
    transform: scale(0);
}

.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;
    left: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

div#mlistPage fieldset .mlist-checks label {
    padding: 0px 0 0 30px;
    font-family: unibody-8-small-caps-new, sans-serif;
    font-weight: 400;
    font-style: normal;
}

fieldset .mlist-submit {
    width: 200px;
    display: inline-block;
    position: relative;
    margin-top: 12px;
}

/* input.submit {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 0;
    cursor: pointer;
    color: #CB1902;
    background-color: transparent;
    border: none;
    font-size: 16px;
    letter-spacing: 0.03vw;
    font-style: normal;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    font-family: 'unibody-8-small-caps-new',sans-serif;
    text-transform: uppercase;
    line-height: 1;
    transition: 0.5s;
}
input.submit:hover {
    opacity: 0.5;
    transition: 0.5s;
} */
option {
    color: #fff;
    background: #CB1902;
}

/* .footerwrapper {
    padding: 30px 0;
    margin: 0;
} */
ul.social-icons {
    background: transparent;
}

div#mlistPage fieldset :is(label.error, span.input-error) {
    position: absolute;
    bottom: -26px;
    left: 0;
    text-align: left;
    font-size: 12px;
    color: red;
}

input#email.error,
span.input-error {
    border-color: #ff0000;
}

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

div#thankyouBlock>.thankyou-message.embed {
    display: none;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
    color: #fff;
}

div#mlistPage div#thankyouBlock>.thankyou-message.embed {
    /* display: block; */
    padding: 20vh 0;
}

:is(.termsWrapper, .termsWrapperV3) {
    position: relative;
    margin: 0 auto;
    width: 450px;
}

:is(.termsWrapper, .termsWrapperV3).first {
    /* padding: 8px 0 0 0; */
}

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

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

a.terms {
    font-size: 8px;
    transition: all 0.5s ease-in-out;
    text-align: center;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
}

:is(.termsWrapper, .termsWrapperV3).first .terms {
    position: static;
    text-align: center;
    /* padding-top: 5px; */
    transform: none;
    text-transform: uppercase;
}

.termsContent {
    background: #CB1902;
    padding: 7px;
    box-sizing: border-box;
    color: #000;
    font-size: 7.5px;
    letter-spacing: 0;
    position: absolute;
    line-height: 14px;
    text-align: center;
    z-index: 100;
    text-transform: none;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #000;
    font-weight: normal;
    top: 20px;
    text-transform: uppercase;
}

.mailing-list div#mlistPage fieldset .termsContent {
    width: 100%;
    position: relative;
    padding: 5px;
    text-transform: initial;
}

.termsContent a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
}
.footerwrapper {
    padding: 15px 0 15px 0;
}
@media only screen and (max-width:1023px) {

    div#mlistPage,
    .mlist-field,
    .mlist-checks {
        max-width: 340px;
        margin: 0 auto;
    }

    .mlist-header {
        font-size: 11px;
        width: 340px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .logowrap {
        width: 200px;
        margin: 0 auto;
        padding: 40px 0;
    }

    .mlist-field {
        margin-bottom: 10px;
    }

    div#mlistPage {
        min-height: calc(100vh - 32vh);
    }

    :is(.termsWrapper, .termsWrapperV3) {
        width: 100%;
    }
}

@media only screen and (min-width:1600px) {
    div#mlistPage {
        min-height: calc(100vh - 35vh);
    }

    div#mlistPage div#thankyouBlock>.thankyou-message.embed {
        padding: 30vh 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    div#mlistPage {
        min-height: calc(100vh - 32vh);
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    div#mlistPage {
        min-height: calc(100vh - 40vh);
    }
}

@media only screen and (min-width:2000px) {
    div#mlistPage {
        min-height: calc(100vh - 29vh);
    }
}

@media only screen and (min-width: 768px) {
    br.mob {
        display: none;
    }
}

.fadeOut,
div#thankyouBlock.fadeOut>*,
.terms a:after {
    display: none;
}

.fadeIn,
div#thankyouBlock.fadeOut .thankyou-message.fadeIn,
div#thankyouBlock.fadeOut {
    display: block;
}

#mailing-list .consent-placeholder { 
    position: relative; 
    margin: 20px auto; 
    display: block; 
    width: 450px;
  } 
  .plain-ml-wrapper label:not(.goptin_checkbox){
     position:static;
     transform:none;        
  }
  #mailing-list .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), 
  #mailing-list .plain-ml-wrapper .consent-placeholder input[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; 
  } 
  
  #mailing-list .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked) + label:before, 
  #mailing-list .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:before { 
    content: ""; 
    position: absolute; 
    left: 0px; 
    top: auto; 
    width: 22px; 
    height: 22px; 
    border: 2px solid #fff; 
    background: transparent; 
    border-radius: 0px; 
    box-sizing: border-box; 
  } 
  
  #mailing-list .plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked) + label:before { 
    border-color: red; 
  } 
  
  #mailing-list .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"] + label { 
    display: inline-block; 
    box-sizing: border-box; 
    line-height: 1; 
    text-align: left; 
    text-transform: uppercase; 
    letter-spacing: 0; 
    font-size: 9px; 
    padding-left: 32px; 
    vertical-align: top; 
    font-weight: 400; 
      position: static;
      transform: none;
      pointer-events: auto;
  } 
  
  #mailing-list .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
    content: "\2713"; 
    position: absolute; 
    top: 11px;
    line-height: 1;
    left: 4px;
    font-size: 16px;
    color: #fff; 
    font-weight: 700; 
    text-align: center; 
  } 
  
  #mailing-list .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
    color: #ffffff; 
  } 
  
   #mailing-list .consent-placeholder span.input-error { 
    color: red; 
    position: absolute; 
    top: -20px; 
    left: 0; 
    bottom: auto; 
  } 
  
  #mailing-list .secondform .consent-placeholder { 
    margin: 20px auto; 
  } 
  #mailing-list .plain-ml-wrapper .mlform .consent-placeholder label a,
  #mailing-list .plain-ml-wrapper .mlform .consent-placeholder label span {
      color: #fff;
  }
  #mailing-list .plain-ml-wrapper .mlform .consent-placeholder label a{
      text-decoration:underline;
  }
  #mailing-list .plain-ml-wrapper .mlform .consent-placeholder label a:hover {
      opacity: 0.5;
  }
  @media only screen and (max-width: 1023px) and (orientation:portrait){ 
  
   #mailing-list .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"] + label { 
    font-size: 9px;
    line-height: 12px;
    } 
    .logoWrapper img{
        width: 202px;
    }
    #mailing-list .consent-placeholder {      
        width: 100%;
    }
    
  } 

  @media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape){
    #mailing-list .consent-placeholder {      
        width: 100%;
    }
}
.hiddenLabel{
    display: none;
}
