/*global-styling*/
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape */ }

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

a, img {
  border: none;
  outline: none; }

a {
  text-decoration: none;
  color: #00422c; }
  a:hover {
    text-decoration: underline; }

.clear, .clearFix {
  clear: both; }

.ajax-dropdowns {
  display: none; }

header, footer {
  background: #bbcc00;
  padding: 10px;
  color: #00422c; }
  header a, footer a {
    color: #00422c;
    text-decoration: none; }

header .olipesLink, header .regionPage {
  float: left;
  margin: 0 20px 0 0; }
header .language {
  float: right; }

footer {
  text-align: center;
  font-size: 12px; }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

input[type="submit"], input[type="button"], input[type="button"]:disabled {
  margin: 0 0 0 20px;
  background: #fff; }

.equipmentPage {
  padding: 100px 0 0 0; }

.searchPage, .equipmentPage {
  min-height: 900px;
  transition: ease 1s;
  padding: 10px; }
  .searchPage.cars, .searchPage.Cars, .searchPage.searchResults, .equipmentPage.cars, .equipmentPage.Cars, .equipmentPage.searchResults {
    background: center center no-repeat url(/site_assets/images/wallpapers/cars.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.vans, .searchPage.Vans, .equipmentPage.vans, .equipmentPage.Vans {
    background: center center no-repeat url(/site_assets/images/wallpapers/vans.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.motorcycles, .searchPage.Motorcycles, .equipmentPage.motorcycles, .equipmentPage.Motorcycles {
    background: center center no-repeat url(/site_assets/images/wallpapers/motorcycles.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.agricultural, .searchPage.Agricultural, .equipmentPage.agricultural, .equipmentPage.Agricultural {
    background: center center no-repeat url(/site_assets/images/wallpapers/agricultural.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.commercial, .searchPage.Commercial, .equipmentPage.commercial, .equipmentPage.Commercial {
    background: center center no-repeat url(/site_assets/images/wallpapers/commercial.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.off-highway, .searchPage.Off-Highway, .equipmentPage.off-highway, .equipmentPage.Off-Highway {
    background: center center no-repeat url(/site_assets/images/wallpapers/off-highway.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.industrial, .searchPage.industrial, .equipmentPage.industrial, .equipmentPage.industrial {
    background-color: #00422c; }
  .searchPage .home, .equipmentPage .home {
    color: #fff;
    cursor: pointer; }

.inner {
  max-width: 1024px;
  margin: 0 auto; }

.olipesLogo {
  margin: 30px 0; }

.olipesLinks {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 0 40px 0; }
  .olipesLinks span {
    text-transform: uppercase;
    color: #00422c;
    font-size: 13px;
    margin: 0 5px; }
  .olipesLinks .breadcrumb-active {
    color: #bbcc00;
    text-decoration: underline; }

.iconBox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px; }
  .iconBox .sectorIcon {
    flex-grow: 0 !important;
    flex: 1 1 calc(100%);
    position: relative; }
    .iconBox .sectorIcon:before {
      cursor: pointer;
      content: "";
      transition: all .2s ease;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding-bottom: 100%;
      z-index: 1; }
    .iconBox .sectorIcon:hover:before, .iconBox .sectorIcon:focus:before {
      background-color: #00422c;
      opacity: 66%; }
    .iconBox .sectorIcon:hover img, .iconBox .sectorIcon:focus img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .iconBox .sectorIcon .sectorIconText {
      text-shadow: 0 0 10px black;
      z-index: 2; }
  .iconBox .icon img {
    width: 100%; }
  .iconBox .sectorIconText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 25px; }

.searchContainer {
  background: #00422c;
  color: #fff;
  padding: 20px;
  margin: 0 0 40px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: ease 1s; }
  .searchContainer.sectorSelected {
    background: none; }
  .searchContainer #modelSearchText,
  .searchContainer .searchVrmText,
  .searchContainer #modelSearchSelect {
    display: none; }
  .searchContainer .searchVrmError {
    clear: both; }
  .searchContainer h2 {
    width: 100%; }
  .searchContainer .searchVrm li, .searchContainer .modelSearchContainer div {
    float: left; }
  .searchContainer input {
    border: none;
    background: #fff;
    padding: 0 10px;
    height: 75px;
    line-height: 75px; }
  .searchContainer form {
    flex: 1 auto; }
    .searchContainer form .searchVrmInput, .searchContainer form #modelSearchInput {
      width: 76%;
      margin: 0 0 20px 0; }
      .searchContainer form .searchVrmInput input, .searchContainer form #modelSearchInput input {
        width: 100%; }

.searchResults {
  color: #fff; }
  .searchResults .searchContainer {
    background: none; }

table {
  border-collapse: collapse; }
  table.vehicle {
    width: 100%;
    background: #fff;
    border: solid 2px #e6e6e6;
    color: #00422c; }
    table.vehicle th, table.vehicle td {
      padding: 10px; }
    table.vehicle th {
      font-size: 12px;
      text-align: left; }
    table.vehicle td {
      border-left: solid 2px #e6e6e6; }
      table.vehicle td.caret {
        border-left: none; }
        table.vehicle td.caret i {
          color: #00422c;
          font-size: 25px; }
    table.vehicle tbody tr:hover {
      background: #bbcc00; }
    table.vehicle .clickable-row {
      cursor: pointer; }

.searchControls {
  display: none; }

.searchPageControls {
  text-align: center; }

.searchFacets {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0; }
  .searchFacets h2 {
    display: none; }
  .searchFacets select {
    padding: 15px;
    margin: 10px;
    width: 280px; }

.clearFacetContainer a {
  background: #bbcc00;
  padding: 20px;
  display: inline-block;
  margin: 0 10px 15px 0; }

.nav-bar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  background: #fff;
  padding: 10px; }
  .nav-bar .section {
    border-right: solid 2px #e6e6e6;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0; }
    .nav-bar .section .bold {
      font-weight: bold; }
    .nav-bar .section img {
      width: 100px; }
    .nav-bar .section.functions {
      min-width: 275px; }
      .nav-bar .section.functions a {
        display: inline-block;
        margin: 30px;
        font-size: 30px; }

.block-wrapper {
  background: #fff;
  padding: 40px 0; }

.block {
  width: 85%;
  margin: 0 auto 30px; }
  .block .application {
    background: #bbcc00;
    padding: 20px;
    color: #fff;
    font-size: 25px;
    cursor: pointer; }
    .block .application i {
      float: right; }
  .block .prod {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    border-bottom: solid 2px #e6e6e6;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0; }
    .block .prod .productImage {
      width: 200px; }
    .block .prod .tiername {
      display: none;
      font-weight: bold; }
    .block .prod .buy a {
      display: inline-block;
      background: #bbcc00;
      padding: 20px;
      margin: 10px 10px 10px 0; }
  .block .prod2, .block .prod3 {
    flex: 1; }
    .block .prod2 .productImage, .block .prod3 .productImage {
      width: 100px; }
  .block .prod3 {
    border-left: solid 2px #e6e6e6;
    padding: 0 0 0 10px; }
  .block .productImage {
    text-align: center; }
    .block .productImage img {
      width: 100%; }
  .block .notes {
    clear: both;
    float: left;
    margin: 20px 0 0 0;
    width: 100%; }
    .block .notes li {
      margin: 0 0 10px 0; }
  .block .coptions {
    margin: 20px; }
    .block .coptions label {
      margin: 0 10px 0 0; }
    .block .coptions select {
      padding: 20px; }
  .block .oci, .block .capacity {
    float: left;
    width: 45%; }
  .block .oci {
    border-right: solid 2px #e6e6e6;
    margin: 0 20px 0 0; }
  .block .recommendations {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .block .recommendations h4, .block .recommendations .prod1 {
      width: 100%; }

#facetResultsTable {
  margin: 20px 0;
  overflow-x: auto; }
  #facetResultsTable table {
    width: 100%;
    min-width: 500px; }

/*mobile-styling*/
@media only screen and (min-width: 320px) {
  header .language {
    float: none;
    margin: 10px 0 0 0;
    display: block;
    clear: both; }

  .iconBox .sectorIcon .sectorIconText {
    font-size: 20px; }

  .searchPage.cars, .searchPage.Cars, .searchPage.searchResults, .equipmentPage.cars, .equipmentPage.Cars, .equipmentPage.searchResults {
    background: center center no-repeat url(/site_assets/images/wallpapers/cars-mobile.png) white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.vans, .searchPage.Vans, .equipmentPage.vans, .equipmentPage.Vans {
    background: center center no-repeat url(/site_assets/images/wallpapers/vans-mobile.png) white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.motorcycles, .searchPage.Motorcycles, .equipmentPage.motorcycles, .equipmentPage.Motorcycles {
    background: center center no-repeat url(/site_assets/images/wallpapers/motorcycles-mobile.png) white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.agricultural, .searchPage.Agricultural, .equipmentPage.agricultural, .equipmentPage.Agricultural {
    background: center center no-repeat url(/site_assets/images/wallpapers/agricultural-mobile.png) white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.commercial, .searchPage.Commercial, .equipmentPage.commercial, .equipmentPage.Commercial {
    background: center center no-repeat url(/site_assets/images/wallpapers/commercial-mobile.png) white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.off-highway, .searchPage.Off-Highway, .equipmentPage.off-highway, .equipmentPage.Off-Highway {
    background: center center no-repeat url(/site_assets/images/wallpapers/off-highway-mobile.png) white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }

  .nav-bar {
    flex-direction: column; }
    .nav-bar .section {
      margin: 0;
      padding: 0;
      border-right: none;
      border-bottom: solid 2px #e6e6e6;
      text-align: center; }

  .block .prod {
    flex-direction: column;
    text-align: center;
    margin: 0 auto 20px; }
    .block .prod .productImage {
      margin: 0 auto; }
  .block .prod2, .block .prod3 {
    flex: auto;
    width: 100%; }
  .block .prod3 {
    border-left: none;
    padding: 0; }
  .block .application i {
    float: none; }

  .olipesLinks span {
    width: 100%;
    text-align: center;
    margin: 10px 0; } }
/*small-tablet-styling*/
@media only screen and (min-width: 480px) {
  .iconBox .sectorIcon {
    flex: 1 1 calc((100% - 20px) / 2); } }
/*large-tablet-styling*/
@media only screen and (min-width: 768px) {
  header .language {
    float: right;
    margin: 0;
    clear: none; }

  .iconBox .sectorIcon .sectorIconText {
    font-size: 25px; }

  .block .prod {
    flex-direction: row-reverse;
    text-align: inherit;
    margin: inherit; }
    .block .prod .productImage {
      margin: inherit; }
  .block .prod2, .block .prod3 {
    flex: 1;
    width: inherit; }
  .block .prod3 {
    border-left: solid 2px #e6e6e6;
    padding: 0 0 0 10px; }
  .block .application i {
    float: right; }

  .olipesLinks span {
    width: inherit;
    text-align: inherit;
    margin: inherit; } }
/*desktop-styling*/
@media only screen and (min-width: 960px) {
  .iconBox .sectorIcon {
    flex: 1 1 calc((100% - 2 * 20px) / 3); }

  .searchPage.cars, .searchPage.Cars, .searchPage.searchResults, .equipmentPage.cars, .equipmentPage.Cars, .equipmentPage.searchResults {
    background: center center no-repeat url(/site_assets/images/wallpapers/cars.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.vans, .searchPage.Vans, .equipmentPage.vans, .equipmentPage.Vans {
    background: center center no-repeat url(/site_assets/images/wallpapers/vans.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.motorcycles, .searchPage.Motorcycles, .equipmentPage.motorcycles, .equipmentPage.Motorcycles {
    background: center center no-repeat url(/site_assets/images/wallpapers/motorcycles.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.agricultural, .searchPage.Agricultural, .equipmentPage.agricultural, .equipmentPage.Agricultural {
    background: center center no-repeat url(/site_assets/images/wallpapers/agricultural.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.commercial, .searchPage.Commercial, .equipmentPage.commercial, .equipmentPage.Commercial {
    background: center center no-repeat url(/site_assets/images/wallpapers/commercial.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }
  .searchPage.off-highway, .searchPage.Off-Highway, .equipmentPage.off-highway, .equipmentPage.Off-Highway {
    background: center center no-repeat url(/site_assets/images/wallpapers/off-highway.png) white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; }

  .nav-bar {
    flex-direction: row; }
    .nav-bar .section {
      margin: 0 30px 0 0;
      padding: 0 30px 0 0;
      border-right: solid 2px #e6e6e6;
      border-bottom: none;
      text-align: inherit; } }
/*override-styling*/
