/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
     height: 60px;
padding: 0;
}
/* end fix the thumbnail arrows */

/* banner */

#banner-custom .banner-vpicker-module,
#banner-custom .banner-vpicker-module .slider .rslides_container .rslides,
#banner-custom .banner-vpicker-module .slider .rslides_container .rslides li {
	height: calc(240px + (630 - 240) * ((100vw - 768px) / (1900 - 768))) !important;
}

.call-to-action-button {
  text-decoration: none;
  background-color: #222222;
  color: #fff;
  padding: 9px 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.call-to-action-button:hover,
.call-to-action-button:focus {
  text-decoration: none;
  color: #fff;
  background-color: #3c3c3c;
}
body.page {
  background-color: #fff;
}
body.page .container-rp-actions {
  background-color: #f4f4f4;
  padding: 0 15px;
  border-bottom: 1px solid #e1e1e1;
}
.main {
  /* For now, I'm locking this down to our usual 1000px (970px due to bootstrap)
		It'd be great to make this responsive in the future, but our panels are not ready for that */
}
.main .button {
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  border: none;
  background: #dedddc;
  color: #686968 !important;
  text-shadow: none;
  padding: 7px 13px !important;
  margin: 0 0 0 10px;
  line-height: normal;
  filter: none;
}
.main .button:hover {
  background: #c5c4c2;
}
.main .button.panel-button {
  background-color: #222222;
  color: #fff !important;
  font-weight: 700;
}
.main .button.panel-button:hover {
  background-color: #3c3c3c;
}
.main .layout-zone-content {
  max-width: 970px;
}
#content_col {
  padding: 0;
}
#content_col #content {
  padding: 0;
  width: 100%;
}
#content_col .panels {
  margin: 30px 0;
}
#content_col .panels h1 {
  font-size: 24px;
  padding-top: 0;
  margin-top: 0;
}
#content_col .panels h2 {
  font-size: 21px;
  padding-top: 0;
  margin-top: 0;
}
#content_col .panels .panel {
  padding: 30px 0 0 0;
  margin: 0 0 30px 0;
  border: none !important;
  border-radius: 0;
}
#content_col .panels .custom-panel {
  margin: 0;
}
#content_col .panels .custom-panel img {
  max-width: none;
}
#content_col .panels .content {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#content_col .panels p {
  margin: 0;
}
#content_col .panels .panel-popular-categories li {
  float: left;
}
#content_col .panels .panel-popular-categories li a {
  display: block;
  font-size: 16px;
  color: #000000;
  padding: 15px 5px;
  border-bottom: 1px solid #e1e1e1;
}
#content_col .panels .panel-popular-categories li a:hover {
  text-decoration: none;
  color: #222222;
}
#content_col .panels .panel-popular-categories li a:hover:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  float: right;
  margin-right: 10px;
  font-size: 20px;
}
#content_col .panels .panel-search-by-vin-flat .content {
  background-color: #f2f2f2;
  padding: 20px 40px;
  text-align: center;
}
#content_col .panels .panel-search-by-vin-flat .content .search-label {
  font-size: 21px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin: 0;
}
#content_col .panels .panel-search-by-vin-flat .content .input-group {
  display: inline-block;
  vertical-align: middle;
}
#content_col .panels .panel-search-by-vin-flat .content .search-input {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 175px;
  padding: 7px 13px;
  line-height: normal;
}
#content_col .panels .panel-search-by-vin-flat .content .search-button {
  background-color: #222222;
  color: #fff !important;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  font-size: 12px;
}
#content_col .panels .panel-search-by-vin-flat .content .search-button:hover {
  background-color: #3c3c3c;
}
#content_col .panels .panel-browse-by-model {
  border-top: 1px solid #e1e1e1 !important;
}
#content_col .panels .panel-browse-by-model .model-content {
  display: block;
}
#content_col .panels .panel-browse-by-model .model-content:hover {
  text-decoration: none;
}
#content_col .panels .panel-browse-by-model .model-content:hover .accent-text {
  text-decoration: underline;
}
#content_col .panels .panel-browse-by-model .heading {
  font-size: 21px;
  font-weight: 700;
}
#content_col .panels .panel-browse-by-model .model-text {
  margin-left: 35px;
}
#content_col .panels .panel-browse-by-model .model-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}
#content_col .panels .panel-browse-by-model .accent-text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
#content_col .panels .panel-browse-by-model .accent-text:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  color: #2f5d94;
  font-size: 15px;
  margin-right: 5px;
}
#content_col .panels .panel-browse-by-model .img-wrapper {
  height: 105px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
#content_col .panels .panel-browse-by-model .sprite {
  position: relative;
}
#content_col .panels .panel-browse-by-model .sprite.flex {
  top: 0px;
}
#content_col .panels .panel-browse-by-model .sprite.focus {
  top: -105px;
}
#content_col .panels .panel-browse-by-model .sprite.fusion {
  top: -210px;
}
#content_col .panels .panel-browse-by-model .sprite.mustang {
  top: -315px;
}
#content_col .panels .panel-browse-by-model .sprite.taurus {
  top: -420px;
}
#content_col .panels .panel-browse-by-model .sprite.transit {
  top: -525px;
}
#content_col .panels .panel-browse-by-model .sprite.transit-connect {
  top: -630px;
}
#content_col .panels .panel-browse-by-model .sprite.transit-connect-1 {
  top: -735px;
}
#content_col .panels .panel-browse-by-model .sprite.c-max {
  top: -840px;
}
#content_col .panels .panel-browse-by-model .sprite.edge {
  top: -945px;
}
#content_col .panels .panel-browse-by-model .sprite.escape {
  top: -1050px;
}
#content_col .panels .panel-browse-by-model .sprite.e-series-wagon {
  top: -1155px;
}
#content_col .panels .panel-browse-by-model .sprite.expedition {
  top: -1260px;
}
#content_col .panels .panel-browse-by-model .sprite.explorer {
  top: -1365px;
}
#content_col .panels .panel-browse-by-model .sprite.f-150 {
  top: -1470px;
}
#content_col .panels .panel-browse-by-model .sprite.f-250-super-duty {
  top: -1575px;
}
#content_col .panels .panel-browse-by-model .sprite.f-350-super-duty {
  top: -1680px;
}
#content_col .panels .panel-browse-by-model .sprite.f-450-super-duty {
  top: -1785px;
}
#content_col .panels .panel-browse-by-model .sprite.f-550-super-duty {
  top: -1890px;
}
#content_col .panels .panel-browse-by-model .sprite.fiesta {
  top: -1995px;
}
#content_col .panels .panel-testimonials {
  font-style: italic;
  display: none;
  position: relative;
  overflow: visible;
  border-bottom: 1px solid #e1e1e1 !important;
  margin: 0;
  padding: 60px 0 40px;
  max-height: 1000px;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -webkit-transition: 0.9s ease-in-out;
}
#content_col .panels .panel-testimonials.fadeOut {
  max-height: 155px;
}
#content_col .panels .panel-testimonials.fadeOut .testimonial-quote {
  opacity: 0;
}
#content_col .panels .panel-testimonials:before,
#content_col .panels .panel-testimonials:after {
  content: '';
  width: 35%;
  position: absolute;
  height: 3px;
  background: #000;
}
#content_col .panels .panel-testimonials:before {
  top: 0;
}
#content_col .panels .panel-testimonials:after {
  bottom: -1px;
}
#content_col .panels .panel-testimonials .testimonial-quote {
  font-size: 23px;
  position: relative;
  padding: 0 40px;
  margin: 0 40px;
  opacity: 1;
  display: inline-block;
  transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}
#content_col .panels .panel-testimonials .testimonial-quote:before {
  font-size: 72px;
  content: '“';
  position: absolute;
  top: -30px;
  left: 0;
  width: 35px;
}
#content_col .panels .panel-testimonials .testimonial-quote:after {
  font-size: 72px;
  content: '”';
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 35px;
}
#content_col .panels .panel-testimonials .testimonial-name {
  font-size: 14px;
  display: block;
  text-align: right;
  margin: 10px 40px 0 0;
  color: #929291;
}
#content_col .panels .panel-split-carousel {
  position: relative;
  border-bottom: 1px solid #e1e1e1 !important;
  border-top: 1px solid #e1e1e1 !important;
  padding: 30px 0;
  overflow: visible;
}
#content_col .panels .panel-split-carousel:before,
#content_col .panels .panel-split-carousel:after {
  content: '';
  width: 50%;
  position: absolute;
  height: 3px;
  background: #000;
  right: 0;
}
#content_col .panels .panel-split-carousel:before {
  top: -2px;
}
#content_col .panels .panel-split-carousel:after {
  bottom: -2px;
}
#content_col .panels .panel-split-carousel .heading {
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
}
#content_col .panels .panel-split-carousel .text-content {
  margin-bottom: 30px;
  font-size: 14px;
}
#content_col .panels .panel-split-carousel .shop-accessories {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px !important;
}
#content_col .panels .panel-split-carousel .carousel .item .item-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 300px;
}
#content_col .panels .panel-split-carousel .carousel .carousel-indicators {
  text-align: left;
  bottom: -25px;
  margin: 0;
  left: 0;
}
#content_col .panels .panel-split-carousel .carousel .carousel-indicators li {
  background-color: #e1e1e1;
  border: none;
  margin: 0 2px 0 0;
}
#content_col .panels .panel-split-carousel .carousel .carousel-indicators li:first-child {
  margin-left: 5px;
}
#content_col .panels .panel-split-carousel .carousel .carousel-indicators li.active {
  background-color: #222222;
  width: 10px;
  height: 10px;
}
#content_col .panels .panel-split-carousel .sprite {
  position: relative;
}
#content_col .panels .panel-split-carousel .sprite.accessories4 {
  top: 0px;
}
#content_col .panels .panel-split-carousel .sprite.accessories5 {
  top: -300px;
}
#content_col .panels .panel-split-carousel .sprite.accessories1 {
  top: -600px;
}
#content_col .panels .panel-split-carousel .sprite.accessories2 {
  top: -900px;
}
#content_col .panels .panel-split-carousel .sprite.accessories3 {
  top: -1200px;
}
.container-header #header.header_layout_three_cols {
  padding: 10px 0;
}
.container-header #header.header_layout_three_cols .header_left_wrap {
  width: 20%;
}
.container-header #header.header_layout_three_cols .header_center_wrap {
  width: 45%;
}
.container-header #header.header_layout_three_cols .header_right_wrap {
  float: right;
  width: 35%;
}
.container-header #header.header_layout_three_cols #header_links ul {
  margin: 14px 0 0 0;
}
.container-header #header.header_layout_three_cols #header_links ul li a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: none;
}
.container-header #header.header_layout_three_cols #header_right,
.container-header #header.header_layout_three_cols #header_center {
  height: 45px;
}
.container-header #header.header_layout_three_cols #header_call {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.container-header #header.header_layout_three_cols #header_call .design-text {
  float: right;
  font-size: 16px;
  margin-left: 5px;
  line-height: inherit;
}
#rp_actions {
  height: 65px;
  font-size: 11px;
}
#rp_actions:before {
  content: '';
  display: inline-block;
  height: 65px;
  width: 0;
  vertical-align: middle;
}
#rp_actions .garage_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#rp_actions .garage_link .fa {
  font-size: 9px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
#rp_actions .garage.flyout {
  left: 5px;
}
#rp_actions .garage-text {
  border: 1px solid #e1e1e1;
  color: #929291;
  padding: 0 10px;
  line-height: 34px;
  background-color: #fff;
  position: relative;
  right: -4px;
  display: block;
  border-right-width: 0;
  outline: none;
  z-index: 1;
  font-size: 12px;
}
#rp_actions .garage-text:focus {
  border-color: #c8c8c8;
}
#rp_actions .garage-text:focus:after {
  height: 100%;
  background: #c8c8c8;
}
#rp_actions .garage-text:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 80%;
  width: 1px;
  background: #e1e1e1;
  margin: auto;
}
#rp_actions .push-right {
  float: right;
}
#rp_actions .push-right:before {
  content: '';
  display: inline-block;
  height: 65px;
  width: 0;
  vertical-align: middle;
}
#rp_actions > div {
  display: inline-block;
  vertical-align: middle;
}
#rp_actions #logo_column img {
  max-width: 175px;
  max-height: 65px;
}
#rp_actions #links_column {
  padding: 0 0 0 15px;
  display: inline-block;
  vertical-align: middle;
  color: #929291;
}
#rp_actions #links_column a {
  color: #929291;
}
#rp_actions #links_column ul {
  margin: 0;
}
#rp_actions #links_column li {
  display: inline-block;
  padding: 0 15px;
}
#rp_actions #search_column {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50%;
}
#rp_actions #search_column .main-search-wrapper {
  display: block;
}
#rp_actions #search_column input {
  width: 100%;
  padding: 5px 20px 5px 5px;
  height: 36px;
  border: 1px solid #e1e1e1;
  border-left-color: #fff;
  outline: none;
  position: relative;
  font-size: 12px;
}
#rp_actions #search_column input:focus {
  border-color: #c8c8c8;
  z-index: 2;
}
#rp_actions #search_column button {
  display: block;
  position: absolute;
  z-index: 3;
  border-radius: 0;
  padding: 5px 18px 6px 18px;
  font-size: 18px;
  top: 0;
  right: 0;
  background: #222222;
  filter: none;
  color: #fff;
  border: 0;
}
#rp_actions #search_column button:hover {
  background-color: #3c3c3c;
}
#rp_actions #cart_column {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#rp_actions #cart_column .fa {
  font-size: 15px;
}
#rp_actions #cart_column .navigation-link {
  text-decoration: none;
  background-color: #222222;
  display: block;
  color: #fff;
  padding: 9px 15px;
}
#rp_actions #cart_column .navigation-link:hover {
  background-color: #3c3c3c;
}
#rp_actions #cart_column #rp_action_cart_icon {
  position: relative;
  margin-right: 3px;
}
#rp_actions #cart_column .cart-items {
  position: absolute;
  left: 5px;
  top: -8px;
  border-radius: 20px;
  padding: 1px 4px 0px 4px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 9px;
  display: none;
}
#rp_actions #cart_column .cart-items.cart-items-exist {
  display: block;
}
#rp_actions #cart_column #rp_flat_text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
#rp_actions #cart_column #checkout_flyout .upper_arrow {
  left: 228px;
}
#rp_actions #action_account {
  margin-left: 20px;
  position: relative;
}
#rp_actions #action_account .design-text {
  display: block;
  color: #666766;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: none;
  font-weight: 300;
  padding: 0;
  font-size: 12px;
  margin-bottom: 2px;
  line-height: 15px;
}
#rp_actions #action_account .your-account {
  background: #dedddc;
  color: #666766;
  border: none;
  padding: 1px 10px;
  font-weight: 300;
  border-radius: 0;
  font-size: 12px;
  filter: none;
}
#rp_actions #action_account .your-account:hover {
  filter: none;
  background-color: #d2d0cf;
}
#rp_actions #action_account .your-account .fa {
  position: relative;
  top: -1px;
  margin-left: 2px;
}
#rp_actions #action_account .your-account .fa:before {
  font-size: 9px;
  content: '\f078';
}
#rp_actions #action_account .account.flyout {
  left: -63px;
}
#rp_actions #action_account .account.flyout #account_login .button {
  margin: 0 0 5px 0;
}
.container-home-selection {
  overflow: hidden;
}
.container-home-selection #home-selection-makes ul li {
  margin: 0 7px;
}
.container-home-selection #home-selection-banner {
  max-height: 415px;
}
.container-home-selection #home-selection-banner #slider {
  max-width: 1250px !important;
  margin: 0 auto;
  /*-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.5) 94%, rgba(0, 0, 0, 0));*/
}
.container-home-selection #home-selection-banner #slider img {
  max-width: 1250px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0 15px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap {
  position: relative;
  height: 100%;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent {
  height: 270px;
  width: 335px;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .container-vehicle-dd-home-dropdowns {
  text-align: left;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .header-text {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 25px;
  margin: 15px 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker_buttons li {
  width: auto;
  margin: 15px auto;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker_buttons li:hover .select {
  background: #f2f2f2;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker_buttons li:hover .dropdown {
  background: #f2f2f2;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker_buttons .select {
  background-color: #fff;
  border: none;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
  color: #333333;
  font-size: 18px;
  text-align: left;
  width: 285px;
  padding-left: 15px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker_buttons .dropdown {
  background-image: none;
  background-color: #fff;
  border: none;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
  color: #333333;
  font-size: 18px;
  padding-right: 15px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker-submit {
  display: block;
  background-image: none;
  background-color: #222222;
  border: 1px solid #dedddc;
  text-shadow: none;
  padding: 8px 10px;
  border-radius: 0;
  width: 315px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker-submit:hover {
  background-color: #3c3c3c;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content {
  height: 200px;
  overflow: auto;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  text-align: right;
  color: #fff;
  left: 330px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content .header-text {
  font-size: 85px;
  text-shadow: #555555 1px 1px 2px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content .custom_content {
  font-size: 24px;
  padding: 0;
  text-shadow: #555555 1px 1px 2px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #manufacturer_logos {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  font-size: 16px;
}
#footer #footer_columns {
  background-color: #fff;
  padding-bottom: 20px;
}
#footer #footer_columns .footer_column {
  margin: 0 15%;
}
#footer #footer_columns .footer_column strong.design-text {
  margin: 0;
  font-size: 18px;
  color: #000000;
}
#footer #footer_columns .footer_column a {
  font-size: 12px;
  color: #7f7f7f;
}
#footer #footer_columns .footer_column ul {
  margin: 15px 0;
}
#footer #footer_columns .footer_column ul li {
  margin: 5px 0;
}
#footer .footer-disclaimer {
  padding: 15px 0 0;
}
#footer #footer_row {
  background-color: #f4f4f4;
  padding: 15px 0;
}
#footer #footer_row a.powered-by {
  color: #373737;
  display: block;
  width: auto;
  margin: 0;
  padding: 9px 0;
  font-size: 12px;
  text-align: right;
}
#footer #account_links {
  padding: 9px 0;
}
#footer #account_links a {
  text-decoration: underline;
  color: #005ca3;
}
#footer #account_links .register-content {
  font-style: italic;
}
#footer #footer_custom p {
  margin: 20px 0;
}
#footer #footer_newsletter input {
  width: 220px;
  padding: 4px 10px 3px;
  height: 28px;
}
#footer_social .nav_social {
  margin: 0;
}
#footer_social .nav_social li {
  text-shadow: none;
}
#footer_social .nav_social a {
  color: #666766;
}
.main .container-subfooter {
  background-color: #121212;
}
.main .container-subfooter #subfooter {
  text-align: right;
  padding: 10px 0;
}
.main .container-subfooter a.powered-by {
  color: #c8c8c8;
  display: inline;
  width: auto;
  margin: 0;
  padding: 9px 0;
  font-size: 12px;
}
/********************************************
 * Page Builder Modules
 * -----------------------------------------
 * @section modules
 ********************************************/
.sprite-carousel-module .carousel-indicators li {
  background-color: #e1e1e1;
}
.sprite-carousel-module .carousel-indicators li.active {
  background-color: #222222;
}
.account-login-message-module a {
  text-decoration: underline;
  color: #005ca3;
}
.account-login-message-module .register-content {
  font-style: italic;
}
.text-color-light .account-login-message-module a {
  color: inherit;
}
.powered-by-rp-module a.powered-by {
  display: inline;
  width: auto;
  margin: 0;
  padding: 9px 0;
  font-size: 12px;
}
.newsletter-signup-module strong.design-text,
.payments-accepted-module strong.design-text {
  margin: 0;
  font-size: 18px;
  color: #000000;
  display: block;
  margin-bottom: 20px;
}
.text-color-light .newsletter-signup-module strong.design-text,
.text-color-light .payments-accepted-module strong.design-text {
  color: inherit;
}
/********************************************
 * Media Queries
 * -----------------------------------------
 * @section media-queries
 ********************************************/
@media (max-width: 1050px) {
  #content_col .panels .panel-search-by-vin-flat .content .input-group {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content {
    top: 50px;
  }
  .container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content .header-text {
    font-size: 64px;
  }
  .container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content .custom_content {
    font-size: 20px;
  }
  .main .container-subfooter #subfooter {
    padding-left: 15px;
    padding-right: 15px;
  }
  #rp_actions #links_column li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container {
    width: auto;
  }
  #content_col .panels .panel-browse-by-model .model-text {
    margin-left: 0;
  }
  #rp_actions #search_column input {
    width: 200px;
  }
  #footer #footer_newsletter input {
    width: 150px;
  }
  .panel-popular-categories li {
    padding: 0 5% 0 0;
  }
  .panel-popular-categories.col-3 li,
  .panel-popular-categories.col-4 li,
  .panel-popular-categories.col-5 li {
    width: 52.5%;
  }
  .panel-popular-categories.col-3 li a.vehiclepicker_link,
  .panel-popular-categories.col-4 li a.vehiclepicker_link,
  .panel-popular-categories.col-5 li a.vehiclepicker_link {
    border-top: none;
  }
  .panel-popular-categories.col-3 li:nth-child(-n+2) a,
  .panel-popular-categories.col-4 li:nth-child(-n+2) a,
  .panel-popular-categories.col-5 li:nth-child(-n+2) a {
    border-top: 1px solid #e1e1e1;
  }
  .panel-popular-categories.col-3 li:nth-child(2n),
  .panel-popular-categories.col-4 li:nth-child(2n),
  .panel-popular-categories.col-5 li:nth-child(2n) {
    width: 47.5%;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .panel-popular-categories {
    /* Doesn't really work in 1000px layout with moderately sized content */
  }
  .panel-popular-categories li {
    padding: 0 3% 0 0;
  }
  .panel-popular-categories.col-2 li {
    width: 51.5%;
  }
  .panel-popular-categories.col-2 li:nth-child(-n+2) a {
    border-top: 1px solid #e1e1e1;
  }
  .panel-popular-categories.col-2 li:nth-child(2n) {
    width: 48.5%;
    padding-right: 0;
  }
  .panel-popular-categories.col-3 li {
    width: 34.33333333%;
  }
  .panel-popular-categories.col-3 li:nth-child(-n+3) a {
    border-top: 1px solid #e1e1e1;
  }
  .panel-popular-categories.col-3 li:nth-child(3n) {
    width: 31.33333333%;
    padding-right: 0;
  }
  .panel-popular-categories.col-4 li {
    width: 25.75%;
  }
  .panel-popular-categories.col-4 li:nth-child(-n+4) a {
    border-top: 1px solid #e1e1e1;
  }
  .panel-popular-categories.col-4 li:nth-child(4n) {
    width: 22.75%;
    padding-right: 0;
  }
  .panel-popular-categories.col-5 li {
    width: 20.6%;
  }
  .panel-popular-categories.col-5 li:nth-child(-n+5) a {
    border-top: 1px solid #e1e1e1;
  }
  .panel-popular-categories.col-5 li:nth-child(5n) {
    width: 17.6%;
    padding-right: 0;
  }
}





.call-to-action-button,
.search-by-part-module .btn,
.vin-column-custom .search-by-vin-module .btn,
#home-content .newsletter-signup-module .btn,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom {
  background-color: #0069B5;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .call-to-action-button:hover, .call-to-action-button:active,
  .search-by-part-module .btn:hover,
  .search-by-part-module .btn:active,
  .vin-column-custom .search-by-vin-module .btn:hover,
  .vin-column-custom .search-by-vin-module .btn:active,
  #home-content .newsletter-signup-module .btn:hover,
  #home-content .newsletter-signup-module .btn:active,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:active,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:hover,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:active {
    background-color: #0087e8;
    color: #fff; }

div.modal-content {
  border: none;
  border-radius: 0 !important; }

.rp_vehiclepicker_chooser .vp_closer button {
  color: #333;
  text-shadow: none;
  margin-top: 8px;
  margin-right: 5px; }
  .rp_vehiclepicker_chooser .vp_closer button:hover, .rp_vehiclepicker_chooser .vp_closer button:active {
    color: #1a1919; }

div.vp_chooser_disp {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #544e4e;
  font-weight: 400;
  border: none; }

div.vp_head {
  background-color: #fff; }
  div.vp_head div.vp_chooser_h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    -webkit-font-smoothing: antialiased; }

div.vp_closer button {
  color: #333;
  opacity: .7; }
  div.vp_closer button:hover, div.vp_closer button:active {
    opacity: 1; }

ul.vp_breadcrumbs li.vp_chooser_bc {
  padding: 9px 15px;
  margin: 0;
  width: 20%;
  text-align: center;
  text-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #0069B5;
  font-weight: 400;
  border: none;
  border-bottom: 4px solid #0069B5;
  border-radius: 0;
  background-color: transparent;
  top: 0; }
  ul.vp_breadcrumbs li.vp_chooser_bc.active {
    border-bottom-color: #0069B5; }
  ul.vp_breadcrumbs li.vp_chooser_bc.selected {
    border-bottom-color: transparent; }
  @media (max-width: 680px) {
    ul.vp_breadcrumbs li.vp_chooser_bc {
      padding: 9px 5px;
      font-size: 9pt;
      width: 100%; } }

@media (max-width: 680px) {
  ul.vp_breadcrumbs {
    display: flex; } }

div.vp_main {
  border: none;
  box-shadow: none; }
  div.vp_main div.vp_option_row ul li {
    border: none; }
    div.vp_main div.vp_option_row ul li a.vp_option {
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      color: #000;
      font-weight: 400; }
      div.vp_main div.vp_option_row ul li a.vp_option:hover, div.vp_main div.vp_option_row ul li a.vp_option:active {
        color: #0069B5 !important; }
    div.vp_main div.vp_option_row ul li:hover, div.vp_main div.vp_option_row ul li:active, div.vp_main div.vp_option_row ul li:visited, div.vp_main div.vp_option_row ul li:focus {
      border: none;
      background-color: transparent; }

div.vp-recent-vehicles div.recent-vehicles-content {
  margin-top: 0;
  border-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #000 400; }
  div.vp-recent-vehicles div.recent-vehicles-content a.recent-vehicle {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #0069B5;
    font-weight: 400; }
  div.vp-recent-vehicles div.recent-vehicles-content a.vehicle-count {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #0069B5;
    font-weight: 400; }

div.vp_control {
  padding: 0;
  background: #fff;
  border-top: 1px solid #ccc; }
  div.vp_control a.button {
    background-color: #1d9e76;
    background: #1d9e76;
    border: none;
    text-shadow: none;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    padding: 10px 20px !important;
    margin: 7px 7px 7px 0; }
    div.vp_control a.button:hover, div.vp_control a.button:active {
      background-color: #0069B5; }
  div.vp_control a.vp_reset_button {
    background-color: #004b82; }
  div.vp_control a.vp_cancel_button {
    background-color: #005a9c; }

#desktop-header-custom .container-wrap {
  padding: 15px;
  max-width: 1920px;
  position: relative; }

#desktop-header-custom .logo-row {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto; }
  #desktop-header-custom .logo-row .store-logo-image {
    padding-left: 30px;
    max-height: 90px;
    margin-top: 20px; }

#desktop-header-custom .nav-row {
  margin: 0;
  padding: 10px 0; }
  #desktop-header-custom .nav-row .top-nav-custom .links-list a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #desktop-header-custom .nav-row .top-nav-custom .links-list a:hover {
      color: #0069B5; }

#desktop-header-custom .search-row {
  margin-top: 10px; }
  #desktop-header-custom .search-row .col-sm-6 {
    vertical-align: middle; }
  #desktop-header-custom .search-row .bottom-nav-custom .links-list a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #desktop-header-custom .search-row .bottom-nav-custom .links-list a:hover {
      color: #0069B5; }
  #desktop-header-custom .search-row .garage-custom {
    float: left;
    min-width: 200px; }
    #desktop-header-custom .search-row .garage-custom .garage-text {
      line-height: 36px; }
  #desktop-header-custom .search-row .search-custom {
    overflow: auto; }
    #desktop-header-custom .search-row .search-custom .call-to-action-button {
      background-color: transparent;
      color: #0069B5; }

#mobile-header-custom {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1050;
  height: 60px;
  top: 0;
  overflow: hidden;
  border-bottom: 1px solid #b9b9bc; }
  #mobile-header-custom .container-wrap {
    padding: 0; }
  #mobile-header-custom .mobile-menu-col #menu-button {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 19px auto 11px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer; }
    #mobile-header-custom .mobile-menu-col #menu-button span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #0069B5;
      border-radius: 3px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #mobile-header-custom .mobile-menu-col #menu-button span:nth-child(1) {
        top: 0px; }
      #mobile-header-custom .mobile-menu-col #menu-button span:nth-child(2), #mobile-header-custom .mobile-menu-col #menu-button span:nth-child(3) {
        top: 9px; }
      #mobile-header-custom .mobile-menu-col #menu-button span:nth-child(4) {
        top: 18px; }
    #mobile-header-custom .mobile-menu-col #menu-button.open span {
      background: #0069B5; }
    #mobile-header-custom .mobile-menu-col #menu-button.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    #mobile-header-custom .mobile-menu-col #menu-button.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #mobile-header-custom .mobile-menu-col #menu-button.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #mobile-header-custom .mobile-menu-col #menu-button.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }
  #mobile-header-custom .mobile-logo-col {
    width: 50%;
    float: left;
    padding: 10px;
    height: 60px; }
    @media (min-width: 768px) and (max-width: 1399px) {
      #mobile-header-custom .mobile-logo-col {
        width: 60%;
        padding: 10px 15px; } }
    #mobile-header-custom .mobile-logo-col .store-logo-module .store-logo-link img {
      margin: 0;
      max-height: 40px; }
  #mobile-header-custom .one-fifth {
    width: 16.6666666667%;
    float: left; }
    @media (min-width: 768px) and (max-width: 1399px) {
      #mobile-header-custom .one-fifth {
        width: 20%; } }
  #mobile-header-custom .mobile-menu-col, #mobile-header-custom .mobile-search-col {
    border-left: 1px solid #b9b9bc;
    height: 60px;
    text-align: center; }
    #mobile-header-custom .mobile-menu-col .icon-wrap, #mobile-header-custom .mobile-search-col .icon-wrap {
      padding: 16px 0;
      position: relative; }
      #mobile-header-custom .mobile-menu-col .icon-wrap em, #mobile-header-custom .mobile-search-col .icon-wrap em {
        font-size: 20pt;
        color: #0069B5;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    #mobile-header-custom .mobile-menu-col.menu-selected em, #mobile-header-custom .mobile-search-col.menu-selected em {
      color: #0069B5; }
  @media (min-width: 768px) and (max-width: 1399px) {
    #mobile-header-custom .mobile-search-col {
      display: none; } }
  #mobile-header-custom .mobile-search-col #search-close-button {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -16px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    color: #fff; }
    #mobile-header-custom .mobile-search-col #search-close-button span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #0069B5;
      border-radius: 3px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #mobile-header-custom .mobile-search-col #search-close-button span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #mobile-header-custom .mobile-search-col #search-close-button span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #mobile-header-custom .mobile-cart-col .call-to-action-button {
    background-color: transparent;
    padding: 17px 15px 16px 13px; }
  #mobile-header-custom .mobile-cart-col .cart-component {
    min-width: 0; }
    #mobile-header-custom .mobile-cart-col .cart-component .cart-flyout, #mobile-header-custom .mobile-cart-col .cart-component .flyout {
      display: none !important; }
  #mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon i {
    font-size: 20pt;
    color: #0069B5; }
    #mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon i:active, #mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon i:hover {
      color: #0069B5; }
  #mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon .cart-items.cart-items-exist {
    left: 60%;
    top: -18px;
    background: #0087e8;
    color: #fff;
    font-size: 12px;
    padding: 0 5px 0 4px;
    font-size: 12px; }
  #mobile-header-custom .mobile-cart-col .cart-wrapper .cart-text {
    display: none; }

#mobile-drop-downs {
  width: 100%;
  z-index: 50; }
  #mobile-drop-downs .container-wrap {
    max-width: 100%;
    padding: 0; }
  #mobile-drop-downs .page-builder-layout-column {
    padding: 10px; }
  #mobile-drop-downs .menu-row {
    -webkit-box-shadow: 0 0 10px 0 #cccccc;
    box-shadow: 0 0 10px 0 #cccccc;
    display: block;
    margin-top: 0px;
    background-color: white;
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 51; }
    @media only screen and (max-width: 767px) {
      #mobile-drop-downs .menu-row {
        top: 60px; } }
    #mobile-drop-downs .menu-row .page-builder-layout-column {
      display: block; }
    #mobile-drop-downs .menu-row .links-list {
      display: block; }
      #mobile-drop-downs .menu-row .links-list a {
        display: block;
        padding: 10px;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        color: #000;
        font-weight: 400; }
        #mobile-drop-downs .menu-row .links-list a:hover {
          color: #0069B5; }
    #mobile-drop-downs .menu-row .page-builder-layout-module + .page-builder-layout-module {
      margin-top: 20px; }
  #mobile-drop-downs .search-row {
    -webkit-box-shadow: 0 0 10px 0 #cccccc;
    box-shadow: 0 0 10px 0 #cccccc;
    margin-top: 0px;
    background-color: white; }
    @media only screen and (max-width: 767px) {
      #mobile-drop-downs .search-row {
        display: block;
        margin-top: 0px;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        height: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: hidden;
        z-index: 51; } }
    @media only screen and (max-width: 767px) {
      #mobile-drop-downs .search-row .page-builder-layout-column {
        display: block; } }
    #mobile-drop-downs .search-row .search-bar-module .search-bar-component input {
      height: 45px;
      background: white;
      border: 1px solid #000;
      border-radius: 0;
      background-color: #fff; }
      #mobile-drop-downs .search-row .search-bar-module .search-bar-component input:focus {
        background-color: #fff; }
    #mobile-drop-downs .search-row .search-bar-module .search-bar-component button.call-to-action-button {
      height: 45px;
      top: 0px;
      padding: 6px 16px 7px;
      background-color: #0069B5;
      color: #fff; }
    @media only screen and (max-width: 767px) {
      #mobile-drop-downs .search-row .car-selected-module {
        padding: 10px 0; }
        #mobile-drop-downs .search-row .car-selected-module .garage-text {
          color: #000; } }
    #mobile-drop-downs .search-row .car-selected-module .garage-component {
      width: 100%;
      text-align: center; }

#mobile-buffer-row {
  height: 59px; }

.menu-open {
  overflow: hidden; }
  .menu-open #mobile-drop-downs .menu-row {
    height: 290px; }

.search-open #mobile-drop-downs .search-row {
  height: 100px; }
  .search-open #mobile-drop-downs .search-row .car-selected-module .flyout {
    position: fixed;
    top: 155px; }

.search-open #mobile-header-custom .mobile-search-col #search-close-button {
  opacity: 1;
  filter: alpha(opacity=100); }

.search-open #mobile-header-custom .mobile-search-col .icon-wrap em {
  opacity: 0;
  filter: alpha(opacity=0); }

#vpicker-custom {
  background-color: #EDEDEE; }
  #vpicker-custom .header-text {
    display: block;
    margin-bottom: 20px; }
  #vpicker-custom .vpicker_buttons {
    margin-left: 0; }
    @media (max-width: 710px) {
      #vpicker-custom .vpicker_buttons {
        display: block;
        width: 90%;
        margin: 0 auto 10px; } }
  @media (max-width: 710px) {
    #vpicker-custom .vpicker-select {
      width: 100%; } }
  #vpicker-custom .vpicker-submit, #vpicker-custom .browse_catalog {
    width: 170px;
    padding: 6px 5px;
    display: block;
    vertical-align: middle;
    margin: 0 auto; }
    @media (min-width: 850px) {
      #vpicker-custom .vpicker-submit, #vpicker-custom .browse_catalog {
        display: inline-block;
        margin: 0 0 0 15px; } }

#tabs-custom .nav-tabs {
  border-bottom: 0;
  text-align: center; }
  #tabs-custom .nav-tabs .nav-item {
    float: none;
    margin: 0; }
    @media (min-width: 768px) {
      #tabs-custom .nav-tabs .nav-item {
        display: inline-block; } }
    #tabs-custom .nav-tabs .nav-item .nav-link {
      border: 0;
      border-bottom: 0;
      width: 100%;
      border-bottom: 4px solid transparent;
      border-radius: 0;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      color: #000;
      font-weight: 500;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (min-width: 768px) {
        #tabs-custom .nav-tabs .nav-item .nav-link {
          width: auto;
          min-width: 150px; } }
      #tabs-custom .nav-tabs .nav-item .nav-link:hover {
        border-bottom: 4px solid #0069B5; }
    #tabs-custom .nav-tabs .nav-item .nav-link.active, #tabs-custom .nav-tabs .nav-item .nav-link.active:hover, #tabs-custom .nav-tabs .nav-item .nav-link.active:active {
      background-color: #0069B5;
      position: relative;
      color: #fff;
      border-bottom: 4px solid transparent; }
      @media (min-width: 768px) {
        #tabs-custom .nav-tabs .nav-item .nav-link.active, #tabs-custom .nav-tabs .nav-item .nav-link.active:hover, #tabs-custom .nav-tabs .nav-item .nav-link.active:active {
          background-color: transparent;
          border-bottom: 4px solid #0069B5;
          color: #000; } }
    #tabs-custom .nav-tabs .nav-item .nav-link.active:before {
      display: none; }
      @media (min-width: 768px) {
        #tabs-custom .nav-tabs .nav-item .nav-link.active:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-left: 16px solid transparent;
          border-right: 16px solid transparent;
          border-top: 16px solid #fff;
          position: absolute;
          bottom: -10px;
          left: 50%;
          margin-left: -16px;
          z-index: 3; } }
    #tabs-custom .nav-tabs .nav-item .nav-link.active:after {
      display: none; }
      @media (min-width: 768px) {
        #tabs-custom .nav-tabs .nav-item .nav-link.active:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-left: 16px solid transparent;
          border-right: 16px solid transparent;
          border-top: 16px solid #0069B5;
          position: absolute;
          bottom: -16px;
          left: 50%;
          margin-left: -16px;
          z-index: 2; } }

#tabs-custom .tab-content ul {
  list-style: none; }
  #tabs-custom .tab-content ul a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 50%;
    float: left;
    border: 1px solid transparent; }
    #tabs-custom .tab-content ul a:hover {
      -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5); }
    #tabs-custom .tab-content ul a li {
      text-align: center;
      padding: 10px; }
      #tabs-custom .tab-content ul a li .featured-img {
        height: 175px;
        margin-bottom: 15px;
        background-position: cover;
        background-repeat: no-repeat; }
    @media (min-width: 768px) {
      #tabs-custom .tab-content ul a {
        width: 25%; } }

#tabs-custom #replacementparts .feature01 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-ac-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #replacementparts .feature01 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-ac-01-md.jpg?cb=1558017532); } }

#tabs-custom #replacementparts .feature02 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-alternator-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #replacementparts .feature02 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-alternator-01-md.jpg?cb=1558017532); } }

#tabs-custom #replacementparts .feature03 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-brakes-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #replacementparts .feature03 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-brakes-01-md.jpg?cb=1558017532); } }

#tabs-custom #replacementparts .feature04 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-ignition-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #replacementparts .feature04 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-ignition-01-md.jpg?cb=1558017532); } }

#tabs-custom #replacementparts .feature05 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-lighting-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #replacementparts .feature05 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-lighting-01-md.jpg?cb=1558017532); } }

#tabs-custom #replacementparts .feature06 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-radiators-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #replacementparts .feature06 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-radiators-01-md.jpg?cb=1558017532); } }

#tabs-custom #replacementparts .feature07 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-steering-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #replacementparts .feature07 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-steering-01-md.jpg?cb=1558017532); } }

#tabs-custom #replacementparts .feature08 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-suspension-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #replacementparts .feature08 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-suspension-01-md.jpg?cb=1558017532); } }

#tabs-custom #maintenanceparts .feature01 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-air-filters-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #maintenanceparts .feature01 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-air-filters-01-md.jpg?cb=1558017532); } }

#tabs-custom #maintenanceparts .feature02 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-belts-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #maintenanceparts .feature02 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-belts-01-md.jpg?cb=1558017532); } }

#tabs-custom #maintenanceparts .feature03 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-cabin-air-filters-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #maintenanceparts .feature03 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-cabin-air-filters-01-md.jpg?cb=1558017532); } }

#tabs-custom #maintenanceparts .feature04 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-fuel-filters-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #maintenanceparts .feature04 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-fuel-filters-01-md.jpg?cb=1558017532); } }

#tabs-custom #maintenanceparts .feature05 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-oil-filters-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #maintenanceparts .feature05 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-oil-filters-01-md.jpg?cb=1558017532); } }

#tabs-custom #maintenanceparts .feature06 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-spark-plugs-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #maintenanceparts .feature06 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-spark-plugs-01-md.jpg?cb=1558017532); } }

#tabs-custom #maintenanceparts .feature07 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-thermostat-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #maintenanceparts .feature07 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-thermostat-01-md.jpg?cb=1558017532); } }

#tabs-custom #maintenanceparts .feature08 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-wiper-blades-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #maintenanceparts .feature08 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/parts/mopar/mopar-wiper-blades-01-md.jpg?cb=1558017532); } }

#tabs-custom #exterioraccessories .feature01 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-car-cover-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #exterioraccessories .feature01 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-car-cover-01-md.jpg?cb=1558017532); } }

#tabs-custom #exterioraccessories .feature06 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-spoiler-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #exterioraccessories .feature06 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-spoiler-01-md.jpg?cb=1558017532); } }

#tabs-custom #exterioraccessories .feature02 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-step-rails-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #exterioraccessories .feature02 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-step-rails-01-md.jpg?cb=1558017532); } }

#tabs-custom #exterioraccessories .feature03 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-roadside-assistance-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #exterioraccessories .feature03 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-roadside-assistance-01-md.jpg?cb=1558017532); } }

#tabs-custom #exterioraccessories .feature04 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-roof-rack-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #exterioraccessories .feature04 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-roof-rack-01-md.jpg?cb=1558017532); } }

#tabs-custom #exterioraccessories .feature05 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-splash-guards-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #exterioraccessories .feature05 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-splash-guards-01-md.jpg?cb=1558017532); } }

#tabs-custom #exterioraccessories .feature07 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-towing-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #exterioraccessories .feature07 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-towing-01-md.jpg?cb=1558017532); } }

#tabs-custom #exterioraccessories .feature08 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-wind-deflector-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #exterioraccessories .feature08 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-wind-deflector-01-md.jpg?cb=1558017532); } }

#tabs-custom #interioraccessories .feature01 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-cargo-tray-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #interioraccessories .feature01 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-cargo-tray-01-md.jpg?cb=1558017532); } }

#tabs-custom #interioraccessories .feature02 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-door-sills-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #interioraccessories .feature02 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-door-sills-01-md.jpg?cb=1558017532); } }

#tabs-custom #interioraccessories .feature03 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-entertainment-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #interioraccessories .feature03 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-entertainment-01-md.jpg?cb=1558017532); } }

#tabs-custom #interioraccessories .feature04 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-floor-mats-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #interioraccessories .feature04 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-floor-mats-01-md.jpg?cb=1558017532); } }

#tabs-custom #interioraccessories .feature05 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-pedal-kits-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #interioraccessories .feature05 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-pedal-kits-01-md.jpg?cb=1558017532); } }

#tabs-custom #interioraccessories .feature06 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-remote-start-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #interioraccessories .feature06 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-remote-start-01-md.jpg?cb=1558017532); } }

#tabs-custom #interioraccessories .feature07 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-shift-knobs-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #interioraccessories .feature07 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-shift-knobs-01-md.jpg?cb=1558017532); } }

#tabs-custom #interioraccessories .feature08 .featured-img {
  background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-sun-shade-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #tabs-custom #interioraccessories .feature08 .featured-img {
      background-image: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-sun-shade-01-md.jpg?cb=1558017532); } }

#hero-buttons-custom .container-wrap {
  padding-bottom: 0; }

#hero-buttons-custom .hero-buttons-wrap .hero-button {
  display: block;
  width: 100%;
  float: none;
  height: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #hero-buttons-custom .hero-buttons-wrap .hero-button .hero-button-cta {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -moz-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    position: relative;
    background-color: rgba(0, 105, 181, 0.7);
    padding: 20px;
    width: 300px;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  #hero-buttons-custom .hero-buttons-wrap .hero-button:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
    #hero-buttons-custom .hero-buttons-wrap .hero-button:hover .hero-button-cta {
      position: relative;
      top: 50%;
      -webkit-transform: perspective(1px) translateY(-50%);
      -moz-transform: perspective(1px) translateY(-50%);
      -ms-transform: perspective(1px) translateY(-50%);
      transform: perspective(1px) translateY(-50%); }
  @media (min-width: 600px) {
    #hero-buttons-custom .hero-buttons-wrap .hero-button {
      width: 50%;
      float: left;
      height: 300px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
      #hero-buttons-custom .hero-buttons-wrap .hero-button .hero-button-cta {
        top: 60%; } }
  @media (min-width: 1024px) {
    #hero-buttons-custom .hero-buttons-wrap .hero-button {
      width: 25%;
      float: left; } }

#hero-buttons-custom .hero-buttons-wrap .hero-button-1 {
  background: url(hero-01-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #hero-buttons-custom .hero-buttons-wrap .hero-button-1 {
      background-image: url(hero-01-md.jpg?cb=1558017532); } }

#hero-buttons-custom .hero-buttons-wrap .hero-button-2 {
  background: url(hero-02-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #hero-buttons-custom .hero-buttons-wrap .hero-button-2 {
      background-image: url(hero-02-md.jpg?cb=1558017532); } }

#hero-buttons-custom .hero-buttons-wrap .hero-button-3 {
  background: url(hero-03-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #hero-buttons-custom .hero-buttons-wrap .hero-button-3 {
      background-image: url(hero-03-md.jpg?cb=1558017532); } }

#hero-buttons-custom .hero-buttons-wrap .hero-button-4 {
  background: url(hero-04-sm.jpg?cb=1558017532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #hero-buttons-custom .hero-buttons-wrap .hero-button-4 {
      background-image: url(hero-04-md.jpg?cb=1558017532); } }

#popular-custom h2 {
    
  padding: 0 15px; }

#popular-custom li {
  list-style: none; }

#popular-custom a li {
  color: #6E727B;
  font-size: 1.25em; }

#popular-custom a:hover {
  text-decoration: none; }

#popular-custom a:hover li {
  font-weight: bold;
  color: #0066cc; }

#popular-custom a:active li {
  color: #ffffff;
  text-decoration: none;
  background-color: #CC0033; }

#popular-custom ul a li:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: -8px;
  font-size: 12px; }

@media (max-width: 767px) {
  #popular-custom .parts-wrappa .col-sm-3 {
    width: 50%;
    float: left;
    margin: 0; } }

@media (max-width: 575px) {
  #popular-custom .parts-wrappa {
    width: 100%; } }

#footer-custom {
  background-color: #EDEDEE; }
  #footer-custom .links-list-module.links-display-block .links-list {
    display: block; }
  #footer-custom .links-list-module.list-style-footer .heading, #footer-custom .payments-accepted-module .design-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500; }
  #footer-custom a {
    color: #000; }

#footer-bottom {
  background-color: #EDEDEE; }
  @media (max-width: 766px) {
    #footer-bottom .col-sm-6 .page-builder-layout-column-wrap {
      text-align: center; } }
  #footer-bottom .payments-accepted-module .design-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500; }
  #footer-bottom a {
    color: #000; }

a:hover {
  text-decoration: none; }

.mobile-only {
  display: none; }

.display-none {
  display: none; }

@media only screen and (max-width: 1249px) {
  .wide-padding {
    padding-left: 15px;
    padding-right: 15px; } }

.modal-backdrop {
  z-index: 21; }

#title-custom {
  margin-top: 20px; }
  #title-custom h1 {
    text-align: center; }
  #title-custom p {
    font-size: 12pt;
    max-width: 700px;
    margin: 0 auto; }

.modal-backdrop {
  z-index: 0; }

#bottom-links .container-wrap {
  padding-top: 5px; }

#bottom-links .links-list {
  display: flex; }
  #bottom-links .links-list li {
    margin: auto; }
    #bottom-links .links-list li a {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      color: #333;
      font-weight: normal;
      line-height: 1; }
      #bottom-links .links-list li a:hover, #bottom-links .links-list li a:active {
        color: #0069B5; }

#tires-custom .container-wrap {
  padding: 0; }

h2 {
    display:none;}

.search-by-vin-module input[type=text], .search-by-vin-module .btn {
    width: 49%;
    display: inline-block;
    margin: 0px 0px 13px 0px;
}



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


/* MIGRATION */
h2 { display: block; }

.banner-vpicker-module .slider .rslides_container .rslides li .slide-image {
    width: 100%;
}

.featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price::after {
  	font-family: FontAwesome, Open Sans;
    content: '\f02b' ' Hot Deal';
    font-weight: 700;
    padding: 3px 7px;
    color: inherit;
    background-color: #fdc32d;
    font-size: 14px;
    line-height: 16px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: transparent #fdc32d transparent transparent;
    box-sizing: border-box;
}

#desktop-header-custom .store-logo-link {
    padding-left: 30px;
    max-height: 90px;
    margin-top: 0px;
}

#desktop-header-custom .store-logo-link img {
	max-height: none;
}

#mobile-header-custom .mobile-logo-col .store-logo-module .store-logo-link img {
    max-height: 40px;
    max-width: 100%;
    min-width: inherit;
    margin: inherit !important;
}

#mobile-drop-downs .menu-row .links-list {
    display: block;
    padding-top: 20px;
}

#popular-custom a:hover li {
	font-weight: normal;
}


/*--- OEM INTERACTIVE ---*/
/* Product Page */

.product-purchase-module .purchase-box .product-price .you-save .list-label {
  font-size: 17px;
}
.product-purchase-module .purchase-box .product-price .you-save .list-value {
  color: #49aa22;
  font-size: 17px;
}
.product-page-layout li.you-save .list-value .savings-percent-value {
  font-weight: 1000;
}
.product-details-module li.product-description span.description_body p,
.product-details-module li.product-description span.description_body ul,
.product-details-module li.product-description span.description_body ol,
.product-details-module li.product-description span.description_body li {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.product-details-module li.product-description span.description_body ul,
.product-details-module li.product-description span.description_body ol {
    margin: 0 0 20px 30px;
}
.product-badges-module .product-badges .product-badge .badge-icon .icon {
    background-image: url(//cdn.revolutionparts.io/4c0925304c01148cf1e8709633debf01/design/badge-sprite.png);
}


}
.promotional-banner-wrap {
    background-color: #d00202!important;
}
.promotional-banner-wrap .promotional-banner-text {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #FE2E2E;
    font-weight: 700;
    overflow: hidden;
    padding-right: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    text-shadow: 1px 1px 1px #000;
}

/* Nav logo fix */

@media (min-width: 768px)
.row-full-height-md .col-full-height .full-height,.row-full-height-md .col-full-height .full-height-wrapper {
    height: auto !important;
}