header .contact-header {
  padding: 14px 0;
  background-color: #404041;
  color: whitesmoke;
}
@media only screen and (max-width: 991px) {
  header .contact-header {
    text-align: center;
  }
}
header .contact-header p {
  margin-right: 14px;
}
header .contact-header p a {
  color: whitesmoke;
}
header .contact-header .contact-cta {
  text-align: right;
  margin: 10px 0 10px auto;
}
@media only screen and (max-width: 991px) {
  header .contact-header .contact-cta {
    display: none;
  }
}
header .contact-header .contact-cta a {
  white-space: nowrap;
}
