@import url("https://use.typekit.net/aci1ziu.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat|Source+Code+Pro:600&display=swap");
@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: #000;
  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 */
  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;
}

img {
  width: 100%;
}

* {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "akzidenz-grotesk";
  src: url("/fonts/akzidgrostdbolcnd-webfont.woff2") format("woff2"), url("/fonts/akzidgrostdbolcnd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@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;
}
p.success {
  font-family: "bodedo", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #0071b9;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

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

.words-left {
  width: 100%;
  padding: 6px;
  display: inline-block;
  text-align: center;
}

.center-text {
  width: 100%;
  text-align: center;
}

.heading-text {
  margin-bottom: 5px !important;
}

.subhead-text {
  margin-top: 0 !important;
}

.blue-text {
  color: #0071b9;
}

a {
  color: #0071b9;
  text-decoration: none;
}

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

.max-width {
  margin: 0 auto 50px;
  width: 90%;
  max-width: 720px;
}
.max-width.form-pages {
  max-width: 720px;
}
.max-width.entries {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .max-width {
    margin: 50px auto;
    width: 90%;
  }
}
@media (max-width: 900px) {
  .max-width.tcs h1 {
    font-size: 29px !important;
    line-height: 28px !important;
  }
}

.insta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 33px;
}
.insta a {
  width: 31%;
  margin-bottom: 4%;
}

@media (max-width: 600px) {
  .hidden {
    display: none;
  }
}
h1.center-text {
  margin-bottom: 30px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
}

.unique-code {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

div.code {
  width: 93% !important;
}
div.code label#size-error.error {
  margin: 7px auto !important;
  display: block !important;
  text-align: center !important;
  margin-left: 8% !important;
}

div.icon {
  width: 42px !important;
}

.infoIcon {
  width: 100%;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}
.infoIcon img {
  width: 100%;
  padding: 2px;
}

.button-wrapper {
  display: flex;
}

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

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

#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: #0071b9;
}

.av_no {
  background-color: #0071b9;
}

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

.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-container {
  width: 100%;
}
.counter-container p {
  text-align: center;
  margin: 10px 0 17px;
  font-size: 14px;
}
.counter-container p span {
  padding: 1px 6px 1px 6.22px;
  border-radius: 6px;
  color: white;
  font-weight: 700;
}
.counter-container p span.safe {
  background-color: #0071b9;
}
.counter-container p span.over {
  background-color: #af0000;
}

h1 {
  font-family: "bodedo", sans-serif;
  font-size: 41px;
  line-height: 38px;
  color: #0071b9;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 100;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
    display: block;
    margin-bottom: 0px;
  }
}
h1.notop {
  margin-top: 0;
}
h1.homePage {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
h1.non-caps {
  text-transform: none;
  font-size: 31px;
  line-height: 31px;
}

h2 {
  font-family: "bodedo", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #0071b9;
  letter-spacing: -1px;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 100;
  text-align: center;
}

h3 {
  font-family: "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);
}

.center {
  text-align: center;
}

ol.terms li {
  margin-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 700px) {
  ol.terms table {
    font-size: 12px;
  }
}

.bigger-text {
  font-size: 17px;
}

.ageGateBg {
  background-color: #0071b9;
}
.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 a {
  text-decoration: underline;
}
.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: 157px;
  margin: 0 auto;
  padding-top: 0;
  margin-top: -2px;
  margin-bottom: 39px;
}
.ageGate2 .drawTheLine {
  width: 40%;
  max-width: 80px;
  margin: 50px auto 0;
  filter: invert(1);
}
.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: 300;
  background-position: center;
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 5px;
  border: 0;
  box-shadow: inset 0 0 0 0 #ccc;
  font-family: "Source Code Pro", monospace;
}
.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: #0071b9 !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%;
  }
}
.header {
  position: relative;
  z-index: 100;
}

.mobile-nav {
  background-color: #0071b9;
  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: #0071b9;
  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;
}
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: "bodedo", sans-serif;
}

.banner {
  padding-top: 40px;
}
@media (max-width: 500px) {
  .banner.landing {
    display: none;
  }
}
@media (min-width: 500px) {
  .banner.landing {
    display: block;
  }
}
.banner.landing div.ctas {
  margin-top: 0;
  padding: 85px 0 50px 0;
}
@media (min-width: 500px) {
  .banner.landing div.ctas {
    padding: 85px 0 15px 0;
  }
}
@media (max-width: 500px) {
  .banner.enter {
    display: none;
  }
}
.banner div.ctas p {
  font-size: 16px;
  color: #333;
}
.banner div.ctas h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px !important;
  line-height: 18px;
  background-color: #0071b9;
  color: #ffffff !important;
  border-radius: 11px;
  padding: 12px 35px;
  display: inline-block;
}
.banner div.ctas h2:hover {
  opacity: 0.5;
  cursor: pointer;
}

.step {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thirstyCam {
  background-color: #aacd74;
  padding: 20px 0;
  width: 100%;
}
.thirstyCam img {
  width: 50% !important;
  max-width: 200px !important;
  margin: 0 auto !important;
  display: block;
  position: relative !important;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media (max-width: 600px) {
  .form.margin-top {
    margin-top: 10px;
  }
}
.form .form-container {
  width: 100%;
}

.form-item {
  flex-basis: 100%;
  margin-top: 10px;
  color: #000;
  display: flex;
  flex-direction: column;
}
.form-item.half {
  flex-basis: 49%;
}
@media (max-width: 800px) {
  .form-item.half {
    flex-basis: 100%;
  }
}
.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: rgb(110, 110, 110);
  border: solid 2px #e2e2e2;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}
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: #192b56;
  background-image: url("https://res.cloudinary.com/fuelsydney/image/upload/v1572562905/cc-shout/ccss-bg-grid_ieg1xw.png");
}
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: 49px !important;
  border-radius: 0 !important;
  background-color: #fff;
}

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

input.required {
  color: #000;
}

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

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

input[type=submit],
input[type=next] {
  font-family: "Open Sans", sans-serif;
  font-size: 18px !important;
  line-height: 18px;
  background-color: #0071b9;
  color: #ffffff !important;
  border-radius: 11px;
  padding: 12px 35px;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  font-weight: 800;
}
input[type=submit].nostyle,
input[type=next].nostyle {
  background-color: #fff;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #0071b9;
  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: #000;
}
@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: #0071b9;
}
.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;
}

.calloutContent {
  padding: 29px 0 25px 0;
}

button#next {
  margin-top: 15px;
  padding: 20px 40px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #0071b9;
  font-size: 24px;
  line-height: 26px;
  border-radius: 2px;
  font-weight: 400;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  cursor: pointer;
}
button#next:disabled,
button#next button[disabled] {
  background-color: grey;
  color: #c7c7c7;
}

ul.af_list li:hover {
  color: #0071b9;
  cursor: pointer;
}

.winner-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 0;
}
.winner-list li {
  width: 23%;
  line-height: 30px;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ds {
  width: 80px;
  margin-left: 20px;
  padding-bottom: 20px;
  margin-top: -223px;
  z-index: 9999;
  position: relative;
}
@media (min-width: 500px) {
  #ds {
    display: none;
  }
}

h2.font {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 800 !important;
  font-size: 25px !important;
  color: #0572ad !important;
}

.landing-page {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 880px;
  background-position-y: -42px;
  background-repeat: no-repeat;
}
.landing-page .centering {
  position: absolute;
  left: 50%;
  top: 43.5%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.landing-page .centering .products {
  max-width: 95%;
  margin: 0 auto;
}
.landing-page .centering h1 {
  color: white;
  text-transform: inherit;
  font-size: 45px;
  line-height: 42px;
  margin-bottom: 30px;
  letter-spacing: -2px;
  text-align: center;
}
.landing-page .centering h1 span {
  font-size: 80px;
  text-align: center;
}
@media (max-width: 380px) {
  .landing-page .centering h1 span {
    font-size: 60px;
  }
}
@media (max-width: 380px) {
  .landing-page .centering h1 {
    font-size: 35px;
    margin-top: 0;
  }
}
.landing-page .centering img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 0px;
}
.landing-page .centering h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px !important;
  line-height: 18px;
  background-color: #0071b9;
  color: #ffffff !important;
  border-radius: 11px;
  padding: 12px 35px;
  display: inline-block;
}
@media (min-width: 500px) {
  .landing-page {
    display: none;
  }
}

.flexing {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 20px 0 -3% 0;
}
.flexing img {
  width: 85px;
}
.flexing svg {
  width: 140px;
}

@media (max-width: 700px) {
  .fancybox-slide {
    padding: 25px !important;
  }
}

.entry-form {
  background-color: #ffffff !important;
  position: relative;
  padding: 70px 0 0 0;
}
@media (min-width: 500px) {
  .entry-form {
    margin-top: 0px;
  }
}
.entry-form.comingsoon {
  margin-top: -105px;
  padding: 26px 0;
}
@media (min-width: 500px) {
  .entry-form.comingsoon {
    margin-top: 0px;
  }
}

.social-tags {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  align-items: center;
  max-width: 500px;
}
.social-tags a {
  text-align: center;
}
.social-tags a:nth-child(2n) {
  margin-left: 7px;
}
.social-tags a svg {
  fill: #0071b9;
  max-height: 24px;
  transition: 1s all;
}
.social-tags a svg:hover {
  fill: #a1b4c0;
}

#prize {
  margin-top: -100px;
}
@media (min-width: 500px) {
  #prize {
    margin-top: 0px;
  }
}

div.ctas {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  margin-top: 12px;
  position: relative;
  width: 100%;
}
div.ctas h3 {
  background-color: #0572ad;
  padding: 8px 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  transition: 1s all;
  font-size: 22px;
}
div.ctas h3:hover {
  opacity: 0.6;
}
@media (max-width: 380px) {
  div.ctas h3 {
    padding: 9px 25px;
    font-size: 20px;
  }
}
div.ctas h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px !important;
  line-height: 18px;
  background-color: #0071b9;
  color: #ffffff !important;
  border-radius: 11px;
  padding: 12px 35px;
  display: inline-block;
}
div.ctas h2:hover {
  opacity: 0.5;
  cursor: pointer;
}
div.ctas svg {
  width: 25px;
}
div.ctas p {
  color: #0572ad;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto 12px;
}
div.ctas img {
  width: 66px;
  margin: 10px 0;
}

video {
  width: 100%;
  margin: 50px auto 30px auto;
}

.win-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #0572ad;
  font-size: 20px;
}

.sweaty {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.grey {
  margin-top: 0px;
}
.grey .desk {
  display: block;
  letter-spacing: -3px;
}
@media (max-width: 500px) {
  .grey .desk {
    display: none;
  }
}
@media (max-width: 500px) {
  .grey {
    background-color: #edf2f4;
    padding: 60px 0 5px;
    margin-top: -159px;
  }
}
@media (max-width: 414px) {
  .grey {
    margin-top: -159px;
  }
}
@media (max-width: 390px) {
  .grey {
    margin-top: -169px;
  }
}
@media (max-width: 375px) {
  .grey {
    margin-top: -178px;
  }
}
.grey ul {
  padding: 0;
  margin: 0 auto 30px;
  list-style-type: none;
  display: block;
}
@media (max-width: 500px) {
  .grey ul {
    margin: 0 auto;
  }
}
.grey ul li {
  text-align: center;
}
.grey ul li span {
  font-size: 31px;
  line-height: 35px;
  vertical-align: sub;
}
.grey img {
  width: 66px;
  margin: 0 auto;
  display: block;
  height: 32px;
}

.exclusive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
}
.exclusive img {
  width: 100%;
  object-fit: contain;
  height: 40px;
}
@media (max-width: 500px) {
  .exclusive img {
    height: 35px;
  }
}
.exclusive p {
  font-weight: 600;
  color: #0071b9;
}

.thirstyCam {
  background-color: #aacd74;
  padding: 20px 0;
  width: 100%;
}
.thirstyCam img {
  width: 50% !important;
  max-width: 200px !important;
  margin: 0 auto !important;
  display: block;
  position: relative !important;
}

.upload-terms b {
  font-size: 13px;
}
@media (min-width: 500px) {
  .upload-terms b {
    font-size: 15px;
  }
}

.tc {
  margin: 25px auto 0 auto !important;
  display: block;
  width: 160px !important;
}
@media (max-width: 500px) {
  .tc {
    display: none !important;
  }
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  width: 100%;
  text-align: center;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 16px 20px;
  font-size: 15px;
  text-transform: uppercase;
  align-self: center;
  /* 10px 20px */
}
@media (max-width: 700px) {
  .inputfile + label {
    padding: 20px 0px;
  }
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

/* style 1 */
.inputfile-1 + label {
  color: #fff;
  background: #0071b9;
  border-radius: 2px;
  transition: all 0.3s;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background: #0071b9;
  cursor: pointer;
}

.in-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
.in-line p {
  font-family: "bodedo", sans-serif;
  color: #0071b9;
  font-size: 25px !important;
  font-weight: normal !important;
  letter-spacing: -1px;
  margin: 0 0 0 auto !important;
}

/* ==========================================================================
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: #000 !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;
  }
}
div#instafeed {
  margin-top: 30px;
}
