/*This loads the google font*/

/* @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxvR_54zmj3SbGZQh3vCOwvY.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxuw_rQOTGi-AJs5XCWaKIhU.woff) format('woff');
} */

/* ************************************* ELEMENTS *************************************** */


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  background-color: #ACACAC;
  font-size: 1em;
  font-family: 'Open Sans', arial;
  line-height: 1.5;
  color: #222;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #256184;
}

a:hover {
  color: #307EAC;
}

a.none {
  text-decoration: none;
  font-weight: normal;
}

h1, h2, h3, h4, h5 {
  margin: .67em 0;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
  clear: both;
  display: block;
}

h1,.h1 {
  font-size: 2em;
}

h2,.h2 {
  font-size: 1.6em;
}

h3,.h3 {
  font-size: 1.3em;  
}

h4,.h4 {
  font-size: 1.2em;
}

h5,.h5 {
  font-size: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  font-weight: normal;
}

.inline-with-button {
  margin-top: 0;
}

h3.inline-with-button {
  padding-top: .3em;
}


p,ol,ul,dl,address {
  margin-bottom: 1.5em;
}

small {
  font-size: .8em;  
}

img {
  max-width: 100%;
  border-radius: .4em;
}

img.border {
  border: 1px solid #AAA;
}

img.width100 {
  width: 100%;
  max-width: 100%;
}

ul, ol {
  padding: 0 0 0 2em;
  list-style-type: circle;
}

li {
  margin: 1em 0 0 1em;
}

ul.inline, ol.inline {
  list-style-type: none;
  margin-left: 0;
}

ul.inline>li, ol.inline>li {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}

ul.none {
  list-style-type: none;
}

blockquote {
  margin: 0 0 1.5em 0;
  padding: .75em;
  background-color: #f6f5f5;
  font-style: normal;
}

input {
  padding: .2em .5em;
  border-radius: .4em;
  border: 1px solid #AAA;
}

/* blockquote:before {
  content: url('http://cdn.truckingtruth.com/misc-icons/double-quotes-start.png');
}

blockquote:after {
  content: url('http://cdn.truckingtruth.com/misc-icons/double-quotes-end.png');
} */






/* ************************ GENERIC Classes ************************** */

.center {
  text-align: center;
}

.clear {
  clear: both;
  width: 0;
  height: 0;
}

.clearTall {
  clear: both;
  height: 40px;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.padding0 {
  padding: 0;
}

.margin0 {
  margin: 0;
}

.borderNone {
  border: none;
}

.light-gray {
  background-color: #F5F5F5;
  padding: 1.2em;
  border-radius: 8px;
  border: 1px solid #AAA;
}

.floatLeft {
  float: left;
  margin-right: 22px;
  margin-bottom: 16px;
  border: 1px solid #BBBBBB;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #555555 3px 3px 5px;
  -webkit-box-shadow: #555555 3px 3px 5px;
  box-shadow: #555555 3px 3px 5px;
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#aaaaaa');/*For IE7-8-9*/ 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#aaaaaa));
  background-image: -webkit-linear-gradient(#eeeeee, #aaaaaa);
  background-image: -moz-linear-gradient(#eeeeee, #aaaaaa);
  background-image: -o-linear-gradient(#eeeeee, #aaaaaa);
  background-image: linear-gradient(#eeeeee, #aaaaaa);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.floatLeftResponsive {
  float: right;
  margin-right: 22px;
  width: 100%;
  max-width: 336px;
  border: 1px solid #BBBBBB;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #555555 3px 3px 5px;
  -webkit-box-shadow: #555555 3px 3px 5px;
  box-shadow: #555555 3px 3px 5px;
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#aaaaaa');/*For IE7-8-9*/ 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#aaaaaa));
  background-image: -webkit-linear-gradient(#eeeeee, #aaaaaa);
  background-image: -moz-linear-gradient(#eeeeee, #aaaaaa);
  background-image: -o-linear-gradient(#eeeeee, #aaaaaa);
  background-image: linear-gradient(#eeeeee, #aaaaaa);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

img.floatRight {
  float: right;
  margin: 0px 0px 16px 22px;
  border: 1px solid #AAA;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #555555 3px 3px 5px;
  -webkit-box-shadow: #555 3px 3px 5px;
  box-shadow: #555 3px 3px 5px;
  padding: 10px;
  background-image: -moz-linear-gradient(top, #eeeeee, #aaaaaa);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#AAA));
  background-image: -o-linear-gradient(top, #eeeeee, #aaaaaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#aaaaaa');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#aaaaaa')";
  background-image: linear-gradient(top, #eeeeee, #aaaaaa);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

div.floatRight {
  float: right;
}

.buttonGradient {
  min-height: 1px;
  zoom:1;
  background: #C5C5C5;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  background-image: -moz-linear-gradient(top, #eeeeee, #C5C5C5);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#eeeeee), to(#C5C5C5));
  background-image: -webkit-linear-gradient(top, #EEE, #C5C5C5);
  background-image: -o-linear-gradient(top, #eeeeee, #C5C5C5);
  background-image: -ms-linear-gradient(top, #eeeeee, #C5C5C5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#C5C5C5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#C5C5C5')";
  background-image: linear-gradient(top, #eeeeee, #C5C5C5);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
  background-clip: padding-box;
  padding:7px 10px;
}

.light-green-buttonGradient {
  min-height: 1px;
  zoom: 1;
  background: #83eed9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 2px 5px 10px #CCC;
  -webkit-box-shadow: 2px 5px 10px #CCC;
  box-shadow: 2px 5px 10px #CCC;
  background-image: -moz-linear-gradient(top, #eeeeee, #83eed9);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#eeeeee), to(#83eed9));
  background-image: -webkit-linear-gradient(top, #EEE, #83eed9);
  background-image: -o-linear-gradient(top, #eeeeee, #83eed9);
  background-image: -ms-linear-gradient(top, #eeeeee, #83eed9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#83eed9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#83eed9')";
  background-image: linear-gradient(top, #eeeeee, #83eed9);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 10px;
  border: 1px solid #BBB;
}




/* ************************ Header And Navbar ************************* */


.headerDiv {
  background-color: #CCC;
}

.headerDiv img {
  margin: 0 auto;
  display: block;
  border: none;
}

.navbarDiv, .navbarBlock {
  background-color: #256184;
}

.navbarWrapper {
  background-color: #256184;
}

.menuBlock:hover {
  background-color: #307EAC;
  color: #FFF;
}


.mainBarDiv {
  background-color: #256184;
  color: #EEE;
  min-height: 55px;
  padding-top: 15px;
}


/*  ****************** Body And Footer ************************* */

.contentWrapper {
  border-left: 1px solid white;
  border-right: 1px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 850px;
  padding-top: 25px;
  background-color: #E3E3E3;
  -webkit-box-shadow: 2px 20px 65px #333;
  -moz-box-shadow: 2px 20px 65px #333;
  box-shadow: 2px 20px 65px #333;
  color: #222;
}

.contentDiv {
  background-color: #acacac;
  background: url('/cdn/misc-images/background-texture4.jpg') top center no-repeat;
}

.footerDiv {
  margin-top: 2em;
  background: #acacac;
}

.footerButtonDiv {
  margin-top: 15px;
}

.footerWrapper {
  margin-top: 10px;
  border: 1px solid #AAA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 25px;
  -webkit-box-shadow: 0px 2px 65px #333;
  -moz-box-shadow: 0px 2px 65px #333;
  box-shadow: 0px 2px 65px #333;
  background-color: #DDD;
}


.tabs a {
  font-weight: normal;
}



.weOffer li {
  margin-top: 1.5em;
  list-style: circle;
}

.weOffer li:first-child {
  margin-top: 0;
}

.searchQueryInput {
  max-width: 100%;
  border-radius: 5px;
  padding: .5em;
}

h3.searchHeading {
  margin-top: 2px;
}

.tabButton {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 20px;
  font-size: .9em;
}

.tabButton:first-child {
  margin-top: 0;
}


.autoLoginDiv {
  background-color: #EEE67A;
  padding: 20px 0px;
  margin-bottom: 25px;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}

.downarrow {
  background: #DDD url('/cdn/misc-icons/blue_arrow_down.png') 95% 50% no-repeat;
}

.uparrow {
  background: #DDD url('/cdn/misc-icons/blue_arrow_up.png') 95% 50% no-repeat;  
}

.blogArticleDiv a, .blogArticleDiv h3, .blogArticleDiv h3 a {
  text-decoration: none;
  font-weight: normal;
  border-bottom: none;
}

.Answer_explanation {
  display: none;
  margin-bottom: 2em;
}

.hide {
  display: none;
}

.pointer {
  cursor: pointer;
}

.min336 {
  min-width: 336px;
}

.max100 {
  max-width: 100%;
}

.jobLabel {
  text-align: right;
}

.innerInfo {
  border: 1px solid #A0A0A0;
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 20px #CCC;
  -moz-box-shadow: 0px 2px 20px #CCC;
  box-shadow: 0px 2px 20px #CCC;
  background-color: #F5F5F5;
}

.innerInfo a {
  text-decoration: none;
}

.bookPageUl {
  background-color: #F5F5F5;
  padding: 1em 2em 2em 4em;
  border-radius: 8px;
  display: none;
}

.chapterWrapper img {
  cursor: pointer;
}

.returnHeading {
  padding-left: 20px;
}

.breadcrumbArrow {
  margin-bottom: -2px;
  width: 16px;
  height: 16px;
}

.right-info-div {
  float: right;
}

.br5 {
  border-radius: 5px;
}

.br6 {
  border-radius: 6px;
}

.br8 {
  border-radius: 8px;
}

.borderAAA {
  border: 1px solid #AAA;
}

.company-UL {
  padding-left: 3em;
}

.company_more_info {
  display: none;
}

.compLogo {
  cursor: pointer;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.static-map-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    max-width: 100%
}

.static-map-container img {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

/*we'll set the padding-bottom to 50% to get the 2 to 1 ratio*/
.image-container-2-to-1 {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    max-width: 100%
}

.image-container-2-to-1 img {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    max-width: 100%;  
}


.image-container-3-to-2 {
    position: relative;
    padding-bottom: 66.6667%;
    height: 0;
    max-width: 100%
}

.image-container-4-to-3 img {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    max-width: 100%;  
}


.max240 {
  max-width: 240px;
}

.max300 {
  max-width: 300px;
}

a.nextPic {
  padding-left: 1.4em;
  padding-right: 1.4em;
}

.buttonWrapDiv {
  margin: 1em 0em 3em 0em;
}

.listAndHeading .listOfItems, .listAndHeading .itemList, .listAndHeading .listWrapper {
  display:none;
}

.marginAuto {
  margin-left: auto;
  margin-right: auto;
}

.companyStat {
  font-size: 3em;
  line-height: 3;
  text-align: center;
  color: #0A0;
  margin: .5em 0 -1em 0;
}

.companyStat-P {
  font-size: 1em;
  line-height: 1.5;
  color: #0A0;
  text-align: center;
  font-weight: normal;
}

.compTractorBrand {
  line-height: 3;
  text-align: right;
}

.brandLogoSmall img, .tractorLogo img {
  border: 1px solid #AAA;
  -webkit-box-shadow: 2px 3px 5px #AAA;
  -moz-box-shadow: 2px 3px 5px #AAA;
  -ms-box-shadow: 2px 3px 5px #AAA;
  box-shadow: 2px 3px 5px #AAA;
}

.brandLogoSmall img {
  border-radius: .3em;
  max-width: 100%;
}

.tractorLogo img {
  border-radius: .5em;
  max-width: 100%;
  margin-bottom: 2em;
}

.comp_logo {
  margin-top: 1em;
  border: 1px solid #AAA;
  cursor: pointer;
}
















.margint_0 {
  margin-top: 0;
}


.margint_eighth {
  margin-top: 5px;
}

.margint_quarter {
  margin-top: 10px;
}

.margint_half {
  margin-top: 20px;
}

.margint_threequarter {
  margin-top: 30px;
}

.margint_1 {
  margin-top: 40px;
}

.margint_1em {
  margin-top: 1em;
}

.marginr_0 {
  margin-right: 0;
}


.marginr_eighth {
  margin-right: 5px;
}

.marginr_quarter {
  margin-right: 10px;
}

.marginr_half {
  margin-right: 20px;
}

.marginr_threequarter {
  margin-right: 30px;
}

.marginr_1 {
  margin-right: 40px;
}

.marginl_0 {
  margin-left: 0;
}

.marginl_eighth {
  margin-left: 5px;
}

.marginl_quarter {
  margin-left: 10px;
}

.marginl_half {
  margin-left: 20px;
}

.marginl_threequarter {
  margin-left: 30px;
}

.marginl_1 {
  margin-left: 40px;
}



.marginb_0 {
  margin-bottom: 0;
}


.marginb_eighth {
  margin-bottom: 5px;
}

.marginb_quarter {
  margin-bottom: 10px;
}

.marginb_half {
  margin-bottom: 20px;
}

.marginb_threequarter {
  margin-bottom: 30px;
}

.marginb_1 {
  margin-bottom: 40px;
}

.marginb_1em {
  margin-bottom: 1em;
}




/*------------------------------------*\
    ##################### BEGIN TOOLTIPS ######################
\*------------------------------------*/

/**
 * A simple tooltip component. Simply drop a `data-tooltip` attribute onto
 * (almost) any element and have a tooltip placed center-bottom on hover.
 *
 * Because the tooltip text is sourced from a `data-*` attribute, do not use
 * it for any content which *needs* to be accessible: use it for decorative
 * information only.
 */

/**
 * 1. Tooltips require positioning context.
 */
@charset "UTF-8";
[data-tooltip] {
  position: relative;
  /* [1] */
  /**
   * 1. Hide our tooltips by default. This is still ‘accessible’ as our tooltip
   *    text only exists in generated content anyway.
   */
  /**
   * Show the tooltip when we give the element attention.
   *
   * 1. Fade tooltips in gradually so they don’t appear too abruptly.
   * 2. Populate the tooltips when we show the element some attention.
   * 3. Source the tooltip’s content from its `data-tooltip` attribute.
   */
  /**
   * Create an arrow (linking the tooltip to its originator) using pure
   * CSS triangles.
   */
  /**
   * The textual part of the tooltip.
   *
   * 1. Position the text center–bottom.
   */

/*  Here is the html for it */

  /* <p>
      Please
      <a href="#" data-tooltip="In under 30 seconds">sign up</a>,
      <a href="#" data-tooltip="Welcome back!">log in</a>,
      or <a href="https://twitter.com/csswizardry" target="_blank" data-tooltip="More CSS goodness to come…">follow me on Twitter</a>.
  </p>
  
  <span data-tooltip="Harry Roberts">
      <img src="https://pbs.twimg.com/profile_images/378800000842511021/741a0a2593ea55bbd6238f8705c7074f.jpeg" width="128" height="128" alt="A photo of Harry Roberts on stage" />
  </span>
   */

}
[data-tooltip]:before, [data-tooltip]:after {
  content: none;
  content: normal;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:active:before, [data-tooltip]:active:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
  -webkit-animation: 0.5s tooltip linear;
  -moz-animation: 0.5s tooltip linear;
  animation: 0.5s tooltip linear;
}
[data-tooltip]:hover:before, [data-tooltip]:active:before, [data-tooltip]:focus:before {
  content: "";
  /* [2] */
}
[data-tooltip]:hover:after, [data-tooltip]:active:after, [data-tooltip]:focus:after {
  content: attr(data-tooltip);
  /* [2] [3] */
}
[data-tooltip]:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -3px;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: #f43059;
}
[data-tooltip]:after {
  position: absolute;
  /* [1] */
  top: 100%;
  /* [1] */
  left: 50%;
  /* [1] */
  border-radius: 3px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 7px;
  white-space: nowrap;
  font-weight: normal;
  color: #fff;
  background-color: #f43059;
  border-bottom: 1px solid #9c0827;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/**
 * Animation to gradually fade tooltips in.
 */
@-webkit-keyframes tooltip {
  from {
    opacity: 0;
  }

  66.666% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-moz-keyframes tooltip {
  from {
    opacity: 0;
  }

  66.666% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes tooltip {
  from {
    opacity: 0;
  }

  66.666% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/*------------------------------------*\
    ##################### END TOOLTIPS ######################
\*------------------------------------*/






/* **************** Begin ssl.html login form ************************* */

/* this is for the login form */  


.errorMsg {
  display: none;
  color:red;
  padding-bottom: 20px;
}

.training-loginForm, .newUserForm, .passResetForm {
  float: left;
}

.newUserForm input, .training-loginForm input, .userFormWrapper input {
  font-size: .9em;
  border: 1px solid #C5C5C5;
  border-radius: 3px;
  padding: 5px;
}

.loginFormDiv {
  display: none;
}

/* .passResetForm {
  width: 500px;
}
 */
.secureImage {
  box-shadow: 3px 3px 8px #777;
  border: 1px solid #777;
/*  width: 110px;
  height: 110px;
*/}

.errorAlert {
  color: red;
}


/* ****************  End ssl.html login form ************************* */


/* **********************************************  Buttons  ***************************************** */

.redButton, .greenButton, .blueButton, .grayButton, .yellowButton {
  padding: .6em 1em;
  border-radius: 5px;
  display: inline;
  color: #E5E5E5;
  cursor: pointer;
  text-align: center;
}

.redButton a, .greenButton a, .blueButton a, .grayButton a, .yellowButton a {
  color: #E5E5E5 !important;
  text-decoration: none !important;
  font-weight: normal !important;
  text-shadow: none;
}

.redButton a:hover, .greenButton a:hover, .blueButton a:hover, .grayButton a:hover, .yellowButton a:hover {
  color: #E5E5E5 !important;
  text-decoration: none !important;
}


.redButton {
  background-color: #f14c4c;
}

.redButton:hover {
  background-color: #ff6868;
}

.redButtonPressed {
  padding: 10px;
  border-radius: 5px;
  display: inline;
  color: #E5E5E5;
  cursor: pointer;
  background-color: #ef2c2c;    
}

.greenButton {
  background-color: #0A0;
}

.greenButton:hover {
  background-color: #0C0;
}

.greenButtonPressed {
  padding: 10px;
  border-radius: 5px;
  display: inline;
  color: #E5E5E5;
  cursor: pointer;
  background-color: #070;   
}

.blueButton {
  background-color: #008bdd;
}

.blueButton:hover {
  background-color: #00a0ff;
}

.blueButtonPressed {
  background-color: #0074ba;
  padding: 10px;
  border-radius: 5px;
  display: inline;
  color: #E5E5E5;
  cursor: pointer;
}

.grayButton {
  background-color: #BBB;
  color: #666;
}

.grayButton:hover {
  background-color: #CCC;
  color: #666;
}

.grayButtonPressed {
  background-color: #AAA;
  padding: 10px;
  border-radius: 5px;
  display: inline;
  color: #666;
  cursor: pointer;
}

.yellowButton {
  background-color: #e4d82f;
  color: #444;
}

.yellowButton:hover {
  background-color: #EEE67A;
  color: #444;
}

.yellowButtonPressed {
  background-color: #e2d520;
  color: #666;
  border-radius: 5px;
  display: inline;
  cursor: pointer;
}



/* ***************************************************** END BUTTONS ***************************************** */






/* ******************************** New Buttons ******************************** */



.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: .4em 1.1em;
  margin-bottom: 0;
  *margin-left: .3em;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  border-radius: .25em;
  cursor: pointer;
  border: none;
  margin-right: .3em;
}

/*  Green  */

input.btn {
  padding: .47em .8em;
}

.btnGreen {
  background-color: #0A0;
}

.btnGreen, a.btnGreen, a.btnGreen:hover  {
  color: #FFF;
}

.btnGreen:hover {
  background-color: #0C0;
}


/* Red */

.btnRed {
  background-color: #f14c4c;
}

.btnRed, a.btnRed, a.btnRed:hover  {
  color: #FFF;
}

.btnRed:hover {
  background-color: #ff6868;
}


/* Blue */

.btnBlue {
  background-color: #008bdd;
}

.btnBlue, a.btnBlue, a.btnBlue:hover  {
  color: #FFF;
}

.btnBlue:hover {
  background-color: #00a0ff;
}


/* Gray */

.btnGray {
  background-color: #BBB;
}

.btnGray, a.btnGray, a.btnGray:hover  {
  color: #666;
}

.btnGray:hover {
  background-color: #CCC;
}


/* Yellow */

.btnYellow {
  background-color: #e4d82f;
}

.btnYellow, a.btnYellow, a.btnYellow:hover  {
  color: #555;
}

.btnYellow:hover {
  background-color: #EEE67A;
}

.btnLarge {
  font-size: 1.2em;
  line-height: 1.6;
}

input.btnLarge {
  line-height: 1.43;
}





/* ******************************** End New Buttons ***************************** */









  /* ********************************************** TOP RIGHT MENU BEGINS ************************************************************* */


.top-right-menu {
  text-align:center;
  margin-top: -5px;
}

.top-right-menu a {
  text-decoration: none;
  color: #444;
  font-size: .9em;
}

.drop-menu {  
display: block;  
text-align: center;  
padding: 5px 10px;  
background: #DDD url('/cdn/misc-icons/blue_arrow_down.png') 95% 50% no-repeat;
cursor: pointer;  
border: 1px solid #AAA; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
position: relative;
}  


.drop-menu-clicked {
border: 1px solid #CCC;  
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom:none;
margin-bottom: 1px;

}  

.drop-menu-clicked .sub-menu { 
display: block;
position: absolute;
z-index: 3; 
top: 22px;
}  

.sub-menu-mobile {
display: inline-block;
position: relative;
z-index: 3; 
}

.sub-menu {  
display: none;  
width: 101%;
background: #DDD;
padding: 0;
margin-left: -11px;  
margin-top: 8px;  
border: 1px solid #BBB;  
border-top:none;
-webkit-box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);  
-moz-box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);  
box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);  
}  

.sub-menu li {  
list-style-type: none;  
display: block;
border-bottom: 1px dotted #eaeaea;  
padding: 12px 0;  
margin:0px;
text-align: center;
}  


.sub-menu li a, .contentWrapper .dropMenuLink {
  text-decoration: none;
  font-weight: normal;
}

.sub-menu li:hover {
  background-color: #EEE;
}

.downarrow {
  background: #DDD url('/cdn/misc-icons/blue_arrow_down.png') 95% 50% no-repeat;
}

.uparrow {
  background: #DDD url('/cdn/misc-icons/blue_arrow_up.png') 95% 50% no-repeat;  
}


/* ********************************************** TOP RIGHT MENU ENDS 

/* ***********************************  This Is For The Online Book ************************************** */


  .quoteStart {
    margin: 0px 10px 5px 0px;
    float:left;
  }

  .quoteEnd {
    margin: -40px 0px 5px 10px;
    float:right;
  }

  .goNextPage {
    float:right;
  }

  .goPrevPage a, .goNextPage a, .currentPage a {
    text-decoration: none;
  }
  .returnToContents {
    text-align: center;
    padding: 5px 10px;
    height: 20px;
    max-height: 25px;
    width: 150px;
    background: #EEE;
    cursor: pointer;
    border: 1px solid #AAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:right;
    margin: 15px 40px;
  }
  .returnToContents a {
    text-decoration: none;
  }

  .TOCitalic {
    font-style: italic;
  }

  .TOCbold {
    font-weight: bold;
  }

  .TOCWrapper a {
    text-decoration: none;
  }
  .borderMark {
    border-top: 1px solid #AAA;
    margin: 15px;
  }

  .bookCoverWrapper {
    background-color: #950000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#FF0000));
    background-image: -webkit-linear-gradient(top, #333333, #FF0000);
    background-image:    -moz-linear-gradient(top, #333333, #FF0000);
    background-image:      -o-linear-gradient(top, #333333, #FF0000);
    background-image:         linear-gradient(to bottom, #333333, #FF0000);
    border-radius: 10px;
  }

  .bookCoverWrapper h1, .bookCoverWrapper h3 {
    color: #EEE;
    text-shadow:1px 1px 1px #333;
  }

  .bookCoverWrapper a {
    text-decoration: none;
    color: #EEE;
    text-shadow: 1px 1px 1px #FF0000;
  }

/******************************* End Online Book ****************************************
*/


/******************************* Beginning Forum  **************************************** */


.conversationWrapper {
  padding: 1em 0;
  border-bottom: 1px solid #AAA;
  line-height: 1.6;
}

a.tagList {
  float: left;
  padding: .5em;
  border: 1px solid #AAA;
  margin: .5em;
  font-size: .8em;
  background-color: #F5F5F5;
  border-radius: .5em;
}

.privateMessageText {
width: 100%;
height: 30em;
}


/******************************* End Forum **************************************** */


/* **************************** Begin Media Blocks ******************************** */




.media {
   width: 100%;
   border: 1px solid #AAA;
   border-radius: .5em;
   margin: 0 0 1.5em 0;
   padding: 1em;  
}

.media, .media__image--left, .media__image--right, .media__body, .media__ad--left, .media__ad--right {
  overflow: hidden;
}

.media h1, .media h2, .media h3, .media h4, .media h5 {
  padding: 0 1rem;
}

.media__body {
  padding: 0;
  margin: 0em 1em -.5em 1em;
}

.media__body--light-gray {
  background-color: #F5F5F5;
  padding: 1.2em;
  border-radius: 8px;
  border: 1px solid #AAA;
  margin: 0em 1em -.5em 1em;
}

.media__body__heading {
  padding: 0 1em;
}

.media__image--left {
  float: left;
  margin: 1em 2em 1em 1em;
  padding: 0;
  border-radius: .4em;
  border: 1px solid #AAA;
}

.media__image--right {
  float: right;
  margin: 1em 1em 1em 2em;
  padding: 0;
  border-radius: .4em;
  border: 1px solid #AAA;
}


.media__video--left {
  float: left;
  margin: 1em 2em 1em 1em;
  padding: 0;
  border-radius: .4em;
  border: 1px solid #AAA;  
  position: relative;
  overflow: hidden;
}

.media__video--right {
  float: right;
  margin: 1em 1em 1em 2em;
  padding: 0;
  border-radius: .4em;
  border: 1px solid #AAA;  
  position: relative;
  overflow: hidden;
}

.media__ad--right {
  margin: 1em 1em 1em 2em;
  padding: 0;
}

.media__ad--left {
  float: left;
  margin: 1em 2em 1em 1em;
  padding: 0;
}


.media__video--left:before, .media__video--right:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 35px;
}

.media__video--left iframe, .media__video--right iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;  
}

.media-list-wrapper {
  border: 1px solid #AAA;
  border-radius: .5em;
}

.media-list-wrapper .media {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #AAA;
  margin: .5em 0;
}

.media-list-wrapper .media:last-child {
  border-bottom: none;
}

.media-table-wrapper {
  border: 1px solid #AAA;
  border-radius: .5em;
}


.media-table-wrapper .media {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #AAA;
  margin: .5em 0;  
}

.media-table-wrapper .media:last-child {
  border-bottom: none;
}

.media-table-wrapper .media__image--left {
  margin: 0;
}

.media-table-wrapper .media__image--right {
  margin: 0;
}

.media-table-wrapper .media__video--left {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.media-table-wrapper .media__video--right {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.media-table-wrapper .media__body {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 1em;
  margin: 0;
}

.media__image-table-cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 1em;
}

 .media-hidden {
   display: none;
   width: 100%;
   overflow: hidden;
   float: left;
   margin: 0;
   padding: 1em 1em 0 1em;
}

.media-border-none {
  border: none;
}





 /*  .media, .media-right, media-list, .media-list-right, .media-table, .media-table-right, .image, .body {
   overflow: hidden;
 }
 
 .media {
   width: 100%;
   border: 1px solid #AAA;
   border-radius: .5em;
   margin: 0 0 1.5em 0;
   padding: 1em;
 }
 
 
 .media .image {
   float: left;
   width: 30%;
   margin:0;
   padding: 1em .5em 1em 1em;
 }
 
 .media .image img {
   border-radius: .4em;
   border: 1px solid #AAA;
   float: left;
   margin: 0;
   padding: 0;
 }
 
 .media .body {
   float: left;
   width: 70%;
   margin:0;
   padding: 0 1em 0 1em;
 }
 
 .media-40-60 .image {
   width: 40%;
 }
 
 .media-40-60 .body {
   width: 60%;
 }
 
 .media-40-60 .image img {
   float: right;
 }
 
 .media-list {
   border: none;
   border-bottom: 1px solid #AAA;
   border-radius: 0;
   margin: 0;
   padding-top: 2em;
 }
 
 .media-list .image, .media-list .body {
   padding-bottom: 0;
 }
 
 .media-list:last-child {
   border-bottom: none;
 }
 
 
 .media-table .image, .media-table .body {
   display: table-cell;
   vertical-align: middle;
   float: none;
 }
 
 .media-table .body p:first-child {
   margin-top: 1.5em;
 }
 
 .media-hidden {
   display: none;
   width: 100%;
   overflow: hidden;
   float: left;
   margin: 0;
   padding: 1em 1em 0 1em;
 } */


/* ************** End Media Blocks ****************************/


/*********************************  Begin Mobile Portrait Rules ********************************************/


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

  .mainMenuButton, .memberMenuButton {
    font-size: .9em;
    line-height: 2;`
  }

  .contentWrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .footerButton {
    font-size: .9em;
  }

  h3.searchHeading {
    margin-left: 0;
  }

  .min336 {
    padding: 0;
    margin-left: -10px;
    max-width: 100%;
  }

  .picNumber {
    margin-left: 1em;
  }

  .compTractorBrand {
    line-height: 2;
    font-size: 1.3em;
  }

  .navbarWrapperPinned {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
  }

  .menuBlock {
    font-weight: normal;
  }

  .reviewDiv {
    font-size: 1em;
  }

/*  this is for the copmany-sponsored training programs*/

  .company-UL, .right-info-div {
    display: none;
  }

}

/*********************************  End Mobile Portrait Rules ********************************************/

/*********************************  Begin Mobile Landscape Rules ********************************************/


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

  /* body, html {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  } */

  .mainMenuButton, .memberMenuButton {
    color: #FFF;
    text-align: center;
    padding: 15px 0px;
    border-bottom: 1px solid #EEE;
    cursor: pointer;
  }

  .mainMenuButton {
    border-right: 1px solid #EEE;
  }

  .mainMenuButton:hover, .memberMenuButton:hover {
    background-color: #307EAC;
  }

  .mainMenuUl, .memberMenuUl {
    background-color: #307EAC;
    border-radius: 8px;
    display: none;
    margin-bottom: 0px;
  }

  .mainMenuUl li, .memberMenuUl li {
    list-style: none;
    padding: 15px 0px;
    border-top: 1px solid #AAA;
    text-align: center; 
    margin-top: 0;
  }

  .mainMenuUl li:first-child, .memberMenuUl li:first-child {
    border: none;
    margin-top: 0;
  }

  .mainMenuUl li a, .memberMenuUl li a {
    text-decoration: none;
    color: #FFF;
    font-weight: normal;
  }

  .drop-menu, .drop-menu-link {
    display: none;
  }

  .mainBarDiv {
    min-height: 55px;
    background-color: #256184;
    color: #FFF;
    padding-top: 12px;
    box-sizing: border-box;
  }

  .contentWrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .weOffer {
    margin-top: 20px;
    clear: both;
  }

  .foundedBy {
    margin-top: 20px;
  }

  .searchResults h3 {
    font-size: 1em;
    line-height: 1.7;
  }

  .bookQuoteLeft, .bookQuoteRight {
    padding: 12px;
    background-color:#EEE;
    border-radius: 8px;
    border: 1px solid #AAA;
    width: 100%;
    font-style: italic;
    font-size: 1.1em;
  }

  .bookQuote {
    padding:12px;
    background-color:#EEE;
    border-radius: 8px;
    border: 1px solid #AAA;
    font-style: italic;
    font-size: 1.1em;
    font-family: Georgia;
    width: 100%;
    margin: 5% auto;
  }

  .quoteStart {
    margin: 0px 10px 5px 0px;
    float:left;
  }

  .quoteEnd {
    margin: -20px 0px 5px 10px;
    float:right;
  }

  .footerDiv h2 {
    margin-left: 0;
  }

  .mobileHomePageDiv a {
    font-weight: normal;
  }

  .loginStatement {
    margin-bottom: 20px;    
  }

  .floatLeftResponsive {
    margin-right: 0;
  }

  .stateListings {
    font-size: 1.6em;
    padding-left: 32%;
    line-height: 2;
  }

  .mobileLinks a {
    margin-top: 10px;
  }

  .cdl-test-list {
    list-style-type: circle;
  }

  .cdl-test-list li {
    list-style: circle;
    margin-top: 3em;
  }

  .jobPosting {
    margin-top: 20px;
  }

  .mobileTextCenter {
    text-align: center;
  }

  .jobLabel {
    text-align: left;
  }

  .bookPageUl {
    display: block;
  }

  .mobile-marginl_0 {
    margin-left: 0;
  }

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

  .list {
    height: auto;
  }

  #map2 {
    height: 500px;
  }

  .company_more_info {
    display: block;
  }

  .company-UL {
    margin-top: 3em;
    padding-left: 3em;
  }

  .mobile-clear {
    clear: both;
    height: 0;
  }

  .mobile-clearTall {
    clear: both;
    height:20px;
  }

  .subjectDiv {
    padding-bottom: 1em;
  }

  .mobile-floatLeft {
    float: left;
  }

  .mobile-floatRight {
    float: right;
  }

  .mobile-padding0 {
    padding: 0;
  }

  /* ****************** Begin Media Block Rules ***************************/

    .media__image--left, .media__image--right, .media__video--left, .media__video--right, .media__ad--left, .media__ad--right {
      margin: 0;
    }

    .media__body {
      float: left;
      width: 100%;
      margin: 1em 0 0 0;
    }

    .media h1, .media h2, .media h3, .media h4, .media h5 {
      padding: 0;
    }

    .media__ad--right {
      width: 100%;
      margin:1em 0;
      padding:0;
    }

    .media-table-wrapper .media__image-table-cell,
    .media-table-wrapper .media__body,
    .media-table-wrapper .media__video--left,
    .media-table-wrapper .media__video--right {
      float: left;
      width: 100%;
      display: block;
      margin: 1em 0 0 0;
    }

    .media-table-wrapper .media {
      padding: 0;
      margin-bottom: 1em;
      padding-bottom: 1em;
    }

    .media-hidden {
      padding: 0;
      display: block;
    }

/* ***************** END Media Block Rules ***********************************/

      /* ******************** Begin UL Table Layout ************************ */


  .mobile-table {
    display: table;
  }


  .mobile-tableRow {
    display: table-row;
    overflow: hidden;
  }

  .mobile-tableCell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }



    /* ******************** End UL Table Layout ************************ */



}


/*********************************  End Mobile Landscape Rules ********************************************/

/*********************************  Begin Tablet Rules ********************************************/


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

/*   body, html {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
 */
  .menuBlock {
    float: left;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    width: 14%;
    text-align: center;
    color: #EEE;
    text-decoration: none;
    font-size: .9em;
    min-height: 55px;
    padding-top: 9px;
    font-weight: normal;
  }

  .contentWrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .bookQuoteLeft, .bookQuoteRight {
    padding: 12px;
    background-color:#EEE;
    border-radius: 8px;
    border: 1px solid #AAA;
    width: 30%;
    font-style: italic;
    font-size: 1.1em;
  }

  .bookQuoteRight {
    float:right;
    margin: 0 2.5% 1% 1.25%;
  }

  .bookQuoteLeft {
    float: left;
    margin: 0px 1.25% 1% 2.5%;
  }

  .bookQuote {
    padding:12px;
    background-color:#EEE;
    border-radius: 8px;
    border: 1px solid #AAA;
    font-style: italic;
    font-size: 1.1em;
    font-family: Georgia;
    width: 70%;
    margin: 5% auto;
  }

  .tabletCenter {
    text-align: center;
  }

  .cdl-test-list a {
    font-size: 1.5em;
  }

  #map2, .list {
    height: 600px;
  }

  .list {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #map2 {
    border-radius: 6px;
    border: 1px solid #333;
  }

  .tabletTextCenter {
    text-align: center;
  }

      /* ******************** Begin UL Table Layout ************************ */


  .tablet-table {
    display: table;
  }


  .tablet-tableRow {
    display: table-row;
    overflow: hidden;
  }

  .tablet-tableCell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }



    /* ******************** End UL Table Layout ************************ */


}

/*********************************  End Tablet Rules ********************************************/


/*********************************  Begin Desktop Rules ********************************************/


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

  .menuBlock {
    float: left;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    width: 14%;
    text-align: center;
    color: #EEE;
    text-decoration: none;
    min-height: 55px;
    font-weight: normal;
  }

  .bookQuoteLeft, .bookQuoteRight {
    padding: 12px;
    background-color:#EEE;
    border-radius: 8px;
    border: 1px solid #AAA;
    width: 30%;
    font-style: italic;
    font-size: 1.1em;
  }

  .bookQuoteRight {
    float:right;
    margin: 0 2.5% 1% 1.25%;
  }

  .bookQuoteLeft {
    float: left;
    margin: 0px 1.25% 1% 2.5%;
  }

  .bookQuote {
    padding:12px;
    background-color:#EEE;
    border-radius: 8px;
    border: 1px solid #AAA;
    font-style: italic;
    font-size: 1.1em;
    font-family: Georgia;
    width: 70%;
    margin: 5% auto;
  }

  #map2, .list {
    height: 600px;
  }

  .list {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #map2 {
    border-radius: 6px;
    border: 1px solid #333;
  }

  .desktopTextCenter {
    text-align: center;
  }

    /* ******************** Begin UL Table Layout ************************ */


  .table {
    display: table;
  }


  .tableRow {
    display: table-row;
    overflow: hidden;
  }

  .tableCell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }



    /* ******************** End UL Table Layout ************************ */


}  


/*********************************  End Desktop Rules ********************************************/



.menuBlockHome {
  padding-top: 15px;
}

.searchBox {
  color: #333;
  border-radius: 5px;
  background-color: #DDD;
}


