@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.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;
  }
}





.cap {
  text-transform: uppercase;
}
.it {
  font-style: italic;
}
.norm {
  font-style: normal;
}
.fontAwesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.fastack {
  font-family: 'FontAwesome';
}
.material-icons {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 799px) {
  .wrappadding .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 574px) {
  .wrappadding .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 799px) {
  .wrapmargin .container-wrap {
    max-width: 100%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 574px) {
  .wrapmargin .container-wrap {
    max-width: 100%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 799px) {
  .footerpadding .container-wrap {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.call-to-action-button,
.vehicle-picker-module .vpicker-submit,
.search-by-part-module .btn,
.search-by-vin-module .btn,
#home-content .newsletter-signup-module .btn,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button {
  background-color: #cc0033;
  border-radius: 0;
  border: none;
  color: #fff;
}
.call-to-action-button:hover,
.vehicle-picker-module .vpicker-submit:hover,
.search-by-part-module .btn:hover,
.search-by-vin-module .btn:hover,
#home-content .newsletter-signup-module .btn:hover,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover,
.call-to-action-button:active,
.vehicle-picker-module .vpicker-submit:active,
.search-by-part-module .btn:active,
.search-by-vin-module .btn:active,
#home-content .newsletter-signup-module .btn:active,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:active {
  background: #ff0040;
  color: #fff;
}
#mobile-header .material-icons {
  color: #000;
}
#mobile-header .navbar-toggle {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0;
  margin: 0;
  float: none;
  padding: 5px 5px 0 5px;
}
#mobile-header .navbar-toggle .closeMenu {
  display: none;
}
@media (max-width: 574px) {
  #mobile-header .navbar-toggle {
    display: block;
  }
}
#mobile-header .header-center-nav {
  display: block;
  text-align: center;
  padding: 3px 0;
  background-color: #fff;
}
#mobile-header .header-center-nav .mobile-header-logo-link {
  line-height: 40px;
}
#mobile-header .header-center-nav img.image-logo {
  max-height: 45px;
}
#mobile-header .cartLink {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 5px 0 5px;
}
.mobileMenu {
  width: auto;
}
.mobileMenu .mobileMenuSection:first-child {
  margin-bottom: 5px;
}
.mobileMenu .call-to-action-button {
  background: #cc0033;
}
.mobileMenu .call-to-action-button:hover,
.mobileMenu .call-to-action-button:active {
  background: #ff1a53;
}
.mobileMenu ul {
  list-style: none;
}
.mobileMenu ul li {
  position: relative;
  z-index: 10000;
}
.mobileMenu ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #fff;
  position: relative;
  display: block;
  padding: 15px;
  background: #cc0033;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.mobileMenu ul li a:after {
  position: absolute;
  right: 5px;
  top: 12px;
  content: 'chevron_right';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.mobileMenu ul li .menuPhone {
  padding-left: 45px;
  padding-bottom: 35px;
}
.mobileMenu ul li .menuPhone:before {
  position: absolute;
  top: 12px;
  left: 10px;
  content: 'call';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.mobileMenu ul li .dropdown-toggle:after {
  content: 'expand_more';
}
.mobileMenu ul li .dropdown-menu {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  position: static;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobileMenu ul li .dropdown-menu a {
  background: transparent;
  padding: 7px 15px;
  color: #666;
  font-size: 1em;
}
.mobileMenu ul li .dropdown-menu a:after {
  top: 5px;
  content: 'chevron_right';
}
.mobileMenu ul .open {
  margin-bottom: 5px;
}
.mobileMenu ul .open a {
  margin-bottom: 0;
}
.mobileMenu ul .open a:after {
  content: 'expand_less';
}
.navbar-fixed-top {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  min-width: 320px;
}
.navbar-fixed-top div.custom-html-module {
  position: relative;
}
.navmenu-fixed-left {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: -100%;
  overflow-y: hidden;
  border-radius: 0;
  padding: 10px;
  background: #252525;
}
.navmenu-fixed-left .col-sm-12 {
  padding: 0;
}
.mm-open .main:after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 1029;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
}
#model-custom .select-by-model-module .select-by-model-item {
  margin: 3px 2px;
  min-width: 100px;
  width: 32%;
}
#model-custom .vehicle-img-wrapper {
  margin-top: 20px;
}
@media (max-width: 1000px) {
  #model-custom .vehicle-img-wrapper {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    zoom: 0.8;
  }
}
#model-custom .model-text {
  font-family: 'Lato', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding: 5px 0;
  margin: 10px 0;
}
#model-custom .model-content {
  border: solid 1px #7d7d7d;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#model-custom .model-content:hover .model-text span,
#model-custom .model-content:active .model-text span {
  text-decoration: none;
}
#model-custom .model-content:hover::before,
#model-custom .model-content:active::before {
  opacity: 1;
}
#model-custom .model-content::before {
  content: "+";
  font-family: 'Lato', sans-serif;
  font-size: 55pt;
  font-weight: 100;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  transition: all .5s ease;
  transform-origin: center bottom;
  opacity: 0;
}
#model-custom .select-by-model-list {
  text-align: center;
}
@media (max-width: 574px) {
  #model-custom .select-by-model-module .select-by-model-item {
    width: 47%;
  }
}
.home-content .container-wrap {
  padding-bottom: 0;
}
.home-content .cats-list {
  margin-top: 22px;
}
.home-content .cats-list ul {
  width: 100%;
  border-bottom: 21px solid #000;
}
.home-content .cats-list ul li {
  font-family: 'Lato', sans-serif;
  font-size: 12pt;
  font-weight: 700;
  color: #ccc;
  background: #000;
  border-left: 10px solid transparent;
  border-bottom: 1px solid #252525;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.home-content .cats-list ul li::after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 11px;
  right: 20px;
  font-size: 16pt;
  color: #7d7d7d;
}
.home-content .cats-list ul li:hover {
  border-left-color: #cc0033;
  background: #3d4143;
}
.home-content .cats-list ul li:hover a {
  color: #fff;
}
.home-content .cats-list ul li:hover::after {
  color: #fff;
}
.home-content .cats-list ul li a {
  color: inherit;
  display: block;
  padding: 15px 20px;
}
.home-content .featured-section h2 {
  display: none;
}
.home-content .featured-section .col-sm-4 {
  padding-left: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .home-content .featured-section .col-sm-4 {
    padding-left: 15px;
    width: 100%;
  }
}
.home-content .featured-section .col-sm-8 {
  padding-right: 0;
  margin: 0;
}
@media (min-width: 767px) and (max-width: 1024px) {
  #header-custom .col-sm-6:first-child {
    display: none;
  }
  #header-custom .col-sm-6:last-child {
    width: 100%;
  }
}
#header-custom .main-nav-links {
  margin-right: 10px;
}
#header-custom .links-list li,
#header-custom .cart-wrapper .cart-text,
#header-custom .email_address {
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #555;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
#header-custom .links-list li:hover,
#header-custom .cart-wrapper .cart-text:hover,
#header-custom .email_address:hover,
#header-custom .links-list li:hover a,
#header-custom .cart-wrapper .cart-text:hover a,
#header-custom .email_address:hover a {
  color: #000;
}
#header-custom .links-list-module.list-style-header .links-list a {
  font-weight: 400 !important;
}
#header-custom .call-to-action-button {
  background-color: transparent;
}
#header-custom .call-to-action-button:hover {
  background-color: transparent;
}
#header-custom .cart-component {
  min-width: 0;
}
#header-custom .cart-component .cart-button {
  padding: 5px;
}
#logo-custom .container-wrap {
  padding: 5px 0;
}
#logo-custom .store-logo-image {
  max-height: 62px;
  margin: 0;
  position: absolute;
  top: -6px;
  left: 0;
}
#logo-custom .logo-col-custom {
  width: 28%;
  margin: 0;
}
#logo-custom .deal-links-custom,
#logo-custom .action-col-custom {
  width: 70%;
  margin: 0;
}
#logo-custom .deal-links-custom {
  padding-bottom: 10px;
}
#logo-custom .garage-col-custom {
  width: 20%;
  float: right;
  margin: 14px 10px 14px 0;
  border: solid 1px #cc0033;
  text-align: center;
}
#logo-custom .garage-col-custom .garage-component {
  padding: 4.5px;
  width: 100%;
  height: 100%;
  background-color: #cc0033;
}
#logo-custom .garage-col-custom .garage-component .garage-text {
  color: #fff;
}
#logo-custom .garage-col-custom .garage-component:hover {
  background-color: #ff0040;
}
#logo-custom .search-col-custom {
  width: 45%;
  float: right;
  margin: 14px 0;
}
@media (max-width: 940px) {
  #logo-custom .search-col-custom {
    width: 35%;
  }
}
#second-nav .container-wrap {
  padding: 0;
}
#second-nav .links-list {
  display: inline;
}
#second-nav .links-list li {
  padding: 15px 20px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid #333;
  display: block;
  float: left;
  cursor: pointer;
}
#second-nav .links-list li a:hover {
  text-decoration: none;
}
#second-nav .links-list li:hover,
#second-nav .links-list li:active {
  background: #6d7579;
}
@media (max-width: 1023px) {
  #second-nav .links-list li {
    font-size: 8pt;
  }
}
#vehicle-custom {
  z-index: 22;
}
@media (max-width: 800px) {
  #vehicle-custom {
    top: 151px;
  }
}
@media (max-width: 710px) {
  #vehicle-custom {
    top: 147px;
  }
}
@media (max-width: 520px) {
  #vehicle-custom {
    position: relative;
    top: 0;
  }
}
#vehicle-custom .container-wrap {
  padding-top: 0;
}
#vehicle-custom .row {
  margin: 0 !important;
  padding-top: 15px;
}
@media (max-width: 767px) {
  #vehicle-custom .row {
    padding: 0;
  }
}
#vehicle-custom .vehicle-picker-module {
  padding: 20px 0;
  border: 1px solid #ccc;
}
#vehicle-custom .header-text {
  display: none;
}
@media (max-width: 767px) {
  #vehicle-custom .header-text {
    display: block;
    color: inherit;
  }
}
@media (max-width: 767px) {
  #vehicle-custom .container-wrap {
    padding-top: 0px;
  }
  #vehicle-custom .header-text {
    display: block;
  }
}
#vehicle-custom .vpicker_buttons .vpicker_button {
  border-radius: 0;
  border: none;
}
#vehicle-custom .vpicker_buttons li.active_button a:hover .select {
  background-color: #73737d;
}
@media (min-width: 426px) and (max-width: 710px) {
  #vehicle-custom .vpicker_buttons {
    width: 70%;
  }
}
@media (min-width: 711px) and (max-width: 900px) {
  #vehicle-custom .vpicker_buttons {
    float: left;
    width: 76%;
  }
}
@media (max-width: 710px) {
  #vehicle-custom .vpicker_buttons {
    width: 90%;
  }
}
#vehicle-custom .vpicker-submit {
  background-color: #cc0033;
}
#vehicle-custom .vpicker-submit:hover {
  background-color: #ff1a53;
}
@media (min-width: 426px) and (max-width: 710px) {
  #vehicle-custom .vpicker-submit {
    width: 70%;
  }
}
@media (min-width: 711px) and (max-width: 900px) {
  #vehicle-custom .vpicker-submit {
    width: 19%;
    float: right;
    margin: 10px 15px 10px 0;
  }
}
@media (max-width: 710px) {
  #vehicle-custom .vpicker-submit {
    width: 90%;
  }
}
@media (min-width: 450px) and (max-width: 800px) {
  #mobile-picker .vehicle-picker-module .vpicker_buttons li.vpicker_button,
  #mobile-picker .vehicle-picker-module .vpicker-submit {
    width: 40%;
  }
}
#featured-custom .featured-product-title,
#featured-custom .featured-product-sale-price {
  color: #000;
  font-size: 14pt;
}
@media (max-width: 426px) {
  #featured-custom .featured-product-title,
  #featured-custom .featured-product-sale-price {
    font-size: 8pt;
  }
}
@media (max-width: 1024px) {
  #featured-custom .featured-product-title,
  #featured-custom .featured-product-sale-price {
    font-size: 9pt;
  }
}
#featured-custom .featured-product-hot-deal-tag {
  color: #000;
}
#featured-custom .featured-products {
  text-align: center;
}
#featured-custom .featured-product {
  margin: 17px 2px;
  float: left;
  width: 32.4%;
}
#featured-custom .featured-product-wrapper-link {
  border: none;
}
#featured-custom .featured-product-wrapper-link:hover {
  border: none;
}
#featured-custom .featured-product-wrapper-link {
  background-color: transparent;
}
#featured-custom .featured-product-wrapper-link:hover {
  border-color: #7d7d7d;
}
#featured-custom .featured-product-details-link {
  background-color: #cc0033;
  color: #fff;
}
@media (max-width: 574px) {
  #featured-custom .featured-product {
    width: 47%;
    border-bottom: 1px solid #7d7d7d;
  }
  #featured-custom .featured-product-sale-price {
    font-size: 16pt;
    text-align: center;
  }
}
@media (max-width: 574px) {
  #featured-custom .featured-product {
    width: 24%;
  }
}
#vin-custom .header-text,
#vin-custom h2 {
  margin-top: 0;
}
#vin-custom p {
  font-style: 'Lato', sans-serif;
  font-size: 11pt;
}
#vin-custom .collect-vin-horiz-module input.search-input {
  padding: 8px 13px;
  background-color: #343438;
  border: none;
}
@media (max-width: 767px) {
  #vin-custom {
    background-size: 0;
  }
}
#custom-footer {
  padding-top: 25px;
}
#custom-footer .heading,
#custom-footer .newsletter-main-text {
  font-family: 'Lato', sans-serif;
  font-size: 13pt;
  font-weight: 700;
  color: #ABABAB;
  text-transform: uppercase;
  border-bottom: 1px solid #252525;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
  display: block;
}
#custom-footer .heading::after,
#custom-footer .newsletter-main-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100px;
  background-color: #252525;
}
@media (min-width: 767px) and (max-width: 1023px) {
  #custom-footer .heading,
  #custom-footer .newsletter-main-text {
    font-size: 11pt;
  }
}
@media (max-width: 767px) {
  #custom-footer .heading,
  #custom-footer .newsletter-main-text {
    padding-top: 10px;
  }
}
#custom-footer a:hover {
  text-decoration: none;
}
#custom-footer li {
  list-style: none;
}
#custom-footer .contact-wrapper {
  margin-top: 10px;
}
#custom-footer .contact-wrapper .list-item-container {
  padding: 12px 0;
}
#custom-footer .contact-wrapper .list-item-container .icon {
  padding: 0 15px 0 0;
  display: inline-block;
}
#custom-footer .contact-wrapper .list-item-container .icon i {
  color: #7d7d7d;
  font-size: 14pt;
}
#custom-footer .contact-wrapper .list-item-container aside {
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #7d7d7d;
  display: inline-block;
  vertical-align: top;
}
#custom-footer .contact-wrapper .list-item-container:hover aside,
#custom-footer .contact-wrapper .list-item-container:hover i {
  color: #ccc;
}
#custom-footer .navigation-wrapper .links-list {
  width: 100%;
  margin: 0;
}
#custom-footer .navigation-wrapper .links-list li {
  position: relative;
}
#custom-footer .navigation-wrapper .links-list li a {
  font-family: 'Lato', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #7d7d7d;
  display: block;
  padding: 12px 0 12px 20px;
  border-bottom: solid 1px #252525;
}
#custom-footer .navigation-wrapper .links-list li a:hover {
  color: #ccc;
}
#custom-footer .navigation-wrapper .links-list li::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f054";
  position: absolute;
  left: 0;
  top: 18px;
  color: #7d7d7d;
  font-size: 6pt;
}
#custom-footer .newsletter-signup-module form {
  margin-top: 25px;
}
#custom-footer .newsletter-signup-module form .input-group {
  width: 100%;
}
#custom-footer .newsletter-signup-module form .input-group input {
  background-color: #343438;
  border: none;
  padding: 9.3px 10px;
}
@media (min-width: 768px) and (max-width: 942px) {
  #custom-footer .newsletter-signup-module form .input-group input,
  #custom-footer .newsletter-signup-module form .input-group button {
    display: block;
    width: 100% !important;
    margin: 10px 0 0 0;
  }
}
#custom-footer .social-custom ul li {
  display: inline-block;
  padding: 7px;
  border: solid 1px #252525;
  min-width: 40px;
  text-align: center;
}
#custom-footer .social-custom ul li:hover {
  border-color: #ccc;
}
#custom-footer .social-custom ul li:hover i,
#custom-footer .social-custom ul li:hover span {
  color: #ccc;
}
#custom-footer .social-custom ul li a:hover {
  text-decoration: none;
}
#custom-footer .social-custom ul li a i {
  color: #7d7d7d;
  font-size: 14pt;
}
#custom-footer .social-custom ul li a span {
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #7d7d7d;
}
@media (min-width: 768px) and (max-width: 1250px) {
  .wide-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
a,
a:hover {
  text-decoration: none;
}
#header-custom .cart-component .cart-button .cart-items {
  background-color: #cc0033;
  color: #fff;
}
#mobile-header {
  height: 30px;
}
#mobile-garage {
  padding: 10px 0;
}
#mobile-garage .garage-component {
  width: 100%;
  text-align: center;
}
#page-home h1,
#page-home .category-title,
.headerStyles,
#page-home h2,
#newsletter-custom .newsletter-signup-module.newsletter-block .newsletter-main-text {
  font-family: 'Lato', sans-serif;
  font-size: 16pt;
  font-weight: 400;
  color: #cc0033;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  line-height: 17pt;
}
@media (max-width: 799px) {
  #page-home h1,
  #page-home .category-title,
  .headerStyles,
  #page-home h2,
  #newsletter-custom .newsletter-signup-module.newsletter-block .newsletter-main-text {
    text-align: center;
    background-color: transparent;
  }
}
#page-home #vehicle-custom h1 {
  color: #000;
  font-size: 25pt;
  font-weight: 300;
  letter-spacing: .2px;
}
@media (max-width: 767px) {
  #page-home #vehicle-custom h1 {
    line-height: 30pt;
    padding: 0 15px 0 15px;
    font-size: 22pt;
  }
}
@media (max-width: 767px) {
  #rp-custom .payments-accepted-module {
    margin-top: 15px;
  }
}
#header-custom .cart-component .cart-wrapper {
  color: #555;
}
#header-custom .cart-component .cart-wrapper:hover {
  color: #000;
}
#vehicle-custom .vehicle-picker-module #vpicker .vpicker_button,
#vehicle-custom .vehicle-picker-module #vpicker .active_button {
  background-color: #000;
}
#vehicle-custom .vehicle-picker-module #vpicker .vpicker_button .vpicker-select,
#vehicle-custom .vehicle-picker-module #vpicker .active_button .vpicker-select {
  color: #fff;
}
#vehicle-custom .vehicle-picker-module #vpicker .vpicker_button .dropdown,
#vehicle-custom .vehicle-picker-module #vpicker .active_button .dropdown {
  color: #fff;
}
#vehicle-custom .vehicle-picker-module #vpicker .vpicker_button:hover,
#vehicle-custom .vehicle-picker-module #vpicker .active_button:hover {
  background-color: #252525;
}
#page-cart #second-nav,
#page-one_page_checkout #second-nav {
  display: none;
}
#page-cart #header-custom,
#page-one_page_checkout #header-custom {
  display: none;
}
#page-cart #logo-custom,
#page-one_page_checkout #logo-custom {
  height: 80px;
}
#page-cart #logo-custom .store-logo-image,
#page-one_page_checkout #logo-custom .store-logo-image {
  top: 5px;
}
#page-cart #logo-custom .search-col-custom,
#page-one_page_checkout #logo-custom .search-col-custom,
#page-cart #logo-custom .garage-col-custom,
#page-one_page_checkout #logo-custom .garage-col-custom {
  display: none;
}
@media (max-width: 800px) {
  #mobile-header .navbar-toggle {
    display: block;
  }
}
.google-translate hr {
  border-color: #252525;
}
.google-translate div#google_translate_element .goog-te-menu-value span {
  color: #000;
}

.list-price {
    font-size: 17px;
}

.you-save {
    font-size: 17px;
}
#black-bg {
  background-color: #000000;
}

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


/*------ MIGRATION UPDATES -------*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

#mobile-header .header-center-nav img.image-logo {
	padding: 5px;
}

/*---- Header ----*/
.store-logo-module .store-logo-link img {
    max-height: 60px;
    max-width: 100%;
    top: -6px;
    margin: 0;
}

#header-custom .links-list-module.list-style-header .links-list a {
	font-family: 'Lato',sans-serif;
    font-size: 10pt;
    font-weight: 400;
    color: #555;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

#header-custom .email-address {
	font-family: 'Lato',sans-serif;
    font-size: 10pt;
    font-weight: 400;
    color: #555;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.garage-component.search-car {
	font-size: 12px;	
}

.search-bar-component input {
    width: 100%;
    padding: 5px 20px 5px 10px;
    height: 36px;
    border: 1px solid #e1e1e1;
    color: #333;
    outline: 0;
    position: relative;
    font-size: 12px;
    font-family: inherit;
}

/*---- Header Mobile ----*/
#mobile-header figure {
	margin: 0;
}

/*---- Vehicle Picker ----*/
#page-home #vehicle-custom h1 {
	line-height: 1;
}

#vehicle-custom .vpicker_buttons .vpicker_button {
	background: black;
    color: white;
    padding: 0;
}

.vehicle-picker-module .vpicker_buttons li.vpicker_button .dropdown,
.vehicle-picker-module .vpicker_buttons li.vpicker_button .select {
	color: white;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
}

.vehicle-picker-module .vpicker_buttons li.vpicker_button .dropdown {
	width: 30px;
    top: 0;
    right: 0;
}

.vehicle-picker-module.display-horiz .vpicker-submit {
	height: 30px;
    line-height: 22px;
}

/*---- Vin Search ----*/
#vin-custom #black-bg {
	padding: 2rem;
}

.collect-vin-horiz-module .input-group,
.collect-vin-horiz-module .search-label {
	color: white;
}

/*---- Popular Parts ----*/
.select-by-model-module .select-by-model-item .model-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Lato',sans-serif;
}

/*----- Featured Accessories -----*/
.featured-products-module .featured-product .details-display .details-title {
    color: #000;
    font-size: 17px !important;
}

.featured-products-module .product-wrapper-link {
	height: 340px;
}

.featured-products-module .product-wrapper-link:hover .product-details-link {
	background: #cc0033;
    color: white;
}

/*----- Pages -----*/
.page-content h1 {
    font-weight: 700;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 28px;
    margin: 10px 0;
    font-style: normal;
}

.page-content h3 {
    font-weight: 700;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 20px;
    padding: 5px 0;
    color: #555;
    font-style: normal;
}

.page-content p {
	font-size: 12px;
    line-height: 21px;
}

.page-content ul {
	padding-left: 20px;
}

@media (max-width: 767px) {
    #vehicle-custom .vpicker_buttons .vpicker_button {
    	height: 30px;
    }
    #vehicle-custom .vpicker-submit {
    	margin: auto;
    }
}


/*----- Hides footnotes on product page -----*/
.footnotes {
display: none!important;
}

.catalog-product-note {
display: none!important;
}