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

@media screen and (max-width: 45em), screen and (min-width: 45.0625em) and (max-width: 60em) {
  .site-branding {
    text-align: center;
  }
}

.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-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}

.site-branding__name {
  font-size: 1.25rem;
  padding-right: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 60.0625em) and (max-width: 80em), screen and (min-width: 60.0625em) and (max-width: 80em), screen and (min-width: 80.0625em) {
  .site-branding__name {
    font-size: 1.625rem;
  }
}

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

.site-branding__slogan {
  font-weight: 400;
}

@media screen and (max-width: 45em), screen and (min-width: 45.0625em) and (max-width: 60em) {
  #block-connect-brandingmobilelogo {
    display: inline-block;
    padding: 0.625rem 0 0.5rem 0.5rem;
  }
  #block-connect-brandingmobilelogo a {
    color: #ffffff;
    text-decoration: none;
  }
  #block-connect-brandingmobilelogo .mobile-wordmark-worthington {
    letter-spacing: .03rem;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0 .25rem;
  }
  #block-connect-brandingmobilelogo .mobile-wordmark-memory {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    letter-spacing: .2rem;
    font-size: 1.15rem;
    position: relative;
    bottom: .08rem;
  }
  #block-connect-brandingmobilelogo .field {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 60.0625em) and (max-width: 80em), screen and (min-width: 80.0625em) {
  #block-connect-brandingmobilelogo {
    display: none;
  }
}

@media screen and (max-width: 45em), screen and (min-width: 45.0625em) and (max-width: 60em) {
  .pr-header__header-first, .pr-header__header-second h2 {
    display: none;
  }
  .pr-header__header-second form {
    margin-bottom: 0;
  }
  .block-main-content {
    margin-top: 0;
  }
}
/*# sourceMappingURL=block--branding.css.map */