/*Limited Access Prize Package  - Pkg Desktop CSS by MCL - Jan 2023*/
/* ********* ACCESSIBILITY ********* */
.ally-content,
.ally-skip-links a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ally-skip-links a:focus,
.ally-skip-links a:visited {
  position: static;
  width: auto;
  height: auto;
}

#ally-skip-link-post {
  display: none;
}

/* ********* ACCESSIBILITY ********* */
body {
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #333;
}

/*****Package Style Start*******/
#LAP-contest-section {
  width: 950px;
  height: 1297px;
  top: 0px;
  margin: 0 auto;
  position: relative;
  visibility: hidden;
  z-index: 9;
}
#LAP-contest-section video {
  width: 950px;
  position: absolute;
  left: 50%;
  margin-left: -475px;
  top: 20px;
  z-index: 10;
}
#LAP-contest-section .lap-left-shadow {
  background: url("../images/lap-left-shadow.png") no-repeat 0 0;
  width: 267px;
  height: 870px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
#LAP-contest-section .lap-right-shadow {
  background: url("../images/lap-right-shadow.png") no-repeat 0 0;
  width: 267px;
  height: 870px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
}
#LAP-contest-section .lap-bottom-shadow {
  background: url("../images/lap-bottom-shadow.png") no-repeat 0 0;
  height: 267px;
  width: 950px;
  position: absolute;
  left: 50%;
  margin-left: -475px;
  top: 500px;
  z-index: 15;
}
#LAP-contest-section .lap-content {
  width: 950px;
  position: absolute;
  left: 50%;
  margin-left: -475px;
  top: 20px;
  z-index: 20;
}
#LAP-contest-section .lap-txt-1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.125rem;
  line-height: 2.3rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  visibility: hidden;
}
#LAP-contest-section #lap-countdown {
  visibility: hidden;
}
#LAP-contest-section .lap-hours,
#LAP-contest-section .lap-minutes,
#LAP-contest-section .lap-seconds {
  display: flex;
}
#LAP-contest-section .lap-hours.lap-hours-2-digits {
  margin: 0 25px;
}
#LAP-contest-section .lap-minutes,
#LAP-contest-section .lap-seconds {
  margin: 0px 25px;
}
#LAP-contest-section .lap-hours span,
#LAP-contest-section .lap-minutes span,
#LAP-contest-section .lap-seconds span {
  width: 50px;
  height: 84px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -10000px;
  margin: 0px auto;
}
#LAP-contest-section .lap-hours span[data-hours-0="0"] {
  background-image: url("../images/lap-0.png");
}
#LAP-contest-section .lap-hours span[data-hours-1="1"] {
  background-image: url("../images/lap-1.png");
}
#LAP-contest-section .lap-hours span[data-hours-2="2"] {
  background-image: url("../images/lap-2.png");
}
#LAP-contest-section .lap-hours span[data-hours-3="3"] {
  background-image: url("../images/lap-3.png");
}
#LAP-contest-section .lap-hours span[data-hours-4="4"] {
  background-image: url("../images/lap-4.png");
}
#LAP-contest-section .lap-hours span[data-hours-5="5"] {
  background-image: url("../images/lap-5.png");
}
#LAP-contest-section .lap-hours span[data-hours-6="6"] {
  background-image: url("../images/lap-6.png");
}
#LAP-contest-section .lap-hours span[data-hours-7="7"] {
  background-image: url("../images/lap-7.png");
}
#LAP-contest-section .lap-hours span[data-hours-8="8"] {
  background-image: url("../images/lap-8.png");
}
#LAP-contest-section .lap-hours span[data-hours-9="9"] {
  background-image: url("../images/lap-9.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-0="0"] {
  background-image: url("../images/lap-0.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-1="1"] {
  background-image: url("../images/lap-1.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-2="2"] {
  background-image: url("../images/lap-2.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-3="3"] {
  background-image: url("../images/lap-3.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-4="4"] {
  background-image: url("../images/lap-4.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-5="5"] {
  background-image: url("../images/lap-5.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-6="6"] {
  background-image: url("../images/lap-6.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-7="7"] {
  background-image: url("../images/lap-7.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-8="8"] {
  background-image: url("../images/lap-8.png");
}
#LAP-contest-section .lap-minutes span[data-minutes-9="9"] {
  background-image: url("../images/lap-9.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-0="0"] {
  background-image: url("../images/lap-0.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-1="1"] {
  background-image: url("../images/lap-1.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-2="2"] {
  background-image: url("../images/lap-2.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-3="3"] {
  background-image: url("../images/lap-3.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-4="4"] {
  background-image: url("../images/lap-4.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-5="5"] {
  background-image: url("../images/lap-5.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-6="6"] {
  background-image: url("../images/lap-6.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-7="7"] {
  background-image: url("../images/lap-7.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-8="8"] {
  background-image: url("../images/lap-8.png");
}
#LAP-contest-section .lap-seconds span[data-seconds-9="9"] {
  background-image: url("../images/lap-9.png");
}
#LAP-contest-section .lap-countdown-digits {
  width: 480px;
  color: #ff0000;
  font-size: 8rem;
  line-height: 7rem;
  text-align: center;
  margin: 5px auto 0;
  display: flex;
}
#LAP-contest-section .lap-countdown-digits div {
  width: 160px;
}
#LAP-contest-section .lap-countdown-description {
  width: 480px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 0.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  display: flex;
}
#LAP-contest-section .lap-countdown-description div {
  width: 160px;
}
#LAP-contest-section .lap-txt-2-wrapper {
  overflow: hidden;
}
#LAP-contest-section .lap-txt-2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.313rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  visibility: hidden;
}
#LAP-contest-section .lap-txt-3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 7.125rem;
  line-height: 7rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  text-shadow: 1px 0px 1px #676767, 0px -1px 1px #676767, 2px -1px 1px #676767, 1px -2px 1px #676767, 3px -2px 1px #676767, 2px -3px 1px #676767, 4px -3px 1px #676767, 3px -4px 1px #676767, 5px -4px 1px #676767, 4px -5px 1px #676767, 6px -5px 1px #676767, 5px -6px 1px #676767, 7px -6px 1px #676767;
  visibility: hidden;
}
#LAP-contest-section .lap-txt-4 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 9rem;
  line-height: 9rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 0px 1px #676767, 0px -1px 1px #676767, 2px -1px 1px #676767, 1px -2px 1px #676767, 3px -2px 1px #676767, 2px -3px 1px #676767, 4px -3px 1px #676767, 3px -4px 1px #676767, 5px -4px 1px #676767, 4px -5px 1px #676767, 6px -5px 1px #676767, 5px -6px 1px #676767, 7px -6px 1px #676767;
  visibility: hidden;
}
#LAP-contest-section .lap-txt-5 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 4.375rem;
  line-height: 7rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 1px 0px 1px #676767, 0px -1px 1px #676767, 2px -1px 1px #676767, 1px -2px 1px #676767, 3px -2px 1px #676767, 2px -3px 1px #676767, 4px -3px 1px #676767, 3px -4px 1px #676767, 5px -4px 1px #676767, 4px -5px 1px #676767, 6px -5px 1px #676767, 5px -6px 1px #676767, 7px -6px 1px #676767;
  visibility: hidden;
}
#LAP-contest-section .lap-center {
  text-align: center;
}
#LAP-contest-section .lap-button {
  width: 461px;
  height: 88px;
  border-radius: 50px;
  margin: 0 auto;
  visibility: hidden;
  position: relative;
}
#LAP-contest-section .lap-button-background {
  background-color: #ff0000;
  width: 461px;
  position: absolute;
  left: 50%;
  margin-left: -230.5px;
  height: 88px;
  top: 0;
  border-radius: 50px;
  border: 1px solid #3f0000;
}
#LAP-contest-section .lap-button-content {
  width: 461px;
  position: absolute;
  left: 50%;
  margin-left: -230.5px;
  height: 88px;
  top: 0px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.313rem;
  line-height: 88px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}
#LAP-contest-section .lap-heartBeat {
  animation-name: lapHeartBeat;
  animation-duration: 3s;
}
@keyframes lapHeartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(0.8);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(0.8);
  }
  70% {
    transform: scale(1);
  }
}
#LAP-contest-section .lap-txt-6 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
  visibility: hidden;
}
#LAP-contest-section .lap-border-panel {
  margin-top: 20px;
  position: relative;
}
#LAP-contest-section .lap-left-frame {
  position: absolute;
  top: 0px;
  left: 100px;
  visibility: hidden;
}
#LAP-contest-section .lap-right-frame {
  position: absolute;
  top: 0px;
  right: 100px;
  visibility: hidden;
}
#LAP-contest-section .lap-txt-7 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.938rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 15px 0 15px;
  visibility: hidden;
}
#LAP-contest-section .lap-txt-8 {
  color: #ff0000;
  font-family: "Roboto", sans-serif;
  font-size: 1.938rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding: 0 15px 15px 15px;
  visibility: hidden;
}

#lap-fixed-banner-container {
  background-color: #000;
  width: 100%;
  margin: 0 auto 50px;
  overflow: hidden;
}
#lap-fixed-banner-container.lapActive {
  z-index: 1000005;
}
#lap-fixed-banner-container .lap-fixed-banner {
  background-color: #000;
  width: 100%;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  padding: 10px 0;
  visibility: hidden;
}
#lap-fixed-banner-container .lap-fixed-banner-content {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
#lap-fixed-banner-container .lap-exclamation-point {
  background: url("../images/lap-exclamation-points.png") no-repeat 0 0;
  width: 66px;
  height: 97px;
}
#lap-fixed-banner-container .lap-exclamation-point-left {
  position: absolute;
  top: 10px;
  left: 0;
}
#lap-fixed-banner-container .lap-exclamation-point-right {
  position: absolute;
  top: 10px;
  right: 0;
}
#lap-fixed-banner-container .lap-txt-9 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.563rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
}
#lap-fixed-banner-container .lap-txt-10 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 3.188rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
#lap-fixed-banner-container .lap-txt-11 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.938rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.pin-spacer-lapFixedBanner {
  z-index: 1000005;
}

#package-order_section {
  background-color: #000;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 0px;
  overflow: hidden;
  visibility: hidden;
  display: none;
  z-index: 30;
}

#LAP-ob-section {
  width: 950px;
  margin: 0 auto;
}
#LAP-ob-section .lap-txt-12 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
  visibility: hidden;
}
#LAP-ob-section .lap-txt-12.lap-offline {
  font-size: 2.625rem;
}
#LAP-ob-section .lap-options-panel {
  width: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 0;
  visibility: hidden;
}
#LAP-ob-section .lap-options-panel p {
  text-align: center;
}
#LAP-ob-section .lap-no-option {
  margin-right: 100px;
  position: relative;
  transform: scale(0.5);
}
#LAP-ob-section .lap-no-option-circles {
  background: url("../images/lap-no-circles.png") no-repeat 0 0;
  height: 291px;
  background-position: center center;
  width: 260px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 0;
}
#LAP-ob-section .lap-no-option-circles-outer {
  background: url("../images/lap-no-circles-outer.png") no-repeat 0 0;
  height: 291px;
  background-position: center center;
  width: 260px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 0;
}
#LAP-ob-section .lap-no-option-circles-inner {
  background: url("../images/lap-no-circles-inner.png") no-repeat 0 0;
  height: 291px;
  background-position: center center;
  width: 260px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 0;
}
#LAP-ob-section .lap-yes-option {
  position: relative;
  margin-left: 100px;
}
#LAP-ob-section .lap-yes-option-circles {
  background: url("../images/lap-yes-circles.png") no-repeat 0 0;
  height: 291px;
  background-position: center center;
  width: 260px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 0;
}
#LAP-ob-section .lap-yes-option-circles-outer {
  background: url("../images/lap-yes-circles-outer.png") no-repeat 0 0;
  height: 291px;
  background-position: center center;
  width: 260px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 0;
}
#LAP-ob-section .lap-yes-option-circles-inner {
  background: url("../images/lap-yes-circles-inner.png") no-repeat 0 0;
  height: 291px;
  background-position: center center;
  width: 260px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 0;
}
#LAP-ob-section .lap-txt-13 {
  color: #5f5f5f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.875rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
  padding-top: 120px;
}
#LAP-ob-section .lap-txt-14 {
  color: #00f803;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.875rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
  padding-top: 120px;
}
#LAP-ob-section .lap-txt-15-wrapper {
  overflow: hidden;
}
#LAP-ob-section .lap-txt-15 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.875rem;
  line-height: 2.3rem;
  font-weight: 700;
  text-align: center;
  padding-top: 120px;
  visibility: hidden;
}
#LAP-ob-section .lap-list {
  margin-left: 90px;
  position: relative;
}
#LAP-ob-section .lap-left-ob-frame {
  position: absolute;
  top: 10px;
  left: -50px;
  visibility: hidden;
}
#LAP-ob-section .lap-right-ob-frame {
  position: absolute;
  top: 10px;
  right: 0px;
  visibility: hidden;
}
#LAP-ob-section .lap-item {
  padding-top: 30px;
  position: relative;
  visibility: hidden;
}
#LAP-ob-section .lap-checkmark {
  background: url("../images/lap-checkmark.png") no-repeat 0 0;
  width: 59px;
  height: 76px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: scale(0);
}
#LAP-ob-section .lap-preferred .lap-checkmark {
  top: 30px;
}
#LAP-ob-section .lap-txt-16 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.75rem;
  line-height: 2.3rem;
  font-weight: 700;
  padding-left: 75px;
}
#LAP-ob-section .lap-preferred .lap-txt-16 {
  padding-top: 10px;
}
#LAP-ob-section .lap-last-paragraph {
  overflow: hidden;
  margin-top: 20px;
}
#LAP-ob-section .lap-txt-17 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.125rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  visibility: hidden;
}
#LAP-ob-section .lap-green {
  color: #00f803;
  text-decoration: underline;
  text-underline-offset: 8px;
}

/*****Package Style End*********/
#multipageWrap {
  width: 880px;
  background-color: red;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 50px;
  display: none;
}

#multipageWrap h1 {
  font-size: 30px;
  line-height: 34px;
}

.disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 600px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.disclaimer p,
.disclaimer a {
  color: #fff;
}

.disclaimer p {
  margin-bottom: 14px;
}

.disclaimer strong {
  /*for NPN*/
  font-size: 12px;
}

/*****Merch Ineligible button.. place over package button (Absoulute positioning)*****/
/*Refer to merch INELLIGABLE inelligable doc: http://creativedept.classic.pchad.com/Libraries/Packages/Spectrum/_docs/MERCH%20INELLIGABLE.TXT*/
.contestOnlySubmitButton {
  width: 251px;
  height: 74px;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
  font-size: 0;
  background: none;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
}/*# sourceMappingURL=package.LAP.css.map */