@font-face{
  font-family:"Source Sans";
  src:url("../../fonts/SourceSans/static/SourceSans3-Regular.ttf");
}

@font-face{
  font-family:"Roboto Bold";
  src:url("../../fonts/Roboto/Roboto-Bold.ttf");
}

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

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

html {
  font-size: 100%;
}
body {
  font-family: 'Source Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4em;
  margin: 0;
  font-size: 20px;
}

header .menu a {
  font-size: 1.143em;
  line-height: 3.75rem;
  text-decoration: none;
}
.node__title a:focus {
  background-size: 100% 100%;
}
.site-footer .menu a {
  color: #61CE70;
  line-height: 1.4em;
}

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

h1 {
  font-weight: bold;
  font-size: 1.8em;
  letter-spacing: 0.0125em;
}
h1.page-title {
  font-size: 1.714em;
  margin: 1em 0 0.5em;
  line-height: 1.5em;
}

h2 {
  margin-top: .75em;
  margin-bottom: .75em;
  font-size: 1.75em;
  line-height: 1.2em;
}
h3 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  font-size: 1.7em;
  line-height: 1.2em
}

.node__content {
  font-size: 1.214em;
  line-height: 1.5em;
}
.node__content a {
  text-decoration: none;
  color: #00a79d;
  transition: color .1s ease-in-out,background-color .1s ease-in-out;
  font-weight: bold;
  letter-spacing: .125em;
}
.node__content a:hover {
  color: #00a79d;
}

.opacity {
  opacity: 0.6;
}
.site-footer .block__title {
  font-size: 1.25em;
  letter-spacing: 0.05em;
}

@media (min-width: 43.75rem) {
  body.path-admin .region--content {
    font-size: 1rem;
  }
  h1 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    font-size: 3.5em;
    line-height: 0.85em
  }
  .view__group-title {
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    font-size: 2em;
    line-height: 0.85em
  }
  h3 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.7em;
    line-height: 1.1em
  }
  h4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.3em;
    line-height: 1em
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.region--footer a {
  text-decoration: none;
}

[dir="ltr"] ul {
  margin-left: 1.5em;
  margin-right: 0;
  padding-left: 0;
}
[dir="rtl"] ul {
  margin-right: 1.5em;
  margin-left: 0;
  padding-right: 0;
}
ul {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  list-style-type: disc;
  list-style-image: none;
}

[dir="ltr"] .overlay {
  left: 0;
}
[dir="rtl"] .overlay {
  right: 0;
}
.overlay {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  opacity: 0.2;
}
.js-overlay-active .overlay {
  display: block;
}

footer p,
footer .menu a {
  font-size: 1.214em;
  line-height: 1.5em;
}
footer p {
  margin-bottom: 1.5em;
}
