h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Capricasanspersonaluse, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 43px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

a {
  color: #70181c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

li {
  margin-bottom: 10px;
}

.hero-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(48, 48, 48, 0.9), #2c2c2c), url('../images/Man-Cave-Home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navlink {
  padding-top: 27px;
  font-family: 'Open Sans', sans-serif;
  color: #70181c;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.navlink:hover {
  padding-top: 23px;
  border-top: 4px solid #701a1c;
}

.navlink.clinical {
  padding-right: 20px;
}

.navlink.clinical:hover {
  border-top-color: #f57900;
  color: #f57900;
}

.navlink.hygiene {
  padding-right: 20px;
}

.navlink.hygiene:hover {
  border-top-color: #009aee;
  color: #009aee;
}

.navlink.recycling {
  padding-right: 20px;
}

.navlink.recycling:hover {
  border-top-color: #2eaa34;
  color: #2eaa34;
}

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.no-margin-top {
  margin-top: 0px;
}

.hib-wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hp-main-top {
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper.cr-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.clinical {
  color: #f57900;
}

.medium-margin-top {
  margin-top: 35px;
}

.hygiene {
  color: #009aee;
}

.recycling {
  color: #2eaa34;
}

.hp-sec2 {
  padding: 100px 20px;
}

.hp-sec2.footer {
  overflow: hidden;
  background-color: #70181c;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.white {
  color: #fff;
}

.white.no-margin-bottom {
  color: #bda964;
}

.neg-mar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.footer {
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
}

.ft-dv {
  height: 0.5px;
  margin-bottom: 25px;
  background-color: #616161;
}

.ph-wrap {
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  background-image: url('../images/phone-white.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-weight: 600;
}

.ft-link {
  color: #fff;
  text-decoration: none;
}

.tx-fld.mss {
  padding-bottom: 50px;
}

.tx-fld.mss.ft-bk {
  background-color: hsla(0, 0%, 100%, 0.14);
}

.tx-fld.ft-bk {
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.14);
}

.hp-fm-sub {
  background-color: hsla(0, 0%, 100%, 0.14);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: 400;
}

.hp-fm-sub:hover {
  background-color: hsla(0, 0%, 100%, 0.31);
}

.form {
  text-align: right;
}

.soc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fdfdfd;
  text-decoration: none;
}

.ft-soc-image {
  margin-right: 15px;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.14);
}

.cpy-wrapper {
  padding: 20px;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.cp-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cp-1.r-1 {
  text-align: right;
}

.cp-1.m-1 {
  text-align: center;
}

.fd {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.fd:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.dropdown-link {
  padding-left: 35px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.dropdown-link:hover {
  -webkit-filter: none;
  filter: none;
}

.dropdown-link.clinical {
  background-image: url('../images/WGS_Orange_V2.svg');
  background-position: 5px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #f57900;
}

.dropdown-link.hygiene {
  background-image: url('../images/WGS_Blue1.svg');
  background-position: 5px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.dropdown-link.recycling {
  background-image: url('../images/WGS_Green1.svg');
  background-position: 5px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.dropdown-list.w--open {
  margin-top: 10px;
  background-color: #fff;
}

.link {
  color: #a3001d;
}

.black {
  color: #000;
  font-weight: 700;
}

.important-text {
  color: #0d0e27;
}

.important-text:hover {
  border-bottom: 1px none #000;
  color: #5a5a5a;
  text-decoration: none;
}

.image-cell {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 2px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.linky-link {
  color: #fff;
}

.container {
  font-family: Exo, sans-serif;
  color: #bda964;
}

.heading {
  font-family: Exo, sans-serif;
}

.large-margin-top {
  margin-top: 25px;
}

.divider {
  display: block;
  width: 50%;
  height: 1px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #bda964, hsla(0, 0%, 100%, 0));
}

.section {
  padding: 100px 20px;
}

.section.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1e1e1;
  background-image: linear-gradient(135deg, rgba(0, 122, 255, 0.6), rgba(238, 150, 250, 0.37)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AVEBURY-8.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  color: #fff;
}

.centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logo {
  width: 400px;
  margin-right: 20px;
  padding-left: 0px;
}

.divider-2 {
  width: 50%;
  height: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #fff;
}

.medium-margin-bottom {
  margin-bottom: 25px;
}

.hero {
  font-family: Capricasanspersonaluse, sans-serif;
  font-size: 65px;
}

.phone-link {
  color: #fff;
}

.clc-accred {
  width: 300px;
  height: 108px;
  margin-top: 30px;
}

.email {
  padding-left: 35px;
  background-image: url('../images/envelope-25.svg');
  background-position: 0px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph {
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

@media screen and (max-width: 991px) {
  h1 {
    color: #fff;
  }

  h2 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 300;
  }

  h4 {
    color: #fff;
  }

  h5 {
    font-family: 'Open Sans', sans-serif;
    color: #70181c;
    font-weight: 300;
  }

  h6 {
    font-family: 'Open Sans', sans-serif;
    color: #70181c;
    font-weight: 300;
  }

  .hero-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/moon-river.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/moon-river.jpg');
  }

  .navlink {
    padding-top: 20px;
    color: #fff;
  }

  .navlink:hover {
    padding-top: 20px;
    border-top-style: none;
  }

  .navlink.clinical:hover {
    padding-top: 20px;
    border-top-style: none;
  }

  .navlink.hygiene:hover {
    padding-top: 20px;
    border-top-style: none;
  }

  .navlink.recycling:hover {
    padding-top: 20px;
    border-top-style: none;
  }

  .nav-menu {
    margin-top: 72px;
    background-color: #70181c;
  }

  .hp-sec2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .heading {
    color: #bda964;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.header-section {
    height: 100vh;
    padding-top: 50px;
    background-image: linear-gradient(122deg, rgba(0, 133, 255, 0.53), rgba(211, 69, 246, 0.28)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AVEBURY-8.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .logo {
    width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 21px;
  }

  .hero-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/moon-river.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/moon-river.jpg');
    background-position: 0px 0px, -258px 0px;
  }

  .hib-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hp-sec2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .neg-mar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.header-section {
    height: auto;
    padding-top: 50px;
  }

  .logo {
    width: 250px;
    margin-right: 0px;
  }

  .hero {
    line-height: 59px;
  }

  .paragraph {
    text-align: left;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 27px;
  }

  h3 {
    margin-top: 0px;
    font-size: 16px;
  }

  .hero-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/moon-river.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/moon-river.jpg');
    background-position: 0px 0px, 28% 50%;
  }

  .heading {
    font-size: 28px;
  }

  .heading-3 {
    font-size: 15px;
  }

  .section.header-section {
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(119deg, rgba(63, 170, 255, 0.59), rgba(220, 34, 255, 0.28)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AVEBURY-8.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .logo {
    width: 200px;
  }

  .divider-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .medium-margin-bottom {
    margin-bottom: 5px;
  }

  .phone {
    font-size: 19px;
  }

  .hero {
    font-size: 34px;
    line-height: 30px;
  }

  .phone-link {
    color: #fff;
  }
}

@font-face {
  font-family: 'Celtic mn';
  src: url('../fonts/Celtic-MN-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Capricasanspersonaluse';
  src: url('../fonts/CapricaSansPersonalUse.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}