@charset "UTF-8";
/* Variables */
/* Media Queries */
/*Navigation active states*/
.main-navigation ul li a.active,
.mobile-navigation ul li a.active {
  color: #f3d21a;
}

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* Font Face
--------------------------------------------------------------- */
@font-face {
  font-family: "Source Sans";
  src: url("../../includes/fonts/SourceSans/Regular/sourcesanspro-regular-webfont.eot");
  src: url("../../includes/fonts/SourceSans/Regular/sourcesanspro-regular-webfont.eot?#iefix") format("eot"), url("../../includes/fonts/SourceSans/Regular/sourcesanspro-regular-webfont.woff") format("woff"), url("../../includes/fonts/SourceSans/Regular/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../../includes/fonts/SourceSans/Regular/sourcesanspro-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Source Sans";
    src: url("../../includes/fonts/SourceSans/Regular/sourcesanspro-regular-webfont.svg") format("svg");
  }
}
@font-face {
  font-family: "Source Sans Bold";
  src: url("../../includes/fonts/SourceSans/Bold/sourcesanspro-bold-webfont.eot");
  src: url("../../includes/fonts/SourceSans/Bold/sourcesanspro-bold-webfont.eot?#iefix") format("eot"), url("../../includes/fonts/SourceSans/Bold/sourcesanspro-bold-webfont.woff") format("woff"), url("../../includes/fonts/SourceSans/Bold/sourcesanspro-bold-webfont.ttf") format("truetype"), url("../../includes/fonts/SourceSans/Bold/sourcesanspro-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Source Sans Bold";
    src: url("../../includes/fonts/SourceSans/Bold/sourcesanspro-bold-webfont.svg") format("svg");
  }
}
@font-face {
  font-family: "Source Sans Black";
  src: url("../../includes/fonts/SourceSans/Black/sourcesanspro-black-webfont.eot");
  src: url("../../includes/fonts/SourceSans/Black/sourcesanspro-black-webfont.eot?#iefix") format("eot"), url("../../includes/fonts/SourceSans/Black/sourcesanspro-black-webfont.woff") format("woff"), url("../../includes/fonts/SourceSans/Black/sourcesanspro-black-webfont.ttf") format("truetype"), url("../../includes/fonts/SourceSans/Black/sourcesanspro-black-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Source Sans Black";
    src: url("../../includes/fonts/SourceSans/Black/sourcesanspro-black-webfont.svg") format("svg");
  }
}
@font-face {
  font-family: "Core Humanist Sans";
  src: url("../../includes/fonts/CoreHumanist/CoreHumanistSans-Regular-webfont.eot");
  src: url("../../includes/fonts/CoreHumanist/CoreHumanistSans-Regular-webfont.eot?#iefix") format("eot"), url("../../includes/fonts/CoreHumanist/CoreHumanistSans-Regular-webfont.woff") format("woff"), url("../../includes/fonts/CoreHumanist/CoreHumanistSans-Regular-webfont.ttf") format("truetype"), url("../../includes/fonts/CoreHumanist/CoreHumanistSans-Regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Core Humanist Sans";
    src: url("../../includes/fonts/CoreHumanist/CoreHumanistSans-Regular-webfont.svg") format("svg");
  }
}
/* Global Styles
--------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  min-height: 101%;
}

strong, b {
  font-weight: bold;
  font-family: "Source Sans Bold", sans-serif;
}

body {
  font-family: "Source Sans", Sans-Serif;
  color: #5b6b7a;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #f7f7f7;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

a, a:visited, a:focus {
  color: #144c8d;
  text-decoration: underline;
  outline: none;
}

a:focus {
  outline: dotted 1px;
}

a:hover, a:active {
  color: #1e6dc9;
  text-decoration: underline;
}

a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

a img {
  border: none;
}

/* For screen readers */
header a.skip-to-content {
  display: none;
}

/* Pushed content */
.push-obj {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.wrapper {
  position: relative;
  top: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.wrapper.pushed {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

section {
  width: 100%;
  float: left;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
@media only screen and (min-width: 1250px) {
  .container {
    padding: 0;
  }
}

.mobile-hide {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .mobile-hide {
    display: block;
  }
}

.desktop-hide {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .desktop-hide {
    display: none !important;
  }
}

/* H1/H2/H3 Styles
--------------------------------------------------------------- */
h1, h2, h3 {
  font-weight: normal;
}

h1 {
  color: #144c8d;
  font: 1.8em/1.3em "Core Humanist Sans", sans-serif;
}

h2 {
  color: #1e6dc9;
  margin-top: 30px;
  font-family: "Core Humanist Sans", sans-serif;
}

h3 {
  font-family: "Core Humanist Sans", sans-serif;
  color: #1e6dc9;
  padding: 10px 0;
}

p.title {
  color: #1e6dc9;
  margin-top: 30px;
  font-family: "Core Humanist Sans", sans-serif;
  font-size: 1.5em;
}

/* Phone Bar Styles
--------------------------------------------------------------- */
section.phone-top {
  padding: 10px 10px;
  background: #f3d21a;
  color: #fff;
  font: 1.4em/1.3em "Source Sans Bold", sans-serif;
  text-align: center;
  height: 48px;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
}
section.phone-top a {
  color: #fff;
  text-decoration: none;
}
section.phone-top i {
  font-size: 0.8em;
}
section.phone-top .ld-calltag {
  display: none;
}
@media (min-width: 1000px) {
  section.phone-top {
    display: none;
  }
}
section.phone-top .ld-areanum {
  display: inline-block;
}

/* Header Styles
--------------------------------------------------------------- */
.shadowed {
  -webkit-filter: drop-shadow(0px 2px 25px rgba(0, 0, 0, 0.5));
  filter: url(shadow.svg#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

header {
  width: 100%;
  margin-top: 48px; /* Make this the same as the height of the .phone-top div */
  background: #fff;
}
header .container {
  min-height: 140px;
  max-width: 1200px;
  padding: 20px 10px;
}
header .container a.logo {
  float: left;
  width: 70%;
}
header .container a.logo:hover {
  opacity: 0.8;
}
header .container a.logo img {
  width: 100%;
  max-width: 250px;
}
@media (min-width: 1000px) {
  header .container a.logo {
    width: 22%;
    min-height: 108px;
  }
  header .container a.logo img {
    float: left;
    padding: 20px 0;
  }
}
header .container .menuTrigger {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 100;
  padding: 10px 10px;
  background: #144c8d;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1000px) {
  header .container .menuTrigger {
    display: none;
  }
}
header .container .response {
  background: #1e6dc9;
  color: #fff;
  font: 1.2em/1em "Core Humanist Sans", sans-serif;
  padding: 15px 20px;
  min-height: 54px;
  z-index: 9999;
  float: right;
  border-bottom: 1px solid #1b61b3;
}
header .container .response i {
  font-size: 0.9em;
  padding: 2px 10px 0 0;
  float: left;
}
header .container .phone-top-right {
  display: none;
}
@media (min-width: 1000px) {
  header .container .phone-top-right {
    padding: 10px 20px;
    float: right;
    display: block;
    background: #1e6dc9;
    color: #fff;
    font: 1.6em/1.3em "Source Sans Bold", sans-serif;
    z-index: 9999;
    margin-left: 5px;
    border-bottom: 1px solid #1b61b3;
  }
  header .container .phone-top-right a {
    text-decoration: none;
    color: #fff;
  }
  header .container .phone-top-right i {
    font-size: 0.8em;
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1000px) {
  header {
    margin-top: 0;
    background: none;
  }
  header .container {
    padding: 0;
  }
  header .container.top-fixed {
    position: fixed;
    z-index: 9999;
    width: 100%;
    min-height: 0;
  }
}

.hidden-emergency {
  display: none;
  margin-top: 1em;
  font: 1.4em/1.3em "Core Humanist Sans", sans-serif;
}
.hidden-emergency span {
  font-family: "Source Sans Bold", sans-serif;
}

/* Mobile Navigation Styles (Only below desktop)
--------------------------------------------------------------- */
@media only screen and (max-width: 999px) {
  nav.mobile-navigation {
    background: #144c8d;
  }
  nav.mobile-navigation ul li {
    float: left;
    width: 100%;
    list-style: none;
  }
  nav.mobile-navigation ul li a {
    width: 100%;
    float: left;
    color: #fff;
    text-decoration: none;
    font: 1.2em/1em "Source Sans", sans-serif;
    padding: 15px 10px;
    border-bottom: 1px solid #293665;
  }
  nav.mobile-navigation ul li a i {
    float: right;
  }
  nav.mobile-navigation .subPanel {
    background: #144c8d;
  }
  nav.mobile-navigation .subPanel li {
    list-style: none;
    width: 100%;
    display: block;
  }
  nav.mobile-navigation .subPanel li.title {
    float: left;
    font: 1.4em/1em "Core Humanist Sans", sans-serif;
    color: #f3d21a;
    padding: 15px 10px;
    border-bottom: 1px solid #293665;
  }
  nav.mobile-navigation .subPanel li.closeSubPanel {
    float: right;
    background: #ccc;
    text-align: right;
  }
  .panel, .subPanel {
    position: absolute;
    height: 100%;
    width: 300px;
    top: 48px;
    bottom: 0;
    right: -300px;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    overflow: hidden;
  }
  .subPanel {
    top: 0;
  }
  .panel {
    z-index: 10;
  }
  .panel ul li {
    cursor: pointer;
  }
  .panel.isOpen, .subPanel.isOpen {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .subPanel {
    z-index: 20;
  }
  .closeSubPanel, .closePanel, .openSubPanel {
    cursor: pointer;
  }
  .closePanel, .closeSubPanel {
    background: #0a1023 !important;
    padding: 15px 10px;
    color: #fff;
  }
}
@media (min-width: 1000px) {
  nav.mobile-navigation {
    display: none;
  }
}
/* Sectors We Cover styles
---------- */
span.sector-title {
  float: left;
  width: 100%;
  padding: 0px 0px 10px 0px;
}
span.sector-title p {
  float: left;
  margin: 20px 0px 10px 10px;
}
span.sector-title img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  float: left;
}

/* Desktop Navigation Styles
--------------------------------------------------------------- */
nav.main-navigation {
  display: none;
}
@media (min-width: 1000px) {
  nav.main-navigation {
    width: 75%;
    float: right;
    display: block;
    background: #f7f7f7;
    padding: 53px 0 0 0;
  }
  nav.main-navigation ul {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
  }
  nav.main-navigation ul li {
    float: left;
    position: relative;
  }
  nav.main-navigation ul li.index-li a {
    background: url("../../images/layout/home-internal.png") no-repeat center;
    background-size: 30px;
    text-indent: -9999px;
    padding: 40px 33px !important;
  }
  .index nav.main-navigation ul li.index-li a {
    background: url("../../images/layout/home.png") no-repeat center;
    background-size: 30px;
    text-indent: -9999px;
    padding: 40px 33px !important;
  }
  nav.main-navigation ul li.index-li a.active {
    background: url("../../images/layout/home-active.png") no-repeat center;
    background-size: 30px;
    text-indent: -9999px;
  }
  .index nav.main-navigation ul li.index-li a:hover {
    background: url("../../images/layout/home.png") no-repeat center;
    background-size: 30px;
    text-indent: -9999px;
  }
  nav.main-navigation ul li:hover ul.subPanel {
    display: block;
  }
  nav.main-navigation ul li a {
    float: left;
    color: #5b6b7a;
    text-decoration: none;
    font-family: "Source Sans", sans-serif;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  nav.main-navigation ul li a {
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1100px) {
  nav.main-navigation ul li a {
    padding: 30px 14px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1200px) {
  nav.main-navigation ul li a {
    padding: 30px 18px;
  }
}
@media (min-width: 1000px) {
  nav.main-navigation ul li a:hover {
    color: #144c8d;
  }
  nav.main-navigation ul li a span {
    display: block;
    font-family: "Source Sans Bold", sans-serif;
  }
  nav.main-navigation ul li ul.subPanel {
    position: absolute;
    top: 102px;
    background: #144c8d;
    left: 0;
    width: 200px;
    z-index: 100;
    display: none;
  }
  nav.main-navigation ul li ul.subPanel li {
    width: 100%;
  }
  nav.main-navigation ul li ul.subPanel li a {
    width: 100%;
    color: #fff !important;
    padding: 20px 15px;
  }
  nav.main-navigation ul li ul.subPanel li a:hover {
    background: #f3d21a;
  }
  nav.main-navigation .d-hide {
    display: none;
  }
}

/* Runner Styles
--------------------------------------------------------------- */
section.outer-runner {
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  section.outer-runner {
    margin-bottom: 0;
    min-height: 256px;
  }
}

.runner {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1000px) {
  .runner {
    min-height: 400px;
  }
}
.runner img {
  width: 100%;
  float: left;
}
.runner .why-choose {
  background: #e9edf6;
  padding: 10px 10px 1px 10px;
  margin: 2em 0;
  color: #144c8d;
  width: 100%;
}
.runner .why-choose p {
  text-transform: uppercase;
  font: 1.3em/1.2em "Source Sans Black", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.runner .why-choose ul {
  width: 100%;
  padding: 10px 0 0 0;
}
.runner .why-choose ul li {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0 0 5px 45px;
  margin-bottom: 10px;
  background: url("../../images/misc/tick.png") left top no-repeat;
  background-size: 29px;
}
.runner .message {
  background: rgba(21, 78, 146, 0.85);
  padding: 30px;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: none;
}
.runner .message.bottom {
  bottom: 0;
  right: 0;
  width: auto;
  z-index: 0;
}
.runner .message.bottom p {
  font: 1.8em/1.3em "Core Humanist Sans", sans-serif;
}
@media (min-width: 1000px) {
  .runner .message {
    display: block;
  }
}
.runner .message img {
  width: auto;
  max-width: 125px;
  float: none !important;
}
.runner .message p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
}
.runner .message p.title {
  font: 1.8em/1.3em "Core Humanist Sans", sans-serif;
  margin-bottom: 10px;
}
.runner .message p.title span {
  display: block;
}
.runner picture img {
  float: left;
  width: 100%;
}
@media (min-width: 1000px) {
  .runner img {
    float: left;
  }
  .runner .message {
    float: left;
  }
  .runner .message img {
    margin: 0 5px;
  }
  .runner .why-choose {
    float: right;
    width: 25%;
    padding: 30px 30px 20px;
    margin-right: 30px;
  }
}

a.hover-img {
  position: relative;
}
a.hover-img span {
  position: absolute;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px;
  width: auto;
}
a.hover-img span img {
  max-width: 300px !important;
}
a.hover-img:hover span {
  display: block;
}

section.outer-logos {
  display: none;
  background: #f7f7f7;
}
@media (min-width: 1000px) {
  section.outer-logos {
    display: block;
  }
}
section.outer-logos .container {
  background: #fff;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  float: left;
  width: 100%;
}
.index section.outer-logos .container {
  border: 0;
}
section.outer-logos .container img {
  float: left;
  width: 50%;
}
section.outer-logos .container img.gas-safe {
  max-width: 130px;
}
@media only screen and (min-width: 600px) {
  section.outer-logos .container img {
    width: auto;
  }
}
@media (min-width: 1000px) {
  section.outer-logos .container {
    float: none;
  }
  section.outer-logos .container img {
    padding: 5px 30px 0 30px;
    width: auto;
    float: none;
  }
  section.outer-logos .container img.gas-safe {
    margin-top: -5px;
  }
}

/* Outer CTA Styles
--------------------------------------------------------------- */
section.outer-cta {
  color: #fff;
  padding: 0;
}
@media (min-width: 1000px) {
  section.outer-cta .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.outer-cta .emergency-response .content {
  float: left;
  max-width: 590px;
}
@media (min-width: 1000px) {
  section.outer-cta .emergency-response .content {
    float: right;
  }
}
section.outer-cta .free-estimates .content {
  float: left;
  max-width: 590px;
}
section.outer-cta .free-estimates .icon {
  margin: 10px 0;
}
section.outer-cta .emergency-response, section.outer-cta .free-estimates {
  width: 100%;
  float: left;
  padding: 2em;
}
section.outer-cta .emergency-response .icon, section.outer-cta .free-estimates .icon {
  float: left;
  width: 18%;
  margin-right: 20px;
  display: none;
}
section.outer-cta .emergency-response .icon img, section.outer-cta .free-estimates .icon img {
  width: 100%;
}
@media (min-width: 1000px) {
  section.outer-cta .emergency-response .icon, section.outer-cta .free-estimates .icon {
    display: block;
  }
}
section.outer-cta .emergency-response p, section.outer-cta .free-estimates p {
  font-size: 1.1em;
  padding: 5px 0;
  line-height: 1.5em;
  width: 100%;
  float: left;
}
section.outer-cta .emergency-response p.title, section.outer-cta .free-estimates p.title {
  font: 1.3em/1.2em "Core Humanist Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1000px) {
  section.outer-cta .emergency-response p.title, section.outer-cta .free-estimates p.title {
    margin-top: 10px;
  }
}
section.outer-cta .emergency-response p.blurb, section.outer-cta .free-estimates p.blurb {
  font-size: 1.3em;
}
section.outer-cta .emergency-response p.blurb span, section.outer-cta .free-estimates p.blurb span {
  font-family: "Source Sans Bold", sans-serif;
}
section.outer-cta .emergency-response p a, section.outer-cta .free-estimates p a {
  color: #f3d21a;
  text-decoration: none;
}
section.outer-cta .emergency-response p a:hover, section.outer-cta .free-estimates p a:hover {
  color: #eee;
}
@media (min-width: 1000px) {
  section.outer-cta .emergency-response, section.outer-cta .free-estimates {
    width: 50%;
    float: left;
  }
  section.outer-cta .emergency-response p, section.outer-cta .free-estimates p {
    width: 70%;
  }
}
section.outer-cta .emergency-response {
  background: #114077;
  clear: both;
}
section.outer-cta .free-estimates {
  background: #144c8d;
}

/* Main Styles
--------------------------------------------------------------- */
.bg-wrap {
  float: left;
  background: #fff;
  width: 100%;
}
@media (min-width: 1000px) {
  .bg-wrap {
    width: auto;
  }
}

section.outer-main-aside {
  background: #f7f7f7;
  float: left;
}
section.outer-main-aside .emergency-response-long {
  width: 100%;
  float: left;
  padding: 15px 30px 30px 30px;
  margin-bottom: 20px;
  background: #104d94;
}
section.outer-main-aside .emergency-response-long p {
  font: 2.3em/1.2em "Core Humanist Sans", sans-serif;
  color: #fff;
}
section.outer-main-aside .emergency-response-long p span {
  display: block;
  font: 0.5em/1.2em "Source Sans", sans-serif;
  color: #5299ec;
}

img.aside-img {
  width: 100%;
  display: block;
}

.get-in-touch-cta {
  background: #fffcea;
  width: 100%;
  padding: 15px 25px;
  margin: 2em 0;
}
.get-in-touch-cta p {
  width: 100%;
  color: #9b8802;
  font: 1.6em/1.2em "Core Humanist Sans", sans-serif;
  margin: 0 !important;
}
.get-in-touch-cta p span, .get-in-touch-cta p a {
  color: #695c01;
  font-size: 1.1em;
  text-decoration: none;
}
.get-in-touch-cta p a:hover {
  color: #9b8802;
}

.cta {
  padding: 30px;
}
.cta a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font: 1.3em/1em "Core Humanist Sans", sans-serif;
  border: 1px solid #1c5596;
  padding: 13px 0;
  margin: 20px 0 0 0;
  /* fallback/image non-cover color */
  background-color: #1f5ea8;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background: -o-linear-gradient(#1f5ea8, #1c5596);
}
.cta a:hover {
  /* fallback/image non-cover color */
  background-color: #1c5596;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background: -o-linear-gradient(#1c5596, #1c5596);
}
.cta p.title {
  color: #fff;
  font: 1.6em/1.2em "Core Humanist Sans", sans-serif;
}
.cta p.blurb {
  font-size: 0.9em;
  margin-top: 10px;
}
.cta.free-survey {
  background: #1e6dc9;
}
.cta.free-survey p {
  color: #fff;
}
.cta.free-survey p.blurb {
  color: #0e3460;
}
.cta.drain-connection {
  background: #fde439;
}
.cta.drain-connection a {
  /* fallback/image non-cover color */
  background-color: #fde439;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background: -o-linear-gradient(#fde439, #e3cd37);
  border: 1px solid #e3cd37;
  color: #695c01;
}
.cta.drain-connection a:hover {
  /* fallback/image non-cover color */
  background-color: #e3cd37;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background: -o-linear-gradient(#e3cd37, #e3cd37);
}
.cta.drain-connection p {
  color: #695c01;
}
.cta.drain-connection p.blurb {
  color: #144c8d;
}
.cta.latest-news {
  background: #fde439;
}
.cta.latest-news hr {
  height: 4px;
  border: 0;
  background: #bed7f5;
  width: 35%;
  margin: 20px 0 30px 0;
}
.cta.latest-news ul li {
  list-style: none;
}
.cta.latest-news ul li a {
  background: none;
  border: 0;
  text-align: left;
  font: 1.3em/1.3em "Core Humanist Sans", sans-serif;
  padding: 0;
}
.cta.latest-news ul li a span {
  display: block;
  color: #3f7022;
  font: 0.7em/1.3em "Source Sans", sans-serif;
}
.cta.latest-news ul li a:hover {
  color: #3f7022;
}
.cta.latest-news p {
  color: #fff;
}
.cta.latest-news p.blurb {
  color: #144c8d;
}
.cta.emergency-response {
  background: #1359ab;
  clear: both;
}
.cta.emergency-response p {
  color: #9fc1e7;
}
.cta.emergency-response p.title {
  color: #fff;
}
.cta.reviews {
  background: #1e6dc9;
}
.cta.reviews p {
  color: #fff;
}
.cta.reviews p.title {
  color: #fff;
}
.cta.reviews p.credit {
  font: 1.2em/1em "Core Humanist Sans", sans-serif;
  margin: 15px 0;
  color: #96c0f0;
}
.cta.reviews a {
  padding: 0;
  background: none;
  border: 0;
}
.cta.reviews a:hover {
  opacity: 0.8;
}
.cta.reviews .stars {
  display: block;
  color: #f6d32e;
  padding-bottom: 5px;
  margin: 15px 0 10px 0;
  font-size: 1.4em;
}
.cta.reviews .stars-1:after {
  content: "★";
}
.cta.reviews .stars-2:after {
  content: "★★";
}
.cta.reviews .stars-3:after {
  content: "★★★";
}
.cta.reviews .stars-4:after {
  content: "★★★★";
}
.cta.reviews .stars-5:after {
  content: "★★★★★";
}
.cta.why-choose {
  background: #1e6dc9;
  padding: 0;
}
.cta.why-choose p {
  color: #fff;
}
.cta.why-choose p.more-info {
  font: 1em/1.2em "Core Humanist Sans", sans-serif;
  color: #96c0f0;
  border-top: 1px solid #3d8ae3;
  padding: 2em 0 0 0;
  margin-top: 1em;
}
.cta.why-choose p.more-info span {
  display: block;
  color: #fff;
  font: 1.9em/1.2em "Source Sans Bold", sans-serif;
}
.cta.why-choose ul li {
  width: 100%;
  list-style: none;
  color: #fff;
  font: 1.2em/1.3em "Core Humanist Sans", sans-serif;
  padding: 13px 0 13px 30px;
  background: url("../../images/misc/alt-tick.png") 0 17px no-repeat;
  background-size: 13px;
}
@media (min-width: 1000px) {
  .cta.why-choose ul li {
    padding: 19px 0 18px 30px;
    background: url("../../images/misc/alt-tick.png") 0 24px no-repeat;
    background-size: 13px;
  }
}
.cta.more-info {
  background: url("../../images/layout/phone-bg.jpg") left center no-repeat #fff;
  padding-left: 30px;
}
@media (min-width: 1000px) {
  .cta.more-info {
    padding-left: 60px;
  }
}
.cta.more-info p {
  font: 1em/1.2em "Core Humanist Sans", sans-serif;
  color: #325f97;
}
.cta.more-info p span {
  display: block;
  color: #1e6dc9;
  font: 1.9em/1.2em "Source Sans Bold", sans-serif;
}
.cta.gas-safe {
  text-align: center;
}
.cta.gas-safe img {
  width: 100%;
  max-width: 100px;
}

.main {
  float: none;
  width: 100%;
  padding: 10px;
  line-height: 1.6em;
  background: #fff;
}
.main #map {
  width: 100%;
  border: 0;
  height: 400px;
}
.main img.no-js {
  width: 100%;
}
.main hr {
  background: #bed7f5;
  height: 4px;
  border: 0;
  width: 35%;
  margin: 1em 0 1.5em 0;
  clear: both;
}
@media (min-width: 1000px) {
  .main {
    float: left;
    width: 50%;
    padding: 30px;
  }
  .cookies-privacy-policy .main {
    width: 75%;
  }
  .main hr {
    width: 20%;
  }
  .cookies-privacy-policy .main hr {
    width: 10%;
  }
}
.main > p:first-of-type {
  font-size: 1.1em;
  line-height: 1.6em;
}
.main p {
  margin: 10px 0px 10px 0px;
}
.main ul {
  margin: 10px 0;
  float: left;
  width: 100%;
}
.main ul.no-bullet li:before {
  display: none;
}
.main ul.gas-logos li {
  width: 50%;
  float: left;
}
.main ul.gas-logos li img {
  width: 100%;
  max-width: 200px;
}
.main ul li {
  list-style: none;
  font: 1.1em/1.2em "Core Humanist Sans", sans-serif;
  padding: 10px 0;
  color: #173c75;
  width: 100%;
}
@media (min-width: 1000px) {
  .main ul li {
    width: 50%;
    float: left;
  }
  .main ul li.long {
    width: 100%;
  }
}
.main ul li:before {
  content: "»";
  color: #f3d21a;
  padding: 0 5px 0 0;
}
.main img.img-left {
  margin: 10px 10px 10px 0;
  float: left;
}
.main img.img-right {
  margin: 10px 0 10px 10px;
  float: right;
}
.main blockquote {
  width: 100%;
  background: url("../../images/layout/blockquote.png") 97% 85% no-repeat #f7f7f7;
  background-size: 30px;
  padding: 20px;
  margin: 2em 0;
  float: left;
}
.main blockquote p {
  color: #7bafeb;
  font: 1.1em/1.3em "Core Humanist Sans", sans-serif;
}
.main blockquote p span {
  display: block;
  color: #1e6dc9;
  font: 0.8em/1em "Source Sans";
  margin-top: 20px;
}

.left-side {
  width: 100%;
}
@media (min-width: 1000px) {
  .left-side {
    width: 25%;
    float: left;
  }
}

body.drain-unblocking .outer-sector-nav ul li.drain-unblocking a {
  background: #f3d21a;
}

body.drain-unblocking nav.main-navigation ul li.domestic-drainage-li a {
  color: #f3d21a;
}

body.drain-clearing .outer-sector-nav ul li.drain-clearing a {
  background: #f3d21a;
}

body.drain-clearing nav.main-navigation ul li.domestic-drainage-li a {
  color: #f3d21a;
}

body.high-pressure-water-jetting .outer-sector-nav ul li.high-pressure-water-jetting a {
  background: #f3d21a;
}

body.high-pressure-water-jetting nav.main-navigation ul li.domestic-drainage-li a {
  color: #f3d21a;
}

body.rodent-control .outer-sector-nav ul li.rodent-control a {
  background: #f3d21a;
}

body.rodent-control nav.main-navigation ul li.domestic-drainage-li a {
  color: #f3d21a;
}

body.drain-unblocking-clearing .outer-sector-nav ul li.drain-unblocking-clearing a {
  background: #f3d21a;
}

body.drain-unblocking-clearing nav.main-navigation ul li.commercial-drainage-li a {
  color: #f3d21a;
}

body.commercial-drain-jetting .outer-sector-nav ul li.commercial-drain-jetting a {
  background: #f3d21a;
}

body.commercial-drain-jetting nav.main-navigation ul li.commercial-drainage-li a {
  color: #f3d21a;
}

body.maintenance-drain-contracts .outer-sector-nav ul li.maintenance-drain-contracts a {
  background: #f3d21a;
}

body.maintenance-drain-contracts nav.main-navigation ul li.commercial-drainage-li a {
  color: #f3d21a;
}

body.drain-mapping .outer-sector-nav ul li.drain-mapping a {
  background: #f3d21a;
}

body.drain-mapping nav.main-navigation ul li.commercial-drainage-li a {
  color: #f3d21a;
}

body.drain-repairs .outer-sector-nav ul li.drain-repairs a {
  background: #f3d21a;
}

body.drain-repairs nav.main-navigation ul li.drain-repairs-installation-li a {
  color: #f3d21a;
}

body.drain-relining .outer-sector-nav ul li.drain-relining a {
  background: #f3d21a;
}

body.drain-relining nav.main-navigation ul li.drain-repairs-installation-li a {
  color: #f3d21a;
}

body.drain-installation .outer-sector-nav ul li.drain-installation a {
  background: #f3d21a;
}

body.drain-installation nav.main-navigation ul li.drain-repairs-installation-li a {
  color: #f3d21a;
}

body.new-drain-connections .outer-sector-nav ul li.new-drain-connections a {
  background: #f3d21a;
}

body.new-drain-connections nav.main-navigation ul li.drain-repairs-installation-li a {
  color: #f3d21a;
}

body.klargester .outer-sector-nav ul li.klargester a {
  background: #f3d21a;
}

body.klargester nav.main-navigation ul li.drain-repairs-installation-li a {
  color: #f3d21a;
}

body.root-ingress .outer-sector-nav ul li.root-ingress a {
  background: #f3d21a;
}

body.root-ingress nav.main-navigation ul li.drain-repairs-installation-li a {
  color: #f3d21a;
}

body.septic-cesspit-tanks .outer-sector-nav ul li.septic-cesspit-tanks a {
  background: #f3d21a;
}

body.septic-cesspit-tanks nav.main-navigation ul li.tanker-services-li a {
  color: #f3d21a;
}

body.gully-cleaning-emptying .outer-sector-nav ul li.gully-cleaning-emptying a {
  background: #f3d21a;
}

body.gully-cleaning-emptying nav.main-navigation ul li.tanker-services-li a {
  color: #f3d21a;
}

body.interceptor-pump-station-cleaning .outer-sector-nav ul li.interceptor-pump-station-cleaning a {
  background: #f3d21a;
}

body.interceptor-pump-station-cleaning nav.main-navigation ul li.tanker-services-li a {
  color: #f3d21a;
}

body.liquid-waste-disposal .outer-sector-nav ul li.liquid-waste-disposal a {
  background: #f3d21a;
}

body.liquid-waste-disposal nav.main-navigation ul li.tanker-services-li a {
  color: #f3d21a;
}

body.contaminated-waste .outer-sector-nav ul li.contaminated-waste a {
  background: #f3d21a;
}

body.contaminated-waste nav.main-navigation ul li.tanker-services-li a {
  color: #f3d21a;
}

body.flood-response .outer-sector-nav ul li.flood-response a {
  background: #f3d21a;
}

body.flood-response nav.main-navigation ul li.tanker-services-li a {
  color: #f3d21a;
}

body.areas-we-cover .outer-sector-nav ul li.areas-we-cover a {
  background: #f3d21a;
}

body.about-us .outer-sector-nav ul li.about-us a {
  background: #f3d21a;
}

body.our-clients .outer-sector-nav ul li.our-clients a {
  background: #f3d21a;
}

body.accreditations-insurance .outer-sector-nav ul li.accreditations-insurance a {
  background: #f3d21a;
}

body.case-studies .outer-sector-nav ul li.case-studies a {
  background: #f3d21a;
}

body.testimonials .outer-sector-nav ul li.testimonials a {
  background: #f3d21a;
}

body.domestic-cctv-surveys .outer-sector-nav ul li.domestic-cctv-surveys a {
  background: #f3d21a;
}

body.domestic-cctv-surveys nav.main-navigation ul li.cctv-drain-surveys-li a {
  color: #f3d21a;
}

body.homebuyers-cctv-surveys .outer-sector-nav ul li.homebuyers-cctv-surveys a {
  background: #f3d21a;
}

body.homebuyers-cctv-surveys nav.main-navigation ul li.cctv-drain-surveys-li a {
  color: #f3d21a;
}

body.commercial-cctv-surveys .outer-sector-nav ul li.commercial-cctv-surveys a {
  background: #f3d21a;
}

body.commercial-cctv-surveys nav.main-navigation ul li.cctv-drain-surveys-li a {
  color: #f3d21a;
}

.credit-cards {
  background: #f7f7f7;
  display: inline-block;
  margin-top: 1em;
  font: 1.4em/1.4em "Core Humanist Sans", sans-serif;
  width: 100%;
  padding: 20px;
}
@media (min-width: 1000px) {
  .credit-cards img {
    float: right;
    margin-top: 3px;
  }
}

/* Areas We Cover
--------------------------------------------------------------- */
#map-canvas {
  height: 400px;
  margin: 1em 0;
}

ul.areas-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.areas-list li {
  float: none;
  width: 49%;
}
@media (min-width: 480px) {
  ul.areas-list li {
    width: 32%;
  }
}

/* Aside Styles
--------------------------------------------------------------- */
aside {
  float: none;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 1000px) {
  aside {
    float: right;
    width: 25%;
    padding: 0;
  }
}
aside.news {
  padding: 1em;
}
aside.news ul {
  display: inline-block;
  width: 100%;
  list-style: none;
}

/* Bucket Styles
--------------------------------------------------------------- */
section.outer-buckets .container {
  padding: 0;
}
section.outer-buckets ul {
  width: 100%;
  float: left;
}
section.outer-buckets ul li {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  section.outer-buckets ul li {
    width: 50%;
    float: left;
  }
}
section.outer-buckets ul li.domestic-drainage a {
  background: url("../../images/layout/domestic-drainage-cta.jpg") center no-repeat;
  background-size: cover;
}
section.outer-buckets ul li.commercial-drainage a {
  background: url("../../images/layout/commercial-drainage-cta.jpg") center no-repeat;
  background-size: cover;
}
section.outer-buckets ul li.drain-repairs-installation a {
  background: url("../../images/layout/drain-repairs-installation-cta.jpg") center no-repeat;
  background-size: cover;
}
section.outer-buckets ul li.cctv-surveys a {
  background: url("../../images/layout/cctv-surveys-cta.jpg") center no-repeat;
  background-size: cover;
}
section.outer-buckets ul li.tanker-services a {
  background: url("../../images/layout/tanker-services-cta.jpg") center no-repeat;
  background-size: cover;
}
section.outer-buckets ul li a {
  width: 100%;
  text-align: center;
  float: left;
  padding: 3em 0;
  color: #1f440a;
  text-decoration: none;
  text-transform: uppercase;
  font: 1.1em/1.2em "Source Sans", sans-serif;
}
section.outer-buckets ul li a:hover {
  color: #fff;
}
section.outer-buckets ul li a span {
  display: block;
  font-family: "Source Sans Bold", sans-serif;
}
@media (min-width: 1000px) {
  section.outer-buckets ul li {
    width: 20%;
    float: left;
  }
}

/* Location Page Styles
--------------------------------------------------------------- */
iframe.location-page-map {
  width: 100%;
}
@media (min-width: 1000px) {
  iframe.location-page-map {
    width: 75%;
  }
}

/* Outer Sector Nav
--------------------------------------------------------------- */
.locationpgs section.outer-sector-nav {
  padding: 2.5em 0;
}

section.outer-sector-nav {
  padding: 1em 0;
}
section.outer-sector-nav .container .big-title {
  font: 3em/1em "Core Humanist Sans", sans-serif;
  text-transform: capitalize;
  color: #5b6b7a;
}
section.outer-sector-nav .container ul {
  padding: 1em 0;
  width: 100%;
}
section.outer-sector-nav .container ul li {
  list-style: none;
  float: left;
  width: 100%;
}
section.outer-sector-nav .container ul li a {
  float: left;
  width: 100%;
  background: #5b6b7a;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  font: 1.2em/1em "Source Sans", sans-serif;
  margin-bottom: 10px;
}
section.outer-sector-nav .container ul li a:hover {
  background: #f3d21a;
}
@media (min-width: 1000px) {
  section.outer-sector-nav .container .big-title {
    font-size: 3.8em;
  }
  section.outer-sector-nav .container ul li {
    width: auto;
    margin: 0 10px 10px 0;
  }
  section.outer-sector-nav .container ul li a {
    margin: 0;
    padding: 0.5em;
  }
}

/* General Styles
--------------------------------------------------------------- */
.gallery {
  float: left;
}
.gallery a {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 600px) {
  .gallery a {
    width: 50%;
  }
}
.gallery a img {
  width: 100%;
  float: left;
}
.gallery a:hover {
  opacity: 0.8;
}
@media (min-width: 1000px) {
  .gallery a {
    width: 25%;
    float: left;
  }
}

.banner {
  position: relative;
  overflow: auto;
  width: 100%;
  float: left;
  min-height: 102px;
}
@media only screen and (min-width: 1000px) {
  .banner {
    min-height: 251px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner {
    min-height: 400px;
  }
}

.banner ul {
  float: left;
}

.banner li {
  list-style: none;
}

.banner ul li {
  float: left;
}

/* News Styles
--------------------------------------------------------------- */
ul.related_post li {
  width: auto;
}

.blog .next-posts a, .blog .prev-posts a, .single .next-posts a, .single .prev-posts a, .archive .next-posts a, .archive .prev-posts a {
  background: #144c8d;
  font: 1.2em/1.6em "Core Humanist Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 0.7em;
  width: 100%;
  float: left;
  text-align: center;
}
.blog .next-posts a:hover, .blog .prev-posts a:hover, .single .next-posts a:hover, .single .prev-posts a:hover, .archive .next-posts a:hover, .archive .prev-posts a:hover {
  background: #1e6dc9;
}
.blog article img, .single article img, .archive article img {
  width: 100%;
  height: auto;
  margin: 1em auto;
}
@media only screen and (min-width: 1000px) {
  .blog article img, .single article img, .archive article img {
    width: auto;
  }
}
.blog article img.alignright, .single article img.alignright, .archive article img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.blog article img.alignleft, .single article img.alignleft, .archive article img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.blog article img.aligncenter, .single article img.aligncenter, .archive article img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog article .alignright, .single article .alignright, .archive article .alignright {
  float: right;
}
.blog article .alignleft, .single article .alignleft, .archive article .alignleft {
  float: left;
}
.blog article .aligncenter, .single article .aligncenter, .archive article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog article ul, .single article ul, .archive article ul {
  margin: 0px 0 15px 0px;
}
.blog article ul li, .single article ul li, .archive article ul li {
  width: 100%;
  font-size: 1em !important;
}
@media only screen and (min-width: 1000px) {
  .blog .main, .single .main, .archive .main {
    width: 75%;
  }
  .blog .main .post .post-image, .single .main .post .post-image, .archive .main .post .post-image {
    float: left;
    width: 30%;
    padding: 0 10px 0 0;
  }
  .blog .main .post .post-image img, .single .main .post .post-image img, .archive .main .post .post-image img {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
  }
  .blog .main .post .text, .single .main .post .text, .archive .main .post .text {
    float: left;
    width: 70%;
    padding: 0 0 0 20px;
  }
  .blog .next-posts a, .blog .prev-posts a, .single .next-posts a, .single .prev-posts a, .archive .next-posts a, .archive .prev-posts a {
    width: auto;
  }
  .blog .prev-posts a, .single .prev-posts a, .archive .prev-posts a {
    margin-right: 10px;
  }
}
.blog .post, .single .post, .archive .post {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f3f5f8;
}
.blog .post p, .single .post p, .archive .post p {
  width: 100%;
}
.blog .post a.continue, .single .post a.continue, .archive .post a.continue {
  display: block;
  clear: both;
  /* fallback/image non-cover color */
  background-color: #395c84;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background: -o-linear-gradient(#395c84, #2b4e76);
  font: 1.2em/1.6em "Core Humanist Sans", sans-serif;
  color: #fff;
  border: 1px solid #304f73;
  margin: 10px 0 20px 0;
  text-decoration: none;
  padding: 0.5em 0.7em;
  float: left;
  text-align: center;
}
.blog .post a.continue:hover, .single .post a.continue:hover, .archive .post a.continue:hover {
  opacity: 0.7;
}
.blog .post li, .single .post li, .archive .post li {
  width: 100%;
}
.blog .post iframe, .single .post iframe, .archive .post iframe {
  width: 100%;
}
.blog .post img, .single .post img, .archive .post img {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1000px) {
  .blog .post img, .single .post img, .archive .post img {
    margin: 20px auto;
    width: auto;
  }
}
.blog .post .really_simple_share, .single .post .really_simple_share, .archive .post .really_simple_share {
  float: left;
  width: 100%;
  border-top: 1px solid #bed7f5;
  border-bottom: 4px solid #bed7f5;
  padding: 10px 0;
  min-height: 45px;
  margin: 10px 0 20px 0;
}
.blog .post .really_simple_share div, .single .post .really_simple_share div, .archive .post .really_simple_share div {
  float: left;
}
.blog .post-link, .single .post-link, .archive .post-link {
  display: block;
  width: 100%;
  border-left: 4px solid #f3d21a;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.blog .post-link a, .single .post-link a, .archive .post-link a {
  text-decoration: none;
  color: #144c8d;
}
.blog .post-link a:hover, .single .post-link a:hover, .archive .post-link a:hover {
  background: #9fd2f5;
}
.blog .posted-on, .single .posted-on, .archive .posted-on {
  padding: 2px 0;
  margin: 5px 0 20px 0;
  float: left;
  color: #6f94bf;
  font: 1.2em/1em "Core Humanist Sans", sans-serif;
  width: 100%;
}
.blog .posted-on a, .single .posted-on a, .archive .posted-on a {
  color: #6f94bf;
  text-decoration: none;
}
.blog .posted-on a:hover, .single .posted-on a:hover, .archive .posted-on a:hover {
  background: #9fd2f5;
}
.blog h1.category-title, .blog h2.category-title, .single h1.category-title, .single h2.category-title, .archive h1.category-title, .archive h2.category-title {
  border-bottom: 4px solid #bed7f5;
  color: #144c8d;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
.blog h1 a, .blog h2 a, .single h1 a, .single h2 a, .archive h1 a, .archive h2 a {
  text-decoration: none;
  color: #144c8d;
  font-family: "Core Humanist Sans", sans-serif;
}
.blog h1 a:hover, .blog h2 a:hover, .single h1 a:hover, .single h2 a:hover, .archive h1 a:hover, .archive h2 a:hover {
  color: #f3d21a;
}

.left-side .searchform input {
  padding: 13px;
}
@media only screen and (min-width: 1000px) {
  .left-side .searchform input {
    max-width: 145px;
  }
}
.left-side .searchform input#searchsubmit {
  /* fallback/image non-cover color */
  background-color: #233a4c;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background: -o-linear-gradient(#233a4c, #144c8d);
  font: 1em/1.6em "Core Humanist Sans", sans-serif;
  color: #f3d21a;
  margin: 10px 0 20px 0;
  text-decoration: none;
  padding: 0.7em;
  text-align: center;
  border: 0;
  cursor: pointer;
}
.left-side .widget-title {
  color: #1e6dc9;
  font-size: 1.5em;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #bed7f5;
}
.left-side ul.news {
  width: 100%;
  float: left;
  background: #eaf2fc;
}
.left-side ul.news li {
  list-style: none;
  font: 1.1em/1.6em "Core Humanist Sans", sans-serif;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.left-side ul.news li a {
  float: left;
  width: 100%;
  color: #144c8d;
  text-decoration: none;
  position: relative;
  padding-left: 1em;
}
.left-side ul.news li a:hover {
  color: #1e6dc9;
  padding-left: 1.1em;
}
.left-side ul.news li a:before {
  content: "»";
  float: left;
  color: #1e6dc9;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1000px) {
  .left-side ul.news {
    padding: 20px;
  }
}

/* Location Page Services Nav Styles
--------------------------------------------------------------- */
ul.location-page-services-nav {
  display: block;
}
ul.location-page-services-nav li {
  float: left;
  display: block;
  padding: 0px 0px 5px 0px;
}
@media only screen and (min-width: 1000px) {
  ul.location-page-services-nav li {
    padding: 0px 5px 5px 0px;
  }
}
ul.location-page-services-nav li:before {
  display: none;
}
ul.location-page-services-nav li a {
  display: block;
  background: #1359ab;
  color: #fff;
  padding: 1em 10px 1em 40px;
  text-decoration: none;
  background-size: 12px 12px;
  cursor: pointer;
}
ul.location-page-services-nav li a.page-nav-boilers {
  background: url("../../images/layout/nav-boilers.png") 5px center no-repeat #1359ab;
}
ul.location-page-services-nav li a.page-nav-heating {
  background: url("../../images/layout/nav-heating.png") 5px center no-repeat #1359ab;
}
ul.location-page-services-nav li a.page-nav-water {
  background: url("../../images/layout/nav-hot-water.png") 5px center no-repeat #1359ab;
}
ul.location-page-services-nav li a.page-nav-gas {
  background: url("../../images/layout/nav-gas.png") 5px center no-repeat #1359ab;
}
ul.location-page-services-nav li a:hover {
  background-color: #1871d9;
}

/* Footer Styles
--------------------------------------------------------------- */
footer {
  float: left;
  width: 100%;
  color: #9fc1e7;
}
footer .container {
  background: #1359ab;
  padding: 30px 10px;
}
footer .footer-bottom .container {
  background: #144c8d;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 1000px) {
  footer .footer-bottom .container {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
footer .footer-bottom .container img.group-logo {
  max-width: 200px;
  padding-bottom: 1em;
}
@media (min-width: 1000px) {
  footer .footer-bottom .container img.group-logo {
    padding-bottom: 0px;
  }
}
footer .footer-bottom .container p {
  color: #3d8ae3;
}
footer .footer-bottom .container p a {
  color: #3d8ae3;
  text-decoration: none;
}
footer .footer-bottom .container p a:hover {
  color: #fff;
}
footer .footer-info .container {
  background: #f7f7f7;
  color: #999999;
}
footer p {
  line-height: 1.6em;
}
footer p.details {
  margin-top: 15px;
}
footer p.details a, footer p.details span {
  color: #fff;
  text-decoration: none;
}
footer .title {
  font-weight: bold;
  margin: 1em 0 1em 0;
  font: 1.2em/1em "Core Humanist Sans", sans-serif;
  color: #fff;
}
footer li {
  list-style: none;
  margin: 0;
  line-height: 1.2em;
  padding: 0;
}
footer li a {
  padding: 5px 0px;
  color: #9fc1e7 !important;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1000px) {
  footer .container {
    padding: 30px;
  }
  footer .title {
    margin: 0 0 1em 0;
  }
  footer .footer-info .container {
    padding: 30px 0 50px 0;
  }
  footer .footer-info .container .left {
    float: left;
  }
  footer .footer-info .container .right {
    float: right;
  }
  footer .footer-nav {
    float: left;
  }
  footer .footer-nav ul {
    float: left;
    display: inline;
  }
  footer .footer-nav li {
    float: left;
    display: inline;
    width: 100%;
  }
  footer .footer-nav a {
    float: left;
    display: inline-block;
    padding: 5px 0;
    color: #9fc1e7;
    text-decoration: none;
  }
  footer .footer-nav a:hover {
    text-decoration: underline;
  }
  footer .col {
    width: 25%;
    float: left;
  }
  footer .col.long {
    width: 50%;
    float: right;
  }
  footer .footer-bottom {
    clear: both;
    text-align: right;
  }
  footer .footer-bottom .container {
    padding: 20px 30px;
  }
}
footer .social i.fa-twitter-square {
  color: #4099FF;
}
footer .social i.fa-facebook-square {
  color: #3b5998;
}
footer .social i.fa-google-plus-square {
  color: #dd4b39;
}

/* Generic Styles
--------------------------------------------------------------- */
.scrolloff {
  pointer-events: none;
}

.embed-container {
  margin-bottom: 20px;
}

ul.areas {
  display: none;
}

a#areas-covered {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font: 1.3em/1em "Core Humanist Sans", sans-serif;
  border: 1px solid #304f73;
  padding: 13px 0;
  margin: 20px 0 0 0;
  /* fallback/image non-cover color */
  background-color: #395c84;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background: -o-linear-gradient(#395c84, #2b4e76);
  cursor: pointer;
}

.clearfix {
  clear: both;
}

.inline {
  display: inline;
}

/* Cookies */
.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 10%;
  font-size: 1.4em;
  text-align: center;
  background: #eee;
  border-top: 1px solid #ccc;
}

/*variables*/
/*issue colours*/
/*success colours*/
/*submit colours*/
/*transitions*/
/*styles*/
.clearfix {
  clear: both;
}

form {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  position: relative;
  /* Transitions */
  /*when the form is sent, change the opacity to .5*/
}
form h2 {
  color: #144c8d;
  font-size: 1.3em;
  margin-bottom: 10px;
}
form fieldset {
  border: none;
}
@media only screen and (min-width: 600px) {
  form .services {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
form label {
  color: #6f94bf;
  position: relative;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
form label.data-capture label {
  display: block;
  clear: both;
}
form input[type=text],
form input[type=phone],
form input[type=tel],
form input[type=email],
form input[type=date],
form input[type=file],
form textarea,
form select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 1em;
  border: 1px solid #eaeaea;
  outline: none;
  margin: 0.2em 0;
  margin-bottom: 0;
  background: #fafafa;
  height: 45px;
}
form input[type=submit] {
  width: 100%;
  border: none;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  /* fallback/image non-cover color */
  background-color: #395c84;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background: -o-linear-gradient(#395c84, #2b4e76);
  font: 1.2em/1.6em "Core Humanist Sans", sans-serif;
  color: #fff;
  border: 1px solid #304f73;
  margin: 10px 0 20px 0;
  text-decoration: none;
  padding: 0.5em 0.7em;
  text-align: center;
  height: 45px;
  margin: 0;
}
form input[type=submit]:not(disabled):hover {
  background: #58aa33;
}
form input[type=submit]:active {
  border-bottom: 0;
  margin-top: 5px;
}
form input[type=submit][disabled=disabled] {
  opacity: 0.5;
  cursor: default;
}
form input[type=submit][disabled=disabled]:hover {
  background: #5cb235;
}
form textarea {
  padding: 0.7em 1em;
  line-height: 1.75;
}
form input.focus:active, form input.focus:focus, form textarea:active, form textarea:focus {
  border-color: #c2e1f5;
  -webkit-box-shadow: inset 0 0 0 0.4em #e1f2fc;
  box-shadow: inset 0 0 0 0.4em #e1f2fc;
}
form .issue input, form .issue textarea {
  border-color: #f48f95;
  -webkit-box-shadow: inset 0 0 0 0.4em #f9b2ae;
  box-shadow: inset 0 0 0 0.4em #f9b2ae;
}
form .success input, form .success textarea {
  border-color: #7bd884;
  -webkit-box-shadow: inset 0 0 0 0.4em #c3eac7;
  box-shadow: inset 0 0 0 0.4em #c3eac7;
}
form .message {
  position: absolute;
  right: 1.3rem;
  top: 52%;
  text-align: right;
  font-size: 0.85em;
  color: #EC7878;
}
form .success .message {
  color: #5ABE64;
}
form input, form textarea {
  -webkit-transition: border 0.25s ease;
  transition: border 0.25s ease;
  -webkit-transition: border 0.25s ease;
  transition: border 0.25s ease;
}
@media only screen and (min-width: 600px) {
  form label {
    width: 49%;
  }
  form label.enquiry {
    width: 100%;
  }
  form label:nth-child(even) {
    margin-right: 0;
    padding-right: 10px;
  }
  form input[type=submit] {
    display: block;
    clear: both;
    width: 30%;
  }
}
form.sent {
  opacity: 0.5;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

@media only screen and (min-width: 600px) {
  form.contact-form {
    border-left: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
form.contact-form .further-details {
  width: 100%;
}
form.contact-form .further-details textarea {
  min-height: 150px;
}
form.contact-form input[type=submit] {
  margin-top: 10px;
  padding: 0;
}

.email-marketing {
  width: 100%;
  margin-top: 10px;
}
.email-marketing h2 {
  margin-top: 0;
}
.email-marketing label {
  width: 100%;
}
.email-marketing label input {
  margin-right: 5px;
}

form.callback-form {
  background-color: #fff;
}
@media only screen and (min-width: 600px) {
  form.callback-form {
    border-left: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
form.callback-form input {
  height: 45px;
}
form.callback-form label {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  form.callback-form label:last-of-type {
    margin-bottom: 0;
  }
}
form.callback-form input[type=submit] {
  width: 100%;
}

/*styles for when the form sends*/
.results {
  position: fixed;
  bottom: -60px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font: 1.2em/1em sans-serif;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.results.visible {
  bottom: 0;
}
.results.success {
  background: #7bd884;
  color: #fff;
}
.results.issue {
  background: #f48f95;
  color: #fff;
}

/* AJAX Loading Spinner */
.loading {
  margin: 1em 0;
  font: 0.9em;
  text-transform: uppercase;
  color: #000;
  display: none;
  clear: both;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #555;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: block;
  float: left;
  margin-right: 5px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading.white {
  color: #fff;
}

.loading.white .loader {
  border-top: 4px solid rgba(255, 255, 255, 0.4);
  border-right: 4px solid rgba(255, 255, 255, 0.4);
  border-bottom: 4px solid rgba(255, 255, 255, 0.4);
  border-left: 4px solid #ffffff;
}

/* Callback Form Styles
--------------------------------------------------------------- */
.callback-container {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}
@media only screen and (min-width: 600px) {
  .callback-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
.callback-container .callback-form-left {
  background: #1359ab;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 1.5em;
}
.callback-container .callback-form-left p {
  color: #fff;
  display: block;
  margin-top: 0;
}
.callback-container .callback-form-left p.title {
  color: #fff;
  font-weight: 700;
  font: 1.6em/1.2em "Core Humanist Sans", sans-serif;
  margin: 0.5em 0;
  margin-top: 0;
}
@media only screen and (min-width: 600px) {
  .callback-container .callback-form-left {
    width: 37%;
    float: left;
  }
}
.callback-container .callback-form-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media only screen and (min-width: 600px) {
  .callback-container .callback-form-right {
    width: 63%;
    float: left;
  }
}
.callback-container form.callback-form {
  width: 100%;
  border: 2px solid #7bafeb;
  margin: 0;
  padding: 1.5em;
}
.callback-container form.callback-form select {
  color: #1e6dc9;
}
.callback-container form.callback-form input, .callback-container form.callback-form select {
  border: 1px solid #bbbbbb;
  background-color: #f2f2f2;
}
.callback-container form.callback-form label {
  display: block;
  position: relative;
  color: #1e6dc9;
}
@media only screen and (min-width: 600px) {
  .callback-container form.callback-form label {
    width: 49%;
  }
  .callback-container form.callback-form label:nth-of-type(even) {
    margin-right: 0;
  }
  .callback-container form.callback-form label.further-details {
    width: 100%;
  }
}
.callback-container form.callback-form .submit {
  background-color: #395c84;
  display: block;
  padding: 0.25em 0.7em;
  margin: 20px 0px 0px 0px;
}
@media only screen and (min-width: 600px) {
  .callback-container form.callback-form .submit {
    width: 49%;
  }
}
.callback-container form.callback-form label.callback-time {
  margin-top: 0.25em;
}
.callback-container form.callback-form select.callback-time {
  -webkit-appearance: none;
  border-radius: 0px;
}

/* -------------- Validation Errors */
.error {
  color: red;
  width: 100%;
}

.sss {
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
}

.ssslide {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
}

.ssslide img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

.sssnext, .sssprev {
  width: 25px;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  background: url("images/arr.png") no-repeat;
}

.sssprev {
  left: 3%;
  background-position: 0 50%;
}

.sssnext {
  right: 3%;
  background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
  cursor: pointer;
}

nav.mobile-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav.mobile-navigation ul li {
  border-bottom: 1px solid #ddd;
}

nav.mobile-navigation ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

nav.mobile-navigation ul li a:hover {
  background-color: #f5f5f5;
}

/* Sub-menu styling */
nav.mobile-navigation ul ul {
  display: none;
  padding-left: 20px;
}

nav.mobile-navigation ul li.open > ul {
  display: block;
}

nav.mobile-navigation ul ul li a {
  padding: 10px 15px;
  font-weight: normal;
}