body.mobile-nav-on {
  overflow: hidden;
}

.clear {
  clear: both;
}

.page {
  width: 100%;
  padding: 64px 0 0;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  float: left;
}

.wrapper.red {
  color: #fff;
  background: #D01111;
}

.wrapper.blue {
  color: #fff;
  background: #12293B;
}

br.special-break {
  display: none;
}

a.underline {
  color: #D01111;
  border-bottom: 1px solid transparent;
  transition: border 0.25s ease-in-out;
}

a.underline:hover {
  border-color: #D01111;
}

@media screen and (min-width: 1280px) {

  .page {
    padding: 0;
  }

  br.special-break {
    display: block;
  }

}

/* /////////////////////////////////////////////////////////////////////
.misc
///////////////////////////////////////////////////////////////////// */

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

.h1-icon {
  margin: 0 auto 20px;
  max-width: 88px;
}

p.post-details {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: -0.015rem;
}

p.post-details span {
  padding: 0 4px;
}

@media screen and (min-width: 1024px) {

  .h1-icon {
    margin: 0 auto 30px;
    max-width: 176px;
  }

}

/* /////////////////////////////////////////////////////////////////////
mobile header and nav
///////////////////////////////////////////////////////////////////// */

.mobile-header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 64px;  
  background: #D01111;
}

.mobile-header .logo {
    float: left;
    width: 159px;
    margin: 10px 0 0 13px;
}

.mobile-header .logo a {
  display: block;
}

.mobile-basket {
    background: url(../img/basket.png) 0 1px no-repeat;
    background-size: 30px;
    float: right;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    padding: 7px 0 0 5px;
    text-align: center;
    margin: 16px 0;
}

.mobile-nav {
  position: fixed;
  z-index: 100;
  top: 64px;
  width: 100%;
  height: calc(100vh - 64px);
  color: #fff;
  background: #12293B;
  transition: transform 0.25s ease-in-out;
  transform: translateX(-100%);
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

  .mobile-nav-on .mobile-nav {
    transform: translateX(0);
  }

.mobile-nav-button {
  position: relative;
  float: right;
  width: 25px;
  height: 23px;
  margin: 20px 20px;
}

.mobile-nav-button span,
.mobile-nav-button span:before,
.mobile-nav-button span:after {
    position: absolute;
    background: #fff;
    width: 25px;
    height: 5px;
    border-radius: 1px;
    top: 9px;
    transition: all 0.25s ease-in-out;
}

.mobile-nav-button span:before,
.mobile-nav-button span:after {
  content: "";
  top: -9px;
}

.mobile-nav-button span:after {
  top: 9px;
}

.mobile-nav-on .mobile-nav-button span {
  transform: rotate(45deg) scale(1.2);
}

.mobile-nav-on .mobile-nav-button span:before {
  transform: rotate(90deg);
  top: 0;
}

.mobile-nav-on .mobile-nav-button span:after {
  opacity: 0;
}

.mobile-nav form {
  position: relative;
  margin: 22px 20px 23px;
}

.mobile-nav form [type="text"] {
  margin: 0;
  font-weight: 500;
  padding-right: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #12293B;
}

@media screen and (max-width: 374px) {

  .mobile-nav form [type="text"] {
      font-size: 14px;
  }

}

.mobile-nav form .button {
    position: absolute;
    top: 0;
    right: -1px;
    margin: 0;
    min-width: inherit;
}

.mobile-nav form .button:hover,
.mobile-nav form .button:focus {
    background-color: #D01111;
    color: #fff;
}

.mobile-nav .accordion,
.mobile-nav .accordion-menu {
  background: transparent;
  border-bottom: 4px solid #87949e;
  margin: 0;
}

  .mobile-nav .accordion .accordion {
    border-bottom: none;
  }

.mobile-nav .accordion-title,
.mobile-nav .accordion-menu a {
    border: none;
    border-top: 4px solid #87949e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 17px 50px 17px 28px;
    background: transparent;
    border-radius: 0 !important;
    margin: 0 !important;
}

  .mobile-nav .accordion-title span {
    position: relative;
  }

  .mobile-nav .accordion-title span:after {
    content: "";
    border-bottom: 1px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .mobile-nav .accordion-title.selected,
  .mobile-nav .accordion-menu a.selected {
    color: #D01111!important;
  }

  .mobile-nav .accordion-title.selected span:after {
    /*border-color: #D01111;*/
  }

.mobile-nav .accordion-title:hover,
.mobile-nav .accordion-title:focus {
    background-color: transparent;
}

.mobile-nav :last-child > .accordion-title {
  border-bottom: none;
}

.mobile-nav a {
  position: relative;
}

.mobile-nav .accordion-menu a::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  right: 16px;
  top: calc(50% - 11px);
  margin: 0;
  background-size: contain;
  border: none;
  background-image: url(../img/nav-chevron-right.png);
}

.mobile-nav .has-submenu-toggle > a:after {
  display: none;
}

.mobile-nav .submenu-toggle {
  width: 50px;
  top: 9px;
}

.mobile-nav .accordion-title::before,
.mobile-nav .submenu-toggle::after {
  content: "";
  width: 21px;
  height: 21px;
  right: 16px;
  top: calc(50% - 11px);
  margin: 0;
  background: url(../img/nav-plus.png) center no-repeat;
  background-size: contain;
  border: none;
}

.mobile-nav .submenu-toggle::after {
  position: absolute;
  right: 16px;
}

.mobile-nav .is-active > .accordion-title::before,
.mobile-nav .submenu-toggle[aria-expanded="true"]::after {
  background-image: url(../img/nav-minus.png);
}

.mobile-nav .accordion-title.no-expand:before {
  background-image: url(../img/nav-chevron-right.png);
}

.mobile-nav .accordion-content {
    color: #fff;
    background: transparent;
    border: none;
    padding: 0 0 25px 29px;
}

  .mobile-nav .accordion-content .accordion-title,
  .mobile-nav .accordion-content :last-child > .accordion-title {
    outline: none;
    border: none;
    border-left: 4px solid #87949e;
    font-weight: 400;
    padding: 10px 35px 10px 20px;
    color: #fff;
  }

  .accordion-menu .nested.is-accordion-submenu {
    margin-left: 29px;
    margin-bottom: 25px;
  }

  .accordion-menu .nested.is-accordion-submenu .nested.is-accordion-submenu {
    margin: 20px 0 20px 20px;
  }

  .mobile-nav .accordion-menu .is-accordion-submenu-item a {
    outline: none;
    border: none;
    border-left: 4px solid #87949e;
    font-weight: 400;
    padding: 10px 35px 10px 20px;
    color: #fff;
  }

    .mobile-nav .accordion-menu .is-accordion-submenu-item .submenu-toggle {
      top: -2px;
    }

.mobile-nav .accordion-content .accordion .accordion-content {
  padding: 0 0 0 20px;
}

.mobile-nav .accordion-content .accordion .accordion-content .accordion {
  margin: 20px 0;
}

.mobile-nav .mobile-phone-links ul {
  list-style: none;
  margin: 16px 4px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

.mobile-nav .mobile-phone-links li {
    color: #fff;
    margin: 6px 0;
    display: inline-block;
    width: 30%;
}

.mobile-nav .mobile-phone-links a {
  color: #fff;
}

.mobile-nav .mobile-phone-links a::after {
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    background: #D01111 url(../img/phone.png) center no-repeat;
    background-size: 25px;
    margin: 12px auto;
    border-radius: 100px;
}

.mobile-nav .mobile-footer-links ul {
  list-style: none;
  margin: 0 0 35px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}

.mobile-nav .mobile-footer-links li {
  color: #fff;
  margin: 6px 0;
}

.mobile-nav .mobile-footer-links a {
  color: #fff;
}

.mobile-icon-links ul {
  list-style: none;
  margin: 0 0 125px;
  text-align: center;
}

.mobile-icon-links li {
  display: inline-block;
  float: none;
  width: 38px;
  height: 38px;
  margin: 6px 0;
  text-indent: -10000em;
}

.mobile-icon-links a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-color: #fff;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.mobile-icon-links a.facebook {
  background-image: url(../img/mobile-icon-link-facebook.png);
}

.mobile-icon-links a.twitter {
  background-image: url(../img/mobile-icon-link-twitter.png);
}

.mobile-icon-links a.search {
  background-image: url(../img/mobile-icon-link-search.png);
}

@media screen and (min-width: 1280px) {
  .mobile-header,
  .mobile-nav {
    display: none;
  }
}

.desktop-nav {
  display: none;
}

.desktop-nav .container {
    margin: 0 auto;
    max-width: 1292px;
    display: table;
    width: 100%;
    padding: 0 25px;
}

.desktop-nav .logo {
    float: left;
    width: 382px;
    margin: 21px 0 20px;
}

.desktop-nav .logo a {
  display: block;
}

.desktop-nav form {
    float: right;
    width: 610px;
    position: relative;
    margin: 32px 0 0;
}

.desktop-nav form [type="text"] {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  padding: 15px 115px 15px 23px;
  color: #12293B;
}

.desktop-nav form .button {
    background: #12293B;
    position: absolute;
    top: 0;
    right: 0px;
    max-width: 100px;
    width: 100%;
    min-width: inherit;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
}

.desktop-nav .wrapper.blue .container {
  padding: 0;
}

.desktop-nav .menu {
  justify-content: space-between;
}

.desktop-nav .menu li {
  
}

.desktop-nav .menu a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 26px 25px 28px;
  color: #fff;
  transition: color 0.25s ease-in-out;
}

.desktop-nav .menu a:hover {
  color: #D01111;
}

.desktop-nav .menu a::before {
    content: "";
    display: block;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: 0;
    width: calc(100% - 51px);
    left: 26px;
    transition: border 0.25s ease-in-out;
}

.desktop-nav .dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 52px;
}

  .desktop-nav .dropdown.menu > li.is-dropdown-submenu-parent > a::before {
    width: calc(100% - 56px);
  }

.desktop-nav .menu a.selected::before {
  border-color: #D01111;
}

.desktop-nav .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    background: url(../img/nav-chevron-down.png) center top no-repeat;
    background-size: 16px;
    border: none;
    width: 16px;
    height: 10px;
    margin: 0;
    top: calc(50% - 5px);
    right: 30px;
}

  .desktop-nav .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a::after {
    background-position: center -50px;
  }

.desktop-nav .dropdown.menu .is-active > a {
  background: transparent;
  color: #D01111;
}

.desktop-nav .menu li.basket a {
  padding-left: 52px;
}

.desktop-nav .menu li.basket a::before {
    left: 16px;
    width: calc(100% - 42px);
}

.desktop-nav .menu li.basket a:after {
    content: "";
    display: block;
    background: url(../img/basket.png) center no-repeat;
    background-size: contain;
    width: 26px;
    height: 23px;
    position: absolute;
    top: calc(50% - 14px);
    left: 16px;
}

/* */

.desktop-nav .is-dropdown-submenu::before {
    content: "";
    background: #12293B;
    position: absolute;
    left: -1000%;
    right: -1000%;
    bottom: 0;
    top: 0;
}

.desktop-nav .is-dropdown-submenu {
  border: none;
}

.desktop-nav .dropdown.menu li .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
    padding: 68px 15px 95px;
    z-index: 10;
}

.desktop-nav .is-dropdown-submenu .nav-col {
  float: left;
  width: 100%;
  opacity: 0.999;
  padding: 0 10px;
}

.desktop-nav .is-dropdown-submenu .nav-col .nav-col {
  padding: 0;
}

.desktop-nav .is-dropdown-submenu .nav-col.w25 {
  width: 25%;
}

.desktop-nav .is-dropdown-submenu .nav-col.w50 {
  width: 50%;
}

.desktop-nav .is-dropdown-submenu .nav-col.text-centre {
  
}

  .desktop-nav .menu .is-dropdown-submenu .nav-col.text-centre li {
    display: inline-block;
    vertical-align: top;
    margin: 0 14px;
  }

  .desktop-nav .menu .is-dropdown-submenu .nav-col.text-centre a {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    vertical-align: top;
    margin: 0 0 24px;
  }

.desktop-nav .menu .submenu a:not(.button) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
  padding: 0 0 0 28px;
  margin: 4px 0;
  position: relative;
}

  .desktop-nav .menu .submenu a:not(.button):hover {
    color: #D01111;
  }

.desktop-nav .menu .submenu a:not(.button):not(.list-heading) span {
  position: relative;
}

/*
.desktop-nav .menu .submenu a:not(.button):not(.list-heading) span::after {
    content: "";
    border-bottom: 1px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: border 0.2s ease-out;
}

.desktop-nav .menu .submenu a:not(.button):not(.list-heading):hover span::after {
  border-color: #D01111;
}
*/

.desktop-nav .menu .submenu a:not(.button):not(.list-heading):before {
    content: "";
    background: url(../img/nav-chevron-right.png) center no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    left: -2px;
    top: 2px;
    border: none;
}

  .desktop-nav .menu .submenu .nav-col.text-centre a:not(.button):not(.list-heading)::before {
    width: 23px;
    height: 23px;
    left: 0;
    top: 3px;
  }

.desktop-nav .menu .submenu a:before,
.desktop-nav .menu .submenu a:hover:before {
  border-color: transparent;
}

.desktop-nav .menu .submenu a.selected:not(.button):not(.list-heading) {
  font-weight: 500;
  color: #D01111;
}

.desktop-nav .menu .submenu a.selected:not(.button):not(.list-heading) span::after {
  /*border-color: #D01111;*/
}

.desktop-nav .menu .submenu li a.list-heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  text-transform: uppercase;
  margin: 40px 0 6px;
  padding: 0;
  /*cursor: default;*/
}

.desktop-nav .menu .submenu li a.list-heading.selected {
  color: #D01111;
}

.desktop-nav .menu .submenu li a.list-heading:before {
  display: none;
}

.desktop-nav .menu .submenu li:first-of-type a {
  margin-top: 0;
}

.desktop-nav .ad-container {
    position: relative;
    display: block;
    margin: -10px 0 0;
    width: 286px;
    float: right;
}

.desktop-nav .ad-container .button-container {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.desktop-nav .ad-container .button {
    display: inline-block;
    background: #12293B;
    text-transform: none;
    padding: 15px 30px;
    border-radius: 14px;
    margin: 0 0 35px;
    min-width: inherit;
}

.desktop-nav .ad-container .button:hover {
  color: #D01111;
  background: #fff;
}

@media screen and (min-width: 1280px) {

  .desktop-nav {
    display: block;
  }

}

/* /////////////////////////////////////////////////////////////////////
standard content
///////////////////////////////////////////////////////////////////// */

.standard-content-image img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}

.standard-content {
    padding: 23px 15px 10px;
}

  .standard-content.has-breadcrumbs {
    padding-top: 9px;
  }

.button-container {
    text-align: center;
    padding: 15px 0;
}

.button-container.mobile-centre {
  text-align: center;
}

.narrow-col {
  margin: 0 0 20px;
}

ul.colour-bullets,
ol.colour-bullets {
  color: #D01111;
}

ul.colour-bullets span,
ol.colour-bullets span {
  color: #12293B;
  margin-left: 8px;
  display: block;
}

@media screen and (min-width: 1024px) {

  .standard-content-image {
    margin: 0 auto 60px;
    max-width: 810px;
  }

  .standard-content {
    padding: 0 25px;
  }

    .standard-content.top {
      padding-top: 80px;
    }

  .narrow-col {
    margin: 0 auto 70px;
    max-width: 810px;
  }

  .button-container.mobile-centre {
    text-align: left;
  }

}

.breadcrumbs {
  float: left;
  width: calc(100% + 30px);
  margin: 0 0 7px -15px;
  padding: 10px 0 20px 15px;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

  .mobile-nav-on .breadcrumbs {
    overflow-x: hidden;
  }

.breadcrumbs ul {
  display: table;
  list-style: none;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #D01111;
}

.breadcrumbs li {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

  .breadcrumbs li:after {
    content: "|";
    margin: 0 5px 0 6px;
  }

  .breadcrumbs li:last-of-type:after {
    content: "";
  }

.breadcrumbs li.back {
  display: block;
    width: 23px;
    height: 23px;
    margin: 0 6px 0 0;
}

  .breadcrumbs li.back a {
    display: block;
    fill: #D01111;
    width: 23px;
    height: 23px;
    margin: 0;
    transition: fill 0.25s ease-in-out;
  }

    .breadcrumbs li.back a:hover {
      fill: #12293B;
    }

  .breadcrumbs li.back:after {
    display: none;
    content: "";
  }

.breadcrumbs a {
  cursor: pointer;
}

.breadcrumbs a:hover {
  color: #12293B;
}

@media screen and (min-width: 1024px) {

  .breadcrumbs {
    overflow: hidden;
  }

}

@media screen and (min-width: 1280px) {

  .breadcrumbs {
    margin: 40px auto 7px;
    float: none;
    max-width: 1240px;
    padding: 0;
  } 

}

/* stats */

.stat-container {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.stat {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 0 30px;
    vertical-align: top;
}

.stat-container .stat span.normal {
  display: block;
  margin: 0 0 35px;
}

.stat-container .stat span.large {
  display: block;
  margin: 0 0 35px;
  font-size: 48px;
  line-height: 1;
  color: #D01111;
  margin: 0 0 7px;
}

.stat br {
  display: none;
}

@media screen and (min-width: 1024px) {

  .stat-container {
    display: table;
    padding: 0;
    /*
    width: 100%;
    margin: 0 0 65px;
    */
    width: calc(100% + 40px);
    margin: -30px -20px 60px;
  }

  .stat {
    display: table-cell;
    vertical-align: middle;
    max-width: inherit;
    width: 33.333%;
    padding: 5px 25px;
    border-right: 4px solid #87949e;
  }

  .stat:last-of-type {
    border-color: transparent;
  }

  .stat-container .stat span.normal {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-align: left;
  }

  .stat-container .stat span.large {
    display: table-cell;
    vertical-align: middle;
    font-size: 58px;
    line-height: 1;
    margin: 0;
    text-align: right;
    padding-left: 17px;
    padding-right: 20px;
  }

  .stat br {
    display: block;
  }

}

/* cta box */

.cta-box {
    color: #fff;
    background: #12293B;
    text-align: center;
    border-radius: 10px;
    padding: 32px 20px;
    margin: 0 0 30px;
}

.cta-box h2 {
    color: #fff;
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 20px;
}

.cta-box p {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 30px;
}

.cta-box .button {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {

  .cta-box {
    text-align: left;
    margin: 0 0 80px;
    padding: 0;
    font-size: 0;
  }

  .cta-box .col {
    display: inline-block;
    vertical-align: middle;
  }

  .cta-box .col-1 {
    width: 50%;
    padding: 38px 50px 42px 35px;
  }

    .cta-box.type-2 .col-1 {
      width: 35%;
    }

      .cta-box.type-3 .col-1 {
          width: 75%;
          padding-right: 70px;
      }

  .cta-box .col-2 {
    width: 50%;
  }

    .cta-box.type-2 .col-2 {
      width: 65%;
    }

      .cta-box.type-3 .col-2 {
          width: 25%;
          text-align: right;
          padding-right: 60px;
      }

  .cta-box .col-2a {
    width: 50%;
  }

    .cta-box.type-2 .col-2a {
      width: 65%;
    }

  .cta-box .col-2b {
    width: 50%;
    text-align: right;
    padding-right: 25px;
  }

    .cta-box.type-2 .col-2b {
      width: 35%;
    }

  .cta-box h2 {
    font-size: 38px;
    line-height: 1.2;
    margin: 0;
  }

  .cta-box p {
    margin: 0;
  }

}

@media screen and (min-width: 1280px) {

  .cta-box h2 {
    font-size: 42px;
  }

  .cta-box .col-1 {
    padding-left: 50px;
  }

  .cta-box .col-2b {
    padding-right: 50px;
  }

}

/* spotlights and filters */

ul.filters {
  color: #D01111;
  margin: 0 0 40px;
  list-style: none;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

ul.filters li {
  display: inline-block;
}

ul.filters li:after {
  content: "|";
  padding: 0 2px 0 8px;
}

ul.filters li:last-of-type:after {
  display: none;
}

ul.filters a {
  transition: all 0.25s ease-in-out;
}

ul.filters a.selected,
ul.filters a:hover {
  color: #12293B;
}

ul.filters.secondary {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
}

ul.filters + ul {
  margin-top: -25px!important;
}

.filter-area .button-container {
    padding: 10px 0 0;
}

.spotlight-box {
  text-align: center;
}

  .spotlight-box.top-space {
    margin-top: 17px;
  }

.spotlight {
  display: inline-block;
  max-width: 500px;
  color: #fff;
  background: #12293B;
  border-radius: 11px 11px 10px 10px;
  margin: 0 0 30px;
}

.spotlight img {
  border-radius: 10px 10px 0 0;
  margin: 0 0 30px;
}

.spotlight .text-container {
  margin: 0 20px 2px;
}

.spotlight h3 {
  font-size: 25px;
  line-height: 29px;
  margin: 0 0 20px;
}

.spotlight h3 + h4 {
  margin-top: -20px;
}

.spotlight p {
  font-size: 15px;
  line-height: 25px;
}

.spotlight .icon-container {
    background: #e8ebeb;
    border-radius: 10px 10px 0 0;
    margin: 0 0 30px;
    position: relative;
}

.spotlight .icon-container img {
  margin: 0;
}

.spotlight .icon-container img.icon {
    position: absolute;
    max-width: 120px;
    left: calc(50% - 60px);
    margin: 0;
    top: calc(50% - 60px);
    width: 100%;
}

@media screen and (min-width: 768px) {

  .spotlight .icon-container img.icon {
      max-width: 150px;
      left: calc(50% - 75px);
      top: calc(50% - 75px);
  }

}

@media screen and (min-width: 1024px) {

  p + ul.filters {
    /*margin-top: -22px;*/
  }

  ul.filters li::after {
    padding: 0 4px 0 10px;
  }

  .filter-area .button-container {
    padding: 0;
    margin: -20px 0 45px;
  }

  .spotlight-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px 20px;
  }

  h2 + .spotlight-box {
    margin-top: 50px;
  }

    .spotlight-box.top-space {
        margin-top: 70px;
    }

  .spotlight {
    position: relative;
    width: calc(33.3333% - 50px);
    max-width: 380px;
    margin: 0 25px 50px;
    display: flex;
    flex-direction: column;
  }

  .spotlight .text-container {
    margin: 0 20px 18px;
  }

  .spotlight .text-container-2 {
    padding-bottom: 75px;
  }

  .spotlight h3 {
    font-size: 32px;
    line-height: 39px;
    margin: 0 0 32px;
  }

  .spotlight h3 + h4 {
    margin-top: -25px;
  }

  .spotlight p {
    font-size: 18px;
    line-height: 28px;
    margin-top: -15px;
  }

  .spotlight span.button-container {
    position: absolute;
    margin: 0;
    bottom: 48px;
    left: 0;
    right: 0;
  }

  .spotlight span.button-container .button {
    margin-bottom: 0;
  }

}

/* opening hours */

.opening-hours {
  text-align: center;
  padding: 30px 15px 0;
}

  .opening-hours.no-top-space {
    padding-top: 0;
  }

.opening-hours h2 {
    color: #D01111;
    font-size: 29px;
    line-height: 34px;
    margin: 0 auto 27px;
    max-width: 250px;
}

  .red .opening-hours h2,
  .blue .opening-hours h2 {
    color: #fff;
  }

.location {
  display: block;
  width: 100%;
  border-bottom: 4px solid rgba(18,41,59,0.3);
  margin: 0 0 30px;
}

  .blue .location {
    border-color: #03080b;
  }

.location:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.location .text-container {
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
}

.location h3 {
    color: #D01111;
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 18px;
}

  .red .location h3 {
    color: #12293B;
  }

.location h4 {
    font-size: 24px;
    margin: 0 0 17px;
}

.location address {
  font-style: normal;
}

.location .contact-options {
  padding: 32px 0 30px;
}

  .spotlight .contact-options {
      padding: 0 0 20px;
      margin: -10px 0 0;
  }

    .location-result .contact-options {
      padding: 18px 0;
      float: left;
      width: 100%;
    }

.location .contact-options a,
.spotlight .contact-options a {
    background-color: #D01111;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    height: 40px;
    font-size: 0;
    line-height: 0;
    border-radius: 100px;
}


  .location .contact-options a.email,
  .spotlight .contact-options a.email {
    /*font-size:16px;*/
  }


  .red .location .contact-options a {
    background-color: #12293B;
  }

.location .contact-options a.call,
.spotlight .contact-options a.call {
  background-image: url(../img/phone.png);
}

.location .contact-options a.email,
.spotlight .contact-options a.email {
  background-image: url(../img/email.png);
}

.location .button {
  background: #D01111;
}

.red .location .button {
  background-color: #12293B;
}

  .location .button:hover {
    color: #fff;
    background-color: #12293B;
  }

  .red .location .button:hover {
    color: #D01111;
    background-color: #fff;
  }

  .blue .location .button:hover {
    background-color: #fff;
    color: #D01111;
  }

.location .button {
  margin: 0 auto 30px;
}

    .location-result .contact-options a {
        color: #12293B;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px;
        float: left;
        width: 100%;
        height: 32px;
        padding: 4px 0 0 30px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
    }
  .location .contact-options a.email span::before,
  .spotlight .contact-options a.email span::before {
    top: 0px;
  }

    .location-result .contact-options a.call {
      background-image: url(../img/phone-red.png);
    }

    .location-result .contact-options a.email {
      background-image: url(../img/email-red.png);
    }

@media screen and (min-width: 768px) {

  .opening-hours h2 {
    max-width: inherit;
  }

  .location-container {
    display: flex;
    width: 100%;
  }

  .location {
    display: flex;
    flex: 1;
    padding: 0 15px;
    border-bottom: none;
    margin-bottom: 0;
  }

  .location .text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .location .button {
    margin: 0 auto 30px;
  }

}

.opening-hours.no-top-space,
.opening-hours.less-top-space {
  padding-top: 0;
}

@media screen and (min-width: 1024px) {

  .opening-hours {
    padding: 75px 0 80px;
  }

      .opening-hours.less-top-space {
        padding-top: 18px;
      }

  .opening-hours h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 40px;
  }

  .location {
    border-right: 4px solid rgba(18,41,59,1);
  }

    .wrapper.red .location {
      border-color: rgba(18,41,59,0.3);
    }

    .wrapper.blue .location {
      border-color: #03080b;
    }

  .location:last-of-type {
    border: none;
  }

  .location .text-container {
    max-width: 296px;
  }

  .location .contact-options {
    padding: 18px 0 35px;
  }

    .spotlight .contact-options {
      padding: 13px 0 40px;
    }

  .location .contact-options a,
  .spotlight .contact-options a,
  .location .contact-options a.call,
  .spotlight .contact-options a.call, 
  .location .contact-options a.email,
  .spotlight .contact-options a.email {
    position: relative;
    background-color: transparent !important;
    color: #12293B;
    font-size: 20px;
    width: inherit;
    height: inherit;
    display: inline-block;
    line-height: 24px;
    background-position: left center;
    border-radius: 0;
    font-weight: 500;
    padding: 0;
    margin: 0;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          width: 100%;
  }


    .location .contact-options a:hover {
      color: #D01111;
    }

  .wrapper.red .location .contact-options a,
  .wrapper.blue .location .contact-options a,
  .spotlight .contact-options a {
    color: #fff!important;
  }

    .wrapper.red .location .contact-options a:hover {
      color: #12293B!important;
    }

    .wrapper.blue .location .contact-options a:hover,
    .spotlight .contact-options a:hover {
      color: #D01111!important;
    }

  .location .contact-options a,
  .spotlight .contact-options a {
    background: none!important;
  }

  .location .contact-options a span,
  .spotlight .contact-options a span {
    position: relative;
    padding: 0 10px 0 32px;
  }

  .location .contact-options a span::before,
  .spotlight .contact-options a span::before {
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: 3px;
    left: 5px;
  }

    .location .contact-options a.call span::before,
    .spotlight .contact-options a.call span::before {
      background-image: url(../img/phone-red.png);
    }

    .location .contact-options a.email span::before,
    .spotlight .contact-options a.email span::before {
      background-image: url(../img/email-red.png);
    }

    .wrapper.red .location .contact-options a.call span::before,
    .wrapper.red .spotlight .contact-options a.call span::before {
      background-image: url(../img/phone-blue.png);
    }

    .wrapper.red .location .contact-options a.email span::before,
    .wrapper.red .spotlight .contact-options a.email span::before {
      background-image: url(../img/email-blue.png);
    }
    
  .location .button {
    margin: 0 auto;
  }

}

/* location result */

.location-result h1 {
  margin-bottom: 10px;
}

.location-result-info {
  margin: 0 0 15px;
}

.location-result address {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
}

.location-result form {
  display: none;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
}

.map-outer {
  position: relative;
  text-align: right;
  width: 100%;
  height: 400px;
}

.gmap-canvas {
  overflow: hidden;
  background: none!important;
  width: 100%;
  height: 400px;
}

@media screen and (min-width: 1024px) {

  .location-result h1 {
    margin-bottom: 6px;
  }

  .location-result p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .location-result address {
    font-size: 32px;
    line-height: 38px;
  }

  .location-result-info {
    float: right;
    width: 53%;
    padding: 0 0 0 35px;
  }

  .map-container {
    float: left;
    width: 47%;
    margin: 0 0 70px;
  }

  .location-result .text-container {
    min-height: 340px;
  }  

  .location-result .contact-options {
    padding: 28px 0;
  }

  .location-result .contact-options a {
    background-size: 26px;
    height: 35px;
    padding: 0 0 0 50px;
    font-size: 32px;
    line-height: 37px;
    margin: 0 0 4px;
  }

  .location-result .contact-options a span {
    border-bottom: 2px solid transparent;
    transition: border 0.25s ease-in-out;
  }

  .location-result .contact-options a:hover span {
    border-color: #D01111;
  }

  .location-result .button.mobile-directions {
    display: none;
  }

  .location-result form {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 25px;
  }

  .location-result form input[type="text"] {
    background: #e8ebeb;
    font-weight: 500;
    margin: 0;
    padding: 15px 200px 15px 25px;
    height: 60px;
    border-radius: 30px;
  }

  .location-result form .button {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    min-width: inherit;
    padding: 20px;
  }

}

@media screen and (min-width: 1280px) {

   .location-result-info {
      padding: 0 0 0 65px;
   }

}

/* reviews */

.review-section {
  text-align: center;
  padding: 30px 15px 0;
}

  .review-section.no-top-space {
    padding-top: 0;
  }

.review-section h2 {
    color: #D01111;
    font-size: 29px;
    line-height: 34px;
    margin: 0 auto 27px;
    max-width: 250px;
}

  .red .review-section h2,
  .blue .review-section h2 {
    color: #fff;
  }

.review {
  display: block;
  width: 100%;
  border-bottom: 4px solid rgba(18,41,59,0.3);
  margin: 0 0 30px;
  padding: 0 0 30px;
}

  .blue .review {
    border-color: rgba(255,255,255,0.3);
  }

.review:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.review .text-container {
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
}

.review .avatar img {
  border-radius: 100px;
  width: 68px;
  height: 68px;
  margin: 0 0 20px;
}

.review p {
  font-weight: 500;
  margin: 0;
}

.review p.reviewer {
  margin: 0 0 4px;
}

.review p span.time {
  color: #87949e;
}

.review p.rating {
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.22rem;
  margin: 0 0 14px;
}

.review p.rating .blue {
  color: #d8d8d8;
}

.review p.rating .red {
  color: #D01111;
}

@media screen and (min-width: 768px) {

  .review-section h2 {
    max-width: inherit;
  }

  .review-container {
    display: flex;
    width: 100%;
  }

  .review {
    padding: 0 15px;
    border-bottom: none;
    margin-bottom: 0;
  }

  .review .text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

}

@media screen and (min-width: 1024px) {

  .review-section {
    padding: 75px 0 80px;
  }

    .review-section.no-top-space {
      padding-top: 0;
    }

  .review-section h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 48px;
  }

  .review {
    display: flex;
    flex: 1;
    align-items: flex-start;
    border-right: 4px solid rgba(18,41,59,0.3);
  }

  .review:last-of-type {
    border: none;
  }

  .review .text-container {
    max-width: 350px;
  }

}



/* slider: image and text */

.slider-image-and-text-container {
  text-align: center;
  padding: 30px 0 0;
}

.slider-image-and-text-container h2 {
    color: #fff;
    font-size: 25px;
    line-height: 29px;
    margin: 0 auto 30px;
}

.slider-image-and-text .container {
  padding: 0 15px 35px;
}

/* custom dropdowns */

.custom-select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 24px;
}

  .custom-select label {
    display: none;
  }

  .custom-select select {
    display: none; /* hide original select element */
  }

.select-selected {
    margin: 0;
    padding: 16px;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    background: #fff;
    color: #12293B;
    font-weight: 500;
    border-radius: 100px;
}

  .custom-select.grey .select-selected {
    background: #e8ebeb;
  }

    .select-selected::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      background: #D01111 url(../img/select-chevron.png) center no-repeat;
      background-size: 16px;
      transition: all 0s ease-out;
      border-radius: 50px;
  }

      .custom-select.grey .select-selected::after {
        background-color: transparent;
        background-image: url(../img/select-chevron-red.png);
      }

    .select-selected.select-arrow-active::after {
        transform: rotate(180deg);
    }

  .select-items {
      position: absolute;
      color: #12293B;
      background-color: #f3f4f5;
      border-radius: 25px;
      bottom: 100%;
      left: 0;
      right: 0;
      z-index: 9;
      text-align: left;
      padding: 12px 10px;
  }

  .select-items div {
      color: #12293B;
      padding: 6px 10px;
      cursor: pointer;
      user-select: none;
      margin: 0;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      position: relative;
      border-radius: 20px;
      transition: background 0.1s ease;
  }

    .fancy-select-disabled {
      cursor: not-allowed;
      color: #aaaaaa;
    }

    .select-selected.fancy-select-disabled::after {
      cursor: not-allowed;
    }

  .select-items {
    top: 100%;
    bottom: auto;
  }

    .desktop-job-search-bar .select-items {
        top: auto;
        bottom: 100%;
    }

  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }

  .select-items div:hover,
  .same-as-selected {
    color: #fff;
    background-color: #D01111;
  }

  .select-items div.same-as-selected {
    
  }

/* slider controls */

.slider-image-and-text-container .slider-controls {
  position: relative;
  text-align: left;
  padding: 0 15px;
}

.slider-image-and-text-container .slider-controls .button {
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0;
    width: 100px;
    min-width: inherit;
    padding-right: 0;
    padding-left: 0;
}

.slider-image-and-text-container .slider-controls .custom-select {
  width: calc(100% - 110px);
  margin: 0;
}

@media screen and (min-width: 1024px) {

  .slider-image-and-text-container {
    float: left;
    width: 100%;
    padding: 88px 0 55px;
  }

  .slider-image-and-text-container h2 {
    float: left;
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 0 25px;
  }

  .slider-image-and-text-container .slider-controls {
    width: 430px;
    float: right;
    padding: 0 25px;
  }

  .slider-image-and-text-container .slider-controls .custom-select {
    width: calc(100% - 130px);
  }

  .slider-image-and-text-container .slider-controls .button {
    right: 25px;
  }

  .slider.slider-image-and-text {
    float: left;
    width: 100%;
  }

  .slider-image-and-text .container {
    padding: 0 25px 35px;
  }

}

/* logo slider */

.slider.slider-logos {
  position: relative;
  margin: 0 0 40px;
}

  .slider.slider-logos.top-space {
    margin: 40px 0;
  }

.slider.slider-logos:before,
.slider.slider-logos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 60px;
  background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
}

.slider.slider-logos:after {
  right: 0;
  left: auto;
  background: linear-gradient(270deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
}

.slider.slider-logos button {
  z-index: 2;
}

.slider.slider-logos .slick-prev {
  left: 20px;
}

.slider.slider-logos .slick-next {
  right: 20px;
}

.slider.slider-logos img {
  padding: 0 10px;
}



@media screen and (min-width: 1024px) {

  .slider.slider-logos {
      margin: 0 0 80px;
  }

    .slider.slider-logos.top-space {
      margin: 80px 0;
    }

  .slider.slider-logos img {
    padding: 0 20px;
  }

}

/* /////////////////////////////////////////////////////////////////////
hire product signposts
///////////////////////////////////////////////////////////////////// */

.wrapper.hire-product-signposts {
  margin: 0 0 17px;
}

.hire-product-signpost-container {
    padding: 22px 0 7px;
}

.hire-product-signpost-container h1 {
    margin: 0 0 15px;
}

.hire-product-signpost-container-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px;
}

a.hire-product-signpost {
    width: calc(50% - 8px);
    background: #fff;
    margin: 0 4px 8px;
    border-radius: 10px;
    position: relative;
    justify-content: end;
    display: flex;
    flex-direction: column;
}

a.hire-product-signpost .image-container {
    transform: translateY(0px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1);
}

a.hire-product-signpost:hover .image-container,
a.hire-product-signpost.on .image-container {
  transform: translateY(-10px);
}

a.hire-product-signpost .text-container {
    display: flex;
    align-items: center;
    min-height: 84px;
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    justify-content: center;
    background: transparent;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
    margin: -35px 0 0;
    padding: 0 10px;
    transition: color 0.25s ease-in-out;
}

a.hire-product-signpost:focus .text-container {
  color: #D01111;
}

a.hire-product-signpost:hover .text-container,
a.hire-product-signpost.on .text-container {
  color: #fff;
}

a.hire-product-signpost .text-container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #D01111;
  border-radius: 0 0 10px 10px;
  z-index: -1;
  transition: height 0.5s cubic-bezier(.77,0,.18,1);
}

a.hire-product-signpost:hover .text-container:before,
a.hire-product-signpost.on .text-container:before {
  height: 84px;
}

.super-tab-content {
  position: relative;
  outline: none;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out 0s;
  visibility: hidden;
}

.super-tab-content.on {
  transition: opacity 0.25s ease-in-out 0s;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.scroll-marker {
    outline: none;
    border: 1px solid transparent;
    position: absolute;
    top: -80px;
    width: 100%;
}

@media screen and (min-width: 1024px) {

  .wrapper.hire-product-signposts {
      margin: 0 0 70px;
  }

  .hire-product-signpost-container {
    padding: 50px 0 64px;
  }

  .hire-product-signpost-container h1 {
    margin: 0 0 40px;
  }

  a.hire-product-signpost {
    width: calc(25% - 20px);
    margin: 0 8px 16px;
  }

  a.hire-product-signpost .text-container {
    margin: -104px 0 0;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.02rem;
    min-height: 104px;
  }

  a.hire-product-signpost:hover .text-container::before,
  a.hire-product-signpost.on .text-container::before {
    height: 150px;
  }

  a.hire-product-signpost:hover .image-container,
  a.hire-product-signpost.on .image-container {
    transform: translateY(-50px);
  }

  .super-tab-pointer::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #D01111;
    width: 0;
    height: 0;
    left: calc(50% - 20px);
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }

  .super-tab-pointer.on::after {
      bottom: -20px;
      opacity: 1;
  }

}

.sub-category-links {
  margin: 0 0 40px;
}

.sub-category-links a {
  position: relative;
  color: #12293B;
  border-bottom: 3px solid #12293B;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  padding: 8px 25px 8px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  transition: color 0.25s ease-in-out;
}

  .sub-category-links.products a {
    padding: 8px 35px 9px 0;
  }

    .sub-category-links.products.search-results a {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .sub-category-links.products.search-results a span.title {
      margin: 0 0 5px;
    }

  .sub-category-links.products a span.title {
    display: block;
    font-size: 20px;
    margin: 0;
  }

  .sub-category-links.products a span.description {
    display: none;
    font-size: 13px;
    font-weight: 400;
  }

          .sub-category-links.products a span.description > * {
            margin-bottom: 0;
          }

  .sub-category-links.products.search-results a span.description {
    display: block;
  }

.sub-category-links a:hover {
  color: #D01111;
}

.sub-category-links a:first-of-type {
  border-top: 3px solid #12293B;
}

.sub-category-links a:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/slider-arrow-right.png) 0 0 no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  transition: transform 0.25s ease-in-out;
}

.sub-category-links a img {
  width: 60px;
  margin: 0 15px 0 0;
}

@media screen and (min-width: 1024px) {

  .sub-category-links {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 70px;
  }

  .sub-category-links a {
    display: inline-flex;
    padding: 20px 50px 20px 0;
    width: 48%;
    border-bottom: 4px solid #12293B;
    font-size: 32px;
    letter-spacing: -0.02rem;
  }

  .sub-category-links a img {
    margin: 0 48px 0 0;
  }

    .sub-category-links.products a {
      padding: 20px 60px 20px 0;
    }

    .sub-category-links.products a img {
        margin: 0 25px 0 0;
        width: 128px;
        padding: 0 10px;
    }

    .sub-category-links.products a span.title {
      display: block;
      font-size: 24px;
      margin: 0 0 8px;
    }

    .sub-category-links.products a span.description {
      display: block;
      font-size: 16px;
      line-height: 24px;
    }

  .sub-category-links a:after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    right: 10px;
  }

  .sub-category-links a:first-of-type,
  .sub-category-links a:nth-of-type(2) {
    border-top: 4px solid #12293B;
  }

  .sub-category-links a:hover:after {
    transform: translateX(10px); 
  }

  /* search results */

  .sub-category-links.products.search-results {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }

  .sub-category-links.products.search-results a {
    width: 100%;
    min-height: 152px;
  }

  .sub-category-links.products.search-results a:nth-of-type(2) {
    border-top: none;
  }


}

.sub-category-links.products.search-results span.highlight {
    font-weight: bold;
    background: #e8ebeb;
    border-radius: 3px;
    padding: 0 1px;
}


/* /////////////////////////////////////////////////////////////////////
/ hire product signposts
///////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////
product details
///////////////////////////////////////////////////////////////////// */

.product-details {
  padding: 3px 0;
}

p.subtitle {
  color: #D01111;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.02rem;
  margin: 0 0 4px;
}

.product-details h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 24px;
}

.product-details p.description-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 12px;
}

.product-details p.description {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 20px;
}

.product-details .slider-container {
  margin: 0 -15px 55px;
}

.product-details .slider img {
  visibility: hidden;
}

.product-details .slider.slick-initialized img {
  visibility: visible;
}

.price-container {
  margin: 0 0 35px;
}

.price-container .price {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 3px;
}

.price-container .price p {
  margin: 0;
}

.price-container .price p span {
  color: #D01111;
}

.product-details .button-container {
  padding: 0 0 50px;
}

.product-details .button-container .button {
  width: 100%;
  margin: 0 0 7px;
}

.product-details .button-container .button span {
  position: relative;
  margin-left: 18px;
}

.product-details .button-container .button span::before {
    position: absolute;
    left: -30px;
    content: "";
    display: block;
    width: 24px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 1px;
}

.product-details .button-container .button.basket span::before {
  background-image: url(../img/basket-blue.png);
}

.product-details .button-container .button.email span::before {
  background-image: url(../img/email-blue.png);
}

.product-details .button-container .button.call span::before {
  background-image: url(../img/phone-blue.png);
}

.product-details .button-container .button.basket:hover span::before,
.product-details .button-container .button.basket:focus span::before {
  background-image: url(../img/basket-red.png);
}

.product-details .button-container .button.email:hover span::before,
.product-details .button-container .button.email:focus span::before {
  background-image: url(../img/email-red.png);
}

.product-details .button-container .button.call:hover span::before,
.product-details .button-container .button.call:focus span::before {
  background-image: url(../img/phone-red.png);
}

  .product-details .button-container .button[disabled] span::before,
  .product-details .button-container .button.disabled span::before {
    background-image: none!important;
  }

.slider-product .slick-slide > div {
  margin: 0 15px 10px;
}

.slider-product img {
  margin: 0;
  border-radius: 10px;
}

.slider.slider-product-thumbnails {
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
}

.slider-product-thumbnails .slick-slide > div {
  margin: 0 4px;
}

.slider-product-thumbnails .slick-slide > div img {
  display: block!important;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {

  .price-container {
      margin: 0 0 25px;
      float: left;
      width: 100%;
  }

  .price-container .price {
    padding: 0 15px;
  }

  .price-container .price.inc-vat {
    float: left;
  }

  .price-container .price.exc-vat {
    float: right;
  }

  .product-details .button-container .button {
    width: 32%;
    display: inline-block;
  }

}

@media screen and (min-width: 1024px) {

  .product-details {
    position: relative;
    float: left;
    width: 100%;
    padding: 23px 0 50px;
  }

  .product-details .slider-container {
    margin: 0;
    float: left;
    width: 47%;
    padding: 0;
  }

  .slider-product .slick-slide > div {
    margin: 0 0 15px;
  }

  .slider.slider-product-thumbnails {
    margin: 0 -8px;
  }

  .slider-product-thumbnails .slick-slide > div {
    margin: 0 8px;
  }

  .product-info,
  .buy-options {
    position: relative;
    width: 53%;
    float: right;
    padding: 0 0 0 35px;
}

  .price-container .price.inc-vat,
  .price-container .price.exc-vat {
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
  }

  .product-details .button-container {
    text-align: left;
  }

  .product-details .button-container .button {
    width: 100%;
  }

}

@media screen and (min-width: 1280px) {

  .product-info,
  .buy-options {
    padding: 0 0 0 65px;
  }

  .product-info {
    min-height: 305px;
  }

  .product-details p.subtitle {
    margin: 2px 0 6px;
  }

  .product-details h1 {
    font-size: 48px;
    line-height: 53px;
    margin: 0 0 32px;
  }

  .product-details p.description-title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 12px;
  }

  .product-details p.description {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
    letter-spacing: -0.01rem;
  }

  .buy-options {
    margin: 0;
  }

  .buy-options .custom-select {
    margin: 0 0 17px;
  }

  .price-container {
    margin: 0 0 22px;
  }

  .price-container .price.inc-vat,
  .price-container .price.exc-vat {
    width: 50%;
  }

  .price-container .price.exc-vat {
    text-align: right;
  }

  .product-details .button-container {
    font-size: 0;
    margin: 0 -5px;
    padding: 0 0 40px;
  }

  .product-details .button-container .button {
    width: calc(33% - 10px);
    margin: 0 5px;
    min-width: 0;
  }


}

/* our prices */

.our-prices {
  text-align: center;
}

.our-prices h2 {
    color: #12293B;
    margin: 0 0 10px;
}

p.switch-note {
  font-weight: 500;
  margin: 0 0 18px;
}

.price-grid {
    border: 4px solid #D01111;
    margin: 6px 0 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-radius: 10px;
    text-align: left;
}

.price-grid .grid-item {
    border-bottom: 4px solid #D01111;
    padding: 24px 35px 26px;
}

.price-grid .grid-item:last-of-type {
  border: none;
}

.price-grid .grid-item p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}

.price-grid .grid-item p span {
  display: block;
  color: #D01111;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.02rem;
}

p.caveat {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}

.totals-panel .button.checkout {
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {

  .price-grid .grid-item p span {
    display: inline;
  }

}

@media screen and (min-width: 1024px) {

  .our-prices {
    text-align: left;
  }

  .our-prices h2 {
    position: relative;
    float: left;
    color: #D01111;
  }

  .our-prices h2 span {
    color: #12293B;
    font-size: 18px;
    top: -13px;
    letter-spacing: 0;
    position: absolute;
    font-weight: 300;
    right: -17px;
  }

  .our-prices .switch-container {
    float: right;
    margin: 12px 0 15px;
  }

  p.switch-note {
    margin: 6px 14px 6px 0;
    float: left;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02rem;
  } 

  .our-prices .switch-container .switch {
    float: right;
    margin: 0;
  }

  .price-grid {
    margin: 0 0 28px;
    overflow: hidden;
  }

  .price-grid .grid-item {
    border-bottom: none;
    padding: 16px 25px 26px;
    display: table-cell;
    border-right: 4px solid #D01111;
  }

  .price-grid .grid-item p span {
    display: block;
  }

  p.caveat {
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 20px;
  }

  .totals-panel .button.checkout {
    margin: 15px 0 0;
    min-width: 250px;
  }

}

form .switch-container {
  float: left;
  width: 100%;
}

form p.switch-note {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

form .switch {
  margin-bottom: 20px;
}


@media screen and (min-width: 1024px) {

  form .switch-container {
    text-align: left;
  }

  form .switch {
    float: left;
  }

  form p.switch-note {
    text-align: left;
  }

  form p.switch-note.h-split {
    width: 50%;
  }

}


/* product details accordion / tabs */

.responsive-accordion-tab-content h2 {
  font-size: 25px;
  line-height: 31px;
}

.responsive-accordion-tab-content p,
.responsive-accordion-tab-content ul,
.responsive-accordion-tab-content ol {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  /*letter-spacing: -0.02rem;*/
}

.totals-panel .fake-table {
  margin-bottom: 15px;
}

.fake-table p {
  font-size: 18px;
  line-height: 1.2;
  margin: 0!important;
  padding: 0 0 10px;
}

.fake-table p.heading {
  font-weight: 600;
  border-top: 3px solid #12293B;
  padding: 10px 0 0;
  margin: 0!important;
}

.fake-table p.red {
  color: #D01111;
}

.fake-table p strong {
  font-weight: 500;
}

.fake-table p.last {
  border-bottom: 3px solid #12293B;
}

.fake-table .form {
    position: relative;
    margin: 8px 0 6px;
    float: left;
    width: 100%;
}

.fake-table label {
  margin: 0;
}

.fake-table input[type="text"] {
    margin: 0;
    font-weight: 500;
    padding: 5px 78px 5px 12px;
    height: 35px;
}

.fake-table .button {
    min-width: 0;
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    height: 35px;
    padding: 0 12px;
}

.icon-area.top-border {
    margin: 20px 0;
    border-top: 4px solid;
    padding: 20px 0 0;
}

.icon-area .container {
  display: flex;
  align-items: center;
  margin: 4px 0;
}

.icon-area .icon {
    background: #87949E;
    width: 83px;
    height: 83px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    margin: 0 12px 0 0;
}

.icon-area .icon.required {
  background: #D01111;
}

.icon-area .icon.warning {
  background: transparent;
  border-radius: 0;
}

.icon-area .icon.warning svg path {
  fill: #fa9500;
}

.icon-area .icon.warning.red svg path {
  fill: #D01111!important;
}

.icon-area .icon.warning.amber svg path {
  fill: #fa9500!important;
}

.icon-area .icon.warning.green svg path {
  fill: #21A179!important;
}

.icon-area .container p {
  margin: 0;
  width: calc(100% - 100px);
}

.icon-area .large-12 .container {
  flex-direction: column;
}

.icon-area .large-12 .icon {
  margin: 0 0 20px;
}

.icon-area .large-12 .container p {
  width: 100%;
}

  @media screen and (max-width: 767px) {

    .totals-panel .fake-table p.heading {
      width: 100%!important;
    }

    .totals-panel .fake-table .switch {
        margin: 10px 0!important;
        display: block!important;
        float: none!important;
        width: max-content!important;
    }

    .totals-panel .fake-table .delivery_row {
        border-bottom: 3px solid #12293B;
        float: left;
        width: 100%;
        margin: -15px 0 15px;
        padding: 0 0 20px;
    }

    .totals-panel .fake-table .delivery_row p.heading {
      border: none!important;
    }

    .totals-panel .fake-table p.red {
      width: 100%!important;
    }

  }

/* video slider */

#video-slider {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
}

#video-slider.fade-up {
  opacity: 1;
}

#video-slider .video-launcher-slide {
  position: relative;
}

#video-slider .video-launcher-slide a {
  display: block;
  position: relative;
}

#video-slider .video-launcher-slide a:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  background: url(../img/play-button.png) center no-repeat;
  background-size: contain;
  z-index: 1;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

#video-slider img {
  
}

#video-slider button {
  z-index: 1;
}

@media screen and (min-width: 768px) {

    .fake-table {
        font-size: 0;
        border-bottom: 4px solid #12293B;
    }

    .fake-table p {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        border-top: 4px solid #12293B;
        text-align: right;
    }

    .fake-table p.heading {
        font-weight: 500;
        text-align: left;
        border-top: 4px solid #12293B;        
    }

      .fake-table p,
      .fake-table p.heading {
        padding: 13px 0 14px;
      }

    .fake-table p:last-of-type {
        border-bottom: none;
    }

    .fake-table .form-row {
      position: relative;
    }

    .fake-table .form {
        position: absolute;
        width: 320px;
        left: calc(50% - 160px);
        top: 2px;
    }

}

@media screen and (min-width: 1024px) {

    .responsive-accordion-tab-content {
      margin: 45px auto 75px;
      max-width: 880px;
    }

    .responsive-accordion-tab-content h2 {
        font-size: 40px;
        line-height: 54px;
        margin: 0 0 24px;
    }

    .responsive-accordion-tab-content p,
    .responsive-accordion-tab-content ul,
    .responsive-accordion-tab-content ol {
        font-size: 18px;
        line-height: 27px;
    }

    .fake-table p {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.05rem;
    }

    .responsive-accordion-tab-content .two-col-list {
        font-size: 0;
        margin: 0 -25px;
    }

    .responsive-accordion-tab-content .two-col-list li {
      display: inline-block;
      font-size: 16px;
      width: calc(50% - 50px);
      border-top: 4px solid #12293B;
      margin: 0 25px;
      line-height: 1.2;
    }

    .responsive-accordion-tab-content .two-col-list li:before {
      content: "• ";
    }

    .responsive-accordion-tab-content .two-col-list li:last-of-type,
    .responsive-accordion-tab-content .two-col-list li:nth-last-child(2) {
      border-bottom: 4px solid #12293B;
    }

    .responsive-accordion-tab-content .two-col-list li {
        display: inline-block;
        font-size: 22px;
        width: calc(50% - 50px);
        border-top: 4px solid #12293B;
        margin: 0px 25px;
        line-height: 1.2;
        letter-spacing: -0.05rem;
        padding: 14px 0;
        vertical-align: top;
    }

    .icon-area {
      margin: 50px 0;
    }

    .icon-area.top-border {
        margin: 40px 0 50px;
        padding: 30px 0 0;
    }

    .icon-area .container {
      margin: 10px 0 20px;
    }

    .icon-area .icon,
    .icon-area .large-12 .icon {
      margin: 0 25px 0 0;
    }

    .icon-area .container p {
        margin: 0;
        padding-right: 20px;
        width: calc(100% - 113px);
    }

    .icon-area .container p strong {
      font-weight: 500;
    }

    .icon-area .large-12 .container {
      flex-direction: row;
    }

    .totals-panel .fake-table-container {
        margin: 15px auto 10px;
        max-width: 880px;
    }

    .fake-table .form {
        top: 5px;
    }

    .totals-panel .fake-table {
        margin-bottom: 25px;
    }

}

@media screen and (min-width: 1280px) {

    #video-slider {
      overflow: visible;
      margin: 0 -10px;
      min-height: 494px;
    }

    #video-slider img {
        border-radius: 10px;
        margin: 0 10px;
        width: calc(100% - 20px);
    }

    #video-slider .slick-prev {
      left: -100px;
    }

    #video-slider .slick-next {
      right: -100px;
    }

    #video-slider .video-launcher-slide a::after {
      width: 120px;
      height: 120px;
      top: calc(50% - 60px);
      left: calc(50% - 60px);
    }

}

/* also recommended */

.sub-category-links h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 25px;
}

@media screen and (min-width: 1024px) {

  .sub-category-links h2 {
    text-align: left;
    margin: 0 0 35px;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ product details
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
baskets and checkout
///////////////////////////////////////////////////////////////////// */

.two-switch-grid {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

.two-switch-grid .switch-container {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

.file-upload-container {
    float: left;
    width: 100%;
    margin: 0px 0 20px;
}

#FileUpload {
  display: none;
}

.file-upload-container .button {
    margin: 0 10px 0 0;
    padding: 10px 10px;
    min-width: 1px;
    width: 175px;
    background: #12293B;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
}

.file-upload-container .button:hover {
  background: #D01111;
}

.file-upload-container .file-name {
    color: #87949e;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 185px);
    float: right;
    padding: 6px 0;
}

  .file-upload-container.large .button {
    padding: 15px 10px; 
  }

  .file-upload-container.large .file-name {
    padding: 11px 0;
  }



@media screen and (min-width: 1024px) {

  .two-switch-grid {
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  .narrow-col .two-switch-grid {
    width: calc(100% + 100px);
    margin-left: -50px;
  }

  .two-switch-grid .switch-container {
    width: auto;
    margin: 0;
    text-align: right;
    float: none;
    display: inline-block;
  }

  .two-switch-grid p.switch-note {
    text-align: right;
    float: none;
    display: inline-block;
    width: auto;
  }

  .two-switch-grid .switch-container:last-of-type p.switch-note {
    margin-left: 50px;
  }

  .two-switch-grid .switch {
    float: right;
    margin: 0;
  }

}

/* basket and totals */

.basket-area h3,
.totals-area h3,
.multi-field-form h3 {
  margin: 0 0 20px;
}

.basket-panel,
.totals-panel {
  position: relative;
  float: left;
  width: 100%;
    background: #e8ebeb;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 35px;
}

.basket-item {
    border-bottom: 4px solid #12293B;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 30px 0;
    position: relative;
}

  .basket-item:last-of-type {
    border: none;
    margin: 0;
    padding-bottom: 0;
  }

.basket-detail {
  float: left;
  width: 100%;
  margin: 0 0 35px;
}

  .basket-detail.product-quantity,
  .basket-detail.number-of-days {
    text-align: center;
  }

.basket-detail.image {
  width: 100px;
  margin: 0 20px 45px 0;
}

.basket-detail.product {
    width: calc(100% - 120px);
}

.basket-detail.dates {
  margin: 0;
}

.basket-item img {
  width: 100px;
  border-radius: 10px;
}

.basket-detail h4 {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.basket-detail p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}

.basket-detail p.price {
  color: #D01111;
  margin: 0;
}

.remove-button {
    position: absolute;
    top: -10px;
    right: 0;
    line-height: 1;
    font-size: 36px;
}

@media screen and (min-width: 768px) {

  .basket-panel,
  .totals-panel {
    padding: 35px;
  }

  .basket-item {
    padding: 0 0 30px;
    margin: 0 0 35px;
  }

  .basket-detail.image {
    margin: 0 20px 35px 0;
  }

  .basket-detail.product-quantity,
  .basket-detail.number-of-days {
     width: calc(50% - 10px);
  }

  .basket-detail.product-quantity {
    clear: both;
  }

  .basket-detail.number-of-days {
     float: right;
  }

  .basket-detail .date-container {
    float: left;
    width: calc(50% - 10px);
  }

  .basket-detail .date-container:last-of-type {
    float: right;
  }

}

@media screen and (min-width: 1024px) {

  .basket-panel,
  .totals-panel {
    margin: 0 0 70px;
  }

  .basket-item {
    padding: 0 0 23px;
    margin: 0 0 30px;
  }

  .basket-area h3,
  .totals-area h3,
  .multi-field-form h3 {
    margin: 0 0 40px;
  }

  .basket-detail {
    margin: 0 0 20px;
  }

  .basket-detail h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 24px;
    width: 160px;
  }

  .basket-detail p {
    font-size: 24px;
    line-height: 29px;
  }

  .basket-detail.image {
    margin: 0 45px 45px 0;
  }

  .basket-detail.product {
    width: calc(100% - 725px);
    max-width: 380px;
    padding-right: 25px;
  }

  .basket-detail.product-quantity {
    clear: none;
    width: 200px;
  }

  .quantity {
    margin: 26px 0 0;
  }

  .basket-detail.number-of-days {
    float: left;
    width: 200px;
  }

  .basket-detail.price-area {
    width: 180px;
  }

  .basket-detail.dates {
    margin: 0;
    float: right;
    width: calc(100% - 145px);
  }

  .basket-detail.dates h4 {
    float: left;
    margin: 20px 0;
    width: 178px;
  }

  .basket-detail .date-container {
    width: calc(40% - 20px);
  }

}

@media screen and (min-width: 1280px) {

  .basket-detail .date-container {
    width: calc(41% - 20px);
  }

  .remove-button {
      top: 50px;
      right: 0;
      font-size: 50px;
  }

}

/* styled number selectors */

.quantity {
    position: relative;
    height: 50px;
    width: 160px;
    margin: 0 auto;
}

    .buy-options .quantity {
      margin-bottom: 26px;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
    width: 50px;
    height: 50px;
    line-height: 1;
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    left: 55px;
    z-index: 1;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
    position: relative;
    height: 50px;
}

.quantity-button {
  position: absolute;
  cursor: pointer;
  width: 50px;
  text-align: center;
  color: #fff;
  background: #D01111;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 50px;
  border-radius: 50px;
  top: 0;
  padding: 10px 0 0;
  transition: background 0.25s ease-in-out;
}

.quantity-button:hover {
  background: #12293B;
}

.quantity-button.quantity-up {
  left: 110px;
}

@media screen and (min-width: 1024px) {
  
  .quantity {
      margin: 26px 0 0;
  }

    .buy-options .quantity {
      margin-top: 10px;
    }

}

/* styled calendar 

[type="date"], .fakedate {
    background: #fff url(../img/calendar.png) right 15px center no-repeat;
    background-size: 25px;
    padding-right: 50px;
    margin: 7px 0;
    cursor: pointer;
}

@media screen and (max-width: 639px) {
  [type="date"], .fakedate {
    font-size: 13px;
  }
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input.fakedate::-webkit-input-placeholder,
form.on-white input::-webkit-input-placeholder,
form.on-white textarea::-webkit-input-placeholder {
  color: #87949E;
  font-weight: 500;
  opacity: 1;
}

input.fakedate::-moz-placeholder,
form.on-white input::-moz-placeholder,
form.on-white textarea::-moz-placeholder {
  color: #87949E;
  font-weight: 500;
  opacity: 1;
}

input.fakedate:-ms-input-placeholder,
form.on-white input:-ms-input-placeholder,
form.on-white textarea:-ms-input-placeholder {
  color: #87949E;
  font-weight: 500;
  opacity: 1;
}

input.fakedate::placeholder,
form.on-white input::placeholder,
form.on-white textarea::placeholder {
  color: #87949E;
  font-weight: 500;
  opacity: 1;
}

*/

/* checkout */

form.on-white [type='text'],
form.on-white [type='password'],
form.on-white [type='date'],
form.on-white [type='datetime'],
form.on-white [type='datetime-local'],
form.on-white [type='month'],
form.on-white [type='week'],
form.on-white [type='email'],
form.on-white [type='number'],
form.on-white [type='search'],
form.on-white [type='tel'],
form.on-white [type='time'],
form.on-white [type='url'],
form.on-white [type='color'],
form.on-white textarea {
  font-weight: 500;
  background: #e8ebeb;
}

form.on-white h3 {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
  text-align: center;
}

input.error,
textarea.error {
    border: 1px solid #D01111;
    color: #D01111;
}

span.error {
  clear: both;
  float: left;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #D01111;
  margin: -10px 0 20px;
  font-weight: 500;
}

textarea.mbm + span.error {
  margin: -25px 0 40px;
}

.file-upload-container span.error {
    margin-top: 10px;
    float: left;
}

.added-field-area {
  float: left;
  width: 100%;
}

.added-field-area + .added-field-area {
  margin-top: 20px;
}

.added-field-area + a {
    font-weight: 500;
    text-align: right;
    width: 100%;
    float: right;
    display: block;
    margin: -5px 0 20px;
}

.added-field-area + a::after {
    content: "+";
    float: right;
    font-weight: 600;
    font-size: 23px;
    line-height: 1;
    padding: 2px 5px;
}

.disclaimer {
  float: left;
  width: 100%;
  margin: 15px 0 25px;
}

.disclaimer p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}

.declaration [type="checkbox"] {
  vertical-align: top;
  margin: 7px 0;
}

.declaration label {
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
  width: calc(100% - 30px);
  margin: 2px 0 15px 10px;
}

@media screen and (min-width: 1024px) {

  h1 + .multi-field-form {
    margin-top: 48px;
  }

  form .two-col {
    float: left;
    width: 100%;
  }

  form .two-col .col {
    float: left;
    width: calc(50% - 10px);
  }

  form .two-col .col:nth-of-type(2) {
    float: right;
  }

    form .two-col.u-split .col {
      width: calc(75% - 10px);
    }

    form .two-col.u-split .col:nth-of-type(2) {
      width: calc(25% - 10px);
    }

  form.on-white h3 {
    margin: 18px 0 26px;
  }

  .added-field-area + a {
      margin: 0 0 13px;
      font-size: 24px;
      line-height: 1.2;
  }

  .added-field-area + a::after {
      font-size: 30px;
      padding: 0 0 0 8px;
      margin: -2px 0 0;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ baskets and checkout
///////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////
type-2 accordions
///////////////////////////////////////////////////////////////////// */

[data-whatinput='mouse'] .accordion-title {
    outline: 0;
}

.standard-content .accordion.type-2 {
  margin: 40px 0 0;
  border-bottom: 4px solid #12293B;
}

.standard-content .accordion.type-2 .accordion-title {
  margin: 0;
  padding: 24px 64px 24px 0;
  color: #12293B;
  background: transparent;
  border-top: 4px solid #12293B;
  border-radius: 0;
  font-size: 21px;
  line-height: 1.2;
}

.standard-content .accordion.type-2 .is-active .accordion-title,
.standard-content .accordion.type-2 .is-active .accordion-title:hover,
.standard-content .accordion.type-2 .is-active .accordion-title:focus {
    color: #12293B;
    background: transparent;
    border-radius: 0;
}

.standard-content .accordion.type-2 .accordion-title span.details {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0 2px;
}

.standard-content .accordion.type-2 .accordion-content {
    background: transparent;
    margin-top: 0;
    padding: 0;
}

.standard-content .accordion.type-2  .button {
  margin: 12px 0 45px;
}

.standard-content .accordion.type-2 .accordion-title::before {
  position: absolute;
  right: 0;
  top: 24px;
  text-align: center;
  color: #fff;
  background: #D01111;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 10px 0 0;
  transition: background 0.25s ease-in-out;
}

  .standard-content .accordion.type-2 .accordion-title:hover:before {
    background: #12293B;
  }

.standard-content .accordion.type-2 .is-active .accordion-title::before {
    content: "-";
}

.standard-content .accordion p {
  margin: 0 0 28px;
}

.standard-content .accordion.type-2 h2,
.standard-content .accordion.type-2 .h2,
.standard-content .accordion.type-2 h3,
.standard-content .accordion.type-2 .h3,
.standard-content .accordion.type-2 h4,
.standard-content .accordion.type-2 .h4 {
  text-transform: uppercase;
  color: #12293B;
  line-height: 1.2;
}

.standard-content .accordion.type-2 h2,
.standard-content .accordion.type-2 .h2 {
  font-size: 21px;
}

.standard-content .accordion.type-2 h3,
.standard-content .accordion.type-2 .h3 {
  font-size: 18px;
}

.standard-content .accordion.type-2 h4,
.standard-content .accordion.type-2 .h4 {
  font-size: 16px;
}

.standard-content .accordion.type-2 ul {
  margin-bottom: 40px;
}


@media screen and (min-width: 1024px) {

  .standard-content .accordion.type-2 {
    margin: 40px 0 80px;
  }

  .standard-content .accordion.type-2 .accordion-title {
    padding: 44px 74px 44px 0;
    font-size: 24px;
  }

  .standard-content .accordion.type-2 .accordion-title span.details {
    font-size: 18px;
    padding: 10px 0 2px;
  }

  .standard-content .accordion.type-2 .accordion-content {
    margin-top: -18px;
  }

  .standard-content .accordion.type-2 .accordion-title::before {
    top: 49px;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ type-2 accordions 
///////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////
blog button cluster
///////////////////////////////////////////////////////////////////// */

.button.has-icon {
  padding-left: 40px;
}

.button.has-icon span {
  position: relative;
}

.button.has-icon span::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    left: -29px;
    top: -2px;
}

.button.has-icon.twitter span:before {
  background-image: url(../img/icon-twitter.png);
}

.button.has-icon.facebook span:before {
  background-image: url(../img/icon-facebook.png);
}

.button.has-icon.linkedin span:before {
  background-image: url(../img/icon-linkedin.png);
}

  .button.has-icon.twitter:not(.white-over):hover span:before {
    background-image: url(../img/icon-twitter-white.png);
  }

  .button.has-icon.facebook:not(.white-over):hover span:before {
    background-image: url(../img/icon-facebook-white.png);
  }

  .button.has-icon.linkedin:not(.white-over):hover span:before {
    background-image: url(../img/icon-linkedin-white.png);
  }

.button-container.button-cluster {
  text-align: left;
}

.button-cluster .button {
    display: block;
    margin: 0 0 20px;
    min-width: 150px;
}

.button-cluster .back {
    position: relative;
    list-style: none;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    margin: 44px 0 0;
    padding: 0 0 0 28px;
    display: table;
}

.button-cluster .back svg {
    fill: #D01111;
    transition: fill 0.25s ease-in-out;
    position: absolute;
    left: 0;
    top: -3px;
}

.button-cluster .back:hover svg {
  fill: #12293B;
}

@media screen and (min-width: 768px) {

  .button-container.button-cluster {
    position: relative;
  }

  .button-cluster .button {
    display: inline-block;
    margin-right: 0px;
    margin-right: 15px;
  }

  .button-cluster .back {
    position: absolute;
    top: 30px;
    right: 60px;
    margin: 0;
  }

}

/* /////////////////////////////////////////////////////////////////////
blog button cluster
///////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////
Slick slider styles
///////////////////////////////////////////////////////////////////// */

.slider {
  /*transition: all 0.3s ease-in-out 0s;
  opacity: 0;*/
}

.slider.slick-initialized {
  /*opacity: 1;*/
  visibility: visible!important;
}

.slider {
  width: auto;
  margin: 0;
}

  .slider.slider-image-and-text {
    margin: 30px 0 33px;
  }

/* slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

  .slick-range-left .slick-track {
    margin-left: 0;
    margin-right: 0;
  }

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* from slick-theme.css */

.slider * {
  outline: none!important;
}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 16px);
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 32px;
  height: 32px;
}

.slick-prev {
    left: 0;
    background-image: url(../img/slider-arrow-left.png);
}


.slick-next {
    right: 0;
    background-image: url(../img/slider-arrow-right.png);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-position: center -100px;  
}

.wrapper.blue .slick-prev:hover,
.wrapper.blue .slick-prev:focus,
.wrapper.blue .slick-next:hover,
.wrapper.blue .slick-next:focus {
  background-position: center -200px;  
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    content: '';
    border: 1px solid #000;
    background: #fff;
    border-radius: 20px;
    transition: all 0.2s ease-out;
}

.slick-dots li.slick-active button:before {
    background: #000;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    border: 5px solid #000;
}

/* extra Slick styles */

.slider.slider-image-and-text .slick-slide img {
  border-radius: 10px;
}

.slider.slider-image-and-text p.caption {
    background: #12293B;
    border-radius: 10px;
    margin: -25px auto 8px;
    position: relative;
    display: table;
    padding: 19px 30px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}

.slider.slider-image-and-text p.caption span {
  padding-left: 4px;
  padding-right: 4px;
}

.slider.slider-image-and-text p.title {
  font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
}

.slider.slider-image-and-text p.excerpt {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}

.slider.slider-image-and-text .slick-prev,
.slider.slider-image-and-text .slick-next {
  top: auto;
  bottom: 0;
  z-index: 1;
}

.slider.slider-image-and-text .slick-prev {
  left: auto;
  right: calc(50% + 20px);
}

.slider.slider-image-and-text .slick-next {
  left: calc(50% + 20px);
  right: auto;
}

@media screen and (min-width: 1024px) {

  .slider.slider-image-and-text .slick-list {
    border-radius: 10px;
  }

  .slider.slider-image-and-text {
    margin: 65px 0 0;
  }

  .slider.slider-image-and-text p.title {
    font-size: 31px;
    line-height: 38px;   
  }

  .slider.slider-image-and-text p.excerpt {
    margin: 0 0 40px;
 }

}

@media screen and (min-width: 1330px) {

 .slider.slider-image-and-text .slick-prev,
 .slider.slider-image-and-text .slick-next {
  top: 100px;
  bottom: auto;
 }

 .slider.slider-image-and-text .slick-prev {
    left: -15px;
    right: auto;
  }

  .slider.slider-image-and-text .slick-next {
    left: auto;
    right: -15px;
  }

}

@media screen and (min-width: 1440px) {

 .slider.slider-image-and-text .slick-prev {
    left: -45px;
  }

  .slider.slider-image-and-text .slick-next {
    right: -45px;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ Slick slider styles
///////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////
blog and social
///////////////////////////////////////////////////////////////////// */

.variable-height-grid {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.variable-height-grid .container {
  display: block;
  padding: 0 0 20px;
}

.variable-height-grid .container img {
    border-radius: 10px;
}

.variable-height-grid .container p {
  color: #12293B;
}

.variable-height-grid .container p.caption {
    background: #fff;
    color: #12293B;
    border-radius: 10px;
    margin: -25px auto 8px;
    position: relative;
    display: table;
    padding: 19px 30px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}

.variable-height-grid .container p.caption span {
    padding-left: 4px;
    padding-right: 4px;
}

.variable-height-grid .container p.title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
}

.variable-height-grid .container p.excerpt {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}

.variable-height-grid .container .button {
  margin-bottom: 15px;
}

.variable-height-grid .container .no-image {
    display: block;
    background: #12293B;
    width: 100%;
    height: 50px;
    border-radius: 10px;
}

.variable-height-grid .container:hover .button {
  background: #12293B;
}

@media screen and (min-width: 768px) {

  .variable-height-grid {
    margin: 0 -15px;
  }

  .variable-height-grid .col {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    padding: 0 15px;
  }

  .variable-height-grid .container {
    padding: 0 0 35px;
  }

}


@media screen and (min-width: 1024px) {

  .variable-height-grid {
    margin: 0 -25px 20px;
  }

  .variable-height-grid .col {
    padding: 0 25px;
  } 

  .variable-height-grid .container p.title {
    font-size: 31px;
    line-height: 38px;
  }

  .variable-height-grid .container .button {
    margin-top: 20px;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ blog and social
///////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////
footer
///////////////////////////////////////////////////////////////////// */

footer {
  text-align: center;
  color: #fff;
}


footer ul {
  margin: 0 0 20px;
  list-style: none;
  font-weight: 400;
}

footer a,
footer a:hover {
  color: #fff;
}

footer a span {
  position: relative;
}

footer a span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    left: 0;
    transition: border 0.2s ease-out;
}

footer a:hover span::after {
  border-color: #fff;
}

footer .mobile-icon-links ul {
  margin: 0 0 20px;
}

footer .wrapper.blue {
  padding: 32px 32px 40px;
}

footer .wrapper.blue p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

@media screen and (min-width: 1024px) {

  footer .links {
    display: table;
    margin: 0 auto;
  }

  footer ul {
    margin: 12px 18px 10px;
    font-size: 16px;
  }

  footer li {
    float: left;
  }

  footer li:after {
    content: "|";
    padding: 0 12px;
  }

  footer li:last-of-type:after {
    display: none;
  }

  footer .mobile-icon-links {
    margin: 50px 0 0;
    padding: 0;
  }

  footer .mobile-icon-links li:after {
    display: none;
  }

}

@media screen and (min-width: 1280px) {

  footer .links {
    
  }

  footer ul {
    float: left;
  }

  footer .mobile-icon-links {
    float: left;
    padding: 0 30px 0 0;
    margin: 0;
  }

}

/* from temp */

@media screen and (min-width: 768px) {

  .price-container .price.exc-vat {
    text-align: left!important;
  }

  .price-container .price.inc-vat {
    text-align: right!important;
  }

}

@media screen and (min-width: 1024px) {

  .price-container .price.exc-vat,
  .price-container .price.inc-vat {
    text-align: left!important;
  }

}

@media screen and (min-width: 1280px) {

  .price-container .price.exc-vat {
    text-align: left!important;
  }

  .price-container .price.inc-vat {
    text-align: right!important;
  }

}

@media screen and (max-width: 767px) {*{outline:0!important;}}

/* /////////////////////////////////////////////////////////////////////
/ footer
///////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////
frm forms
///////////////////////////////////////////////////////////////////// */

.frm_forms {
  margin-bottom: 50px;
}

.frm_forms div.frm_primary_label {
    font-weight: 500;
    line-height: 1.3;
    margin: 1rem 0;
}

.frm_forms div.frm_primary_label .frm_required {
  color: #D01111;
}

.frm_forms .vertical_radio {
  margin-bottom: 10px;
}

.frm_forms h4 {
  margin: 1rem 0 0;
}

.frm_forms h4 + h4,
.frm_forms h4 p {
  display: none;
}

.frm_forms .frm_opt_container label {
    font-size: 14px !important;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0 0 0 27px;
}

.frm_forms label > [type='checkbox'],
.frm_forms label > [type='radio'] {
  transform: translateY(0.1rem);
  margin: 0 10px 0 -27px;
}

.frm_forms .frm_opt_container + span.error {
  margin-top: 0;
}

.frm_forms .frm_submit {
  margin: 1rem 0;
}

.frm_message,
.frm_error_style {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.frm_message p {
  margin: 0;
}

.frm_error_style {
  color: #D01111;
}

/* /////////////////////////////////////////////////////////////////////
/ frm forms
///////////////////////////////////////////////////////////////////// */

/* ie11 */

  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {

    img {
      flex-shrink: 0;
    }

    .sub-category-links img {
      max-width: 100%;
      flex-shrink: 0;
    }

    .sub-category-links a:after {
      top: calc(50% - 20px);
    }

    .tabs-title > a {
      margin-bottom: -1px;
    }

    .spotlight .icon-container {
      height: 207px;
    }

  }  

  /* ie11 */

    .dropdown.menu {
      visibility: hidden;
    }

    .dropdown.menu[role=menubar] {
      visibility: visible;
    }


