/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
*, ::after, ::before {
  box-sizing: border-box;
}

/* Generic */
:root {
  font-size: 16px;
  line-height: 1.5;
}
body, html {
  height: 100%;
  width: 100%;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  position: relative;
}
embed, iframe, img, object, svg, video {
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

[tabindex="-1"]:focus {
  outline-style: none;
}

#wpadminbar {
  position: fixed !important;
}

/* Utility: Hyphenate */
.zp-u-hyphenate {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Utility: Screen Reader */
.zp-u-screenReader {
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50);
  clip-path: inset(50);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.zp-u-screenReader-focusable:active,
.zp-u-screenReader-focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

/* Object: Page */
.zp-o-page {
  display: flex;
  flex-direction: column;
}
  .zp-o-page--footer {
    flex: 1 0 auto;
    position: relative;
    z-index: 1;
  }
  .zp-o-page--header {
    flex: 0 0 auto;
    position: relative;
    z-index: 3;
  }
  .zp-o-page--main {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .zp-o-page--modal {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  .zp-o-page--skipLink {
    background: #FFFFFF;
    border: 1px dashed #000000;
    left: 50%;
    padding: 1em;
    top: 0;
    z-index: 666;
  }
  .zp-o-page--skipLink:active,
  .zp-o-page--skipLink:focus {
    animation: zp-o-page--skipLink-focus 0.25s 0s 1 normal forwards;
    position: fixed;
    transform: translate3d(-50%, 0, 0);
  }

@keyframes zp-o-page--skipLink-focus {
  0% {
    transform: translate3d(-50%, -100%, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.zp-o-page-fixedHeader .zp-o-page--header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.admin-bar.zp-o-page-fixedHeader .zp-o-page--header {
  top: 46px;
}

.zp-o-page-overflowHidden {
  overflow: hidden;
}

@media (min-width: 783px) {
  .admin-bar.zp-o-page-fixedHeader .zp-o-page--header {
    top: 32px;
  }
}

@media (min-width: 90em) {
  :root {
    font-size: calc(1rem + ((1vw - 0.9rem) * 0.8333));
  }
}

@media print {
  :root {
    font-size: initial;
    font-size: unset;
  }

  html, body {
    background-color: transparent !important;
    color: #000000 !important;
  }
}
