/* Used for :hover aka rollover on linked elements */
/* Used for :hover aka rollover on linked elements */
/* Page Headers - Standard */
.page-header__spacer {
  padding-top: 50px;
  padding-bottom: 30px; }

@media screen and (max-width: 375px) {
  .page-header__remove-background {
    background-image: none !important; } }

.print-header {
  display: none; }

.contact-page__container {
  padding-top: 0;
  padding-bottom: 30px; }
  @media screen and (min-width: 720px) {
    .contact-page__container {
      padding-top: 30px;
      padding-bottom: 150px; } }
  .contact-page__container h4 {
    margin-bottom: 5px; }
  .contact-page__container p {
    margin-top: 5px; }

.contactus__desktop {
  display: none; }
  @media screen and (min-width: 720px) {
    .contactus__desktop {
      display: block; } }

.contactus__mobile {
  display: block; }
  @media screen and (min-width: 720px) {
    .contactus__mobile {
      display: none; } }
  .contactus__mobile .phone-mobile {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    border: solid #B3A369 2px;
    background-color: #47525a; }
    .contactus__mobile .phone-mobile h3 {
      margin: 10px; }

/*# sourceMappingURL=contactus-page.css.map */
