@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNdGPc.ttf)
    format("truetype");
}

@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTPFdGPc.ttf)
    format("truetype");
}

@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENaGPc.ttf)
    format("truetype");
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIw.ttf)
    format("truetype");
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPecZTIAOhVxoMyOr9n_E7fRMQ.ttf)
    format("truetype");
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIw.ttf)
    format("truetype");
}

/*===================================================================================================
  Global Features
===================================================================================================*/
html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
  width: 1px;
  font-size: 16px;
  min-width: 100%;
  width: 100%;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  font-family: var(--bodyfont);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sitefont);
}

p {
  font-family: var(--bodyfont);
}

hr {
  border-top-width: 1px;
  border-style: solid;
}

svg,
svg * {
  shape-rendering: geometricPrecision;
}

.store__hours .hours__status {
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 12px;
}

.store__hours .hours__status.hours__status__open {
  margin-right: 3px;
  color: var(--color-theme-primary);
}

.store__hours .hours__status.hours__status__closed {
  margin-right: 3px;
  color: var(--color-theme-secondary);
}

.store__hours .today {
  font-weight: bold;
}

.breadcrumb {
  font-size: 12px;
}

.breadcrumb a {
  color: unset;
}

.social__share .social__icon {
  font-size: 20px;
  margin-right: 15px;
}

.social__share .social__icon:last-of-type {
  margin-right: 0;
}

.social__share .social__icon.fb {
  color: var(--facebook);
}

.social__share .social__icon.twitter {
  color: var(--twitter);
}

.social__share .social__icon.email {
  color: var(--email);
}

.social__share .social__icon.share-link {
  color: var(--email);
}

ul {
  padding-left: 1em;
}

ul > li {
  margin-bottom: 10px;
}

.ulli-no-bullet {
  list-style-type: none;
  padding-left: 0;
}

.star-crash i {
  padding-right: 2px;
  color: var(--star);
}

/*===================================================================================================
 Containers / Grid
===================================================================================================*/
.container {
  max-width: 1500px;
}

.tighter-col .row {
  margin-right: -4px;
  margin-left: -4px;
}

.tighter-col [class*="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

.larger-col .row {
  margin-right: -25px;
  margin-left: -25px;
}

.larger-col [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

/* Buttons & Links
===========================================================*/
a,
a:hover,
a:active,
a:focus,
.btn-link,
.btn-link:hover,
.btn:focus,
.btn:hover {
  text-decoration: none !important;
}

.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a:hover {
  cursor: pointer;
}

a {
  color: #333;
}

.a__light {
  color: var(--white);
}

.a__dark {
  color: #333;
}

.btn {
  padding: 7px 15px;
  min-height: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn:not(.form-control) {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.bootstrap-select .btn:not(.form-control) {
  white-space: nowrap;
  min-height: 56px;
  border: 1px solid #ddd;
}

html.touch *:hover {
  pointer-events: none !important;
}

.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn:hover:before,
.btn.active:before,
.btn:active:before {
  right: 0;
}

.btn.disabled:before {
  display: none;
}

.btn.disabled,
.btn.disabled:hover {
  pointer-events: none;
  cursor: default;
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.close,
.close:focus,
.close:hover,
.close:active {
  text-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-secondary:hover,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle,
.btn-outline-secondary:hover,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-image: none;
}

.btn-group-sm > .btn,
.btn-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 0.35rem 0.7rem;
  font-size: 0.85rem;
  line-height: 1.5;
}

.btn-group-small > .btn,
.btn-small {
  padding: 0.6em 1em;
  font-size: 0.875rem;
  line-height: 1.7;
}

.btn-group-unset {
  border-color: var(--border);
}

/* Links */
.btn-link,
a.btn-link,
.text-link {
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  padding: 0 0 4px 0;
  display: inline-block;
  min-height: unset;
  -webkit-transition: opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    -webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  -o-transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  -webkit-transition: opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    -webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    -webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    -webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    -webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  font-weight: 400;
}

.btn-link::before,
.text-link::before {
  content: "";
  margin: 0 auto;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 2px;
  border-style: solid;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
  -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
  -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
  transition: left 250ms ease-in-out, right 250ms ease-in-out;
}

.btn-link:hover::before,
.btn-link:focus::before,
.text-link:hover::before,
.text-link:focus::before {
  opacity: 1;
  left: 0;
  right: 0;
}

.btn-link:focus {
  color: var(--color-theme-primary) highlight;
}

.btn50 {
  min-height: 50px;
}

/* Badges */
.badge {
  border: 1px solid;
  font-size: 0.65em;
  padding: 5px;
}

/*===================================================================================================
Pagination
===================================================================================================*/
.page-link {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 3px;
  margin-right: 3px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.page-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.page-link:hover::before,
.page-item.active .page-link::before {
  right: 0;
}

.page-link:focus::before {
  right: 0;
}

.page-link,
.page-link:focus,
.page-item.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
}

.page-link:hover {
  background-color: transparent;
}

/*===================================================================================================
  CustomColor
===================================================================================================*/
:root {
  --color-theme-background: #fff;
  --color-theme-text: #323c48;
  --color-theme-light: #eff1f3;
  --color-theme-light-tint: #bcc5c6;
  --color-theme-primary: #556d77;
  --color-theme-primary-tint: #9db7be;
  --color-theme-secondary: #323c48 !important;
  --color-theme-secondary-tint: #12202b;
  --color-theme-tertiary: #323c48;
  --color-theme-tertiary-tint: #12202b;
  --color-theme-highlight: #9db7be;
  --color-theme-border: #ededed;
  --color-theme-header: #0f0f0f;
  --color-theme-text-btn: #fff;
  --color-theme-text-link: #0f0f0f;
  --color-theme-trans: transparent;
}

:root {
  --sitefont: "Commissioner", sans-serif;
  --bodyfont: "Titillium Web", sans-serif;
}

:root {
  --border: #ededed;
  --primary-light-bg: #eff1f3;
  --primary-light-txt: #fafafa;
  --color-theme-text-light: #eff1f3;
  --star: #ffc109;
  --warning: #c72931;
  --color-theme-primary-hover: #00889d;
  --color-theme-secondary-hover: #12202b;
  --color-theme-tertiary-hover: #18222f;
  /* Social */
  --facebook: #1877f2;
  --twitter: #1d9bf0;
  --email: #333;
  --share-link: #333;
  /* Products */
  --products-price: var(--color-theme-primary);
  /* Inventory */
  --inventory-highlight: var(--color-theme-primary);
}

/* In sitebuilder - choose Montserrat as the body & header font */
.font-body,
.font-body-Montserrat,
.font-body-Montserrat .contact-details,
.font-body-Montserrat .gallery-img-text,
.font-body-Montserrat .label-frms,
.font-body-Montserrat .products .filter-item label.form-check-label,
.font-body-Montserrat .form-text,
.font-body-Montserrat .form label,
.font-body-Montserrat .businessinfo label,
.font-body-Montserrat .eCommerce label,
.font-body-Montserrat .products .product-price-range-text,
.font-body-Montserrat .address-type,
.font-body-Montserrat .font-bold,
.font-body-Montserrat .header .nav-link,
.font-body-Montserrat .header .dropdown-item,
.font-body-Montserrat .footer .nav-link,
.font-body-Montserrat .footer .dropdown-item,
.font-body-Montserrat .gallery .gallery-img-wrap,
.font-body-Montserrat .btn,
.font-body-Montserrat .product-results,
.font-body-Montserrat .btn-link,
.font-body-Montserrat .employees .employees-title,
.font-body-Montserrat .page-item.active .page-link,
.font-body-Montserrat .modal-success .modal-title {
  font-family: var(--sitefont);
}

.font-header,
.font-header-Montserrat .error-title,
.font-header-Montserrat .header .header-business-name,
.font-header-Montserrat .header .navbar-brand,
.font-header-Montserrat .footer .footer-business-name,
.font-header-Montserrat .title .title-heading,
.font-header-Montserrat .businessinfo .contact-title,
.font-header-Montserrat .employees .employees-name,
.font-header-Montserrat h5.modal-title,
.font-header-Montserrat .gallery .gallery-album-name,
.font-header-Montserrat .list .list-text-title,
.font-header-Montserrat .productslideshow .productslideshow-title-heading,
.font-header-Montserrat
  .productslideshow
  .productslideshow-item
  h3.product-title,
.font-header-Montserrat .detailedlist .detailedlist-item-title,
.font-header-Montserrat .products-loading-container .loader-text,
.font-header-Montserrat .products .filter-item-title,
.font-header-Montserrat .shoppingcart .shoppingcart-titles,
.font-header-Montserrat .productdetails-bottom .nav-tabs .nav-item.nav-link,
.font-header-Montserrat .eCommerce .shoppingcart-titles,
.font-header-Montserrat h1,
.font-header-Montserrat h2,
.font-header-Montserrat h3,
.font-header-Montserrat h4,
.font-header-Montserrat h5,
.font-header-Montserrat h6,
.font-header-Montserrat .products .product-title,
.font-header-Montserrat .productdetails .product-title,
.font-header-Montserrat .productdetails-modal-lightbox .modal-title,
.font-header-Montserrat .productslideshow h3.product-title,
.font-header-Montserrat .eCommerce .product-title,
.font-header-Montserrat .cart-preview .product-title,
.font-header-Montserrat .products-modal .product-title {
  font-family: var(--sitefont);
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-y: 0;
  width: 100%;
}

.modal {
  /* z-index: 5500; */
}

/*===================================================================================================
Button Links & Buttons
===================================================================================================*/
.btn-link {
  color: var(--color-theme-primary);
  font-size: 1em;
  font-weight: 400 !important;
}

.btn-link:hover {
  color: var(--color-theme-primary-tint);
}

.btn-link-dark {
  color: var(--color-theme-text);
  font-weight: 400 !important;
}

.btn-link-dark:hover {
  color: var(--color-theme-secondary-tint);
}

.btn {
  font-size: 1em;
  font-weight: 400 !important;
}

/** btn-secondary **/
.btn-primary {
  border-color: var(--color-theme-primary) !important;
  background: var(--color-theme-primary) !important;
  color: var(--color-theme-text-btn) !important;
}

.btn-primary:hover {
  border-color: var(--color-theme-primary-tint) !important;
  background: var(--color-theme-primary-tint) !important;
  color: var(--color-theme-text-btn) !important;
}

/** btn-secondary **/
.btn-secondary {
  border-color: var(--color-theme-secondary) !important;
  background: var(--color-theme-secondary) !important;
  color: var(--color-theme-text-light) !important;
}

.btn-secondary:hover {
  border-color: var(--color-theme-secondary-tint) !important;
  background: var(--color-theme-secondary-tint) !important;
  color: var(--color-theme-light) !important;
}

/** btn-tertiary **/
.btn-tertiary {
  border-color: var(--color-theme-tertiary) !important;
  background: var(--color-theme-tertiary) !important;
  color: var(--color-theme-light) !important;
}

.btn-tertiary:hover {
  border-color: var(--color-theme-tertiary-tint) !important;
  background: var(--color-theme-tertiary-tint) !important;
  color: var(--color-theme-text-btn) !important;
}

.btn-primary:before,
.btn-secondary:before,
.btn-tertiary:before {
  background: unset;
}

.section__bg__alt {
  background: var(--primary-light-bg);
}

.title__badge {
  margin-bottom: 5px;
}

.title__badge span {
  background-color: var(--color-theme-primary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  border: 2px solid var(--primary-dark-text);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/*===================================================================================================
Section Titles
===================================================================================================*/
.section__title__preline {
  font-size: 1.5rem;
  position: relative;
  color: var(--color-theme-text);
  margin-bottom: 0;
  font-family: var(--bodyfont);
  font-weight: 400;
  margin-bottom: 5px;
}

.section__title__preline::before {
  content: "";
  background-repeat: no-repeat;
  width: 80px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1;
  background-size: 80px 8px;
}

.section__title__headline {
  font-size: 3rem;
  line-height: 0.9;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: var(--sitefont);
  text-transform: uppercase;
}

.section__title__copy {
  font-size: 1em;
}

.section__title__hero .hero__h1 .section__title__preline {
  font-size: 2rem;
  font-weight: 400;
}

.section__title__hero .hero__h1 .section__title__headline {
  font-size: 5rem;
}

.section__title__hero .hero__h1 .section__title__subheadline {
  font-size: 2.5rem;
}

.section__title__default .section__title__preline {
  color: var(--color-theme-primary);
}

.section__title__default .section__title__preline::before {
  content: "";
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=240,w=320/302D98B2EFAAD2B99676EE74F5E71D33.png);
}

.section__title__default .section__title__headline,
.section__title__default .section__color__copy {
  color: var(--color-theme-text);
}

.section__title__light .section__title__preline {
  color: var(--color-theme-light);
}

.section__title__light .section__title__preline::before {
  content: "";
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=240,w=320/8EF17278322716ABB71E6215429E822E.png);
}

.section__title__light .section__title__headline,
.section__title__light .section__color__copy {
  color: var(--color-theme-text);
}

.section__title__medium .section__title__preline {
  color: var(--color-theme-light);
}

.section__title__medium .section__title__preline::before {
  content: "";
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=240,w=320/302D98B2EFAAD2B99676EE74F5E71D33.png);
}

.section__title__medium .section__title__headline,
.section__title__medium .section__color__copy {
  color: var(--color-theme-text);
}

.section__title__dark .section__title__preline {
  color: var(--color-theme-light);
}

.section__title__dark .section__title__preline::before {
  content: "";
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=240,w=320/8EF17278322716ABB71E6215429E822E.png);
}

.section__title__dark .section__title__headline,
.section__title__dark .section__color__copy {
  color: var(--color-theme-light);
}

.section__title__default.text-center .section__title__preline::before,
.section__title__light.text-center .section__title__preline::before,
.section__title__medium.text-center .section__title__preline::before,
.section__title__dark.text-center .section__title__preline::before {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section__title__headline {
    font-size: 2rem;
  }

  .section__title__preline {
    font-size: 1.25rem;
  }

  .section__title__hero .hero__h1 .section__title__headline {
    font-size: 3rem;
  }

  .section__title__hero .hero__h1 .section__title__subheadline {
    font-size: 1.5rem;
  }

  .section__title__subheadline {
    font-size: 1.5rem;
  }

  .section__title__hero .hero__h1 .section__title__preline {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .section__title__hero .hero__h1 .section__title__headline {
    font-size: 2.5rem;
  }
}

@media (max-width: 320px) {
  .section__title__headline {
    font-size: 1.25rem;
  }

  .section__title__preline {
    font-size: 1rem;
  }

  .section__title__hero .hero__h1 .section__title__headline {
    font-size: 2rem;
  }

  .section__title__hero .hero__h1 .section__title__preline {
    font-size: 1rem;
  }
}

/*===================================================================================================
 Form Styling & Overrides
===================================================================================================*/
label {
  font-size: 15px;
  margin-bottom: 0.3rem;
  font-weight: 500;
}

.help-block {
  background-color: transparent;
  color: var(--warning);
  display: block;
  margin-top: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: unset;
}

.help-block::before {
  display: none;
}

.form-row {
  margin-bottom: 20px;
}

.form-row:last-of-type {
  margin-bottom: 0;
}

.form-select {
  min-height: 50px;
  max-height: 50px;
  padding: 5px 15px;
  line-height: unset;
  border-radius: 4px;
  background-size: 50px 12px;
  background-position-x: 100%;
  border-color: var(--border);
  cursor: pointer;
}

.form-control {
  font-size: 16px;
  padding: 15px;
  line-height: 1.42857;
  border: 0;
  border: 1px solid var(--border);
  border-radius: 0px;
  min-height: 50px;
  height: 50px;
  background: var(--form-input-select);
  border-radius: 4px;
  font-family: var(--sitefont);
}

.form-control:focus {
  border: 1px solid var(--color-theme-primary);
  background-color: var(--primary-light-bg);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:disabled {
  background-color: var(--primary-light-bg);
}

.form-control.validation__invalid__input {
  border-color: var(--warning);
  color: var(--warning);
}

.validation__invalid__copy {
  color: var(--warning);
  font-size: 0.875em;
}

.validation__invalid__label {
  color: var(--warning);
}

.form-check {
  padding-left: 0;
  margin-bottom: 10px;
}

.form-check-inline {
  margin-right: 1.5rem;
}

.header .navbar .active > .nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show > .nav-link {
  background-color: transparent;
}

.form .smaller-cont.row {
  margin-bottom: 10px;
}

.disclaimerText {
  font-size: 10px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.bootstrap-select .btn {
  padding-left: 0;
}

.bootstrap-select {
  background-image: none;
}

.bootstrap-select .btn {
  display: none;
}

.bootstrap-select .form-select {
  min-height: 50px;
  max-height: 50px;
  line-height: unset;
  border: 0;
  padding: 0 15px !important;
  background-position-x: 100%;
  border-color: var(--border);
  background-color: var(--primary-light-bg);
  cursor: pointer;
  width: 100% !important;
  background-position: right 15px center !important;
  border-radius: 4px !important;
  border-bottom: 2px solid var(--border);
}

.bootstrap-select > select {
  position: unset !important;
  bottom: unset;
  left: unset;
  display: unset !important;
  width: unset !important;
  height: unset !important;
  padding: unset !important;
  opacity: unset !important;
  border: unset;
  z-index: unset !important;
}

.form .form-select {
  padding: 0;
}

.form label {
  font-weight: 700 !important;
}

/* =================================================================================================
====================================================================================================
SRP
====================================================================================================
==================================================================================================== */
.inventory-container {
  max-width: 1500px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.flex-card-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-top: var(--bs-gutter-y);
}

.carousel-indicators {
  display: none;
}

.inventory-card-view .p-veh-card .card-top-img {
  height: unset !important;
  aspect-ratio: 1.33333333;
  overflow: hidden;
  position: relative;
}

.inventory-card-view .p-veh-card .card-top-img img {
  min-height: unset !important;
  border-radius: 10px 10px 0 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inventory-container .col-xl-10 {
  width: 100%;
}

.inventory-cta .btn:hover {
  color: unset !important;
  background-color: var(--inventory-theme-highlight) !important;
}

.page-inventory .col {
  background: var(--primary-light-bg);
}

.page-inventory .vehicleResults {
  background: transparent;
}

.page-inventory .inventory-seo-content {
  padding: unset !important;
  margin-top: 50px;
}

.page-inventory .popular-vehicles-sections {
  background-color: transparent;
}

.page-inventory .inventory-resultsSort {
  margin-bottom: 10px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-inventory .inventory-resultsSort .form-inline {
  margin-left: auto !important;
}

.page-inventory .inventory-resultsSort .form-inline .inventory-sortSelect {
  min-height: 50px;
}

.page-inventory .vehicleResults {
  padding: unset;
}

.page-inventory #vehicleCardsList .row {
  margin: unset;
}

.srp-sidebar .card-title {
  margin-bottom: 0;
}

.srp-sidebar .form-control-sm {
  min-height: unset;
  max-height: unset;
}

.inventory .srp-sidebar {
  left: 10px !important;
}

.inventory .srp-sidebar .card-header .card-title {
  color: var(--color-theme-light) !important;
}

.inventory .btn-link.btn-clear-filter {
  color: var(--color-theme-light);
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
  font-weight: 700 !important;
  font-size: 1.25em !important;
}

.filter-item-title .card-title {
  color: var(--primary-dark-txt);
}

.filter-subsection-title {
  color: var(--primary-dark-text);
}

.k-input-solid {
  background-color: var(--primary-light-bg) !important;
  border-bottom: 2px solid var(--border) !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
  padding: 10px 0 !important;
  border-radius: 6px;
  background-color: var(--primary-light-bg) !important;
}

.contact-widget {
  display: none;
}

.btn-outline-default {
  border-color: #dedede;
  color: #333;
}

.btn-outline-default:hover,
.btn-outline-default:hover:focus,
.btn-outline-default:not([disabled]):not(.disabled).active,
.btn-outline-default:not([disabled]):not(.disabled):active,
.show > .btn-outline-default.dropdown-toggle {
  background-color: #dedede;
  color: #333;
  border-color: #dedede;
}

.inventory-seo-content {
  margin-top: 20px;
}

.popular-vehicle-link {
  color: var(--primary-dark-txt);
}

.inventory .srp-sidebar .card-header::before {
  content: none !important;
}

.popular-vehicle-link:first-line {
  font-weight: bold;
}

.popular-vehicles-section-panel [class*="col-"] {
  margin-bottom: 20px !important;
}

.page-inventory-details {
  margin-top: 150px;
}

.vdp__photoGrid.photo__grid2 .photo__item {
  border-radius: 10px;
}

.vdp-module-canvas-razor-wrapper .btn-check:active + .btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
  color: #fff !important;
  background-color: var(--color-theme-text) !important;
  border-color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper
  .show
  > .btn-outline-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: var(--color-theme-text) !important;
  border-color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: var(--color-theme-text) !important;
  color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
  background: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:before {
  background: var(--color-theme-secondary-hover) !important;
}

.vdp-module-canvas-razor-wrapper .btn {
  padding: 10px 15px;
}

.vdp__message__mod {
  margin-top: unset !important;
}

.loan__calc__content .form-control {
  border-bottom: 2px solid var(--border) !important;
  background: var(--primary-light-bg) !important;
}

.shadow__wrapper {
  -webkit-filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
}

/*  Hero Section
=================================================================================================*/
.hero__section {
  position: relative;
  z-index: 10;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eff1f3),
    to(#ffffff)
  );
  background: -webkit-linear-gradient(top, #eff1f3 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #eff1f3 0%, #ffffff 100%);
  background: linear-gradient(180deg, #eff1f3 0%, #ffffff 100%);
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/999735FA8F7AE3AFF3767DB424DFE0D3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__section .hero__img__main {
  max-width: 1500px;
}

.hero__section .hero__wrapper {
  width: 100%;
  padding: 200px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-theme-text);
  overflow: hidden;
}

.hero__section .hero__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__section .hero__search__bg {
  background: var(--color-theme-light-tint);
  height: 625px;
  width: 400px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.hero__section .hero__search__bg .hero__img__shape {
  position: absolute;
  right: 20px;
  top: 100px;
}

.inventory-search-module {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.inventory-search-module .container {
  position: relative;
}

.inventory-search-module .container .form__wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: unset !important;
  -ms-flex-align: unset !important;
  align-items: unset !important;
  max-width: 350px;
  position: absolute;
  z-index: 25;
  right: 100px;
  width: 350px;
  background: var(--color-theme-tertiary);
  -webkit-transform: translateY(-580px);
  -ms-transform: translateY(-580px);
  transform: translateY(-580px);
  border: none;
}

.inventory-search-module
  .container
  .form__wrapper
  .search__input--classification {
  display: none;
}

.inventory-search-module .container .form__wrapper label {
  display: none;
}

.inventory-search-module .container .form__wrapper .search__input--min-year {
  width: 45%;
}

.inventory-search-module .container .form__wrapper .search__input--max-year {
  width: 45%;
  position: absolute;
  top: 152px;
  right: 20px;
}

@media (max-width: 1200px) {
  .inventory-search-module .container .form__wrapper {
    max-width: unset;
    position: unset;
    width: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .inventory-search-module .container .form__wrapper .search__input--min-year {
    width: unset;
  }

  .inventory-search-module .container .form__wrapper .search__input--max-year {
    width: unset;
    position: unset;
  }
}

@media (max-width: 576px) {
  .inventory-search-module .container .form__wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

/*  Body Style Section
=================================================================================================*/
.bodystyle__section {
  -webkit-filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
  margin-top: -70px;
  z-index: 20;
  position: relative;
}

.bodystyle__section .bodystyle__section__wrapper {
  background: -webkit-linear-gradient(
    230deg,
    var(--color-theme-primary) 0%,
    var(--color-theme-primary-tint) 100%
  );
  background: -o-linear-gradient(
    230deg,
    var(--color-theme-primary) 0%,
    var(--color-theme-primary-tint) 100%
  );
  background: linear-gradient(
    220deg,
    var(--color-theme-primary) 0%,
    var(--color-theme-primary-tint) 100%
  );
  border-radius: 70px 70px 0 0;
}

.bodystyle__section .wave {
  border-radius: 50px 50px 0 0;
  padding: 50px 0 100px 0;
  --mask: radial-gradient(
        105.15px at 50% calc(100% - 142.5px),
        #000 99%,
        #0000 101%
      )
      calc(50% - 100px) 0/200px 100%,
    radial-gradient(105.15px at 50% calc(100% + 92.5px), #0000 99%, #000 101%)
      50% calc(100% - 50px) / 200px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.bodystyle__section .bodystyle__section__container {
  padding: 50px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bodystyle__section .bodystyle__section__container .bs__item {
  text-align: center;
}

@media (max-width: 1200px) {
  .bodystyle__section {
    margin-top: 50px;
  }

  .bs__item {
    margin-top: 50px;
  }

  .bs__more {
    margin-top: 50px;
    text-align: center;
  }
}

/*  Featured Vehicles Section
=================================================================================================*/
.featured__inv__section {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}

.featured__inv__section .featured__inv__shape {
  position: absolute;
  top: -50px;
  right: -150px;
  max-width: 500px;
}

.featured__inv__section .section__title__default {
  margin-bottom: 50px;
}

.featured__inv__section .section__title__default.featured__inv__slideshow {
  margin-bottom: 10px;
}

.card__multi__style7 .item__data .item__data__price {
  font-size: 1.1em !important;
  /* font-weight: 700; */
  background: var(--color-theme-primary);
  padding: 2px 5px;
  border-radius: 4px 0 4px 4px;
  margin-right: 10px;
}

.card__multi__style7 .item__data .Fslash__divide {
  display: none;
}

/*  Service Performance & Customization Section
=================================================================================================*/
.perform__custom__section {
  margin-top: 100px;
  position: relative;
}

.perform__custom__section .perform__custom__shape {
  position: absolute;
  top: -100px;
  left: -200px;
  max-width: 500px;
  z-index: 50;
}

.perform__custom__section .bg__overlay {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    color-stop(0%, var(--color-theme-primary-tint)),
    color-stop(100%, var(--color-theme-primary)),
    to(transparent)
  );
  background: -webkit-linear-gradient(
    bottom,
    transparent 0%,
    var(--color-theme-primary-tint) 0%,
    var(--color-theme-primary) 100%,
    transparent 100%
  );
  background: -o-linear-gradient(
    bottom,
    transparent 0%,
    var(--color-theme-primary-tint) 0%,
    var(--color-theme-primary) 100%,
    transparent 100%
  );
  background: linear-gradient(
    0deg,
    transparent 0%,
    var(--color-theme-primary-tint) 0%,
    var(--color-theme-primary) 100%,
    transparent 100%
  );
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.perform__custom__section .bg__parallax {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-color: var(--color-theme-primary);
  padding: 150px 0 300px;
  margin-bottom: 30px;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/935E3C5972084F46B930663D2CA009C3.jpg");
}

.perform__custom__section .bg__parallax .container {
  position: relative;
  z-index: 2;
}

.perform__custom__section.bg__parallax::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

  background: linear-gradient(to top, #ffffff, transparent);
}

.perform__custom__section .grid__wrapper {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[3]; */
  grid-template-columns: repeat(3, 1fr);
  /* -ms-grid-rows: (auto)[2]; */
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
}

.perform__custom__section .grid__wrapper .grid__item {
  background: linear-gradient(
    0deg,
    var(--color-theme-tertiary) 0%,
    var(--color-theme-tertiary-tint) 100%
  );
  padding: 50px;
  height: auto;
  -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  border-radius: 10px;
}

.perform__custom__section .grid__wrapper .grid__item .blurb__icon__wrapper {
  padding: 10px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 10px;
  background-color: white;
}

.perform__custom__section .grid__wrapper .grid__item .blurb__icon__wrapper i {
  font-size: 2em;
}

.perform__custom__section .grid__wrapper .grid__item .blurb__title__preline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--sitefont);
  text-transform: uppercase;
  color: var(--color-theme-primary);
}

.perform__custom__section .grid__wrapper .grid__item .blurb__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--sitefont);
  text-transform: uppercase;
  color: var(--color-theme-light);
}

.perform__custom__section .grid__wrapper .grid__item .blurb__list {
  margin-bottom: 20px;
  color: var(--color-theme-light);
}

.perform__custom__section .grid__wrapper .grid__item.grid__gallery1 {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/98A597CE8D425728C07EE5CD2502DBCD.jpg);
  background-size: cover;
  opacity: 0.9;
}

.perform__custom__section .grid__wrapper .grid__item.grid__gallery2 {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/9EEAF1F5EACC9B467E75FAD05EDCE0F9.jpg);
  background-size: cover;
  opacity: 0.9;
}

.perform__custom__section .grid__wrapper .grid__item.grid__gallery3 {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/44975497B6671C224988D289016674D2.jpg);
  background-size: cover;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .perform__custom__section .grid__wrapper {
    /* -ms-grid-columns: (1fr)[2]; */
    grid-template-columns: repeat(2, 1fr);
    /* -ms-grid-rows: (auto)[3]; */
    grid-template-rows: repeat(3, auto);
  }
}

@media (max-width: 768px) {
  .perform__custom__section .grid__wrapper {
    /* -ms-grid-columns: (1fr)[1]; */
    grid-template-columns: repeat(1, 1fr);
    /* -ms-grid-rows: (auto)[6]; */
    grid-template-rows: repeat(6, auto);
  }
}

@media (max-width: 330px) {
  .perform__custom__section .grid__wrapper .grid__item {
    padding: 25px;
  }

  .perform__custom__section .grid__wrapper .grid__item .blurb__title {
    font-size: 1.25rem;
  }
}

/*  Blurb / About Section
=================================================================================================*/
.blurb__about__section {
  margin-top: -200px;
  position: relative;
  z-index: 50;
}

.blurb__about__section .grid__wrapper {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[2]; */
  grid-template-columns: repeat(2, 1fr);
  /* -ms-grid-rows: (auto)[2]; */
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
}

.blurb__about__section .grid__wrapper .grid__item {
  background: -webkit-linear-gradient(
    230deg,
    var(--color-theme-light-tint) 0%,
    var(--color-theme-light) 100%
  );
  background: -o-linear-gradient(
    230deg,
    var(--color-theme-light-tint) 0%,
    var(--color-theme-light) 100%
  );
  background: linear-gradient(
    220deg,
    var(--color-theme-light-tint) 0%,
    var(--color-theme-light) 100%
  );
  padding: 50px;
  height: auto;
  -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  border-radius: 10px;
}

.blurb__about__section .grid__wrapper .grid__item .blurb__icon__wrapper {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: var(--color-theme-primary);
  padding: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blurb__about__section .grid__wrapper .grid__item .blurb__icon__wrapper i {
  font-size: 1.75em;
}

.blurb__about__section .grid__wrapper .grid__item .blurb__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--sitefont);
  text-transform: uppercase;
  color: var(--color-theme-text);
}

.blurb__about__section .grid__wrapper .grid__item .blurb__copy {
  margin-bottom: 20px;
}

.blurb__about__section .about__wrapper {
  -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  background: -webkit-linear-gradient(230deg, #7698a5 0%, #9db7be 100%);
  background: -o-linear-gradient(230deg, #7698a5 0%, #9db7be 100%);
  background: linear-gradient(220deg, #7698a5 0%, #9db7be 100%);
  padding: 100px;
  border-radius: 20px;
}

.blurb__about__section .about__wrapper img {
  max-width: 100px;
  margin: 5px 0;
}

.blurb__about__section .about__wrapper .section__title__copy:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .blurb__about__section .grid__wrapper {
    /* -ms-grid-columns: (1fr)[2]; */
    grid-template-columns: repeat(2, 1fr);
    /* -ms-grid-rows: (auto)[3]; */
    grid-template-rows: repeat(3, auto);
  }
}

@media only screen and (max-width: 768px) {
  .blurb__about__section .grid__wrapper {
    /* -ms-grid-columns: (1fr)[1]; */
    grid-template-columns: repeat(1, 1fr);
    /* -ms-grid-rows: (auto)[6]; */
    grid-template-rows: repeat(6, auto);
  }
}

@media (max-width: 768px) {
  .blurb__about__section .about__wrapper {
    padding: 70px 50px 50px;
  }
}

@media (max-width: 320px) {
  .blurb__about__section .grid__wrapper .grid__item {
    padding: 25px;
  }

  .blurb__about__section .about__wrapper {
    padding: 70px 25px 50px;
  }
}

/*  Shop Aftermarket Products Section
=================================================================================================*/
.aftermarket__section {
  position: relative;
  margin-top: 150px;
}

.aftermarket__section .aftermarket__shape {
  position: absolute;
  top: -100px;
  left: -150px;
  max-width: 500px;
}

.productslideshow {
  padding-top: 1em;
  padding-bottom: 1em;
}

.productslideshow .productslideshow-title {
  display: none;
}

.productslideshow .productslideshow .product-price {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
  background: var(--color-theme-primary);
  padding: 2px 5px;
  padding-right: 5px !important;
  border-radius: 4px 0 4px 4px;
  margin-right: 10px;
  display: inline;
  color: var(--color-theme-light);
}

.productslideshow .product-title a {
  color: var(--color-theme-text) !important;
}

.productslideshow .product-price {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
  background: var(--color-theme-primary);
  padding: 3px 10px;
  padding-right: 10px !important;
  border-radius: 4px 0 4px 4px;
  display: inline-block;
  color: var(--color-theme-light);
  margin-top: 5px;
}

/*  Spotlight Section
=================================================================================================*/
.spotlight__section {
  position: relative;
  z-index: 10;
  background: #bcc5c6;
  background: -webkit-linear-gradient(230deg, #bcc5c6 0%, #eff1f3 100%);
  background: -o-linear-gradient(230deg, #bcc5c6 0%, #eff1f3 100%);
  background: linear-gradient(220deg, #bcc5c6 0%, #eff1f3 100%);
  margin-top: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.spotlight__section .spotlight__img__main {
  max-width: 1500px;
}

.spotlight__section .spotlight__wrapper {
  width: 100%;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-theme-text);
  overflow: hidden;
}

.spotlight__section .spotlight__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spotlight__section .spotlight__content .spotlight__price {
  display: inline-block;
  background: var(--color-theme-tertiary);
  color: var(--color-theme-light);
  padding: 10px 20px;
  font-size: 1.5em;
  border-radius: 10px 0 10px 10px;
}

/*  Financing Section
=================================================================================================*/
.financing__section {
  margin-top: -100px;
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.financing__section .finance__shape {
  position: absolute;
  bottom: -50px;
  right: -150px;
  max-width: 500px;
}

.financing__section .info__item__wrapper {
  margin-bottom: 40px;
}

.financing__section .info__item__wrapper .info__item__icon__wrapper {
  padding: 10px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50px;
  background-color: var(--color-theme-primary);
  outline: 2px solid var(--color-theme-primary);
  outline-offset: 5px;
}

.financing__section .info__item__wrapper .info__item__icon__wrapper i {
  font-size: 30px;
}

.financing__section .info__item__wrapper .info__item__icon__wrapper img {
  max-width: 44px;
  max-height: 44px;
}

.financing__section .info__item__wrapper .info__item__headline {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  font-family: var(--sitefont);
  text-transform: uppercase;
  color: var(--color-theme-text);
}

.financing__section .info__item__wrapper .info__item__headline span {
  color: var(--color-theme-primary);
}

.financing__section .info__item__wrapper .info__item__copy {
  font-size: 1em;
  margin-bottom: 0;
}

.financing__section .info__item__wrapper .info__item__subheadline {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .financing__section {
    margin-top: 80px;
  }
}

/*  Testimonial Section
=================================================================================================*/
.testimonial__section {
  position: relative;
  margin-top: 80px;
  z-index: 50;
}

.testimonial__section .testimonial__item {
  border-radius: 25px;
  padding: 50px;
  background: #7698a5;
  background: -webkit-linear-gradient(230deg, #7698a5 0%, #9db7be 100%);
  background: -o-linear-gradient(230deg, #7698a5 0%, #9db7be 100%);
  background: linear-gradient(220deg, #7698a5 0%, #9db7be 100%);
  -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  margin-bottom: 20px;
}

.testimonial__section .testimonial__item .testimonial__name {
  font-size: 1.25em;
  font-weight: 700;
  font-family: var(--bodyfont);
}

.testimonial__section .testimonial__item .testimonial__date {
  font-size: 1em;
}

.testimonial__section .testimonial__item .testimonial__title {
  font-size: 1.5em;
  font-weight: 700;
  font-family: var(--sitefont);
  text-transform: uppercase;
}

.testimonial__section .testimonial__item .testimonial__copy p {
  font-size: 1em;
}

.testimonial__section .testimonial__item .testimonial__copy p:last-of-type {
  margin-bottom: 0;
}

.testimonial__section .testimonial__item .star__rating {
  margin-bottom: 15px;
}

.testimonial__section .testimonial__item i {
  padding-right: 2px;
  color: var(--star);
}

.testimonial__section .testimonial__bg {
  margin-top: -150px;
  max-height: 500px;
}

.testimonial__bg__section {
  margin-top: -150px;
}

.testimonial__bg__section .bg__parallax {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-color: var(--color-theme-primary);
  padding: 150px 0;
  -webkit-box-shadow: inset 0px 0px 100px 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 100px 100px rgba(0, 0, 0, 0.2);
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/56D767A2B215B3295B7441A116FF23A2.jpg");
}

.testimonial__bg__section.bg__parallax::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffffff),
    to(transparent)
  );
  background: -webkit-linear-gradient(bottom, #ffffff, transparent);
  background: -o-linear-gradient(bottom, #ffffff, transparent);
  background: linear-gradient(to top, #ffffff, transparent);
}

@media (max-width: 320px) {
  .testimonial__section .testimonial__item {
    padding: 25px;
  }
}

/* =================================================================================================
====================================================================================================
Header / Nav
====================================================================================================
==================================================================================================== */
nav.navbar.navbar-expand-lg.header-scroll {
  background: var(--color-theme-tertiary) !important;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  opacity: 0.95;
  color: var(--color-theme-light) !important;
  /* z-index: 50000; */
}

nav.navbar.navbar-expand-lg.header-scroll .navbar-brand {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/85C783AA2C549D40E550212A0209C6E0.png);
}

nav.navbar.navbar-expand-lg.header-scroll .navbar-nav .nav-link,
nav.navbar.navbar-expand-lg.header-scroll .navbar-cart .nav-link-cart i {
  color: var(--color-theme-light) !important;
}

.header-container .header__top,
.header-container nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-theme-primary);
  z-index: 1030;
}

.header__top .pipe {
  padding: 0 15px;
}

.header-logo {
  display: none;
}

.header-info {
  display: none;
}

.header .toggle .icon-bar {
  background-color: var(--color-theme-primary);
}

.header .cart-count,
.navbar .badge {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
}

.header .navbar-brand {
  padding: 3px 0 0;
  min-height: auto;
  font-size: 0;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/4F5492D622AD39A04B4376E9B880BC4E.png);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 208px;
  height: 44px;
  display: block;
}

.navbar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: box-shadow 2s;
  -webkit-transition: -webkit-box-shadow 2s;
  transition: -webkit-box-shadow 2s;
  -o-transition: box-shadow 2s;
  transition: box-shadow 2s;
  transition: box-shadow 2s, -webkit-box-shadow 2s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  margin-top: 40px;
}

.header .navbar,
.header .navbar.bg-primary {
  background: unset !important;
}

@media (max-width: 767px) {
  .navbar {
    margin-top: 62px;
  }
}

@media (max-width: 576px) {
  .navbar {
    margin-top: 82px;
  }
}

.affix {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: box-shadow 2s;
  -webkit-transition: -webkit-box-shadow 2s;
  transition: -webkit-box-shadow 2s;
  -o-transition: box-shadow 2s;
  transition: box-shadow 2s;
  transition: box-shadow 2s, -webkit-box-shadow 2s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.navbar-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02),
    0 2px 2px rgba(0, 0, 0, 0.03), 0 4px 4px rgba(0, 0, 0, 0.04),
    0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.03),
    0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.05),
    0 16px 16px rgba(0, 0, 0, 0.05);
}

.header .navbar :focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header .navbar .active > .nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show > .nav-link {
  background-color: transparent;
}

.header .nav-link-cart i {
  color: var(--color-theme-text);
}

/* .header .navbar .collapse.show {
	background: var(--color-theme-tertiary);
	margin-right: -30px;
	margin-left: -30px;
} */
/* switched from .show to media query temporarily to avoid background delay while waiting for .show */
@media (max-width: 991px) {
  .header .navbar .collapse {
    background: var(--color-theme-tertiary);
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 992px) {
  .header .navbar-brand {
    margin-left: 0;
    display: inline-block !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 180px;
    height: 62px;
  }

  .navbar-collapse {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }

  .navbar .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header .nav-link-cart,
  .header .navbar .nav-link {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
  }

  .header .navbar {
    padding-top: 5px;
  }

  .header li.nav-item:last-of-type {
    margin-right: 0;
    background: #85abbb !important;
    color: var(--color-theme-light);
    border-radius: 5px;
    padding: 5px 10px;
  }

  .header .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 15px;
    margin-right: 15px;
    color: var(--color-theme-text);
  }
}

@media (max-width: 991px) {
  .navbar .container {
    text-align: center;
    max-width: 100%;
  }

  .header .navbar-brand {
    margin-top: 20px;
  }
}

.header__top {
  color: var(--color-theme-light);
  padding: 10px 0 0;
  font-size: 14px;
}

.header__top .row {
  padding-bottom: 10px;
}

.header__top a {
  color: var(--color-theme-light);
}

.header .navbar .nav-link:hover::before,
.header .navbar .nav-link:focus::before,
.header .navbar .active .nav-link::before,
.header .navbar .active .dropdown-toggle::before,
.header .nav-link-cart:hover::after,
.header .nav-link-cart:focus::after,
.header .active .nav-link-cart::after {
  background: var(--color-theme-primary);
  border-color: var(--color-theme-primary);
}

.header .navbar-cart li.nav-item {
  background-color: unset !important;
}

@media (max-width: 991px) {
  .header .navbar .nav-link:not(.nav-link-cart) {
    display: inline-block;
  }
}

/* Dynamic Inventory Overflow w/ Fixed Header/Nav */
.header .navbar .dropdown-menu:last-of-type {
  min-width: 250px;
  max-width: 250px;
  width: auto;
  padding: 1em;
  background: var(--color-theme-background);
  -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.2));
  max-height: 80vh;
  overflow-y: auto;
}

.header .navbar .dropdown-menu:last-of-type .dropdown-item {
  color: var(--color-theme-text);
  font-weight: 400;
}

.header .navbar .dropdown-menu:last-of-type.submenu {
  -webkit-filter: unset;
  filter: unset;
  background: var(--border);
  padding: 0 1em;
  width: calc(250px - 2em);
  min-width: calc(250px - 2em);
  max-width: calc(250px - 2em);
}

.header .navbar .dropdown-menu:last-of-type.submenu li {
  margin-bottom: 0;
}

.header .navbar .dropdown-menu:last-of-type.submenu li a {
  padding: 15px 0;
}

.header .navbar .dropdown-menu:last-of-type.submenu .dropdown-item::before {
  border: none;
}

.dropdown-menu li {
  position: static;
}

.submenu {
  position: inherit !important;
  display: none;
}

.submenu:hover {
  display: block;
}

@media (max-width: 991px) {
  .header .navbar .dropdown-menu:last-of-type {
    min-width: unset;
    max-width: unset;
    max-height: unset;
    overflow-y: visible;
  }
}

/* =================================================================================================
====================================================================================================
Footer
====================================================================================================
==================================================================================================== */
.footer__global {
  padding: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
}

.footer__global p {
  color: var(--color-theme-text-light) !important;
}

.footer__global .bg__parallax {
  position: relative;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-color: var(--color-theme-primary);
  -webkit-box-shadow: inset 0px 0px 100px 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 100px 100px rgba(0, 0, 0, 0.2);
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/7547E54A0B6195522F436586E4AB5ED4.jpg");
}

.footer__global.bg__parallax::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffffff),
    to(transparent)
  );
  background: -webkit-linear-gradient(bottom, #ffffff, transparent);
  background: -o-linear-gradient(bottom, #ffffff, transparent);
  background: linear-gradient(to top, #ffffff, transparent);
}

.footer__global .footer__overlay {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    color-stop(0%, var(--color-theme-tertiary)),
    color-stop(100%, var(--color-theme-tertiary-tint)),
    to(transparent)
  );
  background: -webkit-linear-gradient(
    bottom,
    transparent 0%,
    var(--color-theme-tertiary) 0%,
    var(--color-theme-tertiary-tint) 100%,
    transparent 100%
  );
  background: -o-linear-gradient(
    bottom,
    transparent 0%,
    var(--color-theme-tertiary) 0%,
    var(--color-theme-tertiary-tint) 100%,
    transparent 100%
  );
  background: linear-gradient(
    0deg,
    transparent 0%,
    var(--color-theme-tertiary) 0%,
    var(--color-theme-tertiary-tint) 100%,
    transparent 100%
  );
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer__global .footer__info {
  background: var(--color-theme-tertiary);
  padding: 150px 50px 50px;
  border-radius: 20px;
  z-index: 14;
  position: relative;
  margin-top: -150px;
}

.footer__global .footer__info .business__info__wrapper .business__name {
  font-size: 24px;
  font-weight: 700;
}

.footer__global
  .footer__info
  .business__info__wrapper
  .business__contact__info__wrapper {
  font-family: var(--bodyfont);
  font-size: 14px;
}

.footer__global .footer__info .footerNavItems .nav__item__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: unset;
}

.footer__global .footer__info .footerNavItems ul li {
  margin-bottom: 10px;
  font-family: var(--bodyfont);
  font-size: 14px;
}

.footer__global .footer__global__bottom {
  background-color: var(--color-theme-tertiary-tint);
  color: var(--color-theme-light);
  padding: 200px 0 20px 0;
  font-family: var(--bodyfont);
  font-size: 12px;
  margin-top: -150px;
  z-index: 10;
  position: relative;
}

.footer__global .footer__global__bottom .container {
  padding-bottom: 0;
}

.footer__global .footer__global__bottom ul {
  margin-bottom: 0;
}

.footer__global .footer__global__bottom ul li {
  margin-right: 20px;
}

.footer__global .footer__global__bottom ul li:last-of-type {
  margin-right: 0;
}

.footer__global .col {
  background: transparent !important;
}

.page-home .footer__global {
  margin-top: 0;
}

@media (max-width: 767px) {
  .footer__global .footer__global__bottom ul li {
    margin-right: 0;
  }
}

.store__hours .hours__status.hours__status__open {
  margin-right: 3px;
  background: var(--color-theme-secondary);
  color: var(--color-theme-text);
}

/* Text Links */
.footer__global,
.footer__global .nav-link,
.footer__global a {
  color: var(--color-theme-light);
}

/* Social */
.footer__global .social__share .social__icon {
  margin-right: 15px;
}

.footer__global .social__share .social__icon:last-of-type {
  margin-right: 0;
}

.footer__global .social__share .social__icon i {
  color: var(--color-theme-light);
  font-size: 18px;
}

.ulli-no-bullet {
  list-style-type: none;
  padding-left: 0;
}

/* ** Hide SiteBuilder Default Footer ** */
footer:last-of-type {
  display: none;
}

/*  Trade In Section
=================================================================================================*/
.tradein__section {
  position: relative;
  z-index: 30;
}

.tradein__section.wave {
  border-radius: 50px 50px 0 0;
  padding: 100px 0 150px 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--color-theme-primary)),
    to(var(--color-theme-tertiary))
  );
  background: -webkit-linear-gradient(
    bottom,
    var(--color-theme-primary) 0%,
    var(--color-theme-tertiary) 100%
  );
  background: -o-linear-gradient(
    bottom,
    var(--color-theme-primary) 0%,
    var(--color-theme-tertiary) 100%
  );
  background: linear-gradient(
    0deg,
    var(--color-theme-primary) 0%,
    var(--color-theme-tertiary) 100%
  );
  --mask: radial-gradient(
        105.15px at 50% calc(100% - 142.5px),
        #000 99%,
        #0000 101%
      )
      calc(50% - 100px) 0/200px 100%,
    radial-gradient(105.15px at 50% calc(100% + 92.5px), #0000 99%, #000 101%)
      50% calc(100% - 50px) / 200px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

/*  Social Gallery Section
=================================================================================================*/
.social__gallery__section {
  position: relative;
  z-index: 20;
  padding: 50px;
}

.social__gallery__section .social__img__grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  /* -ms-grid-columns: (1fr)[2]; */
  grid-template-columns: repeat(2, 1fr);
  /* -ms-grid-rows: (1fr)[2]; */
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1rem;
}

.social__gallery__section .social__item {
  -webkit-filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
  color: #fff;
  border-radius: 10px;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}

.social__gallery__section .social__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 576px) {
  .social__gallery__section {
    padding: unset;
  }
}

.page-checkout .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.page-checkout .form-row > .col,
.page-checkout .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.page-checkout .checkout-content .form-group {
  margin-bottom: 20px;
}

.eCommerce .form-control:focus {
  border-color: var(--color-theme-primary);
}

/*===================================================================================================
Global Internal Pages
===================================================================================================*/
.form-forms-text {
  font-size: 1.75em;
}

p.form-forms-text {
  font-size: 1em;
}

/** Adds top margin to all pages **/
[class*="page-"] {
  margin-top: 150px;
}

/** Clears top margin for HP to overlay nav on hero **/
.page-home,
.page-link,
.page-item {
  margin-top: unset !important;
}

.page__hero {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F7B8034582B4CFB5DB2FD361B70A26DE.jpg");
}

.page__hero .hero__page__h1 .section__title__preline {
  font-size: 1.5rem;
  font-weight: 400;
}

.page__hero .hero__page__h1 .section__title__headline {
  font-size: 3rem;
}

@media (max-width: 768px) {
  .page__hero {
    padding: 50px 0;
    margin-top: 1em;
  }
}

.page-vehicles .footer__global {
  margin-top: 100px;
}

/*  About Us page
=================================================================================================*/
.ourStory__section {
  margin: 50px auto;
}

.ourStory__section .signature {
  max-width: 120px;
}

/** Employees**/
.employees {
  background-color: #fff;
  padding-top: 20px;
}

.employee__title {
  padding: 50px 0 0;
  text-align: center;
  background-color: #fff;
}

.employee__title h1 {
  margin-bottom: 0;
}

.employees .card.employees-circle {
  -webkit-filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  background-color: white;
  margin-bottom: 0;
}

.employees.employees-circles .employees-img-circlephoto {
  margin: 0;
}

.employees.employees-circles .employees-img-circle {
  border-radius: 0px;
  -webkit-clip-path: polygon(85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
  border-width: 0 !important;
  border-radius: 10px;
  border-width: 2px;
}

.employees .card.employees-circle .employees-contact {
  background: var(--color-theme-tertiary);
  color: white;
  padding: 15px 20px 20px !important;
  border-radius: 0 0 10px 10px;
}

.employees a {
  color: #ffffff;
}

.employees-img-square {
  border-radius: 10px;
}

.employees-img-circlephoto {
  border-radius: 10px;
}

/** FAQs Section**/
.faq__section {
  margin: 50px 0;
}

.faq__section .section__img__wrapper {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/6B253D91D67BCACFEE8D3F2815BB27DA.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__section .section__img__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.faq__section .section__title__content {
  padding: 50px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__section .section__title__content .section__title__wrapper {
  width: 30%;
}

.faq__section .section__title__content .section__title1 {
  border-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
}

.faq__section .section__title__content .section__copy {
  margin-bottom: 0;
}

.accordion-flush .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion-flush .accordion-button:not(.collapsed) {
  background-color: var(--primary-light-bg);
  border: 1px solid var(--border);
  color: var(--color-theme-text);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
}

.accordion-flush .accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--primary-light-bg);
  border: 1px solid var(--border);
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  -o-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
  padding: 20px;
  border-radius: 10px !important;
}

.accordion-flush .accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.accordion-flush .accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-flush .accordion-button:focus {
  border-color: var(--border);
}

/*  Shopping Request Page
=================================================================================================*/
.page-shopping-request .form-wrap textarea {
  height: 4em !important;
}

.page-shopping-request .form-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

/*  Value My Trade Page
=================================================================================================*/
.page-value-my-trade .form-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.page-value-my-trade .form-wrap textarea {
  height: 4em !important;
}

/*=================================================================================================
Builder Resets / Overrides / Etc
=================================================================================================*/
/*  Inventory Slideshow */
.inventoryslideshow {
  background: unset !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.card__multi__style4 .item__card__details__wrapper__upper {
  min-height: unset !important;
}

.card__multi__style4 .item__flex {
  padding: 10px 20px;
}

.card__multi__style4 .item__card__details__wrapper .item__title h3 {
  line-height: 1;
}

.card__multi__style4 .item__card__details__wrapper .item__style {
  line-height: 1;
}

.item__card__details__wrapper__lower a:first-of-type {
  width: 100%;
}

sup {
  padding-left: 0;
}

.card__multi__style4 .item__flex .item__data .item__data__price {
  color: var(--color-theme-text);
}

.inventoryslideshow a:hover {
  color: unset;
}

a.btn {
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .featured__inv__section .featured__inv__shape {
    max-width: 250px;
  }

  .perform__custom__section .perform__custom__shape {
    top: -80px;
    max-width: 350px;
  }

  .aftermarket__section .aftermarket__shape {
    max-width: 300px;
  }

  .financing__section .finance__shape {
    max-width: 300px;
  }
}

/*  Loan Application
=================================================================================================*/
.loan-app-module .form-select {
  padding: 0em 0.8em !important;
}

/*# sourceMappingURL=autoTemplate31.css.map */

.sitemap {
  margin-top: 11em;
}

@media (min-width: 992px) {
  .sitemap {
    margin-top: 8em;
  }
}

@media (min-width: 992px) {
  .top__header__col2 {
    display: flex;
    justify-content: flex-end;
  }
}
