#brandLogoContainer .brandLogoRow .col {height: 150px; } /*OTHER BRAND LOGO STYLES*/
#brandLogoContainer img {right:0;left:0;position:absolute;}
#brandLogoContainer img + .other-link,
#brandLogoContainer img + .modal-link {margin-top:76px !important;}

.btn.wrap{white-space:normal;}

/* FIXING OEM TILE WRAP ISSUES rdl052215 */
.oem-tiles{padding:20px 5%;}
.oem-tiles > div, .oem-tiles > div + div{width:300px;padding:0 20px 20px;border:1px solid #e0e0e0;margin:1%;background-color:#fff;float:left;}

/*
@media only screen and (min-width: 768px) {
  .oem-tiles{padding:20px 30px !important;}
  .oem-tiles > div, .oem-tiles > div + div{width:48.8%;float:left;margin-right:3.5%;}
  .oem-tiles > div + div:nth-child(2n+0){margin-right:0;}
}
@media only screen and (min-width: 992px) {
  .oem-tiles{padding:20px 60px !important;}
  .oem-tiles > div, .oem-tiles > div + div,
  .oem-tiles > div + div:nth-child(2n+0){width:32.1%;margin-right:2.5%;}
  .oem-tiles > div + div:nth-child(3n+0){margin-right:0;}
  .oem-tiles > div + div:nth-child(3n+1){clear:left;}
}
@media only screen and (min-width: 1200px) {
  .oem-tiles{padding:20px 100px !important;}
  .oem-tiles > div, .oem-tiles > div + div,
  .oem-tiles > div + div:nth-child(2n+0),
  .oem-tiles > div + div:nth-child(3n+0){width:24.2%;margin-right:1.5%;}
  .oem-tiles > div + div:nth-child(4n+0){margin-right:0;}
  .oem-tiles > div + div:nth-child(3n+1){clear:none;}
  .oem-tiles > div + div:nth-child(4n+1){clear:left;}
}
@media only screen and (min-width: 1440px) {
  .oem-tiles > div, .oem-tiles > div + div,
  .oem-tiles > div + div:nth-child(2n+0),
  .oem-tiles > div + div:nth-child(3n+0),
  .oem-tiles > div + div:nth-child(4n+0){width:18.3%;margin-right:2.5%;}
  .oem-tiles > div + div:nth-child(5n+0){margin-right:0;}
  .oem-tiles > div + div:nth-child(3n+1),
  .oem-tiles > div + div:nth-child(4n+1){clear:none;}
  .oem-tiles > div + div:nth-child(5n+1){clear:left;}
}*/

.modal-content .modal-body .alert{display:none;clear:both;}