@charset "UTF-8";

h1, h2 {
text-transform: uppercase;
margin-top: var(--base-offset-vertical);
margin-bottom: var(--base-offset);
}
h1 em, h2 em {
font-style: normal;
color: var(--base-color-accent);
font-size: var(--base-font-size-small);
line-height: 1;
position: relative;
bottom: -.55em;
}
h1 + p.has-space-after {
margin-top: calc(-1 * var(--base-offset));
}
.everything-accordion h2 {
font-size: var(--base-headings-font-size-3);
}
h3 {
text-transform: uppercase;
}
h3:not(:first-child) {
margin-top: var(--base-offset);
}