@import url("https://fonts.googleapis.com/css?family=Anonymous+Pro:700");
html {
  color: #383838;
  font-size: 1em;
  line-height: 1.4;
}

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #383838;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.ageGateBg {
  background-color: #ffffff;
}
.ageGateBg img {
  max-width: 100%;
}

input:focus {
  outline: none;
}

@font-face {
  font-family: "FS Dillon";
  src: url("/fonts/FSDillon.woff2") format("woff2"), url("/fonts/FSDillon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kentucky Straight Body";
  src: url("/fonts/KentuckyStraight-Body.woff2") format("woff2"), url("/fonts/KentuckyStraight-Body.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ageGate2 {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #000;
  min-height: 555px;
  padding: 15px 15px 0 15px;
}
.ageGate2 p {
  margin: 1em 0;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.ageGate2 #age-form {
  margin: 0;
}
.ageGate2 .ccLogo {
  width: 60%;
  max-width: 155px;
  margin: 0 auto;
  padding-top: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.ageGate2 .drawTheLine {
  width: 40%;
  max-width: 120px;
  margin: 50px auto 0;
}
.ageGate2 div.inputs {
  display: block;
  width: 300px;
  margin: 0 auto;
  overflow: auto;
  padding: 10px 0;
}
.ageGate2 div.ageGate2 h1 {
  margin: 5px 0;
}
.ageGate2 .ageCountry {
  width: 100%;
}
.ageGate2 select {
  width: 186px;
  padding: 2px;
}
.ageGate2 .ageDay {
  float: left;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
.ageGate2 .ageDay input {
  width: 100%;
}
.ageGate2 .ageDay input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 .ageMonth {
  float: left;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
.ageGate2 .ageMonth input {
  width: 100%;
}
.ageGate2 .ageMonth input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 .ageYear {
  float: left;
  width: 50%;
  display: inline-block;
}
.ageGate2 .ageYear input {
  width: 100%;
}
.ageGate2 .ageYear input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 input[type=numeric] {
  font-size: 40px;
  font-weight: 300;
  background-position: center;
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 8px;
  border: 0;
  box-shadow: inset 0 0 0 1px #ccc;
  font-family: "Anonymous Pro", monospace;
}
.ageGate2 input[type=submit] {
  border: 1px solid #efefef;
  display: block;
  float: left;
  margin-top: 15px;
  padding: 12px !important;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  background-color: rgb(155, 50, 44);
  color: #fff;
  font-size: 20px;
  border-radius: 0;
  font-weight: 600;
  width: 100%;
}
.ageGate2 input[type=number]::-webkit-inner-spin-button,
.ageGate2 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ageGate2 .marBott {
  padding-bottom: 10px;
}
.ageGate2 label {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.ageGate2 select {
  outline: none;
  background: none repeat scroll 0 0 #fdf9e3;
  border: medium none;
  color: #4b4b45;
  height: 24px;
  padding: 2px;
  font-size: 13px;
}
.ageGate2 #hiddenDiv {
  margin: 3px 0;
}
.ageGate2 .fancybox-bg {
  background: #888;
}
.ageGate2 .fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.ageGate2 p.ag-legals {
  font-size: 15px;
  margin: 0;
}

@media only screen and (max-width: 479px) {
  .ageGate2 {
    text-align: center;
    min-height: 370px;
    margin: 20px 5%;
    box-sizing: border-box;
    width: 90%;
  }
  .ageGate2 #hiddenDiv {
    margin: 3px 0;
    font-size: 12px;
  }
  .ageGate2 .ccLogo {
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .ageGate2 .drawTheLine {
    width: 40%;
    max-width: 120px;
    margin: 20px auto 0;
  }
  .ageGate2 div.inputs {
    display: block;
    width: 300px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 0;
    font-size: 18px;
  }
  .ageGate2 div.ageGate2 h1 {
    margin: 5px 0;
  }
  .ageGate2 div.inputs {
    display: block;
    width: 236px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 0;
  }
  .ageGate2 .ageDay {
    float: left;
  }
  .ageGate2 .ageDay input {
    width: 100%;
  }
  .ageGate2 .ageMonth {
    float: left;
  }
  .ageGate2 .ageMonth input {
    width: 100%;
  }
  .ageGate2 .ageYear {
    float: left;
  }
  .ageGate2 .ageYear input {
    width: 100%;
  }
}
img {
  width: 100%;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html {
  width: 100%;
  min-height: 100%;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f1ee;
}

.paddingtop {
  padding-top: 25px;
}

.main-content {
  position: relative;
  margin-top: 25px;
}

.blue-wrapper {
  padding: 5px 20px;
}
.blue-wrapper p {
  color: #fff;
  font-weight: 700;
}

.small-itallic {
  font-size: 12px;
  font-style: italic;
  margin: 30px 0 0 0;
}

.caps {
  text-transform: uppercase;
}

p.success {
  font-family: "Kentucky Straight Body", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #383838;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 5px;
}

p.error {
  font-family: "Kentucky Straight Body", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #c01533;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

.center-text {
  width: 80%;
  text-align: center;
  margin-left: 10%;
}

a {
  color: #383838;
  text-decoration: underline !important;
}

a.center-text {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}

.max-width {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 1000px;
}
.max-width.form-pages {
  max-width: 720px;
}

.prize {
  margin: 50px auto 0;
}

b {
  font-weight: 700;
}

body {
  font-family: "FS Dillon", san-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  font-size: 18px;
  position: relative;
}
@media (min-width: 1000px) {
  body .main-content,
  body .banner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
}

.collect-button {
  width: 70vw;
  background-color: #c8102e;
  color: #fff;
  border: 1px solid #c8102e;
  border-radius: 0px;
  padding: 20px 14px;
  font-family: "Kentucky Straight Body", sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  margin: -60px auto 0 auto;
  display: block;
  position: relative;
}

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-item {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.grid_three .grid-item {
  width: 30%;
}
@media (max-width: 950px) {
  .grid_three .grid-item {
    width: 48%;
  }
}

.banner {
  z-index: -1;
  position: relative;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.banner #banner-text {
  max-width: 50%;
}
@media (max-width: 1000px) {
  .banner #banner-text {
    max-width: 80%;
  }
}
.banner #banner-image {
  max-width: 700px;
}
@media (max-width: 900px) {
  .banner #banner-image {
    max-width: 100%;
  }
}

.win-grid {
  display: flex;
  justify-content: space-between;
}
.win-grid .winbanner {
  width: 60vw;
}
.win-grid .win-can {
  width: 25vw;
  margin: 0 auto;
}

.image-submit {
  width: 45vw;
  transition: all 0.5s;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
}
.image-submit:hover {
  opacity: 0.9;
}

.instagram-images {
  overflow: hidden;
  margin-bottom: 30px;
}
.instagram-images a img {
  height: 320px;
  object-fit: cover;
  font-family: "object-fit: contain;";
}
@media (max-width: 700px) {
  .instagram-images a img {
    height: 150px;
  }
}

.counter {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Kentucky Straight Body", sans-serif;
  margin-top: 20px;
  font-size: 50px;
  line-height: 50px;
  color: #383838;
  letter-spacing: -3px;
}

h1 {
  font-family: "Kentucky Straight Body", sans-serif;
  font-size: 32px;
  line-height: 30px;
  color: #383838;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
h1.notop {
  margin-top: 0;
}
h1.homePage {
  margin: 10px auto;
}
h1.non-caps {
  text-transform: none;
  font-size: 31px;
  line-height: 31px;
}
h1.largeh1 {
  font-size: 40px;
  line-height: 40px;
}
h1.top60 {
  margin-top: 60px;
}
h1.top40 {
  margin-top: 40px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer img {
  width: 20vw;
  margin: 20px auto;
  max-width: 100px;
}

h2 {
  font-family: "Kentucky Straight Body", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #383838;
  letter-spacing: -1px;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  font-family: "Kentucky Straight Body", sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  letter-spacing: -1px;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 100;
  text-align: center;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
h3.large {
  font-size: 34px;
  line-height: 36px;
}

h4 {
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  color: #bbcddc;
  font-weight: 100;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

.center {
  text-align: center;
}

ol.terms {
  margin-top: 80px;
}
ol.terms li {
  margin-bottom: 10px;
  line-height: 20px;
}

.header {
  z-index: 100;
  height: 75px;
  margin-bottom: 150px;
}
@media (max-width: 1000px) {
  .header {
    margin-bottom: 50px;
  }
}

.mobile-nav {
  padding: 0;
  min-height: 43px;
  position: absolute;
  width: 100%;
  top: 0;
}
.mobile-nav .mobile-logo {
  width: 150px;
  max-width: 600px;
  display: block;
  margin: 4px auto 0 auto;
}
@media (min-width: 1000px) {
  .mobile-nav .mobile-logo {
    width: 235px;
  }
}

menu,
menu a {
  color: #ffffff;
}

.menudrop {
  position: absolute;
  position: fixed;
  top: -100%;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-color: rgb(193, 171, 123);
  border: 0;
  color: #fff;
  z-index: 1000;
}

#hamburger {
  position: absolute;
  top: 5px;
  padding: 7px;
  right: 10px;
  width: 55px;
  z-index: 1010;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}

#hamburger span {
  width: 100%;
  height: 2px;
  background-color: #3d3935;
  display: block;
  margin: 4px;
  right: 0;
  position: relative;
  border-radius: 2px;
}
#hamburger span:last-child {
  width: 100%;
  align-self: flex-start;
}
#hamburger span:first-child {
  width: 100%;
  align-self: flex-start;
}

#hamburger {
  transition: 0.3s;
}

menu ul li {
  margin: auto;
  text-transform: uppercase;
  opacity: 0;
  cursor: pointer;
}

menu {
  position: relative;
  text-align: center;
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
  margin-top: -40px;
}
menu ul {
  margin: 0;
  padding: 0;
}
menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 32px;
  line-height: 70px;
  letter-spacing: 1px;
  color: #3d3935;
}
menu ul li a {
  text-decoration: none;
  font-family: "Kentucky Straight Body", sans-serif;
}

.top-panel-banner {
  display: flex;
  padding-top: 35px;
  justify-content: flex-start;
}
.top-panel-banner .banner-left {
  width: 17%;
}
.top-panel-banner .banner-right {
  width: 50%;
  padding-top: 25px;
  margin-left: 25px;
}
.top-panel-banner .banner-right.winner {
  padding-top: 0;
}

.mobile-nav {
  pointer-events: none;
}

.mobile-logo,
.menudrop {
  pointer-events: all;
}

#hamburger {
  pointer-events: all;
}

.button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
  margin-top: 15px;
  padding: 20px 40px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(155, 50, 44);
  font-size: 30px;
  line-height: 26px;
  font-weight: 400;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-family: "Kentucky Straight Body", sans-serif;
  font-weight: 600;
}
.button.red-button {
  background-color: rgb(155, 50, 44);
}
.button.small-button {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
.button.nomarg {
  margin-top: 0;
}

.burst {
  background: none;
  border: 0 solid #383838;
  width: 30vw;
}
.burst img {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
}

.button-grid {
  display: flex;
}
.button-grid .hit-copy {
  width: 38vw;
  margin-left: 3vw;
  margin-top: -3px;
}
.button-grid .burst {
  margin-top: 15px;
  width: 45vw;
}

.visor-container {
  width: 65%;
  margin: 40px auto;
  max-width: 450px;
}
.visor-container.large-visor {
  width: 65%;
}

.sadface {
  width: 25%;
  max-width: 100px;
  margin: 20px auto;
}

.voucher {
  width: 60%;
  max-width: 200px;
  margin: 20px auto;
  animation: 4s infinite a3;
}

@keyframes a3 {
  0%, 100% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}
.scratch-message {
  width: 80vw;
  padding-top: 25px;
  padding-left: 10%;
}

.banner-text {
  padding: 5px;
  position: absolute;
  top: 43px;
  z-index: 20;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.scratcher {
  width: 100%;
  height: 66vh;
  max-width: 450px;
  margin: 0 auto;
}

.scratchpad {
  width: 100%;
  height: 60vh;
  max-width: 450px;
  margin: 0 auto;
  top: 10px;
}
.scratchpad img {
  object-fit: cover;
}

.scratchie .scratchpad img {
  object-fit: cover;
  object-position: top;
}

.scratch-head {
  position: absolute;
  z-index: 5000;
}

.follow-us {
  padding-top: 30px;
}

.follow-text {
  width: 80vw;
  margin-left: 5vw;
  margin-top: -20px;
}

.inta-grid {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inta-grid .item {
  width: 43vw;
  margin: 3px;
  height: 130px;
  background-size: cover;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media (max-width: 800px) {
  .form {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0;
  }
}

.form-item {
  flex-basis: 100%;
  margin-top: 10px;
  color: #383838;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  display: block;
}
.form-item.step-two-hide {
  text-align: left;
}
.form-item.half {
  flex-basis: 49%;
}
.form-item.third {
  flex-basis: 32%;
}

.sold-out-corner {
  background-color: #c01533;
  position: fixed;
  width: 200px;
  height: 250px;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.step-two-hide {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .step-two-hide {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0;
  }
}
.step-two .step-two-hide {
  display: none;
}
.step-one .step-two-hide {
  display: flex;
}

label.error {
  color: #c01533;
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
input[type=tel],
select,
textarea {
  width: 100%;
  padding: 14px;
  color: #383838;
  border: solid 1px #dddddd;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  text-align: left;
  height: 55px !important;
  border-radius: 0 !important;
  background-color: #fff;
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #383838;
}
input[type=email].code-input,
input[type=number].code-input,
input[type=password].code-input,
input[type=text].code-input,
input[type=tel].code-input,
select.code-input,
textarea.code-input {
  width: 290px;
  margin: 10px auto;
  font-family: "Source Code Pro", monospace;
  text-align: left;
  font-size: 50px;
  font-weight: 600;
  border: solid 0px #e2e2e2;
  padding: 5px 0 0 30px;
  letter-spacing: 33px;
  color: #666666;
  background-image: url(../img/ccss-bg-grid.png);
  background-color: rgba(0, 0, 0, 0);
}
input[type=email].select,
input[type=number].select,
input[type=password].select,
input[type=text].select,
input[type=tel].select,
select.select,
textarea.select {
  height: 55px !important;
  border-radius: 0 !important;
  background-color: #fff;
  font-size: 16px;
}

input[type=radio] {
  padding: 8px 10px;
  color: #383838;
}

input.required {
  color: #383838;
}

input.upload {
  color: #383838;
  font-size: 12px;
}

input[type=checkbox] {
  transform: scale(1.3);
}
@media (max-width: 600px) {
  input[type=checkbox] {
    transform: scale(1.4);
    margin-right: 3px;
  }
}

input[type=submit] {
  margin-top: 15px;
  padding: 20px 40px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(155, 50, 44);
  font-size: 28px;
  line-height: 26px;
  font-weight: 400;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  cursor: pointer;
  font-family: "Kentucky Straight Body", sans-serif;
  font-weight: 600;
}
input[type=submit].nostyle {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 0;
  width: 100%;
  color: rgb(155, 50, 44);
  text-decoration: underline;
  font-size: 14px;
  text-transform: none;
}

.form-btn {
  width: 100%;
  margin: 15px auto;
  display: flex;
  justify-content: center;
}

input.checkbox.required.error {
  margin-right: 5px;
}

.checkbox-container {
  width: 100%;
  margin: 20px 0 0;
}

.checkbox-item {
  width: 100%;
  margin-bottom: 8px;
  color: #383838;
}
@media (max-width: 600px) {
  .checkbox-item {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 22px;
  }
}
.checkbox-item:last-child {
  margin-bottom: 0;
}
.checkbox-item a {
  text-decoration: none;
  color: #383838;
}
.checkbox-item a:hover {
  text-decoration: underline;
}

ul.af_list {
  display: flex;
  z-index: 500;
  background-color: #fff;
  padding: 10px 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  margin-top: 2px;
  width: 90%;
  max-width: 1000px;
}
ul.af_list li {
  list-style-type: none;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  display: block;
  margin: 0;
}
ul.af_list li:last-child {
  border-bottom: 0;
}

@media (max-width: 600px) {
  #age-form input[type=email],
  #age-form input[type=number],
  #age-form input[type=password],
  #age-form input[type=text],
  #age-form input[type=tel],
  #age-form select,
  #age-form textarea {
    padding: 10px 0;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #383838 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
      * Don't show links that are fragment identifiers,
      * or use the `javascript:` pseudo protocol
      */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
      * Printing Tables:
      * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
      */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.logo-container {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.logo-container .logo {
  max-width: 400px;
}
.logo-container span {
  text-align: center;
}

.head-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-logo .jb-logo {
  max-width: 60%;
}
@media (max-width: 900px) {
  .head-logo .jb-logo {
    max-width: 60%;
  }
}

.main-content-2 {
  width: 100%;
  max-width: 1100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .main-content-2 {
    padding: 0 30px;
  }
}
@media (max-width: 800px) {
  .main-content-2 {
    width: 85%;
  }
  .main-content-2.internal {
    text-align: center;
  }
  .main-content-2.internal.terms {
    text-align: left;
  }
}
.main-content-2.terms {
  flex-direction: column !important;
}
.main-content-2 .left-content {
  width: 40%;
  vertical-align: top;
  order: 1;
  margin-bottom: 40px;
  margin-top: 30px;
}
.main-content-2 .left-content .kv-white {
  width: 100%;
}
@media (max-width: 800px) {
  .main-content-2 .left-content {
    width: 100%;
  }
}
.main-content-2 .left-content .store-images-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-content-2 .left-content .store-images-container .store-images {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .main-content-2 .left-content .store-images-container .store-images {
    width: 80%;
    margin: 0 auto;
    display: flex;
  }
}
.main-content-2 .left-content .store-images-container .store-images img {
  width: 30%;
  margin: 0px 10px;
}
@media (max-width: 1200px) {
  .main-content-2 .left-content .store-images-container .store-images img {
    width: 35%;
  }
}
@media (max-width: 800px) {
  .main-content-2 .left-content .store-images-container .store-images img {
    padding: 0px 10px;
  }
}
.main-content-2 .left-content .store-images-container .store-images #bottle-o {
  width: 20%;
}
.main-content-2 .sub-heading {
  color: rgb(155, 50, 44);
}
.main-content-2 .right-content {
  display: flex;
  flex-direction: column;
  width: 57%;
  vertical-align: top;
  order: 2;
}
.main-content-2 .right-content img {
  margin: 0 auto;
}
@media (max-width: 800px) {
  .main-content-2 .right-content {
    margin-top: 30px;
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }
}
.main-content-2 .contact {
  margin-top: 0px;
}
.main-content-2 .contact-logo {
  margin-top: 50px;
}
.main-content-2 .centered h1 {
  font-size: 50px;
}
@media (max-width: 800px) {
  .main-content-2 .centered h1 {
    margin-top: 100px;
    font-size: 45px !important;
    text-align: center;
    line-height: 40px !important;
  }
}
.main-content-2 .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .main-content-2 .form {
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
  }
}
.main-content-2 .form h1 {
  font-size: 50px;
}
@media (max-width: 800px) {
  .main-content-2 .form h1 {
    font-size: 45px !important;
    text-align: center;
  }
}
.main-content-2 .form p.enter-text {
  font-size: 18px;
  margin: 37px 0 0;
  font-family: "FS Dillon", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .main-content-2 .form p.enter-text {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0 0;
  }
}
@media (max-width: 800px) {
  .main-content-2 .heading-text {
    display: none !important;
  }
}
.main-content-2 .form-item {
  flex-basis: 100%;
  color: #383838;
  font-size: 17px;
  margin-top: 10px;
}
.main-content-2 .form-item.half {
  flex-basis: 49%;
}
.main-content-2 .form-item.third {
  flex-basis: 32%;
}
.main-content-2 input[type=text],
.main-content-2 input[type=password],
.main-content-2 input[type=number],
.main-content-2 input[type=email],
.main-content-2 select,
.main-content-2 textarea {
  width: 100%;
  padding: 13px 10px;
  color: #999;
  font-size: 18px;
  border: solid 1px #999;
  outline: none;
  font-family: "FS Dillon", san-serif;
  font-weight: 300;
}
.main-content-2 input[type=text].select,
.main-content-2 input[type=password].select,
.main-content-2 input[type=number].select,
.main-content-2 input[type=email].select,
.main-content-2 select.select,
.main-content-2 textarea.select {
  border-radius: 0px !important;
  background-color: #fff;
}
.main-content-2 input[type=text]::placeholder,
.main-content-2 input[type=password]::placeholder,
.main-content-2 input[type=number]::placeholder,
.main-content-2 input[type=email]::placeholder,
.main-content-2 select::placeholder,
.main-content-2 textarea::placeholder {
  color: #999;
}
.main-content-2 input[type=radio] {
  padding: 8px 10px;
  color: #383838;
  font-size: 17px;
}
.main-content-2 #agstate {
  max-width: 340px;
  margin-bottom: 22px;
}
.main-content-2 input[type=submit],
.main-content-2 .button {
  border: 1px solid #efefef;
  display: block;
  margin: 15px auto;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  background-color: rgb(155, 50, 44);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  border-radius: 4px;
  font-weight: 600;
  font-family: "Kentucky Straight Body", sans-serif !important;
}
.main-content-2 .form-btn {
  width: 250px;
}
.main-content-2 .upload-terms ul {
  font-size: 17px;
  color: #999;
  font-weight: 300;
  margin-top: 0;
  padding: 0 0 0 14px;
}
.main-content-2 input.checkbox.required.error {
  margin-right: 5px;
}
.main-content-2 .checkbox-container {
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
}
.main-content-2 .checkbox-item {
  width: 100%;
  margin-bottom: 10px;
  color: #383838;
  font-size: 17px;
}
.main-content-2 .checkbox-item a {
  transition: all 1s;
  color: #383838;
}
.main-content-2 .checkbox-item a:hover {
  color: rgb(155, 50, 44);
}

.phone-number {
  font-size: 16px !important;
}
.phone-number:placeholder {
  font-size: 16px !important;
}

.callout {
  width: 100%;
}

#contactForm .form-item input[type=submit] {
  font-size: 28px;
  font-family: "Kentucky Straight Body", sans-serif !important;
}
#contactForm .form-item input[type=text] {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
}
#contactForm .form-item input[type=text]::placeholder {
  font-size: 16px !important;
}
#contactForm .form-item textarea {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
}
#contactForm .form-item textarea::placeholder {
  font-size: 16px !important;
}
#contactForm .form-item textarea {
  resize: none;
  height: 200px !important;
}

.crack-to-claim {
  position: fixed;
  top: 0px;
  left: 0px;
}
.crack-to-claim #player {
  aspect-ratio: 9/16;
}

.jbVanillaHeader {
  z-index: -100;
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100dvw;
  margin-top: -30px;
}
.jbVanillaHeader img {
  width: 100dvw;
  height: auto;
}

.thanks {
  margin-top: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thanks p {
  font-size: 20px;
  margin: 0px;
}

.jbLink {
  padding: 15px 25px;
  background-color: rgb(193, 171, 123);
  font-size: 24px;
  color: white;
  font-family: "Kentucky Straight Body";
}

.plyr__poster {
  display: none !important;
}

.storeImages {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.storeImages a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.storeImages a img {
  max-width: 85%;
  margin-top: 15px;
}

.swiper {
  padding: 10px;
  display: flex;
  overflow: hidden;
}
.swiper .swiper-wrapper {
  display: flex;
}
.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  aspect-ratio: 3/4 !important;
}
.swiper .swiper-wrapper .swiper-slide img,
.swiper .swiper-wrapper .swiper-slide video {
  height: 100%;
  width: 100%;
  aspect-ratio: 3/4 !important;
  object-fit: cover;
}

#dm {
  width: 60% !important;
}

#bws {
  width: 40% !important;
}

td {
  text-align: center !important;
}
