:root {
  --blue: #3F70A2;
  --green: #317622;
  --grey: #F4F4F4;
  --white: #FFFFFF;
  --padding: 100px;
  --inner: calc(100% - 200px);
  --body: 'Roboto', sans-serif;
  --title: 'Sorts Mill Goudy', serif;
  --black: #1B1B1B;
}
h3 {
  font-size: 26px;
  padding: 0;
  margin: 0;
  color: inherit;
}
h4 {
  color: var(--blue);
  padding: 0;
  margin: 0;
  font-size: 20px;
}
body {
  padding: 0;
  margin: 0;
}
p {
  margin-top: 10px;
  margin-bottom: 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}

#header {
  font-family: var(--body);
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 130px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  background: white;
  z-index: 1000;
}
#topHeader {
  background: var(--blue);
  height: 40px;
  line-height: 40px;
  padding-left: 200px;
  padding-right: 200px;
  color: white;
}
#phoneIcon {
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}
#phoneNumber {
  float: left;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}
#phoneNumber a {
  text-decoration: none;
  color: inherit;
}
#openingHours {
  float: left;
  font-size: 14px;
}
#navHeader {
  height: 90px;
  padding-left: 200px;
  padding-right: 200px;
}
#appBox {
  background: var(--green);
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  cursor: pointer;
}
#findCentre {
  float: right;
  font-size: 14px;
  cursor: pointer;
}
#findCentreIcon {
  float: left;
  margin-right: 10px;
  height: 20px;
  margin-top: 10px;
}
#appBoxIcon {
  float: left;
  margin-right: 10px;
  height: 20px;
  margin-top: 10px;
}
#navHeader .logo {
  height: 40px;
  margin-top: 25px;
  float: left;
}
#navHeader .navigation {
  float: right;
  line-height: 90px;
}
#navHeader .navigation .nav {
  float: right;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  padding-left: 30px;
}
#navHeader .navigation .nav:hover {
  color: var(--blue);
  transition: 0.2s;
}
.marginRight10 {
  margin-right: 10px;
}
.marginRight20 {
  margin-right: 20px;
}
.mainHeader {
  background: white;
  padding-left: var(--padding);
  padding-left: var(--padding);
  height: 90px;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 10000;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.mainHeader .logo {
  height: 40px;
  margin-top: 25px;
}
.module {
  position: relative;
}
.fixedButton {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  padding-left: 15px;
  padding-right: 20px;
  z-index: 10000;
  cursor: pointer;
  font-size: 20px;
}
.newModulePosition {
  height: 0px;
  background: red;
}
.blockquote {
  border-left: solid 5px #3F70A2;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 300;
}
.module8Tick {
  float: left;
  width: 40px;
}
.module8Content {
  float: right;
  width: calc(100% - 60px);
}
.module9Inner {
  float: left;
}
.module9Comment {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.module9Author {

}
.module9Image {
  margin: 0 auto;
  width: 40px;
}
.blueGreenHollowButton {
  border: solid 1px #3F70A2;
  height: 30px;
  color: #3F70A2;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  font-weight: bold;
  font-size: 13px;
}
.whiteHollowButton {
  border: solid 1px #FFFFFF;
  height: 30px;
  color: #FFFFFF;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  font-weight: bold;
  font-size: 13px;
}
.greenBlueButton {
  background: #317622;
  height: 30px;
  color: white;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  border: none;
}
.greenBlueButton:hover {
  transition: 0.5s;
  background: #3F70A2;
}
.blueGreenHollowButton:hover {
  border: solid 1px #317622;
  color: #317622;
  transition: 0.3s;
}
.whiteHollowButton:hover {
  border: solid 1px red;
}
.module10Pin {
  width: 50px;
  margin-bottom: 20px;
}
.module10Branch {
  font-weight: bold;
}
.module10Container {
  float: left;
}
.module10Image {
  width: 50px;
  float: left;
  margin-right: 20px;
}
.module10Image img {
  width: 100%;
}
.module10Content {
  float: right;
  width: calc(100% - 70px);
}

.shadowBox:hover {
  background: blue;
}
.module15Roundle {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#footer {
  background: var(--black);
  color: var(--white);
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
  overflow: auto;
}
#footerContent1 {
  width: calc(100% / 7);
  float: left;
  line-height: 2em;
}
.footerTitle {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#footerContent2 {
  width: calc((100% / 7) * 2);
  float: left;
  line-height: 2em;
}
.noLink {
  text-decoration: none;
  color: inherit;
}
.footerLogo {
  height: 40px;
  float: right;
}
.module10Title {
  margin-bottom: 50px;
}
.module17Image {
  width: 100%;
}
