/* 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: 4.5rem 0 0 0;
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--w153-th-font-weight-normal);
  color: var(--w153-th-color-text-default);
  background-color: var(--w153-th-color-background-default);
}

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

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

a:hover {
  text-decoration: none;
}

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

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

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

h1, .t-h1,
h2, .t-h2,
h3, .t-h3,
h4, .t-h4,
h5, .t-h5,
h6, .t-h6 {
  font-weight: var(--w153-th-font-weight-extrabold);
  line-height: 1.1;
}

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

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

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

h4, .t-h4 {
  font-size: 1.5rem;
  font-weight: var(--w153-th-font-weight-bold);
}

h6, .t-h6 {
  font-size: 1rem;
}

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(--w153-th-spacing-p) 0;
}

ul,
ol {
  padding-left: 1rem;
}

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. */
}

.g-mobile-hide {
  display: none;
}

@media (min-width: 700px) {
  body {
    padding-top: 0;
    /* padding-top: 7rem; */
  }

  .g-mobile-hide {
    display: inline-block;
  }

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

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

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

@media (min-width: 1300px) {
  body {
    /* padding-top: 10rem; */
  }
}
