:root {
    --oc-site-width: 1170px
}

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

h1, .h1 {
    font-size: 42px;
}

h2, .h2 {
    font-size: 32px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 12px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
}

a:hover {

}

a,
a:hover {

}

a:focus {

}

html {

}

body {
    font-size: 18px;
    line-height: 1.42857143;
  font-family:  "Barlow", Helvetica, Arial, sans-serif;
}

header {

}

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

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

.header-inner .logo-img img {
    height: 81px;
    width: 140px;
}

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

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

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

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

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

footer {
    margin-top: 2em;
}

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

.footer-logo img {
    height: 90px;
    width: auto;
    float: right;
}

.footer-bottom .footer-social {
    padding-top: 10px;
    padding-bottom: 5em;
}

.footer-bottom .footer-social-icons {
    text-align: right;
    list-style: none;
}

.footer-bottom .footer-social-icons li {
    list-style: none;
    padding-right: 4px;
    display: inline-block;
}

.footer-bottom .footer-social a {
    display: block;
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
}


.clear {
  clear: both;
}

.black-bar-top-background {

}

.page-wrapper {

}


