﻿/* ------------------------------------------------------ MIX-INS */
/*.box-shadow (@x: 0px, @y: 3px, @blur: 5px, @alpha: 0.5) {
    -webkit-box-shadow: @x @y @blur rgba(0, 0, 0, @alpha);
    -moz-box-shadow: @x @y @blur rgba(0, 0, 0, @alpha);
    box-shadow: @x @y @blur rgba(0, 0, 0, @alpha);
}

.box-shadow-inset() {
    -webkit-box-shadow: inset 0px -3px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px -3px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px -3px 10px 0px rgba(50, 50, 50, 0.5);
}*/
/* ------------------------------------------------------ PALETTE */
/*
        #c69d05 GROUP
        #326e96 LOGISTICS
        #e73b22 RAIL
        #d0b600 CONSTRUCTION
        #6f6f6e MAINTENANCE
        #74b95b SURFACES
    */
/* ------------------------------------------------------ FONTS */
@font-face {
  font-family: 'Forza-Black';
  src: url('/fonts/Forza-Black.eot?#iefix') format('embedded-opentype'), url('/fonts/Forza-Black.otf') format('opentype'), url('/fonts/Forza-Black.woff') format('woff'), url('/fonts/Forza-Black.ttf') format('truetype'), url('/fonts/Forza-Black.svg#Forza-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------------------------ LESS */
.text-whm-primary {
  color: #b49610;
}
html,
body {
  background-color: #555454;
  color: #1a1a1a;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}
.background-slices {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
}
.background-slices .background-slice {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-slices .background-slice .feature-strip {
  width: 50%;
  height: 215px;
  position: absolute;
  right: 0px;
  bottom: 70px;
  min-width: 650px;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .background-slices .background-slice .feature-strip {
    min-width: 100%;
  }
}
.background-slices .background-slice .feature-strip .strap-line-1 {
  font-family: 'Forza-Black' !important;
  height: 120px;
  border-top: 3px solid black;
  padding: 0px 14px 14px 14px;
  background-color: rgba(200, 200, 200, 0.5);
  text-transform: uppercase;
}
.background-slices .background-slice .feature-strip .strap-line-1 .line-1 {
  font-weight: normal;
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .background-slices .background-slice .feature-strip .strap-line-1 .line-1 {
    font-size: 24px;
  }
}
.background-slices .background-slice .feature-strip .strap-line-1 .line-2 {
  font-weight: normal;
  font-size: 34px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .background-slices .background-slice .feature-strip .strap-line-1 .line-2 {
    font-size: 18px !important;
  }
}
.background-slices .background-slice .feature-strip .strap-line-2 {
  margin-top: 12px;
  padding: 8px 14px 8px 14px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: #000;
}
header.main-header {
  border-top: 5px solid #c69d05;
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  header.main-header {
    height: 90px;
  }
}
@media (max-width: 768px) {
  header.main-header {
    height: 118px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  header.main-header {
    height: 190px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  header.main-header {
    height: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header.main-header {
    height: 120px;
  }
}
header.main-header .container {
  margin: 0 auto;
}
header.main-header .brand-logo .logo {
  position: absolute;
  top: -21px;
  left: 25px;
  float: left;
  margin: 0;
  padding: 0 10px;
  /*@media (max-width: 768px) {
                float: none;
                width: 100%;
                left: 0px;
                top: -72px;
                text-align: center;
            }*/
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header.main-header .brand-logo .logo {
    top: 20px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  header.main-header .brand-logo .logo {
    top: -40px;
    width: 100%;
    text-align: center;
    left: 0;
    float: none;
  }
}
header.main-header .brand-logo .logo img {
  height: 45px;
}
header.main-header .global-nav .col-md-9 {
  float: left;
}
@media (max-width: 768px) {
  header.main-header .global-nav .col-md-9 {
    float: none;
  }
}
@media (max-width: 768px) {
  header.main-header .global-nav .col-md-3 {
    display: none;
  }
}
header.main-header .global-nav nav {
  /*float: right;*/
  text-align: right;
}
@media (max-width: 768px) {
  header.main-header .global-nav nav {
    text-align: center;
  }
}
header.main-header .global-nav nav ul {
  margin: 0;
  padding: 3px 0 0 240px;
  list-style: none;
  background: transparent;
}
@media (max-width: 768px) {
  header.main-header .global-nav nav ul {
    padding-left: 0px;
  }
}
header.main-header .global-nav nav ul li {
  margin: 0;
  font-size: 11px;
  /*float: left;*/
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
header.main-header .global-nav nav ul li a {
  padding: 5px 8px 5px 8px;
  display: block;
  color: #fff;
}
header.main-header .global-nav nav ul li a:link,
header.main-header .global-nav nav ul li a:visited {
  text-decoration: none;
}
header.main-header .global-nav nav ul li a:hover,
header.main-header .global-nav nav ul li a:active {
  text-decoration: underline;
}
header.main-header .global-nav .search-bar-form {
  margin: 0 18px 0 0;
  /*float: right;*/
  display: inline-block;
}
header.main-header .global-nav .search-bar-form .search-text {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  behavior: url(/css/css3pie/PIE.htc);
  position: relative;
  margin: 4px 6px 0 0;
  padding: 2px 4px;
  width: 115px;
  /*float: left;*/
  font-size: 11px;
  outline: none;
  border: 1px solid #9d9d9d;
}
@media (min-width: 768px) {
  header.main-header .global-nav .search-bar-form .search-text {
    width: 115px;
  }
}
@media (min-width: 992px) {
  header.main-header .global-nav .search-bar-form .search-text {
    width: 115px;
  }
}
@media (min-width: 1200px) {
  header.main-header .global-nav .search-bar-form .search-text {
    width: 155px;
  }
}
header.main-header .global-nav .search-bar-form .search-btn {
  margin-top: 1px;
  width: 25px;
  height: 25px;
  /*float: left;*/
  outline: none;
  background-image: url(/Graphics/icon-search.png);
  background-color: transparent;
  border: solid 0 #000000;
}
header.main-header .main-nav .container {
  background-color: rgba(0, 0, 0, 0.8);
}
header.main-header .main-nav nav .container {
  padding-left: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  header.main-header .main-nav nav .container {
    float: none;
  }
}
header.main-header .main-nav nav ul.main-menu {
  margin: 0 auto;
  padding: 10px 25px;
  background: transparent;
  list-style: none;
  float: right;
}
@media (max-width: 992px) {
  header.main-header .main-nav nav ul.main-menu {
    padding-top: 28px;
  }
}
@media (max-width: 768px) {
  header.main-header .main-nav nav ul.main-menu {
    padding-top: 0px;
    float: none;
    text-align: center;
  }
}
header.main-header .main-nav nav ul.main-menu li.menu-item {
  margin: 0;
  float: left;
  padding: 0;
  height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  header.main-header .main-nav nav ul.main-menu li.menu-item {
    float: none;
    display: inline-block;
  }
}
header.main-header .main-nav nav ul.main-menu li.menu-item a.link-item {
  padding: 0 26px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  color: #fff;
  text-decoration: none;
  background: transparent;
  border-right: solid #ccc 1px;
}
@media (max-width: 992px) {
  header.main-header .main-nav nav ul.main-menu li.menu-item a.link-item {
    padding: 0 22px;
  }
}
@media (max-width: 768px) {
  header.main-header .main-nav nav ul.main-menu li.menu-item a.link-item {
    padding: 0 10px;
    font-size: 12px;
  }
}
header.main-header .main-nav nav ul.main-menu li.menu-item a.link-item span.icon {
  padding: 0;
  margin: 0;
}
header.main-header .main-nav nav ul.main-menu li.menu-item a.link-item:hover {
  text-decoration: underline;
}
header.main-header .main-nav nav ul.main-menu li.menu-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 300;
  min-width: 200px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.8);
}
header.main-header .main-nav nav ul.main-menu li.menu-item ul li {
  margin: 0;
  border-bottom: 1px solid #9d9d9d;
  width: auto;
  overflow: visible;
  line-height: normal;
}
header.main-header .main-nav nav ul.main-menu li.menu-item ul li a {
  padding: 8px;
  display: block;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}
header.main-header .main-nav nav ul.main-menu li.menu-item ul li a:hover {
  background: #000;
  text-decoration: underline;
}
header.main-header .main-nav nav ul.main-menu li.menu-item:first-child a.link-item {
  background: transparent;
  border-left: solid #ccc 1px;
}
header.main-header .main-nav nav ul.main-menu li.menu-item:first-child a.link-item:hover {
  background: transparent;
}
header.main-header .main-nav nav ul.main-menu li.menu-item:last-child a.link-item {
  background: transparent;
}
header.main-header .main-nav nav ul.main-menu li.menu-item:last-child a.link-item:hover {
  background: transparent;
}
section.header-banner-shadow {
  background-color: transparent;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 1;
}
@media (max-width: 992px) {
  section.header-banner-shadow {
    height: 90px;
  }
}
@media (max-width: 768px) {
  section.header-banner-shadow {
    height: 118px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  section.header-banner {
    padding-top: 180px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  section.header-banner {
    padding-top: 100px !important;
  }
}
section.header-banner div.header-image {
  /*height:370px;*/
  overflow-y: hidden;
}
section.header-banner div.header-image div.banner-image,
section.header-banner div.header-image img {
  width: 100%;
}
section.header-banner div.header-image-none {
  height: 70px;
}
section.header-banner div.map-banner {
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin: 0 auto;
}
section.header-banner div.map-banner .whm-location-infowin {
  margin-bottom: 22px;
  width: 322px;
}
section.header-banner div.map-banner .whm-location-infowin .loc-address {
  margin: 0 22px 22px 0;
  width: 150px;
  float: left;
}
section.header-banner div.map-banner .whm-location-infowin .loc-contact {
  width: 150px;
  float: right;
}
section.header-banner div.map-banner .whm-location-infowin .loc-directions {
  margin: 12px 0 22px 0;
  width: 150px;
  float: right;
}
section.header-banner div.map-banner .gm-style > *:last-child {
  top: 70px !important;
}
section.main-nav .container {
  float: right;
  background-color: rgba(0, 0, 0, 0.8);
}
section.main-nav .banner-pager {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 285px;
  right: 15px;
  z-index: 200;
}
section.main-nav .banner-pager li {
  margin: 0 0 0 20px;
  float: left;
}
section.main-nav .banner-pager li a {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #c59f00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/css/css3pie/PIE.htc);
  position: relative;
}
section.main-nav .banner-pager li a span {
  display: none;
}
section.main-nav .banner-pager li a:hover {
  background-color: #846900;
}
section.main-nav .banner-pager li.current a {
  background-color: #fff;
}
section.main-bread {
  position: relative;
  z-index: 2;
}
section.main-bread .breadcrumb {
  margin-bottom: 0px;
  border-radius: 0px;
}
section.main-feature .main-feature-image {
  margin-top: -72px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 10;
  overflow-y: hidden;
  overflow-x: hidden;
}
section.main-body {
  padding-bottom: 90px;
  background-color: #fff;
  min-height: 100%;
}
section.main-body .main-content {
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5) inset;
  color: #3d3d3d;
  line-height: 24px;
}
section.main-body .main-content .left-column {
  padding-left: 30px;
}
section.main-body .main-content .right-column {
  padding-right: 30px;
}
section.main-body .main-content .full-width-column {
  padding-left: 30px;
  padding-right: 30px;
}
section.main-body .main-content .float-left {
  margin: 0 12px 12px 0;
  float: left;
}
section.main-body .main-content .float-right {
  margin: 0 0 12px 12px;
  float: right;
}
section.main-body .main-content .page-header {
  margin: 26px 0;
  padding: 0;
  border-bottom: none;
}
section.main-body .main-content .page-header h1 {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
section.main-body .main-content .page-header h1 .line-1 {
  float: left;
  clear: both;
  color: #897406;
}
section.main-body .main-content .page-header h1 .line-2 {
  float: left;
  clear: both;
  color: #000;
}
section.main-body .main-content .whm-locations {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
}
section.main-body .main-content .whm-locations .whm-location {
  padding: 0;
  margin-bottom: 30px;
  font-size: 12px;
}
section.main-body .main-content .whm-locations .whm-location h4 {
  font-size: 13px;
  font-weight: bold;
}
section.main-body .main-content .whm-locations .whm-location address {
  margin: 0;
  height: 110px;
}
section.main-body .main-content .youtube-video {
  text-align: center;
  line-height: 0;
}
section.main-body .main-content .whm-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.main-body .main-content .whm-gallery ul li {
  margin: 0 12px 12px 0;
  float: left;
}
section.main-body .main-content .whm-gallery ul li a {
  display: block;
  border: 1px solid #9d9d9d;
}
section.main-body .main-content .whm-gallery ul li a:hover {
  border: 1px solid #000;
}
section.main-body .main-content .contact-form {
  width: 500px;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  section.main-body .main-content .contact-form {
    width: calc(100% - 15px) !important;
  }
}
section.main-body .main-content .contact-form textarea.form-control {
  height: 90px;
}
section.main-body .main-content .contact-form textarea.message-content {
  height: 150px;
}
section.main-body .main-content .contact-form .field-validation-error {
  font-weight: bold;
  color: #f00;
}
section.main-body .main-content .news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.main-body .main-content .news-list li {
  margin: 0 0 0 0;
  padding: 24px 0 12px 0;
  border-bottom: 1px dotted #ccc;
}
section.main-body .main-content .news-list li h2 {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
section.main-body .main-content .news-list li .news-image {
  margin: 0 0 12px 12px;
  width: 82px;
  height: 82px;
  float: right;
  border: 1px solid #ccc;
}
section.main-body .main-content .news-list li .news-image:hover {
  border: 1px solid #000;
}
section.main-body .main-content .news-list li .news-teaser {
  margin: 0 0 12px 0;
}
section.main-body .main-content .news-list li .news-more {
  font-size: 11px;
}
section.main-body .main-content .news-list li .news-more .news-date {
  margin-right: 18px;
  color: #9d9d9d;
}
section.main-body .main-content .news-list li:last-child {
  border: none;
}
section.main-body .main-content .search-form {
  margin: 0 0 24px 0;
}
section.main-body .main-content .search-results .search-result {
  margin: 0 0 0 0;
  padding: 24px 0 12px 0;
  border-bottom: 1px dotted #ccc;
}
section.main-body .main-content .search-results .search-result h3 {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
section.main-body .main-content .search-results .search-result .teaser {
  margin: 0 0 12px 0;
}
section.main-body .main-content .search-results .search-result:last-child {
  border: none;
}
section.main-body .main-content .logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
section.main-body .main-content .logo-list li {
  float: left;
  width: 200px;
  height: 150px;
  text-align: center;
}
section.main-body .main-content .logo-list li a {
  background-color: #fff;
  display: block;
}
section.main-body .main-content .logo-list li a img {
  margin: 0 0 8px 0;
  padding: 5px;
  border: 5px solid #ccc;
}
section.main-body .main-content .logo-list li a:hover img {
  border-color: #474747;
}
section.main-body .main-content .download-list div {
  text-align: center;
  height: 200px;
  overflow-y: hidden;
}
section.main-body .main-content .download-list div a img {
  margin: 0 0 8px 0;
  padding: 5px;
  border: 5px solid #ccc;
}
section.main-body .main-content .download-list div a:hover img {
  border-color: #474747;
}
section.main-body .main-content .sidebar-snippet {
  margin: 30px 0;
  line-height: normal;
}
@media (max-width: 992px) {
  section.main-body .main-content .sidebar-snippet {
    padding-left: 15px;
  }
}
section.main-body .main-content .sidebar-snippet .whm-quote,
section.main-body .main-content .content-snippet .whm-quote {
  margin: 0;
  width: 100%;
}
section.main-body .main-content .sidebar-snippet .whm-quote .quote-text-primary,
section.main-body .main-content .content-snippet .whm-quote .quote-text-primary {
  color: #cdb127;
}
section.main-body .main-content .sidebar-snippet .whm-quote blockquote,
section.main-body .main-content .content-snippet .whm-quote blockquote {
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #c7c6c1;
  color: #312e27;
  background-color: #f9f6e7;
  font-weight: bold;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
}
section.main-body .main-content .sidebar-snippet .whm-quote .quote-arrow,
section.main-body .main-content .content-snippet .whm-quote .quote-arrow {
  margin: -1px 0 0 16px;
  display: block;
  width: 23px;
  height: 18px;
  background: url(/Graphics/bg-quote-arrow.png) no-repeat;
}
section.main-body .main-content .sidebar-snippet .whm-quote .whm-quote-by,
section.main-body .main-content .content-snippet .whm-quote .whm-quote-by {
  margin: 4px 0 0 0;
  color: #7d7d7d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
section.main-body .main-content .sidebar-snippet .whm-quote .whm-quote-by .quote-text-primary,
section.main-body .main-content .content-snippet .whm-quote .whm-quote-by .quote-text-primary {
  text-transform: none;
  font-size: 12px;
}
section.main-body .main-content .sidebar-snippet .news-snippets,
section.main-body .main-content .content-snippet .news-snippets {
  margin: 0;
}
section.main-body .main-content .sidebar-snippet .news-snippets h4,
section.main-body .main-content .content-snippet .news-snippets h4 {
  margin: 0;
  padding: 8px 4px;
  border-top: 1px solid #c3c3c3;
  color: #474747;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
section.main-body .main-content .sidebar-snippet .news-snippets .news-snippet,
section.main-body .main-content .content-snippet .news-snippets .news-snippet {
  margin: 0;
  padding: 0 0 15px 0;
  border-top: 1px solid #c3c3c3;
  color: #474747;
  font-size: 14px;
}
section.main-body .main-content .sidebar-snippet .news-snippets .news-snippet .snippet-image,
section.main-body .main-content .content-snippet .news-snippets .news-snippet .snippet-image {
  margin: 15px 0 0 0;
  width: 120px;
  height: 80px;
  float: left;
  background-color: #ccc;
}
section.main-body .main-content .sidebar-snippet .news-snippets .news-snippet .snippet-image a,
section.main-body .main-content .content-snippet .news-snippets .news-snippet .snippet-image a {
  display: block;
  width: 120px;
  height: 80px;
  border: 1px solid #9d9d9d;
}
section.main-body .main-content .sidebar-snippet .news-snippets .news-snippet .snippet-image a:hover,
section.main-body .main-content .content-snippet .news-snippets .news-snippet .snippet-image a:hover {
  border-color: #474747;
  text-decoration: none;
}
section.main-body .main-content .sidebar-snippet .news-snippets .news-snippet .snippet-teaser,
section.main-body .main-content .content-snippet .news-snippets .news-snippet .snippet-teaser {
  /*
                            width: 145px;
                            float: right;
                            */
  margin-left: 135px;
}
section.main-body .main-content .sidebar-snippet .news-snippets .news-snippet .snippet-teaser main h5,
section.main-body .main-content .content-snippet .news-snippets .news-snippet .snippet-teaser main h5 {
  margin: 15px 0 0 0;
  color: #474747;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
section.main-body .main-content .sidebar-snippet .news-snippets .news-snippet .snippet-teaser .teaser,
section.main-body .main-content .content-snippet .news-snippets .news-snippet .snippet-teaser .teaser {
  margin: 4px 0;
  color: #474747;
  font-size: 11px;
}
section.main-body .main-content .sidebar-snippet .news-snippets .news-snippet .snippet-teaser .read-more,
section.main-body .main-content .content-snippet .news-snippets .news-snippet .snippet-teaser .read-more {
  color: #c69d05;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
}
section.main-body .main-content .sidebar-snippet .contact-number-snippet,
section.main-body .main-content .content-snippet .contact-number-snippet {
  color: #434343;
  text-align: center;
  font-size: 14px;
}
section.main-body .main-content .sidebar-snippet .contact-number-snippet .tel-no,
section.main-body .main-content .content-snippet .contact-number-snippet .tel-no {
  margin: 0 auto;
  padding: 4px 10px;
  width: 270px;
  border: 3px solid #ad933e;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #292a2c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #292a2c 0%, #393e42 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292a2c), color-stop(100%, #393e42));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #292a2c 0%, #393e42 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #292a2c 0%, #393e42 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #292a2c 0%, #393e42 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #292a2c 0%, #393e42 100%);
  /* W3C */
  behavior: url(/css/css3pie/PIE.htc);
  position: relative;
}
section.main-body .main-content .sidebar-snippet .contact-number-snippet .tel-no a,
section.main-body .main-content .content-snippet .contact-number-snippet .tel-no a {
  text-decoration: none;
  color: #fff;
}
section.main-body .main-content .sidebar-snippet .contact-number-snippet .tel-no ahover,
section.main-body .main-content .content-snippet .contact-number-snippet .tel-no ahover {
  text-decoration: none;
}
footer.main-footer {
  padding: 15px;
  border-top: 3px solid #c1a614;
  background-color: rgba(0, 0, 0, 0.8);
  height: 70px;
  width: 100%;
  z-index: 999;
  position: fixed;
  bottom: 0;
}
footer.main-footer p {
  margin: 0;
  font-size: 11px;
  color: #fff;
  line-height: 18px;
}
footer.main-footer .footer-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}
footer.main-footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
footer.main-footer .footer-nav ul li {
  margin: 0 0 0 14px;
  font-size: 11px;
  float: left;
}
footer.main-footer .footer-nav ul li a {
  color: #fff;
}
.career-form .field-validation-valid {
  display: none;
}
.career-form .validation-summary-valid {
  display: none;
}
.career-form .field-validation-error {
  color: red;
}
.career-form .input-validation-error {
  border: 1px solid red;
  background-color: #fcdad9;
}
.career-form .checkbox-list {
  margin-bottom: 20px;
}
.career-form .checkbox-list label > span {
  font-weight: normal;
}
.careers-list li > strong {
  color: #428bca;
}
.vacancy-details-snippet dl {
  padding: 6px 10px;
  margin-bottom: 1px;
  background-color: lightgray;
}
.vacancy-details-snippet dl dt {
  /*display:inline-block;*/
  float: left;
  width: 80px;
  font-weight: bold;
}
.vacancy-details-snippet dl dd {
  /*display:inline-block;*/
  margin-left: 80px;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  p iframe {
    width: 300px !important;
    margin: 0 auto;
  }
  .youtube-video iframe {
    width: 300px !important;
    margin: 0 auto;
  }
}
/* ------------------------------------------------------ IMPORTS */
.brand-logistics .text-whm-primary {
  color: #326e96;
}
.brand-logistics header.main-header {
  border-top: 6px solid #326e96;
}
.brand-logistics .background-slices .background-slice .feature-strip .strap-line-1 {
  border-top-color: #326e96;
}
.brand-logistics section.main-nav .banner-pager li a {
  background-color: #326e96;
}
.brand-logistics section.main-nav .banner-pager li a:hover {
  background-color: #64748b;
}
.brand-logistics section.main-nav .banner-pager li.current a {
  background-color: #fff;
}
.brand-logistics section.main-nav navNope {
  background: url(/Graphics/bg-navbar-pattern-logistics.png) repeat-x bottom;
}
.brand-logistics section.main-nav navNope .container {
  background: url(/Graphics/bg-main-nav-logistics.png) repeat-x;
}
.brand-logistics section.main-nav navNope ul.main-menu li.menu-item a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-logistics.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-logistics.png) no-repeat left center;
}
.brand-logistics section.main-nav navNope ul.main-menu li.menu-item a.link-item span.icon {
  margin: 0 0 0 8px;
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/Graphics/icon-main-nav-triangle.png) no-repeat center;
}
.brand-logistics section.main-nav navNope ul.main-menu li.menu-item a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-left-logistics.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-logistics.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-logistics.png) repeat-x;
}
.brand-logistics section.main-nav navNope ul.main-menu li.menu-item.slide-active a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-logistics.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-logistics.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-logistics.png) repeat-x;
}
.brand-logistics section.main-nav navNope ul.main-menu li.menu-item ul {
  border: 4px solid #1C455E;
  border-bottom: none;
}
.brand-logistics section.main-nav navNope ul.main-menu li.menu-item ul li a:hover {
  background: none;
  color: #1C455E;
  text-decoration: none;
}
.brand-logistics section.main-nav navNope ul.main-menu li.menu-item:first-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-logistics.png) no-repeat right center, url(/Graphics/bg-main-nav-logistics.png) repeat-x;
}
.brand-logistics section.main-nav navNope ul.main-menu li.menu-item:first-child a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-left-logistics.png) no-repeat right center, url(/Graphics/bg-main-nav-hover-logistics.png) repeat-x;
}
.brand-logistics section.main-nav navNope ul.main-menu li.slide-active:first-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-logistics.png) no-repeat right center, url(/Graphics/bg-main-nav-hover-logistics.png) repeat-x;
}
.brand-logistics section.main-nav navNope ul.main-menu li.menu-item:last-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-right-logistics.png) no-repeat left center, url(/Graphics/bg-main-nav-logistics.png) repeat-x;
}
.brand-logistics section.main-nav navNope ul.main-menu li.menu-item:last-child a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-right-logistics.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-logistics.png) repeat-x;
}
.brand-logistics section.main-nav navNope ul.main-menu li.slide-active:last-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-right-logistics.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-logistics.png) repeat-x;
}
.brand-logistics section.main-body .main-content .page-header h1 .line-1 {
  float: left;
  clear: both;
  color: #326e96;
}
.brand-logistics section.main-body .main-content .sidebar-snippet .whm-quote .quote-text-primary,
.brand-logistics section.main-body .main-content .content-snippet .whm-quote .quote-text-primary {
  color: #326e96;
}
.brand-logistics section.main-body .main-content .sidebar-snippet .contact-number-snippet .tel-no,
.brand-logistics section.main-body .main-content .content-snippet .contact-number-snippet .tel-no {
  border: 3px solid #326e96;
}
.brand-logistics footer.main-footer {
  border-top: 3px solid #326e96;
}
.brand-rail .text-whm-primary {
  color: #b1321c;
}
.brand-rail header.main-header {
  border-top: 6px solid #e73b22;
}
.brand-rail .background-slices .background-slice .feature-strip .strap-line-1 {
  border-top-color: #e73b22;
}
.brand-rail section.main-nav .banner-pager li a {
  background-color: #e73b22;
}
.brand-rail section.main-nav .banner-pager li a:hover {
  background-color: #b1321c;
}
.brand-rail section.main-nav .banner-pager li.current a {
  background-color: #fff;
}
.brand-rail section.main-nav navNope {
  background: url(/Graphics/bg-navbar-pattern-rail.png) repeat-x bottom;
}
.brand-rail section.main-nav navNope .container {
  background: url(/Graphics/bg-main-nav-rail.png) repeat-x;
}
.brand-rail section.main-nav navNope ul.main-menu li.menu-item a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-rail.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-rail.png) no-repeat left center;
}
.brand-rail section.main-nav navNope ul.main-menu li.menu-item a.link-item span.icon {
  margin: 0 0 0 8px;
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/Graphics/icon-main-nav-triangle.png) no-repeat center;
}
.brand-rail section.main-nav navNope ul.main-menu li.menu-item a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-left-rail.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-rail.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-rail.png) repeat-x;
}
.brand-rail section.main-nav navNope ul.main-menu li.menu-item.slide-active a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-rail.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-rail.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-rail.png) repeat-x;
}
.brand-rail section.main-nav navNope ul.main-menu li.menu-item ul {
  border: 4px solid #b1321c;
  border-bottom: none;
}
.brand-rail section.main-nav navNope ul.main-menu li.menu-item ul li a:hover {
  background: none;
  color: #b1321c;
  text-decoration: none;
}
.brand-rail section.main-nav navNope ul.main-menu li.menu-item:first-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-rail.png) no-repeat right center, url(/Graphics/bg-main-nav-rail.png) repeat-x;
}
.brand-rail section.main-nav navNope ul.main-menu li.menu-item:first-child a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-left-rail.png) no-repeat right center, url(/Graphics/bg-main-nav-hover-rail.png) repeat-x;
}
.brand-rail section.main-nav navNope ul.main-menu li.slide-active:first-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-rail.png) no-repeat right center, url(/Graphics/bg-main-nav-hover-rail.png) repeat-x;
}
.brand-rail section.main-nav navNope ul.main-menu li.menu-item:last-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-right-rail.png) no-repeat left center, url(/Graphics/bg-main-nav-rail.png) repeat-x;
}
.brand-rail section.main-nav navNope ul.main-menu li.menu-item:last-child a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-right-rail.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-rail.png) repeat-x;
}
.brand-rail section.main-nav navNope ul.main-menu li.slide-active:last-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-right-rail.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-rail.png) repeat-x;
}
.brand-rail section.main-body .main-content .page-header h1 .line-1 {
  float: left;
  clear: both;
  color: #b1321c;
}
.brand-rail section.main-body .sidebar-snippet .whm-quote .quote-text-primary,
.brand-rail section.main-body .content-snippet .whm-quote .quote-text-primary {
  color: #b1321c;
}
.brand-rail section.main-body .sidebar-snippet .contact-number-snippet .tel-no,
.brand-rail section.main-body .content-snippet .contact-number-snippet .tel-no {
  border: 3px solid #e73b22;
}
.brand-rail footer.main-footer {
  border-top: 3px solid #e73b22;
}
.brand-construction .text-whm-primary {
  color: #d0b600;
}
.brand-construction header.main-header {
  border-top: 6px solid #d0b600;
}
.brand-construction .background-slices .background-slice .feature-strip .strap-line-1 {
  border-top-color: #d0b600;
}
.brand-construction section.main-nav .banner-pager li a {
  background-color: #bfa800;
}
.brand-construction section.main-nav .banner-pager li a:hover {
  background-color: #6f6f6e;
}
.brand-construction section.main-nav .banner-pager li.current a {
  background-color: #fff;
}
.brand-construction section.main-nav navNope {
  background: url(/Graphics/bg-navbar-pattern-construction.png) repeat-x bottom;
}
.brand-construction section.main-nav navNope .container {
  background: url(/Graphics/bg-main-nav-construction.png) repeat-x;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item a.link-item {
  color: #6f6f6e;
  background: url(/Graphics/bg-main-nav-divider-left-construction.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-construction.png) no-repeat left center;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item a.link-item span.icon {
  margin: 0 0 0 8px;
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/Graphics/icon-main-nav-triangle-grey.png) no-repeat center;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item a.link-item:hover {
  color: #fff;
  background: url(/Graphics/bg-main-nav-divider-left-construction.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-construction.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-construction.png) repeat-x;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item a.link-item:hover span.icon {
  margin: 0 0 0 8px;
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/Graphics/icon-main-nav-triangle.png) no-repeat center;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item.slide-active a.link-item {
  color: #fff;
  background: url(/Graphics/bg-main-nav-divider-left-construction.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-construction.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-construction.png) repeat-x;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item.slide-active a.link-item span.icon {
  margin: 0 0 0 8px;
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/Graphics/icon-main-nav-triangle.png) no-repeat center;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item ul {
  border: 4px solid #d0b600;
  border-bottom: none;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item ul li a:hover {
  background: none;
  color: #d0b600;
  text-decoration: none;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item:first-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-construction.png) no-repeat right center, url(/Graphics/bg-main-nav-construction.png) repeat-x;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item:first-child a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-left-construction.png) no-repeat right center, url(/Graphics/bg-main-nav-hover-construction.png) repeat-x;
}
.brand-construction section.main-nav navNope ul.main-menu li.slide-active:first-child a.link-item {
  color: #fff;
  background: url(/Graphics/bg-main-nav-divider-left-construction.png) no-repeat right center, url(/Graphics/bg-main-nav-hover-construction.png) repeat-x;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item:last-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-right-construction.png) no-repeat left center, url(/Graphics/bg-main-nav-construction.png) repeat-x;
}
.brand-construction section.main-nav navNope ul.main-menu li.menu-item:last-child a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-right-construction.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-construction.png) repeat-x;
}
.brand-construction section.main-nav navNope ul.main-menu li.slide-active:last-child a.link-item {
  color: #fff;
  background: url(/Graphics/bg-main-nav-divider-right-construction.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-construction.png) repeat-x;
}
.brand-construction section.main-body .main-content .page-header h1 .line-1 {
  float: left;
  clear: both;
  color: #bfa800;
}
.brand-construction section.main-body .sidebar-snippet .whm-quote .quote-text-primary,
.brand-construction section.main-body .content-snippet .whm-quote .quote-text-primary {
  color: #d0b600;
}
.brand-construction section.main-body .sidebar-snippet .contact-number-snippet .tel-no,
.brand-construction section.main-body .content-snippet .contact-number-snippet .tel-no {
  border: 3px solid #d0b600;
}
.brand-construction footer.main-footer {
  border-top: 3px solid #d0b600;
}
.brand-maintenance .text-whm-primary {
  color: #9c9c9c;
}
.brand-maintenance header.main-header {
  border-top: 6px solid #6f6f6e;
}
.brand-maintenance .background-slices .background-slice .feature-strip .strap-line-1 {
  border-top-color: #6f6f6e;
}
.brand-maintenance section.main-nav .banner-pager li a {
  background-color: #9c9c9c;
}
.brand-maintenance section.main-nav .banner-pager li a:hover {
  background-color: #6f6f6e;
}
.brand-maintenance section.main-nav .banner-pager li.current a {
  background-color: #fff;
}
.brand-maintenance section.main-nav navNope {
  background: url(/Graphics/bg-navbar-pattern-maintenance.png) repeat-x bottom;
}
.brand-maintenance section.main-nav navNope .container {
  background: url(/Graphics/bg-main-nav-maintenance.png) repeat-x;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.menu-item a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-maintenance.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-maintenance.png) no-repeat left center;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.menu-item a.link-item span.icon {
  margin: 0 0 0 8px;
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/Graphics/icon-main-nav-triangle.png) no-repeat center;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.menu-item a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-left-maintenance.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-maintenance.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-maintenance.png) repeat-x;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.menu-item.slide-active a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-maintenance.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-maintenance.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-maintenance.png) repeat-x;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.menu-item ul {
  border: 4px solid #6f6f6e;
  border-bottom: none;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.menu-item ul li a:hover {
  background: none;
  color: #64748b;
  text-decoration: none;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.menu-item:first-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-maintenance.png) no-repeat right center, url(/Graphics/bg-main-nav-maintenance.png) repeat-x;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.menu-item:first-child a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-left-maintenance.png) no-repeat right center, url(/Graphics/bg-main-nav-hover-maintenance.png) repeat-x;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.slide-active:first-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-maintenance.png) no-repeat right center, url(/Graphics/bg-main-nav-hover-maintenance.png) repeat-x;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.menu-item:last-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-right-maintenance.png) no-repeat left center, url(/Graphics/bg-main-nav-maintenance.png) repeat-x;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.menu-item:last-child a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-right-maintenance.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-maintenance.png) repeat-x;
}
.brand-maintenance section.main-nav navNope ul.main-menu li.slide-active:last-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-right-maintenance.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-maintenance.png) repeat-x;
}
.brand-maintenance section.main-body .main-content .page-header h1 .line-1 {
  float: left;
  clear: both;
  color: #6f6f6e;
}
.brand-maintenance section.main-body .sidebar-snippet .whm-quote .quote-text-primary,
.brand-maintenance section.main-body .content-snippet .whm-quote .quote-text-primary {
  color: #9c9c9c;
}
.brand-maintenance section.main-body .sidebar-snippet .contact-number-snippet .tel-no,
.brand-maintenance section.main-body .content-snippet .contact-number-snippet .tel-no {
  border: 3px solid #9c9c9c;
}
.brand-maintenance footer.main-footer {
  border-top: 3px solid #6f6f6e;
}
.brand-surfaces .text-whm-primary {
  color: #74b95b;
}
.brand-surfaces header.main-header {
  border-top: 6px solid #74b95b;
}
.brand-surfaces .background-slices .background-slice .feature-strip .strap-line-1 {
  border-top-color: #74b95b;
}
.brand-surfaces section.main-nav .banner-pager li a {
  background-color: #74b95b;
}
.brand-surfaces section.main-nav .banner-pager li a:hover {
  background-color: #568b43;
}
.brand-surfaces section.main-nav .banner-pager li.current a {
  background-color: #fff;
}
.brand-surfaces section.main-nav navNope {
  background: url(/Graphics/bg-navbar-pattern-surfaces.png) repeat-x bottom;
}
.brand-surfaces section.main-nav navNope .container {
  background: url(/Graphics/bg-main-nav-surfaces.png) repeat-x;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.menu-item a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-surfaces.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-surfaces.png) no-repeat left center;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.menu-item a.link-item span.icon {
  margin: 0 0 0 8px;
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/Graphics/icon-main-nav-triangle.png) no-repeat center;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.menu-item a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-left-surfaces.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-surfaces.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-surfaces.png) repeat-x;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.menu-item.slide-active a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-surfaces.png) no-repeat right center, url(/Graphics/bg-main-nav-divider-right-surfaces.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-surfaces.png) repeat-x;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.menu-item ul {
  border: 4px solid #568b43;
  border-bottom: none;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.menu-item ul li a:hover {
  background: none;
  color: #568b43;
  text-decoration: none;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.menu-item:first-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-surfaces.png) no-repeat right center, url(/Graphics/bg-main-nav-surfaces.png) repeat-x;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.menu-item:first-child a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-left-surfaces.png) no-repeat right center, url(/Graphics/bg-main-nav-hover-surfaces.png) repeat-x;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.slide-active:first-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-left-surfaces.png) no-repeat right center, url(/Graphics/bg-main-nav-hover-surfaces.png) repeat-x;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.menu-item:last-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-right-surfaces.png) no-repeat left center, url(/Graphics/bg-main-nav-surfaces.png) repeat-x;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.menu-item:last-child a.link-item:hover {
  background: url(/Graphics/bg-main-nav-divider-right-surfaces.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-surfaces.png) repeat-x;
}
.brand-surfaces section.main-nav navNope ul.main-menu li.slide-active:last-child a.link-item {
  background: url(/Graphics/bg-main-nav-divider-right-surfaces.png) no-repeat left center, url(/Graphics/bg-main-nav-hover-surfaces.png) repeat-x;
}
.brand-surfaces section.main-body .main-content .page-header h1 .line-1 {
  float: left;
  clear: both;
  color: #568b43;
}
.brand-surfaces section.main-body .sidebar-snippet .whm-quote .quote-text-primary,
.brand-surfaces section.main-body .content-snippet .whm-quote .quote-text-primary {
  color: #568b43;
}
.brand-surfaces section.main-body .sidebar-snippet .contact-number-snippet .tel-no,
.brand-surfaces section.main-body .content-snippet .contact-number-snippet .tel-no {
  border: 3px solid #568b43;
}
.brand-surfaces footer.main-footer {
  border-top: 3px solid #74b95b;
}
/* ------------------------------------------------------ EOF */
/* ------------------------------------------------------ FORMS */