/* START: Disclaimer */
.disclaimer {
	display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: flex-end;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .disclaimer {
    	justify-content: center;
    }
}

.disclaimer p {
	margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}
/* END: Disclaimer */

/* 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;
}

#layout_product .product-details-module iframe {
	width: 100%;
}
/* end fix the thumbnail arrows */

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





/* volvodealerparts.com CSS styles */
/* --------------------------------
Style-Guide Cheat Sheet:

  Brand Blue - #003173
  Teal Accent - #067370
  Charcoal - #222222
  Gray - #45484D

 ---------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700|EB+Garamond);
/* Miscellaneous Styles */
.display-none {
  display: none;
}
.justify {
  text-align: justify;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.text-shadow {
  text-shadow: 0px 2px 5px #000;
}
.carbon-fiber {
  background: url('//cdn.revolutionparts.io/e09778982d46dd94fac5ac2ecd6216a8/design/carbon-fibre.png');
  background-size: 25px;
  background-repeat: repeat;
}
/* Padding on sides for 'wide' setting */
.wide-padding {
  padding: 0 30px;
}
/* Gradient styles & Borders */
.gray-to-white {
  background: linear-gradient(to right, #eee, #fff);
}
.gray-gradient-right {
  background: linear-gradient(to right, rgba(30,28,27,1),rgba(69,72,77,1));
}
.blue-gradient-right {
  background: linear-gradient( to right, #056DEA, #032C5D);
}
.blue-gradient-top {
  background: linear-gradient(#056DEA, #032C5D);
}
.gray-gradient-top {
  background: -webkit-linear-gradient(#ccc 1%, #fff);
  background: -o-linear-gradient(#ccc 1%, #fff);
  background: linear-gradient(#ccc 1%, #fff);
}
.gray-gradient-bottom {
  background: -webkit-linear-gradient(#fff 1%, #ccc);
  background: -o-linear-gradient(#fff 1%, #ccc);
  background: linear-gradient(#fff 1%, #ccc);
}
.blue-border-top {
  border-top: 5px solid #003173;
}
.blue-border-bottom {
  border-bottom: 5px solid #003173;
}
.teal-border-top {
  border-top: 5px solid #067370;
}
.teal-border-bottom {
  border-bottom: 5px solid #067370;
}
.grey-border-top {
  border-top: 5px solid #ccc;
}
.grey-border-bottom {
  border-bottom: 5px solid #ccc;
}
.black-box-top {
  box-shadow: inset 0 10px 15px #000;
}
.grey-border {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
/* Logo changes | use hook #logo-custom */
/* ------------------------------------ */
/* Remove padding from the logo container */
#logo-custom > div:first-child {
  padding-top: 14px;
  padding-bottom: 0;
}
/* Remove Margin from the top */
#logo-custom .store-logo-module .store-logo-link img{
  margin-top: 4px;
  margin-bottom: 0;
  max-height: 100px;
}
/* Search Bar Styles | Use hook #cart-custom */
/* ----------------------------------------- */
#logo-custom #cart-custom {
  margin-bottom: 6px;
  margin-top: 4px;
}
/* Background color for Cart Button */
#logo-custom #cart-custom .call-to-action-button {
  background-color: #003173;
}
#logo-custom #cart-custom .call-to-action-button:hover,
#logo-custom #cart-custom .call-to-action-button:active {
  background-color: #252525;
}
#logo-custom #cart-custom .actions-bar-module #action_account .design-text{
  color: #222222;
}
/* Dynamic SEO Row | Use hook #primary_nav_wrap */
/* ---------------------------------------- */
/* ------ CSS Dropdown -------*/
#primary_nav_wrap ul {
  list-style:none;
  position:relative;
  float:left;
  margin:0;
  padding:0;
}
#primary_nav_wrap i.fa.fa-caret-down, #primary_nav_wrap i.fa.fa-question-circle {
  margin-left: 5px;
}
#primary_nav_wrap i.fa.fa-question-circle {
  font-size: 14px;
}
#primary_nav_wrap ul a {
  display:block;
  color: #fff;
  text-decoration:none;
  font-weight:400;
  font-size:13x;
  line-height:32px;
  padding:0 15px;
  font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
}
#primary_nav_wrap ul > a:hover {
  color: #ccc;
}
#primary_nav_wrap ul li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
  z-index: 99;
}
#primary_nav_wrap ul ul {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:#eee;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding:0;
}
#primary_nav_wrap ul ul li {
  float:none;
  width:200px;
  z-index: 77;
}
#primary_nav_wrap ul ul li:hover {
  background: #eee;
}
#primary_nav_wrap ul ul a {
  line-height:120%;
  padding:10px 15px;
  z-index: 70;
  background: #fff;
  color: #555;
}
#primary_nav_wrap ul ul ul {
  top:0;
  left:100%;
}
#primary_nav_wrap ul ul li a:hover {
  background: #003173;
  color: #fff;
  cursor: pointer;
  cursor: hand;
}
#primary_nav_wrap ul li:hover > ul {
  display:block;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* Banner Changes | use hook #banner-custom */
/* ---------------------------------------- */
/* Centers the background image vertically and horizontally */
#banner-custom li{
  background-position:center;
}
#banner-custom .rslides_tabs .rslides_here a {
  background-color: #067370;
}
#banner-custom .rslides_tabs a {
  background: rgba(0,0,0,.5);
}
#banner-custom .call-to-action-button {
  background-color: #003173;
}
#banner-custom .call-to-action-button:hover,
#banner-custom .call-to-action-button:active {
  background-color: #252525;
}
/* Horizontal Vehicle Picker for Mobile | use hook #vpicker-custom */
/* --------------------------------------------------------------- */
#vpicker-custom .call-to-action-button {
  background-color: #003173;
  width: 170px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
#vpicker-custom .call-to-action-button:hover,
#vpicker-custom .call-to-action-button:active {
  background-color: #252525;
}
/* Catch Phrase Changes | use hook #phrase-custom */
/* ---------------------------------------------- */
#phrase-custom .catch-phrase {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'EB Garamond', serif;
  font-weight: 300;
  color: #222222;
}
/* VIN Row Changes | use #vin-custom */
/* --------------------------------- */
#vin-custom .call-to-action-button {
  background: linear-gradient( #F06700, #067370);
  height: 30px;
  border: none;
}
#vin-custom .call-to-action-button:hover,
#vin-custom .call-to-action-button:active {
  background: linear-gradient(#FBAA00, #067370);
  border: none;
}
/* Collage Row changes | use hook #collage-custom */
/* ----------------------------------------------- */
/* Remove Extra padding from top */
#collage-custom > div:first-child {
  padding-top: 0;
}
/* Accounts for any rogue underlines... */
#collage-custom a {
  text-decoration: none;
}
#model-custom .collage-title-heading {
  font-size: 21px;
  font-weight: 700;
}
#collage-custom .collage-container {
  height: 650px;
  padding: 5px;
}
#collage-custom .collage-row-1 {
  height: 65.66666666666%;
}
#collage-custom .collage-row-2 {
  height: 32.33333333333%;
}
#collage-custom .collage-image {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
/* Text that appears on hover */
#collage-custom .collage-hover-text {
  text-align: center;
  font-size: 2.6em;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 2;
  transition: all .3s ease;
}
/* Change Font Size on Big Box */
#collage-custom .collage-image-box-3 .collage-hover-text {
  font-size: 4.5em;
}
/* Change Car Type Font to Red */
#collage-custom .collage-hover-text span {
  color: #5B7F95;
  font-weight: 700;
}
/* Hover Opacity for Text */
#collage-custom .collage-image:hover .collage-hover-text {
  opacity: 1;
}
/* Collage Images and pseudo-elements */
#collage-custom .collage-row-1 .collage-image-box-1 {
  height: 49%;
  width: 32.33333333333%;
}
/* Pushes text to next line for square images. */
#collage-custom .collage-square {
  display: block;
}
/* ::before pseudo element */
#collage-custom .collage-row-1 .collage-image-box-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('//cdn.revolutionparts.io/e09778982d46dd94fac5ac2ecd6216a8/design/s60.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(100%);
  transition: all .5s ease;
  z-index: 1;
}
#collage-custom .collage-row-1 .collage-image-box-1:hover:before {
  -moz-filter: brightness(20%);
  -ms-filter: brightness(20%);
  -o-filter: brightness(20%);
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
  // filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  // filter: gray; /* IE6-9 */
}
#collage-custom .collage-row-1 .collage-image-box-2 {
  height: 49%;
  width: 18.5%; /* Formerly 18.6666666% */
}
/* ::before pseudo element */
#collage-custom .collage-row-1 .collage-image-box-2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('//cdn.revolutionparts.io/e09778982d46dd94fac5ac2ecd6216a8/design/s80.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(100%);
   transition: all .5s ease;
  z-index: 1;
}
#collage-custom .collage-row-1 .collage-image-box-2:hover:before {
  -moz-filter: brightness(20%);
  -ms-filter: brightness(20%);
  -o-filter: brightness(20%);
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
  // filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  // filter: gray; /* IE6-9 */
}
#collage-custom .collage-row-1 .collage-image-box-3 {
  height: 98.9%; /* Formerly 99.188% */
  width: 48.7%;
  float: right;
}
/* ::before pseudo element */
#collage-custom .collage-row-1 .collage-image-box-3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('//cdn.revolutionparts.io/e09778982d46dd94fac5ac2ecd6216a8/design/s90.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(100%);
   transition: all .5s ease;
  z-index: 1;
}
#collage-custom .collage-row-1 .collage-image-box-3:hover:before {
  -moz-filter: brightness(20%);
  -ms-filter: brightness(20%);
  -o-filter: brightness(20%);
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
  // filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  // filter: gray; /* IE6-9 */
}
#collage-custom .collage-row-1 .collage-image-box-4 {
  height: 49%;
  width: 18.33333333333%;
  float: left; /* IE9-10 */
}
/* ::before pseudo element */
#collage-custom .collage-row-1 .collage-image-box-4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('//cdn.revolutionparts.io/e09778982d46dd94fac5ac2ecd6216a8/design/v60.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(100%);
  transition: all .5s ease;
  z-index: 1;
}
#collage-custom .collage-row-1 .collage-image-box-4:hover:before {
  -moz-filter: brightness(20%);
  -ms-filter: brightness(20%);
  -o-filter: brightness(20%);
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
  // filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  // filter: gray; /* IE6-9 */
}
#collage-custom .collage-row-1 .collage-image-box-5 {
    height: 49%;
    width: 32.33333333333%;
    float: right; /* IE9-10 */
    margin-right: 3.25px; /* IE9-10 */
}
/* ::before pseudo element */
#collage-custom .collage-row-1 .collage-image-box-5:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('//cdn.revolutionparts.io/e09778982d46dd94fac5ac2ecd6216a8/design/v70.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(100%);
  transition: all .5s ease;
  z-index: 1;
}
#collage-custom .collage-row-1 .collage-image-box-5:hover:before {
  -moz-filter: brightness(20%);
  -ms-filter: brightness(20%);
  -o-filter: brightness(20%);
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
  // filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  // filter: gray; /* IE6-9 */
}
/* Row 2 */
#collage-custom .collage-row-2 .collage-image-box-6 {
  height: 100%;
  width: 33.33333333333%;
}
/* ::before pseudo element */
#collage-custom .collage-row-2 .collage-image-box-6:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('//cdn.revolutionparts.io/e09778982d46dd94fac5ac2ecd6216a8/design/x90.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(100%);
  transition: all .5s ease;
  z-index: 1;
}
#collage-custom .collage-row-2 .collage-image-box-6:hover:before {
  -moz-filter: brightness(20%);
  -ms-filter: brightness(20%);
  -o-filter: brightness(20%);
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
  // filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  // filter: gray; /* IE6-9 */
}
#collage-custom .collage-row-2 .collage-image-box-7 {
  height: 100%;
  width: 33.6%;
}
/* ::before pseudo element */
#collage-custom .collage-row-2 .collage-image-box-7:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('//cdn.revolutionparts.io/e09778982d46dd94fac5ac2ecd6216a8/design/xc60.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(100%);
  transition: all .5s ease;
  z-index: 1;
}
#collage-custom .collage-row-2 .collage-image-box-7:hover:before {
  -moz-filter: brightness(20%);
  -ms-filter: brightness(20%);
  -o-filter: brightness(20%);
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
  // filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  // filter: gray; /* IE6-9 */
}
#collage-custom .collage-row-2 .collage-image-box-8 {
  height: 100%;
  width: 32.6%;
  float: right;
}
/* ::before pseudo element */
#collage-custom .collage-row-2 .collage-image-box-8:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('//cdn.revolutionparts.io/e09778982d46dd94fac5ac2ecd6216a8/design/xc70.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(100%);
  transition: all .5s ease;
  z-index: 1;
}
#collage-custom .collage-row-2 .collage-image-box-8:hover:before{
  -moz-filter: brightness(20%);
  -ms-filter: brightness(20%);
  -o-filter: brightness(20%);
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
  // filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  // filter: gray; /* IE6-9 */
}
/* Sprite Row Changes | use #sprite-custom */
/* ------------------------------------------ */
#sprite-custom {
  padding:20px 0;
}
#sprite-custom .call-to-action-button {
  background-color: #003173;
  color:#ffffff;
}
#sprite-custom .call-to-action-button:hover,
#sprite-custom .call-to-action-button:active {
  background-color: #252525;
}
#sprite-custom > .container-wrap{
  padding-bottom:30px;
}
/* Center the Shop Button */
#sprite-custom .cta-button {
  text-align: center;
}
/* Center the Indicators under the scrolling Images */
#sprite-custom .sprite-carousel-module .carousel-indicators {
  text-align: center;
  width: 100%;
}
/* Make the images circular and block overflow */
#sprite-custom .carousel-inner div {
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
}
/* center images */
#sprite-custom .carousel {
  margin: 0 auto;
}
/* Popular Categories Background Color Change */
#parts-custom .container-wrap{
  padding-top:30px;
}
#parts-custom .panel.panel-popular-categories.col-4{
  background-color:#252525;
}
#parts-custom .popular-categories-module .panel-popular-categories li a{
  border:none;
  color:#eee;
}
#parts-custom .popular-categories-module .panel-popular-categories li a:hover,
#parts-custom .popular-categories-module .panel-popular-categories li a:active{
  background-color:#003173 ;
}
#parts-custom .popular-categories-module h2{
  color:#eee;
}
/* Search by Popular Part Category | Use hook #model-custom */
/* -------------------------------------------------------- */
/* Add space between the ttle and the images */
#model-custom .select-by-model-list {
    margin-top: 20px;
}
/* Add margins between each category */
#model-custom .select-by-model-item {
  height: 215px;
  margin: 5px 3px;
  position: relative;
}
/* Add Padding to the top of each image */
#model-custom .select-by-model-module .select-by-model-item .model-content .vehicle-img-wrapper {
    margin-top: 20px;
}
/* Text styling */
#model-custom .select-by-model-module .select-by-model-item .model-text{
  color:#252525;
  font-weight: normal;
  text-align: center;
  padding:5px 0;
  margin:10px 0;
  position: relative;
  z-index: 1;
  transition: all .6s ease;
}
/* Border outline */
#model-custom .select-by-model-module .select-by-model-item .model-content {
  height: inherit;
  border: solid 1px #ccc;
  transition: all 0.5s ease;
}
/* Hover and Active states for entire category */
#model-custom .select-by-model-module .select-by-model-item .model-content:hover,
#model-custom .select-by-model-module .select-by-model-item .model-content:active {
  border: solid 1px #252525;
}
/* Hover and Active for Category Text */
#model-custom .select-by-model-module .select-by-model-item .model-content:hover .model-text span,
#model-custom .select-by-model-module .select-by-model-item .model-content:active .model-text span {
  text-decoration: none;
}
#model-custom .select-by-model-module .select-by-model-item .accent-text:before {
  color:#252525;
}
/* Model Custom Pseudo-selectors */
#model-custom .select-by-model-module .select-by-model-item .model-content::before {
  content: "+";
  font-family: 'lato', sans-serif;
  color: #fff;
  font-size: 90px;
  font-weight: 100;
  padding: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(37,37,37,.8);
  z-index: 2;
  transition: all .5s ease;
  transform-origin: center bottom;
  opacity: 0;
}
#model-custom .select-by-model-module .select-by-model-item .model-content:hover::before {
  opacity: 1;
}
/* Featured Custom Row | Use hook #featured-custom */
/* ----------------------------------------------- */
#featured-custom .featured-product-wrapper-link {
  border: solid 1px #ccc;
}
#featured-custom .featured-product {
  width: 32%;
  margin-right: .33333333%;
}
/* Footer Custom Row | Use hook #footer-custom */
/* ------------------------------------------- */
#footer-custom .store-logo-image {
  height: 60px;
  margin: -16px 0 0 0;
}
/* Newsletter style changes */
#footer-custom .footer-headline {
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans Condensed',sans-serif;
}
#footer-custom #subscribe_email {
  height:30px;
  padding-left: 12px;
}
/* --Media Queries-- */
/* ----------------- */
@media only screen and (min-width : 300px) and (max-width: 764px) {
  #welcome-custom .welcome-text {
    width: 100%;
  }
  #hero-menu ul li {
    font-size: 20px;
    margin-right: 300px;
  }
  .col-sm-3 > div {
    margin: 0 auto;
  }
  // #vpicker-custom .vpicker_buttons,
  //  #vpicker-custom .vpicker_buttons li,
  // #vpicker-custom .vpicker_submit {
  //   width: 100%;
  //   max-width: 300px;
  // }
  #model-custom .select-by-model-item {
    width: 100%;
  }
  #banner-custom-m .banner-overlay-content {
    width: 100%;
  }
  #banner-custom-m .custom_content {
    font-size: 3.2em;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: 900;
    text-shadow: 3px 3px 5px #000;
  }
  #collage-custom .collage-image {
    display: block;
  }
  #collage-custom .collage-row-1,
  #collage-custom .collage-row-1 {
    height: auto;
  }
  #collage-custom .collage-row-1 .collage-image-box-1,
  #collage-custom .collage-row-1 .collage-image-box-2,
  #collage-custom .collage-row-1 .collage-image-box-3,
  #collage-custom .collage-row-1 .collage-image-box-4,
  #collage-custom .collage-row-1 .collage-image-box-5,
  #collage-custom .collage-row-2 .collage-image-box-6,
  #collage-custom .collage-row-2 .collage-image-box-7,
  #collage-custom .collage-row-2 .collage-image-box-8 {
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #collage-custom .collage-row-1 .collage-image-box-1:before,
  #collage-custom .collage-row-1 .collage-image-box-2:before,
  #collage-custom .collage-row-1 .collage-image-box-3:before,
  #collage-custom .collage-row-1 .collage-image-box-4:before,
  #collage-custom .collage-row-1 .collage-image-box-5:before,
  #collage-custom .collage-row-2 .collage-image-box-6:before,
  #collage-custom .collage-row-2 .collage-image-box-7:before,
  #collage-custom .collage-row-2 .collage-image-box-8:before {
    background-size: cover;
    background-position: center center;
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
  }
  #collage-custom .collage-row-1 .collage-image-box-3,
  #collage-custom .collage-row-1 .collage-image-box-4,
  #collage-custom .collage-row-1 .collage-image-box-5,
  #collage-custom .collage-row-2 .collage-image-box-8 {
    clear: both;
  }
  #collage-custom .collage-image-box-3 .collage-hover-text {
    font-size: 2.2em;
  }
  #collage-custom .collage-hover-text {
    opacity: 1;
    top: 45%;
  }
  #collage-custom .collage-hover-text span {
    color: #fff;
    font-weight: 100;
  }
  #featured-custom .featured-product {
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #ccc;
  }
  #sprite-custom .sprite-text {
    margin: 55px auto;
    width: 70%;
  }
}
@media (max-width: 710px) {
  #vpicker-custom .call-to-action-button {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .col-md-8 .col-md-4 {
    padding-left: 0;
  }
  #collage-custom .collage-container {
    height: auto;
  }
}
@media only screen and (min-width : 765px) and (max-width: 1000px) {
  #banner-custom-m .banner-overlay-content {
    width: 100%;
  }
  #banner-custom-m .custom_content {
    font-size: 3.2em;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: 900;
    text-shadow: 3px 3px 5px #000;
  }
  #model-custom .select-by-model-item {
    width: 48%;
  }
  #logo-custom .links-list a {
    font-size: 1em;
  }
  #links-custom .links-list-module.links-display-inline .links-list > li a{
    font-size:.8em;
  }
  #collage-custom .collage-row-1 .collage-image-box-1:before {
    background-position: -65px -54px;
  }
  #collage-custom .collage-row-1 .collage-image-box-3:before {
    background-size: 142%;
  }
  #collage-custom .collage-row-2 .collage-image-box-6:before {
    background-position: center -10px;
  }
  #collage-custom .collage-row-2 .collage-image-box-8:before {
    background-size: 116%;
    background-position: center center;
  }
  #collage-custom .collage-hover-text {
    opacity: 1;
    top: 45%;
    font-size: 1.7em;
  }
  #collage-custom .collage-row-1 .collage-image-box-1:before,
  #collage-custom .collage-row-1 .collage-image-box-2:before,
  #collage-custom .collage-row-1 .collage-image-box-3:before,
  #collage-custom .collage-row-1 .collage-image-box-4:before,
  #collage-custom .collage-row-1 .collage-image-box-5:before,
  #collage-custom .collage-row-2 .collage-image-box-6:before,
  #collage-custom .collage-row-2 .collage-image-box-7:before,
  #collage-custom .collage-row-2 .collage-image-box-8:before {
    background-size: cover;
    background-position: center center;
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
  }
  #collage-custom .collage-hover-text span {
    color: #fff;
    font-weight: 100;
  }
  #phrase-custom .catch-phrase {
    font-size: 24px;
  }
  #sprite-custom .carousel-inner div {
    zoom: .8;
  }
  #vpicker-custom .vpicker-submit {
    display: none;
  }
}

/* Horribly Disgusting IE 10 & 11 Work around */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #collage-custom .collage-row-1 .collage-image-box-1::before,
  #collage-custom .collage-row-1 .collage-image-box-2::before,
  #collage-custom .collage-row-1 .collage-image-box-3::before,
  #collage-custom .collage-row-1 .collage-image-box-4::before,
  #collage-custom .collage-row-1 .collage-image-box-5::before,
  #collage-custom .collage-row-2 .collage-image-box-6::before,
  #collage-custom .collage-row-2 .collage-image-box-7::before,
  #collage-custom .collage-row-2 .collage-image-box-8::before {
    opacity: 1;

  }
  #collage-custom .collage-row-1 .collage-image-box-1::after,
  #collage-custom .collage-row-1 .collage-image-box-2::after,
  #collage-custom .collage-row-1 .collage-image-box-3::after,
  #collage-custom .collage-row-1 .collage-image-box-4::after,
  #collage-custom .collage-row-1 .collage-image-box-5::after,
  #collage-custom .collage-row-2 .collage-image-box-6::after,
  #collage-custom .collage-row-2 .collage-image-box-7::after,
  #collage-custom .collage-row-2 .collage-image-box-8::after  {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
  }
  #collage-custom .collage-row-1 .collage-image-box-1:hover:before,
  #collage-custom .collage-row-1 .collage-image-box-2:hover:before,
  #collage-custom .collage-row-1 .collage-image-box-3:hover:before,
  #collage-custom .collage-row-1 .collage-image-box-4:hover:before,
  #collage-custom .collage-row-1 .collage-image-box-5:hover:before,
  #collage-custom .collage-row-2 .collage-image-box-6:hover:before,
  #collage-custom .collage-row-2 .collage-image-box-7:hover:before,
  #collage-custom .collage-row-2 .collage-image-box-8:hover:before {
    opacity: .3;
    filter: alpha(opacity=30);
  }
}

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

#logo-custom .actions-bar-module { padding-top: 12px; }
@media(max-width: 1050px) {
    #logo-custom .col-md-4, #logo-custom .col-md-8 { 
        display: block;
        width: 100%;
    }
    #logo-custom .col-md-4 {
        text-align: center;
    }
    #logo-custom .actions-bar-module { 
        padding-top: 0;
    }
}

/* --- Volvo branding requirements ---*/
@font-face {
  font-family: 'VolvoNovum';
  src:  url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-Regular.woff2') format('woff2'),
      url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VolvoNovum';
  src:  url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-Light.woff2') format('woff2'),
      url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'VolvoNovum';
  src:  url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-Italic.woff2') format('woff2'),
      url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'VolvoNovum';
  src:  url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-Bold.woff2') format('woff2'),
      url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'VolvoNovum';
  src:  url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-Bold.woff2') format('woff2'),
      url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'VolvoNovum';
  src:  url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-BoldItalic.woff2') format('woff2'),
      url('https://cdn-static.revolutionparts.io/assets/fonts/Volvo/new/Volvo_Novum-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
body, form, h1, h2, h3, h4, h5, p, a, input, label, select, .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 {
  font-family: 'VolvoNovum' !important;
}
a {
  color: #3D5881;
}
a:hover {
  color: #8F9EB5;
}

/* Branding requirements --- Buttons */
.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: #3D5881;
}
.call-to-action-button:hover,
.search-by-part-module .btn:hover,
.vin-column-custom .search-by-vin-module .btn:hover,
#home-content .newsletter-signup-module .btn:hover,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:hover {
	background: #2e4363;
}
.call-to-action-button:visited,
.search-by-part-module .btn:visited,
.vin-column-custom .search-by-vin-module .btn:visited,
#home-content .newsletter-signup-module .btn:visited,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:visited,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:visited {
	background: #3D5881;
}
#logo-custom .garage-col-custom .garage-component {
	background: #3D5881;
}
#logo-custom .garage-col-custom .garage-component:hover {
	background: #2e4363;
}
#vehicle-custom .vpicker-submit,
#vehicle-custom .browse_catalog {
	background: #3D5881;
}
#vehicle-custom .vpicker-submit:hover,
#vehicle-custom .browse_catalog:hover {
  background: #2e4363;
}
#featured-custom .product-details-link {
  background: #E1DFDD;
}
#vpicker-custom .call-to-action-button {
	background: #3D5881;
}
#vpicker-custom .call-to-action-button:hover {
	background: #2e4363;
}
#sprite-custom .call-to-action-button {
    background: #3D5881;
}
#sprite-custom .call-to-action-button:hover {
    background: #2e4363;
}

/* Branding requirements --- Navigation */
#primary_nav_wrap ul ul li a:hover {
	background: #3D5881;
}

/* Branding requirements --- Footer */
.links-list-module.list-style-footer .heading {
    font-family: 'VolvoNovum' !important;
}

/* Reviews Tab Icon */

#primary-header .help-nav ul .link-star:before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  height: 13px;
  width: 20px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star" class="svg-inline--fa fa-star fa-w-18" role="img" viewBox="0 0 576 512"><path fill="currentColor" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"/></svg>') no-repeat center center;
  background-size: contain;
}
@media (max-width: 1023px) {
  #primary-header .help-nav ul .link-star:before {
    display: none;
  }
}
#primary-header .help-nav ul .link-star:hover:before {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><path fill="%230F6AB1" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"/></svg>') no-repeat center center;
  background-size: contain;
}

.gr-hide{
 display:none;   
}


/*  Vehicle Sides */

.cta-content {
    font-size: 16px;
}

.cta-content img.left_right {
    display: none;
}

.cta-content a:hover img.left_right {
    display: block;
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 1000;
    width: 35%;
    height: auto;
    border: 3px solid #2b407c;
}