@charset "utf-8";

@media only screen and (min-width: 1500px) {
  .responsive-header_branding_promo { white-space: nowrap; width: 1500px; }
}

@media only screen and (max-width: 913px) {
  .responsive-header_branding_values_icon { display: none; }
}

@media only screen and (max-width: 767px) {
  .responsive-header_branding { padding-top: 5px; padding-bottom: 5px; height: auto !important; }
}