:root {
  --fg: #252323;
  --bg: #fff;
  --color-warn: red;
  --color-primary: #00797c;
  --color-header-logo: #00797c;
  --color-header-logo-secondary: #fff;
  --color-primary-contrast: #fff;
  --color-accent: #000;
  --color-accent-contrast: #fff;
  --color-accent-light: #3a3a3a;
  --color-accent-light-contrast: #cacaca;
  --color-accent-lighter: #d6d6d6;
  --color-accent-lighter-contrast: #353535;
  --color-border: #252323;
  --color-border-light: #b6b6b6;
  --size-container: 1600px;
  --gutter: 2rem;
}

.primary {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-primary-contrast);
  transition: color 0.2s, background 0.2s;
}

.primary:hover {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary-contrast);
}

.secondary {
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  background: var(--color-accent-contrast);
  transition: color 0.2s, background 0.2s;
}

.secondary:hover {
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  color: var(--color-accent-contrast);
}

.fa-chevron-right {
  font-size: 0.7em !important;
}

body .ms-slide-bgcont > img {
  object-fit: cover;
}

p {
  line-height: 145%;
}

bold,
strong {
  font-weight: 600;
}

h1#pageTitle {
  margin: 0 0 20px 0;
  padding: 30px 0 0 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1px;
  padding-bottom: 1px;
  color: var(--color-accent);
  margin-top: 20px;
}

h1,
h2,
h3 {
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  font-size: 2.6em;
}

h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.1em;
  font-weight: 700;
}

ul {
  margin: 2px 0 0 20px;
  padding: 0;
}

li {
  margin: 0 0 8px 0;
}

p.comment {
  font-size: 0.8em;
  color: var(--color-warn);
  font-style: italic;
  margin: 0;
  padding: 0;
}

blockquote {
  font-size: 1.3em;
  font-weight: 300;
  margin-right: 50px;
  line-height: 1.3em;
  padding: 5px 20px;
  margin: 20px 0;
  border: 1px solid var(--color-accent);
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}

.right {
  float: right;
}

.left {
  float: left;
}

.content {
  width: 75%;
  margin: 0 auto;
}

.rowPad {
  padding: 20px 0;
}

.bigImage {
  background-image: url("big-placeholder-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: var(--bg);
  padding: 200px 0;
  font-weight: 100;
  font-size: 3em;
}

.borderBox {
  padding: 15px 5%;
  width: 90%;
  margin: 0 auto;
  border: 1px solid var(--color-border-light);
  text-align: center;
  box-sizing: border-box;
}

.fullWidth {
  width: 100%;
  margin: 10px auto;
  display: block;
}
.fullWidth a {
  width: 100%;
  margin: 10px auto;
  display: block;
}

.alignleft,
.alignright {
  width: 100%;
  max-width: 100%;
  display: block;
  float: none;
  margin-right: 0;
}

@media (min-width: 400px) {
  .alignleft,
  .alignright {
    max-width: 60%;
    padding-bottom: 20px;
  }
  .alignleft {
    float: left;
    margin-right: 20px;
  }
  .alignright {
    float: right;
    margin-left: 20px;
  }
  .aligncenter {
    text-align: center;
  }
}
@media only print {
  body {
    font: normal 12pt Arial, sans-serif;
    line-height: 1.3;
  }
  #headerContent,
  footer,
  .master-slider-parent {
    display: none;
  }
  .span2,
  .span20,
  .span3,
  .span4 {
    width: 46%;
    margin-bottom: 10px;
  }
  .span6,
  .span8,
  .span9 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  #printLogo {
    display: block;
    width: auto;
    height: auto;
  }
  p#storeAddress {
    font-size: 12pt;
  }
  h1 {
    font-size: 20pt;
  }
  h2 {
    font-size: 18pt;
  }
  h3,
  h4 {
    font-size: 14pt;
    font-weight: 700;
  }
  #homeSlider {
    border: none;
    z-index: -1;
  }
  a#readMore,
  a.homeButton {
    background: #fff;
    text-decoration: none;
    color: #56544f;
  }
}
#sidebar {
  text-align: center;
  padding-top: 40px;
  width: 100%;
  display: block;
  margin: 20px auto;
  border-top: 1px solid var(--color-border-light);
}
@media (min-width: 768px) {
  #sidebar {
    text-align: left;
    width: 18%;
    padding-top: 40px;
    border: none;
  }
}

.oneThird,
.twoThirds,
.oneFourth,
.half,
.threeFourthsLeft,
.twoThirdsLeft {
  margin-bottom: 30px;
  margin-right: 3%;
}

.oneThird:nth-child(3n+0),
.oneFourth:nth-child(4n+0),
.half:nth-child(even),
.twoThirdsRight {
  margin-right: 0;
}

.threeFourths {
  width: 74.25%;
}

.twoThirds,
.twoThirdsLeft {
  width: 62.67%;
}

.twoThirdsRight {
  width: 65.67%;
}

.half {
  width: 48.5%;
}

.oneThird {
  width: 31.33%;
}

.oneFourth {
  width: 22.75%;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .threeFourths {
    width: 62.67%;
  }
  .oneFourth {
    width: 31.33%;
  }
  .oneThird,
  .twoThirds,
  .twoThirdsRight,
  .twoThirdsLeft {
    width: 48.5%;
  }
  .oneThird:nth-child(even),
  .oneFourth:nth-child(3n+0),
  .twoThirdsLeft {
    margin-right: 0;
  }
  .oneThird:nth-child(odd),
  .oneFourth:nth-child(4n+0) {
    margin-right: 3%;
  }
}
@media (max-width: 768px) {
  .oneFourth,
  .threeFourths {
    width: 48.5%;
    float: left;
    box-sizing: border-box;
  }
  .oneFourth:nth-child(even) {
    margin-right: 0;
  }
  .oneFourth:nth-child(odd) {
    margin-right: 3%;
  }
}
@media (max-width: 400px) {
  .alignleft,
  .alignright,
  .half,
  .oneFourth,
  .threeFourths,
  .oneThird,
  .twoThirds,
  .oneFourth:nth-child(odd),
  .twoThirdsRight,
  .twoThirdsLeft {
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
    margin-right: 0;
  }
  .oneFourth,
  .half {
    width: 100%;
    float: none;
  }
}
.gap {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.flex-grid > * {
  width: 100%;
  min-width: 300px;
  flex: 1 1 300px;
  max-width: clamp(300px, 100vw, 50%);
}
.flex-grid.col-1-3 > * {
  min-width: calc(33% - var(--gutter));
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, auto);
}
.grid-8.fixed {
  grid-template-columns: repeat(8, 1fr);
}
.grid-8-sm {
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-gap: 1em;
}
.grid-8-sm.fixed {
  grid-template-columns: repeat(8, 1fr);
}
.grid-8-md {
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-gap: 2em;
}
.grid-8-md.fixed {
  grid-template-columns: repeat(8, 1fr);
}
.grid-8-lg {
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-gap: 4em;
}
.grid-8-lg.fixed {
  grid-template-columns: repeat(8, 1fr);
}
.grid-8-xl {
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-gap: 8em;
}
.grid-8-xl.fixed {
  grid-template-columns: repeat(8, 1fr);
}
.grid-8-xxl {
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-gap: 10em;
}
.grid-8-xxl.fixed {
  grid-template-columns: repeat(8, 1fr);
}
.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, auto);
}
.grid-7.fixed {
  grid-template-columns: repeat(7, 1fr);
}
.grid-7-sm {
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-gap: 1em;
}
.grid-7-sm.fixed {
  grid-template-columns: repeat(7, 1fr);
}
.grid-7-md {
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-gap: 2em;
}
.grid-7-md.fixed {
  grid-template-columns: repeat(7, 1fr);
}
.grid-7-lg {
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-gap: 4em;
}
.grid-7-lg.fixed {
  grid-template-columns: repeat(7, 1fr);
}
.grid-7-xl {
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-gap: 8em;
}
.grid-7-xl.fixed {
  grid-template-columns: repeat(7, 1fr);
}
.grid-7-xxl {
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-gap: 10em;
}
.grid-7-xxl.fixed {
  grid-template-columns: repeat(7, 1fr);
}
.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, auto);
}
.grid-6.fixed {
  grid-template-columns: repeat(6, 1fr);
}
.grid-6-sm {
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-gap: 1em;
}
.grid-6-sm.fixed {
  grid-template-columns: repeat(6, 1fr);
}
.grid-6-md {
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-gap: 2em;
}
.grid-6-md.fixed {
  grid-template-columns: repeat(6, 1fr);
}
.grid-6-lg {
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-gap: 4em;
}
.grid-6-lg.fixed {
  grid-template-columns: repeat(6, 1fr);
}
.grid-6-xl {
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-gap: 8em;
}
.grid-6-xl.fixed {
  grid-template-columns: repeat(6, 1fr);
}
.grid-6-xxl {
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-gap: 10em;
}
.grid-6-xxl.fixed {
  grid-template-columns: repeat(6, 1fr);
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, auto);
}
.grid-5.fixed {
  grid-template-columns: repeat(5, 1fr);
}
.grid-5-sm {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 1em;
}
.grid-5-sm.fixed {
  grid-template-columns: repeat(5, 1fr);
}
.grid-5-md {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 2em;
}
.grid-5-md.fixed {
  grid-template-columns: repeat(5, 1fr);
}
.grid-5-lg {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 4em;
}
.grid-5-lg.fixed {
  grid-template-columns: repeat(5, 1fr);
}
.grid-5-xl {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 8em;
}
.grid-5-xl.fixed {
  grid-template-columns: repeat(5, 1fr);
}
.grid-5-xxl {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 10em;
}
.grid-5-xxl.fixed {
  grid-template-columns: repeat(5, 1fr);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
.grid-4.fixed {
  grid-template-columns: repeat(4, 1fr);
}
.grid-4-sm {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 1em;
}
.grid-4-sm.fixed {
  grid-template-columns: repeat(4, 1fr);
}
.grid-4-md {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 2em;
}
.grid-4-md.fixed {
  grid-template-columns: repeat(4, 1fr);
}
.grid-4-lg {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 4em;
}
.grid-4-lg.fixed {
  grid-template-columns: repeat(4, 1fr);
}
.grid-4-xl {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 8em;
}
.grid-4-xl.fixed {
  grid-template-columns: repeat(4, 1fr);
}
.grid-4-xxl {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 10em;
}
.grid-4-xxl.fixed {
  grid-template-columns: repeat(4, 1fr);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.grid-3.fixed {
  grid-template-columns: repeat(3, 1fr);
}
.grid-3-sm {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 1em;
}
.grid-3-sm.fixed {
  grid-template-columns: repeat(3, 1fr);
}
.grid-3-md {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 2em;
}
.grid-3-md.fixed {
  grid-template-columns: repeat(3, 1fr);
}
.grid-3-lg {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 4em;
}
.grid-3-lg.fixed {
  grid-template-columns: repeat(3, 1fr);
}
.grid-3-xl {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 8em;
}
.grid-3-xl.fixed {
  grid-template-columns: repeat(3, 1fr);
}
.grid-3-xxl {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 10em;
}
.grid-3-xxl.fixed {
  grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
.grid-2.fixed {
  grid-template-columns: repeat(2, 1fr);
}
.grid-2-sm {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 1em;
}
.grid-2-sm.fixed {
  grid-template-columns: repeat(2, 1fr);
}
.grid-2-md {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 2em;
}
.grid-2-md.fixed {
  grid-template-columns: repeat(2, 1fr);
}
.grid-2-lg {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 4em;
}
.grid-2-lg.fixed {
  grid-template-columns: repeat(2, 1fr);
}
.grid-2-xl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 8em;
}
.grid-2-xl.fixed {
  grid-template-columns: repeat(2, 1fr);
}
.grid-2-xxl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 10em;
}
.grid-2-xxl.fixed {
  grid-template-columns: repeat(2, 1fr);
}
.grid-span-8 {
  grid-column: span 8;
}
.grid-span-7 {
  grid-column: span 7;
}
.grid-span-6 {
  grid-column: span 6;
}
.grid-span-5 {
  grid-column: span 5;
}
.grid-span-4 {
  grid-column: span 4;
}
.grid-span-3 {
  grid-column: span 3;
}
.grid-span-2 {
  grid-column: span 2;
}
.grid-auto-50 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}
.grid-auto-75 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
}
.grid-auto-150 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.grid-auto-300 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid-auto-500 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

@media (min-width: 400px) {
  .sm-grid-8 {
    display: grid;
    grid-template-columns: repeat(8, auto);
  }
  .sm-grid-8.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .sm-grid-8-sm {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 1em;
  }
  .sm-grid-8-sm.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .sm-grid-8-md {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 2em;
  }
  .sm-grid-8-md.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .sm-grid-8-lg {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 4em;
  }
  .sm-grid-8-lg.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .sm-grid-8-xl {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 8em;
  }
  .sm-grid-8-xl.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .sm-grid-8-xxl {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 10em;
  }
  .sm-grid-8-xxl.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .sm-grid-7 {
    display: grid;
    grid-template-columns: repeat(7, auto);
  }
  .sm-grid-7.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .sm-grid-7-sm {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 1em;
  }
  .sm-grid-7-sm.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .sm-grid-7-md {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 2em;
  }
  .sm-grid-7-md.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .sm-grid-7-lg {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 4em;
  }
  .sm-grid-7-lg.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .sm-grid-7-xl {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 8em;
  }
  .sm-grid-7-xl.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .sm-grid-7-xxl {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 10em;
  }
  .sm-grid-7-xxl.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .sm-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, auto);
  }
  .sm-grid-6.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .sm-grid-6-sm {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 1em;
  }
  .sm-grid-6-sm.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .sm-grid-6-md {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 2em;
  }
  .sm-grid-6-md.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .sm-grid-6-lg {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 4em;
  }
  .sm-grid-6-lg.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .sm-grid-6-xl {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 8em;
  }
  .sm-grid-6-xl.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .sm-grid-6-xxl {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 10em;
  }
  .sm-grid-6-xxl.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .sm-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, auto);
  }
  .sm-grid-5.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-grid-5-sm {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 1em;
  }
  .sm-grid-5-sm.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-grid-5-md {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 2em;
  }
  .sm-grid-5-md.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-grid-5-lg {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 4em;
  }
  .sm-grid-5-lg.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-grid-5-xl {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 8em;
  }
  .sm-grid-5-xl.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-grid-5-xxl {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 10em;
  }
  .sm-grid-5-xxl.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
  .sm-grid-4.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-grid-4-sm {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 1em;
  }
  .sm-grid-4-sm.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-grid-4-md {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 2em;
  }
  .sm-grid-4-md.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-grid-4-lg {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 4em;
  }
  .sm-grid-4-lg.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-grid-4-xl {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 8em;
  }
  .sm-grid-4-xl.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-grid-4-xxl {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 10em;
  }
  .sm-grid-4-xxl.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
  .sm-grid-3.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-grid-3-sm {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 1em;
  }
  .sm-grid-3-sm.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-grid-3-md {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 2em;
  }
  .sm-grid-3-md.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-grid-3-lg {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 4em;
  }
  .sm-grid-3-lg.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-grid-3-xl {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 8em;
  }
  .sm-grid-3-xl.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-grid-3-xxl {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10em;
  }
  .sm-grid-3-xxl.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
  .sm-grid-2.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-grid-2-sm {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 1em;
  }
  .sm-grid-2-sm.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-grid-2-md {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 2em;
  }
  .sm-grid-2-md.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-grid-2-lg {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 4em;
  }
  .sm-grid-2-lg.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-grid-2-xl {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 8em;
  }
  .sm-grid-2-xl.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-grid-2-xxl {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 10em;
  }
  .sm-grid-2-xxl.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-grid-span-8 {
    grid-column: span 8;
  }
  .sm-grid-span-7 {
    grid-column: span 7;
  }
  .sm-grid-span-6 {
    grid-column: span 6;
  }
  .sm-grid-span-5 {
    grid-column: span 5;
  }
  .sm-grid-span-4 {
    grid-column: span 4;
  }
  .sm-grid-span-3 {
    grid-column: span 3;
  }
  .sm-grid-span-2 {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .md-grid-8 {
    display: grid;
    grid-template-columns: repeat(8, auto);
  }
  .md-grid-8.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .md-grid-8-sm {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 1em;
  }
  .md-grid-8-sm.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .md-grid-8-md {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 2em;
  }
  .md-grid-8-md.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .md-grid-8-lg {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 4em;
  }
  .md-grid-8-lg.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .md-grid-8-xl {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 8em;
  }
  .md-grid-8-xl.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .md-grid-8-xxl {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 10em;
  }
  .md-grid-8-xxl.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .md-grid-7 {
    display: grid;
    grid-template-columns: repeat(7, auto);
  }
  .md-grid-7.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .md-grid-7-sm {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 1em;
  }
  .md-grid-7-sm.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .md-grid-7-md {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 2em;
  }
  .md-grid-7-md.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .md-grid-7-lg {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 4em;
  }
  .md-grid-7-lg.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .md-grid-7-xl {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 8em;
  }
  .md-grid-7-xl.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .md-grid-7-xxl {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 10em;
  }
  .md-grid-7-xxl.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .md-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, auto);
  }
  .md-grid-6.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .md-grid-6-sm {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 1em;
  }
  .md-grid-6-sm.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .md-grid-6-md {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 2em;
  }
  .md-grid-6-md.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .md-grid-6-lg {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 4em;
  }
  .md-grid-6-lg.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .md-grid-6-xl {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 8em;
  }
  .md-grid-6-xl.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .md-grid-6-xxl {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 10em;
  }
  .md-grid-6-xxl.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .md-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, auto);
  }
  .md-grid-5.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-grid-5-sm {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 1em;
  }
  .md-grid-5-sm.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-grid-5-md {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 2em;
  }
  .md-grid-5-md.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-grid-5-lg {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 4em;
  }
  .md-grid-5-lg.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-grid-5-xl {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 8em;
  }
  .md-grid-5-xl.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-grid-5-xxl {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 10em;
  }
  .md-grid-5-xxl.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
  .md-grid-4.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-grid-4-sm {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 1em;
  }
  .md-grid-4-sm.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-grid-4-md {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 2em;
  }
  .md-grid-4-md.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-grid-4-lg {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 4em;
  }
  .md-grid-4-lg.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-grid-4-xl {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 8em;
  }
  .md-grid-4-xl.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-grid-4-xxl {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 10em;
  }
  .md-grid-4-xxl.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
  .md-grid-3.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-grid-3-sm {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 1em;
  }
  .md-grid-3-sm.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-grid-3-md {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 2em;
  }
  .md-grid-3-md.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-grid-3-lg {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 4em;
  }
  .md-grid-3-lg.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-grid-3-xl {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 8em;
  }
  .md-grid-3-xl.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-grid-3-xxl {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10em;
  }
  .md-grid-3-xxl.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
  .md-grid-2.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-grid-2-sm {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 1em;
  }
  .md-grid-2-sm.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-grid-2-md {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 2em;
  }
  .md-grid-2-md.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-grid-2-lg {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 4em;
  }
  .md-grid-2-lg.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-grid-2-xl {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 8em;
  }
  .md-grid-2-xl.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-grid-2-xxl {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 10em;
  }
  .md-grid-2-xxl.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-grid-span-8 {
    grid-column: span 8;
  }
  .md-grid-span-7 {
    grid-column: span 7;
  }
  .md-grid-span-6 {
    grid-column: span 6;
  }
  .md-grid-span-5 {
    grid-column: span 5;
  }
  .md-grid-span-4 {
    grid-column: span 4;
  }
  .md-grid-span-3 {
    grid-column: span 3;
  }
  .md-grid-span-2 {
    grid-column: span 2;
  }
}
@media (min-width: 1100px) {
  .lg-grid-8 {
    display: grid;
    grid-template-columns: repeat(8, auto);
  }
  .lg-grid-8.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .lg-grid-8-sm {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 1em;
  }
  .lg-grid-8-sm.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .lg-grid-8-md {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 2em;
  }
  .lg-grid-8-md.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .lg-grid-8-lg {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 4em;
  }
  .lg-grid-8-lg.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .lg-grid-8-xl {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 8em;
  }
  .lg-grid-8-xl.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .lg-grid-8-xxl {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 10em;
  }
  .lg-grid-8-xxl.fixed {
    grid-template-columns: repeat(8, 1fr);
  }
  .lg-grid-7 {
    display: grid;
    grid-template-columns: repeat(7, auto);
  }
  .lg-grid-7.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .lg-grid-7-sm {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 1em;
  }
  .lg-grid-7-sm.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .lg-grid-7-md {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 2em;
  }
  .lg-grid-7-md.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .lg-grid-7-lg {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 4em;
  }
  .lg-grid-7-lg.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .lg-grid-7-xl {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 8em;
  }
  .lg-grid-7-xl.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .lg-grid-7-xxl {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-gap: 10em;
  }
  .lg-grid-7-xxl.fixed {
    grid-template-columns: repeat(7, 1fr);
  }
  .lg-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, auto);
  }
  .lg-grid-6.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .lg-grid-6-sm {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 1em;
  }
  .lg-grid-6-sm.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .lg-grid-6-md {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 2em;
  }
  .lg-grid-6-md.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .lg-grid-6-lg {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 4em;
  }
  .lg-grid-6-lg.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .lg-grid-6-xl {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 8em;
  }
  .lg-grid-6-xl.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .lg-grid-6-xxl {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 10em;
  }
  .lg-grid-6-xxl.fixed {
    grid-template-columns: repeat(6, 1fr);
  }
  .lg-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, auto);
  }
  .lg-grid-5.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-grid-5-sm {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 1em;
  }
  .lg-grid-5-sm.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-grid-5-md {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 2em;
  }
  .lg-grid-5-md.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-grid-5-lg {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 4em;
  }
  .lg-grid-5-lg.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-grid-5-xl {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 8em;
  }
  .lg-grid-5-xl.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-grid-5-xxl {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 10em;
  }
  .lg-grid-5-xxl.fixed {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
  .lg-grid-4.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-grid-4-sm {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 1em;
  }
  .lg-grid-4-sm.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-grid-4-md {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 2em;
  }
  .lg-grid-4-md.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-grid-4-lg {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 4em;
  }
  .lg-grid-4-lg.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-grid-4-xl {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 8em;
  }
  .lg-grid-4-xl.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-grid-4-xxl {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 10em;
  }
  .lg-grid-4-xxl.fixed {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
  .lg-grid-3.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-grid-3-sm {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 1em;
  }
  .lg-grid-3-sm.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-grid-3-md {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 2em;
  }
  .lg-grid-3-md.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-grid-3-lg {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 4em;
  }
  .lg-grid-3-lg.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-grid-3-xl {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 8em;
  }
  .lg-grid-3-xl.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-grid-3-xxl {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10em;
  }
  .lg-grid-3-xxl.fixed {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
  .lg-grid-2.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-grid-2-sm {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 1em;
  }
  .lg-grid-2-sm.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-grid-2-md {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 2em;
  }
  .lg-grid-2-md.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-grid-2-lg {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 4em;
  }
  .lg-grid-2-lg.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-grid-2-xl {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 8em;
  }
  .lg-grid-2-xl.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-grid-2-xxl {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 10em;
  }
  .lg-grid-2-xxl.fixed {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-grid-span-8 {
    grid-column: span 8;
  }
  .lg-grid-span-7 {
    grid-column: span 7;
  }
  .lg-grid-span-6 {
    grid-column: span 6;
  }
  .lg-grid-span-5 {
    grid-column: span 5;
  }
  .lg-grid-span-4 {
    grid-column: span 4;
  }
  .lg-grid-span-3 {
    grid-column: span 3;
  }
  .lg-grid-span-2 {
    grid-column: span 2;
  }
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: var(--fg);
  background: var(--bg);
  font-size: 16px;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

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

a {
  color: var(--color-primary);
}

a img {
  border: 0;
  text-decoration: none;
}

main {
  background: var(--bg);
  padding: 0 0 100px 0;
  margin: 0 auto;
}

select,
input[type=button],
input[type=submit] {
  border: 1px solid var(--color-accent-lighter);
}

input[type=email] {
  width: 300px;
  padding: 10px 5px;
}

input[type=search] {
  padding: 10px;
  border: 1px solid var(--color-accent);
  width: 300px;
}

select,
input[type=text] {
  height: 30px;
  margin-bottom: 20px;
}

input[type=button] {
  padding: 10px;
}

input[type=button],
input[type=submit] {
  border-radius: 4px;
  color: var(--color-border);
  font-size: 0.9em;
}

.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 select {
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-size: 1em;
  padding: 10px;
  height: 40px;
}

.wpcf7 textarea {
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-size: 1em;
  padding: 10px;
}

.mailmunch-forms-after-post {
  padding-top: 50px;
}

header {
  background: var(--color-accent);
  color: var(--color-accent-contrast);
  text-decoration: none;
}
header a {
  color: var(--color-accent-contrast);
}
header #headerContent {
  width: calc(100% - var(--gutter) * 2);
  max-width: var(--size-container);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header #headerContent #logo,
header #headerContent #storeLogo {
  padding: 15px 0;
}
header #headerContent #logo {
  width: 100%;
  --size: clamp(90px, 10vw, 100px);
  display: flex;
  align-items: center;
  flex: 1 1 20%;
}
header #headerContent #logo > a {
  display: block;
  margin: auto;
}
header #headerContent #logo .header-logo {
  width: var(--size);
}
header #headerContent #logo .header-logo-lg {
  display: none;
  width: var(--size);
}
@media (min-width: 600px) {
  header #headerContent #logo {
    --size: clamp(90px, 20vw, 200px);
  }
  header #headerContent #logo .header-logo {
    display: none;
  }
  header #headerContent #logo .header-logo-lg {
    display: initial;
  }
}
header #headerContent #headerRight {
  padding-top: 18px;
  flex: 3 3 900px;
  display: flex;
  justify-content: center;
}
header #headerContent #headerRight .nav-menus #brandMenu {
  text-transform: uppercase;
  font-size: 0.8rem;
}
header #headerContent #headerRight .nav-menus #brandMenu ul.menu {
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 1100px) {
  header #headerContent #headerRight .nav-menus #brandMenu ul.menu {
    justify-content: flex-end;
  }
}
header #headerContent #headerRight .nav-menus #brandMenu ul.menu li {
  line-height: 1;
  white-space: nowrap;
}
header #headerContent #headerRight .nav-menus #brandMenu a {
  display: block;
  text-decoration: none;
}
header #headerContent #headerRight .nav-menus #brandMenu a:hover {
  color: #fff;
}
header #headerContent #headerRight .nav-menus .menu-brand-menu-container {
  width: 100%;
  display: block;
}
header #headerContent #headerRight .nav-menus #topMenu {
  border-top: 1px solid #f1eee8;
}

footer {
  background: var(--color-accent);
  color: var(--color-accent-contrast);
  padding: 20px 0 10px 0;
  text-align: center;
}
footer p,
footer li,
footer a {
  color: var(--color-accent-contrast);
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer a .logo {
  margin: 20px auto;
  max-width: 130px;
  display: block;
  padding: 10px;
  border: 1px solid var(--color-accent-light-contrast);
  border-radius: 4px;
}
footer ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
footer ul li {
  padding: 0 0 10px 0;
  font-weight: 300;
}
footer #footerContent {
  width: calc(100% - var(--gutter) * 2);
  max-width: var(--size-container);
  margin-left: auto;
  margin-right: auto;
}

.card {
  --img-height: 250px;
  border: 1px solid #c3b5b1;
  box-sizing: border-box;
  margin-bottom: 50px;
  line-height: 0;
  background: var(--bg);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.card h2,
.card h3,
.card p {
  padding: 20px;
  margin: 0;
  background: #fff;
  text-align: center;
}
.card h3 a {
  text-decoration: none;
  color: var(--color-accent);
}
.card h3 a:hover {
  text-decoration: underline;
}
.card-img-block {
  height: var(--img-height);
}
.card-img-block > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cardImage {
  height: 250px;
  overflow: hidden;
}

.cardButton {
  text-decoration: none;
  display: block;
  padding: 20px 10px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  color: var(--color-accent-lighter-contrast);
  background: var(--color-accent-lighter);
  line-height: 1em;
  transition: color 0.2s, background 0.2s;
}

.cardButton:hover {
  background: var(--color-accent);
  color: #fff;
}

.button {
  text-align: center;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
}

.button:hover {
  background: var(--color-accent);
  color: var(--color-accent-contrast);
}

.wpgmza_sl_main_div,
label {
  font-size: 0.9em;
  color: var(--color-accent);
  font-weight: normal;
}

.dataTables_filter label {
  font-weight: normal;
}

.dataTables_wrapper .dataTables_filter,
#wpgmza_table_1_length {
  margin-top: 20px;
}

th.wpgmza_table_description,
td.wpgmza_table_description,
th.wpgmza_table_marker,
td.wpgmza_table_marker {
  display: none;
}

#wpgmza_marker_holder_1 th {
  padding-left: 10px !important;
}

.page {
  width: calc(100% - var(--gutter) * 2);
  max-width: var(--size-container);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  overflow: auto;
}

#pageBanner {
  width: 100%;
  border: 0;
  line-height: 0;
  display: block;
  padding-bottom: 30px;
  margin: 0 auto;
}

#mobileBanner {
  display: none;
}

#video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #video {
    position: initial;
    padding: 0;
    height: auto;
  }
  #video iframe {
    width: 100%;
    height: 100%;
  }
}
#landingPageLogo {
  margin: 0 auto;
  padding: 40px 0 0 0;
  text-align: center;
  display: block;
}

.landingPage {
  width: 95%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.landingPage p {
  font-size: 17px;
  line-height: 1.4em;
}

p.landingPageTagline {
  font-weight: 300;
  color: #f1eee8;
  margin: 0 auto;
  padding: 5px 0 30px 0;
  display: block;
}

.landingTerms {
  display: block;
  margin: 20px 0;
}

.landingTerms p {
  font-size: 15px;
}

.landingPageButton a {
  color: #fff;
  border: 0;
  min-width: 250px;
}

.landingPageButton a:hover {
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  background: #fff !important;
}

p.landingPageButton {
  padding-bottom: 20px;
}

.landingIntro {
  text-align: center;
  padding: 10px 30px;
  margin-bottom: 30px;
}

.landingIntro p {
  font-size: 1.4em;
  font-weight: 300;
}

.brandPage {
  padding-top: 50px;
}

#brandSlider {
  border: 1px solid var(--color-accent);
  width: 96%;
  box-sizing: border-box;
  margin-left: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 40px;
}

#brandBanner {
  padding: 70px 0;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: left;
}

#brandBannerContent {
  padding: 30px;
  width: 55%;
  background: rgba(129, 119, 115, 0.8);
  box-sizing: border-box;
  color: #fff;
}

#brandBannerContent a {
  color: #fff;
}

#brandBannerLogo {
  float: left;
  margin-right: 20px;
}

#storeBio {
  clear: both;
  margin-top: 50px;
  padding-top: 10px;
  border-top: 1px solid var(--color-accent-lighter);
}

#storeBio h3 {
  margin-top: 0;
  padding-top: 0;
}

.storeMeta {
  border: 1px solid var(--color-accent-lighter);
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}

.findSimilar {
  display: block;
  clear: both;
  margin: 30px 0;
  padding: 10px 20px;
  text-align: center;
  background: var(--color-accent-lighter);
  border-radius: 4px;
  color: var(--color-accent);
}

.findSimilar a {
  color: var(--color-accent);
}

.findSimilar h2 {
  font-size: 1.2em;
}

.storeMeta {
  margin-bottom: 30px;
}

.storeMetaContent {
  padding: 5px 20px 10px 20px;
}

.storeClosed {
  border: 1px solid #2eb6b9;
  background: #cbf9fa;
}

.storeMeta a {
  text-decoration: none;
  color: var(--color-accent);
}

.storeMeta a:hover {
  color: var(--color-primary);
}

.storeMeta h3 {
  margin-top: 0 !important;
  padding: 15px 0 !important;
  background: var(--color-accent-light);
  color: var(--color-accent-light-contrast);
  text-align: center;
  line-height: 1;
  font-size: 1.3em;
}

.storeMeta .fab {
  padding: 0 5px;
}

.storeSocialSection {
  display: flex;
  width: 150px;
  padding-bottom: 10px;
  margin: 0 auto;
  justify-content: center;
}

.storeLinks {
  margin: 0 10px;
  text-align: center;
}

.storeLinks a {
  display: block;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
}

.storeLinks a:hover {
  background: var(--color-primary);
  color: var(--color-primary-contrast);
  border: 1px solid var(--color-primary);
}

.storeLinks .fab {
  font-size: 40px !important;
}

#storeEvent {
  margin-top: 30px;
}

#storeEvent h3 {
  margin-top: 0;
  padding-top: 0;
}

#storeEvent p {
  margin-top: 0;
  padding-top: 5px;
}

#storeContent {
  margin-top: 30px;
}

.eventListing {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-accent);
  margin-bottom: 30px;
}

.eventListing h2 {
  font-size: 2em;
  padding-top: 0;
  margin-top: 0;
}

p.blogMeta {
  font-size: 0.9em;
  padding-top: 0;
  margin-top: 0;
  color: var(--color-accent);
}

.eventListing h2 a {
  color: #848484;
  text-decoration: none;
}

.eventListing h2 a:hover {
  text-decoration: underline;
}

.eventDescription p {
  padding-top: 5px;
  margin-top: 0;
}

#behindScenes {
  font-weight: 700;
  font-size: 0.9em;
  margin-top: 0;
  padding-top: 0;
}

#managerPhoto {
  margin-top: 0.83em;
}

#searchform {
  margin: 20px 0 10px 0;
}

#searchform label {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 300;
}

#searchform input {
  display: block;
  padding: 10px 3%;
  border: 1px solid var(--color-accent-light-contrast);
  font-family: "Lato", sans-serif;
  margin: 0 0 10px 0;
  width: 100%;
  box-sizing: border-box;
}

#searchform submit {
  color: var(--color-accent);
  background: var(--color-accent-contrast);
  border-radius: 4px;
}

#homePage {
  width: calc(100% - var(--gutter) * 2);
  max-width: var(--size-container);
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
}

#homeSlider {
  margin-bottom: 50px;
}
div.testimonial {
  padding: 0 30px 30px 0;
  box-sizing: border-box;
}

p.testimonial {
  font-size: 1.3em;
  line-height: 150%;
  font-weight: 300;
  color: var(--color-accent);
}

.testimonialSig {
  font-weight: 700;
  font-size: 13px;
}

.blogMain {
  text-align: center;
}

.blogMain h2 {
  padding: 30px 0 15px 0;
}

.blogMain h2 a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-accent);
}

.blogMain h2 a:hover {
  text-decoration: underline;
}

div.blogButton {
  padding: 10px 0 30px 0;
  display: block;
}

div.blogButton a {
  padding: 10px;
  border: 1px solid var(--color-accent);
  text-decoration: none;
  color: var(--color-accent);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
}

div.blogButton a:hover {
  color: #fff;
  background: var(--color-accent);
}

.blogMain img {
  margin: 0 auto;
}

.blog p {
  font-size: 17px;
  line-height: 150%;
}

/* Blog Styles */
#blogMeta {
  float: left;
  width: 20%;
  margin-right: 6%;
  font-size: 14px;
  color: #969393;
}

#social a {
  color: #fff !important;
}

#social h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

#postCats {
  display: block;
  margin: 20px 0 40px 0;
  color: #766b67;
  font-size: 0.9em;
  background: #f9f7f6;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

#blogMeta a {
  color: #969393;
  white-space: nowrap;
}

#postTags {
  text-transform: lowercase;
}

#blogTitle {
  text-align: center;
  font-size: 1.8em;
  background: #f9f7f6;
  padding: 20px;
  margin: 0 0 50px 0;
}

.singlePost {
  padding: 40px;
  font-size: 17px;
  line-height: 150%;
  margin: 0 auto;
  box-shadow: 0px 2px 10px #dbd9d8;
  box-sizing: border-box;
}

.singlePost p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.postContent {
  width: 74%;
  float: right;
  max-width: 768px;
}

h2#postTitle {
  font-size: 2.2em;
  line-height: 1em;
  padding-bottom: 20px;
}

.singlePost h2 {
  font-size: 1.8em;
}

.blogGrid {
  box-shadow: 0px 2px 10px #dbd9d8;
  border-radius: 3px;
  margin-bottom: 50px;
  line-height: 0;
  text-align: center;
  border: 1px solid #dbd9d8;
  box-sizing: border-box;
}

.blogGrid h2,
.blogGrid p {
  padding: 0 20px;
  margin: 0;
  background: #fff;
  text-align: center;
}

.blogGridThumb {
  height: 250px;
  overflow: hidden;
}

.blogGrid h2 {
  font-size: 1.2em;
  text-transform: none;
  font-weight: 400;
  margin: 30px 0 6px 0;
}

.blogGridTitle {
  height: 100px;
  overflow: hidden;
}

.blogGrid h2 a {
  background: var(--color-accent-contrast);
  color: var(--color-accent);
  text-decoration: none;
}

.blogGrid h2 a:hover {
  text-decoration: underline;
}

.blogGrid .blogMeta {
  padding-bottom: 20px;
}

.blogGrid .cardButton {
  text-transform: uppercase;
  color: var(--color-accent-contrast);
  background: var(--color-accent);
}
