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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .contact-hero .text-container {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              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%;
      -webkit-transform: translate(-50%, -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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: #00000078; }

.contact-links {
  margin-top: 45px;
  margin-bottom: 45px; }
  .contact-links .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contact-links a.link {
    color: black;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .contact-links a.link:hover, .contact-links a.link:active {
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4); }
  @media (max-width: 543.98px) {
    .contact-links {
      width: 90%;
      margin: 25px auto;
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
              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;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                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;
        -webkit-box-shadow: none;
                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*/