@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

.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;
}
#vpicker_module_15 ul.vpicker_buttons {
    padding: 0;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker_buttons li {
  width: auto;
  margin: 15px auto;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker_buttons li:hover .select {
  background: #f2f2f2;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker_buttons li:hover .dropdown {
  background: #f2f2f2;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker_buttons .select {
  background-color: #fff;
  border: none;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
  color: #333333;
  font-size: 18px;
  text-align: left;
  width: 285px;
  padding-left: 15px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker_buttons .dropdown {
  background-image: none;
  background-color: #fff;
  border: none;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
  color: #333333;
  font-size: 18px;
  padding-right: 15px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker-submit {
  display: block;
  background-image: none;
  background-color: #222222;
  border: 1px solid #dedddc;
  text-shadow: none;
  padding: 8px 10px;
  border-radius: 0;
  width: 315px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap .banner-vpicker-transparent #vpicker .vpicker-submit:hover {
  background-color: #3c3c3c;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content {
  height: 200px;
  overflow: auto;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  text-align: right;
  color: #fff;
  left: 330px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content .header-text {
  font-size: 85px;
  text-shadow: #555555 1px 1px 2px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content .custom_content {
  font-size: 24px;
  padding: 0;
  text-shadow: #555555 1px 1px 2px;
}
.container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #manufacturer_logos {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  font-size: 16px;
}
#footer #footer_columns {
  background-color: #fff;
  padding-bottom: 20px;
}
#footer #footer_columns .footer_column {
  margin: 0 15%;
}
#footer #footer_columns .footer_column strong.design-text {
  margin: 0;
  font-size: 18px;
  color: #000000;
}
#footer #footer_columns .footer_column a {
  font-size: 12px;
  color: #7f7f7f;
}
#footer #footer_columns .footer_column ul {
  margin: 15px 0;
}
#footer #footer_columns .footer_column ul li {
  margin: 5px 0;
}
#footer .footer-disclaimer {
  padding: 15px 0 0;
}
#footer #footer_row {
  background-color: #f4f4f4;
  padding: 15px 0;
}
#footer #footer_row a.powered-by {
  color: #373737;
  display: block;
  width: auto;
  margin: 0;
  padding: 9px 0;
  font-size: 12px;
  text-align: right;
}
#footer #account_links {
  padding: 9px 0;
}
#footer #account_links a {
  text-decoration: underline;
  color: #005ca3;
}
#footer #account_links .register-content {
  font-style: italic;
}
#footer #footer_custom p {
  margin: 20px 0;
}
#footer #footer_newsletter input {
  width: 220px;
  padding: 4px 10px 3px;
  height: 28px;
}
#footer_social .nav_social {
  margin: 0;
}
#footer_social .nav_social li {
  text-shadow: none;
}
#footer_social .nav_social a {
  color: #666766;
}
.main .container-subfooter {
  background-color: #121212;
}
.main .container-subfooter #subfooter {
  text-align: right;
  padding: 10px 0;
}
.main .container-subfooter a.powered-by {
  color: #c8c8c8;
  display: inline;
  width: auto;
  margin: 0;
  padding: 9px 0;
  font-size: 12px;
}
/********************************************
 * Page Builder Modules
 * -----------------------------------------
 * @section modules
 ********************************************/
.sprite-carousel-module .carousel-indicators li {
  background-color: #e1e1e1;
}
.sprite-carousel-module .carousel-indicators li.active {
  background-color: #222222;
}
.account-login-message-module a {
  text-decoration: underline;
  color: #005ca3;
}
.account-login-message-module .register-content {
  font-style: italic;
}
.text-color-light .account-login-message-module a {
  color: inherit;
}
.powered-by-rp-module a.powered-by {
  display: inline;
  width: auto;
  margin: 0;
  padding: 9px 0;
  font-size: 12px;
}
.newsletter-signup-module strong.design-text,
.payments-accepted-module strong.design-text {
  margin: 0;
  font-size: 18px;
  color: #000000;
  display: block;
  margin-bottom: 20px;
}
.text-color-light .newsletter-signup-module strong.design-text,
.text-color-light .payments-accepted-module strong.design-text {
  color: inherit;
}
/********************************************
 * Media Queries
 * -----------------------------------------
 * @section media-queries
 ********************************************/
@media (max-width: 1050px) {
  #content_col .panels .panel-search-by-vin-flat .content .input-group {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content {
    top: 50px;
  }
  .container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content .header-text {
    font-size: 64px;
  }
  .container-home-selection #home-selection-banner .slider-overlay-wrap .slider-overlay-inner-wrap #headline_content .custom_content {
    font-size: 20px;
  }
  .main .container-subfooter #subfooter {
    padding-left: 15px;
    padding-right: 15px;
  }
  #rp_actions #links_column li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container {
    width: auto;
  }
  #content_col .panels .panel-browse-by-model .model-text {
    margin-left: 0;
  }
  #rp_actions #search_column input {
    width: 200px;
  }
  #footer #footer_newsletter input {
    width: 150px;
  }
  .panel-popular-categories li {
    padding: 0 5% 0 0;
  }
  .panel-popular-categories.col-3 li,
  .panel-popular-categories.col-4 li,
  .panel-popular-categories.col-5 li {
    width: 52.5%;
  }
  .panel-popular-categories.col-3 li a.vehiclepicker_link,
  .panel-popular-categories.col-4 li a.vehiclepicker_link,
  .panel-popular-categories.col-5 li a.vehiclepicker_link {
    border-top: none;
  }
  .panel-popular-categories.col-3 li:nth-child(-n+2) a,
  .panel-popular-categories.col-4 li:nth-child(-n+2) a,
  .panel-popular-categories.col-5 li:nth-child(-n+2) a {
    border-top: 1px solid #e1e1e1;
  }
  .panel-popular-categories.col-3 li:nth-child(2n),
  .panel-popular-categories.col-4 li:nth-child(2n),
  .panel-popular-categories.col-5 li:nth-child(2n) {
    width: 47.5%;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .panel-popular-categories {
    /* Doesn't really work in 1000px layout with moderately sized content */
  }
  .panel-popular-categories li {
    padding: 0 3% 0 0;
  }
  .panel-popular-categories.col-2 li {
    width: 51.5%;
  }
  .panel-popular-categories.col-2 li:nth-child(-n+2) a {
    border-top: 1px solid #e1e1e1;
  }
  .panel-popular-categories.col-2 li:nth-child(2n) {
    width: 48.5%;
    padding-right: 0;
  }
  .panel-popular-categories.col-3 li {
    width: 34.33333333%;
  }
  .panel-popular-categories.col-3 li:nth-child(-n+3) a {
    border-top: 1px solid #e1e1e1;
  }
  .panel-popular-categories.col-3 li:nth-child(3n) {
    width: 31.33333333%;
    padding-right: 0;
  }
  .panel-popular-categories.col-4 li {
    width: 25.75%;
  }
  .panel-popular-categories.col-4 li:nth-child(-n+4) a {
    border-top: 1px solid #e1e1e1;
  }
  .panel-popular-categories.col-4 li:nth-child(4n) {
    width: 22.75%;
    padding-right: 0;
  }
  .panel-popular-categories.col-5 li {
    width: 20.6%;
  }
  .panel-popular-categories.col-5 li:nth-child(-n+5) a {
    border-top: 1px solid #e1e1e1;
  }
  .panel-popular-categories.col-5 li:nth-child(5n) {
    width: 17.6%;
    padding-right: 0;
  }
}





.call-to-action-button,
.search-by-part-module .btn,
.vin-column-custom .search-by-vin-module .btn,
#home-content .newsletter-signup-module .btn,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom {
  background-color: #2CADD5;
  border-radius: 0px;
  border: none;
  color: #fff;
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .call-to-action-button:hover, .call-to-action-button:active, .call-to-action-button:focus,
  .search-by-part-module .btn:hover,
  .search-by-part-module .btn:active,
  .search-by-part-module .btn:focus,
  .vin-column-custom .search-by-vin-module .btn:hover,
  .vin-column-custom .search-by-vin-module .btn:active,
  .vin-column-custom .search-by-vin-module .btn:focus,
  #home-content .newsletter-signup-module .btn:hover,
  #home-content .newsletter-signup-module .btn:active,
  #home-content .newsletter-signup-module .btn:focus,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:active,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:focus,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:hover,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:active,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:focus {
    background-color: #57bedd;
    color: #fff; }
  .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-color: #2CADD5;
    color: #fff; }

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

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

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

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

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

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

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

div.vp-recent-vehicles div.recent-vehicles-content {
  margin-top: 0;
  border-bottom: 0;
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 17px;
  color: #000 400; }
  div.vp-recent-vehicles div.recent-vehicles-content a.recent-vehicle {
    /* font-family: "PT Sans", Arial, sans-serif; */
    font-size: 15px;
    color: #2CADD5;
    font-weight: 400; }
  div.vp-recent-vehicles div.recent-vehicles-content a.vehicle-count {
    /* font-family: "PT Sans", Arial, sans-serif; */
    font-size: 15px;
    color: #2CADD5;
    font-weight: 400; }

div.vp_control {
  padding: 0;
  background: #fff;
  border-top: 1px solid #ccc; }
  div.vp_control a.button {
    background-color: #1d9e76;
    background: #1d9e76;
    border: none;
    text-shadow: none;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    padding: 10px 20px !important;
    margin: 7px 7px 7px 0; }
    div.vp_control a.button:hover, div.vp_control a.button:active {
      background-color: #2CADD5; }
  div.vp_control a.vp_reset_button {
    background-color: #228bac; }
  div.vp_control a.vp_cancel_button {
    background-color: #269cc1; }

#desktop-header-custom .container-wrap {
  padding: 15px 0 0 0;
  position: relative;
  min-height: 150px;
  max-width: 1050px; }
#desktop-header-custom .logo-custom {
  width: 420px;
  float: left;
  display: block; }
#desktop-header-custom .logo-custom #logo-slogan {
    font-size:15px;
    letter-spacing:-1px; }
  @media (min-width: 1060px) {
    #desktop-header-custom .logo-custom {}
  }
  #desktop-header-custom .logo-custom img {
    margin: 0; }
#desktop-header-custom .header-right-custom {
  width: 630px;
  float: right;
  display: block;
  margin-top: 0;
  padding-right: 15px; }
  @media (max-width: 1048px) {
    #desktop-header-custom .header-right-custom {
        width:100%;
    }
  }
  #desktop-header-custom .header-right-custom .col-sm-12 {
    display: block; }
/*  #desktop-header-custom .header-right-custom .social-icons {
    width: 180px;
    float: left;
    padding: 20px 0 0 40px; }
    #desktop-header-custom .header-right-custom .social-icons ul {
      list-style: none; }
      #desktop-header-custom .header-right-custom .social-icons ul li {
        width: 25%;
        float: left; } */
  #desktop-header-custom .header-right-custom .header_details {
    float: right;
    text-align: right;
    margin-top: -7px; }
    #desktop-header-custom .header-right-custom .header_details .phone {
      /* font-family: "PT Sans", Arial, sans-serif; */
      font-size: 30px;
      color: #000;
      font-weight: 400; }
      #desktop-header-custom .header-right-custom .header_details .phone a {
        color: #000; }
        @media (max-width: 1049px) {
          #desktop-header-custom .header-right-custom .header_details .phone a {
            color: #fff; } }
    #desktop-header-custom .header-right-custom .header_details .schedule {
      /* font-family: "PT Sans", Arial, sans-serif; */
      font-size: 13px;
      color: #000;
      font-weight: 400;
      font-style: italic;
      margin: -5px 0 15px 0; }
      @media (max-width: 1049px) {
        #desktop-header-custom .header-right-custom .header_details .schedule {
          color: #fff; } }
    #desktop-header-custom .header-right-custom .header_details .top_links ul {
      list-style: none;
      margin: 0 0 5px 0; }
      #desktop-header-custom .header-right-custom .header_details .top_links ul li {
        display: inline-block;
        padding-left: 10px; }
        #desktop-header-custom .header-right-custom .header_details .top_links ul li a {
          /* font-family: "PT Sans", Arial, sans-serif; */
          font-size: 13px;
          font-weight: 400;
          text-transform: uppercase; }
        #desktop-header-custom .header-right-custom .header_details .top_links ul li + li {
          margin-left: 10px; }
  #desktop-header-custom .header-right-custom .search-bar-module {
    width:80%;
    float:right;
  }
    #desktop-header-custom .header-right-custom .search-bar-module input {
      border: 1px solid #333;
    }

#nav-row-custom {
  background-color: #052C5C;
  border-top: 3px solid #2CADD5; }
  @media (max-width: 767px) {
    #nav-row-custom {
      display: none; } }
  @media (max-width: 1060px) {
    #nav-row-custom {} }
  #nav-row-custom .container-wrap {
    padding: 0;
    max-width: 1050px; }
  #nav-row-custom .row {
    display: block;
    }
    @media (min-width: 1060px) {
      #nav-row-custom .row .col-sm-12 {}
      #nav-row-custom #navigation {margin-left:-15px;}
    }
  #nav-row-custom .nav-custom {
    list-style: none;
    margin: 0;
    padding: 0; }
    #nav-row-custom .nav-custom li {
      float: left;
      margin: 0 0 0 1px; }
      #nav-row-custom .nav-custom li a {
        display: block;
        padding: 0 20px;
        line-height: 75px;
        text-transform: uppercase;
        /* font-family: "PT Sans", Arial, sans-serif; */
        font-size: 20px;
        color: #fff;
        font-weight: 400; }
      #nav-row-custom .nav-custom li.submenu {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAMAAAAY5vW6AAAAIVBMVEVMaXH///////////////////////////////////////8c1D1MAAAACnRSTlMA4A+o2PlsMzCtf0dAnAAAADNJREFUeNo9yLkNADAIwEBDXth/4CAQucoy4k2w34ZKb4WzMtch7OxNGpGDotOnQrlyCQ91KgHoxJjxRAAAAABJRU5ErkJggg==) no-repeat 95% 33px;
        position: relative; }
        #nav-row-custom .nav-custom li.submenu a {
          padding: 0 25px 0 18px; }
        #nav-row-custom .nav-custom li.submenu .sub {
          position: absolute;
          left: -9999px;
          top: -9999px;
          width: 0;
          height: 0;
          margin: 0;
          padding: 0;
            text-align: left;
          list-style: none; }
          #nav-row-custom .nav-custom li.submenu .sub li {
            display: block;
            position: relative;
            width: 100%;
            border-top: 1px solid #ccc; }
            #nav-row-custom .nav-custom li.submenu .sub li a {
              padding: 0 5%;
              line-height: 35px;
              /* font-family: "PT Sans", Arial, sans-serif; */
              font-size: 14px;
              color: #fff;
              font-weight: 500;
              text-transform: none;
              background: #052C5C; }
              #nav-row-custom .nav-custom li.submenu .sub li a:hover {
                background: #2CADD5; }
      #nav-row-custom .nav-custom li:hover .sub {
        left: 0;
        top: 75px;
        width: 240px;
        height: auto;
        z-index: 300; }

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

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

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

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

.search-open #mobile-drop-downs .search-row {
  height: 100px; }
  .search-open #mobile-drop-downs .search-row .car-selected-module .flyout {
    position: fixed;
    top: 155px; }
.search-open #mobile-header-custom .mobile-search-col #search-close-button {
  opacity: 1;
  filter: alpha(opacity=100); }
.search-open #mobile-header-custom .mobile-search-col .icon-wrap em {
  opacity: 0;
  filter: alpha(opacity=0); }

#vpicker-custom {
  background: url(banner.jpg?cb=1542749878) no-repeat center -650px; }
  #vpicker-custom .container-wrap {
    overflow: hidden;
    position: relative;
    max-width: 1100px;
    padding: 100px 0 80px 0; }
    #vpicker-custom .container-wrap .col-sm-4 {
      padding: 0 10px; }
  #vpicker-custom h1 {
    /* font-family: "PT Sans", Arial, sans-serif; */
    font-size: 32px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0; }
    @media (min-width: 768px) and (max-width: 950px) {
      #vpicker-custom h1 {
        position: relative;
        top: -50px; } }
  #vpicker-custom .picker-boxes {
    width: 650px;
    float: left;
    padding: 20px 1%;
    background: rgba(33, 72, 115, 0.65);
    position: relative;
    z-index: 3;
    margin-top: 0; }
    #vpicker-custom .picker-boxes .page-builder-layout-module {
      padding: 10px;
      background: #fff;
      min-height: 237px;
      position: relative; }
    #vpicker-custom .picker-boxes .header-text, #vpicker-custom .picker-boxes h2 {
      /* font-family: "PT Sans", Arial, sans-serif; */
      font-size: 19px;
      color: #222;
      font-weight: 400;
      padding: 0;
      margin: 0; }
    #vpicker-custom .picker-boxes .search_str {
      margin-top: 99px; }
    #vpicker-custom .picker-boxes .call-to-action-button {
      background-color: #19acd7;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      /* font-family: "PT Sans", Arial, sans-serif; */
      font-size: 24px;
      color: #fff;
      font-weight: 400;
      padding: 0 2%;
      line-height: 46px;
      text-transform: uppercase; }
      #vpicker-custom .picker-boxes .call-to-action-button:hover {
        background-color: #052C5C; }
    #vpicker-custom .picker-boxes .browse_catalog {
      font-size: 22px; }
    #vpicker-custom .picker-boxes .phoneIcon {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAMAAAC5KTl3AAAAZlBMVEVMaXEbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdC8ELaKAAAAIXRSTlMAGwvA6z5R+/YqZuMTjwXXyjLQI4fwd7QBmkhbpa3dbn4u+uBzAAADjElEQVR4AZ2XWbajIBCGC0QizhrnwVj732QfQSUSMLn9vfTpGy3+mhFc0GKs5nxhjC1lm4xFDH+C8CnCK2weCfyK3zO0UU/Db++3ePKooyhiDzzxOHxDzMfLeRL6IqaUxsIfKy84bPhwR9fU6nUvFHDlGbbKSFDRmwB66pm+sOurlP1cOCOwyPN7AS6eidTBHNHg8tfy3s9CyQzBQihDnlC4J13lc41FwfZDoG134yt1aK2tKvzNhVpXzOAhri5PZL0asSDRZuAMAe1lTp6uopFPXwLeeVsSfK0IJbMznvUWcwqa5urZIBji1aYtasmbquD9/2TGcERJmYKD5nrA1ksZPRQuiIzk6My79jtPtdfaHpGFmeyRiGKwo3TzNwkT7FQqAqJHSQIuKu2l/564NENJS/ZOdDZJzE4R22n9GcYAFXzdTXV3wWylrXoTfXbfYSEjuxpHRtVhj0073wbP5c+KF1duFOBi2p7a/w2v3knqp7fJdBtQZ3dA2bsT0JV4MImlHMGJOi0gIB6IeXeVdiSSpnDLLMM0Gkl/Id63lfFsA5VRuz7uDPAVLkuxNRJGF5To2LiREYDcfDhBSUDAjhHKDBbE+tI+w88aZAtEwBAjChY3OHwnR2SGBd2dWP2nBd0aWfqjhW0ixWa9S4Yf41B+Bq14qL7+MRe6HjStva/t9SDTP4JNhDGpKQWTQRb/aAv79JGOLlyWp60vViiOAWNJhxbne/I4y0GDavIP681emHw3YM0OZar4Z9tioeVuYpXec+sKG1CNltGaOP+BimwdeC8HnpyKGjXkGz1yLQtF0x8rjBjVoEppsjZBuh97XWG9kQmvk4Lt00Aw1LSkNmc/jVSyjjWcWO8IGt6YK6x5W/iDYz++ULOQ7Do2CNM51HcBZzT1CsMs1pO+pJc+WOGTBE+CI6NKbGiMsUrXn1NFL+SNM0nV5dFITLqVYF3YlooOZ5EgeoW+PEbxR+oi23geMtzx6LrLJOWmxv9cPxjZVMRJLYtqPt94ltZLWui+9j/DJAm1Pj9Ce+AbeVLTwRfCwHlDC5W3Au4gM9oVSMZafUcR93BumHwkBAdCzRXW2G2Q16Iq3AcnNFHpryduGon58R3bx3CH751fyQ0XcbqVWyyG1/kVXXL4QjfmerCwrMzzjOm6zEIK30l5G6CNhzdS+BHx8kwjQd4I+BPEbyYvixhjUZbP6/AEB/8AzoSZDXiSydwAAAAASUVORK5CYII=) no-repeat center center;
      width: 65px;
      height: 65px; }
  #vpicker-custom .banner-image-custom {
    position: absolute;
    width: 553px;
    top: 85px;
    right: 0;
    z-index: 2; }
    #vpicker-custom .banner-image-custom .custom-image-wrapper {
      padding: 0; }
      #vpicker-custom .banner-image-custom .custom-image-wrapper .custom-image {
        margin-bottom: 0; }
  #vpicker-custom .homepage_shopper {
    position: absolute;
    right: 4px;
    bottom: -326px;
    z-index: 3; }

#mobile-vpicker .header-text, #mobile-vpicker h2 {
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 19px;
  color: #222;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-align: left; }
#mobile-vpicker .call-to-action-button {
  background-color: #19acd7;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  padding: 0 2%;
  line-height: 46px;
  text-transform: none; }
  #mobile-vpicker .call-to-action-button:hover {
    background-color: #052C5C; }
#mobile-vpicker .phoneIcon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAMAAAC5KTl3AAAAZlBMVEVMaXEbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdAbmdC8ELaKAAAAIXRSTlMAGwvA6z5R+/YqZuMTjwXXyjLQI4fwd7QBmkhbpa3dbn4u+uBzAAADjElEQVR4AZ2XWbajIBCGC0QizhrnwVj732QfQSUSMLn9vfTpGy3+mhFc0GKs5nxhjC1lm4xFDH+C8CnCK2weCfyK3zO0UU/Db++3ePKooyhiDzzxOHxDzMfLeRL6IqaUxsIfKy84bPhwR9fU6nUvFHDlGbbKSFDRmwB66pm+sOurlP1cOCOwyPN7AS6eidTBHNHg8tfy3s9CyQzBQihDnlC4J13lc41FwfZDoG134yt1aK2tKvzNhVpXzOAhri5PZL0asSDRZuAMAe1lTp6uopFPXwLeeVsSfK0IJbMznvUWcwqa5urZIBji1aYtasmbquD9/2TGcERJmYKD5nrA1ksZPRQuiIzk6My79jtPtdfaHpGFmeyRiGKwo3TzNwkT7FQqAqJHSQIuKu2l/564NENJS/ZOdDZJzE4R22n9GcYAFXzdTXV3wWylrXoTfXbfYSEjuxpHRtVhj0073wbP5c+KF1duFOBi2p7a/w2v3knqp7fJdBtQZ3dA2bsT0JV4MImlHMGJOi0gIB6IeXeVdiSSpnDLLMM0Gkl/Id63lfFsA5VRuz7uDPAVLkuxNRJGF5To2LiREYDcfDhBSUDAjhHKDBbE+tI+w88aZAtEwBAjChY3OHwnR2SGBd2dWP2nBd0aWfqjhW0ixWa9S4Yf41B+Bq14qL7+MRe6HjStva/t9SDTP4JNhDGpKQWTQRb/aAv79JGOLlyWp60vViiOAWNJhxbne/I4y0GDavIP681emHw3YM0OZar4Z9tioeVuYpXec+sKG1CNltGaOP+BimwdeC8HnpyKGjXkGz1yLQtF0x8rjBjVoEppsjZBuh97XWG9kQmvk4Lt00Aw1LSkNmc/jVSyjjWcWO8IGt6YK6x5W/iDYz++ULOQ7Do2CNM51HcBZzT1CsMs1pO+pJc+WOGTBE+CI6NKbGiMsUrXn1NFL+SNM0nV5dFITLqVYF3YlooOZ5EgeoW+PEbxR+oi23geMtzx6LrLJOWmxv9cPxjZVMRJLYtqPt94ltZLWui+9j/DJAm1Pj9Ce+AbeVLTwRfCwHlDC5W3Au4gM9oVSMZafUcR93BumHwkBAdCzRXW2G2Q16Iq3AcnNFHpryduGon58R3bx3CH751fyQ0XcbqVWyyG1/kVXXL4QjfmerCwrMzzjOm6zEIK30l5G6CNhzdS+BHx8kwjQd4I+BPEbyYvixhjUZbP6/AEB/8AzoSZDXiSydwAAAAASUVORK5CYII=) no-repeat center center;
  width: 65px;
  height: 65px; }
#mobile-vpicker .search-box-mobile {
  height: 250px;
  border: 1px solid #ccc;
  padding: 15px; }
#mobile-vpicker .col-sm-12 {
  height: 100%; }
#mobile-vpicker .search-by-part-module form {
  position: absolute;
  bottom: 5px;
  width: 100%; }

#why-us-custom .container-wrap {
  padding: 50px 0; }
  @media (max-width: 1249px) {
    #why-us-custom .container-wrap {
      padding-left: 15px;
      padding-right: 15px; } }
#why-us-custom h2 {
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 30px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0; }
#why-us-custom h3 {
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 0 0 9px 0; }
#why-us-custom p {
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 15px;
  color: #000;
  font-weight: 400; }

@media (max-width: 1249px) {
  #articles-custom .container-wrap {
    padding-left: 15px;
    padding-right: 15px; } }
#articles-custom h2 {
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 30px;
  color: #222;
  font-weight: 400;
  padding: 0;
  margin: 0; }
#articles-custom h3 {
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 18px;
  color: #222;
  font-weight: 700;
  min-height: 50px; }
#articles-custom p {
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 14px;
  color: #222;
  font-weight: 400; }
#articles-custom a {
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 14px;
  color: #2CADD5;
  font-weight: 400; }
#articles-custom .custom-image-wrapper {
  padding: 0; }
  #articles-custom .custom-image-wrapper .custom-image {
    padding-bottom: 0 !important;
    width: 100%;
    height: 205px;
    background-size: cover; }
#articles-custom .more-articles-custom h2 {
  /* font-family: "PT Sans", Arial, sans-serif; */
  font-size: 30px;
  color: #222;
  font-weight: 400;
  margin: 0;
  padding: 0 0 25px 0; }
#articles-custom .more-articles-custom ul {
  list-style: none; }
  #articles-custom .more-articles-custom ul li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNpc0cGHAmEYx/HZ2bkvEUOniCGW2HM2Un/DELHsPVr6G7rMXjpFlLrEskSnYc8RMadOETEsnfoDlv2++cWjl495xzzP877PMw+lcVb2PG+KDnI84QsDZJ5ZPuZ4xQ9CJGghxfN9cFcVIyUMsUNR71UbfEQDv/rwrStlJiG6Bbt1QBNnHb1ErITwluCbK+3xoX0NfbzhDyVMAhP8gpH2G3xijUddNfZNpVRjc4HvWKGCk3rKAxNYwFZHr9SUC6zreW0wUdduXG30FJir4smOznW90DQuanKmikf7U/4FGADyNTJEEdLEwwAAAABJRU5ErkJggg==) no-repeat 0px 6px;
    padding: 0 0 0 7%;
    width: 93%;
    line-height: 25px;
    margin-bottom: 8px; }
    #articles-custom .more-articles-custom ul li a {
      text-decoration: underline;
      /* font-family: "PT Sans", Arial, sans-serif; */
      font-size: 16px;
      color: #000;
      font-weight: 400; }
      #articles-custom .more-articles-custom ul li a:hover {
        color: #2CADD5; }

#toll-free-wrapper {
  position: relative;
  z-index: 3;
  background: rgba(1, 41, 94, 0.65); }
  #toll-free-wrapper .container-wrap {
    padding: 60px 0; }
  #toll-free-wrapper .toll-free-custom {
    /* font-family: "PT Sans", Arial, sans-serif; */
    font-size: 39px;
    color: #fff;
    font-weight: 400; }

#parts-categories-custom {
  margin-top: -175px;
  padding-top: 205px;
  padding-bottom: 100px;
  background: url(background.jpg?cb=1542749878) no-repeat center -200px; }
  @media (max-width: 1249px) {
    #parts-categories-custom .container-wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  #parts-categories-custom h2 {
    /* font-family: "PT Sans", Arial, sans-serif; */
    font-size: 50px;
    color: #01295e;
    font-weight: 700;
    text-transform: uppercase; }
  #parts-categories-custom p {
    /* font-family: "PT Sans", Arial, sans-serif; */
    font-size: 15px;
    color: #000;
    font-weight: 400; }
  #parts-categories-custom .parts-row-wrapper {
    background: #fff;
    padding: 15px 0; }
  #parts-categories-custom .parts-by-cat {
    list-style: none;
    text-align: center; }
    #parts-categories-custom .parts-by-cat li {
      float: left;
      width: 50%;
      min-height: 100px; }
      #parts-categories-custom .parts-by-cat li a {
        /* font-family: "PT Sans", Arial, sans-serif; */
        font-size: 15px;
        color: #363636;
        font-weight: 400;
        text-align: center;
        text-decoration: underline; }
        #parts-categories-custom .parts-by-cat li a img {
          height: 40px; }

#footer-custom {
  border-top: 30px solid #01295e; }
  #footer-custom .container-wrap {
    padding-top: 80px;
    padding-bottom: 60px; }
    @media (max-width: 1249px) {
      #footer-custom .container-wrap {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      #footer-custom .container-wrap {
        padding-top: 30px;
        padding-bottom: 30px; } }
  #footer-custom a {
    color: #000; }
    #footer-custom a:hover, #footer-custom a:active {
      text-decoration: none;
      color: #19acd7; }
  #footer-custom .links-list-module.links-display-block .heading {
    /* font-family: 'PT Sans', 'Open Sans', sans-serif; */
    font-size: 22px;
    font-weight: 300;
    color: #191919;
    padding-bottom: 15px;
    margin: 0; }
    @media (max-width: 767px) {
      #footer-custom .links-list-module.links-display-block .heading {
        text-align: center;
        width: 100%; } }
  #footer-custom .links-list-module.links-display-block .links-list {
    font-size: 15px;
    /* font-family: 'PT Sans', 'Open Sans', sans-serif; */
    list-style: none;
    margin: 0; }
    @media (max-width: 767px) {
      #footer-custom .links-list-module.links-display-block .links-list {
        width: 100%;
        text-align: center; } }
    #footer-custom .links-list-module.links-display-block .links-list li {
      padding: 4px 0;
      font-weight: normal; }
  #footer-custom .logos-wrapper div {
    padding: 4px 0; }
  @media (max-width: 767px) {
    #footer-custom .col-sm-3 .footer-list-col {
      padding-bottom: 20px;
      margin-top: 20px;
      border-bottom: 1px solid #ccc; } }
  #footer-custom .col-sm-3:nth-child(3) .footer-list-col {
    border: none;
    margin-bottom: 40px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    #footer-custom .col-sm-3:nth-child(-n+3) {
      width: 33%; } }
  @media (min-width: 576px) and (max-width: 1000px) {
    #footer-custom .col-sm-3:last-child {
      display: none;
      width: 0; } }

#logos-row-tablet {
  display: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  #logos-row-tablet .container-wrap {
    padding-top: 30px;
    padding-bottom: 30px; }
  #logos-row-tablet .logos-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #logos-row-tablet .logos-wrapper div {
      float: left;
      width: 25%;
      padding: 0 10px;
      margin: auto;
      text-align: center; }
  @media (min-width: 576px) and (max-width: 1000px) {
    #logos-row-tablet {
      display: block; } }

@media (max-width: 1249px) {
  #footer-blurb .container-wrap {
    padding: 20px 15px 20px 15px; } }
#footer-blurb p {
  font-size: 15px;
  /* font-family: 'PT Sans', 'Open Sans', sans-serif; */ }
  #footer-blurb p a {
    color: #000; }
    #footer-blurb p a:hover, #footer-blurb p a:active {
      text-decoration: none;
      color: #19acd7; }

a:hover {
  text-decoration: none; }

.mobile-only {
  display: none; }

.display-none {
  display: none; }

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

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

#mobile-vpicker .container-wrap {
  padding: 15px; }

/*# sourceMappingURL=final.css.map */

/*Vehicle picker page content styling*/
#content .dynamic-content .alignright {
  float: right;
  margin: 0 0 15px 15px;
}
#content .dynamic-content .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
#content .dynamic-content .aligncenter {
  display: block;
  margin: 15px auto;
}
#content .dynamic-content ul,
#content .dynamic-content ol {
  margin: 0 0 15px 30px;
}
#content .dynamic-content ul li,
#content .dynamic-content ol li {
  list-style: inside disc none;
  margin-bottom: 8px;
}

/* Standard "pages" styling, including blog posts*/
#content .page-text p,
#content .page-text ul,
#content .page-text ol {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 27px;
  max-width: 800px;
}
#content .page-text ul li,
#content .page-text ol li {
  margin-bottom: 9px;
}
#content .page-text div img {
    display: block;
}
#content .page-text .alignright {
  float: right;
  margin: 0 0 15px 15px;
}
#content .page-text .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
#content .page-text .aligncenter {
  display: block;
  margin: 15px auto;
}
#content .page-text table {
  border: 1px solid #333;
  margin: 30px 0;
  font-size: 15px;
  text-align: left;
}
#content .page-text th {
  font-weight: bold;
}
#content .page-text th,
#content .page-text td {
  padding: 5px;
  border: 1px solid #333;
  vertical-align: bottom;
}
#content .page-text tr:nth-child(even) {
  background: #efefef;
}
#page-page #layout_page #content .alert.info {
    background-color: lightgoldenrodyellow;
}
/* Blog index styling */
#content .page-text .blog-index article {
  margin-bottom: 30px;
  background: #f7f7f7;
  padding: 15px 0 15px 15px;
  border: 1px solid #ddd;
}
#content .page-text .blog-index article .blog-snippet-image {
  padding:0;
}
#content .page-text .blog-index article h2 {
  padding-top:0;
  margin-top:0;
}
#content .page-text .blog-index article p {
  margin-bottom:5px;
}
#content .page-text .blog-index article a.more-link {
  background-color: #428bca;
  color: #fff;
  padding: 6px;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
}
#content .page-text .blog-index .prev-next-posts {
  font-size: 16px;
  overflow: hidden;
}
#content .page-text .blog-index .prev-next-posts .next-posts-link {
  width: 50%;
  float: left;
}
#content .page-text .blog-index .prev-next-posts .prev-posts-link {
  width: 50%;
  float: right;
  text-align: right;
}
#content .page-text .blog-index .prev-next-posts .next-posts-link:before {
  content: "«";
  padding: 0 5px 0 0;
  color: #428bca;
}
#content .page-text .blog-index .prev-next-posts .prev-posts-link:after {
  content: "»";
  padding: 0 0 0 5px;
  color: #428bca;
}

/* Footer */
footer #social strong.heading {
    font-size: 22px;
    font-weight: 300;
    color: #191919;
    padding-bottom: 15px;
    margin: 0;
}

footer #social ul {
    margin: 25px;
    list-style: none;
    font-size: 14px;
}

footer #social ul li a i {
    font-size: 26px;
}

footer #social ul li {
    margin: 5px 0;
}


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

/* Migration fixes */

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
}

form, h1, h2, h3, h4, h5, input, label, select {
	font-family: unset;
}

div:not(#page-home) .page-content p,
div:not(#page-home) .page-content ul,
div:not(#page-home) .page-content ol {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 27px;
    max-width: 800px;
}

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

div:not(#page-home) .page-content article {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 15px 0 15px 15px;
    border: 1px solid #ddd;
}

div:not(#page-home) .page-content article p:last-of-type {
	margin: 0;
}

div:not(#page-home) .page-content article p a {
	background-color: #428bca;
    color: #fff;
    padding: 6px;
    font-size: 12px;
    text-transform: uppercase;
    float: right;
}

div:not(#page-home) .page-content article p a:hover {
	background: #2f6ca0;
}

div:not(#page-home) .page-content h1 {
    font-weight: 700;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 28px;
    margin: 10px 0;
    font-style: normal;
}

div:not(#page-home) .page-content h2 {
    font-weight: 700;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 24px;
    font-style: normal;
}

#page-oem-vehicle-picker .page-subheader-component h1,
#page-oem-vehicle-picker .page-subheader-component h2 {
    font-family: 'Lato','Open Sans Condensed',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.page-subheader-component h3 {
    font-family: 'Lato','Open Sans Condensed',Helvetica,Arial,sans-serif;
    color: #828282;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

#desktop-header-custom .container-wrap {
	max-height: 150px;
}

.store-logo-module .store-logo-link img {
    max-width: 100%;
    max-height: 100%;
}

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

.vehicle-picker-module .vpicker_buttons {
	margin: 15px 0;
}

.vehicle-picker-module .vpicker_buttons li.vpicker_button {
	margin: 10px 0;
    line-height: 19px;
    text-align: center;
}

#mobile-vpicker .col-md-12 {
	height: 100%;
}

@media (min-width: 767px) {
    #vpicker-custom .col-md-4 {
		padding: 0 10px !important;
    }
    .design-text {
        font-family: 'Open Sans Condensed',sans-serif;
    }
    .design-text-null {
        font-family: unset;
    }
}

@media (min-width: 576px) {
	.header-right-custom > .block-modules {
        width: 100% !important;
        float: right;
    }
}
/* Spork Standard CSS Tweaks */
/* Page Styling */
.page-content .page-content-inner .container-wrap {
    padding-left: 30px;
    padding-right: 30px;
}
.page-content .page-content-inner .page-subheader-component h1 {
    font-size: 32px;
    margin: 10px 0 0 0;
}
.page-content .page-content-inner h1 {
    font-size: 32px;
	line-height: 1.3;
	margin: 5px 0 30px 0;
}
.page-content .page-content-inner h2 {
    font-size: 26px;
    margin: 5px 0 20px 0;
}
.page-content .page-content-inner h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
}
.page-content .page-content-inner p,
.page-content .page-content-inner ul,
.page-content .page-content-inner ol {
    font-size: 17px;
	line-height: 1.5;
    max-width: 850px;
    margin: 0 0 25px 0;
}
.page-content .page-content-inner ul,
.page-content .page-content-inner ol {
    padding-left: 30px;
}
.page-content .page-content-inner ul li,
.page-content .page-content-inner ol li {
    margin-bottom: 10px;
}
.page-content .page-content-inner iframe {
    margin: 15px 0 30px;
}
.page-content .page-content-inner .model-page .custom-html-module figure {
    float: right;
    margin: 0 0 15px 15px;
    background-color: #efefef;
    border: 1px solid #bdbdbd;
    text-align: center;
}
.page-content .page-content-inner .model-page .custom-html-module figure figcaption {
    margin: 0;
    padding: 0px 0px 5px 0;
    font-style: italic;
}
.page-content .page-content-inner .model-page .custom-html-module figure img {
    padding: 5px;
}
.page-content .page-content-inner .model-page .custom-html-module h1 {
    margin: 0 0 22px 0;
}

/* Blog Styling */
#blogindex .blog-post {
    padding: 15px !important;
    background-color: #efefef;
    border: 1px solid #bdbdbd;
    margin: 0 0 30px 0;
    overflow: hidden;
	width: 100%;
	max-width: 920px;
}
#blogindex .blog-post h2.title {
    margin: 5px 0 15px 0;
}
#blogindex .blog-post p.description {
    padding: 0;
    margin: 0 0 20px 0;
}
#blogindex .blog-post a.read-more {
    display: block;
    float: right;
    font-size: 16px;
    background-color: #ED1C24;
    color: #fff;
    padding: 6px 12px;
    font-family: 'Lato', sans-serif;
    margin: 0 30px 0 0;
}
/* Dynamic SEO and OEM Vehicle Picker pages */
#layout_dynamic-seo .row.page-builder-layout-row.row-full-height-md,
#layout_oem-vehicle-picker  .row.page-builder-layout-row.row-full-height-md {
    margin-top: 10px;
}
#layout_dynamic-seo .row.page-builder-layout-row.row-full-height-md:first-child,
#layout_oem-vehicle-picker .row.page-builder-layout-row.row-full-height-md:first-child {
    margin-top: 0;
}
#layout_dynamic-seo .page-subheader-component h1,
#layout_oem-vehicle-picker .page-subheader-component h1 {
    font-size: 24px;
    margin: 10px 0 0 0;
}
#layout_dynamic-seo .custom-html-module p,
#layout_dynamic-seo .custom-html-module ul,
#layout_dynamic-seo .custom-html-module ol,
#layout_oem-vehicle-picker .oem-vehicle-picker-module .dynamic-content p,
#layout_oem-vehicle-picker .oem-vehicle-picker-module .dynamic-content ul,
#layout_oem-vehicle-picker .oem-vehicle-picker-module .dynamic-content ol {
    font-size: 15px;
    line-height: 1.5;
    max-width: 850px;
    margin:0 0 20px 0;
}
#layout_dynamic-seo .custom-html-module ul,
#layout_dynamic-seo .custom-html-module ol,
#layout_oem-vehicle-picker .oem-vehicle-picker-module .dynamic-content ul,
#layout_oem-vehicle-picker .oem-vehicle-picker-module .dynamic-content ol {
    padding-left: 30px;
}
#layout_dynamic-seo .custom-html-module ul li,
#layout_dynamic-seo .custom-html-module ol li,
#layout_oem-vehicle-picker .oem-vehicle-picker-module .dynamic-content ul li,
#layout_oem-vehicle-picker .oem-vehicle-picker-module .dynamic-content ol li {
    margin-bottom: 8px;
}
#layout_dynamic-seo .custom-html-module figure,
#layout_oem-vehicle-picker .oem-vehicle-picker-module .dynamic-content figure,
#layout_dynamic-seo .custom-html-module img,
#layout_oem-vehicle-picker .oem-vehicle-picker-module .dynamic-content img {
    float: right;
    margin: 0 0 15px 15px;
}
#layout_dynamic-seo .custom-html-module figure img,
#layout_oem-vehicle-picker .oem-vehicle-picker-module .dynamic-content figure img {
    max-height: 150px;
}
/*Product Pages*/
#page-product .page-content .page-content-inner h1,
#page-product .page-content .page-content-inner h2,
#page-product .page-content .page-content-inner h3,
#page-product .page-content .page-content-inner p,
#page-product .page-content .page-content-inner ul,
#page-product .page-content .page-content-inner ol {
    font-size: initial;
    line-height: initial;
    margin: initial;
    padding: initial;
    max-width: initial;
}
#page-product .product-title-module {
    padding: 0;
}
#page-product .page-content-inner .container-wrap.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
/* Product Family Pages */
#layout_page .container.productfam {
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
}
#layout_page .container.productfam .text,
#layout_page .container.productfam p,
#layout_page .container.productfam ul,
#layout_page .container.productfam ol {
    font-size: 17px;
    line-height: 1.5;
    max-width: 850px;
}
#layout_page .container.productfam .features-and-benefits .text {
    margin-bottom: 45px;
}
#layout_page .container.productfam .features-and-benefits .text ul {
    margin: 25px 0 25px 30px;
}
#layout_page .container.productfam .product-grid .product-name {
    font-size: 20px;
    line-height: 1.3;
    text-decoration: underline;
}
#layout_page .container.productfam .product-grid .product-sku {
    font-size: 13px;
    margin-bottom: 10px;
}
#layout_page .container.productfam .product-grid .product-image {
    border: 1px solid #bdbdbd;
    padding: 3px;
    max-width: 85%;
}
/* Product Description Text on Product Pages */
#page-product .product-description .description_body p,
#page-product .product-description .description_body ul,
#page-product .product-description .description_body ol,
#page-product .product-description .description_body li {
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
#page-product .product-description .description_body ul,
#page-product .product-description .description_body ol {
    padding-left:30px;
    margin-top: 20px;
}
#page-product .product-description .description_body li {
    margin-bottom:10px;
    list-style: inside none none;
    font-family: inherit;
    text-align: left;
}
.product-details-module li.product-description span.description_body ul,
.product-details-module li.product-description span.description_body ol {
    margin: 0 0 20px 30px;
}
.product-details-module li.product-description span.description_body li:before {
    content: "\2022";
    padding: 0 10px 0 0;
}
/* Cart Page Tweaks */
#page-cart h1 {
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
}
#page-cart .cart-totals ul {
    margin-bottom: 15px;
}
#page-cart .cart-totals ul li {
    margin-bottom: 3px;
}
#page-cart .cart-page-layout .cart-other-options .promo-message {
    padding: 3px 0;
}
/*Why Buy BSFP Page Tweaks*/
#why-buy-h1 {
    padding: 30px 0px 0px 10%;
}
#why-buy-h1 h1 {
    font-size: 1.8rem;
    line-height: 1.3;
}
#why-buy-header-text {
	padding: 0px 0px 0px 10%;
}
#why-buy-row-1,
#why-buy-row-2,
#why-buy-row-3,
#why-buy-row-4,
#why-buy-row-5 {
    display: flex;        
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem 10%;
    line-height: 1.4;
}
.shop-now-button a {
    background-color: #2CADD5;
    color: white;
    border: 2px solid #2CADD5;
    border-radius: 5px;
    padding: 8px 36px;
    text-align: center;
    text-decoration: bold;
    display: inline-block;
    font-size: 16px;
}
.shop-now-button a:hover {
    background-color: #ffffff;
    color: #2CADD5;
    border: 2px solid #2CADD5;
    transition-duration: 0.4s;
    text-decoration:none;
}
#why-buy-row-2,
#why-buy-row-4 {
    background-color: #2CADD5;
    color: #ffffff;
}
#why-buy-row-2 .shop-now-button a,
#why-buy-row-4 .shop-now-button a {
    background-color: #fff;
    color:#2CADD5;
    border:2px solid #2CADD5;
}
#why-buy-row-2 .shop-now-button a:hover,
#why-buy-row-4 .shop-now-button a:hover {
    background-color: #052C5C;
    color:#fff;
}

@media screen and (max-width: 767px) {
    #why-buy-h1 {
        padding: 30px 10%;
        text-align:center;
    }

    #why-buy-row-1,
    #why-buy-row-2,
    #why-buy-row-3,
    #why-buy-row-4,
    #why-buy-row-5 {
        flex-direction:column;
    }
    #why-buy-row-2,
    #why-buy-row-4 {
        flex-direction: column-reverse;
    }
    #why-buy-row-1 .col-md-4.col-full-height,
    #why-buy-row-2 .col-md-4.col-full-height,
    #why-buy-row-3 .col-md-4.col-full-height,
    #why-buy-row-4 .col-md-4.col-full-height,
    #why-buy-row-5 .col-md-4.col-full-height {
        width: 50%;
    }
}


/* button#shop-now-button:hover {
    transition-duration: 0.2s;
    background: #ffffff;
    font: #D92027;
    border: 2px solid #D92027;} */
#usp-text {
	font-size: 16px;
}
/*Submit A Video Button Styling*/
.submit-a-video-button {
			color: #ffffff;
			background-color: #428bca;
			font-size: 19px;
			border: 1px solid #428bca;
			padding: 15px 50px;
			cursor: pointer
		}
		.submit-a-video-button:hover {
			color: #2d63c8;
			background-color: #ffffff;
		}
/* FAQ Collapsible Style */

.page-builder-layout-module .custom-html-module .collapsible {
  background-color: #2CADD5;
  color: white;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
    border-radius: 5px;
}

.page-builder-layout-module .custom-html-module .active,
.page-builder-layout-module .custom-html-module .collapsible:hover {
  background-color: #052C5C;
}

.page-builder-layout-module .custom-html-module .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.page-builder-layout-module .custom-html-module .active:after {
  content: "\2212";
}

.page-builder-layout-module .custom-html-module .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1; 
}
/* Footer Styles */
#footer-custom strong.heading {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color : #2CADD5;
    font-family: helvetica, arial, sans-serif;
    margin-bottom: 20px;
    height: 35px;
}
.terms-sitemap {
    float: right;
    margin: -10px 0;
    font-size: 12px;
}
.terms-sitemap ul li {
    display: inline;
    margin-left: 20px
}
.terms-sitemap li a {
    color: #005ca3;
    text-decoration: underline
}
    /* Social */
#footer-social-custom li {
    list-style: none;
    line-height: 30px;
}
#footer-social-custom a,
#footer-custom .links-list li a {
    color: #333;
    font-size: 15px;
}
#footer-social-custom i.fa {
    font-size: 18px;
    width: 30px;
}
#footer-custom .links-list li {
    list-style: disc;
}
#footer-custom .links-list-module.links-display-block .heading {
font-size: 16px;
font-weight: bold;
line-height: 19px;
color: #2CADD5;
font-family: helvetica, arial, sans-serif;
margin-bottom: 20px;
height: 35px;
}
    /* Mobile Social */
#social-mobile-footer ul li {
    display: inline-block;
    margin: 7px;
}
#social-mobile-footer i.fa {
    color: #D91C22;
    font-size: 20px;
    border: 1px solid #D91C22;
    padding: 6px 8px;
}
#social-mobile-footer i.fa.fa-facebook {
    padding: 6px 13px;
}
@media only screen and (min-width : 320px)  and (max-width : 675px){           
    #masonry .select-by-model-item {
        min-width: 49%;
    }
    
/* PostHog Above The Fold Mobile Testing */
    
#mobile-site-test{
    display: none;
    }
    #mobile-hero > div > div {
        padding-bottom: 65% !important;
}

.page-content .page-content-inner ul, .page-content .page-content-inner ol {
    padding-left: 10%;
    padding-right: 10%;
}


a.design-text.gradient-button.vpicker-submit.call-to-action-button {
    margin-left: 10%;
    width: 80%;
}

.search-by-part-module input[type=text] {
    margin-left: 10%;
    width:  80%!important;
}

input.btn.design-text.call-to-action-button {
    width: 80%;
    margin-left: 10%;
}

div#mobile-call-test {
    margin-left: 10%;
    margin-right: 10%;
}

div#mobile-vpicker-test {
    border: solid 1px #333;
    padding: 15px;
    margin: 15px;
}

div#mobile-part-search-test {
    border: solid 1px #333;
    padding: 15px;
    margin: 15px;
}

li.vpicker_button {
    background-color: #2CADD5 !important;
}

.select.vpicker-select {
    color: #ffffff !important;
}

.vehicle-picker-module .vpicker_buttons li.vpicker_button .dropdown {
    color: #ffffff;
}