/* stylelint-disable selector-class-pattern, custom-property-empty-line-before, shorthand-property-no-redundant-values, max-line-length, selector-list-comma-newline-after */

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
}

*,
*::before,
*::after,
*:focus {
  box-sizing: inherit;
}

body.is-not-interactive * {
  transition: none !important;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: var(--v-font-family-default);
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: var(--v-font-weight-default);
  color: var(--v-color-text-default);
  background-color: var(--v-color-background-default);
  padding-top: calc(var(--v-p-header-top-bar-size) + var(--v-p-header-main-size));
}

body.is-template-blank {
  padding-top: 0;
  background-color: transparent;
}

figure,
picture,
video {
  padding: 0;
  margin: 0;
  display: block;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  transition: var(--v-transition-default);
  color: var(--v-color-3);
}

a:hover {
  text-decoration: none;
}

img,
svg,
video {
  width: auto;
  height: auto;
  max-width: 100%;
}

figure img,
picture img {
  display: block;
  width: 100%;
}

audio,
iframe {
  display: block;
  width: 100%;
}

iframe {
  border: none;
  overflow: auto;
}

iframe[src^="https://www.youtube.com"] {
  aspect-ratio: 1980 / 1020;
  height: auto;
}

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

h1, .t-h1,
h2, .t-h2,
h3, .t-h3,
h4, .t-h4,
h5, .t-h5,
h6, .t-h6 {
  font-family: var(--v-font-family-headers);
  font-weight: var(--v-font-weight-bold);
  line-height: 1.2;
}

h1, .t-h1 {
  font-size: 2rem;
}

h2, .t-h2 {
  font-size: 1.8rem;
}

h3, .t-h3 {
  font-size: 1.4rem;
}

h4, .t-h4 {
  font-size: 1.3rem;
}

h1, .t-h1,
h2, .t-h2,
h3, .t-h3,
h4, .t-h4,
h5, .t-h5,
h6, .t-h6,
p,
ul,
ol,
address {
  padding: 0;
  margin: 0 0 var(--v-spacing-p) 0;
}

ul,
ol {
  padding-left: 18px;
}

table,
table th,
table td {
  border: none;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

main {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

@media (min-width: 700px) {
  h1, .t-h1 {
    font-size: 2.2rem;
  }

  h2, .t-h2 {
    font-size: 1.9rem;
  }
}

@media (min-width: 1000px) {
  h1, .t-h1 {
    font-size: 2.5rem;
  }

  h2, .t-h2 {
    font-size: 2rem;
  }

  h3, .t-h3 {
    font-size: 1.5rem;
  }

  h4, .t-h4 {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 1.3rem;
  }

  h1, .t-h1 {
    font-size: 3rem;
  }

  h2, .t-h2 {
    font-size: 2.3rem;
  }
}

@media (min-width: 1400px) {
  h1, .t-h1 {
    font-size: 3.5rem;
  }

  h2, .t-h2 {
    font-size: 2.7rem;
  }

  h3, .t-h3 {
    font-size: 1.6rem;
  }

  h4, .t-h4 {
    font-size: 1.5rem;
  }
}
