







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1300px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1300px;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
  word-break: normal;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 30px;
  text-transform: uppercase !important;
}

h2 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #0065a4;
  font-size: 23px;
  text-transform: none;
}

h3 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #0065a4;
  font-size: 20px;
  text-transform: none;
}

h4 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0065a4;
  font-size: 18px;
  text-transform: none;
}

h5 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0065a4;
  font-size: 16px;
  text-transform: none;
}

h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0065a4;
  font-size: 16px;
  text-transform: none;
}

@media only screen and (max-width: 900px) {
  h2 {
      font-size: 1.3rem;!important
  }
  h1 {
      font-size: 1.5rem!important;
  }
  h3, h4 {
      font-size: 1rem !important;
  }
}
/* Blockquote */

blockquote {
  border-left-color: #1f3864;
}





button,
.button {
  border: 1px none #0065a4;

  padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 91, 146, 1.0)

;
  border-radius: 5px;
  color: #FFFFFF;
  text-transform: capitalize;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(0, 51, 106, 1.0);
  border-color: #003d7c;
}

button:active,
.button:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(40, 131, 186, 1.0);
  border-color: ;
}





form,
.submitted-message {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #000000;
}

/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #0065a4;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  
  background-color: 

  
  
    
  


  rgba(248, 248, 248, 1.0)

;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #aaa !important;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #aaaaaa;
}

::-moz-placeholder {
  color: #aaaaaa;
}

:-ms-input-placeholder {
  color: #aaaaaa;
}

::placeholder {
  color: #aaaaaa;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #aaaaaa;
}

.fn-date-picker td.is-selected .pika-button {
  background: #005B92;
}

.fn-date-picker td .pika-button:hover {
  background-color: #005B92 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #005B92;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #0e3053 !important;
    padding: 15px 5px;
    border-radius: 5px;
    min-width: 250px;
    font-size: 16px !important;
    border: none !important;
    text-transform: initial !important;
}
form input[type=submit]:hover, form .hs-button:hover {
    background:#0065a4!important;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 51, 106, 1.0);
  border-color: #003d7c;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 131, 186, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  width: initial !important;
  min-width: 100% !important;
}

#product-post-body table {
    background-color: rgba(255,255,255,1.0);
    width: 100% !important;
    min-width: 700px !important;
}
.product-post-body table img {display: block;max-width: 150px;}
.product-post-body-description>div>div>div {overflow-x: auto;}

/* Table cells */

td,
th {
  border: 1px solid #000000;

  padding: 5px;
  border-color: ;
  color: #000000;
}
th {font-size: 16px;}

thead th {
    background-color: #0e3053;
    color: #ffffff;
}
thead th h3 {
  color: #ffffff;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.header {
  background-color: 

  
  
    
  


  rgba(31, 56, 100, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: Open Sans;
}

.menu__child-toggle-icon {
  border-top-color: #000000;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #000000;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #005B92;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #005B92;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #000000;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(31, 56, 100, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(31, 56, 100, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #000000;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(31, 56, 100, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #000000;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 50px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #0065a4;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #003d7c;
}

.blog-related-posts__title-link:active {
  color: #288dcc;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 50px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #0065a4;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #003d7c;
}

.blog-index__post-title-link:active {
  color: #288dcc;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #000000;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #000000;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #282828;
}

.pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #0065a4;
  font-size: 20px;
}

.card__body svg {
  fill: #005B92;
}

.section .card-image {
  padding-top: 100% !important;
}

#main-content ul, #main-content ul li {
    list-style-type: initial !important;
    list-style: initial !important;
}
#main-content ul li {
    margin-left: 25px;
    margin-bottom: 6px;
}
#main-content .products-listing-filter ul li,#main-content .manufacturer-listing-filter ul li {
    margin-left: 0;
    margin-bottom: 0;
}

#main-content ul li p {
    margin: 0;
}

/* Social follow */

.social-links__icon {
  background-color: #005B92;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #00336a;
}
li[data-category="aftermarket"] {
    display: none !important;
}
.social-links__icon:active {
  background-color: #2883ba;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #0065a4;
  font-size: 20px;
}
    .product-right-content ul span {
    display: inline-block !important;
    width: auto !important;
}

/* New Styles for 2025 Rebrand - Creative Guild */

body, p, a, a:hover, a:focus, .featured-form label, form, .submitted-message {
  font-family: elza, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
p em {
  font-family: elza, sans-serif;
  font-weight: 400;
  font-style: italic;
}
p strong, a.flawless-button-default,
.featured-product-content-cta a,
a.callout-banner-hero-cta {
  font-family: elza, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1, h2, h3, .header-navigation-top-buttons a,
div#hs_cos_wrapper_module_1658509780751 a.flawless-button-default,
.hero-slider .carousel-cell .inner a.flawless-button-default,
.branding-buttons a,
a.home-hero-cta,
a.flawless-button-default,
a.callout-banner-hero-cta {
  font-family: elza-condensed, sans-serif !important;
  font-weight: 900;
  font-style: normal;
}
.header-navigation-bottom .hs-menu-wrapper>ul>li a {
    text-transform: none !important;
}
#hs_cos_wrapper_widget_1642714044487_ h2,
.header-navigation-top-buttons a,
div#hs_cos_wrapper_module_1658509780751 a.flawless-button-default,
.hero-slider .carousel-cell .inner a.flawless-button-default,
.branding-buttons a,
a.home-hero-cta,
a.flawless-button-default,
a.callout-banner-hero-cta {
    text-transform: uppercase !important;
}
.icon-content-grid-module-block-icon img {
    filter: brightness(0) invert(1);
    display: none;
}
.icon-content-grid-module-block-icon h3 {
    margin: 0;
}
.featured-product-content .featured-product-content-cta a {
    background: transparent !important;
    border-radius: 0 !important;
    bottom: 15px;
    color: #0e3053 !important;
    display: block;
    left: 15px;
    max-width: auto !important;
    padding: 0 !important;
    position: absolute;
    text-align: left !important;
    text-decoration: none;
    width: auto !important;
    border-bottom: 2px solid #fff;
}
.featured-product-content .featured-product-content-cta a:hover {
    background-color: transparent  !important;
    border-bottom: 2px solid #0e3053;
}
h1 .title {
    font-size: 3rem !important;
    line-height: 1.2em;
}
.social-media-links a {
    height: 48px !important;
    width: 48px !important;
}
div#homepage-video {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.header-navigation-top-buttons a, div#hs_cos_wrapper_module_1658509780751 a.flawless-button-default, .hero-slider .carousel-cell .inner a.flawless-button-default, .branding-buttons a, a.home-hero-cta, a.flawless-button-default, a.callout-banner-hero-cta {
    font-size: 18px !important;
    padding: 20px 50px 20px;
    min-width: 200px;
}
.icon-content-grid-module-block-icon h3 {
    font-size: 36px !important;
}

/* Resize Logo */

@media only screen and (min-width: 1300px) {
.flawless-header-inside .header-branding {
    width: 350px !important;
}
}