.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.header {
  background-image: url('../images/sm-chicken-min.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.photos {
  position: relative;
  z-index: 2;
  display: none;
  margin-bottom: 60px;
}

.about {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #322f31;
}

.footer {
  background-color: #f4f4f3;
}

.header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 60px;
}

.header-text-left {
  width: 50%;
}

.header-text-right {
  width: 50%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.body-copy {
  margin-top: 20px;
  margin-bottom: 120px;
  font-family: source-sans-pro, sans-serif;
  font-size: 1.25vw;
  line-height: 1.67vw;
}

.red {
  margin-top: 120px;
  font-family: din-condensed-web, sans-serif;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 400;
  text-transform: uppercase;
}

.lrg-header {
  margin-top: 120px;
  font-family: din-condensed-web, sans-serif;
  color: #fff;
  font-size: 9.2vw;
  line-height: 8.125vw;
  font-weight: 400;
  text-transform: uppercase;
}

.text-span {
  color: #b4382b;
}

.photos-container {
  margin-right: 60px;
  margin-left: 60px;
}

.grid {
  grid-column-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-text-right-container {
  width: 35vw;
  margin-right: auto;
  margin-left: auto;
}

.image {
  -webkit-transform: translate(0px, -180px);
  -ms-transform: translate(0px, -180px);
  transform: translate(0px, -180px);
}

.about-container {
  margin-right: 60px;
  margin-left: 60px;
}

.grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-headline {
  font-family: din-condensed-web, sans-serif;
  color: #fff;
  font-size: 2.7vw;
  line-height: 2.7vw;
  font-weight: 400;
  text-align: left;
}

.about-copy {
  font-family: source-sans-pro, sans-serif;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.67vw;
  text-align: left;
}

.about-text-container {
  width: 33vw;
  margin-left: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.link {
  color: #e7af5d;
  text-decoration: none;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  width: 280px;
}

.footer-location-headline {
  font-family: din-condensed-web, sans-serif;
  color: #b4382b;
  font-size: 2.7vw;
  line-height: 2.7vw;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block {
  font-family: source-sans-pro, sans-serif;
  font-size: 12px;
}

.image-4 {
  width: 50%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-2 {
  display: block;
}

.footer-copy {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: source-sans-pro, sans-serif;
  font-size: 1.25vw;
  line-height: 1.67vw;
}

.div-block-3 {
  height: 54px;
  background-image: url('../images/PATTERN.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

@media screen and (max-width: 991px) {
  .header {
    background-position: 45% 50%;
  }
  .header-text {
    margin-right: 0px;
  }
  .body-copy {
    font-size: 2vw;
    line-height: 2.75vw;
  }
  .red {
    font-size: 3vw;
    line-height: 3vw;
  }
  .about-container {
    margin-right: 0px;
  }
  .about-copy {
    font-size: 2vw;
    line-height: 2.75vw;
  }
  .about-text-container {
    margin-left: 0px;
  }
  .footer-container {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    width: 270px;
  }
  .footer-location-headline {
    margin-top: 0px;
  }
  .footer-copy {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-position: 0% 0%;
    background-size: auto 460px;
  }
  .about {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header-text {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-text-left {
    width: 100%;
    height: 400px;
  }
  .header-text-right {
    width: 100%;
  }
  .body-copy {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 22px;
  }
  .red {
    margin-top: 60px;
    font-size: 25px;
    line-height: 27px;
  }
  .lrg-header {
    padding-right: 140px;
    padding-left: 40px;
    font-size: 64px;
    line-height: 56px;
  }
  .grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .header-text-right-container {
    width: 100%;
    padding-right: 60px;
    padding-left: 40px;
  }
  .image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .about-container {
    margin-left: 0px;
  }
  .grid-2 {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-headline {
    font-size: 25px;
    line-height: 27px;
  }
  .about-copy {
    font-size: 16px;
    line-height: 22px;
  }
  .about-text-container {
    width: 100%;
    margin-top: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .footer-container {
    margin-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-2 {
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .footer-location-headline {
    font-size: 25px;
    line-height: 27px;
  }
  .div-block {
    margin-bottom: 40px;
  }
  .image-4 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .footer-copy {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-color: #000;
    background-position: 0% 0%;
    background-size: auto 340px;
    background-repeat: no-repeat;
  }
  .header-text {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .header-text-left {
    height: 300px;
  }
  .body-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .red {
    font-size: 25px;
    line-height: 27px;
  }
  .lrg-header {
    padding-right: 40px;
    padding-left: 20px;
    font-size: 64px;
    line-height: 56px;
  }
  .photos-container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .header-text-right-container {
    padding-right: 40px;
    padding-left: 20px;
  }
  .about-container {
    margin-top: 90px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .grid-2 {
    margin-right: 0px;
  }
  .about-headline {
    font-size: 25px;
    line-height: 27px;
  }
  .about-copy {
    font-size: 16px;
    line-height: 22px;
  }
  .about-text-container {
    width: 100%;
    margin-top: 40px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .footer-container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .image-2 {
    margin-bottom: 40px;
  }
  .image-3 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 200px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .footer-location-headline {
    font-size: 25px;
    line-height: 27px;
  }
  .div-block {
    margin-bottom: 40px;
  }
  .image-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer-copy {
    font-size: 16px;
    line-height: 22px;
  }
}

#w-node-c64e7f95fab9-1068a585 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-d35e349a27c6-1068a585 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

