@charset "utf-8";

.responsive-header_branding_promo { color: rgb(45, 45, 45); text-align: center; line-height: clamp(0.75rem, 1.786rem - 1.105vw, 1.5rem); }

.responsive-header_branding_promo a { font-weight: bold; text-decoration: underline; color: rgb(45, 45, 45); }

.responsive-header_branding a:hover, .responsive-header_branding a:visited, .responsive-header_branding a:focus { color: rgb(85, 85, 85); text-decoration: underline; }

@media (min-width: 1053px) and (max-width: 1500px) {
  span.m-only { display: none; }
}

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

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

@media only screen and (max-width: 1053px) {
  span.d-only { display: none; }
  span.m-only { display: block; }
}

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