/* ------------------------------------------------------------------------------ /*
/*  THEME STYLES
/* ------------------------------------------------------------------------------ */
:root {
  /* Colors */
  --alphacco-white-color: #FFFFFF;
  --alphacco-off-white-color: #FAFAFA;
  --alphacco-light-grey-color: #DADADA;
  --alphacco-mid-grey-color: #CECECE;
  --alphacco-grey-color: #7D7F81;
  --alphacco-dark-grey-color: #424041;
  --alphacco-black-color: #1B1C29;
  --alphacco-accent-bright-color: #E96860;
  --alphacco-accent-dark-color: #272C59;
  --alphacco-accent-color: #414E9A;
  --alphacco-pale-blue-color: #8896C7;
  /* Theme Colors */
  --alphacco-background-color: var(--alphacco-white-color);
  --alphacco-light-background-color: var(--alphacco-off-white-color);
  --alphacco-dark-background-color: var(--alphacco-black-color);
  --alphacco-primary-color: var(--alphacco-dark-grey-color);
  --alphacco-secondary-color: var(--alphacco-grey-color);
  --alphacco-border-color: var(--alphacco-light-grey-color);
  --alphacco-form-border-color: var(--alphacco-mid-grey-color);
  --alphacco-form-border-color-active: var(--alphacco-accent-color);
  /* Layout */
  --alphacco-inner-width-thin: 64rem;
  --alphacco-inner-width-small: 88rem;
  --alphacco-inner-width-medium: 104rem;
  --alphacco-inner-width-max: 132rem;
  /* Gutter */
  --alphacco-gutter: clamp(4.8rem, calc(11.8vw + 0.392rem), 19.2rem);
  --alphacco-gutter-xl: clamp(9.6rem, calc(7.8vw + 6.661rem), 19.2rem);
  --alphacco-gap: clamp(2.4rem, calc(5.9vw + 0.196rem), 9.6rem);
  /* Spacing */
  --alphacco-spacer-xxs: clamp(1.2rem, calc(0.3vw + 1.078rem), 1.6rem);
  --alphacco-spacer-xs: clamp(1.6rem, calc(0.7vw + 1.355rem), 2.4rem);
  --alphacco-spacer-sm: clamp(2.4rem, calc(0.7vw + 2.155rem), 3.2rem);
  --alphacco-spacer: clamp(2.4rem, calc(2vw + 1.665rem), 4.8rem);
  --alphacco-spacer-lg: clamp(2.4rem, calc(3.3vw + 1.176rem), 6.4rem);
  --alphacco-spacer-xl: clamp(3.2rem, calc(3.3vw + 1.976rem), 7.2rem);
  --alphacco-spacer-xxl: clamp(4.8rem, calc(3.9vw + 3.331rem), 9.6rem);
  --alphacco-spacer-xxxl: clamp(6.4rem, calc(2.6vw + 5.42rem), 9.6rem);
  /* Aside */
  --alphacco-aside-width: .4rem;
  /* Typography ----------------------------------------- */
  /* Body */
  --alphacco-body-font-size: clamp(1.8rem, calc(0.4vw + 1.489rem), 2.2rem);
  --alphacco-body-line-height: clamp(2.7rem, calc(0.7vw + 2.233rem), 3.3rem);
  --alphacco-body-font: "source-serif-4", Baskerville, Lucida, Georgia, serif;
  --alphacco-body-font-weight: 400;
  --alphacco-body-font-weight-bold: 700;
  --alphacco-body-letter-spacing: 0;
  --alphacco-body-text-transform: none;
  --alphacco-paragraph-spacing: 1.5rem;
  /* Headings */
  --alphacco-heading-font: "agenda", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  --alphacco-heading-font-weight: 500;
  --alphacco-heading-font-weight-bold: 700;
  --alphacco-heading-letter-spacing: -0.01em;
  --alphacco-heading-text-transform: none;
  --alphacco-h1-font-size: clamp(4rem, calc(2.8vw + 2.056rem), 6.5rem);
  --alphacco-h1-line-height: clamp(5rem, calc(3.1vw + 2.822rem), 7.8rem);
  --alphacco-h1-font: var(--alphacco-heading-font);
  --alphacco-h1-font-weight: var(--alphacco-heading-font-weight);
  --alphacco-h1-letter-spacing: var(--alphacco-heading-letter-spacing);
  --alphacco-h1-text-transform: var(--alphacco-heading-text-transform);
  --alphacco-h2-font-size: clamp(3.5rem, calc(1.7vw + 2.333rem), 5rem);
  --alphacco-h2-line-height: clamp(4.2rem, calc(1.7vw + 2.994rem), 5.75rem);
  --alphacco-h2-font: var(--alphacco-heading-font);
  --alphacco-h2-font-weight: var(--alphacco-heading-font-weight);
  --alphacco-h2-letter-spacing: var(--alphacco-heading-letter-spacing);
  --alphacco-h2-text-transform: var(--alphacco-heading-text-transform);
  --alphacco-h3-font-size: clamp(2.8rem, calc(1.3vw + 1.867rem), 4rem);
  --alphacco-h3-line-height: clamp(3.5rem, calc(1.9vw + 2.178rem), 5.2rem);
  --alphacco-h3-font: var(--alphacco-heading-font);
  --alphacco-h3-font-weight: var(--alphacco-heading-font-weight);
  --alphacco-h3-letter-spacing: var(--alphacco-heading-letter-spacing);
  --alphacco-h3-text-transform: var(--alphacco-heading-text-transform);
  --alphacco-h4-font-size: clamp(2rem, calc(0vw + 2rem), 2rem);
  --alphacco-h4-line-height: clamp(2.9rem, calc(0vw + 2.9rem), 2.9rem);
  --alphacco-h4-font: var(--alphacco-heading-font);
  --alphacco-h4-font-weight: var(--alphacco-heading-font-weight);
  --alphacco-h4-letter-spacing: var(--alphacco-heading-letter-spacing);
  --alphacco-h4-text-transform: var(--alphacco-heading-text-transform);
  --alphacco-h5-font-size: clamp(1.8rem, calc(0vw + 1.8rem), 1.8rem);
  --alphacco-h5-line-height: clamp(2.7rem, calc(-0.1vw + 2.77rem), 2.61rem);
  --alphacco-h5-font: var(--alphacco-heading-font);
  --alphacco-h5-font-weight: var(--alphacco-heading-font-weight);
  --alphacco-h5-letter-spacing: var(--alphacco-heading-letter-spacing);
  --alphacco-h5-text-transform: var(--alphacco-heading-text-transform);
  --alphacco-h6-font-size: clamp(1.5rem, calc(0vw + 1.5rem), 1.5rem);
  --alphacco-h6-line-height: clamp(2.25rem, calc(0vw + 2.25rem), 2.25rem);
  --alphacco-h6-font: var(--alphacco-heading-font);
  --alphacco-h6-font-weight: var(--alphacco-heading-font-weight);
  --alphacco-h6-letter-spacing: var(--alphacco-heading-letter-spacing);
  --alphacco-h6-text-transform: var(--alphacco-heading-text-transform);
  /* Other Font Sizes ----------------------------------------- */
  --alphacco-xs-font-size: clamp(1.4rem, calc(0.1vw + 1.322rem), 1.5rem);
  --alphacco-xs-line-height: clamp(2.17rem, calc(0.1vw + 2.108rem), 2.25rem);
  --alphacco-sm-font-size: clamp(1.5rem, calc(0.1vw + 1.422rem), 1.6rem);
  --alphacco-sm-line-height: clamp(2.25rem, calc(0.1vw + 2.196rem), 2.32rem);
  --alphacco-md-font-size: clamp(1.9rem, calc(0.2vw + 1.744rem), 2.1rem);
  --alphacco-md-line-height: clamp(2.66rem, calc(0.3vw + 2.442rem), 2.94rem);
  --alphacco-lg-font-size: clamp(2.2rem, calc(0.4vw + 1.889rem), 2.6rem);
  --alphacco-lg-line-height: clamp(2.97rem, calc(0.7vw + 2.449rem), 3.64rem);
  --alphacco-xl-font-size: clamp(2.4rem, calc(0.9vw + 1.778rem), 3.2rem);
  --alphacco-xl-line-height: clamp(3.36rem, calc(1.1vw + 2.613rem), 4.32rem);
  /* Text Styles ----------------------------------------- */
  /* Prefix */
  --alphacco-prefix-font-size: clamp(1.6rem, calc(0.4vw + 1.289rem), 2rem);
  --alphacco-prefix-line-height: clamp(2.4rem, calc(0.4vw + 2.089rem), 2.8rem);
  --alphacco-prefix-font: var(--alphacco-heading-font);
  --alphacco-prefix-font-weight: 500;
  --alphacco-prefix-letter-spacing: 0.2rem;
  --alphacco-prefix-text-transform: uppercase;
  --alphacco-prefix-text-color: var(--alphacco-accent-color);
  /* Text Selection */
  --alphacco-selection-text-color: var(--alphacco-white-color);
  --alphacco-selection-text-background-color: var(--alphacco-accent-color);
  /* Modal Menu */
  --alphacco-menu-modal-text-color: var(--alphacco-white-color);
  --alphacco-menu-modal-background-color: var(--alphacco-blue-color);
  /* Site Header */
  --alphacco-site-header-text-color: var(--alphacco-white-color);
  --alphacco-site-header-background-color: var(--alphacco-black-color);
  /* Site Footer */
  --alphacco-site-footer-text-color: var(--alphacco-light-grey-color);
  --alphacco-site-footer-background-color: var(--alphacco-black-color);
  /* Dynamic Variables */
  --alphacco-header-height: 0;
}
@media (min-width: 700px) {
  :root {
    --alphacco-aside-width: 6.4rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --alphacco-aside-width: 12rem;
  }
}
@media (min-width: 1600px) {
  :root {
    --alphacco-aside-width: 16rem;
  }
}

/* ------------------------------------------------------------------------------ /*
/*  CSS RESET
/* ------------------------------------------------------------------------------ */
html, body {
  border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote:before,
blockquote:after {
  content: "";
}

/* ------------------------------------------------------------------------------ /*
/*  SETUP
/* ------------------------------------------------------------------------------ */
html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

/* Fix for the admin bar */
@media (max-width: 599px) {
  html.scroll-locked {
    margin: 0 !important;
  }
}
html.has-aside {
  background-image: repeating-linear-gradient(90deg, var(--alphacco-menu-modal-background-color), var(--alphacco-menu-modal-background-color) var(--alphacco-aside-width), var(--alphacco-background-color) var(--alphacco-aside-width), var(--alphacco-background-color) 100%);
}

/* Layout */
html:not(.has-aside) {
  --alphacco-aside-width: 0rem;
}

body {
  background-color: var(--alphacco-background-color) !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: var(--alphacco-aside-width) solid var(--alphacco-menu-modal-background-color);
  box-sizing: border-box;
  color: var(--alphacco-primary-color);
  font-family: var(--alphacco-body-font);
  font-size: var(--alphacco-body-font-size);
  min-height: 100vh;
  text-align: left;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  letter-spacing: var(--alphacco-body-letter-spacing);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-marquee-increment: 0vw;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.175em;
  word-break: break-word;
}

*:focus:not(:focus-visible) {
  outline: none;
}

::-moz-selection {
  background: var(--alphacco-selection-text-background-color);
  color: var(--alphacco-selection-text-color);
}

::selection {
  background: var(--alphacco-selection-text-background-color);
  color: var(--alphacco-selection-text-color);
}

#site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 31.8rem);
}
@media (min-width: 700px) {
  #site-content {
    min-height: calc(100vh - 39.4rem);
  }
}

.hero-hidden #site-content {
  margin-top: var(--alphacco-header-height);
}

.site-content-inner {
  width: 100%;
}

/* Clearing ---------------------------------- */
.group:after,
.entry-content:after,
[class*=__inner-container]:after {
  clear: both;
  content: "";
  display: block;
}

/* Contain Margins --------------------------- */
:root .contain-margins > *:first-child,
:root .entry-content > *:first-child,
:root .wp-site-blocks > *:first-child,
:root .wp-site-blocks > .skip-link + *,
:root .comment-content > *:first-child,
:root *[class*=_inner-container] > *:first-child,
:root *[class*=_inner-container] > .wp-block-image:first-child > [class*=align],
:root fieldset > *:first-child,
:root form > *:first-child,
:root .wp-block-column > *:first-child,
:root .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

:root .contain-margins > *:last-child,
:root .wp-site-blocks > *:last-child,
:root .entry-content > *:last-child,
:root .comment-content > *:last-child,
:root *[class*=_inner-container] > *:last-child,
:root *[class*=_inner-container] > .wp-block-image:last-child > [class*=align],
:root fieldset > *:last-child,
:root form > *:last-child,
:root .wp-block-column > *:last-child,
:root .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

/* Screen Reader Text ------------------------ */
.screen-reader-text {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  height: 0.1rem;
  overflow: hidden;
  position: absolute !important;
  left: -999999rem;
  width: 0.1rem;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  left: 0.5rem;
  line-height: normal;
  padding: 1.5rem 2.3rem 1.4rem 2.3rem;
  text-decoration: none;
  top: 0.5rem;
  width: auto;
  z-index: 100000;
}

/* Skip Link --------------------------------- */
.skip-link {
  position: absolute;
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
}

.skip-link:focus {
  left: 2.5rem;
  text-decoration: none;
}

/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
*:before,
*:after {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
  }
}
body.no-anim *,
body.no-anim *:before,
body.no-anim *:after {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

/* ------------------------------------------------------------------------------ /*
/*  ANIMATIONS
/* ------------------------------------------------------------------------------ */
/* Keyframes -------------------------------- */
@-webkit-keyframes fade-in-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fade-in-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* NAVIGATION TOGGLE ANIMATIONS */
@-webkit-keyframes bars-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bars-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* State: Initial */
@-webkit-keyframes bar-one {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(-0.6rem) rotate(0deg);
            transform: translateY(-0.6rem) rotate(0deg);
  }
}
@keyframes bar-one {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(-0.6rem) rotate(0deg);
            transform: translateY(-0.6rem) rotate(0deg);
  }
}
@-webkit-keyframes bar-three {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0.6rem) rotate(0deg);
            transform: translateY(0.6rem) rotate(0deg);
  }
}
@keyframes bar-three {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0.6rem) rotate(0deg);
            transform: translateY(0.6rem) rotate(0deg);
  }
}
/* State: Hover */
@-webkit-keyframes bar-one-hover {
  0% {
    -webkit-transform: translateY(-0.6rem) rotate(0deg);
            transform: translateY(-0.6rem) rotate(0deg);
  }
  0%, 50% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0.05rem) rotate(0deg);
            transform: translateY(0.05rem) rotate(0deg);
  }
  50.1%, 100% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: translateY(0.05rem) rotate(45deg);
            transform: translateY(0.05rem) rotate(45deg);
  }
}
@keyframes bar-one-hover {
  0% {
    -webkit-transform: translateY(-0.6rem) rotate(0deg);
            transform: translateY(-0.6rem) rotate(0deg);
  }
  0%, 50% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0.05rem) rotate(0deg);
            transform: translateY(0.05rem) rotate(0deg);
  }
  50.1%, 100% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: translateY(0.05rem) rotate(45deg);
            transform: translateY(0.05rem) rotate(45deg);
  }
}
@-webkit-keyframes bar-three-hover {
  0% {
    -webkit-transform: translateY(0.6rem) rotate(0deg);
            transform: translateY(0.6rem) rotate(0deg);
  }
  0%, 50% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  50%, 50.1% {
    -webkit-transform: translateY(-0.05rem) rotate(0deg);
            transform: translateY(-0.05rem) rotate(0deg);
  }
  50.1%, 100% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: translateY(-0.05rem) rotate(-45deg);
            transform: translateY(-0.05rem) rotate(-45deg);
  }
}
@keyframes bar-three-hover {
  0% {
    -webkit-transform: translateY(0.6rem) rotate(0deg);
            transform: translateY(0.6rem) rotate(0deg);
  }
  0%, 50% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  50%, 50.1% {
    -webkit-transform: translateY(-0.05rem) rotate(0deg);
            transform: translateY(-0.05rem) rotate(0deg);
  }
  50.1%, 100% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: translateY(-0.05rem) rotate(-45deg);
            transform: translateY(-0.05rem) rotate(-45deg);
  }
}
/* State: Active */
@-webkit-keyframes bar-one-active {
  0% {
    -webkit-transform: translateY(0.05rem) rotate(45deg);
            transform: translateY(0.05rem) rotate(45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes bar-one-active {
  0% {
    -webkit-transform: translateY(0.05rem) rotate(45deg);
            transform: translateY(0.05rem) rotate(45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes bar-two-active {
  0%, 50% {
    opacity: 1;
  }
  50.1%, 100% {
    opacity: 0;
  }
}
@keyframes bar-two-active {
  0%, 50% {
    opacity: 1;
  }
  50.1%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes bar-three-active {
  0% {
    -webkit-transform: translateY(0.05rem) rotate(-45deg);
            transform: translateY(0.05rem) rotate(-45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bar-three-active {
  0% {
    -webkit-transform: translateY(0.05rem) rotate(-45deg);
            transform: translateY(0.05rem) rotate(-45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
/* DOT PULSE */
@-webkit-keyframes dotPulseBefore {
  0%, 60%, 100% {
    -webkit-box-shadow: 997.5rem 0 0 -0.5rem currentColor;
            box-shadow: 997.5rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 997.5rem 0 0 0.2rem currentColor;
            box-shadow: 997.5rem 0 0 0.2rem currentColor;
  }
}
@keyframes dotPulseBefore {
  0%, 60%, 100% {
    -webkit-box-shadow: 997.5rem 0 0 -0.5rem currentColor;
            box-shadow: 997.5rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 997.5rem 0 0 0.2rem currentColor;
            box-shadow: 997.5rem 0 0 0.2rem currentColor;
  }
}
@-webkit-keyframes dotPulse {
  0%, 60%, 100% {
    -webkit-box-shadow: 999.9rem 0 0 -0.5rem currentColor;
            box-shadow: 999.9rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 999.9rem 0 0 0.2rem currentColor;
            box-shadow: 999.9rem 0 0 0.2rem currentColor;
  }
}
@keyframes dotPulse {
  0%, 60%, 100% {
    -webkit-box-shadow: 999.9rem 0 0 -0.5rem currentColor;
            box-shadow: 999.9rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 999.9rem 0 0 0.2rem currentColor;
            box-shadow: 999.9rem 0 0 0.2rem currentColor;
  }
}
@-webkit-keyframes dotPulseAfter {
  0%, 60%, 100% {
    -webkit-box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
            box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 1002.3rem 0 0 0.2rem currentColor;
            box-shadow: 1002.3rem 0 0 0.2rem currentColor;
  }
}
@keyframes dotPulseAfter {
  0%, 60%, 100% {
    -webkit-box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
            box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 1002.3rem 0 0 0.2rem currentColor;
            box-shadow: 1002.3rem 0 0 0.2rem currentColor;
  }
}
/* Loading Icon ------------------------------ */
/* 
	Based on dot Pulse loading animation by nzbin
	Released under the MIT license
	https://nzbin.github.io/three-dots/
*/
.dot-pulse,
.dot-pulse:before,
.dot-pulse:after {
  -webkit-animation: 1.2s infinite ease-in-out;
          animation: 1.2s infinite ease-in-out;
  background-color: currentColor;
  border-radius: 50%;
  color: currentColor;
  height: 1rem;
  width: 1rem;
}

.dot-pulse {
  -webkit-animation-name: dotPulse;
          animation-name: dotPulse;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-box-shadow: 999rem 0 0 -0.5rem currentColor;
          box-shadow: 999rem 0 0 -0.5rem currentColor;
  display: block;
  position: relative;
  left: -999rem;
}

.dot-pulse:before,
.dot-pulse:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-pulse:before {
  -webkit-animation-name: dotPulseBefore;
          animation-name: dotPulseBefore;
  -webkit-box-shadow: 997.5rem 0 0 -0.5rem currentColor;
          box-shadow: 997.5rem 0 0 -0.5rem currentColor;
}

.dot-pulse:after {
  -webkit-animation-name: dotPulseAfter;
          animation-name: dotPulseAfter;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
          box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
}

/* CSS Animations ---------------------------- */
.has-anim .i-a, .has-anim .will-be-spotted {
  -webkit-animation: 0.75s forwards;
          animation: 0.75s forwards;
}

/* STATE: INITIAL */
.has-anim .a-fade-in-scale, .has-anim .spot-fade-in-scale {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.has-anim .a-fade-in, .has-anim .spot-fade-in {
  opacity: 0;
}

.has-anim .a-fade-up, .has-anim .spot-fade-up {
  opacity: 0;
  -webkit-transform: translateY(3.5rem);
          transform: translateY(3.5rem);
}

/* STATE: ANIMATION */
.has-anim .a-fade-in-scale, .has-anim .spot-fade-in-scale.spotted {
  -webkit-animation-name: fade-in-scale;
          animation-name: fade-in-scale;
}

.has-anim .a-fade-in, .has-anim .spot-fade-in.spotted {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.has-anim .a-fade-up, .has-anim .spot-fade-up.spotted {
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
}

/* HELPER CLASSES */
:root .a-del-50 {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

:root .a-del-100 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

:root .a-del-150 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

:root .a-del-200 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

:root .a-del-250 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

:root .a-del-300 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

:root .a-del-400 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

:root .a-del-500 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

:root .a-del-600 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

:root .a-del-600 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

:root .a-del-600 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

:root .a-del-600 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/* ------------------------------------------------------------------------------ /*
/*  LAYOUT
/* ------------------------------------------------------------------------------ */
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.screen-height {
  min-height: 100vh;
}

.screen-width {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

.center-vertically {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center,
.center-h {
  margin-left: auto;
  margin-right: auto;
}

.center,
.center-v {
  margin-bottom: auto;
  margin-top: auto;
}

.no-scrollbars {
  scrollbar-width: none;
}

.no-scrollbars::-webkit-scrollbar {
  display: none;
}

/* Sections ---------------------------------- */
section {
  padding: 5rem 0;
  width: 100%;
}
@media (min-width: 700px) {
  section {
    padding: 8rem 0;
  }
}

.section-inner {
  margin: 0 auto;
  max-width: var(--alphacco-inner-width-max);
  width: calc(100% - var(--alphacco-gutter));
}

.section-inner.max-percentage {
  width: 100%;
}

.section-inner.no-margin {
  margin: 0;
}

:root .mw-thin {
  max-width: var(--alphacco-inner-width-thin);
}

:root .mw-small {
  max-width: var(--alphacco-inner-width-small);
}

:root .mw-medium {
  max-width: var(--alphacco-inner-width-medium);
}

:root .mw-max {
  max-width: var(--alphacco-inner-width-max);
}

/* Grid Structure ---------------------------- */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -0.8rem 0 -0.8rem -0.8rem;
  width: calc(100% + 1.6rem);
}
@media (min-width: 700px) {
  .grid {
    margin: -1.6rem 0 -1.6rem -1.6rem;
    width: calc(100% + 3.2rem);
  }
}
@media (min-width: 1200px) {
  .grid {
    margin: -2.4rem 0 -2.4rem -2.4rem;
    width: calc(100% + 4.8rem);
  }
}

.col {
  padding: 0.8rem;
  width: 99.9996%;
}
@media (min-width: 700px) {
  .col {
    padding: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .col {
    padding: 2.4rem;
  }
}

.cols-1 > .col, :root .col-1 {
  width: 8.3333%;
}

.cols-2 > .col, :root .col-2 {
  width: 16.6666%;
}

.cols-3 > .col, :root .col-3 {
  width: 24.9999%;
}

.cols-4 > .col, :root .col-4 {
  width: 33.3332%;
}

.cols-5 > .col, :root .col-5 {
  width: 41.6665%;
}

.cols-6 > .col, :root .col-6 {
  width: 49.9998%;
}

.cols-7 > .col, :root .col-7 {
  width: 58.3331%;
}

.cols-8 > .col, :root .col-8 {
  width: 66.6664%;
}

.cols-9 > .col, :root .col-9 {
  width: 74.9997%;
}

.cols-10 > .col, :root .col-10 {
  width: 83.333%;
}

.cols-11 > .col, :root .col-11 {
  width: 91.6663%;
}

.cols-12 > .col, :root .col-12 {
  width: 99.9996%;
}

@media (min-width: 700px) {
  .cols-t-1 > .col, :root .col-t-1 {
    width: 8.3333%;
  }
  .cols-t-2 > .col, :root .col-t-2 {
    width: 16.6666%;
  }
  .cols-t-3 > .col, :root .col-t-3 {
    width: 24.9999%;
  }
  .cols-t-4 > .col, :root .col-t-4 {
    width: 33.3332%;
  }
  .cols-t-5 > .col, :root .col-t-5 {
    width: 41.6665%;
  }
  .cols-t-6 > .col, :root .col-t-6 {
    width: 49.9998%;
  }
  .cols-t-7 > .col, :root .col-t-7 {
    width: 58.3331%;
  }
  .cols-t-8 > .col, :root .col-t-8 {
    width: 66.6664%;
  }
  .cols-t-9 > .col, :root .col-t-9 {
    width: 74.9997%;
  }
  .cols-t-10 > .col, :root .col-t-10 {
    width: 83.333%;
  }
  .cols-t-11 > .col, :root .col-t-11 {
    width: 91.6663%;
  }
  .cols-t-12 > .col, :root .col-t-12 {
    width: 99.9996%;
  }
}
@media (min-width: 1000px) {
  .cols-l-1 > .col, :root .col-l-1 {
    width: 8.3333%;
  }
  .cols-l-2 > .col, :root .col-l-2 {
    width: 16.6666%;
  }
  .cols-l-3 > .col, :root .col-l-3 {
    width: 24.9999%;
  }
  .cols-l-4 > .col, :root .col-l-4 {
    width: 33.3332%;
  }
  .cols-l-5 > .col, :root .col-l-5 {
    width: 41.6665%;
  }
  .cols-l-6 > .col, :root .col-l-6 {
    width: 49.9998%;
  }
  .cols-l-7 > .col, :root .col-l-7 {
    width: 58.3331%;
  }
  .cols-l-8 > .col, :root .col-l-8 {
    width: 66.6664%;
  }
  .cols-l-9 > .col, :root .col-l-9 {
    width: 74.9997%;
  }
  .cols-l-10 > .col, :root .col-l-10 {
    width: 83.333%;
  }
  .cols-l-11 > .col, :root .col-l-11 {
    width: 91.6663%;
  }
  .cols-l-12 > .col, :root .col-l-12 {
    width: 99.9996%;
  }
}
@media (min-width: 1200px) {
  .cols-d-1 > .col, :root .col-d-1 {
    width: 8.3333%;
  }
  .cols-d-2 > .col, :root .col-d-2 {
    width: 16.6666%;
  }
  .cols-d-3 > .col, :root .col-d-3 {
    width: 24.9999%;
  }
  .cols-d-4 > .col, :root .col-d-4 {
    width: 33.3332%;
  }
  .cols-d-5 > .col, :root .col-d-5 {
    width: 41.6665%;
  }
  .cols-d-6 > .col, :root .col-d-6 {
    width: 49.9998%;
  }
  .cols-d-7 > .col, :root .col-d-7 {
    width: 58.3331%;
  }
  .cols-d-8 > .col, :root .col-d-8 {
    width: 66.6664%;
  }
  .cols-d-9 > .col, :root .col-d-9 {
    width: 74.9997%;
  }
  .cols-d-10 > .col, :root .col-d-10 {
    width: 83.333%;
  }
  .cols-d-11 > .col, :root .col-d-11 {
    width: 91.6663%;
  }
  .cols-d-12 > .col, :root .col-d-12 {
    width: 99.9996%;
  }
}
@media (min-width: 1600px) {
  .cols-dxl-1 > .col, :root .col-dxl-1 {
    width: 8.3333%;
  }
  .cols-dxl-2 > .col, :root .col-dxl-2 {
    width: 16.6666%;
  }
  .cols-dxl-3 > .col, :root .col-dxl-3 {
    width: 24.9999%;
  }
  .cols-dxl-4 > .col, :root .col-dxl-4 {
    width: 33.3332%;
  }
  .cols-dxl-5 > .col, :root .col-dxl-5 {
    width: 41.6665%;
  }
  .cols-dxl-6 > .col, :root .col-dxl-6 {
    width: 49.9998%;
  }
  .cols-dxl-7 > .col, :root .col-dxl-7 {
    width: 58.3331%;
  }
  .cols-dxl-8 > .col, :root .col-dxl-8 {
    width: 66.6664%;
  }
  .cols-dxl-9 > .col, :root .col-dxl-9 {
    width: 74.9997%;
  }
  .cols-dxl-10 > .col, :root .col-dxl-10 {
    width: 83.333%;
  }
  .cols-dxl-11 > .col, :root .col-dxl-11 {
    width: 91.6663%;
  }
  .cols-dxl-12 > .col, :root .col-dxl-12 {
    width: 99.9996%;
  }
}
/* NO VERTICAL GUTTER */
.grid.no-gutter,
.grid.no-v-gutter {
  margin-bottom: 0;
  margin-top: 0;
}

.grid.no-gutter > .col,
.grid.no-v-gutter > .col {
  padding-bottom: 0;
  padding-top: 0;
}

/* NO HORIZONTAL GUTTER */
.grid.no-gutter,
.grid.no-h-gutter {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.grid.no-gutter > .col,
.grid.no-h-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

/* Cover Modals ------------------------------ */
.cover-modal {
  display: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
  display: none !important;
}

.cover-modal.show-modal {
  display: block;
}

/* ------------------------------------------------------------------------------ /*
/*  UTILITIES
/* ------------------------------------------------------------------------------ */
/* Typography -------------------------------- */
/* FONT FAMILY */
.ff-body {
  font-family: var(--alphacco-body-font);
}

.ff-headings {
  font-family: var(--alphacco-heading-font);
}

/* TEXT ALIGNMENT */
.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-justify {
  text-align: justify;
}

/* FONT SIZES */
:root .has-small-font-size {
  font-size: 0.882352941em;
  line-height: 1.5;
}

:root .has-normal-font-size {
  font-size: 1em;
}

:root .has-large-font-size {
  font-size: 1.17647em;
}
@media (min-width: 700px) {
  :root .has-large-font-size {
    font-size: 1.333em;
  }
}

:root .has-larger-font-size {
  font-size: 1.29411em;
}
@media (min-width: 700px) {
  :root .has-larger-font-size {
    font-size: 1.777em;
  }
}

/* Colors -------------------------------- */
/* GENERAL COLORS */
:root .has-black-color {
  color: #000;
}

:root .has-white-color {
  color: var(--alphacco-background-color);
}

:root .has-text-color a:not(.wp-block-button__link) {
  color: inherit;
}

:root .has-black-background-color {
  background-color: #000;
}

:root .has-white-background-color {
  background-color: var(--alphacco-background-color);
}

/* CUSTOM COLORS */
:root .has-body-background-color {
  color: var(--alphacco-background-color);
}

:root .has-light-background-color {
  color: var(--alphacco-light-background-color);
}

:root .has-off-white-color {
  color: var(--alphacco-off-white-color);
}

:root .has-primary-color {
  color: var(--alphacco-primary-color);
}

:root .has-secondary-color {
  color: var(--alphacco-secondary-color);
}

:root .has-border-color {
  color: var(--alphacco-border-color);
}

:root .has-accent-color {
  color: var(--alphacco-accent-color);
}

:root .has-accent-bright-color {
  color: var(--alphacco-accent-bright-color);
}

:root .has-accent-dark-color {
  color: var(--alphacco-accent-dark-color);
}

:root .has-body-background-background-color {
  background-color: var(--alphacco-background-color);
}

:root .has-light-background-background-color {
  background-color: var(--alphacco-off-white-color);
}

:root .has-off-white-background-color {
  background-color: var(--alphacco-light-background-color);
}

:root .has-primary-background-color {
  background-color: var(--alphacco-primary-color);
}

:root .has-secondary-background-color {
  background-color: var(--alphacco-secondary-color);
}

:root .has-border-background-color {
  background-color: var(--alphacco-border-color);
}

:root .has-accent-background-color {
  background-color: var(--alphacco-accent-color);
}

:root .has-accent-bright-background-color {
  background-color: var(--alphacco-accent-bright-color);
}

:root .has-accent-dark-background-color {
  background-color: var(--alphacco-accent-dark-color);
}

/* Aspect Ratios ---------------------------- */
.aspect-ratio:not(.aspect-ratio-auto) {
  overflow: hidden;
  position: relative;
  height: 0;
}
.aspect-ratio:not(.aspect-ratio-auto).aspect-ratio-landscape {
  padding-bottom: 56.25%;
}
.aspect-ratio:not(.aspect-ratio-auto).aspect-ratio-portrait {
  padding-bottom: 125%;
}
.aspect-ratio:not(.aspect-ratio-auto).aspect-ratio-wide {
  padding-bottom: 50%;
}
.aspect-ratio:not(.aspect-ratio-auto).aspect-ratio-tall {
  padding-bottom: 150%;
}
.aspect-ratio:not(.aspect-ratio-auto).aspect-ratio-square, .aspect-ratio:not(.aspect-ratio-auto).aspect-ratio-circle {
  padding-bottom: 100%;
}
.aspect-ratio:not(.aspect-ratio-auto).aspect-ratio-circle {
  border-radius: 100%;
}

.aspect-ratio:not(.aspect-ratio-auto) > .aspect-ratio-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aspect-ratio:not(.aspect-ratio-auto) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Fallback Image ---------------------------- */
.fallback-image-dark-mode {
  display: none;
}

@media (prefers-color-scheme: dark) {
  .has-dark-mode-palette .fallback-image-dark-mode {
    display: block;
  }
  .has-dark-mode-palette .fallback-image-regular {
    display: none;
  }
}
/* Hiding and Showing ------------------------ */
.js .show-js {
  display: block !important;
}

.js .hide-js {
  display: none !important;
}

.no-js .show-no-js {
  display: block !important;
}

.no-js .hide-no-js {
  display: none !important;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Spacing ---------------------------- */
.p-0 {
  padding: 0 !important;
}

.py-xxl {
  padding-top: var(--alphacco-spacer-xxl) !important;
  padding-bottom: var(--alphacco-spacer-xxl) !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-xs {
  margin-top: var(--alphacco-spacer-xs) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* Margins ---------------------------- */
.ma-none {
  margin: 0 !important;
}

.mt-none,
.my-none {
  margin-top: 0 !important;
}

.mb-none,
.my-none {
  margin-bottom: 0 !important;
}

.mr-none,
.mx-none {
  margin-right: 0 !important;
}

.ml-none,
.mx-none {
  margin-left: 0 !important;
}

.ma-xxs {
  margin: var(--alphacco-spacer-xxs) !important;
}

.mt-xxs,
.my-xxs {
  margin-top: var(--alphacco-spacer-xxs) !important;
}

.mb-xxs,
.my-xxs {
  margin-bottom: var(--alphacco-spacer-xxs) !important;
}

.mr-xxs,
.mx-xxs {
  margin-right: var(--alphacco-spacer-xxs) !important;
}

.ml-xxs,
.mx-xxs {
  margin-left: var(--alphacco-spacer-xxs) !important;
}

.ma-xs {
  margin: var(--alphacco-spacer-xs) !important;
}

.mt-xs,
.my-xs {
  margin-top: var(--alphacco-spacer-xs) !important;
}

.mb-xs,
.my-xs {
  margin-bottom: var(--alphacco-spacer-xs) !important;
}

.mr-xs,
.mx-xs {
  margin-right: var(--alphacco-spacer-xs) !important;
}

.ml-xs,
.mx-xs {
  margin-left: var(--alphacco-spacer-xs) !important;
}

.ma-sm {
  margin: var(--alphacco-spacer-sm) !important;
}

.mt-sm,
.my-sm {
  margin-top: var(--alphacco-spacer-sm) !important;
}

.mb-sm,
.my-sm {
  margin-bottom: var(--alphacco-spacer-sm) !important;
}

.mr-sm,
.mx-sm {
  margin-right: var(--alphacco-spacer-sm) !important;
}

.ml-sm,
.mx-sm {
  margin-left: var(--alphacco-spacer-sm) !important;
}

.ma-lg {
  margin: var(--alphacco-spacer-lg) !important;
}

.mt-lg,
.my-lg {
  margin-top: var(--alphacco-spacer-lg) !important;
}

.mb-lg,
.my-lg {
  margin-bottom: var(--alphacco-spacer-lg) !important;
}

.mr-lg,
.mx-lg {
  margin-right: var(--alphacco-spacer-lg) !important;
}

.ml-lg,
.mx-lg {
  margin-left: var(--alphacco-spacer-lg) !important;
}

.ma-xl {
  margin: var(--alphacco-spacer-xl) !important;
}

.mt-xl,
.my-xl {
  margin-top: var(--alphacco-spacer-xl) !important;
}

.mb-xl,
.my-xl {
  margin-bottom: var(--alphacco-spacer-xl) !important;
}

.mr-xl,
.mx-xl {
  margin-right: var(--alphacco-spacer-xl) !important;
}

.ml-xl,
.mx-xl {
  margin-left: var(--alphacco-spacer-xl) !important;
}

.ma-xxl {
  margin: var(--alphacco-spacer-xxl) !important;
}

.mt-xxl,
.my-xxl {
  margin-top: var(--alphacco-spacer-xxl) !important;
}

.mb-xxl,
.my-xxl {
  margin-bottom: var(--alphacco-spacer-xxl) !important;
}

.mr-xxl,
.mx-xxl {
  margin-right: var(--alphacco-spacer-xxl) !important;
}

.ml-xxl,
.mx-xxl {
  margin-left: var(--alphacco-spacer-xxl) !important;
}

.ma-xxxl {
  margin: var(--alphacco-spacer-xxxl) !important;
}

.mt-xxxl,
.my-xxxl {
  margin-top: var(--alphacco-spacer-xxxl) !important;
}

.mb-xxxl,
.my-xxxl {
  margin-bottom: var(--alphacco-spacer-xxxl) !important;
}

.mr-xxxl,
.mx-xxxl {
  margin-right: var(--alphacco-spacer-xxxl) !important;
}

.ml-xxxl,
.mx-xxxl {
  margin-left: var(--alphacco-spacer-xxxl) !important;
}

.ma-spacer {
  margin: var(--alphacco-spacer) !important;
}

.mt-spacer,
.my-spacer {
  margin-top: var(--alphacco-spacer) !important;
}

.mb-spacer,
.my-spacer {
  margin-bottom: var(--alphacco-spacer) !important;
}

.mr-spacer,
.mx-spacer {
  margin-right: var(--alphacco-spacer) !important;
}

.ml-spacer,
.mx-spacer {
  margin-left: var(--alphacco-spacer) !important;
}

.ma-gap {
  margin: var(--alphacco-gap) !important;
}

.mt-gap,
.my-gap {
  margin-top: var(--alphacco-gap) !important;
}

.mb-gap,
.my-gap {
  margin-bottom: var(--alphacco-gap) !important;
}

.mr-gap,
.mx-gap {
  margin-right: var(--alphacco-gap) !important;
}

.ml-gap,
.mx-gap {
  margin-left: var(--alphacco-gap) !important;
}

.ma-gutter {
  margin: var(--alphacco-gutter) !important;
}

.mt-gutter,
.my-gutter {
  margin-top: var(--alphacco-gutter) !important;
}

.mb-gutter,
.my-gutter {
  margin-bottom: var(--alphacco-gutter) !important;
}

.mr-gutter,
.mx-gutter {
  margin-right: var(--alphacco-gutter) !important;
}

.ml-gutter,
.mx-gutter {
  margin-left: var(--alphacco-gutter) !important;
}

.ma-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/* Padding ---------------------------- */
.pa-none {
  padding: 0 !important;
}

.pt-none,
.py-none {
  padding-top: 0 !important;
}

.pb-none,
.py-none {
  padding-bottom: 0 !important;
}

.pr-none,
.px-none {
  padding-right: 0 !important;
}

.pl-none,
.px-none {
  padding-left: 0 !important;
}

.pa-xxs {
  padding: var(--alphacco-spacer-xxs) !important;
}

.pt-xxs,
.py-xxs {
  padding-top: var(--alphacco-spacer-xxs) !important;
}

.pb-xxs,
.py-xxs {
  padding-bottom: var(--alphacco-spacer-xxs) !important;
}

.pr-xxs,
.px-xxs {
  padding-right: var(--alphacco-spacer-xxs) !important;
}

.pl-xxs,
.px-xxs {
  padding-left: var(--alphacco-spacer-xxs) !important;
}

.pa-xs {
  padding: var(--alphacco-spacer-xs) !important;
}

.pt-xs,
.py-xs {
  padding-top: var(--alphacco-spacer-xs) !important;
}

.pb-xs,
.py-xs {
  padding-bottom: var(--alphacco-spacer-xs) !important;
}

.pr-xs,
.px-xs {
  padding-right: var(--alphacco-spacer-xs) !important;
}

.pl-xs,
.px-xs {
  padding-left: var(--alphacco-spacer-xs) !important;
}

.pa-sm {
  padding: var(--alphacco-spacer-sm) !important;
}

.pt-sm,
.py-sm {
  padding-top: var(--alphacco-spacer-sm) !important;
}

.pb-sm,
.py-sm {
  padding-bottom: var(--alphacco-spacer-sm) !important;
}

.pr-sm,
.px-sm {
  padding-right: var(--alphacco-spacer-sm) !important;
}

.pl-sm,
.px-sm {
  padding-left: var(--alphacco-spacer-sm) !important;
}

.pa-lg {
  padding: var(--alphacco-spacer-lg) !important;
}

.pt-lg,
.py-lg {
  padding-top: var(--alphacco-spacer-lg) !important;
}

.pb-lg,
.py-lg {
  padding-bottom: var(--alphacco-spacer-lg) !important;
}

.pr-lg,
.px-lg {
  padding-right: var(--alphacco-spacer-lg) !important;
}

.pl-lg,
.px-lg {
  padding-left: var(--alphacco-spacer-lg) !important;
}

.pa-xl {
  padding: var(--alphacco-spacer-xl) !important;
}

.pt-xl,
.py-xl {
  padding-top: var(--alphacco-spacer-xl) !important;
}

.pb-xl,
.py-xl {
  padding-bottom: var(--alphacco-spacer-xl) !important;
}

.pr-xl,
.px-xl {
  padding-right: var(--alphacco-spacer-xl) !important;
}

.pl-xl,
.px-xl {
  padding-left: var(--alphacco-spacer-xl) !important;
}

.pa-xxl {
  padding: var(--alphacco-spacer-xxl) !important;
}

.pt-xxl,
.py-xxl {
  padding-top: var(--alphacco-spacer-xxl) !important;
}

.pb-xxl,
.py-xxl {
  padding-bottom: var(--alphacco-spacer-xxl) !important;
}

.pr-xxl,
.px-xxl {
  padding-right: var(--alphacco-spacer-xxl) !important;
}

.pl-xxl,
.px-xxl {
  padding-left: var(--alphacco-spacer-xxl) !important;
}

.pa-spacer {
  padding: var(--alphacco-spacer) !important;
}

.pt-spacer,
.py-spacer {
  padding-top: var(--alphacco-spacer) !important;
}

.pb-spacer,
.py-spacer {
  padding-bottom: var(--alphacco-spacer) !important;
}

.pr-spacer,
.px-spacer {
  padding-right: var(--alphacco-spacer) !important;
}

.pl-spacer,
.px-spacer {
  padding-left: var(--alphacco-spacer) !important;
}

.pa-gap {
  padding: var(--alphacco-gap) !important;
}

.pt-gap,
.py-gap {
  padding-top: var(--alphacco-gap) !important;
}

.pb-gap,
.py-gap {
  padding-bottom: var(--alphacco-gap) !important;
}

.pr-gap,
.px-gap {
  padding-right: var(--alphacco-gap) !important;
}

.pl-gap,
.px-gap {
  padding-left: var(--alphacco-gap) !important;
}

.pa-gutter {
  padding: var(--alphacco-gutter) !important;
}

.pt-gutter,
.py-gutter {
  padding-top: var(--alphacco-gutter) !important;
}

.pb-gutter,
.py-gutter {
  padding-bottom: var(--alphacco-gutter) !important;
}

.pr-gutter,
.px-gutter {
  padding-right: var(--alphacco-gutter) !important;
}

.pl-gutter,
.px-gutter {
  padding-left: var(--alphacco-gutter) !important;
}

/* ------------------------------------------------------------------------------ /*
/*  ELEMENTS
/* ------------------------------------------------------------------------------ */
/* Typography ---------------------------------- */
h1, .h1,
h2, .h2,
h3, .h3, .entry-header .intro-text p,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--alphacco-heading-font);
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: var(--alphacco-heading-font-weight);
  letter-spacing: var(--alphacco-heading-letter-spacing);
  text-transform: var(--alphacco-heading-text-transform);
  line-height: 1.25;
  margin: min(1.5em, var(--alphacco-spacer-xxs)) 0 var(--alphacco-spacer-xs);
}
h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong, .entry-header .intro-text p strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong {
  font-weight: var(--alphacco-heading-font-weight-bold);
}

h1, .h1 {
  font-size: var(--alphacco-h1-font-size);
  line-height: var(--alphacco-h1-line-height);
  font-family: var(--alphacco-h1-font);
  font-weight: var(--alphacco-h1-font-weight);
  letter-spacing: var(--alphacco-h1-letter-spacing);
  text-transform: var(--alphacco-h1-text-transform);
}

h2, .h2 {
  font-size: var(--alphacco-h2-font-size);
  line-height: var(--alphacco-h2-line-height);
  font-family: var(--alphacco-h2-font);
  font-weight: var(--alphacco-h2-font-weight);
  letter-spacing: var(--alphacco-h2-letter-spacing);
  text-transform: var(--alphacco-h2-text-transform);
}

h3, .h3, .entry-header .intro-text p {
  font-size: var(--alphacco-h3-font-size);
  line-height: var(--alphacco-h3-line-height);
  font-family: var(--alphacco-h3-font);
  font-weight: var(--alphacco-h3-font-weight);
  letter-spacing: var(--alphacco-h3-letter-spacing);
  text-transform: var(--alphacco-h3-text-transform);
}

h4, .h4 {
  font-size: var(--alphacco-h4-font-size);
  line-height: var(--alphacco-h4-line-height);
  font-family: var(--alphacco-h4-font);
  font-weight: var(--alphacco-h4-font-weight);
  letter-spacing: var(--alphacco-h4-letter-spacing);
  text-transform: var(--alphacco-h4-text-transform);
}

h5, .h5 {
  font-size: var(--alphacco-h5-font-size);
  line-height: var(--alphacco-h5-line-height);
  font-family: var(--alphacco-h5-font);
  font-weight: var(--alphacco-h5-font-weight);
  letter-spacing: var(--alphacco-h5-letter-spacing);
  text-transform: var(--alphacco-h5-text-transform);
}

h6, .h6 {
  font-size: var(--alphacco-h6-font-size);
  line-height: var(--alphacco-h6-line-height);
  font-family: var(--alphacco-h6-font);
  font-weight: var(--alphacco-h6-font-weight);
  letter-spacing: var(--alphacco-h6-letter-spacing);
  text-transform: var(--alphacco-h6-text-transform);
}

p {
  line-height: var(--alphacco-body-line-height);
  margin: 0 0 var(--alphacco-paragraph-spacing) 0;
}

.prefix,
p.is-style-prefix {
  font-family: var(--alphacco-prefix-font);
  font-size: var(--alphacco-prefix-font-size);
  line-height: var(--alphacco-prefix-line-height);
  font-weight: var(--alphacco-prefix-font-weight);
  letter-spacing: var(--alphacco-prefix-letter-spacing);
  text-transform: var(--alphacco-prefix-text-transform);
  margin-top: var(--alphacco-spacer);
}
.prefix:not(.has-text-color),
p.is-style-prefix:not(.has-text-color) {
  color: var(--alphacco-prefix-text-color);
}

strong {
  font-weight: var(--canso-body-font-weight-bold);
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

hr {
  border: none;
  display: block;
  width: 100%;
  height: 0.1rem;
  color: var(--alphacco-border-color);
  background-color: currentColor;
  content: "";
  margin: 4rem 0;
}
@media (min-width: 700px) {
  hr {
    margin: 4.8rem 0;
  }
}

a {
  color: var(--alphacco-accent-color);
  text-decoration: underline;
  letter-spacing: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Drop Cap ---------------------------------- */
.has-drop-cap:not(:focus):first-letter {
  color: var(--alphacco-accent-color);
  font-size: 5.2em;
  font-weight: 700;
  margin: 0.09em 1rem 0.5rem 0;
}
@media (min-width: 700px) {
  .has-drop-cap:not(:focus):first-letter {
    font-size: 5.4em;
    margin: 0.1em 1rem 0.5rem 0;
  }
}

.has-drop-cap.has-text-color:not(:focus):first-letter {
  color: inherit;
}

/* Code -------------------------------------- */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
  padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
  background: var(--alphacco-light-background-color);
  border-radius: 0.2rem;
}

pre {
  border: 0.1rem solid var(--alphacco-border-color);
  line-height: 1.5;
  margin: 4rem 0;
  overflow: auto;
  padding: 2.4rem;
  text-align: left;
}

pre code {
  background: transparent;
  padding: 0;
}

/* Lists ------------------------------------- */
ul,
ol {
  margin: 2.4rem 0 2.4rem 2.4rem;
}
@media (min-width: 700px) {
  ul,
ol {
    margin-bottom: 3.2rem;
  }
}

li {
  line-height: var(--alphacco-body-line-height);
  margin: 0.5rem 0 0.5rem 0;
}

li > ul,
li > ol {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt + dd {
  margin-top: 0.5rem;
}

dd + dt {
  margin-top: 1.5rem;
}

ul.is-style-simple {
  list-style: none;
  margin: 0;
}
ul.is-style-simple li {
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid var(--alphacco-border-color);
  font-family: var(--alphacco-heading-font);
  font-weight: var(--alphacco-heading-font-weight);
  color: var(--alphacco-accent-color);
  margin: 0;
}

/* Quotes ------------------------------------ */
blockquote {
  border-color: var(--alphacco-accent-color);
  border-style: solid;
  border-width: 0 0 0 0.2rem;
  color: inherit;
  font-size: 1em;
  margin: 4rem 0;
  padding: 0 0 0 2rem;
}
@media (min-width: 700px) {
  blockquote {
    padding: 0 0 0 2.5rem;
  }
}

cite {
  color: var(--alphacco-accent-color);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
}

blockquote cite {
  display: block;
  margin: 2rem 0 0 0;
}

blockquote p:last-of-type {
  margin: 0;
}

/* Media ------------------------------------- */
figure {
  margin: 0;
}

iframe {
  border: none;
  display: block;
  max-width: 100%;
}

img,
embed,
object {
  display: block;
  height: auto;
  max-width: 100%;
}

svg {
  display: block;
}

figcaption,
.wp-caption-text {
  color: var(--alphacco-secondary-color);
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.2rem;
}
@media (min-width: 700px) {
  figcaption,
.wp-caption-text {
    font-size: 1.6rem;
  }
}

figcaption a {
  color: inherit;
}

/* GALLERIES */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em 0 3em -0.8em;
  width: calc(100% + 1.6em);
}

.gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
}

.gallery-item img,
.gallery-item {
  display: block;
  width: 100%;
}

.gallery-caption {
  display: block;
  margin-top: 0.8em;
}

/* VANILLA GALLERIES */
@media (min-width: 700px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/* Forms ------------------------------------ */
fieldset {
  border: 0.2rem solid var(--alphacco-border-color);
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding: calc(var(--alphacco-gutter) / 2);
}
@media (min-width: 700px) {
  fieldset {
    padding: 4.8rem;
  }
}

form {
  margin-bottom: 3rem;
  margin-top: 3rem;
  font-family: var(--alphacco-heading-font);
}

legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}
@media (min-width: 700px) {
  legend {
    padding: 0 1.5rem;
  }
}

label {
  display: block;
  font-size: 1.8rem;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 700px) {
  label {
    font-size: 2rem;
  }
}

label.inline,
input[type=checkbox] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}

input,
textarea,
button {
  font-family: inherit;
  line-height: 1;
}

input,
textarea {
  background-color: transparent;
  border-color: var(--alphacco-form-border-color);
}

:root input[type=text],
:root input[type=password],
:root input[type=email],
:root input[type=url],
:root input[type=date],
:root input[type=month],
:root input[type=time],
:root input[type=datetime],
:root input[type=datetime-local],
:root input[type=week],
:root input[type=number],
:root input[type=search],
:root input[type=tel],
:root input[type=color],
:root textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  border-bottom: solid 0.1rem var(--alphacco-form-border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  display: block;
  font-size: 1.6rem;
  line-height: normal;
  margin: 0;
  max-width: 100%;
  padding: 1.25rem 0;
  width: 100%;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
:root input[type=text]:focus,
:root input[type=password]:focus,
:root input[type=email]:focus,
:root input[type=url]:focus,
:root input[type=date]:focus,
:root input[type=month]:focus,
:root input[type=time]:focus,
:root input[type=datetime]:focus,
:root input[type=datetime-local]:focus,
:root input[type=week]:focus,
:root input[type=number]:focus,
:root input[type=search]:focus,
:root input[type=tel]:focus,
:root input[type=color]:focus,
:root textarea:focus {
  outline: none;
  border-color: var(--alphacco-form-border-color-active);
}

textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}

select {
  font-family: inherit;
  font-size: inherit;
}

::-webkit-input-placeholder {
  color: var(--alphacco-secondary-color);
  line-height: normal;
}

::-moz-placeholder {
  color: var(--alphacco-secondary-color);
  line-height: normal;
}

:-ms-input-placeholder {
  color: var(--alphacco-secondary-color);
  line-height: normal;
}

::-ms-input-placeholder {
  color: var(--alphacco-secondary-color);
  line-height: normal;
  opacity: 1;
}

::placeholder {
  color: var(--alphacco-secondary-color);
  line-height: normal;
  opacity: 1;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Input Reset ------------------------------- */
button.reset,
input.reset,
textarea.reset {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-transform: none;
}

/* Search Form ------------------------------- */
.search-form {
  max-width: 32rem;
  position: relative;
}

.search-form .search-field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--alphacco-background-color);
  border: 0.1rem solid var(--alphacco-border-color);
  border-radius: 999rem;
  color: var(--alphacco-primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  padding: 1.35rem 6.6rem 1.35rem 2.4rem;
  position: relative;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
  width: 100%;
}

.search-form .search-field:focus {
  border-color: var(--alphacco-secondary-color);
}

.search-form .search-submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--alphacco-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6.6rem;
}

/* Advanced Forms */
.af-form {
  margin-top: 0;
}
.af-form .acf-required {
  color: var(--alphacco-accent-color);
}
.af-form .acf-fields .acf-field {
  border: none;
}
.af-form .acf-fields .acf-label {
  margin-bottom: 0;
}
.af-form .acf-fields .acf-label label {
  color: var(--alphacco-accent-color);
  font-weight: var(--alphacco-heading-font-weight);
}
.af-form .acf-fields input {
  font-size: inherit;
}
.af-form .acf-field[data-width] + .acf-field[data-width] {
  border: none;
}
.af-form .af-submit {
  margin-top: 3rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  padding: 0;
}

/* Advanced Forms Registration Form */
.registration-form .form-heading {
  font-size: 2.4rem;
  margin-bottom: var(--alphacco-spacer-sm);
}
.registration-form .af-form .acf-fields {
  margin: -2.4rem;
}
.registration-form .af-form .acf-fields > .acf-field {
  padding: 2.4rem;
}
@media (max-width: 999px) {
  .registration-form .acf-field {
    width: 100% !important;
    min-height: auto !important;
  }
}
.registration-form .acf-label label {
  font-size: var(--alphacco-md-font-size);
}
.registration-form .af-field-speakers .acf-label label {
  font-size: 2.4rem;
  color: var(--alphacco-accent-bright-color);
  font-weight: 600;
  margin-bottom: 3.2rem;
}
.registration-form .af-field-speakers > .acf-label label {
  margin-top: var(--alphacco-spacer-sm);
  margin-bottom: var(--alphacco-spacer-sm);
}
.registration-form .af-field-speakers .acf-fields {
  border: 0;
}
.registration-form .acf-radio-list li + li label {
  margin-top: 2.4rem;
}
.registration-form .acf-radio-list li label {
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
}
.registration-form .acf-radio-list li label:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid var(--alphacco-accent-dark-color);
  background-color: #fff;
  border-radius: 0.3rem;
}
.registration-form .acf-radio-list li label.selected::before {
  content: "✓";
  color: var(--alphacco-accent-bright-color);
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.registration-form .acf-radio-list li label .speaker {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 500;
}
.registration-form .acf-radio-list li label .topic {
  display: block;
  margin-top: 0.4rem;
  line-height: 1.3;
}
.registration-form .acf-radio-list li input[type=radio] {
  display: none;
}
.registration-form .af-submit {
  margin: var(--alphacco-spacer) 2.4rem 0;
}

/* Buttons ------------------------------------ */
.button,
.faux-button,
button:not(.reset),
.wp-block-button__link,
:root .wp-block-file__button,
input[type=button],
input[type=reset],
input[type=submit],
:root .woocommerce #respond input#submit,
:root .woocommerce a.button,
:root .woocommerce button.button,
:root .woocommerce input.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--alphacco-accent-color);
  border: 0.1rem solid var(--alphacco-accent-color);
  border-radius: 0;
  color: var(--alphacco-white-color);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--alphacco-heading-font);
  font-size: 2rem;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: var(--alphacco-body-letter-spacing);
  line-height: 1.25;
  margin: 0;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 0.1rem;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease;
  transition: background-color 0.2s ease, border 0.2s ease;
}
.button:hover, .button:focus,
.faux-button:hover,
.faux-button:focus,
button:not(.reset):hover,
button:not(.reset):focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
:root .wp-block-file__button:hover,
:root .wp-block-file__button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
:root .woocommerce #respond input#submit:hover,
:root .woocommerce #respond input#submit:focus,
:root .woocommerce a.button:hover,
:root .woocommerce a.button:focus,
:root .woocommerce button.button:hover,
:root .woocommerce button.button:focus,
:root .woocommerce input.button:hover,
:root .woocommerce input.button:focus {
  text-decoration: none;
  background-color: var(--alphacco-accent-dark-color);
  border-color: var(--alphacco-accent-dark-color);
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: var(--alphacco-background-color);
}

/* STYLE: OUTLINE */
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border: 0.1rem solid currentColor;
  padding: 1.3rem 2.2rem;
}

.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  border-color: var(--alphacco-accent-color);
  color: var(--alphacco-accent-color);
}

.menu-top .wp-block-button.is-style-outline .wp-block-button__link:hover, .menu-top .wp-block-button.is-style-outline .wp-block-button__link:focus {
  text-decoration: none;
}

/* STYLE: ALT */
.is-style-alt,
.is-style-alt .wp-block-button__link,
.wp-block-button__link.is-style-alt {
  background: var(--alphacco-accent-bright-color);
  color: var(--alphacco-white-color);
  border-color: var(--alphacco-accent-bright-color);
}
.is-style-alt:hover, .is-style-alt:focus,
.is-style-alt .wp-block-button__link:hover,
.is-style-alt .wp-block-button__link:focus,
.wp-block-button__link.is-style-alt:hover,
.wp-block-button__link.is-style-alt:focus {
  background-color: var(--alphacco-accent-dark-color);
  border-color: var(--alphacco-accent-dark-color);
}

.menu-top .is-style-alt .wp-block-button__link:hover, .menu-top .is-style-alt .wp-block-button__link:focus,
.wp-block-button__link.is-style-alt:hover,
.wp-block-button__link.is-style-alt:focus {
  text-decoration: none;
  border-color: var(--alphacco-white-color);
}

/* STYLE: ROUNDED */
.is-style-rounded .wp-block-button__link,
.wp-block-button.is-style-rounded,
.wp-block-button__link.is-style-rounded {
  border-radius: 2rem;
}

.is-style-rounded-lg,
.button.is-style-rounded-lg,
.af-submit .af-submit-button {
  border-radius: 3rem;
}

/* Toggles ----------------------------------- */
.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none;
}

button.toggle {
  background: none;
  border-radius: 0;
  padding: 0;
}

.toggle svg * {
  stroke: currentColor;
}

/* Tables ------------------------------------ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin: 4rem auto;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

caption,
thead,
th,
td,
tfoot {
  border-color: var(--alphacco-border-color);
}

th,
td,
caption {
  padding: 1.2rem;
}

th,
td {
  border: 0.1rem solid var(--alphacco-border-color);
  line-height: 1.4;
  margin: 0;
  overflow: visible;
}

th {
  font-weight: 700;
}

caption {
  background-color: var(--alphacco-border-color);
  font-weight: 700;
  text-align: center;
}

thead {
  border-bottom: 0.2rem solid var(--alphacco-border-color);
  white-space: nowrap;
}

tfoot {
  border-top: 0.2rem solid var(--alphacco-border-color);
  font-style: italic;
}

/* Social Icons ------------------------------ */
ul.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.social-icons,
ul.social-icons li {
  margin: 0;
}

.social-icons a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear, -webkit-transform 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear, -webkit-transform 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, transform 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, transform 0.15s linear, -webkit-box-shadow 0.15s linear, -webkit-transform 0.15s linear;
}

.social-icons a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.social-icons a:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem currentColor;
          box-shadow: inset 0 0 0 0.1rem currentColor;
}

.social-icons svg:not(.icon-link) * {
  fill: currentColor;
}

.social-icons .icon-link path {
  stroke: currentColor;
}

/* CIRCULAR SOCIAL ICONS */
.social-icons.circular {
  margin: -1.2rem 0 0 -1.2rem;
}

.social-icons.circular li {
  margin: 1.2rem 0 0 1.2rem;
}

.social-icons.circular a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--alphacco-background-color);
  border-radius: 50%;
  color: var(--alphacco-primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
  width: 4rem;
}

.social-icons.circular a:focus {
  -webkit-box-shadow: inset 0 0 0 0.3rem var(--alphacco-background-color), inset 0 0 0 0.4rem currentColor;
          box-shadow: inset 0 0 0 0.3rem var(--alphacco-background-color), inset 0 0 0 0.4rem currentColor;
}

.menu-modal .social-icons.circular a {
  background-color: var(--alphacco-menu-modal-text-color);
  color: var(--alphacco-menu-modal-background-color);
}

.menu-modal .social-icons.circular a:focus {
  -webkit-box-shadow: inset 0 0 0 0.3rem var(--alphacco-menu-modal-text-color), inset 0 0 0 0.4rem var(--alphacco-menu-modal-background-color);
          box-shadow: inset 0 0 0 0.3rem var(--alphacco-menu-modal-text-color), inset 0 0 0 0.4rem var(--alphacco-menu-modal-background-color);
}

/* ------------------------------------------------------------------------------ /*
/*  BLOCKS
/* ------------------------------------------------------------------------------ */
/* Block: Base Margins ----------------------- */
.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-calendar,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-file,
.wp-block-gallery,
.wp-block-group,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-search,
.wp-block-social,
.wp-block-social-links,
.wp-block-tag-cloud,
.wp-block-table,
.wp-block-verse,
.wp-block-video {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media (min-width: 700px) {
  .wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-calendar,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-file,
.wp-block-gallery,
.wp-block-group,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-search,
.wp-block-social,
.wp-block-social-links,
.wp-block-tag-cloud,
.wp-block-table,
.wp-block-verse,
.wp-block-video {
    margin-bottom: 4.8rem;
    margin-top: 4.8rem;
  }
}

/* Block: Shared Nesting Alignment Resets ---- */
.wp-block-group,
.wp-block-cover {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--alphacco-inner-width-small);
}

/* Shared Block Styles ----------------------- */
.is-style-no-top-margin,
.is-style-no-vertical-margin {
  margin-top: 0 !important;
}

.is-style-no-bottom-margin,
.is-style-no-vertical-margin {
  margin-bottom: 0 !important;
}

.is-style-no-top-margin.wp-block-image > *:first-child,
.is-style-no-vertical-margin.wp-block-image > *:first-child {
  margin-top: 0 !important;
}

.is-style-no-bottom-margin.wp-block-image > *:last-child,
.is-style-no-vertical-margin.wp-block-image > *:last-child {
  margin-bottom: 0 !important;
}

/* Block: _Shared Lists ---------------------- */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.wp-block-archives ul,
.wp-block-archives ol,
.wp-block-categories ul,
.wp-block-categories ol,
.wp-block-latest-posts ul,
.wp-block-latest-posts ol,
.wp-block-latest-comments ul,
.wp-block-latest-comments ol {
  list-style: inherit;
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts > li,
.wp-block-latest-comments > li {
  line-height: 1.2;
  margin: 2.4rem 0 0 0;
}

.wp-block-archives > li:first-child,
.wp-block-categories > li:first-child,
.wp-block-latest-posts > li:first-child,
.wp-block-latest-comments > li:first-child {
  margin-top: 0;
}

.wp-block-archives li li,
.wp-block-categories li li {
  margin-left: 2.4rem;
}

.wp-block-archives li > a,
.wp-block-categories li > a,
.wp-block-latest-posts > li > a,
.wp-block-latest-comments > li > a {
  font-size: 2.1rem;
  font-weight: var(--alphacco-heading-font-weight);
  text-decoration: none;
}

.wp-block-archives li > a:hover,
.wp-block-categories li > a:hover,
.wp-block-latest-posts > li > a:hover,
.wp-block-latest-comments > li > a:hover,
.wp-block-archives li > a:focus,
.wp-block-categories li > a:focus,
.wp-block-latest-posts > li > a:focus,
.wp-block-latest-comments > li > a:focus {
  text-decoration: underline;
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  text-align: center;
}

/* Block: Archives --------------------------- */
/* Block: Audio ------------------------------ */
.wp-block-audio.alignleft,
.wp-block-audio.alignright {
  min-width: 20rem;
  width: 100%;
}

.wp-block-audio audio {
  width: 100%;
}

/* Block: Calendar --------------------------- */
.wp-block-calendar {
  border-color: var(--alphacco-border-color);
}

:root .wp-block-calendar * {
  border-color: inherit;
}

.wp-block-calendar table {
  font-family: inherit;
  margin: 0;
}

.wp-block-calendar table tbody {
  color: inherit;
}

:root .wp-block-calendar caption {
  background-color: var(--alphacco-primary-color);
  color: var(--alphacco-background-color);
  position: relative;
}

:root .wp-block-calendar caption:after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 0.1rem;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.wp-block-calendar table thead {
  border: none;
}

.wp-block-calendar table th {
  background-color: var(--alphacco-primary-color);
  border: none;
  color: var(--alphacco-background-color);
  font-weight: 700;
}

:root .wp-block-calendar td,
:root .wp-block-calendar th {
  padding: 0.8rem;
}

.wp-block-calendar td a {
  font-weight: 700;
}

.wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.6rem 0 0;
}

@media (min-width: 700px) {
  :root .wp-block-calendar:not(.alignleft):not(.alignright) table {
    font-size: inherit;
  }
  :root .wp-block-calendar:not(.alignleft):not(.alignright) table th,
:root .wp-block-calendar:not(.alignleft):not(.alignright) table td,
:root .wp-block-calendar:not(.alignleft):not(.alignright) table caption {
    padding: 1.6rem;
  }
  :root .wp-block-calendar:not(.alignleft):not(.alignright) table td {
    font-size: 2.2rem;
    height: 9.3rem;
  }
  @supports (aspect-ratio: 1/1) {
    :root .wp-block-calendar:not(.alignleft):not(.alignright) table td {
      height: auto;
      aspect-ratio: 1/1;
    }
  }
}

/* Block: Categories ------------------------- */
/* Block: Classic ---------------------------- */
/* Block: Code ------------------------------- */
/* Block: Columns ---------------------------- */
.wp-block-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wp-block-columns.alignfull {
  padding: 0 1.6rem;
}
@media (min-width: 700px) {
  .wp-block-columns.alignfull {
    padding: 0 2.4rem;
  }
}

@media (min-width: 700px) {
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -4rem;
  }
}
@media (min-width: 1000px) {
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -3.2rem;
  }
}
@media (min-width: 1600px) {
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -1.6rem;
  }
}

.wp-block-column {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .wp-block-column p.has-background,
.wp-block-column h1.has-background,
.wp-block-column .h1.has-background,
.wp-block-column h2.has-background,
.wp-block-column .h2.has-background,
.wp-block-column h3.has-background,
.wp-block-column .h3.has-background,
.wp-block-column h4.has-background,
.wp-block-column .h4.has-background,
.wp-block-column h5.has-background,
.wp-block-column .h5.has-background,
.wp-block-column h6.has-background,
.wp-block-column .h6.has-background,
.wp-block-column .wp-block-group.has-background {
    padding: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-column p.has-background,
.wp-block-column h1.has-background,
.wp-block-column .h1.has-background,
.wp-block-column h2.has-background,
.wp-block-column .h2.has-background,
.wp-block-column h3.has-background,
.wp-block-column .h3.has-background,
.wp-block-column h4.has-background,
.wp-block-column .h4.has-background,
.wp-block-column h5.has-background,
.wp-block-column .h5.has-background,
.wp-block-column h6.has-background,
.wp-block-column .h6.has-background,
.wp-block-column .wp-block-group.has-background {
    padding: 4rem;
  }
}
@media (min-width: 1600px) {
  .wp-block-column p.has-background,
.wp-block-column h1.has-background,
.wp-block-column .h1.has-background,
.wp-block-column h2.has-background,
.wp-block-column .h2.has-background,
.wp-block-column h3.has-background,
.wp-block-column .h3.has-background,
.wp-block-column h4.has-background,
.wp-block-column .h4.has-background,
.wp-block-column h5.has-background,
.wp-block-column .h5.has-background,
.wp-block-column h6.has-background,
.wp-block-column .h6.has-background,
.wp-block-column .wp-block-group.has-background {
    padding: 4.8rem;
  }
}

/**
 * Note: Media queries match the structure in Core styles.
 */
@media (max-width: 599px) {
  .wp-block-column + .wp-block-column {
    margin-top: calc(var(--alphacco-gutter) / 2);
  }
}

@media (min-width: 600px) {
  .wp-block-columns:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) + .wp-block-columns:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
    margin-top: 0;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  :root .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: calc(50% - 1.6rem) !important;
        flex-basis: calc(50% - 1.6rem) !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 0 3.2rem;
  }
}

/* Last two when they form a full row. */
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:nth-last-of-type(-n+1):nth-child(even),
.wp-block-column:nth-last-of-type(-n+2):nth-child(odd) {
    margin-bottom: 0;
  }
}

@media (min-width: 782px) {
  :root .wp-block-column:not(:first-child) {
    margin: 0 0 0 2.4rem;
  }
}
@media (min-width: 1000px) {
  :root .wp-block-column:not(:first-child) {
    margin: 0 0 0 3.2rem;
  }
}
@media (min-width: 1600px) {
  :root .wp-block-column:not(:first-child) {
    margin: 0 0 0 4.8rem;
  }
}

@media (min-width: 700px) {
  .wp-block-column .wp-block-cover,
.wp-block-column .wp-block-group {
    margin-bottom: 3.2rem;
    margin-top: 3.2rem;
  }
}

/* Block: Cover ------------------------------ */
.wp-block-cover,
.wp-block-cover-image {
  color: #fff;
  /* Always default to white on the cover block */
  padding: 0;
}

.wp-block-cover hr.wp-block-separator:not(.has-background) {
  color: inherit;
  /* Inherit unless set otherwise */
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 30.5rem;
  width: 100%;
}

.wp-block-cover-image > .wp-block-cover__inner-container,
.wp-block-cover > .wp-block-cover__inner-container {
  color: inherit;
  margin: 0 auto;
  max-width: var(--alphacco-inner-width-max);
  width: calc(100% - var(--alphacco-gutter));
  z-index: 1;
}
@media (min-width: 700px) {
  .wp-block-cover-image > .wp-block-cover__inner-container,
.wp-block-cover > .wp-block-cover__inner-container {
    width: calc(100% - 9.6rem);
  }
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  max-width: 58rem;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: inherit;
  line-height: 1.5;
  width: 100%;
}

.wp-block-cover a,
.wp-block-cover-image a {
  color: inherit;
}

/* Block: Embed ------------------------------ */
@media (min-width: 700px) {
  .wp-block-embed {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}

.wp-block-embed.aligncenter * {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 700px) {
  .wp-block-embed.alignleft,
.wp-block-embed.alignright {
    margin-top: 0.5rem;
  }
}

.wp-block-embed figcaption {
  margin-bottom: 0;
  margin-top: 1.2rem;
}

:root .wp-block-embed.alignleft .wp-block-embed__wrapper,
:root .wp-block-embed.alignright .wp-block-embed__wrapper,
:root .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
:root .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 0;
}

.wp-block-embed-twitter.alignleft,
.wp-block-embed-twitter.alignright {
  min-width: 25rem;
}

/* Block: File ------------------------------- */
.wp-block-file {
  background-color: var(--alphacco-light-background-color);
  display: block;
  padding: 2.4rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 700px) {
  .wp-block-file {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: inherit;
  }
}

.wp-block-file a:not(.wp-block-file__button) {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 1.6rem 0 0;
  width: 100%;
}
@media (min-width: 700px) {
  .wp-block-file .wp-block-file__button {
    margin: 0 0 0 1.6rem;
    width: auto;
  }
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  opacity: 1;
}

.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus {
  text-decoration: underline;
}

.wp-block-file > *:first-child {
  margin: 0 0 1rem 0;
}
@media (min-width: 700px) {
  .wp-block-file > *:first-child {
    margin: 0 1rem 0 0;
  }
}

.wp-block-file > a:only-child {
  margin: 0;
}

/* STYLE: ALIGN CENTER */
.wp-block-file.aligncenter {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .wp-block-file.aligncenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* STYLE: ALIGN LEFT/RIGHT */
.wp-block-file.alignleft,
.wp-block-file.alignright {
  display: block;
  text-align: center;
}
.wp-block-file.alignleft .wp-block-file__button,
.wp-block-file.alignright .wp-block-file__button {
  width: 100%;
  margin: 1.6rem 0 0;
}

@media (min-width: 700px) {
  .wp-block-file.alignright {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* Block: Gallery ---------------------------- */
:root .wp-block-gallery {
  --wp--style--unstable-gallery-gap: 1.6rem;
  gap: var(--wp--style--unstable-gallery-gap);
}
@media (min-width: 600px) {
  :root .wp-block-gallery {
    --wp--style--unstable-gallery-gap: 2.4rem;
  }
}

@media (min-width: 1000px) {
  :root .wp-block-gallery.alignfull,
:root .wp-block-gallery.alignwide {
    --wp--style--unstable-gallery-gap: 3.2rem;
  }
}
@media (min-width: 1600px) {
  :root .wp-block-gallery.alignfull,
:root .wp-block-gallery.alignwide {
    --wp--style--unstable-gallery-gap: 4.8rem;
  }
}

.wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter),
.wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-image:not(.alignleft):not(.alignright),
.wp-block-image:not(.alignleft):not(.alignright) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) {
  margin-top: -1.6rem;
}
@media (min-width: 600px) {
  .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter),
.wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-image:not(.alignleft):not(.alignright),
.wp-block-image:not(.alignleft):not(.alignright) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) {
    margin-top: -0.8rem;
  }
}
@media (min-width: 700px) {
  .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter),
.wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-image:not(.alignleft):not(.alignright),
.wp-block-image:not(.alignleft):not(.alignright) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) {
    margin-top: -2.4rem;
  }
}

@media (min-width: 700px) {
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
.alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
.alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-image,
.alignfull.wp-block-image + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
.alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
.alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
.alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-image,
.alignwide.wp-block-image + .alignwide.wp-block-gallery:not(.is-style-no-gutter) {
    margin-top: -4rem !important;
  }
}
@media (min-width: 1000px) {
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
.alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
.alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-image,
.alignfull.wp-block-image + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
.alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
.alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
.alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-image,
.alignwide.wp-block-image + .alignwide.wp-block-gallery:not(.is-style-no-gutter) {
    margin-top: -3.2rem !important;
  }
}
@media (min-width: 1600px) {
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
.alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
.alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-image,
.alignfull.wp-block-image + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
.alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
.alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
.alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-image,
.alignwide.wp-block-image + .alignwide.wp-block-gallery:not(.is-style-no-gutter) {
    margin-top: -1.6rem !important;
  }
}

.wp-block-gallery > .blocks-gallery-grid {
  width: 100%;
  margin-bottom: -1.6rem;
}
@media (min-width: 600px) {
  .wp-block-gallery > .blocks-gallery-grid {
    margin-bottom: -2.4rem;
  }
}

@media (min-width: 1000px) {
  .alignfull.wp-block-gallery > .blocks-gallery-grid,
.alignwide.wp-block-gallery > .blocks-gallery-grid {
    margin-bottom: -3.2rem;
  }
}
@media (min-width: 1600px) {
  .alignfull.wp-block-gallery > .blocks-gallery-grid,
.alignwide.wp-block-gallery > .blocks-gallery-grid {
    margin-bottom: -4.8rem;
  }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 1.6rem 1.6rem 0;
  width: calc(50% - 0.8rem);
}
@media (min-width: 600px) {
  .blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 2.4rem 2.4rem 0;
    width: calc(50% - 1.2rem);
  }
}

@media (min-width: 1000px) {
  .alignfull.wp-block-gallery .blocks-gallery-item,
.alignwide.wp-block-gallery .blocks-gallery-item {
    margin: 0 3.2rem 3.2rem 0;
    width: calc(50% - 1.6rem);
  }
}
@media (min-width: 1600px) {
  .alignfull.wp-block-gallery .blocks-gallery-item,
.alignwide.wp-block-gallery .blocks-gallery-item {
    margin: 0 4.8rem 4.8rem 0;
    width: calc(50% - 2.4rem);
  }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0 !important;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-gallery figure > a {
  width: 100%;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1e2d32;
  border-radius: 0.4rem;
  bottom: 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  left: auto;
  max-height: calc(100% - 1.6rem);
  max-width: calc(100% - 1.6rem);
  padding: 0.5rem 1.2rem;
  width: auto;
}
@media (min-width: 700px) {
  .blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    bottom: 1.6rem;
    font-size: 1.4rem;
    max-height: calc(100% - 3.2rem);
    max-width: calc(100% - 3.2rem);
  }
}

@media (min-width: 600px) {
  .wp-block-gallery > figcaption {
    margin-top: 1.2rem;
  }
}

.wp-block-gallery .wp-block-image img {
  margin: 0 !important;
}

/**
 * Note: Media queries match the structure in Core styles.
 */
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 1.6rem);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 1.8rem);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 1.92rem);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 2rem);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 2.0571428571rem);
  }
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 2.1rem);
  }
}
@media (min-width: 1000px) {
  .alignfull.wp-block-gallery.columns-3 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 2.1333333333rem);
  }
  .alignfull.wp-block-gallery.columns-4 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 2.4rem);
  }
  .alignfull.wp-block-gallery.columns-5 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 2.56rem);
  }
  .alignfull.wp-block-gallery.columns-6 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 2.6666666667rem);
  }
  .alignfull.wp-block-gallery.columns-7 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 2.7428571429rem);
  }
  .alignfull.wp-block-gallery.columns-8 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 2.8rem);
  }
}
@media (min-width: 1600px) {
  .alignfull.wp-block-gallery.columns-3 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 3.2rem);
  }
  .alignfull.wp-block-gallery.columns-4 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 3.6rem);
  }
  .alignfull.wp-block-gallery.columns-5 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 3.84rem);
  }
  .alignfull.wp-block-gallery.columns-6 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 4rem);
  }
  .alignfull.wp-block-gallery.columns-7 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 4.1142857143rem);
  }
  .alignfull.wp-block-gallery.columns-8 .blocks-gallery-item,
.alignwide.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 4.2rem);
  }
}
/* STYLE: NO GUTTER */
.wp-block-gallery.is-style-no-gutter .blocks-gallery-grid,
.wp-block-gallery.is-style-no-gutter .blocks-gallery-image,
.wp-block-gallery.is-style-no-gutter .blocks-gallery-item,
.wp-block-gallery.is-style-no-gutter .wp-block-image {
  margin: 0 !important;
}

/* Block: Group ------------------------------ */
.wp-block-group.alignfull > .wp-block-group__inner-container > .wp-block-group:not(.alignfull) {
  width: calc(100vw - var(--alphacco-gutter));
}

.wp-block-group.has-background {
  padding: calc(var(--alphacco-gutter) / 2);
}
@media (min-width: 700px) {
  .wp-block-group.has-background {
    padding: 4.8rem;
  }
}

.wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--alphacco-inner-width-max);
}

/* Block: Heading ---------------------------- */
h1.has-background,
.h1.has-background,
h2.has-background,
.h2.has-background,
h3.has-background,
.h3.has-background,
.entry-header .intro-text p.has-background,
h4.has-background,
.h4.has-background,
h5.has-background,
.h5.has-background,
h6.has-background,
.h6.has-background {
  padding: calc(var(--alphacco-gutter) / 2);
}
@media (min-width: 700px) {
  h1.has-background,
.h1.has-background,
h2.has-background,
.h2.has-background,
h3.has-background,
.h3.has-background,
.entry-header .intro-text p.has-background,
h4.has-background,
.h4.has-background,
h5.has-background,
.h5.has-background,
h6.has-background,
.h6.has-background {
    padding: 4.8rem;
  }
}

/* Block: HTML ------------------------------- */
/* Block: Image ------------------------------ */
.wp-block-image,
:root .wp-block-image:only-child figure {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-image figure.aligncenter {
  width: 100%;
}

.wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) figure:not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:first-child,
.wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:only-child {
  margin-top: 4rem;
}
@media (min-width: 700px) {
  .wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) figure:not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:first-child,
.wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:only-child {
    margin-top: 4.8rem;
  }
}

.wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) figure:not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) > figcaption:last-child,
.wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:only-child {
  margin-bottom: 4rem;
}
@media (min-width: 700px) {
  .wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) figure:not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) > figcaption:last-child,
.wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:only-child {
    margin-bottom: 4.8rem;
  }
}

.wp-block-image.alignwide img,
.wp-block-image .alignwide img,
.wp-block-image.alignfull img,
.wp-block-image .alignfull img {
  width: 100%;
}

.wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: 1.2rem;
}

/* Block: Latest Comments -------------------- */
.wp-block-latest-comments__comment {
  font-size: inherit;
}

.wp-block-latest-comments__comment-meta {
  font-weight: var(--alphacco-heading-font-weight);
}

.wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}

.wp-block-latest-comments__comment-meta a:hover,
.wp-block-latest-comments__comment-meta a:focus {
  text-decoration: underline;
}

/* HAS EXCERPT */
.wp-block-latest-comments__comment-excerpt {
  margin: 0.36em 0 0;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.9em;
  line-height: inherit;
}

/* HAS TIME */
.wp-block-latest-comments time {
  color: var(--alphacco-secondary-color);
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 0.2rem;
}

/* Block: Latest Posts ----------------------- */
@media (min-width: 700px) {
  .wp-block-latest-posts > li {
    margin-top: 3.2rem;
  }
}

.wp-block-latest-posts li > a {
  display: block;
}

@media (min-width: 700px) {
  .wp-block-latest-posts > li > a {
    font-size: 2.4rem;
  }
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  margin-bottom: 1.2rem;
  margin-top: 0;
}
@media (min-width: 700px) {
  .wp-block-latest-posts .wp-block-latest-posts__featured-image {
    margin-bottom: 1.6rem;
  }
  .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft:not(.is-resized), .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignright:not(.is-resized) {
    margin-bottom: 1.6rem;
    max-width: min(33.33%, 16rem);
  }
  .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft:not(.is-resized) {
    margin-right: 1.6rem;
  }
  .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignright:not(.is-resized) {
    margin-left: 1.6rem;
  }
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image:not(.alignleft):not(.aligncenter):not(.alignright),
.wp-block-latest-posts .wp-block-latest-posts__featured-image:not(.alignleft):not(.aligncenter):not(.alignright) a {
  width: 100%;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image:not(.aligncenter) img {
  width: 100%;
}

.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: var(--alphacco-secondary-color);
  display: inline-block;
  font-size: 1.5rem;
  margin: 1rem 1.6rem 0 0;
}
@media (min-width: 700px) {
  .wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date {
    font-size: 1.6rem;
  }
}

.wp-block-latest-posts__post-excerpt {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 1.2rem 0 0;
}
@media (min-width: 700px) {
  .wp-block-latest-posts__post-excerpt {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}

/* STYLE: LIST */
/* STYLE: GRID */
.wp-block-latest-posts.is-grid > li {
  margin: 0 0 2.4rem 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.is-grid > li {
    margin: 1.6rem 2.4rem 1.6rem 0;
  }
}

@media (min-width: 1000px) {
  .wp-block-latest-posts.alignwide.is-grid > li,
.wp-block-latest-posts.alignfull.is-grid > li {
    margin: 1.6rem 3.2rem 1.6rem 0;
  }
}
@media (min-width: 1600px) {
  .wp-block-latest-posts.alignwide.is-grid > li,
.wp-block-latest-posts.alignfull.is-grid > li {
    margin: 2.4rem 4.8rem 2.4rem 0;
  }
}

@media (min-width: 1000px) {
  .wp-block-latest-posts.alignwide.is-grid .wp-block-latest-posts__featured-image,
.wp-block-latest-posts.alignfull.is-grid .wp-block-latest-posts__featured-image {
    margin-bottom: 2.1rem;
  }
}

/**
 * Note: Media queries match the structure in Core styles.
 */
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-1 > li {
    margin-right: 0 !important;
  }
}

.wp-block-latest-posts.columns-2 > li:nth-child(2n),
.wp-block-latest-posts.columns-3 > li:nth-child(3n),
.wp-block-latest-posts.columns-4 > li:nth-child(4n),
.wp-block-latest-posts.columns-5 > li:nth-child(5n),
.wp-block-latest-posts.columns-6 > li:nth-child(6n) {
  margin-right: 0 !important;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-1 > li:nth-child(-n+1),
.wp-block-latest-posts.columns-2 > li:nth-child(-n+2),
.wp-block-latest-posts.columns-3 > li:nth-child(-n+3),
.wp-block-latest-posts.columns-4 > li:nth-child(-n+4),
.wp-block-latest-posts.columns-5 > li:nth-child(-n+5),
.wp-block-latest-posts.columns-6 > li:nth-child(-n+6) {
    margin-top: 0 !important;
  }
  .wp-block-latest-posts.columns-2 > li {
    width: calc(50% - 1.2rem);
  }
  .wp-block-latest-posts.columns-3 > li {
    width: calc(33.33333% - 1.6rem);
  }
  .wp-block-latest-posts.columns-4 > li {
    width: calc(25% - 1.8rem);
  }
  .wp-block-latest-posts.columns-5 > li {
    width: calc(20% - 1.92rem);
  }
  .wp-block-latest-posts.columns-6 > li {
    width: calc(16.66667% - 2rem);
  }
}
@media (min-width: 1000px) {
  .wp-block-latest-posts.alignfull.columns-2 > li,
.wp-block-latest-posts.alignwide.columns-2 > li {
    width: calc(50% - 1.6rem);
  }
  .wp-block-latest-posts.alignfull.columns-3 > li,
.wp-block-latest-posts.alignwide.columns-3 > li {
    width: calc(33.33333% - 2.1333333333rem);
  }
  .wp-block-latest-posts.alignfull.columns-4 > li,
.wp-block-latest-posts.alignwide.columns-4 > li {
    width: calc(25% - 2.4rem);
  }
  .wp-block-latest-posts.alignfull.columns-5 > li,
.wp-block-latest-posts.alignwide.columns-5 > li {
    width: calc(20% - 2.56rem);
  }
  .wp-block-latest-posts.alignfull.columns-6 > li,
.wp-block-latest-posts.alignwide.columns-6 > li {
    width: calc(16.66667% - 2.6666666667rem);
  }
}
@media (min-width: 1600px) {
  .wp-block-latest-posts.alignfull.columns-2 > li,
.wp-block-latest-posts.alignwide.columns-2 > li {
    width: calc(50% - 2.4rem);
  }
  .wp-block-latest-posts.alignfull.columns-3 > li,
.wp-block-latest-posts.alignwide.columns-3 > li {
    width: calc(33.33333% - 3.2rem);
  }
  .wp-block-latest-posts.alignfull.columns-4 > li,
.wp-block-latest-posts.alignwide.columns-4 > li {
    width: calc(25% - 3.6rem);
  }
  .wp-block-latest-posts.alignfull.columns-5 > li,
.wp-block-latest-posts.alignwide.columns-5 > li {
    width: calc(20% - 3.84rem);
  }
  .wp-block-latest-posts.alignfull.columns-6 > li,
.wp-block-latest-posts.alignwide.columns-6 > li {
    width: calc(16.66667% - 4rem);
  }
}
/* Block: List ------------------------------- */
/* Block: Media and Text --------------------- */
.wp-block-media-text .wp-block-media-text__content {
  padding: calc(var(--alphacco-gutter) / 2);
}
@media (min-width: 601px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 3.2rem;
  }
}
@media (min-width: 700px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 4.8rem;
  }
}

.wp-block-media-text:not(.is-stacked-on-mobile):not(.has-background):not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

.wp-block-media-text:not(.is-stacked-on-mobile):not(.has-background).has-media-on-the-right .wp-block-media-text__content {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile:not(.has-background) .wp-block-media-text__content {
    padding: 3.2rem 0 0;
  }
}

.wp-block-media-text__content > .wp-block-group {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-media-text__content > .wp-block-group:not(.alignwide):not(.alignfull) {
  max-width: var(--alphacco-inner-width-thin);
}

@media (min-width: 601px) {
  .wp-block-media-text:not(.alignfull):not(.has-background):not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
  }
}

@media (min-width: 601px) {
  .wp-block-media-text:not(.alignfull):not(.has-background).has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
  }
}

@media (min-width: 601px) {
  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (min-width: 601px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
    margin-right: 1.6rem;
  }
}
@media (min-width: 700px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
    margin-right: 2.4rem;
  }
}

@media (min-width: 601px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding-left: 0;
    margin-left: 1.6rem;
  }
}
@media (min-width: 700px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding-left: 0;
    margin-left: 2.4rem;
  }
}

/* Block: More ------------------------------- */
/* Block: Navigation Menu -------------------- */
/* Block: Page Break ------------------------- */
/* Block: Paragraph -------------------------- */
p.has-background {
  padding: calc(var(--alphacco-gutter) / 2);
}
@media (min-width: 700px) {
  p.has-background {
    padding: 4.8rem;
  }
}

/* Block: Preformatted ----------------------- */
/* Block: Pullquote -------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
  text-align: left;
}

.wp-block-pullquote:not(.has-background).alignfull {
  padding: 0 1.6rem;
}
@media (min-width: 700px) {
  .wp-block-pullquote:not(.has-background).alignfull {
    padding: 0 2.4rem;
  }
}

.wp-block-pullquote blockquote {
  border: none;
  font-size: 2.8rem;
  margin: 0;
  padding: 1.45em 0 0;
  position: relative;
}
@media (min-width: 700px) {
  .wp-block-pullquote blockquote {
    font-size: 3.2rem;
    line-height: 1.35;
  }
}

.wp-block-pullquote blockquote:before {
  content: "“";
  display: block;
  font-size: 3em;
  font-weight: 700;
  height: 0.33em;
  line-height: 0.75;
  position: absolute;
  left: -0.2rem;
  top: 0;
}

.wp-block-pullquote blockquote:not(.has-text-color):before {
  color: var(--alphacco-accent-color);
}

@media (min-width: 700px) {
  .wp-block-pullquote.alignwide blockquote,
.wp-block-pullquote.alignfull blockquote {
    font-size: 4rem;
  }
}

.wp-block-pullquote p {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.25;
}

.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: inherit;
}

.wp-block-pullquote blockquote:not(.has-text-color) cite {
  color: var(--alphacco-accent-color);
}

/* STYLE: SOLID */
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color.has-background {
  padding: calc(var(--alphacco-gutter) / 2);
}
@media (min-width: 700px) {
  .wp-block-pullquote.is-style-solid-color.has-background {
    padding: 4.8rem;
  }
  .wp-block-pullquote.is-style-solid-color.has-background blockquote {
    padding-top: 1.6em;
  }
  .wp-block-pullquote.is-style-solid-color.has-background cite {
    margin-top: 2.4rem;
  }
}

/* Block: Quote ------------------------------ */
.wp-block-quote.has-text-align-center,
.wp-block-quote[style*="text-align:center"],
.wp-block-quote[style*="text-align: center"] {
  border: none;
  padding: 0;
}

.wp-block-quote.has-text-align-center:before,
.wp-block-quote[style*="text-align:center"]:before,
.wp-block-quote[style*="text-align: center"]:before,
.wp-block-quote.has-text-align-center:after,
.wp-block-quote[style*="text-align:center"]:after,
.wp-block-quote[style*="text-align: center"]:after {
  background-color: var(--alphacco-accent-color);
  content: "";
  display: block;
  height: 0.2rem;
  margin: 0 auto;
  width: 6.4rem;
}

.wp-block-quote.has-text-align-center:before,
.wp-block-quote[style*="text-align:center"]:before,
.wp-block-quote[style*="text-align: center"]:before {
  margin-bottom: 2.4rem;
}

.wp-block-quote.has-text-align-center:after,
.wp-block-quote[style*="text-align:center"]:after,
.wp-block-quote[style*="text-align: center"]:after {
  margin-top: 2.6rem;
}

.wp-block-quote.has-text-align-right,
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
  border-width: 0 0.2rem 0 0;
  padding-left: 0;
  padding-right: 2rem;
}

.wp-block-quote p {
  max-width: 100%;
}

/* STYLE: LARGE */
.wp-block-quote.is-style-large {
  font-size: 2.1rem;
}
@media (min-width: 700px) {
  .wp-block-quote.is-style-large {
    font-size: 2.4rem;
  }
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: inherit;
  font-style: normal;
  line-height: 1.5;
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.6rem;
  text-align: inherit;
}

/* Block: RSS -------------------------------- */
/* Block: Search ----------------------------- */
.wp-block-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.wp-block-search .wp-block-search__label {
  width: 100%;
}

.wp-block-search .wp-block-search__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 20rem;
}

.wp-block-search .wp-block-search__input {
  border-color: var(--alphacco-border-color);
}

.wp-block-search .wp-block-search__button {
  background-color: var(--alphacco-accent-color);
  border: none;
  color: var(--alphacco-background-color);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
  padding: 1.5rem 1.8rem;
}

/* Block: Separator -------------------------- */
hr.wp-block-separator {
  border: none;
  width: 100%;
}

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  height: auto;
  line-height: 1;
  max-width: none;
  text-align: center;
}

.wp-block-separator.is-style-dots:before {
  color: inherit;
  content: "···";
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.5em;
  padding-left: 1.5em;
}

/* Block: Site Title ------------------------- */
.wp-block-site-title a {
  text-decoration: none;
}

.wp-block-site-title a:hover,
.wp-block-site-title a:focus {
  text-decoration: underline;
}

/* Block: Social ----------------------------- */
.wp-block-social-links .wp-social-link {
  margin: 0 1.2rem 1.2rem 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: auto;
}

.wp-block-social-links:not([class*=is-content-justification-]).aligncenter .wp-social-link {
  margin: 0 0.6rem 1.2rem 0.6rem;
}

.wp-block-social-links:not([class*=is-content-justification-]).alignright .wp-social-link {
  margin: 0 0 1.2rem 1.2rem;
}

.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}

/* STYLE: ONLY LOGOS */
:root .wp-block-social-links[class*=is-style-logos-only] .wp-social-link {
  background: none;
  margin: 0.8rem 1.6rem 0.8rem 0;
  padding: 0;
}

.wp-block-social-links:not([class*=is-content-justification-])[class*=is-style-logos-only].aligncenter .wp-social-link {
  margin: 0 0.8rem 1.6rem 0.8rem;
}

.wp-block-social-links:not([class*=is-content-justification-])[class*=is-style-logos-only].alignright .wp-social-link {
  margin: 0 0 1.6rem 1.6rem;
}

.wp-block-social-links[class*=is-style-logos-only].has-normal-icon-size,
.wp-block-social-links[class*=is-style-logos-only]:not([class*=-icon-size]) {
  font-size: 2.8rem;
}

.wp-block-social-links[class*=is-style-logos-only] .wp-social-link a {
  padding: 0;
}

/* STYLE: INHERITED ICON COLOR */
.wp-block-social-links.is-style-logos-only-monochrome .wp-social-link {
  color: inherit;
}

/* Block: Spacer ----------------------------- */
/* Block: Table ------------------------------ */
.wp-block-table table {
  margin: 0;
}

/* STYLE: STRIPES */
.wp-block-table.is-style-stripes,
table.is-style-stripes * {
  border: none;
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: var(--alphacco-light-background-color);
}

/* Block: Tag Cloud -------------------------- */
.wp-block-tag-cloud {
  font-weight: 700;
}

.wp-block-tag-cloud a {
  margin-right: 0.8rem;
  text-decoration: none;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
  text-decoration: underline;
}

/* Block: Verse ------------------------------ */
/* Block: Video ------------------------------ */
.wp-block-video video {
  display: block;
}

.wp-block-video figcaption {
  margin-bottom: 0;
  margin-top: 1.2rem;
}

.wp-block-video.aligncenter {
  text-align: inherit;
}

/* ------------------------------------------------------------------------------ /*
/*  SITE HEADER
/* ------------------------------------------------------------------------------ */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  color: var(--alphacco-site-header-text-color);
  border-bottom: 0.1rem solid var(--alphacco-border-color);
  -webkit-transition: height, background;
  transition: height, background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hero-hidden #site-header,
#site-header.scrolled {
  background: var(--alphacco-background-color);
  border-color: var(--alphacco-accent-dark-color);
}
.hero-hidden #site-header .site-logo img,
#site-header.scrolled .site-logo img {
  max-height: 3.6rem;
  opacity: 0;
}
.hero-hidden #site-header .site-logo img.logo-overlay,
#site-header.scrolled .site-logo img.logo-overlay {
  opacity: 1;
}
.hero-hidden #site-header .main-menu a,
#site-header.scrolled .main-menu a {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.hero-hidden #site-header .wp-block-button.is-style-outline .wp-block-button__link,
#site-header.scrolled .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--alphacco-accent-dark-color);
  color: var(--alphacco-white-color);
}
.hero-hidden #site-header .wp-block-button.is-style-outline .wp-block-button__link:hover, .hero-hidden #site-header .wp-block-button.is-style-outline .wp-block-button__link:focus,
#site-header.scrolled .wp-block-button.is-style-outline .wp-block-button__link:hover,
#site-header.scrolled .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: var(--alphacco-accent-dark-color);
  color: var(--alphacco-white-color);
}

.upper-header {
  display: none;
}
@media (min-width: 1000px) {
  .upper-header {
    display: block;
    border-bottom: 0.1rem solid var(--alphacco-border-color);
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
}

.menu-top > .header-btn-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-btn-container .wp-block-button .wp-block-button__link {
  font-size: 1.7rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  min-width: 10rem;
}
.header-btn-container .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--alphacco-white-color);
  color: var(--alphacco-white-color);
}
.header-btn-container .wp-block-button.is-style-outline .wp-block-button__link:hover, .header-btn-container .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: var(--alphacco-white-color);
  border-color: var(--alphacco-white-color);
  color: var(--alphacco-accent-dark-color);
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wp-custom-logo .header-titles {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.site-title {
  font-size: 2.4rem;
  font-weight: var(--alphacco-heading-font-weight);
  line-height: 1;
}

.site-title a {
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
  text-decoration: underline;
}

.site-logo {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.6rem 0;
}

.site-logo a,
.site-logo img {
  display: block;
}

.site-logo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.site-logo a:focus {
  outline: none;
}
.site-logo a:focus img {
  -webkit-box-shadow: 0 0 0 0.2rem #fff;
          box-shadow: 0 0 0 0.2rem #fff;
  border-radius: 0.2rem;
}

.site-logo img {
  width: auto;
  height: 100%;
  max-height: 3.8rem;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  z-index: 99;
}
@media (min-width: 1200px) {
  .site-logo img {
    max-height: 5.2rem;
  }
}

.site-logo img.logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
}

.site-logo img.logo-dark-mode {
  display: none;
}

@media (prefers-color-scheme: dark) {
  .has-dark-mode-palette .site-logo img.logo-regular:not(:only-child) {
    display: none;
  }
  .has-dark-mode-palette .site-logo img.logo-dark-mode {
    display: block;
  }
}
/* Sticky Header ----------------------------- */
#site-header.is-sticky {
  background: transparent;
  position: fixed;
  left: var(--alphacco-aside-width);
  right: 0;
  top: 0;
  z-index: 999;
}

.admin-bar #site-header.is-sticky {
  top: 4.6rem;
}
@media (min-width: 782px) {
  .admin-bar #site-header.is-sticky {
    top: 3.2rem;
  }
}

.showing-menu-modal #site-header.is-sticky {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Header Navigation ---------------------------- */
.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Header Toggles ---------------------------- */
.header-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -1rem 0 1.6rem;
}

.header-toggles a {
  border-radius: 0.8rem;
  padding: 1rem;
}

.header-toggles .toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  outline: none;
  position: relative;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.header-toggles .toggle:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.header-toggles .toggle:focus {
  -webkit-box-shadow: inset 0 0 0 0.2rem var(--alphacco-border-color);
          box-shadow: inset 0 0 0 0.2rem var(--alphacco-border-color);
}

@media (min-width: 1000px) {
  .header-toggles .nav-toggle {
    display: none;
  }
}

.header-toggles .social-menu,
.header-toggles .search-toggle {
  display: none;
}
@media (min-width: 700px) {
  .header-toggles .social-menu,
.header-toggles .search-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 700px) {
  .header-toggles .social-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 700px) {
  .header-toggles .social-menu a:focus {
    -webkit-box-shadow: inset 0 0 0 0.2rem var(--alphacco-border-color);
            box-shadow: inset 0 0 0 0.2rem var(--alphacco-border-color);
  }
}

.header-toggles .search-toggle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
}

.header-toggles .search-toggle svg {
  -webkit-transform: translateX(-0.1rem);
          transform: translateX(-0.1rem);
}

.header-toggles .nav-toggle.icon-menu-search svg {
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
}

.header-toggles .mobile-nav-toggle-text {
  font-size: 1.6rem;
  margin-right: 1.2rem;
}

/* ------------------------------------------------------------------------------ /*
/*  SITE ASIDE
/* ------------------------------------------------------------------------------ */
#site-aside {
  background-color: var(--alphacco-menu-modal-background-color);
  color: var(--alphacco-menu-modal-text-color);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  width: var(--alphacco-aside-width);
  z-index: 1;
}
@media (min-width: 700px) {
  #site-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.admin-bar #site-aside {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #site-aside {
    margin-top: 46px !important;
  }
}

#site-aside .nav-toggle {
  display: block;
  outline: none;
  width: 100%;
}

#site-aside .nav-toggle-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#site-aside .nav-toggle .nav-toggle-inner:before {
  background: var(--alphacco-menu-modal-text-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: 4.4rem;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 4.4rem;
}
@media (min-width: 1200px) {
  #site-aside .nav-toggle .nav-toggle-inner:before {
    height: 5rem;
    width: 5rem;
  }
}

#site-aside .nav-toggle:focus .nav-toggle-inner:before {
  opacity: 0.11;
}

/* Navigation Toggle ------------------------- */
.nav-toggle .bars {
  -webkit-animation: bars-fade-in 0.1s linear 0.3s both;
          animation: bars-fade-in 0.1s linear 0.3s both;
}

.nav-toggle-text {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateY(min(3.2rem, 0.25 * var(--alphacco-aside-width))) translateX(0.1em) rotate(90deg);
          transform: translateY(min(3.2rem, 0.25 * var(--alphacco-aside-width))) translateX(0.1em) rotate(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-toggle-text span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.nav-toggle:not(.active) .nav-toggle-text .active,
.nav-toggle.active .nav-toggle-text .inactive {
  display: none;
}

.nav-toggle .bars {
  height: 1.4rem;
  position: relative;
  width: 2rem;
}

.nav-toggle .bar {
  -webkit-animation: 0.4s forwards;
          animation: 0.4s forwards;
  background-color: currentColor;
  display: block;
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: calc(50% - 0.1rem);
  width: 100%;
}

.nav-toggle .bar:nth-child(1) {
  -webkit-transform: translateY(-0.6rem);
          transform: translateY(-0.6rem);
}

.nav-toggle .bar:nth-child(3) {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}

/* STATE: INITIAL */
.nav-toggle .bar:nth-child(1) {
  -webkit-animation-name: bar-one;
          animation-name: bar-one;
}

.nav-toggle .bar:nth-child(3) {
  -webkit-animation-name: bar-three;
          animation-name: bar-three;
}

/* STATE: HOVER */
.nav-toggle:focus .bar:nth-child(1),
.nav-toggle:hover .bar:nth-child(1) {
  -webkit-animation-name: bar-one-hover;
          animation-name: bar-one-hover;
}

.nav-toggle:focus .bar:nth-child(3),
.nav-toggle:hover .bar:nth-child(3) {
  -webkit-animation-name: bar-three-hover;
          animation-name: bar-three-hover;
}

/* STATE: ACTIVE */
.nav-toggle.active .bar:nth-child(1) {
  -webkit-animation-name: bar-one-active;
          animation-name: bar-one-active;
}

.nav-toggle.active .bar:nth-child(2) {
  -webkit-animation-name: bar-two-active;
          animation-name: bar-two-active;
}

.nav-toggle.active .bar:nth-child(3) {
  -webkit-animation-name: bar-three-active;
          animation-name: bar-three-active;
}

/* ------------------------------------------------------------------------------ /*
/*  NAVIGATION
/* ------------------------------------------------------------------------------ */
/* Modal Menu ----------------------- */
.menu-modal {
  background: var(--alphacco-accent-dark-color);
  display: none;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  -webkit-transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 9999;
  font-size: 2rem;
  font-family: var(--alphacco-heading-font);
  font-size: 2rem;
  font-weight: var(--alphacco-heading-font-weight);
}
.menu-modal.show-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

@media (min-width: 700px) {
  .menu-modal-cover-untoggle {
    background: var(--alphacco-accent-dark-color);
    cursor: pointer;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
}

@media (min-width: 700px) {
  .menu-modal.active .menu-modal-cover-untoggle {
    opacity: 0.9;
  }
}

.menu-modal a {
  color: inherit;
  text-decoration: none;
}
.menu-modal a:hover, .menu-modal a:focus {
  text-decoration: underline;
}

.menu-modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  overflow: auto;
  width: 100%;
  background-color: var(--alphacco-menu-modal-background-color);
  color: var(--alphacco-menu-modal-text-color);
}
@media (min-width: 700px) {
  .menu-modal-inner {
    opacity: 0;
    -webkit-transform: translateX(-5rem);
            transform: translateX(-5rem);
    -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    min-width: 25vw;
  }
}

@media (min-width: 700px) {
  .menu-modal.active .menu-modal-inner {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}

.admin-bar .menu-modal-inner {
  margin-top: 4.6rem;
}
@media (min-width: 782px) {
  .admin-bar .menu-modal-inner {
    margin-top: 3.2rem;
  }
}

.menu-modal-inner:before {
  background: currentColor;
  content: "";
  display: none;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 0.1rem;
}
@media (min-width: 700px) {
  .menu-modal-inner:before {
    display: block;
  }
}

.modal-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 calc(var(--alphacco-gutter) / 2);
  position: relative;
  width: 100%;
}

/* Modal: Menu Toggles ----------------------- */
@media (min-width: 1000px) {
  .menu-modal-toggles,
.menu-modal-search {
    display: none;
  }
}

.menu-modal-toggles .nav-untoggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  outline: none;
  padding: calc((var(--alphacco-header-height) - 1.8rem) / 2) 0;
  width: 100%;
}

.menu-modal-toggles .nav-untoggle:before {
  background: var(--alphacco-menu-modal-text-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: 4.5rem;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(1.3rem, -50%);
          transform: translate(1.3rem, -50%);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 4.5rem;
}

.menu-modal-toggles .nav-untoggle:hover:before,
.menu-modal-toggles .nav-untoggle:focus:before {
  opacity: 0.1;
}

.menu-modal-toggles .nav-untoggle-text {
  font-size: 1.6rem;
  margin-right: 2.4rem;
}

/* Menu Modal Top ---------------------------- */
.menu-modal .menu-top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Modal Menu ---------------------------- */
.modal-menu li {
  padding: 2rem 0;
}
.modal-menu li:not(:last-child) {
  border-bottom: 0.1rem solid var(--alphacco-accent-color);
}

/* Main Menu --------------------------------- */
.main-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--alphacco-heading-font);
  font-size: 1.8rem;
  font-weight: var(--alphacco-heading-font-weight);
  margin-right: calc(-1 * var(--alphacco-spacer));
}
@media (min-width: 1000px) {
  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
  }
}

.main-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-menu > li {
  margin-right: var(--alphacco-spacer);
}

.main-menu .ancestor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.main-menu a {
  display: block;
  outline: none;
  padding: 1.6rem 0;
  width: 100%;
  color: var(--alphacco-white-color);
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
}
.main-menu a:hover, .main-menu a:focus {
  outline: none;
  text-decoration: none !important;
}
@media (min-width: 700px) {
  .main-menu a {
    padding-top: var(--alphacco-spacer);
    padding-bottom: var(--alphacco-spacer);
  }
}

.main-menu li:not(.lang-item) a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background: currentColor;
  -webkit-transition: height 0.15s ease 0s;
  transition: height 0.15s ease 0s;
}
.main-menu li:not(.lang-item) a.active:after, .main-menu li:not(.lang-item) a:hover:after, .main-menu li:not(.lang-item) a:focus:after {
  height: 0.6rem;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

#site-header:not(.scrolled) .main-menu li a.active:not(:hover):not(:focus):after,
.main-menu li.scroll-to-top a.active:not(:hover):not(:focus):after {
  height: 0;
}

.hero-hidden #site-header .header-navigation a,
#site-header.scrolled .header-navigation a {
  color: var(--alphacco-accent-dark-color);
}

.main-menu:last-child a {
  padding-right: 0;
}

.main-menu a:hover,
.main-menu a:focus,
.main-menu li.current-menu-item > .ancestor-wrapper > a {
  text-decoration: underline;
}

.main-menu li.current-menu-item > .ancestor-wrapper > a:hover {
  text-decoration: none;
}

.main-menu .lang-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  background-color: var(--alphacco-white-color);
  color: var(--alphacco-black-color);
  text-align: center;
  border-radius: 50%;
}

.main-menu .lang-item a:hover,
.main-menu .lang-item a:focus {
  background-color: transparent;
  color: var(--alphacco-white-color);
  border: 0.2rem solid var(--alphacco-white-color);
}

.hero-hidden #site-header .main-menu .lang-item a,
#site-header.scrolled .main-menu .lang-item a {
  color: var(--alphacco-white-color);
  background-color: var(--alphacco-accent-dark-color);
  padding: 0;
}
.hero-hidden #site-header .main-menu .lang-item a:hover, .hero-hidden #site-header .main-menu .lang-item a:focus,
#site-header.scrolled .main-menu .lang-item a:hover,
#site-header.scrolled .main-menu .lang-item a:focus {
  background-color: transparent;
  color: var(--alphacco-accent-dark-color);
  border-color: var(--alphacco-accent-dark-color);
}

.sub-menu-toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

a.sub-menu-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1.6rem;
  position: relative;
}

a.sub-menu-toggle:before {
  background: var(--alphacco-menu-modal-text-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: 4rem;
  opacity: 0;
  position: absolute;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 4rem;
}

a.sub-menu-toggle:focus:before,
a.sub-menu-toggle:hover:before {
  opacity: 0.11;
}

a.sub-menu-toggle svg {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}

a.sub-menu-toggle.active svg {
  -webkit-transform: rotate(180deg) translateY(0.2rem);
          transform: rotate(180deg) translateY(0.2rem);
}

.main-menu ul {
  margin: 0;
  width: 100%;
}

.main-menu .sub-menu {
  display: none;
  font-size: 1.8rem;
  padding-left: 3.2rem;
}

.main-menu ul li {
  border-left-width: 1rem;
}

/* Menu Search ------------------------------- */
.menu-modal-search {
  color: var(--alphacco-menu-modal-text-color);
}

.menu-modal-search .search-form {
  margin: 4rem 0 0;
  max-width: 100%;
}

.menu-modal-search .search-form:before {
  background-color: var(--alphacco-menu-modal-text-color);
  border-radius: 999rem;
  content: "";
  display: block;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.menu-modal-search .search-field {
  background-color: transparent;
  color: var(--alphacco-menu-modal-text-color);
}

:root .menu-modal-search .search-field {
  border-color: transparent;
}

.menu-modal-search .search-submit {
  color: inherit;
}

.menu-modal-search .search-field::-webkit-input-placeholder {
  color: var(--alphacco-menu-modal-text-color);
}

.menu-modal-search .search-field::-moz-placeholder {
  color: var(--alphacco-menu-modal-text-color);
}

.menu-modal-search .search-field:-ms-input-placeholder {
  color: var(--alphacco-menu-modal-text-color);
}

.menu-modal-search .search-field::-ms-input-placeholder {
  color: var(--alphacco-menu-modal-text-color);
}

.menu-modal-search .search-field::placeholder {
  color: var(--alphacco-menu-modal-text-color);
}

/* Menu Bottom ------------------------------- */
.menu-modal .menu-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4rem 0 4.8rem;
}

/* ------------------------------------------------------------------------------ /*
/*  SEARCH
/* ------------------------------------------------------------------------------ */
.search-modal {
  display: none;
  opacity: 0;
  padding-left: var(--alphacco-aside-width);
  position: fixed;
  bottom: 0;
  left: -9999rem;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s linear, left 0s 0.2s linear;
  transition: opacity 0.2s linear, left 0s 0.2s linear;
  z-index: 999;
}

.search-modal:before {
  background: var(--alphacco-primary-color);
  content: "";
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.search-modal-inner {
  background-color: var(--alphacco-background-color);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
  transition: -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
  transition: transform 0.15s linear, box-shadow 0.15s linear;
  transition: transform 0.15s linear, box-shadow 0.15s linear, -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
}

.admin-bar .search-modal-inner {
  margin-top: 4.6rem;
}
@media (min-width: 782px) {
  .admin-bar .search-modal-inner {
    margin-top: 3.2rem;
  }
}

.search-modal-inner .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-modal.active {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.search-modal.active .search-modal-inner {
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.1s 0.25s linear;
  transition: -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.1s 0.25s linear;
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.1s 0.25s linear;
}

.search-untoggle,
.search-untoggle-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-untoggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -2.5rem;
  outline: none;
  padding: 0 1.2rem;
}

.search-modal.active .search-untoggle {
  -webkit-animation: popIn both 0.3s 0.2s;
          animation: popIn both 0.3s 0.2s;
}

.search-untoggle-inner {
  border-radius: 50%;
  height: 4.4rem;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
  width: 4.4rem;
}

.search-untoggle svg {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.search-untoggle:hover svg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.search-untoggle:focus .search-untoggle-inner {
  background-color: var(--alphacco-primary-color);
  color: var(--alphacco-background-color);
}

/* Modal Search Form ------------------------- */
.modal-search-form {
  margin: 0;
  position: relative;
  width: 100%;
}

.modal-search-form .search-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.modal-search-form .search-label svg {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.modal-search-form .search-field:focus + label {
  color: var(--alphacco-accent-color);
}

.modal-search-form .search-field:focus + label svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-search-form .search-field {
  background: none;
  border: none;
  border-radius: 0.8rem;
  color: inherit;
  font-size: 2.4rem;
  height: 12rem;
  outline: none;
  padding: 0 2.4rem 0 4.8rem;
  width: calc(100% - 9rem);
}

.modal-search-form .search-field::-webkit-input-placeholder {
  color: inherit;
}

.modal-search-form .search-field:-ms-input-placeholder {
  color: inherit;
}

.modal-search-form .search-field::-moz-placeholder {
  color: inherit;
  line-height: 12rem;
}

.modal-search-form .search-field::-ms-input-placeholder {
  color: inherit;
}

.modal-search-form .search-field::placeholder {
  color: inherit;
}

.modal-search-form .search-submit {
  position: absolute;
  right: -9999rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-search-form .search-submit:focus {
  outline: none;
  right: 0;
}

/* ------------------------------------------------------------------------------ /*
/*  TEMPLATES
/* ------------------------------------------------------------------------------ */
/* Template: Blank Canvas ------------------------- */
.template-blank-canvas #site-content,
.template-blank-canvas-with-aside #site-content {
  min-height: 100vh;
}

/* Template: Blank Canvas with Aside ------------------------- */
.template-blank-canvas-with-aside .menu-modal .menu-modal-search {
  display: block;
}

@media (max-width: 699px) {
  .template-blank-canvas-with-aside {
    /* Layout */
    --alphacco-aside-width: 0rem;
  }
  .template-blank-canvas-with-aside #site-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
  }
  .template-blank-canvas-with-aside #site-aside .nav-toggle-inner {
    height: 4.8rem;
  }
  .template-blank-canvas-with-aside #site-aside .bars,
.template-blank-canvas-with-aside #site-aside .bars * {
    -webkit-animation: none;
            animation: none;
  }
  .template-blank-canvas-with-aside #site-aside .nav-toggle-text {
    display: none;
  }
}
/* Block Templates ------------------------- */
.wp-site-blocks {
  margin: 0 auto;
  max-width: var(--alphacco-inner-width-thin);
  width: calc(100% - var(--alphacco-gutter));
}

.wp-block-post-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--alphacco-inner-width-thin);
}

.wp-block-post-content.alignfull > * {
  width: calc(100% - var(--alphacco-gutter) - var(--alphacco-aside-width));
}

.wp-block-post-content > .alignfull {
  max-width: none;
}

.wp-block-post-content > .alignwide {
  max-width: var(--alphacco-inner-width-max);
}

.wp-block-post-content .wp-block .wp-block {
  max-width: 100%;
}

#compliance > .wp-block-column {
  margin-top: 0;
}

/* ------------------------------------------------------------------------------ /*
/*  ARCHIVES
/* ------------------------------------------------------------------------------ */
.archive-page #site-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.archive-page #site-footer {
  margin-top: 0;
}

/* Archive Header ---------------------------- */
.archive-header {
  margin-bottom: 5rem;
}
@media (min-width: 700px) {
  .archive-header {
    margin-bottom: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .archive-header {
    margin-bottom: 6.4rem;
  }
}

.archive-prefix {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
  color: var(--alphacco-accent-color);
}
@media (min-width: 700px) {
  .archive-prefix {
    font-size: 1.8rem;
  }
}

.archive-title {
  font-size: 2.8rem;
  font-weight: var(--alphacco-heading-font-weight);
  line-height: 1.3;
  max-width: var(--alphacco-inner-width-small);
  margin: 0;
}
@media (min-width: 700px) {
  .archive-title {
    font-size: 3.2rem;
  }
}

.archive-title p {
  line-height: inherit;
  margin: 0 0 0.75em;
  max-width: 100%;
}

.archive-description {
  margin-top: 1.6rem;
}

/* Home Filter ------------------------------- */
.filter-wrapper {
  font-size: 1.5rem;
  margin: 2.4rem 0 0;
}
@media (min-width: 700px) {
  .filter-wrapper {
    font-size: 1.8rem;
    margin: 3.2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .filter-wrapper {
    margin: 4rem 0 0;
  }
}

.filter-wrapper:first-child {
  margin-top: 0;
}

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.8rem 0 0 -1.6rem;
}
@media (min-width: 700px) {
  .filter-list {
    margin: -1.2rem 0 0 -2.4rem;
  }
}

.filter-list li {
  margin: 0.8rem 0 0 1.6rem;
}
@media (min-width: 700px) {
  .filter-list li {
    margin: 1.2rem 0 0 2.4rem;
  }
}

.filter-list a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.filter-list a.active {
  color: var(--alphacco-accent-color);
}

.filter-list a:hover .term-name,
.filter-list a:focus .term-name,
.filter-list a.pre-active .term-name,
.filter-list a.active .term-name {
  text-decoration: underline;
}

.filter-list a.active:focus {
  text-decoration: none;
}

.filter-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
}

.term-count {
  font-size: 0.7em;
  letter-spacing: 0;
  vertical-align: super;
}

/* Post Grid --------------------------------- */
.posts {
  overflow: hidden;
  padding-bottom: 4.8rem;
  position: relative;
}
@media (min-width: 700px) {
  .posts {
    padding-bottom: 6.4rem;
  }
}
@media (min-width: 1200px) {
  .posts {
    padding-bottom: 8rem;
  }
}

.posts:before {
  background-color: var(--alphacco-light-background-color);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 2.4rem;
}
@media (min-width: 700px) {
  .posts:before {
    top: 4.8rem;
  }
}

.posts .section-inner {
  position: relative;
}

.no-js .js-grid-sizer {
  display: none;
}

.posts .article-wrapper {
  margin-bottom: 1.6rem;
}
@media (min-width: 700px) {
  .posts .article-wrapper {
    margin-bottom: 0;
  }
}

.posts .article-wrapper:last-child {
  margin-bottom: 0;
}

/* Preview: Post ----------------------------- */
.preview a {
  color: inherit;
  text-decoration: none;
}

.preview-media {
  overflow: hidden;
  position: relative;
}

.preview-media-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.preview-media img {
  width: 100%;
}

.preview .preview-media .sticky-note,
.preview.sticky .preview-media .sticky-note {
  /* On image = always white on black */
  background-color: #1e2d32;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: normal;
  padding: 0.6rem 0.7rem;
  position: absolute;
  left: min(1.6rem, 10%);
  top: min(1.6rem, 10%);
  white-space: nowrap;
}

.preview-media + .preview-content {
  margin-top: 2.4rem;
}

/* LIST LAYOUT */
@media (min-width: 480px) {
  .posts-grid[data-layout=list] .preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .posts-grid[data-layout=list] .preview-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    margin-right: var(--alphacco-gap);
  }
  .posts-grid[data-layout=list] .preview-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .posts-grid[data-layout=list] .preview-content,
.posts-grid[data-layout=list] .preview-content > *:first-child {
    margin-top: 0;
  }
}

.preview-header .preview-title {
  margin: 0;
}

.preview-title a:hover,
.preview-title a:focus {
  outline: none;
  text-decoration: underline;
}

.preview-header + .preview-excerpt {
  margin-top: 1.2rem;
}

.preview-excerpt p {
  font-size: 1.5rem;
}
@media (min-width: 700px) {
  .preview-excerpt p {
    font-size: 1.7rem;
  }
}

.preview .post-meta-wrapper {
  font-size: 1.4rem;
  line-height: 1.25;
  margin-top: 0.8rem;
}
@media (min-width: 700px) {
  .preview .post-meta-wrapper {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.post-meta {
  list-style: none;
  margin: 0;
}

.preview .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.25em 0 0 -1em;
}

.preview .post-meta li {
  margin: 0.25em 0 0 1em;
}

.post-meta a:hover,
.post-meta a:focus {
  outline: none;
  text-decoration: underline;
}

/* COLUMN SPECIFIC PREVIEW STYLES */
@media (max-width: 699px) {
  .posts-grid.cols-6 .preview-title {
    font-size: 1.6rem;
  }
  .posts-grid.cols-4 .preview-title {
    font-size: 1.4rem;
  }
  .posts-grid.cols-3 .preview-title {
    font-size: 1.2rem;
  }
  .posts-grid.cols-6 .post-meta-wrapper,
.posts-grid.cols-4 .post-meta-wrapper {
    font-size: 1.2rem;
  }
  .posts-grid.cols-3 .post-meta-wrapper {
    font-size: 1rem;
  }
  .posts-grid.cols-6 .article-wrapper,
.posts-grid.cols-4 .article-wrapper,
.posts-grid.cols-3 .article-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .posts-grid.cols-t-3 {
    margin: -0.8rem 0 -0.8rem -0.8rem;
    width: calc(100% + 1.6rem);
  }
  .posts-grid.cols-t-3 .col {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
  .posts-grid.cols-t-4 .preview-title,
.posts-grid.cols-t-3 .preview-title {
    font-size: inherit;
  }
  .posts-grid.cols-t-4 .post-meta-wrapper {
    font-size: 1.4rem;
  }
  .posts-grid.cols-t-3 .post-meta-wrapper {
    font-size: 1.2rem;
  }
}
@media (min-width: 999px) and (max-width: 1199px) {
  .posts-grid.cols-l-3 {
    margin: -0.8rem 0 -0.8rem -0.8rem;
    width: calc(100% + 1.6rem);
  }
  .posts-grid.cols-l-3 .col {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
  .posts-grid.cols-l-3 .preview-title {
    font-size: inherit;
  }
  .posts-grid.cols-l-3 .post-meta-wrapper {
    font-size: 1.4rem;
  }
}
@media (min-width: 1199px) and (max-width: 1599px) {
  .posts-grid.cols-d-3 {
    margin: -1.2rem 0 -1.2rem -1.2rem;
    width: calc(100% + 2.4rem);
  }
  .posts-grid.cols-d-3 .col {
    margin-bottom: 0.8rem;
    padding: 1.2rem;
  }
  .posts-grid.cols-d-3 .preview-title {
    font-size: 2.1rem;
  }
  .posts-grid.cols-d-3 .post-meta-wrapper {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------------------------ /*
/*  SINGLE
/* ------------------------------------------------------------------------------ */
/* Entry Header ------------------------------ */
h1.entry-title,
.entry-title.faux-heading {
  margin: 0;
}

.intro-text {
  font-size: 1.8rem;
  margin: 1.6rem auto 0;
}
@media (min-width: 700px) {
  .intro-text {
    font-size: 2.4rem;
  }
}

/* Entry Header ------------------------------ */
.entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: min(60vmax, 80rem);
  padding-top: var(--alphacco-header-height);
  color: var(--alphacco-white-color);
  text-align: center;
}
.entry-header .entry-title {
  margin-bottom: 2rem;
}
.entry-header .intro-text p {
  margin-top: 0;
  font-family: var(--alphacco-body-font);
}
.entry-header .home-hero-button {
  margin-top: var(--alphacco-spacer-xl);
}
.entry-header .hero-logos {
  max-width: clamp(280px, 24.8vw + 161.2px, 478px);
  margin: 40px auto 0px auto;
}

.featured-content {
  position: relative;
  padding: var(--alphacco-gutter-xl) 0;
}

/* AICPA SOC Badge */
.soc-badge {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.soc-badge img {
  width: auto;
  height: clamp(10rem, calc(4.9vw + 8.163rem), 16rem);
}
@media (min-width: 700px) {
  .soc-badge img {
    position: relative;
    left: min(25vw, 50rem);
  }
}

/* Featured Media ---------------------------- */
.featured-media {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--alphacco-black-color);
}
.featured-media .media-wrapper {
  width: 100%;
  height: 100%;
}
.featured-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-media .media-wrapper {
  margin-left: calc(50% - 50vw + var(--alphacco-aside-width) / 2);
  width: calc(100vw - var(--alphacco-aside-width));
}
@media (min-width: 1000px) {
  .featured-media .media-wrapper {
    margin-left: 0;
    width: 100%;
  }
}

/* Entry Content -------------------------------- */
.entry-content {
  line-height: var(--alphacco-body-line-height);
}

.entry-content a {
  text-underline-offset: 0.18em;
}

/* Entry Footer ------------------------------ */
.entry-footer {
  font-size: 1.5rem;
  margin-top: 3.2rem;
}
@media (min-width: 700px) {
  .entry-footer {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
@media (min-width: 1000px) {
  .entry-footer {
    margin-top: 4.8rem;
  }
}

.entry-footer a {
  color: inherit;
}

.entry-footer a:hover,
.entry-footer a:focus {
  text-decoration: none;
}

.entry-footer .post-meta {
  color: var(--alphacco-secondary-color);
}

.entry-footer .post-meta li {
  margin: 0;
}

.entry-footer .date a {
  text-decoration: none;
}

.entry-footer .date a:hover,
.entry-footer .date a:focus {
  text-decoration: underline;
}

/* POST NAV LINKS */
.post-nav-links {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4.8rem;
}

.post-nav-links-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.2rem;
  min-width: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.4rem;
  text-align: center;
}

.post-page-numbers + .post-page-numbers {
  margin-left: 0.8rem;
}

.post-nav-links a {
  border: 0.2rem solid var(--alphacco-accent-color);
  text-decoration: none;
}

.post-nav-links a:hover,
.post-nav-links .current {
  background-color: var(--alphacco-accent-color);
  color: var(--alphacco-background-color);
}

/* Single Navigation ------------------------- */
.single-nav {
  margin-top: 4.8rem;
}
@media (min-width: 700px) {
  .single-nav {
    margin-top: 12.8rem;
  }
}

.single-nav-grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-nav.only-next .single-nav-grid {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single-nav a {
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
}

.single-nav .col + .col a {
  margin-top: 4.8rem;
}
@media (min-width: 700px) {
  .single-nav .col + .col a {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    margin-top: 0;
  }
}

.single-nav-item-media {
  position: relative;
}

.single-nav-item-media img {
  width: 100%;
}

.single-nav-item .arrow {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.single-nav .prev-post .arrow {
  position: absolute;
  bottom: 1.6rem;
  right: 0;
  -webkit-transform: translateX(3.2rem);
          transform: translateX(3.2rem);
}
@media (min-width: 700px) {
  .single-nav .prev-post .arrow {
    -webkit-transform: translateX(1.6rem);
            transform: translateX(1.6rem);
  }
}
@media (min-width: 1000px) {
  .single-nav .prev-post .arrow {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (min-width: 700px) {
  .has-anim .single-nav .prev-post:hover .arrow,
.has-anim .single-nav .prev-post:focus .arrow {
    -webkit-transform: translateX(0.8rem);
            transform: translateX(0.8rem);
  }
}
@media (min-width: 1000px) {
  .has-anim .single-nav .prev-post:hover .arrow,
.has-anim .single-nav .prev-post:focus .arrow {
    -webkit-transform: translateX(calc(50% - 0.8rem));
            transform: translateX(calc(50% - 0.8rem));
  }
}

.single-nav .next-post .arrow {
  position: absolute;
  top: 1.6rem;
  left: 0;
  -webkit-transform: translateX(-3.2rem);
          transform: translateX(-3.2rem);
}
@media (min-width: 700px) {
  .single-nav .next-post .arrow {
    -webkit-transform: translateX(-1.6rem);
            transform: translateX(-1.6rem);
  }
}
@media (min-width: 1000px) {
  .single-nav .next-post .arrow {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 700px) {
  .has-anim .single-nav .next-post:hover .arrow,
.has-anim .single-nav .next-post:focus .arrow {
    -webkit-transform: translateX(-0.8rem);
            transform: translateX(-0.8rem);
  }
}
@media (min-width: 1000px) {
  .has-anim .single-nav .next-post:hover .arrow,
.has-anim .single-nav .next-post:focus .arrow {
    -webkit-transform: translateX(calc(-50% + 0.8rem));
            transform: translateX(calc(-50% + 0.8rem));
  }
}

.single-nav-item:hover .single-nav-item-title,
.single-nav-item:focus .single-nav-item-title {
  text-decoration: underline;
}

.single-nav-item-header {
  margin-top: 1.6rem;
}

/* Alignments -------------------------------- */
.alignnone,
.aligncenter,
.wp-block-image .aligncenter {
  margin: 4rem 0;
}
@media (min-width: 700px) {
  .alignnone,
.aligncenter,
.wp-block-image .aligncenter {
    margin-bottom: 4.8rem;
    margin-top: 4.8rem;
  }
}

.alignwide,
.alignfull {
  margin: var(--alphacco-spacer-xxl) 0;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
  max-width: 100%;
}

.alignleft:not(.is-resized),
.alignright:not(.is-resized) {
  max-width: 100%;
}
@media (min-width: 700px) {
  .alignleft:not(.is-resized),
.alignright:not(.is-resized) {
    max-width: min(50%, 32rem);
  }
}

.alignleft,
.alignright {
  float: none !important;
  margin: 4rem 0 !important;
}

@media (min-width: 700px) {
  .alignleft {
    float: left !important;
    margin: 0.6rem 3.2rem 3.2rem 0 !important;
  }
}

@media (min-width: 700px) {
  .alignright {
    float: right !important;
    margin: 0.6rem 0 3.2rem 3.2rem !important;
  }
}

.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  max-width: var(--alphacco-inner-width-max);
}

.alignfull {
  max-width: 100%;
}

.alignfull > .wp-block-group__inner-container {
  max-width: 100%;
}
.alignfull > .wp-block-group__inner-container > *:not(.alignfull):not(.alignwide) {
  max-width: var(--alphacco-inner-width-small);
}

/* DIRECT DESCENDANT ALIGNMENTS */
.entry-content > .alignfull,
.wp-site-blocks > .alignfull {
  margin-left: calc(50% - 50vw + var(--alphacco-aside-width) / 2);
  max-width: calc(100vw - var(--alphacco-aside-width));
  width: calc(100vw - var(--alphacco-aside-width));
}

.entry-content > .alignwide,
.wp-site-blocks > .alignwide {
  margin-left: max((var(--alphacco-inner-width-max) - var(--alphacco-inner-width-small)) / -2, (100vw - 100% - var(--alphacco-gutter) - var(--alphacco-aside-width)) / -2);
  width: calc(100vw - var(--alphacco-gutter) - var(--alphacco-aside-width));
}

@media (min-width: 700px) {
  .entry-content > .alignleft,
.entry-content > .wp-block-image > .alignleft,
.wp-site-blocks > .alignleft,
.wp-site-blocks > .wp-block-image > .alignleft {
    margin-left: max(-24.4rem, (100vw - var(--alphacco-gutter) - var(--alphacco-aside-width) - 100%) / -2) !important;
  }
}

@media (min-width: 700px) {
  .entry-content > .alignright,
.entry-content > .wp-block-image > .alignright,
.wp-site-blocks > .alignright,
.wp-site-blocks > .wp-block-image > .alignright {
    margin-right: max(-24.4rem, (100vw - var(--alphacco-gutter) - var(--alphacco-aside-width) - 100%) / -2) !important;
  }
}

/* STACKED BACKGROUND BLOCKS */
.alignfull.has-background {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--alphacco-spacer-xxl);
  padding-bottom: var(--alphacco-spacer-xxl);
}

.alignfull .alignwide {
  width: calc(100vw - var(--alphacco-gutter));
  margin-left: auto;
  margin-right: auto;
}

/* Entry Media ------------------------------- */
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--alphacco-inner-width-max);
  width: calc(100% - var(--alphacco-gutter));
}

.gradient-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--alphacco-off-white-color)), to(var(--alphacco-white-color)));
  background: linear-gradient(0deg, var(--alphacco-off-white-color) 0%, var(--alphacco-white-color) 100%);
}

.hide-hero {
  display: none;
}

.mw-800 {
  max-width: 800px;
}

/* ------------------------------------------------------------------------------ /*
/*  COMMENTS
/* ------------------------------------------------------------------------------ */
/* Comment Headers --------------------------- */
.comments-wrapper {
  margin-top: 6.4rem;
}
@media (min-width: 700px) {
  .comments-wrapper {
    margin-top: 12.8rem;
  }
}

.comment-reply-title:first-child {
  margin-top: 0;
}

.comment-reply-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
@media (min-width: 700px) {
  .comment-reply-title {
    margin-bottom: 4.8rem;
  }
}

.comment-reply-title .title:not(:only-child) {
  margin-right: 1.6rem;
}

.comment-reply-title small {
  color: var(--alphacco-secondary-color);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 400;
  white-space: nowrap;
}

.comment-reply-title small:first-child {
  margin-left: 1.6rem;
}

.comment-reply-title small a {
  color: inherit;
}

/* Comment Item ------------------------------ */
/* COMMENT HEADER */
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
  padding-top: 3.2rem;
}
@media (min-width: 700px) {
  .comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
    padding-top: 4.8rem;
  }
}

.comment > .comment:first-of-type {
  margin-top: 3.2rem;
  padding-top: 0;
}
@media (min-width: 700px) {
  .comment > .comment:first-of-type {
    margin-top: 4.8rem;
    padding-top: 0;
  }
}

.comments .comments-header + div {
  margin-top: 0;
  padding-top: 0;
}

.comment-body {
  position: relative;
}
@media (min-width: 700px) {
  .comment-body {
    min-height: 6rem;
    padding-left: 8rem;
  }
}

.comment .comment {
  border-left: 0.1rem solid var(--alphacco-border-color);
  padding-left: 5%;
}

.comment-meta {
  line-height: 1.5;
  margin: 0 0 1em;
  padding-left: 4.8rem;
}
@media (min-width: 700px) {
  .comment-meta {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 calc(1em - 0.8rem) -1.6rem;
    padding: 0;
  }
}

.comment-meta > * {
  font-size: 1.6rem;
}
@media (min-width: 700px) {
  .comment-meta > * {
    font-size: 1.8rem;
    margin: 0 0 0.8rem 1.6rem;
  }
}

.comment-meta a,
.comment-body .reply a {
  color: inherit;
}

.comment-meta .avatar {
  border-radius: 0.2rem;
  height: 3.6rem;
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 3.6rem;
}
@media (min-width: 700px) {
  .comment-meta .avatar {
    display: block;
    height: 6rem;
    width: 6rem;
  }
}

.comment-author b {
  font-weight: 400;
}

.comment-author .says {
  display: none;
}

.comment-metadata {
  color: var(--alphacco-secondary-color);
  font-size: 1.4rem;
  margin: 0.1rem 0 0;
}
@media (min-width: 700px) {
  .comment-metadata {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

.comment-metadata a {
  text-decoration: none;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
  text-decoration: underline;
}

.comment-metadata .edit-link {
  margin-left: 1.6rem;
}

/* COMMENT CONTENT */
.comment-content h1 {
  font-size: 2em;
}

.comment-content h2 {
  font-size: 1.8em;
}

.comment-content h3 {
  font-size: 1.6em;
}

.comment-content h4 {
  font-size: 1.4em;
}

.comment-content h5 {
  font-size: 1.2em;
}

.comment-content h6 {
  font-size: 1em;
}

.bypostauthor .comment-content .by-post-author {
  color: var(--alphacco-secondary-color);
  font-style: italic;
  font-size: 0.777777778em;
}

/* COMMENT FOOTER */
.comment-body .reply {
  margin-top: 1em;
}

.comment-body .reply a {
  background: var(--alphacco-light-background-color);
  border-radius: 0.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  padding: 0.6rem 0.9rem;
}

.comment-body .reply a:hover,
.comment-body .reply a:focus {
  background-color: var(--alphacco-accent-color);
  color: var(--alphacco-background-color);
}

/* Pingbacks & Trackbacks -------------------- */
.pingback .comment-body,
.trackback .comment-body {
  min-height: 0;
  padding-left: 0;
}
@media (min-width: 700px) {
  .pingback .comment-body,
.trackback .comment-body {
    padding: 0;
  }
}

/* Comments Pagination ----------------------- */
.comments-pagination {
  margin: 4rem 0 0;
  text-align: center;
}
@media (min-width: 700px) {
  .comments-pagination {
    margin-top: 6.4rem;
  }
}

.comments-pagination .comments-pagination-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 -0.8rem -0.8rem;
}

.comments-pagination.only-next .comments-pagination-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comments-pagination .page-numbers {
  display: none;
}

.comments-pagination .prev,
.comments-pagination .next {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.8rem 0.8rem;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.comments-pagination a:hover .text,
.comments-pagination a:focus .text {
  text-decoration: underline;
}

.comments-pagination .next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comments-pagination a > span + span {
  padding-left: 0.8rem;
}

@media (min-width: 700px) {
  .comments-pagination span.short {
    display: none;
  }
}

.comments-pagination span.long {
  display: none;
}
@media (min-width: 700px) {
  .comments-pagination span.long {
    display: inline;
  }
}

/* Comment Respond --------------------------- */
.comment-respond {
  background-color: var(--alphacco-light-background-color);
  margin: 0 calc(var(--alphacco-gutter) / -2);
  padding: calc(var(--alphacco-gutter) / 2);
}
@media (min-width: 700px) {
  .comment-respond {
    margin: 0 -4.8rem;
    padding: 4.8rem;
  }
}

.comment-respond:not(:first-child) {
  margin-top: 4rem;
}
@media (min-width: 700px) {
  .comment-respond:not(:first-child) {
    margin-top: 6.4rem;
  }
}

.comment-form {
  margin: 0;
}
@media (min-width: 700px) {
  .comment-form {
    margin-top: 4rem;
  }
}

.comment-form a {
  color: inherit;
}

.comment-form:after {
  clear: both;
  content: "";
  display: block;
}

.comment-form .logged-in-as a {
  color: inherit;
  text-decoration: none;
}

.comment-form .logged-in-as a:hover,
.comment-form .logged-in-as a:focus {
  text-decoration: underline;
}

.comment-form p {
  margin-bottom: 1.6rem;
  width: 100%;
}
@media (min-width: 700px) {
  .comment-form p {
    margin-bottom: 2.4rem;
  }
}

.comment-form p.logged-in-as {
  margin: -2.4rem 0 3.2rem;
}
@media (min-width: 700px) {
  .comment-form p.logged-in-as {
    margin: -3.6rem 0 4rem;
  }
}

@media (min-width: 700px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 1.2rem);
  }
}

@media (min-width: 700px) {
  .comment-respond .comment-form-email {
    margin-left: 2.4rem;
  }
}

.comment-form-cookies-consent {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-form > p:last-of-type {
  margin-bottom: 0;
}

.comment-respond label {
  display: block;
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  margin-bottom: 0;
}

.comment-respond #submit {
  display: block;
  margin-left: auto;
}

/* Reply Respond ----------------------------- */
:root .comments .comment-respond {
  margin: 3.2rem 0 0;
  padding: 3.2rem;
}

@media (min-width: 700px) {
  :root .comments .comment-respond .comment-reply-title {
    font-size: 3.2rem;
  }
}

/* ------------------------------------------------------------------------------ /*
/*  PAGINATION
/* ------------------------------------------------------------------------------ */
.pagination-wrapper {
  position: relative;
}

.pagination-wrapper.pagination-type-button.last-page,
.pagination-wrapper.pagination-type-scroll.last-page,
.pagination-wrapper:not(.pagination-type-button) #load-more,
.js .pagination-wrapper:not(.pagination-type-links) .link-pagination,
.no-js #load-more,
.no-js .scroll-loading {
  display: none;
}

#pagination {
  position: relative;
}

/* Loading Icon ------------------------------ */
.pagination-wrapper .loading-icon {
  height: 1rem;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: left;
  -webkit-transform: translateX(calc(-50% - 0.9rem)) translateY(-50%);
          transform: translateX(calc(-50% - 0.9rem)) translateY(-50%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 1rem;
}

.pagination-wrapper.loading .loading-icon {
  opacity: 1;
}

/* Type: Button ------------------------------ */
.js .pagination-wrapper.pagination-type-button {
  background-color: transparent;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .js .pagination-wrapper.pagination-type-button {
    margin-bottom: 3.2rem;
  }
}

.js .pagination-wrapper.pagination-type-button:before {
  background: var(--alphacco-light-background-color);
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  top: 0;
}

#load-more {
  padding: 2.1rem 3rem;
  position: relative;
  width: 100%;
}
@media (min-width: 700px) {
  #load-more {
    font-size: 1.8rem;
    padding: 3.1rem 4.5rem;
  }
}
@media (min-width: 1600px) {
  #load-more {
    font-size: 2.1rem;
    padding: 3.75rem 4.5rem;
  }
}

#load-more .load-text {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#load-more .loading-icon {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.pagination-wrapper.loading #load-more .load-text {
  opacity: 0;
}

/* Type: Scroll ------------------------------ */
.js .pagination-wrapper.pagination-type-scroll {
  background-color: var(--alphacco-light-background-color);
  padding-bottom: 4.8rem;
}
@media (min-width: 700px) {
  .js .pagination-wrapper.pagination-type-scroll {
    padding-bottom: 8rem;
  }
}

.js .pagination-wrapper .scroll-loading {
  color: var(--alphacco-accent-color);
  height: 1.6rem;
  margin: 0 auto;
  position: relative;
}

/* Type: Links/JS Fallback ------------------- */
.no-js .pagination-wrapper,
.pagination-wrapper.pagination-type-links {
  background-color: var(--alphacco-light-background-color);
}

.no-js .pagination-wrapper #pagination,
.pagination-wrapper.pagination-type-links #pagination {
  padding: 3.2rem 0;
}
@media (min-width: 700px) {
  .no-js .pagination-wrapper #pagination,
.pagination-wrapper.pagination-type-links #pagination {
    padding: 4.8rem 0;
  }
}

.link-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link-pagination.only-next,
.link-pagination .next-wrapper a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.link-pagination > div {
  width: 100%;
}

.link-pagination a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.link-pagination svg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  height: 3.2rem;
  width: 6.4rem;
}
@media (min-width: 700px) {
  .link-pagination svg {
    height: 4.8rem;
    width: 9.6rem;
  }
}

.link-pagination .previous-wrapper a:hover svg,
.link-pagination .previous-wrapper a:focus svg {
  -webkit-transform: translateX(-8.333%);
          transform: translateX(-8.333%);
}

.link-pagination .next-wrapper a:hover svg,
.link-pagination .next-wrapper a:focus svg {
  -webkit-transform: translateX(8.333%);
          transform: translateX(8.333%);
}

/* ------------------------------------------------------------------------------ /*
/*  ERROR 404
/* ------------------------------------------------------------------------------ */
.error404 #site-header {
  margin-bottom: 0;
}

.error404 #site-content {
  background: url(../img/404.svg) no-repeat center;
  background-size: contain;
  text-align: center;
}

.error404-inner {
  margin: 0 auto;
  max-width: 56rem;
}

@media (min-width: 700px) {
  .error404-inner .archive-title {
    font-size: 4rem;
  }
}

.error404-inner p {
  margin: 1.8rem auto 0 auto;
}
@media (min-width: 700px) {
  .error404-inner p {
    margin-top: 2.4rem;
  }
}

.error404-inner .search-form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.4rem auto 0 auto;
}
@media (min-width: 700px) {
  .error404-inner .search-form {
    margin-top: 3.2rem;
  }
}

/* ------------------------------------------------------------------------------ /*
/*  SITE FOOTER
/* ------------------------------------------------------------------------------ */
#site-footer {
  padding: 2rem 0;
  background: var(--alphacco-site-footer-background-color);
  color: var(--alphacco-site-footer-text-color);
  font-family: var(--alphacco-heading-font);
}

.footer-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 700px) {
  .footer-inner {
    font-size: 2rem;
  }
}

.footer-inner a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.footer-inner a:hover,
.footer-inner a:focus {
  text-decoration: underline;
}

/* Footer Copyright ---------------------------- */
.footer-copyright {
  font-weight: var(--alphacco-heading-font-weight);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

/* Footer Credits ---------------------------- */
.footer-credits {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-credits p {
  margin: 0 0 0 auto;
}

/* Footer Menu ------------------------------- */
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -0.4rem 0 0 -1.6rem;
  text-align: right;
}
@media (min-width: 700px) {
  .footer-menu {
    margin: -0.8rem 0 0 -2.4rem;
  }
}

.footer-menu li {
  margin: 0.4rem 0 0 1.6rem;
}
@media (min-width: 700px) {
  .footer-menu li {
    margin: 0.8rem 0 0 2.4rem;
  }
}

/* Footer Social ----------------------------- */
#site-footer .social-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -1.2rem;
}

#site-footer .social-menu a:focus {
  -webkit-box-shadow: inset 0 0 0 0.2rem var(--alphacco-border-color);
          box-shadow: inset 0 0 0 0.2rem var(--alphacco-border-color);
}
