/* The base theme styles #contact as the light footer. The Canada contact section
   is a separate dark call-to-action, so it needs an ID-level override. */
#contact.contact-section {
  background: #111111;
  color: #ffffff;
  border-top: 0;
  overflow: visible;
}

#contact.contact-section .section-h2 { color: #ffffff; }
#contact.contact-section .contact-copy { color: #d8d8d8; }
#contact.contact-section .contact-panel { background: #ffffff; color: #111111; }
#contact.contact-section .contact-panel p { color: #505050; }
#contact.contact-section .about-text a { text-decoration: underline; text-underline-offset: 3px; }
