/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * 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
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Anonymous+Pro:700");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.ageGateBg {
  background-color: #ffffff;
}
.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: 625px;
  padding: 15px 15px 0 15px;
}
.ageGate2 p {
  margin: 1em 0;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.ageGate2 #age-form {
  margin: 0;
}
.ageGate2 .ccLogo {
  width: 60%;
  max-width: 155px;
  margin: 0 auto;
  padding-top: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.ageGate2 .drawTheLine {
  width: 40%;
  max-width: 120px;
  margin: 50px auto 0;
}
.ageGate2 div.inputs {
  display: block;
  width: 300px;
  margin: 0 auto;
  overflow: auto;
  padding: 10px 0;
}
.ageGate2 div.ageGate2 h1 {
  margin: 5px 0;
}
.ageGate2 .ageCountry {
  width: 100%;
}
.ageGate2 select {
  width: 186px;
  padding: 2px;
}
.ageGate2 .ageDay {
  float: left;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
.ageGate2 .ageDay input {
  width: 100%;
}
.ageGate2 .ageDay input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 .ageMonth {
  float: left;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
.ageGate2 .ageMonth input {
  width: 100%;
}
.ageGate2 .ageMonth input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 .ageYear {
  float: left;
  width: 50%;
  display: inline-block;
}
.ageGate2 .ageYear input {
  width: 100%;
}
.ageGate2 .ageYear input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 input[type=numeric] {
  font-size: 40px;
  font-weight: 300;
  background-position: center;
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 8px;
  border: 0;
  box-shadow: inset 0 0 0 1px #ccc;
  font-family: "Anonymous Pro", monospace;
}
.ageGate2 input[type=submit] {
  border: 1px solid #efefef;
  display: block;
  float: left;
  margin-top: 15px;
  padding: 0px !important;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  background-color: #edbe58;
  color: #fff;
  font-size: 20px;
  border-radius: 0;
  font-weight: 600;
  width: 100%;
}
.ageGate2 input[type=submit]:hover {
  background-color: rgb(232.0378378378, 172.0810810811, 41.9621621622);
}
.ageGate2 input[type=number]::-webkit-inner-spin-button,
.ageGate2 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ageGate2 .marBott {
  padding-bottom: 10px;
}
.ageGate2 label {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.ageGate2 select {
  outline: none;
  background: none repeat scroll 0 0 #fdf9e3;
  border: medium none;
  color: #4b4b45;
  height: 24px;
  padding: 2px;
  font-size: 13px;
}
.ageGate2 #hiddenDiv {
  margin: 3px 0;
}
.ageGate2 .fancybox-bg {
  background: #888;
}
.ageGate2 .fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.ageGate2 p.ag-legals {
  font-size: 15px;
  margin: 0;
}

@media only screen and (max-width: 479px) {
  .ageGate2 {
    text-align: center;
    min-height: 370px;
    margin: 20px 5%;
    box-sizing: border-box;
    width: 90%;
  }
  .ageGate2 #hiddenDiv {
    margin: 3px 0;
    font-size: 12px;
  }
  .ageGate2 .ccLogo {
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .ageGate2 .drawTheLine {
    width: 40%;
    max-width: 120px;
    margin: 20px auto 0;
  }
  .ageGate2 div.inputs {
    display: block;
    width: 300px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 0;
    font-size: 18px;
  }
  .ageGate2 div.ageGate2 h1 {
    margin: 5px 0;
  }
  .ageGate2 div.inputs {
    display: block;
    width: 236px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 0;
  }
  .ageGate2 .ageDay {
    float: left;
  }
  .ageGate2 .ageDay input {
    width: 100%;
  }
  .ageGate2 .ageMonth {
    float: left;
  }
  .ageGate2 .ageMonth input {
    width: 100%;
  }
  .ageGate2 .ageYear {
    float: left;
  }
  .ageGate2 .ageYear input {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .left-content {
    width: 100%;
    order: 2;
  }
  .right-content {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .mobile-heading {
    display: block;
  }
  .icon {
    width: 36px !important;
  }
  .code {
    width: 93% !important;
  }
  h1 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 780px) {
  .navbar nav ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .navbar nav ul li a {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 600px) {
  .hide {
    display: none;
  }
  th {
    font-size: 16px;
    line-height: 18px;
  }
  td {
    font-size: 14px;
  }
  .code {
    width: 90% !important;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 18px;
    line-height: 20px;
  }
  h2 {
    font-size: 18px;
    line-height: 20px;
  }
  h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .policy {
    display: none;
  }
  .code {
    width: 88% !important;
  }
}
@media only screen and (max-width: 400px) {
  .navbar nav ul li a {
    font-size: 10px;
    padding: 30px 10px 20px;
  }
}
@font-face {
  font-family: "Kentucky Straight Body";
  src: url("/fonts/KentuckyStraight-Body.woff2") format("woff2"), url("/fonts/KentuckyStraight-Body.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Dillon";
  src: url("/fonts/FSDillon.woff2") format("woff2"), url("/fonts/FSDillon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* General styles */
body {
  margin: 0;
  position: relative;
  background: #eee;
  width: 100%;
  font-family: "FS Dillon", san-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
}

@media only screen and (min-width: 600px) {
  menu {
    position: relative;
    text-align: center;
    display: flex;
    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;
    padding: 16px 14px;
    margin: auto;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    display: inline-flex;
  }
  menu ul li a {
    text-decoration: none;
    font-size: 22px;
    line-height: 40px;
    color: #333;
    transition: color 0.3s;
    font-family: "Kentucky Straight Body", sans-serif;
  }
  menu ul li a:hover {
    color: #edbe58;
    cursor: pointer;
  }
}
@media only screen and (max-width: 800px) {
  .menudrop {
    position: fixed;
    top: -100%;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background-color: #edbe58;
    border: 0;
    color: #fff;
    z-index: 1000;
  }
  menu ul {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
  }
  menu ul li {
    display: block;
    padding: 16px;
    text-align: center;
  }
  menu ul li a {
    font-size: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-family: "Kentucky Straight Body", sans-serif;
    text-transform: uppercase;
  }
  menu ul li a:hover {
    color: #333;
  }
  #hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 70px;
    z-index: 1010;
    cursor: pointer;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  #hamburger:hover {
    width: 80px;
  }
  #hamburger span {
    width: 100%;
    height: 3px;
    background-color: #333;
    display: block;
    margin: 8px auto;
    border-radius: 2px;
  }
  #hamburger {
    transition: 0.3s;
  }
}
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: #333;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body,
html {
  min-height: 100%;
  font-family: "FS Dillon", san-serif;
  font-weight: 300;
  font-size: 17px;
  background-color: #f5f1ee;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
}

hr {
  border-top: 1px solid #d6d6d6;
  width: 75%;
  display: block;
  /* margin-top: 40px; */
  margin: 21px auto;
  margin-top: 40px;
  max-width: 1000px;
}

h1 {
  font-size: 28px !important;
  line-height: 26px !important;
  color: #333;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Kentucky Straight Body", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

h2 {
  font-size: 20px;
  line-height: 22px;
  color: #333;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  line-height: 22px;
  color: #333;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

p {
  color: #333;
  font-size: 17px;
  width: 100%;
}
p a {
  color: #edbe58;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

.head-logo a {
  width: 85%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 30px auto -45px auto;
  height: auto;
  max-height: 125px;
}
@media (min-width: 600px) {
  .head-logo a {
    margin: 0px auto -2px;
    max-height: 220px;
  }
}
@media (max-width: 800px) {
  .head-logo a {
    margin: 0px auto -40px;
  }
}
@media (max-width: 599px) {
  .head-logo a {
    margin: 0px auto -25px;
  }
}
.head-logo a img {
  width: 180px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .head-logo a img {
    width: 280px;
  }
}

@media (max-width: 600px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 600px) {
  .mobile {
    display: none;
  }
}

.af_list {
  background-color: white;
  list-style-type: none;
  box-shadow: -7px 4px 13px rgba(0, 0, 0, 0.0705882353);
  padding: 15px;
  margin-top: 0px;
}
.af_list .af_item {
  padding: 7px 0;
  border-bottom: 1px solid #e5e3df;
}
.af_list .af_item:hover {
  cursor: pointer;
  background-color: rgb(238, 238, 238);
}

.navbar {
  width: 100%;
}
.navbar nav {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.main-content {
  width: 100%;
  max-width: 1100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .main-content {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .main-content {
    width: 85%;
  }
  .main-content.internal {
    text-align: center;
  }
  .main-content.internal.terms {
    text-align: left;
  }
}
@media (max-width: 800px) {
  .main-content {
    margin-top: 40px !important;
    flex-direction: column-reverse !important;
  }
}
.main-content.terms {
  flex-direction: column !important;
}

.left-content {
  width: 40%;
  vertical-align: top;
  order: 1;
  margin-bottom: 40px;
  margin-top: 30px;
}
.left-content .kv-white {
  width: 100%;
}
@media (max-width: 800px) {
  .left-content {
    width: 100%;
  }
}
.left-content .store-images {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .left-content .store-images {
    width: 80%;
    margin: 0 auto;
    display: flex;
  }
}
.left-content .store-images img {
  width: 30%;
  margin: 0px 10px;
}
@media (max-width: 1200px) {
  .left-content .store-images img {
    width: 35%;
  }
}
@media (max-width: 800px) {
  .left-content .store-images img {
    padding: 0px 10px;
  }
}
.left-content .store-images #bottle-o {
  width: 20%;
}

.right-content {
  display: flex;
  flex-direction: column;
  width: 57%;
  vertical-align: top;
  order: 2;
}
.right-content img {
  margin: 0 auto;
}
@media (max-width: 800px) {
  .right-content {
    margin-top: 45%;
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }
}

.contact {
  margin-top: 0px;
}

.contact-logo {
  margin-top: 50px;
}

.centered h1 {
  font-size: 50px;
}
@media (max-width: 800px) {
  .centered h1 {
    font-size: 45px !important;
    text-align: center;
    line-height: 40px !important;
  }
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .form {
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
  }
}
.form h1 {
  font-size: 50px;
}
@media (max-width: 800px) {
  .form h1 {
    font-size: 45px !important;
    text-align: center;
  }
}
.form p.enter-text {
  font-size: 26px;
  margin: 37px 0 0;
  font-family: "Kentucky Straight Body", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .form p.enter-text {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    margin: 20px 0 0;
  }
}

.form-item {
  flex-basis: 100%;
  color: #333;
  font-size: 17px;
  margin-top: 10px;
}
.form-item.half {
  flex-basis: 49%;
}
.form-item.third {
  flex-basis: 32%;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 13px 10px;
  color: #999;
  font-size: 18px;
  border: solid 1px #999;
  outline: none;
  font-family: "FS Dillon", san-serif;
  font-weight: 300;
}
input[type=text].select,
input[type=password].select,
input[type=number].select,
input[type=email].select,
select.select,
textarea.select {
  border-radius: 0px !important;
  background-color: #fff;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
}

input[type=radio] {
  padding: 8px 10px;
  color: #333;
  font-size: 17px;
}

#agstate {
  max-width: 340px;
  margin-bottom: 22px;
}

input[type=submit],
.button {
  border: 1px solid #efefef;
  display: block;
  float: left;
  margin-top: 15px;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  background-color: #edbe58;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  border-radius: 4px;
  font-weight: 600;
  font-family: "Kentucky Straight Body", sans-serif;
}
input[type=submit]:hover,
.button:hover {
  background-color: rgb(232.0378378378, 172.0810810811, 41.9621621622);
}

.form-btn {
  width: 250px;
}

.upload-terms ul {
  font-size: 17px;
  color: #999;
  font-weight: 300;
  margin-top: 0;
  padding: 0 0 0 14px;
}

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

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

.checkbox-item {
  width: 100%;
  margin-bottom: 4px;
  color: #333;
  font-size: 17px;
}
.checkbox-item a {
  transition: all 1s;
  color: #333;
}
.checkbox-item a:hover {
  color: #edbe58;
}

.select2-results {
  font-size: 17px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #000;
  height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222;
  line-height: 31px;
}

.callout {
  width: 100%;
  font-family: "FS Dillon", san-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.callout.gold {
  color: #d69342;
}

.calloutContent {
  font-size: 17px;
  margin-top: 5px;
  color: #333;
}
.calloutContent a {
  color: #edbe58;
}

img.logo-kv {
  margin: 8px 0 0 auto;
  width: 55%;
  max-width: 130px;
  display: block;
}

label.error {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgb(164, 0, 0);
}

input.error {
  background-color: #fff;
  border: 1px solid rgb(164, 0, 0);
}

select.error {
  background-color: #fff;
  border: 1px solid rgb(164, 0, 0);
}

textarea.error {
  background-color: #fff;
  border: 1px solid rgb(164, 0, 0);
}

.terms {
  width: 90%;
  font-family: "FS Dillon", san-serif;
  font-weight: 300;
}
.terms ol {
  width: 100%;
}
.terms ol li {
  color: #333;
  margin-bottom: 10px;
  font-size: 17px;
}
.terms ol li a {
  color: #edbe58;
  text-decoration: none;
}
.terms ol li a:hover {
  text-decoration: underline;
  color: #edbe58;
}
.terms ol li ol {
  margin: 10px 0 10px 10px;
}
.terms ol li ul {
  margin: 10px 0 10px 10px;
}
.terms ol li ul li {
  margin-bottom: 0;
}
.terms ol li ul li a {
  color: #edbe58;
  text-decoration: none;
}
.terms ol li ul li a:hover {
  text-decoration: underline;
  color: #edbe58;
}

table {
  width: 100%;
}
table thead th {
  font-size: 17px;
  line-height: 20px;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  text-align: left;
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px 20px;
}
table tbody tr td {
  font-size: 12px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px 20px;
}

table.winners {
  width: 100%;
  margin-bottom: 20px;
}
table.winners th {
  font-size: 17px;
  line-height: 20px;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
}
table.winners th.date {
  background-color: #333;
  color: #fff;
}
table.winners td {
  font-size: 17px;
}
table.winners td .tick {
  width: 18px;
  margin: 0 auto;
}
table.winners td .tick img {
  width: 100%;
}
table.winners td.center {
  text-align: center;
}
table.winners td,
table.winners th {
  width: 50%;
  border: 2px solid #000;
  background-color: #fff;
  padding: 5px 20px;
}

.head-logo {
  margin-top: 50px !important;
}

.full-height {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.full-height .button {
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
  width: 200px;
  text-decoration: none;
}
.full-height .ds {
  margin: 20px auto 0;
  width: 90px;
  display: block;
}
.full-height .head-logo {
  margin-top: 50px !important;
}
.full-height .left-content {
  margin-bottom: 0px;
}
.full-height .left-content img {
  object-fit: contain;
  margin: -20px auto 20px auto;
}
@media (max-width: 600px) {
  .full-height .left-content img {
    margin: 20px auto 20px auto;
  }
}
.full-height .vertical-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 600px) {
  .full-height .vertical-center {
    margin-top: 50px;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
  }
}

@media (max-width: 800px) {
  .centered {
    text-align: center;
    width: 100%;
    margin: 0 auto 50px;
  }
}

footer {
  width: 100%;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
footer .drinksmart {
  display: flex;
  align-items: center;
}
footer .drinksmart img {
  width: 80px;
  margin-right: 18px;
  margin-top: 5px;
}
footer .drinksmart a {
  height: 20px;
  width: 31px;
}
footer .drinksmart a img {
  width: 25px;
  height: 25px;
  margin: 5px 0px;
}
footer .drinksmart a img:hover {
  cursor: pointer;
  opacity: 0.5;
}
footer .drinksmart a.ds {
  width: 100px;
}
footer .drinksmart a.ds img {
  width: 80%;
}
footer .drinksmart a:hover {
  cursor: pointer;
  opacity: 0.5;
}

.ds {
  transition: 1s all;
}
.ds:hover {
  cursor: pointer;
  opacity: 0.5;
}

.popup-banner {
  width: 100%;
  background: #edbe58;
  display: flex;
  padding: 40px 10px;
  box-sizing: border-box;
  align-items: center;
  position: fixed;
  bottom: 0;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3215686275);
}
.popup-banner .banner__content {
  flex-grow: 1;
  margin-right: 1em;
  line-height: 1.4;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 600px) {
  .popup-banner .banner__content {
    width: 80%;
  }
}
.popup-banner .banner__close {
  flex-shrink: 0;
  padding: 0.5em 1em;
  border-radius: 4px;
  border: none;
  background: #ffffff;
  color: #333;
  font-size: 23px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Kentucky Straight Body", sans-serif;
  transition: 1s all;
}
.popup-banner .banner__close:hover {
  background: #d99b14;
  cursor: pointer;
}

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  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.
 */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

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

.code {
  width: 91%;
}

.icon {
  width: 40px;
}

.infoIcon {
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}
.infoIcon img {
  width: 100%;
  padding: 2px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

/* General styles for the modal */
/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 450px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #edbe58;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #fff;
  background: #edbe58;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
}
.md-content img {
  width: 100%;
}

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  border: 0 solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border: 2px solid rgb(201.3027027027, 144.6486486486, 21.6972972973);
  margin: 0 auto 20px;
  width: 160px;
  border-radius: 5px;
  background-color: rgb(232.0378378378, 172.0810810811, 41.9621621622);
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  outline: none;
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s;
}

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

.inputfile + label {
  font-family: "Kentucky Straight Body", sans-serif;
  width: 100%;
  text-align: center;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 10px 20px;
  font-size: 25px;
  text-transform: uppercase;
  align-self: center;
  /* 10px 20px */
}

.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 * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

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

/* style 1 */
#uploaded_file-error {
  background: rgb(164, 0, 0);
}

.inputfile-1 + label {
  color: #fff;
  background: #edbe58;
  border-radius: 2px;
  transition: all 0.3s;
}

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

/* ==========================================================================
   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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
