@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");
html {
  color: #222;
  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: #222;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input:focus {
  outline: none;
}

@font-face {
  font-family: "hvd bodedo";
  src: url("/fonts/hvd_bodedo-webfont.woff2") format("woff2"), url("/fonts/hvd_bodedo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.ageGateBg {
  background-color: #0073cf;
}
.ageGateBg img {
  max-width: 100%;
}

input:focus {
  outline: none;
}

.ageGate2 {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #000;
  min-height: 530px;
  display: flex;
  align-items: center;
  border: 2px solid white;
}
.ageGate2 p {
  margin: 1em 0;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  width: 85%;
  margin: 0 auto;
}
.ageGate2 #age-form {
  margin: 0;
}
.ageGate2 .ccLogo {
  width: 60%;
  max-width: 280px;
  margin: 0 auto;
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 40px;
}
.ageGate2 .drawTheLine {
  width: 40%;
  max-width: 80px;
  margin: 50px auto 0;
  filter: brightness(5.5);
}
.ageGate2 div.inputs {
  display: block;
  width: 300px;
  margin: 0 auto;
  overflow: auto;
  padding: 10px 0;
}
.ageGate2 div.ageGate2 h1 {
  margin: 5px 0;
}
.ageGate2 .ageCountry {
  float: left;
}
.ageGate2 select {
  width: 186px;
  padding: 9px !important;
}
.ageGate2 .ageDay {
  float: left;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
.ageGate2 .ageDay input {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
}
.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%;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
}
.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%;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
}
.ageGate2 .ageYear input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 .ageButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ageGate2 input[type=text] {
  font-size: 30px;
  font-weight: 600;
  background-position: center;
  background-color: #fff;
  color: #333333;
  text-align: center;
  padding: 8px;
  border: 0;
  box-shadow: inset 0 0 0 0 #ccc;
  font-family: "Source Code Pro", monospace;
}
.ageGate2 input[type=text]::-moz-placeholder {
  color: #333333;
}
.ageGate2 input[type=text]::placeholder {
  color: #333333;
}
.ageGate2 input[type=submit] {
  display: block;
  float: left;
  margin-top: 10px;
  padding: 12px 50px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  background-color: #fff !important;
  color: #0073cf !important;
  font-size: 20px !important;
  border-radius: 0px;
  font-weight: 600;
  width: 100%;
}
.ageGate2 input[type=submit]:hover {
  background-color: #efefef;
}
.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-size: 12px;
  color: #fff;
}
.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 {
  background-color: #000;
  color: #fff;
  padding: 10px 50px;
  margin: 3px 0;
}
.ageGate2 .fancybox-bg {
  background: #888;
}
.ageGate2 .fancybox-is-open .fancybox-bg {
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  .ageGate2 {
    text-align: center;
  }
  .ageGate2 #hiddenDiv {
    padding: 8px 20px;
    margin: 3px 0;
    font-size: 12px;
  }
  .ageGate2 .ccLogo {
    width: 80%;
    max-width: 140px;
    margin: -25px auto 30px;
    padding-top: 0;
  }
  .ageGate2 .drawTheLine {
    width: 40%;
    max-width: 80px;
    margin: 20px auto 0;
  }
  .ageGate2 div.inputs {
    display: block;
    width: 90%;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 0;
    font-size: 18px;
  }
  .ageGate2 div.ageGate2 h1 {
    margin: 5px 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;
  -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: #ffffff;
}

figure.behold-grid.behold-grid-zoomFade {
  width: 90%;
  margin: 0 auto;
}

.paddingtop {
  padding-top: 80px;
}

.main-content {
  position: relative;
}

.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: "hvd bodedo", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #0073cf;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 5px;
}

p.error {
  font-size: 19px;
  line-height: 23px;
  color: #c01533;
  width: 100%;
  text-align: center;
  margin: 35px 0 0 0;
}

.center-text {
  width: 90%;
  text-align: center;
  margin: 0px auto 10px;
}

a {
  color: #0073cf;
}

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

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

.video {
  margin: 10px 0;
}

.prize {
  margin: 10px auto 0;
  width: 80%;
  max-width: 500px;
}

b {
  font-weight: 700;
}

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

.collect-button {
  width: 85vw;
  background-color: #0073cf;
  color: #fff;
  border: 1px solid #0073cf;
  border-radius: 22px;
  padding: 20px 14px;
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 20px auto 0 auto;
  display: block;
  position: relative;
  font-weight: 800;
}

.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: 33px;
}

.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;
  -o-object-fit: cover;
     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: "hvd bodedo", sans-serif;
  margin-top: 20px;
  font-size: 50px;
  line-height: 50px;
  color: #0073cf;
  letter-spacing: -3px;
}

h1 {
  font-family: "hvd bodedo", sans-serif;
  color: #0073cf;
  font-size: 29px;
  line-height: 32px;
  letter-spacing: -2px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
h1.notop {
  margin-top: 0;
}
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: "hvd bodedo", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #0073cf;
  letter-spacing: -1px;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  font-family: "hvd bodedo", 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 li {
  margin-bottom: 10px;
  line-height: 20px;
}

.button-wrapper {
  display: flex;
}

#modal_screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  background-color: #222222;
  opacity: 0.98;
}

#modal_screen.nope {
  background-color: #000000;
}

#modal_content {
  position: fixed;
  z-index: 1101;
  margin: 0 auto;
  border: 4px solid #efefef !important;
  background-color: #fff;
  font-size: 12px;
  width: 290px;
  height: 200px;
  color: #222222;
  padding: 20px;
  border-radius: 6px;
}

#modal_content .content_wrapper {
  margin: 0 auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#modal_content h2 {
  margin: 0 0 0 0;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #444444;
}

#modal_content p {
  max-width: 75%;
  margin: 1.2em auto 0;
}

#modal_content nav:after {
  content: "";
  display: block;
  clear: both;
}

.small {
  display: block;
  text-align: center;
  color: #888;
  margin: 1em 0 0;
}

a.av_btn {
  display: block;
  text-align: center;
  margin: 30px 10px !important;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1em;
  padding: 20px 50px;
  transition: all 0.5s;
}
@media (max-width: 770px) {
  a.av_btn {
    padding: 20px 30px;
  }
}

.av_go {
  background-color: #0073cf;
}
.av_go:hover {
  background-color: rgb(0, 86.6666666667, 156);
}

.av_no {
  background-color: #0073cf;
}
.av_no:hover {
  background-color: rgb(0, 86.6666666667, 156);
}

a.av_btn {
  margin-top: 20px;
  font-size: 1.25em;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}

@media (min-width: 688px) {
  #modal_content {
    top: 10em;
    top: 30vh;
    left: 30vw;
    width: 90%;
    max-width: 500px;
    height: 200px;
    padding: 40px;
    background-position: center 6em;
    font-size: 16px;
    border-radius: 10px;
  }
  #modal_content .content_wrapper {
    text-align: center;
  }
  #modal_content h2 {
    margin: 0 0 0 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    color: #444444;
  }
  #modal_content p {
    font-size: 1em;
    line-height: 16px;
  }
  #modal_content nav a.av_btn {
    margin: 1.6em auto 0;
    font-size: 16px;
  }
}
.width70 {
  width: 70vw;
  display: flex;
}

.width60 {
  width: 60vw;
  display: flex;
}

.width50 {
  width: 50vw;
}

.width40 {
  width: 40vw;
  display: flex;
}

.width30 {
  width: 30vw;
}

.cls-1 {
  fill: #ebbc4e;
}

.cls-2 {
  fill: #bf8b28;
}

.cls-3 {
  fill: #c8102e;
}

.cls-4 {
  fill: #670d0c;
}

.cls-5 {
  fill: #fff;
}

.cls-6 {
  fill: #3d3935;
}

.header {
  position: relative;
  z-index: 100;
}

.mobile-nav {
  background-color: #0073cf;
  padding: 5px 20px;
  min-height: 43px;
  position: fixed;
  width: 100%;
  top: 0;
}
.mobile-nav .mobile-logo {
  width: 140px;
  margin-top: 5px;
}

menu,
menu a {
  color: #fff;
}

.menudrop {
  position: fixed;
  top: -100%;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-color: #0073cf;
  border: 0;
  color: #fff;
  z-index: 1000;
}

#hamburger {
  position: fixed;
  top: 0;
  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:hover {
  width: 60px;
}

#hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 4px;
  right: 0;
  position: relative;
  border-radius: 2px;
}
#hamburger span:last-child {
  width: 50%;
}
#hamburger span:first-child {
  width: 70%;
}

#hamburger {
  transition: 0.3s;
}

menu ul li {
  margin: auto;
  text-transform: uppercase;
  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: 24px;
  line-height: 60px;
  letter-spacing: 1px;
}
menu ul li a {
  text-decoration: none;
  font-family: "hvd bodedo", 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: 12px 24px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #0073cf;
  font-size: 28px;
  line-height: 26px;
  border-radius: 6px;
  font-weight: 400;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
.button.red-button {
  background-color: #0073cf;
}
.button.small-button {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
.button.nomarg {
  margin-top: 0;
}

.burst {
  background: none;
  border: 0 solid #222;
  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: 56vh;
  max-width: 450px;
  margin: 0 auto;
  max-height: 450px;
  margin-bottom: 40px;
}

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

.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: #222;
  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: #222;
  border: solid 1px #dddddd;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  text-align: left;
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #222;
}
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: #222;
}
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: 80px;
  font-weight: 600;
  border: solid 0px #e2e2e2;
  padding: 0px 0 0 22px;
  letter-spacing: 16px;
  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;
}

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

input.required {
  color: #222;
}

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

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

input[type=submit] {
  margin-top: 15px;
  padding: 12px 24px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #0073cf;
  font-size: 28px;
  line-height: 26px;
  border-radius: 6px;
  font-weight: 400;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
input[type=submit]:hover {
  background-color: rgb(0, 86.6666666667, 156);
}
input[type=submit].nostyle {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 0;
  width: 100%;
  color: #0073cf;
  text-decoration: underline;
  font-size: 14px;
  text-transform: none;
}

.form-btn {
  width: 100%;
  margin-top: 15px;
  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: #222;
}
@media (max-width: 600px) {
  .checkbox-item {
    margin-bottom: 14px;
    line-height: 22px;
  }
}
.checkbox-item:last-child {
  margin-bottom: 0;
}
.checkbox-item a {
  text-decoration: none;
  color: #0073cf;
}
.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: #222 !important;
    /* Black prints faster */
    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;
  }
}
