/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/theme.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.page-banner {
  padding: 80px 0 40px 0;
  position: relative;
}
.page-banner__content {
  position: relative;
  z-index: 2;
}
.page-banner__bg-image {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.headline {
  text-transform: uppercase;
}
.headline--small {
  font-size: 1.8rem;
}
.headline--medium {
  font-size: 2rem;
}
.headline--large {
  font-size: 2.8rem;
}
.btn {
  padding: 0.2em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  line-height: 100%;
  text-decoration: unset;
}
.btn--small {
  font-size: 1.4rem;
}
.btn--medium {
  font-size: 1.6rem;
}
.btn--large {
  font-size: 2rem;
}
.btn--blue {
  background-color: #0d3b66;
}
.btn--orange {
  background-color: #ee964b;
}
.btn--dark-orange {
  background-color: #f95738;
}
#cns-layout-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 60vh;
  padding: 0;
  margin: auto;
  background-color: var(--wp--preset--color--background);
  overflow: scroll;
}
.cns-story-fullscreen-open #cns-layout-wrapper {
  z-index: 2000;
}
.cns-col {
  margin: 0;
  padding: 0 1rem;
  overflow: visible;
  overflow-y: scroll;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
}
.cns-col__wrapper {
  min-height: 40rem;
  padding: 0;
  gap: 0;
  align-self: stretch;
  margin: 0;
}
.cns-col__side {
  width: 100%;
  order: 1;
}
.cns-col__sidebar {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(var(--wp--custom--elements--toggle-width, 5rem) + 1rem);
  flex-grow: unset !important;
}
.cns-col__sidebar sidebar {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.cns-col__wiki {
  width: 100%;
  order: 2;
}
.cns-col__center {
  order: 3;
  padding: 2rem 1rem;
}
.cns-col__center h1 {
  margin-bottom: 2rem;
}
.cns-col__center-area {
  order: 2;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.cns-col__center-area > .entry-content,
.cns-col__center-area > .wp-block-post-content {
  display: flex;
  flex: 1;
  min-height: 0;
  width: 100%;
  margin: 0;
}
.cns-col__inner-wrapper {
  flex: 1;
  min-height: 0;
  width: 100%;
  padding: 0;
  gap: 0;
  margin: 0;
}
.cns-col__narrow {
  max-width: 24rem;
}
.cns-hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 782px) {
  #cns-layout-wrapper {
    overflow-y: scroll;
  }
  .cns-col {
    order: unset;
    height: 100%;
  }
  .cns-col__side:not(.cns-col__sidebar), .cns-col__center {
    padding-bottom: 10rem;
  }
  .cns-col__wrapper {
    height: calc(100vh - var(--wp--custom--header--height, 5rem));
    overflow: hidden;
    gap: 4rem 1rem;
  }
  .cns-col__inner-wrapper {
    flex-wrap: nowrap;
    height: 100%;
    gap: 4rem 1rem;
  }
  .cns-col__side {
    max-width: var(--wp--custom--layout--col-side);
  }
  .cns-col__sidebar:has(.cns-sidebar--fixed) {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .cns-col__wiki {
    max-width: var(--wp--custom--layout--col-wiki);
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.editor-post-title {
  margin-bottom: 2rem;
}
#breadcrumbs {
  display: flex;
  gap: 1rem;
}
#breadcrumbs span,
#breadcrumbs a {
  padding: 0.5rem 1rem;
  border: 1px solid #000;
  color: #000;
  line-height: 100%;
}
#search-overlay {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#search-overlay .content {
  position: relative;
  z-index: 10;
  background-color: #fff;
  width: 576px;
  max-width: 92vw;
  height: 768px;
  max-height: 92vh;
  overflow-y: scroll;
  border: 1px solid #000;
  border-radius: 2rem;
}
.search-overlay__content {
  width: -moz-fit-content;
  width: fit-content;
}
.search-overlay__top {
  background-color: lightgrey;
  text-align: center;
  padding: 0.4em 1em;
}
.search-overlay__main input {
  width: 100%;
  height: 5rem;
  padding: 1rem;
}
.close__button {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 4rem;
  height: 4rem;
}
.close__button::after, .close__button::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #000;
  border-radius: 2px;
  transform-origin: center;
}
.close__button::after {
  transform: rotate(45deg);
}
.close__button::before {
  transform: rotate(-45deg);
}
footer {
  width: 100%;
  padding: 4rem 2% 1rem;
  background-color: var(--wp--preset--color--header-text);
  color: var(--wp--preset--color--text-negative);
}
footer a {
  color: var(--wp--preset--color--text-negative);
}
footer .cns-col__wrapper {
  gap: 1rem;
}
footer .wp-block-navigation__responsive-container-content {
  gap: 2rem;
}
footer .wp-block-site-logo img {
  filter: invert(1);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* Setup */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  line-height: 160%;
}
a {
  color: currentColor;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 160%;
}
p {
  line-height: 180%;
}

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