/*
Theme Name: SC-Sandbox 3.2
Theme URI: http://www.strafecreative.co.uk
Description: Designed by Strafe Creative
Author: Strafe Creative
Version: 3.2
*/


/* #Global Styles
================================================== */

/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width:100%;
  height:100%;
}

body {
  background: #f3f3f3;
  font-size: 1.7em;
  line-height: 2.2em;
  font-weight: 100;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666666;
  margin:0;
  padding:0;
  height: 100%;
}



/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-family: 'texgyreadventorregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 2;
  }
h1 { font-size: 4.0rem; line-height: 1.2; }
h2 { font-size: 3.6rem; line-height: 1.25;}
h3 { font-size: 3.0rem; line-height: 1.3; }
h4 { font-size: 2.4rem; line-height: 1.35;}
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.5rem; line-height: 1.6; }

h1.large {
    font-size: 5.0rem;
}

h2.small {
    color: #000;
    font-family: 'texgyreadventorbold';
    font-size: 2.5rem;
    margin-bottom: 10px;
}

h2.center {
    text-align: center;
}

.heading-shadow {
    position: absolute;
    top: 40px;
    color: rgba(28, 28, 28, .78);
    font-family: 'texgyreadventorbold';
    font-size: 125px;
    z-index: 1;
    pointer-events: none;
}

.heading-shadow.grey {
     color: rgba(209, 226, 245, 0.35);
}

.heading-shadow.white {
     color: rgba(255, 255, 255, 0.60);
}

.heading-shadow.orange {
     color: rgba(217,76,29, 0.78);
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
  font-family: 'texgyreadventorbold';
  letter-spacing: 0.05em;
}

p {margin-top: 0;}
strong{font-weight: bold;}
.article__entry p{
  margin-bottom:20px;
}
@font-face {
  font-family: 'texgyreadventorbold';
  src: url('font/texgyreadventor-bold-webfont.eot');
  src: url('font/texgyreadventor-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
       url('font/texgyreadventor-bold-webfont.woff') format('woff'),
       url('font/texgyreadventor-bold-webfont.ttf') format('truetype'),
       url('font/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('font/texgyreadventor-regular-webfont.eot');
    src: url('font/texgyreadventor-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('font/texgyreadventor-regular-webfont.woff') format('woff'),
         url('font/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('font/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
  text-decoration: none;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
a:hover {
  color: #0FA0CE; }

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  height: auto;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input{
  border-radius: 0;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: 'texgyreadventorregular';
  display: inline-block;
  height: 60px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #f0521f;
  border:none;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

button.outline{
  background-color: transparent;
  border:2px solid #fff;
}

button.outline:hover{
  border:2px solid #222;
}

.home-header button.outline{
  margin-top: 20px;
}

.home-header button.outline:hover{
  border:2px solid #f0521f;
  color:#f0521f;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 60px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border-bottom: 2px solid #d3d3d3;
  border-top:none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  font-size: 19px;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #f0521f;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none;
}
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }

/* Tables
================================================== */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
================================================== */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Misc
================================================== */

 hr{
  margin:10px 0;
  width:30px;
  border-width: 0;
  border-bottom:1px solid #f0521f;
  text-align: left;
}

hr.extended {
    width: 60px;
    border-bottom: 2px solid #f0521f;
}

hr.center {
    margin: 0 auto;
}

.bg-white{
  background-color: #fff;
}

.bg-grey {
    background-color: #eef4fb;
}

.lSSlideOuter,
.lSSlideWrapper,
.lightSlider {
    overflow: visible;
}

/* Clearing
================================================== */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* #Header
================================================== */
header{
  position: relative;
  z-index: 10;
  background-color:#fff;
  padding:20px 30px 7px 30px;
}

@media (max-width: 1169px) {
  header {
    padding:20px 30px 20px 30px;
  }
}

header.home-page{
  background-color:transparent;
}

.lh{
}

.lh__logo{
  float: left;
}

.lh__logo img{
  display: block;
}

.lh__nav{
  float:left;
  padding:10px 0 10px 20px;
}

.rh{
  text-align: right;
}

.rh__nav{
  display: inline-block;
  padding:10px 20px 10px 0;
}

.rh__button-set{
  float:right;
  position: relative;
}

button.live-chat, input[type="submit"].search, .get-quote, .get-quote-home, .toggle-search{
  float: right;
  box-sizing:border-box;
  height: 60px;
  width:60px;
}

button.get-quote, button.get-quote-home{
  width:auto;
}

button.live-chat{
  background: url(images/bg__icon--live-chat.png) no-repeat center center #f6805a;
}

input[type="submit"].search, .toggle-search{
  background: url(images/bg__icon--search.png) no-repeat center center #F6805A;
}

.toggle-search{
  cursor: pointer;
}

input[type="submit"].search{
}

.header-search{
  float:right;
}
.header-search input[type="text"]{
  background: #ddd;
  float:left;
  display: none;
}

/* #Footer
================================================== */
footer{
  font-family: 'texgyreadventorregular', sans-serif;
	background:#313133;
	padding:50px 0 0 0;
	color:#fff;
    width:100%;
}

.footer__heading{
  border-bottom: 1px solid #606064;
  margin-bottom: 40px;
}

.footer__statement h4{
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;
}

.footer__payment-icons{
  float:right;
  margin:0 0 0 30px;
}

ul.footer__social-media{
  float:right;
  margin:0;
}

ul.footer__social-media li{
  float:left;
  padding:10px;
}

ul.footer__social-media li a svg{
    width: 24px;
    display: block;
}

.row.menu-columns{
  padding-bottom:60px;
}

ul.footer-menu{
  padding:0 20px;
  margin:0;
}

ul.footer-menu li{
  line-height: 1.4em;
  margin-bottom: 20px;
  width:50%;
  float: left;
  display: inline;
}

ul.footer-menu li.footer-menu__title{
  width:100%;
  border-bottom: 1px solid #f0521f;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  padding:0 0 10px 20px;
  margin-bottom:10px;
  background: url(images/icon__chevron--right.png) no-repeat left 10px;
}

ul.footer-menu.headless{

  margin: 0;
  padding-top:48px;
}

ul.footer-menu.headless li{
  width:100%;
}

ul.footer-menu li a{
  color:#a3a3a9;
  text-decoration: none;
}

ul.footer-menu li a:hover{
  color:#fff;
}

.footer__copy{
  background-color: #43434A;
  padding:30px 0;
  font-size: 0.8em;
  letter-spacing: 0.05em;
}

.footer__copy span{
  color:#f0521f;
}

.designed-by{
  color:#a3a3a9;
  line-height: 1.8em;
  margin-top: 20px;
}

.footer__copy a{
  color:#fff;
  text-decoration: none;
}

.footer__copy a:hover{
  color:#f0521f;
}

/* #Headings
================================================== */
.intro-header{
  text-align: center;
  margin-bottom: 100px;
}

.intro-header__cta{
  margin-top: 30px;
}

/* #Template - archive.php
================================================== */
.row.archives{
  padding:80px 0;
}

.archive-entry{
  margin-bottom: 60px;
  padding:0 30px;
}

.archive-entry__mast-img {
    overflow: hidden;
}


.archive-entry__mast-img img {
    transition: all 0.2s ease;
}

.archive-entry:hover .archive-entry__mast-img img{
    transform: scale(1.03);
}

.archive-entry__title{
  font-family: 'texgyreadventorregular', sans-serif;
}

.archive-entry__title a{
  color:#555;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.archive-entry__excerpt{
  font-size: 0.9em;
  line-height: 1.8em;
  color:#7a7a7a;
}
/* #Template - page.php
================================================== */
.page-header{
  /*max-width:2000px;*/
  display: table;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-color: #EEE;
  min-height: 520px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page-header video {
    position: absolute;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.header-wrap{
    display: table-cell;
    vertical-align: middle;
    background: rgba(0,0,0,0.6);
    position: relative;
}

.page-header .col{
  position: relative;
  height:520px;
}

.page-header__title{
  position:absolute;
  bottom:60px;
  width: 100%;
}

.page-header__upper-title h5{
  color:#fff;
  border-bottom:1px solid #fff;
  padding:0 0 10px 0;
  margin:0 0 5px 0;
}

.page-header__lower-title h2{
  color:#fff;
  padding:0 20px 0 0;
  margin:0;
}

.breadcrumbs{
  font-family: 'texgyreadventorregular', sans-serif;
  background: #313131;
  padding:20px 30px;
  color:#f0521f;
  font-size: 0.75em;
  letter-spacing: 0.5em;
  position: relative;
  z-index: 9;
}

.breadcrumbs a, .breadcrumbs span{
  letter-spacing: 0em;
  color:#fff;
  font-size: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.side-navigation {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 400px;
}

.side-navigation.services .menu-item-has-children:first-child {
    display: none;
}

.side-navigation.services .menu-item-has-children:first-child::after {
    filter: brightness(0%);
}

.side-navigation.services .menu-item-has-children:first-child > a {
    color: #000;
}

.side-navigation.sectors .menu-item-has-children:last-child {
    background-color: #fff;
}

.side-navigation.sectors .menu-item-has-children:last-child::after {
    filter: brightness(0%);
}

.side-navigation.sectors .menu-item-has-children:last-child > a {
    color: #000;
}

.side-navigation .sub-menu {
    position: absolute;
    width: 400px;
    margin: 0;
    top: 77px;
    background-color: white;
    margin: 0;
    display: none;
    padding: 25px 0;
}

.side-navigation .sub-menu a {
    color: #000;
    display: block;
    padding: 5px 10px 5px 43px;
    position: relative;
    line-height: 1;
    font-size: 14px;
}

.side-navigation .sub-menu .current-menu-item a::before {
    content: '';
    left: 23px;
    top: 55%;
    width: 7px;
    height: 7px;
    background-color: #F0521F;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
}

.side-navigation .sub-menu a:hover {
    color: #ff882a;
}

.side-navigation .menu-main-menu-left-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
}

.side-navigation .menu {
    height: 100%;
    width: 100%;
}

.side-navigation .menu-item-has-children {
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    margin-bottom: 0;
    background-color: #606064;
    transition: ease-in-out .3s;
    cursor: pointer;
}

.side-navigation .menu-item-has-children::after {
    content: '';
    width: 10px;
    position: absolute;
    top: 52%;
    left: 66%;
    transform: translate(-66%, -52%);
    height: 10px;
    background-image: url('images/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: ease-in-out .3s;
}


.side-navigation .menu-item-has-children:hover {
    background-color: #fff;
}

.side-navigation .menu-item-has-children:hover::after {
    filter: brightness(0%);
}

.side-navigation .menu-item-has-children:hover > a {
    color: #000;
}

.side-navigation .menu-item-has-children > a {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-46%, -50%);
    font-size: 14px;
}

.side-navigation .menu-item-has-children:nth-child(1) {
    right: 200px;
}

.side-navigation .menu-item-has-children:nth-child(2) {
    right: 0;
}

.side-navigation .menu-item-has-children:nth-child(2) .sub-menu {
    right: 0;
}

.service {
    background-color: #fff;
    overflow-x: hidden;
}

.service .container {
    width: 90%;
}

article{
}

.article__entry{
  padding:60px 60px 60px 30px;
}

.service-section {
    margin: 60px 0;
    position: relative;
    padding-bottom: 140px;
}

.service-section.bg-grey {
    width: 98%;
}

.service-section-description {
    max-width: 568px;
    margin-top: 30px;
    width: 45%;
    display: inline-block;
}

.service-section-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
}

.service-section-image.flipped {
    position: absolute;
    left: 0;
    top:  -50px;
    right: initial;
    height: 710px;
    width: 45%;
}

.service-section-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-wrap: wrap;
    float: right;
    max-width: 600px;
    align-self: center;
    margin-top: 20px;
    position: absolute;
    top: 112px;
    right: 0;
}

.service-section-logos img {
    width: 36%;
    margin: 20px;
}

.service-section-description p {
    line-height: 1.4;
}

.service-section-heading {
    padding-top: 150px;
}

.service-slider .heading-shadow {
    left: 44%;
}

.service-slider-text {
    float: left;
    left: 50%;
    width: 35%;
    position: relative;
    margin-bottom: 40px;
    max-width: 720px;
}

.service-slider-text .service-section-description {
    width: 100%;
}

.service-slider-static {
    float: right;
    width: 50%;
    z-index: 99;
    position: relative;
}

.service-slider-position {
    font-style: italic;
    margin-top: 5px;
    font-family: 'texgyreadventorregular';
}

.service-slider-controls-container {
    position: absolute;
    width: 48%;
    left: 50%;
    height: 120px;
    max-width: 800px;
}

.service-slider-controls {
    position: absolute;
    top: -140px;
    right: 0;
    width: 160px;
    height: 160px;
    z-index: 99;
}

.service-slider-control {
    padding: 40px;
    background-color: #fff;
    background-image: url('images/arrow.svg');
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    position: absolute;
    filter: grayscale(100%);
    transition: ease-in-out .4s;
    cursor: pointer;
}

.service-slider-control.disabled {
    pointer-events: none;
    opacity: .6;
}

.service-slider-control:hover {
    filter: grayscale(0%);
}

#slide-next {
    right: 0;
    top: 0;
}

#slide-prev {
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
}

.service-client-reviews {
    margin-top: 160px;
}

.service-client-reviews hr {
    margin-bottom: 40px;
}

#carousel-inline-widget-810 {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 12px 18px -12px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 12px 18px -12px rgba(0,0,0,0.22);
    box-shadow: 0px 12px 18px -12px rgba(0,0,0,0.22);
}

.service-section-list-column {
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
}

.service-section-list-column li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

/* .service-section-list-column li:last-of-type {
    margin-bottom: 80px;
} */

.service-section-list-column hr {
    margin-bottom: 40px;
    position: relative;
}

/* .service-section-list-column a {
    position: absolute;
    bottom: 8px;
} */

.service-section-list-column:nth-child(2) ul {
    columns: 2;
}

.service-section-list-column li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('images/tick.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.service-overview {
    background-color: #F0521F;
    padding-bottom: 100px;
    margin-bottom: 0;
}

.service-overview h2{
    color: #fff;
    font-family: 'texgyreadventorbold';
}

.service-overview .service-section-description {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    display: block;
}

.service-overview .heading-shadow {
    left: 50%;
    transform: translateX(-50%);
}

.service-overview a {
    display: block;
    margin-top: 40px;
    text-align: center;
}

.service-overview button {
    background-color: transparent;
    border: 2px solid white;
}

.service-overview button:hover {
    background-color: white;
}

.article__cta{
  color:#fff;
  padding:30px;
  text-align: center;
  background-color: #f0521f;
}

.article__cta h5{
  display: inline-block;
  margin:0;
}

.article__cta button{
  margin-left: 30px;
}

.article__entry ul{
  list-style: circle;
  padding-left:30px;
  font-size: 14px;
  line-height: 20px;
}

/* #Template template-homepage.php
================================================== */
.home-header{
  position: relative;
  z-index: 2;
  background:url(images/bg__home-header.jpg) no-repeat center center;
  background-size: cover;
  box-sizing:border-box;
  height:800px;
  margin-top:-130px;
}

.home-header__driver{
  position:absolute;
  bottom:20px;
  left:20px;
  font-family: 'texgyreadventorregular';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7em;
  color:#fff;
  line-height: 1.4em;
}

header.home-page nav.primary ul li a{
  color:#fff;
}

header.home-page nav.primary ul li a:hover{
  color:#f0521f;
}

.home-intro{
  position: relative;
}

.home-intro__content, .home-intro__images{
  float:left;
  box-sizing:border-box;
}

.home-intro__content{
  padding:140px 60px 140px 0;
}

.home-intro__images{
}

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

.home-header__content{
  padding-top:250px;
}

.home-header__content.reduced {
  padding-top: 120px;
}

.home-header__title{
  padding-top:40px;
}

.home-header__title.centered {
  padding-top: 140px;
}

.home-header__upper-title, .home-header__lower-title{
  color:#fff;
}

.home-header__lower-title h1{
  letter-spacing: -0.01em;
  font-weight: 400;
  font-family: 'texgyreadventorbold';
}

.home-header__intro-text{
  color:#fff;
  width:60%;
}

.quote--wrapper{
  position: relative;
  background-color: #eaeaea;
}

.quote__heading{
  background-color: #a8a8a8;
  border-bottom:4px solid #969696;
  font-family: 'texgyreadventorregular';
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  padding:10px 20px;
  text-align: center;
}

.quote__heading.align-left {
  text-align: left;
  padding: 15px 20px;
}

.quote__main-body{
  padding:20px 20px;
}

.quote--wrapper input[type="text"]{
  padding-left: 60px;
  width:100%;
  font-family: 'texgyreadventorregular';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.quote--wrapper input[name=origin_pcode]{
  background:url(images/bg__origin-pcode.gif) 10px center no-repeat #fff;
}

.quote--wrapper input[name=dest_pcode]{
  background:url(images/bg__dest-pcode.gif) 10px center no-repeat #fff;
}

.quote--wrapper input[type="submit"]{
  width:100%;
  border-top:4px solid #c34319;
  height: 80px;
  -webkit-appearance: none;
  border-radius:0;
}

.trigger-oot{
  width:100%;
  border-top:4px solid #c34319;
  height: 80px;
  font-family: 'texgyreadventorregular';
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #f0521f;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.quote--wrapper label{
  display: inline;
  font-family: 'texgyreadventorregular';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  padding-left: 10px;
  margin-right: 20px;
}

.quote--wrapper input[type="radio"]{
  padding:0 10px;
  background-color:#fff;
  vertical-align:middle;
  visibility: hidden;
}

.quote--wrapper input[type="radio"]+label{
  cursor:pointer;
}

.quote--wrapper input[type="radio"]+label:before{
  content:"";
  display:inline-block;
  height:18px;
  margin:1px 10px 0 -28px;
  vertical-align:middle;
  width:17px;
}

.quote--wrapper input[type="radio"]+label:before{
  background:url(images/bg__radio-buttons.png)left top no-repeat;
}

.quote--wrapper input[type="radio"]:checked+label:before{
  background:url(images/bg__radio-buttons.png)right top no-repeat;
}

.quote--wrapper.pulsing{
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  animation: pulsing 1s infinite;
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulsing {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

section.del-excel{
  display: table;
  background-image: url(images/bg__home--del-excel.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-color: #EEE;
  height: 680px;
  width: 100%;
  position: relative;
  color:#fff;
}

.del-excel__content{
  display: table-cell;
  vertical-align: middle;
}

.thirds-cta{
  background-color: #fff;
  text-align:center;
  font-family: 'texgyreadventorregular';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9em; 
}

.thirds-cta__link{
  padding:30px 0;
}

.thirds-cta__link.mid{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.thirds-cta__link img{
  margin-right:10px;
}

.thirds-cta__link a{
  color:#8b8b8b;
}

.get-quote-thirds{
  cursor: pointer;
}



/* #Sidebar
================================================== */
sidebar {
  display: block;
  background-color:#fff;
  min-height:1200px;
}

.sidebar__heading{
  font-family: 'texgyreadventorregular', sans-serif;
  background: #43434A;
  padding:20px 30px;
  color:#fff;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}

.sidebar__cta{
  background: url('images/bg__sidebar-cta.jpg') no-repeat center center;
  padding:40px;
  color:#fff;
  text-align: center;
}

.sidebar__cta button.outline{
  margin-top:140px;
}

.sidebar__nav--wrap{
  padding:20px;
}

.sidebar__nav--wrap a{
  color:#808080;
  text-decoration: none;
}

.sidebar__nav--wrap a:hover{
  color:#f0521f;
}

.sidebar__nav--wrap ul.sub-menu{
  font-family: 'texgyreadventorregular', sans-serif;
  border-left:1px solid #ddd;
  margin:20px 0;
  padding:0 0 0 30px;
  position: relative;
}

.sidebar__nav--wrap li.current-menu-item a{
  color:#f0521f;
}

.sidebar__nav--wrap li.current-menu-item:before{
  content:'\2022';
  position: absolute;
  color: #f0521f;
  left:-6px;
  font-size: 20px;
}

.latest-news{
  margin-bottom: 40px;
}
.news-post__content{
  padding:20px 30px;
}

.news-post__title, .news-post__date{
  font-family: 'texgyreadventorregular', sans-serif;
}

.news-post__title a{
  color:#808080;
}

.news-post__date{
  color:#999;
  font-size: 0.8em;
}

.news-post__excerpt{
  font-size: 0.8em;
  line-height: 1.8em;
}

.news-post__content button{
  border-color:#f0521f;
  color:#f0521f;
  margin-top:20px;
}

/* #Includes section-client.php
================================================== */
section.clients{
  padding:100px 0 120px 0;
  background-color: #f1f1f1;
}

.client-entry{
  padding:0 40px;
  text-align: center;
}

.client-entry img{
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.6;
}

.client-entry img:hover{
  cursor: default;
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  opacity: 1;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* #Includes section-full-cta.php
================================================== */
section.full-width-cta{
  background-color:#f0521f;
  color:#fff;
  text-align:center;
  padding:50px 0;
}

/* #Section section-split-cta.php
================================================== */
section.split-cta{
}

.split-cta--left, .split-cta--right{
  text-align:center;
  height:540px;
  color:#fff;
  background-size: cover;
  padding: 200px 0;
}

.split-cta--left{
  background-image: url(images/bg-split--left.jpg);
}

.split-cta--right{
  background-image: url(images/bg-split--right.jpg);
}

/* #Quote Pages
================================================== */
/* #Quote Pages
================================================== */
.prog-tracker{
    margin:20px 0 60px 0;
    position:relative;
    border-top: 3px solid #ddd;
  }
  
  .prog-tracker__overlay{
    position: absolute;
    top:-3px;
    border-bottom: 3px solid #f0521f;
    width:33.333333%;
  
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
  }
  
  .prog-tracker ul{
    width:100%;
  }
  
  .prog-tracker ul li.progtrckr{
    position: relative;
    float:left;
    width:33.3333%;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 2em;
    margin-top:30px;
  }
  
  .prog-tracker ul li.progtrckr:before{
      position: absolute;
      top:-38px;
      left:0;
      text-align: center;
      margin:0 auto;
      content: "";
      color: white;
      background-color: #f0521f;
      height: 1.2em;
      width: 1.2em;
      line-height: 1.2em;
      border: none;
      border-radius: 1.2em;
  }
  
  .prog-tracker ul li.progtrckr.todo:before{
      background-color: #ddd;
  }
  
  .prog-tracker ul li.first:before{
      left:0;
  }
  
  .prog-tracker ul li.third:before{
  }
  
  .prog-tracker ul li.third:after{
      position: absolute;
      top:-38px;
      right:-1px;
      text-align: center;
      margin:0 auto;
      content: "";
      color: white;
      background-color: #ddd;
      height: 1.2em;
      width: 1.2em;
      line-height: 1.2em;
      border: none;
      border-radius: 1.2em;
  }
  
  li.progtrckr__name--first, li.progtrckr__name--second, li.progtrckr__name--third, li.progtrckr__name--fourth{
      font-size: 0.7em;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      line-height: 1.6rem;
  }
  
  li.progtrckr__name--first{
    float:left;
    width:15%;
  }
  
  li.progtrckr__name--second, li.progtrckr__name--third{
    float:left;
    width:35%;
    text-align: center;
  }
  
  li.progtrckr__name--fourth{
    width:15%;
    float:left;
    text-align: right;
  }
  
  .prog-tracker__overlay.job-details{
    width:66.66666%;
  }
  
  .prog-tracker__overlay.thankyou{
    width:100%;
  }
  
  .prog-tracker.thankyou ul li.third:after{
      background-color: #f0521f;
  }

.table-wrap{
  font-family: 'texgyreadventorregular', sans-serif;
  box-sizing:border-box;
  width:100%;
  background-color: #fff;
  margin-bottom:40px;
}

.table__row{
}

.table__title{
  background-color: #f9f9f9;
  border-bottom:1px solid #e4e4e6;
  border-top:1px solid #e4e4e6;
  padding:5px 20px;
}

.table__half-cell, .table__quarter-doubleheight-cell, .table__quarter-cell, .table__full-cell{
  text-transform: uppercase;
  position: relative;
  text-align: center;
  box-sizing:border-box;
}

.table-label{
  text-align: left;
  line-height: 1em;
  padding:15px 0 0 15px;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  color:#aaa;
}

.table__carbon-neutral{
  position: absolute;
  font-size: 0.7em;
  right:0;
  top:0;
  background: #2ecc71;
  padding:5px;
  line-height: 1em;
  color: #fff
}

.table__full-cell{
  float:left;
  height:80px;
  width:100%;
  border-bottom:1px solid #e4e4e6;
}

.details__table-row.tscs{
  background-color: #fff;
  text-align: left;
}

.details__table-row.tscs .table__full-cell{
  text-align: left;
  padding: 15px 25px;
}

.table__half-cell{
  float:left;
  min-height:80px;
  width:50%;
  border-bottom:1px solid #e4e4e6;
}

.cell-data{
  line-height: 1em;
  font-size: 1.3em;
  padding:5px 0;
}

.cell-data span{
    font-size: 0.4em;
    color: #a2a2a2;
    margin: 0 10px;
}

.table__half-cell.thankyou, .table__full-cell.thankyou{
  height:auto;
  padding-bottom: 20px;
  text-transform: none;
  text-align: left;
}

.table__half-cell.thankyou .cell-data, .table__full-cell.thankyou .cell-data{
  font-size: 1em;
  line-height: 2em;
  padding-left: 30px;
}

.table__half-cell.thankyou .cell-data span, .table__full-cell.thankyou .cell-data span{
  color:#9a9a9a;
  font-size: 0.8em;
}

.table__half-cell.dummy{
  border-bottom:none;
  background-color: #f3f3f3;
}

.confirm-pay button{margin-bottom: 40px; width: 100%;}



.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.html); /* remove if you don't care about IE8 */

    margin: 0 auto;
    width: 120px;
    height: 120px;
    padding: 45px 0;
    box-sizing:border-box;

    background: #fff;
    border: 2px solid #f0521f;
    color: #666;
    text-align: center;
}

.b-left{
  border-left:1px solid #e4e4e6;
}

.b-right{
  border-right:1px solid #e4e4e6;
}

.table__quarter-doubleheight-cell{
  float:right;
  height:160px;
  width:25%;
  border-bottom:1px solid #e4e4e6;
}

.table__quarter-cell{
  float:right;
  height:80px;
  width:25%;
  border-bottom:1px solid #e4e4e6;
}

.choose-vehicle{
  margin:50px 0 40px 0;
}

.choose-vehicle__headline{
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.vehicle-option{
  position:relative;
  background-color: #fff;
  margin:0 20px;
  font-family: 'texgyreadventorregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  border: 2px solid #f3f3f3;
  transition: all 0.3s ease;
}

.vehicle-option.is-active{
  /*box-shadow: 5px 5px 5px #eee;*/
  border-color: #f0521f;
}

.vehicle-option.is-active .vehicle-option__title::before {
  border-color: #f0521f;
}

.vehicle-option__title{
  border-bottom:1px solid #e4e4e6;
  padding:40px 30px 55px 30px;
  text-align:center;
  text-transform:uppercase;
  font-size:24px;
}

.vehicle-option__title.small:before, .vehicle-option__title.medium:before, .vehicle-option__title.large:before{
  position: absolute;
  top: -65px;
  width:90px;
  height:90px;
  left: calc(50% - 45px);
  content: '';
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 2px solid #dcdcdc;
}
.vehicle-option__title.small {
  font-size:24px;
}

.vehicle-option__title.small:before{
  background: url('images/small-van-icon.png') no-repeat center center;
  background-size: cover;

}

.vehicle-option__title.medium:before{
  background: url('images/med-van-icon.png') no-repeat center center;
  background-size: cover;
}

.vehicle-option__title.large:before{
  background: url('images/large-van-icon.png') no-repeat center center;
  background-size: cover;
}

.vehicle-option__size, .vehicle-option__weight, .vehicle-option__pricetotal{
  border-bottom:1px solid #e4e4e6;
  padding:20px 20px 20px 80px;
  background-repeat: no-repeat;
  background-position: left 25px center;
}

.vehicle-option__size, .vehicle-option__weight{
  background-color: #fbfbfb;
}

.vehicle-option input[type="submit"]{
  width:100%;
  border-top: 4px solid #c34319;
}

.vehicle-option__size{
  background-image: url('images/icon__vehicle-size.png');
}

.vehicle-option__weight{
  background-image: url('images/icon__vehicle-weight.png');
}

#continueDiv {
  text-align: left;
  margin-top: 35px;
}

#vehiclelabel {
  color: #333333;
  font-size: 20px;
}

.vehicle-option__priceexvat{
  /*background-image: url('images/icon__vehicle-price.png');*/
  font-weight: 400;
  padding-left: 20px;
  font-size: 40px;
  font-family: 'texgyreadventorbold', sans-serif;
  color: #333333;
  /*letter-spacing: 0.1em;*/
}

.vehicle-option__carbon{
  border-bottom:1px solid #e4e4e6;
  padding:8px 20px;
  font-size:0.8em;
}

.vehicle-option__priceexvat span{
  font-size: 17px;
  color: #666666;
  font-weight: 400;
  margin-left: 10px;
}

#g-recaptcha {
  margin-top: 25px;
}

.added-content{
  padding:0 10px;
  margin-bottom: 60px;
}
.added-content__title{
  background-color: #f9f9f9;
  border-bottom: 1px solid #e4e4e6;
  border-top: 1px solid #e4e4e6;
  padding: 5px 30px;
}

.added-content__content{
  font-size: 1.4rem;
  overflow: hidden;
  height: 240px;
  background-color: #fff;
  padding: 10px 30px;
  line-height: 3rem;
}

.added-content__content li{
  font-family: 'Open Sans';
}


.details__chosen-vehicle img{
  float:left;
  padding:20px 20px 20px 40px;
}

.details__chosen-vehicle p{
  text-align: left;
  padding:35px 0;
}

.details__prices{
  font-size: 1em;
  letter-spacing: 0.05em;
  color: #adadad;
}

.details__prices span{
  font-size: 0.75em;
  letter-spacing: 0.5em;
}

.details__prices.total{
  font-size: 1.2em;
  color: #4d4d4d;
}

.details__prices.total span{
  color: #f0521f;
}

.details__total-price {
  background: #fff;
  padding: 6px 20px; 
}

.details__total-price .tabel-label {
      padding-left: 0px;
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.details__total-price .details__total--price {
    padding: 16px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tool-tip-estimated {
     width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    color: #fff;
    border-color: transparent #f0521f transparent transparent;
    position: absolute;
    top: 0px;
    right: 0px;

}

.tool-tip-estimated > div{
      font-size: 10px;
    color: white;
    position: absolute;
    top: -11px;
    right: -20px;
}

.tool-tip-estimated span {
    opacity: 0;
    visibility: 0;
    background: #636363;
    display: inline-block;
    padding: 0px 20px;
    font-size: 9px;
    width: 419px;
    top: -55px;
    position: relative;
    left: -59px;
    line-height: 1.3;
    padding: 0.8em;
     right: 100%;
    left: calc(100% - 419px);
}

.tool-tip-estimated:hover span{
    opacity: 1;
    visibility: 1;
}

.go-left-tool-tip span {
   
}


#dropdown-390 {
  width: 100% !important;
}



/* #Job Details Form
================================================== */
.form-row{
  margin-bottom:40px;
}

.details__table-row.odd input[type="text"], .details__table-row.odd input[type="email"]{
  background-color: #fcfcfc;
}

.prebook-datepicker{
  border: 1px solid #f0521f;
}

.arrange-prebook .table-label{
  position: absolute;
}

.arrange-prebook select{
  overflow: hidden;
  position: relative;
  float:left;
  height:78px;
  text-align: center;
  background: transparent;
  padding: 10px 20px 0;
  font-size: 18px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background: url(images/icon__chevron--bottom.png) no-repeat center right 20px transparent;
  -webkit-appearance: none;
  font-family: 'texgyreadventorregular', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.arrange-prebook select.prebook_dateselect{
 /* border-right: 1px solid #e4e4e6;*/
  width:100%;
}

.arrange-prebook select.prebook_dateselect:first-of-type {
    border-left: 1px solid #e4e4e6;
}

.arrange-prebook select.del_preference{
  width:40%;
  padding-right:40px;
}

.arrange-prebook select.prebook_timeselect{
  width:100%;
}

.form-row input[type="text"], .form-row input[type="email"], .form-row textarea{
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  width:100%;
  border-bottom: 1px solid #e4e4e6;
  height:80px;
  font-size: 0.9em;
  padding:6px 20px;
  text-transform: uppercase;
  text-align: center;
}

.form-row input[type="text"]:focus, .form-row input[type="email"]:focus, .form-row textarea:focus{
  border: 1px solid #f0521f;
}

.form-row textarea{
  text-align: left;
  padding:20px;
  min-height: 200px;
  max-height: 400px;
}

select.input-error, input[type="text"].input-error, textarea.input-error{
  border:1px solid #f00!important;
  background-color: rgba(255, 0, 0, 0.075)!important;
}

.form-row label{
  position: absolute;
  z-index: 8;
  font-family: 'texgyreadventorregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  padding:0px 20px;
}

.tscs-inline{
  position: relative;
  display: inline-block;
  font-family: 'texgyreadventorregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  padding:0px 20px;
}

.details__left{
  padding-right: 20px!important;
}

.details__right{
  padding-left: 20px!important;
}

.details__billing{
  display: none;
}

.address-picker{
  background-color: #fff;
  text-align: center; 
}

.address-picker input[type="radio"]{
  padding:0 10px;
  background-color:#fff;
  vertical-align:middle;
}

.address-picker input[type="radio"]+label{
  cursor:pointer;
  margin-top: -15px;
}

.address-picker input[type="radio"]+label:before{
  content:"";
  display:inline-block;
  height:18px;
  margin:1px 10px 0 0;
  vertical-align:middle;
  width:17px;
}

.address-picker input[type="radio"]+label:before{
  background:url(images/bg__radio-buttons.png)left top no-repeat;
}

.address-picker input[type="radio"]:checked+label:before{
  background:url(images/bg__radio-buttons.png)right top no-repeat;
}

.final-submission{
  text-align: right;
  margin-top: 30px;
}

.final-submission #dropdown-390.reviews-confirm-details {
      width: 56% !important;
    display: inline-block;
    float: left;
    margin-top: -5px;
}

.final-submission input {
  float: right;
  width: 42%;
}

span.pickup-span{
  font-size: 0.7em;
}

/* #Locations
================================================== */
.location-title h5{
  border-bottom: 1px solid #ddd;
  margin-bottom:10px;
  padding-bottom:10px;
}

ul.location-list{
  padding:30px;
}

ul.location-list li{
  border-bottom: 1px solid #ddd;
  margin-bottom:10px;
  padding-bottom:10px;
}

ul.location-list li span{ 
  font-weight: bold;
}

/* #Thankyou Page
================================================== */
.thankyou-content{
  margin-bottom: 40px;
}

/* #Header Buttons
================================================== */
.button-quote-appear{
  position: absolute;
  background-color: #eaeaea;
  top:60px;
  right:0;
  width:340px;
  display: none;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
  border: 1px solid #aaa;
}

/* #Search Results
================================================== */
.search-results{
  padding:60px;
  background-color: #fff;
}

.search-result__title{
  padding:30px 0;
}

.search-result__entry{
  border-bottom:1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

/* Modal
================================================== */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#tscsmodal{
  width: 80%;
  max-width: 600px;
  max-height: 400px;
  overflow-y: scroll;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 30px;
  display: none;
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.9);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.9);
  -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.9);

}

.quote-timer {

    background: #f45a3c;
    clear: both;
    width: 28%;
    
    float:right;
    color: #fff;
    padding: 20px 40px;
    vertical-align: middle;
    box-sizing: border-box;
}

.quote-timer img {
  float: left;
    display: inline-block;
    margin-right: 2%;
    width: 8%;
    max-width: 29px;
        vertical-align: middle;
    margin-top: 5px;
}

.quote-timer span {
  float: left;
  display: inline-block;
  vertical-align: middle;
}

.quote-timer .timer-counter {
  font-size: 3rem;
  font-weight: 600;
  margin-right: 5%;
  width: 28%;
}
.quote-timer .timer-text {
      width: 67%;
    line-height: 16px;
    font-size: 1.4rem;
}

.quote-timer .timer-container {
  float: left;
    display: inline-block;
    width: 90%;
        vertical-align: middle;
    line-height: 30px;

}

.thankyou-body .quote-timer {
    width: 100%;
     margin-right: 0px;
     margin-bottom: 10px;
}

.thankyou-body .quote-timer img {
  margin-top: 2px;
}

.quote-page-timer .quote-timer {
  margin-right: 10px;
}


/* Media Queries
================================================== */


@media screen and (max-width: 550px){
    .final-submission #dropdown-390.reviews-confirm-details {
        width: 100% !important;
      display: inline-block;
      float: left;
  
  }

  .final-submission input {
    float: right;
    width: 100%;
  }
}
/* XS */
@media screen and (max-width: 767px) {
  html{font-size: 50%;}
  header{padding:0;}
  .home-header{height: 960px;}
  .lh__logo img{max-height: 50px;}
  button.get-quote, button.get-quote-home{font-size: 1rem;}
  .home-header__content{padding-top: 160px;}
  .quote--wrapper{margin-top: 60px;}
  .home-intro__content{padding:40px 20px;}
  section.del-excel{background-position: left}
  .ham-icon__wrap{width: 50px;height:50px; padding:12px; box-sizing:border-box; background-color:#7a7a80; display:inline-block; float:right;}
  .article__entry{padding: 20px;}
  .table__half-cell{width: 100%;}
  .table__quarter-doubleheight-cell{width: 100%;}
  .table__quarter-cell{width: 100%;}
  li.progtrckr__name--first, li.progtrckr__name--second, li.progtrckr__name--third, li.progtrckr__name--fourth, li.progtrckr__name--fifth{font-size: 8px; text-align: center; line-height: 1.35;  word-spacing: 100vw;}
  .vehicle-option{margin-bottom: 100px;}
  .added-content__content{height: 280px;}
  .arrange-prebook select.prebook_dateselect, .arrange-prebook select.del_preference, .arrange-prebook select.prebook_timeselect{width:100%;}
  .details__left{padding: 0!important; margin-bottom: 30px;}
  .details__right{padding: 0!important;}
  .address-picker {height: 120px;}
  .quote--wrapper label{font-size: 0.5em; margin-right: 10px;}
  ul.footer-menu li{width:100%;}
  .quote-timer {box-sizing: border-box;display: block;float: left;width: 100%;padding: 12px 10px;}  
  .quote-timer .timer-text {line-height: 16px;vertical-align: middle; width: 142px;}
  .quote-timer .timer-counter {width: 22%;}
  .quote-timer img {margin-top: 0px;}
  .thankyou-body .quote-timer {width: 100%; position: absolute; top: 0px; left: 0px;}
  .confirm-pay-top button {position: absolute;right: 0px;width: 145px;padding: 0px 10px;}
  .tool-tip-estimated > div {top: -8px;}
  .tool-tip-estimated span { right: 0px;left: calc(50% - 67vw); width: 70vw;top: -58px;position: absolute;}

}

/* SM */
@media (min-width:768px) and (max-width:1169px) {
  nav.primary ul li a{font-size: 1rem;}
  .ham-icon__wrap{height:60px; padding:18px; box-sizing:border-box; background-color:#7a7a80; display:inline-block; float:right;}
  .quote-timer {box-sizing: border-box;display: block;float: left;width: 100%;}  
  .quote-timer .timer-text {line-height: 30px;vertical-align: middle;}
  .quote-timer .timer-counter {width: 8%;}
  .quote-timer img {margin-top: 0px;}
  #dropdown-390 {margin-top: -9px;}
  .thankyou-body .quote-timer {width: 100%; position: absolute; top: 0px; left: 0px;}
  .final-submission #dropdown-390.reviews-confirm-details {
        width: 100% !important;
      display: inline-block;
      float: left;
  
  }

  .final-submission input {
    float: right;
    width: 100%;
  }
  .pick-up-cell {font-size: 1.8rem;}
}

/* MD */
@media screen (min-width:1170px) and (max-width:1439px)) {
    .pick-up-cell {font-size: 1.8rem;}
}

/* LG */
@media screen and (min-width: 1440px) {
    .pick-up-cell {font-size: 1.8rem;}
}

/* Service Template - Media Queries */
@media screen and (max-width: 1000px) {
    .side-navigation {
        width: 100%;
    }

    .side-navigation .menu-item-has-children {
        width: 50%;
    }

    .side-navigation .menu-item-has-children:nth-child(1) {
        right: 50%;
    }

    .side-navigation .sub-menu {
        width: 100vw;
    }

    .side-navigation .menu-item-has-children > a {
        pointer-events: none;
    }

    .heading-shadow {
        font-size: 60px;
        left: 0;
        top: -40px;
    }

    .service-section .heading-shadow {
        left: -10px;
        top: -50px;
    }

    .services-template .header-wrap {
        vertical-align: baseline;
    }

    .services-template .quote--wrapper {
        margin-top: 0;
    }

    .services-template .home-header__title.centered {
        padding-top: 0;
    }

    .services-template .home-header__content.reduced {
        padding: 100px 0 40px;
    }

    .services-template .page-header .col {
        height: auto;
        margin-bottom: 40px;
    }

    .services-template .breadcrumbs {
        padding: 30px;
    }

    .services-template .breadcrumbs .container {
        display: none;
    }

    .service-section {
        padding-bottom: 30px;
    }

    .service-section-heading {
        padding-top: 0;
    }

    .service-section-description {
        width: 100%;
    }

    .service-section-image {
        position: relative;
        width: 90%;
        margin: 20px auto 0;
        padding-bottom: 80%;
        height: auto;
    }

    .service-section-logos {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }

    .service-slider .service-section-image {
        margin: 0;
        height: 400px;
        padding-bottom: 0;
        width: 95%;
    }

    .service-slider .heading-shadow {
        top: 420px;
    }

    .service-slider-text {
        width: 90%;
        float: none;
        left: 0;
        margin: 0 auto;
        margin-top: 470px;
    }

    .service-slider-controls-container {
        top: 350px;
        left: initial;
        right: 5%;
    }

    .service-slider-controls {
        top: 0;
    }

    #slide-prev {
        top: 0;
        bottom: initial;
    }

    .service-slider-static {
        margin: 0 auto;
        width: 90%;
        margin-top: 50px;
        float: none;
    }

    .service-clients .container {
        display: flex;
        flex-direction: column;
    }

    .service-client-reviews {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .service-section-list-column {
        width: 100%;
    }

    .service-section-list-column:nth-child(1) {
        margin-bottom: 30px;
    }

    .service-section-list-column:nth-child(2) ul {
        columns: 1;
    }

    .service-section-list-column a {
        margin-top: 30px;
    }

    .service-overview .service-section-heading {
        padding-top: 50px;
    }

    .service-overview .heading-shadow {
        left: 50%;
        top: 12px;
    }
}

@media screen and (min-width: 768px) {
    .heading-shadow {
        left: -17px;
    }
}

@media screen and (min-width: 1920px) {
    .service-section .heading-shadow {
        left: -16%;
    }

    .heading-shadow {
        left: -20%;
    }

    .service-overview .heading-shadow {
        left: 50%;
    }

    .service-slider .heading-shadow {
        left: 44%;
    }

    .service-intro {
        padding-bottom: 200px;
    }

    .service-intro .service-section-image {
        height: 700px;
        width: 42%;
    }
}


.portal-header {

}

.portal-header-wrap {
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.portal-header-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: black;
  opacity: 0.5;
  content: '';
}


.portal-header-title {
  color: white;
  font-size: 56px;
  font-weight: bold;
  position: relative;
}

.portal-header-title::after {
  background: #F0521F;
  width: 65px;
  height: 2px;
  content: '';
  display: block;
  margin-top: 7px
}

.portal-breadcrumbs {
  padding: 0;
}

.portal-breadcrumbs-container {
  display: flex;
  align-items: center;
  padding: 0;
}

.portal-breadcrumbs-container span {
  text-transform: capitalize;
}

.portal-breadcrumbs-btn-wrap {
  margin-left: auto;
  display: flex;
}
.portal-breadcrumbs-btn {
  background: #F6805A;
  color: white;
  padding: 25px 25px;
  transition: all 0.2s ease;
  font-weight: normal;
}
.portal-breadcrumbs-mobile-btn-wrap {
  flex-direction: column;
  display: none;
  
}

@media (max-width: 725px) {
  .portal-breadcrumbs-btn-wrap {
    display: none;
  }
  .portal-breadcrumbs-container {
    padding: 20px 0;
  }
  .portal-breadcrumbs-mobile-btn-wrap {
    display: flex;
  }
  .portal-breadcrumbs-btn {
    padding: 15px 20px;
  }
}
.portal-breadcrumbs-btn:hover {
  background: #F0521F;
  text-decoration: none;
  color: white;
}

.boot-navigator-menu span {
  font-size: 19px;
  color: #7A7A7A;
  font-weight: normal;
  font-family: 'texgyreadventorregular', sans-serif;
  transition: all 0.2s ease;
  text-decoration: none;
}

.boot-navigator-menu .col-sm-3 a:hover {
  text-decoration: none;
}

.boot-navigator-menu .col-sm-3:hover span {
  text-decoration: none;
  color: #F0521F;
}

.nav-tabs a {
  position: relative;
  color: #444445;
  font-size: 16px;
  font-weight: bold;
  font-family: 'texgyreadventorregular', sans-serif;
}


#courier-navigator-body .breadcrumb {
  display: none;
}


.portal-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.portal-links-color-white-text .portal-links-item {
  color: white !important;
}

.portal-links-color-white-text .portal-links-item:hover {
  color: #F0521F !important;
}

.portal-links-color-orange-text .portal-links-item {
  color: #F0521F !important;
}

.portal-links-color-orange-text .portal-links-item:hover {
  color: #464d57 !important;
}



.portal-links-item {
  display: inline-block;
  font-size: 11px;
  color: #F0521F;
  line-height: 1.25;
  padding: 0 12px;
  text-transform: uppercase;
  font-weight: normal;
}

.portal-links-item img {
  margin-right: 1rem;
  vertical-align: middle;
}

.portal-links-item-mob {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-left: -1px;
  background-color: #F0521F;
}
.portal-links-item-mob:last-of-type {
  margin-right: 10px;
  margin-left: 5px
}

@media (min-width: 1170px) {
  .portal-links-item-mob {
    display: none;
  }

}

@media (max-width: 768px) {
  .portal-links-item-mob {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 330px) {
  .portal-links-item-mob {
    height: 35px;
    width: 35px;
  }
}


@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 82, 31, 1);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.pulse-button {
  box-shadow: 0 0 0 rgba(240, 82, 31, 1);
  animation: pulse 2s infinite;
  margin-right: 20px
}

/*New start quote pages*/
.js-quote-next-step {
  padding: 0 90px;
}
.is-disabled {
  pointer-events: none;
  background: #DCDCDC;
  color: #979797;
}

.start-quote {

}

.start-quote__step {
  display: none;
  padding: 50px 0 120px 0;
}

@media (max-width: 768px) {
    .start-quote__step {
        padding: 0 0 60px 0;
    }
}

.start-quote__step.is-active {
  display: block;
}

.start-quote__back {
  font-size: 13px;
  color: #A2A2A2;
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.start-quote__back img {
  margin-right: 8px;
  width: 4px;
  height: 7px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
  position: relative;
}

.start-quote__title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #464D57;
  font-family: 'texgyreadventorbold', 'Open Sans', Helvetica, Arial, sans-serif;;
}

@media (max-width: 768px) {
    .start-quote__title {
        font-size: 32px;
    }
}

.start-quote p {
  color: #666666;
  font-size: 17px;
  margin: 0;
  font-weight: 400;
}

.start-quote input[type="text"] {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #000;
}

.start-quote input[type="text"]::-webkit-input-placeholder { /* Edge */
  color: #7F7F7F;
}

.start-quote input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7F7F7F;
}

.start-quote input[type="text"]::placeholder {
  color: #7F7F7F;
}

.start-quote .postcode-input, .start-quote .email-input {
  margin: 0 0 60px 0;
  padding-left: 60px;
  width: 480px;
  font-family: inherit;
}

@media (max-width: 768px) {
    .start-quote .postcode-input, .start-quote .email-input {
        width: 100%;
        max-width: 380px;
    }
}

.start-quote input[name="email"] {
    background-image: url('images/mail-orange-icon.png');
    background-size: 20px 14px;
    background-position: left 20px center;
    background-repeat: no-repeat;
}
  
.start-quote input[name="origin_pcode"] {
  background-image: url('images/parcel-orange-icon.png');
  background-size: 20px 14px;
  background-position: left 20px center;
  background-repeat: no-repeat;
}

.start-quote input[name="dest_pcode"] {
  background-image: url('images/dest-icon.png');
  background-size: 18px 24px;
  background-position: left 20px center;
  background-repeat: no-repeat;
}

/* Change the white to any color ;) */
.start-quote input:-webkit-autofill,
.start-quote input:-webkit-autofill:hover, 
.start-quote input:-webkit-autofill:focus, 
.start-quote input:-webkit-autofill:active  {
    transition: background-color 5000s ease-in-out 0s;
}

p.start-quote__description {
  margin-bottom: 60px;
}

p.start-quote__additional-text {
  color: #666666;
  font-size: 17px;
  margin: 0;
  font-weight: 400;
  margin-top: 60px;
}

p.start-quote__additional-text a{
  color: #F0521F;
  text-decoration: none;
}


.start-quote__radio-btn-wrap {
  position: relative;
  margin: 30px 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 20px;
}

.start-quote__radio-btn-wrap input[type="radio"] {
  height: 0;
  width: 0;
  margin: 0;
}

.start-quote__radio-btn-wrap .button.js-quote-radio-select {
  border: 2px solid #F0521F;
  background: transparent;
  color: #F0521F;
  line-height: 58px;
}

.start-quote__radio-btn-wrap .button:hover {
    background-color: #F0521F;
    color: white;
}

.start-quote__radio-btn-wrap .button.js-quote-radio-select.is-active {
  background-color: #F0521F;
  color: white;
}

.start-quote__dates-input {
  display: none;
  margin-left: 20px;
}

.start-quote__dates-input.is-active {
  display: block;
}

.start-quote__dates-input .start-quote__prebook-field {
  margin-right: 20px;
  width: 360px;
}

.js-submit-quote-form {
  margin-top: 60px
}

.start-quote__prebook-field {
  color: #7F7F7F;
}

.start-quote__prebook-field.is-changed {
  color: #000;
}


.info-toggle {
  position: absolute;
  top: 20px;
  left: 100%;
  display: flex;
  align-items: flex-start;
  z-index: 10;
}

.info-toggle__icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  border: 1px solid #F0521F;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.info-toggle__icon.is-active {
  background: #F0521F;
}

.info-toggle__icon.is-active svg g {
  fill: #fff;
}


.info-toggle__content {
  display: none;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(51,51,51,0.2);
  background: white;
  padding: 20px;
  width: 420px;
}

.info-toggle__content.is-active {
  display: block;
}

.info-toggle__content p {
  color: #666666;
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 15px;
}

.info-toggle__content p:last-of-type {
  margin-bottom: 0;
}

.portal-page {
  background: #f3f3f3;
}

.portal-page .article__entry {
    padding-left: 0;
    padding-right: 0;
}

body.page-template-template-portal {
  background: #f3f3f3;
  font-size: 1.7em;
  line-height: 2.2em;
  font-weight: 100;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666666;
  margin:0;
  padding:0;
  height: 100%;
}

body.page-template-template-portal button {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .1rem;
}

body.page-template-template-portal .row {
  margin: 0;
}

body.page-template-template-portal #courier-navigator-body .col {
  padding: 0;
}

body.page-template-template-portal #courier-navigator-body .table-wrap{
  display: none;
}


body.page-template-template-portal #courier-navigator-body .progtrckr.third:before{
  background: #ddd;
}


body.page-template-template-portal #courier-navigator-body .progtrckr.third.is-filled:before{
  background: #fff;
  border-color: #f0521f;
}


body.archive .archives.row {
    display: flex;
    flex-wrap: wrap;
}


#strafe-cookie-consent.cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1rem 0;
    background: #1a1d21;
    transition: all 0.5s ease;
    height: 115px;
    display: flex;
    align-items: center;
    z-index: 100000000;
    box-sizing: border-box;
}

#strafe-cookie-consent.cookie-bar.is-hidden {
    bottom: -115px;
}
#strafe-cookie-consent.cookie-bar.align-top {
    top: 0;
    bottom: unset;
}
#strafe-cookie-consent.cookie-bar.align-top.is-hidden {
    top: -115px;
}
#strafe-cookie-consent.cookie-bar.align-top .cookie-bar__toggle {
    bottom: unset;
    top: 100%;
}
#strafe-cookie-consent.cookie-bar.align-bottom {
    top: unset;
    bottom: 0;
}
#strafe-cookie-consent.cookie-bar.align-bottom.is-hidden {
    bottom: -115px;
}

#strafe-cookie-consent .cookie-bar__toggle {
    width: 40px;
    height: 40px;
    background: #1a1d21;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 100%;
    left: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

#strafe-cookie-consent .cookie-bar__toggle.is-hidden {
    opacity: 0;
    visibility: hidden;
}

#strafe-cookie-consent .cookie-bar__toggle.align-left {
    left: 0;
}
#strafe-cookie-consent .cookie-bar__toggle.align-right {
    left: unset;
    right: 0;
}
#strafe-cookie-consent .cookie-bar__toggle svg {
    width: 20px;
    display: block;
    transition: all 0.3s;
}

#strafe-cookie-consent .cookie-bar__toggle:hover svg {
    width: 23px;
}

#strafe-cookie-consent .cookie-bar__wrap {
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
}

#strafe-cookie-consent .cookie-bar__info {
    flex: 1 1 auto;
}

#strafe-cookie-consent .cookie-bar__consent {
    margin-top: 10px;
}

#strafe-cookie-consent p {
    margin: 0;
    color: #fff;
    line-height: 1.35;
    font-size: 12px;
}

#strafe-cookie-consent a {
    color: #fff;
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
}

#strafe-cookie-consent #strafe-cookie-decline {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

#strafe-cookie-consent #strafe-cookie-allow {
    height: 48px;
    font-weight: bold;
}


@media (min-width: 768px) {
    #strafe-cookie-consent.cookie-bar {
        height: 80px;
    }
    #strafe-cookie-consent.cookie-bar.is-hidden {
        bottom: -80px;
    }
    #strafe-cookie-consent.cookie-bar.align-top.is-hidden {
        top: -80px;
    }
    #strafe-cookie-consent.cookie-bar.align-bottom.is-hidden {
        bottom: -80px;
    }
    #strafe-cookie-consent .cookie-bar__wrap {
        display: flex;
    }
    #strafe-cookie-consent .cookie-bar__info {
        width: 70%;
        margin-right: 15px;
    }
    #strafe-cookie-consent .cookie-bar__consent {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #strafe-cookie-consent #strafe-cookie-allow {
        padding: 5px 15px;
    }
}

@media (min-width: 1024px) {
    #strafe-cookie-consent p {
        font-size: 18px;
    }
}