@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video, .row {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, footer, header, nav, section {
  display: block; }

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

html {
  width: 100%;
  height: 100%; }

body {
  background-color: #F3F4F1;
  margin: -6rem auto 0 auto;
  padding-top: 6rem;
  letter-spacing: 0.005rem;
  font-size: 1rem;
  position: relative;
  font-feature-settings: kern;
  -ms-font-feature-settings: kern;
  -o-font-feature-settings: kern;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

html, body {
  min-width: 320px;
  font-size: 15px;
  height: 100%; }

body, input, select, textarea {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: #1A1E1A;
  font-weight: 400;
  line-height: 1.5; }

a, a:visited {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px dotted #1A1E1A;
  color: #006741;
  text-decoration: none; }
  a:hover, a:visited:hover {
    color: #004e31;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-color: #707875; }

.anchor {
  display: block;
  position: relative;
  top: -6rem;
  visibility: hidden; }

strong, b {
  color: #1A1E1A;
  font-weight: 600; }

em {
  font-style: italic; }

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: rgba(26, 30, 26, 0.7);
  max-width: 40rem; }
  p:first-of-type {
    margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  color: rgba(26, 30, 26, 0.8);
  font-family: "IBM Plex Serif", "Laila", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.055rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem; }

h1 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.01rem; }

h2 {
  font-size: 1.4rem;
  margin-top: 1.35rem;
  margin-bottom: 1.35rem; }

h3 {
  font-size: 1.15rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  h3.h-alt {
    font-size: 1.1rem;
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    color: #006741;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    text-align: center; }

h4, h5, h6 {
  font-size: 1.05rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: "IBM Plex Serif", "Laila", Georgia, serif; }
  h4.h-alt, h5.h-alt, h6.h-alt {
    font-size: 1rem;
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    color: #006741;
    font-weight: 500;
    letter-spacing: 0.025rem;
    margin-bottom: 1.5rem;
    text-align: center; }

h4 {
  font-size: 1.1rem; }
  h4.h-alt {
    display: inline-block;
    font-size: 1.15rem;
    color: rgba(48, 42, 35, 0.8);
    font-weight: 600;
    text-align: center; }

h6 {
  font-size: 0.9rem; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border-bottom: 0; }

hr {
  border: 0;
  border-bottom: solid 2px rgba(202, 207, 204, 0.25);
  margin: 2rem auto 1rem auto;
  width: 100%; }
  hr.major {
    margin: 3rem auto;
    border-bottom: solid 3px rgba(26, 30, 26, 0.5); }

@media screen and (max-width: 900px) {
  hr {
    margin: 2rem auto 1rem auto; }
    hr.major {
      margin: 1.5rem auto; } }
.inner {
  max-width: 69rem;
  margin: 0 auto;
  background: transparent;
  padding: 1rem 1.5rem; }

.flex-container {
  display: flex;
  flex-direction: column; }
  .flex-container > * {
    flex: 1;
    margin: 0 0 1rem 0; }
    .flex-container > *:last-child {
      margin-bottom: 0; }
  .flex-container .words {
    text-align: left;
    margin-left: 0; }
    .flex-container .words h2 {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0; }
  .flex-container > .wrapper {
    margin-bottom: 0; }

@media screen and (min-width: 736px) {
  .h-alt {
    margin-bottom: 3rem; }

  .inner {
    padding: 2.5rem; }

  .flex-container {
    flex-direction: row; }
    .flex-container > * {
      margin-right: 1rem;
      margin-bottom: 0; }
      .flex-container > *:last-child {
        margin-right: 0; }
    .flex-container .words {
      margin-left: 1.5rem; } }
.subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.007rem;
  line-height: 2rem;
  margin: -1rem auto 1.5rem auto;
  padding: 0;
  color: rgba(26, 30, 26, 0.95); }

.sub-heading:before {
  content: "";
  display: block;
  border-top: 4px dotted rgba(0, 103, 65, 0.5);
  width: 75%;
  margin-bottom: 1rem;
  margin-top: -1rem; }

.image {
  border: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  position: relative; }
  .image img {
    display: block;
    border-radius: 3px; }
  .image.left, .image.right {
    max-width: 35%; }
    .image.left img, .image.right img {
      width: 100%;
      border-radius: 3px; }
  .image.left {
    float: left;
    padding: 0 1rem 0.5rem 0;
    top: 0.25rem; }
  .image.right {
    float: right;
    padding: 0 0 0.5rem 1rem;
    top: 0.25rem; }
  .image.scale {
    display: block;
    max-width: 60%;
    margin-bottom: 1rem;
    height: auto; }
  .image.fit {
    display: block;
    margin: 0 0 1.5rem 0;
    width: 100%; }
    .image.fit img {
      width: 100%;
      border-radius: 2px; }

.accessible-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem; }

dl {
  margin: 0 0 1.25rem 0; }
  dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1rem 0; }
  dl dd {
    margin-left: 1.25rem; }

blockquote {
  color: rgba(26, 30, 26, 0.85);
  font-style: italic;
  margin: 0 0 1.25rem 0;
  padding: 0.5rem 0 0.5rem 1.25rem;
  border-left: solid 3px rgba(26, 30, 26, 0.25); }
  blockquote:before, blockquote:after {
    font-size: 1.5rem; }
  blockquote:before {
    content: open-quote;
    padding-right: 0.25rem; }
  blockquote:after {
    content: close-quote;
    padding-left: 0.25rem; }

.box {
  padding: 1rem;
  border-radius: 2px;
  border: solid 1px rgba(210, 172, 103, 0.5); }
  .box p {
    margin: 0; }

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

table {
  margin: 0 0 1.5rem 0;
  width: 100%;
  display: block;
  border-collapse: separate;
  border-spacing: 0; }
  table tbody tr {
    border: solid 1px rgba(26, 30, 26, 0.25);
    border-left: 0;
    border-right: 0; }
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(26, 30, 26, 0.05); }
  table td {
    padding: 1rem; }
  table th {
    color: rgba(26, 30, 26, 0.8);
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
    padding: 0 1rem; }
  table thead {
    border-bottom: solid 2px rgba(26, 30, 26, 0.25); }
  table tfoot {
    border-top: solid 2px rgba(26, 30, 26, 0.25); }
  table.alt {
    border-collapse: separate;
    border-spacing: 0; }
    table.alt tbody tr {
      border: solid 1px rgba(26, 30, 26, 0.25); }
      table.alt tbody tr td {
        border-left: solid 1px rgba(26, 30, 26, 0.25);
        border-bottom: solid 1px rgba(26, 30, 26, 0.25); }
        table.alt tbody tr td:last-child {
          border-right: solid 1px rgba(26, 30, 26, 0.25); }
      table.alt tbody tr:first-child td {
        border-top: solid 1px rgba(26, 30, 26, 0.25); }
      table.alt tbody tr:last-child td {
        border-bottom: solid 1px rgba(26, 30, 26, 0.25); }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

ol, ul {
  color: rgba(26, 30, 26, 0.9); }

ol {
  list-style-type: decimal;
  margin: 0 0 1rem 0;
  padding-left: 1.5rem; }
  ol li {
    padding-left: 0.5rem; }

ul {
  list-style-type: disc;
  margin: 0 0 1rem 0;
  padding-left: 0.75rem; }
  ul li {
    padding-left: 0.25rem; }
  ul.hour-list {
    margin-bottom: 0.5rem;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center; }
    ul.hour-list li {
      padding: 0.25rem 0 0.25rem 0; }
      ul.hour-list li:first-child {
        border-bottom: solid 1px rgba(202, 207, 204, 0.75);
        padding-top: 0;
        font-weight: 500; }
  ul.actions {
    margin: 0 0 1rem 0;
    list-style: none;
    cursor: default;
    padding-left: 0; }
    ul.actions.vertical li {
      display: block;
      margin-bottom: 1rem; }
      ul.actions.vertical li:last-child {
        margin-bottom: 0; }
    ul.actions.vertical.small li {
      margin-bottom: 0.5rem; }
      ul.actions.vertical.small li:last-child {
        margin-bottom: 0; }
    ul.actions li {
      display: inline-block;
      padding: 0 1rem 0 0;
      vertical-align: middle; }
      ul.actions li:last-child {
        padding-right: 0; }

.button {
  background: #DFCF56;
  display: inline-block;
  border-radius: 2px;
  color: white !important;
  color: #1A1E1A !important;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.75rem;
  outline: 0; }
  .button.disabled {
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    opacity: 0.5; }
  .button.small {
    line-height: 1.2rem;
    font-weight: 400;
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    letter-spacing: 0.05rem; }
  .button.white {
    background: white; }
  .button:hover {
    background: #e7db81;
    box-shadow: none; }
  .button:active {
    background: #ebe196; }
  .button:focus {
    background: rgba(255, 255, 255, 0.75); }
  .button.secondary, .button.tertiary {
    background: transparent;
    color: #1A1E1A !important;
    border: 2px solid rgba(112, 120, 117, 0.25); }
    .button.secondary:hover, .button.tertiary:hover {
      background: rgba(202, 207, 204, 0.35) !important; }
    .button.secondary.tertiary, .button.tertiary.tertiary {
      border: 0; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(2deg); }
  25% {
    -webkit-transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(3deg); }
  75% {
    -webkit-transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: rotate(2deg); }
  25% {
    -moz-transform: rotate(-2deg); }
  50% {
    -moz-transform: rotate(3deg); }
  75% {
    -moz-transform: rotate(-1deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-ms-keyframes wiggle {
  0% {
    -ms-transform: rotate(2deg); }
  25% {
    -ms-transform: rotate(-2deg); }
  50% {
    -ms-transform: rotate(3deg); }
  75% {
    -ms-transform: rotate(-1deg); }
  100% {
    -ms-transform: rotate(0deg); } }
@keyframes wiggle {
  0% {
    transform: rotate(2deg); }
  25% {
    transform: rotate(-2deg); }
  50% {
    transform: rotate(3deg); }
  75% {
    transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg); } }
.nav__logo {
  z-index: 90;
  border-bottom: 0;
  padding: 0.5rem;
  position: absolute;
  top: -0.8rem;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .nav__logo.mobile {
    display: block;
    padding: 0;
    top: unset;
    left: 1rem;
    bottom: 3rem; }
    .nav__logo.mobile .logo {
      z-index: 999;
      position: relative;
      max-height: 8rem; }

.logo {
  z-index: 92;
  max-height: 25vh;
  max-width: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transition: max-height 0.2s ease-in-out;
  -webkit-transition: max-height 0.2s ease-in-out; }
  .logo.logo-small {
    z-index: 99;
    margin-top: 0.25rem;
    max-height: 4.25rem;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transition: max-height 0.2s ease-in-out;
    -webkit-transition: max-height 0.2s ease-in-out; }

.nav-wrapper {
  background-color: transparent;
  border-top: 4px solid #d2ac67;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4.5rem;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  z-index: 95;
  padding: 0;
  display: block;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  animation: moveInTop 0.7s ease-in-out;
  -webkit-animation: moveInTop 0.7s ease-in-out; }

.nav-scroll {
  background: white;
  border-top: 4px solid #d2ac67;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  .nav-scroll .toggleNav {
    color: rgba(26, 30, 26, 0.85); }
  .nav-scroll .svg-hamburger-path, .nav-scroll .logo__svg-path-1 {
    fill: rgba(26, 30, 26, 0.85);
    transition: fill 0.4s ease-in-out; }
  .nav-scroll .nav__list .nav__item {
    color: rgba(26, 30, 26, 0.85); }
    .nav-scroll .nav__list .nav__item:hover {
      color: #1A1E1A; }

.nav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.nav__list {
  background-color: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  top: -0.25rem;
  bottom: 0;
  left: 0;
  width: 0;
  min-height: 102vh;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  transition: all 0.4s cubic-bezier(0.61, -0.19, 0.7, -0.11);
  transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .nav__list li {
    display: flex;
    flex: 0;
    padding: 0;
    border-bottom: 1px solid rgba(202, 207, 204, 0.5); }
    .nav__list li:first-child {
      margin-top: 1rem; }
    .nav__list li:nth-child(4), .nav__list li:last-child {
      border-bottom: 0; }
  .nav__list .nav__item {
    font-family: "IBM Plex Serif", "Laila", Georgia, serif;
    border-color: transparent;
    padding: 0.75rem 1rem 0.5rem 1rem;
    flex-basis: 100%;
    display: block;
    background: transparent;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    padding-left: 1.5rem;
    color: rgba(26, 30, 26, 0.75);
    transition: all 0.3s ease-in-out; }
    .nav__list .nav__item:hover, .nav__list .nav__item.active {
      color: #006741; }

.empty-nav-item {
  display: none;
  border: 0; }

.page__overlay {
  width: 40%;
  height: 100%;
  background: rgba(26, 30, 26, 0.65);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }

.nav__list-left {
  background: #F3F4F1;
  width: 60%;
  height: 100vh;
  position: relative; }

.nav__list-right {
  width: 40%; }

#sideNav.open {
  width: 100%; }

.toggleNav, .toggleNav:focus, .toggleNav:active {
  display: block;
  z-index: 91;
  color: white;
  padding: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  left: 0.5rem;
  top: 0;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.svg-hamburger, .svg-close {
  width: 1.25rem;
  height: 1.25rem; }

.closeBtn, .closeBtn:visited, .closeBtn:active, .closeBtn:focus {
  cursor: pointer;
  font-size: 1.75rem;
  font-weight: 800;
  display: flex;
  background: transparent;
  border-bottom: 0;
  padding: 1rem 1rem 1rem 1.5rem;
  margin: 0;
  text-align: left;
  color: #1A1E1A;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }
  .closeBtn span, .closeBtn:visited span, .closeBtn:active span, .closeBtn:focus span {
    font-size: 1rem;
    padding-left: 0.25rem; }
    .closeBtn span:hover, .closeBtn:visited span:hover, .closeBtn:active span:hover, .closeBtn:focus span:hover {
      color: #556255; }
  .closeBtn .svg-close, .closeBtn:visited .svg-close, .closeBtn:active .svg-close, .closeBtn:focus .svg-close {
    margin-top: 0.75rem; }
  .closeBtn .svg-close-path:hover, .closeBtn:visited .svg-close-path:hover, .closeBtn:active .svg-close-path:hover, .closeBtn:focus .svg-close-path:hover {
    fill: #ced2c6; }
  .closeBtn:hover, .closeBtn:visited:hover, .closeBtn:active:hover, .closeBtn:focus:hover {
    color: #94a394; }

@media all and (min-width: 900px) {
  .toggleNav {
    display: none; }

  .closeBtn {
    display: none; }

  .logo.logo-small {
    max-height: 6.25rem; }

  .nav__logo.mobile {
    display: none; }

  .nav-wrapper {
    height: 6.5rem; }

  .nav {
    margin-top: 0.85rem; }

  .nav__list {
    margin-top: 1.75rem;
    position: relative;
    width: 100%;
    min-height: initial;
    background: transparent;
    z-index: 1;
    overflow: hidden; }
    .nav__list li {
      padding: 0;
      margin-left: 1.5rem;
      border-bottom-color: transparent; }
      .nav__list li.empty-nav-item {
        display: block; }
      .nav__list li:nth-of-type(1) {
        margin-left: 0; }
      .nav__list li:nth-of-type(5) {
        margin-left: 18rem; }
    .nav__list .nav__item {
      border-bottom: 2px solid transparent;
      letter-spacing: 0.3px;
      display: block;
      background: transparent;
      padding: 0;
      color: #eef0eb;
      font-size: 1rem;
      outline: 0;
      transition: all 0.2s ease-in-out; }
      .nav__list .nav__item:after {
        display: block;
        content: "";
        border-bottom: 2px solid #d2ac67;
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out; }
      .nav__list .nav__item:hover {
        background: transparent;
        color: #F3F4F1; }
        .nav__list .nav__item:hover:after {
          transform: scaleX(1);
          background: transparent; }

  .nav__list-left, .nav__list-right {
    width: unset;
    height: unset;
    overflow: hidden; }

  .nav__list-left {
    border-top: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center; }

  .nav__list-right {
    display: none;
    z-index: -1; } }
.menu-nav {
  margin-bottom: 1.5rem; }

.menu-header-0 {
  margin-right: 1.5rem; }

.menu-header-1 {
  margin-left: 1.5rem; }

.menu-header {
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font-size: 1.15rem;
  color: rgba(48, 42, 35, 0.8);
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem; }
  .menu-header.active, .menu-header:hover {
    border-bottom-color: rgba(48, 42, 35, 0.8); }

.menu-nav-item {
  display: inline-block;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  border-bottom: 1.1px solid transparent;
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .menu-nav-item.hidden {
    display: none; }
  .menu-nav-item:last-of-type {
    margin-right: 0; }
  .menu-nav-item.active, .menu-nav-item:hover {
    color: #1A1E1A;
    border-bottom-color: rgba(26, 30, 26, 0.9); }

.banner__title-heading {
  letter-spacing: 0.025rem;
  color: #F3F4F1;
  margin: 0 auto 2rem auto; }

.banner__title-button {
  margin: 0 auto; }

.banner__footer {
  z-index: 91;
  position: absolute;
  bottom: 1rem;
  text-align: center;
  font-size: 0.9rem; }
  .banner__footer ul {
    list-style: none; }
    .banner__footer ul li {
      margin-bottom: 0.5rem; }
      .banner__footer ul li a {
        color: rgba(253, 251, 251, 0.85); }
  .banner__footer p {
    color: rgba(253, 251, 251, 0.85); }
    .banner__footer p span {
      font-weight: 500; }

.cta {
  border-top: 4px solid #006741;
  position: absolute;
  bottom: -0.1rem;
  height: 2.5rem;
  color: #1A1E1A;
  background: #f2f3f3;
  background: #F3F4F1;
  text-align: center;
  padding: 1rem;
  margin: 0 auto;
  z-index: 9;
  -webkit-animation: moveInRight 1s ease-in-out;
  -moz-animation: moveInRight 1s ease-in-out;
  animation: moveInRight 1s ease-in-out; }
  .cta:before, .cta:after {
    height: 1rem;
    bottom: -1rem;
    background-size: 100% 100%; }
  .cta:before {
    content: "";
    position: absolute;
    bottom: -2.05rem;
    left: -2rem;
    width: 2rem;
    height: 2.2rem;
    background: url("../images/shadow.png"); }
  .cta:after {
    transform: scaleX(-1);
    content: "";
    position: absolute;
    bottom: -2.05rem;
    right: -2.02rem;
    width: 2rem;
    height: 2.2rem;
    background: url("../images/shadow.png"); }

.cta__crown {
  max-width: 4rem;
  position: absolute;
  top: -1.55rem; }

.cta-1 {
  left: -1.5rem;
  transform: rotate(-20deg); }

.cta-2 {
  top: -1rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.cta-3 {
  right: -1.5rem;
  transform: rotate(20deg); }

.cta__content {
  color: #1A1E1A;
  margin: 0;
  z-index: 12;
  font-size: 1.15rem;
  font-weight: 500; }

.banner__edge {
  position: absolute;
  bottom: -2rem;
  left: -1px;
  width: calc(100% + 2px);
  z-index: 9; }

.banner {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  background-color: #1A1E1A;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .banner .banner__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fade-in 1s ease-in-out;
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -moz-transition: opacity 1s ease, -moz-filter 1s ease, -moz-transform 0.5s ease;
    -webkit-transition: opacity 1s ease, -webkit-filter 1s ease, -webkit-transform 0.5s ease;
    -ms-transition: opacity 1s ease, -ms-filter 1s ease, -ms-transform 0.5s ease;
    transition: opacity 1s ease, filter 1s ease, transform 0.5s ease;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    padding: 0.5rem;
    text-align: center;
    margin: 6rem auto 0 auto;
    min-height: inherit;
    position: relative;
    opacity: 1;
    z-index: 1; }
    .banner .banner__title .h-alt {
      background: rgba(45, 141, 85, 0.5);
      padding: 0.25rem;
      border-radius: 3px;
      margin-top: 2.5rem;
      color: #eaeaea; }
  .banner .hero {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: opacity 1s ease, -moz-filter 1s ease, -moz-transform 0.5s ease;
    -webkit-transition: opacity 1s ease, -webkit-filter 1s ease, -webkit-transform 0.5s ease;
    -ms-transition: opacity 1s ease, -ms-filter 1s ease, -ms-transform 0.5s ease;
    transition: opacity 1s ease, filter 1s ease, transform 0.5s ease;
    opacity: 1; }
  .banner .banner__images {
    margin: 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.9); }
    .banner .banner__images:before {
      -moz-transition: opacity 2s ease-in-out;
      -webkit-transition: opacity 2s ease-in-out;
      -ms-transition: opacity 2s ease-in-out;
      transition: opacity 2s ease-in-out;
      -moz-transition-delay: 0.75s;
      -webkit-transition-delay: 0.75s;
      -ms-transition-delay: 0.75s;
      transition-delay: 0.75s;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .banner .banner__slides {
    list-style: none; }
    .banner .banner__slides li {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom;
      z-index: 0;
      opacity: 0;
      -webkit-animation: fade-out 30s infinite both;
      -moz-animation: fade-out 30s infinite both;
      animation: fade-out 30s infinite both;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 65%), url("../images/tct-bar-01-lg.jpg"); }
      .banner .banner__slides li:nth-child(2) {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 65%), url("../images/image-beer-lg.jpg");
        background-position: center;
        -webkit-animation-delay: 9s;
        -moz-animation-delay: 9s;
        animation-delay: 9s; }
      .banner .banner__slides li:nth-child(3) {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 65%), url("../images/tct-front-01-lg.jpg");
        -webkit-animation-delay: 18s;
        -moz-animation-delay: 18s;
        animation-delay: 18s; }
      .banner .banner__slides li:nth-child(4) {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 65%), url("../images/tct-patio-lg.jpg");
        -webkit-animation-delay: 23s;
        -moz-animation-delay: 23s;
        animation-delay: 23s; }

@media (max-width: 736px) {
  .banner .banner__images .banner__slides li {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 65%), url("../images/tct-bar-01-sm.jpg"); }
    .banner .banner__images .banner__slides li:nth-child(2) {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 65%), url("../images/image-beer-sm.jpg"); }
    .banner .banner__images .banner__slides li:nth-child(3) {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 65%), url("../images/tct-front-01-sm.jpg"); }
    .banner .banner__images .banner__slides li:nth-child(4) {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 65%), url("../images/tct-patio-sm.jpg"); } }
/*---slider fade in--- */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*---slider fade out--- */
@-webkit-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@-moz-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@keyframes moveInTop {
  0% {
    opacity: 0;
    transform: translateY(-13rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(13rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(-22rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes transformMe {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(45deg); }
  50% {
    transform: rotate(45deg); }
  75% {
    transform: rotate(360deg) scale(0.5); }
  100% {
    transform: translate(0); } }
.banner.alt {
  background: rgba(48, 42, 35, 0.7);
  margin-bottom: 4rem; }
  .banner.alt .hero {
    height: 40vh;
    flex-direction: unset;
    align-items: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .banner.alt .banner__title {
    justify-content: flex-end; }
    .banner.alt .banner__title .banner__title-heading {
      color: white; }
  .banner.alt.green {
    background: rgba(0, 103, 65, 0.75); }
    .banner.alt.green .banner__title .banner__title-heading {
      color: white; }

.events {
  text-align: left; }

.menu {
  width: 100%;
  text-align: center;
  margin: 1.5rem auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .menu:last-of-type {
    margin-top: 0; }
  .menu > .table-wrapper {
    max-width: 35rem;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    max-height: 50rem;
    transition: max-height 0.5s ease-in-out; }
    .menu > .table-wrapper tfoot td {
      padding-top: 0.5rem;
      font-size: 0.9rem;
      color: rgba(26, 30, 26, 0.7); }
    .menu > .table-wrapper.hidden {
      max-height: 0;
      transition: max-height 0.3s ease-in-out; }
  .menu.events .table-wrapper {
    max-width: unset;
    max-height: unset; }
    .menu.events .table-wrapper td {
      max-width: 40rem; }
      .menu.events .table-wrapper td:first-of-type {
        font-weight: 500; }

.six.alt {
  margin-top: 4rem; }
  .six.alt h5.h-alt {
    margin: 0 auto;
    color: rgba(26, 30, 26, 0.75);
    font-weight: 400; }

.footer {
  background: #302A23;
  min-height: 20rem;
  padding: 1rem 0;
  position: relative;
  max-width: 80rem;
  margin: 4rem auto 0 auto;
  text-align: center; }
  .footer .inner {
    max-width: unset; }

.footer__logo {
  border-bottom: 0; }
  .footer__logo img {
    max-height: 8rem; }

.footer__title {
  margin: 0 auto;
  padding-top: 1rem;
  width: 100%; }
  .footer__title h4 {
    max-width: unset; }
  .footer__title img {
    max-width: 100%;
    max-height: 8rem; }

.footer__grid-item {
  align-self: center;
  text-align: center;
  padding-bottom: 1rem; }
  .footer__grid-item:nth-of-type(1) {
    flex: unset;
    padding-bottom: 0; }
  .footer__grid-item:last-of-type {
    width: 100%; }
  .footer__grid-item h4, .footer__grid-item h5 {
    color: rgba(243, 244, 241, 0.85); }
  .footer__grid-item a {
    color: rgba(243, 244, 241, 0.7); }
    .footer__grid-item a:hover {
      color: rgba(243, 244, 241, 0.9); }

.footer__grid-list {
  padding: 0;
  list-style: none; }
  .footer__grid-list li {
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-right: 1rem; }
    .footer__grid-list li a {
      font-weight: 500;
      border-bottom: 0; }

.hours {
  flex: unset;
  display: block; }
  .hours ul {
    list-style: none;
    padding: 0;
    text-align: center; }
    .hours ul li, .hours ul li a {
      color: rgba(26, 30, 26, 0.8); }

.info {
  margin-top: 2rem; }
  .info ul li {
    margin-bottom: 0.5rem; }
    .info ul li:last-child {
      margin-bottom: 0; }

.email-form form, .email-form input {
  background: transparent;
  border: 2px solid rgba(202, 207, 204, 0.5); }

.copyright {
  margin: 0 auto;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(243, 244, 241, 0.8); }

.made-by, .made-by p {
  font-size: 0.7rem;
  margin: 1rem auto -0.5rem auto;
  text-align: center;
  color: rgba(243, 244, 241, 0.65); }
  .made-by a, .made-by p a {
    color: rgba(243, 244, 241, 0.65); }
    .made-by a:hover, .made-by p a:hover {
      color: rgba(243, 244, 241, 0.8); }

@media screen and (min-width: 736px) {
  ul.hour-list {
    display: inline-block;
    margin-right: 1rem; }
    ul.hour-list:last-child {
      margin-right: 0; }

  .hour-list {
    text-align: left; }

  .footer__grid-item:nth-of-type(2), .footer__grid-item:nth-of-type(3) {
    flex: 2; }
  .footer__grid-item:nth-of-type(2) {
    text-align: left; }

  .footer .flex-container {
    flex-direction: row; }
    .footer .flex-container > * {
      margin-right: 1rem;
      margin-bottom: 0; }
      .footer .flex-container > *:last-child {
        margin-right: 0; }

  .copyright, .made-by {
    position: absolute;
    bottom: 1rem;
    left: 2.5rem; }

  .made-by {
    left: unset;
    right: 2.5rem;
    bottom: 1.5rem;
    margin: 0; }
    .made-by p {
      font-size: 0.9rem; } }
#bot-field, .bot-field {
  display: none; }

form {
  margin: 0 0 2rem 0;
  margin: 0 auto;
  max-width: 40rem; }
  form ul.actions {
    margin-top: 1rem; }

label {
  display: block;
  text-align: left;
  margin: 0 0 1rem 0;
  letter-spacing: normal;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font: 1em "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  border: solid 1px rgba(26, 30, 26, 0.25);
  border-radius: 1px;
  background-color: #ecede8;
  color: inherit;
  display: block;
  outline: 0;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%; }

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="search"]:invalid,
input[type="url"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
  height: 2.75rem; }

textarea {
  padding: 0.75rem 1rem; }

input[type="checkbox"],
input[type="radio"] {
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding-left: 2.4rem;
  padding-right: 0.75rem;
  position: relative;
  font-size: 1rem;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-transform: none; }

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none; }

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  border: solid 1px;
  content: "";
  display: inline-block;
  height: 1.65rem;
  left: 0;
  line-height: 1.58125rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65rem; }

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  content: ""; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

label {
  color: inherit; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  -moz-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 103, 65, 0.75);
  box-shadow: none; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  color: rgba(26, 30, 26, 0.85); }

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  background-color: #ecede8;
  border-color: #94a394; }

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: #ecede8;
  border-color: #94a394;
  color: #1A1E1A; }

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #94a394; }

::-webkit-input-placeholder {
  color: #87928c; }

:-moz-placeholder {
  color: #87928c; }

::-moz-placeholder {
  color: #87928c; }

:-ms-input-placeholder {
  color: #87928c; }

.select-wrap {
  position: relative; }
  .select-wrap:after {
    border: 3px solid #006741;
    right: 1.125em;
    z-index: 4;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em; }

form.dark {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 30rem; }
  form.dark input[type="text"],
  form.dark input[type="password"],
  form.dark input[type="email"],
  form.dark input[type="tel"],
  form.dark input[type="search"],
  form.dark input[type="url"],
  form.dark input[type="button"],
  form.dark input[type="submit"],
  form.dark select,
  form.dark textarea {
    display: inline-block;
    color: rgba(202, 207, 204, 0.9);
    border: none;
    border: solid 2px rgba(202, 207, 204, 0.25);
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 2px;
    background: transparent;
    flex: 2;
    padding: 0 0 0 0.75rem; }
  form.dark input[type="text"]:focus,
  form.dark input[type="password"]:focus,
  form.dark input[type="email"]:focus,
  form.dark input[type="tel"]:focus,
  form.dark input[type="search"]:focus,
  form.dark input[type="url"]:focus,
  form.dark input[type="button"]:focus,
  form.dark input[type="submit"]:focus,
  form.dark select:focus,
  form.dark textarea:focus {
    border-color: #CACFCC; }
  form.dark ::-webkit-input-placeholder {
    color: #CACFCC; }
  form.dark :-moz-placeholder {
    color: #CACFCC; }
  form.dark ::-moz-placeholder {
    color: #CACFCC; }
  form.dark :-ms-input-placeholder {
    color: #CACFCC; }
  form.dark input[type="button"],
  form.dark input[type="submit"] {
    color: #F3F4F1 !important;
    height: 2.75rem;
    flex: 1;
    min-width: 5.5rem;
    padding: 0 0.75rem;
    display: inline-block;
    border-left: 0;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 0.2s ease-in-out; }
    form.dark input[type="button"]:hover,
    form.dark input[type="submit"]:hover {
      background: #F3F4F1;
      color: #1A1E1A !important; }

@media screen and (min-width: 736px) {
  .dark {
    flex-direction: row; }
    .dark > * {
      margin-right: 0;
      margin-bottom: 1rem; }
      .dark > *:last-child {
        margin-bottom: 0; } }
html {
  border-top: 4px solid #d2ac67;
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28); }

.page-wrapper {
  position: relative;
  min-height: 100%;
  margin-bottom: -4px;
  overflow-x: hidden; }
  .page-wrapper:after {
    content: "";
    display: block;
    height: 4px; }

.bottom-border {
  background: #d2ac67;
  height: 4px;
  width: 100%;
  bottom: 0;
  position: absolute; }

.banner {
  margin: 0 auto;
  padding: 0; }

.two, .three, .four, .six {
  padding: 1rem 0;
  margin: 2rem auto;
  max-width: 80rem; }

.one {
  position: relative;
  z-index: 12;
  margin: -9rem auto 0 auto;
  padding: 1rem 1.5rem 0.75rem 1.5rem;
  max-width: 59rem;
  animation: moveInBottom 0.7s ease-in-out;
  -webkit-animation: moveInBottom 0.7s ease-in-out; }
  .one .inner {
    position: relative;
    box-shadow: 1px 2px 2px 0 rgba(112, 120, 117, 0.15);
    background-color: #fdfbfb;
    border-radius: 1px; }
  .one h2 {
    text-align: center;
    color: rgba(26, 30, 26, 0.75); }
  .one p {
    color: rgba(26, 30, 26, 0.65); }
    .one p span {
      font-weight: 500; }

.two {
  background: #e5e7e6;
  text-align: center;
  position: relative; }

.cards {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: stretch; }
  .cards:last-child {
    margin-right: 0; }

.card {
  position: relative;
  text-align: center;
  min-width: 33%;
  max-width: 32rem;
  margin: 0 auto 1.5rem auto;
  background-color: #fdfbfb;
  background-image: url("../images/groovepaper.png");
  border-radius: 1px; }
  .card:nth-of-type(2n) .card__image {
    background-image: url("../images/overlay1.png"), linear-gradient(#998a1d 0%, #DFCF56 100%); }
  .card:nth-of-type(3n) .card__image {
    background-image: url("../images/overlay1.png"), linear-gradient(#302A23 0%, #4d4439 100%); }
  .card p {
    margin: 0 0 1rem 0; }
  .card:hover {
    -webkit-animation-name: wiggle;
    -ms-animation-name: wiggle;
    -ms-animation-duration: 1000ms;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out; }

.card__header {
  padding: 1rem 0.5rem;
  margin: 0 1.5rem; }
  .card__header h3 {
    margin-bottom: 0; }

.card__image {
  border-radius: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: url("../images/overlay1.png"), linear-gradient(#006741 0%, #2D8D55 100%);
  padding: 4rem 1rem 2.5rem 1rem; }
  .card__image img {
    max-width: 100%;
    height: 11rem; }

.top-border {
  background: transparent;
  position: absolute;
  width: calc(100% - 3rem);
  height: calc(100% - 4.25rem);
  top: 2.25rem;
  left: 1.5rem;
  border: 1px solid rgba(210, 172, 103, 0.5);
  border-radius: 1rem; }

.card__body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 0.5rem 5.5rem 0.5rem;
  position: relative;
  margin: 0 1.25rem 2.5rem 1.25rem; }

.card__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.5rem; }

.card__corner-1, .card__corner-2, .card__corner-3, .card__corner-4 {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: -0.1rem;
  left: -0.1rem; }

.card__corner-2 {
  left: unset;
  right: 0;
  transform: rotate(90deg); }

.card__corner-3 {
  top: unset;
  bottom: 0;
  transform: rotate(-90deg); }

.card__corner-4 {
  left: unset;
  top: unset;
  bottom: 0;
  right: 0;
  transform: rotate(180deg); }

.three .inner {
  padding-bottom: 0; }

.split, .split.small {
  margin: 0 auto 2rem auto;
  background: rgba(26, 30, 26, 0.95); }

.split__header {
  position: relative;
  display: block;
  align-items: center;
  padding: 1rem 1.5rem 1.5rem 1.5rem; }
  .split__header h3 {
    color: rgba(243, 244, 241, 0.95);
    margin-left: 0;
    margin-right: 0; }
  .split__header p {
    color: rgba(243, 244, 241, 0.75); }

.split__image {
  position: relative;
  display: flex;
  align-items: flex-start; }
  .split__image img {
    max-width: 100%; }

.split__header-button {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0; }

@media screen and (min-width: 960px) {
  .three > .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

  .split {
    display: flex;
    align-items: center; }
    .split:nth-of-type(2n) {
      background: rgba(26, 30, 26, 0.9);
      justify-content: space-between; }
      .split:nth-of-type(2n) .split__header {
        text-align: right; }
      .split:nth-of-type(2n) .split__image {
        order: 2; }
    .split:nth-of-type(3n) {
      background: rgba(26, 30, 26, 0.85); }

  .split__header {
    padding: 1.5rem 3rem 3rem 3rem;
    max-width: 48rem;
    width: 55%; }

  .split__header-button {
    bottom: -1.5rem; }

  .split__image {
    max-height: inherit;
    width: 45%; } }
.four {
  padding: 0;
  background: transparent;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .four .inner {
    padding: 0; }
  .four .h-alt {
    margin-bottom: 1.5rem; }

.five {
  position: relative;
  height: 25rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #eff1f0;
  background: transparent; }

.google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0; }

.six {
  margin: 2.5rem auto 0 auto;
  padding: 0; }
  .six .inner {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 59rem; }
  .six .hours {
    margin-bottom: 2rem; }
  .six ul:not(.hour-list) {
    list-style: none;
    padding-left: 0; }
    .six ul:not(.hour-list) li {
      margin-bottom: 0.5rem;
      padding-left: 0; }
      .six ul:not(.hour-list) li a {
        color: rgba(26, 30, 26, 0.8); }
  .six .split.small {
    flex-direction: column;
    background: rgba(26, 30, 26, 0.9);
    background: #e5e7e6; }
    .six .split.small .split__header {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; }

.current-hours {
  padding: 1.5rem 1rem 0 1rem;
  text-align: center;
  font-size: 1.15rem;
  color: rgba(26, 30, 26, 0.85); }
  .current-hours p {
    max-width: unset;
    color: rgba(48, 42, 35, 0.9); }
    .current-hours p span {
      font-weight: 500; }

@media screen and (min-width: 960px) {
  .six .split__image {
    background-size: 100%; }
  .six .split__header {
    padding-bottom: 1.5rem; } }
@media screen and (min-width: 736px) {
  .one {
    margin-top: -12rem; }
    .one .inner {
      padding-top: 1rem; }
      .one .inner h2 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem; }

  .six .hours {
    margin-bottom: 0; }
  .six .split.small .split__header {
    flex-direction: row;
    justify-content: space-around; }
    .six .split.small .split__header ul:not(.hour-list) {
      margin-left: 1.5rem; } }
@media screen and (min-width: 736px) and (max-height: 700px) {
  .one {
    margin-top: -9rem; } }
@media screen and (max-height: 575px) {
  .one {
    margin-top: -6rem; } }
@media screen and (max-height: 620px) and (max-width: 405px) {
  .one {
    margin-top: -6rem; } }
@media screen and (min-width: 736px) {
  .cards {
    flex-direction: row;
    justify-content: space-around; }
    .cards .card {
      margin-right: 1.5rem; }
      .cards .card:last-child {
        margin-right: 0; } }

/*# sourceMappingURL=main.css.map */
