

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, .h1 {

}

h2, .h2 {

}

h3, .h3 {

}

h4, .h4 {

}

h5, .h5 {

}

h6, .h6 {

}

a:hover {
    font-weight: 600;
}

a,
a:hover {
    text-decoration: underline;
}

a:focus {

}

html {

}

body {
  font-size: 21px;
  font-family:  "Roboto", Helvetica, Arial, sans-serif;
}

header {

}

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

.header-inner .logo-link {
    width: 446px;
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5em 0 0.5em 0;
    text-decoration: none;
}

.header-inner .logo-link:hover {
    text-decoration: underline;
}

.breadcrumbs {
  margin-bottom: 0.5em;
}

.breadcrumb-list {
  width: 100%;
  max-width: var(--oc-site-width);
  margin: 1em auto;
  padding: 0 1em;
  list-style-type: none;
}

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

.breadcrumb-list__item {
    margin-right: 0.25rem;
}

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

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

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

.opus-document-list__heading .glyphicons.glyphicons-chevron-up {
    margin: -0.75em auto auto;
}

.opus-document-list__heading .glyphicons.glyphicons-chevron-down {
    margin: -0.5em auto auto;
}

.glyphicons-chevron-up::before {
    content: "-";
    font-size: 2rem;
    font-weight: 700;
}

.glyphicons-chevron-down::before {
    content: "+";
    font-size: 2rem;
    font-weight: 700;
}

footer {

}

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

.footer-top {
    padding: 5em 0.5em;
}

.footer-social--icons p {
    margin-bottom: 0.25em;
}

.footer-social--icons a {
    text-decoration: none;
    display: inline-block;
}

.footer-logo img {
    height:135px;
    width:180px;
}

.footer-content p {
    font-size: 16px;
    margin-bottom: 2em;
    padding: 1em 0;
}


.clear {
  clear: both;
}

.black-bar-top-background {

}

.page-wrapper {

}

/* Consultations list button */

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


