body {
  /* padding-top: 147px; */
  color: #939DA5;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  background-color: #EEF1F5;

  height: 100%;
  overflow-x: hidden;
  /*line-height: 0;*/
}

a {
  color: #0079f3;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:hover, a:focus {
  color: #191d22;
  text-decoration: none;
}

a:focus {
  outline: none;
}

ul li {
  padding-bottom: 0px;
  list-style: none;
}

::-moz-selection { 
  background: #0079f3; 
  color: #ffffff;
}

::selection { 
  background: #0079f3; 
  color: #ffffff;
}

nav {
  background-color: rgba(255, 255, 255, .95);
  /*box-shadow: 0px 1px 3px rgba(25, 29, 34, 0.1);*/ 
}

.nav > li {
  background-color: transparent;
  padding: 40px 0 40px 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.nav > li > a {
  position: relative;
  cursor: pointer;   
  display: block;
  padding: 0px 30px 0px 30px;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
  font-size: 15px;
  text-transform: uppercase;
  color: #191d22;
  background-color: transparent;
}

/* replaces default bootstrap background for nav link */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

.nav > li:hover, .nav > li:focus {
  text-decoration: none;
  cursor: pointer;
  margin-top: 0px;
  background-color: #0079f3;
  color: #FFF;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.nav li:hover > a {
  background-color: transparent;
  color: #FFF;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

.apps-graphic {
  /*background: #eee;*/
  padding: 50px 0px 50px 0px;
  width: auto;
  border-radius: 10px;
  border: solid 1px rgba(0, 121, 243, 0.4);  /*orange rgba(253, 138, 16, 0.6)*/
}

.quotes-icon {
  fill: rgba(0, 121, 243, 0.4);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.docs-icon {
  fill: rgba(0, 121, 243, 0.4);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.claims-icon {
  fill: rgba(0, 121, 243, 0.4);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.policies-icon {
  fill: rgba(0, 121, 243, 0.4);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.reports-icon {
  fill: rgba(0, 121, 243, 0.4);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.sign-in-icon {
  fill: #0079f3;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 11px;
  margin-top: -2px;
}

.sign-in-icon-mobile {
  fill: #fff;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.dashboard-icon {
  fill: #0079f3;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 11px;
  margin-top: -2px;
}

.dashboard-icon-mobile {
  fill: #fff;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.customers-icon {
  fill: #0079f3;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -3px;
}

.customers-icon-mobile {
  fill: #fff;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.factory-icon-mobile {
  fill: #fff;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.construction-icon {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 9px;
  margin-top: -3px;
}

.forestry-icon {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 9px;
  margin-top: -3px;
}

.agriculture-icon {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 9px;
  margin-top: -3px;
}

.trucking-icon {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 9px;
  margin-top: -3px;
}

.pay-icon {
  fill: #FFF;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.pay-icon-mobile {
  fill: #fff;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.apps-icon {
  fill: #FFF;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.consumers-icon {
  fill: #FFF;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.finance-icon {
  fill: #FFF;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

.dealers-icon {
  fill: #FFF;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -3px;
}

.manufacturers-icon {
  fill: #FFF;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

.nav li:hover .sign-in-icon {
  fill: #ffffff;
}

.nav li:hover .dashboard-icon {
  fill: #ffffff;
}

.nav li:hover .customers-icon {
  fill: #ffffff;
}

/*.slicknav_nav li:hover .factory-icon-mobile {
  fill: #ffffff;
}

.slicknav_nav li:hover .customers-icon-mobile {
  fill: #ffffff;
}*/

.customers-dropdown-menu li:hover .pay-icon {
  fill: #ffffff;
}

.customers-dropdown-menu li:hover .apps-icon {
  fill: #ffffff;
}

.customers-dropdown-menu li:hover .consumers-icon {
  fill: #ffffff;
}

.customers-dropdown-menu li:hover .finance-icon {
  fill: #ffffff;
}

.customers-dropdown-menu li:hover .dealers-icon {
  fill: #ffffff;
}

.customers-dropdown-menu li:hover .manufacturers-icon {
  fill: #ffffff;
}

nav.mono .sign-in-icon {
  fill: #ffffff;
}

nav.mono .dashboard-icon {
  fill: #ffffff;
}

nav.mono .customers-icon {
  fill: #ffffff;
}

nav.shrink .sign-in-icon {
  fill: #0079F3;
}

nav.shrink .dashboard-icon {
  fill: #0079F3;
}

nav.shrink .customers-icon {
  fill: #0079F3;
}

/* replaces default bootstrap background for open nav link */
.nav .open > a {
  background-color: transparent;
}

/* replaces default bootstrap background on nav :hover and :focus */
.nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
}

nav.mono {
  background-color: transparent;
}

nav.shrink {
  height: 70px;
  background-color: #fff;
  /* border-bottom: 1px solid #E5E9ED; */
  /* box-shadow: 0px 2px 4px rgba(25, 29, 34, 0.05); */
}

nav.shrink .navbar-brand {
  height: 70px;
  padding: 12px 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: .3em;
  -ms-transform: scale(0.75,0.75); /* IE 9 */
  -webkit-transform: scale(0.75,0.75); /* Safari */
  transform: scale(0.75,0.75);
}

nav.shrink .navbar-nav > li {
  height: 70px;
  padding: 25px 0px 25px 0px;
  background-color: transparent;
  /* border-bottom: 1px solid #E5E9ED; */
  /* box-shadow: 0px 2px 4px rgba(25, 29, 34, 0.05); */
  /* box-shadow: 0px 1px 2px #E5E9ED; */
}

nav.shrink .navbar-nav > li:hover, nav.shrink .navbar-nav > li:focus {
  text-decoration: none;
  background-color: #0079f3;
  color: #fff;
}

nav.shrink .navbar-nav > li > a {
  padding: 0px 20px 0px 20px;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  font-weight: 300;
  color: #191d22;
}

nav.shrink .navbar-nav > li:hover > a, nav.shrink .navbar-nav > li:focus > a {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}

/*nav.shrink .nav-secondary > li > a {
  padding: 1px 40px 5px 0px;
  font-size: 10px;
  margin: 0px 0px 0px 0px;
  color: #939da5;
  font-weight: 400;
}*/

/*nav.shrink .nav-secondary > li > a:hover, nav.shrink .nav-secondary > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #0079f3;
}*/

nav.shrink .btn.btn-navbar {
  padding: 3px 18px;
  font-size: 8px;
  top: 2px;
  font-weight: 600;
}

nav.shrink .cbp-spmenu .btn.btn-navbar {
  padding: 5px 22px;
  font-size: 9px;
  font-weight: 400;
  top: 8px;
}

nav.shrink .btn.btn-navbar-mono {
  padding: 3px 18px;
  font-size: 8px;
  top: 2px;
  color: #0079f3;
  background-color: transparent;
  border: 1px solid #0079f3;
  font-weight: 600;
}

nav.shrink .cbp-spmenu .btn.btn-navbar-mono {
  padding: 5px 22px;
  font-size: 9px;
  font-weight: 300;
  top: 8px;
  color: #0079f3;
  background-color: transparent;
  border: 1px solid #0079f3;
}

nav.shrink .btn.btn-navbar-mono:hover {
  color: #ffffff;
  background-color: #0079f3;
  border: 1px solid #0079f3;
  }

nav.shrink .btn.btn-navbar-mono:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0079f3;
}

nav.shrink .navbar-toggle {
  padding: 14px 10px 9px 10px;
}

.nav-visible {
  display: block !important;
}

.nav-hidden {
  display: none !important;
}

.nav-hide {
  display: none !important;
}

.nav-show {
  display: block !important;
}

/*animation keyframes begin*/
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.delay {
  animation-delay: .5s;
  animation-duration: 2s;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadein {
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
  animation-duration: 3s;
}

@-webkit-keyframes fadeinhero {
  0% {
    opacity: 0;
    -webkit-transform:translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform:translateY(0);
  }
}

@-moz-keyframes fadeinhero {
  0% {
    opacity: 0;
    -moz-transform:translateY(25px);
  }
  100% {
    opacity: 1;
    -moz-transform:translateY(0);
  }
}

@-o-keyframes fadeinhero {
  0% {
    opacity: 0;
    -o-transform:translateY(25px);
  }
  100% {
    opacity: 1;
    -o-transform:translateY(0);
  }
}

@keyframes fadeinhero {
  0% {
    opacity: 0;
    transform:translateY(25px);
  }
  100% {
    opacity: 1;
    transform:translateY(0);
  }
}

.fadeinhero {
  -webkit-animation-name: fadeinhero;
  -moz-animation-name: fadeinhero;
  -o-animation-name: fadeinhero;
  animation-name: fadeinhero;
}

@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform:translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform:translateY(0);
  }
}

@-moz-keyframes fadeinup {
  0% {
    opacity: 0;
    -moz-transform:translateY(30px);
  }
  100% {
    opacity: 1;
    -moz-transform:translateY(0);
  }
}

@-o-keyframes fadeinup {
  0% {
    opacity: 0;
    -o-transform:translateY(30px);
  }
  100% {
    opacity: 1;
    -o-transform:translateY(0);
  }
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    transform:translateY(30px);
  }
  100% {
    opacity: 1;
    transform:translateY(0);
  }
}

.fadeinup {
  -webkit-animation-name: fadeinup;
  -moz-animation-name: fadeinup;
  -o-animation-name: fadeinup;
  animation-name: fadeinup;
}

@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform:translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform:translateX(0);
  }
}

@-moz-keyframes fadeinleft {
  0% {
    opacity: 0;
    -moz-transform:translateX(-40px);
  }
  100% {
    opacity: 1;
    -moz-transform:translateX(0);
  }
}

@-o-keyframes fadeinleft {
  0% {
    opacity: 0;
    -o-transform:translateX(-40px);
  }
  100% {
    opacity: 1;
    -o-transform:translateX(0);
  }
}

@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform:translateX(-40px);
  }
  100% {
    opacity: 1;
    transform:translateX(0);
  }
}

.fadeinleft {
  -webkit-animation-name: fadeinleft;
  -moz-animation-name: fadeinleft;
  -o-animation-name: fadeinleft;
  animation-name: fadeinleft;
}

@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform:translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform:translateX(0);
  }
}

@-moz-keyframes fadeinright {
  0% {
    opacity: 0;
    -moz-transform:translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform:translateX(0);
  }
}

@-o-keyframes fadeinright {
  0% {
    opacity: 0;
    -o-transform:translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform:translateX(0);
  }
}

@keyframes fadeinright {
  0% {
    opacity: 0;
    transform:translateX(20px);
  }
  100% {
    opacity: 1;
    transform:translateX(0);
  }
}

.fadeinright {
  -webkit-animation-name: fadeinright;
  -moz-animation-name: fadeinright;
  -o-animation-name: fadeinright;
  animation-name: fadeinright;
}
/*animation keyframes end*/

  /* second row nav now not being used    top: -24px;
.nav-secondary > li > a {
  position: relative;
  display: block;
  padding: 5px 40px 5px 0px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 11px;
  text-transform: none;
  color: #939da5;
  margin: 3px 0px 0px 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.nav-secondary > li > a:hover, .nav-secondary > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #0079f3;
}*/

.viewport_overlay
{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #333;
  z-index: 5000;
  overflow: auto;
  cursor: wait;
}

.viewport_overlay div
{
  position: absolute;
  top: 50%;
  left: 50%;
}

.load {
  display: inline-block;
  border-top: 2px solid rgba(253, 138, 16, 0.4);    /*0, 121, 243 blue  #0079F3*/
  border-right: 2px solid rgba(253, 138, 16, 0.4);  /*253, 138, 16 orange  #FD8A10*/
  border-bottom: 2px solid rgba(0, 121, 243, 0.8);  /*147, 157, 165 light gray  #939DA5*/
  border-left: 2px solid rgba(0, 121, 243, 0.8);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-epg 1.1s infinite linear;
  animation: load-epg 1.1s infinite linear;
}
.load,
.load:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@-webkit-keyframes load-epg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-epg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mono > li > a {
  color: #ffffff;
  background: transparent;
}

.mono > li > a:hover, .mono > li > a:focus {
  color: #ffffff;
  background: transparent;
}

/*.navbar-right {
  padding-right: 8%;
}*/

.navbar-right-top {
  padding-right: 30px;
  float: right;
}

.navbar-fixed-top {
  border-bottom: 0px solid #e5e9ed;
}

.navbar-header {
  padding-left: 8%;
}

.navbar-brand {
  float: left;
  height: 100px;
  padding: 25px 0px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: .3em;
}

a.navbar-brand {
  color: #191D22;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 33px 5px 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  margin-bottom: 7px;
  background-color: #191d22;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.shrink .navbar-toggle {
  margin-top: 11px;
}

.shrink .icon-bar {
  width: 24px;
  margin-bottom: 5px;
}

.icon-bar.mono {
  background-color: #191d22;
}

.shrink .icon-bar.mono {
  background-color: #191d22;
}

.navbar-collapse.collapse {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/*.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: visible;
  border-top: none;
  box-shadow: none;
}

.navbar-collapse.collapse.in {
  display: block;
  background-color: #fff;
  border-top: 1px solid #E1E6EC;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 20px;
}*/

/*.navbar-collapse.collapsing {
  background-color: #fff;
  border-top: 1px solid #E1E6EC;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 20px;
}*/

/* 
#navbar-mono-expanded.collapse.in, #navbar-mono-expanded.collapsing {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: none;
} 
*/

/*.navbar-collapse.collapse.in .row > ul, .navbar-collapse.collapsing .row > ul, .navbar-collapse.collapse.in .row > ul > a, .navbar-collapse.collapsing .row > ul > a { 
  text-align: right;
  padding-right: 0px;
  margin-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
}*/

/*.navbar-collapse.collapse.in .row > .nav > li > a, .navbar-collapse.collapsing .row > .nav > li > a, .navbar-collapse.collapse.in .row > .nav-secondary > li > a, .navbar-collapse.collapsing .row > .nav-secondary > li > a {
  padding-right: 9%;
  margin-right: -15px;
  font-family: "proxima-nova","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
  color: #191D22;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 0px;
  -webkit-transition: all 0.0s ease-out 0s;
  -moz-transition: all 0.0s ease-out 0s;
  -o-transition: all 0.0s ease-out 0s;
  -ms-transition: all 0.0s ease-out 0s;
  transition: all 0.0s ease-out 0s;
}*/

/*.navbar-collapse.collapse.in .row > .nav > li > a:hover, .navbar-collapse.collapsing .row > .nav > li > a:hover, .navbar-collapse.collapse.in .row > .nav-secondary > li > a:hover, .navbar-collapse.collapsing .row > .nav-secondary > li > a:hover {
  background-color: rgba(25, 29, 34, 0.9);
  color: #ffffff;
}

.navbar-collapse.collapse.in .row > .nav > li > a:active, .navbar-collapse.collapsing .row > .nav > li > a:active, .navbar-collapse.collapse.in .row > .nav-secondary > li > a:active, .navbar-collapse.collapsing .row > .nav-secondary > li > a:active {
  background-color: rgba(25, 29, 34, 0.9);
  color: #ffffff;
}

.navbar-collapse.collapse.in .row > .nav > li > a:focus, .navbar-collapse.collapsing .row > .nav > li > a:focus, .navbar-collapse.collapse.in .row > .nav-secondary > li > a:focus, .navbar-collapse.collapsing .row > .nav-secondary > li > a:focus {
  background-color: rgba(25, 29, 34, 0.9);
  color: #ffffff;
}*/

/*
.navbar-collapse.collapse.in .row > .nav > li > a.mono, .navbar-collapse.collapsing .row > .nav > li > a.mono, .navbar-collapse.collapse.in .row > .nav-secondary > li > a.mono, .navbar-collapse.collapsing .row > .nav-secondary > li > a.mono {
  color: #ffffff;
}

.navbar-collapse.collapse.in .row > .nav > li > a.mono:hover, .navbar-collapse.collapsing .row > .nav > li > a.mono:hover, .navbar-collapse.collapse.in .row > .nav-secondary > li > a.mono:hover, .navbar-collapse.collapsing .row > .nav-secondary > li > a.mono:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.navbar-collapse.collapse.in .row > .nav > li > a.mono:active, .navbar-collapse.collapsing .row > .nav > li > a.mono:active, .navbar-collapse.collapse.in .row > .nav-secondary > li > a.mono:active, .navbar-collapse.collapsing .row > .nav-secondary > li > a.mono:active {
  background-color: rgba(255, 255, 255, 0.25);
}

.navbar-collapse.collapse.in .row > .nav > li > a.mono:focus, .navbar-collapse.collapsing .row > .nav > li > a.mono:focus, .navbar-collapse.collapse.in .row > .nav-secondary > li > a.mono:focus, .navbar-collapse.collapsing .row > .nav-secondary > li > a.mono:focus {
  background-color: rgba(255, 255, 255, 0.25);
}
*/

/*.navbar-collapse.collapse.in .row > .nav-secondary > li > button, .navbar-collapse.collapsing .row > .nav-secondary > li > button {
  margin-right: 6%;
  margin-bottom: 10px;
}*/

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0 4px 0 4px;
  background-color: #d8dde1; /* background-color: #e1e4e6; */
  border: 1px solid #d8dde1;
}

.carousel-indicators li {
  display: inline-block;
  width: 8px; /* width: 11px; */
  height: 8px; /* height: 11px; */
  margin: 0 4px 1px 4px; /* margin: 0 4px 0 4px; */
  text-indent: -999px;
  cursor: pointer;
  background-color: #e6eaec; /* background-color: transparent; */
  border: 1px solid #e6eaec; /* border: 1px solid #e1e4e6; */
  border-radius: 10px;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.1;
  color: #191D22;
}

h1, .h1 {
  font-size: 70px;
  color: #ffffff;
}

h1.hero {
  /* font-size: 44px; */
  font-size: 3.5vw;
  color: #0079f3;
}

h1.secondary-header {
  color: #ffffff;
  text-transform: uppercase;
  /* font-size: 64px; */
  font-size: 4vmax;
  text-align: center;
  letter-spacing: .2em;
}

h2.hero {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-size: 20px; */
  font-size: 1.5vw;
  font-weight: 300;
  color: #939da5;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: none;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

h2, .h2 {
  font-size: 30px;
  color: #0079f3;
  margin-top: 0px;
  text-transform: capitalize;
}

h1.secondary-page-h1 {
  font-size: 30px;
  color: #191d22;
  margin-top: 0px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0px;
}

h2.form {
  color: #191d22;
  font-size: 27px;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

p.form {
  padding: 0;
  margin: 0px 0px 25px 0px;
  font-size: 13px;
  line-height: 180%;
}

p.modal-paragraph {
  color: red;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
  font-weight: 300;
  font-size: 13px;
  margin-top: 10px;
}

#genericMsg {
  color: #333;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
  font-weight: 300;
  font-size: 13px;
  margin-top: 10px;
}

p.form-02 {
  padding: 0;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
}

p.form-03 {
  padding: 0;
  margin: -10px 0px 10px 0px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

h2.industries-iso {
  /* font-size: 68px; */
  font-size: 4vw;
  text-transform: uppercase;
  color: #0079f3;
  letter-spacing: .2em;
  margin-top: 0px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

h2.industries {
  /* font-size: 68px; */
  font-size: 4vw;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: .2em;
  margin-top: 0px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

h3, .h3 {
  font-size: 22px;
  line-height: 140%;
}

h2.secondary-page-h2 {
  font-size: 20px;
  color: #191d22;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 50px;
}

h3.secondary-page-h3 {
  font-size: 20px;
  color: #0079f3;
}

h3.icon-section-title {
  font-size: 21px;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 5px;
}

.icon-section p {
  font-size: 13px;
  line-height: 180%;
}

h3.product-title {
  color: #0079f3;
  font-size: 2.8vw;
}

h3.product-title-black {
  color: #191D22;
  font-size: 2.8vw;
  text-transform: uppercase;
  /*font-weight: 600;*/
}

h3.applications-title-black {
  color: #191D22;
  font-size: 4vmax;
  text-transform: uppercase;
}

h3.app-title {
  color: #0079f3;
}

p.product-paragraph {
  line-height: 150%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

h5.footer {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

p.footer {
  color: #a3c3f9;
  font-size: 12px;
}

.footer a {
 color: #a3c3f9;
}

p.copyright {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #a3c3f9;
  font-size: 11px;
}

p.directory-fine-print {
  margin-bottom: 10px;
  font-style: italic;
  color: #191d22;
  font-size: 12px;
}

p.about {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

p.quote, p.secondray-subtitle {
  text-align: center;
  /* padding: 0px 25%; */
  margin-top: 10px;
}

.author {
  font-style: italic;
  color: #191d22;
  font-size: 12px;
}

h3.about {
  font-size: 26px;
  color: #0079F3;
  font-weight: 100;
  margin-top: 0px;
}

h5.about {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 300;
}

h5.apps {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 300;
}

ul.footer {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 20px 0px;
    color: #a3c3f9;
    font-size: 12px;
}

ul.footer li.footer {
  padding-bottom: 15px;
}

ul.footer li.footer a {
  color: #a3c3f9;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

ul.footer li.footer:hover a {
  color: #ffffff;
  font-size: 12px;
}

h3.categories, h3.categories a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  margin: 10px 0px 0px 0px;
}

p {
  font-size: 12px;
  line-height: 200%;
  margin: 0px 0px 20px 0px;
}

.jumbotron p {
  font-size: 12px;
  line-height: 200%;
  margin: 0px 0px 20px 0px;
}

p.industries-iso {
  /* font-size: 20px; */
  /*line-height: 150%;*/
  font-size: 1.4vw;
  font-weight: 200;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

p.industries {
  /* font-size: 20px; */
  font-size: 1.4vw;
  color: #ffffff;
  font-weight: 200;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

.panel-body > h5 {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 150%;
}

.panel-body > p {
  line-height: 150%;
  margin-bottom: 15px;
  font-size: 12px;
}

.panel-body > ul {
  padding-left: 0px;
  font-style: italic;
  line-height: 175%;
  margin-bottom: 15px;
}

.panel-body > ul li {
  list-style: none inside none;
}

a.btn.btn-default {
  color: #ffffff;
  background-color: #fd8a10;
  border: 1px solid #fd8a10;
  margin-top: 30px;
  margin-bottom: 0px;
  border-radius: 26px;
}

a.btn.btn-cta {
  color: #ffffff;
  background-color: #fd8a10;
  border: 1px solid #fd8a10;
  margin-top: 25px;
  margin-bottom: 20px;
  border-radius: 26px;
}

a.btn.btn-cta-iso {
  color: #fd8a10;
  background-color: #ffffff;
  border: 1px solid #fd8a10;
  margin-top: 25px;
  margin-bottom: 20px;
  border-radius: 26px;
}

a.btn.btn-industries-iso {
  color: #191D22;
  background-color: transparent;
  margin-top: 70px;
  margin-bottom: 20px;
  border: 1px solid #191D22;
  border-radius: 26px;
}

a.btn.btn-industries {
  color: #ffffff;
  background-color: transparent;
  margin-top: 70px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 26px;
}
.btn.btn-navbar {
  color: #0079f3;
  background-color: transparent;
  border: 1px solid #0079f3;
  padding: 5px 22px;
  font-size: 9px;
  font-weight: 400;
  margin: 0px 0px 0px 12px;
  top: 8px;
  position: relative;
}

.btn.btn-navbar:hover {
  color: #ffffff;
  background-color: #0079f3;
  border: 1px solid #0079f3;
  }

.btn.btn-navbar:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0079f3;
}

.btn.btn-navbar-mono {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 4px 22px;
  font-size: 9px;
  font-weight: 300;
  margin: 0px 0px 0px 12px;
  top: 8px;
  position: relative;
}

.btn.btn-navbar-mono:hover {
  color: #191d22;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.btn.btn-navbar-mono:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffffff;
}

a.btn.btn-industries-iso:hover {
  color: #ffffff;
  background-color: #191D22;
  margin-top: 70px;
  margin-bottom: 20px;
  border: 1px solid #191D22;
}

a.btn.btn-industries:hover {
  color: #191D22;
  background-color: #ffffff;
  margin-top: 70px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
}

.btn.btn-industries-iso:active, .btn.btn-industries:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0079f3;
  position: relative;
  top: 1px;
}

.btn {
  display: inline-block;
  padding: 16px 50px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  -touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -user-select: none;
  background-image: none;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a.btn.btn-default:hover {
  color: #fd8a10;
  background-color: #ffffff;
  border: 1px solid #fd8a10;
}

a.btn.btn-cta:hover {
  color: #fd8a10;
  background-color: #ffffff;
  border: 1px solid #fd8a10;
}

a.btn.btn-cta-iso:hover {
  color: #ffffff;
  background-color: #fd8a10;
  border: 1px solid #fd8a10;
}

.btn.btn-cta-iso:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fd8a10;
  position: relative;
  top: 1px;
}

.btn.btn-default:active, .btn.btn-cta:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 1px;
}

.btn.btn-submit {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: #0079f3;
  border: 0px solid #0079f3;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 14px 46px;
  font-size: 12px;
  border-radius: 26px;
}

.btn.btn-submit:hover {
  color: #ffffff;
  background-color: #191D22;
  border: 0px solid #191D22;
}

.btn.btn-submit:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid #0079f3;
  position: relative;
  top: 1px;
}

.btn.btn-login {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: #0079f3;
  border: 0px solid #0079f3;
  margin-top: 23px;
  margin-bottom: 0px;
  padding: 14px 46px;
  font-size: 12px;
  border-radius: 26px;
}

.btn.btn-dealer {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #0079f3;
    border: 0px solid #0079f3;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 40px;
    margin-left: 10px;
    padding: 25px 18px;
    text-transform: capitalize;
    margin-top: 0px;
    width: 475px;
}

.btn.btn-login:hover {
  color: #ffffff;
  background-color: #191D22;
  border: 0px solid #191D22;
}

.btn.btn-login:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid #0079f3;
  position: relative;
  top: 1px;
}

a.btn.btn-request-quote {
  color: #0079f3;
  background-color: transparent;
  border: 1px solid #0079F3;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 28px;
  padding: 7px 13px 7px 13px;
  outline: none !important;
}

a.btn.btn-request-quote:hover {
  color: #fff;
  background-color: #0079f3;
  border: 1px solid #0079f3;
}

.btn.btn-request-quote:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 1px;
}

a.btn.btn-request-info {
  color: #fff;
  background-color: #939DA5;
  border: 1px solid #939DA5;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 28px;
  padding: 10px 20px 10px 20px;
}

a.btn.btn-request-info:hover {
  color: #939DA5;
  background-color: #fff;
  border: 1px solid #939DA5;
}

.btn.btn-request-info:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 1px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.cta {
  background: #eef1f5;
  margin-top: 0px;
  padding: 60px 25% 60px 25%;
  text-align: center;
}

.cta-iso {
  background-color: #ffffff;
  margin-top: 0px;
  padding: 60px 25% 60px 25%;
  text-align: center;
}

h3.cta-title, h3.cta-title-iso {
  font-size: 30px;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3.industry-description {
  font-size: 20px;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.industry-description {
  margin-top: 0px;
  padding: 3% 5% 3% 5%;
  background: #FFF;
  text-align: center;
}

p.cta-text, p.cta-text-iso {
  padding: 0px 3% 0px 3%;
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 180%;
}

.phone-section {
  color: #ffffff;
  background-color: #0079f3;
  margin-top: 0px;
  padding: 60px 7% 60px 7%;
  text-align: center;
}

.phone-section:hover {
  /* background-color: #fd8a10; */
  /* color: #ffffff; */
}

.phone-section p {
  font-size: 19px;
  font-weight: 200;
  letter-spacing: .05em;
  margin: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

.phone-section a {
  color: #fff;
}

.icon-section {
  background: #eef1f5;
  margin-top: 0px;
  padding: 60px 0px 45px 0px;
  text-align: center;
}

.icon-section .col-sm-4 {
  padding-left: 55px;
  padding-right: 55px;
}

.custom-icon-technology {
  height: 51px;
  width: 50px;
}

.custom-icon-service {
  height: auto;
  width: 59px;
}

.custom-icon-experience {
  height: auto;
  width: 57px;
}

.down-arrow {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 35px;
  width: 25px;
}

.plus-icon {
  height: 19px;
  width: 19px;
  float: left;
  margin-top: 1px;
}

.plus-icon-accordion {
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 1px;
  background: url(../images/plus-icon-accordion.svg) no-repeat;
  border: 0;
}

.minus-icon-accordion {
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 1px;
  background: url(../images/minus-icon-accordion.svg) no-repeat;
  border: 0;
}

.plus-icon-accordion:after {
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 1px;
  background: url(../images/plus-icon-accordion.svg) no-repeat;
  border: 0;
}

.plus-icon-accordion::after {
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 1px;
  background: url(../images/plus-icon-accordion.svg) no-repeat;
  border: 0;
}

.minus-icon-accordion:after {
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 1px;
  background: url(../images/minus-icon-accordion.svg) no-repeat;
  border: 0;
}

.minus-icon-accordion::after {
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 1px;
  background: url(../images/minus-icon-accordion.svg) no-repeat;
  border: 0;
}

.about-icons {
  float: right;
  width: 35px;
  height: auto;
}

.timeline {
  margin-left: 30px;
  margin-top: 30px;
  padding-left: 25px;
  border-left: 1px solid #e5e9ed;
}

.affiliations-logos {
  float: left;
  width: 122px;
  height: auto;
}

/*.jumbotron {
  background-image: url(../images/construction-homepage-hero-01.jpg);
  background-color: #fff;
}*/

.jumbotron-header {
  top: 25%;
  left: 8%;
  background-color: transparent;
  position: absolute;
}

.jumbotron-btn {
  top: 65%;
  left: 8%;
  background-color: transparent;
  position: absolute;
}

/*.carousel-fade
.carousel-inner
.item {
  transition-property: opacity;
}
        
.item,
.active.left,
.active.right {
  opacity: 0;
}

.active,
.next.left,
.prev.right {
  opacity: 1;
}

.item:nth-child(1) {
  background: url(../images/construction-homepage-hero-01.jpg);
}

.item:nth-child(2) {
  background: url(../images/agriculture-homepage-hero-01.jpg);
}

.item:nth-child(3) {
  background: url(../images/trucking-homepage-hero-01.jpg);
}

.item:nth-child(4) {
  background: url(../images/forestry-homepage-hero-01.jpg);
}*/

/*.next,
.prev,
.active.left,
.active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}*/

/*html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
  height: 100%;
}*/

.jumbotron.construction-homepage-hero {
  background: url(../images/construction-homepage-hero-02.jpg);
  background-size: 45vw auto;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 10% 45% 7% 8%;
  margin-bottom: 0px;
  border-radius: 0px;
  margin-right: -40px;
  /* background-attachment: fixed; */
}

.jumbotron.agriculture-homepage-hero {
  background: url(../images/agriculture-homepage-hero-2.jpg);
  background-size: 51vw auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 10% 45% 7% 8%;
  margin-right: -50px;
  margin-bottom: 0px;
  border-radius: 0px;
  /* background-attachment: fixed; */
}

.jumbotron.trucking-homepage-hero {
  background: url(../images/trucking-homepage-hero-02.jpg);
  background-size: 45vw auto;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 10% 35% 7% 8%;
  margin-bottom: 0px;
  border-radius: 0px;
  /* background-attachment: fixed; */
}

.jumbotron.forestry-homepage-hero {
  background: url(../images/forestry-homepage-hero-02.jpg);
  background-size: 48vw auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 10% 45% 7% 8%;
  margin-right: -30px;
  margin-bottom: 0px;
  border-radius: 0px;
  /* background-attachment: fixed; */
}

.about-page-row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.apps-page-row {
  padding: 20px 40px 0px 40px;
  overflow: hidden;
}

.margin {
  margin-top: 60px;
}

.secondary-page-top {
  margin-top: 150px;
}

.secondary-page-bottom {
  margin-bottom: 150px;
}

.apps-page-left-column {
  padding-right: 25px;
}

.apps-page-right-column {
  padding-left: 25px;
}

.apps-img-container {
  position: relative;
}

.apps-img {
  position: absolute;
  width: 200%;
  height: auto;
}

.app-gradient {
  background: -webkit-linear-gradient(#fff, #EEF1F5); /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #EEF1F5); /* For Opera 11.6 to 12.0 */
  background: -moz-linear-gradient(#fff, #EEF1F5); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #EEF1F5); /* Standard syntax (must be last) */
}

h3.app-title {
  margin-top: 0px;
}

.fluid-row-padding {
  padding-left: 12%;
  padding-right: 12%;
}

.jumbotron.dealers-header {
  background: url(../images/dealers-header-01.jpg) no-repeat 50% -20vh fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22vh;
  padding-bottom: 25vh;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100vw;
  height: 53vh;
}

.jumbotron.manufacturers-header {
  background: url(../images/manufacturers-header-01.jpg) no-repeat 100% -35vh fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22vh;
  padding-bottom: 25vh;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100vw;
  height: 53vh;
}

.jumbotron.finance-companies-header {
  background: url(../images/finance-companies-header-01.jpg) no-repeat 75% 0vh fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22vh;
  padding-bottom: 25vh;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100vw;
  height: 53vh;
}

.jumbotron.consumers-header {
  background: url(../images/consumers-header-01.jpg) no-repeat 100% 0vh fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22vh;
  padding-bottom: 25vh;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100vw;
  height: 53vh;
}

.jumbotron.construction-header {
  background: url(../images/construction-header-01.jpg) no-repeat 100% -10vh fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22vh;
  padding-bottom: 25vh;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100vw;
  height: 53vh;
}

.jumbotron.agriculture-header {
  background: url(../images/agriculture-header-01.jpg) no-repeat 50% -15vh fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22vh;
  padding-bottom: 25vh;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100vw;
  height: 53vh;
}

.jumbotron.trucking-header {
  background: url(../images/trucking-header-01.jpg) no-repeat 50% 0vh fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22vh;
  padding-bottom: 25vh;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100vw;
  height: 53vh;
}

.jumbotron.forestry-header {
  background: url(../images/forestry-header-01.jpg) no-repeat 50% -20vh fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22vh;
  padding-bottom: 25vh;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100vw;
  height: 53vh;
}

.jumbotron.applications-header {
  background: url(../images/applications-header-01.jpg) no-repeat 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22vh;
  padding-bottom: 25vh;
  margin-bottom: 30px;
  border-radius: 0px;
  width: 100vw;
  height: 53vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.jumbotron.construction-homepage .container, .jumbotron.agriculture-homepage .container,
.jumbotron.trucking-homepage .container, .jumbotron.forestry-homepage .container {
  padding-right: 25%;
}

.jumbotron.construction-homepage {
  background: url(../images/construction-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 8% 6% 8%;
  margin-bottom: 0px;
  border-radius: 0px;
  /*background-attachment: fixed;*/
  min-height: 100%;
  background-position: center center;
}

.jumbotron.agriculture-homepage {
  background: url(../images/agriculture-01.jpg);
  background-size: 40vw auto;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 10% 40% 6% 8%;
  margin-bottom: 0px;
  border-radius: 0px;
}

.jumbotron.trucking-homepage {
  background: url(../images/trucking-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 8% 6% 8%;
  margin-bottom: 0px;
  border-radius: 0px;
  /*background-attachment: fixed;*/
  min-height: 100%;
  background-position: center center;
}

.jumbotron.forestry-homepage {
  background: url(../images/forestry-01.jpg);
  background-size: 40vw auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 10% 30% 6% 8%;
  margin-bottom: 0px;
  border-radius: 0px;
}

.mini {
  position: absolute;
  /*opacity: 0;*/
  width: 100%;
  height: 100%;
}

a.mini-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

.mini-column {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.mini:hover {
  /*opacity: 1;*/
  background: rgba(25, 29, 34, 0.5);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.mini-content {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  text-align: center;
}

h3.mini-content {
  color: #fff;
  font-size: 18px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -21px;
  text-align: center;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

p.mini-content {
  color: #fff;
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: none;
  font-weight: 200;
  text-align: center;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  margin-top: 19px;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

p.mini-description {
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: none;
  font-weight: 200;
  line-height: 22px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  padding: 0 10% 0 10%;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
}

/*@media (max-width: 1250px) {
    h3.mini-content {
      font-size: 18px;
      margin-top: -20px;
      padding: 0 0 0 0;
    }
    .mini-content p {
      font-size: 12px;
      margin-top: 19px;
      padding-top: 0px;
    }
}*/

/*@media (max-width: 991px) {
    h3.mini-content {
      font-size: 18px;
      margin-top: -28px;
      padding: 0 0 0 0;
    }
    .mini-content p {
      font-size: 12px;
      margin-top: 21px;
      font-weight: 200;
      padding-top: 0px;
    }
}*/

.jumbotron.dealers-body {
  background: url(../images/dealers-body-01.jpg);
  background-size: 40vw auto;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 3% 40% 7% 8%;
  margin-bottom: 0px;
  border-radius: 0px;
}

.jumbotron.manufacturers-body {
  background: url(../images/manufacturers-body-01.jpg);
  background-size: 40vw auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 3% 40% 7% 8%;
  margin-bottom: 0px;
  border-radius: 0px;
}

.jumbotron.finance-companies-body {
  background: url(../images/finance-companies-body-01.jpg);
  background-size: 40vw auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 3% 40% 7% 8%;
  margin-bottom: 0px;
  border-radius: 0px;
}

.jumbotron.consumers-body {
  background: url(..);
  background-size: 40vw auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 3% 8% 7% 8%;
  margin-bottom: 0px;
  border-radius: 0px;
}

code {
  padding: inherit;
  font-size: inherit;
  color: inherit;
  background-color: inherit;
  border-radius: inherit;
  text-transform: lowercase;
  font-family: inherit;
  letter-spacing: normal;
}

.registration-body {
  background-color: #EEF1F5;
  /* background-color: #f2f5f7; */
  /* padding: 40px 20% 100px 20%; */
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.registration-container {
  width: 700px;
  margin: auto;
}

.contact-us-body {
  background-color: #EEF1F5;
  /* background-color: #f2f5f7; */
  padding: 40px 50px 100px 8%;
  margin-top: 100px;
}

.contact-us-map {
  padding: 0 0 0 50px;
  margin-top: 100px;
}

.map-header {
  padding: 0;
  width: auto;
  height: 350px;
  margin-left: -50px;
}

.contact-us-sidebar {
  background-color: #ffffff;
  padding: 0 8% 100px 50px;
}

.sidebar-section-spacing {
  margin-bottom: 30px;
}

.btn.btn-directory {
  color: #191D22;
  background-color: transparent;
  border: 1px solid #191D22;
  font-size: 14px;
  padding: 17px 20px;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}

.contact-dropdown-menu {
  min-width: 100%;
  padding: 15px 0px;
  margin: -11px 0px 0px;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border-left: 1px solid #191d22;
  border-right: 1px solid #191d22;
  border-bottom: 1px solid #191d22;
  border-top: 1px solid #e3e8eb;
  border-radius: 0px;
  box-shadow: none;
  overflow-y: scroll;
  max-height: 300px;
}

.contact-dropdown-menu > li {
  display: block;
  padding: 4px 22px;
  clear: both;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.42857;
  color: #191d22;
  white-space: nowrap;
  cursor: default;
}

.contact-dropdown-menu > li:hover {
  background-color: #F5F8FB;
  /* background-color: #EEF1F5; */
}

.contact-dropdown-menu > li.dropdown-header {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #939DA5;
  font-weight: 300;
}

.contact-dropdown-menu > li.dropdown-header:hover {
  background-color: #ffffff;
}

.contact-dropdown-menu .divider {
  height: 1px;
  margin: 2px 0px;
  overflow: hidden;
  background-color: #ffffff;
}

.contact-dropdown-menu > li.divider:hover {
  background-color: #ffffff;
}

/*.fake-select-wrap {
  width: 100%;
}

.fake-select-wrap .dropdown-menu {
  min-width: 100%;
  padding: 0px;
  margin: -1px 0px 0px 0px;
  font-size: 11px;
  background-color: #ffffff;
  background-clip: padding-box;
  border-left: 1px solid #0079F3;
  border-right: 1px solid #0079F3;
  border-bottom: 1px solid #0079F3;
  border-top: 1px solid #e3e8eb;
  border-radius: 0px;
  box-shadow: none;
  overflow-y: scroll;
  max-height: 200px;
}

.fake-select-wrap .dropdown-menu ul {
}

.fake-select-wrap .dropdown-menu li {
  padding: 0px;
}

.fake-select-wrap .dropdown-menu li a {
  padding: 16px 30px;
}

.fake-select-wrap .dropdown-menu > li > a:hover, .fake-select-wrap .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0079F3;
}*/

.caret {
  display: inline-block;
  width: 14px;
  height: 8px;
  /* margin-left: 2px; */
  vertical-align: middle;
  border-top: 0px dashed;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
}

.form-control::-webkit-input-placeholder { color: #8c8c8c; font-weight: 300; }
.form-control:-moz-placeholder { color: #8c8c8c; font-weight: 300; }
.form-control::-moz-placeholder { color: #8c8c8c; font-weight: 300; }
.form-control:-ms-input-placeholder { color: #8c8c8c; font-weight: 300; }

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 30px;
  font-size: 15px;
  font-family: "proxima-nova-alt-condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: none;
  line-height: 1.42857143;
  color: #273238;
  background-color: #fff;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

button {
  outline: none;
}

/* bootstrap-select css */
.bootstrap-select > .dropdown-toggle {
  z-index: 1;
  text-align: left;
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 30px;
  font-size: 15px;
  font-family: "proxima-nova-alt-condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: none;
  line-height: 1.42857143;
  color: #8c8c8c;
  background-color: #fff;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  -webkit-transition: border-color ease-in-out 0s, -webkit-box-shadow ease-in-out 0s;
  -o-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 12px;
  font-family: "proxima-nova-alt-condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #666;
/*line-height: 40px; padding used for security question wrap*/
  padding: 17px 25px 17px 25px;
  letter-spacing: .05em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
}

li.dropdown-header {
  line-height: 40px;
}

.bootstrap-select .dropdown-menu {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0079f3;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  background: #FFF url(../images/select-dropdown-arrow-01.svg) no-repeat scroll center center;
  background-size: 14px 8px;
  float: right;
  position: absolute;
  right: 25px;
  /*top: 50%;*/
}

.bootstrap-select.dropup .caret {
  border: 0;
}

.bootstrap-select
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background-color: #fff;
  color: #939DA5;
  border: none;
  outline: none!important;
  outline-color: #fff;
  outline-style: auto;
  outline-width: 0px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0s,-webkit-box-shadow ease-in-out 0s;
  -o-transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
  transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
}

.btn.dropdown-toggle.btn-default {
  outline: none !important;
}

/* bootstrap-select css */

.product-image {
  padding: 0;
  background-size: cover;
}

.product-grey {
  background-color: #EEF1F5;
  /* background-color: #f5f7f9; */
  overflow: hidden;
}

.product-description {
  padding: 3% 5% 3% 5%;
}

.panel-group {
  margin-bottom: 70px;
}

.panel-group .panel {
  border-radius: 0px;
}

.panel-default {
  border-color: #DDD;
}

.panel {
  margin-bottom: 20px;
  background-color: #FFF;
  border: 0px solid transparent;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);
}

.panel-default > .panel-heading {
  color: #0079F3;
  background-color: #FFF;
}

.panel-group .panel-heading {
  border-bottom: 1px solid #e5e9ed;
}

.panel-heading {
  padding: 0;
  border-bottom: 0px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel-title {
  padding: 25px 0px 10px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #0079F3;
  font-weight: 100;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
  font-weight: 100;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px solid #DDD;
}

.panel-body {
  padding: 15px 0px 0px 0px;
}

.modal-dialog {
  margin: 50px auto;
}

.modal-content {
  position: relative;
  background-color: #EEF1F5;
  /* background-color: #f2f5f7; */
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0px none;
  /* box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5); */
  box-shadow: none;
  padding: 50px 50px 50px 50px;
}

.modal-header {
  padding: 0px;
  border-bottom: 0px solid #E5E5E5;
}

h2.modal-title {
  color: #191d22;
  font-size: 27px;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: none;
}

.close {
  font-size: 32px;
  font-weight: 100;
  line-height: 1;
  color: #191d22;
  text-shadow: 0px 0px 0px #FFF;
  opacity: 1;
}

.close:hover, .close:focus {
  color: #0079F3;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

.modal-body {
  position: relative;
  padding: 10px 0px 30px 0px;
}

.modal-footer {
  padding: 50px 0px 0px 0px;
  text-align: left;
  border-top: 0px solid #E5E5E5;
}

.footer-body-fluid {
  background: #0079f3;
  /* padding-left: 5%;
  padding-right: 5%; */
}

.footer-body-container {
  /* padding: 100px 0px 130px 0px; */
  padding-top: 100px;
  padding-bottom: 130px;
}

.copyright {
  background-color: #0073e9;
  margin-top: 0px;
  padding: 50px 0px 50px 0px;
  text-align: center;
}

.login-content {
  padding: 0px 15px 0px 15px;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #191d22;
  font-size: 27px;
  cursor: auto;
}

.login-form {
  /*float: left;*/
  width: auto;
  /*padding: 0px 30px 0px 0px;*/
  /*border-left: 1px solid #939da5;*/  
}

.login-header {
  padding: 0px 0px 40px 0px;
}

h2.login-header {
  color: #191d22;
  font-size: 27px;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 30px;
  text-transform: none;
}

.register-link {
  padding: 10px 0px 0px 0px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 13px;
}

.login-footer {
  padding: 0px 0px 0px 0px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
}

.login-padding {
  padding-bottom: 20px;
}

.customers .nav, .customers .collapse, .customers .dropup, .customers .dropdown {
  position: static;
}

.customers-dropdown-menu {
  /*left: 0;*/
  right: 0;
  border-radius: 0;
  border-width: 0;
  background-color: #0079F3;
  /*border-top: solid 1px #0068D1;*/
  padding: 0 0 0 0;
  top: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .175);
  text-align: center; /*dropdown align*/
}

.customers-dropdown-menu > li > a {
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; /*corrects font weight issue in chrome*/
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  padding: 23px 30px 23px 30px;
  margin-right: -4px;
}

.customers-dropdown-menu li:hover > a {
  color: #fff;
  background-color: #0068D1;
  /*border-right: solid 1px #eee;
  border-left: solid 1px #eee;*/
}

.customers-dropdown-link {
  display: inline-block;
}

/*link fixes for dashboard conflicts*/
.footer a, .btn-cta {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#snarl-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 380px;
  z-index: 50000;
  pointer-events: none;
}

/*Removing large logo from footer */
img #footer-logo-mobile-img{
  display: none !important;
}