/*
* Author: Darren Powell and Nick Betts
* Author URL: http://bigpepperdesign.com
*/

:root {
  --darkblue: #2521c3;
  --lightblue: #05c9b5;
}

div.head-bg {
  height: 0 !important;
}

/* Cookie Dialog */
#blockbusters-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 90px;
  width: 100%;
  max-width: 400px;
  background-color: var(--darkblue);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: system-ui;
  z-index: 10000;
}
#blockbusters-cookie-message h4 {
  color: var(--lightblue);
  font-family: "Museo Sans Rounded 500", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#blockbusters-cookie-message h5 {
  color: var(--lightblue);
  font-family: "Museo Sans Rounded 500", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#blockbusters-cookie-message p,
#blockbusters-cookie-message ul {
  color: white;
  font-family: "Museo Sans Rounded 500", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}
#blockbusters-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#blockbusters-cookie-message li {
  width: 49%;
  display: inline-block;
}
#blockbusters-cookie-message a {
  color: var(--lightblue);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}
#blockbusters-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--lightblue);
  transition: all 0.3s ease-in;
}
#blockbusters-cookie-message button,
button#blockbustersBtn {
  border: none;
  background: var(--lightblue);
  color: white;
  font-family: "Museo Sans Rounded 500", sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#blockbusters-cookie-message button:hover {
  background: white;
  color: var(--lightblue);
  transition: all 0.3s ease-in;
}
button#blockbusters-cookie-advanced {
  background: white;
  color: var(--lightblue);
}
#blockbusters-cookie-message button:disabled {
  opacity: 0.3;
}
#blockbusters-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

@media only screen and (max-width: 800px) {
  #blockbusters-cookie-message {
    margin: 0;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 40px;
    max-width: 100%;
  }

  #blockbusters-cookie-message p {
    font-size: 14px;
  }
}

@media only screen and (max-height: 600px) {
  #blockbusters-cookie-message {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }

  #blockbusters-cookie-message p {
    font-size: 13px;
    line-height: 14px;
  }

  #blockbusters-cookie-message button {
    margin-right: 120px;
  }
}

@media only screen and (max-height: 800px) {
  #blockbusters-cookie-message {
    max-width: 1000px !important;
  }
}

@font-face {
  font-family: "bb_icons";
  src: url("../fonts/bb_icons.eot?qlmvng");
  src:
    url("../fonts/bb_icons.eot?qlmvng#iefix") format("embedded-opentype"),
    url("../fonts/bb_icons.ttf?qlmvng") format("truetype"),
    url("../fonts/bb_icons.woff?qlmvng") format("woff"),
    url("../fonts/bb_icons.svg?qlmvng#bb_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bb_icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e902";
}

.icon-cross:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e900";
}

@font-face {
  font-family: "Museo Sans Rounded 500";
  src: url("../fonts/MuseoSansRounded-500.eot");
  src:
    url("../fonts/MuseoSansRounded-500.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoSansRounded-500.woff2") format("woff2"),
    url("../fonts/MuseoSansRounded-500.woff") format("woff"),
    url("../fonts/MuseoSansRounded-500.ttf") format("truetype"),
    url("../fonts/MuseoSansRounded-500.svg#MuseoSansRounded-500") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Rounded 300";
  src: url("../fonts/MuseoSansRounded-300.eot");
  src:
    url("../fonts/MuseoSansRounded-300.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoSansRounded-300.woff2") format("woff2"),
    url("../fonts/MuseoSansRounded-300.woff") format("woff"),
    url("../fonts/MuseoSansRounded-300.ttf") format("truetype"),
    url("../fonts/MuseoSansRounded-300.svg#MuseoSansRounded-300") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Rounded 900";
  src: url("../fonts/MuseoSansRounded-900.eot");
  src:
    url("../fonts/MuseoSansRounded-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoSansRounded-900.woff2") format("woff2"),
    url("../fonts/MuseoSansRounded-900.woff") format("woff"),
    url("../fonts/MuseoSansRounded-900.ttf") format("truetype"),
    url("../fonts/MuseoSansRounded-900.svg#MuseoSansRounded-900") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Rounded 700";
  src: url("../fonts/MuseoSansRounded-700.eot");
  src:
    url("../fonts/MuseoSansRounded-700.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoSansRounded-700.woff2") format("woff2"),
    url("../fonts/MuseoSansRounded-700.woff") format("woff"),
    url("../fonts/MuseoSansRounded-700.ttf") format("truetype"),
    url("../fonts/MuseoSansRounded-700.svg#MuseoSansRounded-700") format("svg");
  font-weight: 600;
  font-style: normal;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 25px 0;
  font-family: "Museo Sans Rounded 700", sans-serif;
}

h1,
.h1 {
  font-size: 34px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
h1.bigger,
.h1.bigger {
  font-size: 40px;
}
@media only screen and (min-width: 992px) {
  h1.bigger,
  .h1.bigger {
    font-size: 50px;
  }
}

h2,
.h2 {
  font-size: 28px;
  color: #095ec6;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 37px;
  }
}

h3,
.h3 {
  font-size: 22px;
  color: #095ec6;
  line-height: 1.45;
}
h3 a,
.h3 a {
  color: #095ec6;
}

h4,
.h4 {
  font-size: 20px;
  color: #095ec6;
  line-height: 1.1;
}

h6,
.h6 {
  font-family: "Museo Sans Rounded 900", sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

header#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
header#header .container {
  padding: 0 15px;
}
@media only screen and (min-width: 414px) {
  header#header .container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  header#header .container {
    padding: 0px 0;
  }
}
@media only screen and (min-width: 1280px) {
  header#header .container {
    padding: 0 20px;
  }
}
header#header #mob-navigation {
  font-family: "Museo Sans Rounded 300", sans-serif;
  position: fixed;
  overflow: auto;
  left: 100%;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 23px;
  color: #fff;
  padding: 0 0;
  transition: left 0.3s ease-in;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 99;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  header#header #mob-navigation {
    display: none;
  }
}
header#header #mob-navigation .circle {
  width: 200%;
  height: 0;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #000;
  padding-top: 200%;
  top: 50%;
  margin-top: -100%;
}
header#header #mob-navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  header#header #mob-navigation ul li {
    float: none;
  }
}
header#header #mob-navigation ul li a {
  font-size: 21px;
  font-family: "Museo Sans Rounded 700", sans-serif;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
}
@media only screen and (min-width: 375px) {
  header#header #mob-navigation ul li a {
    font-size: 25px;
  }
}
@media only screen and (min-width: 414px) {
  header#header #mob-navigation ul li a {
    font-size: 28px;
    padding: 8px 10px;
  }
}
header#header #mob-navigation ul li a:hover {
  color: #095ec6;
}
header#header #mob-navigation .navbar-collapse {
  padding: 0 20px 0 75px;
  border: 0px;
  max-height: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header#header #mob-navigation .navbar-toggle {
  position: absolute;
  text-align: center;
  width: 38px;
  height: 38px;
  background-color: #fff !important;
  border-radius: 50%;
  padding: 0px;
  line-height: 40px;
  top: 35px;
  right: 15px;
  margin: 0px;
}
@media only screen and (min-width: 414px) {
  header#header #mob-navigation .navbar-toggle {
    top: 65px;
    right: 35px;
  }
}
header#header #mob-navigation .navbar-toggle .icon-cross {
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  header#header .navbar-header {
    float: none;
  }
}
@media only screen and (min-width: 992px) {
  header#header .navbar-header {
    float: left;
  }
}
header#header .navbar-brand {
  padding: 16px 15px;
}
header#header .navbar-brand .svg {
  display: none;
  width: 178px;
  height: 55px;
}
header#header .navbar-brand .no-svg {
  display: block;
}
header#header .navbar-brand .logo {
  max-width: 160px;
}
@media only screen and (min-width: 414px) {
  header#header .navbar-brand .logo {
    max-width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  header#header .navbar-brand .logo {
    max-width: 178px;
  }
}
header#header .navbar-toggle {
  display: block !important;
  background: none !important;
  border: 0px !important;
  outline: none;
  margin: 22px 0;
  padding: 9px 30px 9px 10px;
}
@media only screen and (min-width: 992px) {
  header#header .navbar-toggle {
    display: none !important;
  }
}
header#header .navbar-toggle .icon-bar {
  height: 4px;
  width: 32px;
  background-color: #000;
  transition: all 0.4s ease;
  margin: auto;
}
header#header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
header#header .navbar-toggle .menu {
  font-size: 16px;
  color: #fff;
  font-family: "Museo Sans Rounded 300", sans-serif;
  margin-top: 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  header#header .navbar-toggle .menu {
    display: block;
  }
}
header#header .navbar-header .navbar-toggle {
  transition: opacity 0.4s;
}
header#header .ol {
  transition: opacity 0.3s;
  opacity: 0;
}
header#header.open .ol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header#header.open #mob-navigation {
  left: 0px;
  opacity: 1;
}
header#header.open .navbar-header .navbar-toggle {
  opacity: 0;
}
header#header.open .navbar-toggle {
  position: relative;
  z-index: 99;
}
header#header.open .navbar-toggle .icon-bar {
  background-color: #fff;
}
header#header.open .navbar-toggle .i1 {
  transform: rotate(45deg);
  transform-origin: 5px 8px;
}
header#header.open .navbar-toggle .i2 {
  transform: rotate(-360deg) scale(0);
}
header#header.open .navbar-toggle .i3 {
  transform: rotate(-45deg);
  transform-origin: 5px -2px;
}
header#header.open.in .ol {
  opacity: 1;
}
header#header #desktop-navigation {
  display: none;
}
@media only screen and (min-width: 992px) {
  header#header #desktop-navigation {
    display: block;
  }
}
header#header #desktop-navigation .navbar-nav {
  margin-right: -10px;
}
@media only screen and (min-width: 1200px) {
  header#header #desktop-navigation .navbar-nav {
    margin-right: 5px;
  }
}
header#header #desktop-navigation .navbar-nav > li > a {
  font-size: 17px;
  font-family: "Museo Sans Rounded 700", sans-serif;
  padding: 35px 10px 29px;
  color: #3f3f3f;
}
@media only screen and (min-width: 1200px) {
  header#header #desktop-navigation .navbar-nav > li > a {
    padding: 35px 12px 29px;
  }
}
header#header #desktop-navigation .navbar-nav > li > a:after {
  content: "";
  height: 3px;
  width: 0%;
  background: #04d9bd;
  display: block;
  position: relative;
  top: 5px;
  transition: width 0.3s ease-in;
}
header#header #desktop-navigation .navbar-nav > li > a:hover:after {
  width: 100%;
}
header#header #desktop-navigation .navbar-nav > li > a.phone .icon-phone {
  position: relative;
  top: -2px;
}
header#header .phone,
header#header #desktop-navigation .navbar-nav > li > a.phone {
  color: #000;
  padding: 29px 0px;
  position: relative;
  float: right;
}
@media only screen and (min-width: 992px) {
  header#header .phone,
  header#header #desktop-navigation .navbar-nav > li > a.phone {
    padding: 35px 5px 28px;
  }
}
@media only screen and (min-width: 1200px) {
  header#header .phone,
  header#header #desktop-navigation .navbar-nav > li > a.phone {
    margin-right: 10px;
    padding: 35px 20px 28px;
  }
  header#header .phone:after,
  header#header #desktop-navigation .navbar-nav > li > a.phone:after {
    width: 1px;
    background: #d9d9d9;
    height: 36px;
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -18px;
  }
}
header#header .phone .rtap a,
header#header #desktop-navigation .navbar-nav > li > a.phone .rtap a {
  color: #000;
}
header#header .phone.hide-md .rtap,
header#header #desktop-navigation .navbar-nav > li > a.hide-md.phone .rtap {
  display: block;
  font-size: 0px;
}
header#header .phone.hide-md .rtap a,
header#header #desktop-navigation .navbar-nav > li > a.hide-md.phone .rtap a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
header#header .phone .icon,
header#header #desktop-navigation .navbar-nav > li > a.phone .icon {
  font-size: 30px;
  margin-right: 5px;
}
@media only screen and (min-width: 992px) {
  header#header .phone .icon,
  header#header #desktop-navigation .navbar-nav > li > a.phone .icon {
    font-size: 23px;
  }
}
header#header .phone span,
header#header #desktop-navigation .navbar-nav > li > a.phone span {
  font-size: 17px;
  font-family: "Museo Sans Rounded 900";
  display: none;
}
@media only screen and (min-width: 1200px) {
  header#header .phone span,
  header#header #desktop-navigation .navbar-nav > li > a.phone span {
    display: inline-block;
  }
}
header#header .phone .icon,
header#header #desktop-navigation .navbar-nav > li > a.phone .icon {
  display: inline-block;
  vertical-align: middle;
}

html header#header #mob-navigation .navbar-toggle .icon-bar {
  display: none !important;
}
html header#header #mob-navigation .navbar-toggle img {
  display: block !important;
}

html.csstransforms header#header #mob-navigation .navbar-toggle .icon-bar {
  display: block !important;
}
html.csstransforms header#header #mob-navigation .navbar-toggle img {
  display: none !important;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.ta {
  display: table;
  height: 100%;
  width: 100%;
}
.ta .va {
  vertical-align: middle;
  display: table-cell;
}

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

.show-sm {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .show-sm {
    display: block !important;
  }
}

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

.show-sm-inline {
  display: none;
}
@media only screen and (min-width: 768px) {
  .show-sm-inline {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .hide-sm {
    display: none;
  }
}

.show-md {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .show-md {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .hide-md {
    display: none;
  }
}

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

.tt {
  text-transform: uppercase;
}

.l-align-sm {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-align-sm {
    text-align: left;
  }
}

.l-align-md {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .l-align-md {
    text-align: left;
  }
}

.r-align-sm {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .r-align-sm {
    text-align: right;
  }
}

.c-align {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .row-flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.gradient,
.cta-box .link,
.btn.btn-primary,
.btn.btn-default,
#hero-blog,
.post .more {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#095ec6+0,04d9bd+100 */
  background: #095ec6;
  /* Old browsers */
  background: -moz-linear-gradient(38deg, #095ec6 0%, #04d9bd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(38deg, #095ec6 0%, #04d9bd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(38deg, #095ec6 0%, #04d9bd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095ec6', endColorstr='#04d9bd',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.opacity0,
.cta-box .link:before,
.btn.btn-primary:before,
.btn.btn-default:before {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.opacity1,
.cta-box .link:hover:before,
.btn.btn-primary:hover:before,
.btn.btn-default:hover:before,
.btn.btn-tertiary:hover:before {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.cta-box {
  background: #eeeeee;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  margin-top: 60px;
}
.cta-box .content {
  padding: 22px;
}
.cta-box .link {
  color: #fff;
  font-family: "Museo Sans Rounded 700", sans-serif;
  text-align: center;
  display: block;
  padding: 9px 10px;
  position: relative;
  overflow: hidden;
}
.cta-box .link:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #095ec6;
  content: "";
}
.cta-box .link:hover {
  background-color: #095ec6;
}
.cta-box .link span {
  position: relative;
}

.btn {
  transition: all 0.4s;
  outline: 0 !important;
}
.btn.btn-search {
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #095ec6;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 17px;
  height: 53px;
  text-align: left;
  font-family: "Museo Sans Rounded 500", sans-serif;
  float: right;
}
@media only screen and (min-width: 768px) {
  .btn.btn-search {
    float: none;
    min-width: 110px;
    padding: 8px 17px;
    height: 43px;
  }
}
.btn.btn-search .icon {
  line-height: 1.4;
  position: relative;
  top: 1px;
}
.btn.btn-search:hover {
  background-color: #04d9bd;
}
.btn.btn-primary,
.btn.btn-default {
  font-family: "Museo Sans Rounded 700", sans-serif;
  color: #fff;
  border: 0px;
  border-radius: 25px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 9px 10px;
  font-size: 16px;
  min-width: 232px;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .btn.btn-primary,
  .btn.btn-default {
    margin-top: 25px;
  }
}
.btn.btn-primary span,
.btn.btn-default span {
  position: relative;
}
.btn.btn-primary:before,
.btn.btn-default:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #095ec6;
  content: "";
}
.btn.btn-primary:hover,
.btn.btn-default:hover {
  background-color: #095ec6;
}
.btn.btn-secondary {
  font-family: "Museo Sans Rounded 700", sans-serif;
  color: #fff;
  border: 0px;
  border-radius: 25px;
  text-align: center;
  padding: 9px 10px;
  font-size: 16px;
  min-width: 220px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #095ec6;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #04d9bd;
}
.btn.btn-tertiary {
  font-family: "Museo Sans Rounded 700", sans-serif;
  color: #fff;
  border: 0px;
  border-radius: 25px;
  text-align: center;
  padding: 9px 10px;
  background-color: #000;
  font-size: 16px;
  min-width: 232px;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .btn.btn-tertiary {
    margin-top: 25px;
  }
}
.btn.btn-tertiary span {
  position: relative;
}
.btn.btn-tertiary:hover {
  background-color: #04d9bd;
}

html.svg #header .navbar-brand .logo.svg {
  display: block;
}
html.svg #header .navbar-brand .logo.no-svg {
  display: none;
}

html.mt {
  margin-top: 0px !important;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-family: "Museo Sans Rounded 500", sans-serif;
  font-weight: 500;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.overflow_hidden {
  overflow: hidden;
}

a {
  transition:
    background-color 0.4s,
    color 0.4s;
  color: #000;
  outline: none !important;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #095ec6;
}

p {
  margin: 25px 0;
}

img,
iframe {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 900;
  font-family: "Museo Sans Rounded 900", sans-serif;
}

ul,
ol {
  padding: 0;
  margin: 25px 0;
}

ul {
  list-style: none;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
  margin: 25px;
  margin-left: 0px;
}

.alignright {
  float: right;
  margin: 25px;
  margin-right: 0px;
}

.aligncenter {
  display: block;
  margin: 25px auto;
}

.container {
  max-width: none;
  padding: 0 25px;
}
@media only screen and (min-width: 414px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    padding: 0 110px;
    width: 1280px;
  }
}

#wrapper {
  margin: auto;
  overflow: hidden;
  position: relative;
  left: 0px;
}

#main {
  position: relative;
  padding-top: 88px;
}

#wpadminbar {
  opacity: 0.6;
}

#ui-datepicker-div {
  z-index: 10 !important;
}

#hero {
  height: 100%;
  padding: 0 0 32px 0;
  color: #fff;
  background-size: cover;
  background-position: 60% center;
}

#hero .hero-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 20%;
  padding: 64px 32px;
  max-width: 513px;
  height: 100%;
  background-color: white;
  color: #095ec6;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

#hero .hero-inner h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  margin: 0;
}

#hero .hero-inner .featured-box ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
}

#hero .hero-inner .featured-box ul li {
  position: relative;
  padding-left: 40px;
  color: var(--Black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 110% */
}

#hero .hero-inner .featured-box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg clip-path='url(%23clip0_1_678)'%3E%3Cpath d='M27.59 4.12858C27.0433 3.58181 26.1569 3.58181 25.6101 4.12858L8.8372 20.9016L2.38998 14.4544C1.84327 13.9076 0.956894 13.9077 0.410074 14.4544C-0.136691 15.0011 -0.136691 15.8875 0.410074 16.4343L7.84725 23.8713C8.39379 24.418 9.28082 24.4176 9.82715 23.8713L27.59 6.10849C28.1367 5.56178 28.1367 4.67535 27.59 4.12858Z' fill='%23095EC6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_678'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

#hero .hero-inner .wp-block-button__link {
  font-family: "Museo Sans Rounded 700", sans-serif;
  color: #fff;
  border: 0px;
  border-radius: 25px;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
  text-align: center;
  transition: all 0.3s ease-in;
  padding: 9px 10px;
  font-size: 16px;
  min-width: 232px;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  background: #095ec6;
  background: -moz-linear-gradient(38deg, #095ec6 0%, #04d9bd 100%);
  background: -webkit-linear-gradient(38deg, #095ec6 0%, #04d9bd 100%);
  background: linear-gradient(38deg, #095ec6 0%, #04d9bd 100%);
}

#hero .hero-inner .wp-block-button__link:hover {
  transition: all 0.5s ease-in;
  background: #095ec6;
  color: #fff !important;
}

@media (width <= 980px) {
  #hero .hero-inner {
    margin: 0 auto;
    max-width: 80%;
    padding: 40px 32px;
    background: rgba(249, 249, 249, 0.9);
    gap: 32px;
  }
  #hero .hero-inner h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 125% */
  }
  #hero .hero-inner .featured-box ul {
    gap: 16px;
  }
  #hero .hero-inner .featured-box ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
  }
}

#hero-blog h1 {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #hero-blog {
    text-align: center;
  }
}
#hero-blog .ta {
  height: 375px;
}
@media only screen and (min-width: 768px) {
  #hero-blog .ta {
    height: 260px;
  }
}

.checkatrade-wrap-wrap {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}

.checkatrade-wrap {
  background-color: #ededed;
  padding: 17px 20px 22px;
  display: block;
  border-radius: 25px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.17);
  max-width: 334px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .checkatrade-wrap {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .checkatrade-wrap {
    margin-top: 35px;
  }
}
.checkatrade-wrap .inner-wrap {
  background-color: #fff;
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 10px;
  padding-left: 17px;
  padding-right: 22px;
  border-radius: 25px;
}
@media only screen and (min-width: 768px) {
  .checkatrade-wrap .inner-wrap {
    border-radius: 35px;
    padding-left: 10px;
    padding-right: 15px;
  }
}
.checkatrade-wrap .tr {
  display: table;
  width: 100%;
  padding: 0 20px;
}
.checkatrade-wrap .tr .c-1,
.checkatrade-wrap .tr .c-2 {
  display: table-cell;
  width: 50%;
  padding: 0 10px 14px;
}
.checkatrade-wrap .tr .c-1 {
  text-align: right;
}
.checkatrade-wrap .tr .c-1 img {
  max-width: 87px;
}
.checkatrade-wrap .tr .c-2 {
  text-align: left;
}
.checkatrade-wrap .tr .c-2 img {
  max-width: 87px;
}

.section.section-locations {
  margin: 15px -5px 20px;
}
@media only screen and (min-width: 1200px) {
  .section.section-locations {
    margin: 20px -7px 25px;
  }
}
.section.section-locations a {
  color: #606060;
  font-size: 16px;
  font-family: "Museo Sans Rounded 500", sans-serif;
  display: inline-block;
  padding: 0 5px;
  margin: 10px 0;
}
@media only screen and (min-width: 1200px) {
  .section.section-locations a {
    padding: 0 7px;
    font-size: 18px;
  }
}
.section.section-locations a:hover {
  color: #095ec6;
}
.section.section-locations a:hover .icon {
  top: -5px;
}
.section.section-locations a .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transition: top 0.2s ease-in;
  position: relative;
  top: -3px;
}
@media only screen and (min-width: 1200px) {
  .section.section-locations a .icon {
    margin-right: 15px;
  }
}
.section.section-find-locations {
  float: left;
  position: relative;
  z-index: 99;
}
.section.section-find-locations.has-bg {
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 100%;
  position: relative;
  z-index: 99;
}
.section.section-main {
  position: relative;
  padding: 10px 0 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-main {
    background-color: #f9f9f9;
    padding: 0px;
    padding-bottom: 50px;
  }
}
.section.section-main .head-bg {
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.section.section-main .cols {
  position: relative;
}
.section.section-main .cols:before,
.section.section-main .cols:after {
  clear: both;
  /*display: table; Removed to keep left sidebar at top of page*/
  content: "";
}
@media only screen and (min-width: 992px) {
  .section.section-main .col-2 {
    width: 335px;
    float: left;
  }
  .section.section-main .col-1 {
    width: 536px;
    float: right;
  }
  .section.section-main .col-1 .padded-content-md {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section-main .col-1 {
    width: 668px;
    float: right;
  }
}
.section.section-services {
  box-shadow: inset 0 6px 18px rgba(0, 0, 0, 0.08);
  background-color: #f6f6f6;
  padding: 15px 0 25px;
}
@media only screen and (min-width: 992px) {
  .section.section-services {
    padding: 40px 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section-services.pull-up {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section.section-services header {
  padding: 0 0 5px;
}
.section.section-services header h2 {
  color: #565656;
}
.section.section-services .section-services-list {
  list-style: none;
  margin: 0px -5px 25px;
  padding: 0px;
}
.section.section-services .section-services-list li {
  display: inline-block;
  padding: 6px 5px;
}
.section.section-services .section-services-list li a {
  border: 2px solid #095ec6;
  color: #095ec6;
  font-size: 14px;
  padding: 13px;
  display: block;
  padding: 9px 13px;
  border-radius: 100px;
  line-height: 1.1;
}
@media only screen and (min-width: 414px) {
  .section.section-services .section-services-list li a {
    font-size: 15px;
  }
}
.section.section-services .section-services-list li a:hover {
  background-color: #095ec6;
  color: #fff;
}
.section.section-locations-covered {
  box-shadow: inset 0 6px 18px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 15px 0 25px;
}
@media only screen and (min-width: 992px) {
  .section.section-locations-covered {
    padding: 40px 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section-locations-covered.pull-up {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section.section-locations-covered header {
  padding: 0 0 5px;
}
.section.section-locations-covered header h2 {
  color: #565656;
}
.section.section-locations-covered .section-services-list {
  list-style: none;
  margin: 0px -5px 25px;
  padding: 0px;
  font-size: 0;
}
.section.section-locations-covered .section-services-list li {
  display: inline-block;
  padding: 6px 5px;
}
.section.section-locations-covered .section-services-list li .loc {
  border: 2px solid #095ec6;
  color: #095ec6;
  font-size: 14px;
  padding: 13px;
  display: block;
  padding: 9px 13px;
  border-radius: 100px;
  line-height: 1.1;
}
@media only screen and (min-width: 414px) {
  .section.section-locations-covered .section-services-list li .loc {
    font-size: 15px;
  }
}
.section.section-locations-covered .section-services-list li a.loc:hover {
  background-color: #095ec6;
  color: #fff;
}
.section.section-footer-search {
  background: #f9f9f9;
  padding: 40px 0 45px;
}
@media only screen and (min-width: 768px) {
  .section.section-footer-search {
    padding: 60px 0;
  }
}
.section.section-footer-search h2 {
  font-size: 28px;
  color: #686868;
  font-family: "Museo Sans Rounded 500", sans-serif;
  margin: 0px;
}
@media only screen and (min-width: 414px) {
  .section.section-footer-search h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-footer-search h2 {
    font-size: 36px;
  }
}
.section.section-footer-search .form.form-search {
  margin: 25px 0 0;
}
@media only screen and (min-width: 992px) {
  .section.section-footer-search .form.form-search {
    margin: 0px;
  }
}
.section.section-footer-search .form.form-search .form-control {
  padding: 12px 15px;
  height: 56px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .section.section-footer-search .form.form-search .form-control {
    padding: 12px 25px;
    height: 56px;
    font-size: 23px;
  }
}
.section.section-footer-search .form.form-search .btn {
  padding: 14px 17px;
  height: 56px;
}
@media only screen and (min-width: 768px) {
  .section.section-footer-search .form.form-search .btn {
    padding: 11px 17px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-footer-search .row {
    margin: 0px;
    display: table;
    width: 100%;
  }
  .section.section-footer-search .row .cell {
    vertical-align: middle;
    display: table-cell;
    float: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-footer-search .btn.btn-search {
    padding: 11px 17px;
    height: 56px;
    font-size: 23px;
    text-align: center;
    min-width: 153px;
  }
}
.section.section-why-choose {
  color: #fff;
  padding: 20px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04d9bd+0,095ec6+100 */
  background: #04d9bd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #04d9bd 0%, #095ec6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #04d9bd 0%, #095ec6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #04d9bd 0%, #095ec6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d9bd', endColorstr='#095ec6',GradientType=0 );
  /* IE6-9 */
}
@media only screen and (min-width: 1200px) {
  .section.section-why-choose {
    padding: 90px 0 100px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-why-choose {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04d9bd+0,095ec6+100 */
    background: #04d9bd;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #04d9bd 0%, #095ec6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #04d9bd 0%, #095ec6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #04d9bd 0%, #095ec6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d9bd', endColorstr='#095ec6',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
}
.section.section-why-choose header h2 {
  color: #fff;
}
.section.section-why-choose .block {
  background-color: #fff;
  text-align: center;
  font-size: 27px;
  font-family: "Museo Sans Rounded 700", sans-serif;
  color: #05bbbf;
  line-height: 1.15;
  padding: 27px 25px;
  border-radius: 45px;
  overflow: hidden;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .section.section-why-choose .block {
    max-width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-why-choose .block {
    margin: 0px;
    max-width: none;
  }
}
.section.section-why-choose .block p {
  margin: 0px;
}
.section.section-why-choose .block.block-2 {
  color: #05bbbf;
}
.section.section-why-choose .block.block-3 {
  color: #0691c2;
}
.section.section-why-choose .block.block-4 {
  color: #095ac6;
}
@media only screen and (min-width: 992px) {
  .section.section-why-choose .block br {
    display: none;
  }
}
.section.section-why-choose .tr-wrap {
  margin: 35px 0px;
}
@media only screen and (min-width: 992px) {
  .section.section-why-choose .tr-wrap {
    margin: 60px -10px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section-why-choose .tr-wrap {
    margin: 60px -32px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-why-choose .tr {
    display: table;
    display: flex;
  }
  .section.section-why-choose .tr .cell {
    padding: 0 10px;
    display: table-cell;
    width: 25%;
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .section.section-why-choose .tr .cell {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-why-choose .tr .cell .block {
    display: flex;
    align-items: center;
  }
}
.section.section-why-choose .content {
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  .section.section-why-choose .content {
    margin-top: 0;
  }
}
.section.section-why-choose .content .row {
  margin: 0 -32px;
}
.section.section-why-choose .content .row .col {
  padding: 0 32px;
}
.section.section-why-choose .inner-wrap {
  position: relative;
}
.section.section-why-choose .btn {
  display: block;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .section.section-why-choose .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    max-width: none;
  }
}
.section.section-additional {
  padding-bottom: 26px;
}
.section.section-additional.grey {
  background-color: #f4f4f4;
}
@media only screen and (min-width: 992px) {
  .section.section-additional {
    padding: 50px 0;
  }
}
.section.section-additional .bigger {
  font-size: 21px;
}
.section.section-main ul li,
.section.section-additional ul li,
.section.section-footer-search ul li {
  margin: 15px 0;
  padding-left: 35px;
  position: relative;
}
.section.section-main ul li:before,
.section.section-additional ul li:before,
.section.section-footer-search ul li:before {
  width: 12px;
  height: 12px;
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04d9bd+0,095ec6+100 */
  background: #04d9bd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #04d9bd 0%, #095ec6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #04d9bd 0%, #095ec6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #04d9bd 0%, #095ec6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d9bd', endColorstr='#095ec6',GradientType=0 );
  /* IE6-9 */
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  border-radius: 50%;
}
.section.section-main .awesomplete,
.section.section-additional .awesomplete,
.section.section-footer-search .awesomplete {
  display: block;
}
.section.section-main .awesomplete > ul > li,
.section.section-additional .awesomplete > ul > li,
.section.section-footer-search .awesomplete > ul > li {
  position: relative;
  padding: 0.5em 0.5em;
  cursor: pointer;
  margin: 0px;
}
.section.section-main .awesomplete > ul > li:before,
.section.section-additional .awesomplete > ul > li:before,
.section.section-footer-search .awesomplete > ul > li:before {
  display: none;
}
.section.section-posts {
  background-color: #efefef;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .section.section-posts {
    padding: 45px 0;
  }
}
.section.section-posts .row .grid-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.section-posts .row {
    margin: 0 -28px;
  }
  .section.section-posts .row .grid-item {
    width: 50%;
    padding: 0 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section-posts .row {
    margin: 0 -33px;
  }
  .section.section-posts .row .grid-item {
    padding: 0 33px;
  }
}

.section.section-post a {
  color: #095ec6;
}

.section.section-post a.btn.btn-primary {
  color: #fff;
}

.section.section-post ul {
  list-style: disc;
  margin-left: 10px;
}

.section.section-post .other-articles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section.section-post .other-articles ul li a {
  color: #000;
}

.section.section-post ul li {
  margin-bottom: 10px;
}

.section.section-post {
  padding: 10px 0 35px;
}
@media only screen and (min-width: 768px) {
  .section.section-post {
    padding: 40px 0;
  }
}
.section.section-post h2 {
  color: #000;
  font-size: 24px;
  font-family: "Museo Sans Rounded 300", sans-serif;
  line-height: 1.4;
  margin-bottom: 50px;
}
.section.section-emergency-plumbing {
  font-size: 22px;
  line-height: 1.4;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section.section-emergency-plumbing {
    max-width: 280px;
    float: right;
  }
}
.section.section-emergency-plumbing .title {
  font-size: 27px;
  font-family: "Museo Sans Rounded 700", sans-serif;
  line-height: 1.27;
  margin: 30px 0;
}
.section.section-emergency-plumbing .btn {
  margin: 15px 0;
  display: block;
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .section.section-emergency-plumbing .btn {
    min-width: 208px;
    display: inline-block;
    width: auto;
  }
}
.section.section-what-people {
  color: #fff;
  padding: 20px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04d9bd+0,095ec6+100 */
  background: #04d9bd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #095ec6 100%, #04d9bd 0%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #095ec6 100%, #04d9bd 0%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #095ec6 100%, #04d9bd 0%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d9bd', endColorstr='#095ec6',GradientType=0 );
  /* IE6-9 */
}
@media only screen and (min-width: 992px) {
  .section.section-what-people {
    padding: 100px 0 50px;
    margin-top: -105px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-what-people header {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-what-people {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04d9bd+0,095ec6+100 */
    background: #04d9bd;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #04d9bd 0%, #095ec6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #04d9bd 0%, #095ec6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #04d9bd 0%, #095ec6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d9bd', endColorstr='#095ec6',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
}
.section.section-what-people header h2 {
  color: #fff;
}
.section.section-what-people .quote {
  background: #fff;
  color: #3f3f3f;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 35px;
  overflow: hidden;
  font-family: "Museo Sans Rounded 700", sans-serif;
}
@media only screen and (min-width: 414px) {
  .section.section-what-people .quote {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-what-people .quote {
    font-size: 22px;
  }
}
.section.section-what-people .quote .content {
  overflow: hidden;
  padding: 15px 22px;
}
@media only screen and (min-width: 414px) {
  .section.section-what-people .quote .content {
    padding: 20px 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-what-people .quote .content {
    padding: 20px 55px;
  }
}
.section.section-what-people .quote .footer {
  background-color: #eeeeee;
  overflow: hidden;
  padding: 18px 22px;
}
@media only screen and (min-width: 414px) {
  .section.section-what-people .quote .footer {
    padding: 32px 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-what-people .quote .footer {
    padding: 30px 55px;
  }
}
.section.section-what-people .row {
  margin-top: 50px;
}
.section.section-what-people .row .grid-item {
  margin: 0 0 65px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-what-people .row .grid-item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-what-people .row {
    margin: 0 -22px;
  }
  .section.section-what-people .row .grid-item {
    padding: 0 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section-what-people .row {
    margin: 0 -28px;
  }
  .section.section-what-people .row .grid-item {
    padding: 0 28px;
  }
}
.section.section-feedback {
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) {
  .section.section-feedback .row-extra {
    margin: 0 -50px;
  }
  .section.section-feedback .row-extra > .col-sm-6 {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-feedback {
    padding: 35px 0 90px;
  }
}
.section.section-feedback .form {
  margin: 50px -15px 40px;
}
@media only screen and (min-width: 768px) {
  .section.section-feedback .form {
    margin: 0 -15px;
  }
}
.section.section-feedback h2 {
  color: #04c7be;
}
.section.section-feedback .gform_wrapper ul {
  margin: 30px 0;
}

.form.form-search {
  margin: 30px 0 15px;
  display: table;
}
.form.form-search .form-group {
  margin: 0px;
}
.form.form-search .form-group-2 {
  /*
    display: none;
    */
}
.form.form-search .form-group,
.form.form-search .form-group-2 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.form.form-search .form-control {
  font-size: 20px;
  color: #000;
  border: 0px;
  box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
  border-radius: 100px;
  padding: 10px 15px;
  height: 53px;
  width: 100%;
  -webkit-appearance: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 768px) {
  .form.form-search .form-control {
    font-size: 18px;
    height: 43px;
    padding: 9px 30px;
  }
}
.form.form-search .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ababab;
}
.form.form-search .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
}
.form.form-search .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ababab;
}
.form.form-search .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
}
.form.form-search .form-group-2 {
  width: 1%;
}
.form.form-feedback label {
  display: none;
}
.form.form-feedback .ginput_container input,
.form.form-feedback .ginput_container textarea,
.form.form-feedback .ginput_container select {
  color: #000;
  font-family: "Museo Sans Rounded 700", sans-serif;
  font-size: 17px;
  border: 0px;
  background-color: #eeeeee;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 8px 18px;
  border-radius: 15px;
  height: 40px;
}
.form.form-feedback .ginput_container input::-webkit-input-placeholder,
.form.form-feedback .ginput_container textarea::-webkit-input-placeholder,
.form.form-feedback .ginput_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #979797;
}
.form.form-feedback .ginput_container input::-moz-placeholder,
.form.form-feedback .ginput_container textarea::-moz-placeholder,
.form.form-feedback .ginput_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #979797;
}
.form.form-feedback .ginput_container input:-ms-input-placeholder,
.form.form-feedback .ginput_container textarea:-ms-input-placeholder,
.form.form-feedback .ginput_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #979797;
}
.form.form-feedback .ginput_container input:-moz-placeholder,
.form.form-feedback .ginput_container textarea:-moz-placeholder,
.form.form-feedback .ginput_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #979797;
}
.form.form-feedback li {
  margin-bottom: 30px;
}
.form.form-feedback .ginput_container textarea {
  resize: none;
  height: 150px;
}
.form.form-feedback .col-sm-12 {
  clear: both;
}
.form.form-feedback .button {
  margin-top: 0px;
  display: block;
  width: 100%;
}
.form.form-feedback .button:hover {
  color: #fff;
}
.form.form-feedback .gfield_description.validation_message {
  color: #b94a48;
  font-size: 10px;
  text-align: right;
  padding: 5px;
}
.form.form-contact label {
  display: none;
}
.form.form-contact .gform_body {
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .form.form-contact .gform_body {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 768px) {
  .form.form-contact .gform_body {
    margin: 0 -25px;
  }
}
.form.form-contact .gform_footer {
  margin: 0 -15px;
}
.form.form-contact .ginput_container input,
.form.form-contact .ginput_container textarea,
.form.form-contact .ginput_container select {
  color: #000;
  font-family: "Museo Sans Rounded 700", sans-serif;
  font-size: 16px;
  border: 0px;
  background-color: #fff;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 9px 18px;
  border-radius: 15px;
  height: 40px;
}
.form.form-contact .ginput_container input::-webkit-input-placeholder,
.form.form-contact .ginput_container textarea::-webkit-input-placeholder,
.form.form-contact .ginput_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #979797;
}
.form.form-contact .ginput_container input::-moz-placeholder,
.form.form-contact .ginput_container textarea::-moz-placeholder,
.form.form-contact .ginput_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #979797;
}
.form.form-contact .ginput_container input:-ms-input-placeholder,
.form.form-contact .ginput_container textarea:-ms-input-placeholder,
.form.form-contact .ginput_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #979797;
}
.form.form-contact .ginput_container input:-moz-placeholder,
.form.form-contact .ginput_container textarea:-moz-placeholder,
.form.form-contact .ginput_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #979797;
}
.form.form-contact li {
  margin-bottom: 30px;
  padding: 0px 15px !important;
  margin: 0px 0px 30px !important;
}
.form.form-contact li:before {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .form.form-contact li {
    padding: 0 20px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .form.form-contact li {
    padding: 0 25px !important;
  }
}
.form.form-contact .ginput_container textarea {
  resize: none;
  height: 145px;
}
.form.form-contact .col-sm-12 {
  clear: both;
}
.form.form-contact .button {
  margin-top: 35px;
  display: block;
  width: 100%;
}
.form.form-contact .button:hover {
  color: #fff;
}
.form.form-contact .gfield_description.validation_message {
  color: #b94a48;
  font-size: 10px;
  text-align: right;
  padding: 5px;
}

.page-template-tpl-location .content-header {
  padding: 6px 0;
  overflow: hidden;
}
.page-template-tpl-location .section.section-main {
  padding-top: 0px;
}
.page-template-tpl-location .checkatrade-wrap-wrap {
  background: none;
  padding-top: 0px;
  padding-bottom: 25px;
}
.page-template-tpl-location .checkatrade-wrap-wrap .checkatrade-wrap {
  margin-top: -100px;
}
.page-template-tpl-location #hero {
  padding-bottom: 130px;
}
@media only screen and (min-width: 992px) {
  .page-template-tpl-location #hero {
    padding-bottom: 0px;
  }
}
.page-template-tpl-location .head-bg-mob {
  height: 370px !important;
}
@media only screen and (min-width: 414px) {
  .page-template-tpl-location .head-bg-mob {
    height: 480px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .page-template-tpl-location #hero h1 {
    max-width: 66%;
  }
}

.tpl_blog #hero .tr {
  height: 380px;
  display: table;
}
@media only screen and (min-width: 992px) {
  .tpl_blog #hero .tr {
    padding: 20px 0;
  }
}
.tpl_blog #hero .tr .col-1 {
  display: table-cell;
  vertical-align: middle;
}
.tpl_blog #hero .number {
  margin-bottom: 25px;
}

.post-pagination {
  text-align: center;
  margin: 22px;
}
.post-pagination .wp-paginate .current {
  background: #095ec6;
  border: 1px solid #095ec6;
}

.post {
  background-color: #fff;
  margin: 22px 0;
  overflow: hidden;
  border-radius: 35px;
}
.post .inner {
  padding: 0 30px;
  overflow: hidden;
}
.post .post-title {
  font-family: "Museo Sans Rounded 900", sans-serif;
  color: #3f3f3f;
  margin: 10px 0;
}
.post .post-date {
  font-size: 14px;
  color: #3f3f3f;
  font-family: "Museo Sans Rounded 700", sans-serif;
  display: block;
  margin: 10px 0;
}
.post .more {
  background-color: #095ec6;
  text-align: center;
  font-size: 17px;
  display: block;
  font-family: "Museo Sans Rounded 900", sans-serif;
  color: #fff;
  padding: 17px 15px;
}
.post .ta {
  height: 126px;
}
.post .link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.post:hover .more {
  background: #095ec6;
}

.other-articles {
  background-color: #ededed;
  padding: 10px 30px 20px;
  margin: 25px 0;
  border-radius: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .other-articles {
    max-width: 280px;
    float: right;
  }
}
.other-articles ul li {
  margin: 25px 0;
}

.tpl_about .padded-content-md h3 {
  color: #000;
  margin-top: 45px;
}
.tpl_about .gform_confirmation_message {
  font-size: 27px;
  color: #095ec6;
  font-family: "Museo Sans Rounded 700", sans-serif;
}

.tpl_contact .section-main {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04d9bd+0,095ec6+100 */
  background: #04d9bd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #04d9bd 0%, #095ec6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #04d9bd 0%, #095ec6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #04d9bd 0%, #095ec6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d9bd', endColorstr='#095ec6',GradientType=0 );
  /* IE6-9 */
  padding-top: 0px;
}
@media only screen and (min-width: 992px) {
  .tpl_contact .section-main {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04d9bd+0,095ec6+100 */
    background: #04d9bd;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #095ec6 0%, #04d9bd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #095ec6 0%, #04d9bd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #095ec6 0%, #04d9bd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d9bd', endColorstr='#095ec6',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
}
.tpl_contact .section-main .col-1 .padded-content-md {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .tpl_contact .section-main {
    padding-bottom: 55px;
  }
  .tpl_contact .section-main .col-1 .padded-content-md {
    padding-bottom: 0px;
    padding-top: 35px;
  }
}
.tpl_contact .section.section-emergency-plumbing {
  max-width: none;
  float: none;
}
.tpl_contact .section.section-emergency-plumbing h2 {
  color: #000;
}
@media only screen and (min-width: 992px) {
  .tpl_contact .section.section-emergency-plumbing .col-1 {
    width: 335px;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .tpl_contact .section.section-emergency-plumbing .col-2 {
    width: 536px;
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl_contact .section.section-emergency-plumbing .col-2 {
    width: 668px;
    float: right;
  }
}
.tpl_contact .gform_confirmation_message {
  font-size: 27px;
  color: #fff;
  font-family: "Museo Sans Rounded 700", sans-serif;
  padding-top: 20px;
}
.tpl_contact .address-box {
  background-color: #f6f6f6;
  overflow: hidden;
  border-radius: 25px;
  margin: 35px 0;
}
.tpl_contact .address-box .inner {
  font-family: "Museo Sans Rounded 300", sans-serif;
  font-size: 16px;
  padding: 21px 25px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .tpl_contact .address-box .inner {
    font-size: 14px;
  }
}
.tpl_contact .address-box .inner .icon {
  float: left;
}
.tpl_contact .address-box .inner p {
  margin: 1px 0;
  padding-left: 40px;
}
.tpl_contact .address-box .more {
  display: block;
  text-align: center;
  font-family: "Museo Sans Rounded 700", sans-serif;
  font-size: 16px;
  background-color: #ededed;
  color: #787878;
  padding: 13px 10px;
}
@media only screen and (min-width: 768px) {
  .tpl_contact .address-box .more {
    font-size: 14px;
  }
}
.tpl_contact .address-box .more:hover {
  background-color: #095ec6;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .tpl_front-page .section-why-choose {
    margin-top: -105px;
    position: relative;
    padding: 90px 0 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl_front-page #hero h1 {
    max-width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .tpl_front-page .section.section-main .col-1 .padded-content-md {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl_front-page .section.section-main .col-1 .padded-content-md {
    padding: 10px 0 70px;
  }
}

#footer {
  padding: 0px;
  background-color: #232323;
  color: #fff;
  font-size: 16px;
  font-family: "Museo Sans Rounded 300", sans-serif;
  padding: 25px 0 20px;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 35px 0 30px;
  }
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #095ec6;
}
#footer .widget-wrap .widget-inner h3 {
  color: #fff;
  font-family: "Museo Sans Rounded 900", sans-serif;
  font-size: 16px;
  margin: 15px 0;
}
#footer .widget-wrap .widget-inner .menu {
  margin: 15px 0;
}
#footer .widget-wrap .widget-inner .menu li {
  padding: 5px 0;
}
#footer .reg {
  font-size: 13px;
}
#footer .btn {
  margin: 20px 0;
  display: block;
}
#footer .btn:hover {
  color: #fff;
}
#footer .phone,
#footer header#header #desktop-navigation .navbar-nav > li > a.phone,
header#header #desktop-navigation #footer .navbar-nav > li > a.phone {
  font-size: 28px;
  font-family: "Museo Sans Rounded 700", sans-serif;
  display: block;
  margin: 30px 0 25px;
}
@media only screen and (min-width: 768px) {
  #footer .phone,
  #footer header#header #desktop-navigation .navbar-nav > li > a.phone,
  header#header #desktop-navigation #footer .navbar-nav > li > a.phone {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .col-3-wrap {
    max-width: 260px;
    float: right;
  }
}
#footer address {
  line-height: 1.65;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  #footer address {
    padding: 0 10px;
  }
}
#footer address strong {
  font-family: "Museo Sans Rounded 700", sans-serif;
}

#foot_reviews {
  text-align: center;
  font-size: 13px;
  padding: 5px;
}
#foot_reviews * {
  display: inline;
  padding: 1px;
}

#facebook_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: 10px;
  position: absolute;
  background-image: url(../images/bb_facebook.png);
  background-size: cover;
}

#twitter_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: 60px;
  position: absolute;
  background-image: url(../images/bb_twitter.png);
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  #facebook_link {
    position: relative;
  }
}

/* Mobile Footer CTA */
.mobile-cta-section {
  display: none;
}

@media (width <= 768px) {
  .mobile-cta-section {
    display: block;
    padding: 2rem 16px;
    background: white;
    box-shadow: -2px 1px 10px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
  }
  .mobile-cta-section .container {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .mobile-cta-section .container::before,
  .mobile-cta-section .container::after {
    display: none;
  }

  .mobile-cta-section .container .btn.btn-primary {
    margin-top: 0;
    min-width: auto;
    padding: 10px 16px;
  }
}
