/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../woodland/cartridges/app_custom_woodland/cartridge/client/default/scss/contactUs.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  font-weight: 400;
  letter-spacing: 0;
}

h2.contact-header {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 35px;
}

.contact-hero {
  position: relative;
  height: 355px;
  overflow: hidden;
}
.contact-hero img {
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-hero .text-container {
  z-index: 1;
  display: flex;
  align-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-hero .text-container .contact-title {
  -webkit-font-smoothing: antialiased;
  border-right: 1px solid white;
  padding-right: 10px;
  margin-right: 10px;
  text-align: right;
  font-size: 32px;
  font-weight: 300 !important;
}
.contact-hero .text-container .contact-title span {
  display: block;
  font-weight: 700;
}
.contact-hero .text-container .subtext {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-hero .text-container .contact-title,
.contact-hero .text-container .subtext {
  color: white;
}
@media (max-width: 768.98px) {
  .contact-hero .text-container {
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 475px;
  }
}
@media (max-width: 543.98px) {
  .contact-hero .text-container {
    width: 80%;
    max-width: 275px;
    min-width: initial;
    flex-direction: column;
  }
  .contact-hero .text-container .contact-title {
    margin: 0 0 30px 0;
  }
}

.contact-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4705882353);
}

.contact-links {
  margin-top: 45px;
  margin-bottom: 45px;
}
.contact-links .links-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact-links a.link {
  color: black;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-links a.link:hover, .contact-links a.link:active {
  text-decoration: none;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 543.98px) {
  .contact-links {
    width: 90%;
    margin: 25px auto;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 30px 0px 10px;
  }
  .contact-links .contact-header {
    margin-left: 30px;
  }
  .contact-links .break {
    width: 90px;
    height: 3px;
    background-color: #e66d1c;
    margin: 20px 30px 20px;
  }
  .contact-links .links-container {
    display: block;
  }
  .contact-links a.link {
    margin: 15px 0px;
    padding: 0px 30px;
    justify-content: space-between;
    flex-direction: row;
    font-weight: bold;
    width: auto;
    height: auto;
  }
  .contact-links a.link:hover, .contact-links a.link:active {
    border-left: 4px solid #e66d1c;
    color: #e66d1c;
    box-shadow: none;
  }
  .contact-links a.link img {
    display: none;
  }
  .contact-links a.link::after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #000 !important;
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  .contact-links a.link {
    width: 140px;
    height: 140px;
    margin: 5px;
  }
  .contact-links a.link img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .contact-links a.link {
    width: 170px;
    height: 170px;
    margin: 20px;
  }
  .contact-links a.link img {
    width: 100px;
    height: 100px;
  }
  .contact-links a.link {
    margin: 20px;
  }
}

.phone-icon {
  margin-left: 20px;
}

#existingOrderForm #comments, #productInfoForm #comments {
  height: 200px;
}

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