@charset "UTF-8";
/* IMPORT OVERRIDES
====================================================*/
/*GLOBAL**************************************************************/
/*SWATCHES*/
/*TEXT*/
/*FORMS***************************************************************/
/*HEADER**************************************************************/
/*CODE ENTRY FORM*****************************************************/
/*DETAILS FORM*****************************************************/
/*FOOTER**************************************************************/
/*COLOR***************************************************************/
/* dark orange */
/*TEXT****************************************************************/
/*HEADER**************************************************************/
/*CODE ENTRY FORM*****************************************************/
/*FOOTER**************************************************************/
/*DETAILS**************************************************************/
/* IMPORT COMPONENTS
====================================================*/
/*BASE FILES
============================================*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* Please note that this has been updated by thewhiteagency
*/
/**
 * 1. Removed Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600,700");
html {
  -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/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 when focused and also mouse hovered in all browsers.
 */
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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/* 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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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. Edited by TWA
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

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

/* Mobile
   ========================================================================== */
/*By default, mobile web browsers display a tap highlight, so that users get
feedback when they tap something. Unfortunately it looks awful and is a dead
giveaway that your app isn't native.

The really easy solution is to add this to your css. You NEVER want the
default highlight.

http://www.luster.io/blog/9-29-14-mobile-web-checklist.html

*/
* {
  -webkit-tap-highlight-color: transparent;
}

.gte-ie9 * {
  filter: none !important;
}

/*=============================================================================================================

      TEXT

=============================================================================================================*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: arial, sans-serif;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4 {
  line-height: 1em;
  word-break: break-word;
}

h1 {
  font-size: 5.33333em;
  color: white;
}
@media (min-width: 568px) {
  h1 {
    font-size: 6em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 8em;
  }
}

h2, h4 {
  font-size: 2.4em;
  color: #d27523;
}

h3 {
  margin: 0 0 24px;
  font-size: 2.55em;
  color: #d27523;
}
@media (min-width: 768px) {
  h3 {
    font-size: 3.4em;
  }
}

p,
ul li,
ol li {
  color: #333333;
  font-size: 1.6em;
  line-height: 1.4em;
  margin: 0 0 4px;
}
@media (min-width: 768px) {
  p,
  ul li,
  ol li {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}

p {
  margin: 0 0 16px;
}

#intro p {
  font-size: 2em;
}

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

/**
*  This has been edited from -0.5em
*/
sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

a,
label a {
  color: #999999;
}
a:hover,
label a:hover {
  color: white;
}

#enter-your-details {
  padding-top: 20px;
  margin-top: -20px;
}

/*=============================================================================================================

      LISTS

=============================================================================================================*/
ul, ol {
  padding: 8px 0px 8px 24px;
}

/*=============================================================================================================

      FORMS

=============================================================================================================*/
form label,
.not-a-form label {
  font-size: 1.8em;
  line-height: 1em;
  color: #d27523;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
.not-a-form input[type="text"],
.not-a-form input[type="password"],
.not-a-form input[type="email"],
.not-a-form input[type="url"],
.not-a-form input[type="date"],
.not-a-form input[type="month"],
.not-a-form input[type="time"],
.not-a-form input[type="datetime"],
.not-a-form input[type="datetime-local"],
.not-a-form input[type="week"],
.not-a-form input[type="number"],
.not-a-form input[type="search"],
.not-a-form input[type="tel"],
.not-a-form input[type="color"],
.not-a-form select {
  font-size: 1.8em;
}
form span.error,
.not-a-form span.error {
  font-size: 1.2em;
  line-height: 1em;
}
form .mandatory,
.not-a-form .mandatory {
  font-size: 1.2em;
  font-weight: bold;
}
form .radio-wrapper label,
.not-a-form .radio-wrapper label {
  font-family: arial, sans-serif;
  color: #666666;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: none;
}
form#code-entry-form input[type="text"],
.not-a-form#code-entry-form input[type="text"] {
  font-size: 1.6em;
}

/*=============================================================================================================

      TABLES

=============================================================================================================*/
/*=============================================================================================================

      BUTTONS

=============================================================================================================*/
input[type="submit"],
button,
a.btn {
  font-size: 2em;
}
@media (min-width: 768px) {
  input[type="submit"],
  button,
  a.btn {
    font-size: 1.6em;
  }
}

.browsehappy {
  background-color: #ffebcd;
  text-align: center;
  padding: 10px 0 1px;
  color: black;
  font-size: 19px;
}
.browsehappy p {
  color: black;
  font-size: 19px;
}
.browsehappy a, .browsehappy a:hover, .browsehappy a:active {
  color: darkblue;
  font-size: 19px;
}
.browsehappy a:hover, .browsehappy a:active {
  text-decoration: underline;
}

form fieldset {
  border: none;
}
form span.error {
  margin: 8px 0 0;
  display: none;
  color: #e64a3b;
}
form .mandatory {
  margin: 24px 0 12px;
}

input[type="hidden"].invalid ~ span.error {
  display: block;
}
input[type="hidden"].invalid ~ fieldset input {
  border-color: #e64a3b;
  border-width: 3px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -ms-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 48px;
  line-height: 32px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4);
  color: #666666;
  outline: none;
  /*    &.used:valid{
          border-color:         $valid;
      }*/
  /*    &.used:invalid{
          border-color:         $invalid;
          &~span.error{
              display:          block;
          }
      }*/
  /*BACKEND VALIDATION MESSAGES*/
}
input[type="text"].valid,
input[type="password"].valid,
input[type="email"].valid,
input[type="url"].valid,
input[type="date"].valid,
input[type="month"].valid,
input[type="time"].valid,
input[type="datetime"].valid,
input[type="datetime-local"].valid,
input[type="week"].valid,
input[type="number"].valid,
input[type="search"].valid,
input[type="tel"].valid,
input[type="color"].valid,
select.valid {
  border-color: #66cd7e;
}
input[type="text"].invalid,
input[type="password"].invalid,
input[type="email"].invalid,
input[type="url"].invalid,
input[type="date"].invalid,
input[type="month"].invalid,
input[type="time"].invalid,
input[type="datetime"].invalid,
input[type="datetime-local"].invalid,
input[type="week"].invalid,
input[type="number"].invalid,
input[type="search"].invalid,
input[type="tel"].invalid,
input[type="color"].invalid,
select.invalid {
  border-color: #e64a3b !important;
}
input[type="text"].invalid ~ span.error,
input[type="password"].invalid ~ span.error,
input[type="email"].invalid ~ span.error,
input[type="url"].invalid ~ span.error,
input[type="date"].invalid ~ span.error,
input[type="month"].invalid ~ span.error,
input[type="time"].invalid ~ span.error,
input[type="datetime"].invalid ~ span.error,
input[type="datetime-local"].invalid ~ span.error,
input[type="week"].invalid ~ span.error,
input[type="number"].invalid ~ span.error,
input[type="search"].invalid ~ span.error,
input[type="tel"].invalid ~ span.error,
input[type="color"].invalid ~ span.error,
select.invalid ~ span.error {
  display: block;
}
input[type="text"] ~ ul,
input[type="password"] ~ ul,
input[type="email"] ~ ul,
input[type="url"] ~ ul,
input[type="date"] ~ ul,
input[type="month"] ~ ul,
input[type="time"] ~ ul,
input[type="datetime"] ~ ul,
input[type="datetime-local"] ~ ul,
input[type="week"] ~ ul,
input[type="number"] ~ ul,
input[type="search"] ~ ul,
input[type="tel"] ~ ul,
input[type="color"] ~ ul,
select ~ ul {
  margin: 0px;
  padding: 4px 0;
}
input[type="text"] ~ ul li,
input[type="password"] ~ ul li,
input[type="email"] ~ ul li,
input[type="url"] ~ ul li,
input[type="date"] ~ ul li,
input[type="month"] ~ ul li,
input[type="time"] ~ ul li,
input[type="datetime"] ~ ul li,
input[type="datetime-local"] ~ ul li,
input[type="week"] ~ ul li,
input[type="number"] ~ ul li,
input[type="search"] ~ ul li,
input[type="tel"] ~ ul li,
input[type="color"] ~ ul li,
select ~ ul li {
  color: #e64a3b;
  font-size: 1.2em;
  list-style: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus {
  border-color: #ecc03b;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
select:disabled {
  border-color: #cccccc;
  color: #999999;
  background-color: #f2f2f2;
}

select {
  padding-right: 0px;
}
select option:hover {
  cursor: pointer;
  background-color: #cccccc;
  color: #d27523;
}

input,
button,
a.btn,
select {
  border-radius: 4px;
}

@media (min-width: 768px) {
  .postcode input {
    max-width: 120px;
  }
}

@media (min-width: 768px) {
  .state input {
    max-width: 200px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media print {
  body {
    background: #FFF;
    color: #000;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    font-size: 16px;
  }

  h1, h2 {
    color: #000 !important;
  }

  h1 {
    font-size: 40px !important;
  }

  h2 {
    font-size: 30px !important;
  }

  #header h1 {
    margin-top: 70px !important;
  }

  footer,
  a.btn {
    display: none !important;
  }

  img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
.printable-table {
  width: 100%;
  max-width: 400px;
  text-align: left;
  margin: 40px 0;
  font-size: 14px;
  background: #FFF;
  color: #000;
}

.printable-table th,
.printable-table td {
  padding: 10px 5px;
  border-bottom: 1px solid #DDD;
}

/*COMPONENTS
============================================*/
a.btn,
input[type="submit"],
button {
  display: inline-block;
  padding: 16px;
  border: none;
  background-color: #1d1d1d;
  color: white;
  border-bottom: 2px solid #040404;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a.btn:focus,
input[type="submit"]:focus,
button:focus {
  outline: none;
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.6);
}
a.btn:hover,
input[type="submit"]:hover,
button:hover {
  background-color: #101010;
}
a.btn:active,
input[type="submit"]:active,
button:active {
  border-bottom: none;
}

/*==========================================================================
  Font Awesome
========================================================================== */
@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/FontAwesome/fontawesome.eot");
  src: local("☺"), url("../../fonts/FontAwesome/fontawesome.eot?#iefix") format("embedded-opentype"), url("../../fonts/FontAwesome/fontawesome.woff") format("woff"), url("../../fonts/FontAwesome/fontawesome.ttf") format("truetype"), url("../../fonts/FontAwesome/fontawesome.otf") format("opentype");
}
/*ICONS*/
input[type="checkbox"] {
  display: none;
  opacity: 0;
  position: absolute;
}
input[type="checkbox"].used:invalid ~ label {
  color: #e64a3b;
}
input[type="checkbox"].invalid ~ label {
  color: #e64a3b;
}
input[type="checkbox"].used:valid ~ label {
  color: #66cd7e;
}
input[type="checkbox"].valid ~ label {
  color: #66cd7e;
}
input[type="checkbox"] ~ label {
  cursor: pointer;
  padding-left: 30px;
  min-height: 20px;
}
input[type="checkbox"] ~ label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 1.4em;
  left: 0%;
  top: -2px;
  border: 1px solid #cccccc;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  background-color: white;
  color: transparent;
  -webkit-transition-property: background-color, color, font-size;
  -moz-transition-property: background-color, color, font-size;
  -ms-transition-property: background-color, color, font-size;
  -o-transition-property: background-color, color, font-size;
  transition-property: background-color, color, font-size;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
input[type="checkbox"] ~ label:hover:before {
  background-color: #f2f2f2;
}
input[type="checkbox"]:checked ~ label:before {
  /* color:              white; */
  color: white;
  font-size: 1.2em;
  /* background-color:   $primary-color; */
  background-color: #d27523;
}
input[type="checkbox"]:checked ~ label:hover:before {
  /* background-color: darken($primary-color,5%); */
}

.scroll-btn {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  position: absolute;
  left: 50%;
  bottom: 4%;
  margin-left: -32px;
  text-decoration: none;
  background: black;
  background: transparent\9;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}
@media (min-width: 768px) {
  .scroll-btn {
    display: none;
  }
}
.scroll-btn.down:after {
  content: "\f078";
  font-family: 'FontAwesome';
  color: white;
  text-align: center;
  line-height: 64px;
  font-size: 3.2em;
  display: block;
  width: 100%;
}

/*LAYOUT
============================================*/
#header {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
}
#header .header-inner {
  display: inline-block;
  padding: 0 24px;
}
#header .logo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: transparent;
  background-image: url("../../images/themes/ironjack/logo-small.png");
  background-position: center 24px;
  background-repeat: no-repeat;
}
@media (min-width: 568px) {
  #header .logo {
    background-position: center 48px;
  }
}
#header h1, #header h2 {
  margin: 248px auto 56px;
  position: relative;
  z-index: 1;
}
@media (min-width: 568px) {
  #header h1, #header h2 {
    margin: 248px auto 56px;
  }
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  position: relative;
}
.pure-u-1 img,
.pure-u-1-1 img,
.pure-u-1-2 img,
.pure-u-1-3 img,
.pure-u-2-3 img,
.pure-u-1-4 img,
.pure-u-3-4 img,
.pure-u-1-5 img,
.pure-u-2-5 img,
.pure-u-3-5 img,
.pure-u-4-5 img,
.pure-u-5-5 img,
.pure-u-1-6 img,
.pure-u-5-6 img,
.pure-u-1-8 img,
.pure-u-3-8 img,
.pure-u-5-8 img,
.pure-u-7-8 img,
.pure-u-1-12 img,
.pure-u-5-12 img,
.pure-u-7-12 img,
.pure-u-11-12 img,
.pure-u-1-24 img,
.pure-u-2-24 img,
.pure-u-3-24 img,
.pure-u-4-24 img,
.pure-u-5-24 img,
.pure-u-6-24 img,
.pure-u-7-24 img,
.pure-u-8-24 img,
.pure-u-9-24 img,
.pure-u-10-24 img,
.pure-u-11-24 img,
.pure-u-12-24 img,
.pure-u-13-24 img,
.pure-u-14-24 img,
.pure-u-15-24 img,
.pure-u-16-24 img,
.pure-u-17-24 img,
.pure-u-18-24 img,
.pure-u-19-24 img,
.pure-u-20-24 img,
.pure-u-21-24 img,
.pure-u-22-24 img,
.pure-u-23-24 img,
.pure-u-24-24 img {
  display: block;
  width: 100%;
}
.pure-u-1.padd-sm, .pure-u-1.padd-md, .pure-u-1.padd-lg, .pure-u-1.padd-xl, .pure-u-1.padd-right, .pure-u-1.padd-left,
.pure-u-1-1.padd-sm,
.pure-u-1-1.padd-md,
.pure-u-1-1.padd-lg,
.pure-u-1-1.padd-xl,
.pure-u-1-1.padd-right,
.pure-u-1-1.padd-left,
.pure-u-1-2.padd-sm,
.pure-u-1-2.padd-md,
.pure-u-1-2.padd-lg,
.pure-u-1-2.padd-xl,
.pure-u-1-2.padd-right,
.pure-u-1-2.padd-left,
.pure-u-1-3.padd-sm,
.pure-u-1-3.padd-md,
.pure-u-1-3.padd-lg,
.pure-u-1-3.padd-xl,
.pure-u-1-3.padd-right,
.pure-u-1-3.padd-left,
.pure-u-2-3.padd-sm,
.pure-u-2-3.padd-md,
.pure-u-2-3.padd-lg,
.pure-u-2-3.padd-xl,
.pure-u-2-3.padd-right,
.pure-u-2-3.padd-left,
.pure-u-1-4.padd-sm,
.pure-u-1-4.padd-md,
.pure-u-1-4.padd-lg,
.pure-u-1-4.padd-xl,
.pure-u-1-4.padd-right,
.pure-u-1-4.padd-left,
.pure-u-3-4.padd-sm,
.pure-u-3-4.padd-md,
.pure-u-3-4.padd-lg,
.pure-u-3-4.padd-xl,
.pure-u-3-4.padd-right,
.pure-u-3-4.padd-left,
.pure-u-1-5.padd-sm,
.pure-u-1-5.padd-md,
.pure-u-1-5.padd-lg,
.pure-u-1-5.padd-xl,
.pure-u-1-5.padd-right,
.pure-u-1-5.padd-left,
.pure-u-2-5.padd-sm,
.pure-u-2-5.padd-md,
.pure-u-2-5.padd-lg,
.pure-u-2-5.padd-xl,
.pure-u-2-5.padd-right,
.pure-u-2-5.padd-left,
.pure-u-3-5.padd-sm,
.pure-u-3-5.padd-md,
.pure-u-3-5.padd-lg,
.pure-u-3-5.padd-xl,
.pure-u-3-5.padd-right,
.pure-u-3-5.padd-left,
.pure-u-4-5.padd-sm,
.pure-u-4-5.padd-md,
.pure-u-4-5.padd-lg,
.pure-u-4-5.padd-xl,
.pure-u-4-5.padd-right,
.pure-u-4-5.padd-left,
.pure-u-5-5.padd-sm,
.pure-u-5-5.padd-md,
.pure-u-5-5.padd-lg,
.pure-u-5-5.padd-xl,
.pure-u-5-5.padd-right,
.pure-u-5-5.padd-left,
.pure-u-1-6.padd-sm,
.pure-u-1-6.padd-md,
.pure-u-1-6.padd-lg,
.pure-u-1-6.padd-xl,
.pure-u-1-6.padd-right,
.pure-u-1-6.padd-left,
.pure-u-5-6.padd-sm,
.pure-u-5-6.padd-md,
.pure-u-5-6.padd-lg,
.pure-u-5-6.padd-xl,
.pure-u-5-6.padd-right,
.pure-u-5-6.padd-left,
.pure-u-1-8.padd-sm,
.pure-u-1-8.padd-md,
.pure-u-1-8.padd-lg,
.pure-u-1-8.padd-xl,
.pure-u-1-8.padd-right,
.pure-u-1-8.padd-left,
.pure-u-3-8.padd-sm,
.pure-u-3-8.padd-md,
.pure-u-3-8.padd-lg,
.pure-u-3-8.padd-xl,
.pure-u-3-8.padd-right,
.pure-u-3-8.padd-left,
.pure-u-5-8.padd-sm,
.pure-u-5-8.padd-md,
.pure-u-5-8.padd-lg,
.pure-u-5-8.padd-xl,
.pure-u-5-8.padd-right,
.pure-u-5-8.padd-left,
.pure-u-7-8.padd-sm,
.pure-u-7-8.padd-md,
.pure-u-7-8.padd-lg,
.pure-u-7-8.padd-xl,
.pure-u-7-8.padd-right,
.pure-u-7-8.padd-left,
.pure-u-1-12.padd-sm,
.pure-u-1-12.padd-md,
.pure-u-1-12.padd-lg,
.pure-u-1-12.padd-xl,
.pure-u-1-12.padd-right,
.pure-u-1-12.padd-left,
.pure-u-5-12.padd-sm,
.pure-u-5-12.padd-md,
.pure-u-5-12.padd-lg,
.pure-u-5-12.padd-xl,
.pure-u-5-12.padd-right,
.pure-u-5-12.padd-left,
.pure-u-7-12.padd-sm,
.pure-u-7-12.padd-md,
.pure-u-7-12.padd-lg,
.pure-u-7-12.padd-xl,
.pure-u-7-12.padd-right,
.pure-u-7-12.padd-left,
.pure-u-11-12.padd-sm,
.pure-u-11-12.padd-md,
.pure-u-11-12.padd-lg,
.pure-u-11-12.padd-xl,
.pure-u-11-12.padd-right,
.pure-u-11-12.padd-left,
.pure-u-1-24.padd-sm,
.pure-u-1-24.padd-md,
.pure-u-1-24.padd-lg,
.pure-u-1-24.padd-xl,
.pure-u-1-24.padd-right,
.pure-u-1-24.padd-left,
.pure-u-2-24.padd-sm,
.pure-u-2-24.padd-md,
.pure-u-2-24.padd-lg,
.pure-u-2-24.padd-xl,
.pure-u-2-24.padd-right,
.pure-u-2-24.padd-left,
.pure-u-3-24.padd-sm,
.pure-u-3-24.padd-md,
.pure-u-3-24.padd-lg,
.pure-u-3-24.padd-xl,
.pure-u-3-24.padd-right,
.pure-u-3-24.padd-left,
.pure-u-4-24.padd-sm,
.pure-u-4-24.padd-md,
.pure-u-4-24.padd-lg,
.pure-u-4-24.padd-xl,
.pure-u-4-24.padd-right,
.pure-u-4-24.padd-left,
.pure-u-5-24.padd-sm,
.pure-u-5-24.padd-md,
.pure-u-5-24.padd-lg,
.pure-u-5-24.padd-xl,
.pure-u-5-24.padd-right,
.pure-u-5-24.padd-left,
.pure-u-6-24.padd-sm,
.pure-u-6-24.padd-md,
.pure-u-6-24.padd-lg,
.pure-u-6-24.padd-xl,
.pure-u-6-24.padd-right,
.pure-u-6-24.padd-left,
.pure-u-7-24.padd-sm,
.pure-u-7-24.padd-md,
.pure-u-7-24.padd-lg,
.pure-u-7-24.padd-xl,
.pure-u-7-24.padd-right,
.pure-u-7-24.padd-left,
.pure-u-8-24.padd-sm,
.pure-u-8-24.padd-md,
.pure-u-8-24.padd-lg,
.pure-u-8-24.padd-xl,
.pure-u-8-24.padd-right,
.pure-u-8-24.padd-left,
.pure-u-9-24.padd-sm,
.pure-u-9-24.padd-md,
.pure-u-9-24.padd-lg,
.pure-u-9-24.padd-xl,
.pure-u-9-24.padd-right,
.pure-u-9-24.padd-left,
.pure-u-10-24.padd-sm,
.pure-u-10-24.padd-md,
.pure-u-10-24.padd-lg,
.pure-u-10-24.padd-xl,
.pure-u-10-24.padd-right,
.pure-u-10-24.padd-left,
.pure-u-11-24.padd-sm,
.pure-u-11-24.padd-md,
.pure-u-11-24.padd-lg,
.pure-u-11-24.padd-xl,
.pure-u-11-24.padd-right,
.pure-u-11-24.padd-left,
.pure-u-12-24.padd-sm,
.pure-u-12-24.padd-md,
.pure-u-12-24.padd-lg,
.pure-u-12-24.padd-xl,
.pure-u-12-24.padd-right,
.pure-u-12-24.padd-left,
.pure-u-13-24.padd-sm,
.pure-u-13-24.padd-md,
.pure-u-13-24.padd-lg,
.pure-u-13-24.padd-xl,
.pure-u-13-24.padd-right,
.pure-u-13-24.padd-left,
.pure-u-14-24.padd-sm,
.pure-u-14-24.padd-md,
.pure-u-14-24.padd-lg,
.pure-u-14-24.padd-xl,
.pure-u-14-24.padd-right,
.pure-u-14-24.padd-left,
.pure-u-15-24.padd-sm,
.pure-u-15-24.padd-md,
.pure-u-15-24.padd-lg,
.pure-u-15-24.padd-xl,
.pure-u-15-24.padd-right,
.pure-u-15-24.padd-left,
.pure-u-16-24.padd-sm,
.pure-u-16-24.padd-md,
.pure-u-16-24.padd-lg,
.pure-u-16-24.padd-xl,
.pure-u-16-24.padd-right,
.pure-u-16-24.padd-left,
.pure-u-17-24.padd-sm,
.pure-u-17-24.padd-md,
.pure-u-17-24.padd-lg,
.pure-u-17-24.padd-xl,
.pure-u-17-24.padd-right,
.pure-u-17-24.padd-left,
.pure-u-18-24.padd-sm,
.pure-u-18-24.padd-md,
.pure-u-18-24.padd-lg,
.pure-u-18-24.padd-xl,
.pure-u-18-24.padd-right,
.pure-u-18-24.padd-left,
.pure-u-19-24.padd-sm,
.pure-u-19-24.padd-md,
.pure-u-19-24.padd-lg,
.pure-u-19-24.padd-xl,
.pure-u-19-24.padd-right,
.pure-u-19-24.padd-left,
.pure-u-20-24.padd-sm,
.pure-u-20-24.padd-md,
.pure-u-20-24.padd-lg,
.pure-u-20-24.padd-xl,
.pure-u-20-24.padd-right,
.pure-u-20-24.padd-left,
.pure-u-21-24.padd-sm,
.pure-u-21-24.padd-md,
.pure-u-21-24.padd-lg,
.pure-u-21-24.padd-xl,
.pure-u-21-24.padd-right,
.pure-u-21-24.padd-left,
.pure-u-22-24.padd-sm,
.pure-u-22-24.padd-md,
.pure-u-22-24.padd-lg,
.pure-u-22-24.padd-xl,
.pure-u-22-24.padd-right,
.pure-u-22-24.padd-left,
.pure-u-23-24.padd-sm,
.pure-u-23-24.padd-md,
.pure-u-23-24.padd-lg,
.pure-u-23-24.padd-xl,
.pure-u-23-24.padd-right,
.pure-u-23-24.padd-left,
.pure-u-24-24.padd-sm,
.pure-u-24-24.padd-md,
.pure-u-24-24.padd-lg,
.pure-u-24-24.padd-xl,
.pure-u-24-24.padd-right,
.pure-u-24-24.padd-left {
  box-sizing: border-box;
}
.pure-u-1.padd-sm,
.pure-u-1-1.padd-sm,
.pure-u-1-2.padd-sm,
.pure-u-1-3.padd-sm,
.pure-u-2-3.padd-sm,
.pure-u-1-4.padd-sm,
.pure-u-3-4.padd-sm,
.pure-u-1-5.padd-sm,
.pure-u-2-5.padd-sm,
.pure-u-3-5.padd-sm,
.pure-u-4-5.padd-sm,
.pure-u-5-5.padd-sm,
.pure-u-1-6.padd-sm,
.pure-u-5-6.padd-sm,
.pure-u-1-8.padd-sm,
.pure-u-3-8.padd-sm,
.pure-u-5-8.padd-sm,
.pure-u-7-8.padd-sm,
.pure-u-1-12.padd-sm,
.pure-u-5-12.padd-sm,
.pure-u-7-12.padd-sm,
.pure-u-11-12.padd-sm,
.pure-u-1-24.padd-sm,
.pure-u-2-24.padd-sm,
.pure-u-3-24.padd-sm,
.pure-u-4-24.padd-sm,
.pure-u-5-24.padd-sm,
.pure-u-6-24.padd-sm,
.pure-u-7-24.padd-sm,
.pure-u-8-24.padd-sm,
.pure-u-9-24.padd-sm,
.pure-u-10-24.padd-sm,
.pure-u-11-24.padd-sm,
.pure-u-12-24.padd-sm,
.pure-u-13-24.padd-sm,
.pure-u-14-24.padd-sm,
.pure-u-15-24.padd-sm,
.pure-u-16-24.padd-sm,
.pure-u-17-24.padd-sm,
.pure-u-18-24.padd-sm,
.pure-u-19-24.padd-sm,
.pure-u-20-24.padd-sm,
.pure-u-21-24.padd-sm,
.pure-u-22-24.padd-sm,
.pure-u-23-24.padd-sm,
.pure-u-24-24.padd-sm {
  padding: 24px;
}
@media (min-width: 768px) {
  .pure-u-1.padd-md,
  .pure-u-1-1.padd-md,
  .pure-u-1-2.padd-md,
  .pure-u-1-3.padd-md,
  .pure-u-2-3.padd-md,
  .pure-u-1-4.padd-md,
  .pure-u-3-4.padd-md,
  .pure-u-1-5.padd-md,
  .pure-u-2-5.padd-md,
  .pure-u-3-5.padd-md,
  .pure-u-4-5.padd-md,
  .pure-u-5-5.padd-md,
  .pure-u-1-6.padd-md,
  .pure-u-5-6.padd-md,
  .pure-u-1-8.padd-md,
  .pure-u-3-8.padd-md,
  .pure-u-5-8.padd-md,
  .pure-u-7-8.padd-md,
  .pure-u-1-12.padd-md,
  .pure-u-5-12.padd-md,
  .pure-u-7-12.padd-md,
  .pure-u-11-12.padd-md,
  .pure-u-1-24.padd-md,
  .pure-u-2-24.padd-md,
  .pure-u-3-24.padd-md,
  .pure-u-4-24.padd-md,
  .pure-u-5-24.padd-md,
  .pure-u-6-24.padd-md,
  .pure-u-7-24.padd-md,
  .pure-u-8-24.padd-md,
  .pure-u-9-24.padd-md,
  .pure-u-10-24.padd-md,
  .pure-u-11-24.padd-md,
  .pure-u-12-24.padd-md,
  .pure-u-13-24.padd-md,
  .pure-u-14-24.padd-md,
  .pure-u-15-24.padd-md,
  .pure-u-16-24.padd-md,
  .pure-u-17-24.padd-md,
  .pure-u-18-24.padd-md,
  .pure-u-19-24.padd-md,
  .pure-u-20-24.padd-md,
  .pure-u-21-24.padd-md,
  .pure-u-22-24.padd-md,
  .pure-u-23-24.padd-md,
  .pure-u-24-24.padd-md {
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .pure-u-1.padd-right,
  .pure-u-1-1.padd-right,
  .pure-u-1-2.padd-right,
  .pure-u-1-3.padd-right,
  .pure-u-2-3.padd-right,
  .pure-u-1-4.padd-right,
  .pure-u-3-4.padd-right,
  .pure-u-1-5.padd-right,
  .pure-u-2-5.padd-right,
  .pure-u-3-5.padd-right,
  .pure-u-4-5.padd-right,
  .pure-u-5-5.padd-right,
  .pure-u-1-6.padd-right,
  .pure-u-5-6.padd-right,
  .pure-u-1-8.padd-right,
  .pure-u-3-8.padd-right,
  .pure-u-5-8.padd-right,
  .pure-u-7-8.padd-right,
  .pure-u-1-12.padd-right,
  .pure-u-5-12.padd-right,
  .pure-u-7-12.padd-right,
  .pure-u-11-12.padd-right,
  .pure-u-1-24.padd-right,
  .pure-u-2-24.padd-right,
  .pure-u-3-24.padd-right,
  .pure-u-4-24.padd-right,
  .pure-u-5-24.padd-right,
  .pure-u-6-24.padd-right,
  .pure-u-7-24.padd-right,
  .pure-u-8-24.padd-right,
  .pure-u-9-24.padd-right,
  .pure-u-10-24.padd-right,
  .pure-u-11-24.padd-right,
  .pure-u-12-24.padd-right,
  .pure-u-13-24.padd-right,
  .pure-u-14-24.padd-right,
  .pure-u-15-24.padd-right,
  .pure-u-16-24.padd-right,
  .pure-u-17-24.padd-right,
  .pure-u-18-24.padd-right,
  .pure-u-19-24.padd-right,
  .pure-u-20-24.padd-right,
  .pure-u-21-24.padd-right,
  .pure-u-22-24.padd-right,
  .pure-u-23-24.padd-right,
  .pure-u-24-24.padd-right {
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .pure-u-1.padd-left,
  .pure-u-1-1.padd-left,
  .pure-u-1-2.padd-left,
  .pure-u-1-3.padd-left,
  .pure-u-2-3.padd-left,
  .pure-u-1-4.padd-left,
  .pure-u-3-4.padd-left,
  .pure-u-1-5.padd-left,
  .pure-u-2-5.padd-left,
  .pure-u-3-5.padd-left,
  .pure-u-4-5.padd-left,
  .pure-u-5-5.padd-left,
  .pure-u-1-6.padd-left,
  .pure-u-5-6.padd-left,
  .pure-u-1-8.padd-left,
  .pure-u-3-8.padd-left,
  .pure-u-5-8.padd-left,
  .pure-u-7-8.padd-left,
  .pure-u-1-12.padd-left,
  .pure-u-5-12.padd-left,
  .pure-u-7-12.padd-left,
  .pure-u-11-12.padd-left,
  .pure-u-1-24.padd-left,
  .pure-u-2-24.padd-left,
  .pure-u-3-24.padd-left,
  .pure-u-4-24.padd-left,
  .pure-u-5-24.padd-left,
  .pure-u-6-24.padd-left,
  .pure-u-7-24.padd-left,
  .pure-u-8-24.padd-left,
  .pure-u-9-24.padd-left,
  .pure-u-10-24.padd-left,
  .pure-u-11-24.padd-left,
  .pure-u-12-24.padd-left,
  .pure-u-13-24.padd-left,
  .pure-u-14-24.padd-left,
  .pure-u-15-24.padd-left,
  .pure-u-16-24.padd-left,
  .pure-u-17-24.padd-left,
  .pure-u-18-24.padd-left,
  .pure-u-19-24.padd-left,
  .pure-u-20-24.padd-left,
  .pure-u-21-24.padd-left,
  .pure-u-22-24.padd-left,
  .pure-u-23-24.padd-left,
  .pure-u-24-24.padd-left {
    padding-left: 8px;
  }
}

html, body {
  background-color: #f2f1f1;
}

#wrapper {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  #wrapper {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
  }
}
#wrapper #intro {
  display: inline-block;
  width: 100%;
}
#wrapper #intro p {
  max-width: 540px;
  display: block;
  color: white;
  margin: 0px auto 32px;
  text-align: center;
}
@media (min-width: 768px) {
  #wrapper #intro p {
    font-size: 1.6em;
  }
}
#wrapper.enter-page,
#wrapper #intro {
  background-repeat: no-repeat;
  background-color: black;
  background-image: url("../../images/themes/summer-lmg/lmg-background-image-details-lg.jpg");
  background-position: center center;
  background-repeat: repeat;
}
#wrapper.enter-page #intro {
  background: none;
}

.wrap-inner {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .wrap-inner {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
  }
}
.wrap-inner.no-pad-sm {
  padding: 0px;
}
@media (min-width: 768px) {
  .wrap-inner.no-pad-sm {
    padding: 0 32px;
  }
}

#main .section.solid-bar {
  padding: 0;
  background-color: #f2f1f1;
}
@media (min-width: 768px) {
  #main .section.solid-bar {
    padding: 48px 0;
  }
}
#main .section:last-child {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  #main .section:last-child {
    padding-bottom: 160px;
  }
}
#main .promo-image-container {
  min-height: 300px;
}

/*
.last-item{
    padding-bottom: 160px;
}*/
#footer {
  position: relative;
  bottom: auto;
  border-top: 1px solid #cccccc;
  color: #999999;
  background-color: #222222;
}
@media (min-width: 768px) {
  #footer {
    border: none;
    position: fixed;
    width: 100%;
    z-index: 3;
    bottom: 0;
    text-align: center;
  }
}
#footer .wrap-inner {
  padding: 0;
}
@media (min-width: 768px) {
  #footer .wrap-inner {
    padding: 0 32px;
  }
}
#footer ul.footer-links,
#footer ul.footer-links li,
#footer .copyright,
#footer .drinkwise {
  display: block;
}
@media (min-width: 768px) {
  #footer ul.footer-links,
  #footer ul.footer-links li,
  #footer .copyright,
  #footer .drinkwise {
    display: inline-block;
    vertical-align: bottom;
  }
}
#footer ul.footer-links li a,
#footer .copyright,
#footer .drinkwise {
  padding: 16px;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  #footer ul.footer-links li a,
  #footer .copyright,
  #footer .drinkwise {
    padding: 24px;
  }
}
#footer ul.footer-links {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #cccccc;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #footer ul.footer-links {
    margin-right: 24px;
    border: none;
  }
}
#footer ul.footer-links li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #cccccc;
  font-size: 10px;
}
@media (min-width: 768px) {
  #footer ul.footer-links li {
    border: none;
  }
}
#footer ul.footer-links li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: white;
}
@media (min-width: 768px) {
  #footer ul.footer-links li a {
    padding: 24px 12px;
  }
}
#footer ul.footer-links li a:after {
  content: "\f054";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -ms-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: white;
  display: block;
  right: 12px;
  width: 20px;
}
@media (min-width: 768px) {
  #footer ul.footer-links li a:after {
    display: none;
  }
}
#footer ul.footer-links li a:hover {
  color: white;
  /*                    background-color:   darken(white, 5%);*/
}
#footer ul.footer-links li a:hover:after {
  color: white;
  right: 10px;
}
#footer .drinkwise {
  width: 100%;
  max-width: 356px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #footer .drinkwise {
    box-sizing: content-box;
  }
}
#footer .drinkwise .drinkwise-logo {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  height: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: white;
  text-indent: -9999px;
  background-size: 100%;
  background-image: url("../../images/global/drink-wise-logo-dark.png");
}
@media (min-width: 768px) {
  #footer .drinkwise .drinkwise-logo {
    background-size: auto;
  }
}
#footer .drinkwise .drinkwise-logo:hover {
  background-color: white;
}
@media (min-width: 768px) {
  #footer .drinkwise {
    padding-top: 0px;
  }
}
#footer .enjoy-responsibly-logo {
  display: inline-block;
  width: 45px;
  height: 43px;
  margin: 16px;
  background-color: #999999;
  background-image: url("../../images/global/enjoy-responsibly-logo-dark.png");
  background-position: left center;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  #footer .enjoy-responsibly-logo {
    margin: 0;
  }
}

/*PAGES
============================================*/
.code-entry {
  width: 100%;
  max-width: 448px;
  margin: 0 auto 24px;
  padding: 40px 16px;
  box-sizing: border-box;
  text-align: center;
  background: black;
  background: transparent\9;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
  /*LARGE TICK USED TO SHOW THAT THE USER HAS ENTERED A CORRECT ENTRY CODE*/
}
@media (min-width: 768px) {
  .code-entry {
    margin-bottom: 160px;
    padding: 40px;
  }
}
.code-entry h2 {
  font-size: 2.4em;
}
.code-entry h1, .code-entry h2, .code-entry h3 {
  margin: 0px;
  color: white;
}
.code-entry .success {
  display: block;
  width: 100%;
  text-align: center;
  margin: 12px 0 0;
  font-size: 4em;
  color: #66cd7e;
}
@media (min-width: 768px) {
  .code-entry .success {
    font-size: 6em;
  }
}
.code-entry .success:before {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.code-entry form,
.code-entry .not-a-form {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
.code-entry form .submit-gutters,
.code-entry form .input-cell,
.code-entry .not-a-form .submit-gutters,
.code-entry .not-a-form .input-cell {
  box-sizing: border-box;
  padding: 0 4px;
}
.code-entry form fieldset,
.code-entry .not-a-form fieldset {
  margin: 20px 0 0;
  position: relative;
  display: table;
}
.code-entry form fieldset .input-cell,
.code-entry .not-a-form fieldset .input-cell {
  width: 25%;
  position: relative;
  display: table-cell;
}
.code-entry form .submit-gutters,
.code-entry .not-a-form .submit-gutters {
  margin-top: 20px;
}
.code-entry form input,
.code-entry form input[type="submit"],
.code-entry form button,
.code-entry form a.btn,
.code-entry .not-a-form input,
.code-entry .not-a-form input[type="submit"],
.code-entry .not-a-form button,
.code-entry .not-a-form a.btn {
  display: block;
  width: 100%;
  text-align: center;
}

#details-wrapper h1, #details-wrapper h2, #details-wrapper h3, #details-wrapper p {
  text-align: center;
}
@media (min-width: 768px) {
  #details-wrapper h1, #details-wrapper h2, #details-wrapper h3, #details-wrapper p {
    text-align: left;
  }
}
#details-wrapper form {
  padding-top: 24px;
}
#details-wrapper form label,
#details-wrapper form input {
  display: block;
}
#details-wrapper form label {
  margin-bottom: 12px;
}
#details-wrapper form input[type="submit"],
#details-wrapper form button {
  width: 100%;
}
@media (min-width: 768px) {
  #details-wrapper form input[type="submit"],
  #details-wrapper form button {
    max-width: 240px;
  }
}
#details-wrapper form input[type="submit"]:focus,
#details-wrapper form input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#details-wrapper form .mandatory {
  text-align: left;
}
#details-wrapper form .pure-g > div {
  padding-bottom: 24px;
}
#details-wrapper form .pure-g > div.radio-wrapper {
  box-sizing: border-box;
  padding: 3px 0;
  position: relative;
  margin-bottom: 0px;
}
#details-wrapper form .pure-g > div.radio-wrapper label {
  margin-bottom: 4px;
}
#details-wrapper form #lion_wininstorebundle_promotionentry_dob {
  /*BACKEND VALIDATION MESSAGES*/
}
#details-wrapper form #lion_wininstorebundle_promotionentry_dob input {
  text-align: center;
  display: inline-block;
  width: 55px;
  margin-right: 10px;
}
#details-wrapper form #lion_wininstorebundle_promotionentry_dob #lion_wininstorebundle_promotionentry_dob_year {
  width: 80px;
  margin-right: 0;
}
#details-wrapper form #lion_wininstorebundle_promotionentry_dob ~ ul {
  margin: 0px;
  padding: 4px 0;
}
#details-wrapper form #lion_wininstorebundle_promotionentry_dob ~ ul li {
  color: #e64a3b;
  font-size: 1.2em;
  list-style: none;
}

#thank-you {
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
  padding: 48px;
}
@media (min-width: 768px) {
  #thank-you {
    padding: 24px;
  }
}
#thank-you ul, #thank-you ol {
  display: inline-block;
  padding: 0px;
  margin: 0px 0px 32px;
}
#thank-you ul li, #thank-you ol li {
  text-align: left;
}

/* Used in terms and winners listing pages */
.listing li {
  list-style-type: none;
}
.listing li span {
  font-size: 1.4em;
  color: #be4300;
}
.listing li a {
  color: #1A1C21;
}

.winners li {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}
.winners li p {
  color: #be4300;
}
.winners li ul {
  text-align: left;
}
.winners li ul li {
  display: list-item;
  list-style-type: disc;
  color: #be4300;
}
.winners li ul li span {
  color: #1A1C21;
}

/*UTILS
============================================*/
/*VENDOR
============================================*/
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yui/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  /*    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;*/
    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
/*.pure-g [class *= "pure-u"] {
    font-family: sans-serif;
}*/
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%;
}

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.9690%;
}

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%;
}

.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%;
}

.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.9690%;
}

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%;
}

.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%;
}

.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.9690%;
}

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%;
}

.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}

/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
@media (min-width: 568px) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%;
  }
}
/* FONTS
====================================================*/
@font-face {
  font-family: "Oswald-Stencil";
  src: url("../../fonts/OswaldStencil/Oswald-Stencil.eot");
  src: local("☺"), url("../../fonts/OswaldStencil/Oswald-Stencil.eot?#iefix") format("embedded-opentype"), url("../../fonts/OswaldStencil/Oswald-Stencil.woff") format("woff"), url("../../fonts/OswaldStencil/Oswald-Stencil.ttf") format("truetype"), url("../../fonts/OswaldStencil/Oswald-Stencil.otf") format("opentype");
}
/*=============================================================================================================

      TYPOGRAPHY

=============================================================================================================*/
body {
  font-family: 'Roboto', arial, sans-serif !important;
}

h1 {
  font-family: 'Oswald-Stencil', arial, sans-serif;
  font-size: 6em;
  font-weight: bold;
  color: #d27523 !important;
  text-transform: uppercase;
}

h2 {
  font-family: 'Roboto', arial, sans-serif !important;
  color: #1d1d1d !important;
  font-weight: 300;
  text-transform: uppercase;
  font-stretch: condensed;
  font-size: 24px;
}

h3 {
  font-family: 'Roboto', arial, sans-serif !important;
  text-transform: uppercase;
  color: #1d1d1d !important;
  font-size: 4em;
}

label {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: 'Roboto', arial, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  color: #1d1d1d !important;
}
label a {
  color: inherit;
}
label a:hover {
  color: #040404;
}

input[type="submit"],
button,
a.btn {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  background: #d27523;
  border-radius: 0px;
  border: none;
  font-weight: bold !important;
}
input[type="submit"]:hover,
button:hover,
a.btn:hover {
  background-color: #b25e0f !important;
}

.code-entry {
  width: 100%;
  max-width: 538px;
}
.code-entry h1 {
  display: none;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .code-entry h1 {
    display: block;
  }
}
.code-entry h2 {
  font-size: 2.3em;
}
.code-entry form, .code-entry .not-a-form {
  max-width: 264px;
}

.code-entry, footer, label, h2 {
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
input[type="number"] {
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: bold;
  color: #d27523 !important;
  letter-spacing: 1.5px;
}

.radio-wrapper label {
  font-size: 1.1em !important;
  font-weight: normal !important;
}

#footer {
  color: white;
  background-color: #393939;
  opacity: 1;
}

.wrap-inner {
  max-width: 100%;
}
@media (min-width: 768px) {
  .wrap-inner {
    max-width: 1152px !important;
  }
}
.wrap-inner p {
  color: #333 !important;
}

#main .section.solid-bar {
  background-color: inherit;
  padding: 48px 0;
}

/*=============================================================================================================

      FORMS

=============================================================================================================*/
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], select {
  border: 1px solid #d27523;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4);
  color: #666666;
}

input[type="checkbox"]:checked ~ label:before {
  background-color: #dc291e !important;
  color: white !important;
}

#user-details input[type="text"],
#user-details input[type="email"],
#user-details input[type="tel"],
#user-details select,
#user-details input[type="number"],
#user-details input[type="checkbox"] ~ label:before {
  border: 1px solid #666666;
  border-radius: 0;
  box-shadow: none;
}

#enter-your-details {
  margin-top: -20px;
}
@media (min-width: 768px) {
  #enter-your-details {
    margin-top: 0;
  }
}

#details-wrapper {
  background: #f1f1f1;
  padding-bottom: 100px;
}
#details-wrapper h3 {
  text-align: left;
}
#details-wrapper p {
  margin-bottom: 40px;
  text-align: left;
}
#details-wrapper .promo-image-container img {
  background: #d8d8d8;
  display: block;
  margin: 0 auto;
}
#details-wrapper h3 {
  margin-bottom: 6px;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 2.3em;
  font-weight: bold;
  color: #1d1d1d !important;
}
#details-wrapper form {
  padding-top: 0;
}
#details-wrapper form .mandatory {
  margin-top: 20px;
  margin-bottom: 30px;
}
#details-wrapper .radio-wrapper input[type="checkbox"].invalid ~ label {
  color: #e64a3b !important;
}

.code-entry input[type=text] {
  font-size: 1.8em;
  padding: 4px;
}

@media (min-width: 768px) {
  .solid-bar {
    margin: 0px auto;
    max-width: 100% !important;
  }
}

/*=============================================================================================================

      Page specific styles

=============================================================================================================*/
.unique-code-bottom-links {
  margin-bottom: 0;
  padding: 8px 0px 8px 0;
  padding-bottom: 0;
}
.unique-code-bottom-links a {
  color: #5b5a5a  !important;
  font-size: 13.2px;
  letter-spacing: 0px;
}

.thank-you-page {
  /*#header {

    h1, h2 {
      margin: 175px auto 50px !important;
    }
    @media (min-width: 560px) {
      #header {
        h1, h2 {
          margin: 175px auto 30px !important;
        }
      }
    }
  }*/
}
.thank-you-page .solid-bar {
  margin: 0 10px 10px 10px;
  padding: 45px !important;
}
.thank-you-page .solid-bar h3, .thank-you-page .solid-bar p {
  color: black !important;
}
.thank-you-page .solid-bar h3 {
  font-size: 4em;
}
.thank-you-page .solid-bar p {
  font-size: 2em;
}
.thank-you-page .solid-bar #thank-you {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .thank-you-page .solid-bar {
    margin: 0 30px 30px 30px;
    padding-bottom: 48px !important;
    max-width: 100%;
    margin: auto;
  }
  .thank-you-page .solid-bar #thank-you {
    padding: 0 24px;
  }
  .thank-you-page .solid-bar p {
    font-size: 1.6em;
  }
  .thank-you-page .solid-bar h3 {
    font-size: 3em;
  }
}

#wrapper {
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat, repeat !important;
  box-sizing: border-box;
}
#wrapper .details-page {
  background-color: rgba(255, 255, 255, 0.6);
}

#intro {
  background-color: rgba(255, 255, 255, 0.6);
}
#intro p {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #d27523 !important;
  margin: 0px auto 60px !important;
  max-width: 460px !important;
}

#wrapper.enter-page {
  background-image: url("../../images/themes/summer-lmg/lmg-background-image-mobile.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  /*@include breakpoint(xxl){
    background-image: url('../../images/themes/summer-lmg/lmg-background-image-details-xxl.jpg');
  }*/
}
@media (min-width: 768px) {
  #wrapper.enter-page {
    background-image: url("../../images/themes/summer-lmg/lmg-background-image-details-lg.jpg");
  }
}
#wrapper.enter-page #intro {
  padding: 175px 0;
}
@media (min-width: 768px) {
  #wrapper.enter-page #intro {
    padding: 120px 0;
  }
}
#wrapper.enter-page #header h1, #wrapper.enter-page #header h2 {
  margin: 60px auto 60px;
}
@media (min-width: 768px) {
  #wrapper.enter-page #header h1, #wrapper.enter-page #header h2 {
    margin: 60px auto 60px !important;
  }
}
#wrapper.enter-page .code-entry {
  margin-bottom: -160px;
  margin-top: 285px;
  background: #fff;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
  zoom: 1;
  font-family: 'Roboto', arial, sans-serif;
}
@media (min-width: 768px) {
  #wrapper.enter-page .code-entry {
    margin-bottom: -100px;
    margin-top: 0;
  }
}

#wrapper #intro {
  background-image: url("../../images/themes/summer-lmg/lmg-background-image-mobile.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  /* @include breakpoint(xxl){
     background-image: url('../../images/themes/summer-lmg/lmg-background-image-details-xxl.jpg');
   }*/
}
@media (min-width: 768px) {
  #wrapper #intro {
    background-image: url("../../images/themes/summer-lmg/lmg-background-image-alt.jpg");
  }
}

#wrapper #intro {
  padding: 188px 0;
  background-position: top center;
}
@media (min-width: 768px) {
  #wrapper #intro {
    padding: 150px 0 0;
    background-position: bottom center;
  }
}
#wrapper #intro #header h1, #wrapper #intro #header h2 {
  margin: 60px auto 60px;
}
@media (min-width: 768px) {
  #wrapper #intro #header h1, #wrapper #intro #header h2 {
    margin: 256px auto 60px;
  }
}

.details-page {
  background-color: rgba(255, 255, 255, 0.6);
}
.details-page#wrapper #intro {
  padding: 95px 0 5px;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("../../images/themes/summer-lmg/lmg-background-image-mobile.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat, repeat !important;
  box-sizing: border-box;
  /* @include breakpoint(xxl){
     background-image: url('../../images/themes/summer-lmg/lmg-background-image-details-xxl.jpg');
   }*/
}
@media (min-width: 768px) {
  .details-page#wrapper #intro {
    background-image: url("../../images/themes/summer-lmg/lmg-background-image-details-lg.jpg");
  }
}

.terms-conditions p.tc-text {
  display: block;
  background: rgba(225, 225, 225, 0.8);
  padding: 40px;
}
@media (min-width: 768px) {
  .terms-conditions .solid-bar {
    margin: 0px auto;
    max-width: 100%;
  }
}

.faq-text img {
  max-width: 100%;
}

.terms-conditions #wrapper #intro, .winners-page #wrapper #intro {
  padding: 120px 0;
  background-position: top center;
}
@media (min-width: 768px) {
  .terms-conditions #wrapper #intro, .winners-page #wrapper #intro {
    padding: 0;
    background-position: bottom center;
  }
}
.terms-conditions #wrapper #intro #header h1, .terms-conditions #wrapper #intro #header h2, .winners-page #wrapper #intro #header h1, .winners-page #wrapper #intro #header h2 {
  margin: 60px auto 60px;
}
@media (min-width: 768px) {
  .terms-conditions #wrapper #intro #header h1, .terms-conditions #wrapper #intro #header h2, .winners-page #wrapper #intro #header h1, .winners-page #wrapper #intro #header h2 {
    margin: 256px auto 60px;
  }
}

footer {
  opacity: 0.9;
  font-family: 'Roboto', arial, sans-serif !important;
  font-size: 16px;
  font-weight: bold;
}

.code-entry {
  margin-bottom: 25px;
  margin-top: 355px;
  background: #fff;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
  zoom: 1;
  font-family: 'Roboto', arial, sans-serif;
}
@media (min-width: 768px) {
  .code-entry {
    margin-bottom: 250px;
    margin-top: 0;
  }
}

.code-entry .success {
  background: url(../../images/themes/summer-lmg/tick.png) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 100%;
  text-align: center;
  margin: 16px 0 0;
  font-size: 4em;
  color: transparent;
}

#details-wrapper {
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  #details-wrapper {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}

#header .logo {
  background-image: url("../../images/themes/ironjack/logo-small.png");
  display: none;
}
#header h1, #header h2 {
  margin: 186px auto 60px;
}
@media (min-width: 768px) {
  #header #header h1, #header #header h2 {
    margin: 256px auto 60px;
  }
}

@media (min-width: 768px) {
  #footer li {
    padding: 22px 12px;
  }
}
#footer .drinkwise {
  padding: 16px 16px 16px;
}
@media (min-width: 768px) {
  #footer .drinkwise {
    padding: 16px 16px 17px;
  }
}

#footer .drinkwise .drinkwise-logo, #footer .drinkwise .drinkwise-logo:hover {
  background: url("../../images/themes/ironjack/drinkwise.svg") no-repeat;
  height: 23px;
  background-size: 70%;
}

.winners-page .winners-wrapper {
  display: block;
  background: rgba(225, 225, 225, 0.8);
  padding: 40px;
}
.winners-page #intro {
  padding: 120px 0;
}
@media (min-width: 768px) {
  .winners-page .solid-bar {
    margin: 0px auto;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .thank-you-page .solid-bar {
    margin: 0px auto;
    max-width: 100% !important;
  }
}

.cookie-message {
  padding-top: 20px;
  font-size: 10px;
  display: none;
}
