html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* SASS Variables
--------------------------------------------------------------- */
/*---------------------------------------------------------------
    Flexbox Mixins
--------------------------------------------------------------- */
.btn-red, .outer-types-of-repairs .types-of-repairs div.find-brand a.link, .outer-cta-section .cta-section div#cta-book-service a, #primary-sidebar form.searchform > div input#searchsubmit, div.next-posts a, div.prev-posts a {
  display: inline-block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ce3d3f+0,b82629+100 */
  background-color: url(""), #ce3d3f;
  /* Old browsers */
  background-image: url(""), -moz-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
  /* FF3.6+ */
  background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce3d3f), color-stop(100%, #b82629));
  /* Chrome,Safari4+ */
  background-image: url(""), -webkit-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url(""), -o-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
  /* Opera 11.10+ */
  background-image: url(""), -ms-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
  /* IE10+ */
  background-image: url(""), linear-gradient(to bottom, #ce3d3f 0%, #b82629 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d3f', endColorstr='#b82629',GradientType=0 );
  /* IE6-9 */
  padding: 10px 20px;
  color: #fff;
  margin: 10px 0;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  min-width: 150px; }
  .btn-red:hover, .outer-types-of-repairs .types-of-repairs div.find-brand a.link:hover, .outer-cta-section .cta-section div#cta-book-service a:hover, #primary-sidebar form.searchform > div input#searchsubmit:hover, div.next-posts a:hover, div.prev-posts a:hover {
    opacity: 0.9;
    color: #fff; }

/* Global
--------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  min-height: 101%; }

body {
  font-family: Sans-serif;
  color: #505050;
  font: 100%/normal "ubuntu", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+41 */
  background-color: url(""), #f2f2f2;
  /* Old browsers */
  background-image: url(""), -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 41%);
  /* FF3.6+ */
  background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(41%, #ffffff));
  /* Chrome,Safari4+ */
  background-image: url(""), -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 41%);
  /* Chrome10+,Safari5.1+ */
  background-image: url(""), -o-linear-gradient(top, #f2f2f2 0%, #ffffff 41%);
  /* Opera 11.10+ */
  background-image: url(""), -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 41%);
  /* IE10+ */
  background-image: url(""), linear-gradient(to bottom, #f2f2f2 0%, #ffffff 41%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

a {
  transition: all ease 0.3s;
  color: #d93236;
  text-decoration: none; }
  a:hover {
    color: #8b1a1d; }

/* Typography
--------------------------------------------------------------- */
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover {
    color: #1d1d1d; }

h1 {
  font-size: 1.5em; }

h2 {
	font-size: 1.1em;
	color: #666666;
}

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1em; }

/* Global Containers
--------------------------------------------------------------- */
.section, div.outer-runner, .outer-customer-services, .outer-buckets, .outer-appliance-brands, .outer-service-plan-benefits, .outer-types-of-repairs, div.outer-breadcrumbs, .outer-appliances, .outer-cta-we-repair, .outer-cta-section, .outer-repair-process, div.outer-accreditations {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }
  @media (min-width: 1200px) {
    .section, div.outer-runner, .outer-customer-services, .outer-buckets, .outer-appliance-brands, .outer-service-plan-benefits, .outer-types-of-repairs, div.outer-breadcrumbs, .outer-appliances, .outer-cta-we-repair, .outer-cta-section, .outer-repair-process, div.outer-accreditations {
      margin: 0 0 40px 0; } }

.container, div.outer-header-top div.header-top, div.outer-runner .runner, div.outer-runner .mobile-ctas, .outer-customer-services .inner-customer-services, .outer-appliance-brands .appliance-brands, .outer-service-plan-benefits div.service-plan-benefits, .outer-types-of-repairs .types-of-repairs, .outer-appliances .appliances, .outer-cta-we-repair .we-repair, .outer-cta-section .cta-section, .outer-repair-process .repair-process, div.outer-accreditations .accreditations, footer[role="contentinfo"] .footer, footer[role="contentinfo"] .footer-bottom, footer[role="contentinfo"] .areas-we-cover {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 .5em;
  clear: both;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1200px) {
    .container, div.outer-header-top div.header-top, div.outer-runner .runner, div.outer-runner .mobile-ctas, .outer-customer-services .inner-customer-services, .outer-appliance-brands .appliance-brands, .outer-service-plan-benefits div.service-plan-benefits, .outer-types-of-repairs .types-of-repairs, .outer-appliances .appliances, .outer-cta-we-repair .we-repair, .outer-cta-section .cta-section, .outer-repair-process .repair-process, div.outer-accreditations .accreditations, footer[role="contentinfo"] .footer, footer[role="contentinfo"] .footer-bottom, footer[role="contentinfo"] .areas-we-cover {
      padding: 0; } }

.ld-phonenumber {
  display: inline-block; }
  .ld-phonenumber a {
    color: inherit;
    text-decoration: none; }

.col {
  width: 100%;
  margin-bottom: 20px;
  display: block; }
  @media (min-width: 800px) {
    .col {
      width: 50%;
      padding-right: 50px;
      float: left; }
      .col:last-of-type {
        padding-right: 0; } }

.img-right {
  float: right;
  margin: 0 0 15px 15px; }

.img-left {
  float: left;
  margin: 0 15px 15px 0; }

.full-width {
  width: 100% !important; }

.bwWrapper {
  position: relative;
  display: block; }

/* Phone
--------------------------------------------------------------- */
.phone-nav-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5em;
  height: 75px;
  background-color: #373638;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#444344+0,373638+100 */
  background-color: url(""), #444344;
  /* Old browsers */
  background-image: url(""), -moz-linear-gradient(top, #444344 0%, #373638 100%);
  /* FF3.6+ */
  background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444344), color-stop(100%, #373638));
  /* Chrome,Safari4+ */
  background-image: url(""), -webkit-linear-gradient(top, #444344 0%, #373638 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url(""), -o-linear-gradient(top, #444344 0%, #373638 100%);
  /* Opera 11.10+ */
  background-image: url(""), -ms-linear-gradient(top, #444344 0%, #373638 100%);
  /* IE10+ */
  background-image: url(""), linear-gradient(to bottom, #444344 0%, #373638 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444344', endColorstr='#373638',GradientType=0 );
  /* IE6-9 */ }
  .phone-nav-top div.cta-number {
    color: #fff;
    float: left;
    line-height: 1.3em;
    padding: 10px 0 0 0; }
    .phone-nav-top div.cta-number a {
      color: #fff; }
  .phone-nav-top div p.number {
    font-size: 1.5em; }
  .phone-nav-top:after {
    clear: both;
    content: '';
    display: block; }  
  .phone-nav-top a.menu-btn {
    float: right;
    display: inline-block;
    padding: 0.5em;
    text-decoration: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    color: #fff;
    margin-top: 10px; }
    .phone-nav-top a.menu-btn:active {
      color: #d93236; }
  @media (min-width: 800px) {
    .phone-nav-top {
      display: none; } }

/* Top Header
--------------------------------------------------------------- */
/* Primary number styles */
@media (min-width: 800px) {
  div.open {
    background-color: #8cb00c !important; } }
div.open .open-status {
  background: url(../img/icon-open.png) no-repeat left 8px; }
@media (min-width: 800px) {
  div.closed {
    background-color: #d93236 !important; } }
div.closed .open-status {
  background: url(../img/icon-closed.png) no-repeat left 8px; }
div .open-status {
  padding: 0 0 0 12px; }
  @media (min-width: 800px) {
    div .open-status {
      background: none !important;
      padding: 0; } }

div.outer-header-top {
  display: none;
  float: left;
  width: 100%;
  background-color: #373638;
  position: fixed;
  top: 0;
  z-index: 1000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#444344+0,373638+100 */
  background-color: url(""), #444344;
  /* Old browsers */
  background-image: url(""), -moz-linear-gradient(top, #444344 0%, #373638 100%);
  /* FF3.6+ */
  background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444344), color-stop(100%, #373638));
  /* Chrome,Safari4+ */
  background-image: url(""), -webkit-linear-gradient(top, #444344 0%, #373638 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url(""), -o-linear-gradient(top, #444344 0%, #373638 100%);
  /* Opera 11.10+ */
  background-image: url(""), -ms-linear-gradient(top, #444344 0%, #373638 100%);
  /* IE10+ */
  background-image: url(""), linear-gradient(to bottom, #444344 0%, #373638 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444344', endColorstr='#373638',GradientType=0 );
  /* IE6-9 */ }
  div.outer-header-top.shrink div.header-top {
    height: 40px; }
    div.outer-header-top.shrink div.header-top .open-status, div.outer-header-top.shrink div.header-top .call {
      display: none; }
    div.outer-header-top.shrink div.header-top .link, div.outer-header-top.shrink div.header-top .customer-services-li > a, div.outer-header-top.shrink div.header-top .get-a-quote-li > a {
      padding-top: 10px !important; }
    div.outer-header-top.shrink div.header-top a.logo-sml {
      opacity: 1;
      visibility: visible;
      bottom: 0; }
  @media (min-width: 800px) {
    div.outer-header-top {
      display: block; } }
  div.outer-header-top div.header-top {
    overflow: visible;
    height: 60px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    div.outer-header-top div.header-top a.logo-sml {
      display: none;
      opacity: 0;
      visibility: hidden;
      max-width: 100px;
      max-height: 30px;
      margin-top: 10px;
      float: left;
      bottom: -10px;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 960px) {
        div.outer-header-top div.header-top a.logo-sml {
          display: block; } }
      div.outer-header-top div.header-top a.logo-sml:hover {
        opacity: 0.8; }
      div.outer-header-top div.header-top a.logo-sml img {
        width: 100%; }
    div.outer-header-top div.header-top div.cta-number {
      background-image: none;
      padding: 10px 20px 0 20px;
      height: 100%;
      line-height: 1.3em; }
      @media (min-width: 960px) {
        div.outer-header-top div.header-top div.cta-number {
          background: url(../img/icon-phone-circle.png) no-repeat 15px center;
          padding: 10px 20px 0 50px; } }
      @media (min-width: 1200px) {
        div.outer-header-top div.header-top div.cta-number {
          margin-right: 0; } }
      div.outer-header-top div.header-top div.cta-number p.number {
        font-size: 1.5em; }
    div.outer-header-top div.header-top div#cta-we-also-speak {
      position: relative;
      z-index: 100; }
      div.outer-header-top div.header-top div#cta-we-also-speak a.active {
        opacity: 0.2; }
      div.outer-header-top div.header-top div#cta-we-also-speak a.link {
        width: 100%;
        height: 100%;
        float: left;
        padding: 20px 20px 0 20px;
        color: #fff;
        font-size: 1.1em;
        position: relative;
        z-index: 1;
        background-color: #373637;
        background-image: none; }
        @media (min-width: 960px) {
          div.outer-header-top div.header-top div#cta-we-also-speak a.link {
            background: url(../img/icon-globe.png) no-repeat 20px center;
            background-color: #373637;
            padding-left: 50px; } }
        @media (min-width: 800px) {
          div.outer-header-top div.header-top div#cta-we-also-speak a.link:after {
            content: " \f078";
            font-family: FontAwesome;
            font-size: 0.6em;
            color: #ccc;
            margin-left: 5px; } }
        div.outer-header-top div.header-top div#cta-we-also-speak a.link:hover {
          background-color: #2a292a; }
      div.outer-header-top div.header-top div#cta-we-also-speak ul {
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 2;
        padding: 10px 0;
        border-radius: 0 0 5px 5px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#444344+0,373638+100 */
        background-color: url(""), #444344;
        /* Old browsers */
        background-image: url(""), -moz-linear-gradient(top, #444344 0%, #373638 100%);
        /* FF3.6+ */
        background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444344), color-stop(100%, #373638));
        /* Chrome,Safari4+ */
        background-image: url(""), -webkit-linear-gradient(top, #444344 0%, #373638 100%);
        /* Chrome10+,Safari5.1+ */
        background-image: url(""), -o-linear-gradient(top, #444344 0%, #373638 100%);
        /* Opera 11.10+ */
        background-image: url(""), -ms-linear-gradient(top, #444344 0%, #373638 100%);
        /* IE10+ */
        background-image: url(""), linear-gradient(to bottom, #444344 0%, #373638 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444344', endColorstr='#373638',GradientType=0 );
        /* IE6-9 */ }
        div.outer-header-top div.header-top div#cta-we-also-speak ul li.arabic {
          background: url(../img/arabic.png) no-repeat 20px center;
          list-style: none;
          padding: 8px 0 8px 60px;
          width: 100%; }
        div.outer-header-top div.header-top div#cta-we-also-speak ul li.bulgarian {
          background: url(../img/bulgarian.png) no-repeat 20px center;
          list-style: none;
          padding: 8px 0 8px 60px;
          width: 100%; }
        div.outer-header-top div.header-top div#cta-we-also-speak ul li.polish {
          background: url(../img/polish.png) no-repeat 20px center;
          list-style: none;
          padding: 8px 0 8px 60px;
          width: 100%; }
        div.outer-header-top div.header-top div#cta-we-also-speak ul li.russian {
          background: url(../img/russian.png) no-repeat 20px center;
          list-style: none;
          padding: 8px 0 8px 60px;
          width: 100%; }
        div.outer-header-top div.header-top div#cta-we-also-speak ul li.spanish {
          background: url(../img/spanish.png) no-repeat 20px center;
          list-style: none;
          padding: 8px 0 8px 60px;
          width: 100%; }
        div.outer-header-top div.header-top div#cta-we-also-speak ul li.turkish {
          background: url(../img/turkish.png) no-repeat 20px center;
          list-style: none;
          padding: 8px 0 8px 60px;
          width: 100%; }
    div.outer-header-top div.header-top div.cta-header {
      float: right;
      height: 100%; }
      div.outer-header-top div.header-top div.cta-header ul#nav-customer-services {
        float: right;
        height: 100%; }
        div.outer-header-top div.header-top div.cta-header ul#nav-customer-services > li {
          list-style: none;
          float: left;
          height: 100%;
          z-index: 100;
          position: relative; }
          div.outer-header-top div.header-top div.cta-header ul#nav-customer-services > li.current-menu-item > a, div.outer-header-top div.header-top div.cta-header ul#nav-customer-services > li.current_page_ancestor > a {
            opacity: 0.5; }
        div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li > a {
          width: 100%;
          height: 100%;
          float: left;
          padding: 20px 20px 0 20px;
          color: #fff;
          font-size: 1.1em;
          background-color: #252525;
          background-image: none; }
          @media (min-width: 960px) {
            div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li > a {
              background: url(../img/icon-person.png) no-repeat 20px center;
              background-color: #252525;
              padding-left: 50px; } }
          div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li > a:hover {
            background-color: #181818; }
        @media (min-width: 800px) {
          div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li.menu-item-has-children {
            position: relative; }
            div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li.menu-item-has-children > a:after {
              content: " \f078";
              font-family: FontAwesome;
              font-size: 0.6em;
              color: #ccc;
              margin-left: 5px; }
            div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li.menu-item-has-children:hover ul.sub-menu {
              display: block; } }
        div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li ul.sub-menu {
          display: none;
          position: absolute;
          width: 100%;
          top: 100%;
          z-index: 2;
          float: left;
          border-radius: 0 0 5px 5px;
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#444344+0,373638+100 */
          background-color: url(""), #444344;
          /* Old browsers */
          background-image: url(""), -moz-linear-gradient(top, #444344 0%, #373638 100%);
          /* FF3.6+ */
          background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444344), color-stop(100%, #373638));
          /* Chrome,Safari4+ */
          background-image: url(""), -webkit-linear-gradient(top, #444344 0%, #373638 100%);
          /* Chrome10+,Safari5.1+ */
          background-image: url(""), -o-linear-gradient(top, #444344 0%, #373638 100%);
          /* Opera 11.10+ */
          background-image: url(""), -ms-linear-gradient(top, #444344 0%, #373638 100%);
          /* IE10+ */
          background-image: url(""), linear-gradient(to bottom, #444344 0%, #373638 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444344', endColorstr='#373638',GradientType=0 );
          /* IE6-9 */ }
          div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li ul.sub-menu li {
            list-style: none;
            width: 100%;
            text-align: center;
            display: block; }
            div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li ul.sub-menu li.resource-hub-li a {
              /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f75af+0,146aa4+100 */
              background-color: url(""), #1f75af;
              /* Old browsers */
              background-image: url(""), -moz-linear-gradient(top, #1f75af 0%, #146aa4 100%);
              /* FF3.6+ */
              background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f75af), color-stop(100%, #146aa4));
              /* Chrome,Safari4+ */
              background-image: url(""), -webkit-linear-gradient(top, #1f75af 0%, #146aa4 100%);
              /* Chrome10+,Safari5.1+ */
              background-image: url(""), -o-linear-gradient(top, #1f75af 0%, #146aa4 100%);
              /* Opera 11.10+ */
              background-image: url(""), -ms-linear-gradient(top, #1f75af 0%, #146aa4 100%);
              /* IE10+ */
              background-image: url(""), linear-gradient(to bottom, #1f75af 0%, #146aa4 100%);
              /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f75af', endColorstr='#146aa4',GradientType=0 );
              /* IE6-9 */ }
              div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li ul.sub-menu li.resource-hub-li a:hover {
                background: #2383c5; }
            div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li ul.sub-menu li a {
              width: 100%;
              padding: 10px 20px;
              display: block;
              color: #fff; }
              div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li ul.sub-menu li a:last-of-type {
                border-radius: 0 0 5px 5px; }
              div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.customer-services-li ul.sub-menu li a:hover {
                background: #252525; }
        div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.get-a-quote-li > a {
          width: 100%;
          height: 100%;
          float: left;
          padding: 20px 30px 0 20px;
          color: #fff;
          font-size: 1.1em;
          background-color: #8cb00c;
          background-image: none; }
          @media (min-width: 960px) {
            div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.get-a-quote-li > a {
              background: url(../img/icon-arrow.png) no-repeat 20px center #8cb00c;
              padding-left: 50px; } }
          div.outer-header-top div.header-top div.cta-header ul#nav-customer-services li.get-a-quote-li > a:hover {
            background-color: #9fc80e; }

/* Site Header
--------------------------------------------------------------- */
header[role="banner"] {
  padding: 15px 0;
  background: #fff;
  clear: both;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header[role="banner"]:before {
    /* Pseudo element to push content down */
    content: '';
    height: 75px;
    display: block; }
    @media (min-width: 800px) {
      header[role="banner"]:before {
        display: none; } }
  @media (min-width: 480px) {
    header[role="banner"] {
      padding: 15px 0; } }
  @media (min-width: 800px) {
    header[role="banner"] {
      margin-top: 60px;
      margin-bottom: 15px; } }
  header[role="banner"] h1 {
    display: none; }
  header[role="banner"] img.logo {
    display: block;
    width: 75%;
    margin: 10px auto 0 auto; }
    header[role="banner"] img.logo:hover {
      opacity: 0.8; }
    @media (min-width: 480px) {
      header[role="banner"] img.logo {
        width: 45%; } }
    @media (min-width: 800px) {
      header[role="banner"] img.logo {
        float: left;
        max-width: 250px;
        margin: 10px 0 0 0; } }
  header[role="banner"] .phone-top-right {
    display: none;
    text-align: right;
    text-transform: uppercase;
    margin-top: 5px; }
    header[role="banner"] .phone-top-right span.ld-phonenumber {
      color: #d93236;
      font-size: 2.6em;
      display: block;
      font-weight: 700; }
      header[role="banner"] .phone-top-right span.ld-phonenumber a {
        color: #d93236; }
    @media (min-width: 800px) {
      header[role="banner"] .phone-top-right {
        float: right;
        display: block; } }

/* Site Navigation
--------------------------------------------------------------- */
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit; }

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #F4F4F4;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  padding-left: 40px; }

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  right: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }

.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }

.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }

.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }

li.mm-vertical label.mm-toggle {
  top: 5px; }

li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms; }

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

#mmenu:not(.mm-menu) {
  display: none; }
#mmenu li.current-menu-item a {
  background: #505050;
  color: #fff; }
#mmenu li.current-menu-item > a, #mmenu li.current_page_ancestor > a {
  background: #505050;
  color: #fff; }

/* Desktop Navigation */
nav[role="navigation"] {
  display: none;
  float: left;
  margin-bottom: 15px;
  background: #fff; }
  @media (min-width: 800px) {
    nav[role="navigation"] {
      width: 100%;
      float: left;
      clear: both;
      display: block; }
      nav[role="navigation"] ul.menu {
        max-width: 1200px;
        margin: 0 auto; }
        nav[role="navigation"] ul.menu > li {
          list-style: none;
          float: left; } }
      @media (min-width: 800px) and (min-width: 480px) {
        nav[role="navigation"] ul.menu > li {
          width: 25% !important; }
          nav[role="navigation"] ul.menu > li:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          nav[role="navigation"] ul.menu > li:nth-child(4n) {
            margin-right: 0;
            margin-bottom: 0; } }
      @media (min-width: 800px) and (min-width: 1200px) {
        nav[role="navigation"] ul.menu > li {
          width: auto !important;
          margin: auto !important; } }
      @media (min-width: 800px) and (min-width: 1200px) {
        nav[role="navigation"] ul.menu > li.menu-item-has-children > a:after {
          content: " \f078";
          font-family: FontAwesome;
          font-size: 0.6em;
          color: #ccc;
          margin-left: 5px; } }
  @media (min-width: 800px) {
          > nav[role="navigation"] ul.menu > li.current-menu-item a {
            background: #f9f9f9; }
          nav[role="navigation"] ul.menu > li.current-menu-item > a, nav[role="navigation"] ul.menu > li.current_page_ancestor > a {
            background: #f9f9f9; }
          nav[role="navigation"] ul.menu > li > a {
            width: 100%;
            float: left;
            text-decoration: none;
            height: 65px;
            padding: 22px 13px 0 13px;
            color: #505050;
            font-size: 1.1em;
            line-height: 1.3em;
            text-align: center;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease; } }
        @media (min-width: 800px) and (min-width: 1200px) {
          nav[role="navigation"] ul.menu > li > a {
            height: 65px;
            padding: 22px 30px 0 30px; } }
  @media (min-width: 800px) {
            nav[role="navigation"] ul.menu > li > a:hover {
              background: #f9f9f9; }
      nav[role="navigation"] ul.sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        z-index: 50;
        background: #fff; }
        nav[role="navigation"] ul.sub-menu li {
          float: left;
          list-style: none;
          outline: solid 1px #efefef; }
          nav[role="navigation"] ul.sub-menu li.current-menu-item a {
            opacity: 0.4; }
            nav[role="navigation"] ul.sub-menu li.current-menu-item a:hover {
              background: none;
              cursor: default; }
          nav[role="navigation"] ul.sub-menu li a {
            background: #fff;
            width: 100%;
            padding: 20px;
            float: left;
            text-decoration: none;
            height: 60px;
            color: #505050;
            line-height: 1.3em;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            nav[role="navigation"] ul.sub-menu li a:hover {
              background-color: #f9f9f9; }
      nav[role="navigation"] ul li.appliance-repairs-li .sub-menu {
        width: 700px; }
        nav[role="navigation"] ul li.appliance-repairs-li .sub-menu li {
          width: 33.33333% !important; }
          nav[role="navigation"] ul li.appliance-repairs-li .sub-menu li:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          nav[role="navigation"] ul li.appliance-repairs-li .sub-menu li:nth-child(3n) {
            margin-right: 0;
            margin-bottom: 0; }
      nav[role="navigation"] ul li.appliance-brands-li .sub-menu {
        width: 850px; }
        nav[role="navigation"] ul li.appliance-brands-li .sub-menu li {
          width: 20% !important; }
          nav[role="navigation"] ul li.appliance-brands-li .sub-menu li:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          nav[role="navigation"] ul li.appliance-brands-li .sub-menu li:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
      nav[role="navigation"] ul li.about-us-li .sub-menu {
        width: 200px; }
        nav[role="navigation"] ul li.about-us-li .sub-menu li {
          width: 100%;
          margin: 0; } }
  @media (min-width: 1200px) {
    nav[role="navigation"] .menu-item-has-children {
      position: relative; }
      nav[role="navigation"] .menu-item-has-children:hover ul.sub-menu {
        display: block; } }

div.outer-runner .runner {
  background: #fff;
  padding: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-bottom: 15px; }
  @media (min-width: 800px) {
    div.outer-runner .runner {
      margin-bottom: 0; } }
  @media (min-width: 960px) {
    div.outer-runner .runner {
      background: #d93236; } }
  @media (min-width: 1200px) {
    div.outer-runner .runner {
      border-radius: 5px; } }
  .category-resource-hub div.outer-runner .runner {
    background: #1888bf; }
  div.outer-runner .runner p.runner-number {
    color: #fff;
    font-size: 1.4em;
    background: #d93236;
    padding: 15px 20px;
    border-radius: 5px;
    float: left;
    width: 100%;
    text-align: center; }
    @media (min-width: 960px) {
      div.outer-runner .runner p.runner-number {
        font-size: 1.1em;
        width: auto;
        text-align: left;
        background: #bf2327; } }
    @media (min-width: 1200px) {
      div.outer-runner .runner p.runner-number {
        font-size: 1.4em; } }
    div.outer-runner .runner p.runner-number span {
      display: block;
      font-size: 1.4em;
      font-weight: bold; }
      @media (min-width: 480px) {
        div.outer-runner .runner p.runner-number span {
          font-size: 2.1em;
          margin-bottom: 5px; } }
    div.outer-runner .runner p.runner-number a.runner-btn {
      background: #fff;
      padding: 4px 8px;
      border-radius: 8px;
      font-size: 0.8em;
      display: inline-block;
      margin: 5px 0; }
      @media (min-width: 480px) {
        div.outer-runner .runner p.runner-number a.runner-btn {
          margin: 0 0 0 5px; } }
  div.outer-runner .runner p.cta-approved {
    border-radius: 50%;
    width: 135px;
    height: 135px;
    background: #2BB7E5;
    padding: 40px 10px 10px 10px;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    float: left;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20; }
    div.outer-runner .runner p.cta-approved span {
      font-weight: 700;
      font-style: italic; }
  div.outer-runner .runner p.cta-guarantee {
    height: 130px;
    width: 230px;
    border-radius: 230px 230px 0 0;
    -moz-border-radius: 230px 230px 0 0;
    -webkit-border-radius: 230px 230px 0 0;
    background: rgba(250, 250, 250, 0.9);
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    float: left;
    position: absolute;
    bottom: 0;
    left: 32px;
    z-index: 10;
    padding: 40px 10px 0 10px; }
    div.outer-runner .runner p.cta-guarantee span {
	font-weight: 700;
	font-style: italic;
	display: block;
	color: #d93236;
	font-size: 1.5em;
	padding: 0 10px;
	line-height: 1em;
}
  div.outer-runner .runner p.cta-guarantee, div.outer-runner .runner p.cta-approved {
    display: none; }
    @media (min-width: 960px) {
      div.outer-runner .runner p.cta-guarantee, div.outer-runner .runner p.cta-approved {
        display: block; } }
  div.outer-runner .runner div.hero {
    width: 100%;
    float: left;
    position: relative; }
    @media (min-width: 960px) {
      div.outer-runner .runner div.hero {
        width: 60%; } }
    div.outer-runner .runner div.hero img.cta-guarantee-approved {
      position: absolute;
      bottom: 0;
      right: 30px;
      z-index: 50; }
    div.outer-runner .runner div.hero picture img {
      width: 100%;
      margin: 0;
      padding: 0; }
  div.outer-runner .runner div.runner-image {
    display: none; }
    @media (min-width: 960px) {
      div.outer-runner .runner div.runner-image {
        float: left;
        flex: 1 1 100%;
        display: block;
        flex: none;
        width: 60%;
        background-color: #F6F6F6;
        background-size: cover;
        background-position: center;
        position: relative;
        -webkit-box-flex: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1;
        /* OLD - Firefox 19- */
        -webkit-flex: 1;
        /* Chrome */
        -ms-flex: 1;
        /* IE 10 */
        flex: 1;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
        div.outer-runner .runner div.runner-image:after {
          background-image: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 60%);
          background-size: 1000px 3px;
          bottom: 0;
          content: '';
          left: 0;
          position: absolute;
          right: 0;
          top: 0; } }
  div.outer-runner .runner div.title-container {
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center; }
    @media (min-width: 960px) {
      div.outer-runner .runner div.title-container {
        text-align: left;
        width: 40%;
        padding: 30px 40px; } }
    div.outer-runner .runner div.title-container p.title {
      color: #505050;
      font-size: 2.2em;
      font-weight: 500;
      margin: 0 0 15px 0;
      line-height: 1em; }
      @media (min-width: 800px) {
        div.outer-runner .runner div.title-container p.title {
          font-size: 2.4em;
          line-height: 1.2em; }
          body.index div.outer-runner .runner div.title-container p.title {
            font-size: 3.2em; } }
      @media (min-width: 960px) {
        div.outer-runner .runner div.title-container p.title {
          color: #fff; } }
    div.outer-runner .runner div.title-container ul.list {
      color: #505050;
      list-style-position: inside;
      float: left;
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 960px) {
        div.outer-runner .runner div.title-container ul.list {
          color: #fff; } }
      div.outer-runner .runner div.title-container ul.list li {
        margin: 0 0 15px 0;
        font-size: 1.2em;
        list-style: none; }
        div.outer-runner .runner div.title-container ul.list li:last-of-type {
          margin-bottom: 0; }
        @media (min-width: 800px) {
          div.outer-runner .runner div.title-container ul.list li {
            font-size: 1.4em; } }
        div.outer-runner .runner div.title-container ul.list li span {
          background: url(../img/tick-red.png) no-repeat left center;
          padding: 0 0 0 30px; }
    div.outer-runner .runner div.title-container a.link {
      background: #fff;
      padding: 15px 30px;
      color: #d93236;
      text-decoration: none;
      font-size: 1.4em;
      border-radius: 5px;
      width: 100%;
      text-align: center;
      margin: 20px auto 0 auto;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 480px) {
        div.outer-runner .runner div.title-container a.link {
          text-align: left;
          width: auto; } }
      div.outer-runner .runner div.title-container a.link:hover {
        box-shadow: #5c0a0b 0px 1px 8px; }
@media (min-width: 960px) {
  div.outer-runner .mobile-ctas {
    display: none; } }
div.outer-runner .mobile-ctas p.cta-approved-mobile {
  background: #2BB7E5;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  font-size: 1.2em;
  margin: 15px 0;
  text-transform: uppercase;
  width: 100%;
  float: left;
  margin: 0 0 15px 0; }
div.outer-runner .mobile-ctas p.cta-guarantee-mobile {
  background: #fff;
  color: #d93236;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  width: 100%;
  float: left; }
  div.outer-runner .mobile-ctas p.cta-guarantee-mobile span {
    float: left;
    width: 100%;
    text-align: center; }
    @media (min-width: 480px) {
      div.outer-runner .mobile-ctas p.cta-guarantee-mobile span {
        width: 50%;
        padding: 0 10px;
        text-align: left; } }
    div.outer-runner .mobile-ctas p.cta-guarantee-mobile span.large {
      font-size: 1.5em; }
      @media (min-width: 480px) {
        div.outer-runner .mobile-ctas p.cta-guarantee-mobile span.large {
          text-align: right;
          font-size: 1.2em; } }
    div.outer-runner .mobile-ctas p.cta-guarantee-mobile span.small {
      font-size: 1em;
      color: #505050; }
      @media (min-width: 480px) {
        div.outer-runner .mobile-ctas p.cta-guarantee-mobile span.small {
          text-align: left; } }
div.outer-runner .mobile-ctas a.cta-approved-centre-mobile {
  background: #1f75af;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin: 15px 0;
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  text-transform: uppercase; }
  div.outer-runner .mobile-ctas a.cta-approved-centre-mobile span {
    float: left;
    width: 100%;
    text-align: center; }
    @media (min-width: 480px) {
      div.outer-runner .mobile-ctas a.cta-approved-centre-mobile span {
        width: 50%;
        padding: 0 10px;
        text-align: left; } }
    div.outer-runner .mobile-ctas a.cta-approved-centre-mobile span.large {
      font-size: 2em; }
      @media (min-width: 480px) {
        div.outer-runner .mobile-ctas a.cta-approved-centre-mobile span.large {
          text-align: right; } }
    div.outer-runner .mobile-ctas a.cta-approved-centre-mobile span.small {
      font-size: 1em; }
      @media (min-width: 480px) {
        div.outer-runner .mobile-ctas a.cta-approved-centre-mobile span.small {
          text-align: left; } }
  div.outer-runner .mobile-ctas a.cta-approved-centre-mobile:hover {
    opacity: 0.8; }

/* Customer Services
--------------------------------------------------------------- */
.outer-customer-services .inner-customer-services img.cta-app {
  width: 100%;
  float: left;
  border-radius: 5px;
  margin: 0 0 20px 0; }

/* Buckets
--------------------------------------------------------------- */
.outer-buckets .buckets li {
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    .outer-buckets .buckets li {
      float: left;
      width: 49% !important; }
      .outer-buckets .buckets li:nth-child(n) {
        margin-bottom: 2%;
        margin-right: 2%; }
      .outer-buckets .buckets li:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .outer-buckets .buckets li {
      width: 23.5% !important;
      border-right: 1px dashed #e4e4e4;
      margin-bottom: 0 !important; }
      .outer-buckets .buckets li:nth-child(n) {
        margin-bottom: 2%;
        margin-right: 2%; }
      .outer-buckets .buckets li:nth-child(4n) {
        margin-right: 0;
        margin-bottom: 0; }
      .outer-buckets .buckets li:last-of-type {
        border-right: none; } }
  .outer-buckets .buckets li a {
    width: 100%;
    height: 90px;
    display: block;
    padding: 10px 0 0 105px;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 300;
    color: #505050;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .outer-buckets .buckets li a:hover {
      background-position: 0 top !important; }
      .outer-buckets .buckets li a:hover span {
        color: #d93236; }
    .outer-buckets .buckets li a span {
      font-size: 1em;
      font-weight: 700;
      display: block;
      color: #505050;
      text-transform: uppercase;
      margin: 0 0 5px 0; }
  .outer-buckets .buckets li.bucket-get-a-quote a {
    background: url(../img/bucket-get-a-quote.png) no-repeat left bottom; }
  .outer-buckets .buckets li.bucket-appliance-shop a {
    background: url(../img/bucket-appliance-shop.png) no-repeat left bottom; }
  .outer-buckets .buckets li.bucket-testimonials a {
    background: url(../img/bucket-testimonials.png) no-repeat left bottom; }
  .outer-buckets .buckets li.bucket-customer-services a {
    background: url(../img/bucket-customer-services.png) no-repeat left bottom; }

/* Global box area
--------------------------------------------------------------- */
.box {
  background: #EFEFEF;
  overflow: hidden;
  margin-bottom: 40px;
  display: block;
  padding: 0 !important; }
  @media (min-width: 1200px) {
    .box {
      border-radius: 5px; } }
  .box .box-inner {
    padding: 20px;
    float: left;
    width: 100%; }
    @media (min-width: 960px) {
      .box .box-inner {
        padding: 30px; } }
    .box .box-inner .box-col {
      width: 100%;
      float: left; }
      @media (min-width: 480px) {
        .box .box-inner .box-col {
          width: 50%;
          padding: 0 10px; } }
  .box .box-title {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#444344+0,373638+100 */
    background-color: url(""), #444344;
    /* Old browsers */
    background-image: url(""), -moz-linear-gradient(top, #444344 0%, #373638 100%);
    /* FF3.6+ */
    background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444344), color-stop(100%, #373638));
    /* Chrome,Safari4+ */
    background-image: url(""), -webkit-linear-gradient(top, #444344 0%, #373638 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: url(""), -o-linear-gradient(top, #444344 0%, #373638 100%);
    /* Opera 11.10+ */
    background-image: url(""), -ms-linear-gradient(top, #444344 0%, #373638 100%);
    /* IE10+ */
    background-image: url(""), linear-gradient(to bottom, #444344 0%, #373638 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444344', endColorstr='#373638',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em; }

/* Appliance Brands
--------------------------------------------------------------- */
.outer-appliance-brands .appliance-brands ul {
  float: left;
  width: 100%; }
  .outer-appliance-brands .appliance-brands ul li {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    list-style: none;
    font-size: 1.4em;
    text-align: center; }
    @media (min-width: 480px) {
      .outer-appliance-brands .appliance-brands ul li {
        float: left;
        text-align: center;
        width: 50%;
        font-size: 1.1em;
        border: none; } }
    @media (min-width: 800px) {
      .outer-appliance-brands .appliance-brands ul li {
        text-align: left;
        width: 32% !important; }
        .outer-appliance-brands .appliance-brands ul li:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        .outer-appliance-brands .appliance-brands ul li:nth-child(3n) {
          margin-right: 0;
          margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .outer-appliance-brands .appliance-brands ul li {
        width: 23.5% !important; }
        .outer-appliance-brands .appliance-brands ul li:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        .outer-appliance-brands .appliance-brands ul li:nth-child(4n) {
          margin-right: 0;
          margin-bottom: 0; } }
    .outer-appliance-brands .appliance-brands ul li a {
      border: solid #d2d2d2 1px;
      padding: 15px 10px;
      width: 100%;
      float: left;
      border-radius: 5px; }
      @media (min-width: 480px) {
        .outer-appliance-brands .appliance-brands ul li a {
          border: none;
          padding: 5px;
          border-radius: none; } }
  @media (min-width: 960px) {
    .outer-appliance-brands .appliance-brands ul {
      width: 66%; } }
.outer-appliance-brands .appliance-brands div.approved {
  float: left;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  width: 100%;
  margin-top: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f75af+0,146aa4+100 */
  background-color: url(""), #1f75af;
  /* Old browsers */
  background-image: url(""), -moz-linear-gradient(top, #1f75af 0%, #146aa4 100%);
  /* FF3.6+ */
  background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f75af), color-stop(100%, #146aa4));
  /* Chrome,Safari4+ */
  background-image: url(""), -webkit-linear-gradient(top, #1f75af 0%, #146aa4 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url(""), -o-linear-gradient(top, #1f75af 0%, #146aa4 100%);
  /* Opera 11.10+ */
  background-image: url(""), -ms-linear-gradient(top, #1f75af 0%, #146aa4 100%);
  /* IE10+ */
  background-image: url(""), linear-gradient(to bottom, #1f75af 0%, #146aa4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f75af', endColorstr='#146aa4',GradientType=0 );
  /* IE6-9 */
  color: #fff; }
  @media (min-width: 960px) {
    .outer-appliance-brands .appliance-brands div.approved {
      width: 33%;
      margin-top: 0; } }
  .outer-appliance-brands .appliance-brands div.approved p.title {
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: #2e88c5 solid 1px;
    display: block;
    text-align: center; }
    .outer-appliance-brands .appliance-brands div.approved p.title span {
      text-transform: uppercase;
      font-size: 1.4em;
      display: block; }
    @media (min-width: 480px) {
      .outer-appliance-brands .appliance-brands div.approved p.title {
        background: url(../img/icon-approved.png) no-repeat left top;
        padding-left: 65px;
        text-align: left; } }
    @media (min-width: 1200px) {
      .outer-appliance-brands .appliance-brands div.approved p.title {
        text-align: left;
        font-size: 1.2em;
        line-height: 1.7em; }
        .outer-appliance-brands .appliance-brands div.approved p.title span {
          font-size: 2.3em; } }
  .outer-appliance-brands .appliance-brands div.approved p.text {
    margin: 20px 0;
    font-weight: 300;
    line-height: 1.6em; }
  .outer-appliance-brands .appliance-brands div.approved p.number {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 300; }
    @media (min-width: 1200px) {
      .outer-appliance-brands .appliance-brands div.approved p.number {
        font-size: 1.6em; } }
    .outer-appliance-brands .appliance-brands div.approved p.number span.large-text {
      font-weight: 700;
      font-size: 1.1em;
      display: block;
      font-style: italic; }
    .outer-appliance-brands .appliance-brands div.approved p.number span.ld-phonenumber a {
      color: #fff; }

/* Service Plan
--------------------------------------------------------------- */
.outer-service-plan-benefits div.service-plan-benefits {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 45px 25px 15px 25px;
  margin-top: 30px; }
  .outer-service-plan-benefits div.service-plan-benefits p.call {
    text-align: center;
    margin: 20px 0;
    display: block;
    width: 100%;
    font-size: 1.4em;
    border-top: #e7e7e7 solid 1px;
    padding-top: 30px; }
    .outer-service-plan-benefits div.service-plan-benefits p.call span {
      font-weight: bold; }
    @media (min-width: 800px) {
      .outer-service-plan-benefits div.service-plan-benefits p.call {
        font-size: 1.8em; } }
  .outer-service-plan-benefits div.service-plan-benefits ul li {
    font-size: 1em;
    width: 100%;
    float: left;
    list-style: none;
    line-height: 1.4em;
    padding-bottom: 30px; }
    @media (min-width: 480px) {
      .outer-service-plan-benefits div.service-plan-benefits ul li {
        width: 49% !important; }
        .outer-service-plan-benefits div.service-plan-benefits ul li:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        .outer-service-plan-benefits div.service-plan-benefits ul li:nth-child(2n) {
          margin-right: 0;
          margin-bottom: 0; } }
    @media (min-width: 800px) {
      .outer-service-plan-benefits div.service-plan-benefits ul li {
        width: 32% !important;
        padding-bottom: 0 !important; }
        .outer-service-plan-benefits div.service-plan-benefits ul li:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        .outer-service-plan-benefits div.service-plan-benefits ul li:nth-child(3n) {
          margin-right: 0;
          margin-bottom: 0; } }
    .outer-service-plan-benefits div.service-plan-benefits ul li span {
      background: url(../img/tick-red.png) no-repeat left 5px;
      padding-left: 30px;
      display: block;
      color: #d93236;
      font-size: 1.2em;
      font-weight: 700;
      padding-bottom: 20px;
      line-height: 1.2em; }
      @media (min-width: 800px) {
        .outer-service-plan-benefits div.service-plan-benefits ul li span {
          font-size: 1.4em; } }

/* Types of repairs
--------------------------------------------------------------- */
.outer-types-of-repairs .types-of-repairs ul.repairs-list {
  float: left;
  width: 100%; }
  .outer-types-of-repairs .types-of-repairs ul.repairs-list li {
    width: 100%;
    background: url(../img/tick-red-circle.png) no-repeat left center;
    padding: 8px 8px 8px 45px;
    margin-bottom: 20px;
    list-style: none;
    font-size: 1.2em; }
    @media (min-width: 480px) {
      .outer-types-of-repairs .types-of-repairs ul.repairs-list li {
        width: 50%;
        float: left;
        padding-top: 12px;
        padding-bottom: 12px; }
        .outer-types-of-repairs .types-of-repairs ul.repairs-list li:nth-child(odd) {
          clear: left; } }
  @media (min-width: 800px) {
    .outer-types-of-repairs .types-of-repairs ul.repairs-list {
      width: 64%;
      margin-right: 2%; } }
.outer-types-of-repairs .types-of-repairs div.find-brand {
  float: left;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  width: 100%;
  text-align: center;
  margin-top: 30px; }
  @media (min-width: 800px) {
    .outer-types-of-repairs .types-of-repairs div.find-brand {
      width: 33%;
      margin-top: 0; } }
  .outer-types-of-repairs .types-of-repairs div.find-brand p.title {
    font-size: 2.6em;
    margin: 0 0 10px 0; }
  .outer-types-of-repairs .types-of-repairs div.find-brand p.text {
    color: #636363;
    margin: 0 0 10px 0;
    font-weight: 300;
    line-height: 1.6em; }
    .outer-types-of-repairs .types-of-repairs div.find-brand p.text span.ld-phonenumber {
      font-weight: 700; }

/* Breadcrumbs
--------------------------------------------------------------- */
/* Site Content
--------------------------------------------------------------- */
div[role="main"] article {
  width: 100%;
  float: left;
  margin: 0 0 30px 0; }
  div[role="main"] article h1, div[role="main"] article h2, div[role="main"] article h3, div[role="main"] article h4 {
    margin: 15px 0; }
  @media (min-width: 800px) {
    div[role="main"] article {
      width: 65%; }
      div[role="main"] article.full {
        width: 100%; } }
  div[role="main"] article div.cols {
    margin-bottom: 40px; }
    @media (min-width: 960px) {
      div[role="main"] article div.cols {
        -moz-column-count: 2;
        -moz-column-gap: 50px;
        -moz-column-rule: none;
        -webkit-column-count: 2;
        -webkit-column-gap: 50px;
        -webkit-column-rule: none;
        column-count: 2;
        column-gap: 50px;
        column-rule: none; } }
  div[role="main"] article div.quote-steps {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    div[role="main"] article div.quote-steps p {
      text-align: center;
      width: 100%;
      float: left;
      border: #efefef solid 1px;
      font-size: 1.1em;
      background: #fff;
      border-radius: 5px;
      padding: 10px;
      line-height: 1.3em;
      margin: 0 0 5px 0; }
      div[role="main"] article div.quote-steps p.active {
        background: #d93236;
        color: #fff; }
        div[role="main"] article div.quote-steps p.active span {
          color: #fff; }
      div[role="main"] article div.quote-steps p span {
        font-size: 1.6em;
        font-weight: 700;
        display: block;
        color: #505050;
        margin-bottom: 5px; }
      @media (min-width: 800px) {
        div[role="main"] article div.quote-steps p {
          padding: 20px 20px;
          width: 32% !important;
          margin-bottom: 0 !important;
          min-height: 115px; }
          div[role="main"] article div.quote-steps p:nth-child(n) {
            margin-bottom: 2%;
            margin-right: 2%; }
          div[role="main"] article div.quote-steps p:nth-child(3n) {
            margin-right: 0;
            margin-bottom: 0; } }
      @media (min-width: 1200px) {
        div[role="main"] article div.quote-steps p {
          min-height: auto; } }
  div[role="main"] article div.domex-video {
    margin: 30px 0; }
  div[role="main"] article div.map {
    border-radius: 5px;
    float: left;
    width: 100%;
    background: url(../img/map.jpg) no-repeat center;
    background-size: cover; }
    div[role="main"] article div.map iframe {
      width: 100%;
      min-height: 445px; }
  div[role="main"] article div.outer-opening-times .cta-number p {
    line-height: 1.3em; }
  div[role="main"] article div.post {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: #e1e1e1 solid 1px; }
    div[role="main"] article div.post:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
    div[role="main"] article div.post h1 {
      margin-bottom: 20px; }
  div[role="main"] article div.outer-categories {
    margin: 30px 0; }
    div[role="main"] article div.outer-categories div.item {
      padding: 0 15px;
      float: left;
      width: 100%;
      margin-bottom: 40px !important; }
      div[role="main"] article div.outer-categories div.item.washing-machine-item a.link {
        background: url(../img/subnav-washing-machine.png) no-repeat center 30%;
        background-size: auto 125px; }
        div[role="main"] article div.outer-categories div.item.washing-machine-item a.link:hover {
          background: url(../img/subnav-washing-machine-hover.png) no-repeat center 30%;
          background-size: auto 125px; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item.washing-machine-item a.link {
            background-position: left 30%; }
            div[role="main"] article div.outer-categories div.item.washing-machine-item a.link:hover {
              background-position: left 30%; } }
      @media (min-width: 480px) {
        div[role="main"] article div.outer-categories div.item {
          width: 50% !important;
          float: left; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: left; } }
      @media (min-width: 960px) {
        div[role="main"] article div.outer-categories div.item {
          width: 20% !important; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: inherit; }
          div[role="main"] article div.outer-categories div.item:nth-child(6n+6) {
            clear: left; } }
      div[role="main"] article div.outer-categories div.item a.link {
        float: left;
        min-height: 210px;
        width: 100%;
        color: #505050;
        text-decoration: none;
        padding: 170px 0 0 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1em;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item a.bottom-link {
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.bottom-link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item.fridge-item a.link {
        background: url(../img/subnav-fridge.png) no-repeat center 30%;
        background-size: auto 125px; }
        div[role="main"] article div.outer-categories div.item.fridge-item a.link:hover {
          background: url(../img/subnav-fridge-hover.png) no-repeat center 30%;
          background-size: auto 125px; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item.fridge-item a.link {
            background-position: left 30%; }
            div[role="main"] article div.outer-categories div.item.fridge-item a.link:hover {
              background-position: left 30%; } }
      @media (min-width: 480px) {
        div[role="main"] article div.outer-categories div.item {
          width: 50% !important;
          float: left; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: left; } }
      @media (min-width: 960px) {
        div[role="main"] article div.outer-categories div.item {
          width: 20% !important; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: inherit; }
          div[role="main"] article div.outer-categories div.item:nth-child(6n+6) {
            clear: left; } }
      div[role="main"] article div.outer-categories div.item a.link {
        float: left;
        min-height: 210px;
        width: 100%;
        color: #505050;
        text-decoration: none;
        padding: 170px 0 0 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1em;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item a.bottom-link {
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.bottom-link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item.cooker-item a.link {
        background: url(../img/subnav-cooker.png) no-repeat center 30%;
        background-size: auto 125px; }
        div[role="main"] article div.outer-categories div.item.cooker-item a.link:hover {
          background: url(../img/subnav-cooker-hover.png) no-repeat center 30%;
          background-size: auto 125px; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item.cooker-item a.link {
            background-position: left 30%; }
            div[role="main"] article div.outer-categories div.item.cooker-item a.link:hover {
              background-position: left 30%; } }
      @media (min-width: 480px) {
        div[role="main"] article div.outer-categories div.item {
          width: 50% !important;
          float: left; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: left; } }
      @media (min-width: 960px) {
        div[role="main"] article div.outer-categories div.item {
          width: 20% !important; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: inherit; }
          div[role="main"] article div.outer-categories div.item:nth-child(6n+6) {
            clear: left; } }
      div[role="main"] article div.outer-categories div.item a.link {
        float: left;
        min-height: 210px;
        width: 100%;
        color: #505050;
        text-decoration: none;
        padding: 170px 0 0 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1em;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item a.bottom-link {
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.bottom-link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item.tumble-dryer-item a.link {
        background: url(../img/subnav-tumble-dryer.png) no-repeat center 30%;
        background-size: auto 125px; }
        div[role="main"] article div.outer-categories div.item.tumble-dryer-item a.link:hover {
          background: url(../img/subnav-tumble-dryer-hover.png) no-repeat center 30%;
          background-size: auto 125px; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item.tumble-dryer-item a.link {
            background-position: left 30%; }
            div[role="main"] article div.outer-categories div.item.tumble-dryer-item a.link:hover {
              background-position: left 30%; } }
      @media (min-width: 480px) {
        div[role="main"] article div.outer-categories div.item {
          width: 50% !important;
          float: left; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: left; } }
      @media (min-width: 960px) {
        div[role="main"] article div.outer-categories div.item {
          width: 20% !important; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: inherit; }
          div[role="main"] article div.outer-categories div.item:nth-child(6n+6) {
            clear: left; } }
      div[role="main"] article div.outer-categories div.item a.link {
        float: left;
        min-height: 210px;
        width: 100%;
        color: #505050;
        text-decoration: none;
        padding: 170px 0 0 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1em;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item a.bottom-link {
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.bottom-link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item.dishwasher-item a.link {
        background: url(../img/subnav-dishwasher.png) no-repeat center 30%;
        background-size: auto 125px; }
        div[role="main"] article div.outer-categories div.item.dishwasher-item a.link:hover {
          background: url(../img/subnav-dishwasher-hover.png) no-repeat center 30%;
          background-size: auto 125px; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item.dishwasher-item a.link {
            background-position: left 30%; }
            div[role="main"] article div.outer-categories div.item.dishwasher-item a.link:hover {
              background-position: left 30%; } }
      @media (min-width: 480px) {
        div[role="main"] article div.outer-categories div.item {
          width: 50% !important;
          float: left; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: left; } }
      @media (min-width: 960px) {
        div[role="main"] article div.outer-categories div.item {
          width: 20% !important; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: inherit; }
          div[role="main"] article div.outer-categories div.item:nth-child(6n+6) {
            clear: left; } }
      div[role="main"] article div.outer-categories div.item a.link {
        float: left;
        min-height: 210px;
        width: 100%;
        color: #505050;
        text-decoration: none;
        padding: 170px 0 0 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1em;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item a.bottom-link {
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.bottom-link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item.freezer-item a.link {
        background: url(../img/subnav-freezer.png) no-repeat center 30%;
        background-size: auto 125px; }
        div[role="main"] article div.outer-categories div.item.freezer-item a.link:hover {
          background: url(../img/subnav-freezer-hover.png) no-repeat center 30%;
          background-size: auto 125px; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item.freezer-item a.link {
            background-position: left 30%; }
            div[role="main"] article div.outer-categories div.item.freezer-item a.link:hover {
              background-position: left 30%; } }
      @media (min-width: 480px) {
        div[role="main"] article div.outer-categories div.item {
          width: 50% !important;
          float: left; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: left; } }
      @media (min-width: 960px) {
        div[role="main"] article div.outer-categories div.item {
          width: 20% !important; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: inherit; }
          div[role="main"] article div.outer-categories div.item:nth-child(6n+6) {
            clear: left; } }
      div[role="main"] article div.outer-categories div.item a.link {
        float: left;
        min-height: 210px;
        width: 100%;
        color: #505050;
        text-decoration: none;
        padding: 170px 0 0 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1em;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item a.bottom-link {
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.bottom-link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item.oven-item a.link {
        background: url(../img/subnav-oven.png) no-repeat center 30%;
        background-size: auto 125px; }
        div[role="main"] article div.outer-categories div.item.oven-item a.link:hover {
          background: url(../img/subnav-oven-hover.png) no-repeat center 30%;
          background-size: auto 125px; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item.oven-item a.link {
            background-position: left 30%; }
            div[role="main"] article div.outer-categories div.item.oven-item a.link:hover {
              background-position: left 30%; } }
      @media (min-width: 480px) {
        div[role="main"] article div.outer-categories div.item {
          width: 50% !important;
          float: left; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: left; } }
      @media (min-width: 960px) {
        div[role="main"] article div.outer-categories div.item {
          width: 20% !important; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: inherit; }
          div[role="main"] article div.outer-categories div.item:nth-child(6n+6) {
            clear: left; } }
      div[role="main"] article div.outer-categories div.item a.link {
        float: left;
        min-height: 210px;
        width: 100%;
        color: #505050;
        text-decoration: none;
        padding: 170px 0 0 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1em;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item a.bottom-link {
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.bottom-link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item.extractor-hood-item a.link {
        background: url(../img/subnav-extractor-hood.png) no-repeat center 30%;
        background-size: auto 125px; }
        div[role="main"] article div.outer-categories div.item.extractor-hood-item a.link:hover {
          background: url(../img/subnav-extractor-hood-hover.png) no-repeat center 30%;
          background-size: auto 125px; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item.extractor-hood-item a.link {
            background-position: left 30%; }
            div[role="main"] article div.outer-categories div.item.extractor-hood-item a.link:hover {
              background-position: left 30%; } }
      @media (min-width: 480px) {
        div[role="main"] article div.outer-categories div.item {
          width: 50% !important;
          float: left; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: left; } }
      @media (min-width: 960px) {
        div[role="main"] article div.outer-categories div.item {
          width: 20% !important; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: inherit; }
          div[role="main"] article div.outer-categories div.item:nth-child(6n+6) {
            clear: left; } }
      div[role="main"] article div.outer-categories div.item a.link {
        float: left;
        min-height: 210px;
        width: 100%;
        color: #505050;
        text-decoration: none;
        padding: 170px 0 0 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1em;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item a.bottom-link {
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.bottom-link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item.fridge-freezer-item a.link {
        background: url(../img/subnav-fridge-freezer.png) no-repeat center 30%;
        background-size: auto 125px; }
        div[role="main"] article div.outer-categories div.item.fridge-freezer-item a.link:hover {
          background: url(../img/subnav-fridge-freezer-hover.png) no-repeat center 30%;
          background-size: auto 125px; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item.fridge-freezer-item a.link {
            background-position: left 30%; }
            div[role="main"] article div.outer-categories div.item.fridge-freezer-item a.link:hover {
              background-position: left 30%; } }
      @media (min-width: 480px) {
        div[role="main"] article div.outer-categories div.item {
          width: 50% !important;
          float: left; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: left; } }
      @media (min-width: 960px) {
        div[role="main"] article div.outer-categories div.item {
          width: 20% !important; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: inherit; }
          div[role="main"] article div.outer-categories div.item:nth-child(6n+6) {
            clear: left; } }
      div[role="main"] article div.outer-categories div.item a.link {
        float: left;
        min-height: 210px;
        width: 100%;
        color: #505050;
        text-decoration: none;
        padding: 170px 0 0 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1em;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item a.bottom-link {
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.bottom-link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item.frequently-asked-questions-item a.link {
        background: url(../img/subnav-frequently-asked-questions.png) no-repeat center 30%;
        background-size: auto 125px; }
        div[role="main"] article div.outer-categories div.item.frequently-asked-questions-item a.link:hover {
          background: url(../img/subnav-frequently-asked-questions-hover.png) no-repeat center 30%;
          background-size: auto 125px; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item.frequently-asked-questions-item a.link {
            background-position: left 30%; }
            div[role="main"] article div.outer-categories div.item.frequently-asked-questions-item a.link:hover {
              background-position: left 30%; } }
      @media (min-width: 480px) {
        div[role="main"] article div.outer-categories div.item {
          width: 50% !important;
          float: left; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: left; } }
      @media (min-width: 960px) {
        div[role="main"] article div.outer-categories div.item {
          width: 20% !important; }
          div[role="main"] article div.outer-categories div.item:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; }
          div[role="main"] article div.outer-categories div.item:nth-child(odd) {
            clear: inherit; }
          div[role="main"] article div.outer-categories div.item:nth-child(6n+6) {
            clear: left; } }
      div[role="main"] article div.outer-categories div.item a.link {
        float: left;
        min-height: 210px;
        width: 100%;
        color: #505050;
        text-decoration: none;
        padding: 170px 0 0 0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1em;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.link {
            text-align: left; } }
      div[role="main"] article div.outer-categories div.item a.bottom-link {
        margin: 15px 0 0 0;
        float: left;
        width: 100%;
        text-align: center; }
        @media (min-width: 800px) {
          div[role="main"] article div.outer-categories div.item a.bottom-link {
            text-align: left; } }
    div[role="main"] article div.outer-categories div ul {
      float: left;
      width: 100%;
      padding: 0 15px 0 0;
      margin: 0; }
      div[role="main"] article div.outer-categories div ul li {
        list-style: none;
        list-style-position: outside;
        line-height: 1.1em;
        border-bottom: solid 1px #efefef;
        padding: 8px 0;
        margin: 0; }
        div[role="main"] article div.outer-categories div ul li a {
          color: #505050;
          font-size: 0.9em; }
          @media (min-width: 800px) {
            div[role="main"] article div.outer-categories div ul li a {
              font-size: 0.8em; } }
          div[role="main"] article div.outer-categories div ul li a:hover {
            text-decoration: underline; }
  div[role="main"] article div.testimonials-reviews {
    float: left;
    width: 100%; }
    div[role="main"] article div.testimonials-reviews h2 {
      padding-bottom: 10px;
      border-bottom: 1px solid #000;
      margin-bottom: 20px; }
    div[role="main"] article div.testimonials-reviews ul {
      list-style: none;
      width: 100%;
      float: left; }
@media (min-width: 800px) and (min-width: 960px) {
  div[role="main"] article div.testimonials-reviews ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-rule: none;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-rule: none;
    column-count: 2;
    column-gap: 20px;
    column-rule: none; } }

      div[role="main"] article div.testimonials-reviews ul li {
        background: #fff;
        padding: 25px;
        margin-bottom: 20px;
        border-radius: 5px;
        width: 100%;
        border: solid 1px #e8e8e8;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1; }
        div[role="main"] article div.testimonials-reviews ul li .info {
          display: block; }
          div[role="main"] article div.testimonials-reviews ul li .info h4 {
            margin-bottom: 5px; }
          div[role="main"] article div.testimonials-reviews ul li .info h5 {
            font-weight: normal;
            font-style: italic; }
          div[role="main"] article div.testimonials-reviews ul li .info .stars {
            display: block;
            color: gold;
            padding-bottom: 5px; }
          div[role="main"] article div.testimonials-reviews ul li .info .stars-1:after {
            content: "\2605"; }
          div[role="main"] article div.testimonials-reviews ul li .info .stars-2:after {
            content: "\2605 \2605"; }
          div[role="main"] article div.testimonials-reviews ul li .info .stars-3:after {
            content: "\2605 \2605 \2605"; }
          div[role="main"] article div.testimonials-reviews ul li .info .stars-4:after {
            content: "\2605 \2605 \2605 \2605"; }
          div[role="main"] article div.testimonials-reviews ul li .info .stars-5:after {
            content: "\2605 \2605 \2605 \2605 \2605"; }
  div[role="main"] article img.coverage-map {
    width: 100%;
    float: left;
    margin: 30px 0; }
  div[role="main"] article h1 {
    width: 100%; }
  div[role="main"] article p {
    margin: 1em 0;
    line-height: 1.8em;
    color: #7f7f7f;
    font-size: 1.1em; }
    > div[role="main"] article p:first-of-type {
      color: #505050;
      font-size: 1.2em; }
    div[role="main"] article p span.title-red {
      color: #d93236;
      font-size: 1.2em; }
    div[role="main"] article p.cta-contact {
      float: left;
      width: 100%;
      padding: 40px 40px 200px 40px;
      border-radius: 5px;
      text-transform: uppercase;
      color: #505050;
      background: url(../img/cta-contact-bg.png) no-repeat right bottom #efefef; }
      @media (min-width: 480px) {
        div[role="main"] article p.cta-contact {
          padding: 40px 230px 40px 40px; } }
      div[role="main"] article p.cta-contact span.large {
        display: block;
        font-size: 1.1em;
        font-weight: 700; }
      div[role="main"] article p.cta-contact span.ld-phonenumber {
        font-size: 1.2em;
        color: #d93236;
        font-weight: 700; }
  div[role="main"] article ol {
    margin: 1em 0;
    line-height: 1.8em;
    color: #7f7f7f; }
    div[role="main"] article ol li {
      margin-bottom: 5px;
      font-size: 1.1em;
      list-style: decimal;
      list-style-position: inside; }
      div[role="main"] article ol li li, div[role="main"] article ol li p {
        font-size: 1em;
        margin-left: 30px; }
  div[role="main"] article ul {
    margin: 1em 0;
    line-height: 1.8em;
    color: #7f7f7f;
    font-size: 1.1em; }
    div[role="main"] article ul li {
      margin-bottom: 5px;
      list-style: disc;
      list-style-position: inside; }
    div[role="main"] article ul.customer-services-subnav li {
      width: 100%;
      float: left;
      padding-bottom: 8px;
      border-bottom: solid 1px #efefef;
      list-style: none; }
      div[role="main"] article ul.customer-services-subnav li:before {
        content: "\f054";
        font-family: FontAwesome;
        font-size: 0.8em;
        color: #d93236;
        margin-right: 8px; }
      @media (min-width: 960px) {
        div[role="main"] article ul.customer-services-subnav li {
          width: 49% !important; }
          div[role="main"] article ul.customer-services-subnav li:nth-child(n) {
            margin-bottom: 2%;
            margin-right: 2%; }
          div[role="main"] article ul.customer-services-subnav li:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0; } }
    div[role="main"] article ul.opening-times li {
      list-style: none; }
      div[role="main"] article ul.opening-times li span {
        display: inline-block;
        min-width: 80px;
        font-weight: bold; }
        @media (min-width: 800px) {
          div[role="main"] article ul.opening-times li span {
            display: block;
            min-width: auto; } }
        @media (min-width: 960px) {
          div[role="main"] article ul.opening-times li span {
            display: inline-block;
            min-width: 80px; } }
  div[role="main"] article > ul li:before {
    display: inline-block;
    padding-right: .5em;
    font-family: FontAwesome;
    content: '\f0da'; }
  div[role="main"] article blockquote {
    position: relative;
    padding: 1em 2.65em;
    text-align: center; }
    div[role="main"] article blockquote:before, div[role="main"] article blockquote:after {
      position: absolute;
      z-index: -1;
      font-family: FontAwesome;
      font-size: 2em;
      opacity: .25; }
    div[role="main"] article blockquote:before {
      top: 20px;
      left: 20px;
      content: '\f10d'; }
    div[role="main"] article blockquote:after {
      bottom: 0;
      right: 0;
      content: '\f10e'; }
  div[role="main"] article img {
    display: block; }
    @media (min-width: 480px) {
      div[role="main"] article img.left, div[role="main"] article img.alignleft {
        float: left;
        margin: 1em 2em 2em 0; }
      div[role="main"] article img.center, div[role="main"] article img.aligncenter {
        clear: both;
        margin: 0 auto; }
      div[role="main"] article img.right, div[role="main"] article img.alignright {
        float: right;
        margin: 1em 0 2em 2em; } }
  div[role="main"] article .button {
    background: #505050;
    color: #fff;
    padding: 1em;
    text-decoration: none;
    border-radius: .25em; }
    div[role="main"] article .button:hover {
      background: #5d5d5d; }

/* Calendar Tabs
--------------------------------------------------------------- */
.calendar-container {
  padding: 0; }
  .calendar-container .title-container {
    width: 100%;
    background: #d93236;
    clear: both;
    color: #fff;
    padding: 20px;
    margin-bottom: 10px; }
    @media (min-width: 800px) {
      .calendar-container .title-container {
        padding: 40px 30px; } }
    .calendar-container .title-container .title-content {
      display: none; }
    .calendar-container .title-container .title-content.current {
      display: inherit; }
    .calendar-container .title-container p.title {
      color: #fff;
      font-size: 1.6em;
      margin: 0 0 10px 0;
      line-height: 1.3em; }
      @media (min-width: 800px) {
        .calendar-container .title-container p.title {
          font-size: 2.2em; } }
    .calendar-container .title-container p.call {
      color: #fff;
      font-size: 1.2em;
      margin: 0;
      line-height: 1.3em; }
      @media (min-width: 800px) {
        .calendar-container .title-container p.call {
          font-size: 1.4em; } }
      .calendar-container .title-container p.call span {
        font-weight: bold; }
  .calendar-container .calendar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
    @media (min-width: 800px) {
      .calendar-container .calendar {
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .calendar-container .calendar ul.tabs {
      margin: 0px;
      padding: 0px;
      list-style: none;
      width: 100%; }
      @media (min-width: 800px) {
        .calendar-container .calendar ul.tabs {
          width: auto;
          -ms-flex: 1;
          -webkit-flex: 1;
          flex: 1; } }
      .calendar-container .calendar ul.tabs li {
        background: #373737;
        color: #fff;
        display: block;
        padding: 10px;
        cursor: pointer;
        width: 100%;
        float: left;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin: 0;
        width: 100%;
        text-align: center;
        border-bottom: #4a4a4a solid 1px;
        font-size: 1.1em; }
        @media (min-width: 800px) {
          .calendar-container .calendar ul.tabs li {
            padding: 30px 20px;
            text-align: left; } }
        .calendar-container .calendar ul.tabs li:hover {
          background: #2a2a2a; }
        .calendar-container .calendar ul.tabs li.current {
          background: #d93236;
          border-bottom: #ef6165 solid 1px; }
          .calendar-container .calendar ul.tabs li.current:hover {
            background: #e15d60; }
    @media (min-width: 800px) {
      .calendar-container .calendar .tab-content-container {
        -ms-flex: 4;
        -webkit-flex: 4;
        flex: 4; } }
    .calendar-container .calendar .tab-content-container .tab-content {
      display: none;
      background: #fff;
      padding: 15px;
      width: 100%;
      border: solid 1px #F2F2F2;
      margin: 10px 0 0 0; }
      @media (min-width: 800px) {
        .calendar-container .calendar .tab-content-container .tab-content {
          margin: 0 0 0 10px;
          padding: 30px; } }
      .calendar-container .calendar .tab-content-container .tab-content p:first-of-type {
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.4em;
        color: #505050; }
      @media (min-width: 800px) {
        .calendar-container .calendar .tab-content-container .tab-content {
          width: auto; } }
    .calendar-container .calendar .tab-content-container .tab-content.current {
      display: inherit; }

/* Careers
--------------------------------------------------------------- */
div.job-positions .job {
  width: 100%;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 10px;
  padding: 15px;
  margin: 20px 0;
  display: block; }
  @media (min-width: 480px) {
    div.job-positions .job {
      padding: 40px 30px; } }
div.job-positions h2 {
  font-size: 1.4em;
  margin-bottom: 20px; }
div.job-positions h3 {
  font-size: 1.2em; }

/* Appliance Repairs - Brands
--------------------------------------------------------------- */
.outer-appliances .appliances ul.appliances-list {
  width: 100%;
  padding: 10px; }
  @media (min-width: 480px) {
    .outer-appliances .appliances ul.appliances-list {
      padding: 20px 20px 5px 20px; } }
  .outer-appliances .appliances ul.appliances-list li {
    box-shadow: #ccc 0px 1px 2px;
    background-color: #fff;
    list-style: none;
    list-style-position: inside;
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
    float: left;
    border-radius: 5px; }
    @media (min-width: 480px) {
      .outer-appliances .appliances ul.appliances-list li {
        width: 49% !important; }
        .outer-appliances .appliances ul.appliances-list li:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        .outer-appliances .appliances ul.appliances-list li:nth-child(2n) {
          margin-right: 0;
          margin-bottom: 0; } }
    .outer-appliances .appliances ul.appliances-list li a {
      float: left;
      height: 100%;
      width: 100% !important;
      border-radius: 5px; }
      .outer-appliances .appliances ul.appliances-list li a:hover {
        box-shadow: #a0a0a0 0px 1px 4px; }
    @media (min-width: 480px) {
      .outer-appliances .appliances ul.appliances-list li {
        width: 49% !important;
        height: 200px;
        float: left; }
        .outer-appliances .appliances ul.appliances-list li:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        .outer-appliances .appliances ul.appliances-list li:nth-child(2n) {
          margin-right: 0;
          margin-bottom: 0; } }
    @media (min-width: 960px) {
      .outer-appliances .appliances ul.appliances-list li {
        width: 18.4% !important; }
        .outer-appliances .appliances ul.appliances-list li:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        .outer-appliances .appliances ul.appliances-list li:nth-child(5n) {
          margin-right: 0;
          margin-bottom: 0; } }
    .outer-appliances .appliances ul.appliances-list li.service-plan-li {
      text-align: center;
      color: #505050;
      font-weight: 500; }
      .outer-appliances .appliances ul.appliances-list li.service-plan-li a {
        color: #8bc3e9;
        padding: 40px 15px 10px 15px;
        font-size: 0.9em; }
        @media (min-width: 480px) {
          .outer-appliances .appliances ul.appliances-list li.service-plan-li a {
            font-size: 1.2em; } }
        @media (min-width: 960px) {
          .outer-appliances .appliances ul.appliances-list li.service-plan-li a {
            font-size: 1em; } }
        @media (min-width: 1200px) {
          .outer-appliances .appliances ul.appliances-list li.service-plan-li a {
            font-size: 1.2em; } }
        .outer-appliances .appliances ul.appliances-list li.service-plan-li a span {
          text-transform: uppercase;
          color: #1f75af;
          font-size: 1.8em;
          display: block;
          font-weight: 700; }
    .outer-appliances .appliances ul.appliances-list li.appliance-item, .outer-appliances .appliances ul.appliances-list li.menu-item {
      text-align: center;
      color: #505050;
      font-weight: 500;
      font-size: 0.8em;
      text-transform: uppercase; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item > span, .outer-appliances .appliances ul.appliances-list li.menu-item > span {
        padding: 155px 10px 10px 10px;
        display: block; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item.washing-machine-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.washing-machine-repairs-li {
        background: url(../img/tipos/subnav-washing-machine.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.washing-machine-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.washing-machine-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-washing-machine.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.washing-machine-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.washing-machine-repairs-li a:hover {
            background: url(../img/tipos/subnav-washing-machine-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item.fridge-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.fridge-repairs-li {
        background: url(../img/tipos/subnav-fridge.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.fridge-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.fridge-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-fridge.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.fridge-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.fridge-repairs-li a:hover {
            background: url(../img/tipos/subnav-fridge-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item.cooker-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.cooker-repairs-li {
        background: url(../img/tipos/subnav-cooker.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.cooker-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.cooker-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-cooker.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.cooker-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.cooker-repairs-li a:hover {
            background: url(../img/tipos/subnav-cooker-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item.tumble-dryer-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.tumble-dryer-repairs-li {
        background: url(../img/tipos/subnav-tumble-dryer.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.tumble-dryer-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.tumble-dryer-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-tumble-dryer.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.tumble-dryer-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.tumble-dryer-repairs-li a:hover {
            background: url(../img/tipos/subnav-tumble-dryer-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item.dishwasher-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.dishwasher-repairs-li {
        background: url(../img/tipos/subnav-dishwasher.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.dishwasher-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.dishwasher-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-dishwasher.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.dishwasher-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.dishwasher-repairs-li a:hover {
            background: url(../img/tipos/subnav-dishwasher-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item.freezer-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.freezer-repairs-li {
        background: url(../img/tipos/subnav-freezer.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.freezer-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.freezer-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-freezer.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.freezer-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.freezer-repairs-li a:hover {
            background: url(../img/tipos/subnav-freezer-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
	  .outer-appliances .appliances ul.appliances-list li.appliance-item.air-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.air-repairs-li {
        background: url(../img/tipos/subnav-air.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.air-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.air-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-air.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.air-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.air-repairs-li a:hover {
            background: url(../img/tipos/subnav-air-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
	  .outer-appliances .appliances ul.appliances-list li.appliance-item.termo-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.termo-repairs-li {
        background: url(../img/tipos/subnav-termo.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.termo-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.termo-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-termo.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.termo-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.termo-repairs-li a:hover {
            background: url(../img/tipos/subnav-termo-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
	  .outer-appliances .appliances ul.appliances-list li.appliance-item.heat-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.heat-repairs-li {
        background: url(../img/tipos/subnav-heat.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.heat-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.heat-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-heat.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.heat-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.heat-repairs-li a:hover {
            background: url(../img/tipos/subnav-heat-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item.oven-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.oven-repairs-li {
        background: url(../img/tipos/subnav-oven.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.oven-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.oven-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-oven.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.oven-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.oven-repairs-li a:hover {
            background: url(../img/tipos/subnav-oven-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item.extractor-hood-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.extractor-hood-repairs-li {
        background: url(../img/tipos/subnav-extractor-hood.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.extractor-hood-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.extractor-hood-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-extractor-hood.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.extractor-hood-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.extractor-hood-repairs-li a:hover {
            background: url(../img/tipos/subnav-extractor-hood-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item.fridge-freezer-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.fridge-freezer-repairs-li {
        background: url(../img/tipos/subnav-fridge-freezer.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.fridge-freezer-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.fridge-freezer-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/tipos/subnav-fridge-freezer.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.fridge-freezer-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.fridge-freezer-repairs-li a:hover {
            background: url(../img/tipos/subnav-fridge-freezer-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }
      .outer-appliances .appliances ul.appliances-list li.appliance-item.frequently-asked-questions-repairs-li, .outer-appliances .appliances ul.appliances-list li.menu-item.frequently-asked-questions-repairs-li {
        background: url(../img/subnav-frequently-asked-questions.png) no-repeat center 30% #fff;
        background-size: auto 110px; }
        .outer-appliances .appliances ul.appliances-list li.appliance-item.frequently-asked-questions-repairs-li a, .outer-appliances .appliances ul.appliances-list li.menu-item.frequently-asked-questions-repairs-li a {
          text-decoration: none;
          padding: 155px 10px 10px 10px;
          background-size: auto 110px;
          background: url(../img/subnav-frequently-asked-questions.png) no-repeat center 30% #fff;
          background-size: auto 110px; }
          .outer-appliances .appliances ul.appliances-list li.appliance-item.frequently-asked-questions-repairs-li a:hover, .outer-appliances .appliances ul.appliances-list li.menu-item.frequently-asked-questions-repairs-li a:hover {
            background: url(../img/subnav-frequently-asked-questions-hover.png) no-repeat center 30% #fff;
            background-size: auto 110px; }

/* We Repair CTA
--------------------------------------------------------------- */
.outer-cta-we-repair .we-repair {
  padding: 0;
  background: #fbeaeb;
  border-radius: 5px; }
  .outer-cta-we-repair .we-repair a.title {
    background: #d93236;
    float: left;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    text-decoration: none; }
    .outer-cta-we-repair .we-repair a.title:hover {
      background: #cc262a; }
    @media (min-width: 1200px) {
      .outer-cta-we-repair .we-repair a.title {
        width: 15%; } }
  .outer-cta-we-repair .we-repair ul {
    width: 100%;
    padding: 15px 0;
    float: left; }
    @media (min-width: 1200px) {
      .outer-cta-we-repair .we-repair ul {
        width: 85%;
        padding: 0;
        float: left; } }
    .outer-cta-we-repair .we-repair ul li {
      float: left;
      list-style: none;
      width: 50%;
      text-align: center; }
      @media (min-width: 800px) {
        .outer-cta-we-repair .we-repair ul li {
          width: 25%; } }
      @media (min-width: 1200px) {
        .outer-cta-we-repair .we-repair ul li {
          width: auto !important;
          text-align: left;
          margin: 0 10px; } }
      .outer-cta-we-repair .we-repair ul li a {
        float: left;
        width: 100%;
        text-decoration: none;
        color: #505050;
        text-transform: uppercase;
        padding: 15px 10px 15px 10px;
        height: 45px; }
        .outer-cta-we-repair .we-repair ul li a:hover {
          text-decoration: underline; }
        @media (min-width: 1200px) {
          .outer-cta-we-repair .we-repair ul li a {
            width: auto; } }

/* CTA Section
--------------------------------------------------------------- */
@media (min-width: 800px) {
  .outer-cta-section .cta-section {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 30px; } }
.outer-cta-section .cta-section .cta {
  float: left;
  border-radius: 5px;
  min-height: 220px;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 960px) {
    .outer-cta-section .cta-section .cta {
      min-height: 270px;
      margin-bottom: 0 !important; } }
  @media (min-width: 1200px) {
    .outer-cta-section .cta-section .cta {
      min-height: 220px; } }
@media (min-width: 800px) {
  .outer-cta-section .cta-section #cta-repair-protect, .outer-cta-section .cta-section #cta-book-service {
    width: 49%;
    margin-right: 2%; }
    .outer-cta-section .cta-section #cta-repair-protect:last-child, .outer-cta-section .cta-section #cta-book-service:last-child {
      margin-right: 0; }
  .outer-cta-section .cta-section #cta-engineers {
    width: 100%; } }
@media (min-width: 960px) {
  .outer-cta-section .cta-section #cta-engineers, .outer-cta-section .cta-section #cta-repair-protect, .outer-cta-section .cta-section #cta-book-service {
    width: 32% !important; }
    .outer-cta-section .cta-section #cta-engineers:nth-child(n), .outer-cta-section .cta-section #cta-repair-protect:nth-child(n), .outer-cta-section .cta-section #cta-book-service:nth-child(n) {
      margin-bottom: 2%;
      margin-right: 2%; }
    .outer-cta-section .cta-section #cta-engineers:nth-child(3n), .outer-cta-section .cta-section #cta-repair-protect:nth-child(3n), .outer-cta-section .cta-section #cta-book-service:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 0; } }
.outer-cta-section .cta-section div#cta-engineers {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ce3d3f+0,b82629+100 */
  background-color: url(""), #ce3d3f;
  /* Old browsers */
  background-image: url(""), -moz-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
  /* FF3.6+ */
  background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce3d3f), color-stop(100%, #b82629));
  /* Chrome,Safari4+ */
  background-image: url(""), -webkit-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url(""), -o-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
  /* Opera 11.10+ */
  background-image: url(""), -ms-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
  /* IE10+ */
  background-image: url(""), linear-gradient(to bottom, #ce3d3f 0%, #b82629 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d3f', endColorstr='#b82629',GradientType=0 );
  /* IE6-9 */
  padding: 35px 40px 10px 40px;
  color: #fff;
  text-transform: uppercase;
  width: 100%; }
  .outer-cta-section .cta-section div#cta-engineers p {
    font-size: 2em;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-align: center; }
  .outer-cta-section .cta-section div#cta-engineers ul li {
    font-weight: 300;
    margin: 0 0 10px 0;
    background: url(../img/tick-red.png) no-repeat left top;
    list-style: none;
    padding-left: 25px; }
.outer-cta-section .cta-section div#cta-book-service {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#444344+0,373638+100 */
  background-color: url("../img/cta-book-service-bg.png"), #444344;
  /* Old browsers */
  background-image: url("../img/cta-book-service-bg.png"), -moz-linear-gradient(top, #444344 0%, #373638 100%);
  /* FF3.6+ */
  background-image: url("../img/cta-book-service-bg.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444344), color-stop(100%, #373638));
  /* Chrome,Safari4+ */
  background-image: url("../img/cta-book-service-bg.png"), -webkit-linear-gradient(top, #444344 0%, #373638 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url("../img/cta-book-service-bg.png"), -o-linear-gradient(top, #444344 0%, #373638 100%);
  /* Opera 11.10+ */
  background-image: url("../img/cta-book-service-bg.png"), -ms-linear-gradient(top, #444344 0%, #373638 100%);
  /* IE10+ */
  background-image: url("../img/cta-book-service-bg.png"), linear-gradient(to bottom, #444344 0%, #373638 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444344', endColorstr='#373638',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: left top;
  padding: 35px 30px 30px 30px;
  text-align: center; }
  body.get-a-quote .outer-cta-section .cta-section div#cta-book-service {
    opacity: 0.2; }
    body.get-a-quote .outer-cta-section .cta-section div#cta-book-service a:hover {
      cursor: default; }
  .outer-cta-section .cta-section div#cta-book-service p {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center; }
    .outer-cta-section .cta-section div#cta-book-service p span {
      display: block;
      font-size: 4em;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1em; }
.outer-cta-section .cta-section a#cta-repair-protect {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f75af+0,146aa4+100 */
  background-color: url("../img/cta-repair-protect-bg.png"), #1f75af;
  /* Old browsers */
  background-image: url("../img/cta-repair-protect-bg.png"), -moz-linear-gradient(top, #1f75af 0%, #146aa4 100%);
  /* FF3.6+ */
  background-image: url("../img/cta-repair-protect-bg.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f75af), color-stop(100%, #146aa4));
  /* Chrome,Safari4+ */
  background-image: url("../img/cta-repair-protect-bg.png"), -webkit-linear-gradient(top, #1f75af 0%, #146aa4 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url("../img/cta-repair-protect-bg.png"), -o-linear-gradient(top, #1f75af 0%, #146aa4 100%);
  /* Opera 11.10+ */
  background-image: url("../img/cta-repair-protect-bg.png"), -ms-linear-gradient(top, #1f75af 0%, #146aa4 100%);
  /* IE10+ */
  background-image: url("../img/cta-repair-protect-bg.png"), linear-gradient(to bottom, #1f75af 0%, #146aa4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f75af', endColorstr='#146aa4',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: left top;
  padding: 55px 30px 30px 30px;
  color: #8bc3e9;
  font-size: 1.8em;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  body.repair-and-protect-service-plan .outer-cta-section .cta-section a#cta-repair-protect {
    opacity: 0.2; }
    body.repair-and-protect-service-plan .outer-cta-section .cta-section a#cta-repair-protect:hover {
      cursor: default; }
  .outer-cta-section .cta-section a#cta-repair-protect:hover {
    opacity: 0.8; }
  .outer-cta-section .cta-section a#cta-repair-protect span {
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #fff;
    font-weight: 700; }

/* Repair Process
--------------------------------------------------------------- */
.outer-repair-process .repair-process ul {
  float: left;
  width: 100%; }
  .outer-repair-process .repair-process ul li {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f75af+0,146aa4+100 */
    background-color: url(""), #ffffff;
    /* Old browsers */
    background-image: url(""), -moz-linear-gradient(top, #ffffff 0%, #e9e8e8 100%);
    /* FF3.6+ */
    background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e8e8));
    /* Chrome,Safari4+ */
    background-image: url(""), -webkit-linear-gradient(top, #ffffff 0%, #e9e8e8 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: url(""), -o-linear-gradient(top, #ffffff 0%, #e9e8e8 100%);
    /* Opera 11.10+ */
    background-image: url(""), -ms-linear-gradient(top, #ffffff 0%, #e9e8e8 100%);
    /* IE10+ */
    background-image: url(""), linear-gradient(to bottom, #ffffff 0%, #e9e8e8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8',GradientType=0 );
    /* IE6-9 */
    width: 100%;
    min-height: 160px;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    padding: 40px 20px 20px 20px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.4em; }
    @media (min-width: 800px) {
      .outer-repair-process .repair-process ul li {
        float: left;
        width: 49% !important; }
        .outer-repair-process .repair-process ul li:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        .outer-repair-process .repair-process ul li:nth-child(2n) {
          margin-right: 0;
          margin-bottom: 0; } }
    @media (min-width: 960px) {
      .outer-repair-process .repair-process ul li {
        width: 23.5% !important;
        min-height: 180px; }
        .outer-repair-process .repair-process ul li:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        .outer-repair-process .repair-process ul li:nth-child(4n) {
          margin-right: 0;
          margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .outer-repair-process .repair-process ul li {
        min-height: 160px; } }
    .outer-repair-process .repair-process ul li span.large {
      font-size: 1.7em;
      color: #d93236;
      font-weight: 700;
      display: block;
      margin-bottom: 15px;
      text-transform: uppercase;
      line-height: 1em; }
      @media (min-width: 960px) {
        .outer-repair-process .repair-process ul li span.large {
          font-size: 1.2em; } }
      @media (min-width: 1200px) {
        .outer-repair-process .repair-process ul li span.large {
          font-size: 1.7em; } }
    .outer-repair-process .repair-process ul li span.ld-phonenumber {
      font-weight: 700; }

/* Aside
--------------------------------------------------------------- */
aside {
  float: left;
  width: 100%; }
  @media (min-width: 800px) {
    aside {
      width: 35%;
      padding: 0 0 0 50px; } }
  aside ul.cta-why-choose-us {
    width: 100%;
    padding: 20px 40px;
    margin: 0 0 20px 0;
    float: left;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ce3d3f+0,b82629+100 */
    background-color: url(""), #ce3d3f;
    /* Old browsers */
    background-image: url(""), -moz-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
    /* FF3.6+ */
    background-image: url(""), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce3d3f), color-stop(100%, #b82629));
    /* Chrome,Safari4+ */
    background-image: url(""), -webkit-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: url(""), -o-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
    /* Opera 11.10+ */
    background-image: url(""), -ms-linear-gradient(top, #ce3d3f 0%, #b82629 100%);
    /* IE10+ */
    background-image: url(""), linear-gradient(to bottom, #ce3d3f 0%, #b82629 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d3f', endColorstr='#b82629',GradientType=0 );
    /* IE6-9 */
    border-radius: 5px; }
    aside ul.cta-why-choose-us li {
      color: #fff;
      text-transform: uppercase;
      font-size: 1.4em;
      text-align: center;
      list-style: none;
      padding: 20px 0 20px 0;
      line-height: 1.2em;
      background: url(../img/list-dots.png) no-repeat bottom center; }
      aside ul.cta-why-choose-us li:last-of-type {
        background: none; }
  aside div#reviewscoukWidget {
    float: left;
    width: 100%;
    margin: 0 0 20px 0; }
    aside div#reviewscoukWidget .reviewscouk_headercontainer {
      padding-top: 20px;
      padding-bottom: 20px;
      border-radius: 5px; }
    aside div#reviewscoukWidget .reviewscouk_score {
      font-size: 1.6em;
      margin: 10px 0; }
    aside div#reviewscoukWidget .reviewscouk_subheader {
      margin: 15px 0; }

/* Subnavs
--------------------------------------------------------------- */
div.outer-accreditations {
  border-top: 1px solid #efefef;
  padding: 40px 0 0 0; }
  div.outer-accreditations .accreditations ul {
    padding: 20px 20px 5px 20px;
    width: 100%; }
    div.outer-accreditations .accreditations ul li {
      float: left;
      list-style: none;
      text-align: center;
      width: 100%;
      width: 50% !important;
      margin-bottom: 30px !important;
      float: left; }
      div.outer-accreditations .accreditations ul li:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0; }
      div.outer-accreditations .accreditations ul li:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 0; }
      @media (min-width: 480px) {
        div.outer-accreditations .accreditations ul li {
          width: 33.33333% !important; }
          div.outer-accreditations .accreditations ul li:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div.outer-accreditations .accreditations ul li:nth-child(3n) {
            margin-right: 0;
            margin-bottom: 0; } }
      @media (min-width: 960px) {
        div.outer-accreditations .accreditations ul li {
          width: 20% !important; }
          div.outer-accreditations .accreditations ul li:nth-child(n) {
            margin-bottom: 0;
            margin-right: 0; }
          div.outer-accreditations .accreditations ul li:nth-child(5n) {
            margin-right: 0;
            margin-bottom: 0; } }
      div.outer-accreditations .accreditations ul li a:hover img {
        opacity: 1;
        filter: none;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%); }
      div.outer-accreditations .accreditations ul li img {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 100%;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
        opacity: 0.5; }
  div.outer-accreditations .accreditations p.text {
    text-transform: uppercase;
    width: 100%;
    float: left;
    text-align: center; }

/* Back to top
--------------------------------------------------------------- */
#back-top {
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  z-index: 300;
  right: 10px;
  opacity: 0.4;
  text-align: center;
  background: #fff;
  padding: 0.3em; }
  #back-top:hover {
    opacity: 1;
    transition: 0.3s all ease; }
  #back-top a {
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px; }
    #back-top a i {
      display: block;
      font-size: 3rem; }

/* News Styles
--------------------------------------------------------------- */
#primary-sidebar {
  float: right;
  padding: 15px;
  background: #fff;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px; }
  #primary-sidebar h2 {
    margin-bottom: 15px; }
  @media (min-width: 480px) {
    #primary-sidebar {
      padding: 30px; } }
  #primary-sidebar ul li {
    padding: 7px 0;
    list-style: none;
    font-size: 1em; }
  #primary-sidebar form.searchform {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    #primary-sidebar form.searchform > div {
      float: left;
      width: 100%; }
      #primary-sidebar form.searchform > div input {
        padding: 10px;
        width: 55%;
        display: inline-block;
        margin: 0 2% 0 0;
        border-radius: 20px;
        border: solid 1px #e1e1e1;
        float: left;
        clear: none; }
        @media (min-width: 800px) {
          #primary-sidebar form.searchform > div input {
            width: 100%;
            margin-bottom: 5%; } }
        @media (min-width: 960px) {
          #primary-sidebar form.searchform > div input {
            width: 55%;
            margin: 0 2% 0 0; } }
        #primary-sidebar form.searchform > div input#searchsubmit {
          cursor: pointer;
          width: 40%;
          min-width: auto;
          margin: 0 2% 0 0;
          border: none;
          float: left; }
          @media (min-width: 800px) {
            #primary-sidebar form.searchform > div input#searchsubmit {
              width: 100%; } }
          @media (min-width: 960px) {
            #primary-sidebar form.searchform > div input#searchsubmit {
              margin: 0 2% 0 0;
              width: 40%; } }
    #primary-sidebar form.searchform label.screen-reader-text {
      display: none; }

@media (min-width: 480px) {
  div.next-posts {
    float: right; }
  div.prev-posts {
    float: left; } }

table.blog-table {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 0.8em; }
  @media (min-width: 480px) {
    table.blog-table {
      font-size: 1em; } }
  table.blog-table td {
    padding: 8px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    vertical-align: top;
    line-height: 1.6em; }
    table.blog-table td p {
      line-height: 1.2em; }
    table.blog-table td img {
      display: inline; }
      table.blog-table td img:after {
        clear: both; }
    @media (min-width: 480px) {
      table.blog-table td {
        padding: 20px; } }
    table.blog-table td.description {
      width: 70% !important; }
    table.blog-table td.symbol {
      width: 30% !important;
      text-align: center; }

#accordion {
  margin: 20px 0;
  border: thin solid #cecece;
  border-top: none;
  border-bottom: none;
  width: 100%;
  clear: both; }
  #accordion div {
    background: white;
    display: none;
    border-bottom: thin solid #cecece;
    padding: 10px 15px; }
  #accordion p {
    margin: 0; }
  #accordion a {
    display: block;
    width: 100%;
    background: #f4f4f4;
    background-image: -webkit-linear-gradient(white, #ededed);
    background-image: -moz-linear-gradient(white, #ededed);
    background-image: -o-linear-gradient(white, #ededed);
    background-image: -ms-linear-gradient(white, #ededed);
    background-image: linear-gradient(white, #ededed);
    color: #000;
    line-height: 1.2em;
    padding: 15px;
    text-decoration: none;
    border-bottom: thin solid #cecece;
    font-weight: bold;
    text-shadow: 0px 1px 1px white; }
  #accordion .first {
    border-top: thin solid #cecece; }

/* Floating widget
--------------------------------------------------------------- */
.floating-widget {
  display: none; }
  @media (min-width: 800px) {
    .floating-widget {
      display: block; } }

/* Quote Results
--------------------------------------------------------------- */
p.form-cta {
  font-size: 1.4em !important;
  text-align: center;
  margin: 0 10px 30px 10px !important;
  line-height: 1.2em !important; }
  p.form-cta span {
    font-weight: bold;
    color: #d93236; }
  @media (min-width: 800px) {
    p.form-cta {
      font-size: 1.8em !important;
      text-align: center; } }

.quote-options-container {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .quote-options-container {
      -ms-flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .quote-options-container #repair-protect .title:before {
    content: "\f132";
    font-family: "fontawesome";
    margin-right: 10px;
    font-size: 0.8em; }
  .quote-options-container .quote-option {
    border: solid 1px #d0d0d0;
    border-top: solid 8px #505050;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start; }
    .quote-options-container .quote-option .content {
      min-height: 420px; }
    @media (min-width: 800px) {
      .quote-options-container .quote-option {
        width: 49%;
        float: left;
        padding: 20px 50px 0 50px;
        margin-bottom: 0; } }
    .quote-options-container .quote-option p, .quote-options-container .quote-option li, .quote-options-container .quote-option a {
      color: #505050; }
    .quote-options-container .quote-option p.title {
      font-size: 1.6em;
      font-style: normal;
      text-align: center;
      margin: 0; }
    .quote-options-container .quote-option p.parts {
      font-size: 1.2em;
      text-align: center;
      font-style: italic;
      margin: 0; }
    .quote-options-container .quote-option p.excluding {
      color: #d93236; }
    .quote-options-container .quote-option p.including {
      color: #6ABB00; }
    .quote-options-container .quote-option p.price {
      text-align: center;
      float: left;
      width: 100%; }
      .quote-options-container .quote-option p.price span {
        font-size: 3em;
        display: block;
        margin: 15px 0; }
        @media (min-width: 960px) {
          .quote-options-container .quote-option p.price span {
            font-size: 4.4em; } }
    .quote-options-container .quote-option p.half {
      width: 50%; }
    .quote-options-container .quote-option ul {
      clear: both; }
      .quote-options-container .quote-option ul.quote-list li {
        list-style: none; }
        .quote-options-container .quote-option ul.quote-list li:before {
          content: "\f00c";
          font-family: "fontawesome";
          margin-right: 5px; }
    .quote-options-container .quote-option .button-container {
      width: 100%;
      float: left; }
      .quote-options-container .quote-option .button-container a.select-btn {
        background: #6ABB00;
        color: #fff !important;
        padding: 15px 60px;
        font-size: 1.4em;
        text-align: center;
        text-transform: uppercase;
        display: block;
        width: 70%;
        margin: 0 auto;
        border-radius: 3px;
        border-bottom: solid 5px #5ba000;
        clear: both; }
        .quote-options-container .quote-option .button-container a.select-btn:hover {
          background: #5ea700; }
      .quote-options-container .quote-option .button-container a.readmore-btn {
        text-align: center;
        margin-top: 30px;
        font-size: 1.6em;
        padding: 30px 0;
        width: 100%;
        float: left;
        border-top: 1px solid #d3d3d3;
        color: #7f7f7f;
        font-weight: bold; }
        .quote-options-container .quote-option .button-container a.readmore-btn:after {
          content: "\f078";
          font-family: "fontawesome";
          margin-left: 8px;
          font-size: 0.7em; }
      .quote-options-container .quote-option .button-container a.active:after {
        content: "\f077" !important; }
  .quote-options-container .more-info {
    padding-bottom: 30px;
    display: none;
    float: left;
    width: 100%; }

/* Site Footer
--------------------------------------------------------------- */
footer[role="contentinfo"] {
  clear: both;
  padding: 40px 0 0 0;
  text-align: center;
  background: #efefef; }
  footer[role="contentinfo"] .footer {
    overflow: hidden;
    margin-bottom: 30px;
    display: none; }
    @media (min-width: 800px) {
      footer[role="contentinfo"] .footer {
        display: block; } }
  @media (min-width: 960px) {
    footer[role="contentinfo"] .footer-bottom {
      padding: 0 0 0 10%; } }
  footer[role="contentinfo"] .footer-bottom img.gas-safe {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 480px) {
      footer[role="contentinfo"] .footer-bottom img.gas-safe {
        float: left;
        margin-right: 20px; } }
  footer[role="contentinfo"] .footer-bottom img.cards {
    text-align: center;
    margin-top: 15px; }
    @media (min-width: 480px) {
      footer[role="contentinfo"] .footer-bottom img.cards {
        float: left;
        margin: 10px 10px 10px 0; } }
  footer[role="contentinfo"] .footer-bottom div.reviews-bottom {
    clear: both;
    margin: 30px 0;
    text-align: center;
    opacity: 0.5;
    width: 100%; }
  footer[role="contentinfo"] .reviews {
    margin: 20px 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    footer[role="contentinfo"] .reviews:hover {
      opacity: 0.5;
      cursor: pointer; }
  footer[role="contentinfo"] a.view-all {
    font-size: 0.6em;
    margin-left: 10px;
    color: #d93236; }
    footer[role="contentinfo"] a.view-all:hover {
      color: #8b1a1d; }
  footer[role="contentinfo"] .areas-we-cover {
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    display: none; }
    @media (min-width: 480px) {
      footer[role="contentinfo"] .areas-we-cover {
        display: block; } }
    @media (min-width: 960px) {
      footer[role="contentinfo"] .areas-we-cover {
        background: url(../img/areas-we-cover-bg.png) no-repeat right top #fff; } }
    footer[role="contentinfo"] .areas-we-cover ul {
      width: 100%;
      float: left; }
      @media (min-width: 960px) {
        footer[role="contentinfo"] .areas-we-cover ul {
          width: 75%; } }
      footer[role="contentinfo"] .areas-we-cover ul li {
        display: block; }
        @media (min-width: 480px) {
          footer[role="contentinfo"] .areas-we-cover ul li {
            float: left;
            width: 49% !important; }
            footer[role="contentinfo"] .areas-we-cover ul li:nth-child(n) {
              margin-bottom: 2%;
              margin-right: 2%; }
            footer[role="contentinfo"] .areas-we-cover ul li:nth-child(2n) {
              margin-right: 0;
              margin-bottom: 0; } }
        @media (min-width: 1200px) {
          footer[role="contentinfo"] .areas-we-cover ul li {
            width: 23.5% !important; }
            footer[role="contentinfo"] .areas-we-cover ul li:nth-child(n) {
              margin-bottom: 2%;
              margin-right: 2%; }
            footer[role="contentinfo"] .areas-we-cover ul li:nth-child(4n) {
              margin-right: 0;
              margin-bottom: 0; } }
  footer[role="contentinfo"] p {
    margin: 0 0 5px 0;
    font-weight: 300;
    line-height: 1.6em; }
    footer[role="contentinfo"] p.title {
      font-size: 1.1em;
      text-transform: uppercase;
      margin: 0 0 20px 0; }
  footer[role="contentinfo"] .menu-appliance-brands-nav-container ul {
    list-style: none; }
    footer[role="contentinfo"] .menu-appliance-brands-nav-container ul li {
      display: block; }
      @media (min-width: 800px) {
        footer[role="contentinfo"] .menu-appliance-brands-nav-container ul li {
          float: left;
          width: 23.5% !important; }
          footer[role="contentinfo"] .menu-appliance-brands-nav-container ul li:nth-child(n) {
            margin-bottom: 2%;
            margin-right: 2%; }
          footer[role="contentinfo"] .menu-appliance-brands-nav-container ul li:nth-child(4n) {
            margin-right: 0;
            margin-bottom: 0; } }
  footer[role="contentinfo"] li {
    display: block;
    margin-bottom: 10px !important; }
    footer[role="contentinfo"] li ul {
      display: none; }
  footer[role="contentinfo"] a {
    color: #505050;
    text-decoration: none;
    font-weight: 300; }
    footer[role="contentinfo"] a:hover {
      color: #030303; }
    footer[role="contentinfo"] a.adtrak {
      text-align: center;
      margin: 15px 0;
      display: block; }
      @media (min-width: 480px) {
        footer[role="contentinfo"] a.adtrak {
          float: left;
          margin: 17px 10px 10px 0; } }
      footer[role="contentinfo"] a.adtrak:hover {
        opacity: 0.8; }
      footer[role="contentinfo"] a.adtrak img {
        width: 70px; }
  footer[role="contentinfo"] img {
    max-width: 100%; }
  @media (min-width: 480px) {
    footer[role="contentinfo"] {
      text-align: left; }
      footer[role="contentinfo"] .col {
        float: left; }
      footer[role="contentinfo"] .col-small {
        width: 100%; }
      footer[role="contentinfo"] .col-large {
        width: 100%; } }
  @media (min-width: 960px) {
    footer[role="contentinfo"] {
      text-align: left; }
      footer[role="contentinfo"] .col {
        float: left; }
      footer[role="contentinfo"] .col-small {
        width: 50%; }
      footer[role="contentinfo"] .col-large {
        width: 50%; } }

/*variables*/
/*issue colours*/
/*success colours*/
/*submit colours*/
/*transitions*/
/*styles*/
.clearfix {
  clear: both; }

.outer-contact-form {
  margin: 20px 0 40px 0; }

form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  /* Transitions */
  /*when the form is sent, change the opacity to .5*/ }
  form p.title {
    color: #d93236;
    margin-bottom: 10px; }
  form fieldset {
    border: none;
    padding: 0;
    margin: 0; }
    form fieldset.botBuster {
      display: none; }
  form label {
    color: #999;
    display: block;
    float: left;
    margin-bottom: 1.5em;
    width: 100%; }
    form label.service {
      width: 45%;
      margin-right: 10%; }
      form label.service:nth-of-type(even) {
        margin-right: 0; }
    form label.data-capture label {
      display: block;
      clear: both; }
    form label.further-details {
      width: 100%; }
  form input[type=text],
  form input[type=phone],
  form input[type=number],
  form input[type=email],
  form input[type=date],
  form input[type=file],
  form textarea,
  form select {
    display: block;
    width: 100%;
    max-width: 100%;
    -moz-box-shadow: inset 0 0 0 0.4em #f7f7f7;
    -webkit-box-shadow: inset 0 0 0 0.4em #f7f7f7;
    box-shadow: inset 0 0 0 0.4em #f7f7f7;
    padding: 1em;
    border: 1px solid #ddd;
    outline: none;
    margin: 0.2em 0; }
  form input[type=radio],
  form input[type=checkbox] {
    margin: 0 5px 15px 0; }
  form input[type=submit], form input[type=button] {
    padding: 1em 2em;
    background: #505050;
    border: none;
    border-bottom: 5px solid #373737;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font: 1em/1em "ubuntu";
    text-transform: uppercase;
    -webkit-transition: border 0.25s ease;
    -moz-transition: border 0.25s ease;
    -o-transition: border 0.25s ease;
    transition: border 0.25s ease;
    display: block;
    margin: 15px 0;
    clear: both;
    transition: 0.3s; }
    @media (min-width: 800px) {
      form input[type=submit], form input[type=button] {
        float: left; } }
    form input[type=submit]:not(disabled):hover, form input[type=button]:not(disabled):hover {
      background: #4b4b4b; }
    form input[type=submit]:active, form input[type=button]:active {
      border-bottom: 0;
      margin-top: 5px; }
  form input[type=submit][disabled=disabled] {
    opacity: .5;
    cursor: default; }
    form input[type=submit][disabled=disabled]:hover {
      background: #505050; }
  form input.submit-btn {
    float: left;
    background: #d93236 !important;
    border-bottom: 5px solid #951215 !important; }
    @media (min-width: 800px) {
      form input.submit-btn {
        float: right; } }
    form input.submit-btn:hover {
      background: #b62225 !important; }
  form input.small-input {
    width: 48%;
    float: left;
    margin-right: 2%;
    clear: none !important; }
    @media (min-width: 480px) {
      form input.small-input {
        width: 30%; }
        .col form input.small-input {
          width: 40%; } }
  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;
    -moz-box-shadow: inset 0 0 0 0.4em #e1f2fc;
    -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;
    -moz-box-shadow: inset 0 0 0 0.4em #f9b2ae;
    -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;
    -moz-box-shadow: inset 0 0 0 0.4em #c3eac7;
    -webkit-box-shadow: inset 0 0 0 0.4em #c3eac7;
    box-shadow: inset 0 0 0 0.4em #c3eac7; }
  form .message {
    display: block;
    text-align: right;
    font-size: 0.85em;
    margin-top: 0.5em;
    color: #EC7878; }
  form .success .message {
    color: #5ABE64; }
  form input, form textarea {
    -webkit-transition: border 0.25s ease;
    -moz-transition: border 0.25s ease;
    -o-transition: border 0.25s ease;
    transition: border 0.25s ease;
    -webkit-transition: border 0.25s ease;
    -moz-transition: border 0.25s ease;
    -o-transition: border 0.25s ease;
    transition: border 0.25s ease; }
  @media (min-width: 800px) {
    form label {
      width: 49%;
      margin-right: 2%; }
      form label:nth-child(even) {
        margin-right: 0; } }
  form.sent {
    opacity: .5;
    -webkit-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    transition: border 0.5s ease; }

form.callback-form label {
  width: 100%; }
  @media (min-width: 1200px) {
    form.callback-form label {
      width: 49%; } }
form.callback-form input[type=submit] {
  width: 100%; }
  @media (min-width: 480px) {
    form.callback-form input[type=submit] {
      display: block;
      clear: both;
      width: 20%; } }
  @media (min-width: 1200px) {
    form.callback-form input[type=submit] {
      display: inline-block;
      clear: none;
      width: 49%;
      margin-top: .3em; } }

/*styles for when the form sends*/
.results {
  position: fixed;
  bottom: -60px;
  z-index: 50;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font: 1.2em/1em sans-serif;
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -o-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 "ubuntu";
  text-transform: uppercase;
  color: #505050;
  display: none; }

.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; }

/* Results tables */
table.results-table {
  width: 100%;
  border: solid 1px #d0d0d0;
  transition: none;
  margin-bottom: 40px;
  font-size: 0.8em !important;
  line-height: 1.4em; }
  @media (min-width: 800px) {
    table.results-table {
      font-size: 1.1em !important; } }
  table.results-table tr {
    width: 100%;
    background: #fff; }
    table.results-table tr.main-title {
      background: #505050;
      color: #fff;
      font-size: 1.2em; }
      table.results-table tr.main-title span {
        font-weight: bold; }
    table.results-table tr td {
      width: 50%;
      padding: 15px;
      vertical-align: top; }
      @media (min-width: 800px) {
        table.results-table tr td {
          padding: 30px 50px; } }
      table.results-table tr td ul {
        margin: 10px 0 0 0; }
        table.results-table tr td ul li {
          list-style: none;
          font-size: 0.9em; }
          table.results-table tr td ul li:before {
            content: "\f00c";
            font-family: "fontawesome";
            margin-right: 5px; }
      table.results-table tr td.centre {
        text-align: center; }
      table.results-table tr td.tick {
        background: url(../img/tick-green-circle.png) no-repeat center center;
        background-size: 20px;
        padding: 15px 5px;
        text-align: center; }
        @media (min-width: 480px) {
          table.results-table tr td.tick {
            padding: 50px;
            background-size: auto; } }
      table.results-table tr td.no {
        background: url(../img/cross.png) no-repeat center center;
        background-size: 20px;
        padding: 15px 5px;
        text-align: center; }
        @media (min-width: 480px) {
          table.results-table tr td.no {
            padding: 50px;
            background-size: auto; } }
      table.results-table tr td.main-title {
        font-size: 1.6em; }
      table.results-table tr td.title {
        background: #585858;
        color: #fff;
        font-weight: bold; }
      table.results-table tr td.green-bg {
        background: #1f75af; }
      table.results-table tr td.blue-bg {
        background: #1f75af;
        color: #fff;
        border-color: #1f75af; }
      table.results-table tr td.blue-light-bg {
        background-color: #f4f9fd;
        color: #1f75af; }
        table.results-table tr td.blue-light-bg li {
          color: #1f75af; }
      table.results-table tr td.grey-bg {
        background: #EFEFEF;
        color: #505050; }
      table.results-table tr td.hidden {
        visibility: hidden; }
      table.results-table tr td.shield:before {
        content: "\f132";
        margin-right: 6px;
        font-family: "fontawesome"; }
      table.results-table tr td span.large-title {
        font-size: 4em;
        line-height: 1.2em;
        display: inline-block; }
        table.results-table tr td span.large-title strong {
          display: block; }
          @media (min-width: 800px) {
            table.results-table tr td span.large-title strong {
              display: inline; } }
      table.results-table tr td span.half {
        display: block;
        width: 100%; }
        @media (min-width: 800px) {
          table.results-table tr td span.half {
            width: 50%;
            float: left; } }
      table.results-table tr td span.ld-phonenumber {
        font-size: 1.6em; }

/* Quote Form Scroll Effect */
.table-container-outer {
  position: relative; }
  .table-container-outer .table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto; }
  .table-container-outer .table-container-fade {
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.3), #efefef);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.3), #efefef);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.3), #efefef);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.3), #efefef);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), #efefef); }
    @media (min-width: 480px) {
      .table-container-outer .table-container-fade {
        background-image: none; } }

/* Date Picker */
#datepicker {
  float: left;
  width: 100%;
  margin-bottom: 40px; }
  #datepicker .ui-state-active {
    background: #B0212A !important;
    color: #ffffff !important; }
  #datepicker .ui-state-default {
    background: #DBFFCD; }
  #datepicker span.ui-state-default {
    background: #EEEEEE !important; }

.dates-container {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }
  .dates-container .date {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important; }
    .dates-container .date .date-icon {
      width: 18px;
      height: 18px;
      float: left;
      margin-right: 10px; }
    .dates-container .date .available-dates {
      border: 1px solid #CAEABD;
      background: #DBFFCD;
      margin-top: 0px !important; }
    .dates-container .date .unavailable-dates {
      border: 1px solid #bbbbbb;
      background: #eeeeee;
      margin-top: 0px !important; }
    .dates-container .date .selected-dates {
      border: 1px solid #bbbbbb;
      background: #B0212A;
      margin-top: 0px !important; }
  .dates-container .available-dates-text {
    float: left; }

/* Quote overview */
.overview {
  background: #fff;
  width: 100%;
  float: left;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  padding: 20px; }
  @media (min-width: 800px) {
    .overview {
      padding: 30px 40px; } }
  .overview p {
    font-weight: bold; }
    .overview p span {
      font-weight: normal;
      margin-left: 20px; }

/* Survey form */
.survey_title {
  font-weight: bold;
  padding: 10px 0px;
  border-bottom: 3px solid #666666;
  margin-bottom: 10px; }

.question {
  padding: 5px; }

.answer {
  padding: 10px; }

.q_block {
  margin-bottom: 10px; }

.required {
  color: #cc0000;
  font-family: verdana;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  width: 18px;
  float: left; }

.temporarily-closed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0.5em;
  background: red;
  color: #fff;
  text-decoration: blink; }

.errors {
  border: #d93236 solid 1px;
  width: 100%;
  display: block;
  padding: 20px; }

a.tooltip {
  outline: none; }

a.tooltip strong {
  line-height: 30px; }

a.tooltip:hover {
  text-decoration: none; }

a.tooltip span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 28px;
  width: 300px;
  line-height: 16px; }

a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #DCA;
  background: #fffAF0; }

.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px; }

/*CSS3 extras*/
a.tooltip span {
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC; }

.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: .5em 10%;
  text-align: center;
  background: #000;
  border-top: 1px solid #ccc;
  font-size: .75em;
  color: #fff; }
  .cookies a {
    color: #e8b000; }
  .cookies a:hover {
    opacity: 0.8; }

enlace a {
    color: #003333;
}

enlace a:hover {
    color: #0033aa;
}
/*# sourceMappingURL=master.css.map */
