

section, article, aside, header, footer, nav, figure, figcaption, time, mark, main {
  display:block; /* legacy IE support */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, form, label, ul, ol, dl, address {

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 600;
}

h1, .h1 {
  font-size: 70px;
    font-family:  "Bebas Neue", sans-serif;
}

.homepage h2, .homepage .h2 {
    font-size: 60px;
    font-family:  "Bebas Neue", sans-serif;
}

.homepage h3, .homepage .h3 {
    font-size: 40px;
    line-height: 4.6rem;
    font-family:  "Bebas Neue", sans-serif;
}

h2, .h2 {
    font-size: 40px;
    line-height: 4rem;
}

h3, .h3 {
    font-size: 35px;
    line-height: 4rem;
}

h4, .h4 {
    font-weight: 400;
    font-size: 30px;
    line-height: 4rem;
}

h5, .h5 {
    font-size: 24px;
    line-height: 3rem;
}

h6, .h6 {
    font-size: 20px;
    line-height: 2.6rem;
}

a:hover {

}

a,
a:hover {

}

a:focus {

}

html {

}

body {
    font-size: 1rem;
    line-height: 1.5;
  font-family:  "Lato", sans-serif;
}

header {

}

.header-links {
    padding: 1.2rem 0;
}

.header-links .header-links-inner {
    max-width: var(--oc-site-width);
    padding: 0 1em 0.75em;
    margin: auto;
}

.header-links .header-links-inner a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.header-links .header-links-inner a:hover {
    text-decoration: underline;
}

.header-inner {
  max-width: var(--oc-site-width);
  margin: auto;
    padding: 1em 1em 10em;
}

.header-inner .logo-img {
    display: inline-block;
}

.header-inner .logo-img img {
    display: inline-block;
    width: auto;
    height: 64px;
}

.breadcrumbs {
  margin-bottom: 3.5em;
    padding: 7em 1em 3em;
}

.breadcrumbs nav {
    max-width: var(--oc-site-width);
    margin: auto;
}

.breadcrumb-list {
    margin: 1em;
    padding: 0.5em 0;
  list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.breadcrumb-list__item {
    margin-right: 0;
}

ul.breadcrumb-list li {
  display: inline;
}

ul.breadcrumb-list li+li:before {
    top: 5px;
    position: relative;
    content: url("/clients/eryri/images/chevron.svg");
  margin: 0;
}

.breadcrumb-list__item + .breadcrumb-list__item::before {
  display: inline-block;
    top: 5px;
    position: relative;
  padding-right: 0;
  content: url("/clients/eryri/images/chevron.svg");
}

h1.page-title, h1.main-document-title {
    position: absolute;
    top: 330px;
    max-width: fit-content;
}

/* Consultations list button */

.consultations.offcanvas-button {
    margin-left: -15em;
    top: 50px;
}

main {
  max-width: var(--oc-site-width);
  margin: auto;
}

footer {

}

.footer-inner {
    max-width: var(--oc-site-width);
    margin: auto;
}

footer .logo-img.footer-text {
    display: inline-block;
    padding: 7em 1em 4em;
}

footer .logo-img img {
    display: inline-block;
    width: auto;
    height: 140px;
}

.footer-links-title {
    font-size: 18px;
    font-weight: 600;
    padding: 18px 0;
}

.footer-links-social {
    margin-bottom: 1em;
}

.footer-social {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-top: 3em;
}

.footer-links-text.footer-links-parks {
    margin-top: 1em;
}

.footer-links-email {
    margin: 2em 0 0;
}

.footer-links-view {
    padding-top: 0.5em;
}

.footer-links-text.footer-social {
    float: right;
}

.footer-social-links a {
    padding-left: 16px;
}

.footer-bottom {
  font-size: 14px;
  max-width: var(--oc-site-width);
  margin: 6em auto 0;
}


.footer-copyright {
    padding: 2em 0;
}

.clear {
  clear: both;
}

.black-bar-top-background {

}

.page-wrapper {

}


