:root {
    --oc-site-width: 64rem;
}

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: 700;
}

h1 {
    font-size: 1.875rem
}

h2.page-title {
    font-size: 1.875rem;
    margin: 1rem 0;
}

h2 {
    font-size: 1.625rem
}

h3 {
    font-size: 1.25rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1rem
}

h6 {
    font-size: 1rem
}

a:hover {

}

a,
a:hover {

}

a:focus {

}

html {

}

body {
  font-size: 16px;
  font-family:  "Lato", Arial, sans-serif;
}

header {

}

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

.header-links {
    height: 44px;
}

.header-links-button {
    max-width: var(--oc-site-width);
    margin: auto;
    text-align: right;
}

.header-inner .logo-img {
    display: block;
    max-width: 241px;
}

.header-inner .logo-img img {
    max-width: 241px;
}

.header-inner .mobile-header-logo {
    display: none;
}

.breadcrumbs {
  margin-bottom: 0.5em;
}

.breadcrumb-list {
  width: 100%;
  max-width: var(--oc-site-width);
  margin: 2em auto;
  padding: 0 1em;
  list-style-type: none;
    font-size: 0.875rem;
    font-weight: 600;
}

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

ul.breadcrumb-list li+li:before {
  content: "/";
  margin: 0 8px;
}

.breadcrumb-list__item + .breadcrumb-list__item::before {
  display: inline-block;
  padding-right: .25rem;
  content: "/";
}

main {
  margin: auto;
}

footer {
    padding-top: 1.5625rem;
    font-size: .875rem;
}

.footer-top .container, .footer-bottom .container {
  max-width: var(--site-max-width);
  margin: auto;
}

.footer-top .footer-content .footer-info p {
    padding: 2rem 4rem 0 0;
}

.footer-social {
    align-content: end;
    padding-bottom: 2rem;
}

.footer-social--icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer-social--icons li {
    display: inline-block;
    margin-right: .9375rem;
}

.footer-top .footer-social--icons span.social-icon svg {
    height: 20px;
}

.footer-bottom .footer-copyright {
    padding: 1.25em .68188rem;
    text-align: right;
}

.clear {
  clear: both;
}

.black-bar-top-background {

}

.page-wrapper {

}


