

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

a:hover {
  color: #fff;
  opacity: 0.7;
}

body {
  text-align: center;
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  line-height: 1;
  position: relative;
  color: #fff;
}
.setheightWrap {
  min-height: calc(100vh - 6.2vw);
}
.rules {
  width: 80%;
  margin: 0 auto;
  margin-top: 7vh;
  font-family: "nimbus-sans",sans-serif;
}

.rules p {
  font-size: 0.7vw;
  margin-bottom: 0.5vw;
}

.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-inline-start: unset;
}

.visually-hidden {
  display: none;
}

.node--unpublished {
  padding: 0;
  background: transparent;
}

.page-node-9166
  .block.block-layout-builder.block-extra-field-blocknodepagecontent-moderation-control {
  display: none;
}

.bgVideo {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bgVideo img {
  width: 50%;
  z-index: -1;
  position: fixed;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  top: 0;
  right: 0;
}
video#flyHeaderVideo {
  width: 60%;
  z-index: -1;
  position: fixed;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  top: 0;
  right: 0;
}
#fly-sweepsWrapper {
  font-family: "nimbus-sans",sans-serif;
  color: #fff;
}

.contentWrapper {
  display: flex;
  width: 100%;
  font-size: 0;
}

.contentWrapper > div {
  font-size: 0;
}

.contentInner {
  background: #000;
  width: 50%;
  margin: 0 auto 0 0;
  text-align: center;
  min-height: 100vh;
}

.contentInnergrad {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 30%);
  width: 50%;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: transparent;
  font-family: "nimbus-sans",sans-serif;
  font-size: 0;
}

footer.site-footer {
  display: none;
}

.sweepsWrapper.inactive {
  display: none;
}

div#thankyou.fadeIn {
  display: block;
  font-family: "nimbus-sans",sans-serif;
  font-size: 1.3vw;
  padding: 5vh 0 13vh;
}

form#mlistFormOne input.artist_mktg_consent_txt.errored,
form#mlistFormOne input.mobile_mktg_consent_txt.errored,
form#mlistFormOne .globaloptin input[type="checkbox"].errored {
  border: 1.5px solid red;
}

.errored {
  color: #fff;
  border: 1.5px solid red;
}

.globaloptin label {
  width: 89%;
  padding-left: 1%;
  text-align: left;
  display: inline-block;
  font-family: "nimbus-sans",sans-serif;
}

.globaloptin.mobile-marketing {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.globaloptin label,
.globaloptin label a {
  color: #fff;
  font-size: 1vw;
  text-transform: none;
  font-size: 0.9vw;
  
  font-family: "nimbus-sans",sans-serif;
}

.globaloptin label a {
  text-decoration: underline;
}

.globaloptin label a:hover {
  opacity: 0.7;
}

input.artist_mktg_consent_txt,
input.mobile_mktg_consent_txt {
  position: relative;
}

.globaloptin {
  position: relative;
  text-align: left;
  margin: 1vw auto;
}

/* .plain-ml-wrapper .mlform select {
  background: url('../img/down-arrow.svg')
    no-repeat scroll right 1vw center transparent;
  border-radius: 0 !important;
} */

form#mlistFormOne .globaloptin input[type="checkbox"] {
  width: 1.4vw;
  height: 1.4vw;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  border: 1.5px solid #fff;
  margin-right: 6px;
  opacity: 1;
  -webkit-appearance: none;
  margin-bottom: 0;
}

form#mlistFormOne .globaloptin input[type="checkbox"] {
  border: 0.1vw solid #fff;
  position: relative;
}

form#mlistFormOne .artistOptin label::before {
  content: "";
  width: 1.4vw;
  height: 1.4vw;
  top: 0;
  left: 0;
  border: 0.01vw solid #fff;
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  opacity: 1;
}

input.mobile_mktg_consent_txt:checked:after,
input.artist_mktg_consent_txt:checked:after {
  font-family: "";
  content: "\2713";
  color: #fff;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  /* margin-top: 2px; */
  margin-top: 2px;
  margin-left: -3px;
  box-sizing: border-box;
  left: 64%;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
}

input.mobile_mktg_consent_txt:checked:after,
input.artist_mktg_consent_txt:checked:after {
  color: #fff;
}

span.input-error {
  display: none;
}

span.input-error:first-of-type {
  display: block;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
  color: #000;
  font-size: 0.9vw;
}

.globaloptin span.input-error,
span.input-error {
  text-align: left;
  color: red;
  font-family: "nimbus-sans",sans-serif;
  font-size: 0.9vw;
}

.globaloptin [type="checkbox"]:not(:checked) + label:after,
.globaloptin [type="checkbox"]:checked + label:after,
.globaloptin [type="checkbox"]:not(:checked) + label:before,
.globaloptin [type="checkbox"]:checked + label:before {
  display: none;
}

.iti {
  position: relative;
  display: block;
}

form#mlistFormOne {
  font-family: "nimbus-sans",sans-serif;
}

.enterBut a,
input#submit {
  width: 12vw;
  display: block;
  background: #fff;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: "nimbus-sans",sans-serif;
  height: 3.3vw;
  line-height: 3.3vw;
  font-size: 1.3vw;
  margin: 0 auto;
  border: none;
  cursor: pointer;

  font-family: "nimbus-sans",sans-serif;
}

.enterBut a {
  font-family: "nimbus-sans",sans-serif;
}

input,
select {
  height: 5vh;
  line-height: 5vh;
  border: 0.1vw solid #fff;
  margin-bottom: 1.2vw;
  font-family: "nimbus-sans",sans-serif;
  font-size: 1vw;
  background: transparent;
  padding: 0 0.5vw;
  box-sizing: border-box;
  width: 100%;
  display: block;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active ,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
}


.iti--allow-dropdown input {
  margin-bottom: 1.2vw !important;
}

.rulesContent {
  font-family: "nimbus-sans",sans-serif;
  margin-bottom: 0.8vw;
  font-size: 0.9vw;
  text-align: left;
}

.mobile.fieldWrap .iti {
  display: block;
}

input#phone-number {
  margin-bottom: 1.2vw !important;
  width: 100%;
}

.fieldWrap {
  position: relative;
}

.fieldWrap span.input-error {
  position: absolute;
  bottom: -1.2vw;
}

.copyright-text,
.link a {
  font-family: "nimbus-sans",sans-serif;
}

.copyright-links {
  font-family: "nimbus-sans",sans-serif;
  font-size: 0.9vw;
  padding: 2vw 0;
  line-height: 1.2;
}

.link:hover {
  border-bottom: none;
}

span.link a:hover {
  border-bottom: none;
  opacity: 0.7;
  text-decoration: none;
  border: none;
}

span.sep {
  display: inline-block;
}

.enterBut a:hover,
input#submit:hover {
  opacity: 0.7;
}

.head-logo {
  width: 27%;
  margin: 0 auto;
  padding: 2vh 0;
}
.head-logo {
  width: 80%;
  margin: 0 auto;
  padding: 10vh 0 15vh;
  padding: 5vh 0;
}
a.logo1 {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.head-logo img {
  width: 100%;
}

.Sweepactive {
  min-height: calc(100vh - 70px);
}

.Sweepactive {
  position: relative;
}

.inactive-cnts a {
  text-decoration: underline;
}

.inactive-cnts a:hover {
  opacity: 0.7;
}

.inactive-cnts {
  font-size: 1vw;
  font-family: "nimbus-sans",sans-serif;
}

.innerSweeps {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  line-height: 1.2;
}

.h-title {
  font-size: 1.8vw;
  font-weight: 700;
  padding-bottom: 3vh;

  font-family: "nimbus-sans",sans-serif;
}

.h-desc {
  font-size: 1.1vw;
  line-height: 1.2;
  padding-bottom: 5vh;
  font-family: "nimbus-sans",sans-serif;
  width: 85%;
  margin: 0 auto;
}

.p-title {
  font-size: 1.5vw;
  font-weight: 700;
  padding-bottom: 5vh;
  font-family: "nimbus-sans",sans-serif;
}

.secondForm.m-list {
  width: 70%;
  margin: 0 auto;
}

.globaloptin .goptin_checkbox {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.9vw;
  padding-left: 0.4vw;
  font-family: "nimbus-sans",sans-serif;
}

.submit {
  padding-top: 2vw;
}

body {
  font-size: 0;
  background: #000;
}

/*.contentInner::after {
content: '';
position: absolute;
width: 2vw;
height: 100%;
right: -4vh;
top: 0;
background: linear-gradient(90deg, rgb(0 0 0 / 76%), rgb(0 0 0 / 23%));
}*/

.contentInner {
  position: relative;
}

label.goptin_checkbox span {
  font-family: "nimbus-sans",sans-serif;
}

.mlform select.errored {
  border-color: #ff0000;
}

.enterBut {
  padding-bottom: 0vw;
}
textarea.textarea-custom,.textarea-custom1{
  color: #fff;
  background: transparent;
  border: 0.1vw solid #fff;
  font-family: "nimbus-sans", sans-serif;
  font-size: 1vw;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
}
textarea.textarea-custom.errored,.textarea-custom1.errored{
  border: 0.1vw solid red;
  font-family: "nimbus-sans", sans-serif;
}
textarea::-webkit-input-placeholder {
color: #fff;
font-family: "nimbus-sans", sans-serif;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #fff;  
font-family: "nimbus-sans", sans-serif;;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff;  
font-family: "nimbus-sans", sans-serif;
}

textarea:-ms-input-placeholder {
color: #fff;  
font-family: "nimbus-sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .setheightWrap {
    min-height: auto;
  }
  .bgVideo {
    width: 100%;

    height: 100%;
  }
  .bgVideo img {
    width: 100%;
    z-index: -1;
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    top: unset;
    right: unset;
  }
  video#flyHeaderVideo {
    width: 100%;
    z-index: -1;
    position: relative;
    height: auto;
    object-fit: cover;
    object-position: center bottom;
    top: unset;
    right: unset;
}
  .iti__flag-box,
  .iti__country-name {
    font-size: 14px;
  }

  /* .plain-ml-wrapper .mlform select {
    background: url('../img/down-arrow.svg')
      no-repeat scroll right 10px center transparent;
    border-radius: 0 !important;
  } */

  .enterBut {
    padding-bottom: 3.5vh;
  }

  .contentWrapper {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }

  .contentInnergrad {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 3%,
      rgba(0, 0, 0, 0) 50%
    );
    height: 30vh;
    height: 60vh;
    height: 40vh;
    width: 100%;
  }
  a.logo1 {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .inactive-cnts {
    font-size: 17px;
    font-family: "nimbus-sans",sans-serif;
  }
  .globaloptin {

    margin: 20px auto;
}
  .globaloptin label,
  .globaloptin label a {
    color: #fff;
    font-size: 14px;
  }

  .globaloptin label {
    padding-left: 10px;
  }

  form#mlistFormOne .globaloptin input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    border: 1.5px solid #fff;
    margin-right: 6px;
    opacity: 1;
    -webkit-appearance: none;
  }

  .globaloptin.mobile-marketing {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .submit {
    padding-top: 15px;
  }

  .copyright-links {
    font-family: "nimbus-sans",sans-serif;
    font-size: 9px;
    padding: 20px 0;
    line-height: 1.2;
  }

  .contentInner {
    background: #000;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 45vh;
    min-height: calc(100vh - 360px);
  }

  .head-logo {
    width: 30%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .head-logo {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 20px;
}
  .h-title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 17px;
  }

  .h-desc {
    font-size: 14.8px;
    line-height: 1.2;
    padding-bottom: 30px;
    width: 100%;
  }

  .p-title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
  }

  .enterBut a,
  input#submit {
    width: 150px;
    display: block;
    background: #fff;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: "nimbus-sans",sans-serif;
    height: 35px;
    line-height: 35px;
    font-size: 19px;
    margin: 0 auto;
    border: none;
  }

  .firstForm,
  .Sweepactive {
    min-height: auto;
    width: 95%;
    margin: 0 auto;
  }

  .contentInner::after {
    display: none;
  }

  .contentInner {
    /* background-image: none; */
    background: #000;
    margin-top: unset;
  }

  input,
  select {
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    font-family: "nimbus-sans",sans-serif;
    font-size: 18px;
    padding: 0 10px;
  }

  .rulesContent {
    font-family: "nimbus-sans",sans-serif;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .globaloptin .goptin_checkbox {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    padding-left: 10px;
    font-family: "nimbus-sans",sans-serif;
  }

  .iti--allow-dropdown input {
    margin-bottom: 15px !important;
  }

  .fieldWrap span.input-error {
    position: absolute;
    bottom: -13px;
  }

  .globaloptin span.input-error,
  span.input-error {
    font-size: 11px;
  }

  div#thankyou.fadeIn {
    display: block;
    font-family: "nimbus-sans",sans-serif;
    font-size: 18px;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .rules {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .rules p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.rules a {
  text-decoration: underline;
}

.rules a:hover {
  opacity: 0.7;
}

input::-ms-input-placeholder {
  color: #fff;
}

input::placeholder {
  color: #fff;
}

option {
  background: #000;
  color: #fff;
}
.message.fieldWrap label {
  font-size: 1vw;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 0.5vw;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .message.fieldWrap label {
    font-size: 15px;
    max-width: 100%;
    margin-bottom: 10px;
}
  
  .Sweepactive {
    min-height: calc(70vh - 70px);
  }
  .secondForm.m-list{   
      width: 300px;
      margin: 0 auto;
  }
  textarea.textarea-custom{
    border: 1px solid #fff;
    font-family: "nimbus-sans", sans-serif;
    font-size: 18px;
    max-width: 300px;
    min-width: 300px;
    padding: 0 10px;
  }
}
.fadeOut {
  display: none;
}

.fadeIn {
  display: block;
}
