:root {
  --byte-10: 12px;
  --byte-20: 16px;
  --byte-30: 18px;
  --byte-40: 20px;
  --byte-50: 24px;
  --byte-60: 28px;
  --byte-70: 36px;
  --byte-80: 40px;
  --byte-90: 48px;
  --byte-100: 52px;
  --byte-h1: 50px;
  --byte-h2: 30px;
  --byte-h3: 24px;
  --byte-h4: 30px;
  --byte-h5: 30px;
  --byte-h6: 18px;
}

@media screen and (max-width: 999px) {
  :root {
    --byte-10: 12px;
    --byte-20: 15px;
    --byte-30: 16px;
    --byte-40: 18px;
    --byte-50: 20px;
    --byte-60: 23px;
    --byte-70: 28px;
    --byte-80: 32px;
    --byte-90: 40px;
    --byte-100: 44px;
    --byte-h1: 32px;
    --byte-h2: 22px;
    --byte-h3: 15px;
    --byte-h4: 30px;
    --byte-h5: 21px;
    --byte-h6: 18px;
  }
}
@media screen and (max-width: 781px) {
  :root {
    --byte-10: 12px;
    --byte-20: 15px;
    --byte-30: 16px;
    --byte-40: 16px;
    --byte-50: 18px;
    --byte-60: 20px;
    --byte-70: 24px;
    --byte-80: 28px;
    --byte-90: 32px;
    --byte-100: 36px;
    --byte-h1: 32px;
    --byte-h2: 22px;
    --byte-h3: 15px;
    --byte-h4: 30px;
    --byte-h5: 21px;
    --byte-h6: 18px;
  }
}
html {
  scroll-behavior: smooth;
}

img {
  display: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

strong, b {
  font-weight: 700;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  min-height: 100vh;
}
.wp-site-blocks main, .wp-site-blocks footer {
  margin-block-start: 0;
}
.wp-site-blocks main {
  flex: 1 1 100%;
}

.byte-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  color: var(--wp--preset--color--blue-700);
  background-color: var(--wp--preset--color--blue-100);
  border-bottom: solid 2px var(--wp--preset--color--white);
}
.byte-placeholder i {
  font-size: var(--byte-80);
  margin-bottom: 16px;
}
.byte-placeholder h4 {
  margin: 0;
  font-size: var(--byte-50);
  font-weight: 700;
}

.byte-header-logo {
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 522px) {
  .byte-header-logo {
    max-width: 100%;
  }
}

.wp-block-navigation a {
  font-weight: 400;
}

header .hide-on-mobile .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--black);
}
header .hide-on-mobile .wp-block-navigation .current-menu-item .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: var(--wp--preset--color--black);
}

footer .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--blue-lightest);
}
footer .wp-block-navigation .current-menu-item .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: var(--wp--preset--color--white);
}

@media screen and (max-width: 781px) {
  .bio-right-column {
    padding-top: 0 !important;
  }
  .bio-right-column h2,
  .bio-right-column h2 + p {
    text-align: center;
    align-self: stretch;
  }
}

@media screen and (max-width: 781px) {
  .bio-locations {
    width: 100%;
    justify-content: center;
  }
  .bio-locations p:first-child {
    flex: 0 0 100%;
    text-align: center;
  }
}

.byte-mobile-menu-container .wp-block-search__button.has-icon {
  background: transparent;
  padding: 8px;
}
.byte-mobile-menu-container .wp-block-search__button.has-icon svg path {
  fill: var(--wp--preset--color--black);
}
.byte-mobile-menu-container .wp-block-search__inside-wrapper {
  padding-right: 0;
  background: transparent;
  border: solid 1px #e6e6e6;
}

.byte-mobile-nav__menu {
  padding: 0;
  list-style: none;
}
.byte-mobile-nav__menu ul,
.byte-mobile-nav__menu ul ul,
.byte-mobile-nav__menu ul ul ul {
  list-style: none;
  padding-left: 16px;
}
.byte-mobile-nav__menu li {
  position: relative;
}
.byte-mobile-nav__menu li a {
  display: inline-block;
  padding: 8px 0;
}
.byte-mobile-nav__menu li > button {
  position: absolute;
  right: 0;
  top: 8px;
  aspect-ratio: 1;
  width: 32px;
  border: none;
  border-radius: 100vw;
  background-color: #e6e6e6;
}
.byte-mobile-nav__menu button[aria-expanded=true] .byte-mobile-nav__icon--up {
  display: none;
}
.byte-mobile-nav__menu button[aria-expanded=false] .byte-mobile-nav__icon--down {
  display: none;
}

.byte-title {
  max-width: 650px !important;
  margin: auto;
}

@media screen and (max-width: 781px) {
  .byte-homepage-callout {
    padding-left: 35% !important;
  }
}/*# sourceMappingURL=main.css.map */