*,
*:before,
*:after {
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

input,
select,
textarea {
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
  cursor: pointer;
}

label[for] {
  cursor: pointer;
}

textarea {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--paletteColor4);
}

h1, h2, h3, h4 {
  font-family: "ct_font_visby_round_c_f", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 64px;
  line-height: 1em;
  letter-spacing: -0.5px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 56px;
  }
}
h2 {
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 24px;
  line-height: 1.33em;
}

@media (max-width: 767px) {
  h3 {
    line-height: 26px;
  }
}
h4 {
  font-size: 18px;
  line-height: 1.33em;
}

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

img,
svg {
  display: block;
}

figcaption {
  font-style: italic;
  font-size: 0.9em;
}

figure figcaption {
  margin-top: 16px;
}

table,
td {
  border: 0;
  margin-top: 1em;
}

tr {
  border-top: 1px solid var(--paletteColor5);
}

tr:last-child {
  border-bottom: 1px solid var(--paletteColor5);
}

th,
td {
  padding: 0.5em;
  font-size: 0.8em;
  vertical-align: top;
}

a {
  transition-property: color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  color: var(--paletteColor1);
  text-decoration: none;
}

p a, ul a {
  text-decoration: underline;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.p__masthead, .p__large-text {
  margin-bottom: 0;
}

.p__masthead {
  font-family: "ct_font_visby_round_c_f", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  line-height: 1.4em;
  letter-spacing: -0.5px;
}

@media (min-width: 480px) {
  .p__masthead {
    font-size: 32px;
    line-height: 1.33em;
    letter-spacing: -0.75px;
  }
}
.p__large-text {
  font-size: 20px;
}

.p__small-print {
  font-size: 14px;
  color: var(--paletteColor5);
}

.entry-content ul, .entry-content ol {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-position: inside;
  margin-bottom: 32px;
}

.entry-content ul ul, .entry-content ul ol, .entry-content ol ol, .entry-content ol ul {
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  margin-top: 16px;
  margin-bottom: 0;
}

.entry-content ul ul {
  list-style-type: circle;
}

.entry-content ul ul ul {
  list-style-type: square;
}

.entry-content ul li, .entry-content ol li {
  margin-bottom: 16px;
}

.entry-content .p__large-text {
  font-size: 18px;
}

.entry-content .p__large-text:last-of-type {
  margin-bottom: 24px;
}

.entry-content .section--heading {
  margin-bottom: 40px;
}

.entry-content .section--heading h1 {
  padding-top: 8px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .entry-content .section--heading h1 {
    padding-top: 24px;
  }
}
blockquote {
  font-style: italic;
  font-size: 1.2em;
  font-weight: 200;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  border-top: 1px solid var(--paletteColor5);
  border-bottom: 1px solid var(--paletteColor5);
}
