/* J&T Herbert CSS modules */
h1, h2, .h2, h3, .h3, h4, .h4 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  font-size: 1.2rem; }

h1, p.h1 {
  font-size: 3.4rem;
  line-height: 1.1em;
  font-weight: 600; }

h2, .h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 1.2rem; }

h3 {
  text-transform: uppercase;
  letter-spacing: .2em;
  padding-bottom: 0; }

body a {
  color: #70142a;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: #faf9f9; }
  body a:hover {
    text-decoration-color: #353535; }
  body a.fa- {
    text-decoration: none; }

nav .menu a {
  line-height: 1.5rem;
  color: #ffffff; }
  nav .menu a:hover {
    color: #ffffff;
    text-decoration: none; }

.title-bar-left, .title-bar-right {
  flex: 1 0 auto; }

.title-bar .logo {
  width: 170px;
  height: 54px;
  margin: .6em auto 0 auto;
  display: inline-block;
  background: url("../media/jtherbert-wordmark-light.svg") no-repeat; }

.title-bar {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: rgba(94, 12, 31, 0.9) !important; }

.title-bar-minimal {
  position: fixed;
  z-index: 4;
  top: 1.6rem;
  right: 1rem; }

.hero-heading {
  position: absolute;
  z-index: 3;
  margin-top: -80vh;
  margin-bottom: 0;
  overflow: hidden;
  filter: drop-shadow(0 0 24px #000); }

.balance-text {
  text-wrap: balance;
  /* Limited support at time of development, but future-forward enhancement */ }

.extra-padded {
  padding-top: 4rem;
  padding-bottom: 2rem; }

.checklist ul, .checklist ol, .accordion-content ul, .accordion-content ol {
  margin-top: -.3em; }
  .checklist ul li, .checklist ol li, .accordion-content ul li, .accordion-content ol li {
    font-size: 110%;
    margin-bottom: .6em; }

.sticky {
  z-index: 5;
  min-height: 44px; }
  .sticky .menu-icon::after {
    background: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }

.masonry {
  column-count: 1;
  column-gap: 1rem; }

.reviews-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: .5rem 0;
  margin-top: 1rem;
  list-style-type: none; }
  .reviews-carousel .slick-dots li {
    margin: 0 .8rem; }
  .reviews-carousel .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px; }
  .reviews-carousel .slick-dots li.slick-active button {
    background-color: #ffffff; }

.review .fa.fa-star {
  color: #5e0c1f;
  font-size: 125%; }
  .review .fa.fa-star.checked {
    color: orange; }

@media screen and (max-width: 40em) {
  .title-bar-left.text-right {
    text-align: left; }
    .title-bar-left.text-right .logo {
      margin-left: .4em; }

  .small-padding-y-collapse {
    padding-bottom: 0 !important; }
    .small-padding-y-collapse > .cell:first-of-type {
      padding-top: 0; }
    .small-padding-y-collapse > .cell:last-of-type {
      padding-bottom: 0; } }
@media screen and (min-width: 25em) {
  .masonry {
    column-count: 1; } }
@media screen and (min-width: 37.5em) {
  .masonry {
    column-count: 2; } }
@media screen and (min-width: 50em) {
  .masonry {
    column-count: 2; } }
@media screen and (min-width: 68.75em) {
  .masonry {
    column-count: 3; } }
.masonry-item {
  margin: 0; }
  .masonry-item img {
    margin-bottom: 1rem; }

.off-canvas {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 1rem; }

.position-right {
  padding: .5rem;
  padding-top: 4rem; }

.accordion li.accordion-item.is-active {
  background-color: #faf9f9; }
.accordion a.accordion-title {
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  color: #353535;
  text-decoration: none;
  line-height: 1.5; }
  .accordion a.accordion-title::before {
    margin-top: -1rem; }
.accordion .accordion-content {
  background-color: #faf9f9;
  border: none !important; }

div.tint-primary {
  background-color: #70142a; }
  div.tint-primary a, div.tint-primary p, div.tint-primary h1, div.tint-primary h2, div.tint-primary h3, div.tint-primary h4, div.tint-primary h5, div.tint-primary blockquote, div.tint-primary ul, div.tint-primary ol {
    color: #ffffff; }
  div.tint-primary h2:last-of-type {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0; }

div.tint-prominent {
  background-color: #353535; }
  div.tint-prominent a, div.tint-prominent p, div.tint-prominent h1, div.tint-prominent h2, div.tint-prominent h3, div.tint-prominent h4, div.tint-prominent h5, div.tint-prominent blockquote, div.tint-prominent ul, div.tint-prominent ol {
    color: #ffffff; }

div.tint-medium {
  background-color: #878787; }

div.tint-light {
  background-color: #faf9f9; }

div.tint-transparent {
  background-color: transparent !important; }

.cell.gallery-hero {
  padding: 0 0 1rem 0; }

.grid-container.with-full-height-image .grid-x {
  padding-bottom: 0 !important; }
.grid-container.with-full-height-image .lead :last-of-type {
  padding-bottom: 1.6rem; }
.grid-container.with-full-height-image .full-height-image-container {
  padding: 0;
  height: 100%; }
  .grid-container.with-full-height-image .full-height-image-container img, .grid-container.with-full-height-image .full-height-image-container video {
    object-fit: cover;
    height: 100%;
    width: 100%; }
    .grid-container.with-full-height-image .full-height-image-container img.shimmy-left, .grid-container.with-full-height-image .full-height-image-container video.shimmy-left {
      object-position: left center; }
    .grid-container.with-full-height-image .full-height-image-container img.shimmy-right, .grid-container.with-full-height-image .full-height-image-container video.shimmy-right {
      object-position: right center; }
    .grid-container.with-full-height-image .full-height-image-container img.super-shimmy-left, .grid-container.with-full-height-image .full-height-image-container video.super-shimmy-left {
      object-position: 25% center; }
    .grid-container.with-full-height-image .full-height-image-container img.super-shimmy-right, .grid-container.with-full-height-image .full-height-image-container video.super-shimmy-right {
      object-position: 75% center; }
  .grid-container.with-full-height-image .full-height-image-container .cell {
    padding: 0 0 1rem 0; }
    .grid-container.with-full-height-image .full-height-image-container .cell:last-of-type {
      padding-right: 0; }

.crumbs a, .crumbs p, .crumbs h1, .crumbs h2, .crumbs h3 {
  color: #353535;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .2em;
  display: inline-flex; }
.crumbs h1 {
  padding-top: 0; }
.crumbs h1::before {
  content: "/";
  margin-right: .3em;
  margin-left: .3em; }
.crumbs a {
  color: #70142a; }

.lead p, p.lead {
  font-weight: 600;
  color: #353535;
  line-height: 1.4 !important;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.lead + div.cell p:first-child {
  padding-top: .5rem; }

.sub-lead p, .sub-lead p a {
  color: #353535; }

.review blockquote {
  padding: 1.4rem 2rem 0 2rem;
  font-size: 1.4rem;
  border: none;
  font-family: century-old-style-std, serif; }

.grid-container nav:last-of-type ul.buttons {
  margin-bottom: 1rem; }

.menu a:first-of-type {
  padding-left: 1rem; }

.menu.buttons {
  margin-bottom: 2rem; }
  .menu.buttons:last-child {
    margin-bottom: 0; }
  .menu.buttons li {
    margin: .3em 0;
    min-width: 100%; }
    .menu.buttons li a {
      cursor: pointer;
      border-radius: 8px;
      border: 2px #5e0c1f solid;
      font-weight: 600;
      background: #ffffff;
      text-transform: uppercase;
      letter-spacing: .25em;
      line-height: 1.6em;
      padding: 1em 1em 0.85em 1em;
      width: 100%;
      text-align: center;
      transition: box-shadow .2s ease-out;
      transition-delay: 0;
      box-shadow: 0 0 0 0 #5e0c1f; }
      .menu.buttons li a:hover, .menu.buttons li a:active, .menu.buttons li a.active, .menu.buttons li a[aria-current="page"] {
        box-shadow: 0 0 0 5px #5e0c1f;
        transition: box-shadow .4s ease-out; }
      .menu.buttons li a[href*="faqs"] {
        text-transform: none; }
      .menu.buttons li a.button-prominent {
        border-color: #5e0c1f;
        background: #5e0c1f;
        color: #ffffff; }
        .menu.buttons li a.button-prominent:hover, .menu.buttons li a.button-prominent:active, .menu.buttons li a.button-prominent.active, .menu.buttons li a.button-prominent[aria-current="page"] {
          background: #ffffff;
          color: #5e0c1f; }
    .menu.buttons li:first-of-type {
      margin-left: 0; }
    .menu.buttons li:last-of-type {
      margin-right: 0; }
  .menu.buttons.buttons-expanded li {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

.button-inline {
  cursor: pointer;
  border-radius: 8px;
  border: 2px #5e0c1f solid;
  font-weight: 600;
  background: #ffffff;
  text-transform: uppercase;
  letter-spacing: .25em;
  line-height: 1.6em;
  padding: 1em 1em 0.85em 1em;
  text-align: center;
  transition: box-shadow .2s ease-out;
  transition-delay: 0;
  box-shadow: 0 0 0 0 #5e0c1f; }
  .button-inline:hover, .button-inline:active, .button-inline.active, .button-inline[aria-current="page"] {
    background: #ffffff;
    box-shadow: 0 0 0 5px #5e0c1f;
    transition: box-shadow .4s ease-out; }

.hero-carousel {
  height: 100vh;
  position: relative;
  top: 0;
  z-index: 1;
  margin-bottom: 0; }
  .hero-carousel img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center center; }
    .hero-carousel img.focus-y-top {
      object-position: 50% 0% !important; }
    .hero-carousel img.focus-y-high {
      object-position: 50% 25% !important; }
    .hero-carousel img.focus-y-centre {
      object-position: 50% 50% !important; }
    .hero-carousel img.focus-y-low {
      object-position: 50% 75% !important; }
    .hero-carousel img.focus-y-bottom {
      object-position: 50% 100% !important; }
    .hero-carousel img.focus-x-left {
      object-position: 0% 50% !important; }
    .hero-carousel img.focus-x-leftish {
      object-position: 25% 50% !important; }
    .hero-carousel img.focus-x-center {
      object-position: 50% 50% !important; }
    .hero-carousel img.focus-x-rightish {
      object-position: 75% 50% !important; }
    .hero-carousel img.focus-x-right {
      object-position: 100% 50% !important; }
  .hero-carousel .slick-track {
    height: 100vh; }

.hero-half {
  height: 75vh; }
  .hero-half .hero-carousel {
    height: 75vh; }
  .hero-half .slick-track {
    height: 75vh; }

.hero-heading-half {
  margin-top: -50vh; }

.hero-static {
  height: 100vh; }

.hero-static img:not(.logo) {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  z-index: 999; }

.hero h1, .hero p.h1 {
  color: #ffffff;
  margin-top: .6em;
  display: block;
  width: 100%;
  max-width: 760px;
  text-align: left;
  animation: fadein 3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out; }

.hero img.logo {
  width: 72.5%;
  max-width: 450px; }

.hero {
  position: relative; }

.hero .page-heading {
  top: 25vh;
  position: absolute;
  z-index: 3; }

@keyframes fadein {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a.banner {
  position: relative;
  margin-bottom: .5rem;
  overflow: hidden; }

a.banner img {
  object-fit: cover;
  object-position: -16px top;
  max-height: 220px;
  min-height: 125px; }

a.banner .button {
  text-transform: uppercase;
  letter-spacing: .2em;
  position: absolute;
  top: 35%;
  left: 60%;
  font-size: 100%;
  background: #ffffff;
  color: #353535;
  padding-left: 2em;
  padding-right: 2em;
  border: 2px #353535 solid;
  visibility: hidden;
  transition: transform .6s ease-in-out; }

a.banner:hover .button {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 12px; }

a.banner img {
  transition: transform .9s ease-in-out; }

a.banner:hover img {
  transform: scale(103%);
  transition: transform .6s ease-in-out; }

.help-me-choose-tiles a {
  position: relative;
  display: block;
  font-size: 2em;
  color: white;
  margin-bottom: .6em;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .2s ease-out;
  box-shadow: 0 0 0 0 #5e0c1f; }
  .help-me-choose-tiles a:last-of-type {
    margin-bottom: 0; }
  .help-me-choose-tiles a:hover, .help-me-choose-tiles a:active {
    box-shadow: 0 0 0 5px #5e0c1f;
    transition: box-shadow .4s ease-out; }
  .help-me-choose-tiles a span {
    position: absolute;
    display: block;
    padding: .3em .6em;
    height: 100%;
    top: 0;
    z-index: 10; }

.grid-container.gallery {
  padding-bottom: 2rem; }

.martin {
  background-color: red !important;
  white-space: nowrap;
  overflow-x: scroll; }
  .martin .scroll-item {
    display: inline-block; }

.grid-container.mosaic {
  padding: 3rem 0 0 0; }
  .grid-container.mosaic .flex-container div {
    padding-right: 0;
    padding-left: 0; }
    .grid-container.mosaic .flex-container div.flex-padded {
      padding-right: 1rem;
      padding-left: 1rem; }
  .grid-container.mosaic .mosaic-image {
    padding: 0;
    margin-bottom: 1rem; }
    .grid-container.mosaic .mosaic-image.focus-y-top {
      background-position-y: 0% !important; }
    .grid-container.mosaic .mosaic-image.focus-y-high {
      background-position-y: 25% !important; }
    .grid-container.mosaic .mosaic-image.focus-y-centre {
      background-position-y: 50% !important; }
    .grid-container.mosaic .mosaic-image.focus-y-low {
      background-position-y: 75% !important; }
    .grid-container.mosaic .mosaic-image.focus-y-bottom {
      background-position-y: 100% !important; }
    .grid-container.mosaic .mosaic-image.focus-x-left {
      background-position-x: 0% !important; }
    .grid-container.mosaic .mosaic-image.focus-x-leftish {
      background-position-x: 25% !important; }
    .grid-container.mosaic .mosaic-image.focus-x-center {
      background-position-x: 50% !important; }
    .grid-container.mosaic .mosaic-image.focus-x-rightish {
      background-position-x: 75% !important; }
    .grid-container.mosaic .mosaic-image.focus-x-right {
      background-position-x: 100% !important; }
    .grid-container.mosaic .mosaic-image:last-of-type {
      margin-bottom: 1rem; }
  .grid-container.mosaic .cell:last-of-type {
    margin-left: 0.1px;
    margin-right: 0.1px; }
  .grid-container.mosaic div {
    background-size: cover !important; }

div.product-tile {
  padding-top: 70% !important;
  position: relative;
  margin-bottom: .5rem; }

div.medium-3.product-tile, div.large-3.product-tile {
  padding-top: 50% !important; }

div.product-tile a {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

div.product-tile a figure {
  height: 100%;
  width: 100%; }

div.product-tile a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .6s ease-in-out; }

div.product-tile a:hover img {
  transform: scale(103%);
  transition: transform .6s ease-in-out; }

div.product-tile figcaption {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  position: absolute;
  top: 1rem;
  left: 1rem;
  bottom: 0;
  right: 0; }

div.medium-3.product-tile, div.large-3.product-tile {
  margin-bottom: 0; }

div.medium-3.product-tile figcaption, div.large-3.product-tile figcaption {
  font-size: 1.25rem; }

div.grid-x.grid-padding-x-extra {
  padding-bottom: 3rem; }

.lead p.event-venue, p.event-venue {
  font-size: 1.25rem;
  font-weight: 400; }

footer.grid-container {
  color: #353535;
  padding: 1rem 0 2rem 0;
  line-height: 1.4; }
  footer.grid-container ul, footer.grid-container ol, footer.grid-container li, footer.grid-container p {
    font-size: 1rem; }
  footer.grid-container a {
    font-weight: 400;
    color: #70142a;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block; }
  footer.grid-container .policies, footer.grid-container .policies a {
    color: #737373;
    line-height: 1.3rem; }
  footer.grid-container p {
    padding: 0 1rem; }
  footer.grid-container .jt-brandmark {
    margin-top: 1rem;
    margin-bottom: 1.6rem; }
  footer.grid-container .social a {
    padding: .2em .4em 0 .4em;
    margin-left: .2em;
    margin-right: 0;
    font-size: 2rem; }

@media print, screen and (min-width: 40em) {
  .hero {
    height: auto; }

  .hero-half {
    height: 70vh; }
    .hero-half .hero-carousel {
      height: 70vh; }
    .hero-half .slick-track {
      height: 70vh; }

  .title-bar .logo {
    width: 170px;
    height: 54px;
    margin-top: 1em; }

  .extra-padded {
    padding-top: 3rem; }

  .review blockquote {
    padding: 1rem 6rem 0 6rem;
    font-size: 2rem; }

  .grid-container.mosaic .flex-container div {
    padding-right: 2rem;
    padding-left: 2rem; }
    .grid-container.mosaic .flex-container div.flex-padded {
      padding-right: 2rem;
      padding-left: 2rem; }
  .grid-container.mosaic .mosaic-image {
    padding: 0;
    margin-bottom: 1rem; }
    .grid-container.mosaic .mosaic-image:last-of-type {
      margin-bottom: 0; }
  .grid-container.mosaic .cell:last-of-type {
    margin-left: 1rem; }
    .grid-container.mosaic .cell:last-of-type.small-order-1, .grid-container.mosaic .cell:last-of-type.medium-order-1, .grid-container.mosaic .cell:last-of-type.large-order-1 {
      margin-right: 1rem; }

  div.medium-6.product-tile, div.large-6.product-tile {
    padding-top: 50% !important; }

  div.medium-6.product-tile:nth-child(odd), div.large-6.product-tile:nth-child(odd) {
    margin: 0 0 1rem .5rem;
    width: calc(50% - .5rem); }

  div.medium-6.product-tile:nth-child(even), div.large-6.product-tile:nth-child(even) {
    margin: 0 .5rem 1rem 0;
    width: calc(50% - .5rem); }

  div.medium-6.product-tile figcaption, div.large-6.product-tile figcaption {
    font-size: 2.2rem;
    top: 1.8rem;
    left: 2rem; }

  div.medium-3.product-tile, div.large-3.product-tile {
    padding-top: 25% !important; }

  div.medium-3.product-tile figcaption, div.large-3.product-tile figcaption {
    font-size: 1.2rem;
    top: 1.2rem;
    left: 1.2rem;
    margin-right: .5rem; }

  a.banner img {
    object-fit: cover;
    object-position: left top; }

  a.banner .button {
    visibility: visible; }

  .menu a:first-of-type {
    padding-left: 2rem; }

  .menu.buttons li {
    margin: .6em;
    min-width: auto; }
    .menu.buttons li a {
      padding: 1em 1.2em 0.85em 1.2em; }

  .grid-container.with-full-height-image .full-height-image-container .cell {
    padding: 0 1rem 1rem 0; }

  footer.grid-container p {
    padding: 0 2rem; } }
@media print, screen and (min-width: 860px) {
  h1, p.h1 {
    font-size: 4.6rem; }

  h2 {
    margin-top: 3.6rem; }

  .lead p {
    font-size: 115%; }

  div.medium-3.product-tile figcaption, div.large-3.product-tile figcaption {
    font-size: 2rem;
    top: 1.8rem;
    left: 2rem; }

  .hero-half {
    height: 68vh; }
    .hero-half .hero-carousel {
      height: 68vh; }
    .hero-half .slick-track {
      height: 68vh; } }
@media print, screen and (min-width: 64em) {
  h1, p.h1 {
    font-size: 5.4rem; }

  div.medium-6.product-tile figcaption, div.large-6.product-tile figcaption {
    font-size: 2.8rem; }

  p {
    font-size: 110%; }

  .lead p {
    font-size: 120%; }

  .lead + div.cell p:first-child {
    padding-top: .8rem; } }
@media print, screen and (min-width: 65em) {
  .columns-niceify > div:last-of-type {
    margin-left: 2em; } }
