:root {
  --dark-slate-blue: #0e4768;
  --white: white;
  --black: black;
  --sky-blue: #93cae8;
  --steel-blue: #4290bb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 19px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #1c89dd;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
}

h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul {
  color: #1b96d8;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 17px;
}

li {
  color: #0f6ba0;
  margin-bottom: 16px;
  line-height: 21px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.slidersection {
  z-index: 1000;
  float: none;
  clear: none;
  background-color: var(--dark-slate-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.headersection {
  background-color: var(--white);
  border-bottom: 9px solid #fff;
  height: 187px;
}

.navbar {
  background-color: #1b4055;
}

.front-card {
  background-color: var(--dark-slate-blue);
  color: #000;
  text-align: center;
  border: 1px solid #7fc6e7;
  width: 100%;
  height: 256px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 2px 4px 5px #0003;
}

.front-card:hover {
  background-color: #e2e2e2;
}

.column {
  padding-top: 44px;
}

.logoimage {
  background-color: #0000;
  width: 220px;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: block;
}

.quicklinkheading {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

._24hourphone {
  color: #187099;
  text-align: left;
  margin-top: -20px;
  margin-bottom: 19px;
  font-size: 27px;
}

.headercontainer {
  background-color: var(--white);
  height: 178px;
  padding: 20px 0;
}

.quickbutton {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 69px;
  margin-bottom: 6px;
  padding: 21px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.quickbutton:hover {
  background-color: var(--steel-blue);
}

.navmenu {
  float: none;
  text-align: center;
}

.footersection {
  color: #fff;
  background-color: #1c4054;
  height: auto;
  margin-top: 59px;
  padding-top: 50px;
  padding-bottom: 31px;
}

.link-block {
  background-color: #fff;
  border-radius: 100px;
  width: 200px;
  height: 158px;
  margin-left: 40px;
  padding: 20px;
  position: static;
  top: 8px;
}

.link-block.w--current {
  float: none;
  clear: none;
  background-color: var(--white);
  border-radius: 0;
  width: 200px;
  height: 158px;
  padding: 20px;
  display: block;
  overflow: hidden;
}

.homeslide1 {
  background-image: url('../images/14.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  background-color: var(--dark-slate-blue);
  height: 329px;
  margin-top: 0;
  padding: 19px;
  position: static;
}

.slidercontainer {
  background-color: #93cae8;
  position: static;
}

.slide-nav {
  bottom: 24px;
  left: 0;
  right: 0;
}

.sidemenu {
  background-color: #e2e2e2;
  width: 100%;
  margin-bottom: 21px;
}

.sidenavlink {
  background-color: #e2e2e2;
  border-bottom: 2px solid #fff;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.sidenavlink:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.sidenavlink.w--current {
  color: #fff;
  background-color: #0e4868;
}

.teammember {
  border: 1px #83c8e5;
  border-bottom: 3px solid #1c89dd;
  margin-bottom: 14px;
  padding: 10px;
}

.innerimage {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 20px;
}

.imageright {
  float: right;
  margin-bottom: 20px;
  padding-left: 25px;
}

.area {
  border-top: 1px solid var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 2px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.arearow {
  margin-top: 11px;
  margin-bottom: 22px;
}

.dentistpic {
  height: 150px;
  margin-bottom: 15px;
  margin-right: 11px;
  padding-right: 2px;
}

.contentsection {
  width: 100%;
}

.serviceslink {
  color: #333;
  text-align: center;
  background-color: #91c9e9a1;
  border-radius: 5px;
  justify-content: space-around;
  width: 23%;
  height: 130px;
  margin-bottom: 17px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: static;
}

.serviceslink:hover {
  background-color: #dbc385;
}

.serviceslink.paylink:hover {
  background-color: #b0db85;
}

.servicesheading {
  color: var(--dark-slate-blue);
  text-transform: none;
  border: 1px #fff;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.servicesflexwrap {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  margin-top: 31px;
  display: flex;
}

.homedetails {
  text-align: center;
}

.introsection {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 24px;
}

.quicklinkssection {
  padding-bottom: 0;
}

.navlink {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.navlink:hover {
  background-color: var(--steel-blue);
  color: #000;
}

.navlink.w--current {
  background-color: var(--sky-blue);
  color: #000;
}

.maincontainer {
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  padding-bottom: 30px;
  display: block;
}

.image {
  margin-bottom: 19px;
}

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

.pictext {
  color: #1ea4ee;
  margin-top: 4px;
  font-size: 14px;
  font-style: italic;
}

.newsblockblue {
  background-color: #d4e8f3;
  margin-bottom: 27px;
  padding: 30px;
}

.staffnewsheading {
  color: #0b5883;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.newsarticle {
  border: 2px solid var(--sky-blue);
  background-color: #fcfcfc;
  margin-bottom: 27px;
  padding: 18px;
}

.apply {
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  width: 100%;
  margin-top: 14px;
  padding: 19px;
}

.apply:hover {
  background-color: #3683c7;
}

.tandcbutton {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 19px;
  padding: 21px;
  font-size: 15px;
  display: block;
}

.tandcbutton:hover {
  background-color: #2a6292;
}

.list {
  color: #fff;
}

.footerlinkimage {
  text-align: center;
  width: 22%;
  margin: 12px;
}

.image-2 {
  width: auto;
}

.registered {
  float: none;
  margin-top: 0;
  margin-bottom: 10px;
}

.slideshowlinkarea {
  background-color: #0b5985a8;
  width: 40%;
  padding: 46px 41px 38px 28px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ssheading {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px;
}

.sspara {
  color: #fff;
  line-height: 22px;
}

.homeslide2 {
  background-image: url('../images/3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeslide3 {
  background-image: url('../images/8.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeslide4 {
  background-image: url('../images/1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeslide5 {
  background-image: url('../images/6.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeslide6 {
  background-image: url('../images/9.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeslide7 {
  background-image: url('../images/7.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeslide8 {
  background-image: url('../images/12.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidenavwrap {
  background-color: #e2e2e2;
}

.teamimage {
  margin-right: 0;
  padding-right: 11px;
}

.columns {
  margin-top: 27px;
}

.html-embed {
  text-align: center;
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.infowrap {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.hr {
  background-color: var(--steel-blue);
  height: 2px;
  margin-top: 25px;
  margin-bottom: 18px;
}

.facebooklink {
  color: var(--white);
  background-color: #3b579d;
  border-radius: 7px;
  width: 100%;
  padding: 21px;
  font-size: 15px;
}

.facebooklink:hover {
  background-color: #253e7e;
}

.utility-page-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 185px;
  display: block;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body {
  padding: 49px;
}

.image-4 {
  width: 310px;
}

.link-block-3 {
  background-color: #0000;
  width: 100%;
  height: auto;
  overflow: auto;
}

.div-block-2 {
  width: 100%;
}

.copyrightsection {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.copyright {
  font-size: 13px;
}

.detailswrap {
  background-color: #e4eff5;
  border-bottom: 1px solid #4290bb;
  margin-bottom: 11px;
  padding: 9px;
}

.newcontactform {
  background-color: #93cae8;
  padding: 13px;
}

.heading-6 {
  background-color: var(--sky-blue);
  color: var(--dark-slate-blue);
  border-radius: 0;
  font-weight: 700;
}

.smallarticle {
  border: 2px solid var(--sky-blue);
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 18px;
}

.paragraph-2 {
  text-align: center;
}

.teamcontainer {
  text-align: center;
  padding-bottom: 30px;
}

.heading-9 {
  color: var(--dark-slate-blue);
  text-align: center;
}

.table {
  border: 2px solid var(--dark-slate-blue);
  background-color: #bee0f3;
  margin-top: 15px;
  margin-bottom: 19px;
}

.innertable {
  background-color: #0000;
  border: 1px #000;
  padding: 0 16px;
}

.tableinner {
  background-color: var(--white);
  text-align: center;
  border: 1px #000;
  padding: 7px;
}

.tableheading {
  background-color: var(--dark-slate-blue);
  color: #def3ff;
  text-align: center;
  text-transform: uppercase;
  padding: 13px;
  font-size: 19px;
}

.column-5 {
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-5 {
  text-align: center;
}

.billpaycontainer {
  text-align: center;
  padding-bottom: 30px;
}

.heading-12 {
  font-size: 18px;
}

.html-embed-5 {
  margin-top: 45px;
}

.billpayfooter {
  text-align: center;
  background-color: #44a247;
  border-radius: 4px;
  width: 93%;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px;
  font-size: 17px;
  display: block;
}

.billpayfooter:hover {
  background-color: #75cf78;
}

.billpayfooter.w--current {
  border-radius: 6px;
  padding: 33px;
  font-size: 19px;
}

.billpayfooter.w--current:hover {
  background-color: #5ec961;
}

.tandc {
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding: 23px;
  font-size: 18px;
  box-shadow: 0 2px 5px #0003;
}

.tandc:hover {
  background-color: var(--dark-slate-blue);
}

.paragraph-6 {
  text-align: center;
  padding-bottom: 25px;
}

.section-2 {
  margin-bottom: 46px;
}

.note {
  background-color: var(--sky-blue);
  text-align: center;
  padding: 29px;
  font-size: 14px;
}

.notetext {
  font-size: 17px;
  line-height: 25px;
}

.button-2 {
  margin-top: 20px;
}

.admintbutton {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 19px;
  padding: 21px;
  font-size: 15px;
  display: block;
}

.admintbutton:hover {
  background-color: #2a6292;
}

.newsheader {
  background-color: #85bedd;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.newslettersub {
  color: #fff;
  text-align: center;
  background-color: #0e4868;
  padding: 10px;
  font-size: 22px;
}

.newslettersubcolour {
  color: #123149;
  text-align: center;
  background-color: #87c6e8;
  padding: 10px 20px;
  font-size: 20px;
  display: block;
}

.tionewpicsml {
  text-align: left;
  background-color: #fff;
  width: 50%;
  margin: 10px auto;
  padding: 13px;
  display: block;
}

.heading-13, .paragraph-7, .paragraph-8, .paragraph-9, .heading-14, .paragraph-10, .paragraph-13 {
  text-align: center;
}

.heading-15 {
  text-align: center;
  font-size: 26px;
}

.paragraph-15, .paragraph-16 {
  text-align: left;
}

.image-5 {
  text-align: center;
}

.columns-2 {
  text-align: left;
}

.bold-text-3 {
  color: var(--white);
}

.container1140 {
  max-width: 1140px;
}

.cloud {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.weigh {
  margin-bottom: 52px;
}

.download:hover {
  background-color: #0d5ca2;
}

.rich-text-block, .rich-text-block-2 {
  text-align: left;
}

.paragraph-17 {
  text-align: center;
}

.cell-3, .cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.rich-text-block-3 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  h1 {
    border-radius: 0;
  }

  .front-card {
    height: 230px;
  }

  .quicklinkheading {
    color: var(--white);
    font-size: 17px;
  }

  ._24hourphone {
    font-size: 23px;
  }

  .link-block, .link-block.w--current {
    margin-left: 0;
  }

  .sidemenu {
    background-color: #969696;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .sidemenu:hover {
    background-color: var(--steel-blue);
  }

  .serviceslink {
    background-position: 95% 11%;
    background-size: 29px;
    width: 232px;
  }

  .servicesheading {
    padding: 14px;
  }

  .servicesflexwrap {
    justify-content: space-around;
  }

  .registered {
    padding-top: 11px;
  }

  .innerheading {
    margin-bottom: 0;
  }

  .innermenu {
    float: none;
    color: var(--white);
    text-align: center;
    background-color: #0000;
    width: 100%;
    margin-top: 0;
    padding: 5px 10px 0;
    font-size: 29px;
  }

  .innermenu:hover {
    background-color: #0000;
  }

  .click {
    font-size: 14px;
  }

  .heading-4 {
    border-radius: 0;
  }

  .table {
    margin-top: 23px;
    margin-bottom: 11px;
    padding: 0 10px;
  }

  .innertable {
    padding: 0;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .row {
    background-color: var(--white);
    height: auto;
    overflow: visible;
  }

  .headersection {
    height: auto;
  }

  .navbar {
    z-index: 5000;
  }

  .front-card {
    background-color: var(--sky-blue);
    box-shadow: none;
    height: auto;
    margin-top: 8px;
    margin-bottom: 6px;
    padding: 2px;
  }

  .column {
    text-align: center;
    padding-top: 25px;
  }

  .logoimage {
    width: auto;
    max-width: 100%;
  }

  .quicklinkheading {
    color: var(--dark-slate-blue);
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px;
    font-size: 18px;
  }

  ._24hourphone {
    text-align: center;
  }

  .headercontainer {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quickbutton {
    background-image: none;
    font-size: 18px;
  }

  .footersection {
    text-align: center;
    margin-top: 0;
  }

  .link-block {
    text-align: center;
    width: 160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 21px 21px 0;
    display: block;
  }

  .link-block.w--current {
    text-align: center;
    width: 160px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .sidemenu {
    width: 100%;
    margin-top: -20px;
  }

  .serviceslink {
    width: 161px;
    margin-bottom: 12px;
  }

  .servicesflexwrap {
    padding: 9px;
  }

  .introcontainer {
    padding: 0 20px;
  }

  .navlink {
    background-color: var(--white);
    color: var(--dark-slate-blue);
    text-align: center;
    margin-bottom: 1px;
    font-size: 16px;
  }

  .navlink:hover {
    background-color: var(--sky-blue);
  }

  .maincontainer {
    padding: 0 20px;
  }

  .list {
    list-style-type: none;
  }

  .menu-button {
    float: none;
    color: var(--sky-blue);
    text-align: center;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
  }

  .teamimage {
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .homeqlimage {
    display: none;
  }

  .homecontent1 {
    padding: 0 20px 20px;
  }

  .innerheading {
    border-radius: 0;
  }

  .facebooklink {
    text-align: center;
  }

  .smallarticle {
    height: auto;
  }

  .teamcontainer {
    padding: 0 20px;
  }

  .tableinner {
    margin-left: 4px;
    margin-right: 4px;
  }

  .tableheading {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 15px;
  }

  .billpaycontainer {
    padding: 0 20px;
  }

  .newsheader {
    margin-bottom: 21px;
    padding: 0 20px;
  }

  .newslettersubcolour {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    line-height: 20px;
  }

  p {
    line-height: 21px;
  }

  .front-card {
    padding: 2px;
  }

  ._24hourphone {
    font-size: 22px;
    line-height: 31px;
  }

  .headercontainer {
    padding: 0 20px;
  }

  .quickbutton {
    background-position: 3%;
    background-size: 20px;
    font-size: 16px;
  }

  .sidemenu {
    width: 100%;
  }

  .teammember {
    text-align: center;
  }

  .serviceslink {
    background-position: 97%;
    background-size: 26px;
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .servicesheading {
    height: auto;
    display: block;
  }

  .introsection {
    margin-top: 0;
  }

  .maincontainer {
    padding: 0 7px 7px;
  }

  .slideshowlinkarea {
    width: 100%;
    padding-top: 27px;
  }

  .ssheading, .sspara {
    text-align: center;
  }

  .teamimage {
    margin-bottom: 20px;
  }

  .bold-text {
    line-height: 16px;
  }

  .smallarticle {
    padding: 2px;
  }

  .teamcontainer {
    padding: 0 7px 7px;
  }

  .table {
    padding-left: 0;
    padding-right: 0;
  }

  .innertable {
    padding: 0;
  }

  .tableinner {
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .tableheading {
    background-color: var(--dark-slate-blue);
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 63px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px;
    font-size: 13px;
    line-height: 19px;
    display: flex;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .billpaycontainer, .newsheader {
    padding: 0 7px 7px;
  }
}

#w-node-_285b5fe4-ed83-9efa-d1fd-32813796adf9-963d97d5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


