/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
.branding {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.branding .stage {
  display: table;
  width: 100%;
}
.branding .stage > div {
  display: table-cell;
}
.branding .stage > div:first-child > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.branding .stage > div:first-child > div > div {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.branding .stage > div:first-child > div .logo {
  flex: 0 1 auto;
}
.branding .stage > div:first-child > div .tagline {
  flex: 0 1 auto;
}
.branding .stage > div:first-child > div .tagline img {
  width: 100%;
  max-width: 250px;
}
.branding .stage > div:first-child > div a {
  display: block;
}
.branding .stage > div:last-child {
  display: none;
  white-space: nowrap;
  text-align: right;
  padding-left: 20px;
}
.branding .stage > div:last-child button {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
}
.branding .stage > div:last-child button > span {
  visibility: hidden;
  font-size: 1px;
}
.branding .stage > div:last-child button.search {
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%237d7d7d%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066%2066%22%3E%3Cpath%20d%3D%22M27.306%2C1A26.311%2C26.311%2C0%2C0%2C1%2C51%2C38.722l-1.01%2C2.1%2C1.64%2C1.64%2C11.42%2C11.422a6.484%2C6.484%2C0%2C0%2C1-9.073%2C9.267l-.1-.1L42.463%2C51.63l-1.64-1.64-2.1%2C1.015A26.305%2C26.305%2C0%2C1%2C1%2C27.306%2C1m0%2C6.977A19.33%2C19.33%2C0%2C1%2C0%2C40.972%2C13.64%2C19.33%2C19.33%2C0%2C0%2C0%2C27.306%2C7.977Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 30px;
  background-position: left center;
  border-right: 1px solid #7d7d7d;
}
.branding .stage > div:last-child button.hamburger {
  width: 50px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%237d7d7d%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037%2029%22%3E%3Ctitle%3Ebutton-hamburger%3C%2Ftitle%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2235%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2212%22%20width%3D%2235%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2223%22%20width%3D%2235%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-size: 40px;
  background-position: right center;
  border-left: 1px solid #7d7d7d;
}

.mobile-menus .branding .stage > div:last-child {
  display: table-cell;
}

/*# sourceMappingURL=block-branding.css.map */
