.interchangeSearchBtn {
  display: inline-block;
  background: #0c4e76;
  color: #fff;
  font-size: 22px;
  height: 36px;
  padding: 0;
  text-shadow: none;
  border-radius: 0;
}

.interchangeResultsDetails{
  padding-left:27%;
  margin-bottom:20px;
}

.interchangeSearchBox {
  float:left;
  margin-right:15px;
  margin-bottom:5px;
  width:63%;
}

.interchangeContainer {
  width: 75%;
  margin:auto;
}

.predictiveSearchResults {
  border: 1px solid #cccccc;
  clear:both;
  background: #ffffff;
}

.interchangeResults {
  margin-top:50px;
}

.interchangeResults img {
  border:1px solid #ccc;
  margin-right: 10px;
}

.interchangeResults p {
  margin:2px;
}

.interchangeResults h3 {
  margin-bottom:10px;
}

.interchangeResults .links {
  margin: 15px auto;
}

.interchangeDetail {
  padding:0px;
  text-align: center;
  border: 1px solid #eee;
  margin: 25px;
  width:20%;
}

.interchangeDetail p {
  padding: 10px;
  margin:10px;
}

#ctl00_ContentPlaceHolderMain_CMSPagePlaceholder1_lt_zoneMain_RexnordWebInterchange_srchResults_pnlSearchResults {
  clear:both;
  padding-top: 28px;
}

.interchangeLink {
  width: 25%;
  float: left;
  margin:30px;
  text-align:center;
}

.interchangeLink img {
  width: 100%;
  border:1px solid #ccc;
}

.interchangeTitle {
  font-size: 18px;
  padding-bottom:10px;
}

.interchangeLabel {
  font-size: 18px;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.interchangeSearchBoxContainer {
  width: 80%;
  margin-right: auto;
  clear: both;
}

.interchangeLinkLabel {
  color: #000000;
}

.interchangeLinkImage {
  margin-bottom:10px;
}

.interchangeResultTitle {
  clear: both;
  font-size: 18px;
  padding: 50px 0 20px;
}

.interchangeDetail:nth-child(4) {
  margin-right: 0px;
}

.interchangeDetail:nth-child(1) {
  margin-left: 0px;
}

.searchResultsDetails {
  max-width:975px;
}

.searchResultsDescription {
  margin-top:5px;
  max-width:775px;
  padding-left:115px;
}

.smallError {
  font-size: 11px;
  line-height: 1.2;
  padding-left: 3px;
  display: block;
  color: #FF0000 !important;
  clear:both;
}

.searchresult .links {
  clear:both;
}

.bearingInterchange .predictiveSearchResults {
  top: 0px;
  margin-left: 0px;
  max-height: 500px;
  overflow-y: auto;
}

@media (max-width: 992px){
  .interchangeSearchBoxContainer .predictiveSearchResults {
    top: 35px;
  }
  .bearingInterchange .predictiveSearchResults {
    top:0px;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    width: 41.66666667%;
  }
}

@media only screen and (max-width: 767px) {
  .interchangeResultsDetails{
    padding-left:0;
    margin-bottom:20px;
  }
  
  .interchangeContainer {
    width: 100%;
  }
  
  .interchangeSearchBoxContainer {
    width: 100%;
  }
  
  .searchResultsDetails {
    clear:both;
  }
  
  .searchResultsDescription {
    margin-top:5px;
    max-width:775px;
    padding-left:0px;
  }
  
  .interchangeDetail {
    margin: 10px 0;
  }
  
  /***** Interchange *****/
  .interchangeSearchContainerTop > p {
    //display: none;
  }

  .interchangeSearchBoxContainer {
    width: 95% !important;
  }

  .interchangeLabel {
    text-align: center !important;
  }

  .interchangeSearchBox {
    width: calc(100% - 36px) !important;
    float: left;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }

  .interchangeSearchBtn {
    background-image: url(/App_Themes/Rexnord/img/search-mobile.png) !important;
    background-color: #0c4e76 !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    width: 36px !important;
    float: right;
    color: rgba(255,255,255,0) !important;
  }

  .interchangeDetail {
    width: 80% !important;
    margin: 25px !important;
  }

  .searchresult > div:nth-of-type(2), .searchresult > div:nth-of-type(2) img {
    max-width: 100% !important;
    width: 80%;
    border: 0px !important;
  }

  .searchResultsDetails {
    padding-top: 30px;
  }

  .searchResultsDescription {
    visibility: hidden;
  }

  .searchResultsDescription a {
    visibility: visible;
  }

  .searchResultsDescription a:first-of-type {
    margin-top: -60px !important;
    position: absolute;
  }

  .searchResultsDescription a:nth-of-type(2) {
    margin-top: -30px !important;
    position: absolute;
  }
  .bearingInterchange .predictiveSearchResults {
    top:35px;
    width: 90%;
  }
}