@charset "UTF-8";
/*!
 * Website stylesheet
 * made THRU THE HEART
 * by EN GARDE
 */
@font-face {
  font-family: icons;
  src: url("../fonts/icons.eot?v=99397");
  src: url("../fonts/icons.eot?v=99397") format("embedded-opentype"), url("../fonts/icons.woff2?v=99397") format("woff2"), url("../fonts/icons.woff?v=99397") format("woff"), url("../fonts/icons.ttf?v=99397") format("truetype");
}

@font-face {
  font-family: Oswald;
  src: url("../fonts/Oswald-regular.eot?v=1");
  src: url("../fonts/Oswald-regular.eot?v=1") format("embedded-opentype"), url("../fonts/Oswald-regular.woff2?v=1") format("woff2"), url("../fonts/Oswald-regular.woff?v=1") format("woff"), url("../fonts/Oswald-regular.ttf?v=1") format("truetype");
}

@font-face {
  font-family: Oswald;
  font-weight: 300;
  src: url("../fonts/Oswald-300.eot?v=1");
  src: url("../fonts/Oswald-300.eot?v=1") format("embedded-opentype"), url("../fonts/Oswald-300.woff2?v=1") format("woff2"), url("../fonts/Oswald-300.woff?v=1") format("woff"), url("../fonts/Oswald-300.ttf?v=1") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  max-height: 1000000px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  font: inherit;
  text-decoration: none;
  text-decoration: inherit;
  color: inherit;
}

img {
  vertical-align: top;
}

a img {
  border: none;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
em,
i {
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

abbr {
  text-decoration: none;
}

input,
textarea,
table,
select {
  font: inherit;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  background: none;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

::-webkit-input-placeholder {
  line-height: inherit;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

html {
  background-color: white;
  color: #1d1d1b;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  min-width: 18.75rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  overflow: scroll;
  overflow-x: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media print, screen and (min-width: 43.75em) {
  body {
    font-size: 1.25em;
  }
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.gmnoprint img {
  max-width: none;
}

hr {
  border: 0;
  border-top: 2px solid;
}

@media print, screen and (min-width: 43.75em) {
  #en-mobile-check {
    display: none;
  }
}

.en-grid {
  display: block;
  width: 100%;
  position: relative;
  table-layout: fixed;
  border-collapse: separate;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
}

.en-grid:after {
  font-size: 0.1px;
  line-height: 0;
  content: ".";
  display: block;
  -ms-flex: 0 1 0px;
  flex: 0 1 0px;
  height: 0;
  clear: both;
  visibility: hidden;
}

.en-griditem {
  position: relative;
  border: 0 solid transparent;
  border-width: 0.625rem 0.625rem;
  display: block;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  float: left;
  vertical-align: top;
}

.en-griditem.en-grid {
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: none;
}

.en-griditem--has-inner {
  border-style: none;
}

.en-griditem__inner {
  position: relative;
  display: block;
  border: 0 none transparent;
  border-width: 0.625rem 0.625rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.en-griditem__inner.en-grid {
  border-width: 0;
}

.en-grid[data-en-grid-default*="equalheight"] {
  display: table;
}

.en-grid[data-en-grid-default*="equalheight"]:after {
  content: none;
  display: none;
}

.en-grid[data-en-grid-default*="equalheight"] > .en-griditem {
  display: table-cell;
  height: 100%;
  float: none;
}

@media print, screen and (min-width: 35em) {
  .en-grid[data-en-grid-small*="equalheight"] {
    display: table;
  }
  .en-grid[data-en-grid-small*="equalheight"]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-small*="equalheight"] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-small*="reset-equalheight"] {
    display: block;
  }
  .en-grid[data-en-grid-small*="reset-equalheight"]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-small*="reset-equalheight"] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
}

@media print, screen and (min-width: 43.75em) {
  .en-grid[data-en-grid-medium*="equalheight"] {
    display: table;
  }
  .en-grid[data-en-grid-medium*="equalheight"]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-medium*="equalheight"] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-medium*="reset-equalheight"] {
    display: block;
  }
  .en-grid[data-en-grid-medium*="reset-equalheight"]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-medium*="reset-equalheight"] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
}

.en-griditem[data-en-griditem-default*="newline"] {
  clear: both;
}

.en-griditem[data-en-griditem-default^="auto"] {
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.en-griditem[data-en-griditem-default^="1"] {
  width: 100%;
}

.en-griditem[data-en-griditem-default^="2"] {
  width: 50%;
}

.en-griditem[data-en-griditem-default^="3"] {
  width: 33.333%;
}

.en-griditem[data-en-griditem-default^="3-2"] {
  width: 66.667%;
}

.en-griditem[data-en-griditem-default^="4"] {
  width: 25%;
}

.en-griditem[data-en-griditem-default^="4-3"] {
  width: 75%;
}

@media print, screen and (min-width: 35em) {
  .en-griditem[data-en-griditem-small*="newline"] {
    clear: both;
  }
  .en-griditem[data-en-griditem-small*="reset-newline"] {
    clear: none;
  }
  .en-griditem[data-en-griditem-small^="auto"] {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-small^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-small^="2"] {
    width: 50%;
  }
  .en-griditem[data-en-griditem-small^="3"] {
    width: 33.333%;
  }
  .en-griditem[data-en-griditem-small^="3-2"] {
    width: 66.667%;
  }
}

@media print, screen and (min-width: 43.75em) {
  .en-griditem[data-en-griditem-medium*="newline"] {
    clear: both;
  }
  .en-griditem[data-en-griditem-medium*="reset-newline"] {
    clear: none;
  }
  .en-griditem[data-en-griditem-medium^="auto"] {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-medium^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-medium^="2"] {
    width: 50%;
  }
  .en-griditem[data-en-griditem-medium^="3"] {
    width: 33.333%;
  }
  .en-griditem[data-en-griditem-medium^="3-2"] {
    width: 66.667%;
  }
  .en-griditem[data-en-griditem-medium^="4"] {
    width: 25%;
  }
  .en-griditem[data-en-griditem-medium^="4-3"] {
    width: 75%;
  }
}

.en-wrapper-limit,
.en-mdl > .en-griditem__inner {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.en-wrapper-limit--small,
.en-mdl-text[data-en-mdl-style="centered"] > .en-griditem__inner {
  max-width: 42rem;
}

.en-wrapper-limit--large,
.en-mdl-quote--has-image > .en-griditem__inner {
  max-width: 90rem;
}

.en-wrapper-full,
.en-mdl-wrapper_start[data-en-mdl-wrapper_style="1"] > .en-griditem__inner,
.en-mdl-map > .en-griditem__inner,
.en-mdl-stage > .en-griditem__inner {
  width: 100%;
  max-width: none;
}

.en-icon:before,
.en-susi__arrow:before,
.en-lightbox__close,
.en-select:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-en-icon="car"]:before {
  content: "";
}

[data-en-icon="chevron-down"]:before {
  content: "";
}

[data-en-icon="chevron-left"]:before {
  content: "";
}

[data-en-icon="chevron-right"]:before {
  content: "";
}

[data-en-icon="chevron-thin-down"]:before {
  content: "";
}

[data-en-icon="chevron-thin-left"]:before {
  content: "";
}

[data-en-icon="chevron-thin-right"]:before {
  content: "";
}

[data-en-icon="chevron-thin-up"]:before {
  content: "";
}

[data-en-icon="chevron-up"]:before {
  content: "";
}

[data-en-icon="close-large"]:before {
  content: "";
}

[data-en-icon="close"]:before {
  content: "";
}

[data-en-icon="menu-large"]:before {
  content: "";
}

[data-en-icon="phone"]:before {
  content: "";
}

[data-en-icon="search"]:before {
  content: "";
}

[data-en-icon="social-facebook"]:before {
  content: "";
}

[data-en-icon="social-twitter"]:before {
  content: "";
}

.en-format-h1,
.en-wysiwyg h1 {
  font-size: 2.5em;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
}

.en-format-h2,
.en-wysiwyg h2 {
  font-size: 2em;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
}

.en-format-h3,
.en-wysiwyg h3 {
  font-size: 1.9em;
  line-height: 1.25;
  font-weight: 400;
}

.en-format-h4,
.en-wysiwyg h4 {
  font-size: 1.6em;
  line-height: 1.25;
  font-weight: 400;
}

.en-format-h5,
.en-wysiwyg h5 {
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: 400;
}

.en-format-h6,
.en-wysiwyg h6 {
  font-size: 1em;
  line-height: 1.25;
  font-weight: 400;
}

.en-format-quote {
  position: relative;
  font-size: 2em;
  line-height: 1.25;
}

.en-format-quote:before {
  content: "“";
  position: absolute;
  left: -0.5em;
}

.en-format-quote:after {
  content: "”";
}

.en-format-intro,
.en-wysiwyg blockquote {
  font-size: 1.6em;
  line-height: 1.25;
}

.en-format-note {
  font-size: 0.9em;
  line-height: 1.25;
  font-weight: 400;
}

.en-format-note-light {
  font-size: 0.9em;
  line-height: 1.25;
}

.en-format-link,
.en-wysiwyg a:not(.en-button) {
  box-shadow: inset 0 -2px;
  transition: opacity 0.25s;
}

.en-format-link:hover, .en-format-link:focus,
.en-wysiwyg a:hover:not(.en-button),
.en-wysiwyg a:focus:not(.en-button) {
  opacity: 0.8;
  outline: none;
}

.en-format-centered {
  text-align: center;
}

@media print, screen and (min-width: 43.75em) {
  .en-format-h1,
  .en-wysiwyg h1 {
    font-size: 3em;
  }
  .en-format-h2,
  .en-wysiwyg h2 {
    font-size: 2.4em;
  }
}

.admin-bar {
  border-top: 32px solid transparent;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    border-top-width: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

@media print {
  #wpadminbar {
    display: none;
  }
  .admin-bar {
    border-top-style: none;
  }
}

body {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
}

.en-content,
.en-footer {
  display: table-row;
}

.en-footer {
  height: 1px;
}

.en-content {
  height: 100%;
}

@media print {
  body,
  .en-content,
  .en-footer {
    display: block;
    height: auto;
  }
}

.en-susi {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.en-susi:after {
  font-size: 0.1px;
  line-height: 0;
  content: ".";
  display: block;
  -ms-flex: 0 1 0px;
  flex: 0 1 0px;
  height: 0;
  clear: both;
  visibility: hidden;
}

.en-susitems {
  height: 100%;
  position: relative;
  white-space: nowrap;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.en-susitems:after {
  font-size: 0.1px;
  line-height: 0;
  content: ".";
  display: block;
  -ms-flex: 0 1 0px;
  flex: 0 1 0px;
  height: 0;
  clear: both;
  visibility: hidden;
}

.no-js .en-susitems {
  overflow: auto;
}

.no-csstransforms .en-susitems {
  left: 0;
}

.en-susitem {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
}

.en-susi__bullets {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 8;
}

.en-susi__bullet {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.en-susi__bullet:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid;
  margin: 0.5em;
  border-radius: 2em;
  background-color: transparent;
  cursor: pointer;
}

.en-susi__bullet--active:before {
  background-color: currentColor;
}

.en-susi__arrows {
  color: inherit;
}

.en-susi__arrow {
  text-indent: 3em;
  overflow: hidden;
  white-space: nowrap;
  width: 3.75em;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 8;
  transition: none ease;
  cursor: pointer;
  transition-property: opacity, background-color, color;
}

.en-susi__arrow:before {
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -0.5em -0.5em -0.5em -0.5em;
  font-size: 3rem;
}

.en-susi__arrow--next:before {
  content: "";
}

.en-susi__arrow--prev {
  left: 0;
}

.en-susi__arrow--prev:before {
  content: "";
}

.en-susi__arrow--disabled {
  cursor: auto;
  opacity: 0 !important;
}

.en-susi:focus {
  outline: none;
}

.en-susi__bullet:before {
  content: "";
}

.en-susi__bullet-text {
  display: block;
}

.en-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 15;
  transition: visibility 0.25s, opacity 0.25s;
}

.admin-bar .en-lightbox {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .en-lightbox {
    top: 46px;
  }
}

.en-lightbox.en-is-inactive {
  opacity: 0;
  visibility: hidden;
}

.en-lightbox .en-susitem {
  padding-top: 4rem;
  position: relative;
  text-align: center;
}

.en-lightbox .en-susi__arrow {
  color: white;
}

.en-lightbox__inner,
.en-lightbox .en-susi {
  height: 100%;
}

.en-lightbox__image-wrapper {
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.25s;
  overflow: auto;
}

.en-is-loading .en-is-active .en-lightbox__image-wrapper {
  transition: none;
  opacity: 0;
}

.en-lightbox__image {
  max-height: calc(100vh - 8rem);
}

.en-is-loading .en-is-active .en-lightbox__image {
  display: none;
}

.en-lightbox__text {
  padding: 0.625rem;
  color: white;
  text-align: left;
}

.en-lightbox__close {
  display: block;
  position: absolute;
  top: 2rem;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: 0 -0.5em -0.5em -0.5em;
  margin-top: -0.5em;
  font-size: 3rem;
  color: white;
  z-index: 18;
  cursor: pointer;
}

.en-lightbox__close:before {
  content: "";
}

.en-lightbox-open {
  overflow: hidden;
}

@media screen and (max-width: 43.74em) {
  .en-lightbox .en-susi__arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
  }
}

@media print, screen and (min-width: 43.75em) {
  .en-lightbox .en-susitem {
    white-space: nowrap;
    padding: 4rem;
  }
  .en-lightbox .en-susitem:after {
    white-space: nowrap;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    z-index: -1;
  }
  .en-lightbox__image-wrapper {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative;
    overflow: hidden;
  }
  .en-lightbox__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .en-lightbox__close {
    left: auto;
    right: 2rem;
  }
}

.en-anchor {
  position: absolute;
  top: 0;
  left: 0;
}

.admin-bar .en-anchor {
  top: -32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .en-anchor {
    top: -46px;
  }
}

.en-space-tiny {
  margin-top: 0.25em;
}

.en-space-small {
  margin-top: 0.5em;
}

.en-space-medium {
  margin-top: 1em;
}

.en-space-large {
  margin-top: 2em;
}

.en-space-extra-large {
  margin-top: 3em;
}

.en-mdl {
  border-style: none;
  margin-top: 3em;
}

.en-mdl:not(.en-griditem--has-inner) > .en-griditem__inner {
  border-style: solid;
}

.en-mdl:not([data-en-mdl-wrapper_style="1"]) .en-mdl > .en-griditem__inner {
  width: 100%;
}

.en-mdl:first-child, .en-mdl.en-mdl-text, .en-mdl.en-mdl-sharers, .en-mdl.en-mdl-chef, .en-mdl.en-mdl-list_item, .en-mdl.en-mdl-list_item_chef,
.en-mdl.en-mdl-stage + .en-mdl,
.en-mdl[data-en-mdl-background_color="white"] + .en-mdl,
.en-mdl.en-mdl-text + .en-mdl-map,
.en-mdl.en-mdl-quote + .en-mdl-map {
  margin-top: 0;
}

.en-mdl.en-mdl-paging {
  margin-top: 2em;
}

.en-grid--root > .en-mdl:last-child {
  margin-bottom: 3em;
}

.en-grid--root > .en-mdl:only-child, .en-grid--root > .en-mdl.en-mdl-map, .en-grid--root > .en-mdl.en-mdl-text {
  margin-bottom: 0;
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-stage + .en-mdl.en-mdl-list .en-mdl-list_filter {
    margin-top: -2rem;
  }
}

.en-wysiwyg h1,
.en-wysiwyg h2,
.en-wysiwyg h3,
.en-wysiwyg h4,
.en-wysiwyg h5,
.en-wysiwyg h6,
.en-wysiwyg ol,
.en-wysiwyg ul,
.en-wysiwyg dl,
.en-wysiwyg p {
  margin-top: 1.25em;
}

.en-wysiwyg h1:first-child,
.en-wysiwyg h2:first-child,
.en-wysiwyg h3:first-child,
.en-wysiwyg h4:first-child,
.en-wysiwyg h5:first-child,
.en-wysiwyg h6:first-child,
.en-wysiwyg ol:first-child,
.en-wysiwyg ul:first-child,
.en-wysiwyg dl:first-child,
.en-wysiwyg p:first-child {
  margin-top: 0;
}

.en-wysiwyg strong {
  font-weight: 400;
}

.en-wysiwyg ul {
  list-style: disc outside;
  margin-left: 1.5em;
}

.en-wysiwyg ul ul {
  list-style-type: circle;
}

.en-wysiwyg ol {
  list-style: decimal outside;
  margin-left: 1.5em;
}

.en-wysiwyg blockquote {
  position: relative;
  margin-top: 1em;
  border-left: 2px solid;
  padding-left: 1em;
  text-align: left;
}

.en-button {
  display: inline-block;
  vertical-align: top;
  padding: 0.625em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  background-color: #1d1d1b;
  color: white;
  cursor: pointer;
}

.en-button:hover, .en-button:focus {
  outline: 2px solid #1d1d1b;
  outline-offset: 2px;
}

.en-button--inverted,
.en-mdl-text[data-en-mdl-background_color="black"] .en-button {
  background-color: white;
  color: #1d1d1b;
}

.en-button--inverted:hover, .en-button--inverted:focus,
.en-mdl-text[data-en-mdl-background_color="black"] .en-button:hover,
.en-mdl-text[data-en-mdl-background_color="black"] .en-button:focus {
  outline-color: white;
}

.en-button--outline {
  background-color: transparent;
  color: #1d1d1b;
  box-shadow: inset 0 0 0 2px;
}

.en-button--outline.en-button--inverted {
  color: white;
}

.en-button--disabled,
.en-button[disabled] {
  cursor: auto;
}

.en-button--disabled:hover, .en-button--disabled:focus,
.en-button[disabled]:hover,
.en-button[disabled]:focus {
  outline: none;
}

.en-button--full {
  width: 100%;
}

.en-select select,
.en-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  height: 2.75rem;
  border: 2px solid;
  border-radius: 0;
  padding: 0 0.5em;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: transparent;
  color: currentColor;
  box-shadow: none;
}

.en-select select:focus,
.en-input:focus {
  outline: none;
}

.en-select select.en-is-invalid,
.en-input.en-is-invalid {
  border-color: #ff4114;
  color: #ff4114;
}

.en-select select.en-is-invalid:focus,
.en-input.en-is-invalid:focus {
  color: inherit;
}

.en-select select.en-is-disabled, .en-select select[disabled],
.en-input.en-is-disabled,
.en-input[disabled] {
  opacity: 0.25;
  pointer-events: none;
}

textarea.en-input {
  height: 10em;
  resize: vertical;
}

.en-input-cnt {
  position: relative;
}

.en-input-cnt.en-icon:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.25em;
  bottom: auto;
  left: auto;
  margin: -0.5em 0 -0.5em -0.5em;
}

.en-input-cnt > .en-input {
  padding-right: 2em;
}

.en-select {
  display: block;
  position: relative;
}

.en-select select {
  padding-right: 2.625rem;
  text-overflow: ellipsis;
  background-color: transparent;
}

.en-select select:focus::-ms-value {
  background-color: transparent;
  color: inherit;
}

.en-select select::-ms-expand {
  display: none;
}

.en-select select:focus option {
  background-color: white;
  color: black;
}

.en-select:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  bottom: auto;
  left: auto;
  margin: -0.5em 0 -0.5em -0.5em;
}

.is-old-ie .en-select select {
  padding-right: 0.625rem;
}

.en-navigation-cnt,
.en-navigation-cnt + .en-navigation-toggle {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
}

.admin-bar .en-navigation-cnt, .admin-bar
.en-navigation-cnt + .en-navigation-toggle {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .en-navigation-cnt, .admin-bar
  .en-navigation-cnt + .en-navigation-toggle {
    margin-top: 46px;
  }
}

.en-navigation-cnt {
  bottom: 1.25rem;
  left: 1.25rem;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0.4s;
}

.en-navigation {
  width: 100%;
  height: 100%;
  background-color: #1d1d1b;
  color: white;
  text-align: center;
  overflow: auto;
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.en-navigation__inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border: 0.625rem solid transparent;
  padding: 1em 0;
}

.en-navigation__scroller {
  display: table-cell;
  vertical-align: middle;
}

.en-navigation__text {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.en-navigation__text,
.en-navigation__sharers,
.en-navigation .menu-item {
  opacity: 0;
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  transition: transform 0.25s, opacity 0.25s;
}

.en-navigation-cnt:target,
.en-navigation-cnt:target + .en-navigation-toggle {
  z-index: 11;
}

.en-navigation-cnt:target {
  visibility: visible;
}

.en-navigation-cnt:target .en-navigation {
  -ms-transform: none;
  transform: none;
}

.en-navigation-cnt:target .en-navigation__text,
.en-navigation-cnt:target .en-navigation__sharers,
.en-navigation-cnt:target .en-navigation .menu-item {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.3s;
}

.en-navigation-cnt:target .en-navigation .menu-item:nth-child(1) {
  transition-delay: 0.33s;
}

.en-navigation-cnt:target .en-navigation .menu-item:nth-child(2) {
  transition-delay: 0.36s;
}

.en-navigation-cnt:target .en-navigation .menu-item:nth-child(3) {
  transition-delay: 0.39s;
}

.en-navigation-cnt:target .en-navigation .menu-item:nth-child(4) {
  transition-delay: 0.42s;
}

.en-navigation-cnt:target .en-navigation .menu-item:nth-child(5) {
  transition-delay: 0.45s;
}

.en-navigation-cnt:target .en-navigation .menu-item:nth-child(6) {
  transition-delay: 0.48s;
}

.en-navigation-cnt:target .en-navigation .menu-item:nth-child(7) {
  transition-delay: 0.51s;
}

.en-navigation-cnt:target .en-navigation .menu-item:nth-child(8) {
  transition-delay: 0.54s;
}

.en-navigation-cnt:target .en-navigation .menu-item:nth-child(9) {
  transition-delay: 0.57s;
}

.en-navigation-cnt:target .en-navigation .menu-item:nth-child(10) {
  transition-delay: 0.6s;
}

.en-navigation-toggle__open {
  display: block;
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.625rem solid transparent;
}

.en-navigation-toggle__close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.en-navigation-toggle__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  border-bottom: 2px solid;
  transition: transform 0.2s, visibility 0.2s;
}

.en-navigation-toggle__line--1 {
  -ms-transform: translateY(-0.625rem);
  transform: translateY(-0.625rem);
}

.en-navigation-toggle__line--2 {
  -ms-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
}

.en-navigation-toggle__line--1, .en-navigation-toggle__line--2 {
  transition-delay: 0.2s;
}

.en-navigation-toggle__line--3, .en-navigation-toggle__line--4 {
  transition-delay: 0s;
}

.en-navigation-cnt:target + .en-navigation-toggle .en-navigation-toggle__line--1, .en-navigation-cnt:target + .en-navigation-toggle .en-navigation-toggle__line--2 {
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0s;
  visibility: hidden;
}

.en-navigation-cnt:target + .en-navigation-toggle .en-navigation-toggle__line--3, .en-navigation-cnt:target + .en-navigation-toggle .en-navigation-toggle__line--4 {
  transition-delay: 0.2s;
}

.en-navigation-cnt:target + .en-navigation-toggle .en-navigation-toggle__line--3 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.en-navigation-cnt:target + .en-navigation-toggle .en-navigation-toggle__line--4 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.en-navigation-cnt:target + .en-navigation-toggle .en-navigation-toggle__close {
  display: block;
}

.en-menu .menu-item__inner {
  font-size: 1.8em;
}

.en-menu .menu-item__inner:hover {
  box-shadow: inset 0 -2px;
}

.en-footer {
  font-size: 0.9em;
  text-align: center;
  background-color: #1d1d1b;
  color: white;
}

.en-footer__section {
  vertical-align: middle;
  padding: 0.5em;
}

.en-footer__logo {
  vertical-align: bottom;
  width: 5.5556em;
  margin-left: 0.25em;
}

.en-footer__menu {
  display: inline-block;
  vertical-align: top;
}

.en-footer__menu .menu-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}

@media print, screen and (min-width: 35em) {
  .en-footer {
    text-align: left;
  }
  .en-footer__section--right {
    text-align: right;
  }
}

.en-bottom-line {
  display: inline;
  position: relative;
}

.en-bottom-line:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid;
}

@-moz-document url-prefix() {
  .en-bottom-line:before {
    content: none;
  }
}

.en-box {
  background-color: #1d1d1b;
  color: white;
  box-shadow: 0 0 0.2em rgba(29, 29, 27, 0.33);
}

.en-sharers {
  display: inline-block;
  vertical-align: middle;
}

span + .en-sharers {
  margin-left: 0.5em;
}

.en-sharers__item-cnt {
  display: inline-block;
  vertical-align: top;
}

.en-sharers__item-cnt + .en-sharers__item-cnt {
  margin-left: 0.5em;
}

.en-sharers__item {
  display: block;
  border: 0.4375rem solid;
}

.en-sharers__item:before {
  display: block;
  margin: -1px;
}

.en-sharers__item:hover, .en-sharers__item:focus {
  outline: 2px solid;
  outline-offset: 2px;
}

.en-logo {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  padding: 0.625rem;
  z-index: 9;
}

.en-logo__image {
  width: 1em;
  height: 1em;
  font-size: 6.125rem;
}

@media print, screen and (min-width: 43.75em) {
  .en-logo__image {
    font-size: 12.25rem;
  }
}

.en-image-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2em 1em 1em;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  color: white;
}

.is-old-ie .en-image-description {
  padding-top: 1em;
  background-color: rgba(0, 0, 0, 0.5);
}

.en-tabs__navigation {
  padding: 0.75em 0;
}

.en-tabs__navigation-item {
  cursor: pointer;
  margin: 0 0.625rem;
}

.en-tabs__navigation-item.en-is-active {
  box-shadow: inset 0 -2px;
}

.en-tabs__content-item {
  display: none;
}

.en-tabs__content-item.en-is-active {
  display: block;
}

.en-tile {
  position: relative;
  background-color: #1d1d1b;
}

.en-tile.en-griditem {
  border-style: none;
}

.en-tile__image {
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  transition: opacity 0.2s;
}

a.en-tile:hover .en-tile__image,
a.en-tile:focus .en-tile__image {
  opacity: 0.5;
}

.en-tile--square .en-tile__image {
  padding-bottom: 100%;
}

.en-tile--square .en-tile__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding: 0.5em;
  overflow: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.en-ranking {
  box-sizing: content-box;
  width: 1.58334em;
  height: 1.58334em;
  line-height: 1.58334em;
  margin-top: 4px;
  margin-left: 4px;
  border: 2px solid;
  outline: 4px solid #1d1d1b;
  background-color: #1d1d1b;
  color: white;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}

.en-tag {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0.2em 0.5em;
  border: 2px solid;
  font-size: 1rem;
  font-weight: 400;
}

.en-tag:hover, .en-tag:focus {
  outline: 2px solid;
  outline-offset: 2px;
}

.en-tag.en-icon {
  padding-right: 2em;
}

.en-tag.en-icon:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.1em;
  bottom: auto;
  left: auto;
  margin: -0.5em 0 -0.5em -0.5em;
}

.en-tab {
  text-align: center;
  border: 0.125rem solid;
}

.en-tab ~ .en-tab {
  border-right-style: none;
}

.en-tab.en-is-active {
  background-color: black;
  border-color: black;
  color: white;
}

.en-tab__inner {
  display: block;
  padding: 1rem;
  background-color: inherit;
}

@media screen and (max-width: 34.99em) {
  .en-tab__inner {
    font-size: 1em;
  }
}

.en-mdl-text {
  padding: 2em 0;
  background-position: center;
}

.en-mdl-text__text:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-text {
    padding: 4.4em 0;
  }
}

.en-mdl-text[data-en-mdl-style="default"] {
  padding: 0;
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-text[data-en-mdl-style="columns"] .en-mdl-text__heading-cnt {
    width: 50%;
  }
  .en-mdl-text[data-en-mdl-style="columns"] .en-mdl-text__text {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}

.en-mdl-text[data-en-mdl-background_color="gray"] {
  background-color: #ebebeb;
}

.en-mdl-text[data-en-mdl-background_color="black"] {
  background-color: #1d1d1b;
  color: white;
}

.en-mdl-text[data-en-mdl-background_pattern="illustration"] {
  background-image: url("../images/pattern-illustration.png");
}

.en-mdl-text[data-en-mdl-background_pattern="abstract"] {
  background-image: url("../images/pattern-abstract.png");
}

.en-mdl-text[data-en-mdl-background_color="black"][data-en-mdl-background_pattern="illustration"] {
  background-image: url("../images/pattern-illustration-inverted.png");
}

.en-mdl-text[data-en-mdl-background_color="black"][data-en-mdl-background_pattern="abstract"] {
  background-image: url("../images/pattern-abstract-inverted.png");
}

.en-mdl-image {
  text-align: center;
}

.en-mdl-image__image-cnt {
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
}

.en-mdl-slider {
  color: white;
}

.en-mdl-slider .en-susi__arrow {
  text-shadow: 0 0 10px black;
}

.en-mdl-slider__item {
  position: relative;
  height: 0;
  padding-top: 66.6667%;
  background-size: cover;
  background-position: center;
}

.en-mdl-video__ratio {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.en-mdl-video__video {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #1d1d1b;
}

.en-mdl-list__submodules-wrapper {
  transition: opacity 0.25s;
}

.en-mdl-list.en-is-loading .en-mdl-list__submodules-wrapper {
  opacity: 0.25;
}

.en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-sharers {
  width: 100%;
  margin-bottom: 2px;
  background-color: #1d1d1b;
  color: white;
}

.en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-sharers__inner {
  border-width: 1.25rem;
}

@media print, screen and (min-width: 35em) {
  .en-mdl-list[data-en-mdl-view_type="masonry"] .en-mdl-list__submodules {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .en-mdl-list[data-en-mdl-view_type="masonry"] .en-mdl-list__submodules > * {
    float: none;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .en-mdl-list[data-en-mdl-view_type="masonry"] .en-mdl-list__nothing-found {
    text-align: center;
  }
  .is-old-ie .en-mdl-list[data-en-mdl-view_type="masonry"] .en-mdl-list__submodules > .en-mdl-list_item {
    width: 33.33%;
    float: left;
  }
  .is-old-ie .en-mdl-list[data-en-mdl-view_type="masonry"] .en-mdl-list__submodules > .en-mdl-list_item:nth-child(3n + 1) {
    clear: left;
  }
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-list[data-en-mdl-view_type="masonry"] .en-mdl-list__submodules {
    -moz-column-count: 3;
    column-count: 3;
  }
  .en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-list__submodules-wrapper {
    overflow: hidden;
  }
  .en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-list__submodules {
    transition: transform 0.25s;
  }
  .en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-list__submodules[data-en-offset="1-3"] {
    -ms-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
  .en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-list__submodules[data-en-offset="2-3"] {
    -ms-transform: translateX(-66.66%);
    transform: translateX(-66.66%);
  }
  .en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-list__submodules[data-en-offset="1-4"] {
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  .en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-list__submodules[data-en-offset="2-4"] {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-list__submodules[data-en-offset="3-4"] {
    -ms-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  .en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-list__submodules > * {
    transition: opacity 0.25s;
  }
  .en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-list__submodules.en-has-active-child > *:not(.en-is-active) {
    opacity: 0.1;
  }
  .en-mdl-list[data-en-mdl-type="chefs"] .en-mdl-sharers {
    margin-bottom: 0;
  }
}

.en-mdl-list_item {
  color: white;
}

.en-mdl-list_item__image-cnt {
  position: relative;
  background-color: #1d1d1b;
}

.en-mdl-list_item__image {
  width: 100%;
  opacity: 0.6;
  transition: opacity 0.25s;
}

.en-mdl-list_item__heading {
  padding: 0.25em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-height: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.en-mdl-list_item__text {
  padding: 0.5em;
  background-color: #1d1d1b;
}

a.en-mdl-list_item__inner:hover .en-mdl-list_item__image {
  opacity: 0.5;
}

.en-mdl-list_item_chef__inner {
  background-color: #1d1d1b;
}

.en-mdl-list_item_chef__shell {
  position: relative;
}

.en-mdl-list_item_chef__image-cnt {
  position: relative;
}

.en-mdl-list_item_chef__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.en-mdl-list_item_chef__ranking {
  position: absolute;
  top: 0;
  left: 0;
}

.en-mdl-list_item_chef__text {
  font-size: 0.8em;
  line-height: 1.25;
}

@media screen and (max-width: 43.74em) {
  .en-mdl-list_item_chef {
    background-color: #1d1d1b;
    min-height: 5rem;
    transition: min-height 0.25s;
    z-index: 10;
  }
  .en-mdl-list_item_chef__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100% !important;
    box-shadow: 0 2px 0 white;
    z-index: 1;
  }
  .en-mdl-list_item_chef__shell {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .en-mdl-list_item_chef__image-cnt,
  .en-mdl-list_item_chef__content {
    display: table-cell;
    vertical-align: middle;
  }
  .en-mdl-list_item_chef__image-cnt {
    width: 5rem;
    height: 5rem;
  }
  .en-mdl-list_item_chef__ranking {
    top: 50%;
    left: auto;
    right: 0;
    margin: -1.25rem 0 0;
    background-color: transparent;
    border-color: transparent;
    outline: none;
  }
  .en-mdl-list_item_chef__content {
    position: static;
    width: 100%;
    padding: 0 2.5rem 0 0.75em;
    text-align: left;
    background: transparent;
  }
  .en-mdl-list_item_chef__text {
    font-size: 0.8889em;
  }
  .en-mdl-list_item_chef:nth-child(even) .en-mdl-list_item_chef__inner {
    background-color: #ebebeb;
  }
  .en-mdl-list_item_chef:nth-child(even) .en-mdl-list_item_chef__ranking,
  .en-mdl-list_item_chef:nth-child(even) .en-mdl-list_item_chef__content {
    color: #1d1d1b;
  }
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-list_item_chef .en-mdl-chef {
    position: absolute;
    left: 0;
    margin-top: -25%;
    z-index: 1;
  }
  [data-en-offset="1-3"] .en-mdl-list_item_chef .en-mdl-chef {
    left: 33.33%;
  }
  [data-en-offset="2-3"] .en-mdl-list_item_chef .en-mdl-chef {
    left: 66.66%;
  }
  [data-en-offset="1-4"] .en-mdl-list_item_chef .en-mdl-chef {
    left: 25%;
  }
  [data-en-offset="2-4"] .en-mdl-list_item_chef .en-mdl-chef {
    left: 50%;
  }
  [data-en-offset="3-4"] .en-mdl-list_item_chef .en-mdl-chef {
    left: 75%;
  }
  .en-mdl-list_item_chef .en-mdl-chef__box {
    transition: transform 0.25s;
  }
  .en-mdl-list_item_chef,
  .en-mdl-list_item_chef__inner {
    position: static !important;
  }
  .en-mdl-list_item_chef + div:empty,
  .en-mdl-list_item_chef__inner + div:empty {
    display: none !important;
  }
  .en-mdl-list_item_chef__shell:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 0.6em 0.6em;
    border-style: inset solid inset none;
    border-right-color: currentColor;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.6em;
    color: #1d1d1b;
    z-index: 1;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
  }
  .en-mdl-list_item_chef__image-cnt {
    padding-bottom: 100%;
  }
  .en-mdl-list_item_chef__image {
    transition: opacity 0.25s;
  }
  .en-mdl-list_item_chef__content {
    padding: 1em 0.5em 0.5em;
    transition: opacity 0.25s;
  }
  .is-old-ie .en-mdl-list_item_chef__content {
    padding-top: 0.5em;
  }
}

@media screen and (max-width: 43.74em) {
  .en-mdl-list_item_chef.en-is-active {
    min-height: 100vh;
  }
  .en-mdl-list_item_chef[data-en-mdl-style="banner"] {
    min-height: 0;
    padding: 2px 0;
  }
  .en-mdl-list_item_chef[data-en-mdl-style="banner"] .en-mdl-list_item_chef__inner {
    position: relative;
    background-color: #1d1d1b;
  }
  .en-mdl-list_item_chef[data-en-mdl-style="banner"] .en-mdl-list_item_chef__image-cnt {
    padding-bottom: 100%;
    opacity: 1;
  }
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-list_item_chef.en-is-active .en-mdl-list_item_chef__content {
    opacity: 0;
  }
  .en-mdl-list_item_chef.en-is-loading .en-mdl-chef__box {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .en-mdl-list_item_chef.en-is-active:not(.en-is-loading) .en-mdl-list_item_chef__shell:before {
    visibility: visible;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.2s;
  }
  .en-mdl-list_item_chef:not(.en-is-active) a.en-mdl-list_item_chef__inner:hover .en-mdl-list_item_chef__image {
    opacity: 0.8;
  }
  .en-mdl-list_item_chef[data-en-mdl-style="chef_large"] {
    width: 33.33%;
  }
  .en-mdl-list_item_chef[data-en-mdl-style="chef_large"] .en-mdl-chef {
    margin-top: -33.33%;
  }
  .en-mdl-list_item_chef[data-en-mdl-style="chef_large"] .en-mdl-list_item_chef__ranking {
    font-size: 1.516em;
  }
  .en-mdl-list_item_chef[data-en-mdl-style="chef_large"] .en-mdl-list_item_chef__content {
    font-size: 1.111em;
  }
  .en-mdl-list_item_chef[data-en-mdl-style="chef_large"] .en-mdl-list_item_chef__shell:before {
    right: 24.9%;
  }
  .en-mdl-list_item_chef[data-en-mdl-style="banner"] {
    width: 50%;
    float: right;
  }
  .en-mdl-list_item_chef[data-en-mdl-style="banner"] ~ .en-mdl-list_item_chef[data-en-mdl-style="banner"] {
    float: left;
  }
}

.en-mdl-list_filter {
  border-bottom: 1.25rem solid white;
  z-index: 10;
}

.en-mdl-list_filter__filters {
  background-color: #1d1d1b;
  color: white;
}

.en-mdl-list_filter__filters.en-grid {
  border-width: 0.3125rem;
  border-style: solid;
}

.en-mdl-list_filter__filters > .en-griditem {
  border-width: 0.3125rem;
}

.en-mdl-list_filter__reset-cnt {
  margin-top: 1.25rem;
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-list_filter {
    z-index: 1;
  }
}

.en-mdl-paging {
  text-align: center;
}

.en-mdl-paging__item.en-is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.en-mdl-paging__item + .en-mdl-paging__item {
  margin-left: 1em;
}

.en-mdl-map__map {
  height: 36em;
  background-color: #ebebeb !important;
}

.en-mdl-map__text {
  padding: 1.25rem;
}

.en-mdl-map__tooltip-content {
  width: 11.875rem;
  padding-bottom: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
}

.en-mdl-map__tooltip-content a[href] {
  white-space: nowrap;
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-map__inner {
    display: table;
  }
  .en-mdl-map__text-cnt,
  .en-mdl-map__map-cnt {
    display: table-cell;
    vertical-align: top;
  }
  .en-mdl-map__map-cnt {
    width: 100%;
  }
  .en-mdl-map__text {
    width: 20em;
    max-height: 36em;
    padding: 2.5rem;
    overflow: auto;
  }
}

.en-mdl-stage__images,
.en-mdl-stage__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.en-mdl-stage__images {
  background-color: #1d1d1b;
}

.en-mdl-stage__image {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s;
}

.en-mdl-stage__image.en-is-active {
  opacity: 1;
}

.en-mdl-stage__image--darken.en-is-active {
  opacity: 0.5;
}

.en-mdl-stage__content {
  position: relative;
  color: white;
}

.en-mdl-stage[data-en-mdl-display_type="regular"] .en-mdl-stage__inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
}

.en-mdl-stage[data-en-mdl-display_type="regular"] .en-mdl-stage__content-cnt {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.en-mdl-stage[data-en-mdl-display_type="boxed"] .en-mdl-stage__inner {
  height: 42rem;
}

.en-mdl-stage[data-en-mdl-display_type="boxed"] .en-mdl-stage__content-cnt {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
}

.en-mdl-stage[data-en-mdl-display_type="boxed"] .en-mdl-stage__content {
  padding: 0.625rem;
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-stage[data-en-mdl-display_type="regular"] .en-mdl-stage__inner {
    height: 43.75rem;
  }
  .en-mdl-stage[data-en-mdl-display_type="boxed"] .en-mdl-stage__inner {
    height: 100vh;
  }
  .en-mdl-stage[data-en-mdl-display_type="boxed"] .en-mdl-stage__content-cnt {
    left: auto;
    max-width: 27em;
  }
  .en-mdl-stage[data-en-mdl-display_type="boxed"] .en-mdl-stage__content {
    padding: 1.875rem;
  }
}

.en-mdl-gallery {
  padding: 2em 0;
}

.en-mdl-gallery__inner {
  padding-top: 6rem;
}

.en-mdl-gallery[data-en-mdl-galleries="1"] .en-mdl-gallery__inner {
  padding-top: 0;
}

.en-mdl-gallery__tab {
  position: absolute;
  top: 0;
  left: 0;
}

.en-mdl-gallery__tab:last-of-type {
  background-color: black;
  border-color: black;
  color: white;
}

.en-mdl-gallery__tab ~ .en-mdl-gallery__tab {
  box-shadow: inset -1px 0;
}

.en-mdl-gallery[data-en-mdl-galleries="1"] .en-mdl-gallery__tab {
  display: none;
}

.en-mdl-gallery[data-en-mdl-galleries="2"] .en-mdl-gallery__tab {
  width: 50%;
  left: 50%;
}

.en-mdl-gallery[data-en-mdl-galleries="2"] .en-mdl-gallery__tab ~ .en-mdl-gallery__tab {
  left: 0;
}

.en-mdl-gallery[data-en-mdl-galleries="3"] .en-mdl-gallery__tab {
  width: 33.3333%;
  left: 66.6666%;
}

.en-mdl-gallery[data-en-mdl-galleries="3"] .en-mdl-gallery__tab ~ .en-mdl-gallery__tab {
  left: 33.3333%;
}

.en-mdl-gallery[data-en-mdl-galleries="3"] .en-mdl-gallery__tab ~ .en-mdl-gallery__tab ~ .en-mdl-gallery__tab {
  left: 0;
}

.en-mdl-gallery__thumbnails {
  display: none;
}

.en-mdl-gallery__thumbnails:last-of-type {
  display: block;
}

.en-mdl-gallery__button {
  display: block;
  clear: left;
  width: 12em;
  margin-left: auto;
  margin-right: auto;
}

.en-mdl-gallery__group-cnt.en-hidden + .en-mdl-gallery__button {
  display: none;
}

.en-mdl-gallery__group {
  overflow: hidden;
}

.en-mdl-gallery__thumbnail {
  max-width: 50%;
  border-style: none;
}

.en-mdl-gallery__trigger {
  display: block;
  padding-bottom: 58.0645%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.en-mdl-gallery__anchor:target ~ .en-mdl-gallery__tab {
  background-color: transparent;
  border-color: currentColor;
  color: currentColor;
}

.en-mdl-gallery__anchor:target ~ .en-mdl-gallery__thumbnails:last-of-type {
  display: none;
}

.en-mdl-gallery__anchor:target + .en-mdl-gallery__tab {
  background-color: black;
  border-color: black;
  color: white;
}

.en-mdl-gallery__anchor:target + .en-mdl-gallery__tab + .en-mdl-gallery__thumbnails {
  display: block;
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-gallery {
    padding: 4.4em 0;
  }
}

@media screen and (min-width: 25rem) {
  .en-mdl-gallery__thumbnail {
    max-width: 33.3333%;
  }
}

@media screen and (min-width: 37.5rem) {
  .en-mdl-gallery__thumbnail {
    max-width: 25%;
  }
}

@media screen and (min-width: 50rem) {
  .en-mdl-gallery__thumbnail {
    max-width: 20%;
  }
}

@media screen and (min-width: 62.5rem) {
  .en-mdl-gallery__thumbnail {
    max-width: 16.6667%;
  }
}

@media screen and (min-width: 75rem) {
  .en-mdl-gallery__thumbnail {
    max-width: 14.2857%;
  }
}

.en-mdl-sponsors__sponsor {
  display: block;
  position: relative;
  padding-bottom: 68.1818%;
}

.en-mdl-sponsors__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  padding: 0.625rem;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.en-mdl-quote__image,
.en-mdl-quote__content {
  border-style: none;
}

.en-mdl-quote__image {
  background-position: center;
  background-size: cover;
  padding-bottom: 100%;
}

.en-mdl-quote__content {
  vertical-align: middle;
  padding: 1.25rem;
}

.en-mdl-quote__content:before {
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 1em 1em;
  border-style: none inset solid;
  border-bottom-color: currentColor;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -1em;
}

.en-mdl-quote__author-cnt {
  position: relative;
  overflow: hidden;
}

.en-mdl-quote__author {
  position: relative;
  padding: 0.25em 0.25em 0.25em 0.5em;
  float: right;
}

.en-mdl-quote__author:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 60rem;
  border-bottom: 2px solid;
}

@media print, screen and (min-width: 35em) {
  .en-mdl-quote__inner:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 1em 1em;
    border-style: inset solid inset none;
    border-right-color: currentColor;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1em;
    margin-left: -0.9em;
    z-index: 1;
  }
  .en-mdl-quote__image {
    padding-bottom: 0;
  }
  .en-mdl-quote__content:before {
    content: none;
  }
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-quote__inner:before {
    left: 33.333%;
  }
  .en-mdl-quote__image {
    padding-bottom: 33.333%;
  }
  .en-mdl-quote__content {
    padding: 2.5rem;
  }
}

.en-mdl-quote--has-image .en-mdl-quote__content:before,
.en-mdl-quote--has-image .en-mdl-quote__inner:before {
  display: block;
}

.en-mdl-quote[data-en-mdl-background_color="black"] .en-mdl-quote__inner:before {
  border-right-color: #1d1d1b;
}

.en-mdl-quote[data-en-mdl-background_color="black"] .en-mdl-quote__content {
  background-color: #1d1d1b;
  color: white;
}

.en-mdl-quote[data-en-mdl-background_color="black"] .en-mdl-quote__content:before {
  border-bottom-color: #1d1d1b;
}

.en-mdl-quote[data-en-mdl-background_color="gray"] .en-mdl-quote__inner:before {
  border-right-color: #ebebeb;
}

.en-mdl-quote[data-en-mdl-background_color="gray"] .en-mdl-quote__content {
  background-color: #ebebeb;
}

.en-mdl-quote[data-en-mdl-background_color="gray"] .en-mdl-quote__content:before {
  border-bottom-color: #ebebeb;
}

.en-mdl-sharers__inner {
  overflow: hidden;
}

.en-mdl-sharers__content {
  display: inline-block;
  position: relative;
  padding: 4px 4px 4px 0;
}

.en-mdl-sharers__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.en-mdl-sharers[data-en-mdl-style="default"] .en-mdl-sharers__content:before, .en-mdl-sharers[data-en-mdl-style="default"] .en-mdl-sharers__content:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 60rem;
  margin: 0 0.5em;
  border-bottom: 2px solid;
}

.en-mdl-sharers[data-en-mdl-style="default"] .en-mdl-sharers__content:before {
  right: 100%;
}

.en-mdl-sharers[data-en-mdl-style="default"] .en-mdl-sharers__content:after {
  left: 100%;
}

.en-mdl-chef .en-mdl {
  margin-top: 0;
  float: none;
}

.en-mdl-chef .en-mdl > .en-griditem__inner {
  border-style: none;
}

.en-mdl-chef .en-mdl-sharers {
  margin-top: 1em;
}

.en-mdl-chef .en-mdl-map__map {
  height: 20em;
}

.en-mdl-chef__box {
  background-color: #1d1d1b;
  color: white;
}

.en-mdl-chef__section {
  border: 0.625rem solid transparent;
}

.en-mdl-chef__image-cnt {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #1d1d1b;
}

.en-mdl-chef__image-cnt:before {
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 0.75em 0.75em;
  border-style: none inset solid;
  border-bottom-color: currentColor;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.75em;
}

.en-mdl-chef__buttons {
  border: 0.3125rem solid transparent;
}

.en-mdl-chef__buttons > .en-griditem {
  border-width: 0.3125rem;
}

.en-mdl-chef__buttons + .en-tabs {
  margin-top: 0.625rem;
}

.en-mdl-chef__buttons .en-button:before {
  display: none;
}

.en-mdl-chef__close {
  padding: 0.75em;
  line-height: 1;
  cursor: pointer;
}

@media print, screen and (min-width: 35em) {
  .en-mdl-chef__buttons .en-button:before {
    display: inline-block;
    height: 0;
    line-height: 0;
    margin-bottom: 0.2em;
    margin-right: 0.25em;
  }
}

@media print, screen and (min-width: 43.75em) {
  .en-mdl-chef__inner:after {
    font-size: 0.1px;
    line-height: 0;
    content: ".";
    display: block;
    -ms-flex: 0 1 0px;
    flex: 0 1 0px;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .en-mdl-chef__box-cnt {
    overflow: hidden;
    width: 75%;
    float: right;
  }
  .en-mdl-chef__section {
    border-width: 2.5rem;
  }
  .en-mdl-chef__image-cnt {
    display: none;
  }
  .en-tabs__navigation {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .en-mdl-chef__buttons {
    border-width: 0.625rem 2.1875rem 0;
  }
}

.en-hidden,
.js .en-hidden-js,
.no-js .en-hidden-no-js {
  display: none !important;
}

@media print {
  .en-hidden-print {
    display: none !important;
  }
}


.en-visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
