/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Generic base elements.
 */

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

html {
  font-family: "Opensans", sans-serif;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6875rem;
}

body {
  margin: 0;
  color: #313637
  /* background-color: var(--color--gray-95); */
  /* background-image: url("../../images/background.svg"); */
  /* background-position: top left; LTR */
}

body.is-fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
  }

[dir="rtl"] body {
  background-position: top right;
}

a {
  color: #990000
}

a:hover {
    color: #990000;
  }

a:focus {
    outline: solid 2px currentColor;
    outline-offset: 2px;
  }

button {
  font-family: inherit;
}

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

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

h1 {
  letter-spacing: -0.01em;
  font-size: 1.5rem;
  line-height: 1.875rem
}

@media (min-width: 43.75rem) {

h1 {
    font-size: 2.625rem;
    line-height: 3.75rem
}
  }

h2 {
  letter-spacing: -0.01em;
  font-size: 1.5rem;
  line-height: 1.875rem
}

@media (min-width: 43.75rem) {

h2 {
    font-size: 2.25rem;
    line-height: 2.8125rem
}
  }

h3 {
  font-size: 1.25rem;
  line-height: 1.40625rem
}

@media (min-width: 43.75rem) {

h3 {
    font-size: 1.5rem;
    line-height: 1.875rem
}
  }

h4 {
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.40625rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 0.9375rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  color: #282424;
  font-family: "Opensans", sans-serif
}

@media (min-width: 43.75rem) {

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem
}
  }

[dir="ltr"] ul {
  margin-left: 1.5em;
}

[dir="rtl"] ul {
  margin-right: 1.5em;
}

[dir="ltr"] ul {
  margin-right: 0;
}

[dir="rtl"] ul {
  margin-left: 0;
}

[dir="ltr"] ul {
  padding-left: 0;
}

[dir="rtl"] ul {
  padding-right: 0;
}

ul {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  list-style-type: disc;
  list-style-image: none;
}

p {
  font-family: "LibreCaslon", "georgia", serif;
  font-size: 1rem;
}

/* This is overall moditication to existing */

a#edit-help-link {
  display: none;
}

.entity-moderation-form {
  width: 100% !important;
  justify-content: space-between;
}

@media (min-width: 75rem) {
  [dir="ltr"] .layout--content-narrow .entity-moderation-form, [dir="ltr"] .layout--pass--content-narrow > * .entity-moderation-form, [dir="ltr"] .layout--content-medium .entity-moderation-form, [dir="ltr"] .layout--pass--content-medium > * .entity-moderation-form {
    margin-left: 0 !important;
  }
}

@media (min-width: 62.5rem) {
  [dir="ltr"] .layout--content-narrow .entity-moderation-form, [dir="ltr"] .layout--pass--content-narrow > * .entity-moderation-form, [dir="ltr"] .layout--content-medium .entity-moderation-form, [dir="ltr"] .layout--pass--content-medium > * .entity-moderation-form {
    margin-left: 0 !important;
  }
}

@media (min-width: 43.75rem) {
  [dir="ltr"] .layout--content-narrow .entity-moderation-form, [dir="ltr"] .layout--pass--content-narrow > * .entity-moderation-form, [dir="ltr"] .layout--content-medium .entity-moderation-form, [dir="ltr"] .layout--pass--content-medium > * .entity-moderation-form {
    margin-left: 0 !important;
  }
}