

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

h1, .h1 {

}

h2, .h2 {

}

h3, .h3 {

}

h4, .h4 {

}

h5, .h5 {

}

h6, .h6 {

}

a:hover {

}

a,
a:hover {

}

a:focus {

}

html {
    scroll-padding-top: calc(var(--oc-scroll-padding-top) + 100px);
}

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

header {
    position: sticky;
    top: -20px; /* Equal to the height difference between header-outer and header-inner */
    height: 120px;
    z-index: 100;
}

.header-inner {
  max-width: var(--oc-site-width);
  margin: auto;
  padding: 2.5em 1em;
    height: 100px;
    position: sticky;
    top: 0;
}

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

.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: 14px;
}

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

/* Consultations list button */

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

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

footer {

}

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

.footer-top-content {
    padding: 2.5em 0;
}

.footer-top ul.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-top .footer-social__list-item {
    margin-right: 0.8rem;
    padding: 1.5rem;
    display: inline-block;

}

.footer-top .footer-social__list-item a:hover {
    transform: scale(1.5);
}

.footer-top .footer-social__list-item a {
    display: inline-block;
    transform: scale(1.2);
    width: 24px;
    height: 24px;
}

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

.footer-content p {
    font-size: 12px;
    margin: 0;
}

.footer-bottom-logo {
    padding-bottom: 5em;
}

.footer-logo {
    display: block;
}


.clear {
  clear: both;
}

.black-bar-top-background {

}

.page-wrapper {

}


