/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.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/css?family=Anonymous+Pro:700");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://use.typekit.net/abx5rda.css");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.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: 530px; }
  .ageGate2 p {
    margin: 1em 0;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600; }
  .ageGate2 #age-form {
    width: 80%;
    margin: 40px auto 0 auto; }
  .ageGate2 .ccLogo {
    width: 60%;
    max-width: 250px;
    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;
    padding: 10px 40px;
    margin-bottom: 0;
    border: none;
    text-transform: uppercase;
    background-color: #004a2b;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    font-weight: 600;
    width: 100%; }
    .ageGate2 input[type="submit"]:hover {
      background-color: #00170d; }
  .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 {
    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;
    min-height: 370px;
    margin: 20px 5%;
    box-sizing: border-box;
    width: 90%; }
    .ageGate2 #hiddenDiv {
      padding: 8px 20px;
      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%; } }

/*! 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,
picture {
  width: 100%;
  image-rendering: -webkit-optimize-contrast; }

picture {
  box-shadow: 1px 2px 22px #fbfbfb; }

* {
  box-sizing: border-box; }

body {
  background-color: #e8e8e8;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222222;
  background-image: url("https://premiumspiritsprogram.com/img/laphroaig/walltexture.jpg");
  background-position: center;
  background-repeat: repeat; }

a {
  color: #004a2b; }

.price {
  font-family: new-atten, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #004a2b;
  font-size: 150px;
  line-height: 150px;
  margin-bottom: 5px;
  letter-spacing: 2px; }

.big-heading {
  font-family: new-atten, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #004a2b;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.heading {
  font-family: new-atten, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #202020;
  font-size: 27px;
  line-height: 38px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .heading h1 {
    color: #202020;
    font-size: 23px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 30px; }
    @media (max-width: 700px) {
      .heading h1 {
        text-align: center;
        display: none; } }
  .heading h3 {
    font-size: 22px;
    margin: 0;
    line-height: 22px;
    margin: 13px 0 7px; }
  .heading p {
    font-size: 15px;
    margin: 0;
    text-transform: initial;
    font-family: "Montserrat", sans-serif;
    line-height: 20px; }
  .heading a {
    color: #202020; }

.small-txt {
  font-size: 13px; }

.blue-txt {
  color: #004a2b; }

.grey-txt {
  color: #004a2b; }

.max-width {
  width: 90%;
  max-width: 900px; }
  @media (max-width: 600px) {
    .max-width {
      width: 100%; } }
  .max-width.flexy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .max-width.terms {
    margin-top: -19px;
    z-index: 1;
    background-color: #ffffffba;
    padding: 14px 40px 40px 40px; }
    @media (max-width: 600px) {
      .max-width.terms {
        padding: 14px 20px 20px 20px;
        margin-top: 50px; } }
    @media (max-width: 600px) {
      .max-width.terms .heading {
        font-size: 20px;
        line-height: 24px; } }
.main-content {
  display: flex;
  align-items: center;
  justify-content: center; }

.mobile-header {
  display: none; }
  @media (max-width: 700px) {
    .mobile-header {
      display: block !important;
      font-family: new-atten, sans-serif;
      font-weight: 800;
      font-style: normal;
      color: #004a2b !important;
      margin-bottom: 21px !important;
      margin-top: -21px !important; } }
.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 1; }
  .header .absolute {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004a2b; }
  .header nav ul {
    padding: 0;
    margin: 0;
    display: flex; }
    .header nav ul li {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .header nav ul li a {
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 20px;
        display: inline-block;
        font-size: 16px;
        font-family: new-atten, sans-serif;
        font-weight: 700;
        font-style: normal; }
        @media (max-width: 700px) {
          .header nav ul li a {
            font-size: 14px;
            padding: 20px 12px; } }
.logo-svg {
  filter: invert(1);
  max-width: 300px;
  width: 80%;
  margin: 100px auto 55px;
  display: block; }
  @media (max-width: 600px) {
    .logo-svg {
      padding: 100px 0 0px;
      margin: 0 auto; } }
.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: 16px;
  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: #004a2b;
  border-radius: 2px;
  transition: all 0.3s; }

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

.upload-terms {
  font-size: 12px;
  color: #202020;
  margin-bottom: 10px; }

.mobile {
  display: none; }
  @media (max-width: 700px) {
    .mobile {
      display: flex; } }
.terms li {
  margin: 8px 0;
  line-height: 20px; }

.logo-container h1 {
  font-family: "hvd bodedo";
  text-align: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0; }
  .logo-container h1 span.beer {
    font-size: 73px; }
  .logo-container h1 span.fridge {
    font-size: 50px;
    line-height: 37px; }
  .logo-container h1 span.eviction {
    font-size: 37px; }
  @media (max-width: 1135px) {
    .logo-container h1 {
      transform: scale(1);
      margin-top: 5%; } }
  @media (max-width: 1400px) {
    .logo-container h1 {
      transform: scale(1.2);
      margin-top: 5%; } }
  @media (min-width: 1600px) {
    .logo-container h1 {
      transform: scale(1.1);
      margin-top: 9%; } }
  @media (min-width: 1800px) {
    .logo-container h1 {
      transform: scale(1.3);
      margin-top: 17%; } }
.grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: row; }
  @media (max-width: 700px) {
    .grid {
      flex-direction: column-reverse; }
      .grid.radio-grid {
        flex-direction: row; } }
.grid-item {
  display: flex;
  flex-direction: column; }
  .grid-item.radio {
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .grid3 .grid-item {
    width: 32%; }
  .grid2 .grid-item {
    width: 48%; }
    @media (max-width: 700px) {
      .grid2 .grid-item {
        width: 82%;
        margin: 0 auto;
        margin-bottom: 20px; } }
.minus-top {
  position: relative; }
  @media (max-width: 800px) {
    .minus-top {
      position: relative;
      margin-top: 60px; } }
.af_list {
  background-color: white;
  list-style-type: none;
  box-shadow: -7px 4px 13px #00000012;
  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: #eeeeee; }

.scrollcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 40px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  padding: 20px 0 0; }
  .scrollcontainer .scrollarrow {
    width: 50px; }
  .scrollcontainer .scrolltext {
    width: 60px;
    margin: 20px 0; }

form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  form input[type="text"],
  form input[type="phone"],
  form input[type="email"],
  form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #004a2b;
    background-color: #ffffff;
    font-size: 15px; }
    form input[type="text"].error,
    form input[type="phone"].error,
    form input[type="email"].error,
    form textarea.error {
      background-color: #efefef;
      font-style: italic; }
  form input[type="submit"] {
    padding: 12px 35px;
    margin: 7px 0;
    border: 0;
    background-color: #004a2b;
    color: #fff;
    text-transform: uppercase;
    font-family: new-atten, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    transition: all 0.5s;
    cursor: pointer; }
    form input[type="submit"]:hover {
      background-color: #00170d; }
    @media (max-width: 700px) {
      form input[type="submit"] {
        width: 100%; } }
form#entryformp2 {
  flex-direction: row; }

#messageBox1 ul {
  margin: 0;
  padding: 0; }
  #messageBox1 ul li {
    margin: 4px 0;
    padding: 0;
    list-style-type: none; }

.form-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .form-container.page2fc {
    margin-top: 40px; }
  @media (max-width: 650px) {
    .form-container {
      flex-direction: column; } }
.form-item {
  flex-basis: 100%;
  margin: 4px;
  padding: 0;
  list-style-type: none; }
  .form-item.upload {
    display: flex;
    justify-content: center; }
  .form-item.dates h1 {
    font-size: 18px;
    margin: 5px 0 -11px 0px;
    color: #202020; }
  .form-item.dates ul {
    padding-left: 19px;
    margin-left: 0;
    font-size: 15px;
    color: #202020; }
    .form-item.dates ul li {
      margin-bottom: 12px;
      font-size: 14px; }
  .form-item.half {
    flex-basis: 48.1%; }
    .no-flexbox .form-item.half {
      width: 45%;
      float: left; }
  .form-item.third {
    justify-content: space-evenly;
    flex-basis: 31.48%; }
    @media (max-width: 998px) {
      .form-item.third {
        flex-basis: 31%; } }
    @media (max-width: 793px) {
      .form-item.third {
        flex-basis: 100%; } }
  .pg2 .form-item {
    display: flex;
    align-items: flex-start;
    margin: 5px; }
    .pg2 .form-item input[type="checkbox"] {
      margin-right: 5px;
      margin-top: 3px; }
  .form-item.size {
    display: flex;
    flex-direction: row; }
    .form-item.size .sizing {
      width: 90%; }
    .form-item.size .icon {
      width: 10%;
      padding: 5px; }
  .form-item select {
    text-transform: none;
    width: 100%;
    padding: 12px 13px;
    font-size: 15px;
    color: grey;
    border: #004a2b solid 1px; }

.checkbox-container {
  font-size: 15px;
  margin: 1px 0;
  color: dim #202020; }
  .checkbox-container .checkbox-item {
    display: flex;
    align-items: baseline;
    padding: 3px 0; }
    .checkbox-container .checkbox-item p {
      margin: 5px; }

.checkbox {
  text-align: center; }

.form-item_radio {
  margin: 0;
  padding: 0; }
  .form-item_radio li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block; }
    .form-item_radio li label {
      padding: 0 5px; }

label.error {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  margin: 2px 0 10px;
  display: inline-block;
  color: #004a2b; }

.sweater-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  border: 1px solid #004a2b; }
  .sweater-container img {
    width: 100%; }
  @media (max-width: 700px) {
    .sweater-container {
      margin-bottom: 20px; } }
.payment-icons {
  max-width: 280px;
  margin: 5px 0 10px; }

footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }

.div-line {
  width: 100%;
  height: 1px;
  background-color: #004a2b; }

.termslist li {
  margin-top: 10px; }

.icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  margin-top: 20px;
  margin-bottom: 50px; }
  .icons .drinksmart {
    width: 50%; }
  .icons .facebook {
    width: 20%; }
  .icons .instagram {
    width: 20%; }

.counter-container {
  width: 100%; }
  .counter-container p {
    text-align: center;
    margin: 0 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: #004a2b; }
      .counter-container p span.over {
        background-color: #af0000; }

.button-wrapper {
  display: flex; }

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

#modal_screen.nope {
  background-color: #6aa1cf; }

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

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

#modal_content h2 {
  margin: 0 0 0 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #444444; }

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

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

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

a.av_btn {
  display: block;
  text-align: center;
  margin: 11px 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: #004a2b; }
  .av_go:hover {
    background-color: #00170d; }

.av_no {
  background-color: #004a2b; }
  .av_no:hover {
    background-color: #00170d; }

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

select#agstate {
  margin-bottom: 24px;
  margin: 12px 0 25px; }

@media (min-width: 688px) {
  #modal_content {
    top: 10em;
    top: 30vh;
    left: 30vw;
    width: 90%;
    max-width: 500px;
    height: 195px;
    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;
    font-size: 25px;
    letter-spacing: 1px;
    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; } }

.main-content.terms.winner-container {
  display: block;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto; }

.winner-list {
  column-count: 4; }
  @media (max-width: 850px) {
    .winner-list {
      column-count: 3; } }
  @media (max-width: 616px) {
    .winner-list {
      column-count: 2; } }
  @media (max-width: 330px) {
    .winner-list {
      column-count: 1; } }
/* ==========================================================================
   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
 */
.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: " ";
  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; }
  /*
   * 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; } }
