/* ==========================================
   FOOTER TYPOGRAPHY ONLY
========================================== */

#footer-sections {
  color: rgba(255,255,255,.72);
}


/* ==========================================
   COLUMN TITLES
========================================== */

#footer-sections strong {
  color: #ffffff;

  font-size: .82rem;

  font-weight: 700;

  letter-spacing: .14em;

  text-transform: uppercase;

  line-height: 1.4;
}


/* ==========================================
   LINKS
========================================== */

#footer-sections a {
  color: rgba(255,255,255,.62);

  text-decoration: none !important;

  font-size: 1rem;

  font-weight: 400;

  letter-spacing: .01em;

  transition: color .25s ease;
}

#footer-sections a:hover {
  color: rgba(255,255,255,.95);
}


/* ==========================================
   PARAGRAPHS
========================================== */

#footer-sections p {
  color: rgba(255,255,255,.58);

  font-size: .98rem;

  line-height: 1.8;

  letter-spacing: .01em;
}


/* ==========================================
   HOURS SECTION
========================================== */

#footer-sections p strong {
  color: rgba(255,255,255,.92);

  font-size: .88rem;

  font-weight: 600;

  letter-spacing: .08em;
}


/* ==========================================
   COMPANY DESCRIPTION
========================================== */

#footer-sections .sqsrte-small {
  color: rgba(255,255,255,.58);

  font-size: 1rem;

  line-height: 1.9;

  font-weight: 400;
}


/* ==========================================
   SOCIAL ICONS
========================================== */

#footer-sections .sqs-svg-icon--wrapper {
  opacity: .65;

  transition: opacity .25s ease;
}

#footer-sections .sqs-svg-icon--wrapper:hover {
  opacity: 1;
}


/* ==========================================
   DIVIDER
========================================== */

#footer-sections hr {
  height: 1px;
  min-height: 1px;
  border: none;
  background: rgba(255,255,255,0.08);
  margin: 0;
}


/* ==========================================
   COPYRIGHT
========================================== */

#footer-sections .fe-block-yui_3_17_2_1_1780270285870_4416 p {
  color: rgba(255,255,255,.38);

  font-size: .92rem;

  letter-spacing: .03em;
}