@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/Content/fonts/inter-v20-latin-700.woff2") format("woff2");
}
footer.footer {
  background: #b04f23 url(/content/images/textures/footer-bg.webp) no-repeat center bottom;
  background-size: cover;
  padding: 30px 0 0;
  color: #fff;
  position: relative;
  border-top: 5px solid #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer.footer a {
  color: #fff;
}
footer.footer h2 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3px;
  text-transform: uppercase;
}
footer.footer .grass {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 162px;
  z-index: 0;
  mix-blend-mode: multiply;
  background: url(/content/images/textures/footer-grass.webp) repeat-x bottom;
}
footer.footer .container {
  position: relative;
  z-index: 2;
}
footer.footer .half-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1024px) {
  footer.footer .half-container {
    grid-template-columns: 1fr 1fr;
  }
}
footer.footer .half-container .half-1 {
  grid-template-columns: 1fr;
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  footer.footer .half-container .half-1 {
    grid-template-columns: 1fr 1fr;
  }
}
footer.footer .column {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  footer.footer .column {
    align-items: flex-start;
    text-align: left;
  }
}
footer.footer .column a {
  text-decoration: underline;
}
footer.footer .column a:hover {
  color: #ddd;
}
footer.footer .column.column-2 a, footer.footer .column.column-2 h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  footer.footer .column.column-2 a, footer.footer .column.column-2 h2 {
    text-align: left;
  }
}
footer.footer a:focus {
  color: #ddd;
}
footer.footer nav {
  background-color: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
}
footer.footer nav a {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 10px;
}
footer.footer nav a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ccc;
}
footer.footer nav.quicklinks {
  background: none;
}
footer.footer nav.quicklinks a {
  display: block;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-transform: none;
}
footer.footer nav.quicklinks a:hover {
  color: #ddd;
  background: none;
}
footer.footer .social {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px 0;
  gap: 5px;
}
footer.footer .social a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer .social a img {
  width: 40px;
  height: auto;
}
footer.footer .button-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  footer.footer .button-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  footer.footer .button-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1250px) {
  footer.footer .button-container {
    grid-template-columns: 1fr 1fr;
  }
}
footer.footer .button-two {
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  color: #3a1300;
}
footer.footer .button-two:hover {
  color: #fff;
}
footer.footer .tile-container {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  display: grid;
  padding: 20px 0;
}
footer.footer a.tile {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  position: relative;
  text-shadow: 0 0 10px #000;
  aspect-ratio: 1/1;
  background-size: cover;
  box-shadow: inset 0 0 30px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  footer.footer a.tile {
    font-size: 44px;
  }
}
footer.footer a.tile:hover {
  box-shadow: inset 0 0 30px 5px rgba(0, 0, 0, 0.9);
}
footer.footer .submission {
  padding-top: 10%;
}
footer.footer .submission input,
footer.footer .submission button {
  height: 50px;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  font-style: italic;
  box-sizing: border-box;
}
footer.footer .submission button {
  background: #d8ab44;
  color: #3a1300;
}
footer.footer .submission input {
  padding: 0 15px;
  background: #fff;
  border: 2px solid #dad9d8;
}
footer.footer .copyright {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  text-align: center;
  padding: 50px 0 160px;
  gap: 20px;
}
@media (min-width: 768px) {
  footer.footer .copyright {
    flex-direction: row;
  }
}

.apps {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.apps img {
  width: 100%;
  max-width: 200px;
}

/*# sourceMappingURL=footer.css.map */
