/**
 * Branding styles
 *  - Drupal core branding block.
 ============================================================================ */
.block-plugin-id--system-branding-block {
  margin: 2rem 0 1.25rem;
}

.site-branding {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.site-branding__text, .site-branding__name, .site-branding__slogan {
  display: block;
}

.site-branding__logo-link {
  display: block;
  padding-right: 1rem;
}

.site-branding__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.site-branding__name {
  font-size: 2rem;
  margin-bottom: 3px;
  padding-right: 1rem;
  font-weight: 400;
}

.has-slogan .site-branding__name {
  font-size: 1.625rem;
}

@media screen and (min-width: 60.0625em) {
  .site-branding__name {
    font-size: 2.625rem;
  }
  .has-slogan .site-branding__name {
    font-size: 2rem;
  }
}

.site-branding__name-link:hover, .site-branding__name-link:focus {
  text-decoration: none;
}

.site-branding__slogan {
  font-weight: 400;
  font-style: normal;
}
/*# sourceMappingURL=block--branding.css.map */