.hidden {
  display: none;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* FONTS */
@font-face {
  font-family: Averta;
  src: local(averta-light);
  src: url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Light.eot?v=1.0.1") format("eot");
  src: url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Light.eot?#iefix&v=1.0.1") format("embedded-opentype"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Light.woff2?v=1.0.1") format("woff2"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Light.woff?v=1.0.1") format("woff"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Light.ttf?v=1.0.1") format("truetype"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Light.svg?v=1.0.1") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Averta;
  src: local(averta-regular);
  src: url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Regular.eot?v=1.0.1") format("eot");
  src: url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Regular.eot?#iefix&v=1.0.1") format("embedded-opentype"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Regular.woff2?v=1.0.1") format("woff2"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Regular.woff?v=1.0.1") format("woff"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Regular.ttf?v=1.0.1") format("truetype"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Regular.svg?v=1.0.1") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Averta;
  src: local(averta-bold);
  src: url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Bold.eot?v=1.0.1") format("eot");
  src: url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Bold.eot?#iefix&v=1.0.1") format("embedded-opentype"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Bold.woff2?v=1.0.1") format("woff2"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Bold.woff?v=1.0.1") format("woff"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Bold.ttf?v=1.0.1") format("truetype"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Bold.svg?v=1.0.1") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Averta;
  src: local(averta-black);
  src: url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Black.eot?v=1.0.1") format("eot");
  src: url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Black.eot?#iefix&v=1.0.1") format("embedded-opentype"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Black.woff2?v=1.0.1") format("woff2"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Black.woff?v=1.0.1") format("woff"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Black.ttf?v=1.0.1") format("truetype"), url("//cdn.cr.org/crux/fonts/v1/AvertaW01-Black.svg?v=1.0.1") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
html,
body {
  background: var(--wp--preset--color--teal-darkest);
}

@media (min-width: 640px) {
  .container, .global-footer__wrapper, .global-header__wrapper {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container, .global-footer__wrapper, .global-header__wrapper {
    max-width: 768px;
  }
}
@media (min-width: 1150px) {
  .container, .global-footer__wrapper, .global-header__wrapper {
    max-width: 1150px;
  }
}
@media (min-width: 1280px) {
  .container, .global-footer__wrapper, .global-header__wrapper {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container, .global-footer__wrapper, .global-header__wrapper {
    max-width: 1536px;
  }
}
.container, .global-footer__wrapper, .global-header__wrapper {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.button, .global-header__navigation .menu-button a {
  display: inline-block;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  text-decoration: none;
}
.button--outline, .global-header__navigation .menu-button a {
  border-radius: 0.375rem;
  background-color: transparent;
  color: var(--wp--preset--color--white);
  border: solid var(--wp--preset--color--white) 1px;
}
.button--outline:hover, .global-header__navigation .menu-button a:hover {
  border-color: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--yellow);
}

.global-header {
  position: fixed;
  inset: 0 0 auto 0;
  display: flex;
  align-items: center;
  z-index: 10;
  background-color: var(--wp--preset--color--teal-dark);
  color: var(--wp--preset--color--white);
  height: 70px;
}
@media (min-width: 768px) {
  .global-header {
    height: 110px;
  }
}
.global-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.global-header__logo {
  display: flex;
  align-items: center;
}
.global-header__logo a {
  display: flex;
  align-items: center;
}
.global-header__logo .logo {
  height: 27px;
  width: auto;
}
.global-header__logo .logo--sp {
  margin-left: 1rem;
}
.global-header__navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: bold;
}
.global-header__navigation a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.global-header__navigation a:hover {
  color: var(--wp--preset--color--yellow);
}
.global-header__navigation .utility, .global-header__navigation .menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-block: 0;
  padding-inline: 0;
}
.global-header__navigation .menu-item {
  list-style: none;
}
body.admin-bar .global-header {
  top: 32px;
}

.global-footer {
  border-top: solid 2px var(--wp--preset--color--green-light);
  background-color: var(--wp--preset--color--teal-darkest);
  color: var(--wp--preset--color--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.global-footer__tagline {
  font-weight: bold;
  color: var(--wp--preset--color--yellow);
  @apply text-yellow font-bold;
}
.global-footer__navigation .menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .global-footer__navigation .menu {
    flex-direction: row;
    gap: 0.5rem 2rem;
  }
}
.global-footer__navigation .menu .menu-item {
  list-style: none;
}
.global-footer__navigation .menu .menu-item a:hover {
  text-decoration: none;
}
.global-footer__copyright {
  margin-top: 1.5rem;
}

/*# sourceMappingURL=style.css.map */
