/* Common */

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaLTPro-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HelveticaLTPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/HelveticaLTPro-Light.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/HelveticaLTPro-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/HelveticaLTPro-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/HelveticaLTPro-Light.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Helvetica Neue Roman';
  src: url('../fonts/HelveticaLTPro-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;	
  font-weight: 200;
  font-size: 12px;
  color: #444;
}

@media all and (min-width: 768px) {
  body {
    font-size: 14px; /*15*/
  }
}
@media all and (min-width: 992px) {
  body {
    font-size: 15px; /*16*/
  }
}

table.equalDivide-50 tr td, table.equalDivide-40 tr th { width:50%; }
table.equalDivide-25 tr td, table.equalDivide-25 tr th { width:25%; }

table.contact-details tr td{font-size: 1.2em;}

.intrinsic-container {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 35px;
 height: 0;
 overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Animated text*/
.textAnimate:hover {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.textAnimate:hover a {
text-decoration: none;
}
.textAnimate {
-webkit-transition: all 0.7s ease;
-ms-transform: all 0.7s ease;
transform: all 0.7s ease;
}
/*End - Animated text*/

/*Animated box*/
.textbox:hover {
opacity:1;

}
.text {
padding-top: 90px;
color:#FFF;
}
.textbox {
padding:10px;
width:100%;
height:100%;
position:absolute;
z-index:1;
top:0;
left:0;
opacity:0;
background-color: rgba(0,0,0,0.30); /*rgba(0,0,0,0.75);*/
-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
/*End - Animated box*/

/*Animated Locations box*/
.Abox {
  display: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.Abox.active {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation: anim .5s ease-in-out;
          animation: anim .5s ease-in-out;
}

@-webkit-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*End - Animated locations box*/

/*Start - Text list module */
.textList-table {
  color: #444;
  font-size: 1.1em;
  display: table;
  width: 100%;
  background-color: #efefef;
}
.textList-table .box {
  display: table-row;
}
.textList-table .textList-text, .textList-table .textList-heading {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}
.textList-table .textList-heading {
  text-align: left;
  white-space: nowrap;
  min-width: 193px;
}
.textList-table p {
  margin: 0;
}
.textList-table.dark-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 479px) {
  .textList-table .textList-text, .textList-table .textList-heading {
    display: block;
    padding: 15px;
  }
  .textList-table .textList-heading {
    clear: both;
    text-align: center;
    width: auto;
    padding-top: 0px;
  }
}
/*End - Text list module */

/*Custom Icons spacing*/
.rowPadding{
	padding-bottom:20px;
}
.iconsRow {
	margin:0 auto;
	/*position: relative;*/
	text-align:center;
}
.eachIcon {
	display:-moz-inline-box;/* older gecko*/
	display:inline-block;
	min-height: 220px; /*215px;*/
}

@media all and (min-width: 768px) {
	.eachIcon {
		min-width: 140px;
	}
	.eachIconText{
		min-height: 445px; /*357px;*/
	}
	.eachIconTextNoBtn{
		min-height: 225px; /*210px;*/
	}
}
@media all and (min-width: 992px) {
	.eachIcon {
		min-width: 210px;
	}
	.eachIconText{
		min-height: 345px; /*250px; 240px;*/
	}
	.eachIconTextNoBtn{
		min-height: 212px; /*170px;*/
	}
}
/*End - Custom Icons spacing*/

h1 {
  font-weight: 300;
  margin-bottom: 0.3em;
}

h2 {
  font-weight: 300;
  margin-bottom: 0.3em;
}

p {
  margin-bottom: 0.8em;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #bbb;
}

.bg-light-grey {
  background-color: #efefef; /*#dcdcdc*/
}

.bg-dotted {
  background-image: url(../images/bg-dotted.png);
  background-color: rgba(0, 0, 0, 0.5);
}

.title-bar {
  margin-top: 0.4em;
  position: relative;
}
.title-bar:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -0.4em;
  background-color: white;
  height: 0.18em;
  width: 1.6em;
}
.title-bar.red:before {
  background-color: #c10a27;
}
.title-bar.green:before {
  background-color: #19988b;
}

.over-hidden {
  overflow: hidden;
}

.text-green {
  color: #279989;
}

.text-white {
  color: #fff;
}

.link-boxed {
  border: 1px solid #fff;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
}
.link-boxed:hover {
  color: #fff;
  text-decoration: none;
}

/* TOP Bar */
#TopBar {
  background-color: #000;
  color: #fff;
  line-height: 2.8em;
  position: relative;
  z-index: 11;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
#TopBar .container {
  padding-right: 0;
  padding-left: 5px;
  font-size: 0.79em; /*0.85em;*/
}
#TopBar a {
  color: #fff;
  display: inline-block;
}
#TopBar .link-tel {
  font-size: 1.2em;
  float: left;
}
#TopBar .icon-phone {
  color: #c10a27;
  font-size: 1.6em;
  position: relative;
  display: inline-block;
  float: left;
}
#TopBar i {
  font-size: 1.4em;
  position: relative;
  display: inline-block;
  float: left;
}
#TopBar i:before {
  margin-left: 0;
}
#TopBar .top-search .search-box {
  display: none;
}
#TopBar .top-search input {
  width: 0px;
  background-color: transparent;
  color: #fff;
  border: none;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
}
#TopBar .top-search input:focus {
  outline: none;
}
#TopBar .top-search .box-close {
  display: none;
}
#TopBar .top-search, #TopBar .top-fleet-login, #TopBar .top-invoice-login {
  border-left: 1px solid #7a7a7a;
  border-right: 1px solid #7a7a7a;
  margin-right: -1px;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}

@media all and (max-width: 479px) {
  #TopBar {
    transition: padding-bottom 0.3s;
  }
  #TopBar i {
    float: none;
  }
  #TopBar.open-search {
    padding-bottom: 45px;
  }
  #TopBar.open-search .top-search .search-box {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 10px;
    border-top: 1px solid #7a7a7a;
  }
  #TopBar.open-search .top-search input {
    width: 100%;
    background-color: #313131;
    height: 25px;
    font-size: 14px;
    padding: 0 10px;
    display: block;
  }
  #TopBar.open-search .top-search .box-close {
    display: block;
    float: right;
  }
  #TopBar.open-search .top-search .btn-close {
    background-color: transparent;
    padding: 0;
    border: none;
    vertical-align: top;
  }
  #TopBar.open-search .top-search .btn-close:hover {
    color: #fff;
  }
  #TopBar.open-search .top-search .btn-close .icon-cancel:before {
    margin-right: 0;
  }
  #TopBar.open-search .top-search .box-input {
    overflow: hidden;
    padding-right: 10px;
  }
}
@media all and (min-width: 480px) {
  #TopBar {
    line-height: 3em;
  }
  #TopBar .top-search, #TopBar .top-fleet-login, #TopBar .top-invoice-login {
    padding-left: 10px;
    padding-right: 10px;
  }
  #TopBar .top-search .search-box {
    display: inline-block;
  }
  #TopBar .top-search input {
    width: 90px;
  }
}
@media all and (min-width: 768px) {
  #TopBar .top-search, #TopBar .top-fleet-login, #TopBar .top-invoice-login {
    padding-left: 15px;
    padding-right: 15px;
  }
  #TopBar .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #TopBar .top-search input {
    width: 150px;
  }
}
body.scrolled #TopBar {
  position: fixed;
}

/* Header Navigation */
#HeaderNav {
  position: relative;
  z-index: 10;
  position: absolute;
  top: 2.8em;
  width: 100%;
}
#HeaderNav .header-logo {
  display: block;
  width: 205px; /*165px;*/
}
#HeaderNav .btn-nav {
  float: right;
  border-width: 4px 0 4px 0;
  border-style: solid;
  border-color: #c10a27;
  width: 27px;
  height: 22px;
  background-color: transparent;
  display: block;
  position: relative;
  top: 26px;
  transition: border 0.2s;
}
#HeaderNav .btn-nav:before, #HeaderNav .btn-nav:after {
  content: ' ';
  width: 100%;
  height: 4px;
  background-color: #c10a27;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  transform-origin: 50% 50%;
}
#HeaderNav .btn-nav:before {
  top: 2px;
}
#HeaderNav .btn-nav:after {
  top: 8px;
}
#HeaderNav .btn-nav.active {
  border-width: 0;
}
#HeaderNav .btn-nav:focus {
  outline: none;
}

@media all and (max-width: 991px) {
  #HeaderNav .container {
    padding: 0;
    width: auto;
  }
  #HeaderNav .logo-box {
    background-color: #fff;
    padding: 10px;
  }
  #HeaderNav .nav-box {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0;
  }
  #HeaderNav .nav {
    position: relative;
    /*z-index: -1;*/
    top: 100%;
    left: 110%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 5px;
    padding-right: 10px;
    transition: left 0.3s;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #HeaderNav .nav br {
    display: none;
  }
  #HeaderNav .nav ul {
    list-style: none;
    padding: 0;
    margin: 0px 5px 5px 10px;
    display: block;
  }
  #HeaderNav .nav > ul {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #HeaderNav .nav a {
    line-height: 1.8;
    color: #fff;
    text-decoration: none;
  }
  #HeaderNav .nav > ul > li > a {
    font-weight: 500;
    font-size: 1.1em;
  }
  #HeaderNav .nav > ul > li > ul > li > a {
    text-transform: uppercase;
    font-weight: 500;
    color: #b0b0b0;
  }
  #HeaderNav.active .nav {
    left: 0;
	/*Fix added for mobile menu scroll issue*/
	max-height:75vmax!important;
	overflow-y:scroll!important;
	overflow-x:hidden!important;
	-webkit-overflow-scrolling:touch;
	/*End fix*/
  }
  #HeaderNav.active .nav-box {
  height: auto;
  /*height: 200px;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; */
  }
  #HeaderNav.active .btn-nav {
    border-width: 0px;
    border-color: transparent;
  }
  #HeaderNav.active .btn-nav:before {
    transform: rotate(45deg);
    top: 9px;
  }
  #HeaderNav.active .btn-nav:after {
    transform: rotate(-45deg);
    top: 9px;
  }
  #HeaderNav .nav ul.blank-out{
	display:none;
}
}
@media all and (min-width: 992px) {
  #HeaderNav {
    background-color: transparent;
    padding-top: 8px; /*30px*/
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
  }
  #HeaderNav .header-logo {
    width: 250px; /*originally 280px, then 200px*/
	margin-top: 15px; /*added*/
  }
  #HeaderNav .btn-nav {
    display: none;
  }
  #HeaderNav .logo-box {
    float: left;
  }
  #HeaderNav .nav-box {
    float: right;
  }
  #HeaderNav .nav-box {
    margin-top: 35px;
  }
  #HeaderNav .nav {
    position: relative;
    font-size: 0.9em;
    line-height: 1.2;
    transition: margin-bottom 0.3s;
    margin-bottom: 0;
  }
  #HeaderNav .nav a {
    color: #fff;
    text-decoration: none;
  }
  #HeaderNav .nav ul, #HeaderNav .nav li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #HeaderNav .nav > ul {
    padding-top: 10px;
    padding-left: 0;
    margin: 0;
    position: relative;
  }
  #HeaderNav .nav > ul:before {
    content: ' ';
    width: 200%;
    height: 100%;
    position: absolute;
    background-color: #c10a27;
    z-index: -1;
    top: 0;
    opacity: 0.8;
  }
  #HeaderNav .nav > ul > li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-bottom: 10px;
  }
  #HeaderNav .nav > ul > li > a {
    display: inline-block;
    padding-left: 14px;
    padding-right: 14px;
    border-right: 1px solid #fff;
    position: relative;
    z-index: 2;
  }
  #HeaderNav .nav > ul > li:last-child > a {
    border-right: none;
  }
  #HeaderNav .nav > ul > li > ul {
    position: absolute;
    top: 100%;
    padding: 20px 0;
    display: table-row;
    left: 200%;
    opacity: 0;
    transition: left 0.3s, opacity 0.3s;
    width: 100%;
  }
  #HeaderNav .nav > ul > li > ul:before {
    content: ' ';
    width: 400%;
    height: 100%;
    position: absolute;
    background-color: #000;
    z-index: -1;
    top: 0;
    opacity: 0.8;
    left: 0;
  }
  #HeaderNav .nav > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 20px;
    position: relative;
    display: table-cell;
    border-right: 1px solid #fff;
  }
  #HeaderNav .nav > ul > li > ul > li:last-child {
    border: none;
  }
  #HeaderNav .nav > ul > li > ul > li > a {
    color: #b0b0b0;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 8px;
  }
  #HeaderNav .nav > ul > li > ul > li > ul > li {
    margin-bottom: 5px;
  }
  #HeaderNav .nav > ul > li > a:before {
    content: ' ';
    position: absolute;
    width: 1em;
    height: 1em;
    border: 1em solid #c10a27;
    border-color: #c10a27 transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -1em;
    opacity: 0;
    transition: margin-top 0.3s, opacity 0.3s;
    margin-top: -0.5em;
    z-index: -1;
  }
  #HeaderNav .nav > ul > li:hover > a:before {
    margin-top: 10px;
    opacity: 0.8;
  }
  #HeaderNav .nav > ul > li:hover > ul {
    left: 0;
    opacity: 1;
  }
  #HeaderNav .nav:hover {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1400px) {
  #HeaderNav .nav {
    font-size: 1em;
  }
  #HeaderNav .nav > ul {
    padding-top: 15px;
  }
  #HeaderNav .nav > ul > li {
    padding-bottom: 15px;
  }
  #HeaderNav .nav > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #HeaderNav .nav > ul > li:hover > a:before {
    margin-top: 15px;
  }
}
.blank-out{
	display:none;
}

body.scrolled #HeaderNav {
  position: fixed;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
body.scrolled #HeaderNav .nav > ul:before {
  opacity: 1;
}
body.scrolled #HeaderNav .nav > ul > li > a:before {
  opacity: 1;
}
body.scrolled #HeaderNav .logo-colour {
  display: block !important;
}
body.scrolled #HeaderNav .logo-white {
  display: none !important;
}

@media all and (max-width: 767px) {
  body.scrolled #HeaderNav {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  }
}
/* Site Background Image */
#SiteBG {
  position: fixed;
  z-index: -1;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
}
#SiteBG video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

/* Header Hero Content */
#HeaderHero {
  margin-top: 200px;
  margin-bottom: 50px;
}
#HeaderHero h1 {
  color: #fff;
  font-size: 4.5em;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.1;
  position: relative;
  letter-spacing: -0.5px;
  margin-bottom: 100px;
  margin-top:-18px;
}

/* Home Landing Section */
.content-home-landing {
  position: relative;
  height: 100%;
  padding-top: 2.8em;
}
.content-home-landing #HeaderHero {
  margin-top: 300px;
}
.content-home-landing .home-landing-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.content-home-landing .btn-home-down {
  border: 2px solid #fff;
  width: 4em;
  height: 4em;
  margin: 0 auto 30px auto;
  background-color: transparent;
  text-indent: -9999em;
  display: block;
  position: relative;
}
.content-home-landing .btn-home-down:before {
  content: ' ';
  border: 2px solid #fff;
  border-color: transparent #fff #fff transparent;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  position: absolute;
  left: 1.1em;
  top: 0.6em;
  margin-left: -2px;
  margin-top: -2px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}
.content-home-landing .btn-home-down:focus {
  outline: none;
}
.content-home-landing .home-quick-links {
  text-align: center;
  font-size: 1.4em;
  background-color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.content-home-landing .home-quick-links li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 50px;
  width: 250px;
  position: relative;
  margin: 0;
}

.content-home-landing .home-quick-links .solution-finder {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 20px 0 15px 0;
  position: relative;
  margin: 0;
  width: 40%;
}

@media all and (min-width: 770px) and (max-width: 1440px) {
  .content-home-landing .home-quick-links li {
  padding: 15px;
}

  .content-home-landing .home-quick-links .solution-finder {
  padding: 18px 0 10px 0;
  width: 50%;
}
}
.content-home-landing .home-quick-links li:before, .content-home-landing .home-quick-links li:after {
  content: ' ';
  height: 200%;
  position: absolute;
  width: 1px;
  left: 0;
  top: 0;
  background-color: #fff;
}
.content-home-landing .home-quick-links li:after {
  left: 100%;
}
.content-home-landing .home-quick-links img {
  margin: 0 20px 20px 20px;
}
.content-home-landing .home-quick-links a {
  color: #fff;
  /*font-weight: 600;*/
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  #HeaderHero h1 {
    font-size: 3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	margin-top:0px;
  }

  .content-home-landing .home-quick-links {
    margin-left: -1px;
  }
  .content-home-landing .home-quick-links li {
    width: 33.33%;
    padding: 20px 10px;
  }
  .content-home-landing .home-quick-links .solution-finder {
  	padding: 15px 0 5px 0;
	width: 90%;
  }
  .content-home-landing .home-quick-links img {
    margin: 0 15px 10px 15px;
  }
  .content-home-landing .btn-home-down {
    border-width: 1.5px;
  }
  .content-home-landing .btn-home-down:before {
    margin-left: -1px;
    margin-top: -1.5px;
    border-width: 1.5px;
  }

  .content-sub-hero #HeaderHero {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .content-sub-hero #HeaderHero h1 {
    position: relative;
    top: 0;
    transform: none;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 479px) {
  #HeaderHero h1 {
    top: 46%;
	margin-top: 0px;
  }

  .content-home-landing .home-quick-links li {
    line-height: 1;
  }
  .content-home-landing .home-quick-links a, .content-home-landing .home-quick-links .solution-finder .form-group label {
    font-size: 0.7em;
  }
}
/* Home static content */
.home-tile-content .col-sm-6 {
  padding: 0;
}
.home-tile-content img {
  width: 100%;
  display: block;
}
.home-tile-content .item {
  /*min-height: 400px; 400px*/
  padding: 50px;
  color: #fff;
  position: relative;
}
.home-tile-content .item h2 {
  font-weight: 200;
  /*font-size: 3.2em;*/
}
.home-tile-content .item .link-more {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4em;
  position: absolute;
  bottom: 15px;
  left: 50px;
  text-decoration: none;
}
.home-tile-content .item.item-left {
  background: url(../images/bg-home-item-left.jpg) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.home-tile-content .item.item-right {
  background: url(../images/bg-home-item-right.jpg) 50% 50% no-repeat;
  background-size: 100% 100%;
}

@media all and (max-width: 767px) {
  .home-tile-content .item {
    min-height: auto;
    padding: 30px 15px;
  }
  .home-tile-content .item .link-more {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 15px;
  }
}
/* Quotes Slider */
#Quotes {
  font-size: 2em;
  margin: 40px 0;
  font-weight: 200;
  position: relative;
  overflow: hidden;
}
#Quotes .icon-quote-left, #Quotes .icon-quote-right {
  color: #19988b;
  font-size: 1.5714285714285714em; /*2em*/
}
#Quotes .icon-quote-left:before, #Quotes .icon-quote-right:before {
  vertical-align: top;
}
#Quotes .item {
  margin: 0 40px 0 30px;
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
  left: 0;
  right: 0;
}
#Quotes .item.active {
  position: relative;
  opacity: 1;
  margin-top: 0;
}
#Quotes .btn {
  border: 1px solid #a7a8a8;
  width: 2.6em;
  height: 2.6em;
  margin: 0;
  background-color: transparent;
  text-indent: -9999em;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#Quotes .btn:before {
  content: ' ';
  border: 3px solid #a7a8a8;
  border-color: transparent #a7a8a8 #a7a8a8 transparent;
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.7em;
  margin-top: -0.7em;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}
#Quotes .btn:focus {
  outline: none;
}
#Quotes .btn.btn-next {
  right: 0;
}
#Quotes .btn.btn-next:before {
  transform: rotate(-45deg);
  margin-left: -1.1em;
}
#Quotes .btn.btn-prev {
  left: 0;
}
#Quotes .btn.btn-prev:before {
  transform: rotate(-225deg);
  margin-left: -0.3em;
}
#Quotes .person-info {
  margin-bottom: 0;
}

@media all and (min-width: 992px) {
  #Quotes .item {
    margin: 0 100px 0 100px;
  }
  #Quotes .btn {
    width: 3em;
    height: 3em;
  }
}
@media all and (max-width: 767px) {
  #Quotes {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 1.4em;
  }
  #Quotes .icon-quote-left, #Quotes .icon-quote-right {
    display: none;
  }
  #Quotes .item {
    margin-left: 50px;
    margin-right: 50px;
  }
  #Quotes .person-info {
    font-size: 0.9em;
  }
  #Quotes .btn:before {
    border-width: 1.5px;
  }
}
/* Home History */
.home-history {
  padding: 80px 0;
  color: #fff;
  font-size: 1.4em;
}
.home-history h1 {
  font-size: 2.4em;
}

/* Footer */
#Footer {
  padding: 80px 0 0 0;
}
#Footer ul {
  margin: 0;
  padding: 0;
}
#Footer li {
  line-height: 2em;
}
#Footer a {
  color: #000;
}
#Footer .logo-colour {
  width: 280px;
  float: right;
  margin-top: 100px;
  display: block;
}
#Footer .copyright {
  margin: 60px 0 30px 0;
}

.setHeight {
  min-height:170px;
}

@media all and (max-width: 991px) {
  #Footer {
    padding: 30px 0;
  }
  #Footer .copyright {
    text-align: center;
  }
  #Footer .logo-colour {
    float: none;
    margin: 0 auto;
  }
}
/* Sticky Call to Action */
#StickyCTA {
  position: fixed;
  top: 36%;
  right: 0;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 187px;
  transform: translateX(100%) translateY(-50%);
  font-size: 0.9em;
  z-index: 9;
}
#StickyCTA img {
  position: absolute;
  right: 100%;
}
#StickyCTA .text-box {
  overflow: hidden;
  padding: 15px 20px;
}
#StickyCTA h4 {
  font-size: 1.6em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 8px;
}
#StickyCTA a {
  color: #fff;
}
#StickyCTA dl {
  margin: 0 0 8px 0;
}
#StickyCTA dt {
  margin-top: 5px;
  font-weight:normal;
  font-size:14px;
}
#StickyCTA .btn-close {
  position: absolute;
  right: 0;
  bottom: 100%;
  text-indent: -9999em;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  width: 2em;
  height: 2em;
  font-size: 18px;
}
#StickyCTA .btn-close:before, #StickyCTA .btn-close:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  background-color: white;
  height: 2px;
  width: 1.1em;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform-origin: 50% 50%;
}
#StickyCTA .btn-close:after {
  transform: rotate(-45deg);
}
#StickyCTA a.link-enquiry {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 1.1em; /*0.8em;*/
}
#StickyCTA.active {
  transform: translateX(0%) translateY(-50%);
}
@media all and (max-width: 767px) {
  #StickyCTA {
    height: 160px;
    top: 50%;
	display: none;
  }
  #StickyCTA .box img {
    height: 160px;
  }
  #StickyCTA .box .text-box {
    padding: 12px;
  }
  #StickyCTA .box h4 {
    margin-bottom: 5px;
    font-size: 1.6em;
  }
  #StickyCTA .box dl {
    margin-bottom: 5px;
  }
  #StickyCTA .box dt {
    margin-top: 5px;
  }
}

@media all and (max-width: 1366px) {
    #StickyCTA {
    top: 45%;
  }
}

/* Back to Top */
#BackToTop {
  border: 2px solid #fff;
  width: 4em;
  height: 4em;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: -9999em;
  display: block;
  position: fixed;
  right: -100px;
  bottom: 15px;
  transition: right 0.3s;
  z-index: 10;
}
#BackToTop:before {
  content: ' ';
  border: 2px solid #fff;
  border-color: #fff transparent transparent #fff;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  position: absolute;
  left: 1.1em;
  top: 1.6em;
  margin-left: -2px;
  margin-top: -2px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}
#BackToTop:focus {
  outline: none;
}

body.scrolled #BackToTop {
  right: 15px;
}

@media all and (max-width: 767px) {
  #BackToTop {
    border-width: 1.5px;
    width: 3em;
    height: 3em;
  }
  #BackToTop:before {
    margin-left: -1.5px;
    margin-top: -1.5px;
    border-width: 1.5px;
    width: 1.2em;
    height: 1.2em;
    left: 1em;
    top: 1.3em;
  }
}
/* Subpage */
.content-sub-hero {
  padding-top: 170px;
  padding-bottom: 1px;
  background-position: 50% 50%;
  background-size: cover;
}
.content-sub-hero #HeaderHero {
  font-size: 0.9em;
}

/* Generic Content */
.section-content {
  padding: 60px 0;
}
.section-content h2 {
  font-size: 2.4em; /*3.2em*/
}
.section-content h3 {
  font-size: 2.4em; /*2.8em*/
  font-weight: 300;
}
.section-content p {
  font-size: 1.2em;
}

/*.section-content ul li {
  font-size: 1.2em;
}*/

.section-content .lead {
  font-size: 1.6em;
  color: #63656a;
}
.section-content.bg-content {
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.section-content.bg-content.bg-left {
  background-position: 0% 50%;
}
.section-content.bg-content.bg-right {
  background-position: 100% 50%;
}
@media all and (max-width: 1199px) {
  .section-content.bg-content {
    background-image: none !important;
  }
}
.section-content .list-steps ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: list-steps;
}
.section-content .list-steps ol > li {
  margin-bottom: 10px;
  background-color: #efefef;
  display: table;
  width: 100%;
  position: relative;
}
.section-content .list-steps ol > li:before {
  content: counter(list-steps);
  counter-increment: list-steps;
  display: block;
  width: 160px; /*200px;*/
  height: 160px; /*200px;*/
  background-color: #279989;
  color: #fff;
  float: left;
  text-align: center;
  line-height: 170px; /*200px;*/
  font-size: 90px; /*100px*/
  font-weight: 700;
}
.section-content .list-steps ol > li:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-width: 1em;
  border-style: solid;
  border-color: transparent transparent transparent #279989;
  position: absolute;
  left: 160px; /*200px;*/
  top: 50%;
  margin-top: -1em;
}
.section-content .list-steps ol > li h4 {
  font-size: 1.8em;
  color: #279989;
  font-weight: 700;
  margin-top: 0;
}
.section-content .list-steps ol > li:nth-child(even):before {
  background-color: #004851;
}
.section-content .list-steps ol > li:nth-child(even):after {
  border-left-color: #004851;
}
.section-content .list-steps ol > li .box {
  overflow: hidden;
  padding: 26px 40px 26px 40px; /*30px 40px 30px 40px;*/
}
@media all and (max-width: 991px) {
  .section-content .list-steps ol > li .box {
    padding: 18px 40px 18px 40px; /*30px;*/
  }
}
@media all and (max-width: 767px) {
  .section-content .list-steps ol > li:before {
    position: absolute;
    width: 2em;
    height: 2em;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 2em;
    line-height: 2em;
  }
  .section-content .list-steps ol > li:after {
    display: none;
  }
  .section-content .list-steps ol > li h4 {
    margin-left: 2.4em;
    margin-bottom: 30px;
  }
  .section-content .list-steps ol > li .box {
    padding: 15px;
  }
}
.section-content .table-cf {
  border-spacing: 5px;
  border-collapse: separate;
}
.section-content .table-cf td, .section-content .table-cf th {
  padding: 10px;
  vertical-align: top;
}
.section-content .table-cf thead th {
  background-color: #009A8C;
  color: #fff;
}
.section-content .table-cf tbody th {
  color: #009A8C;
  background-color: #F0F0F0;
  white-space: nowrap;
}
.section-content .table-cf tbody td {
  background-color: #F0F0F0;
}
.section-content .block-item {
  margin-bottom: 30px;
}
.section-content .block-item img {
  float: left;
  margin-right: 15px;
}
.section-content .block-item h4 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2em; /*1*/
}
.section-content .block-item .box {
  overflow: hidden;
}
.section-content .block-item .btn-box {
  border: 1px solid #279989;
  padding: 10px 15px;
  display: inline-block;
  font-size: 1.2em;
}
.section-content .block-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-content .block-list li {
  background-color: #efefef;
  padding: 40px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.section-content .block-list li .block-img {
  float: left;
  margin-right: 40px;
}
.section-content .block-list li .box {
  overflow: hidden;
}
.section-content .block-list li h4 {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}

/* News */
.list-news .news-item {
  background-color: #efefef;
  margin-bottom: 10px;
}
.list-news .news-item:after {
  content: ' ';
  display: block;
  clear: both;
}
@media all and (max-width: 991px) {
  .list-news .news-item {
    padding-top: 15px;
  }
}
.list-news .news-thumbnail {
  margin-left: -20px;
  border-right: 10px solid #fff;
  width: 100%;
}
@media all and (max-width: 991px) {
  .list-news .news-thumbnail {
    width: auto;
    border: none;
    margin: 0;
  }
}
.list-news .news-content {
  padding: 20px;
}
.list-news .news-content h4 {
  font-size: 1.4em;
  margin-top: 0;
}

/* Banner Dark Green */
.banner-dark-green {
  background: transparent url(../images/bg-banner-dark-green.jpg) 50% 50% no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  color: #fff;
  font-size: 1.6em;
}
.banner-dark-green h3 {
  font-size: 1.4em;
  margin: 0;
  margin-bottom: 10px;
}
.banner-dark-green p {
  margin: 0;
}
.banner-dark-green .link-boxed {
  font-size: 0.8em;
  padding-left: 50px;
  padding-right: 50px;
}

/* Call to action banner */
.cta-banner {
  color: #fff;
  font-size: 1.1em;
  display: table;
  width: 100%;
}
.cta-banner .box {
  display: table-row;
}
.cta-banner .banner-icon, .cta-banner .banner-text, .cta-banner .banner-button {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}
.cta-banner .banner-icon {
  width: 90px;
  padding-right: 0;
}
.cta-banner .banner-button {
  width: 100px;
  text-align: right;
  padding-left: 0;
  white-space: nowrap;
}
.cta-banner p {
  margin: 0;
}
.cta-banner.green {
  background-color: #279989;
}
.cta-banner.dark-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 479px) {
  .cta-banner .banner-icon, .cta-banner .banner-text, .cta-banner .banner-button {
    display: block;
    padding: 15px;
  }
  .cta-banner .banner-icon {
    display: none;
  }
  .cta-banner .banner-button {
    clear: both;
    text-align: center;
    width: auto;
    padding-top: 0px;
  }
}
#HeaderHero .cta-banner {
  font-size: 1.6em;
}
#HeaderHero .cta-banner .banner-button {
  font-size: 0.9em;
}

/* Content Information */
.content-info-download {
  overflow: hidden;
  padding: 20px;
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  min-height:275px;
}
.content-info-download .content-title {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  font-size: 1.3em; /*2em;*/
  font-weight: 300;
  margin-right: 20%;
}
.content-info-download .content-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.content-info-download .content-link {
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: 100;
  color: #000;
  display: inline-block;
  text-decoration: none;
}
.content-info-download:before {
  content: ' ';
  width: 200%;
  height: 100%;
  left: -50%;
  bottom: 50%;
  display: block;
  position: absolute;
  z-index: 1;
  transform: rotate(-28deg);
  transform-origin: 50% 100%;
}
.content-info-download.green:before {
  background-color: #279989;
}
.content-info-download.dark:before {
  background-color: #004851;
}
.content-info-download.light:before {
  background-color: #a4bcc2;
}
@media all and (max-width: 768px) {
  .content-info-download {
    padding-bottom: 100px;
  }
  .content-info-download:before {
    transform: rotate(-10deg);
  }
}
@media all and (min-width: 479px) and (max-width: 768px) {
 .content-info-download {
	min-height: 215px;
  }
}

/* Content Plain Download */
.content-plain-download {
  overflow: hidden;
  padding: 20px;
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.content-plain-download .content-title {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  font-size: 1.7em; /*2em*/
  font-weight: 300;
  margin-right: 20%;
}
.content-plain-download .content-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.content-plain-download .content-link {
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: 100;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.content-plain-download:before {
  content: ' ';
  width: 200%;
  height: 100%;
  left: -50%;
  bottom: 50%;
  display: block;
  position: absolute;
  z-index: 1;
  transform: rotate(-28deg);
  transform-origin: 50% 100%;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
}
.content-plain-download.green {
  background-color: #279989;
}
.content-plain-download.dark {
  background-color: #004851;
}
.content-plain-download.light {
  background-color: #a4bcc2;
}
@media all and (max-width: 767px) {
  .content-plain-download {
    padding-bottom: 100px;
  }
  .content-plain-download:before {
    transform: rotate(-10deg);
  }
}

/* FAQ */
.list-faq {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-faq > li .faq-title {
  background-color: #004851;
  font-weight: normal; /*700;*/
  color: #fff;
  font-size: 1.4em;
  padding: 20px 30px;
  transition: all 0.3s;
  margin-bottom: 0;
  cursor:pointer;
}
.list-faq > li .faq-title:before {
  content: ' ';
  display: inline-block;
  border: 3px solid #fff;
  width: 0.8em;
  height: 0.8em;
  float: left;
  margin-right: 20px;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.list-faq > li .faq-content {
  overflow: hidden;
  display: none;
  padding: 15px;
  background-color: #fff;
}
.list-faq > li.open .faq-title {
  background-color: #279989;
}
.list-faq > li.open .faq-title:before {
  transform: rotate(135deg);
}
.list-faq > li.open .faq-content {
  display: block;
}

/* Tabs */
.list-tab .tab-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-tab .tab-nav li {
  display: inline-block;
  background-color: #004851;
  transition: all 0.3s;
}
.list-tab .tab-nav li a {
  display: inline-block;
  padding: 20px 30px;
  font-weight: 700;
  color: #fff;
  min-width: 200px;
  text-decoration: none;
  font-size: 1.4em;
}
@media all and (max-width: 767px) {
  .list-tab .tab-nav li a {
    padding: 8px 15px;
    min-width: auto;
  }
}
.list-tab .tab-nav li.active {
  background-color: #279989;
}
.list-tab .tab-contents {
  position: relative;
}
.list-tab .tab-contents .tab-content-item {
  position: absolute;
  top: 0px;
}
.list-tab .tab-contents .tab-content-item.active {
  position: relative;
  display: block;
}
.list-tab.tab-theme-tab .tab-nav li a {
  min-width: 200px;
  padding: 15px 20px;
  font-size: 1.4em;
}
.list-tab.tab-theme-tab .tab-contents .tab-content-item {
  border: 4px solid #279989;
  padding: 30px;
}
.list-tab.tab-theme-news .tab-nav {
  text-align: center;
  margin-bottom: 20px;
}
.list-tab.tab-theme-news .tab-nav li a {
  min-width: auto;
  padding: 10px 10px;
  font-size: 1em;
}

/* Our People */
.list-team .team-item {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  overflow: hidden;
}
.list-team .team-item .item-thumbnail {
  padding-top: 100%;
  position: relative;
  z-index: 0;
  background-size: cover;
  backgrouns-position: 50% 50%;
  background-repeat: no-repeat;
}
.list-team .team-item .box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 72, 81, 0.8);
  transition: top 0.3s;
}
.list-team .team-item .item-name-title {
  position: absolute;
  color: #fff;
  bottom: 15px;
  left: 15px;
}
.list-team .team-item .item-name-title h4 {
  font-size: 1.4em;
}
.list-team .team-item .item-name-title p {
  margin-bottom: 0;
}
.list-team .team-item:hover .box {
  top: 0;
}

/* Slider Logo */
#SliderLogos {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
#SliderLogos .slider-logo {
  overflow: hidden;
  position: relative;
  left: 0;
}
#SliderLogos .slider-logo .box {
  position: relative;
  left: 0%;
  transition: left 0.5s;
}
#SliderLogos .slider-logo .box:after {
  contnet: ' ';
  display: block;
  clear: both;
}
#SliderLogos .slider-logo .item {
  padding: 15px;
  text-align: center;
  float: left;
}
#SliderLogos .slider-logo .item img {
  /*max-width: 100%;*/
  width: 100%;
}
#SliderLogos .btn {
  border: 1px solid #a7a8a8;
  width: 2.6em;
  height: 2.6em;
  margin: 0;
  background-color: transparent;
  text-indent: -9999em;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#SliderLogos .btn:before {
  content: ' ';
  border: 3px solid #a7a8a8;
  border-color: transparent #a7a8a8 #a7a8a8 transparent;
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.7em;
  margin-top: -0.7em;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}
#SliderLogos .btn:focus {
  outline: none;
}
#SliderLogos .btn.btn-next {
  right: 0;
}
#SliderLogos .btn.btn-next:before {
  transform: rotate(-45deg);
  margin-left: -1.1em;
}
#SliderLogos .btn.btn-prev {
  left: 0;
}
#SliderLogos .btn.btn-prev:before {
  transform: rotate(-225deg);
  margin-left: -0.3em;
}

/* Section Link Heading */
.section-link-heading {
  display: block;
  background-size: 100% 100%;
  padding: 20px;
  background-image: url(../images/bg-coloured-tile-green.jpg);
  color: #fff;
  font-weight: 300;
  margin: 0 -15px;
  padding-bottom: 130px;
}
@media all and (min-width: 320px) {
.section-link-heading {
  min-height: 200px;
}

@media all and (min-width: 768px) {
.section-link-heading {
  min-height: 290px; /*280px;*/
}
}
@media all and (min-width: 992px) {
.section-link-heading {
  min-height: 280px;
}
}
.section-link-heading h2 {
  font-size: 2.4em;
  font-weight: 300;
  margin-top: 1em;
  line-height: 1;
}
.section-link-heading h3 {
  font-size: 1.8em;
  line-height: 1;
  z-index: 2;
}
.section-link-heading p {
  font-weight: 100;
}
.section-link-heading .content-title {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  font-size: 1.7em; /*2em*/
  font-weight: 300;
  margin-right: 20%;
}
.section-link-heading .right-arrow {
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
.section-link-heading .right-arrow:before {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  display: block;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  content: ' ';
  transform: rotate(45deg);
  margin-left: -10%;
}
.section-link-heading .link-more {
  display: inline-block;
  border: 1px solid #fff;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 10px 50px;
  color: #fff;
}
.section-link-heading.red {
  background-image: url(../images/bg-coloured-tile-red.jpg);
}
.section-link-heading.green {
  background-image: url(../images/bg-coloured-tile-green.jpg);
}
.section-link-heading.light-green {
  background-image: url(../images/bg-coloured-tile-light-green.jpg);
}
.section-link-heading.dark-green {
  background-image: url(../images/bg-coloured-tile-dark-green.jpg);
}
.section-link-heading:hover {
  text-decoration: none;
  color: #fff;
}
.section-link-heading:after {
  content: ' ';
  clear: both;
  display: block;
}
.section-link-heading.heading-lg {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 100px;
}
.section-link-heading.heading-lg .right-arrow {
  right: 40px;
}
.section-link-heading.heading-lg .link-more {
  left: 40px;
  bottom: 40px;
}

/* Content Locations */
.content-locations {
  color: #fff;
}
.content-locations h1 {
  font-size: 2.6em;
  margin-bottom: 50px;
}
.content-locations .form-group {
  margin-bottom: 2em;
}
.content-locations .form-group label {
  font-size: 1.4em;
}
.content-locations .form-box {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.content-locations .form-box:before {
  display: block;
  width: 18px;
  height: 18px;
  content: ' ';
  position: absolute;
  right: 20px;
  top: 10px;
  border: 1px solid #19988b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: -1;
}

.content-locations select {
  appearance: none;
  -webkit-appearance: none;  /*Removes default chrome and safari style*/
  -moz-appearance: none;  /*Removes default firefox style*/
}

.content-locations select::-ms-expand {
    display: none;
}

/*.content-locations .select-no-arrow {
  margin-right: -38px;
}*/
.content-locations select.form-control {
  -webkit-appearance: none;
  background-color: transparent;
  line-height: inherit;
}
.content-locations .location-box {
  background-color: #fff;
  padding: 30px;
  color: #000;
}
.content-locations .location-box h3 {
  font-size: 1.4em;
  font-weight: 700;
  color: #19988b;
  margin-top: 0;
}


/* Contact form */
.contact-form {
  color: #444;
}
.contact-form h3 {
  font-size: 2.6em;
  margin-bottom: 50px;
}
.contact-form .form-group {
  margin-bottom: 0.8em; /*2em*/
}
.contact-form .form-group label {
  font-size: 1.4em;
}
.contact-form .form-box {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;

}

.contact-form .form-box .invalid-feedback {
	
	background-color: #bbbbbb;
	
	}
	
.contact-form .form-box:before {
  display: block;
  width: 18px;
  height: 18px;
  content: ' ';
  position: absolute;
  right: 20px;
  top: 5px;
  border: 1px solid #19988b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: -1;
}

.contact-form select {
    appearance: none;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default firefox style*/
}

.contact-form select::-ms-expand {
    display: none;
}

.contact-form .form-field {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/*.contact-form .select-no-arrow {
  margin-right: -38px;
}*/
	
	
.form-control
{
	display: block;
	color: #495057;
	background-color: #ffffff;
}
	
	
.contact-form select.form-control {
  -webkit-appearance: none;
  background-color: transparent;
  line-height: inherit;
  /*width: 92.9%;*/
}
.contact-form input.form-control {
  -webkit-appearance: none;
  background-color: #ffffff;
  line-height: inherit;
}
@media all and (max-width: 768px) {
.contact-form .form-box, .contact-form .form-field {
  margin: 0 20px;
}
}

.contact-form .submit-button{
  border: 1px solid #19988b;
  padding: 10px 30px;
  display: inline-block;
  color: #19988b;
  margin-left: 20px;
}

/* Solution Finder */
.solution-finder {
  color: #fff;
}
.solution-finder .form-group {
  /*margin-bottom: 2em;*/
}
.solution-finder .form-group label {
  font-size: 1.1em;
  font-weight: normal;
}
.solution-finder .form-box {
  background-color: #000; /*background-color: #fff;*/
  opacity: 0.8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.solution-finder .form-box:before {
  display: block;
  width: 18px;
  height: 18px;
  content: ' ';
  position: absolute;
  right: 20px;
  top: 10px;
  border: 1px solid #19988b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: -1;
}

.solution-finder select {
    appearance: none;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default firefox style*/
}

.solution-finder select::-ms-expand {
    display: none;
}

/*.solution-finder .select-no-arrow {
  margin-right: -38px;
}*/

.solution-finder select.form-control {
  -webkit-appearance: none;
  background-color: transparent;
  line-height: inherit;
  color: #fff;
}

.solution-finder select.form-control option {
  background-image:none !important;
  background-color: #000;
  opacity: 0.8;
}
	
/* Custom website dropdown in header*/
#website-clickthrough{
  display:inline-block;
  /*height:45px;*/
  color: #fff;		
  background-color: #000;
  border:none;
  cursor: pointer;
}
#website-clickthrough:hover{
  text-decoration: underline;
}
.icon-globe{
  border-left: 1px solid #7a7a7a;
  /*padding: 0 6px;*/
}
#TopBar .top-site .site-box {
  display: none;
}
#TopBar .top-site select {
  color: #fff;
  border: none;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  appearance: none;
  -webkit-appearance: none;  /*Removes default chrome and safari style*/
  -moz-appearance: none;  /*Removes default firefox style*/
}
#TopBar .top-site select:focus {
  outline: none;
}
#TopBar .top-site .box-close {
  display: none;
}
.box-select{
	width: 70px
}
#TopBar .top-search, #TopBar .top-fleet-login, #TopBar .top-invoice-login, .box-select{
	border-right: none;
}

@media all and (max-width: 480px) {

	#TopBar.open-site {
    padding-bottom: 45px;
  }
	#TopBar.open-site .top-site .site-box {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 10px;
    border-top: 1px solid #7a7a7a;
  }
  #TopBar.open-site .top-site select {
    width: 100%;
    background-color: #313131;
    height: 25px;
    font-size: 14px;
    padding: 0 10px;
    display: block;
  }
  #TopBar.open-site .top-site .box-close {
    display: block;
    float: right;
  }
  #TopBar.open-site .top-site .btn-close2 {
    background-color: transparent;
    padding: 0;
    border: none;
    vertical-align: top;
  }
  #TopBar.open-site .top-site .btn-close2:hover {
    color: #fff;
  }
  #TopBar.open-site .top-site .btn-close2 .icon-cancel:before {
    margin-right: 0;
  }
  #TopBar.open-site .top-site .box-select {
    overflow: hidden;
    padding-right: 10px;
	width: initial;
  }
  #TopBar i.icon-globe{
	padding: 0 6px;
 }
  #TopBar .mob-menu{
	display: inline-block;
 }
  #TopBar .tab-menu{
	display: none !important;
 }
}

@media all and (min-width: 480px) {
  #TopBar {
    line-height: 3em;
  }
  #TopBar .top-site{
    padding-left: 10px;
    padding-right: 10px;
  }
  #TopBar .top-site .site-box {
    display: inline-block;
  }
  #TopBar .top-site select {
    width: 170px;
  }
  #TopBar i.icon-globe{
    float: none;
	padding-left: 15px;
 }
  #TopBar .mob-menu{
	display: none !important;
 }
  #TopBar .tab-menu{
	display: inline-block;
 }
}
	
@media all and (min-width: 768px) {
  #TopBar .top-site{
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
