html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
table {
  border-collapse: collapse;
  width: 100%; }

td {
  vertical-align: top; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*-------- COLORS --------

*/
/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

ul {
  margin: 0; }

li {
  list-style: none; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*---These are Variables. They are being used in place of the hex color easily changes site colors but updating these variables----*/
/*----These are Mixins. They work similarly to variables and are plugged in using @include in place of the CSS----*/
/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "segoe-ui", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "segoe-ui", sans-serif; }

a {
  text-decoration: none !important; }

.blue-btn {
  width: 200px;
  padding: 10px 20px;
  border-radius: 40px;
  box-sizing: border-box;
  background: #012d62;
  color: #fff;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .blue-btn i {
    display: flex;
    align-content: center;
    flex-wrap: wrap; }

.blue-btn {
  color: #fff;
  border: solid 2px #012d62;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #012d62;
  position: relative;
  padding-top: 7px;
  width: 200px;
  overflow: hidden;
  z-index: 1;
  transition: 0.08s ease-in;
  -o-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in; }

.blue-btn:hover {
  color: #012d62; }

.blue-btn:before {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0;
  left: -20%;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top .3s ease-in-out; }

.blue-btn:hover:before {
  top: -20%; }

/*--- HEADER STYLES ---------------------*/
.top-wrapper {
  width: 100%;
  background: #022651; }

.top-header {
  max-width: 1900px;
  margin: 0 auto;
  width: 95%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px; }
  .top-header a {
    color: #fff;
    font-family: "segoe-ui", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px; }
    .top-header a i {
      -webkit-text-stroke: 1px #B4985A;
      color: transparent; }

header {
  width: 100%;
  background: #012d62; }

.header {
  max-width: 1900px;
  margin: 0 auto;
  width: 95%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.logo {
  max-width: 210px;
  width: 100%;
  padding-top: 15px;
  padding-right: 10px; }

.head-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: calc(100% - 210px); }

/*--------Hero---------*/
.hero {
  max-width: 1900px;
  margin: 0 auto;
  width: 95%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.hero-left {
  width: 40%;
  padding: 8% 0 0 0; }
  .hero-left h1 {
    font-size: 60px;
    font-weight: 500;
    color: #012d62;
    line-height: 65px; }
    @media only screen and (max-width: 1500px) {
      .hero-left h1 {
        font-size: 50px;
        line-height: 55px; } }
    @media only screen and (max-width: 800px) {
      .hero-left h1 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 500px) {
      .hero-left h1 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 350px) {
      .hero-left h1 {
        font-size: 26px;
        line-height: 30px; } }
  .hero-left h2 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    padding: 20px 0; }
    @media only screen and (max-width: 600px) {
      .hero-left h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 400px) {
      .hero-left h2 {
        font-size: 18px; } }
  .hero-left p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    width: 80%; }
    .hero-left p strong {
      font-weight: 600; }
  .hero-left a {
    margin-top: 40px; }

.hero-right {
  width: 60%; }
  .hero-right img {
    width: 100%; }

/* Header Search */
#top-search a {
  color: #fff;
  font-size: 20px;
  padding-top: 10px; }

#top-search a i {
  padding-top: 25px; }

#searchbar {
  position: absolute;
  display: none;
  right: 0;
  width: 100%;
  max-width: 350px;
  z-index: 9999;
  box-sizing: border-box;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  box-sizing: border-box; }

#searchform {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  border-radius: 40px; }
  #searchform input {
    width: calc(100% - 50px);
    height: 50px;
    border: solid 1px #ccc;
    font-size: 14px;
    border-radius: 40px 0 0 40px;
    padding: 10px 15px; }
  #searchform button {
    width: 50px;
    border-radius: 0 40px 40px 0;
    border: none !important;
    height: 50px;
    background: #012d62;
    color: #fff;
    font-size: 18px; }
  #searchform button:hover {
    cursor: pointer; }

.gray-back {
  width: 100%;
  background: #f3f3f3;
  border-radius: 30px 30px 0 0; }

.wrap {
  max-width: 1900px;
  margin: 0 auto;
  width: 95%;
  padding: 10px;
  box-sizing: border-box;
  padding: 60px 10px;
  box-sizing: border-box; }

.how {
  text-align: center; }
  .how h2 {
    font-size: 60px;
    font-weight: 500;
    color: #012d62;
    line-height: 65px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 1500px) {
      .how h2 {
        font-size: 50px;
        line-height: 55px; } }
    @media only screen and (max-width: 800px) {
      .how h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 500px) {
      .how h2 {
        font-size: 30px;
        line-height: 35px; } }
    @media only screen and (max-width: 350px) {
      .how h2 {
        font-size: 26px;
        line-height: 30px; } }
  .how p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-bottom: 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
    .how p strong {
      font-weight: 600; }
  .how a {
    margin: 20px auto 0 auto; }

.how-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
  width: 100%;
  gap: 20px; }

.card {
  width: calc(25% - 20px);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 25px; }
  .card i {
    display: flex;
    border-radius: 50%;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 5px;
    width: 80px;
    height: 80px;
    font-size: 35px;
    background: #012d62;
    -webkit-text-stroke: 2px #fff;
    color: transparent; }
  .card h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #012d62;
    padding: 15px 0; }
  .card p {
    font-size: 16px;
    line-height: 24px;
    color: #333; }
    .card p strong {
      font-weight: 600; }

.small-wrap {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 10px; }

.flex3 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap; }

.num {
  width: 33.33%;
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: center; }
  .num h2 {
    font-size: 80px;
    font-weight: 600;
    color: #B4985A; }
    .num h2 span {
      font-size: 30px;
      font-weight: 400;
      color: #012d62;
      padding-top: 15px; }

.choose {
  padding: 40px;
  box-sizing: border-box; }

.why {
  padding: 25px 15px;
  width: 33.33%;
  box-sizing: border-box; }
  .why h3 {
    font-size: 18px;
    font-weight: 600;
    color: #012d62;
    padding-bottom: 10px; }
  .why p {
    font-size: 16px;
    line-height: 24px;
    color: #333; }
    .why p strong {
      font-weight: 600; }

.btn-row {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .btn-row a {
    margin: 3px; }

/*---------Pages----------*/
.register h1 {
  font-size: 60px;
  font-weight: 500;
  color: #012d62;
  line-height: 65px; }
  @media only screen and (max-width: 1500px) {
    .register h1 {
      font-size: 50px;
      line-height: 55px; } }
  @media only screen and (max-width: 800px) {
    .register h1 {
      font-size: 40px;
      line-height: 45px; } }
  @media only screen and (max-width: 500px) {
    .register h1 {
      font-size: 30px;
      line-height: 35px; } }
  @media only screen and (max-width: 350px) {
    .register h1 {
      font-size: 26px;
      line-height: 30px; } }
.register h2 {
  font-size: 30px;
  font-weight: 500;
  color: #012d62;
  line-height: 35px; }
.register p {
  font-size: 16px;
  line-height: 24px;
  color: #333; }
  .register p strong {
    font-weight: 600; }
.register a {
  color: #000;
  font-weight: 600; }
.register a:hover {
  text-decoration: underline; }
.register ul {
  margin-left: 25px; }
.register ul li {
  list-style: disc; }
.register .blue-btn {
  color: #fff; }

/*--------FORM STYLES--------------------*/
#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left; }
  #formpage label {
    margin: 5px;
    padding: 10px 0 5px 0; }
  #formpage input, #formpage select {
    padding: 14px;
    border: #ccc;
    color: #777 !important;
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 5px; }
  #formpage input[type="text"], #formpage input[type="email"], #formpage input[type="date"], #formpage select, #formpage input[type="phone"] {
    width: 100%;
    box-sizing: border-box; }
  #formpage textarea {
    font-family: 'Arial', sans-serif;
    border: #ccc;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    width: 100%;
    height: 100px;
    border-radius: 2px;
    padding: 14px;
    color: #777 !important;
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 5px; }
  #formpage textarea:focus {
    border: 1px solid #ccc;
    border-radius: 2px; }

.flex-form {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px; }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%; }

.form-whole {
  width: calc(100% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px; }

.form-half {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

.form-third {
  width: calc(33.33% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

#formpage .submit-button, #submit-btn button {
  width: 200px;
  padding: 14px;
  background: #012d62;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: none;
  font-size: 14px;
  text-transform: uppercase; }

#formpage input.submit-button:hover, #submit-btn button:hover {
  transition: ease-out .3s;
  cursor: pointer;
  background: #B4985A;
  color: #fff; }

.submit-button, #submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center; }

.captcha-button {
  width: 200px; }

#formpage input.submit-button {
  color: #fff !important; }

.include-captcha {
  display: none; }

/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  background: #012d62; }

.foot {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 60px 10px 10px;
  color: #fff; }

.foot-col {
  width: 22%;
  padding: 10px;
  box-sizing: border-box;
  color: #fff; }
  .foot-col .bold {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px; }
  .foot-col ul {
    margin: 0; }
    .foot-col ul li {
      list-style: none; }
      .foot-col ul li a {
        color: #fff;
        font-size: 16px;
        line-height: 28px; }
        .foot-col ul li a i {
          -webkit-text-stroke: 1px #B4985A;
          color: transparent; }
  .foot-col p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    color: #fff !important;
    width: 90%; }
    .foot-col p strong {
      font-weight: 600; }

.bottom-foot {
  width: 100%;
  margin-top: 30px;
  padding: 10px 0;
  border-top: solid 1px #D5D5D5; }
  .bottom-foot p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    color: #fff !important; }
    .bottom-foot p strong {
      font-weight: 600; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) button.page-nav {
  background: #012d62 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper > div:not(.detail-wrapper) .contact-options a,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper > div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper > div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
  background: #012d62 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper > div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a:hover,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper > div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper > div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
  background: #022651 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper > div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
  color: #000 !important;
  border: 1px solid #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper > div:not(.detail-wrapper) .title-media-buttons-heading h1 {
  color: #000 !important;
  line-height: 28px !important; }

.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper > div:not(.detail-wrapper) .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .fin-calc p,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper > div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper > div:not(.detail-wrapper) .info,
.body-wrapper > div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper > div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper > div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper > div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper > div:not(.detail-wrapper) .listing-description-text,
.body-wrapper > div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper > div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper > div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper > div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper > div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper > div:not(.detail-wrapper) .rent-title,
.body-wrapper > div:not(.detail-wrapper) .rent-title-details,
.body-wrapper > div:not(.detail-wrapper) span.list-title-text,
.body-wrapper > div:not(.detail-wrapper) a.search-results-link,
.body-wrapper > div:not(.detail-wrapper) h3.listing-portion-title {
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper > div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper > div:not(.detail-wrapper) span.parts-listings-count {
  color: #000 !important; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1550px) {
  .num h2 {
    font-size: 65px;
    line-height: 70px; }
    .num h2 span {
      font-size: 25px;
      line-height: 28px; } }
@media only screen and (max-width: 1330px) {
  .hero-left, .hero-right {
    width: 50%; }

  .hero-left {
    padding: 4% 0 2% 0; }
    .hero-left p {
      width: 95%; }

  .how-row {
    flex-wrap: wrap; }

  .card {
    width: calc(50% - 12px); }

  .foot-col {
    width: 33.33%; } }
@media only screen and (max-width: 1100px) {
  .hero {
    flex-direction: column; }

  .hero-left, .hero-right {
    width: 100%;
    padding: 20px 0; }

  .hero-right img {
    width: 70%;
    display: block;
    margin: 0 auto; }

  .num {
    width: 50%; } }
@media only screen and (max-width: 1000px) {
  .why {
    width: 50%;
    padding: 10px; }

  .foot {
    padding: 30px 10px;
    flex-wrap: wrap; }

  .foot-col {
    width: 100%;
    padding: 10px 0; } }
@media only screen and (max-width: 900px) {
  .num h2 {
    font-size: 50px;
    line-height: 50px; }
    .num h2 span {
      font-size: 20px;
      line-height: 20px; } }
@media only screen and (max-width: 800px) {
  .card {
    width: 100%; } }
@media only screen and (max-width: 700px) {
  .num {
    width: 100%;
    padding: 5px 0; }

  .choose {
    padding: 20px; }

  .foot {
    padding: 0px; } }
@media only screen and (max-width: 600px) {
  .why {
    width: 100%; }

  .btn-row {
    flex-direction: column;
    justify-content: center; }
    .btn-row a {
      margin: 3px auto; }

  .wrap, .small-wrap {
    padding: 30px 10px; } }
@media only screen and (max-width: 500px) {
  .top-header {
    flex-direction: column;
    justify-content: center; }

  .top-header a {
    font-weight: 400;
    font-size: 16px;
    padding: 5px 0;
    line-height: 20px; } }
@media only screen and (max-width: 430px) {
  .logo {
    max-width: 180px; }
    .logo img {
      width: 100%; }

  #menu-button {
    font-size: 20px !important; }
    #menu-button a {
      padding: 10px 0 0 !important; }

  #searchbar {
    max-width: 300px; }

  .hero-left h2 {
    padding: 5px 0; }

  .hero-right img {
    width: 95% !important; } }
@media only screen and (max-width: 380px) {
  .num h2 {
    font-size: 40px;
    line-height: 40px; }
    .num h2 span {
      font-size: 18px;
      line-height: 20px; }

  .header {
    height: 80px; } }
