/*
Theme Name: PartsTraderUs
Description: PartsTraderUs.com's custom special theme
Author: Gigantic Media
Author URI: www.giganticmedia.net
*/
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),
    url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  min-height: 100%;
}

input {
  outline: none !important;
}

/* More specific rules for search inputs */
input[type="search"],
input[type="text"],
.wp-block-search__input,
.search-field,
div.asl_m .probox .proinput input,
div.asl_m .probox .proinput input.autocomplete,
.ajaxsearchlite input[type="search"],
#ajaxsearchlite1 .probox .proinput input,
.proinput input.orig {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* Focus states */
input[type="search"]:focus,
input[type="text"]:focus,
.wp-block-search__input:focus,
.search-field:focus,
div.asl_m .probox .proinput input:focus,
div.asl_m .probox .proinput input.autocomplete:focus,
.ajaxsearchlite input[type="search"]:focus,
#ajaxsearchlite1 .probox .proinput input:focus,
.proinput input.orig:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  color: #fff !important;
}

/* For the AJAX Search Lite plugin specifically */
div.asl_w .probox .proinput input {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Override any autofill styles from browsers */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

body.ppc-landing-page {
  background: #bde6f2 !important;
}
a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
  outline-offset: inherit;
}
input[type="submit"] {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul {
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  padding-left: 0;
}
.clear {
  clear: both;
}

div.asl_w .probox .promagnifier {
  box-shadow: none !important;
}

.asl_m .probox svg {
  fill: #fff !important;
}

.myth-blog-list {
  padding-left: 30px !important;
}

#cover {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: none;
}
#modal {
  position: fixed;
  width: 100%;
  top: 20%;
  height: auto;
  z-index: 999999;
  display: none;
}
#modal .video-item {
  width: 640px;
  position: relative;
  display: table;
  margin: 0 auto;
}
#modal .video-item a#close {
  display: table;
  background: #000;
  color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 999999;
  right: -20px;
  top: -20px;
  font-weight: bold;
}
#modal .video-item a#close:hover {
  background: #fff;
  color: #000;
}
#modal .video-item iframe {
  max-width: 641px;
  max-height: 364px;
  width: 100%;
  height: 366px;
}
@media all and (min-width: 1px) {
  #modal .video-item {
    width: 360px;
  }
  #modal .video-item iframe {
    height: 190px;
  }
}

@media all and (min-width: 992px) {
  #modal .video-item {
    width: 640px;
  }
  #modal .video-item iframe {
    height: 366px;
  }
}

@media all and (min-width: 1200px) {
  #modal .video-item {
    width: 640px;
  }

  #modal .video-item iframe {
    height: 366px;
  }
}

header#headerSticky {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  z-index: 99999999;
}

@media all and (min-width: 992px) {
  header#headerSticky .col-md-9 {
    margin-top: 20px;
  }
}

@media all and (max-width: 992px) {
  header#headerSticky .col-md-3 {
    padding: 0 20px;
  }
}


@media all and (min-width: 992px) {
header#headerSticky > .container > .row {
  align-items: center !important;
}
}

header#headerSticky.header_color_bg {
  background: #002662 !important;
}
header#headerSticky.sticky {
  padding: 10px 0;
  position: fixed;
  background: #002662;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-webkit-webkit-moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
}
header#headerSticky .menu-icon {
  position: absolute;
  right: 0;
  top: -41px;
  text-decoration: none;
  text-align: center;
  width: 46px;
  height: 46px;
  z-index: 9999;
  display: block;
  color: #fff;
  font-size: 30px;
  
}

header#headerSticky .menu-icon:focus {
  color: #fff;
}
header#headerSticky .menu-icon span:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  display: table;
}

header#headerSticky nav .btn-login {
  display: table;
  float: right;
}
header#headerSticky nav .btn-login a.btn {
  display: table;
  background: #fff;
  color: #002662;
  font-size: 11px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  padding: 0 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

@media all and (min-width: 992px) {
  header#headerSticky nav .btn-login a.btn {
      margin-top: -5px;
  }
}

header#headerSticky nav .btn-login a.btn:hover {
  background: #9fcefc;
  color: #002662;
}
header#headerSticky nav ul.menu {
  display: table;
  float: right;
}
header#headerSticky nav ul.menu > li {
  display: table;
  float: left;
  position: relative;
  padding: 0 10px;
  min-height: 40px;
  text-align: center;
}
header#headerSticky nav ul.menu > li.current-menu-item > a {
  color: #fca42f;
}
header#headerSticky nav ul.menu > li.current-menu-ancestor > a {
  color: #fca42f;
}
header#headerSticky nav ul.menu > li > a {
  color: #fff;
  padding: 15px 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header#headerSticky nav ul.menu > li.open > a {
  opacity: 0.7;
}
header#headerSticky nav ul.menu > li > a:hover {
  color: #9fcefc;
}
header#headerSticky nav ul.menu > li > ul.sub-menu {
  list-style-type: none;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  top: 40px;
}
header#headerSticky nav ul.menu > li > ul.sub-menu > li {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  min-width: 150px;
}
header#headerSticky nav ul.menu > li > ul.sub-menu > li > a {
  color: #fff;
  display: table;
  padding: 10px 0;
}
header#headerSticky nav ul.menu > li > ul.sub-menu > li.current-menu-item > a {
  color: #fca42f;
}
header#headerSticky nav ul.menu > li > ul.sub-menu > li > a:hover {
  color: #9fcefc;
}

footer {
  color: #fff;
}
footer .footer-top {
  background: #002662;
  padding: 40px 0;
}
footer .footer-bottom {
  background: #002662;
  padding: 30px 0 40px 0;
}
footer .footer-bottom .copyright {
  font-size: 10px;
  text-transform: uppercase;
}
footer .footer-bottom ul {
  list-style-type: none;
}
footer .footer-bottom ul.footer-bottom-menu {
  display: table;
  float: right;
}
footer .footer-bottom ul.footer-bottom-menu li {
  font-size: 12px;
  border-right: 1px solid #fff;
  display: table;
  float: left;
  padding: 0 10px;
  line-height: 14px;
}
footer .footer-bottom ul.footer-bottom-menu li:last-child {
  border-right: 0;
  padding: 0 0 0 10px;
}
footer .footer-bottom ul.footer-bottom-menu li a {
  color: #fff;
}
footer .footer-bottom ul.footer-bottom-menu li a:hover {
  text-decoration: underline;
}
footer .logo-footer {
  cursor: pointer;
}
footer h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}
footer .footer-menu-1 {
  list-style-type: none;
}
footer .footer-menu-1 ul {
  list-style-type: none;
}
footer .footer-menu-1 li {
  margin-bottom: 5px;
}
footer .footer-menu-1 li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
footer .footer-menu-1 li a:hover {
  text-decoration: underline;
}
footer .footer-menu-2 {
  list-style-type: none;
}
footer .footer-menu-2 ul {
  list-style-type: none;
}
footer .footer-menu-2 li {
  margin-bottom: 5px;
}
footer .footer-menu-2 li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
footer .footer-menu-2 li a:hover {
  text-decoration: underline;
}
footer .footer-info {
  font-family: "Roboto", sans-serif;
}
footer .footer-info ul {
  list-style-type: none;
}
footer .footer-info .info1 {
  font-size: 10px;
  border-top: 1px solid #fff;
  padding: 16px 0;
  max-width: 215px;
}
footer .footer-info .info1 span {
  display: block;
}
footer .footer-info .info1 a {
  color: #fff;
  font-size: 14px;
  display: block;
}
footer .footer-info .info1 a:hover {
  text-decoration: underline;
}
footer .footer-info .info1 p {
  margin-bottom: 0;
}
footer .footer-info .info2 {
  font-size: 10px;
  border-top: 1px solid #fff;
  padding: 16px 0;
  max-width: 215px;
}
footer .footer-info .info2 span {
  display: block;
}
footer .footer-info .info2 a {
  color: #fff;
  font-size: 14px;
  display: block;
}
footer .footer-info .info2 a:hover {
  text-decoration: underline;
}

footer .join-follow a.join {
  display: table;
  margin: 0 auto;
  padding: 15px 15px;
  color: #0daad7;
  background: #fff;
  border-radius: 25px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .join-follow a.join:hover {
  background: #025870;
  color: #0daad7;
}
footer .join-follow div.footer-social {
  list-style-type: none;
}
footer .join-follow div.footer-social li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
footer .join-follow div.footer-social li a {
  color: #fff;
}
footer .join-follow div.footer-social li.linkedin a span {
  color: #fff;
  display: table;
  float: left;
  margin-right: 10px;
}
footer .join-follow div.footer-social li.linkedin a span:before {
  content: "\f08c";
  font-family: "FontAwesome";
  display: table;
  font-size: 20px;
}
footer .join-follow div.footer-social li.linkedin a strong {
  display: table;
  float: left;
  line-height: 30px;
  font-weight: normal;
}
footer .join-follow div.footer-social li.linkedin a:hover strong {
  text-decoration: underline;
}

section.blog-page {
  margin-bottom: 20px;
}
section.blog-page h3 {
  font-size: 40px;
  font-weight: 300;
}
section.blog-page h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 30px;
}
section.blog-page .post-item.featured {
  border-bottom: 1px solid #ccc;
  margin-bottom: 80px;
}
section.blog-page .post-item {
  margin-bottom: 30px;
}
section.blog-page .post-item .wp-post-image {
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
}
section.blog-page .post-item.featured .post-info {
  min-height: 350px;
}
section.blog-page .post-info span.date {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
section.blog-page .post-info h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
section.blog-page .post-info h2 a {
  color: #333;
}
section.blog-page .post-info .bottom-item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
section.blog-page .post-info .bottom-item a {
  color: #333;
}
section.blog-page .post-info .bottom-item a:hover {
  text-decoration: underline;
}
section.blog-page .post-info .bottom-item .heateorSssSharingRound {
  display: none;
}
section.blog-page .post-info .bottom-item .cat {
  display: table;
  float: left;
  padding-top: 9px;
  margin-right: 4px;
}
section.blog-page .post-info .bottom-item .cat span {
  color: #777;
}
section.blog-page .post-info .bottom-item .heateor_sss_sharing_container {
  display: table;
  float: left;
}
section.blog-page .post-info .bottom-item ul.heateor_sss_sharing_ul li {
  width: 70px;
}
section.blog-page .back-to {
  padding: 15px 0 0 0;
}
section.blog-page .back-to a {
  color: #2E7192;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
}

section.category-page {
  margin-bottom: 20px;
}
section.category-page h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px !important;
}
section.category-page h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 30px;
}
section.category-page .post-item.featured {
  border-bottom: 1px solid #ccc;
  margin-bottom: 80px;
}
section.category-page .post-item {
  margin-bottom: 30px;
}
section.category-page .post-item .wp-post-image {
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
}
section.category-page .post-item.featured .post-info {
  min-height: 350px;
}
section.category-page .post-info span.date {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
section.category-page .post-info h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
section.category-page .post-info h2 a {
  color: #333;
}
section.category-page .post-info .bottom-item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
section.category-page .post-info .bottom-item a {
  color: #333;
}
section.category-page .post-info .bottom-item a:hover {
  text-decoration: underline;
}
section.category-page .post-info .bottom-item .heateorSssSharingRound {
  display: none;
}
section.category-page .post-info .bottom-item .cat {
  display: table;
  float: left;
  padding-top: 9px;
  margin-right: 4px;
}
section.category-page .post-info .bottom-item .cat span {
  color: #777;
}
section.category-page .post-info .bottom-item .heateor_sss_sharing_container {
  display: table;
  float: left;
}
section.category-page .post-info .bottom-item ul.heateor_sss_sharing_ul li {
  width: 70px;
}
section.category-page .back-to {
  padding: 15px 0 0 0;
}
section.category-page .back-to a {
  color: #2E7192;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
}

section.home-insurance-partners {
  padding: 80px 0;
}
section.home-insurance-partners p {
  padding-top: 30px;
}
section.home-featured-area {
  position: relative;
  height: 497px;
  margin-bottom: 20px;
}
section.home-featured-area .cta-item-uniform {
  font-size: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 10px;
  color: #fff;
  background-color: #333;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  position: relative;
  top: 25px;
  font-weight: 100;
}

section.suppliers-message-covid-19 {
  background: #7aa62f;
  text-align: center;
  margin-top: -23px;
  margin-bottom: 40px;
  padding: 10px;
  display: none;
}

section.suppliers-message-covid-19 h5 a {
  color: white;
  font-size: 16px;
}

section.home-featured-area .cta-item-uniform:hover {
  color: #00a4b0;
}

.vc_btn3 {
  background: #333 !important;
  font-weight: 100;
}
section.home-featured-area .cta-item {
  color: #fff;
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 497px;
}
section.home-featured-area .cta-item .txt {
  padding: 0 20px 0 0;
}
section.home-featured-area .cta-item .txt h1 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
section.home-featured-area .cta-item .txt h1 a {
  color: #fff;
}
section.home-featured-area .cta-item .txt h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
  padding-right: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
}
section.home-featured-area .cta-item .txt h2 a {
  color: #fff;
}
section.home-featured-area .cta-item .txt a.cta {
  display: table;
  background: #fff;
  color: #01bdbb;
  font-size: 11px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border-radius: 15px;
  padding: 0 20px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.home-featured-area .cta-item .txt a.cta:hover {
  background: #025870;
  color: #0daad7;
}
section.home-featured-area .cta-item .valign {
  display: table-cell;
  vertical-align: middle;
}
section.home-featured-area .cta-item .play-bt {
  display: table;
  margin-top: 40px;
  margin-left: -50px;
}

section.categories {
  margin-bottom: 0;
  margin: 100px 0 0 0;
}

/* Add flexbox alignment for better vertical alignment */
section.categories .item1,
section.categories .item2,
section.categories .item3 {
  border-top: 5px solid #efbb23;
  margin: 0 0 40px 0;
  padding: 20px 0 0 0;
}

section.categories .item1 .row,
section.categories .item2 .row,
section.categories .item3 .row {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

section.categories .item1 .col-md-3,
section.categories .item2 .col-md-3,
section.categories .item3 .col-md-3 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px; /* Small adjustment to align with text baseline */
}

section.categories .item1 .col-md-9,
section.categories .item2 .col-md-9,
section.categories .item3 .col-md-9 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

section.categories img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Make the first icon smaller to match the other two */
section.categories .item1 img {
  max-width: 80% !important;
  height: auto;
}

section.categories h3,
section.categories h3 a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

section.categories p,
section.categories p a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  color: #424251;
  margin: 0;
  line-height: 1.4;
}

section.video-latest-posts {
  margin-bottom: 40px;
}
section.video-latest-posts .video-content {
  margin: 0 0 30px 0;
}
section.video-latest-posts .video-content h3 {
  height: 36px;
  line-height: 36px;
  background: url(/wp-content/uploads/2025/07/what-sets-us-apart.svg) no-repeat left center;
  background-size: 32px 32px;
  padding-left: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #333;
  margin-top: 0;
}
section.video-latest-posts .video-content .video-inner {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}
section.video-latest-posts .video-content .video-inner video {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}
section.video-latest-posts .video-content .video-inner #play {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background: url(/wp-content/themes/partstrader/images/play-bt2.png) no-repeat;
  width: 132px;
  height: 132px;
  cursor: pointer;
  z-index: 99999;
}
section.video-latest-posts .latest-posts {
  background: #f4f4f4;
  padding: 10px 20px 20px 20px;
}
section.video-latest-posts .latest-posts h3 {
  font-family: "Roboto Condensed", sans-serif;
  height: 31px;
  line-height: 31px;
  background: url(/wp-content/uploads/2025/07/latest-posts.svg) no-repeat left center;
  background-size: 28px 28px;
  padding-left: 50px;
  font-size: 16px;
  text-transform: uppercase;
  color: #092847;
  font-weight: bold;
}
section.video-latest-posts .latest-posts ul {
  list-style-type: none;
}
section.video-latest-posts .latest-posts ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
section.video-latest-posts .latest-posts ul li:last-child {
  border-bottom: 0;
}
section.video-latest-posts .latest-posts ul li a {
  color: #333;
  font-size: 15px;
}
section.video-latest-posts .latest-posts ul li a:hover {
  text-decoration: underline;
}
section.video-latest-posts .latest-posts a.see-all {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2E7192;
  letter-spacing: 1px;
}
section.video-latest-posts .latest-posts a.see-all:hover {
  text-decoration: underline;
}
/*section.video-latest-posts #video_wrap2 {width:100%;padding-top:50px;}
section.video-latest-posts #video_wrap2 iframe {width:100%;height: 362px;}*/

/*slider*/
/*slider*/
/*slider*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 59px;
  height: 59px;
  border: 0;
  z-index: 9998;
  cursor: pointer;
}
.slick-arrow:focus {
  outline: none;
}
.slick-prev {
  background-position: 0 0;
  position: absolute;
  left: -90px;
  top: 35%;
}
.slick-next {
  background-position: 0 -100px;
  position: absolute;
  right: -90px;
  top: 35%;
}

#slider-testimonials .item:focus {
  outline: none;
}
section.testimonials {
  margin-bottom: 80px;
}
section.testimonials h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
}

section.testimonials .item p {
  font-size: 16px;
  margin-bottom: 30px;
  min-height: 200px;
}
section.testimonials .item .info {
  border-left: 5px solid #2E7192;
  padding: 5px 0 5px 20px;
  margin-top: 12px;
}
section.testimonials .item .info span {
  display: block;
  font-size: 12px;
}
section.testimonials .item .info strong {
  font-size: 14px;
}

section.services {
  margin-bottom: 40px;
}
section.services h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}
section.services h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  text-align: center;
  padding: 10px 0 30px 0;
  font-weight: 300;
}
section.services .gbox {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(229, 229, 229, 0.75);
  -webkit-webkit-webkit-moz-box-shadow: 0px 6px 5px 0px
    rgba(229, 229, 229, 0.75);
  box-shadow: 0px 6px 4px 0px rgba(229, 229, 229, 0.75);
}
section.services .gbox h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
section.services .gbox img {
  display: table;
  margin: 0 auto;
  max-width: 90%;
}
section.services .gbox strong {
  font-size: 20px;
  font-weight: 500;
}
section.services .gbox p {
  font-size: 13px;
  margin: 20px 0 10px 0;
  line-height: 20px;
}
section.services .gbox a.read-more {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  letter-spacing: 1px;
}
section.services .gbox a.read-more:hover {
  text-decoration: underline;
}

section.services .box1 a.read-more {
  color: #095a81;
}
section.services .box2 a.read-more {
  color: #fba42d;
}
section.services .box3 a.read-more {
  color: #ef6d43;
}
section.services .box4 a.read-more {
  color: #307091;
}

section.news-updates {
  background: #f6f6f6;
  padding: 40px 0 80px 0;
}
section.news-updates h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
}
section.news-updates h2 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 10px 0 30px 0;
  letter-spacing: 1px;
}
section.news-updates .news-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  height: 450px;
  max-width: 380px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

/* Awesome hover effect for news items */
section.news-updates .news-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

section.news-updates .news-item img {
  display: block;
  margin-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.5s ease;
  flex-shrink: 0;
}

/* Image scale effect on hover */
section.news-updates .news-item:hover img {
  transform: scale(1.05);
}
section.news-updates .news-item .info {
  padding: 20px 30px 30px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.news-updates .news-item .info .date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #2E7192;
}
section.news-updates .news-item .info h3 {
  font-size: 20px;
  font-weight: 300;
}
section.news-updates .news-item .info h3 a {
  color: #333;
  transition: color 0.3s ease;
}
section.news-updates .news-item .info h3 a:hover,
section.news-updates .news-item:hover .info h3 a {
  color: #2E7192;
  text-decoration: none;
}
section.news-updates .news-item .info span {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section.news-updates a.view-all {
  display: table;
  margin: 0 auto;
  padding: 15px 10px;
  min-width: 150px;
  color: white;
  background: #002662;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section.news-updates a.view-all:hover {
  background: #002e3b;
  color: #ffffff;
}

/*section.default-internal-opt-title {background:#0daad7;min-height: 230px;padding:150px 0 0 0;}*/
section.default-internal-opt-title {
  background: #9fcefc;
  min-height: 90px;
  padding: 82px 0 2px 0;
}
section.default-internal-opt-title .container {
  background-color: #9fcefc;
  /*opacity: 0.7;*/
  /*padding: 20px 0;*/
}

section.default-internal-opt-title .container .row {
  padding: 20px 0;
}
section.default-internal-opt-title h2 {
  font-weight: 700;
  margin: 0 0 0;
  padding: 0;
  text-align: center;
  color: #000000;
  font-size: 36px !important;
  text-transform: uppercase;
}
section.default-internal-opt-title h1 {
  font-weight: 700;
  margin: 0 0 0;
  padding: 0;
  text-align: center;
  color: #000000;
  font-size: 36px !important;
  text-transform: uppercase;
}

section.default-internal-content {
  padding: 0;
  min-height: 590px;
}

section.default-internal-content span.headline {
  display: block;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  color: #666;
  padding: 30px 0 0 0;
}

section.default-internal-content.no-headline span.headline {
  margin: 70px 0 10px 0;
}
section.default-internal-content h1 {
  display: block;
  font-size: 40px;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 300;
  color: #333;
}
section.default-internal-content.no-headline {
  padding-top: 88px;
}
section.default-internal-content.no-headline h1 {
  padding-top: 30px;
}
section.default-internal-content.no-subtitle h1 {
  padding-top: 30px;
}
section.default-internal-content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
section.default-internal-content small {
  color: #666;
  font-size: 13px;
}
section.default-internal-content hr {
  width: 160px;
  border-top: 1px solid #ccc;
  margin: 0 0 20px 0;
}

ul.sidebar {
  list-style-type: none;
}
.widget_search {
  background: #f5f5f5;
  border-top: 6px solid #efbb23;
  padding: 55px 30px;
}
.widget_search form div {
  height: 51px;
}
.widget_search form div label.screen-reader-text {
  display: none;
}
.widget_search form div #s {
  height: 51px;
  background: #fcfcfc;
  border: 1px solid #dcdcdc;
  border-right: 0;
  display: table;
  float: left;
  padding-left: 15px;
  font-size: 15px;
}
.widget_search form div #searchsubmit {
  background: url(/wp-content/themes/partstrader/images/sidebar-search-icon.png)
    no-repeat;
  width: 61px;
  height: 51px;
  display: table;
  border: 0;
  float: left;
  font-size: 0;
}

.widget_categories {
  background: #f5f5f5;
  border-top: 6px solid #ec7348;
  padding: 15px 30px 30px 30px;
}
.widget_categories h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ec7348;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
  padding: 0 0 0 15px;
}
.widget_categories ul {
  list-style-type: none;
}
.widget_categories ul li {
  border-bottom: 1px solid #ccc;
  padding: 0 0 0 15px;
}
.widget_categories ul li a {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.widget_categories ul li a:hover {
  text-decoration: underline;
}

.widget_archive {
  background: #f5f5f5;
  border-top: 6px solid #7e5dbc;
  padding: 15px 30px 30px 30px;
}
.widget_archive h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #7e5dbc;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
  padding: 0 0 0 15px;
}
.widget_archive select {
  height: 51px;
  width: 100%;
  padding: 0 0 0 15px;
  border-radius: 5px;
}
.widget_archive label.screen-reader-text {
  display: none;
}

.popular-posts {
  background: #f5f5f5;
  padding: 15px 30px 30px 30px;
}
.popular-posts .widgettitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
  padding: 0 0 0 15px;
  color: #092847;
  padding-left: 50px;
  background: url(/wp-content/themes/partstrader/images/icon-popular-posts.png)
    no-repeat;
  margin-bottom: 15px;
}
.popular-posts ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.popular-posts ul li:last-child {
  border-bottom: 0;
}
.popular-posts ul li a.wpp-post-title {
  font-size: 15px;
  color: #333;
  padding: 0 0 0 15px;
  display: table;
  float: left;
  max-width: 215px;
}
.popular-posts ul li a.wpp-post-title:hover {
  text-decoration: underline;
}
.popular-posts ul li a:not(.wpp-post-title) {
  float: left;
  display: table;
}
.popular-posts ul li a img {
  float: none;
  max-width: 88px;
}
.popular-posts a.read-more {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  letter-spacing: 1px;
  color: #2E7192;
}
.popular-posts a.read-more:hover {
  text-decoration: underline;
}

.single-blog-page-content .back-to {
  padding: 15px 0 0 0;
}
.single-blog-page-content .back-to a {
  color: #2E7192;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
}
.single-blog-page-content h1 {
  font-size: 40px;
  color: #333;
  font-weight: 300;
}
.single-blog-page-content .date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 30px;
}

.single-blog-page-content .featured-image {
  margin-bottom: 15px !important;
}

.pmb-print-this-page {
    margin-bottom: 15px !important;
}

.wp-block-button__link {
	border-radius: 0px !important;
}

.wp-block-button__link:hover {
    color: #efbb23 !important;
}

.single-blog-page-content .content {
  padding-bottom: 40px;
}

.single-blog-page-content .content p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.single-blog-page-content .content blockquote {
  border-color: #15a7cc;
  padding: 0 15px;
  margin-bottom: 30px;
}
.single-blog-page-content .content blockquote p {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 0;
}
.single-blog-page-content .content .heateorSssSharingRound {
  display: none;
}
.footer-social > div > ul > li:not(.heateorSssSharingRound) {
  display: none;
}
.single-blog-page-content .author {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 30px 0;
}
.single-blog-page-content .author .avatar {
  width: 107px;
  float: left;
}
.single-blog-page-content .author .info {
  max-width: 500px;
  float: left;
  margin-left: 20px;
}
.single-blog-page-content .author .name {
  font-size: 15px;
}
.single-blog-page-content .author .name span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #878787;
}
.single-blog-page-content .author .name hr {
  width: 75px;
  height: 2px;
  background: #ebebeb;
  border: 0;
  margin: 10px 0 15px 0;
}
.single-blog-page-content .author .description {
  font-size: 13px;
  color: #666;
}
.single-blog-page-content .navigation {
  width: 220px;
  margin: 0 auto 30px auto;
}
.single-blog-page-content .navigation .nav-item1 {
  display: table;
  float: left;
  border-right: 1px solid #092847;
  width: 110px;
}
.single-blog-page-content .navigation .nav-item2 {
  display: table;
  float: right;
  border-left: 1px solid #092847;
  width: 110px;
  text-align: right;
}
.single-blog-page-content .navigation a {
  font-size: 15px;
  text-transform: uppercase;
  color: #092847;
}
.single-blog-page-content .navigation a:hover {
  text-decoration: underline;
}
.single-blog-page-content .navigation span.arrow-next {
  display: table;
  float: right;
  margin-top: 5px;
  margin-left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #092847;
}
.single-blog-page-content .navigation span.arrow-prev {
  display: table;
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #092847 transparent transparent;
}
.single-blog-page-content div.tags {
  font-family: "Roboto Condensed", sans-serif;
  display: table;
  float: right;
  margin-top: -27px;
  color: #787878;
  font-size: 12px;
}
.single-blog-page-content div.tags a {
  color: #787878;
  font-family: "Montserrat", sans-serif;
}
.single-blog-page-content div.tags a:hover {
  text-decoration: underline;
}
.single-blog-page-content .heateor_sss_sharing_container {
  position: relative;
  top: -25px;
}

.sfsi_Sicons {
  margin: 0 0 30px 0;
}

.contact-page {
  padding: 40px 0;
}
.contact-page .image-contact {
  display: block;
  margin-bottom: 5px;
}
.contact-page .icon-image {
  display: block;
  margin-bottom: 50px;
}
.contact-page h2 {
  font-size: 40px;
  font-weight: 300;
  color: #333;
  margin: 0 0 30px 0;
}
.contact-page h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}
.contact-page p {
  font-size: 15px;
  margin-bottom: 20px;
}
.contact-page .contact-form {
  background: #f5f5f5;
  padding: 40px;
}
.contact-page .contact-form input {
  border: 0;
  background: #f5f5f5;
  border-bottom: 1px solid #aeaeae;
  line-height: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.contact-page .contact-form textarea {
  border: 0;
  background: #f5f5f5;
  border-bottom: 1px solid #aeaeae;
  line-height: 30px;
  margin-bottom: 20px;
  width: 100%;
  height: 170px;
}
.contact-page .contact-form input.wpcf7-form-control.wpcf7-submit {
  display: table;
  margin: 0;
  padding: 10px 30px;
  color: #fff;
  background: #2E7192;
  border-radius: 25px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
  width: auto !important;
}
.contact-page .contact-form input.wpcf7-form-control.wpcf7-submit:hover {
  background: #002e3b;
}

.cta1 {
  padding: 60px 0;
}
.cta1 h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.cta1 .cta-button {
  display: table;
  margin: 30px 0 0 0;
  padding: 15px 30px;
  color: #fff;
  background: #2E7192;
  border-radius: 25px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
}
.cta1 .cta-button:hover {
  background: #002e3b;
}

section.cta-half-text-image {
  background: #f5f5f5;
  padding: 40px 0 20px 0;
}
section.cta-half-text-image h2 {
  font-weight: 300;
  font-size: 40px;
}
section.cta-half-text-image p {
  font-size: 13px;
}
section.cta-half-text-image a.read-more-btn {
  color: #01bdbb;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  letter-spacing: 1px;
}
section.cta-half-image-text {
  background: #f5f5f5;
  padding: 40px 0 40px 0;
}
section.cta-half-image-text h2 {
  font-weight: 300;
  font-size: 40px;
}
section.cta-half-image-text p {
  font-size: 13px;
}
section.cta-half-image-text a.read-more-btn {
  color: #fe6e5f;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  letter-spacing: 1px;
}
section.internal-featured-area {
  position: relative;
  height: 499px;
}
section.internal-featured-area .bg-image {
  border-bottom: 2px solid #fff;
}
section.internal-featured-area .cta-item {
  color: #fff;
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 497px;
}
section.internal-featured-area .cta-item .txt {
  padding: 0 0 0 0;
  text-align: center;
}
section.internal-featured-area .cta-item .txt h2 {
  font-size: 36px;
  font-weight: bold;
}
section.internal-featured-area .cta-item .txt h2 img {
  margin-right: 20px;
}
section.internal-featured-area .cta-item .txt p {
  font-size: 22px;
  font-weight: normal;
}
section.internal-featured-area .cta-item .txt p a {
  color: #fff;
}
section.internal-featured-area .cta-item .txt a.cta {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
section.internal-featured-area .cta-item .valign {
  display: table-cell;
  vertical-align: middle;
}
section.internal-featured-area .cta-item .play-bt {
  display: table;
  margin-top: 40px;
  margin-left: -50px;
}

section.services2 {
  margin-bottom: 40px;
  padding: 30px 0;
}
section.services2 h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}
section.services2 h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  text-align: center;
  padding: 10px 0 30px 0;
  font-weight: 300;
}
section.services2 .gbox {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(229, 229, 229, 0.75);
  -webkit-webkit-webkit-moz-box-shadow: 0px 6px 5px 0px
    rgba(229, 229, 229, 0.75);
  box-shadow: 0px 6px 4px 0px rgba(229, 229, 229, 0.75);
}
section.services2 .gbox h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}
section.services2 .gbox img {
  display: table;
  margin: 0;
  float: left;
}
section.services2 .gbox .tit {
  display: table;
  margin: 0;
  float: left;
}
section.services2 .gbox .txt {
  clear: both;
}
section.services2 .gbox strong {
  font-size: 20px;
  font-weight: normal;
  padding-top: 10px;
  display: table;
}
section.services2 .gbox p {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 20px;
}
section.services2 .gbox a.read-more {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  letter-spacing: 1px;
}
section.services2 .gbox a.read-more:hover {
  text-decoration: underline;
}

section.services2 .box1 a.read-more {
  color: #0daad7;
}
section.services2 .box2 a.read-more {
  color: #efbb23;
}
section.services2 .box3 a.read-more {
  color: #ec7348;
}
section.services2 .box4 a.read-more {
  color: #7e5dbc;
}

.page-interiorSidebar h1 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
  padding-top: 30px;
}
.page-interiorSidebar .featured-image {
  margin-bottom: 30px;
  display: block;
}

.box-featured-1 {
  margin-bottom: 30px;
  border-left: 5px solid #f5f5f5;
  padding-left: 30px;
}
.box-featured-1 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.box-featured-1 h2 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table;
  font-weight: 400;
  margin: 0;
}
.box-featured-1 p {
  font-size: 13px;
}
.box-featured-1 a.read-more {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  letter-spacing: 1px;
  color: #fe6e5f;
}
.box-featured-1 a.read-more:hover {
  text-decoration: underline;
}

.box-featured-2 {
  margin-bottom: 30px;
}
.box-featured-2 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.box-featured-2 h2 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table;
  font-weight: 400;
  margin: 0;
}
.box-featured-2 p {
  font-size: 13px;
}
.box-featured-2 a.read-more {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  letter-spacing: 1px;
  color: #01bdbb;
}
.box-featured-2 a.read-more:hover {
  text-decoration: underline;
}

.box-featured-3 {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 30px;
  border-radius: 5px;
}
.box-featured-3 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.box-featured-3 h2 {
  font-size: 40px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table;
  font-weight: 400;
  margin: 0;
}
.box-featured-3 p {
  font-size: 13px;
}
.box-featured-3 a.read-more {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  letter-spacing: 1px;
  color: #01bdbb;
}
.box-featured-3 a.read-more:hover {
  text-decoration: underline;
}

.box-featured-4 {
  margin-bottom: 30px;
}
.box-featured-4 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.box-featured-4 h2 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table;
  font-weight: 400;
  margin: 0;
}
.box-featured-4 p {
  font-size: 13px;
}
.box-featured-4 a.read-more {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  letter-spacing: 1px;
  color: #ec7348;
}
.box-featured-4 a.read-more:hover {
  text-decoration: underline;
}

@media all and (min-width: 1px) {
  header#headerSticky .menu-icon {
    display: table;
  }
  header#headerSticky nav {
    display: none;
    padding-top: 30px;
  }
  header#headerSticky nav ul.menu {
    display: block;
    float: none;
  }
  header#headerSticky nav ul.menu > li {
    display: block;
    float: none;
    margin: 0 0 10px /*KP 40*/ 0;
    width: 100%;
    text-align: center;
  }
  header#headerSticky nav ul.menu > li > a {
    font-size: 14px;
  }
  header#headerSticky .cta-item {
    position: relative;
  }
  header#headerSticky {
    position: relative;
    background: #002662;
  }
  header#headerSticky nav .btn-login {
    display: table;
    float: none;
    margin: 0 auto 30px auto;
  }
  header#headerSticky nav ul.menu > li > ul.sub-menu {
    position: static;
    margin-top: 21px;
  }
  header#headerSticky nav ul.menu > li > ul.sub-menu > li > a {
    display: table;
    margin: 10px auto;
    font-size: 14px;
  }
  section.home-featured-area .cta-item .txt h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  section.home-featured-area .cta-item .txt h2 {
    text-align: center;
    padding-right: 0;
  }
  section.home-featured-area .cta-item .txt a.cta {
    display: table;
    margin: 0 auto;
  }
  section.home-featured-area .cta-item .play-bt {
    display: table;
    margin: 40px auto 0 auto;
  }
  section.categories h3 {
    text-align: center;
  }
  section.categories p {
    text-align: center;
  }
  section.categories .item1 {
    margin: 0 auto 40px auto;
    max-width: 380px;
  }
  section.categories .item2 {
    margin: 0 auto 40px auto;
    max-width: 380px;
  }
  section.categories .item3 {
    margin: 0 auto 40px auto;
    max-width: 380px;
  }
  section.categories img {
    display: table;
    margin: 0 auto;
    max-width: 100% !important;
  }
  section.testimonials .item .info {
    display: table;
    margin: 0 auto;
  }
  section.testimonials .item img {
    display: table;
    margin: 0 auto;
  }
  section.testimonials .item p {
    min-height: auto;
    max-width: 380px;
    margin: 0 auto 30px auto;
  }
  section.testimonials h2 {
    font-size: 30px;
  }
  section.services h2 span {
    font-size: 30px;
  }
  section.services .gbox {
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 380px;
  }
  section.services .gbox a.read-more {
    margin: 0 auto;
  }
  section.news-updates h2 {
    font-size: 30px;
  }
  footer {
    text-align: center;
  }
  footer h3 {
    margin-bottom: 30px;
  }
  footer .logo-footer {
    margin: 0 auto 30px auto;
    display: table;
  }
  footer .footer-menu-2 {
    margin: 0 0 30px 0;
  }
  footer .footer-info {
    display: table;
    margin: 0 auto 30px auto;
  }
  footer .join-follow ul.footer-social {
    display: table;
    margin: 0 auto;
  }
  footer .footer-bottom .copyright {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-bottom ul.footer-bottom-menu {
    display: table;
    float: none;
    margin: 0 auto;
  }
  footer .footer-bottom ul.footer-bottom-menu li {
    float: none;
    margin: 0 auto 20px auto;
    border-right: 0;
  }
  footer .footer-bottom ul.footer-bottom-menu li:last-child {
    padding: 0;
  }
  .footer-menu-1 li {
    margin-bottom: 30px;
  }
  .footer-menu-2 li {
    margin-bottom: 30px;
  }
  .footer-social {
    margin: 0 auto;
    display: table;
  }
  section.news-updates .news-item {
    margin: 0 auto 40px auto;
  }
  section.video-latest-posts .latest-posts {
    max-width: 380px;
    margin: 0 auto;
  }
  .widget_search form div #s {
    width: 150px;
  }
  .widget_search form div {
    display: table;
    margin: 0 auto;
  }
  section.services2 .gbox .hd {
    display: table;
    margin: 0 auto;
  }
  section.services2 .gbox p {
    text-align: center;
  }
  .cta1 h3 {
    font-size: 26px;
  }
  section.internal-featured-area .cta-item .txt h2 img {
    margin: 0 auto 10px auto;
    display: table;
  }
  .single-blog-page-content div.tags {
    display: block;
    float: none;
    margin-top: 0;
    text-align: center;
  }
  .single-blog-page-content .author .avatar {
    width: 107px;
    float: none;
    margin: 0 auto;
  }
  .single-blog-page-content .author .info {
    max-width: 100%;
  }
  .single-blog-page-content .author .name {
    text-align: center;
  }
  .single-blog-page-content .author .description {
    max-width: 100%;
    text-align: center;
  }
  ul.sidebar {
    margin: 0 auto 20px auto;
  }
  section.home-featured-area .cta-item .txt {
    padding: 0 0 0 0;
  }
  section.video-latest-posts .video-content h3 {
    line-height: 19px;
  }
  section.video-latest-posts .video-content .video-inner {
    height: auto;
  }
  /*section.video-latest-posts #video_wrap2 {padding-top:5px;}
	section.video-latest-posts #video_wrap2 iframe {height:auto;}*/
  /*section.default-internal-opt-title {min-height: auto;padding:26px 0 30px 0;}*/

  section.default-internal-opt-title {
    min-height: auto;
    padding: 0;
  }
  section.default-internal-content.no-subtitle {
    padding-top: 0;
  }
  .popular-posts ul li a.wpp-post-title {
    max-width: 125px;
  }
  .contact-page .icon-image {
    margin: 0 auto 30px auto;
  }
}

.vc_general.vc_btn3 {
  background-color: #fff !important;
  color: #000 !important;
}

.vc_general.vc_btn3:hover {
  background-color: #9FCEFC !important;
  color: #000 !important;
  border-color: #9FCEFC !important;
  color: #000 !important;
}

@media all and (min-width: 992px) {
  header#headerSticky .menu-icon {
    display: none;
  }
  header#headerSticky nav {
    display: block;
    padding-top: 0;
  }
  header#headerSticky nav ul.menu {
    display: table;
    float: right;
  }
  header#headerSticky nav ul.menu > li {
    display: table;
    float: left;
    margin: 0;
    width: auto;
    text-align: left;
    padding: 0 6px;
  }
  header#headerSticky nav ul.menu > li > a {
    font-size: 10px;
  }
  header#headerSticky .cta-item {
    position: absolute;
  }
  /* header#headerSticky {position:absolute;background:none;} */
  header#headerSticky nav .btn-login {
    display: table;
    float: right;
    margin-bottom: 0;
  }
  header#headerSticky nav ul.menu > li > ul.sub-menu {
    position: absolute;
    margin-top: 0;
  }
  header#headerSticky nav ul.menu > li > ul.sub-menu > li > a {
    display: table;
    margin: 0;
    font-size: 11px;
  }
  footer .join-follow a.join {
    font-size: 9px;
  }
  section.home-featured-area .cta-item .txt h1 {
    text-align: left;
    margin-bottom: 0;
  }
  section.home-featured-area .cta-item .txt h2 {
    text-align: left;
    padding-right: 30px;
  }
  section.home-featured-area .cta-item .txt a.cta {
    display: table;
    margin: 0;
  }
  section.home-featured-area .cta-item .play-bt {
    display: table;
    margin: 40px 0 0 -50px;
  }
  section.categories h3 {
    text-align: left;
  }
  section.categories p {
    text-align: left;
  }
  section.categories .item1,
  section.categories .item2,
  section.categories .item3 {
    margin: 0 0 40px 0;
    max-width: none;
  }
  
  /* Maintain flexbox alignment on mobile */
  section.categories .item1 .row,
  section.categories .item2 .row,
  section.categories .item3 .row {
    display: flex;
    align-items: flex-start;
    margin: 0;
  }
  
  section.categories .item1 .col-md-3,
  section.categories .item2 .col-md-3,
  section.categories .item3 .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5px;
  }
  
  section.categories .item1 .col-md-9,
  section.categories .item2 .col-md-9,
  section.categories .item3 .col-md-9 {
    flex: 0 0 70%;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  section.categories img {
    margin: 0;
    max-width: 100%;
    height: auto;
  }
  section.testimonials .item .info {
    display: table;
    margin: 12px 0 0 15px;
  }
  section.testimonials .item img {
    display: table;
    margin: 0;
  }
  section.testimonials .item p {
    min-height: 200px;
    max-width: none;
    margin: 0 0 30px 0;
  }
  section.testimonials h2 {
    font-size: 40px;
  }
  section.testimonials .item p {
    min-height: 115px;
  }
  section.services h2 span {
    font-size: 40px;
  }
  section.services .gbox {
    text-align: left;
    margin: 0 0 30px 0;
    max-width: none;
    background-color: #f4f4f4;
  }
  section.services .gbox a.read-more {
    margin: 0;
  }
  section.news-updates h2 {
    font-size: 40px;
  }
  footer {
    text-align: left;
  }
  footer h3 {
    margin-bottom: 0;
  }
  footer .logo-footer {
    margin: 0;
  }
  footer .footer-menu-2 {
    margin: 0;
  }
  footer .footer-info {
    margin: 0;
  }
  .footer-email,
  .footer-phone {
    font-size: 12px !important;
  }
  footer .join-follow ul.footer-social {
    margin: 0;
  }
  footer .footer-bottom .copyright {
    text-align: left;
    margin-bottom: 0;
  }
  footer .footer-bottom ul.footer-bottom-menu {
    float: right;
    margin: 0;
  }
  footer .footer-bottom ul.footer-bottom-menu li {
    float: left;
    margin: 0;
    border-right: 1px solid #fff;
  }
  footer .footer-bottom ul.footer-bottom-menu li:last-child {
    padding: 0 0 0 10px;
  }
  .footer-menu-1 li {
    margin-bottom: 0;
  }
  .footer-menu-2 li {
    margin-bottom: 0;
  }
  footer .footer-social {
    margin: 0 auto;
    display: table;
  }
  section.news-updates .news-item {
    margin: 0 0 40px 0;
  }
  section.video-latest-posts .latest-posts {
    max-width: none;
    margin: 0;
    min-height: 425px;
  }
  .widget_search form div #s {
    width: 172px;
  }
  section.services2 .gbox .hd {
    display: table;
    margin: 0;
  }
  section.services2 .gbox p {
    text-align: left;
  }
  .cta1 h3 {
    font-size: 36px;
  }
  section.internal-featured-area .cta-item .txt h2 img {
    margin: 0 20px 0 0;
    display: inline;
  }
  .single-blog-page-content div.tags {
    display: table;
    float: right;
    margin-top: -27px;
    text-align: left;
  }
  .single-blog-page-content .author .avatar {
    width: 107px;
    float: left;
    margin: 0;
  }
  .single-blog-page-content .author .info {
    max-width: 500px;
  }
  .single-blog-page-content .author .name {
    text-align: left;
  }
  .single-blog-page-content .author .description {
    max-width: 485px;
    text-align: left;
  }
  ul.sidebar {
    max-width: 100%;
    margin: 0;
  }
  section.home-featured-area .cta-item .txt {
    padding: 0 20px 0 0;
  }
  section.video-latest-posts .video-content h3 {
    line-height: 36px;
  }
  section.video-latest-posts .video-content .video-inner {
    height: auto;
  }
  /*section.video-latest-posts #video_wrap2 {}
	section.video-latest-posts #video_wrap2 iframe {height:362px;}*/
  /*section.default-internal-opt-title {min-height: 230px;padding:150px 0 0 0;}*/
  /* section.default-internal-opt-title {background:#0daad7;min-height: 90px;padding: 82px 0 2px 0;} */
  /* section.default-internal-content.no-subtitle {padding-top:88px;} */
  .popular-posts ul li a.wpp-post-title {
    max-width: 215px;
  }
  .contact-page .icon-image {
    margin: 0 0 30px 0;
  }
}

@media all and (min-width: 1200px) {
  footer .join-follow a.join {
    font-size: 11px;
  }
  header#headerSticky nav ul.menu > li {
    padding: 0 10px;
  }
  header#headerSticky nav ul.menu > li > a {
    font-size: 11px;
  }
  .widget_search form div #s {
    width: 239px;
  }
}

/*mtDW8hxOrYk #0daad7 !important**/

li#menu-item-755 ul.sub-menu {
  display: none;
}
li#menu-item-756 a:hover {
  color: deepskyblue;
}
li#menu-item-755 ul.sub-menu {
  list-style-type: none;
}

.video-latest-posts .video-content .video-inner #video_wrap,
.video-latest-posts #video_wrap2 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-latest-posts .video-content .video-inner #video_wrap iframe,
.video-latest-posts #video_wrap2 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media all and (max-width: 992px) {
  section.video-latest-posts .video-content {
    /* margin: 0 0 30px 0;
    margin: 0 14%;*/
    max-width: 380px;
    margin: auto;
  }
}

@media all and (max-width: 992px) {
  li#menu-item-756 {
    display: none;
  }
  .logo {
    max-width: 200px;
  }
}

/* Additional mobile adjustments for very small screens */
@media all and (max-width: 767px) {
  section.categories .item1 .col-md-3,
  section.categories .item2 .col-md-3,
  section.categories .item3 .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px;
  }
  
  section.categories .item1 .col-md-9,
  section.categories .item2 .col-md-9,
  section.categories .item3 .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 0;
  }
  
  section.categories img {
    max-width: 100%;
    height: auto;
  }
  
  section.categories h3,
  section.categories h3 a {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  section.categories p,
  section.categories p a {
    font-size: 12px;
  }
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-juicy-pink:focus,
.vc_btn3.vc_btn3-color-juicy-pink:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
  color: #0daad7 !important;
  border-width: 0 !important;
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-turquoise:focus,
.vc_btn3.vc_btn3-color-turquoise:hover,
.cli-plugin-button:hover,
.vc_btn3:hover {
  color: #00a4b0 !important;
  border-width: 0 !important;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
  border-color: #0daad7 !important;
  border-width: 0 !important;
}

.vc_general.vc_btn3 {
  color: white;
  border: 0px solid transparent;
}

@media only screen and (max-width: 1000px) {
  .homepage-button-container {
    top: -20px;
    position: relative;
    text-align: center;
  }
}

.fullscreen-video-container {
  position: relative;
  height: 50vh;
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fullscreen-video-container video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.video-overlay {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#hero-slide-nps {
  background-image: url("https://www.partstrader.com/wp-content/uploads/2023/06/Hero-Image-NPS-Magnifying-Glass-1440x419-1.png");
  background-position: right;
}

#hero-slide-nps h1 {
  color: #002662;
}

#hero-slide-nps h1 span {
  color: #3b8fe2;
  font-weight: 500;
}

#hero-slide-nps p {
  color: #000000;
  font-size: 16px;
}

.slide-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  color: white;
  align-items: center;
  z-index: 2;
  position: relative;
}

.hero_cta {
  margin-right: 100px;
}

.hero_cta > h1 {
  font-weight: 400;
  line-height: 1.5;
  font-size: 22px;
}

@media screen and (min-width: 776px) {
  .hero_cta > h1 {
    font-size: 32px;
	line-height: 1.2em;
  }
}

#home_hero_cta_buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  margin: 32px 0 0 0;
}

#home_hero_cta_btn {
  background-color: #002662;
  border: none;
  padding: 0 10px;
  min-height: 45px;
  min-width: 150px;
  font-size: 14px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}

@media screen and (min-width: 480px) {
  #home_hero_cta_buttons {
    min-width: 150px;
    font-size: 16px;
  }
}

#home_hero_cta_btn_demo {
  background-color: #fca42f;
  border: none;
  padding: 0 10px;
  min-height: 45px;
  font-size: 16px;
  min-width: 150px;
  color: white;
  text-transform: uppercase;
}

.hero_img > img {
  width: 300px;
}

@media (max-width: 1120px) {
  #hero-slide-nps {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .slide-content {
    grid-template-columns: 1fr;
  }

  .hero_img {
    display: none;
  }

  .hero_cta {
    margin-right: 0;
  }
}

.learn-more-btn a:hover {
  color: #9fcefc !important;
}

.contact-hero {
  min-height: 350px;
}

.social-row {
height: 100vh;
}



@media (min-width: 768px) {
  .social-row {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .social-row {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
/* 	Lead Collection Hubspot Form   */
#select_an_industry-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#firstname-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#lastname-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#company-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#state-b29f5b74-d015-44e6-9d80-df3dca8fe1df  {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#email-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#phone-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#part_offering-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#if_other_part_offering__what_type_-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#if_an_mso__how_many_locations_-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#referral_source-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

#comments-b29f5b74-d015-44e6-9d80-df3dca8fe1df {
  background-color: #455967;
  color: #ffffff;
  border: 1px #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 150px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}


.hs-button {
  background-color: #012663;
  color: #ffffff;
  text-align: center;
  border-radius: none;
  padding: 0.75rem 1.5rem;
  font-weight: 400;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}

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

.inputs-list {
  margin-bottom: 1rem;
  list-style: none;
}

.hs-mso {
  margin-bottom: 1rem;
}

.hs_recaptcha {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem 0;
}

.legal-consent-container {
  color: #000000;
  margin: 1rem 0;
}

.hs-error-msg {
  color: #cc0000;
  text-align: left;
}

.hs-error-msgs {
  color: #cc0000;
  text-align: left;
  padding-left: 0 !important;
  list-style: none;
}

/* Flowpaper */
.quarterly-report {
	display: flex;
	justify-content: center;
}

.quarterly-report-subtitle {
	padding: 0 20px !important;
}

@media (min-width: 475px) {
 .quarterly-report-subtitle {
    	padding: 0 50px !important;
  }
}

@media (min-width: 1024px) {
 .quarterly-report-subtitle {
    	padding: 0 300px !important;
  }
}

.quarterly-report-cta-container {
	background-color: rgba(158, 205, 250, .3);
	display: flex;
	justify-content: center;
	padding: 20px 20px;
  height: 330px !important
}

@media (min-width: 1024px) {
  .quarterly-report-cta-container  {
    height: 270px !important
  }
 }

/* Ajax Search Lite Custom Styles */
div.asl_m .probox .proinput input.orig {
    color: #fff !important;
    text-shadow: none !important;
}

div.asl_m .probox .proinput input::placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
    opacity: 1 !important;
}

/* Force white text for the search input regardless of state */
div.asl_m .probox .proinput input,
div.asl_m .probox .proinput input:focus,
div.asl_m .probox .proinput input:hover {
    color: #fff !important;
}



/* Custom CSS for the blog cards and hover effects */
/* Featured post styles */
  .featured-post {
    position: relative;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
  }
  .featured-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  }
  .featured-post img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.5s ease;
  }
  .featured-post:hover img {
    transform: scale(1.05);
  }
  .featured-post .post-info {
    padding: 20px;
    background: #fff;
  }
  .featured-post .date {
    color: #9ecdfa;
    font-weight: 500;
  }
  .featured-post h2 {
    margin: 10px 0 15px;
    font-size: 22px;
    font-weight: 600;
  }
  .featured-post h2 a {
    color: #002662;
    transition: color 0.3s ease;
  }
  .featured-post h2 a:hover {
    color: #9ecdfa;
    text-decoration: none;
  }
  .featured-post .bottom-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
  }
  
  /* Regular post grid styles */
  .posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 40px;
  }
  .post-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
  }
  .post-card .post-thumb {
    position: relative;
    overflow: hidden;
  }
  .post-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: all 0.5s ease;
  }
  .post-card:hover img {
    transform: scale(1.05);
  }
  .post-card .post-info {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .post-card .date {
    color: #9ecdfa;
    font-size: 12px;
    font-weight: 500;
  }
  .post-card h2 {
    margin: 8px 0 12px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
  }
  .post-card h2 a {
    color: #002662;
    transition: color 0.3s ease;
  }
  .post-card h2 a:hover {
    color: #9ecdfa;
    text-decoration: none;
  }
  .post-card .bottom-item {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 12px;
  }
  .post-card .cat {
    color: #777;
  }
  .post-card .cat a {
    color: #555;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  .post-card .cat a:hover {
    color: #9ecdfa;
  }
  
  /* Pagination styles */
  .blog-pagination {
    margin-top: 30px;
    text-align: center;
  }
  .blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .blog-pagination .page-numbers.current,
  .blog-pagination .page-numbers:hover {
    background: #9ecdfa;
    color: #fff;
    text-decoration: none;
  }
  
  /* Responsive adjustments */
  @media (min-width: 992px) {
    .posts-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 1200px) {
    .posts-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 768px) {
    .posts-grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }

/* Protected Area Styling - Center and Custom Color */
.passster-form {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10000 !important;
  background: white !important;
  padding: 40px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  max-width: 400px !important;
  width: 90% !important;
  text-align: center !important;
}

/* Background overlay for protected pages */
body.passster-protected-content {
  overflow: hidden;
}

body.passster-protected-content::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 38, 99, 0.8) !important;
  z-index: 9999;
}

/* Protected Area heading styling */
.ps-form-headline {
  color: #012663 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  margin-bottom: 15px !important;
}

/* Submit button styling with new color */
.passster-form button[type="submit"],
.passster-submit {
  background: #012663 !important;
  border: none !important;
  color: white !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.passster-form button[type="submit"]:hover,
.passster-submit:hover {
  background: #001a42 !important;
}

/* Input field styling */
.passster-form input[type="password"] {
  border: 2px solid #ddd !important;
  border-radius: 4px !important;
  padding: 12px !important;
  font-size: 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.passster-form input[type="password"]:focus {
  border-color: #012663 !important;
  outline: none !important;
}

/* Error message styling */
.passster-error {
  background: #d32f2f !important;
  color: white !important;
  padding: 10px !important;
  border-radius: 4px !important;
  margin-top: 10px !important;
}

/* Instructions text styling */
.passster-form p {
  color: #666 !important;
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
}

/* HUBSPOT CONTACT FORM */
#label-firstname-656da115-acb4-4845-a23b-d524fdcd6078, .firstname-656da115-acb4-4845-a23b-d524fdcd6078 {
	 grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #bebebe;
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
}


    #firstname-656da115-acb4-4845-a23b-d524fdcd6078 {
    background-color: #455967;
    color: #ffffff;
    border: 1px #c9cccc;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 44px;
    margin-bottom: 0;
    padding: 12px 24px 12px 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    }
    
    #label-lastname-656da115-acb4-4845-a23b-d524fdcd6078 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #bebebe;
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
    }
    
    #lastname-656da115-acb4-4845-a23b-d524fdcd6078  {
    background-color: #455967;
    color: #ffffff;
    border: 1px #c9cccc;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 44px;
    margin-bottom: 0;
    padding: 12px 24px 12px 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    }
    
    #label-company-656da115-acb4-4845-a23b-d524fdcd6078 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #bebebe;
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
    }
    
    #company-656da115-acb4-4845-a23b-d524fdcd6078 {
    background-color: #455967;
    color: #ffffff;
    border: 1px #c9cccc;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 44px;
    margin-bottom: 0;
    padding: 12px 24px 12px 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    }
    
 #label-industry-656da115-acb4-4845-a23b-d524fdcd6078 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #bebebe;
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
    }

#industry-656da115-acb4-4845-a23b-d524fdcd6078 {
    background-color: #455967;
    color: #ffffff;
    border: 1px #c9cccc;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 44px;
    margin-bottom: 0;
    padding: 12px 24px 12px 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    }
    

    
    #label-email-656da115-acb4-4845-a23b-d524fdcd6078 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #bebebe;
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
    }
    
    #email-656da115-acb4-4845-a23b-d524fdcd6078 {
    background-color: #455967;
    color: #ffffff;
    border: 1px #c9cccc;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 44px;
    margin-bottom: 0;
    padding: 12px 24px 12px 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    }
    
    #label-phone-656da115-acb4-4845-a23b-d524fdcd6078 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #bebebe;
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
    }
    
    #phone-656da115-acb4-4845-a23b-d524fdcd6078 {
    background-color: #455967;
    color: #ffffff;
    border: 1px #c9cccc;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 44px;
    margin-bottom: 0;
    padding: 12px 24px 12px 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    }

#label-message-656da115-acb4-4845-a23b-d524fdcd6078  {
   grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #bebebe;
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
}
   
#message-656da115-acb4-4845-a23b-d524fdcd6078 {
    background-color: #455967;
    color: #ffffff;
    border: 1px #c9cccc;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 44px;
    margin-bottom: 20px !important;
    padding: 12px 24px 12px 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
}
 
.hbspt-form {
	display: flex !important;
    justify-content: center !important;
}
#hsForm_656da115-acb4-4845-a23b-d524fdcd6078 {
	width: 100% !important;
	padding: 0 !important; 
	margin: 0 !important;
}

.hs-form-656da115-acb4-4845-a23b-d524fdcd6078_1c43d485-564f-48cc-ba11-dd3d182a497c, fieldset {
	max-width: 100% !important;
}

.submitted-message, .hs-form-656da115-acb4-4845-a23b-d524fdcd6078, .hs-form-656da115-acb4-4845-a23b-d524fdcd6078_8163fcfb-b103-4a91-8e9a-2d564253656c {
	color: #bebebe !important;
}

.legal-consent-container .hs-richtext {
  color: #bebebe !important;
}

.legal-consent-container span {
  color: #bebebe !important;
}

/* Sidebar Newsletter Form Styles */
.category-filter .newsletter-form-wrapper {
  background: #002662 !important;
	padding: 24px;
	margin-top: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.category-filter .newsletter-form-wrapper h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 20px 0;
	line-height: 1.4;
}

/* Form specific to the blog sidebar */
#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 {
	width: 100% !important;
}

#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 .hs-email {
	margin-bottom: 12px;
}

#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 label {
	display: none !important;
}

#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 .input {
	width: 100%;
}

#email-f9cde1f1-535f-42bb-8a3a-7e038899af48 {
	width: 100%;
	padding: 14px 16px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.95);
	color: #333;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

#email-f9cde1f1-535f-42bb-8a3a-7e038899af48:focus {
	outline: none;
	background-color: #ffffff;
	box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

#email-f9cde1f1-535f-42bb-8a3a-7e038899af48::placeholder {
	color: #999;
	opacity: 1;
}

#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 .hs-submit {
	margin-top: 12px;
}

#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 .hs-submit .actions {
	width: 100%;
}

#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 input[type="submit"] {
	width: 100%;
	padding: 14px 24px;
	background: #ffffff;
	color: #012663;
	border: none;
	border-radius: 0;
	font-size: 1.2rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
}

#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 input[type="submit"]:hover {
	background: #9ecdfa !important;
  color: #ffffff;
	transform: translateY(-2px);
}

#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 input[type="submit"]:active {
	transform: translateY(0);
}

/* Success message styling */
#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 .submitted-message {
	color: #ffffff !important;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.category-filter .newsletter-form-wrapper {
		padding: 20px;
	}
	
	#email-f9cde1f1-535f-42bb-8a3a-7e038899af48,
	#hsForm_f9cde1f1-535f-42bb-8a3a-7e038899af48 input[type="submit"] {
		padding: 12px 16px;
		font-size: 14px;
	}
}

/* Hubspot Standardized Progressive Supplier Add Form */
/* --------------------------
   Input Fields
-------------------------- */
#firstname-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#lastname-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#email-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#phone-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#company-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#address-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#city-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#state-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#zip-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#country-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#management_contact_name-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#management_contact_phone_number-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#management_contact_email-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#customer_service_contact_name-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#customer_service_email-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#customer_service_phone_number-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2 {
  background-color: #455967;
  color: #ffffff !important;
  border: 1px solid #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

/* --------------------------
   Textareas
-------------------------- */
#business_statement-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#message-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2 {
  background-color: #455967;
  color: #ffffff !important;
  border: 1px solid #c9cccc;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  resize: vertical;
}

/* --------------------------
   Dropdowns (Select Fields)
-------------------------- */
#supplier_type-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2,
#certifications_and_group_affiliations-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2 {
  background-color: #455967;
  color: #ffffff;
  border: 1px solid #c9cccc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 44px;
  margin-bottom: 1rem;
  padding: 12px 24px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

/* --------------------------
   Labels
-------------------------- */
[id^="label-"] {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: black;
  margin-bottom: 8px;
  padding-top: 8px;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
}

.hs-form-7394ed0a-2e1c-4b41-9b36-e5a72ea525d2{
  color: black !important;
  font-size: 2rem;
}