:root {
  --alert-bar-height: 0px; }

html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  line-height: 1.4;
  scroll-behavior: smooth; }
  body.is-nav-expanded {
    overflow: hidden;
    padding-right: 15px; }

h1, h2 {
  color: #BC2F2C;
  margin: 0;
  padding: 1.875rem 0 3.75rem 0;
  display: inline-block; }

h3 {
  color: #BC2F2C;
  margin: 0; }
  h3 strong {
    color: #000; }

h4 {
  color: #BC2F2C;
  margin: 0; }

h5 {
  color: #BC2F2C;
  margin: 0; }

p {
  margin: 0 0 1.2rem 0; }

ol {
  margin: 0 0 0 0.9375rem;
  padding: 0;
  list-style: none;
  counter-reset: custom-counter;
  margin-left: 0;
  margin-bottom: 1.875rem; }
  ol li {
    position: relative;
    counter-increment: custom-counter;
    padding-left: 1.875rem;
    margin-bottom: 0.9375rem; }
    ol li::before {
      position: absolute;
      -ms-transform: translateY(-33%);
          transform: translateY(-33%);
      left: 0;
      content: counter(custom-counter) ". "; }

a {
  color: #000;
  text-decoration: none; }

address {
  font-style: normal; }

button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer; }

.u-dark-texture {
  background: transparent url(../images/WD-Charcoal-BLK.jpg) 0 0 repeat; }

.u-lite-texture {
  background: transparent url(../images/WD-Charcoal-CRM.jpg) 0 0 repeat; }

.u-black {
  color: #000; }

.u-red {
  color: #BC2F2C; }

.u-text-slant {
  -ms-transform: rotate(-5deg) skew(-5deg);
      transform: rotate(-5deg) skew(-5deg); }

.u-slant {
  -ms-transform: rotate(8deg);
      transform: rotate(8deg); }

.u-slant-counter, h1, h2, .panel--sauce-boss .panel__aside .polaroid {
  -ms-transform: rotate(-8deg);
      transform: rotate(-8deg); }

.u-uppercase, .u-title, .slideshow--features .slideshow__title, .u-h1, h1, h2, .u-h2, .coaster__prompt, .u-h3, h3, ol li::before, .footer__nav a, .menu h3, .menu-nav a, .masthead__order-online-link a, .u-h4, h4, .location__phone, .masthead__order-online-options a, .navigation__nav a, .u-h5, h5, .button {
  text-transform: uppercase;
  letter-spacing: .03rem; }

.u-small-text {
  font-size: 0.875rem; }

.u-title, .slideshow--features .slideshow__title {
  font-family: "agency-fb", sans-serif;
  font-size: 7.75rem;
  font-weight: 600;
  line-height: 1; }

.u-h1, h1, h2 {
  font-family: "agency-fb", sans-serif;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1; }

.u-h2, .coaster__prompt {
  font-family: "agency-fb", sans-serif;
  font-weight: 600;
  font-size: 3rem; }

.u-h3, h3, ol li::before, .footer__nav a, .menu h3, .menu-nav a, .masthead__order-online-link a {
  font-family: "agency-fb", sans-serif;
  font-weight: 600;
  font-size: 1.875rem; }

.u-h4, h4, .location__phone, .masthead__order-online-options a, .navigation__nav a {
  font-family: "agency-fb", sans-serif;
  font-weight: 600;
  font-size: 1.5rem; }

.u-h5, h5, .button {
  font-size: 1.125rem;
  font-family: "agency-fb", sans-serif; }

.u-body-large {
  font-size: 1.125rem; }

.u-clear-masthead {
  padding-top: calc( 130px + var(--alert-bar-height) ); }

.u-fullheight {
  min-height: 100vh;
  box-sizing: border-box; }

.u-pad-vert {
  padding: 4.75rem 0 4.375rem; }
  @media (max-width: 800px) {
    .u-pad-vert {
      padding-top: 3.75rem; } }

.u-pad-vert-med {
  padding: 3.125rem 0 2.1875rem; }

.u-pad-top {
  padding-top: 4.75rem; }
  @media (max-width: 800px) {
    .u-pad-top {
      padding-top: 3.75rem; } }

.u-pad-top-med {
  padding-top: 3.125rem; }

.u-pad-bottom {
  padding-bottom: 4.375rem; }

.u-pad-bottom-med {
  padding-bottom: 2.1875rem; }

.u-relative {
  position: relative; }

.u-site-width {
  margin: 0 5%; }

.u-site-width {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

.u-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

.u-width-constraint {
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%; }

.u-width-constraint-narrow {
  max-width: 50rem;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%; }

.u-flat-list, .footer__nav ul, .menu-nav ul, .masthead__order-online-options, .navigation__nav ul, .nav-strip ul, .social-links {
  list-style: none;
  margin: 0;
  padding: 0; }

@keyframes expand-menu {
  0% {
    transform: translateY(-9.375%rem); }
  100% {
    transform: rotate(-8deg) translateY(-10rem); } }
@keyframes toggle-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.alert-bar {
  position: relative;
  z-index: 12;
  color: #fff;
  padding: 1rem 0;
  background-color: #2a2a2a; }
  .alert-bar a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px; }
  .alert-bar p:last-child {
    margin-bottom: 0; }

.button {
  padding: 0.625rem 3.75rem;
  background-color: #BC2F2C;
  color: #F3E6D2;
  display: inline-block;
  transition: transform .2s ease-in;
  border: none;
  cursor: pointer; }
  .button span {
    display: block;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
  .button--shadow {
    box-shadow: -2px 6px 12px -2px black; }
  .button--small {
    padding: 0.3125rem 1.875rem; }
  .button:hover {
    transition: transform .2s ease;
    /*transition: transform .2s ease-in;
    transform: rotate(-5deg)
    skew(-5deg);*/ }
    .button:hover:hover {
      transition: transform .2s ease;
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg); }

.body-copy a {
  color: #BC2F2C; }
  .body-copy a:hover {
    color: #8A0000; }
.body-copy h3 {
  color: #000; }

.coaster {
  position: relative;
  width: 18.75rem;
  height: 18.75rem;
  background: transparent url(../images/WD-Charcoal-CRM.jpg) center/cover no-repeat;
  border-radius: 12px;
  box-shadow: -2px 6px 12px -2px black;
  color: #BC2F2C;
  text-align: center;
  transition: all .5s ease; }
  @media (max-width: 440px) {
    .coaster {
      transition: all .5s ease;
      width: 16.25rem;
      height: 16.25rem; } }
  .coaster a {
    display: block;
    position: relative;
    z-index: 11;
    height: 100%;
    color: #BC2F2C !important; }
  .coaster::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 8px;
    border: 4px solid #BC2F2C;
    z-index: 10; }
  .coaster:hover {
    -ms-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
    transition: transform .5s ease; }
    .coaster:hover .coaster__link span {
      text-decoration: underline;
      text-underline-offset: 6px;
      text-decoration-thickness: 2px; }
  .coaster--dark {
    background-image: url(../images/WD-Charcoal-RED.jpg);
    color: #F3E6D2; }
    .coaster--dark::before {
      border-color: #F3E6D2; }
    .coaster--dark a {
      color: #F3E6D2 !important; }
  .coaster__icon {
    max-width: 80px;
    padding-top: 26px;
    margin: 0 auto 0.375rem auto; }
    .coaster__icon img {
      display: block;
      height: auto; }
  .coaster__prompt {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1;
    transition: font-size .5s ease; }
    @media (max-width: 440px) {
      .coaster__prompt {
        font-size: 2.625rem;
        transition: font-size .5s ease; } }
  .coaster__link {
    font-family: "agency-fb", sans-serif;
    font-size: 1.5rem;
    font-weight: 600; }
  .coaster .gt::after {
    content: '>>';
    display: inline-block;
    -ms-transform: translate(6px, 2px);
        transform: translate(6px, 2px); }

.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .columns--locations {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left; }
    .columns--locations .columns__column {
      width: 45%;
      margin-bottom: 1.875rem; }
    @media (min-width: 661px) {
      .columns--locations {
        display: inline-grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 3.75rem;
        justify-items: center; }
        .columns--locations .columns__column {
          width: 100%;
          max-width: 25rem; } }
  @media (min-width: 1024px) {
    .columns--locations .columns__column {
      margin-bottom: 0; } }
  @media (max-width: 660px) {
    .columns--locations .columns__column {
      width: 100%; } }

.contact-info h4 {
  margin-bottom: 0.75rem; }
.contact-info h5 {
  color: #000;
  text-transform: none;
  font-family: "acumin-pro", sans-serif; }
.contact-info__location:not(:last-child) {
  margin-bottom: 0.9375rem; }

.enclosure {
  position: relative; }
  .enclosure--photo {
    background-repeat: no-repeat;
    background-size: cover; }
  .enclosure--dark-texture {
    background: transparent url(../images/WD-Charcoal-BLK.jpg) 0 0 repeat;
    color: #F3E6D2; }
    .enclosure--dark-texture a {
      color: #F3E6D2; }
    .enclosure--dark-texture h3,
    .enclosure--dark-texture h4,
    .enclosure--dark-texture h5 {
      color: #d93e3b; }
  .enclosure--lite-texture {
    background: transparent url(../images/WD-Charcoal-CRM.jpg) 0 0 repeat; }

.footer {
  background-color: #000;
  color: #F3E6D2;
  padding: 1.875rem 0; }
  .footer__root {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
  .footer__logo {
    -ms-flex-order: 1;
        order: 1;
    width: 12.5rem; }
    .footer__logo img {
      width: 9.375rem;
      height: auto; }
  .footer__locations {
    -ms-flex-order: 2;
        order: 2; }
    .footer__locations h2 {
      margin: 0 0 0.5em 0;
      padding: 0;
      -ms-transform: none;
          transform: none;
      line-height: 1.3;
      font-family: "acumin-pro", sans-serif;
      font-size: 1rem;
      color: #fff; }
    .footer__locations p {
      margin: 0 0 0.6em 0; }
      .footer__locations p:last-child {
        margin-bottom: 0; }
  .footer__nav {
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: right; }
    .footer__nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .footer__nav li {
      padding-left: 1.375rem;
      margin-left: 1.375rem;
      position: relative; }
      .footer__nav li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 1px;
        height: 1.85rem;
        width: 2px;
        background-color: #F3E6D2; }
      .footer__nav li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .footer__nav li:first-child::before {
          display: none; }
    .footer__nav a {
      display: inline-block;
      line-height: 1;
      transition: transform .2s ease;
      color: #F3E6D2;
      font-weight: 600; }
      .footer__nav a:hover {
        transition: transform .2s ease;
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
        text-decoration: underline;
        text-underline-offset: 6px;
        text-decoration-thickness: 2px; }
  .footer__copyright {
    -ms-flex-order: 4;
        order: 4;
    position: absolute;
    bottom: 0;
    right: 0; }
  @media (max-width: 1200px) {
    .footer__locations {
      -ms-flex-order: 1;
          order: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
      width: auto; }
    .footer__logo {
      -ms-flex-order: 2;
          order: 2;
      text-align: right; }
    .footer__nav {
      padding-top: 1.875rem;
      max-width: none;
      width: 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }
      .footer__nav ul {
        max-width: 37.5rem;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .footer__copyright {
      padding-top: 1.875rem;
      position: relative; } }
  @media (max-width: 660px) {
    .footer__logo {
      width: auto; }
      .footer__logo img {
        width: 6.25rem; }
    .footer__nav a {
      font-size: 1.5rem; }
    .footer__nav li {
      padding-left: 1.1rem;
      margin-left: 1.1rem; }
      .footer__nav li::before {
        height: 1.48rem; } }
  @media (max-width: 560px) {
    .footer__nav a {
      font-size: 1.125rem; }
    .footer__nav li {
      padding-left: 0.88rem;
      margin-left: 0.88rem; }
      .footer__nav li::before {
        height: 1.18rem; } }
  @media (max-width: 490px) {
    .footer__logo {
      display: none;
      width: auto; }
    .footer__nav {
      text-align: left; }
      .footer__nav ul {
        -ms-flex-direction: column;
            flex-direction: column; }
      .footer__nav li {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: .5rem; }
        .footer__nav li::before {
          display: none; } }

.form-row, .gform_body li {
  margin-bottom: 0.9375rem; }

.location {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "map" "description"; }
  @media (max-width: 660px) and (min-width: 500px) {
    .location {
      grid-template-columns: 1fr 1.875rem 1fr;
      grid-template-areas: "title title title" "map gutter description"; } }
  .location__title {
    grid-area: title; }
    .location__title h2 {
      color: #000; }
  .location__map {
    grid-area: map;
    margin-bottom: 0.625rem; }
    .location__map img {
      display: block;
      width: 100%; }
  .location__description {
    grid-area: description; }
    .location__description .button {
      float: right; }
      @media (max-width: 950px) and (min-width: 501px) {
        .location__description .button {
          float: none;
          margin-bottom: 0.9375rem; } }
  .location__phone {
    margin-bottom: 0.625rem; }
    .location__phone a {
      color: #BC2F2C; }
  .location__address {
    margin-bottom: 0.625rem; }

.menu h3 {
  position: relative; }

.menu-nav {
  margin-bottom: 3.75rem;
  margin-top: 2.25rem; }
  .menu-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .menu-nav li.menu-item-current a,
  .menu-nav li a:hover {
    color: #F3E6D2;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
    -webkit-text-decoration-color: #BC2F2C;
            text-decoration-color: #BC2F2C; }
  .menu-nav a {
    display: inline;
    line-height: 1;
    transition: transform .2s ease;
    color: #898278;
    font-weight: 600; }
    .menu-nav a:hover {
      transition: transform .2s ease;
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg); }
  @media (max-width: 900px) {
    .menu-nav ul {
      display: block; }
    .menu-nav li {
      margin-bottom: 1.75rem; } }

.menu-page-intro {
  text-align: center;
  margin-bottom: 2.5rem; }
  .menu-page-intro a {
    color: #BC2F2C; }
    .menu-page-intro a:hover {
      opacity: .8; }

.main::before {
  content: '';
  position: absolute;
  opacity: 0;
  transition: opacity .5s ease; }
.navigation--expanded .main::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: opacity .5s ease;
  background-color: #000;
  opacity: .5; }

.masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000; }
  body.logged-in.admin-bar .masthead {
    top: 32px; }
  .masthead a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px; }
  .is-nav-expanded .masthead {
    margin-right: 15px; }
  .masthead__root {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 6.25rem; }
  .masthead__logo {
    -ms-transform: translateY(-0.625rem);
        transform: translateY(-0.625rem);
    position: relative;
    z-index: 12; }
    .masthead__logo img {
      width: 7.1875rem;
      height: 6rem;
      display: block; }
  .masthead__order-online {
    margin-left: auto;
    position: relative; }
  .masthead__order-online-link {
    position: relative;
    z-index: 11; }
    .masthead__order-online-link a {
      color: #F3E6D2;
      text-underline-offset: 0; }
  .masthead__order-online-options {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    margin-top: 10px;
    padding: 245px 15px 25px 15px;
    z-index: 10;
    transition: transform .2s ease;
    -ms-transform: rotate(-8deg) translateY(-150%);
        transform: rotate(-8deg) translateY(-150%);
    background-color: rgba(0, 0, 0, 0.9);
    visibility: hidden; }
    .masthead__order-online-options li:not(:last-child) {
      margin-bottom: 0.9375rem; }
    .masthead__order-online-options a {
      color: #fff;
      display: block;
      opacity: 0; }
    .masthead__order-online--show-menu .masthead__order-online-options {
      visibility: visible;
      animation: expand-menu 0.5s cubic-bezier(0, 0, 0.12, 1.2) forwards; }
      .masthead__order-online--show-menu .masthead__order-online-options a {
        animation: toggle-opacity .5s ease forwards;
        animation-delay: .2s; }
  .masthead__burger {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 4.375rem; }
    .masthead__burger img {
      display: block; }
  @media (max-width: 479px) {
    .masthead__burger {
      margin-left: 0; }
    .masthead__order-online {
      margin: 0 auto; }
      .masthead__order-online a {
        font-size: 1.5rem; } }

.navigation {
  position: fixed;
  right: 0;
  height: 100vh;
  width: 16.875rem;
  padding: 2.5rem 1.875rem 0 1.875rem;
  box-sizing: border-box;
  overflow: auto;
  z-index: 1002;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: transparent url(../images/WD-Charcoal-CRM.jpg) 0 0 repeat;
  box-shadow: -4px 0 18px -6px rgba(0, 0, 0, 0.33);
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: transform .5s ease; }
  .navigation--expanded {
    -ms-transform: translateX(0);
        transform: translateX(0);
    transition: transform .5s ease; }
  .navigation__close {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem; }
  .navigation__nav {
    margin-bottom: 0.625rem; }
    .navigation__nav li {
      white-space: nowrap;
      margin-bottom: 1.375rem;
      position: relative; }
      .navigation__nav li ul {
        padding: 0;
        margin-left: 20px;
        height: 0;
        overflow: hidden; }
        .navigation__nav li ul li {
          margin-bottom: 0.6875rem; }
        .navigation__nav li ul a {
          font-size: 1.125rem; }
      .navigation__nav li:hover ul {
        -ms-transform: translateY(10px);
            transform: translateY(10px);
        transition: transform .5s ease;
        height: auto; }
    .navigation__nav a {
      display: inline-block;
      color: #BC2F2C;
      transition: transform .2s ease; }
      .navigation__nav a:hover {
        transition: transform .2s ease;
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
        text-decoration: underline;
        text-underline-offset: 6px;
        text-decoration-thickness: 2px; }
  .navigation__social {
    margin-top: auto;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-top: 1px solid #736d63; }
    .navigation__social ul {
      margin-bottom: 0.9375rem; }

.nav-strip ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 580px) {
    .nav-strip ul {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
@media (max-width: 580px) {
  .nav-strip li {
    margin-right: 0.375rem; } }
.nav-strip a {
  display: block;
  padding: 0.1875rem 0.375rem;
  color: #F3E6D2; }
  .nav-strip a.active {
    border: 1px solid #F3E6D2; }

.panel {
  overflow: hidden;
  position: relative; }
  .panel--floating-image .panel__aside {
    display: none; }
  @media (min-width: 767px) {
    .panel--floating-image .panel__root {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
    .panel--floating-image .panel__body {
      width: 50%;
      max-width: 26.875rem;
      box-sizing: border-box;
      padding-right: 1.875rem; }
    .panel--floating-image .panel__aside {
      display: block;
      width: 50%; }
      .panel--floating-image .panel__aside img {
        display: block;
        width: 100%; } }
  .panel--full-bleed {
    position: relative; }
    .panel--full-bleed .panel__image {
      display: none; }
    @media (min-width: 767px) {
      .panel--full-bleed .panel__root::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .panel--full-bleed .panel__body {
        width: 50%;
        max-width: 26.875rem;
        box-sizing: border-box;
        padding-right: 1.875rem; }
      .panel--full-bleed .panel__image {
        display: block; }
        .panel--full-bleed .panel__image img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover; } }
  .panel--fill-image-left {
    position: relative; }
    .panel--fill-image-left .panel__image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    @media (min-width: 768px) {
      .panel--fill-image-left .panel__root::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .panel--fill-image-left .panel__body {
        width: 50%;
        -ms-transform: translateX(100%);
            transform: translateX(100%);
        box-sizing: border-box;
        padding-right: 1.875rem;
        padding-left: 3.75rem; } }
  .panel--fill-image-right {
    position: relative; }
    .panel--fill-image-right .panel__image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    @media (min-width: 768px) {
      .panel--fill-image-right .panel__root::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .panel--fill-image-right .panel__body {
        width: 50%;
        box-sizing: border-box;
        padding-right: 1.875rem; } }
  .panel--sauce-boss {
    overflow: visible; }
    .panel--sauce-boss input[type="email"],
    .panel--sauce-boss input[type="text"] {
      width: 100%;
      padding: 0.1875rem 0.375rem; }
    .panel--sauce-boss .for-desktop {
      display: block; }
    .panel--sauce-boss .for-mobile {
      display: none; }
    .panel--sauce-boss h3 {
      line-height: 1.2; }
    .panel--sauce-boss .panel__root {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .panel--sauce-boss .panel__body {
      width: 50%;
      max-width: 26.875rem;
      box-sizing: border-box;
      padding-right: 1.875rem; }
    .panel--sauce-boss .panel__aside {
      width: 50%;
      padding: 5.625rem 0; }
      .panel--sauce-boss .panel__aside .polaroid {
        width: 80%;
        max-width: 420px;
        box-sizing: border-box;
        margin: 0 auto; }
    @media (max-width: 768px) {
      .panel--sauce-boss .for-desktop {
        display: none; }
      .panel--sauce-boss .for-mobile {
        display: block; }
      .panel--sauce-boss .panel__root {
        -ms-flex-direction: column;
            flex-direction: column; }
      .panel--sauce-boss .panel__body {
        -ms-flex-order: 2;
            order: 2;
        width: auto;
        max-width: none; }
      .panel--sauce-boss .panel__aside {
        -ms-flex-order: 1;
            order: 1;
        width: auto;
        max-width: none;
        padding: 0 0 3.75rem 0; }
        .panel--sauce-boss .panel__aside .slanted-header-wrapper {
          padding-bottom: 2.25rem; } }
  .panel--wingdome-rewards {
    position: relative;
    background: transparent center / cover no-repeat; }
    .panel--wingdome-rewards .panel__aside {
      display: none; }
    @media (min-width: 768px) {
      .panel--wingdome-rewards::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 100px;
        left: 50%;
        width: 50%;
        height: 250%;
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat; }
      .panel--wingdome-rewards .panel__root {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        z-index: 10; }
      .panel--wingdome-rewards .panel__body {
        width: 50%;
        max-width: 26.875rem;
        box-sizing: border-box;
        padding-right: 1.875rem; }
      .panel--wingdome-rewards .panel__aside {
        width: 50%;
        background: transparent 50% 0% / 80% no-repeat;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        text-align: center; }
        .panel--wingdome-rewards .panel__aside .u-title, .panel--wingdome-rewards .panel__aside .slideshow--features .slideshow__title, .slideshow--features .panel--wingdome-rewards .panel__aside .slideshow__title {
          margin: 0 auto 3.75rem auto; } }

.polaroid {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: -2px 6px 12px -2px black;
  padding: 2.3vw; }
  .polaroid img {
    display: block;
    width: 100%;
    height: auto; }
  .polaroid__caption {
    color: #000;
    font-family: "Rock Salt", serif;
    font-size: 2.68vw; }
  .polaroid__caption-name {
    text-align: center; }
  .polaroid__caption-title::after {
    content: '\2014'; }
  @media (min-width: 1200px) {
    .polaroid {
      padding: 28px; }
      .polaroid__caption {
        font-size: 32px; } }
  @media (max-width: 768px) {
    .polaroid {
      padding: 28px; }
      .polaroid__caption {
        font-size: 4.6vw; } }

.splash {
  position: relative; }
  .splash--home {
    overflow: hidden;
    background: transparent center center / cover no-repeat; }
    .splash--home .splash__body {
      left: 0;
      right: 0;
      z-index: 1; }
    .splash--home .splash__stationary {
      position: relative;
      padding: 3.75rem 0 7.5rem 0; }
    .splash--home .splash-element {
      transition: transform .5s ease; }
      .splash--home .splash-element--coaster-1 {
        -ms-transform: translateY(3.75rem);
            transform: translateY(3.75rem); }
        @media (max-width: 600px) {
          .splash--home .splash-element--coaster-1 {
            transition: transform .5s ease;
            -ms-transform: translate(1.25rem, 3.75rem);
                transform: translate(1.25rem, 3.75rem); } }
      .splash--home .splash-element--beer {
        position: absolute;
        top: 60px;
        left: 340px; }
        .splash--home .splash-element--beer img {
          width: 300px; }
      .splash--home .splash-element--coaster-2 {
        -ms-transform: translate(13.75rem, 1.25rem);
            transform: translate(13.75rem, 1.25rem);
        transition: transform .5s ease; }
        @media (max-width: 600px) {
          .splash--home .splash-element--coaster-2 {
            -ms-transform: translate(3.75rem, 3.75rem);
                transform: translate(3.75rem, 3.75rem);
            transition: transform .5s ease; } }
  .splash--7-alarm {
    overflow: hidden;
    background: transparent center center / cover no-repeat; }
    @media (max-width: 640px) {
      .splash--7-alarm {
        background-image: none; } }
    .splash--7-alarm .splash__body {
      left: 0;
      right: 0;
      z-index: 1; }
    .splash--7-alarm .splash__stationary {
      position: relative;
      max-width: 37.5rem;
      padding-top: 0.625rem; }

.slanted-header-wrapper {
  padding: 1.875rem 0 3.75rem 0; }
  .slanted-header-wrapper h1, .slanted-header-wrapper h2 {
    margin-bottom: 0; }
  .slanted-header-wrapper .u-slant, .slanted-header-wrapper .u-slant-counter, .slanted-header-wrapper h1, .slanted-header-wrapper h2, .slanted-header-wrapper .panel--sauce-boss .panel__aside .polaroid, .panel--sauce-boss .panel__aside .slanted-header-wrapper .polaroid {
    display: inline-block; }

.slideshow {
  position: relative; }
  .slideshow--features .slideshow__slide-wrapper {
    max-width: 81.25rem;
    margin: 0 auto;
    position: relative;
    height: 100vh;
    padding-top: 8.125rem; }
  .slideshow--features .slideshow__slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    box-sizing: border-box; }
    .slideshow--features .slideshow__slide--tinted:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: linear-gradient(rgba(0, 0, 0, 0.25), transparent); }
  .slideshow--features .slideshow__overlay {
    position: absolute;
    top: 50%;
    z-index: 11;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .slideshow--features .slideshow__overlay--align-right {
      right: 0; }
    .slideshow--features .slideshow__overlay--align-center {
      width: 100%;
      text-align: center; }
  .slideshow--features .slideshow__title {
    margin-bottom: 3.75rem;
    padding: 0 1.25rem;
    text-align: center;
    color: #F3E6D2; }
    @media (max-width: 900px) {
      .slideshow--features .slideshow__title {
        font-size: 6.25rem; } }
    @media (max-width: 680px) {
      .slideshow--features .slideshow__title {
        font-size: 5rem; } }
    @media (max-width: 480px) {
      .slideshow--features .slideshow__title {
        font-size: 4rem; } }
  .slideshow--features .slideshow__button {
    text-align: center; }

.site-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%; }
  .site-wrapper .main {
    -ms-flex-positive: 1;
        flex-grow: 1; }

.social-links {
  display: -ms-flexbox;
  display: flex; }
  .social-links li:not(:last-child) {
    margin-right: 1.5625rem; }
  .social-links a {
    display: block;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    padding: 6px 0 0 0;
    border-radius: 100%;
    font-size: 0.9375rem;
    text-align: center;
    color: #fff;
    background-color: #000; }

#wingdome-feedback input[type="text"],
#wingdome-feedback textarea {
  width: 100%;
  max-width: 500px; }
#wingdome-feedback label {
  display: block; }
#wingdome-feedback .grouped label.scale-label,
#wingdome-feedback .grouped .field {
  display: inline-block; }
#wingdome-feedback .question {
  margin-bottom: 1.2em; }

.enclosure--7-alarm .u-clear-masthead {
  padding-top: 0rem;
  margin-top: calc(100px + var(--alert-bar-height) ); }

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #f00;
  padding: 5px 0; }

.gform_body ul {
  list-style: none;
  margin: 0;
  padding: 0; }
