body {
  background-color: #1c2537;
  background-image: url("../../images/home/home-background-old.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #header #header-pattern .glyph {
  filter: brightness(1000%);
}
body #header #menu ul li.social-header-icon {
  filter: invert(100%);
}
body #footer {
  background-image: url("../../images/common/footer-background-day.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
body #footer #menu .women-owned .white {
  display: none;
}
body #footer #menu .quarterly {
  border: 1px solid #1c2537;
  color: #1c2537;
}
body #footer #menu .quarterly img {
  filter: invert(0);
}
body #footer #menu ul li a {
  color: #1c2537;
}
body #footer #menu ul li img {
  filter: invert(0);
}
body #content {
  clear: both;
  margin: 0 auto;
  position: relative;
}
body #content > h1 {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  padding: 30px 20px;
  text-align: center;
}
body #content h2 {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  padding: 20px 20px;
  text-align: center;
}
body #content #brand-video {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
body #content #brand-video video {
  display: block;
}
body #content .contact {
  overflow: hidden;
  padding-bottom: 50px;
}
body #content .contact .contact-content {
  display: flex;
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
}
body #content .contact .contact-content .l-column,
body #content .contact .contact-content .r-column,
body #content .contact .contact-content .mobile-column {
  box-sizing: border-box;
}
body #content .contact .contact-content .l-column {
  background-image: url("../../images/home/home-woman-flowers.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 60%;
  position: relative;
  right: 30%;
}
body #content .contact .contact-content .r-column {
  background: rgba(236, 9, 30, 0.5);
  padding: 0 40px 120px 0;
  position: relative;
  right: 30%;
  flex: 1 0 70%;
}
body #content .contact .contact-content .mobile-column {
  display: none;
}
body #content .contact .contact-content p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin: 30px auto 0;
  width: 90%;
}
body #content .contact .contact-content p.intro {
  font-family: "BarlowBold", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
body #content .contact .contact-content p.intro span {
  font-size: 24px;
}
body #content .contact .contact-content p.connect {
  font-family: "Barlow", sans-serif;
}
body #content .contact .contact-content p.connect span {
  font-family: "BarlowBold", sans-serif;
  text-transform: uppercase;
}
body #content .contact .contact-content p.contact-cta {
  margin-top: 60px;
  text-align: right;
}
body #content .contact .contact-content p.contact-cta a {
  background-color: #ec091e;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 32px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
body #content .hospitality {
  margin: 0 auto;
  padding-bottom: 500px;
  position: relative;
  max-width: 1024px;
}
body #content .hospitality p {
  text-align: right;
}
body #content .hospitality p a {
  background-color: #ec091e;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 32px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
body #content .copyright {
  margin: 0 auto;
  max-width: 1024px;
}
body #content .copyright p, body #content .copyright a {
  color: #d9d8d6;
  font-family: "BarlowMedium", sans-serif;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
body #content .copyright a {
  text-decoration: none;
}
body #content .workshop {
  margin: 0 auto;
  max-width: 1024px;
  padding: 60px 70px 0 0;
}
body #content .workshop p {
  text-align: right;
}
body #content .workshop p a {
  background-color: #ec091e;
  color: #fff;
  font-family: "Barlow", sans-serif;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  body #content .contact .contact-content {
    display: block;
  }
  body #content .contact .contact-content .l-column {
    background-image: url("../../images/careers/careers-hero.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0%;
  }
  body #content .contact .contact-content .r-column {
    padding: 30px;
    right: 0%;
  }
  body #content .contact .contact-content .r-column .intro,
body #content .contact .contact-content .r-column .connect,
body #content .contact .contact-content .r-column .contact-cta {
    width: 100%;
  }
  body #content .contact .contact-content .mobile-column {
    display: block;
    overflow: hidden;
  }
  body #content .contact .contact-content .mobile-column img {
    margin-bottom: -5px;
    width: 100%;
  }
}

/*# sourceMappingURL=03.pages.home.css.map */
