/*!
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Variables to be used throughout the project
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Custom Fonts
--------------------------------------------- */
@font-face {
  font-family: "HEINEKENcore";
  src: url("assets/fonts/HeinekenCore/HEINEKENCore.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/HeinekenCore/HEINEKENCore.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HeinekenCore/HEINEKENCore.woff2") format("woff2"), url("assets/fonts/HeinekenCore/HEINEKENCore.woff") format("woff"), url("assets/fonts/HeinekenCore/HEINEKENCore.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
}
@font-face {
  font-family: "HEINEKENcore";
  src: url("assets/fonts/HeinekenCore/HEINEKENCore-Bold.woff2") format("woff2"), url("assets/fonts/HeinekenCore/HEINEKENCore-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2rem;
}

.h2,
h2 {
  font-size: 1.5rem;
}

.h3,
h3 {
  font-size: 1.25rem;
}

h4,
h5,
h6,
button,
input,
p {
  font-size: 1rem;
}

ul li + li,
ol li + li {
  margin-top: 0.5rem;
}

/* Base Elements
--------------------------------------------- */
body {
  background-color: #333;
  font-family: "HEINEKENcore";
  font-size: 16px;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}

.app {
  background-color: rebeccapurple;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.app__header {
  flex-shrink: 0;
  flex-grow: 0;
  background-color: teal;
}

.app__body {
  flex-shrink: 1;
  flex-grow: 1;
  background-color: yellow;
  overflow-y: auto;
  position: relative;
}

button {
  border-radius: 0;
  border: none;
  padding: 3px 10px;
  cursor: pointer;
}

input {
  border-radius: 0;
  border: 1px solid #1d7f38;
  padding: 3px 10px;
  line-height: 1.5;
}

button:focus,
input:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/* Backgrounds
--------------------------------------------- */
.h-bg-black {
  background-color: #000000;
}

.h-bg-white {
  background-color: #ffffff;
}

.h-bg-hkngreen {
  background-color: #1d7f38;
}

.h-bg-hknred {
  background-color: #bf0027;
}

.h-bg-verylightgrey {
  background-color: #f3f3f3;
}

.h-bg-lightgrey {
  background-color: #cccccc;
}

.h-bg-transparentgrey {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Make dark colors have light text by default
--------------------------------------------- */
.h-bg-black {
  color: #ffffff;
}

.h-bg-hkngreen {
  color: #ffffff;
}

/* Make all colors not in $theme-colors-dark have dark text
--------------------------------------------- */
.h-bg-white {
  color: #000000;
}

.h-bg-hknred {
  color: #000000;
}

.h-bg-verylightgrey {
  color: #000000;
}

.h-bg-lightgrey {
  color: #000000;
}

.h-bg-transparentgrey {
  color: #000000;
}

/* Color (text)
--------------------------------------------- */
.h-c-black {
  color: #000000;
}

.h-c-white {
  color: #ffffff;
}

.h-c-hkngreen {
  color: #1d7f38;
}

.h-c-hknred {
  color: #bf0027;
}

.h-c-verylightgrey {
  color: #f3f3f3;
}

.h-c-lightgrey {
  color: #cccccc;
}

.h-c-transparentgrey {
  color: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------------------------------
# Text Aligns
--------------------------------------------------------------*/
.h-ta-c {
  text-align: center;
}
.h-ta-r {
  text-align: right;
}
.h-ta-l {
  text-align: left;
}

/*--------------------------------------------------------------
# Postition
--------------------------------------------------------------*/
.h-pos-a {
  position: absolute;
}
.h-pos-r {
  position: relative;
}

/*--------------------------------------------------------------
# Display
--------------------------------------------------------------*/
.h-d-b {
  display: block;
}
.h-d-n {
  display: none;
}
.h-d-f {
  display: flex;
}

.h-jc-s {
  justify-content: start;
}
.h-jc-c {
  justify-content: center;
}

/*--------------------------------------------------------------
# Something else
--------------------------------------------------------------*/
.h-img-reponsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.l-resultModelContent > * + * {
  margin-top: 1rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.e-registeredMark {
  font-size: 0.4em;
  top: -1em;
}

.e-reloadBtn {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 100%;
  background-image: url("assets/svg/refresh_icon.svg");
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.e-searchControlsBtn {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 100%;
  background-color: transparent;
  background-image: url("assets/svg/Filter_Icon.svg");
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.e-hr {
  margin: 1rem 0;
  padding: 0;
  border: none;
  border-top: 2px solid #1d7f38;
}
.e-hr--grey {
  border-top: 1px solid #cccccc;
}

.e-button {
  background-color: #000000;
  color: #ffffff;
  font-size: 1rem;
  padding: 6px 8px;
}
.e-button--large {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 8px 16px;
}
.e-button--green {
  background-color: #1d7f38;
}

.e-closeButton {
  width: 2.125rem;
  height: 2.125rem;
  overflow: hidden;
}
.e-closeButton button {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("assets/img/placeholder/x.svg");
  background-size: 1.875rem;
}

.e-inputTextSearch {
  font-size: 1.1rem;
  padding: 10px 16px 10px 40px;
  position: relative;
  background-image: url("assets/svg/MagGlass_Icon.svg");
  background-position: 8px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.e-socialIconLink {
  background-color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-socialIconLink img {
  height: auto;
}
.e-socialIconLink--facebook img {
  width: 35%;
}
.e-socialIconLink--x img {
  width: 57%;
}
.e-socialIconLink--instagram img {
  width: 55%;
}
.e-socialIconLink--youtube img {
  width: 65%;
}

.e-itemGraphic {
  aspect-ratio: 1.2;
  position: relative;
  width: 100%;
}
.e-itemGraphic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.e-itemGraphic .e-itemGraphic__icon {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0%;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.e-itemGraphic .e-itemGraphic__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.e-itemGraphic .e-itemGraphic__icon::after {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}
.e-itemGraphic--video .e-itemGraphic__icon::after {
  background-image: url("assets/svg/supportItemIcons/Video-Icon.svg");
}
.e-itemGraphic--document .e-itemGraphic__icon::after {
  background-image: url("assets/svg/supportItemIcons/Document-Icon.svg");
  background-size: 55%;
}
.e-itemGraphic--email .e-itemGraphic__icon::after {
  background-image: url("assets/svg/supportItemIcons/Email-Icon.svg");
}
.e-itemGraphic--enquire .e-itemGraphic__icon::after {
  background-image: url("assets/svg/supportItemIcons/Email-Icon.svg");
}
.e-itemGraphic--phone .e-itemGraphic__icon::after {
  background-image: url("assets/svg/supportItemIcons/Phone-Icon.svg");
}
.e-itemGraphic--service .e-itemGraphic__icon::after {
  background-image: url("assets/svg/supportItemIcons/Service-Icon.svg");
}
.e-itemGraphic--dispense .e-itemGraphic__icon::after {
  background-image: url("assets/svg/supportItemIcons/Dispense-Keg-Icon.svg");
  background-size: 45%;
}
.e-itemGraphic--guidance .e-itemGraphic__icon::after {
  background-image: url("assets/svg/supportItemIcons/Guidance_icon.svg");
  background-size: 48%;
}

.e-linkEmail,
.e-linkExternal,
.e-linkTelephone,
.e-linkPDF {
  color: inherit;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}

.e-linkTelephone::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1d7f38;
}

.e-linkEmail,
.e-linkExternal,
.e-linkPDF {
  text-decoration: underline;
  text-decoration-color: #1d7f38;
  text-decoration-thickness: 2px;
}

.e-videoEmbedContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.e-videoEmbedContainer iframe,
.e-videoEmbedContainer object,
.e-videoEmbedContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.e-resultsMessage {
  color: #1d7f38;
  font-weight: bold;
  font-size: clamp(1.1875rem, 0.9393rem + 1.1029vw, 1.375rem);
}

.e-shareQRcode img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 200px;
}

.e-copyShareUrlBtn {
  position: relative;
  border: none;
  background-color: #1d7f38;
  color: #ffffff;
  padding: 0.5rem 1rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.c-logoTitle {
  display: flex;
  align-items: center;
}

.c-logoTitle__logo {
  flex-basis: 120px;
  padding-right: 0.75rem;
  border-right: 1px solid #000000;
}
.c-logoTitle__logo img {
  display: block;
  height: auto;
  width: 100%;
}

.c-logoTitle__title {
  flex-basis: 150px;
  flex-shrink: 0;
  padding-left: 0.75rem;
}
.c-logoTitle__title h1 {
  font-size: 1rem;
}

.c-introScreenBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  border: 3px solid #1d7f38;
  padding: 1.5rem 0.75rem;
}
.c-introScreenBox > p {
  margin-bottom: 1rem;
}
.c-introScreenBox > h3 {
  margin-bottom: 0.5rem;
}

.c-quickSearch {
  display: flex;
  flex-wrap: wrap;
  margin: -0.3rem;
}
.c-quickSearch > * {
  flex-basis: calc(50% - 0.6rem);
  margin: 0.3rem;
}

.c-filterBtns {
  display: flex;
  flex-wrap: wrap;
  margin: -0.3rem;
}
.c-filterBtns > * {
  flex-basis: calc(33.3333333333% - 0.6rem);
  margin: 0.3rem;
}

.c-introTextSearch {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.c-introTextSearch input {
  flex-basis: 100%;
  display: block;
  margin: 0.5rem;
}
.c-introTextSearch button {
  flex-basis: calc(50% - 1rem);
  margin: 0.5rem;
}

.c-supportItem {
  cursor: pointer;
  display: flex;
  margin: -0.5rem;
}
.c-supportItem .c-supportItem__graphic,
.c-supportItem .c-supportItem__text {
  margin: 0.5rem;
}
.c-supportItem .c-supportItem__graphic {
  flex-basis: calc(25% - 1rem);
}
.c-supportItem .c-supportItem__text {
  flex-basis: calc(75% - 1rem);
}
.c-supportItem .c-supportItem__text h3 {
  font-size: clamp(1rem, 0.3382rem + 2.9412vw, 1.5rem);
}
.c-supportItem .c-supportItem__text p {
  font-size: clamp(0.875rem, 0.3787rem + 2.2059vw, 1.25rem);
}
.c-socialLinks {
  display: flex;
  margin: 0 -0.5rem;
}
.c-socialLinks > * {
  margin: 0.5rem;
}

.c-shareSignpost {
  padding-top: 2rem;
  text-align: center;
}
.c-shareSignpost button {
  position: relative;
  border: none;
  background-color: #1d7f38;
  color: #ffffff;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}
.c-shareSignpost button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0%, -50%);
  background-image: url("assets/img/placeholder/qrTemp--white.png");
  background-size: contain;
  width: 15px;
  height: 15px;
}

/**
* 1. Make the dialog container, and its child overlay spread across
*    the entire window.
*/
.c-dialog,
.c-dialog__overlay {
  position: absolute; /* 1 */
  top: 0; /* 1 */
  right: 0; /* 1 */
  bottom: 0; /* 1 */
  left: 0; /* 1 */
}

/**
* 1. Make sure the dialog container and all its descendants sits on
*    top of the rest of the page.
* 2. Make the dialog container a flex container to easily center the
*    dialog.
*/
.c-dialog {
  z-index: 5; /* 1 */
  display: flex; /* 2 */
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

/**
* 1. Make sure the dialog container and all its descendants are not
*    visible and not focusable when it is hidden.
*/
.c-dialog[aria-hidden=true] {
  display: none; /* 1 */
}

/**
* styling the area behind the dialog
*/
.c-dialog__overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.c-dialog__content {
  padding: 1.5625rem;
  position: relative;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
}
.c-dialog__content .e-closeButton {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
}

@keyframes c-dialog-fade-in {
  from {
    opacity: 0;
  }
}
@keyframes c-dialog-slide-up {
  from {
    transform: translateY(10%);
  }
}
.c-dialog__overlay {
  animation: c-dialog-fade-in 200ms both;
}

/**
* 1. Add an animation delay equal to the overlay animation duration to
*    wait for the overlay to appear before animation in the dialog.
*/
.c-dialog__content {
  animation: c-dialog-fade-in 400ms 200ms both, c-dialog-slide-up 400ms 200ms both; /* 1 */
}

#genericAlertDialog .c-dialog__content {
  padding: 2rem;
  width: 100%;
  max-height: 90vh;
  max-width: 640px;
  overflow-y: auto;
}

body.is-loaded .c-dialog__content {
  border: 1px solid white;
}
body.is-loaded.hide-intro .c-dialog__content {
  border-color: transparent;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.s-contentDebugTable table {
  border-collapse: collapse;
  border: 1px solid black;
  width: max-content;
}
.s-contentDebugTable table th, .s-contentDebugTable table td {
  border: 1px solid black;
  box-sizing: content-box;
}
.s-contentDebugTable table span.e-term {
  background: #fefefe;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid green;
  padding: 3px;
}
.s-contentDebugTable table td.id {
  width: 30px;
}
.s-contentDebugTable table td.contentType {
  width: 100px;
}
.s-contentDebugTable table td.supportTopic {
  width: 100px;
}
.s-contentDebugTable table td.pSearchTerms {
  width: 200px;
}
.s-contentDebugTable table td.sSearchTerms {
  width: 200px;
}
.s-contentDebugTable table td.resultContent {
  width: 400px;
  padding: 5px;
}
.s-contentDebugTable table td.resultContent .resultContent__container {
  border: 5px solid black;
  width: 373px;
  padding: 5px;
  background: #fff;
}
.s-contentDebugTable table td.resultContent .resultContent__container > * {
  overflow: auto;
}
.s-contentDebugTable table td.modalContent {
  width: 400px;
  padding: 5px;
}
.s-contentDebugTable table td.modalContent .modalContent__container {
  padding: 10px;
}

.s-header__container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-header__container .c-logoTitle {
  flex-basis: 270px;
}
.s-header__container .c-reloadBtn {
  flex-basis: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}

.s-footer {
  padding: 1.5rem 1rem;
}
.s-footer p {
  font-size: 0.8rem;
}

.s-loadingScreen {
  position: absolute;
  z-index: 4;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.is-loaded .s-loadingScreen {
  display: none;
}

.s-introScreen {
  transition: top 1s;
  position: absolute;
  z-index: 3;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("assets/img/CellarPro_Single_Dark-min.jpg");
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.5rem;
}
.s-introScreen > h2 {
  margin-bottom: 1rem;
}

body.hide-intro .s-introScreen {
  top: -100%;
}

.s-browseScreen {
  min-height: 100%;
  display: none;
  flex-direction: column;
}
.s-browseScreen .s-searchFilterMenu {
  flex-grow: 0;
  flex-shrink: 0;
}
.s-browseScreen .s-searchResults {
  flex-grow: 1;
  flex-shrink: 0;
}
.s-browseScreen .s-searchResults__content {
  margin: 0 auto;
  max-width: 600px;
}
.s-browseScreen .s-footer {
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 600px) {
  .s-browseScreen .s-footer {
    text-align: center;
  }
  .s-browseScreen .s-footer .c-socialLinks {
    justify-content: center;
  }
}

body.hide-intro .s-browseScreen {
  display: flex;
}

.s-searchFilterMenu {
  overflow-x: hidden;
  position: relative;
  border-top: 3px solid #1d7f38;
  border-bottom: 3px solid #1d7f38;
}
.s-searchFilterMenu__btn {
  position: absolute;
  top: 0.625rem;
  right: calc(50% - 190px);
  right: 0;
  width: 40px;
}
.s-searchFilterMenu__main {
  max-width: 600px;
  margin: 1rem auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.s-searchFilterMenu__main .js-needsTextSearch,
.s-searchFilterMenu__main .js-needsTopicView {
  display: none;
}
.s-searchFilterMenu__main.hasTextSearch .js-needsTextSearch {
  display: flex;
}
.s-searchFilterMenu__main.isTopicView .js-needsTopicView {
  display: block;
}
@media only screen and (min-width: 400px) {
  .s-searchFilterMenu .c-filterBtns > * {
    flex-basis: calc(25% - 0.6rem);
    margin: 0.3rem;
  }
}
@media only screen and (min-width: 730px) {
  .s-searchFilterMenu__btn {
    right: calc(50% - 350px);
  }
}

.s-searchResults {
  padding: 1rem;
}
.s-searchResults .js-needsLoadMore {
  display: none;
}
.s-searchResults .hasLoadMore .js-needsLoadMore {
  display: flex;
  justify-content: center;
}

.s-footer .e-eazleIconLink {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

/*# sourceMappingURL=style.css.map */
