/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Libraries
2.0 Variables
3.0 Base
4.0 Objects
5.0 Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Libraries
--------------------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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 */
  -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.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
2.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Helpers
2.0 Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Helpers
2.0 Grid
3.0 Clearfix
4.0 Responsive Visibility
5.0 Placeholder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Clearfix
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Responsive Visibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Placeholder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Visibility Classes
2.0 Center Align
3.0 Clearfix
4.0 Pulls
5.0 Height Control
6.0 Text Align
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Visibility Classes
--------------------------------------------------------------*/
.u-visible-xs-block,
.u-visible-xs-inline,
.u-visible-xs-inline-block,
.u-visible-sm-block,
.u-visible-sm-inline,
.u-visible-sm-inline-block,
.u-visible-md-block,
.u-visible-md-inline,
.u-visible-md-inline-block,
.u-visible-lg-block,
.u-visible-lg-inline,
.u-visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .u-visible-xs {
    display: block !important; }
  table.u-visible-xs {
    display: table !important; }
  tr.u-visible-xs {
    display: table-row !important; }
  th.u-visible-xs,
  td.u-visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .u-visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .u-visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .u-visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-visible-sm {
    display: block !important; }
  table.u-visible-sm {
    display: table !important; }
  tr.u-visible-sm {
    display: table-row !important; }
  th.u-visible-sm,
  td.u-visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .u-visible-md {
    display: block !important; }
  table.u-visible-md {
    display: table !important; }
  tr.u-visible-md {
    display: table-row !important; }
  th.u-visible-md,
  td.u-visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .u-visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .u-visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .u-visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .u-visible-lg {
    display: block !important; }
  table.u-visible-lg {
    display: table !important; }
  tr.u-visible-lg {
    display: table-row !important; }
  th.u-visible-lg,
  td.u-visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .u-visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .u-visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .u-visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .u-hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .u-hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .u-hidden-lg {
    display: none !important; } }

@media (max-width: 767px) {
  .u-hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .u-hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .u-hidden-lg {
    display: none !important; } }

.u-display-inline-block {
  display: inline-block; }

/*--------------------------------------------------------------
2.0 Center Align
--------------------------------------------------------------*/
.u-center-align {
  display: table;
  width: 100%;
  height: 100%; }
  .u-center-align__inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle; }

/*--------------------------------------------------------------
3.0 Clearfix
--------------------------------------------------------------*/
.u-clearfix::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0; }

* html .u-clearfix,
*:first-child + html .u-clearfix {
  zoom: 1; }

/*--------------------------------------------------------------
4.0 Pulls
--------------------------------------------------------------*/
.u-pull-left {
  float: left; }

.u-pull-right {
  float: right; }

/*--------------------------------------------------------------
5.0 Height Control
--------------------------------------------------------------*/
.u-height-full {
  height: 100%; }

.u-height-square {
  position: relative; }
  .u-height-square::after {
    display: block;
    padding-bottom: 100%;
    content: ""; }
  .u-height-square__content {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/*--------------------------------------------------------------
6.0 Text Align
--------------------------------------------------------------*/
.u-text-align-left {
  text-align: left; }

.u-loader {
  display: block;
  width: 80px;
  margin: 60px auto; }
  .is-brewers-loaded .u-loader {
    display: none; }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Grid
--------------------------------------------------------------*/
.grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .grid::before, .grid::after {
    display: table;
    content: " "; }
  .grid::after {
    clear: both; }
  @media (min-width: 768px) {
    .grid {
      width: 760px; } }
  @media (min-width: 992px) {
    .grid {
      width: 980px; } }
  @media (min-width: 1200px) {
    .grid {
      width: 1180px; } }
  @media (min-width: 1600px) {
    .grid {
      width: 1300px; } }
  .grid--fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1; }
    .grid--fluid::before, .grid--fluid::after {
      display: table;
      content: " "; }
    .grid--fluid::after {
      clear: both; }
  .grid__row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1; }
    .grid__row::before, .grid__row::after {
      display: table;
      content: " "; }
    .grid__row::after {
      clear: both; }
  .grid__col {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.grid__col--xs-1, .grid__col--sm-1, .grid__col--md-1, .grid__col--lg-1, .grid__col--xlg-1, .grid__col--xs-2, .grid__col--sm-2, .grid__col--md-2, .grid__col--lg-2, .grid__col--xlg-2, .grid__col--xs-3, .grid__col--sm-3, .grid__col--md-3, .grid__col--lg-3, .grid__col--xlg-3, .grid__col--xs-4, .grid__col--sm-4, .grid__col--md-4, .grid__col--lg-4, .grid__col--xlg-4, .grid__col--xs-5, .grid__col--sm-5, .grid__col--md-5, .grid__col--lg-5, .grid__col--xlg-5, .grid__col--xs-6, .grid__col--sm-6, .grid__col--md-6, .grid__col--lg-6, .grid__col--xlg-6, .grid__col--xs-7, .grid__col--sm-7, .grid__col--md-7, .grid__col--lg-7, .grid__col--xlg-7, .grid__col--xs-8, .grid__col--sm-8, .grid__col--md-8, .grid__col--lg-8, .grid__col--xlg-8, .grid__col--xs-9, .grid__col--sm-9, .grid__col--md-9, .grid__col--lg-9, .grid__col--xlg-9, .grid__col--xs-10, .grid__col--sm-10, .grid__col--md-10, .grid__col--lg-10, .grid__col--xlg-10, .grid__col--xs-11, .grid__col--sm-11, .grid__col--md-11, .grid__col--lg-11, .grid__col--xlg-11, .grid__col--xs-12, .grid__col--sm-12, .grid__col--md-12, .grid__col--lg-12, .grid__col--xlg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.grid__col--xs-1, .grid__col--xs-2, .grid__col--xs-3, .grid__col--xs-4, .grid__col--xs-5, .grid__col--xs-6, .grid__col--xs-7, .grid__col--xs-8, .grid__col--xs-9, .grid__col--xs-10, .grid__col--xs-11, .grid__col--xs-12 {
  float: left; }

.grid__col--xs-1 {
  width: 8.33333%; }

.grid__col--xs-2 {
  width: 16.66667%; }

.grid__col--xs-3 {
  width: 25%; }

.grid__col--xs-4 {
  width: 33.33333%; }

.grid__col--xs-5 {
  width: 41.66667%; }

.grid__col--xs-6 {
  width: 50%; }

.grid__col--xs-7 {
  width: 58.33333%; }

.grid__col--xs-8 {
  width: 66.66667%; }

.grid__col--xs-9 {
  width: 75%; }

.grid__col--xs-10 {
  width: 83.33333%; }

.grid__col--xs-11 {
  width: 91.66667%; }

.grid__col--xs-12 {
  width: 100%; }

.grid__col--xs-pull-0 {
  right: auto; }

.grid__col--xs-pull-1 {
  right: 8.33333%; }

.grid__col--xs-pull-2 {
  right: 16.66667%; }

.grid__col--xs-pull-3 {
  right: 25%; }

.grid__col--xs-pull-4 {
  right: 33.33333%; }

.grid__col--xs-pull-5 {
  right: 41.66667%; }

.grid__col--xs-pull-6 {
  right: 50%; }

.grid__col--xs-pull-7 {
  right: 58.33333%; }

.grid__col--xs-pull-8 {
  right: 66.66667%; }

.grid__col--xs-pull-9 {
  right: 75%; }

.grid__col--xs-pull-10 {
  right: 83.33333%; }

.grid__col--xs-pull-11 {
  right: 91.66667%; }

.grid__col--xs-pull-12 {
  right: 100%; }

.grid__col--xs-push-0 {
  left: auto; }

.grid__col--xs-push-1 {
  left: 8.33333%; }

.grid__col--xs-push-2 {
  left: 16.66667%; }

.grid__col--xs-push-3 {
  left: 25%; }

.grid__col--xs-push-4 {
  left: 33.33333%; }

.grid__col--xs-push-5 {
  left: 41.66667%; }

.grid__col--xs-push-6 {
  left: 50%; }

.grid__col--xs-push-7 {
  left: 58.33333%; }

.grid__col--xs-push-8 {
  left: 66.66667%; }

.grid__col--xs-push-9 {
  left: 75%; }

.grid__col--xs-push-10 {
  left: 83.33333%; }

.grid__col--xs-push-11 {
  left: 91.66667%; }

.grid__col--xs-push-12 {
  left: 100%; }

.grid__col--xs-offset-0 {
  margin-left: 0%; }

.grid__col--xs-offset-1 {
  margin-left: 8.33333%; }

.grid__col--xs-offset-2 {
  margin-left: 16.66667%; }

.grid__col--xs-offset-3 {
  margin-left: 25%; }

.grid__col--xs-offset-4 {
  margin-left: 33.33333%; }

.grid__col--xs-offset-5 {
  margin-left: 41.66667%; }

.grid__col--xs-offset-6 {
  margin-left: 50%; }

.grid__col--xs-offset-7 {
  margin-left: 58.33333%; }

.grid__col--xs-offset-8 {
  margin-left: 66.66667%; }

.grid__col--xs-offset-9 {
  margin-left: 75%; }

.grid__col--xs-offset-10 {
  margin-left: 83.33333%; }

.grid__col--xs-offset-11 {
  margin-left: 91.66667%; }

.grid__col--xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .grid__col--sm-1, .grid__col--sm-2, .grid__col--sm-3, .grid__col--sm-4, .grid__col--sm-5, .grid__col--sm-6, .grid__col--sm-7, .grid__col--sm-8, .grid__col--sm-9, .grid__col--sm-10, .grid__col--sm-11, .grid__col--sm-12 {
    float: left; }
  .grid__col--sm-1 {
    width: 8.33333%; }
  .grid__col--sm-2 {
    width: 16.66667%; }
  .grid__col--sm-3 {
    width: 25%; }
  .grid__col--sm-4 {
    width: 33.33333%; }
  .grid__col--sm-5 {
    width: 41.66667%; }
  .grid__col--sm-6 {
    width: 50%; }
  .grid__col--sm-7 {
    width: 58.33333%; }
  .grid__col--sm-8 {
    width: 66.66667%; }
  .grid__col--sm-9 {
    width: 75%; }
  .grid__col--sm-10 {
    width: 83.33333%; }
  .grid__col--sm-11 {
    width: 91.66667%; }
  .grid__col--sm-12 {
    width: 100%; }
  .grid__col--sm-pull-0 {
    right: auto; }
  .grid__col--sm-pull-1 {
    right: 8.33333%; }
  .grid__col--sm-pull-2 {
    right: 16.66667%; }
  .grid__col--sm-pull-3 {
    right: 25%; }
  .grid__col--sm-pull-4 {
    right: 33.33333%; }
  .grid__col--sm-pull-5 {
    right: 41.66667%; }
  .grid__col--sm-pull-6 {
    right: 50%; }
  .grid__col--sm-pull-7 {
    right: 58.33333%; }
  .grid__col--sm-pull-8 {
    right: 66.66667%; }
  .grid__col--sm-pull-9 {
    right: 75%; }
  .grid__col--sm-pull-10 {
    right: 83.33333%; }
  .grid__col--sm-pull-11 {
    right: 91.66667%; }
  .grid__col--sm-pull-12 {
    right: 100%; }
  .grid__col--sm-push-0 {
    left: auto; }
  .grid__col--sm-push-1 {
    left: 8.33333%; }
  .grid__col--sm-push-2 {
    left: 16.66667%; }
  .grid__col--sm-push-3 {
    left: 25%; }
  .grid__col--sm-push-4 {
    left: 33.33333%; }
  .grid__col--sm-push-5 {
    left: 41.66667%; }
  .grid__col--sm-push-6 {
    left: 50%; }
  .grid__col--sm-push-7 {
    left: 58.33333%; }
  .grid__col--sm-push-8 {
    left: 66.66667%; }
  .grid__col--sm-push-9 {
    left: 75%; }
  .grid__col--sm-push-10 {
    left: 83.33333%; }
  .grid__col--sm-push-11 {
    left: 91.66667%; }
  .grid__col--sm-push-12 {
    left: 100%; }
  .grid__col--sm-offset-0 {
    margin-left: 0%; }
  .grid__col--sm-offset-1 {
    margin-left: 8.33333%; }
  .grid__col--sm-offset-2 {
    margin-left: 16.66667%; }
  .grid__col--sm-offset-3 {
    margin-left: 25%; }
  .grid__col--sm-offset-4 {
    margin-left: 33.33333%; }
  .grid__col--sm-offset-5 {
    margin-left: 41.66667%; }
  .grid__col--sm-offset-6 {
    margin-left: 50%; }
  .grid__col--sm-offset-7 {
    margin-left: 58.33333%; }
  .grid__col--sm-offset-8 {
    margin-left: 66.66667%; }
  .grid__col--sm-offset-9 {
    margin-left: 75%; }
  .grid__col--sm-offset-10 {
    margin-left: 83.33333%; }
  .grid__col--sm-offset-11 {
    margin-left: 91.66667%; }
  .grid__col--sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .grid__col--md-1, .grid__col--md-2, .grid__col--md-3, .grid__col--md-4, .grid__col--md-5, .grid__col--md-6, .grid__col--md-7, .grid__col--md-8, .grid__col--md-9, .grid__col--md-10, .grid__col--md-11, .grid__col--md-12 {
    float: left; }
  .grid__col--md-1 {
    width: 8.33333%; }
  .grid__col--md-2 {
    width: 16.66667%; }
  .grid__col--md-3 {
    width: 25%; }
  .grid__col--md-4 {
    width: 33.33333%; }
  .grid__col--md-5 {
    width: 41.66667%; }
  .grid__col--md-6 {
    width: 50%; }
  .grid__col--md-7 {
    width: 58.33333%; }
  .grid__col--md-8 {
    width: 66.66667%; }
  .grid__col--md-9 {
    width: 75%; }
  .grid__col--md-10 {
    width: 83.33333%; }
  .grid__col--md-11 {
    width: 91.66667%; }
  .grid__col--md-12 {
    width: 100%; }
  .grid__col--md-pull-0 {
    right: auto; }
  .grid__col--md-pull-1 {
    right: 8.33333%; }
  .grid__col--md-pull-2 {
    right: 16.66667%; }
  .grid__col--md-pull-3 {
    right: 25%; }
  .grid__col--md-pull-4 {
    right: 33.33333%; }
  .grid__col--md-pull-5 {
    right: 41.66667%; }
  .grid__col--md-pull-6 {
    right: 50%; }
  .grid__col--md-pull-7 {
    right: 58.33333%; }
  .grid__col--md-pull-8 {
    right: 66.66667%; }
  .grid__col--md-pull-9 {
    right: 75%; }
  .grid__col--md-pull-10 {
    right: 83.33333%; }
  .grid__col--md-pull-11 {
    right: 91.66667%; }
  .grid__col--md-pull-12 {
    right: 100%; }
  .grid__col--md-push-0 {
    left: auto; }
  .grid__col--md-push-1 {
    left: 8.33333%; }
  .grid__col--md-push-2 {
    left: 16.66667%; }
  .grid__col--md-push-3 {
    left: 25%; }
  .grid__col--md-push-4 {
    left: 33.33333%; }
  .grid__col--md-push-5 {
    left: 41.66667%; }
  .grid__col--md-push-6 {
    left: 50%; }
  .grid__col--md-push-7 {
    left: 58.33333%; }
  .grid__col--md-push-8 {
    left: 66.66667%; }
  .grid__col--md-push-9 {
    left: 75%; }
  .grid__col--md-push-10 {
    left: 83.33333%; }
  .grid__col--md-push-11 {
    left: 91.66667%; }
  .grid__col--md-push-12 {
    left: 100%; }
  .grid__col--md-offset-0 {
    margin-left: 0%; }
  .grid__col--md-offset-1 {
    margin-left: 8.33333%; }
  .grid__col--md-offset-2 {
    margin-left: 16.66667%; }
  .grid__col--md-offset-3 {
    margin-left: 25%; }
  .grid__col--md-offset-4 {
    margin-left: 33.33333%; }
  .grid__col--md-offset-5 {
    margin-left: 41.66667%; }
  .grid__col--md-offset-6 {
    margin-left: 50%; }
  .grid__col--md-offset-7 {
    margin-left: 58.33333%; }
  .grid__col--md-offset-8 {
    margin-left: 66.66667%; }
  .grid__col--md-offset-9 {
    margin-left: 75%; }
  .grid__col--md-offset-10 {
    margin-left: 83.33333%; }
  .grid__col--md-offset-11 {
    margin-left: 91.66667%; }
  .grid__col--md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .grid__col--lg-1, .grid__col--lg-2, .grid__col--lg-3, .grid__col--lg-4, .grid__col--lg-5, .grid__col--lg-6, .grid__col--lg-7, .grid__col--lg-8, .grid__col--lg-9, .grid__col--lg-10, .grid__col--lg-11, .grid__col--lg-12 {
    float: left; }
  .grid__col--lg-1 {
    width: 8.33333%; }
  .grid__col--lg-2 {
    width: 16.66667%; }
  .grid__col--lg-3 {
    width: 25%; }
  .grid__col--lg-4 {
    width: 33.33333%; }
  .grid__col--lg-5 {
    width: 41.66667%; }
  .grid__col--lg-6 {
    width: 50%; }
  .grid__col--lg-7 {
    width: 58.33333%; }
  .grid__col--lg-8 {
    width: 66.66667%; }
  .grid__col--lg-9 {
    width: 75%; }
  .grid__col--lg-10 {
    width: 83.33333%; }
  .grid__col--lg-11 {
    width: 91.66667%; }
  .grid__col--lg-12 {
    width: 100%; }
  .grid__col--lg-pull-0 {
    right: auto; }
  .grid__col--lg-pull-1 {
    right: 8.33333%; }
  .grid__col--lg-pull-2 {
    right: 16.66667%; }
  .grid__col--lg-pull-3 {
    right: 25%; }
  .grid__col--lg-pull-4 {
    right: 33.33333%; }
  .grid__col--lg-pull-5 {
    right: 41.66667%; }
  .grid__col--lg-pull-6 {
    right: 50%; }
  .grid__col--lg-pull-7 {
    right: 58.33333%; }
  .grid__col--lg-pull-8 {
    right: 66.66667%; }
  .grid__col--lg-pull-9 {
    right: 75%; }
  .grid__col--lg-pull-10 {
    right: 83.33333%; }
  .grid__col--lg-pull-11 {
    right: 91.66667%; }
  .grid__col--lg-pull-12 {
    right: 100%; }
  .grid__col--lg-push-0 {
    left: auto; }
  .grid__col--lg-push-1 {
    left: 8.33333%; }
  .grid__col--lg-push-2 {
    left: 16.66667%; }
  .grid__col--lg-push-3 {
    left: 25%; }
  .grid__col--lg-push-4 {
    left: 33.33333%; }
  .grid__col--lg-push-5 {
    left: 41.66667%; }
  .grid__col--lg-push-6 {
    left: 50%; }
  .grid__col--lg-push-7 {
    left: 58.33333%; }
  .grid__col--lg-push-8 {
    left: 66.66667%; }
  .grid__col--lg-push-9 {
    left: 75%; }
  .grid__col--lg-push-10 {
    left: 83.33333%; }
  .grid__col--lg-push-11 {
    left: 91.66667%; }
  .grid__col--lg-push-12 {
    left: 100%; }
  .grid__col--lg-offset-0 {
    margin-left: 0%; }
  .grid__col--lg-offset-1 {
    margin-left: 8.33333%; }
  .grid__col--lg-offset-2 {
    margin-left: 16.66667%; }
  .grid__col--lg-offset-3 {
    margin-left: 25%; }
  .grid__col--lg-offset-4 {
    margin-left: 33.33333%; }
  .grid__col--lg-offset-5 {
    margin-left: 41.66667%; }
  .grid__col--lg-offset-6 {
    margin-left: 50%; }
  .grid__col--lg-offset-7 {
    margin-left: 58.33333%; }
  .grid__col--lg-offset-8 {
    margin-left: 66.66667%; }
  .grid__col--lg-offset-9 {
    margin-left: 75%; }
  .grid__col--lg-offset-10 {
    margin-left: 83.33333%; }
  .grid__col--lg-offset-11 {
    margin-left: 91.66667%; }
  .grid__col--lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1600px) {
  .grid__col--xlg-1, .grid__col--xlg-2, .grid__col--xlg-3, .grid__col--xlg-4, .grid__col--xlg-5, .grid__col--xlg-6, .grid__col--xlg-7, .grid__col--xlg-8, .grid__col--xlg-9, .grid__col--xlg-10, .grid__col--xlg-11, .grid__col--xlg-12 {
    float: left; }
  .grid__col--xlg-1 {
    width: 8.33333%; }
  .grid__col--xlg-2 {
    width: 16.66667%; }
  .grid__col--xlg-3 {
    width: 25%; }
  .grid__col--xlg-4 {
    width: 33.33333%; }
  .grid__col--xlg-5 {
    width: 41.66667%; }
  .grid__col--xlg-6 {
    width: 50%; }
  .grid__col--xlg-7 {
    width: 58.33333%; }
  .grid__col--xlg-8 {
    width: 66.66667%; }
  .grid__col--xlg-9 {
    width: 75%; }
  .grid__col--xlg-10 {
    width: 83.33333%; }
  .grid__col--xlg-11 {
    width: 91.66667%; }
  .grid__col--xlg-12 {
    width: 100%; }
  .grid__col--xlg-pull-0 {
    right: auto; }
  .grid__col--xlg-pull-1 {
    right: 8.33333%; }
  .grid__col--xlg-pull-2 {
    right: 16.66667%; }
  .grid__col--xlg-pull-3 {
    right: 25%; }
  .grid__col--xlg-pull-4 {
    right: 33.33333%; }
  .grid__col--xlg-pull-5 {
    right: 41.66667%; }
  .grid__col--xlg-pull-6 {
    right: 50%; }
  .grid__col--xlg-pull-7 {
    right: 58.33333%; }
  .grid__col--xlg-pull-8 {
    right: 66.66667%; }
  .grid__col--xlg-pull-9 {
    right: 75%; }
  .grid__col--xlg-pull-10 {
    right: 83.33333%; }
  .grid__col--xlg-pull-11 {
    right: 91.66667%; }
  .grid__col--xlg-pull-12 {
    right: 100%; }
  .grid__col--xlg-push-0 {
    left: auto; }
  .grid__col--xlg-push-1 {
    left: 8.33333%; }
  .grid__col--xlg-push-2 {
    left: 16.66667%; }
  .grid__col--xlg-push-3 {
    left: 25%; }
  .grid__col--xlg-push-4 {
    left: 33.33333%; }
  .grid__col--xlg-push-5 {
    left: 41.66667%; }
  .grid__col--xlg-push-6 {
    left: 50%; }
  .grid__col--xlg-push-7 {
    left: 58.33333%; }
  .grid__col--xlg-push-8 {
    left: 66.66667%; }
  .grid__col--xlg-push-9 {
    left: 75%; }
  .grid__col--xlg-push-10 {
    left: 83.33333%; }
  .grid__col--xlg-push-11 {
    left: 91.66667%; }
  .grid__col--xlg-push-12 {
    left: 100%; }
  .grid__col--xlg-offset-0 {
    margin-left: 0%; }
  .grid__col--xlg-offset-1 {
    margin-left: 8.33333%; }
  .grid__col--xlg-offset-2 {
    margin-left: 16.66667%; }
  .grid__col--xlg-offset-3 {
    margin-left: 25%; }
  .grid__col--xlg-offset-4 {
    margin-left: 33.33333%; }
  .grid__col--xlg-offset-5 {
    margin-left: 41.66667%; }
  .grid__col--xlg-offset-6 {
    margin-left: 50%; }
  .grid__col--xlg-offset-7 {
    margin-left: 58.33333%; }
  .grid__col--xlg-offset-8 {
    margin-left: 66.66667%; }
  .grid__col--xlg-offset-9 {
    margin-left: 75%; }
  .grid__col--xlg-offset-10 {
    margin-left: 83.33333%; }
  .grid__col--xlg-offset-11 {
    margin-left: 91.66667%; }
  .grid__col--xlg-offset-12 {
    margin-left: 100%; } }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Include Fonts
2.0 Font Variables
  2.1 Family
  2.2 Weight
  2.3 Size
  2.4 Line-height
  2.5 Letter-spacing
  2.5 Mixins
3.0 Elements
4.0 Paragraph Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Include Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Font Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Font Variables
  2.1 Family
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Font Variables
  2.2 Weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Font Variables
  2.3 Size
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Font Variables
  2.4 Line-height
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Font Variables
  2.5 Letter-spacing
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Font Variables
  2.6 Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
strong {
  font-weight: 600; }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Base
--------------------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px; }

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  letter-spacing: -0.2px;
  background-color: #6d5b3a;
  font-family: "Open Sans", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highwhite-color: transparent;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    body {
      -moz-osx-font-smoothing: auto; } }
  body.breweries-page {
    background-color: #f9b534; }
  body.social-wall-page {
    background-color: #f9b534;
    margin-top: 126px; }
    body.social-wall-page .ggs-inline-spinner .e-widget-overlay {
      background-color: #fcfcfc !important; }
    body.social-wall-page .ggs-gallery-header__wrapper {
      display: none; }
    body.social-wall-page .ggs-gallery-preview {
      -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
    body.social-wall-page .embed {
      padding: 50px 0 75px;
      background-color: #fcfcfc; }

/*--------------------------------------------------------------
4.0 Objects
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Form
--------------------------------------------------------------*/
.o-form {
  position: relative;
  width: 100%;
  max-width: 405px; }
  .o-form__label {
    letter-spacing: -0.2px;
    color: #fcfcfc;
    line-height: 1.44; }
    .o-form__label {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .o-form__label {
          font-size: calc(16px + 2 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .o-form__label {
          font-size: 18px; } }
  .o-form__input {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 405px;
    padding: 4px 0px;
    letter-spacing: -0.2px;
    color: rgba(252, 252, 252, 0.6);
    border: 0;
    border-bottom: 1px solid rgba(252, 252, 252, 0.6);
    border-radius: 0;
    outline: none;
    background: none;
    line-height: 1.44;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none; }
    .o-form__input {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .o-form__input {
          font-size: calc(16px + 2 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .o-form__input {
          font-size: 18px; } }
    .o-form__input::-webkit-input-placeholder {
      letter-spacing: -0.2px;
      color: rgba(252, 252, 252, 0.3);
      /* Chrome/Opera/Safari */
      line-height: 1.44; }
    .o-form__input::-moz-placeholder {
      letter-spacing: -0.2px;
      color: rgba(252, 252, 252, 0.3);
      /* Firefox 19+ */
      line-height: 1.44; }
    .o-form__input:-ms-input-placeholder {
      letter-spacing: -0.2px;
      color: rgba(252, 252, 252, 0.3);
      /* IE 10+ */
      line-height: 1.44; }
    .o-form__input:-moz-placeholder {
      letter-spacing: -0.2px;
      color: rgba(252, 252, 252, 0.3);
      /* Firefox 18- */
      line-height: 1.44; }
  .o-form__submit {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    border: 0;
    outline: none;
    background: transparent;
    background-image: url("../images/arrow-right.svg");
    background-repeat: no-repeat; }
  .o-form__response {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    margin-top: 10px;
    color: rgba(252, 252, 252, 0.6); }
    .o-form__response.is-error {
      color: #e67e22; }
      .o-form__response.is-error a {
        color: #e67e22; }
    .o-form__response.is-valid {
      color: #3fc380; }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Social Icon Link
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Social Icon Link
--------------------------------------------------------------*/
.o-social-icon-link {
  position: relative;
  width: 20px;
  height: 20px;
  text-align: center; }
  .is-navbar-dark .navbar .o-social-icon-link a {
    color: #0e0b1e; }
  .is-navbar-dark .navbar .o-social-icon-link:hover a {
    color: #fcfcfc; }
  .is-navbar-dark .navbar .o-social-icon-link:hover:before {
    background-color: #0e0b1e; }
  .o-social-icon-link a {
    position: relative;
    z-index: 1;
    display: block;
    color: #fcfcfc; }
  .o-social-icon-link__icon, .o-social-icon-link__icon--hover {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .o-social-icon-link__icon--hover {
    display: none; }
  .o-social-icon-link:hover a {
    color: #f9b534; }
  .o-social-icon-link:hover:before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fcfcfc; }
  .o-social-icon-link:hover .o-social-icon-link__icon {
    display: none; }
    .o-social-icon-link:hover .o-social-icon-link__icon--hover {
      display: inline; }
  .o-social-icon-link--twitter svg {
    margin-top: 1px; }

/*--------------------------------------------------------------
5.0 Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Navigation Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Navigation Bar
--------------------------------------------------------------*/
.navbar {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 0;
  width: 100%;
  height: 24px; }
  @media (min-width: 992px) {
    .navbar {
      top: 50px; } }
  .is-navbar-dark .navbar__home {
    color: #0e0b1e; }
  .is-navbar-dark .navbar__link {
    color: #0e0b1e; }
  .navbar__home {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fcfcfc; }
  .navbar__left {
    text-align: center; }
    @media (min-width: 992px) {
      .navbar__left {
        float: left;
        text-align: initial; } }
  .navbar__list {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .navbar__list {
        display: inline-block; } }
    .navbar__left .navbar__list {
      position: relative;
      top: 45px;
      display: inline-block; }
      @media (min-width: 992px) {
        .navbar__left .navbar__list {
          top: 0; } }
  .navbar__item {
    display: inline-block;
    margin-right: 32px;
    vertical-align: middle;
    line-height: 0; }
    .navbar__left .navbar__item {
      margin-right: 32px;
      margin-left: 0; }
      .navbar__left .navbar__item:last-of-type {
        margin-right: 0; }
    .navbar__item--social {
      width: 20px;
      height: 20px; }
      .navbar__item--social a {
        text-align: center; }
  .navbar__link {
    text-decoration: none;
    color: #fcfcfc;
    font-size: 18px; }
  .navbar__right {
    float: right; }
  .navbar__menu-toggle {
    width: 24px;
    height: 24px;
    margin-left: 24px; }
    @media (min-width: 992px) {
      .navbar__menu-toggle {
        display: none; } }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Hero
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Hero
--------------------------------------------------------------*/
.hero {
  position: relative;
  z-index: 0;
  padding: 165px 0 75px;
  color: #fcfcfc;
  background-color: #f9b534;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .hero {
      height: 620px;
      padding: 35px 0 0; } }
  @media (min-width: 992px) {
    .hero {
      height: 820px; } }
  .hero::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .hero::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 452px auto; }
    @media (min-width: 992px) {
      .hero::after {
        content: ''; } }
  .index-page .hero {
    background-position: 20% 100%; }
    @media (min-width: 992px) {
      .index-page .hero {
        background-image: url("../images/landscape.svg");
        background-position: -10% 100%; } }
    @media (min-width: 1200px) {
      .index-page .hero {
        background-position: 20% 100%; } }
    .index-page .hero::before {
      background-image: url("../images/clouds.svg"); }
    .index-page .hero::after {
      background-image: url("../images/pipe.svg"); }
  .breweries-page .hero {
    height: 200px; }
    @media (min-width: 768px) {
      .breweries-page .hero {
        height: 554px; } }
    .breweries-page .hero .hero__content {
      padding-bottom: 56px; }
    .breweries-page .hero .hero__heading {
      position: relative;
      z-index: 1; }
    .breweries-page .hero .hero__subheading {
      position: relative;
      z-index: 1;
      margin-bottom: 0; }
    .breweries-page .hero .hero__grid {
      position: relative; }
  .hero__content {
    text-align: center; }
    @media (min-width: 992px) {
      .hero__content {
        padding-bottom: 155px;
        text-align: left; } }
  .hero__heading {
    margin: 0 0 15px;
    letter-spacing: -0.3px;
    color: rgba(252, 252, 252, 0.6);
    font-weight: 400;
    line-height: 1.1; }
    .hero__heading {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .hero__heading {
          font-size: calc(16px + 4 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .hero__heading {
          font-size: 20px; } }
  .hero__subheading {
    margin: 0 0 15px;
    letter-spacing: -0.6px;
    font-weight: bold;
    line-height: 1.14; }
    .hero__subheading {
      font-size: 32px; }
      @media screen and (min-width: 320px) {
        .hero__subheading {
          font-size: calc(32px + 12 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .hero__subheading {
          font-size: 44px; } }
  .hero__info {
    letter-spacing: -0.3px;
    line-height: 1.2; }
    .hero__info {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .hero__info {
          font-size: calc(16px + 4 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .hero__info {
          font-size: 20px; } }
  .hero__year {
    position: relative;
    top: -2px;
    margin-right: 20px;
    letter-spacing: -1.6px;
    font-weight: bold;
    line-height: 1.11; }
    .hero__year {
      font-size: 40px; }
      @media screen and (min-width: 320px) {
        .hero__year {
          font-size: calc(40px + 14 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .hero__year {
          font-size: 54px; } }
    @media (min-width: 768px) {
      .hero__year {
        top: 0; } }
  .hero__map {
    position: absolute;
    top: -185px;
    right: 0;
    width: 750px;
    height: 750px;
    cursor: default;
    opacity: 0.25; }
    @media (min-width: 992px) {
      .hero__map {
        opacity: 1; } }
  .hero__map-loader {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 405px;
    display: none;
    width: 10px;
    opacity: 0.25; }
    @media (min-width: 992px) {
      .hero__map-loader {
        opacity: 1; } }
    .is-brewers-map-loaded .hero__map-loader {
      display: block; }
    .is-brewers-markers-loaded .hero__map-loader {
      display: none; }
  .hero__map-close {
    position: fixed;
    z-index: 5;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    pointer-events: none;
    opacity: 0; }
  .hero__marker {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fabb67;
    -webkit-box-shadow: 0 2px 4px 0 rgba(15, 11, 31, 0.12);
            box-shadow: 0 2px 4px 0 rgba(15, 11, 31, 0.12); }
  .hero__marker-title, .hero__marker-description {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px !important;
    white-space: nowrap; }
  .hero__marker-title {
    margin-top: -1px !important;
    text-align: left;
    letter-spacing: 0.2px;
    font-weight: 600; }
  .hero__marker-description {
    margin-top: 2px !important;
    text-align: left;
    font-weight: 300; }
  .hero .hero__marker-button {
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: underline;
    color: rgba(15, 11, 31, 0.6);
    font-size: 9px; }
    .hero .hero__marker-button:hover {
      color: rgba(15, 11, 31, 0.8); }

.hero-logos__heading {
  margin: 45px 0 15px;
  letter-spacing: -0.3px;
  color: rgba(252, 252, 252, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1; }

.hero-logos__item {
  display: inline-block;
  max-width: 75px;
  height: auto;
  margin-right: 15px;
  vertical-align: middle; }

.gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  overflow: hidden !important;
  min-width: 90px !important;
  padding-top: 10px;
  text-align: left !important;
  border-radius: 0px !important;
  background-color: #fcfcfc !important; }

.gm-style .gm-style-iw-d {
  overflow: hidden !important; }

.gm-style-iw-c {
  padding: 7px !important;
  border-radius: 0px !important; }
  .gm-style-iw-c button {
    top: 5px !important;
    right: 8px !important;
    width: 10px !important;
    height: 10px !important; }
    .gm-style-iw-c button img {
      width: 100% !important;
      height: 100% !important;
      margin: 2px !important; }

.gm-style .gm-style-iw #google-popup p {
  padding: 10px; }

.gm-style .gm-style-iw-t::after {
  width: 6px;
  height: 6px;
  content: "";
  background: #fcfcfc;
  -webkit-box-shadow: none;
          box-shadow: none; }

/*style the arrow*/
.gm-style div div div div div div div div {
  top: 0;
  margin: 0;
  padding: 0;
  padding: 0;
  color: #0f0b1f;
  background-color: transparent !important;
  font-size: 10px; }

.gm-style div div div div div div div div a {
  color: #f1f1f1;
  font-weight: bold; }

.map-zoom {
  position: fixed;
  z-index: 5;
  right: 30px;
  bottom: 30px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  opacity: 0; }
  .map-zoom.has-zoom {
    pointer-events: auto;
    opacity: 1; }
  .map-zoom__item {
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: rgba(15, 11, 31, 0.6);
    background-repeat: no-repeat;
    background-position: center; }
    .map-zoom__item:hover {
      background-color: #0f0b1f; }
    .map-zoom__item--in {
      background-image: url("https://sector.concealed.pt/assets/images/icons/plus.svg"); }
    .map-zoom__item--out {
      background-image: url("https://sector.concealed.pt/assets/images/icons/minus.svg"); }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Footer
--------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 45px 0;
  background-color: #f9b534; }
  .footer__title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 6px; }
  .footer__copyright {
    float: none;
    max-width: 575px;
    margin: 0 auto;
    text-align: left;
    letter-spacing: -0.2px;
    color: rgba(252, 252, 252, 0.6);
    line-height: 1.67; }
    .footer__copyright {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .footer__copyright {
          font-size: calc(16px + 2 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .footer__copyright {
          font-size: 18px; } }
    @media (min-width: 768px) {
      .footer__copyright {
        float: left;
        text-align: left; } }
    .footer__copyright img {
      height: 24px;
      margin: -3px 5px 0;
      vertical-align: middle; }
    .footer__copyright a {
      color: #fcfcfc; }
    .footer__copyright strong {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .footer__nav {
      float: none;
      max-width: 575px;
      margin: 0 auto; } }
  .footer__list {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .footer__list {
        margin-bottom: 32px; } }
  .footer__item {
    letter-spacing: .5px;
    color: #68747f;
    font-size: 14px;
    line-height: 1.67; }
  .footer__link {
    text-decoration: none;
    color: #fcfcfc; }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Subscribe
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Subscribe
--------------------------------------------------------------*/
.subscribe {
  overflow: hidden;
  width: 100%;
  max-width: 605px;
  margin: 0 auto 75px; }
  @media (min-width: 768px) {
    .subscribe {
      max-width: none;
      margin-bottom: 90px; } }
  @media (min-width: 992px) {
    .subscribe {
      margin-bottom: 120px; } }
  .subscribe__heading, .subscribe__subheading {
    margin: 0;
    letter-spacing: -0.6px;
    color: #fcfcfc;
    font-size: 48px;
    line-height: 1.25; }
    .subscribe__heading, .subscribe__subheading {
      font-size: 36px; }
      @media screen and (min-width: 320px) {
        .subscribe__heading, .subscribe__subheading {
          font-size: calc(36px + 12 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .subscribe__heading, .subscribe__subheading {
          font-size: 48px; } }
  .subscribe__subheading {
    margin-bottom: 40px;
    color: rgba(252, 252, 252, 0.6); }
  .subscribe__text {
    letter-spacing: -0.3px;
    color: #fcfcfc;
    line-height: 1.2; }
    .subscribe__text {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .subscribe__text {
          font-size: calc(16px + 4 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .subscribe__text {
          font-size: 20px; } }
    .subscribe__text--form {
      margin: 25px 0; }
      @media (min-width: 768px) {
        .subscribe__text--form {
          margin: 105px 0 30px; } }
      @media (min-width: 1200px) {
        .subscribe__text--form {
          margin: 115px 0 30px; } }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
2.0 Actions
3.0 Filters
4.0 Info
5.0 Beers
6.0 Overlay
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/
.brewers {
  position: relative;
  padding: 40px 0 80px;
  background-color: #fcfcfc; }
  .is-brewers-grid-view .brewers {
    padding: 60px 0; }
  .brewers__list {
    margin: 0;
    padding: 0 15px;
    list-style: none;
    -webkit-transition: opacity 1.7s;
    transition: opacity 1.7s;
    opacity: 0; }
    .is-brewers-loaded .brewers__list {
      opacity: 1; }
    .is-brewers-grid-view .brewers__list {
      width: 100%;
      padding: 0; }
      .is-brewers-grid-view .brewers__list.has-no-brewers {
        height: auto !important; }
  .brewers__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 40px 0; }
    @media (max-width: 480px) {
      .brewers__item {
        display: block; } }
    .is-brewers-grid-view .brewers__item {
      position: relative;
      display: block;
      float: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 33.333%;
      margin: 20px 0;
      padding: 0 15px; }
      @media (max-width: 991px) {
        .is-brewers-grid-view .brewers__item {
          width: 50%; } }
      @media (max-width: 480px) {
        .is-brewers-grid-view .brewers__item {
          width: 100%; } }
      .is-brewers-grid-view .brewers__item:before {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: 100%;
        content: '';
        border-radius: 4px;
        background-color: #fcfcfc;
        -webkit-box-shadow: 0 1px 8px 0 rgba(15, 11, 31, 0.08);
                box-shadow: 0 1px 8px 0 rgba(15, 11, 31, 0.08); }
    .brewers__item--empty {
      display: none !important;
      padding: 20px 0;
      text-align: center;
      color: #a5a2b3;
      font-size: 18px;
      font-weight: 600; }
      .is-brewers-grid-view .brewers__item--empty {
        position: absolute !important;
        position: static;
        width: 100%;
        margin: 40px 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .has-no-brewers .brewers__item--empty {
        position: static !important;
        display: block !important; }
  .brewers .brewery-form {
    text-align: center;
    margin: 60px 0; }
  .brewers .brewery-form-link {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: black;
    text-decoration: none; }
    .brewers .brewery-form-link:hover {
      opacity: 0.5; }

/*--------------------------------------------------------------
2.0 Actions
--------------------------------------------------------------*/
.brewers-actions {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 56px;
  margin-top: -56px;
  padding: 0 0 0 0;
  background-color: rgba(109, 91, 58, 0.5);
  line-height: 70px; }
  .brewers-actions__bar {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 56px;
    padding-right: 20px; }
  .brewers-actions__filters-toggle {
    padding-right: 20px;
    padding-left: 20px; }
    .brewers-actions__filters-toggle :last-child {
      display: none; }
    .brewers-actions__filters-toggle.is-active {
      background-color: #6d5b3a; }
      .brewers-actions__filters-toggle.is-active :first-child {
        display: none; }
      .brewers-actions__filters-toggle.is-active :last-child {
        display: inline-block; }
  .brewers-actions__icon {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    cursor: pointer; }
    .brewers-actions__icon--no-margin {
      margin-left: 0; }
    .brewers-actions__icon--list-view, .brewers-actions__icon--grid-view {
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms;
      opacity: 0.2; }
      .brewers-actions__icon--list-view:hover, .brewers-actions__icon--grid-view:hover {
        opacity: 0.5; }
      .brewers-actions__icon--list-view.is-active, .brewers-actions__icon--grid-view.is-active {
        opacity: 1 !important; }

/*--------------------------------------------------------------
3.0 Filters
--------------------------------------------------------------*/
.brewers-filters {
  display: none;
  background-color: #6d5b3a; }
  .brewers-filters.is-filters-open {
    display: block; }
  .brewers-filters__inner {
    padding: 30px 44px 35px 64px; }
  .brewers-filters__label {
    margin: 0 0 5px;
    letter-spacing: -0.2px;
    color: #fcfcfc;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44; }
  .brewers-filters__item {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .brewers-filters__item {
        margin: 0; } }
    .brewers-filters__item--first {
      margin-top: 0; }
  .brewers-filters__input-container {
    position: relative; }
  .brewers-filters__input {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-right: 35px;
    color: #fcfcfc;
    border: 0;
    border-bottom: 1px solid #fcfcfc;
    outline: none;
    background-color: transparent;
    font-size: 18px;
    line-height: 40px; }
    .brewers-filters__input::-webkit-input-placeholder {
      opacity: 1;
      color: rgba(252, 252, 252, 0.3); }
    .brewers-filters__input::-moz-placeholder {
      opacity: 1;
      color: rgba(252, 252, 252, 0.3); }
    .brewers-filters__input:-ms-input-placeholder {
      opacity: 1;
      color: rgba(252, 252, 252, 0.3); }
    .brewers-filters__input::-ms-input-placeholder {
      opacity: 1;
      color: rgba(252, 252, 252, 0.3); }
    .brewers-filters__input::placeholder {
      opacity: 1;
      color: rgba(252, 252, 252, 0.3); }
    .brewers-filters__input:-ms-input-placeholder {
      color: rgba(252, 252, 252, 0.3); }
    .brewers-filters__input::-ms-input-placeholder {
      color: rgba(252, 252, 252, 0.3); }
  .brewers-filters__submit {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 0;
    outline: none;
    background: none;
    background-image: url("../images/brewers/icons/arrow-right.svg"); }

/*--------------------------------------------------------------
4.0 Info
--------------------------------------------------------------*/
.brewers-info {
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  color: #0f0b1f; }
  @media (min-width: 768px) and (max-width: 991px) {
    .brewers-info {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      max-width: 30%; } }
  @media (max-width: 767px) {
    .brewers-info {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%; } }
  @media (max-width: 480px) {
    .brewers-info {
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
      max-width: 100%;
      margin-bottom: 24px; } }
  .is-brewers-grid-view .brewers-info {
    position: relative;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 30px; }
  .brewers-info__logo {
    max-width: 100px;
    height: auto;
    margin: 0 0 14px; }
  .brewers-info__name {
    margin: 0 0 4px;
    letter-spacing: -0.3px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2; }
  .brewers-info__location {
    margin: 0 0 24px;
    letter-spacing: -0.3px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
  .brewers-info__social {
    margin: 0;
    padding: 0;
    list-style: none; }
  .brewers-info__social-item {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 12px; }
  .brewers-info__social-link {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    background-repeat: no-repeat;
    background-size: 32px; }
    .brewers-info__social-link:hover {
      opacity: 0.5; }
    .brewers-info__social-link--web {
      background-image: url("../images/brewers/icons/web.svg"); }
    .brewers-info__social-link--facebook {
      background-image: url("../images/brewers/icons/facebook.svg"); }
    .brewers-info__social-link--twitter {
      background-image: url("../images/brewers/icons/twitter.svg"); }
    .brewers-info__social-link--instagram {
      background-image: url("../images/brewers/icons/instagram.svg"); }
    .brewers-info__social-link--shop {
      background-image: url("../images/brewers/icons/shopping-cart.svg"); }

/*--------------------------------------------------------------
5.0 Beers
--------------------------------------------------------------*/
.brewers-beers {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .brewers-beers {
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
      max-width: 70%; } }
  @media (max-width: 767px) {
    .brewers-beers {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
      max-width: 60%; } }
  @media (max-width: 480px) {
    .brewers-beers {
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
      width: 100%;
      max-width: none; } }
  .is-brewers-grid-view .brewers-beers {
    padding-bottom: 15px; }
  .brewers-beers.is-static:before, .brewers-beers.is-static:after {
    content: none; }
  .is-brewers-grid-view .brewers-beers {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    .is-brewers-grid-view .brewers-beers:before, .is-brewers-grid-view .brewers-beers:after {
      content: none; }
  .brewers-beers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    scrollbar-width: none; }
    .brewers-beers__list::-webkit-scrollbar {
      display: none; }
    .is-brewers-grid-view .brewers-beers__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 2px; }
  .brewers-beers__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 25%;
    padding: 0 15px; }
    @media (max-width: 1199px) {
      .brewers-beers__item {
        -ms-flex-preferred-size: 33.3333333%;
            flex-basis: 33.3333333%;
        max-width: 33.3333333%; } }
    @media (max-width: 991px) {
      .brewers-beers__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
        .is-brewers-grid-view .brewers-beers__item {
          -ms-flex-preferred-size: 33.3333333%;
              flex-basis: 33.3333333%;
          width: 33.3333333%; } }
    @media (max-width: 767px) {
      .brewers-beers__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
    @media (max-width: 480px) {
      .brewers-beers__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (max-width: 400px) {
      .brewers-beers__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
        .is-brewers-grid-view .brewers-beers__item {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          width: 50%; } }
    .is-brewers-grid-view .brewers-beers__item {
      padding: 0 2px 4px; }
    .brewers-beers__item--empty {
      position: relative; }
      @media (max-width: 767px) {
        .brewers-beers__item--empty {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; } }
      @media (min-width: 768px) {
        .brewers-beers__item--empty img:hover + div {
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          opacity: 1; } }
  .brewers-beers__inner {
    position: relative;
    cursor: pointer; }
    .brewers-beers__inner:after {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms;
      opacity: 0;
      background-image: url("../images/brewers/icons/plus.svg");
      background-repeat: no-repeat;
      background-position: center; }
    .brewers-beers__inner:hover:after {
      opacity: 1; }
    .brewers-beers__inner:hover .brewers-beers__image {
      opacity: 0.2; }
  .brewers-beers__image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    border-radius: 8px; }
    @media (max-width: 767px) {
      .brewers-beers__image {
        max-width: 250px;
        margin: 0 auto; } }
    @media (max-width: 400px) {
      .brewers-beers__image {
        width: auto;
        max-height: 250px;
        margin: 0 auto; } }
    .is-brewers-grid-view .brewers-beers__image {
      max-height: 137px;
      border-radius: 4px; }
      @media (max-width: 400px) {
        .is-brewers-grid-view .brewers-beers__image {
          height: auto; } }
    .brewers-beers__image--clone {
      position: fixed;
      z-index: 4;
      -webkit-transform-origin: 0% 0% 0px;
              transform-origin: 0% 0% 0px; }
  .brewers-beers__nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: auto;
    height: 100%;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    opacity: 0; }
    .is-brewers-grid-view .brewers-beers__nav {
      display: none !important; }
    .brewers-beersinitialized .brewers-beers__nav {
      pointer-events: initial;
      opacity: 1; }
    .brewers-beers__nav.is-locked {
      pointer-events: none !important;
      opacity: 0 !important; }
    .brewers-beers__nav.is-disabled {
      pointer-events: none !important; }
      .brewers-beers__nav.is-disabled img {
        opacity: 0 !important; }
    .brewers-beers__nav img {
      position: absolute;
      z-index: 3;
      top: 50%;
      width: 14px;
      padding: 15px;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .brewers-beers__nav--prev {
      left: 0; }
      .brewers-beers__nav--prev img {
        right: 0; }
      .brewers-beers__nav--prev::before {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100px;
        height: 100%;
        content: '';
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(252, 252, 252, 0)), color-stop(65%, #fcfcfc));
        background-image: linear-gradient(to left, rgba(252, 252, 252, 0) 0%, #fcfcfc 65%); }
    .brewers-beers__nav--next {
      right: 0; }
      .brewers-beers__nav--next img {
        left: 0; }
      .brewers-beers__nav--next::after {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        content: '';
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(252, 252, 252, 0)), color-stop(65%, #fcfcfc));
        background-image: linear-gradient(to right, rgba(252, 252, 252, 0) 0%, #fcfcfc 65%); }
  .brewers-beers__empty {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #a5a2b3;
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .brewers-beers__empty {
        position: absolute;
        top: 50%;
        left: 100%;
        width: 255px;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translate(-50px, -50%);
                transform: translate(-50px, -50%);
        opacity: 0; } }

/*--------------------------------------------------------------
6.0 Overlay
--------------------------------------------------------------*/
.brewers-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(252, 252, 252, 0.95); }
  .is-overlay-visible .brewers-overlay {
    cursor: pointer;
    pointer-events: initial;
    opacity: 1; }
  .brewers-overlay__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .brewers-overlay__inner {
        display: block;
        width: 100%;
        height: calc(100% - 80px);
        margin-top: 40px;
        margin-bottom: 40px; } }
  .brewers-overlay__beer-container, .brewers-overlay__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    cursor: default; }
  .brewers-overlay__beer-container {
    -ms-flex-preferred-size: 16.5%;
        flex-basis: 16.5%;
    min-width: 315px;
    max-width: 16.5%; }
    @media (max-width: 767px) {
      .brewers-overlay__beer-container {
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        min-width: 0;
        max-width: 200px;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px; } }
  .brewers-overlay__beer {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 450px;
    margin: 0 auto;
    opacity: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  .brewers-overlay__content {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 500px;
    max-width: 26%;
    padding: 0 56px;
    opacity: 0;
    color: #0f0b1f; }
    @media (max-width: 767px) {
      .brewers-overlay__content {
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        min-width: unset;
        max-width: unset;
        padding-top: 40px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px; } }
  .brewers-overlay__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    .brewers-overlay__close:hover {
      opacity: 0.5 !important; }
  .brewers-overlay__heading, .brewers-overlay__brewer {
    margin: 0;
    letter-spacing: -0.3px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
  .brewers-overlay__heading {
    font-weight: bold; }
  .brewers-overlay__brewer {
    margin-bottom: 30px;
    font-size: 18px; }
  .brewers-overlay__properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    .brewers-overlay__properties + div.has-description {
      margin-top: 25px; }
  .brewers-overlay__property {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .brewers-overlay__label {
    margin: 0;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400; }
  .brewers-overlay__text {
    margin: 0;
    letter-spacing: -0.2px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44; }
    .brewers-overlay__text--description {
      margin-bottom: 25px; }
  .brewers-overlay__navigation {
    opacity: 0; }
    .brewers-overlay__navigation.is-active-navigation {
      opacity: 1; }
  .brewers-overlay__arrow {
    position: absolute;
    top: 10px;
    width: 20px;
    height: 20px;
    padding: 20px;
    cursor: pointer; }
    @media (min-width: 992px) {
      .brewers-overlay__arrow {
        top: 50%;
        width: 30px;
        height: 30px;
        padding: 30px; } }
    .brewers-overlay__arrow:hover {
      opacity: 0.5 !important; }
    .brewers-overlay__arrow--prev {
      left: 12px; }
      @media (min-width: 992px) {
        .brewers-overlay__arrow--prev {
          left: 75px; } }
      @media (min-width: 1200px) {
        .brewers-overlay__arrow--prev {
          left: 125px; } }
    .brewers-overlay__arrow--next {
      left: 55px; }
      @media (min-width: 992px) {
        .brewers-overlay__arrow--next {
          right: 75px;
          left: initial; } }
      @media (min-width: 1200px) {
        .brewers-overlay__arrow--next {
          right: 125px; } }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
2.0 Info
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/
.events {
  padding-top: 160px;
  background-color: #fcfcfc; }
  @media (min-width: 768px) {
    .events {
      padding-top: 180px; } }
  @media (min-width: 992px) {
    .events {
      padding-top: 200px; } }
  .is-events-grid-view .events {
    padding: 60px 0; }
  .events__list {
    margin: 0;
    padding: 0 15px;
    list-style: none;
    -webkit-transition: opacity 1.7s;
    transition: opacity 1.7s;
    opacity: 0; }
    .is-events-loaded .events__list {
      opacity: 1; }
    .is-events-grid-view .events__list {
      width: 100%;
      padding: 0; }
      .is-events-grid-view .events__list.has-no-events {
        height: auto !important; }
  .events__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 40px 0; }
    @media (max-width: 480px) {
      .events__item {
        display: block; } }
    .is-events-grid-view .events__item {
      position: relative;
      display: block;
      float: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 33.333%;
      margin: 20px 0;
      padding: 0 15px; }
      @media (max-width: 991px) {
        .is-events-grid-view .events__item {
          width: 50%; } }
      @media (max-width: 480px) {
        .is-events-grid-view .events__item {
          width: 100%; } }
      .is-events-grid-view .events__item:before {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: 100%;
        content: '';
        border-radius: 4px;
        background-color: #fcfcfc;
        -webkit-box-shadow: 0 1px 8px 0 rgba(15, 11, 31, 0.08);
                box-shadow: 0 1px 8px 0 rgba(15, 11, 31, 0.08); }
    .events__item--empty {
      display: none !important;
      padding: 20px 0;
      text-align: center;
      color: #a5a2b3;
      font-size: 18px;
      font-weight: 600; }
      .is-events-grid-view .events__item--empty {
        position: absolute !important;
        position: static;
        width: 100%;
        margin: 40px 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .has-no-events .events__item--empty {
        position: static !important;
        display: block !important; }

/*--------------------------------------------------------------
2.0 Info
--------------------------------------------------------------*/
.events-info {
  color: #0f0b1f; }
  .is-events-grid-view .events-info {
    position: relative;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 30px; }
  .events-info__logo {
    max-width: 100px;
    height: auto;
    margin: 0 0 14px; }
  .events-info__name {
    margin: 0 0 4px;
    letter-spacing: -0.3px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2; }
  .events-info__location {
    margin: 0 0 24px;
    letter-spacing: -0.3px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
  .events-info__social {
    margin: 0;
    padding: 0;
    list-style: none; }
  .events-info__social-item {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 12px; }
  .events-info__social-link {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    background-repeat: no-repeat;
    background-size: 32px; }
    .events-info__social-link:hover {
      opacity: 0.5; }
    .events-info__social-link--web {
      background-image: url("../images/brewers/icons/web.svg"); }
    .events-info__social-link--facebook {
      background-image: url("../images/brewers/icons/facebook.svg"); }
    .events-info__social-link--twitter {
      background-image: url("../images/brewers/icons/twitter.svg"); }
    .events-info__social-link--instagram {
      background-image: url("../images/brewers/icons/instagram.svg"); }
