/*
 * 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: georgia;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 14px;
}

body {
  margin: 0;
  color: #313637;
  background-color: #eb781f;
  background-position: top left /* LTR */
}

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

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

a {
  color: #0d77b5*/
}

a:hover {
    color: #2494db;
  }

a:focus {
    outline: solid 2px currentColor;
    outline-offset: 2px;
  }
.menu__item a
  { 
  font: bold 13px Georgia;
  text-align:center;
  position:center;
  margin:auto;
  color: #000000;
  list-style-type:none;
}
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.75rem;
  line-height: 2.25rem
}

@media (min-width: 43.75rem) {

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

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

@media (min-width: 43.75rem) {

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

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

@media (min-width: 43.75rem) {

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  color: #0d1214;
  font-family: "metropolis", sans-serif;
  font-weight: bold
}

@media (min-width: 43.75rem) {

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

[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;
}
.fc-center h2
{
	font-variant: small-caps;
}
