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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*************************************
COLOR VARIABLES
**************************************/
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  line-height: 140%;
  margin: 10px 0px;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

p {
  line-height: 140%;
}

strong {
  font-weight: 700;
}

li {
  list-style-type: none;
  line-height: 140%;
}

.inner {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.inner-no-padding {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

a.button, input[type=submit] {
  background: #bdc3c7;
  color: black;
  text-decoration: none;
  text-align: center;
  padding: 6px 12px;
  margin: 2px 5px;
  border-radius: 2px;
  font-size: 13px;
  border: 1px #869198 solid;
  box-shadow: inset 0 1px 0 #d9dcde;
  vertical-align: middle;
}
a.button img, input[type=submit] img {
  vertical-align: middle;
  height: 15px;
  padding-left: 5px;
  padding-bottom: 3px;
}

a {
  color: #196090;
  line-height: 140%;
}

a.button.blue, input[type=submit].blue {
  background: #2077b2;
  color: white;
  border: 1px #196090 solid;
  box-shadow: inset 0 1px 0 #5faee3;
}

a.button.red, input[type=submit].red {
  background: #c0392b;
  color: white;
  border: 1px #6d2018 solid;
  box-shadow: inset 0 1px 0 #d65548;
}

a.button.green, input[type=submit].green {
  background: #3c7855;
  color: white;
  border: 1px #1a3425 solid;
  box-shadow: inset 0 1px 0 #3c7855;
}

a.button.black, input[type=submit].black {
  background: #4d4d4d;
  color: white;
  border: 1px black solid;
  box-shadow: inset 0 1px 0 #4d4d4d;
}

.results-area table {
  width: 100%;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
}
@media only screen and (min-width: 900px) {
  .results-area table {
    width: calc(100% - 310px);
    float: left;
  }
}
.results-area table tr {
  border-bottom: 1px solid black;
}
.results-area table td, .results-area table th {
  padding: 10px 5px;
}
.results-area table tr:nth-child(even) {
  background-color: #e6e6e6;
}
.results-area table td:nth-child(3), .results-area table th:nth-child(3) {
  display: none;
}
.results-area table .mobile-description {
  padding-top: 5px;
}
@media only screen and (min-width: 600px) {
  .results-area table {
    font-size: 16px;
  }
  .results-area table td:nth-child(3), .results-area table th:nth-child(3) {
    display: block;
  }
  .results-area table .mobile-description {
    display: none;
  }
}

.header {
  width: 100%;
  margin-bottom: 10px;
}
.header .header-bar {
  margin-bottom: 10px;
}
.header .header-bar .navigation-bar {
  display: none;
  padding: 5px 0px;
}
@media only screen and (min-width: 780px) {
  .header .header-bar .navigation-bar {
    display: block;
  }
}
.header .header-bar .navigation-bar a {
  padding: 0px 20px;
  text-decoration: none;
  color: white;
  font-weight: 700;
  max-width: 90%;
  font-size: 13px;
  line-height: 200%;
}
.header .header-bar .navigation-bar a img {
  vertical-align: middle;
  width: 16px;
  padding-right: 5px;
  margin-top: -3px;
}
.header .logo img {
  width: 100%;
  max-width: 350px;
}
@media only screen and (min-width: 650px) {
  .header .logo img {
    width: 55%;
    max-width: 400px;
    margin-left: 20px;
  }
}
.header .ceg-logo {
  margin-right: 30px;
  width: 225px;
  float: right;
}
@media only screen and (min-width: 650px) {
  .header .ceg-logo {
    margin-top: -50px;
    margin-right: 30px;
    width: 300px;
    max-width: 35%;
    float: right;
  }
}
.header .ceg-logo img {
  width: 100%;
}
.header .header-silhouette {
  height: 46px;
  background-repeat: no-repeat, no-repeat;
  background-position: center;
}
.header .mobile-navigation-bar {
  width: 90%;
  margin: 0px 5%;
  padding: 5px 0px;
}
@media only screen and (min-width: 780px) {
  .header .mobile-navigation-bar {
    display: none;
  }
}
.header .mobile-navigation-bar .column {
  float: left;
  width: 50%;
}
.header .mobile-navigation-bar a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  color: black;
  font-weight: 700;
  font-size: 15px;
}
.header .mobile-navigation-bar a img {
  vertical-align: middle;
  width: 16px;
  padding-right: 5px;
  margin-top: -3px;
}

.footer {
  color: black;
  background-color: #f2f2f2;
  padding: 20px;
}
.footer p {
  padding: 10px;
}
.footer a.button {
  display: inline-block;
  margin: 3px;
  max-width: 50%;
  line-height: 140%;
  border-bottom: 0px;
}
.footer a {
  text-decoration: none;
  color: black;
  border-bottom: 1px dotted;
}

div.overlay.active {
  opacity: 0.5;
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
}

body.frontpage h1 {
  color: #20638f;
  margin: 0px 0px 10px 0px;
  font-weight: 700;
}
body.frontpage p {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
}
body.frontpage .equipment {
  margin: 20px;
}
body.frontpage .equipment .truck, body.frontpage .equipment .trailer {
  width: 50%;
  text-align: center;
  float: left;
  height: 140px;
  margin: 10px 0px;
}
@media only screen and (min-width: 750px) {
  body.frontpage .equipment .truck, body.frontpage .equipment .trailer {
    width: 33%;
  }
}
@media only screen and (min-width: 1000px) {
  body.frontpage .equipment .truck, body.frontpage .equipment .trailer {
    width: 25%;
  }
}
body.frontpage .equipment .truck a, body.frontpage .equipment .trailer a {
  display: inline-block;
  color: #20638f;
  text-decoration: none;
  font-weight: 700;
  padding: 5px;
}
body.frontpage .equipment .truck a img, body.frontpage .equipment .trailer a img {
  max-width: 60%;
  max-height: 120px;
}
body.frontpage .equipment .machine-list, body.frontpage .equipment .machine-listMobile {
  margin: 0 auto;
  width: 90%;
}
body.frontpage .equipment .machine-list a, body.frontpage .equipment .machine-listMobile a {
  display: inline-block;
  color: #20638f;
  margin: 5px 0px;
}
body.frontpage .equipment .machine-list {
  display: none;
}
@media only screen and (min-width: 1100px) {
  body.frontpage .equipment .machine-list {
    display: block;
  }
}
body.frontpage .equipment .machine-list .column {
  float: left;
  width: 22%;
  margin-right: 2%;
}
@media only screen and (min-width: 1100px) {
  body.frontpage .equipment .machine-listMobile {
    display: none;
  }
}
body.frontpage .equipment .machine-listMobile .column {
  float: left;
  width: 49%;
}
body.frontpage .miscellaneous {
  background-color: black;
  padding: 10px;
  text-align: center;
}
body.frontpage .miscellaneous a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding: 10px;
}
body.frontpage .editorial {
  padding: 0px 10px;
}
@media only screen and (min-width: 768px) {
  body.frontpage .editorial {
    width: calc(100% - 370px);
    float: left;
  }
}
body.frontpage .editorial h2 {
  background-color: #2c3e50;
  color: white;
  padding: 5px 10px;
}
body.frontpage .editorial .headline {
  border-bottom: 1px dotted;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  body.frontpage .editorial .headline {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
body.frontpage .editorial .headline .image {
  display: none;
}
@media only screen and (min-width: 900px) {
  body.frontpage .editorial .headline .image {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0px 15px 5px 0px;
    text-align: center;
  }
}
body.frontpage .editorial .headline .image img {
  max-width: 100%;
}
body.frontpage .editorial .headline h6 {
  line-height: 120%;
  padding: 5px 0px;
}
body.frontpage .editorial a.button {
  float: right;
}
body.frontpage .frontpage-adspace {
  width: 300px;
  padding: 10px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  body.frontpage .frontpage-adspace {
    float: left;
  }
}

body.categorypage .category-header-area {
  margin-bottom: 30px;
  padding: 0 1rem;
}
body.categorypage .mobile-stories {
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  body.categorypage .mobile-stories {
    display: none;
  }
}
body.categorypage .mobile-stories ul {
  margin-bottom: 20px;
}
body.categorypage .mobile-stories ul li a {
  text-decoration: none;
  color: #0b311b;
  border-bottom: 1px dotted;
}
body.categorypage .show-hide {
  background-color: lightgrey;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  font-size: 700;
}
@media only screen and (min-width: 780px) {
  body.categorypage .show-hide {
    display: none;
  }
}
body.categorypage .filters {
  display: none;
  padding: 1rem;
}
@media only screen and (min-width: 780px) {
  body.categorypage .filters {
    display: block;
    width: 250px;
    float: left;
  }
}
body.categorypage .filters .category-filter, body.categorypage .filters .manufacturer-filter, body.categorypage .filters .type-filter, body.categorypage .filters .model-filter, body.categorypage .filters .sort-filter {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  margin: 10px 0px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
}
body.categorypage .filters .category-filter .category-header, body.categorypage .filters .manufacturer-filter .category-header, body.categorypage .filters .type-filter .category-header, body.categorypage .filters .model-filter .category-header, body.categorypage .filters .sort-filter .category-header {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 10px 5px;
}
body.categorypage .filters .category-filter input[type=checkbox], body.categorypage .filters .manufacturer-filter input[type=checkbox], body.categorypage .filters .type-filter input[type=checkbox], body.categorypage .filters .model-filter input[type=checkbox], body.categorypage .filters .sort-filter input[type=checkbox] {
  margin-right: 10px;
  display: inline-block;
}
body.categorypage .filters .category-filter label, body.categorypage .filters .manufacturer-filter label, body.categorypage .filters .type-filter label, body.categorypage .filters .model-filter label, body.categorypage .filters .sort-filter label {
  text-transform: uppercase;
  font-size: 0.75rem;
  padding-right: 10px;
}
body.categorypage .filters .auction-filter, body.categorypage .filters .newest-filter, body.categorypage .filters .hoursYesNo-filter {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  margin: 0px 0px;
  padding-bottom: 10px;
}
body.categorypage .filters .auction-filter input[type=checkbox], body.categorypage .filters .newest-filter input[type=checkbox], body.categorypage .filters .hoursYesNo-filter input[type=checkbox] {
  margin-right: 10px;
}
body.categorypage .filters .auction-filter label, body.categorypage .filters .newest-filter label, body.categorypage .filters .hoursYesNo-filter label {
  text-transform: uppercase;
  font-size: 0.75rem;
  padding-right: 10px;
  font-weight: 700;
}
body.categorypage .filters .auction-filter label span, body.categorypage .filters .newest-filter label span, body.categorypage .filters .hoursYesNo-filter label span {
  display: inline-block;
  line-height: 140%;
  font-size: 10px;
  margin-top: 2px;
  font-weight: 300;
}
body.categorypage .filters .reset-filter {
  background-color: black;
}
body.categorypage .filters .reset-filter a {
  width: 100%;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 5px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}
body.categorypage .filters .auction-filter, body.categorypage .filters .newest-filter {
  background-color: white;
}
body.categorypage .filters .hours-filter {
  display: none;
}
body.categorypage .filters .years-filter, body.categorypage .filters .hours-filter, body.categorypage .filters .price-filter {
  display: none;
  margin-top: 10px;
}
body.categorypage .filters .years-filter div.year, body.categorypage .filters .years-filter div.hours, body.categorypage .filters .years-filter div.price, body.categorypage .filters .hours-filter div.year, body.categorypage .filters .hours-filter div.hours, body.categorypage .filters .hours-filter div.price, body.categorypage .filters .price-filter div.year, body.categorypage .filters .price-filter div.hours, body.categorypage .filters .price-filter div.price {
  margin-top: 10px;
}
body.categorypage .filters .years-filter input[type=range], body.categorypage .filters .hours-filter input[type=range], body.categorypage .filters .price-filter input[type=range] {
  vertical-align: middle;
  width: calc(100% - 110px);
}
body.categorypage .filters .years-filter span.label, body.categorypage .filters .hours-filter span.label, body.categorypage .filters .price-filter span.label {
  display: inline-block;
  width: 40px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}
body.categorypage .filters .years-filter input[type=number], body.categorypage .filters .hours-filter input[type=number], body.categorypage .filters .price-filter input[type=number] {
  width: 50px;
  float: right;
  font-weight: 700;
}
body.categorypage .filters .years-filter .slider-title, body.categorypage .filters .hours-filter .slider-title, body.categorypage .filters .price-filter .slider-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px;
}
body.categorypage .equipment {
  padding: 1rem 1rem;
}
@media only screen and (min-width: 780px) {
  body.categorypage .equipment {
    width: calc(100% - 250px - 4rem);
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  body.categorypage .equipment {
    width: calc(100% - 250px - 4rem - 330px);
    float: left;
  }
}
body.categorypage .equipment .results-found {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
body.categorypage .equipment input[type=button] {
  background-color: #2077b2;
  border: none;
  color: white;
  padding: 8px 1rem;
  cursor: pointer;
  font-size: 1rem;
  margin-left: 10px;
}
body.categorypage .equipment div.inserted {
  background-color: lightgrey;
  padding: 20px;
  margin: 20px 0px;
}
body.categorypage .equipment div.sortby {
  margin: 0px 0px;
}
body.categorypage .equipment div.sortby select {
  font-size: 14px;
  font-weight: 700;
  padding: 8px;
}
body.categorypage .equipment div.machine {
  border: 1px solid black;
  padding: 10px;
  margin: 10px 0px;
}
body.categorypage .equipment div.machine .machine-photo {
  width: 100%;
  height: 200px;
  margin: 10px 0px;
  text-align: center;
}
@media only screen and (min-width: 780px) {
  body.categorypage .equipment div.machine .machine-photo {
    float: left;
    width: 50%;
    height: 250px;
  }
}
body.categorypage .equipment div.machine .machine-photo img {
  max-width: 100%;
  max-height: 100%;
}
body.categorypage .equipment div.machine div.machine-ymm {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
@media only screen and (min-width: 780px) {
  body.categorypage .equipment div.machine .machine-overview {
    float: right;
    width: 48%;
  }
}
body.categorypage .equipment div.machine .machine-overview div.price {
  font-weight: 700;
  color: #962d22;
  font-size: 22px;
}
body.categorypage .equipment div.machine .machine-overview div.price .converted-price {
  font-size: 13px;
}
body.categorypage .equipment div.machine .machine-overview div.dealer-info {
  padding: 10px 0px;
  line-height: 120%;
}
body.categorypage .equipment div.machine .machine-overview div.dealer-info .dealer-name {
  font-weight: 700;
  padding-bottom: 5px;
}
body.categorypage .equipment div.machine .machine-overview div.dealer-info .dealer-location, body.categorypage .equipment div.machine .machine-overview div.dealer-info .machine-location {
  font-size: 13px;
}
body.categorypage .equipment div.machine .machine-overview div.dealer-info .dealer-phone {
  cursor: pointer;
  padding-top: 5px;
}
body.categorypage .equipment div.machine .machine-overview div.dealer-info .dealer-phone.hidden {
  display: none;
}
body.categorypage .equipment div.machine .machine-overview .machine-details {
  line-height: 140%;
  text-transform: uppercase;
  font-size: 13px;
}
body.categorypage .equipment div.machine .machine-overview .machine-details div.buttons {
  margin-top: 5px;
  text-align: center;
}
body.categorypage .equipment div.machine .machine-overview .machine-details div.buttons div a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 780px) {
  body.categorypage .equipment.noedit {
    width: calc(100% - 250px - 4rem);
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  body.categorypage .equipment.noedit {
    width: calc(100% - 250px - 4rem);
    float: left;
  }
}
body.categorypage .category-about {
  padding: 1rem;
  line-height: 140%;
  padding: 10px;
}
@media only screen and (min-width: 780px) {
  body.categorypage .category-about {
    width: 95%;
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  body.categorypage .category-about {
    margin-top: 30px;
    width: 310px;
    float: right;
  }
}
body.categorypage .category-about h3 {
  padding: 10px;
  margin-bottom: 0px;
}
body.categorypage .category-about h3 a {
  text-decoration: none;
  color: black;
  border-bottom: 1px dotted;
}
body.categorypage .category-about p {
  margin-bottom: 20px;
  padding: 10px;
}
body.categorypage .update-results {
  margin: 5px 0px;
  width: 100%;
  background-color: #a82315;
  color: white;
  text-align: center;
  padding: 10px 0px;
  cursor: pointer;
  display: none;
  font-size: 12px;
  text-transform: uppercase;
}
body.categorypage .buttons-js {
  display: none;
}

body.dealerpage .machines {
  padding: 0 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.dealerpage .machines {
    width: calc(100% - 400px);
    float: left;
  }
}
body.dealerpage .machines .machine {
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 15px 0px;
}
body.dealerpage .machines .machine .machine-ymm {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
body.dealerpage .machines .machine .photo-area {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 900px) {
  body.dealerpage .machines .machine .photo-area {
    width: 48%;
    float: left;
  }
}
body.dealerpage .machines .machine .photo-area img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  body.dealerpage .machines .machine .machine-overview {
    float: right;
    width: 48%;
  }
}
body.dealerpage .machines .machine .machine-overview div.price {
  font-weight: 700;
  color: #1e8449;
  font-size: 18px;
}
body.dealerpage .machines .machine .machine-overview div.price .converted-price {
  font-size: 13px;
}
body.dealerpage .machines .machine .machine-overview div.dealer-info {
  padding: 10px 0px;
  line-height: 120%;
}
body.dealerpage .machines .machine .machine-overview div.dealer-info .dealer-phone {
  cursor: pointer;
}
body.dealerpage .machines .machine .machine-overview div.dealer-info .dealer-phone.hidden {
  display: none;
}
body.dealerpage .machines .machine .machine-overview .machine-details {
  line-height: 140%;
  text-transform: uppercase;
  font-size: 13px;
}
body.dealerpage .machines .machine .machine-overview .machine-details div.buttons {
  margin-top: 5px;
  text-align: center;
}
body.dealerpage .machines .machine .machine-overview .machine-details div.buttons div a {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 2px 0px;
  padding: 0px;
  line-height: calc(100% + 20px);
}
body.dealerpage .machines .machine .machine-overview .machine-details div.buttons div a img {
  vertical-align: middle;
  height: 15px;
}
body.dealerpage .dealer-side {
  width: calc(100% - 20px);
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  body.dealerpage .dealer-side {
    width: 340px;
    float: right;
  }
}
body.dealerpage .dealer-side .category {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 160%;
}
body.dealerpage .dealer-side .machine-name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
}
body.dealerpage .dealer-side .machine-price {
  font-size: 2rem;
}
body.dealerpage .dealer-side .machine-price .converted-price {
  font-size: 20px;
}
body.dealerpage .dealer-side .dealer-logo {
  margin: 10px 0px;
}
body.dealerpage .dealer-side .dealer-logo img {
  max-width: 100%;
  max-height: 100px;
}
body.dealerpage .dealer-side .dealer {
  margin: 10px 0px;
  line-height: 140%;
  background-color: #e6e6e6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.dealerpage .dealer-side .dealer {
    text-align: left;
  }
}
body.dealerpage .dealer-side .dealer .dealer-header {
  background-color: black;
  color: white;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  body.dealerpage .dealer-side .dealer .dealer-header {
    padding-left: 10px;
  }
}
body.dealerpage .dealer-side .dealer .dealer-name {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  body.dealerpage .dealer-side .dealer .dealer-name {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  body.dealerpage .dealer-side .dealer .dealer-location {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  body.dealerpage .dealer-side .dealer .dealer-contact {
    padding-left: 10px;
  }
}
body.dealerpage .dealer-side .dealer .dealer-phone {
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  body.dealerpage .dealer-side .dealer .dealer-phone {
    padding-left: 10px;
  }
}
body.dealerpage .dealer-side .dealer .dealer-phone.hidden {
  display: none;
}
body.dealerpage .dealer-side .misc {
  width: 100%;
}
body.dealerpage .dealer-side .misc div {
  float: left;
}
body.dealerpage .dealer-side .misc div a.button {
  display: inline-block;
  line-height: calc(100% + 10px);
  margin: 2px;
}
body.dealerpage .dealer-side .email {
  background-color: #f2f2f2;
  margin: 10px 0px;
  padding: 0px 10px 10px 10px;
  border: 1px solid black;
}
body.dealerpage .dealer-side .email label {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  padding-bottom: 5px;
}
body.dealerpage .dealer-side .email input[type=text] {
  width: 95%;
  font-size: 16px;
  padding: 3px 5px;
  margin-bottom: 10px;
}
body.dealerpage .dealer-side .email textarea {
  width: 95%;
  font-size: 16px;
  padding: 3px 5px;
  margin-bottom: 10px;
}
body.dealerpage .dealer-side .email input.emaildealer {
  display: none;
  background-color: #1e8449;
  color: white;
  height: 40px;
  width: 100%;
}

body.detailpage .machine-main {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.detailpage .machine-main {
    width: calc(100% - 400px);
    float: left;
  }
}
body.detailpage .machine-main h1 {
  padding: 0px 10px;
  text-transform: uppercase;
  line-height: 100%;
}
body.detailpage .machine-main h1 span {
  color: #333333;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  body.detailpage .machine-main h1 {
    display: none;
  }
}
body.detailpage .machine-main .photo-area {
  width: 100%;
}
body.detailpage .machine-main .photo-area .main {
  background-color: #f2f2f2;
  text-align: center;
}
body.detailpage .machine-main .photo-area .main img {
  max-width: 100%;
  max-height: 265px;
}
@media only screen and (min-width: 480px) {
  body.detailpage .machine-main .photo-area .main img {
    max-height: 485px;
  }
}
body.detailpage .machine-main .photo-area .thumbnails {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 10px;
}
body.detailpage .machine-main .photo-area .thumbnails img {
  display: inline-block;
  height: 75px;
  opacity: 0.5;
  cursor: pointer;
}
body.detailpage .machine-main .machine-secondary {
  margin-top: 30px;
}
body.detailpage .machine-main .machine-secondary table {
  width: 100%;
}
body.detailpage .machine-main .machine-secondary table tr {
  border-bottom: 1px dotted black;
  line-height: 140%;
}
body.detailpage .machine-main .machine-secondary table tr td.property {
  font-size: 13px;
  text-transform: uppercase;
  width: 140px;
  font-weight: 700;
  padding: 5px;
  vertical-align: top;
}
body.detailpage .machine-main .machine-secondary table tr td.value {
  padding: 10px;
}
body.detailpage .machine-main .meta-descriptions {
  margin: 30px 0px;
}
body.detailpage .machine-main .meta-descriptions table {
  width: 100%;
}
body.detailpage .machine-main .meta-descriptions table tr.categories {
  font-weight: 900;
  border-bottom: 1px solid;
  font-size: 18px;
}
body.detailpage .machine-main .meta-descriptions table tr.categories td {
  padding: 40px 5px 10px 5px;
}
body.detailpage .machine-main .meta-descriptions table tr.legend td {
  padding: 10px 5px;
  line-height: 150%;
}
body.detailpage .machine-main .meta-descriptions table tr.values td {
  padding: 8px;
}
body.detailpage .machine-main .meta-descriptions table tr.values td:first-child {
  max-width: 250px;
  font-weight: 700;
  font-size: 14px;
}
body.detailpage .machine-main .meta-descriptions table tr.values:nth-child(even) {
  background-color: #e6e6e6;
}
body.detailpage .dealer-side {
  width: calc(100% - 20px);
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  body.detailpage .dealer-side {
    width: 340px;
    float: right;
  }
}
body.detailpage .dealer-side .category {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 160%;
}
body.detailpage .dealer-side .machine-name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
}
body.detailpage .dealer-side .machine-price {
  font-size: 2rem;
}
body.detailpage .dealer-side .machine-price .converted-price {
  font-size: 20px;
}
body.detailpage .dealer-side .dealer-logo {
  margin: 10px 0px;
}
body.detailpage .dealer-side .dealer-logo img {
  max-width: 100%;
  max-height: 100px;
}
body.detailpage .dealer-side .dealer {
  margin: 10px 0px;
  line-height: 140%;
  background-color: #e6e6e6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.detailpage .dealer-side .dealer {
    text-align: left;
  }
}
body.detailpage .dealer-side .dealer .dealer-header {
  background-color: black;
  color: white;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  body.detailpage .dealer-side .dealer .dealer-header {
    padding-left: 10px;
  }
}
body.detailpage .dealer-side .dealer .dealer-name {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  body.detailpage .dealer-side .dealer .dealer-name {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  body.detailpage .dealer-side .dealer .dealer-location {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  body.detailpage .dealer-side .dealer .dealer-contact {
    padding-left: 10px;
  }
}
body.detailpage .dealer-side .dealer .dealer-phone {
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  body.detailpage .dealer-side .dealer .dealer-phone {
    padding-left: 10px;
  }
}
body.detailpage .dealer-side .dealer .dealer-phone.hidden {
  display: none;
}
body.detailpage .dealer-side .misc {
  width: 100%;
}
body.detailpage .dealer-side .misc div {
  float: left;
}
body.detailpage .dealer-side .misc div a.button {
  display: inline-block;
  line-height: calc(100% + 10px);
  margin: 2px;
}
body.detailpage .dealer-side .email {
  background-color: #f2f2f2;
  margin: 10px 0px;
  padding: 0px 10px 10px 10px;
  border: 1px solid black;
}
body.detailpage .dealer-side .email label {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  padding-bottom: 5px;
}
body.detailpage .dealer-side .email input[type=text] {
  width: 95%;
  font-size: 16px;
  padding: 3px 5px;
  margin-bottom: 10px;
}
body.detailpage .dealer-side .email textarea {
  width: 95%;
  font-size: 16px;
  padding: 3px 5px;
  margin-bottom: 10px;
}
body.detailpage .dealer-side .email input.emaildealer {
  display: none;
  background-color: #1e8449;
  color: white;
  height: 40px;
  width: 100%;
}
body.detailpage .see-all-modal {
  height: 75%;
  top: 50px;
  left: 25px;
  width: calc(100% - 50px);
  position: absolute;
  border: 3px solid grey;
  display: none;
  z-index: 2000;
  background-color: white;
}
body.detailpage .see-all-modal span.close {
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}
body.detailpage .see-all-modal h3 {
  padding: 0px 20px;
}
body.detailpage .see-all-modal .contact {
  padding: 10px 20px;
  font-weight: 900;
  line-height: 140%;
}
body.detailpage .see-all-modal .contact .dealer-logo {
  float: right;
}
body.detailpage .see-all-modal .contact .dealer-logo img {
  max-height: 100px;
}
body.detailpage .see-all-modal .machines {
  padding: 5px 20px;
  height: 78%;
  max-height: 78%;
  overflow: auto;
}
body.detailpage .see-all-modal .machines table {
  width: 100%;
}
body.detailpage .see-all-modal .machines table td {
  padding: 10px;
  cursor: pointer;
  line-height: 140%;
}
body.detailpage .see-all-modal .machines table tr:nth-child(odd) {
  background-color: lightgrey;
}
body.detailpage .see-all-modal .machines table tr:hover {
  background-color: #27ae60;
  color: white;
}
body.detailpage .see-all-modal .machines table td.category {
  display: none;
}
@media only screen and (min-width: 480px) {
  body.detailpage .see-all-modal .machines table td.category {
    display: inline-block;
  }
}
body.detailpage .financing-modal {
  height: 95%;
  width: 92%;
  min-width: 290px;
  max-width: 800px;
  position: absolute;
  border: 3px solid grey;
  display: none;
  z-index: 1000;
  background-color: white;
}
@media only screen and (min-width: 700px) {
  body.detailpage .financing-modal {
    height: 550px;
  }
}
body.detailpage .financing-modal span.close {
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}
body.detailpage .financing-modal .financing-machine-info {
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  body.detailpage .financing-modal .financing-machine-info {
    width: 45%;
    float: left;
  }
}
body.detailpage .financing-modal .financing-machine-info .financing-machine-image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
body.detailpage .financing-modal .financing-machine-info .financing-machine-image img {
  max-width: 100%;
}
body.detailpage .financing-modal .financing-customer-info {
  padding: 10px;
}
@media only screen and (min-width: 700px) {
  body.detailpage .financing-modal .financing-customer-info {
    width: 45%;
    float: left;
  }
}
body.detailpage .financing-modal .financing-customer-info input {
  padding: 5px;
  width: 90%;
  font-size: 16px;
  margin: 5px 0px;
}
body.detailpage .financing-modal .financing-customer-info .kb-logo {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 700px) {
  body.detailpage .financing-modal .financing-customer-info .kb-logo {
    display: block;
  }
}
body.detailpage img.trigger-envision {
  cursor: pointer;
}
body.detailpage img.envision-sidebutton, body.detailpage img.veritread-sidebutton {
  padding: 10px 0px;
  max-width: 300px;
  cursor: pointer;
}
body.detailpage .envision-click-bar {
  width: 100%;
  border: 1px solid #668924;
  cursor: pointer;
  background-color: #f2f9e6;
  margin-bottom: 20px;
}
body.detailpage .envision-click-bar .click-here {
  background-color: #668924;
  color: white;
  float: left;
  width: 75px;
  padding: 6px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  text-align: center;
}
body.detailpage .envision-click-bar .greater-than {
  background-color: #668924;
  color: white;
  float: left;
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  font-weight: 400;
  border-left: 1px solid white;
}
body.detailpage .envision-click-bar .calendar {
  float: left;
  padding: 2px 4px;
}
body.detailpage .envision-click-bar .get-payments {
  float: left;
  color: blue;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  padding: 6px 10px;
  text-align: right;
  width: calc(100% - 180px);
  display: inline-block;
}

body.events h1, body.events p {
  padding: 0 1rem;
}
body.events .events {
  margin: 2rem 0px;
  display: flex;
  flex-wrap: wrap;
}
body.events .events .event {
  flex: 1 0 300px;
  margin: 0.75rem;
  text-align: center;
  border: 1px solid grey;
  padding: 0.75rem;
}
@media only screen and (min-width: 1000px) {
  body.events .events .event {
    flex: 0.3 0 300px;
  }
}
body.events .events .event .event-img {
  max-width: 100%;
  height: 100px;
}
body.events .events .event .event-img img.event-image {
  max-width: 100%;
  max-height: 100px;
}
body.events .events .event .event-body {
  padding-top: 5px;
  text-align: left;
}
body.events .events .event .event-body .event-dateline {
  font-size: 0.75rem;
  text-transform: uppercase;
}
body.events .events .event .event-body h2 {
  line-height: 100%;
}
body.events .events .event .event-body .event-tagline {
  text-transform: uppercase;
  line-height: 140%;
  font-weight: 700;
}
body.events .events .event .event-body .event-location {
  line-height: 140%;
}
body.events .events .event .event-body .event-more-info a.button {
  display: inline-block;
  margin: 5px 0px;
}

body.article-page h1 {
  padding-left: 10px;
}
body.article-page .articles {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 800px) {
  body.article-page .articles {
    width: calc(100% - 340px);
    float: left;
  }
}
body.article-page .articles h2 a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted;
}
body.article-page .articles .image {
  width: 200px;
  height: 150px;
  padding-right: 10px;
  float: left;
}
body.article-page .articles .image img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}
body.article-page .articles p {
  margin-bottom: 1rem;
}
body.article-page .articles p a {
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px dotted;
  font-weight: 700;
}
body.article-page .sidebar {
  padding: 10px;
}
@media only screen and (min-width: 800px) {
  body.article-page .sidebar {
    width: 300px;
    float: right;
    margin-top: 1rem;
  }
}
body.article-page .sidebar a {
  color: #0b311b;
  text-decoration: none;
  border-bottom: 1px dotted;
}

body.newsletter p {
  padding-bottom: 10px;
  max-width: 90%;
}
body.newsletter div.signup-form {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 200px;
}
body.newsletter div.signup-form p {
  padding: 0px 0px 10px 0px;
}
body.newsletter div.signup-form p a {
  color: black;
}

body.editorial h1 {
  padding: 0 1rem;
  max-width: 850px;
}
body.editorial div.story {
  padding: 0 1rem 2rem 1rem;
}
@media only screen and (min-width: 700px) {
  body.editorial div.story {
    width: 70%;
    float: left;
  }
}
body.editorial div.story .photos-area-tiny {
  width: 100%;
  float: left;
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 640px) {
  body.editorial div.story .photos-area-tiny {
    width: 320px;
  }
}
body.editorial div.story .photos-area-tiny img {
  width: 100%;
  max-width: 100%;
  float: left;
}
body.editorial div.story .primary-photo {
  padding: 10px 0px;
}
body.editorial div.story .primary-photo.landscape {
  max-width: 90%;
}
body.editorial div.story .primary-photo.landscape img {
  width: 100%;
}
body.editorial div.story .primary-photo.portrait {
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  body.editorial div.story .primary-photo.portrait {
    max-width: 60%;
  }
}
body.editorial div.story .primary-photo.portrait img {
  width: 100%;
}
body.editorial div.story .photo-caption {
  max-width: 90%;
  font-size: 15px;
  line-height: 140%;
  font-style: italic;
  margin: 0px;
  padding: 5px 0px;
  margin-bottom: 20px;
}
body.editorial div.story h6 {
  font-size: 22px;
  font-weight: 700;
  max-width: 95%;
  color: #4d4d4d;
  line-height: 160%;
}
body.editorial div.story p.quote {
  padding: 0px 20px;
  display: inline-block;
  font-style: italic;
  max-width: 95%;
  padding-bottom: 15px;
  color: #4d4d4d;
  line-height: 160%;
}
body.editorial div.story p.quote strong {
  font-weight: 700;
  font-size: 16px;
}
body.editorial div.story p.larger, body.editorial div.story p:first-of-type {
  font-size: 24px;
  padding: 10px 0px;
}
body.editorial div.story p {
  line-height: 140%;
  padding: 10px 0px;
  max-width: 95%;
}
body.editorial div.story p em {
  font-style: italic;
}
body.editorial div.story p img.full-image {
  max-width: 90%;
  padding: 20px;
}
body.editorial div.story p img.left-image {
  max-width: 90%;
  padding: 20px;
}
@media only screen and (min-width: 480px) {
  body.editorial div.story p img.left-image {
    width: 50%;
    float: left;
  }
}
body.editorial div.story p img.right-image {
  max-width: 90%;
  padding: 20px;
}
@media only screen and (min-width: 480px) {
  body.editorial div.story p img.right-image {
    width: 50%;
    float: right;
  }
}
body.editorial div.story img.full-image, body.editorial div.story img.left-image, body.editorial div.story img.right-image {
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  body.editorial div.story img.left-image {
    max-width: 40%;
    padding-right: 10px;
  }
  body.editorial div.story img.right-image {
    max-width: 40%;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 900px) {
  body.editorial div.story {
    width: calc(100% - 350px);
    float: left;
  }
}
body.editorial div.story .full-image-with-caption {
  margin: 10px;
  width: 100%;
  max-width: 90%;
}
body.editorial div.story .full-image-with-caption img {
  width: 100%;
  max-width: 100%;
}
body.editorial div.story .full-image-with-caption .caption {
  background-color: #e6e6e6;
  width: 100%;
  padding: 5px 5px;
  font-size: 15px !important;
  font-style: italic;
}
body.editorial div.story .left-image-with-caption {
  width: 100%;
  max-width: 95%;
}
body.editorial div.story .left-image-with-caption img {
  width: 100%;
  max-width: 100%;
}
body.editorial div.story .left-image-with-caption .caption {
  background-color: #e6e6e6;
  width: 100%;
  padding: 5px 5px;
  font-size: 15px !important;
  font-style: italic;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  body.editorial div.story .left-image-with-caption {
    margin: 10px;
    width: 40%;
    float: left;
  }
}
body.editorial div.story .right-image-with-caption {
  width: 100%;
  max-width: 95%;
}
body.editorial div.story .right-image-with-caption img {
  width: 100%;
  max-width: 100%;
}
body.editorial div.story .right-image-with-caption .caption {
  background-color: #e6e6e6;
  width: 100%;
  padding: 0px 10px 5px 0px;
  font-size: 15px !important;
  font-style: italic;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  body.editorial div.story .right-image-with-caption {
    margin: 10px;
    width: 40%;
    float: right;
  }
}
body.editorial div.story .right-image-with-caption.small {
  padding: 0px 10px 5px 0px;
  width: 50%;
  float: right;
}
@media only screen and (min-width: 600px) {
  body.editorial div.story .right-image-with-caption.small {
    width: 20%;
  }
}
body.editorial div.story .left-image-with-caption.small {
  padding: 0px 10px 5px 0px;
  width: 50%;
  float: left;
}
@media only screen and (min-width: 600px) {
  body.editorial div.story .left-image-with-caption.small {
    max-width: 20%;
  }
}
body.editorial div.story .right-image-with-caption.tiny {
  width: 33%;
}
@media only screen and (min-width: 600px) {
  body.editorial div.story .right-image-with-caption.tiny {
    width: 15%;
  }
}
body.editorial div.story .left-image-with-caption.tiny {
  width: 33%;
}
@media only screen and (min-width: 600px) {
  body.editorial div.story .left-image-with-caption.tiny {
    max-width: 15%;
  }
}
body.editorial div.story ul {
  list-style-position: outside;
  list-style-type: disc;
  padding: 10px 25px 20px 25px;
}
body.editorial div.story li {
  padding: 3px 5px;
  max-width: 95%;
  color: #4d4d4d;
  list-style-type: disc;
}
body.editorial div.story li strong {
  font-weight: 700;
  font-size: 16px;
}
body.editorial div.sidebar {
  padding: 10px;
}
@media only screen and (min-width: 700px) {
  body.editorial div.sidebar {
    width: calc(30% - 2rem - 30px);
    float: right;
    margin-top: 20px;
  }
}
body.editorial div.sidebar a {
  text-decoration: none;
  border-bottom: 1px dotted;
}

span.numbering {
  float: left;
  font-size: 20px;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  border-radius: 10px;
  font-weight: 700;
  background-color: #148f77;
  color: white;
}

body.dealers .states {
  display: flex;
  flex-wrap: wrap;
}
body.dealers .states .state-group {
  padding: 30px 20px;
  flex: 0 1 300px;
}
body.dealers .states .state-group li strong {
  font-size: 22px;
  line-height: 200%;
}
