@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("../fonts/lato-regularitalic-webfont.woff2") format("woff2"), url("../fonts/lato-regularitalic-webfont.woff") format("woff");
}
html {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

a {
  color: #990000;
}

body {
  margin: 0;
  background-color: #fcfcfc;
  color: #292929;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  width: auto;
  overflow: hidden;
}

td,
td {
  padding: 10px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted #6699cc;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

.path-user .layout-content {
  max-width: 90%;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1540px) {
  .path-user .layout-content {
    max-width: 1600px;
  }
}
.path-user .form-item {
  margin: 2rem 0;
}

.path-directory .directory-list {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .path-directory .directory-list {
    flex-direction: row;
  }
}

/*
.site-logo {
  img {
    width: 300px;
    aspect-ratio: 300/79;
  }
}
*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.hidden-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-mobile {
    display: block;
  }
}

.padding-top {
  padding-top: 2rem;
}

.grid {
  display: grid;
  grid-gap: 1rem;
}

.grid.even {
  grid-auto-flow: row;
}
@media screen and (min-width: 1024px) {
  .grid.even {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}

.flex {
  display: flex;
}
.flex.gap {
  gap: 1rem;
}

.flex.mobile {
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .flex.mobile {
    flex-flow: row;
  }
}

.flex.between {
  justify-content: space-between;
}

.flex.center {
  align-items: center;
}

.flex.baseline {
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .video-wrapper iframe {
    aspect-ratio: 130/73;
    width: 90vw;
  }
}

.sharethis-inline-share-buttons {
  padding-block: 1.5rem;
}

.paragraph--type--text img,
.paragraph--type--text article {
  margin-block-end: 1rem;
}
.paragraph--type--text img.align-left, .paragraph--type--text img.align-center,
.paragraph--type--text article.align-left,
.paragraph--type--text article.align-center {
  margin-inline-end: 1.5rem;
}
.paragraph--type--text img.align-right, .paragraph--type--text img.align-center,
.paragraph--type--text article.align-right,
.paragraph--type--text article.align-center {
  margin-inline-start: 1.5rem;
}