/* Responsive boilerplate: github.com/Slakinov/ */
@font-face { font-family: 'Gi'; src: url("../fonts/gi.woff") format("woff"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'Ko'; src: url("../fonts/ko70.woff") format("woff"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'Ko'; src: url("../fonts/ko48.woff") format("woff"); font-weight: 100; font-style: normal; }

.yuge { font-size: 4.25rem; margin: -1rem 0 0.625rem; }

.massive { font-size: 2.75rem; }

.extralarge { font-size: 2.5rem; }

.large { font-size: 2.1875rem; }

.mediumish { font-size: 1.25rem; }

.medium { font-size: 1.5625rem; }

.small { font-size: 1rem; }

.tiny { font-size: 0.78125rem; }

.bg-transparent { background: transparent; }

.bg-background { background: #1d3012; }

.bg-faint { background: #e8e8e4; }

.bg-light { background: #e8e8e4; }

.bg-mid { background: #808080; }

.bg-heavy { background: #e8e8e4; }

.bg-solid { background: #e8e8e4; }

.bg-accent { background: #ffb000; }

.bg-highlight { background: #a1be7c; }

.bg-feature { background: #fafafa; }

.bg-buff { background: #d6cbb0; }

.cl-background { color: #1d3012; }

.cl-faint { color: #e8e8e4; }

.cl-light { color: #e8e8e4; }

.cl-mid { color: #808080; }

.cl-heavy { color: #e8e8e4; }

.cl-solid { color: #e8e8e4; }

.cl-accent { color: #ffb000; }

.cl-highlight { color: #a1be7c; }

.fl-background { fill: #1d3012; }

.fl-faint { fill: #e8e8e4; }

.fl-light { fill: #e8e8e4; }

.fl-mid { fill: #808080; }

.fl-heavy { fill: #e8e8e4; }

.fl-solid { fill: #e8e8e4; }

.fl-accent { fill: #ffb000; }

.fl-highlight { fill: #a1be7c; }

.fl-feature { fill: #fafafa; }

html { scroll-behavior: smooth; }

html, body { font-size: 100%; line-height: 1; font-size: 180%; min-width: 20rem; min-height: 30rem; -webkit-text-size-adjust: none; }

@media (max-width: 767px) { html, body { font-size: 4.2vw; } }

@media (max-width: 767px) and (max-height: 440px) { html, body { font-size: 3vw; } }

@media (min-width: 768px) and (max-width: 1023px) { html, body { font-size: 60%; } }

@media (min-width: 1024px) and (max-width: 1304px) { html, body { font-size: 75%; } }

@media (min-width: 1305px) and (max-width: 1657px) { html, body { font-size: 100%; } }

@media (min-width: 1658px) { html, body { font-size: 111.1111%; } }

html, body { font-family: "Gi", sans-serif; letter-spacing: 0.04em; background: #1d3012; color: #e8e8e4; margin: 0; padding: 0; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 { font-family: "Ko"; margin: 0 0 0.33em 0; line-height: 0.88em; font-weight: bold; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1 { font-size: 2.75rem; }

h2 { font-size: 2.5rem; }

h3 { font-size: 2.1875rem; }

h4 { font-size: 1.5625rem; }

h5 { font-size: 1rem; }

h6 { font-size: 0.78125rem; }

p, dl { font-size: 1rem; line-height: 1.33em; margin: 0 0 1em 0; }

.lead p, .lead ul { font-size: 1.15rem; }

a { text-decoration: none; font-weight: normal; color: #1d3012; cursor: pointer; }

a:hover { text-decoration: none; }

input, button { font-family: "Gi"; font-size: 1.5625rem; }

ul { list-style-type: none; padding-left: 0; line-height: 1.5; }

img { display: block; width: 100%; }

svg { height: 100%; margin: 0; padding: 0; backface-visibility: hidden; -webkit-transition: fill 0.2s linear; -moz-transition: fill 0.2s linear; -ms-transition: fill 0.2s linear; -o-transition: fill 0.2s linear; transition: fill 0.2s linear; }

svg use { -webkit-transform-origin: 50%; -moz-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; }

.svg-inline { height: 0.85em; display: inline-block; position: relative; top: 0.05em; }

textarea, input:not([type='checkbox']):not([type='option']) { border-radius: 0; }

.list-bullet { list-style-type: disc; }

.rotating { -webkit-animation: anim-rotate 1s infinite linear; -moz-animation: anim-rotate 1s infinite linear; -ms-animation: anim-rotate 1s infinite linear; animation: anim-rotate 1s infinite linear; }

@-webkit-keyframes anim-rotate { from { -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes anim-rotate { from { -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.sliding-background { -webkit-animation: anim-bgslide 1s infinite linear; -moz-animation: anim-bgslide 1s infinite linear; -ms-animation: anim-bgslide 1s infinite linear; animation: anim-bgslide 1s infinite linear; }

@-webkit-keyframes anim-bgslide { from { background-position: left 0; }
  to { background-position: left -200px; } }

@keyframes anim-bgslide { from { background-position: left 0; }
  to { background-position: left -200px; } }

.fading { opacity: 1; -webkit-transition: opacity 0.4s linear; -moz-transition: opacity 0.4s linear; -ms-transition: opacity 0.4s linear; -o-transition: opacity 0.4s linear; transition: opacity 0.4s linear; }

.fading-fast { opacity: 1; -webkit-transition: opacity 0.1s linear; -moz-transition: opacity 0.1s linear; -ms-transition: opacity 0.1s linear; -o-transition: opacity 0.1s linear; transition: opacity 0.1s linear; }

.faded { opacity: 0; pointer-events: none; }

.noclip { pointer-events: none; }

.justify { text-align: justify; }

.justify-single { text-align: justify; text-align-last: justify; }

.justify-single:after { content: ''; display: inline-block; width: 100%; }

strong, .strong { font-weight: 800; }

.tiny { font-size: 0.78125rem; }

.regular { font-weight: 400; }

.light { font-weight: 100 !important; }

.smallcaps { font-variant: small-caps; }

.caps { text-transform: uppercase; }

.spaced { letter-spacing: 0.05em; }

.leaded { line-height: 1.8; }

.align-left { text-align: left !important; }

.align-center { text-align: center !important; }

.align-right { text-align: right !important; }

@media (max-width: 47.9375rem) { .sm-align-left { text-align: left; }
  .sm-align-center { text-align: center; }
  .sm-align-right { text-align: right; } }

@media (min-width: 48rem) { .md-align-left { text-align: left; }
  .md-align-center { text-align: center; }
  .md-align-right { text-align: right; } }

@media (min-width: 81.5625rem) { .lg-align-left { text-align: left; }
  .lg-align-center { text-align: center; }
  .lg-align-right { text-align: right; } }

@media (min-width: 103.625rem) { .xl-align-left { text-align: left; }
  .xl-align-center { text-align: center; }
  .xl-align-right { text-align: right; } }

.band { position: relative; width: 100%; min-width: 20rem; float: left; }

.row { clear: both; margin: 0 auto; overflow: hidden; position: relative; min-width: 20rem; width: 100%; }

@media (min-width: 768px) { .row { width: 64.89583rem; } }

@media (min-width: 1024px) { .row { width: 65.33333rem; } }

@media (min-width: 1305px) { .row { width: 65rem; } }

@media (min-width: 1658px) { .row { width: 65.70001rem; } }

.row-padded { clear: both; margin: 0 auto; position: relative; min-width: 20rem; width: 100%; }

@media (min-width: 768px) { .row-padded { width: 66.95833rem; margin: -0.9375rem auto; } }

@media (min-width: 1024px) { .row-padded { width: 67.20833rem; margin: -0.9375rem auto; } }

@media (min-width: 1305px) { .row-padded { width: 66.875rem; } }

@media (min-width: 1658px) { .row-padded { width: 67.55626rem; } }

.absolute { position: absolute; }

.relative { position: relative; }

.fixed { position: fixed; z-index: 1000; }

.top { top: 0; }

.bottom { bottom: 0; }

.left { left: 0; }

.right { right: 0; }

.clearfix:after { content: "."; display: table; clear: both; opacity: 0; line-height: 0; font-size: 0; }

.hidden { display: none; }

.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.invisible { visibility: hidden; }

.collapsible { -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; overflow: hidden; }

.collapsed-v { height: 0; }

.collapsed-h { width: 0; }

.no-margin { margin: 0 !important; }

.no-padding { padding: 0; }

.no-padding-bottom { padding-bottom: 0; }

@media (min-width: 48rem) { .md-no-padding-right { padding-right: 0 !important; } }

.inline { display: inline-block; float: none !important; vertical-align: top; }

@media (min-width: 48rem) { .md-no-wrap { white-space: nowrap; } }

.pad, .accordion-button { padding: 1.875rem; }

.pad-half { padding: 0.9375rem; }

.pad-h { padding: 0 1.875rem; }

.pad-v { padding: 1.875rem 0; }

.pad-left { padding-left: 1.875rem; }

.pad-right { padding-right: 1.875rem; }

.pad-top { padding-top: 1.875rem; }

.pad-bottom { padding-bottom: 1.875rem; }

.pad-v-2 { padding: 3.75rem 0; }

.pad-v-3 { padding: 5.625rem 0; }

.pad-h-half { padding: 0 0.9375rem; }

.pad-v-half { padding: 0.9375rem 0; }

.pad-left-half { padding-left: 0.9375rem; }

.pad-right-half { padding-right: 0.9375rem; }

.pad-top-half { padding-top: 0.9375rem; }

.pad-bottom-half { padding-bottom: 0.9375rem; }

@media (min-width: 48rem) { .md-pad-half { padding: 0.9375rem; }
  .md-pad-v-half { padding: 0.9375rem 0; }
  .md-pad-top-half { padding-top: 0.9375rem; }
  .md-pad-l { padding-left: 1.875rem; } }

.margin-top { margin-top: 1.875rem; }

.margin-bottom { margin-bottom: 1.875rem; }

.margin-left { margin-left: 1.875rem; }

.margin-right { margin-right: 1.875rem !important; }

.margin-top-half { margin-top: 0.9375rem; }

.margin-bottom-half { margin-bottom: 0.9375rem; }

.margin-left-half { margin-left: 0.9375rem; }

.margin-right-half { margin-right: 0.9375rem; }

@media (max-width: 767px) { .sm-margin-bottom { margin-bottom: 1.875rem !important; } }

@media (max-width: 767px) { .sm-margin-bottom { margin-bottom: 1.875rem !important; } }

@media (max-width: 767px) { .sm-full-width { width: 100%; } }

form { margin: 2.5rem 0 2.5rem 0; }

form .field { width: calc(100% - 1.25rem); margin: 0 0 0.9375rem 0; padding: 0 1.25rem 0 0; float: left; }

form .field label { display: block; width: 100%; font-size: 1rem; color: #e8e8e4; }

form .field input, form .field textarea { display: block; width: calc(100% - 1.25rem); padding: 0.625rem; font-size: 1.5625rem; }

form .field textarea { height: 12.5rem; }

form .field input[type='checkbox'] { width: initial; margin: 0.0625rem 0.1875rem 0 0; }

form .inline input, form .inline label { float: left; display: inline-block; width: initial; }

input::-webkit-inner-spin-button { -webkit-appearance: none; }

table { width: 100%; }

table th { font-size: 1rem; font-weight: bold; text-transform: uppercase; text-align: left; border-bottom: 0.0625rem solid #e8e8e4; color: #e8e8e4; }

table td { font-size: 1.5625rem; color: #e8e8e4; font-weight: lighter; }

button, .button { display: inline-block; line-height: 1; border: none; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; border-radius: 0; font-weight: normal; padding: 0.5rem; margin: 0 0.25rem 0.25rem 0; text-align: center; cursor: pointer; text-decoration: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

button:hover, .button:hover { background: #e8e8e4; color: #1d3012; text-decoration: none; }

button.cl-feature, .button.cl-feature { color: #1d3012; }

.button-fill { display: block; width: 100%; }

@media (max-width: 767px) { .sm-button-half { width: calc(50% - 2.3rem); } }

@media (max-width: 767px) { .sm-button-fill { width: calc(50% - 2.3rem); } }

.sm-only { display: none !important; }

@media (max-width: 47.9375rem) { .sm-only { display: block !important; }
  .sm-0 { display: none !important; } }

@media (min-width: 0px) { .sm-1 { width: 8.33%; float: left; }
  .sm-2 { width: 16.66%; float: left; }
  .sm-3 { width: 25.00%; float: left; }
  .sm-4 { width: 33.33%; float: left; }
  .sm-5 { width: 41.66%; float: left; }
  .sm-6 { width: 50.00%; float: left; }
  .sm-7 { width: 58.33%; float: left; }
  .sm-8 { width: 66.66%; float: left; }
  .sm-9 { width: 75.00%; float: left; }
  .sm-10 { width: 83.33%; float: left; }
  .sm-11 { width: 91.66%; float: left; }
  .sm-12 { width: 100.0%; float: left; }
  .sm-l { float: left; }
  .sm-r { float: right; }
  .sm-n { float: none; }
  .multi-column { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } }

.md-only { display: none !important; }

@media (min-width: 48rem) and (max-width: 81.5rem) { .md-only { display: block !important; }
  .md-0 { display: none !important; } }

@media (min-width: 48rem) { .md-1 { width: 8.33%; float: left; }
  .md-2 { width: 16.66%; float: left; }
  .md-3 { width: 25.00%; float: left; }
  .md-4 { width: 33.33%; float: left; }
  .md-5 { width: 41.66%; float: left; }
  .md-6 { width: 50.00%; float: left; }
  .md-7 { width: 58.33%; float: left; }
  .md-8 { width: 66.66%; float: left; }
  .md-9 { width: 75.00%; float: left; }
  .md-10 { width: 83.33%; float: left; }
  .md-11 { width: 91.66%; float: left; }
  .md-12 { width: 100.0%; float: left; }
  .md-l { float: left; }
  .md-r { float: right; }
  .md-n { float: none; }
  .multi-column { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } }

.lg-only { display: none !important; }

@media (min-width: 81.5625rem) and (max-width: 103.5625rem) { .lg-only { display: block !important; }
  .lg-0 { display: none !important; } }

@media (min-width: 81.5625rem) { .lg-1 { width: 8.33%; float: left; }
  .lg-2 { width: 16.66%; float: left; }
  .lg-3 { width: 25.00%; float: left; }
  .lg-4 { width: 33.33%; float: left; }
  .lg-5 { width: 41.66%; float: left; }
  .lg-6 { width: 50.00%; float: left; }
  .lg-7 { width: 58.33%; float: left; }
  .lg-8 { width: 66.66%; float: left; }
  .lg-9 { width: 75.00%; float: left; }
  .lg-10 { width: 83.33%; float: left; }
  .lg-11 { width: 91.66%; float: left; }
  .lg-12 { width: 100.0%; float: left; }
  .lg-l { float: left; }
  .lg-r { float: right; }
  .lg-n { float: none; }
  .multi-column { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } }

.xl-only { display: none !important; }

@media (min-width: 103.625rem) { .xl-only { display: block !important; }
  .xl-0 { display: none !important; } }

@media (min-width: 103.625rem) { .xl-1 { width: 8.33%; float: left; }
  .xl-2 { width: 16.66%; float: left; }
  .xl-3 { width: 25.00%; float: left; }
  .xl-4 { width: 33.33%; float: left; }
  .xl-5 { width: 41.66%; float: left; }
  .xl-6 { width: 50.00%; float: left; }
  .xl-7 { width: 58.33%; float: left; }
  .xl-8 { width: 66.66%; float: left; }
  .xl-9 { width: 75.00%; float: left; }
  .xl-10 { width: 83.33%; float: left; }
  .xl-11 { width: 91.66%; float: left; }
  .xl-12 { width: 100.0%; float: left; }
  .xl-l { float: left; }
  .xl-r { float: right; }
  .xl-n { float: none; }
  .multi-column { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } }

@media (min-width: 1024px) { .md-col-reverse > div { float: right; } }

.grecaptcha-badge { visibility: hidden; }

.br { line-height: 0; height: 0; }

.clearboth { clear: both; }

h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em { font-style: normal; font-weight: 100; }

.row { overflow: visible; }

@media (max-width: 767px) { body { padding-top: 3.5rem; }
  .sm-border-none, .accordion-button { border: none !important; }
  .sm-align-center { text-align: center !important; }
  .sm-align-left { text-align: left !important; }
  .sm-margin-none { margin: 0; }
  .sm-margin-bottom { margin-bottom: 1.875rem; }
  .sm-margin-top { margin-top: 1.875rem !important; }
  .sm-margin-left { margin-left: 1.875rem; }
  .sm-margin-right { margin-right: 1.875rem; }
  .sm-margin-top-half { margin-top: 0.9375rem !important; }
  .sm-margin-bottom-half { margin-bottom: 0.9375rem; }
  .sm-pad-none { padding: 0 !important; }
  .sm-no-pad-bottom { padding-bottom: 0 !important; }
  .sm-no-pad-top { padding-top: 0 !important; }
  .sm-pad-right { padding-right: 1.875rem !important; }
  .sm-pad-top { padding-top: 1.875rem !important; }
  .sm-pad { padding: 1.875rem; }
  .sm-rule-bottom { border-bottom: 0.3125rem solid #282828; }
  .sm-bg-solid { background: #e8e8e4 !important; }
  .swap-ids { padding-top: 1.875rem; margin-top: -1.875rem; scroll-margin-top: 100px; }
  .sm-single-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
  .sm-flex-none { display: block !important; } }

@media (min-width: 768px) { .md-4pl { width: calc(33.3333% - 0.625rem - 0.9375rem + 0.25rem); }
  .md-4pr { width: calc(33.3333% - 0.625rem - 0.9375rem + 0.25rem); }
  .md-8pl { width: calc(66.6666% + 0.625rem + 0.9375rem - 0.25rem); }
  .md-8pr { width: calc(66.6666% + 0.625rem + 0.9375rem - 0.25rem); }
  .md-pad-none { padding: 0; }
  .md-margin-right { margin-right: 1.875rem !important; } }

@media (min-width: 1305px) { .lg-4pl { width: calc(33.3333% - 0.625rem - 0.9375rem + 0.25rem); }
  .lg-4pr { width: calc(33.3333% - 0.625rem - 0.9375rem + 0.25rem); }
  .lg-8pl { width: calc(66.6666% + 0.625rem + 0.9375rem - 0.25rem); }
  .lg-8pr { width: calc(66.6666% + 0.625rem + 0.9375rem - 0.25rem); }
  .lg-pad-none { padding: 0; }
  .lg-margin-right { margin-right: 1.875rem !important; } }

.menu-bg-1 { background: #b9d694; }

.menu-bg-1 .desktop-menu-item-inverted h3, .menu-bg-1 .desktop-menu-item-inverted p { color: #b9d694; }

.menu-bg-1 .desktop-menu-item-inverted svg { fill: #b9d694; }

.menu-bg-1 .menu-item-alt2 svg, .menu-bg-1 .menu-item-alt svg, .menu-bg-1 .desktop-menu-item-alt svg { fill: #b9d694; }

.menu-bg-1 .menu-item-alt2 p, .menu-bg-1 .menu-item-alt2 h1, .menu-bg-1 .menu-item-alt2 h2, .menu-bg-1 .menu-item-alt2 h3, .menu-bg-1 .menu-item-alt2 h4, .menu-bg-1 .menu-item-alt2 h5, .menu-bg-1 .menu-item-alt2 span, .menu-bg-1 .menu-item-alt p, .menu-bg-1 .menu-item-alt h1, .menu-bg-1 .menu-item-alt h2, .menu-bg-1 .menu-item-alt h3, .menu-bg-1 .menu-item-alt h4, .menu-bg-1 .menu-item-alt h5, .menu-bg-1 .menu-item-alt span, .menu-bg-1 .desktop-menu-item-alt p, .menu-bg-1 .desktop-menu-item-alt h1, .menu-bg-1 .desktop-menu-item-alt h2, .menu-bg-1 .desktop-menu-item-alt h3, .menu-bg-1 .desktop-menu-item-alt h4, .menu-bg-1 .desktop-menu-item-alt h5, .menu-bg-1 .desktop-menu-item-alt span, .menu-bg-1 .desktop-menu-item:hover p, .menu-bg-1 .desktop-menu-item:hover h1, .menu-bg-1 .desktop-menu-item:hover h2, .menu-bg-1 .desktop-menu-item:hover h3, .menu-bg-1 .desktop-menu-item:hover h4, .menu-bg-1 .desktop-menu-item:hover h5, .menu-bg-1 .desktop-menu-item:hover span { text-shadow: 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694; }

.menu-bg-1 .category-graphic svg:first-child { fill: #b9d694; }

.menu-bg-1 .cl-bg { color: #b9d694; }

.menu-bg-1 .more-link { color: #b9d694; }

.menu-bg-1 .follow-bg { background-color: #b9d694 !important; }

.menu-bg-1 .product-pin .location-form svg { fill: #282828; }

.menu-bg-1 .product-pin .location-form form input { border: 0.125rem solid #282828; background: #b9d694; }

.menu-bg-1 .product-pin .location-form form button { background: #282828; color: #b9d694; }

.menu-bg-2 { background: #ecdd8a; }

.menu-bg-2 .desktop-menu-item-inverted h3, .menu-bg-2 .desktop-menu-item-inverted p { color: #ecdd8a; }

.menu-bg-2 .desktop-menu-item-inverted svg { fill: #ecdd8a; }

.menu-bg-2 .menu-item-alt2 svg, .menu-bg-2 .menu-item-alt svg, .menu-bg-2 .desktop-menu-item-alt svg { fill: #ecdd8a; }

.menu-bg-2 .menu-item-alt2 p, .menu-bg-2 .menu-item-alt2 h1, .menu-bg-2 .menu-item-alt2 h2, .menu-bg-2 .menu-item-alt2 h3, .menu-bg-2 .menu-item-alt2 h4, .menu-bg-2 .menu-item-alt2 h5, .menu-bg-2 .menu-item-alt2 span, .menu-bg-2 .menu-item-alt p, .menu-bg-2 .menu-item-alt h1, .menu-bg-2 .menu-item-alt h2, .menu-bg-2 .menu-item-alt h3, .menu-bg-2 .menu-item-alt h4, .menu-bg-2 .menu-item-alt h5, .menu-bg-2 .menu-item-alt span, .menu-bg-2 .desktop-menu-item-alt p, .menu-bg-2 .desktop-menu-item-alt h1, .menu-bg-2 .desktop-menu-item-alt h2, .menu-bg-2 .desktop-menu-item-alt h3, .menu-bg-2 .desktop-menu-item-alt h4, .menu-bg-2 .desktop-menu-item-alt h5, .menu-bg-2 .desktop-menu-item-alt span, .menu-bg-2 .desktop-menu-item:hover p, .menu-bg-2 .desktop-menu-item:hover h1, .menu-bg-2 .desktop-menu-item:hover h2, .menu-bg-2 .desktop-menu-item:hover h3, .menu-bg-2 .desktop-menu-item:hover h4, .menu-bg-2 .desktop-menu-item:hover h5, .menu-bg-2 .desktop-menu-item:hover span { text-shadow: 0 0 0.3125rem #ecdd8a, 0 0 0.3125rem #ecdd8a, 0 0 0.3125rem #ecdd8a, 0 0 0.3125rem #ecdd8a; }

.menu-bg-2 .category-graphic svg:first-child { fill: #ecdd8a; }

.menu-bg-2 .cl-bg { color: #ecdd8a; }

.menu-bg-2 .more-link { color: #ecdd8a; }

.menu-bg-2 .follow-bg { background-color: #ecdd8a !important; }

.menu-bg-2 .product-pin .location-form svg { fill: #282828; }

.menu-bg-2 .product-pin .location-form form input { border: 0.125rem solid #282828; background: #ecdd8a; }

.menu-bg-2 .product-pin .location-form form button { background: #282828; color: #ecdd8a; }

.menu-bg-3 { background: #d9d6bf; }

.menu-bg-3 .desktop-menu-item-inverted h3, .menu-bg-3 .desktop-menu-item-inverted p { color: #d9d6bf; }

.menu-bg-3 .desktop-menu-item-inverted svg { fill: #d9d6bf; }

.menu-bg-3 .menu-item-alt2 svg, .menu-bg-3 .menu-item-alt svg, .menu-bg-3 .desktop-menu-item-alt svg { fill: #d9d6bf; }

.menu-bg-3 .menu-item-alt2 p, .menu-bg-3 .menu-item-alt2 h1, .menu-bg-3 .menu-item-alt2 h2, .menu-bg-3 .menu-item-alt2 h3, .menu-bg-3 .menu-item-alt2 h4, .menu-bg-3 .menu-item-alt2 h5, .menu-bg-3 .menu-item-alt2 span, .menu-bg-3 .menu-item-alt p, .menu-bg-3 .menu-item-alt h1, .menu-bg-3 .menu-item-alt h2, .menu-bg-3 .menu-item-alt h3, .menu-bg-3 .menu-item-alt h4, .menu-bg-3 .menu-item-alt h5, .menu-bg-3 .menu-item-alt span, .menu-bg-3 .desktop-menu-item-alt p, .menu-bg-3 .desktop-menu-item-alt h1, .menu-bg-3 .desktop-menu-item-alt h2, .menu-bg-3 .desktop-menu-item-alt h3, .menu-bg-3 .desktop-menu-item-alt h4, .menu-bg-3 .desktop-menu-item-alt h5, .menu-bg-3 .desktop-menu-item-alt span, .menu-bg-3 .desktop-menu-item:hover p, .menu-bg-3 .desktop-menu-item:hover h1, .menu-bg-3 .desktop-menu-item:hover h2, .menu-bg-3 .desktop-menu-item:hover h3, .menu-bg-3 .desktop-menu-item:hover h4, .menu-bg-3 .desktop-menu-item:hover h5, .menu-bg-3 .desktop-menu-item:hover span { text-shadow: 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf; }

.menu-bg-3 .category-graphic svg:first-child { fill: #d9d6bf; }

.menu-bg-3 .cl-bg { color: #d9d6bf; }

.menu-bg-3 .more-link { color: #d9d6bf; }

.menu-bg-3 .follow-bg { background-color: #d9d6bf !important; }

.menu-bg-3 .product-pin .location-form svg { fill: #282828; }

.menu-bg-3 .product-pin .location-form form input { border: 0.125rem solid #282828; background: #d9d6bf; }

.menu-bg-3 .product-pin .location-form form button { background: #282828; color: #d9d6bf; }

.veiled { display: none; }

.no-shadow { text-shadow: none !important; }

.no-margin { margin: 0; }

.no-padding-top { padding-top: 0 !important; }

.no-padding-bottom { padding-bottom: 0 !important; }

.no-padding-left { padding-left: 0 !important; }

.no-padding-right { padding-right: 0 !important; }

.no-margin-v { margin-top: 0; margin-bottom: 0; }

.no-margin-top { margin-top: 0; }

.no-margin-bottom { margin-bottom: 0; }

.margin-neg-bottom { margin-bottom: -0.9375rem; }

@media (min-width: 768px) { .stick-bottom { position: absolute !important; bottom: 0.9375rem; }
  .stick-bottom.stick-bottom--full-width { width: calc(100% - 1.875rem); } }

.stick-left { left: 0; }

@media (min-width: 768px) { .stick-right { position: absolute !important; right: 0.9375rem; } }

@media (max-width: 767px) { .stick-right { margin-left: 0.75em !important; } }

.super-smallprint { text-transform: uppercase; font-size: 0.58594rem; letter-spacing: 0.06em; }

.clickable { cursor: pointer; }

.fixfix { will-change: transform; }

.safari-fix { width: 10rem; }

.loc-fix { margin-bottom: -1.875rem; }

.z0 { z-index: 0; }

.border { border: 0.25rem solid #e8e8e4; }

.border-left { border-left: 0.25rem solid #e8e8e4; }

.border-right { border-right: 0.25rem solid #e8e8e4; }

.border-right-none { border-right: none !important; }

.border-buff { border-color: #d6cbb0; }

.no-border { border: none !important; }

.crop { overflow: hidden; }

.tweak-image-1 { width: 126%; transform: scale(1) translate(-5rem, 0rem); }

.tweak-image-2 { transform: translate(0rem, -1.25rem); }

.tweak-image-3 { width: 122.5%; transform: scale(1) translate(-5rem, 0rem); }

.tweak-image-4 { width: 110%; transform: scale(1) translate(0rem, 0rem); }

.svg-poke { width: 99.99%; }

.reduced-line-height p, .reduced-line-height div p { line-height: 1.25em; }

.available, .backsoon { font-size: 0.78125rem; text-transform: uppercase; color: #1d3012; }

@media (min-width: 768px) { .available, .backsoon { display: block; position: absolute; bottom: 1.6125rem; right: 1.6125rem; } }

@media (max-width: 767px) { .available, .backsoon { display: inline-block; margin-bottom: 1rem; } }

.backsoon { color: #dd3300; }

button, .button { display: inline-block; line-height: 1; padding: 0.37em 0.45em 0.29em; margin: 0; color: #e8e8e4; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; }

button:hover, .button:hover { background: #1d3012; color: #e8e8e4; }

.flex { display: flex; }

.no-shadow { text-shadow: none !important; }

.full-width { width: 100%; }

.button-route { font-family: "Gi", sans-serif !important; letter-spacing: 0.04em; background: #e8e8e4; padding: 0.58em 0.55em 0.42em; border: 0.125rem solid #1d3012; color: #1d3012; }

.button-route:hover { text-shadow: none; color: #e8e8e4; }

.button-route.fixed-width-button { width: 6em; }

.button-route.invert { background: #1d3012; border: 0.125rem solid #e8e8e4; color: #e8e8e4; }

.button-route.invert.transparent { background: transparent; }

.button-route.invert:hover { text-shadow: none; background: #e8e8e4; color: #1d3012; }

.button-transparent { background: transparent; }

.button-flex { font-family: "Gi", sans-serif !important; letter-spacing: 0.04em; background: none; padding: 0.58em 0.55em 0.42em; border: 0.125rem solid #1d3012; color: #1d3012; }

.button-flex:hover { text-shadow: none; color: #e8e8e4; }

.button-outline { background: #e8e8e4; color: #1d3012; border: 0.25rem solid #1d3012; }

.button-outline:hover { background: #1d3012; color: #e8e8e4; }

.button-outline-inv { background: #1d3012; color: #e8e8e4; border: 0.25rem solid #e8e8e4; }

.button-outline-inv:hover { color: #1d3012; background: #e8e8e4; }

.arrowhead { padding-right: 0.8em; }

.arrowhead svg { width: auto; height: 100%; position: absolute; top: 0; right: 0; }

.h-flush { margin-bottom: 0.1em !important; }

.category-squeeze { padding-top: 0 !important; margin-top: -1.5625rem !important; }

.p-last-flush p:last-child { margin-bottom: 0; }

@media (min-width: 768px) { .abs-billboard { width: 100%; position: absolute; } }

.ios-line-fix, .safari-line-fix { white-space: nowrap; }

.page-divider { margin: 0.9375rem; padding: 0; border: none; background: #e8e8e4; height: 0.25rem; }

@media (max-width: 767px) { .page-divider { margin: 0; padding: 1.875rem; background: #e8e8e4; position: relative; }
  .page-divider:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../img/pattern1-green.png"); background-size: 192px; } }

@media (max-width: 767px) and (max-width: 767px) { .page-divider:after { background-size: 12rem; } }

.cbox { display: none; }

.cbox-label { display: inline-block; position: relative; vertical-align: middle; margin: 0.125rem 0.125rem 0.0625rem 0.25rem; cursor: pointer; }

.cbox + .cbox-label:before { content: ''; position: relative; background: #e8e8e4; border: 0.125rem solid #1d3012; display: inline-block; vertical-align: middle; width: 0.625rem; height: 0.625rem; padding: 0.125rem; margin-right: 0.5rem; text-align: center; top: -0.0625rem; }

.cbox:checked + .cbox-label:after { content: ''; padding: 0.0625rem; text-align: center; position: absolute; width: 0.125rem; height: 0.3125rem; border: solid #1d3012; border-width: 0 0.125rem 0.125rem 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); top: 0.125rem; left: 0.375rem; }

.bg-halftone { background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .bg-halftone { background-size: 168px !important; } }

@media (max-width: 767px) { .bg-halftone { background-size: 10rem !important; } }

.bg-halftone .card-body { background: transparent; text-align: center; }

.bg-halftone .card-body h3, .bg-halftone .card-body p { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4; }

.bg-halftone-green { background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .bg-halftone-green { background-size: 168px !important; } }

@media (max-width: 767px) { .bg-halftone-green { background-size: 10rem !important; } }

.bg-halftone-heavy { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .bg-halftone-heavy { background-size: 168px !important; } }

@media (max-width: 767px) { .bg-halftone-heavy { background-size: 10rem !important; } }

@media (max-width: 767px) { .sm-bg-solid { background: #e8e8e4 !important; } }

.bg-45-halftone { background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .bg-45-halftone { background-size: 168px !important; } }

@media (max-width: 767px) { .bg-45-halftone { background-size: 10rem !important; } }

.nudge-up { margin-top: -0.5rem; }

.nudge-down { margin-top: 0.5rem; }

.nudge-right { margin-left: 0.5rem !important; }

.header-tweak-1 { padding-top: 1.875rem !important; }

@media (max-width: 767px) { .header-tweak-1 { padding: 1.25rem 1.25rem 1.125rem !important; } }

.header-tweak-2 { margin: -0.125rem 0 0.3125rem !important; }

.header-tweak-3 { margin: 0.3125rem 0 -0.0625rem !important; }

.header-tweak-4 { margin-bottom: 0 !important; }

@media (max-width: 767px) { .band-tweak-1 { z-index: 1; margin-bottom: -0.5rem; } }

.allergen-link { font-size: 0.625rem; margin: 0.5rem 0 0.625rem 0; text-transform: uppercase; }

.allergen-link a { color: #1d3012; }

.from-label { font-size: 0.625rem; margin: 0.5rem 0 0.625rem 0; text-transform: uppercase; font-family: 'Gi', sans-serif; }

.tweak-title-1 { padding-bottom: 0.5rem !important; }

.tweak-svg-1 { margin-right: 0.5rem !important; }

.tweak-title-2 { margin-right: 0 !important; }

.button-tweak-1 { line-height: 0.75em !important; height: 2.65em !important; padding: 0.96em 0.9em 0.9em 0.9em !important; vertical-align: middle !important; }

.button-tweak-2 { line-height: 0.75em !important; height: 2.2em !important; padding: 0.7em 0.6em 0.6em 0.6em !important; vertical-align: middle !important; }

.pad-minus-border { padding: 1.625rem; }

@media (max-width: 767px) { .mobile-card-fix { padding: 1.875rem !important; } }

@media (min-width: 768px) { .aspect-2-1 { width: 100%; height: 0; padding-bottom: 50%; overflow: hidden; } }

@media (min-width: 768px) { .aspect-3-2 { width: 100%; height: 0; padding-bottom: 66.66667%; overflow: hidden; } }

@media (min-width: 768px) { .aspect-3-2 { padding-bottom: 66.5%; } }

@media (min-width: 768px) { .aspect-5-3 { width: 100%; height: 0; padding-bottom: 60%; overflow: hidden; } }

@media (min-width: 768px) { .aspect-4-3 { width: 100%; height: 0; padding-bottom: 75%; overflow: hidden; } }

@media (min-width: 768px) { .aspect-9-16 { width: 100%; height: 0; padding-bottom: 177.77778%; overflow: hidden; } }

.multi-column-alt-2 { column-count: 2; -moz-column-count: 2; column-gap: 2em; -moz-column-gap: 2em; padding-right: 2em; column-fill: balance; -moz-column-fill: balance; }

@media (max-width: 767px) { .multi-column-alt-2 { column-count: 1; -moz-column-count: 1; padding-right: 0; } }

@supports (-moz-appearance: none) and (display: contents) { .ff-margin-half { margin-top: 0.9375rem !important; } }

@media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) { .pad-half .card.card-short { height: auto; min-height: 0; }
    @media (min-width: 768px) and (max-width: 1023px) { #newsletter-footer-submit { font-size: 1.5rem; } } } }

.w-full, .accordion-button { width: 100%; }

.nav-mobile { position: fixed; top: 0; left: 0; color: #e8e8e4; background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; width: 100vw; -webkit-transition: height 0.2s linear; -moz-transition: height 0.2s linear; -ms-transition: height 0.2s linear; -o-transition: height 0.2s linear; transition: height 0.2s linear; height: 3.5rem; overflow: hidden; z-index: 1000; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .nav-mobile { background-size: 168px !important; } }

@media (max-width: 767px) { .nav-mobile { background-size: 10rem !important; } }

.nav-mobile .nav-inner { height: 3.5rem; background: #1d3012; position: relative; }

.nav-mobile .nav-inner h1 { display: block; position: absolute; left: 0; top: 0.0625rem; letter-spacing: 0.12em; line-height: 3.5rem; font-size: 2.1875rem; opacity: 1; color: #e8e8e4; width: 100vw; text-align: center; }

.nav-mobile .nav-inner h1 a { color: #e8e8e4; }

.nav-mobile .nav-inner .nav-toggle { opacity: 1; }

.nav-mobile .nav-inner .nav-toggle, .nav-mobile .nav-inner .nav-bite { display: block; position: absolute; top: 0.65625rem; right: 1.125rem; width: 1.625rem; height: 2.25rem; fill: #e8e8e4; transform: scale(1.1); }

.nav-mobile .nav-inner .nav-bite { fill: #1d3012; z-index: 1010; opacity: 0; pointer-events: none; transform: scale(-1.1, 1.1); top: 0.5rem; right: 1rem; }

.nav-mobile .nav-inner .nav-bite-on { opacity: 1; }

.nav-mobile .nav-inner .logo-cover { -webkit-transition: height 0.1s linear; -moz-transition: height 0.1s linear; -ms-transition: height 0.1s linear; -o-transition: height 0.1s linear; transition: height 0.1s linear; background: #1d3012; position: absolute; z-index: 1010; width: 50vw; height: 0.125rem; top: 0; left: 25vw; }

.nav-mobile .nav-inner .logo-cover-on { height: 3.5rem !important; }

.nav-mobile .nav-expanded { position: absolute; top: 3.4375rem; left: 0; width: 100%; text-align: center; }

.nav-mobile .nav-expanded .logotype { background: #1d3012; text-align: center; padding: 0 0 0.625rem 0; color: #e8e8e4; }

.nav-mobile .nav-expanded .logotype span { font-size: 0.78125rem; letter-spacing: 0.3em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; z-index: 1010; top: -0.3125rem; opacity: 0; -webkit-transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -ms-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; transition: opacity 0.25s linear; }

.nav-mobile .nav-expanded .bg-solid { height: calc(100vh - 3.5rem); overflow: scroll; }

.nav-mobile .nav-expanded .nav-list-1 { background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; height: 110vh; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .nav-mobile .nav-expanded .nav-list-1 { background-size: 168px !important; } }

@media (max-width: 767px) { .nav-mobile .nav-expanded .nav-list-1 { background-size: 10rem !important; } }

.nav-mobile .nav-expanded .nav-list-1__subnav { background-color: #e8e8e4; margin: 2rem 0; padding: 1rem; }

.nav-mobile .nav-expanded .nav-list-1__subnav-border { border: 0.25rem solid #1d3012; padding: 1rem; }

.nav-mobile .nav-expanded .nav-list-1__subnav-item { font: 1rem "Gi", sans-serif !important; letter-spacing: 0.04em; line-height: 1.33em; }

.nav-mobile .nav-expanded .nav-list-1__social { display: flex; gap: 3rem; justify-content: center; }

.nav-mobile .nav-expanded .nav-list-1__social-item { font-size: 2rem; }

.nav-mobile .nav-expanded .nav-list-2 { background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; height: 60vh; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .nav-mobile .nav-expanded .nav-list-2 { background-size: 168px !important; } }

@media (max-width: 767px) { .nav-mobile .nav-expanded .nav-list-2 { background-size: 10rem !important; } }

.nav-mobile .nav-expanded a { display: block; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; letter-spacing: 0.04em; color: #1d3012; text-align: center; font-size: 2.1875rem; margin: 0.25rem 0 0.625rem 0; padding: 0.125rem 0; text-shadow: 0 0 0.25rem #e8e8e4, 0 0 0.25rem #e8e8e4; }

@media (max-height: 27.5rem) { .nav-mobile .nav-expanded a { display: inline-block; text-align: center; margin: 0.3125rem 0.5rem; } }

.nav-mobile .mobile-nav-form { background: transparent; }

.nav-mobile .mobile-nav-form form { margin: 0; padding: 2.1875rem 0 0 0; }

.nav-mobile .mobile-nav-form h4 { font-size: 2.1875rem; color: #1d3012; margin-bottom: 0.5rem; }

.nav-mobile .mobile-nav-form input { font-size: 1.25rem; text-transform: none; margin-right: 0.3125rem; width: 11.25rem; }

.nav-mobile .mobile-nav-form button { font-size: 1.25rem; }

.nav-mobile-open { height: 100vh; }

.nav-mobile-open .nav-expanded .logotype span { opacity: 1; }

.desktop-fixed-column { width: 5.3125rem; position: absolute; left: -6.875rem; z-index: 1000; pointer-events: auto; }

@media (min-width: 768px) and (max-width: 1304px) { .desktop-fixed-column { width: 3.98438rem; left: -5.54688rem; } }

.menu-anchors { position: relative; margin-top: -1.25rem; z-index: 1000; transform: scale(0.72); }

@media (min-width: 768px) and (max-width: 1023px) { .menu-anchors { transform: scale(1) translateY(1.5rem); } }

.menu-anchors .menu-anchor { display: block; margin-top: -0.625rem; }

.menu-anchors .menu-anchor svg { fill: #e8e8e4; -webkit-transition: opacity 0.1s linear; -moz-transition: opacity 0.1s linear; -ms-transition: opacity 0.1s linear; -o-transition: opacity 0.1s linear; transition: opacity 0.1s linear; opacity: 0.5; }

.menu-anchors .menu-anchor:after { display: block; content: ' '; width: 3em; height: 3em; background: #1d3012; border-radius: 3em; position: absolute; left: calc(50% - 1.5em); margin-top: -4.4em; z-index: -1; box-shadow: 0 0 1em 0.5em #1d3012; }

.menu-anchors .menu-anchor.scroll-anchor { -webkit-transition: transform 0.1s linear; -moz-transition: transform 0.1s linear; -ms-transition: transform 0.1s linear; -o-transition: transform 0.1s linear; transition: transform 0.1s linear; }

.menu-anchors .menu-anchor.scroll-anchor:hover { transform: scale(1.05); }

.menu-anchors .anchor-active svg { opacity: 1.0; }

.menu-anchors .m-calendar svg { transform: scale(0.52) translateY(-0.3125rem); }

.menu-anchors .m-burger svg { transform: scale(0.48); }

.menu-anchors .m-drink { margin-bottom: 0.3125rem; }

.menu-anchors .m-drink svg { transform: scale(0.62) translateX(0.25rem); }

.menu-anchors .m-egg svg { transform: scale(0.5) rotate(8deg); }

.menu-anchors .m-pin svg { transform: scale(0.5); }

.main-logo { display: block; position: relative; }

.main-logo svg { fill: #e8e8e4; }

.main-logo svg:nth-child(2) { position: absolute; top: 0; left: 0; fill: #1d3012; z-index: -1; }

.nav-desktop { height: 3.4375rem; display: flex; justify-content: space-between; }

.nav-desktop .nav-item { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.81562rem; line-height: 2.1875rem; height: 2.1875rem; color: #e8e8e4; display: block; float: left; margin: 0; padding: 0.5625rem 0.8125rem 0.4375rem; border: 0.25rem solid #e8e8e4; position: relative; text-align: center; }

.nav-desktop .nav-item:hover { text-decoration: none; background-color: #e8e8e4; color: #1d3012; transition-duration: 0.2s; }

.nav-desktop .nav-item:after { content: ''; width: 0.25rem; position: absolute; background: #e8e8e4; left: 50%; height: 0rem; bottom: 0rem; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }

.nav-desktop .nav-current { color: #1d3012; background: #e8e8e4; }

.nav-desktop .nav-current:after { height: 2rem; bottom: -2.125rem; }

.location-container .btn-nearby { color: #1d3012; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }

.location-container .btn-nearby svg { display: inline-block; width: 0.6em; height: 0.8em; fill: #1d3012; margin: 0 0.25em 0 0; transform: scale(1.4) translate(0rem, 0.1rem); -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }

.location-container .btn-nearby:hover { color: #fafafa; }

.location-container .btn-nearby:hover svg { fill: #fafafa; }

.location-container .btn-nearby.mobile { margin-left: 0.75rem; padding: 0.04em 0.6em 0.05em; }

.location-container .btn-nearby.mobile svg { transform: scale(1.4) translate(0.01rem, 0.47rem); }

.bar-spacer { height: 0.0625rem; display: inline-block; width: 1.625rem; }

.location-bar { height: 0; overflow: visible; -webkit-transition: height 0.2s ease-out; -moz-transition: height 0.2s ease-out; -ms-transition: height 0.2s ease-out; -o-transition: height 0.2s ease-out; transition: height 0.2s ease-out; -webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s; -ms-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s; }

.location-bar .location-container { display: none; position: relative; }

.location-bar .location-flush { margin-top: 0; }

.location-bar-active { height: 6.75rem; }

.location-bar-active .location-container { display: block; }

.location-bar-filters { height: auto; }

.location-bar-filters .location-container { display: block; }

.location-bar-filters .location-container .row { background: #e8e8e4; }

.filter-label input { outline: none !important; }

.location-filters { background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; color: #1d3012; text-align: center; padding: 0.9375rem; border: 0.25rem solid #e8e8e4; border-top: none; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .location-filters { background-size: 168px !important; } }

@media (max-width: 767px) { .location-filters { background-size: 10rem !important; } }

.location-filters .filter-option { display: block; width: auto; text-transform: uppercase; margin: 0 0.3125rem; padding: 0.4375rem 0.75rem 0.5rem; line-height: 0; }

@media (min-width: 1024px) { .location-filters .filter-option { display: inline-block; } }

.location-filters .filter-option .filter-label { width: auto; display: inline-block; margin: 0 !important; color: #1d3012; }

.location-filters .filter-option .filter-label span { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; position: relative; display: inline-block; top: 0.125rem; text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4; }

.location-filters .filter-option.hidden { display: none; }

.location-filters .filter-option-title { background: transparent; padding-right: 0; padding-left: 0; }

.location-filters .filter-option-title .filter-label span { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.5625rem; font-weight: 100; height: 1.5625rem; position: relative; top: -0.077rem; }

.location-filters .filter-link { cursor: pointer; }

.location-filters .filter-link label { pointer-events: none; }

.location-filters .wpcf7-form { margin: 0; height: 2.375rem; }

.location-filters .wpcf7-form .field.checkboxes { margin: 0; }

.location-filters .wpcf7-form .field.checkboxes.left { padding: 0; }

@media (min-width: 1024px) { .location-filters .wpcf7-form .field.checkboxes.left { width: 75%; } }

.location-filters .wpcf7-form .field.checkboxes.right { padding: 0; }

@media (min-width: 1024px) { .location-filters .wpcf7-form .field.checkboxes.right { width: 25%; } }

.location-filters .wpcf7-form .field.checkboxes.tight .filter-option { margin: 0; }

.location-filters.border-top { border-top: 0.25rem solid #e8e8e4; }

.location-filters.mobile .wpcf7-form { height: auto; }

.location-filters.mobile .wpcf7-form .field.checkboxes { float: none; margin-left: 0.9rem; }

.location-filters.mobile .wpcf7-form .field.checkboxes .wpcf7-checkbox { text-align: left; }

.location-filters.mobile .wpcf7-form .field.checkboxes .wpcf7-checkbox .filter-option { margin: 0; width: 48%; padding: 0.5rem 0; display: inline-block; text-align: left; }

.cookie-overlay { position: fixed; z-index: 100000; bottom: 0; left: 0; width: 100%; box-sizing: border-box; background: #e8e8e4; transform: translate3d(0, 0, 0); box-shadow: 0 0 4rem 0 rgba(29, 48, 18, 0.34); }

.cookie-overlay .inner { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; width: 100%; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .cookie-overlay .inner { background-size: 168px !important; } }

@media (max-width: 767px) { .cookie-overlay .inner { background-size: 10rem !important; } }

.cookie-overlay .inner .container { width: 67.5rem; margin: 0 auto; padding: 1.875rem 0 1.6875rem; box-sizing: border-box; display: flex; flex-wrap: wrap; color: #e8e8e4; align-items: center; justify-content: center; }

@media (max-width: 767px) { .cookie-overlay .inner .container { width: calc(100% - 1.875rem); } }

.cookie-overlay .inner .container h3 { display: block; text-align: center; font-size: 1.75781rem; margin: 0 1.875rem 0 0; width: auto; }

@media (max-width: 767px) { .cookie-overlay .inner .container h3 { margin: 0 0 1rem 0; } }

.cookie-overlay .inner .container p { font-size: 0.78125rem; text-transform: uppercase; display: block; margin: 0; flex: 1; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@media (max-width: 767px) { .cookie-overlay .inner .container p { width: 100%; flex: auto; margin-bottom: 1rem; font-size: 0.66406rem; } }

.cookie-overlay .inner .container button { display: block; font-size: 1rem; height: 2.2rem; margin-left: 1.875rem; background: transparent; border-color: #e8e8e4; color: #e8e8e4; }

@media (max-width: 767px) { .cookie-overlay .inner .container button { margin: 0 auto; } }

.cookie-overlay .inner .container button:hover { background: #e8e8e4; color: #1d3012; }

.cookie-overlay.light .inner { background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .cookie-overlay.light .inner { background-size: 168px !important; } }

@media (max-width: 767px) { .cookie-overlay.light .inner { background-size: 10rem !important; } }

.cookie-overlay.light .inner .container { color: #1d3012; }

.cookie-overlay.light .inner .container h3 { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .cookie-overlay.light .inner .container h3 { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.07812rem #e8e8e4, 0 0 0.07812rem #e8e8e4; } }

.cookie-overlay.light .inner .container p { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4; -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .cookie-overlay.light .inner .container p { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.07812rem #e8e8e4, 0 0 0.07812rem #e8e8e4; } }

.cookie-overlay.light .inner .container p a, .cookie-overlay.light .inner .container p a:hover { color: #1d3012; text-decoration: underline; }

.cookie-overlay.light .inner .container button { background: #e8e8e4; border-color: #1d3012; color: #1d3012; }

.cookie-overlay.light .inner .container button:hover { background: #1d3012; color: #e8e8e4; }

.card, .card-height { background: #e8e8e4; border: 0.25rem solid #e8e8e4; height: 28.7rem; min-height: 28.7rem; }

@media (max-width: 767px) { .card, .card-height { border: none; height: auto; min-height: 0; }
  .card .sm-shrink, .card-height .sm-shrink { min-height: 0; height: auto; } }

@media (min-width: 768px) and (max-width: 1304px) { .card, .card-height { height: 28.9rem; min-height: 28.9rem; } }

@media (min-width: 768px) and (max-width: 1023px) { .card, .card-height { height: 28.7rem; min-height: 28.7rem; } }

@media (min-width: 1658px) { .card, .card-height { height: 28.95rem; min-height: 28.95rem; } }

.card p:last-child, .card-height p:last-child { margin-bottom: 0; }

.card.card-short, .card-height.card-short { height: auto; min-height: 0; }

.last-p-no-margin p:last-child { margin-bottom: 0 !important; }

.card-full { width: 100%; height: 0; padding: 0 0 calc(72% + 14.375rem) 0; }

@media (max-width: 767px) { .card-full { height: auto; padding: 0; } }

.card-full .card-full-inner { display: block; position: absolute; height: calc(100% - 2.375rem); width: calc(100% - 2.375rem); overflow-y: hidden; }

@media (max-width: 767px) { .card-full .card-full-inner { position: relative; height: auto; width: 100%; } }

.card-full-inner__candles { width: calc(100% - 20px); position: absolute; bottom: 5px; left: 50%; transform: translate3d(-50%, 0, 0); max-width: 320px; }

.card-full-inner__img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.card-full-inner--portrait-video { padding-bottom: 144.56355283%; position: relative; }

@media (min-width: 767px) { .card-full-inner--portrait-video { padding-bottom: 0; } }

.card-full-inner--portrait-video iframe { position: absolute !important; top: 0; left: 0; width: 100% !important; height: 100% !important; }

@media (min-width: 767px) { .card-full-inner--portrait-video iframe { position: static; } }

.card-double { position: relative; height: 0; padding: 0 0 calc((72% / 2) + 14.375rem - 0.8512rem) 0; overflow: hidden; background: #e8e8e4; }

@media (max-width: 767px) { .card-double { height: auto; width: 100%; padding: 0; } }

.card-double .card-double-image { width: calc(50% + 0.9375rem); float: left; }

@media (max-width: 767px) { .card-double .card-double-image { width: 100.0%; } }

.card-double .card-double-image__inner { position: relative; }

.card-double .card-double-image__bunting { position: absolute; top: 0; right: 0; width: 90%; z-index: 2; }

.card-double .card-double-image__img { position: relative; z-index: 1; }

.card-double .card-double-text { width: calc(50% - 0.9375rem); float: left; }

@media (max-width: 767px) { .card-double .card-double-text { width: 100%; } }

.card-double .card-double-text--no-image { width: 100%; }

.card-double .card-double-text--no-image .card-headline-overlay { padding: 1.875rem; position: static; }

.card-double .card-double-text--no-image .cd-title { height: auto; padding: 0; }

.card-double .card-double-text .cd-body { color: #1d3012; }

.cd-title { width: 100%; height: 0; padding-bottom: 72%; position: relative; }

.cd-title--light { background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; color: #1d3012; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .cd-title--light { background-size: 168px !important; } }

@media (max-width: 767px) { .cd-title--light { background-size: 10rem !important; } }

.cd-title--dark { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; color: #e8e8e4; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .cd-title--dark { background-size: 168px !important; } }

@media (max-width: 767px) { .cd-title--dark { background-size: 10rem !important; } }

.flex-centered { display: flex; align-items: center; justify-content: center; }

.flex-items-center { display: flex; flex-wrap: wrap; align-items: center; }

.flex-space-between { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.card-centered { display: block; background: #e8e8e4; }

@media (min-width: 768px) { .card-centered { min-height: 0; }
  .card-centered .inner { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; height: 7.5rem; display: flex; align-items: center; justify-content: center; } }

@media (min-width: 768px) and (min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 120dpi) { .card-centered .inner { background-size: 168px !important; } }

@media (min-width: 768px) and (max-width: 767px) { .card-centered .inner { background-size: 10rem !important; } }

@media (min-width: 768px) { .card-centered:hover .inner { background: #1d3012 !important; }
  .card-centered .card-body { background: transparent; color: #e8e8e4; min-height: 0; height: initial; text-align: center; }
  .card-centered .card-body h3 { margin: 0.1875rem 0 0 0; }
  .card-centered .card-body p { font-size: 0.78125rem; text-transform: uppercase; } }

.booking-card { border-left: none; border-right: 2.125rem solid transparent; border-top: 0.3125rem solid transparent; border-bottom: 1.875rem solid transparent; padding-left: 1.25rem; }

.booking-card div { padding: 0.9375rem; text-align: center; }

.booking-button { text-align: right; }

.booking-button .bg-accent:hover { background: #ffb000; }

.booking-button .bg-background:hover { background: #1d3012; }

@media (max-width: 767px) { .booking-button { text-align: left; }
  .booking-button .button { margin-top: 0.9375rem; } }

.booking-background { background: url("../img/vert-thin-booking-2.jpg"); background-size: 100%; height: 100%; }

.outline { border: 0.25rem solid #1d3012; }

.card-image { width: 100%; height: 0; padding: 0 0 72% 0; overflow: hidden; position: relative; }

.card-image__object-fit { height: 100%; position: absolute; width: 100%; }

.card-image__object-fit img { height: 100%; object-fit: cover; object-position: center; width: 100%; }

.card-image--short { padding-bottom: 35%; }

.card-image h3 { font-size: 2.1875rem; position: absolute; padding: 0 0.9375rem 0; color: #e8e8e4; bottom: 0; margin-bottom: 0.75rem; }

.card-image .card-distance, .card-image .card-alt-overlay { background: #1d3012; color: #e8e8e4; padding: 0.5rem 0.5rem 0.375rem; line-height: 1; display: inline-block; width: auto; margin-bottom: 1.25rem; text-transform: uppercase; position: absolute; top: 0; right: 0; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 100; font-size: 1.5625rem; }

.card-image .card-alt-overlay { top: initial; right: initial; left: 0; bottom: 0; margin: 0; }

.avail-retired .card-image, .avail-archive .card-image { background: #1d3012; }

.avail-retired .card-image img, .avail-archive .card-image img { filter: saturate(0) contrast(1.2); mix-blend-mode: screen; }

.card-headline-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 15px; box-sizing: border-box; }

.card-headline-overlay span { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 3.4375rem; display: block; line-height: 0.9; position: relative; top: 0.09375rem; }

.card-halftone-header { background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; padding: 0.9375rem; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .card-halftone-header { background-size: 168px !important; } }

@media (max-width: 767px) { .card-halftone-header { background-size: 10rem !important; } }

.card-halftone-header h3 { color: #1d3012; font-size: 1.5625rem; line-height: 0.9; padding: 0; margin: 0; text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4; }

@media (max-width: 767px) { .card-halftone-header { padding: 1.875rem; }
  .card-halftone-header h3 { font-size: 2.1875rem; } }

.card-body { padding: 0.9375rem; height: 12.5rem; background: #e8e8e4; color: #1d3012; position: relative; }

@media (max-width: 767px) { .card-body { padding: 1.875rem; min-height: 0; } }

.card-body h3 { margin: 0.25rem 0 0.5rem 0; font-size: 2.1875rem; line-height: 0.86; }

.card-body h2 { line-height: 0.86; margin-bottom: 1.25rem; }

.card-body p { margin-bottom: 0.5rem; }

.card-body p em { font-style: normal; color: #1d3012; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.card-body ul { font-size: 1rem; list-style-type: disc; padding-left: inherit; }

.card-body .button-hover-dark:hover { background: #1d3012 !important; }

.card.alt-1 .card-distance, .card.alt-1 .card-alt-overlay { background: #d6cbb0; color: #1d3012; }

.card.alt-2 .card-distance, .card.alt-2 .card-alt-overlay { background: #b9d694; color: #1d3012; }

.card.alt-3 .card-distance, .card.alt-3 .card-alt-overlay { background: #ecdd8a; color: #1d3012; }

.info-popup { position: absolute; opacity: 0; -webkit-transition: opacity 0.1s linear; -moz-transition: opacity 0.1s linear; -ms-transition: opacity 0.1s linear; -o-transition: opacity 0.1s linear; transition: opacity 0.1s linear; pointer-events: none; bottom: 2.125rem; left: -5rem; width: 10rem; background: url("../img/tooltip.png") no-repeat left bottom; background-size: 11.875rem; color: #e8e8e4; padding: 0.75rem 0.75rem 1.5rem; text-align: center; text-transform: uppercase; z-index: 1000; font-family: "Gi"; }

.info-popup p, .info-popup p a { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #e8e8e4; font-size: 0.75rem !important; line-height: 1.125rem !important; margin: 0 !important; }

@media (max-width: 767px) { .info-popup { left: -4.875rem; } }

.card-info { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; text-align: left; display: inline-block; cursor: pointer; line-height: 2.2; }

.card-info:hover svg { opacity: 0.5; }

@media (max-width: 767px) { .card-info { margin: 0 0 0.3125rem; width: 100%; text-align: center; }
  .card-info svg { height: 2.25rem; margin-right: 0.75rem; } }

.card-info .info-icon { display: inline-block; position: relative; font-size: 1rem; height: 1.8em; width: 2em; }

.card-info .info-icon.wide { padding: 0 0.2em; }

.card-info .info-icon svg { display: block; position: relative; top: 0; left: 0; height: 1.8em; width: 2em; max-width: 2em; fill: #1d3012; margin: 0 0.3125rem 0 0; opacity: 0.99; }

.card-info .info-icon svg:hover { opacity: 0.99; }

.card-info .info-icon svg.alt { fill: #d9a500; }

.card-info .info-icon:hover .info-popup { opacity: 1; }

.card-info .info-icon.dismissed .info-popup { opacity: 0; }

.card-info .info-icon:last-child svg { margin-right: 0; }

@media (max-width: 767px) { .card-info.sm-align-left .info-icon .info-popup { background: url("../img/tooltip-left.png") no-repeat left bottom; background-size: 11.875rem; left: 0.25rem; } }

@media (max-width: 767px) { .card-info.sm-align-left .info-icon.wide .info-popup { left: 0.5625rem; } }

.mob-divider { float: left; width: 100%; height: 0.46875rem; background: #e8e8e4; }

.mob-divider div { width: 100%; height: 0.46875rem; background: url("../img/pattern1-green.png"); background-size: 192px; }

@media (max-width: 767px) { .mob-divider div { background-size: 12rem; } }

@media (min-width: 768px) { .mob-divider { display: none; } }

.mob-more { padding: 3.75rem; background: url("../img/pattern1-green.png"); background-size: 192px; }

@media (max-width: 767px) { .mob-more { background-size: 12rem; } }

.mob-more a, .mob-more div { cursor: pointer; display: block; width: 100%; text-align: center; color: #1d3012; background: #e8e8e4; }

.mob-more a h3, .mob-more div h3 { margin: 0; padding: 1.375rem 0 1.125rem 0; line-height: 0.86; border: 0.25rem solid #1d3012; }

.mob-more-compact { padding: 1.875rem; background: url("../img/pattern1-green.png"); background-size: 192px; }

@media (max-width: 767px) { .mob-more-compact { background-size: 12rem; } }

.mob-more-compact a, .mob-more-compact div { cursor: pointer; display: block; width: 100%; text-align: center; color: #1d3012; background: #e8e8e4; }

.mob-more-compact a h3, .mob-more-compact div h3 { margin: 0; padding: 1.375rem 0 1.125rem 0; line-height: 0.86; border: 0.25rem solid #1d3012; }

.mob-more-alt { background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .mob-more-alt { background-size: 168px !important; } }

@media (max-width: 767px) { .mob-more-alt { background-size: 10rem !important; } }

.mob-more-inv { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .mob-more-inv { background-size: 168px !important; } }

@media (max-width: 767px) { .mob-more-inv { background-size: 10rem !important; } }

.mob-more-inv a, .mob-more-inv div { color: #e8e8e4; background: #1d3012; }

.mob-more-inv a h3, .mob-more-inv div h3 { border-color: #e8e8e4; width: 100%; }

.thick-slab { padding: 16vw; }

.cta-box { background: #e8e8e4; border: 0.25rem solid #e8e8e4; }

.cta-box .cta-inner { background: url("../img/pattern1-green.png"); background-size: 192px; padding: 1.875rem; text-align: center; }

@media (max-width: 767px) { .cta-box .cta-inner { background-size: 12rem; } }

.cta-box .cta-inner h3 { display: inline-block; padding: 0.98438rem 0.9375rem 0.89062rem; color: #1d3012; background: #e8e8e4; border: 0.25rem solid #1d3012; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }

.cta-box:hover .cta-inner h3 { color: #e8e8e4; background: #1d3012; }

.cta-box.cta-alt { background: #d6cbb0; border: 0.25rem solid #d6cbb0; }

.cta-box.cta-alt .cta-inner h3 { background: #d6cbb0; }

.cta-box.cta-alt:hover .cta-inner h3 { background: #1d3012; color: #d6cbb0; }

.cta-alt-mob { background: #d6cbb0; }

.cta-alt-mob .mob-more a { background: #d6cbb0; }

.horizontal-pane { width: 100vw; padding-top: 1.875rem; padding-bottom: 1.875rem; overflow: hidden; position: relative; }

.horizontal-pane .pane-header { position: absolute; width: calc(100vw - 1.25rem); padding: 0.625rem; }

.horizontal-pane .pane-footer { position: relative; text-align: center; padding-top: 1.875rem; text-transform: uppercase; font-size: 0.875rem; }

.horizontal-pane .shield-header { text-align: center; color: #282828; }

.horizontal-pane .shield-header svg { position: absolute; left: 50%; width: 70vw; height: 35vw; transform: translate(-35vw); fill: #282828; }

.horizontal-pane .shield-header h2 { line-height: 26vw; font-size: 2.75rem; }

.horizontal-pane .pane-container { padding-top: 38vw; width: 100vw; overflow: scroll; -webkit-overflow-scrolling: touch; }

.horizontal-pane .pane-container .swiper-slide:last-child .menu-connector { display: none; }

.horizontal-pane .stop-scroll { overflow: hidden; }

.horizontal-pane .menu-connector { position: absolute; width: 1.46875rem; height: 0.3125rem; background: #282828; top: 10.1875rem; right: -1.4375rem; }

.horizontal-pane .header-connector { position: absolute; width: 0.3125rem; height: 1.5rem; background: #282828; left: calc(50% - 0.15625rem); top: 32.25vw; }

.horizontal-pane .menu-item { display: block; text-align: center; border: 0.3125rem solid #282828; padding: 1.375rem; height: 18.75rem; position: relative; color: #282828; }

@media (max-width: 767px) { .horizontal-pane .menu-item { padding: 1.25rem; } }

.horizontal-pane .menu-item h1 { font-size: 2.5rem; }

.horizontal-pane .menu-item h1, .horizontal-pane .menu-item h2 { line-height: 0.86; }

.horizontal-pane .menu-item h3 { font-size: 2.5rem; margin-bottom: 0.45em; line-height: 0.86; margin-left: -0.5rem; margin-right: -0.5rem; }

.horizontal-pane .menu-item h4 { position: absolute; bottom: 0.625rem; right: 1.25rem; font-size: 1.75rem; text-align: right; }

.horizontal-pane .menu-item .more-link { font-weight: 100; position: absolute; bottom: 1.1875rem; left: 1.4375rem; font-size: 0.875rem; line-height: 1; opacity: 1; text-transform: uppercase; border: 0.125rem solid #282828; color: #282828; padding: 0.4375rem 0.25rem 0.3125rem 0.3125rem; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.horizontal-pane .menu-item .inline { position: relative; display: inline-block; bottom: 0 !important; left: 0 !important; margin-top: 0.625rem; }

.horizontal-pane .menu-item p { font-weight: normal; font-size: 1rem; }

.horizontal-pane .menu-item small { position: absolute; width: 100%; left: 0; box-sizing: border-box; padding: 0 1.5rem; bottom: 4rem; text-transform: uppercase; opacity: 0.5; font-size: 66%; line-height: 1.25; }

.horizontal-pane .menu-item .small { font-size: 1rem; }

.horizontal-pane .menu-item .tiny { font-size: 0.875rem; }

.horizontal-pane .menu-item .yuge { font-size: 5rem; margin: 0.625rem 0 0.625rem; }

.horizontal-pane .menu-item .mini-items { text-align: left; }

.horizontal-pane .menu-item .mini-items .item { padding: 0.5rem 0; }

.horizontal-pane .menu-item .mini-items .item:hover { background: transparent; }

.horizontal-pane .menu-item .mini-items .price { font-size: 1.25rem; }

.horizontal-pane .menu-item .mini-items .mini-desc p { margin-bottom: 0.33em; font-size: 0.87rem; }

.horizontal-pane .menu-item .mini-items .mini-desc p:first-of-type { margin-top: 0.33em; }

.horizontal-pane .menu-item .group-price { margin-top: 1rem; font-size: 1.25rem; }

.horizontal-pane .menu-item-alt { display: flex; flex-direction: column; align-items: center; justify-content: center; background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; border: 0.3125rem solid transparent; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .horizontal-pane .menu-item-alt { background-size: 168px !important; } }

@media (max-width: 767px) { .horizontal-pane .menu-item-alt { background-size: 10rem !important; } }

.horizontal-pane .menu-item-alt h3 { font-size: 2.1875rem; }

.horizontal-pane .menu-item-alt p { padding: 0.3125rem 0.3125rem 0; }

.horizontal-pane .menu-item-alt .more-link { left: 1.4375rem; bottom: 1.375rem; }

.horizontal-pane .menu-item-alt2 { background: url("../img/pattern1-green.png"); background-size: 192px; border: 0.3125rem solid transparent; }

@media (max-width: 767px) { .horizontal-pane .menu-item-alt2 { background-size: 12rem; } }

.desktop-shield-header { text-align: center; position: relative; color: #282828; }

.desktop-shield-header svg { fill: #282828; width: 100%; height: auto; }

.desktop-shield-header h2 { align-items: center; display: flex; font-size: 3.4375rem; height: 8.2rem; justify-content: center; position: absolute; top: 0; width: 100%; }

.menu-corner-left { position: relative; width: calc(50% + 0.9375rem); height: 7.875rem; left: calc(50% - 0.1875rem); border-top: 0.3333rem solid #282828; border-left: 0.3333rem solid #282828; }

@media (min-width: 768px) { .menu-corner-left { border-width: 3px; top: 4.75rem; height: 7.75rem; width: calc(50% + 0.9375rem - 0.0625rem); left: calc(50% - 0.1875rem); } }

@media (min-width: 1024px) { .menu-corner-left { border-width: 4px; top: 4.625rem; } }

@media (min-width: 1305px) { .menu-corner-left { border-width: 5px; top: 4.75rem; } }

@media (min-width: 1658px) { .menu-corner-left { border-width: 6px; top: 4.875rem; } }

.menu-corner-left.menu-corner--v-honest { left: 74.5%; width: 29%; }

.menu-corner-right { position: relative; width: calc(50% + 0.9375rem); height: 7.875rem; left: -1.125rem; border-top: 0.3333rem solid #282828; border-right: 0.3333rem solid #282828; }

@media (min-width: 768px) { .menu-corner-right { height: 7.75rem; width: calc(50% + 0.9375rem - 0.0625rem); left: calc(-0.9375rem - 0.0625rem); border-width: 3px; top: 4.75rem; } }

@media (min-width: 1024px) { .menu-corner-right { border-width: 4px; top: 4.625rem; } }

@media (min-width: 1305px) { .menu-corner-right { border-width: 5px; top: 4.75rem; } }

@media (min-width: 1658px) { .menu-corner-right { border-width: 6px; top: 4.875rem; } }

.menu-corner-right.menu-corner--v-honest { width: 29%; }

.down-connector { position: absolute; width: 0.3333rem; height: 2.125rem; background: #282828; left: calc(50% - 0.08rem); bottom: -2.2rem; }

@media (min-width: 768px) { .down-connector { width: 3px; bottom: -2.325rem; height: 2.2rem; } }

@media (min-width: 1024px) { .down-connector { width: 4px; } }

@media (min-width: 1305px) { .down-connector { width: 5px; } }

@media (min-width: 1658px) { .down-connector { width: 6px; } }

.desktop-header-connector { position: absolute; width: 0.3333rem; height: 2.5rem; background: #282828; left: calc(50% - 0.09rem); bottom: -0.9375rem; }

@media (min-width: 768px) { .desktop-header-connector { width: 3px; } }

@media (min-width: 1024px) { .desktop-header-connector { width: 4px; } }

@media (min-width: 1305px) { .desktop-header-connector { width: 5px; } }

@media (min-width: 1658px) { .desktop-header-connector { width: 6px; } }

.header-extend { height: 11rem; bottom: -9.375rem; }

.corner-extend { margin-bottom: 3.5rem; }

@media (min-width: 768px) { .corner-extend { height: 16.125rem; top: 4.625rem; } }

@media (min-width: 1024px) { .corner-extend { height: 16rem; top: 4.625rem; } }

@media (min-width: 1305px) { .corner-extend { height: 16.25rem; top: 4.6875rem; } }

@media (min-width: 1658px) { .corner-extend { height: 16.5rem; top: 4.6875rem; } }

.category-graphic { position: relative; top: -19.5rem; height: 11.25rem; pointer-events: none; }

.category-graphic svg { position: absolute; z-index: 10; fill: #282828; width: 100%; height: 22.5rem; left: 0; transform: scale(1.1); }

.desktop-menu-item { display: block; border: 0.3333rem solid #282828; padding: 0.9375rem; height: 8.75rem; position: relative; color: #282828; }

@media (min-width: 768px) { .desktop-menu-item { border-width: 3px; } }

@media (min-width: 1024px) { .desktop-menu-item { border-width: 4px; } }

@media (min-width: 1305px) { .desktop-menu-item { border-width: 5px; } }

@media (min-width: 1658px) { .desktop-menu-item { border-width: 6px; } }

.desktop-menu-item h3 { display: block; font-size: 1.75rem; margin: 0; text-align: center; }

.desktop-menu-item h3.integrated-group-name { color: #282828; font-size: 1.75rem; margin: 0; padding: 0 0 .55em 0; }

.desktop-menu-item .integrated-group-description { text-align: center; text-transform: uppercase; }

.desktop-menu-item h4 { font-size: 1.53125rem; position: absolute; bottom: 0.375rem; right: 0.9375rem; text-align: right; }

.desktop-menu-item p { margin-top: 0.625rem; font-weight: normal; text-align: center; }

.desktop-menu-item .kcal { position: absolute; bottom: 0rem; left: 0.9375rem; text-align: left; }

.desktop-menu-item small { position: absolute; width: 100%; left: 0; box-sizing: border-box; padding: 0 25% 0 0.9375rem; bottom: 0.75rem; left: 0; text-transform: uppercase; opacity: 0.6; font-size: 64%; line-height: 1.25; }

a.desktop-menu-item:hover { background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { a.desktop-menu-item:hover { background-size: 168px !important; } }

@media (max-width: 767px) { a.desktop-menu-item:hover { background-size: 10rem !important; } }

.block-title { height: 2.9375rem; }

.block-standard { height: 9.6875rem; }

.block-standard-extended { height: 16.8125rem; }

.block-double { height: 23.75rem; }

.block-double-extended { height: 27.625rem; }

.block-fluid { height: auto; padding-top: 2.6rem; padding-bottom: 2.6rem; }

#brunch .desktop-menu-item.block-standard-extended { height: 14.625rem; }

#burgers .desktop-menu-item .mini-items .item { padding-top: 0.175em; }

#burgers .desktop-menu-item .mini-items .item .desc { width: 86.5%; }

.mini-item-block:hover { background: transparent !important; }

.mini-item-block h3 { padding: 0.75rem 0 0.4375rem 0; font-size: 1.45688rem; }

.mini-items { position: relative; font-size: 100%; line-height: 0.9; }

.mini-items h3 { text-align: left; margin-bottom: 0.625rem; }

.mini-items h4 { bottom: 0; right: 0; }

.mini-items .item { display: block; position: relative; padding: 0.5rem 0 0.25rem 0; margin: 0; color: #282828; }

.mini-items .item:first-child { padding-top: 0.3125rem; }

.mini-items .item .price { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; right: 0; font-size: 1.45688rem; position: absolute; top: 0.3125rem; text-align: right; }

@media (max-width: 767px) { .mini-items .item .price { right: 0rem; top: 0.3em; } }

.mini-items .item .title { display: inline-block; width: 80%; line-height: 1.2em; font-size: .9rem; }

@media (max-width: 767px) { .mini-items .item .title { width: 75%; font-size: .85rem; } }

.mini-items .item .desc { display: inline-block; width: 75%; margin-top: 0.125rem; font-style: normal; text-transform: none; font-size: 0.78125rem; line-height: 1.2; color: rgba(40, 40, 40, 0.5); }

@media (max-width: 767px) { .mini-items .item .desc { width: 100%; } }

.mini-items .item--sauce { padding-top: 0.5rem; text-align: center; }

.mini-items .item--sauce.item--first { padding-top: 1.5625rem; }

.mini-items .item--sauce .title { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.8rem; }

.mini-items .item--side { padding-top: 1.5625rem; text-align: center; }

.mini-items .item--side:first-child { padding-top: 1.5625rem; }

.mini-items .item--side .title { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.8rem; }

.mini-items .item--side .desc { color: #282828; font-size: 1rem; }

.mini-items .item--side .price { margin-top: .3em; position: static; text-align: center; }

.mini-items .price--sauce { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.25rem; padding-top: 0.625rem; text-align: center; text-transform: none; }

.desktop-menu-item-inverted { background: #282828; }

.desktop-menu-item-alt { background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; border: 0.3333rem solid transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .desktop-menu-item-alt { background-size: 168px !important; } }

@media (max-width: 767px) { .desktop-menu-item-alt { background-size: 10rem !important; } }

.desktop-menu-item-alt h3, .desktop-menu-item-alt p { display: inline-block; margin-bottom: 0; width: 100%; }

.desktop-menu-item-smashed { background-image: url("../img/smashed.svg"); background-size: 100% auto; border: none; height: auto; padding: 5rem 3.75rem; }

.desktop-menu-item-smashed small { opacity: 1; padding: 0; position: static; text-transform: none; }

.desktop-menu-item-smashed small:only-child { display: block; line-height: 1; }

.desktop-menu-item-smashed.desktop-menu-item:hover { background-image: url("../img/smashed.svg") !important; background-size: 100% auto !important; }

.menu-teaser { position: relative; background: url("../img/pattern1-green.png"); background-size: 192px; }

@media (max-width: 767px) { .menu-teaser { background-size: 12rem; } }

.menu-teaser h2 { text-align: center; color: #282828; line-height: 0.9; margin: 0; padding: 1.875rem; }

.menu-teaser svg { fill: #b9d694; }

.menu-teaser .teaser-pin { display: inline-block; position: relative; height: 1.25rem; width: 1.25rem; transform: scale(3) translate(-0.5rem, -0.1rem); }

.desktop-menu-category { border: 0.3333rem solid #282828; padding: 0; height: 3.5rem; line-height: 4.125rem; vertical-align: middle; text-align: center; position: relative; }

@media (min-width: 768px) { .desktop-menu-category { border-width: 3px; } }

@media (min-width: 1024px) { .desktop-menu-category { border-width: 4px; } }

@media (min-width: 1305px) { .desktop-menu-category { border-width: 5px; } }

@media (min-width: 1658px) { .desktop-menu-category { border-width: 6px; } }

.desktop-menu-category h3 { color: #282828; display: inline-block; font-size: 1.75rem; margin: 0; }

.desktop-menu-category--shield { border: none; height: auto; line-height: 0; position: relative; }

.desktop-menu-category--shield h3 { font-size: 3.4375rem; left: 0; position: absolute; top: 2.5rem; width: 100%; }

.desktop-menu-category--shield svg { fill: #282828; width: 64%; }

.desktop-menu-category--shield .down-connector { bottom: -2rem; }

.category-align { margin-top: 6.5rem; }

.menu-pin h3 { margin: 0.4375rem 0 0 0; }

.menu-pin p { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 0.75rem 0 0.3125rem; padding-right: 2.625rem; font-size: 0.78125rem; }

.menu-pin svg { width: 95%; transform: translate(-0.1875rem, 0.5rem) scale(1.1); }

.menu-pin form { margin: 0; padding-right: 0.5rem; }

.menu-pin input { display: inline-block; width: 74%; font-size: 1rem; line-height: 1.8rem; background: #b9d694; color: #282828; text-align: center; border: none; padding: 0.25rem 0 0.125rem 0; vertical-align: top; }

.menu-pin button { display: inline-block; padding: 0.3125rem 0.5rem 0.25rem; background: #282828; color: #b9d694; font-weight: 100; vertical-align: top; }

.menu-pin button:hover { background: #282828; }

.pin-menu { margin-top: -0.5rem; }

.pin-menu input { background: #e8e8e4; }

.pin-menu svg { position: relative; top: 0rem; fill: #1d3012; height: 4rem; width: 3rem; }

.pin-menu form button { color: #e8e8e4; }

.hero-specials { position: relative; text-align: right; }

.hero-specials h2 { margin: 0 0 1.5rem 0; }

.hero-specials p { margin: 0 0 2.5rem 0; }

.hero-specials svg { fill: #1d3012; position: absolute; right: 0; bottom: 0; width: 3.75rem; height: 5rem; }

.hero-specials .button { width: calc(100% - 1.875rem); text-align: center; }

.hero-halftone-header, .accordion-button { background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; color: #1d3012; padding: 1.625rem; text-shadow: 0 0 0.375rem #e8e8e4, 0 0 0.375rem #e8e8e4; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .hero-halftone-header, .accordion-button { background-size: 168px !important; } }

@media (max-width: 767px) { .hero-halftone-header, .accordion-button { background-size: 10rem !important; } }

@media (max-width: 767px) { .hero-halftone-header, .accordion-button { text-align: center; } }

.hero-halftone-header h1, .accordion-button h1 { font-size: 2.75rem; margin: 0 0 -0.075em 0; }

@media (max-width: 767px) { .hero-halftone-header h1, .accordion-button h1 { text-align: center; } }

.hero-halftone-header h1.extralarge, .accordion-button h1.extralarge { font-size: 2.5rem; }

.hero-halftone-header h2, .accordion-button h2 { margin: 0 0 0 0; font-size: 2.1875rem; }

.hero-header-inv { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; color: #e8e8e4; text-shadow: none; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .hero-header-inv { background-size: 168px !important; } }

@media (max-width: 767px) { .hero-header-inv { background-size: 10rem !important; } }

.hero-header-inv--light { background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; color: #1d3012; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .hero-header-inv--light { background-size: 168px !important; } }

@media (max-width: 767px) { .hero-header-inv--light { background-size: 10rem !important; } }

.hero-pattern { background: url("../img/pattern1-green.png"); background-size: 192px; }

@media (max-width: 767px) { .hero-pattern { background-size: 12rem; } }

.hero-location { position: relative; }

.hero-location h1 { font-size: 2.75rem; margin: 0 0 1.25rem 0; }

.hero-location h3 { line-height: 0.88; }

.hero-location p { margin-bottom: 1.25rem; }

.hero-location p em { font-style: normal; color: #1d3012; opacity: 0.5; font-size: 1rem; line-height: 1.66em; font-weight: 800; text-transform: uppercase; }

.hero-location p em a { color: #1d3012; }

.hero-location p strong { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.hero-location .price { margin-bottom: 1.5rem; }

.hero-location dl { margin: 0 0 1.5rem 0; }

.hero-location dl:after { content: "."; display: table; clear: both; opacity: 0; line-height: 0; font-size: 0; }

.hero-location dl dt, .hero-location dl dd { font-size: 1rem; line-height: 1.33em; width: 50%; font-weight: 400; float: left; padding: 0; margin: 0; }

.hero-location dl dd { text-align: right; }

.hero-location dl .list-title { font-size: 1rem; text-transform: none; width: 100%; margin-bottom: 0.5em; }

.hero-location .booking { margin: 1.25rem 0 0 0; }

.hero-location .open-maps { position: absolute; top: 1.875rem; right: 1.875rem; display: block; color: #1d3012; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 100; font-size: 1.5625rem; line-height: 1.5625rem; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; background: #ffb000; padding: 0.75rem 0.875rem 0.625rem 0.5625rem; }

.hero-location .open-maps svg { fill: #1d3012; width: 1.5625rem; height: 1.5625rem; display: inline-block; vertical-align: middle; transform: scale(1.25) translateY(-0.05rem); -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }

.hero-location .open-maps span { display: inline-block; vertical-align: middle; }

.hero-location .nearest-station svg { display: block; width: 11.5%; float: left; fill: #1d3012; }

.hero-location .nearest-station p { display: block; letter-spacing: 0.1em; padding-left: 2.75rem; position: relative; font-size: 0.78125rem; text-transform: uppercase; }

@media (max-width: 767px) { .hero-location .map-jump-link { text-decoration: none; } }

.map-overlay { background: #e8e8e4; position: absolute; top: 0.25rem; left: 0.25rem; }

#map .gm-style-pbc { display: none; }

.homepage-overlay { background: #e8e8e4; top: initial; left: initial; border: 0.25rem solid #e8e8e4; right: 0; bottom: 0; position: absolute; }

@media (max-width: 767px) { .homepage-overlay { position: relative; } }

@media (min-width: 768px) { .homepage-overlay { width: calc(33.33% - 1.625rem); }
  .homepage-overlay .hero-halftone-header h2, .homepage-overlay .accordion-button h2 { font-size: 2.1875rem; }
  .homepage-overlay .hero-halftone-header h1, .homepage-overlay .accordion-button h1 { font-size: 2.75rem; } }

.sh-halftone { background: url("../img/homepage-shield-halftone.png") no-repeat left bottom; text-shadow: 0 0 0.25rem #e8e8e4, 0 0 0.25rem #e8e8e4; background-size: 18.5625rem; color: #1d3012; }

.sh-plain { background: url("../img/homepage-shield-plain.png") no-repeat left bottom; background-size: 18.5625rem; color: #1d3012; }

.sh-yellow { background: url("../img/homepage-shield-yellow.png") no-repeat left bottom; background-size: 18.5625rem; color: #1d3012; }

.homepage-shield-overlay { position: absolute; top: 0.125rem; right: 1.875rem; width: 16.6875rem; text-align: center; padding: 1.6875rem 0.9375rem 2.625rem; }

@media (max-width: 767px) { .homepage-shield-overlay { position: relative; background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; color: #1d3012; text-shadow: 0 0 0.25rem #e8e8e4, 0 0 0.25rem #e8e8e4; top: 0; right: 0; padding: 1.875rem; width: auto; } }

@media (max-width: 767px) and (min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 120dpi) { .homepage-shield-overlay { background-size: 168px !important; } }

@media (max-width: 767px) and (max-width: 767px) { .homepage-shield-overlay { background-size: 10rem !important; } }

@media (max-width: 767px) { .homepage-shield-overlay h1 { margin-bottom: 0; } }

.footer { font-size: 0.78125rem; line-height: 1.5; text-transform: uppercase; padding: 2.8125rem 0 0.9375rem; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #e8e8e4; color: #1d3012; }

@media (max-width: 767px) { .footer { line-height: 2.2; font-size: 0.9rem; background: #1d3012; color: #e8e8e4; }
  .footer h4 { font-size: 1.96875rem; margin-bottom: 1.125rem; }
  .footer a { color: #e8e8e4; } }

@media (min-width: 768px) { .footer .link-column { line-height: 1.875; } }

.site-credit a { font-size: 0.625rem; line-height: 1.5; text-transform: uppercase; padding: 0; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #e8e8e4; color: #1d3012; }

.site-credit a:hover { text-decoration: underline; }

@media (max-width: 767px) { .site-credit a { line-height: 2.2; font-size: 0.625rem; background: #1d3012; color: #e8e8e4; }
  .site-credit a h4 { font-size: 1.96875rem; margin-bottom: 1.125rem; }
  .site-credit a a { color: #e8e8e4; } }

.footer-margin { height: 0.625rem; background: url("../img/pattern1-green.png"); background-size: 192px; }

@media (max-width: 767px) { .footer-margin { background-size: 12rem; } }

.footer-space { height: 7.5rem; }

.generic-page h1, .generic-page h2, .generic-page h3, .generic-page h4, .generic-page h5, .generic-page h6 { line-height: 0.9em; }

.generic-page section { margin-bottom: 3.75rem; }

.generic-page .answer { margin-top: 0.625rem; margin-bottom: 2.8125rem; }

.generic-page .answer a { color: #1d3012; text-decoration: underline; }

.generic-page .answer .button { color: #1d3012; }

.generic-page .answer .button:hover { color: #e8e8e4; }

.generic-page hr { border: none; height: 0; margin: -0.25rem 0 1rem 0; border-bottom: 0.125rem solid #1d3012; }

@media (min-width: 768px) and (max-width: 1304px) { .generic-page hr { border-bottom-width: 1px; } }

.generic-page hr.spaced { margin: 2rem 0; }

.generic-page ul li { font-size: 1rem; }

.generic-page a { text-decoration: underline; }

.generic-page a:hover { color: #1d3012; }

.generic-page .button { text-decoration: none; }

.generic-page .button:hover { color: #e8e8e4; }

p a { text-decoration: underline; }

p a:hover { text-decoration: underline; }

.standard-form, .wpcf7-form, .wpcf7, .dmn-form, .jobs-filter { margin: 2.5rem 0 2.5rem 0; }

.standard-form .field, .standard-form p, .wpcf7-form .field, .wpcf7-form p, .wpcf7 .field, .wpcf7 p, .dmn-form .field, .dmn-form p, .jobs-filter .field, .jobs-filter p { width: calc(100% - 1.25rem); margin: 0 0 1.25rem 0; padding: 0 1.25rem 0 0; float: left; }

.standard-form .field label, .standard-form p label, .wpcf7-form .field label, .wpcf7-form p label, .wpcf7 .field label, .wpcf7 p label, .dmn-form .field label, .dmn-form p label, .jobs-filter .field label, .jobs-filter p label { display: block; width: 100%; font-size: 0.78125rem; text-transform: uppercase; color: #808080; margin-bottom: 0.125rem; line-height: 1.2; }

.standard-form .field p, .standard-form p p, .wpcf7-form .field p, .wpcf7-form p p, .wpcf7 .field p, .wpcf7 p p, .dmn-form .field p, .dmn-form p p, .jobs-filter .field p, .jobs-filter p p { position: relative; width: 100%; margin: 0; }

.standard-form .field input, .standard-form .field textarea, .standard-form .field select, .standard-form p input, .standard-form p textarea, .standard-form p select, .wpcf7-form .field input, .wpcf7-form .field textarea, .wpcf7-form .field select, .wpcf7-form p input, .wpcf7-form p textarea, .wpcf7-form p select, .wpcf7 .field input, .wpcf7 .field textarea, .wpcf7 .field select, .wpcf7 p input, .wpcf7 p textarea, .wpcf7 p select, .dmn-form .field input, .dmn-form .field textarea, .dmn-form .field select, .dmn-form p input, .dmn-form p textarea, .dmn-form p select, .jobs-filter .field input, .jobs-filter .field textarea, .jobs-filter .field select, .jobs-filter p input, .jobs-filter p textarea, .jobs-filter p select { font-family: "Gi", sans-serif !important; letter-spacing: 0.04em; display: block; padding: 0.625rem 0.5rem 0.375rem; font-size: 1rem; line-height: 1rem; background: #e8e8e4; width: calc(100% - 0.625rem); text-transform: none; box-shadow: inset 0 0 0 0.125rem #1d3012; border: 0.25rem solid transparent; border-radius: 0px; box-sizing: border-box; position: relative; left: -0.25rem; padding: 1.25rem 0.375rem 1rem; -webkit-appearance: none; -moz-appearance: none; }

@media (min-width: 768px) and (max-width: 1304px) { .standard-form .field input, .standard-form .field textarea, .standard-form .field select, .standard-form p input, .standard-form p textarea, .standard-form p select, .wpcf7-form .field input, .wpcf7-form .field textarea, .wpcf7-form .field select, .wpcf7-form p input, .wpcf7-form p textarea, .wpcf7-form p select, .wpcf7 .field input, .wpcf7 .field textarea, .wpcf7 .field select, .wpcf7 p input, .wpcf7 p textarea, .wpcf7 p select, .dmn-form .field input, .dmn-form .field textarea, .dmn-form .field select, .dmn-form p input, .dmn-form p textarea, .dmn-form p select, .jobs-filter .field input, .jobs-filter .field textarea, .jobs-filter .field select, .jobs-filter p input, .jobs-filter p textarea, .jobs-filter p select { box-shadow: inset 0 0 0 0.0625rem #1d3012; } }

@-moz-document url-prefix() { .standard-form .field input, .standard-form .field textarea, .standard-form .field select, .standard-form p input, .standard-form p textarea, .standard-form p select, .wpcf7-form .field input, .wpcf7-form .field textarea, .wpcf7-form .field select, .wpcf7-form p input, .wpcf7-form p textarea, .wpcf7-form p select, .wpcf7 .field input, .wpcf7 .field textarea, .wpcf7 .field select, .wpcf7 p input, .wpcf7 p textarea, .wpcf7 p select, .dmn-form .field input, .dmn-form .field textarea, .dmn-form .field select, .dmn-form p input, .dmn-form p textarea, .dmn-form p select, .jobs-filter .field input, .jobs-filter .field textarea, .jobs-filter .field select, .jobs-filter p input, .jobs-filter p textarea, .jobs-filter p select { box-sizing: content-box; padding: 0rem 0.375rem; width: calc(100% - 1.875rem); } }

.standard-form .field textarea, .standard-form p textarea, .wpcf7-form .field textarea, .wpcf7-form p textarea, .wpcf7 .field textarea, .wpcf7 p textarea, .dmn-form .field textarea, .dmn-form p textarea, .jobs-filter .field textarea, .jobs-filter p textarea { padding-top: 0.5rem; height: 12.5rem; }

.standard-form .field input[type='radio'], .standard-form .field input[type='checkbox'], .standard-form p input[type='radio'], .standard-form p input[type='checkbox'], .wpcf7-form .field input[type='radio'], .wpcf7-form .field input[type='checkbox'], .wpcf7-form p input[type='radio'], .wpcf7-form p input[type='checkbox'], .wpcf7 .field input[type='radio'], .wpcf7 .field input[type='checkbox'], .wpcf7 p input[type='radio'], .wpcf7 p input[type='checkbox'], .dmn-form .field input[type='radio'], .dmn-form .field input[type='checkbox'], .dmn-form p input[type='radio'], .dmn-form p input[type='checkbox'], .jobs-filter .field input[type='radio'], .jobs-filter .field input[type='checkbox'], .jobs-filter p input[type='radio'], .jobs-filter p input[type='checkbox'] { width: initial; margin: 0.0625rem 0.1875rem 0 0; }

.standard-form .field input[type='file'], .standard-form p input[type='file'], .wpcf7-form .field input[type='file'], .wpcf7-form p input[type='file'], .wpcf7 .field input[type='file'], .wpcf7 p input[type='file'], .dmn-form .field input[type='file'], .dmn-form p input[type='file'], .jobs-filter .field input[type='file'], .jobs-filter p input[type='file'] { padding: 1em; height: 3.8em; width: 50%; }

.standard-form .field span.wpcf7-not-valid-tip, .standard-form p span.wpcf7-not-valid-tip, .wpcf7-form .field span.wpcf7-not-valid-tip, .wpcf7-form p span.wpcf7-not-valid-tip, .wpcf7 .field span.wpcf7-not-valid-tip, .wpcf7 p span.wpcf7-not-valid-tip, .dmn-form .field span.wpcf7-not-valid-tip, .dmn-form p span.wpcf7-not-valid-tip, .jobs-filter .field span.wpcf7-not-valid-tip, .jobs-filter p span.wpcf7-not-valid-tip { margin-bottom: 1em; }

.standard-form .field span.wpcf7-not-valid-tip.hidden, .standard-form p span.wpcf7-not-valid-tip.hidden, .wpcf7-form .field span.wpcf7-not-valid-tip.hidden, .wpcf7-form p span.wpcf7-not-valid-tip.hidden, .wpcf7 .field span.wpcf7-not-valid-tip.hidden, .wpcf7 p span.wpcf7-not-valid-tip.hidden, .dmn-form .field span.wpcf7-not-valid-tip.hidden, .dmn-form p span.wpcf7-not-valid-tip.hidden, .jobs-filter .field span.wpcf7-not-valid-tip.hidden, .jobs-filter p span.wpcf7-not-valid-tip.hidden { display: none; }

.standard-form .field.checkboxes, .standard-form p.checkboxes, .wpcf7-form .field.checkboxes, .wpcf7-form p.checkboxes, .wpcf7 .field.checkboxes, .wpcf7 p.checkboxes, .dmn-form .field.checkboxes, .dmn-form p.checkboxes, .jobs-filter .field.checkboxes, .jobs-filter p.checkboxes { margin-top: 1.25rem; }

.standard-form .field.checkboxes label:first-of-type, .standard-form p.checkboxes label:first-of-type, .wpcf7-form .field.checkboxes label:first-of-type, .wpcf7-form p.checkboxes label:first-of-type, .wpcf7 .field.checkboxes label:first-of-type, .wpcf7 p.checkboxes label:first-of-type, .dmn-form .field.checkboxes label:first-of-type, .dmn-form p.checkboxes label:first-of-type, .jobs-filter .field.checkboxes label:first-of-type, .jobs-filter p.checkboxes label:first-of-type { margin-bottom: 0.625rem; }

.standard-form .field.checkboxes .wpcf7-checkbox input, .standard-form p.checkboxes .wpcf7-checkbox input, .wpcf7-form .field.checkboxes .wpcf7-checkbox input, .wpcf7-form p.checkboxes .wpcf7-checkbox input, .wpcf7 .field.checkboxes .wpcf7-checkbox input, .wpcf7 p.checkboxes .wpcf7-checkbox input, .dmn-form .field.checkboxes .wpcf7-checkbox input, .dmn-form p.checkboxes .wpcf7-checkbox input, .jobs-filter .field.checkboxes .wpcf7-checkbox input, .jobs-filter p.checkboxes .wpcf7-checkbox input { width: 1.5em; height: 1.5em; box-shadow: none; display: inline-block; border: 0.125rem solid #1d3012; vertical-align: middle; padding: 0; }

.standard-form .field.checkboxes .wpcf7-checkbox input:checked, .standard-form p.checkboxes .wpcf7-checkbox input:checked, .wpcf7-form .field.checkboxes .wpcf7-checkbox input:checked, .wpcf7-form p.checkboxes .wpcf7-checkbox input:checked, .wpcf7 .field.checkboxes .wpcf7-checkbox input:checked, .wpcf7 p.checkboxes .wpcf7-checkbox input:checked, .dmn-form .field.checkboxes .wpcf7-checkbox input:checked, .dmn-form p.checkboxes .wpcf7-checkbox input:checked, .jobs-filter .field.checkboxes .wpcf7-checkbox input:checked, .jobs-filter p.checkboxes .wpcf7-checkbox input:checked { background-size: 100% 100%; box-shadow: inset #1d3012 0 0 0 1em; }

.standard-form .field.checkboxes .wpcf7-checkbox .wpcf7-list-item, .standard-form p.checkboxes .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form .field.checkboxes .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form p.checkboxes .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .field.checkboxes .wpcf7-checkbox .wpcf7-list-item, .wpcf7 p.checkboxes .wpcf7-checkbox .wpcf7-list-item, .dmn-form .field.checkboxes .wpcf7-checkbox .wpcf7-list-item, .dmn-form p.checkboxes .wpcf7-checkbox .wpcf7-list-item, .jobs-filter .field.checkboxes .wpcf7-checkbox .wpcf7-list-item, .jobs-filter p.checkboxes .wpcf7-checkbox .wpcf7-list-item { margin-left: 1.25rem; }

.standard-form .field.checkboxes .wpcf7-checkbox .wpcf7-list-item:first-child, .standard-form p.checkboxes .wpcf7-checkbox .wpcf7-list-item:first-child, .wpcf7-form .field.checkboxes .wpcf7-checkbox .wpcf7-list-item:first-child, .wpcf7-form p.checkboxes .wpcf7-checkbox .wpcf7-list-item:first-child, .wpcf7 .field.checkboxes .wpcf7-checkbox .wpcf7-list-item:first-child, .wpcf7 p.checkboxes .wpcf7-checkbox .wpcf7-list-item:first-child, .dmn-form .field.checkboxes .wpcf7-checkbox .wpcf7-list-item:first-child, .dmn-form p.checkboxes .wpcf7-checkbox .wpcf7-list-item:first-child, .jobs-filter .field.checkboxes .wpcf7-checkbox .wpcf7-list-item:first-child, .jobs-filter p.checkboxes .wpcf7-checkbox .wpcf7-list-item:first-child { margin-left: 0.25rem; }

.standard-form .field.checkboxes .wpcf7-checkbox .wpcf7-list-item-label, .standard-form p.checkboxes .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-form .field.checkboxes .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-form p.checkboxes .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7 .field.checkboxes .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7 p.checkboxes .wpcf7-checkbox .wpcf7-list-item-label, .dmn-form .field.checkboxes .wpcf7-checkbox .wpcf7-list-item-label, .dmn-form p.checkboxes .wpcf7-checkbox .wpcf7-list-item-label, .jobs-filter .field.checkboxes .wpcf7-checkbox .wpcf7-list-item-label, .jobs-filter p.checkboxes .wpcf7-checkbox .wpcf7-list-item-label { display: inline-block; vertical-align: middle; position: relative; top: 0.125rem; margin-left: 0.2em; }

.standard-form .field.checkboxes.alt, .standard-form p.checkboxes.alt, .wpcf7-form .field.checkboxes.alt, .wpcf7-form p.checkboxes.alt, .wpcf7 .field.checkboxes.alt, .wpcf7 p.checkboxes.alt, .dmn-form .field.checkboxes.alt, .dmn-form p.checkboxes.alt, .jobs-filter .field.checkboxes.alt, .jobs-filter p.checkboxes.alt { margin-top: 0; }

.standard-form .field.radios, .standard-form p.radios, .wpcf7-form .field.radios, .wpcf7-form p.radios, .wpcf7 .field.radios, .wpcf7 p.radios, .dmn-form .field.radios, .dmn-form p.radios, .jobs-filter .field.radios, .jobs-filter p.radios { margin-top: 1.25rem; }

.standard-form .field.radios label, .standard-form p.radios label, .wpcf7-form .field.radios label, .wpcf7-form p.radios label, .wpcf7 .field.radios label, .wpcf7 p.radios label, .dmn-form .field.radios label, .dmn-form p.radios label, .jobs-filter .field.radios label, .jobs-filter p.radios label { margin-bottom: 0.625rem; width: 100%; }

.standard-form .field.radios .radio-container, .standard-form p.radios .radio-container, .wpcf7-form .field.radios .radio-container, .wpcf7-form p.radios .radio-container, .wpcf7 .field.radios .radio-container, .wpcf7 p.radios .radio-container, .dmn-form .field.radios .radio-container, .dmn-form p.radios .radio-container, .jobs-filter .field.radios .radio-container, .jobs-filter p.radios .radio-container { display: block; position: relative; top: -0.5625rem; }

.standard-form .field.radios .radio-container label, .standard-form p.radios .radio-container label, .wpcf7-form .field.radios .radio-container label, .wpcf7-form p.radios .radio-container label, .wpcf7 .field.radios .radio-container label, .wpcf7 p.radios .radio-container label, .dmn-form .field.radios .radio-container label, .dmn-form p.radios .radio-container label, .jobs-filter .field.radios .radio-container label, .jobs-filter p.radios .radio-container label { display: inline-block; width: auto; vertical-align: middle; position: relative; top: 0.375rem; }

.standard-form .field.radios .radio-container input, .standard-form p.radios .radio-container input, .wpcf7-form .field.radios .radio-container input, .wpcf7-form p.radios .radio-container input, .wpcf7 .field.radios .radio-container input, .wpcf7 p.radios .radio-container input, .dmn-form .field.radios .radio-container input, .dmn-form p.radios .radio-container input, .jobs-filter .field.radios .radio-container input, .jobs-filter p.radios .radio-container input { width: 1.5em; height: 1.5em; box-shadow: none; display: inline-block; border: 0.125rem solid #1d3012; vertical-align: middle; padding: 0; margin-top: 4px; margin-left: 0; margin-right: 0.1875em; }

.standard-form .field.radios .radio-container input:checked, .standard-form p.radios .radio-container input:checked, .wpcf7-form .field.radios .radio-container input:checked, .wpcf7-form p.radios .radio-container input:checked, .wpcf7 .field.radios .radio-container input:checked, .wpcf7 p.radios .radio-container input:checked, .dmn-form .field.radios .radio-container input:checked, .dmn-form p.radios .radio-container input:checked, .jobs-filter .field.radios .radio-container input:checked, .jobs-filter p.radios .radio-container input:checked { background-size: 100% 100%; box-shadow: inset #1d3012 0 0 0 1em; }

.standard-form .field.radios .wpcf7-radio .wpcf7-list-item, .standard-form p.radios .wpcf7-radio .wpcf7-list-item, .wpcf7-form .field.radios .wpcf7-radio .wpcf7-list-item, .wpcf7-form p.radios .wpcf7-radio .wpcf7-list-item, .wpcf7 .field.radios .wpcf7-radio .wpcf7-list-item, .wpcf7 p.radios .wpcf7-radio .wpcf7-list-item, .dmn-form .field.radios .wpcf7-radio .wpcf7-list-item, .dmn-form p.radios .wpcf7-radio .wpcf7-list-item, .jobs-filter .field.radios .wpcf7-radio .wpcf7-list-item, .jobs-filter p.radios .wpcf7-radio .wpcf7-list-item { margin-left: 1.25rem; }

@media (min-width: 768px) { .standard-form .field.radios .wpcf7-radio .wpcf7-list-item:first-child, .standard-form p.radios .wpcf7-radio .wpcf7-list-item:first-child, .wpcf7-form .field.radios .wpcf7-radio .wpcf7-list-item:first-child, .wpcf7-form p.radios .wpcf7-radio .wpcf7-list-item:first-child, .wpcf7 .field.radios .wpcf7-radio .wpcf7-list-item:first-child, .wpcf7 p.radios .wpcf7-radio .wpcf7-list-item:first-child, .dmn-form .field.radios .wpcf7-radio .wpcf7-list-item:first-child, .dmn-form p.radios .wpcf7-radio .wpcf7-list-item:first-child, .jobs-filter .field.radios .wpcf7-radio .wpcf7-list-item:first-child, .jobs-filter p.radios .wpcf7-radio .wpcf7-list-item:first-child { margin-left: 0.25rem; } }

.standard-form .field.radios .wpcf7-radio .wpcf7-list-item-label, .standard-form p.radios .wpcf7-radio .wpcf7-list-item-label, .wpcf7-form .field.radios .wpcf7-radio .wpcf7-list-item-label, .wpcf7-form p.radios .wpcf7-radio .wpcf7-list-item-label, .wpcf7 .field.radios .wpcf7-radio .wpcf7-list-item-label, .wpcf7 p.radios .wpcf7-radio .wpcf7-list-item-label, .dmn-form .field.radios .wpcf7-radio .wpcf7-list-item-label, .dmn-form p.radios .wpcf7-radio .wpcf7-list-item-label, .jobs-filter .field.radios .wpcf7-radio .wpcf7-list-item-label, .jobs-filter p.radios .wpcf7-radio .wpcf7-list-item-label { display: inline-block; vertical-align: middle; position: relative; top: 0.125rem; margin-left: 0.2em; }

.standard-form .inline input, .standard-form .inline label, .wpcf7-form .inline input, .wpcf7-form .inline label, .wpcf7 .inline input, .wpcf7 .inline label, .dmn-form .inline input, .dmn-form .inline label, .jobs-filter .inline input, .jobs-filter .inline label { float: left; display: inline-block; width: auto; line-height: 1; vertical-align: middle; }

.standard-form .inline label, .wpcf7-form .inline label, .wpcf7 .inline label, .dmn-form .inline label, .jobs-filter .inline label { position: relative; margin-top: 0.125rem; }

.standard-form .select-outer, .wpcf7-form .select-outer, .wpcf7 .select-outer, .dmn-form .select-outer, .jobs-filter .select-outer { box-shadow: inset 0 0 0 0.125rem #1d3012; display: inline-block; vertical-align: middle; float: none !important; border: 1px solid #e8e8e4; min-width: 7.5rem; width: calc(100% - 1.75rem); background: #e8e8e4 url("../img/option.png") no-repeat 97% 50%; background-size: 0.90em; padding: 0 0.625rem 0 0; left: -0.0625rem; position: relative; top: 0.1875rem; height: 2.25rem; }

@media (min-width: 768px) and (max-width: 1304px) { .standard-form .select-outer, .wpcf7-form .select-outer, .wpcf7 .select-outer, .dmn-form .select-outer, .jobs-filter .select-outer { box-shadow: inset 0 0 0 0.0625rem #1d3012; } }

@media (max-width: 767px) { .standard-form .select-outer, .wpcf7-form .select-outer, .wpcf7 .select-outer, .dmn-form .select-outer, .jobs-filter .select-outer { width: 100%; padding: 0; overflow: hidden; } }

.standard-form .select-outer select, .standard-form select, .wpcf7-form .select-outer select, .wpcf7-form select, .wpcf7 .select-outer select, .wpcf7 select, .dmn-form .select-outer select, .dmn-form select, .jobs-filter .select-outer select, .jobs-filter select { display: block; margin: 0; width: 100% !important; border: none; box-shadow: none; font-family: "Gi", sans-serif !important; letter-spacing: 0.04em; background: transparent !important; background-image: none; -webkit-appearance: none; -moz-appearance: none; color: #1d3012; font-size: 1rem; padding: 0.125rem 0 0 0.0625rem; left: 0.5rem; height: 2.375rem; }

.standard-form .select-outer select:focus, .wpcf7-form .select-outer select:focus, .wpcf7 .select-outer select:focus, .dmn-form .select-outer select:focus, .jobs-filter .select-outer select:focus { outline: none; }

.inline-form .jobs-filter select { padding-left: .65rem; }

@media (max-width: 767px) { .inline-form .jobs-filter h3 { margin: 0; }
  .inline-form .jobs-filter .select-outer { margin: .7rem 0 1rem; }
  .inline-form .jobs-filter .button { margin-top: 1rem; } }

@media (min-width: 768px) { .inline-form .jobs-filter { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
  .inline-form .jobs-filter .select-outer, .inline-form .jobs-filter select, .inline-form .jobs-filter h3, .inline-form .jobs-filter .button { height: 2.5rem; line-height: 2.5rem; }
  .inline-form .jobs-filter .button { line-height: 2.6rem; }
  .inline-form .jobs-filter h3 { margin: 0; padding: 0; }
  .inline-form .jobs-filter .select-outer { flex: 1; margin: 0 1rem; top: 0; }
  .inline-form .jobs-filter .button { padding: 0 1rem; } }

.lead-gen-form .wpcf7-not-valid-tip { color: #1d3012; }

.lead-gen-form .wpcf7-response-output { background: #e8e8e4 !important; line-height: 1.2 !important; }

.lead-gen-form .wpcf7-mail-sent-ok { background: #e8e8e4 !important; line-height: 1.2 !important; text-transform: uppercase; font-family: "Ko"; font-weight: 400; font-style: normal; letter-spacing: 0.04em; font-weight: 100; font-size: 1.5625rem !important; padding: 0em 0.6em; color: #1d3012; border: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.lead-gen-form input { left: 0 !important; }

.lead-gen-form .select-outer { border: 0; left: 0; width: calc(100% - 0.6rem); }

@media (max-width: 767px) { .lead-gen-form .select-outer { width: 100%; } }

.lead-gen-form select { width: 100% !important; }

.lead-gen-form .wpcf7-not-valid-tip { color: #1d3012; }

.lead-gen-form .wpcf7-response-output { background: #e8e8e4 !important; line-height: 1.2 !important; }

.lead-gen-form .wpcf7-mail-sent-ok { background: #e8e8e4 !important; line-height: 1.2 !important; text-transform: uppercase; font-family: "Ko"; font-weight: 400; font-style: normal; letter-spacing: 0.04em; font-weight: 100; font-size: 1.5625rem !important; padding: 0em 0.6em; color: #1d3012; border: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.lead-gen-form input { left: 0 !important; }

.lead-gen-form .select-outer { border: 0; left: 0; width: calc(100% - 0.6rem); }

@media (max-width: 767px) { .lead-gen-form .select-outer { width: 100%; } }

.lead-gen-form select { width: 100% !important; }

@media (max-width: 767px) { .wpcf7-form .field { width: 100%; padding-right: 0; }
  .wpcf7-form .wpcf7-form-control-wrap .select-outer { box-shadow: none; width: 100% !important; background: #e8e8e4 url("../img/option.png") no-repeat 94% 50%; background-size: 0.90em; height: 2.5rem; }
  .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap select, .wpcf7-form .wpcf7-form-control-wrap textarea { box-shadow: none; border: 0.125rem solid #1d3012; left: 0; width: 100%; margin-right: 0; -webkit-appearance: none; }
  .wpcf7-form .wpcf7-form-control-wrap input[type='file'] { width: 100%; }
  .wpcf7-form .wpcf7-form-control-wrap select { padding: 0.25rem 0.25rem 0 !important; height: 2.5rem; }
  .wpcf7-form .date-visited input { padding: 0.75rem 0.25rem 0.25rem 0.25rem; -webkit-appearance: none; display: block; box-sizing: border-box; line-height: 1rem; height: 2.5rem; font-size: 1rem; margin: 0; }
  .wpcf7-form .wpcf7-list-item { margin: 0.5rem 0 0.5rem !important; width: 47%; } }

.wpcf7 p, .wpcf7-form p, .dmn-form p { display: block; width: calc(50% - 0.625rem); padding-right: 0.625rem; margin: 0 0 1.25rem; font-size: 0.78125rem; text-transform: uppercase; color: #808080; line-height: 1.2; }

@media (max-width: 767px) { .wpcf7 p, .wpcf7-form p, .dmn-form p { width: 100%; padding-right: 0; } }

.wpcf7 p:nth-child(8), .wpcf7 p:nth-child(9), .wpcf7-form p:nth-child(8), .wpcf7-form p:nth-child(9), .dmn-form p:nth-child(8), .dmn-form p:nth-child(9) { width: calc(100% - 0.625rem); }

.wpcf7 input, .wpcf7-form input, .dmn-form input { height: 2.25rem; }

.wpcf7 .wpcf7-select, .wpcf7-form .wpcf7-select, .dmn-form .wpcf7-select { height: 2.75rem; padding-right: 1.25rem; }

.wpcf7 .wpcf7-textarea, .wpcf7-form .wpcf7-textarea, .dmn-form .wpcf7-textarea { padding-top: 0.375rem; }

.wpcf7 .wpcf7-submit, .wpcf7-form .wpcf7-submit, .dmn-form .wpcf7-submit { position: relative; top: -1.25rem; width: initial; text-transform: uppercase; line-height: 1; height: initial; padding: 0.5rem 0.625rem 0.4375rem; font-size: 1.5625rem; font-weight: 100 !important; color: #e8e8e4; background: #1d3012; -webkit-appearance: none; border-radius: 0; left: 0.0625rem; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.wpcf7 .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:hover, .dmn-form .wpcf7-submit:hover { background: #1d3012 !important; }

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok, .wpcf7-form .wpcf7-validation-errors, .wpcf7-form .wpcf7-mail-sent-ng, .wpcf7-form .wpcf7-mail-sent-ok, .dmn-form .wpcf7-validation-errors, .dmn-form .wpcf7-mail-sent-ng, .dmn-form .wpcf7-mail-sent-ok { margin: 0 0 1.875rem 0; font-size: 1rem; padding: 0.75em; display: inline-block; line-height: 1.5em; max-width: 92.5%; }

.wpcf7 .wpcf7-mail-sent-ok, .wpcf7-form .wpcf7-mail-sent-ok, .dmn-form .wpcf7-mail-sent-ok { border-color: #1d3012; }

.wpcf7 form div.visible-only-if-sent { display: none; }

.wpcf7 form.sent div.visible-only-if-sent { display: block; }

.wpcf7-response-output.wpcf7-mail-sent-ok { display: none; }

.wpcf7-not-valid-tip { font-size: 1rem !important; margin: 5px 0 0 0; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { border: 0 !important; background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 100; font-size: 1.5625rem !important; padding: 0em 0.6em; color: #1d3012; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { background-size: 168px !important; } }

@media (max-width: 767px) { div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { background-size: 10rem !important; } }

.inline-form form { margin: 0; }

@media (max-width: 767px) { .inline-form form { margin: 0.61875rem 0.9375rem 0.9375rem; } }

.inline-form svg { display: inline-block; height: 2.25rem; width: auto; fill: #1d3012; vertical-align: top; margin-right: 0.75rem; transform: scale(1) translateY(0.125rem); }

@media (max-width: 767px) { .inline-form svg { height: 1.3125rem; transform: scale(1.25) translateY(0.125rem); } }

.inline-form h3 { display: inline-block; margin: 0 0.625rem 0 0; font-size: 1.5625rem; font-weight: 100; }

@media (max-width: 767px) { .inline-form h3 { position: relative; margin-bottom: 0.625rem; font-size: 1.5625rem; } }

@media (min-width: 768px) { .inline-form h3 { transform: translateY(0.1875rem); } }

.inline-form input { height: 2.1125rem; line-height: 1rem; font-size: 1rem; letter-spacing: 0.04em; border: 0.125rem solid #1d3012; background: #e8e8e4; color: #1d3012; padding: 0 0.625rem; margin: 0 0.625rem 0 0; width: 15.625rem; }

.inline-form input:focus { outline: none; }

.inline-form input::-webkit-input-placeholder { color: #1d3012; opacity: 0.33; padding-top: 0.125rem; }

.inline-form input:-moz-placeholder { color: #1d3012; opacity: 0.33; padding-top: 0.125rem; }

.inline-form input::-moz-placeholder { color: #1d3012; opacity: 0.33; padding-top: 0.125rem; }

.inline-form input:-ms-input-placeholder { color: #1d3012; opacity: 0.33; padding-top: 0.125rem; }

.inline-form input::placeholder { color: #1d3012; opacity: 0.33; padding-top: 0.125rem; }

@media (max-width: 767px) { .inline-form input { height: 2.25rem; width: calc(100% - 13.75rem); margin: 0 0.375rem 0 0; } }

@media (max-width: 767px) { .inline-form .sm-wide-input { width: 78vw; margin: 0.3125rem 0 0.9375rem 0; display: inline-block; } }

.inline-form .or { font-weight: 100; }

@media (max-width: 767px) { .inline-form .or { margin: 0.5625rem 0.3125rem 0 0.3125rem; } }

.inline-form .button, .inline-form button { margin: 0 0.625rem 0 0; vertical-align: top; display: inline-block; box-sizing: border-box; font-weight: 100; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }

@media (max-width: 767px) { .inline-form .button, .inline-form button { line-height: 1.8em; margin: 0; height: 2.75rem; padding: 0.04em 0.5em 0.05em; } }

.inline-form .extendy-button { height: 2.1125rem; width: 2.1125rem; line-height: 1rem; font-size: 1rem; border: 0.125rem solid #1d3012; padding: 0.235em 0 0 0; margin: 0 0 0 -1rem; position: relative; box-sizing: content-box; }

.inline-form .extendy-button svg { display: inline-block; width: 1.1em; height: 1.1em; fill: #e8e8e4; margin: 0 0 0 0; position: relative; top: -0.1875rem; }

.inline-form .extendy-button.mobile { font-size: 1rem; line-height: 1rem; height: 2.25rem; padding-top: 0.1875rem; padding-bottom: 0.0625rem; }

.inline-form .extendy-button.mobile svg { width: 0.9em; height: 0.9em; }

.inline-form h3, .inline-form input { padding-top: 0.235rem; }

@media (max-width: 767px) { .inline-form h3, .inline-form input { padding-top: 0.1875rem; padding-bottom: 0.0625rem; } }

.inline-form .bg-accent:hover { background: #1d3012; }

.dmn-form-container { padding: 0.9375rem; background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .dmn-form-container { background-size: 168px !important; } }

@media (max-width: 767px) { .dmn-form-container { background-size: 10rem !important; } }

.dmn-form { margin: 0 !important; width: 95% !important; min-width: initial !important; color: #fff !important; border: none !important; padding: 0 0.3125rem 0.3125rem; }

@media (max-width: 767px) { .dmn-form { padding: 0 0.9375rem 0.9375rem !important; width: calc(100% - 1.875rem) !important; } }

.dmn-form .dmn-form textarea:focus, .dmn-form .dmn-form input:focus, .dmn-form .dmn-form .uneditable-input:focus, .dmn-form .dmn-form .ui-selectmenu:focus { border: none !important; }

.dmn-form * { font-family: "Gi", sans-serif !important; letter-spacing: 0.04em; }

.dmn-form h1 { display: none; }

.dmn-form #dmn-date { height: 1rem; }

.dmn-form .datepicker.popover { border-radius: 0; padding: 1rem; transform: translate(-4px, 4px); }

.dmn-form .datepicker.popover th { color: #808080; border: none; padding: 0; background: none; vertical-align: middle; }

.dmn-form .datepicker.popover th.month { color: #1d3012; }

.dmn-form .datepicker.popover .btn { padding: 10px; }

.dmn-form .datepicker.popover .btn svg { width: 12px; height: 12px; fill: #1d3012; }

.dmn-form .datepicker.popover .btn-link { color: #1d3012; }

.dmn-form .datepicker.popover .btn[disabled] > span { opacity: 0.5 !important; }

.dmn-form .datepicker.popover tr.weekdays, .dmn-form .datepicker.popover th.weekday { padding: 5px 0; }

.dmn-form .datepicker.popover .btn-link.btn.date { padding: 5px 7px 2px; }

.dmn-form label { font-family: "Gi", sans-serif !important; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.78125rem !important; color: #1d3012; margin-bottom: 0rem !important; margin-top: 0.3125rem !important; }

.dmn-form button.submit, .dmn-form .button { background-color: #ffb000 !important; color: #1d3012 !important; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border: none !important; font-size: 1.5625rem; font-weight: 100; padding: 0.4em 0.4em 0.4em; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }

.dmn-form button:hover.submit { background: #1d3012 !important; color: #e8e8e4 !important; }

.dmn-form .powered-by { display: none !important; }

.dmn-form input, .dmn-form textarea, .dmn-form select { font-family: "Gi", sans-serif !important; letter-spacing: 0.04em; display: block; font-size: 1rem !important; line-height: 1rem !important; background: #e8e8e4 !important; text-transform: none; border: none !important; border-radius: 0px; box-sizing: border-box; position: relative; left: 0; }

.dmn-form select { border-radius: 0px !important; border: 0px !important; box-shadow: none !important; width: 100% !important; height: 2.25rem !important; padding: 0.25rem 0.25rem 0 0.5rem !important; }

.dmn-form input { width: 95.5% !important; height: 1.75rem !important; padding: 0.5rem 0.25rem 0 0.5rem !important; }

.dmn-form .dmn-label-text { text-shadow: 0 0 0.1875rem #e8e8e4, 0 0 0.1875rem #e8e8e4; }

.footer-form { background: transparent; margin: 0; }

.footer-form h4 { margin-bottom: 0.5rem; }

.footer-form .airship-container { display: flex; flex-direction: column; }

.footer-form p { font-size: 0.78125rem; margin-top: 1rem; margin-left: auto; margin-right: auto; }

.footer-form .airship-cta { background-color: #1d3012; display: inline; font-size: 1.25rem; }

.local-news { align-items: center; display: flex; justify-content: center; }

.local-news h3 { margin-bottom: 0; margin-right: 1em; padding-top: 0; }

.flex-form { display: flex; justify-content: space-evenly; align-items: center; padding: 1.25rem 0; }

.flex-form h3 { padding: 0; margin: 0; position: relative; top: -0.09em; }

.flex-form input[type='email'] { margin: 0; }

.flex-form .checkboxes.field.opt-in fieldset { margin: 0; }

.flex-form button { margin: 0; }

@media (max-width: 767px) { .flex-form { display: block; }
  .flex-form h3 { margin-bottom: 0.75rem; }
  .flex-form input[type='email'] { width: 16rem; margin-bottom: 1rem; margin-right: 0.8rem; }
  .flex-form .opt-in { margin-bottom: 1rem !important; } }

.halftone-form-container { background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; padding: 1.875rem; display: flex; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .halftone-form-container { background-size: 168px !important; } }

@media (max-width: 767px) { .halftone-form-container { background-size: 10rem !important; } }

.halftone-form-container form { margin: 0; width: 100%; }

.halftone-form-container form .field { width: 100%; margin: 0; padding: 0; float: none; }

.halftone-form-container form .field p { margin-bottom: 0; }

.halftone-form-container form .field label { font-family: "Gi", sans-serif !important; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.78125rem !important; color: #1d3012; text-shadow: 0 0 0.1875rem #e8e8e4, 0 0 0.1875rem #e8e8e4; line-height: 1.5em; }

.halftone-form-container form .field input { background: #e8e8e4; font-size: 1rem; border: 0; outline: none; -webkit-appearance: none; width: 100%; padding: 0.6em 0.5em 0.3em; box-sizing: border-box; }

.halftone-form-container form .field button { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 100%; background: #1d3012; text-transform: uppercase; font-weight: 100; color: #e8e8e4; font-size: 1.5625rem; padding: 0.4em; }

.halftone-form-container form .field .wpcf7-response-output.wpcf7-validation-errors { margin: 0; padding: 1em; }

.halftone-form-container form .field .wpcf7-not-valid-tip { text-shadow: 0 0 0.2em #e8e8e4; }

.halftone-form-container form .field + .field { margin-top: 0.9375rem; }

.connectable { position: relative; }

@media (max-width: 767px) { .connectable { position: static; } }

.connect { background: transparent; position: absolute; -webkit-transition: all 0.33s linear; -moz-transition: all 0.33s linear; -ms-transition: all 0.33s linear; -o-transition: all 0.33s linear; transition: all 0.33s linear; border-style: solid; }

@media (max-width: 767px) { .connect { display: none; } }

.connect-down { width: 0.25rem; height: 0; left: 50%; bottom: -1rem; border-width: 0 0 2rem 0; border-color: #e8e8e4 transparent transparent transparent; }

.connectable-double .connect-down { left: 75%; }

.clearboth .connectable-double .connect-down { left: 25%; }

.connect-down-1-3 { left: calc(16.67% - 1rem); bottom: -2rem; }

.connect-down-pad { bottom: -1rem; }

.connect-down-on { border-width: 2rem 0 0 0; }

.connect-right { width: 0; height: 0.25rem; right: -1rem; top: 50%; border-width: 0 2rem 0 0; border-color: transparent transparent transparent #e8e8e4; }

.connect-right-on { border-width: 0 0 0 2rem; }

.connect-left { width: 0; height: 0.25rem; left: -1rem; top: 50%; border-width: 0 0 0 2rem; border-color: transparent #e8e8e4 transparent transparent; }

.connect-left-on { border-width: 0 2rem 0 0; }

.additional-block { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; color: #e8e8e4; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .additional-block { background-size: 168px !important; } }

@media (max-width: 767px) { .additional-block { background-size: 10rem !important; } }

.additional-block h2 { margin: 0 0.45em 0.55em 0; }

.additional-block p { line-height: 1.45em; }

.voucher-controls h3 { margin-top: 1.5rem; }

.voucher-controls .button { background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; color: #1d3012; font-weight: 100; padding: 0.625rem 0.625rem 0.5rem; display: inline-block; margin: 0 0.5rem 0 0; -webkit-transition: all 0s linear; -moz-transition: all 0s linear; -ms-transition: all 0s linear; -o-transition: all 0s linear; transition: all 0s linear; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .voucher-controls .button { background-size: 168px !important; } }

@media (max-width: 767px) { .voucher-controls .button { background-size: 10rem !important; } }

.voucher-controls .button:hover { background: #1d3012 !important; color: #e8e8e4; }

@media (max-width: 767px) { .voucher-controls { text-align: center; } }

.voucher-display { background: #ffb000; }

.voucher-display .inner { display: flex; flex-direction: row; justify-content: center; align-items: center; border: 0.75rem solid #ffb000; padding: 2.5em 1.25em; text-align: center; overflow: hidden; position: relative; background: url("../img/halftone-45-light-black.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .voucher-display .inner { background-size: 168px !important; } }

@media (max-width: 767px) { .voucher-display .inner { background-size: 10rem !important; } }

.voucher-display .inner h1 { font-size: 5.3125rem; color: #282828; z-index: 10; margin: 1.75rem 0; width: 17rem; }

.voucher-display .inner .status-message { position: absolute; display: none; }

.voucher-display .inner h2 { font-size: 2.75rem; color: #282828; }

.voucher-display .inner h3 { font-size: 1.5625rem; color: #282828; margin-bottom: 0; }

.voucher-display .inner svg { position: absolute; top: -5%; left: -5%; width: 110%; height: 110%; fill: #ffb000; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }

.voucher-display .inner .button { margin: 0 0.125rem; padding: 0.6875rem 0.875rem 0.5625rem; background: #ffb000; box-shadow: inset 0 0 0 0.25rem #282828; color: #282828; line-height: 1; }

.voucher-display .inner .button:hover { background: #282828; color: #ffb000 !important; }

@media (max-width: 767px) { .voucher-display .inner { flex-wrap: wrap; padding: 0.75em 1.25em 1.25em; }
  .voucher-display .inner h1 { width: 100%; margin: 0.125em 0 0.25em; }
  .voucher-display .inner .button { margin: 0 0.25rem; } }

.voucher-display .processing h1 { opacity: 0; }

.voucher-display .processing .button { display: none !important; }

.voucher-display .processing .status-message { display: block; }

@media (min-width: 768px) { .btn-voucher-buy { margin-right: 1em !important; } }

.vouchers-background { background: url("../img/vouchers-vert-thin.jpg"); background-size: 100%; height: 100%; }

@media (min-width: 768px) { #feedback-form { margin-right: -2.25em; } }

#feedback-form .powered-by { display: none !important; }

.product-pin .location-heading { text-align: center; margin-bottom: 0.9375rem; width: 100%; }

.product-pin .location-heading h3 { padding: 0; margin: 0; }

.product-pin .location-heading p { padding: 0.3125rem 0 0 0; margin: 0; font-size: 1rem; }

.product-pin .location-form { width: 100%; margin: 0 auto; }

.product-pin .location-form .sm-2 { text-align: center; }

.product-pin .location-form svg { display: inline-block; text-align: center; width: 1.875rem; fill: #1d3012; transform: translate(-0.1rem, -0.1rem); }

.product-pin .location-form form { display: inline-block; margin: 0; }

.product-pin .location-form form input { display: inline-block; vertical-align: top; width: 65%; font-size: 1rem; line-height: 1rem; padding: 0.6875rem 0.5rem 0.5rem; border: 0.125rem solid #1d3012; margin: 0 0.375rem 0 0.125rem; background: #e8e8e4; }

.product-pin .location-form form button { display: inline-block; vertical-align: top; background: #1d3012; font-weight: 100; margin: 0; }

.mob-find-local .location-heading h3 { font-size: 3.125rem; }

.mob-find-local .location-form form input { width: 60%; }

.megatext { display: flex; flex-direction: column; height: 100%; justify-content: center; align-items: center; text-align: center; background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .megatext { background-size: 168px !important; } }

@media (max-width: 767px) { .megatext { background-size: 10rem !important; } }

.megatext span { display: block; font-size: 3.625rem; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 0 10px; box-sizing: border-box; line-height: 0.9; }

.megatext.smaller span { font-size: 3.655rem; }

@media (max-width: 767px) { .megatext { display: block; height: auto; padding: 11.25rem 0; } }

.megatext.megatext-buff { background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; }

.megatext.megatext-buff h1 { color: #1d3012; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .megatext.megatext-buff { background-size: 168px !important; } }

@media (max-width: 767px) { .megatext.megatext-buff { background-size: 10rem !important; } }

.pad-right-title { padding-right: 5.625rem; }

.float-icon { width: 25%; float: left; padding: 0 0.625rem 0.3125rem 0; }

.float-icon svg { fill: #1d3012; }

.fame .fame-location-chooser { display: flex; align-items: center; justify-content: center; }

.fame .fame-location-chooser h4 { margin: 0 0.3em 0 0; }

.fame .fame-location-chooser.standard-form { margin: 0; padding: 1.40625rem; }

.fame .fame-location-chooser.standard-form .field { float: none; margin: 0; padding: 0; height: auto; width: 15rem; }

@media (max-width: 767px) { .fame .fame-location-chooser.standard-form .field { width: 11.5rem; margin-left: 0.5em; } }

.fame .fame-location-chooser.standard-form .field .select-outer { top: 0; }

.fame .fame-location-chooser #fame_reset.hidden { display: none; }

@media (max-width: 767px) { .fame .fame-location-chooser #fame_reset { display: none; } }

.fame .fame-location-list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 0.4rem 1.40625rem 0.8rem; border-top: 0.0625rem dashed #808080; margin-top: -0.8rem; box-sizing: border-box; width: calc(100% - 0.5rem); margin-left: 0.25rem; }

.fame .fame-location-list .location-tag { cursor: pointer; width: auto; height: auto; margin: 0.2em; padding: 0.25em 0.5em 0.25em 0.48em; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 100; font-size: 1.5625rem; background: #ffb000; color: #1d3012; }

.fame .fame-location-list .location-tag span { vertical-align: middle; }

.fame .fame-location-list .location-tag svg { display: inline-block; width: 0.666em; height: 0.666em; fill: #1d3012; vertical-align: middle; margin-left: 0.25em; margin-bottom: 0.025em; }

.fame .fame-location-list.hidden { display: none; }

.fame-reset-inline-link { background: transparent; cursor: pointer; }

.fame-reset-inline-link:hover { background: #1d3012; color: #d6cbb0; }

@media (max-width: 767px) { .fame-filters .wpcf7-form { height: auto; }
  .fame-filters .wpcf7-form:after { content: "."; display: table; clear: both; opacity: 0; line-height: 0; font-size: 0; }
  .fame-filters .wpcf7-form .field.checkboxes.half.tight { width: 100%; }
  .fame-filters .wpcf7-form .field.checkboxes.half.tight .filter-option { padding-left: 0.3em; }
  .fame-filters .wpcf7-form .field.checkboxes.half.tight .filter-option-title { padding: 0 0 0.1em; width: 100%; }
  .fame-filters .wpcf7-form .field.checkboxes.half.tight:first-of-type { padding-bottom: 0.75em; }
  .fame-filters .wpcf7-form .field.checkboxes.half.tight:last-of-type { padding-top: 0.75em; border-top: 0.125rem dashed #1d3012; } }

.datepicker-panel { color: #000; }

.svg-pin-small { width: 2em !important; }

.svg-pin-med { height: 3em !important; }

@media (min-width: 768px) and (max-width: 1304px) { .svg-pin-med { height: 4em !important; } }

@media (min-width: 1658px) { .svg-pin-med { height: 2.5em !important; } }

.wpcf7-form input _:-ms-lang(x), .wpcf7-form input, .dmn-form input _:-ms-lang(x), .dmn-form input { height: auto; }

table { border-collapse: collapse; width: 100%; }

table tr { border-bottom: solid 1px #d1d1c8; }

table tr.oddrow { border-color: #cacac0; }

table th, table td { color: #1d3012; font-size: 1rem; padding: 1rem; line-height: 1.33em; vertical-align: top; }

table th { background: url(../img/halftone-45-superheavy-green.png); background-size: 160px; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.5625rem; font-weight: 100; color: #e8e8e4; }

.oddrow td { background: url(../img/halftone-45-extralight-green.png); background-size: 160px; }

@media (min-width: 767px) { .md-min-pad { padding: 1.625rem; } }

#frequently-asked-questions-list a { text-decoration: none; background: url(../img/halftone-45-extralight-green.png); background-size: 160px; padding: 1rem 1.15rem; display: block; margin: 0 0 15px; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.5625rem; font-weight: 100; line-height: 1; }

#frequently-asked-questions-list a:hover { text-decoration: underline; }

.collection-locations { margin: .75rem 0 0 0; }

@media (min-width: 768px) { .collection-locations { padding: 1.875rem; margin: 1rem 0 0 0; } }

.collection-locations li { text-decoration: none; background: url(../img/halftone-45-extralight-green.png); background-size: 160px; padding: 1rem 0; display: block; margin: 0 0 .75rem; line-height: 1; text-align: center; }

@media (min-width: 768px) { .collection-locations li { display: flex; justify-content: space-between; align-items: center; text-align: left; margin: 0 0 1rem; padding: 1rem 1.15rem; } }

.collection-locations h2 { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.5625rem; font-weight: 100; margin: 0 0 1rem; text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .collection-locations h2 { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.07812rem #e8e8e4, 0 0 0.07812rem #e8e8e4; } }

@media (min-width: 768px) { .collection-locations h2 { margin: 0; } }

.collection-locations h2 a { font-weight: 100; text-decoration: none; }

.collection-locations h2 a:hover { text-decoration: underline; }

@media (min-width: 768px) { .collection-locations .collection-locations-buttons { display: flex; } }

.collection-locations .collection-locations-buttons .button { white-space: nowrap; margin: 0 .5rem; }

@media (min-width: 768px) { .collection-locations .collection-locations-buttons .button { margin: 0 0 0 1rem; } }

.collection-locations .collection-locations-buttons-group { display: flex; align-items: center; }

@media (max-width: 767px) { .collection-locations .collection-locations-buttons-group { justify-content: center; } }

.collection-locations .collection-locations-label { font-weight: 100; font-family: "ko",sans-serif; text-transform: uppercase; font-size: 1.3rem; margin: 0 .5rem 1rem; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; line-height: .9em; }

@media (max-width: 767px) { .collection-locations .collection-locations-label:last-of-type { margin: 1rem .5rem; } }

@media (min-width: 768px) { .collection-locations .collection-locations-label { margin: 0 0 0 1rem; font-size: 1.5625rem; } }

[disabled="disabled"], .disabled { cursor: not-allowed; opacity: 0.5; }

.menu-gf { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: .9rem; position: relative; }

.menu-gf .info-popup { left: 50%; transform: translateX(-50%); bottom: 1.25rem; margin: 0 0 0 -.2rem; }

.menu-gf:hover .info-popup { opacity: 1; }

.menu-gf:hover .info-popup p { text-shadow: none; }

.deliveroo-wrapper { position: relative; }

.deliveroo-footer { color: #000; font-size: 1rem; color: #1d3012; text-align: center; padding: 0 1.75rem 1.75rem 1.75rem; box-sizing: border-box; }

@media (min-width: 768px) { .deliveroo-footer { position: absolute; bottom: 0; right: 0; text-align: left; width: calc(33.3333% - 0.625rem - 0.9375rem + 0.25rem); } }

@media (min-width: 768px) { .table-burger-beer { border: 0.25rem solid #e8e8e4; } }

.table-burger-beer th { background: url("../img/burger-beer-halftone.png"); background-size: 160px; vertical-align: bottom; }

@media (min-width: 768px) { .table-burger-beer td:nth-child(1) { width: 62%; } }

.mini-radio-labels .wpcf7-radio { display: flex; }

@media (min-width: 768px) { .mini-radio-labels .wpcf7-radio { width: calc(100% - 1.1rem); } }

.mini-radio-labels .wpcf7-list-item { position: relative; flex: 1; padding: 0 0 1.8rem 0; margin: 0 !important; display: flex; justify-content: center; }

.mini-radio-labels .wpcf7-list-item-label { position: absolute !important; top: auto !important; bottom: 0 !important; left: 8% !important; font-size: 0.78125rem; color: #676767; width: 80%; text-align: center; height: 1.5rem; margin: 0 !important; word-spacing: 100vw; }

.mini-radio-labels input[type="radio"] { left: 0; }

.mini-radio-labels .wpcf7-not-valid-tip { margin: 1rem 0 0 0 !important; }

.steps { margin: 0; padding: 0 0 0 0; list-style: none; counter-reset: circle-counter; }

.steps li { counter-increment: circle-counter; display: table; position: relative; width: 100%; }

.steps li:nth-child(odd) { background: url(../img/halftone-45-extralight-green.png); background-size: 160px; }

.steps li:before { content: counter(circle-counter); display: table-cell; width: 1.75rem; color: #e8e8e4; position: relative; z-index: 1; text-align: center; line-height: 2rem; padding: 1.75rem 0 1.75rem 1.75rem; font-size: 1rem; }

.steps li:after { content: "."; display: block; text-indent: -9999px; width: 1.75rem; height: 1.75rem; border-radius: 1.75rem; background: #1d3012; position: absolute; top: 1.75rem; left: 1.75rem; }

.steps:after { content: "."; display: block; text-indent: -9999px; height: .3rem; background: url(../img/halftone-45-extralight-green.png); background-size: 160px; }

.steps p { display: inline; }

.sidebar { background: url(../img/halftone-45-extralight-green.png); background-size: 160px; padding: 0.25rem; }

@media (max-width: 767px) { .sidebar { margin: 0 2rem 2rem 2rem; } }

.sidebar .btn { background: #1d3012; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border: none !important; color: #e8e8e4; font-size: 1.5625rem; font-weight: 100; padding: 0.4em 0.4em 0.4em; display: block; text-align: center; }

.sidebar .btn:hover { background: #1d3012; color: #fff; }

.sidebar p:last-child { margin: 0; }

.sidebar h2 { margin: 2rem 0 1rem; }

.sidebar h2:first-child { margin: 0 0 1rem; }

.sidebar-inner { background: #e8e8e4; }

@media (min-width: 768px) { .sidebar-full-height { height: calc(100% - 4rem); }
  .sidebar-full-height div, .sidebar-full-height div div div { height: 100%; }
  .sidebar-full-height div div div div { height: calc(100% - 1.9rem); } }

.order { padding: 0 .75rem; }

@media (min-width: 768px) { .order { display: flex; justify-content: space-between; padding: 2rem 1rem 2rem 1.75rem; } }

@media (max-width: 767px) { .order-item { margin: 0 0 2rem; } }

@media (min-width: 768px) { .order-item { display: flex; justify-content: center; flex: 1; align-items: center; } }

@media (max-width: 767px) { .order-buttons { display: flex; justify-content: center; flex: 1; align-items: center; } }

@media (min-width: 768px) { .order-buttons { white-space: nowrap; } }

.order-buttons .button { white-space: nowrap; }

@media (max-width: 767px) { .order-buttons .button { margin: 0 0.2rem; } }

@media (min-width: 768px) { .order-buttons .button { margin: 0 0 0 .5rem; } }

@media (min-width: 768px) { .butchers-dozen-form { display: flex; justify-content: space-between; } }

@media (min-width: 768px) { .butchers-dozen-form div { width: 100%; display: flex; align-items: center; } }

.butchers-dozen-form label { font-size: 1rem; }

@media (max-width: 767px) { .butchers-dozen-form label { display: block; margin: 0 0 .25rem; } }

@media (min-width: 768px) { .butchers-dozen-form label { margin: 0 .5rem 0 0; } }

@media (max-width: 767px) { .butchers-dozen-form input { margin: 0 0 1.5rem; width: calc(100% - 1.5rem); } }

@media (min-width: 768px) { .butchers-dozen-form input { flex: 1; width: 100%; margin: 0 1.5rem 0 0; } }

.butchers-dozen-form button { margin: 0; }

@media (min-width: 768px) { .menu-cta { display: grid; grid-template-columns: repeat(2, 1fr); } }

.menu-cta--local { grid-template-columns: auto; }

.menu-cta__content { align-items: center; display: flex; flex-direction: column; justify-content: center; text-align: center; }

.menu-cta__button { margin-top: 1.875rem; }

.menu-cta .monthly-special { color: #1d3012; display: none; padding: 30px; text-align: center; }

@media (min-width: 768px) { .menu-cta .monthly-special { display: block; } }

.menu-cta .monthly-special__border { border: 0.375rem solid #1d3012; padding: 1.042rem; }

.menu-cta .monthly-special__eyebrow-title { font-size: 1rem; text-transform: uppercase; }

.menu-cta .monthly-special__title { font: normal 3.4375rem 'Ko', Impact; letter-spacing: 0.188rem; line-height: 0.88em; margin-top: 0.625rem; text-transform: uppercase; }

.menu-cta .monthly-special__description, .menu-cta .monthly-special__subtitle { font-size: 1rem; line-height: 1.33em; margin-top: 0.625rem; }

.menu-cta .monthly-special__price { font: normal 1.53125rem 'Ko', Impact; margin-top: 0.625rem; }

.menu-subnav { font-size: 1.58rem; height: 0; overflow: visible; -webkit-transition: height 0.2s ease-out; -moz-transition: height 0.2s ease-out; -ms-transition: height 0.2s ease-out; -o-transition: height 0.2s ease-out; transition: height 0.2s ease-out; -webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s; -ms-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s; }

.menu-subnav img { display: inline; height: 12px; margin: 0 8px; width: 12px; }

@media (min-width: 1024px) { .menu-subnav img { height: 16px; width: 16px; } }

.menu-subnav .menu-subnav-container { display: none; padding: .4rem; position: relative; }

.menu-subnav .pad-half { display: flex; justify-content: space-between; }

.menu-subnav-active { height: 6.75rem; }

.menu-subnav-active .menu-subnav-container { display: block; }

@media (min-width: 768px) { .delivery_container { display: flex; } }

.delivery_image { width: calc(100% - 0.25rem); }

@media (min-width: 768px) { .delivery_image { display: none; } }

.feed-it-back__iframe-container { height: 0; overflow: hidden; padding-bottom: 180%; width: 100%; }

@media (min-width: 768px) { .feed-it-back__iframe-container { padding-bottom: 60%; } }

.feed-it-back__iframe { border: none; height: 100%; position: absolute; top: 0; width: 100%; }

@media (min-width: 768px) { .feed-it-back__iframe { height: calc(100% - .5rem); top: .25rem; width: calc(100% - .5rem); } }

body #iubenda-cs-banner .iubenda-cs-opt-group button { letter-spacing: 0.04em !important; }

body #iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-consent button { background-color: #ffb000 !important; }

body #iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-custom button { background-color: rgba(255, 255, 255, 0.1) !important; }

/** Swiper 4.5.0 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2014-2019 Vladimir Kharlampidi Released under the MIT License Released on: February 22, 2019 */
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; -o-transition-property: transform,height; transition-property: transform,height; transition-property: transform,height,-webkit-transform; }

.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock { display: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s opacity; -o-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; }

.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: .2; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: .2s top,.2s -webkit-transform; transition: .2s top,.2s -webkit-transform; -o-transition: .2s transform,.2s top; transition: .2s transform,.2s top; transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s left,.2s -webkit-transform; transition: .2s left,.2s -webkit-transform; -o-transition: .2s transform,.2s left; transition: .2s transform,.2s left; transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s right,.2s -webkit-transform; transition: .2s right,.2s -webkit-transform; -o-transition: .2s transform,.2s right; transition: .2s transform,.2s right; transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active { background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active { background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000; }

.swiper-pagination-lock { display: none; }

.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.swiper-scrollbar-lock { display: none; }

.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.swiper-slide-zoomed { cursor: move; }

.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube { overflow: visible; }

.swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }

.swiper-container-flip { overflow: visible; }

.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper { -ms-perspective: 1200px; }

/*! Datepicker v0.6.4 https://github.com/fengyuanchen/datepicker Copyright (c) 2014-2017 Chen Fengyuan Released under the MIT license Date: 2017-11-24T14:38:19.628Z */
.datepicker-container { background-color: #fff; direction: ltr; font-size: 12px; left: 0; line-height: 30px; position: fixed; top: 0; -ms-touch-action: none; touch-action: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 210px; z-index: -1; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }

.datepicker-container:after, .datepicker-container:before { border: 5px solid transparent; content: " "; display: block; height: 0; position: absolute; width: 0; }

.datepicker-dropdown { border: 1px solid #ccc; box-shadow: 0 3px 6px #ccc; box-sizing: content-box; position: absolute; z-index: 1; }

.datepicker-inline { position: static; }

.datepicker-top-left, .datepicker-top-right { border-top-color: #39f; }

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before { border-top: 0; left: 10px; top: -5px; }

.datepicker-top-left:before, .datepicker-top-right:before { border-bottom-color: #39f; }

.datepicker-top-left:after, .datepicker-top-right:after { border-bottom-color: #fff; top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right { border-bottom-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before { border-bottom: 0; bottom: -5px; left: 10px; }

.datepicker-bottom-left:before, .datepicker-bottom-right:before { border-top-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-right:after { border-top-color: #fff; bottom: -4px; }

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before { left: auto; right: 10px; }

.datepicker-panel > ul { margin: 0; padding: 0; width: 102%; }

.datepicker-panel > ul:after, .datepicker-panel > ul:before { content: " "; display: table; }

.datepicker-panel > ul:after { clear: both; }

.datepicker-panel > ul > li { background-color: #fff; cursor: pointer; float: left; height: 30px; list-style: none; margin: 0; padding: 0; text-align: center; width: 30px; }

.datepicker-panel > ul > li:hover { background-color: #e5f2ff; }

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover { color: #999; }

.datepicker-panel > ul > li.highlighted { background-color: #e5f2ff; }

.datepicker-panel > ul > li.highlighted:hover { background-color: #cce5ff; }

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { color: #39f; }

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover { background-color: #fff; color: #ccc; cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted { background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] { font-size: 18px; }

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] { width: 150px; }

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li { height: 52.5px; line-height: 52.5px; width: 52.5px; }

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover { background-color: #fff; cursor: default; }

.datepicker-hide { display: none; }

.swiper-pagination-bullet { width: 0.9375rem; height: 0.9375rem; opacity: 1; background: #1d3012; }

.swiper-pagination-bullet-active { background: #e8e8e4; box-shadow: 0 0 0 0.15rem #1d3012; overflow: visible; }

.swiper-button-next, .swiper-button-prev { background: black; height: 15rem; top: 45%; width: 3.2rem; opacity: 0; }

.swiper-button-next { right: 0; }

.swiper-button-prev { left: 0; }

.single-location .swiper-button-next, .single-location .swiper-button-prev { background: rgba(217, 217, 217, 0.9) url("../img/swiper-navigation-arrow.svg") no-repeat 50% 50%; bottom: 20px; height: 50px; left: 20px; opacity: 1; top: auto; width: 50px; }

.single-location .swiper-button-prev { transform: rotate(180deg); }

.single-location .swiper-button-next { left: 70px; }

.accordion-button { text-align: left; }

.accordion-button__title { padding-right: 2rem; position: relative; }

.accordion-button__icon { position: absolute; right: 20px; top: 50%; border-right: 4px solid #1d3012; border-bottom: 4px solid #1d3012; width: 16px; height: 16px; transform-origin: center center; transform-style: preserve-3d; transform: rotate(45deg) translate3d(-50%, -70%, 0); }

.is-active .accordion-button__icon { transform: rotate(-135deg) translate3d(0, 8px, 0); }

.accordion-button:hover { color: #1d3012 !important; }

@media (min-width: 768px) and (max-width: 1304px) { .accordion-button:hover { color: #e8e8e4 !important; background: #1d3012 !important; text-shadow: none; }
  .accordion-button:hover .accordion-button__icon { border-color: #e8e8e4; } }

.striped_green { color: #282828 !important; text-shadow: none !important; text-align: center !important; background: repeating-linear-gradient(135deg, #46e43b, #46e43b 15px, white 15px, white 30px) !important; }

.striped_yellow { color: #282828 !important; text-shadow: none !important; text-align: center !important; background: repeating-linear-gradient(135deg, #ffd500, #ffd500 15px, white 15px, white 30px) !important; }

.striped_purple { color: #282828 !important; text-shadow: none !important; text-align: center !important; background: repeating-linear-gradient(135deg, #b894ff, #b894ff 15px, white 15px, white 30px) !important; }

.striped_orange { color: #282828 !important; text-shadow: none !important; text-align: center !important; background: repeating-linear-gradient(135deg, #ff7d00, #ff7d00 15px, white 15px, white 30px) !important; }

.striped_blue { color: #282828 !important; text-shadow: none !important; text-align: center !important; background: repeating-linear-gradient(135deg, #00afff, #00afff 15px, white 15px, white 30px) !important; }

.striped_pink { color: #282828 !important; text-shadow: none !important; text-align: center !important; background: repeating-linear-gradient(135deg, #ff378c, #ff378c 15px, white 15px, white 30px) !important; }

.slick-wrap { width: 100%; }

@media (min-width: 767px) { .slick-wrap { width: auto; } }

.memories { display: flex; flex-direction: column; }

.memories__meta { width: 100%; display: flex; justify-content: space-between; }

.memories__meta a { text-decoration: none !important; }

.memories__meta a:hover { text-decoration: underline !important; }

.memories__block--request { margin-top: 10px; }

.allergen-panel { padding: 1.625rem 0 1.875rem 1.875rem; }

@media (max-width: 767px) { .allergen-panel { padding: 1.875rem; } }

.allergen-panel .show-products { margin-left: 1em; }

@media (min-width: 768px) { .allergen-panel .show-products { display: none; } }

.allergen-panel .sm-message { display: none; }

@media (max-width: 767px) { .allergen-panel .sm-message { display: inline; } }

.pad1625 { padding: 1.625rem; }

.allergen-filter, .dietry-filter { display: block; height: 1.875rem; cursor: pointer; padding: 0.33em; margin: 0 0 0.25rem -0.5rem; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; background: transparent; }

.allergen-filter span, .allergen-filter svg, .dietry-filter span, .dietry-filter svg { display: inline-block; vertical-align: middle; }

.allergen-filter span, .dietry-filter span { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-transform: uppercase; font-size: 0.78125rem; padding-left: 0.5rem; color: #1d3012; position: relative; top: 0.11rem; max-width: 11rem; text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .allergen-filter span, .dietry-filter span { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.07812rem #e8e8e4, 0 0 0.07812rem #e8e8e4; } }

.allergen-filter svg, .dietry-filter svg { fill: #1d3012; width: 1.88rem; }

.allergen-filter.on, .dietry-filter.on { background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .allergen-filter.on, .dietry-filter.on { background-size: 168px !important; } }

@media (max-width: 767px) { .allergen-filter.on, .dietry-filter.on { background-size: 10rem !important; } }

@media (max-width: 767px) { .allergen-filter, .dietry-filter { width: 47.3%; float: left; }
  .allergen-filter:nth-child(even), .dietry-filter:nth-child(even) { float: left; }
  .allergen-filter span, .dietry-filter span { font-size: 0.7em; width: 70%; } }

.allergen-instructions { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; margin-left: -0.5em; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .allergen-instructions { background-size: 168px !important; } }

@media (max-width: 767px) { .allergen-instructions { background-size: 10rem !important; } }

.allergen-instructions p { color: #e8e8e4; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 0.99375rem 1.03125rem 0.99375rem; line-height: 1.0; margin: 0; font-weight: 100; font-size: 1.5625rem; }

.allergen-instructions p strong { font-weight: 400; }

.allergen-instructions.counter { background: url("../img/halftone-45-extralight-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .allergen-instructions.counter { background-size: 168px !important; } }

@media (max-width: 767px) { .allergen-instructions.counter { background-size: 10rem !important; } }

.allergen-instructions.counter p { color: #1d3012; }

@media (min-width: 768px) { .allergen-instructions.counter { opacity: 0; height: 0.25rem; overflow: hidden; } }

.allergen-disclaimer { background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .allergen-disclaimer { background-size: 168px !important; } }

@media (max-width: 767px) { .allergen-disclaimer { background-size: 10rem !important; } }

.allergen-disclaimer p { padding: 1.875rem; text-align: left; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4; font-size: 1.5625rem; font-weight: 100; color: #1d3012; line-height: 1.0; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .allergen-disclaimer p { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.07812rem #e8e8e4, 0 0 0.07812rem #e8e8e4; } }

.allergen-disclaimer p .asterisk { font-size: 4rem; position: relative; line-height: 0; top: 1.33rem; font-weight: 400; display: inline-block; }

.allergen-header { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; height: 2.625rem; padding: 0.40em 0.33em 0.42em; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .allergen-header { background-size: 168px !important; } }

@media (max-width: 767px) { .allergen-header { background-size: 10rem !important; } }

.allergen-header div { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.5625rem; color: #e8e8e4; position: relative; top: 0.6rem; left: 0.6rem; font-weight: 100; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.allergen-header div:last-child { position: relative; left: 0.5em; }

.allergen-products { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding-top: 0; }

.allergen-products .allergen-group { margin: 0 0 1.875rem; }

.allergen-products .allergen-group:after { content: ""; display: table; clear: both; }

.allergen-products .a-product { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; position: relative; }

.allergen-products .a-product:nth-child(odd) { background: url("../img/halftone-45-extralight-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .allergen-products .a-product:nth-child(odd) { background-size: 168px !important; } }

@media (max-width: 767px) { .allergen-products .a-product:nth-child(odd) { background-size: 10rem !important; } }

.allergen-products .a-product .a-product-name, .allergen-products .a-product .a-product-contains { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; text-transform: uppercase; font-size: 0.78125rem; line-height: 1.64; padding: 0.61875rem 0.9375rem; text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .allergen-products .a-product .a-product-name, .allergen-products .a-product .a-product-contains { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.07812rem #e8e8e4, 0 0 0.07812rem #e8e8e4; } }

.allergen-products .a-product .a-product-name a:hover, .allergen-products .a-product .a-product-contains a:hover { text-decoration: underline; }

.allergen-products .a-product .a-product-contains { font-size: 0.57031rem; opacity: 0.88; }

.allergen-products .a-product .a-icons { padding-left: calc(50% + 1rem); }

@media (min-width: 1024px) { .allergen-products .a-product .a-icons { padding: 0.61875rem 0.9375rem; } }

.allergen-products .a-hidden { opacity: 0.166; }

@media (max-width: 767px) { .allergen-products .a-hidden { display: none; } }

.allergen-products .a-hidden .allergen-popups { pointer-events: none; }

.allergen-products h2 { clear: both; font-size: 1.75rem; padding: 0.9375rem; background: url(../img/halftone-45-light-green.png) !important; background-size: 160px !important; color: #1d3012; text-shadow: 0 0 0.375rem #e8e8e4, 0 0 0.375rem #e8e8e4; margin: 0; }

.gluten-message, .vegan-message { height: 0; -webkit-transition: height 0.4s ease; -moz-transition: height 0.4s ease; -ms-transition: height 0.4s ease; -o-transition: height 0.4s ease; transition: height 0.4s ease; overflow: hidden; }

.gluten-message.on, .vegan-message.on { height: 10.3125rem; }

@media (max-width: 767px) { .gluten-message.on, .vegan-message.on { height: auto; } }

.gluten-message .inner, .vegan-message .inner { padding: 1.875rem 1.875rem; background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; display: flex; align-items: center; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .gluten-message .inner, .vegan-message .inner { background-size: 168px !important; } }

@media (max-width: 767px) { .gluten-message .inner, .vegan-message .inner { background-size: 10rem !important; } }

@media (max-width: 767px) { .gluten-message .inner, .vegan-message .inner { margin: 0 -1.875rem; } }

.gluten-message .inner .large-symbol, .vegan-message .inner .large-symbol { width: auto; height: 2.625rem; padding-right: 1.875rem; }

.gluten-message .inner .large-symbol svg, .vegan-message .inner .large-symbol svg { width: 2.625rem; height: 2.625rem; fill: #1d3012; position: relative; left: 0.125rem; }

@media (max-width: 767px) { .gluten-message .inner .large-symbol, .vegan-message .inner .large-symbol { display: none; } }

.gluten-message .inner p, .vegan-message .inner p { display: block; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4; font-size: 1.5625rem; line-height: 1; font-weight: 100; padding: 0; text-transform: uppercase; margin: 0; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .gluten-message .inner p, .vegan-message .inner p { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.07812rem #e8e8e4, 0 0 0.07812rem #e8e8e4; } }

.gluten-message .inner p strong, .vegan-message .inner p strong { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; }

@media (max-width: 767px) { .gluten-message .inner p, .vegan-message .inner p { font-size: 1.35938rem; }
  .gluten-message .inner p br, .vegan-message .inner p br { content: ' '; width: 100%; display: block; height: 0.625rem; } }

.vegan-message.on { height: 8.625rem; }

@media (max-width: 767px) { .vegan-message.on { height: auto; } }

.allergen-popups { vertical-align: top; position: relative; top: 0.1875rem; padding-left: 0.3125rem; display: inline !important; letter-spacing: -0.1em; }

@media (max-width: 767px) { .allergen-popups { top: 0rem; display: block !important; margin-left: -0.125rem; padding: 0; } }

.allergen-popups .info-icon { width: 1.25rem; height: 1.25rem; vertical-align: top; }

.allergen-popups .info-icon svg { width: 1.25rem; height: 1.25rem; opacity: 1; }

.allergen-popups .info-icon svg.alt { fill: #e9b500; opacity: 1; }

.allergen-popups .info-icon svg.alt:hover { opacity: 1; }

.allergen-popups .info-icon svg.alt2 { opacity: 1; }

.allergen-popups .info-icon svg.alt2:hover { opacity: 1; }

.allergen-popups .info-icon .info-popup { letter-spacing: 0.04em; bottom: 1.25rem; left: -5.375rem; }

.allergen-popups .info-icon .info-popup p { font-size: 0.78125rem; line-height: 1.25; text-shadow: none !important; }

.allergen-popups .info-icon.wide .info-popup { left: -5.175rem; }

@media (max-width: 767px) { .allergen-popups.sm-align-left .info-icon .info-popup { background: url("../img/tooltip-left.png") no-repeat left bottom; background-size: 11.875rem; left: -0.25rem; } }

@media (max-width: 767px) { .allergen-popups.sm-align-left .info-icon.wide .info-popup { left: -0.0625rem; } }

.table-allergy-breakdown td { padding: 1.1rem 1rem 0.9rem 1rem; }

.table-allergy-breakdown tr td, .table-allergy-breakdown tr th { background-position: left; }

@media (min-width: 1024px) { .table-allergy-breakdown tr td, .table-allergy-breakdown tr th { padding-left: 1.875rem; } }

.table-allergy-breakdown .card-info { text-align: left; }

.table-allergy-breakdown .card-info .info-popup { left: 0 !important; background: url("../img/tooltip-left.png") no-repeat left bottom; background-size: 11.875rem; }

.table-allergy-breakdown .info-icon { width: 1.0625rem; height: 1.0625rem; vertical-align: top; }

.table-allergy-breakdown .info-icon svg { width: 1.0625rem; height: 1.0625rem; }

.table-allergy-breakdown .table-allergy-breakdown-item-title { text-transform: uppercase; font-size: 0.78125rem; line-height: 1.64; }

@media (min-width: 768px) and (max-width: 1304px) { .table-allergy-breakdown .table-allergy-breakdown-item-title { font-size: 1rem; line-height: 1.33em; } }

.table-allergy-breakdown .table-allergy-breakdown-item-title a:hover { text-decoration: underline; }

.table-allergy-breakdown .table-allergy-breakdown-allergens { text-transform: uppercase; font-size: 0.57031rem; }

@media (min-width: 768px) and (max-width: 1304px) { .table-allergy-breakdown .table-allergy-breakdown-allergens { font-size: 1rem; line-height: 1.33em; } }

.menu-mob { padding: 0 15px; color: #282828; }

.menu-mob > *:not(:last-child) { margin-bottom: 30px; }

.menu-mob > *:last-child::after { display: none; }

.menu-mob-header { max-width: 400px; margin: auto; position: relative; }

.menu-mob-header__title { position: absolute; top: 50%; left: 50%; text-align: center; transform: translate3d(-50%, -85%, 0); margin: 0; }

.menu-mob-header svg { fill: #282828; display: block; }

.menu-mob--has-join { position: relative; }

.menu-mob--has-join:after { position: absolute; background: #282828; left: 50%; top: 100%; height: 34px; width: 4px; transform: translate3d(-50%, 0, 0); content: ''; }

.menu-mob-list { margin: 0; border: 4px solid #282828; border-bottom: 0; }

.menu-mob-list--no-types { border-top: 4px solid #282828; }

.menu-mob-item[data-accordion] .menu-mob-item__heading { padding-left: 15px; padding-right: 15px; padding-bottom: 7px; padding-top: 8px; cursor: pointer; }

.menu-mob-item[data-accordion]:first-child .menu-mob-item__heading { padding-top: 15px; }

.menu-mob-item[data-accordion]:last-child { border-bottom: 4px solid #282828; }

.menu-mob-item[data-accordion]:last-child .menu-mob-item__heading { padding-bottom: 15px; }

.menu-mob-item__info-desc { margin-top: 15px; }

.menu-bg-1 .menu-mob-item__info-desc { text-shadow: 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694; }

.menu-bg-3 .menu-mob-item__info-desc { text-shadow: 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf; }

.menu-mob-item__info-desc > * { font-size: 1rem; }

.menu-mob-item__info-desc > *:last-child { margin-bottom: 0; }

.menu-mob-item--full { border: 4px solid #282828; padding: 15px; }

.menu-mob-item--smashed { background-image: url("../img/smashed.svg"); background-size: 100% auto; display: block; padding: 5rem 3.75rem; text-align: center; }

.menu-mob-item--smashed .menu-mob-item__title { font-weight: 400; }

.menu-mob-item--smashed small { opacity: 1; padding: 0; position: static; text-transform: none; }

.menu-mob-item--smashed small:only-child { display: block; line-height: 1; }

.menu-mob-item--promo { border: 4px solid #282828; padding: 15px; text-align: center; background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; }

.menu-mob-item--promo::after { display: none; }

.menu-mob-item--promo h4 { margin: 0; }

.menu-bg-1 .menu-mob-item--promo h4 { text-shadow: 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694; }

.menu-bg-3 .menu-mob-item--promo h4 { text-shadow: 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf; }

.menu-mob-item__promo-body { padding: 15px 20px; width: auto; margin: 10px auto 0 auto; }

.menu-mob-item__promo-body p { margin: 0; }

.menu-bg-1 .menu-mob-item__promo-body { background: #b9d694; }

.menu-bg-3 .menu-mob-item__promo-body { background: #d9d6bf; }

.menu-mob-item--type { margin-bottom: 0 !important; scroll-margin-top: 160px; border: 4px solid #282828; border-bottom: 0; padding: 15px; }

.menu-mob-item--type h3 { margin: 0; }

.menu-bg-1 .menu-mob-item--type h3 { text-shadow: 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694, 0 0 0.3125rem #b9d694; }

.menu-bg-3 .menu-mob-item--type h3 { text-shadow: 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf, 0 0 0.3125rem #d9d6bf; }

.menu-mob-item__heading--noaccordion::after { display: none; }

.menu-mob-item__price { margin-top: 3px; margin-bottom: -4px; font-size: 1rem; display: flex; align-items: center; }

.menu-mob-item__price span { margin-right: 10px; }

.menu-mob-item__title { margin: 0; width: auto; display: block; font-size: 1.75rem; font-weight: 200; position: relative; }

.menu-mob-item__title--accordion { padding-right: 35px; }

.menu-mob-item__title--accordion::after { content: ''; transform: translate3d(0, -75%, 0) rotate(45deg); position: absolute; right: 0px; top: 50%; width: 8px; height: 8px; border-bottom: 3px solid #282828; border-right: 3px solid #282828; transition: transform .3s ease-in-out; }

.is-active .menu-mob-item__title--accordion::after { transform: translate3d(0, -25%, 0) rotate(-135deg); }

[data-accordion] .menu-mob-item__body { overflow: hidden; transition: max-height .4s ease-in-out; max-height: 0px; }

.is-active .menu-mob-item__body { max-height: 1500px; transition: max-height .8s ease-in-out; }

.menu-mob-item__body-inner { padding: 0 15px 20px 15px; }

.menu-mob-item__body p { margin-bottom: 0; }

.menu-mob-item__btn { margin-top: 15px; background: none; }

.menu-bg-1 .menu-mob-item__btn { background: #b9d694; }

.menu-bg-3 .menu-mob-item__btn { background: #d9d6bf; }

.menu-mob-item__btn:hover { background: #282828; }

.menu-mob-item__extras { margin-top: 15px; }

.menu-mob-item__img { margin-bottom: 15px; position: relative; }

.menu-mob-item__img img { position: relative; z-index: 5; }

.menu-mob-item__img:after { position: absolute; box-shadow: inset 0px 0px 0px 4px #282828; top: 0; left: 0; width: 100%; height: 100%; content: ''; z-index: 10; }

.menu-mob-mini-list { margin-top: 0; margin-bottom: 0; }

.menu-mob-mini-list--inside { margin-top: 6px; }

.menu-mob-mini-list__item:not(:last-child) { margin-bottom: 20px; }

.menu-mob-mini-list__title { flex: 1 1 auto; margin: 0; font-family: "Gi" !important; font-size: 1rem; text-transform: none; letter-spacing: normal; }

.menu-mob-mini-list__title .abbr { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 2px; }

.menu-mob-mini-list__title--knockout { font-family: "Ko" !important; margin: 0 0 0.33em 0; line-height: 0.88em; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.75rem; font-weight: 200; position: relative; letter-spacing: 0.04em; }

.menu-mob-mini-list__price { display: block; font-size: 1rem; flex: 0 1 auto; margin: 8px 0 0 0; }

.menu-mob-mini-list__price span { margin-right: 10px; }

.menu-mob-mini-list__body { font-size: 0.78125rem; line-height: 1.3; margin: 8px 0 -5px 0; }

.menu-mob__icons { text-align: center; margin-top: -15px; }

.menu-mob__icons ul { width: 100%; margin-top: 0; justify-content: center; display: flex; flex-direction: row; margin-bottom: 6px; }

.menu-mob__icons li:not(:last-child) { margin-right: 10px; }

.menu-mob__icons p { margin-bottom: 0; }

.food-group-icon { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.25rem; text-transform: none; }

.food-group-icon--inline { margin-left: 3px; }

.v-honest { color: transparent; -webkit-text-stroke: 2px #e8e8e4; margin-right: -8px; text-shadow: 0 0 6px #1d3012, 0 0 10px #e8e8e4; }

.v-honest--menu { -webkit-text-stroke: 2px #282828; text-shadow: none; margin-right: -4px; }

@keyframes pulse { 0% { text-shadow: 0 0 6px #1d3012, 0 0 10px #e8e8e4; }
  18% { text-shadow: 0 0 6px #1d3012, 0 0 10px #e8e8e4; }
  20% { text-shadow: 0 0 6px #1d3012, 0 0 5px #e8e8e4; }
  22% { text-shadow: 0 0 6px #1d3012, 0 0 10px #e8e8e4; }
  65% { text-shadow: 0 0 6px #1d3012, 0 0 10px #e8e8e4; }
  67% { text-shadow: 0 0 6px #1d3012, 0 0 5px #e8e8e4; }
  69% { text-shadow: 0 0 6px #1d3012, 0 0 10px #e8e8e4; }
  78% { text-shadow: 0 0 6px #1d3012, 0 0 10px #e8e8e4; }
  80% { text-shadow: 0 0 6px #1d3012, 0 0 5px #e8e8e4; }
  82% { text-shadow: 0 0 6px #1d3012, 0 0 10px #e8e8e4; }
  100% { text-shadow: 0 0 6px #1d3012, 0 0 10px #e8e8e4; } }

.award-filters .wpcf7-form { margin: 0; }

.award-filters .wpcf7-form .field { float: none; margin: 0; }

.award-filters .wpcf7-form .field .filter-option { display: block; }

.award-filters .wpcf7-form .field .filter-option .filter-label input { margin: 0.25rem 0; }

@media (max-width: 767px) { .award-filters .wpcf7-form .field .filter-option .filter-label input { left: 0; } }

.award-filters .wpcf7-form .field .filter-option .filter-label span { color: #1d3012; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; -webkit-transform: translateY(0.125em); -moz-transform: translateY(0.125em); -ms-transform: translateY(0.125em); transform: translateY(0.125em); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

@media (max-width: 767px) { .award-filters .wpcf7-form .field .filter-option .filter-label span { left: 0.6em; position: relative; } }

.newsletter-2021 { text-align: center; padding: 30px 20px; border: 0.25rem solid #e8e8e4; }

@media (min-width: 768px) { .newsletter-2021 { padding: 40px 20px; } }

@media (min-width: 1305px) { .newsletter-2021 { padding: 60px 20px; } }

.newsletter-2021 * { color: #1d3012; box-sizing: border-box; border: none; }

.newsletter-2021 p, .newsletter-2021 h1 { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4 !important; }

@media (min-width: 768px) { .newsletter-2021__submit { order: 2; } }

@media (min-width: 768px) { .triple-card-2021 { display: flex; flex-direction: row; } }

.triple-card-2021 h1 { margin: 0; }

@media (min-width: 1305px) { .triple-card-countdown { display: flex; flex-direction: row; } }

.triple-card-countdown h1 { margin: 0; }

.statement-2021 { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; color: #e8e8e4; border: 0.25rem solid #e8e8e4; text-shadow: none; text-align: center; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .statement-2021 { background-size: 168px !important; } }

@media (max-width: 767px) { .statement-2021 { background-size: 10rem !important; } }

.statement-2021__inner { padding: 20px 0; }

.statement-2021__inner > * { font-family: "Ko"; text-transform: uppercase; letter-spacing: 0.04em; font-size: 2.75rem; }

@media (min-width: 768px) { .statement-2021__inner > * { font-size: 4.25rem; } }

.statement-2021__inner > *:last-child { margin-bottom: 0; }

.statement-2021__inner p { margin: 0; }

.statement-title-and-text { border: 0.25rem solid #e8e8e4; text-shadow: none; }

.statement-title-and-text__title { background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; color: #e8e8e4; font-family: "Ko"; text-transform: uppercase; letter-spacing: 0.04em; line-height: 3.5rem; font-size: 2.75rem; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .statement-title-and-text__title { background-size: 168px !important; } }

@media (max-width: 767px) { .statement-title-and-text__title { background-size: 10rem !important; } }

@media (min-width: 768px) { .statement-title-and-text__title { font-size: 4.25rem; } }

.statement-title-and-text__title_inner { padding: 20px 0; }

.statement-title-and-text__text { color: #1d3012; }

.statement-title-and-text__text > *:last-child { margin-bottom: 0; }

.statement-title-and-text ul { font-size: 1rem; list-style-type: disc; padding-left: inherit; }

.video-2021 { display: flex; background: #e8e8e4; flex-direction: column; width: 100%; }

@media (min-width: 768px) { .video-2021 { width: auto; border: 0.25rem solid #e8e8e4; } }

.video-2021 * { box-sizing: border-box; }

.video-2021__title { flex: 0 1 auto; background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; padding: 15px 20px; display: flex; align-items: center; height: 150px; justify-content: center; text-align: center; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .video-2021__title { background-size: 168px !important; } }

@media (max-width: 767px) { .video-2021__title { background-size: 10rem !important; } }

@media (min-width: 768px) { .video-2021__title { padding: 10px; height: 100px; } }

@media (min-width: 1305px) { .video-2021__title { padding: 10px; height: 140px; } }

.video-2021__title h2 { margin: 0; }

.video-2021__title--light { background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; color: #1d3012; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .video-2021__title--light { background-size: 168px !important; } }

@media (max-width: 767px) { .video-2021__title--light { background-size: 10rem !important; } }

.video-2021__video { flex: 1 1 auto; }

.video-2021__video video { height: 100%; width: 100%; object-fit: cover; object-position: center; }

.multi-column-alt { column-count: 3; -moz-column-count: 3; column-gap: 5em; -moz-column-gap: 5em; column-fill: balance; -moz-column-fill: balance; }

@media (max-width: 767px) { .multi-column-alt { column-count: 1; -moz-column-count: 1; } }

.reveal-content-block { overflow: hidden; height: 0rem; -webkit-transition: height 0.4s ease; -moz-transition: height 0.4s ease; -ms-transition: height 0.4s ease; -o-transition: height 0.4s ease; transition: height 0.4s ease; display: none; -webkit-transform: translate3d(0, 0, 0); }

.reveal-content-block.ready { display: block; }

.reveal-content-block.on { height: 29.5rem; }

@media (max-width: 767px) { .reveal-content-block.on { height: auto; } }

.reveal-content-block ul { margin-top: 0; list-style-type: square; padding: 0 0.5em 0 0.75em; }

.reveal-content-block ul li { padding-bottom: 0.2em; text-align: left; }

.reveal-content-height { height: 27.625rem; }

@media (max-width: 767px) { .reveal-content-height { height: auto; } }

.career-path { text-align: center; padding: 1em 0 0.5em 1em; margin-bottom: 1em; background: url("../img/halftone-45-light-green.png") !important; background-size: 160px !important; }

.career-path:last-child { margin-bottom: 0; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .career-path { background-size: 168px !important; } }

@media (max-width: 767px) { .career-path { background-size: 10rem !important; } }

.career-path h4 { font-family: "Gi", sans-serif !important; letter-spacing: 0.04em; text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4; font-size: 1rem; text-transform: uppercase; margin: 0.2em 0 0.7em; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .career-path h4 { text-shadow: 0 0 0.3125rem #e8e8e4, 0 0 0.3125rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.15625rem #e8e8e4, 0 0 0.07812rem #e8e8e4, 0 0 0.07812rem #e8e8e4; } }

.career-path .job-list { list-style-type: none; padding: 0 0.8em 0 0; }

.career-path .job-list div { display: inline-block; background: #1d3012; width: auto; padding: 0.3em 0.1em 0.2em 0.4em; margin: 0 0.8em 0.5em 0; color: #e8e8e4; z-index: 1; max-height: 42px; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 100; font-size: 1.5625rem; text-transform: uppercase; position: relative; }

.career-path .job-list div svg { display: inline-block; position: absolute; fill: #1d3012; width: 1.5em; top: 0; right: -1.2em; z-index: -1; max-height: 100%; }

@media (max-width: 767px) { .career-path .job-list div svg { max-height: 100%; } }

.voting-bar { position: relative; height: 60px; width: 100%; background: #a1be7c; }

.voting-bar__wrap { padding: 30px; box-sizing: border-box; width: 100%; }

@media (min-width: 767px) { .voting-bar__wrap { position: absolute; transform: translate3d(0, -50%, 0); top: 50%; } }

.voting-bar__intro { color: black; text-align: center; max-width: 400px; font-size: 1.1rem; line-height: 1.2; margin: 0px auto 30px; }

.voting-bar__inner { height: 100%; position: relative; z-index: 1; width: 0; transition: width .3s ease-in-out; background: url("../img/halftone-45-superheavy-green.png") !important; background-size: 160px !important; }

@media (min-device-pixel-ratio: 2), (min-resolution: 120dpi) { .voting-bar__inner { background-size: 168px !important; } }

@media (max-width: 767px) { .voting-bar__inner { background-size: 10rem !important; } }

.voting-bar__outer { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.5625rem; font-weight: 100; color: #1d3012; }

.voting-bar__outer--left { padding-right: 10px; }

.voting-bar__outer--right { padding-left: 10px; }

.voting-bar__container { display: flex; flex-direction: row; align-items: center; }

.voting-bar__label { position: absolute; z-index: 2; top: 50%; text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.5625rem; font-weight: 100; }

.voting-bar__label--middle { left: 50%; transform: translate3d(-50%, -50%, 0); }

.voting-bar__label--left { left: 20px; transform: translate3d(0, -50%, 0); }

.voting-bar__label--right { right: 20px; transform: translate3d(0, -50%, 0); color: #1d3012; }

@media (min-width: 1305px) { .countdown { display: grid; grid-template-columns: repeat(2, 1fr); } }

.countdown__left { align-items: center; display: flex; flex-direction: column; justify-content: center; text-align: center; }

.countdown__right { color: #1d3012; padding: 30px; text-align: center; }

.countdown__right--force-aspect { height: calc(100% - 60px - 1.042rem - 0.375rem - 0.9375rem); }

.countdown__right--theme-light { background-color: #1d3012; }

.countdown__right--theme-small { align-items: center; display: flex; height: 42%; padding: 20px; }

.countdown__border { border: 0.375rem solid #1d3012; padding: 1.042rem; }

.countdown__right--force-aspect .countdown__border { align-items: center; display: flex; height: 100%; }

/* THEMES */
/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark { font-family: "Ko"; }

/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before { color: #1d3012; text-transform: uppercase; }

/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after { background-color: #16280a; }

/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front { color: #FFFFFF; background-color: #16280a; }

/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear { color: #EFEFEF; background-color: #1d3012; }

/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after { border-top: solid 1px #16280a; }

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light { font-family: sans-serif; font-weight: bold; }

/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before { color: #EEEEEE; }

/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after { background-color: #DDDDDD; }

/* Rotor tops */
.flipdown.flipdown__theme-light .rotor, .flipdown.flipdown__theme-light .rotor-top, .flipdown.flipdown__theme-light .rotor-leaf-front { color: #222222; background-color: #DDDDDD; }

/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom, .flipdown.flipdown__theme-light .rotor-leaf-rear { color: #333333; background-color: #EEEEEE; }

/* Hinge */
.flipdown.flipdown__theme-light .rotor:after { border-top: solid 1px #222222; }

/********** Theme: small **********/
.flipdown.flipdown__theme-small .rotor { font-size: 2.2rem; margin-right: 0.188em; }

.flipdown.flipdown__theme-small .rotor, .flipdown.flipdown__theme-small .rotor-leaf, .flipdown.flipdown__theme-small .rotor-leaf-front, .flipdown.flipdown__theme-small .rotor-leaf-rear, .flipdown.flipdown__theme-small .rotor-top, .flipdown.flipdown__theme-small .rotor-bottom, .flipdown.flipdown__theme-small .rotor:after { width: 1.563rem; }

.flipdown.flipdown__theme-small .rotor-group { padding-right: 0.750rem; }

.flipdown.flipdown__theme-small .rotor-group:last-child { padding-right: 0; }

.flipdown.flipdown__theme-small .rotor-group-heading:before { font-size: 0.688rem; height: 1.250rem; line-height: 1.250rem; }

.flipdown.flipdown__theme-small .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-small .rotor-group:nth-child(n+2):nth-child(-n+3):after { left: 3.750rem; }

.flipdown.flipdown__theme-small .rotor-group:nth-child(n+2):nth-child(-n+3):before { bottom: auto; top: 0.813rem; height: 0.375rem; width: 0.375rem; }

.flipdown.flipdown__theme-small .rotor-group:nth-child(n+2):nth-child(-n+3):after { bottom: auto; top: 2rem; height: 0.375rem; width: 0.375rem; }

.flipdown.flipdown__theme-small .rotor-leaf-front, .flipdown.flipdown__theme-small .rotor-top { line-height: 3.125rem; }

.flipdown.flipdown__theme-small .rotor-leaf, .flipdown.flipdown__theme-small .rotor { height: 3.125rem; }

.flipdown.flipdown__theme-small .rotor-leaf-front, .flipdown.flipdown__theme-small .rotor-leaf-rear, .flipdown.flipdown__theme-small .rotor-top, .flipdown.flipdown__theme-small .rotor-bottom, .flipdown.flipdown__theme-small .rotor:after { height: 1.563rem; }

/* END OF THEMES */
.flipdown { display: flex; justify-content: center; margin: 0 auto; overflow: visible; height: 100px; }

.flipdown .rotor-group { position: relative; padding-right: 20px; }

.flipdown .rotor-group:last-child { padding-right: 0; }

.flipdown .rotor-group-heading { clear: both; padding-top: 10px; }

.flipdown .rotor-group-heading:before { display: block; font-size: 1rem; height: 30px; line-height: 30px; text-align: center; }

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before { content: attr(data-before); }

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before { content: attr(data-before); }

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before { content: attr(data-before); }

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before { content: attr(data-before); }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before { content: ''; position: absolute; bottom: 45px; left: 90px; width: 10px; height: 10px; border-radius: 50%; }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after { content: ''; position: absolute; bottom: 75px; left: 90px; width: 10px; height: 10px; border-radius: 50%; }

.flipdown .rotor { position: relative; float: left; width: 40px; height: 70px; margin: 0px 5px 0px 0px; border-radius: 4px; font-size: 3.5rem; text-align: center; perspective: 200px; }

.flipdown .rotor:nth-child(2) { margin-right: 0; }

.flipdown .rotor-top, .flipdown .rotor-bottom { overflow: hidden; position: absolute; width: 40px; height: 35px; }

.flipdown .rotor-leaf { z-index: 1; position: absolute; width: 40px; height: 70px; transform-style: preserve-3d; transition: transform 0s; }

.flipdown .rotor-leaf.flipped { transform: rotateX(-180deg); transition: all 0.5s ease-in-out; }

.flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear { overflow: hidden; position: absolute; width: 40px; height: 35px; margin: 0; transform: rotateX(0deg); backface-visibility: hidden; -webkit-backface-visibility: hidden; }

.flipdown .rotor-leaf-front { line-height: 70px; border-radius: 4px 4px 0px 0px; }

.flipdown .rotor-leaf-rear { line-height: 0px; border-radius: 0px 0px 4px 4px; transform: rotateX(-180deg); }

.flipdown .rotor-top { line-height: 70px; border-radius: 4px 4px 0px 0px; }

.flipdown .rotor-bottom { bottom: 0; line-height: 0px; border-radius: 0px 0px 4px 4px; }

.flipdown .rotor:after { content: ''; z-index: 2; position: absolute; bottom: 0px; left: 0px; width: 40px; height: 35px; border-radius: 0px 0px 4px 4px; }

@media (max-width: 550px) { .countdown__right--theme-small { padding-bottom: 50px; }
  .flipdown { height: 70px; }
  .flipdown .rotor { font-size: 2.2rem; margin-right: 3px; }
  .flipdown .rotor, .flipdown .rotor-leaf, .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor:after { width: 25px; }
  .flipdown .rotor-group { padding-right: 15px; }
  .flipdown .rotor-group:last-child { padding-right: 0px; }
  .flipdown .rotor-group-heading:before { font-size: 0.8rem; height: 20px; line-height: 20px; }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after { left: 57px; }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before { bottom: 52px; height: 7px; width: 7px; }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after { bottom: 30px; height: 7px; width: 7px; }
  .flipdown .rotor-leaf-front, .flipdown .rotor-top { line-height: 50px; }
  .flipdown .rotor-leaf, .flipdown .rotor { height: 50px; }
  .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor:after { height: 25px; } }

#snow { position: fixed; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; }

.snowflake { position: absolute; width: 10px; height: 10px; background: linear-gradient(white, white); border-radius: 50%; filter: drop-shadow(0 0 10px white); }

.sticky-footer { background-color: #1d3012; display: flex; justify-content: center; padding: 23px 0; position: fixed; bottom: -1px; text-align: center; width: 100%; }

@media (min-width: 767px) { .sticky-footer { display: none; } }

.sticky-footer a { border-left: 1px solid #374E28; color: #e8e8e4; font-family: 'Ko', Impact; padding: 4px 17px; text-transform: uppercase; }

.sticky-footer a:first-child { border-left: none; }

@media (min-width: 768px) { .accordion-grid { display: grid; gap: 0 1.875rem; grid-template-columns: repeat(2, 1fr); } }

.accordion__title { text-transform: uppercase; font-family: 'Ko', Impact !important; font-weight: 400; font-style: normal; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: url(../img/halftone-45-extralight-green.png); background-size: 160px; cursor: pointer; display: block; font-size: 1.5625rem; font-weight: 100; line-height: 1; margin: 0 0 15px; padding: 1rem 1.15rem; position: relative; text-decoration: none; }

.accordion__title:hover { text-decoration: underline; }

.accordion__title::after { border-bottom: 3px solid #282828; border-right: 3px solid #282828; content: ''; height: 8px; position: absolute; right: 1.875rem; top: 50%; transform: translate3d(0, -75%, 0) rotate(45deg); transition: transform .3s ease-in-out; width: 8px; }

.is-active .accordion__title::after { transform: translate3d(0, -25%, 0) rotate(-135deg); }

.accordion__description { overflow: hidden; transition: max-height .4s ease-in-out; max-height: 0px; }

.is-active .accordion__description { max-height: 500px; transition: max-height .8s ease-in-out; }

.accordion__description ul { list-style-type: disc; padding-left: 20px; }

@media (min-width: 768px) { .dmn-booking-form { display: grid; grid-template-columns: repeat(2, 1fr); } }

.dmn-booking-form__left { color: #1d3012; padding: 30px; text-align: center; }

.dmn-booking-form__border { border: 0.375rem solid #1d3012; display: flex; flex-direction: column; height: calc(100% - (2 * 30px) + (2 * 0.375rem)); justify-content: center; padding: 1.042rem; }

.dmn-booking-form__title { font: normal 3.4375rem 'Ko', Impact; letter-spacing: 0.188rem; line-height: 0.88em; margin-top: 0.625rem; text-transform: uppercase; }

.dmn-booking-form__subtitle { font-size: 1rem; line-height: 1.33em; margin-top: 0.625rem; }

@media (min-width: 768px) { .dmn-form .main-inputs--grid { display: grid; gap: 0.9375rem; grid-template-columns: repeat(2, 1fr); } }

.ui-menu-jump-links { background-color: #E8E8E3; position: fixed; width: 100%; z-index: 999; }

@media (min-width: 768px) { .ui-menu-jump-links { display: none; } }

.ui-menu-jump-links__scroll { clear: both; overflow: auto; padding: 18px 36px 18px 10px; white-space: nowrap; }

.ui-menu-jump-links__link { border-left: 1px solid #ccc; display: inline-block; font-family: 'Ko', Impact; padding: 2px 15px; text-transform: uppercase; }

@media (min-width: 768px) { .ui-menu-jump-links__link { border: none; } }

.ui-menu-jump-links__link:first-child { border: none; }

.ui-menu-jump-links__icon { display: inline; height: 12px; margin: 0 8px; width: 12px; }

@media (min-width: 1024px) { .ui-menu-jump-links__icon { height: 16px; width: 16px; } }

.ui-menu-jump-links__divider { border-left: 1px solid #ccc; }

.ui-menu-jump-links__arrow { align-items: center; background: #e8e8e3; background: linear-gradient(90deg, rgba(232, 232, 227, 0) 16%, #e8e8e3 64%); display: flex; pointer-events: none; position: absolute; top: 9px; right: 0; height: calc(100% - 9px); width: 76px; }

.ui-menu-jump-links__arrow img { margin-left: 46px; }

.ui-menu-jump-links__spacer { height: 60px; }
