

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: 3rem;
}

h2, .h2 {

}

h3, .h3 {

}

h4, .h4 {

}

h5, .h5 {

}

h6, .h6 {

}

a:hover {

}

a,
a:hover {

}

a:focus {

}

html {

}

body {
  font-size: 18px;
  /*font-family:  Arial, sans-serif;*/
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

header {

}

.header-inner {
  margin: auto;
  padding: 1rem;
}

.header-logo {
    max-width: 16rem;
    max-height: 2.5rem;
}

.breadcrumbs {
    margin: 0.25em 0;
}

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

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

.breadcrumb-list__item__home {
    text-decoration: none;
    vertical-align: text-bottom;
}

.breadcrumb-list__item__home svg {
    width: 1.25rem;
    height: 1.25rem;
}

.breadcrumb-list__item a {
    text-decoration: none;
}

.breadcrumb-list__item a:hover {
    text-decoration: underline;
}

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

ul.breadcrumb-list li+li:before {
    display: inline-block;
  content: url("/clients/torbay/images/chevron.svg");
    width: 1rem;
  margin: 0 8px;
}

.breadcrumb-list__item + .breadcrumb-list__item::before {
  display: inline-block;
  padding-right: 0;
  content: url("/clients/torbay/images/chevron.svg");
    width: 1rem;
}

/* Consultations list button */

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

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

.page-title-wrapper, .main-document-title-wrapper {
    display: flex;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    margin-bottom: 2em;

}

.page-title, .main-document-title {
    padding: 1em 0;
    max-width: var(--oc-site-width);
    margin: auto;
}

footer {

}

.footer-top {
    padding: 3rem 1rem;
    margin: auto;
}

.footer-top .container , .footer-bottom .container {
    max-width: 100%;
}

.footer-top .footer-social-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.footer-top .social-media-icon {
    text-decoration: none;
    margin-right: 1em;
    display: inline-block;
}

.footer-top .social-media-icon svg {
    height: 3rem;
    width: 3rem;
}

.footer-social-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.footer-social-link:hover {
    text-decoration: underline;
}

.footer-bottom {
  font-size: 16px;
  padding: 1rem;
  margin: auto;
}

.footer-bottom .footer-logos {
    text-align: right;
}

.footer-bottom .footer-logos div {
    display: inline-block;
    margin-left: 2em;
}

.footer-bottom .footer-logos a {
    display: inline-block;
}



.clear {
  clear: both;
}

.black-bar-top-background {

}

.page-wrapper {

}


