/**
* ================================================================
*
*   File: public/sass/contact.scss
*   Author: Truc Minh Phan <immersedone>
*   Description:
*
*   This file contains the styling for the feature addition
*   of CMS WYSIWYG option for contact page to add description.
*   The addition is to tackle assist customers with getting in
*   touch with the correct salse assistants during the COVID-19
*   pandemic/crisis.
*
* ================================================================
*
*/
#intro .contact-description-wrapper *,
.contact_wrapper .contact-description-wrapper * {
  font-size: 18px;
  font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  color: #333; }
#intro .contact-description-wrapper h1, #intro .contact-description-wrapper h1 *,
.contact_wrapper .contact-description-wrapper h1,
.contact_wrapper .contact-description-wrapper h1 * {
  font-size: 48px; }
#intro .contact-description-wrapper h2, #intro .contact-description-wrapper h2 *,
.contact_wrapper .contact-description-wrapper h2,
.contact_wrapper .contact-description-wrapper h2 * {
  font-size: 36px; }
#intro .contact-description-wrapper h3, #intro .contact-description-wrapper h3 *,
.contact_wrapper .contact-description-wrapper h3,
.contact_wrapper .contact-description-wrapper h3 * {
  font-size: 28px; }
#intro .contact-description-wrapper h4, #intro .contact-description-wrapper h4 *,
.contact_wrapper .contact-description-wrapper h4,
.contact_wrapper .contact-description-wrapper h4 * {
  font-size: 24px; }
#intro .contact-description-wrapper h1, #intro .contact-description-wrapper h2, #intro .contact-description-wrapper h3, #intro .contact-description-wrapper h4,
.contact_wrapper .contact-description-wrapper h1,
.contact_wrapper .contact-description-wrapper h2,
.contact_wrapper .contact-description-wrapper h3,
.contact_wrapper .contact-description-wrapper h4 {
  line-height: 125%; }
#intro .contact-description-wrapper div,
.contact_wrapper .contact-description-wrapper div {
  margin-left: 0;
  margin-right: 0; }
#intro .contact-description-wrapper p,
#intro .contact-description-wrapper p span,
.contact_wrapper .contact-description-wrapper p,
.contact_wrapper .contact-description-wrapper p span {
  font-size: 1.525rem;
  color: #7c7c7c; }
#intro .contact-description-wrapper p a,
#intro .contact-description-wrapper p a span,
.contact_wrapper .contact-description-wrapper p a,
.contact_wrapper .contact-description-wrapper p a span {
  color: #5a9f02;
  text-decoration: underline;
  font-weight: bold; }
#intro .contact-description-wrapper table,
.contact_wrapper .contact-description-wrapper table {
  width: 100% !important; }
  #intro .contact-description-wrapper table p,
  .contact_wrapper .contact-description-wrapper table p {
    padding-bottom: 0; }
  #intro .contact-description-wrapper table a,
  #intro .contact-description-wrapper table a *,
  .contact_wrapper .contact-description-wrapper table a,
  .contact_wrapper .contact-description-wrapper table a * {
    color: #5a9f02;
    text-decoration: underline; }
  #intro .contact-description-wrapper table td,
  .contact_wrapper .contact-description-wrapper table td {
    padding: 5px 10px; }
    #intro .contact-description-wrapper table td p,
    #intro .contact-description-wrapper table td p *,
    .contact_wrapper .contact-description-wrapper table td p,
    .contact_wrapper .contact-description-wrapper table td p * {
      font-size: 16px;
      padding-bottom: 0; }

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