/* CSS Document */
#carousel-mobile {
  display: none;
}
.bg-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.brand-logo {
  height: 26px;
  width: auto;
}
.auto-logo {
  height: 40px;
  width: auto;
  margin-bottom: 15px;
}
.direct-replacement-overlay {
  position: absolute;
  top: 56px;
  z-index: 200;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 30%;
}
.direct-replacement-overlay img {
  width: 500px;
  margin-top: 30px;
}
.bg-light-gray {
  background-color: #efefef;
}
.bg-hero-gradient-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+30,1+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
}
.bg-hero-gradient-btm {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+30,1+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  width: 100%;
}
.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0;
  left: 0%;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  color: #fff;
  text-align: center;
  width: 100%;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 40vh;
}
.card {
  background-color: #fff;
}
.card.bg-light-gray {
  background-color: #efefef;
}
.card-header {
  background-color: #222;
  height: 4rem;
}
.feature-highlight {
  font-weight: 700;
  color: #ff0000;
}
footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#fitGuide {
  padding-top: 20px;
}
.fit-guide-link .btn-outline-primary {
  --bs-btn-bg: #fff;
  --bs-btn-color: #222;
  --bs-btn-border-color: #222;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #222;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #222;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #222;
  --bs-gradient: none;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  #carousel-desktop {
    display: none;
  }
  #carousel-mobile {
    display: block;
  }
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* Featurettes
------------------------- */
.first-featurette-padding {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.featurette-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.featurette-padding-intro {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  color: #ec2227;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    /*margin-top: 7rem;*/
  }
}
/********************** CAROUSEL **********************/
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 700 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
#carouselInstallVideos .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
#carouselInstallVideos .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 60px;
  height: 20px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /*opacity: .5;*/
  transition: opacity .6s ease;
}
#carouselInstallVideos.carousel-indicators button.thumbnail {
  width: 100px;
  opacity: 1;
}
#carouselInstallVideos.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
/**************** CARDS *****************/
.card-img-bottom {
  background-color: #efefef;
  padding: 20px;
}