/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.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
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * 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;
}

/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */
@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;
}
/*! 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;
}

* {
  box-sizing: border-box;
}

.max-width {
  margin: 80px 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;
  }
}
img {
  width: 100%;
}

body {
  margin: 0;
  bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

body.mainsite {
  background-image: url("/img/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

body.mainsite,
.main-container {
  height: 100vh;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body.mainsite,
  .main-container {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.loading-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 80px;
}

.card-image {
  width: 80%;
}

.cards-annimation {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
}
.cards-annimation .single-card {
  height: 230px;
  width: 160px;
  position: absolute;
  z-index: 50;
  left: 0;
  display: block;
  transform: rotate(-20deg);
  top: 60%;
  left: 50%;
  margin-left: -120px;
  margin-top: -120px;
}
.cards-annimation .single-card:nth-child(2n) {
  margin-left: -90px;
  margin-top: -90px;
  position: absolute;
  transform: rotate(-10deg);
}
.cards-annimation .single-card:nth-child(3n) {
  margin-left: -60px;
  margin-top: -60px;
  position: absolute;
  transform: rotate(0);
}
.cards-annimation .single-card:nth-child(4n) {
  margin-left: -32px;
  margin-top: -30px;
  position: absolute;
  transform: rotate(10deg);
}

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

.next-btn,
a.button {
  background-color: #0073cf;
  color: #ffffff;
  padding: 10px 28px;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 800;
  border: 0 solid #000;
  text-decoration: none;
  text-transform: uppercase;
}

.home-button {
  margin: 10px 0;
}

.question-container {
  font-family: "akzidenz-grotesk";
  font-size: 26px;
  text-align: center;
  line-height: 25px;
}

h2 {
  text-transform: uppercase;
  color: #0073cf;
  font-size: 18px;
  margin-bottom: 4px;
  font-family: "akzidenz-grotesk";
}

.summary {
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: -1px;
  margin-bottom: 4px;
  font-family: "hvd bodedo";
}

.headline {
  color: #ffffff;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  margin-bottom: 2px;
  font-family: "hvd bodedo";
  text-align: center;
  width: 85%;
}

.summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.summary p {
  font-size: 24px;
  font-family: "akzidenz-grotesk";
}

.answer-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 90%;
}
.answer-buttons .btn {
  background-color: #0073cf;
  border-radius: 15px;
  width: 100%;
  color: #ffffff;
  border: 0;
  padding: 12px;
  font-size: 16px;
}
.answer-buttons .btn.correct-btn {
  background-color: #8bc53f;
}
.answer-buttons .btn.incorrect-btn {
  background-color: #c01533;
}

#summary-text {
  color: #ffffff;
  font-size: 65px;
  letter-spacing: -2px;
  margin-bottom: 4px;
  font-family: "hvd bodedo";
  background-color: #0073cf;
  border-radius: 15px;
  padding: 20px;
  display: block;
  margin-bottom: 10px;
}

.playagain {
  margin-bottom: 5px;
  display: block;
}

.card {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 300px;
  border: 2px solid #efefef;
  margin-top: 30px;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.2);
}

.question-container {
  margin-bottom: 10px;
}

.feedback {
  font-family: "hvd bodedo";
  font-size: 32px;
  letter-spacing: -2px;
  color: #8bc53f;
  margin-top: 10px;
}

.feedback2 {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 90%;
}

.incorrect {
  color: #c01533;
  font-size: 32px;
  text-align: center;
  width: 80%;
}

button {
  margin: 8px 0;
}

.drinksmart-container {
  width: 80px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.drinksmart-container-internal {
  width: 80px;
  margin-bottom: 20px;
}

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

.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: 10px 35px;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  font-weight: 800;
}

input[type=submit]:hover,
input[type=next]:hover {
  background-color: #005286;
}

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

.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 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%;
  }
}
/* ==========================================================================
	 Helper classes
	 ========================================================================== */
/*
   * Hide visually and from screen readers
   */
.hidden,
[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
   */
.visually-hidden {
  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 .visually-hidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
.visually-hidden.focusable:active,
.visually-hidden.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
   *
   * 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: "";
  display: table;
}

.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: #fff !important;
    color: #000 !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;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
