/* Colors */
/* Responsive */
/* Fonts */
/* Global Elements  */
* {
  margin: 0;
  padding: 0;
-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
body {
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: var(--text-heading)000;
  background-color: #6b788e;
  position: relative;
  font-family: 'Arial', sans-serif;
}
.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a.no-pointer {
  cursor: default;
}
a:hover {
  outline: none;
}
a:active {
  outline: none;
}
img {
  border: 0;
}
li {
  list-style-type: none;
}
/* General Classes */
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.font-zero {
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.cross-line {
  display: table;
  white-space: nowrap;
}
.cross-line:before,
.cross-line:after {
  content: "";
  position: relative;
  top: 1em;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #8C8383;
}
.cross-line > span {
  padding: 0px 15px;
}
.cross-line.left {
  margin-left: -0.3em;
}
.cross-line.left:before {
  width: 0%;
}
.cross-line.left:after {
  width: 100%;
}
.cross-line.right {
  margin-right: -0.3em;
}
.cross-line.right:before {
  width: 100%;
}
.mobile {
  display: none !important;
}
.mobileportrait {
  display: none;
}
.desktop {
  display: block;
}
.desktopportrait {
  display: block;
}

html {
  font-size: 16px;
}

.customer-review-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: var(--text-heading);
  opacity: 30%;
  z-index: 0;
}

.customer-review-banner {
  background-image: url(https://www6.qaautonation.com/~/media/Images/LandingPages/customer-reviews/customer-reviews-background-1480.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
  height: 450px;
}

.customer-review-content {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.customer-review-banner-title {
  color: var(--white);
  font: bold 1.25rem/1.5rem arial;
  font-family: Interstate, arial;
  text-align: center;
  margin: 0px;
}

.customer-review-logo {
  max-width: 400px;
}

.customer-review-banner-text {
  color: var(--white);
  font: bold .8rem/1rem arial;
  font-family: Interstate, arial;
  margin: 0px;
  text-align: center;
}

.review-autonation-logo {
  display: block;
  margin: 0px auto;
  margin-top: 30px;
}

.customer-review-banner .primary-button:hover,
.customer-review-banner .primary-button:focus {
  color: var(--white);
  text-decoration: none;
}

.primary-button {
  width: 200px;
  height: 50px;
  display: block;
  margin: auto;
  background: transparent linear-gradient(90deg, #AD104C 0%, #E41565 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px var(--text-copy)26;
  border-radius: 8px;
  border: none;
  text-align: center;
  font: Bold 1rem/50px Arial;
  letter-spacing: 0px;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  opacity: 1;    
  margin-top: 15px;
}

@media all and (max-width: 1116px) {
  .customer-review-banner {
      background-image: url(https://www6.qaautonation.com/~/media/Images/LandingPages/customer-reviews/customer-reviews-background-1024.jpg);
  }
}

@media all and (max-width: 826px) {
  .customer-review-banner {
      background-image: url(https://www6.qaautonation.com/~/media/Images/LandingPages/customer-reviews/customer-reviews-background-768.jpg);
      background-size: 150%;
      background-position-x: 0px;
  }
}



/* State Indicator */
@media screen and (max-width: 750px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
#reputation {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 0;
  background-color: var(--white);
  max-width: 1480px;
}
#reputation .hero {
  width: 100%;
  position: relative;
  background-image: url(https://www.autonation.com/~/media/Images/LandingPages/customer-reviews/customer-reviews-desktop.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #001855;
  display: flex;
  min-height: 460px;
}

#reputation .hero a,
#reputation .hero a:hover,
#reputation .hero a:focus,
#reputation .hero a:active {
    color: var(--white);
}

#reputation .hero .hero-container {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  max-width: 1600px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  padding: 0 4%;
  color: var(--white);
}
#reputation .hero .hero-container .left-panel {
  width: 60%;
  position: relative;
}
#reputation .hero .hero-container .left-panel .lp-container {
  position: absolute;
  top: 42%;
  transform: translate(0, -50%);
}
#reputation .hero .hero-container .left-panel .lp-container h1 {
  font-size: 45px;
line-height: 50px;
color: var(--white);
}
#reputation .hero .hero-container .left-panel .lp-container p {
  max-width: 84%;
  font-size: 28px;
line-height: 34px;
  margin-bottom: 2%;
}

@media screen and (max-width: 1600px) {
  #reputation .hero .hero-container .left-panel .lp-container h1 {
      font-size: 2.8125VW;
    line-height: 3vw;
    font-weight: 700;
  }
  #reputation .hero .hero-container .left-panel .lp-container p {
   font-size: 1.75VW;
    line-height: 2.2vw;
  }
}

@media screen and (max-width: 750px) {
  #reputation .hero .hero-container .left-panel .lp-container h1 {
    font-size: 7.8125VW;
line-height: 8vw;
    margin-bottom: 20px;
  }
  #reputation .hero .hero-container .left-panel .lp-container p {
    font-size: 4.2VW;
color: var(--white);
line-height: 5vw;
    max-width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 750px) {
  #reputation .hero .hero-container .left-panel .lp-container {
    margin: 40px 0 30px 0;
    position: relative;
    top: unset;
    transform: none;
    text-align: center;
  }
}
#reputation .hero .hero-container .right-panel {
  position: relative;
  width: 40%;
}
#reputation .hero .hero-container .right-panel img {
  max-width: 100%;
  max-height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 750px) {
  #reputation .hero .hero-container .right-panel {
    width: 100%;
    margin-bottom: 30px;
  }
  #reputation .hero .hero-container .right-panel img {
    position: relative;
    max-width: 80%;
  }
  #reputation .hero .hero-container .left-panel {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  #reputation .hero .hero-container {
    position: relative;
    flex-direction: column;
    background-size: cover;
    background-image: url("../images/blue-gradient-mobile.jpg");
  }
}
#reputation .hero .background {
  overflow: hidden;
  position: relative;
  margin: auto;
  max-width: 1600px;
  text-align: center;
}
#reputation .hero .background img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  #reputation .hero .background {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
}
#reputation .testimonials {
  width: 100%;
  position: relative;
  background-color: #FAFAFC;
  display: flex;
  color: var(--text-heading);
  height: 216px;
  box-sizing: border-box;
}
#reputation .testimonials .testimonials-container {
  width: 80%;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  max-width: 1600px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
}
#reputation .testimonials .testimonials-container .arrow {
  display: flex;
  align-items: center;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
}
#reputation .testimonials .testimonials-container .arrow.next-arrow {
  right: -16px;
}
#reputation .testimonials .testimonials-container .arrow.prev-arrow {
  left: -16px;
}
#reputation .testimonials .testimonials-container .slider-container {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
margin:0px;
}
#reputation .testimonials .testimonials-container .slider-container .slick-list {
  height: 100%;
}
#reputation .testimonials .testimonials-container .slider-container .slick-list .slick-track {
  height: 100%;
}
#reputation .testimonials .testimonials-container .slider-container .testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  margin: 0 17px;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
}
#reputation .testimonials .testimonials-container .slider-container .testimonial .quote {
  height: 40%;
  display: flex;
  width: 18px;
  min-width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
#reputation .testimonials .testimonials-container .slider-container .testimonial .quote.quote-l {
  align-items: flex-end;
  background-position: bottom;
  background-image: url(https://www.autonation.com/~/media/Images/LandingPages/customer-reviews/quote-l.png);
}
#reputation .testimonials .testimonials-container .slider-container .testimonial .quote.quote-r {
  align-items: flex-start;
  background-position: top;
  background-image: url(https://www.autonation.com/~/media/Images/LandingPages/customer-reviews/quote-r.png);
}
#reputation .testimonials .testimonials-container .slider-container .testimonial .quote img {
  max-width: 17px;
}

@media screen and (max-width: 750px) {
  #reputation .testimonials .testimonials-container .slider-container .testimonial .quote.quote-r {
    display: none;
  }
  #reputation .testimonials .testimonials-container .slider-container .testimonial .quote.quote-l {
    height: 20%;
    width: 30px;
    background-position: center;
    background-image: url(https://www.autonation.com/~/media/Images/LandingPages/customer-reviews/quote-r.png);
  }
}
#reputation .testimonials .testimonials-container .slider-container .testimonial .text {
  display: inline-block;
  position: relative;
  height: auto;
  color: var(--text-heading);
  text-align: center;
  margin: 0 10px;
}
#reputation .testimonials .testimonials-container .slider-container .testimonial .text .author {
  color: #f60a5e;
}

@media screen and (max-width: 750px) {
  #reputation .testimonials .testimonials-container .slider-container .testimonial .text {
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  #reputation .testimonials .testimonials-container .slider-container .testimonial {
    font-size: 20px;
    line-height: 28px;
    margin: 0 10px;
    flex-direction: column;
  }
}
#reputation .testimonials .scroll-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  bottom: 0;
  width: 106px;
  font-size: 0;
  z-index: 10;
}
#reputation .testimonials .scroll-btn img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  #reputation .testimonials .scroll-btn {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  #reputation .testimonials {
    height: 356px;
  }
}
#reputation .content {
  width: 100%;
  position: relative;
  background-color: #FAFAFC;
  display: flex;
  font-size: 14px;
  color: var(--text-heading);
  box-sizing: border-box;
  background-color: var(--white);
  padding: 50px 0 0 0;
  flex-direction: column;
}
#reputation .content .description h2 {
  color: var(--text-heading);
  font-size: 22px;
}
#reputation .content .description h2 .pink {
  color: #f60a5e;
}
#reputation .content .description p {
  width: 80%;
  margin: 20px auto 70px auto;
  line-height: 23px;
}

@media screen and (max-width: 750px) {
  #reputation .content .description p {
    width: 100%;
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  #reputation .content .description {
    width: 90%;
  }
  #reputation .content .description h2 {
    font-size: 24px;
  }
}
#reputation .content .icons {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
#reputation .content .icons .icon-set {
  display: flex;
  width: 30%;
}
#reputation .content .icons .icon-set .icon {
  margin-right: 17px;
  min-width: 50px;
}
#reputation .content .icons .icon-set .icon.odometer {
  min-width: 80px;
}
#reputation .content .icons .icon-set .icon.shield {
  min-width: 45px;
}
#reputation .content .icons .icon-set .icon img {
  max-width: 100%;
}
#reputation .content .icons .icon-set .text {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
line-height:17px;
}

@media screen and (max-width: 750px) {
  #reputation .content .icons .icon-set .text {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 35px 0 57px;
  }
}

@media screen and (max-width: 750px) {
  #reputation .content .icons .icon-set {
    width: 100%;
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  #reputation .content .icons {
    flex-direction: column;
    margin-bottom: 5px;
  }
}
#reputation .content .footer {
  margin-bottom: 20px;
  align-items: center;
}
#reputation .content .footer .logo {
  max-width: 268px;
  margin: 0 auto 10px auto;
}
#reputation .content .footer .logo img {
  max-width: 100%;
}
#reputation .content .footer p {
  font-size: 9px;
}

@media screen and (max-width: 750px) {
  #reputation .content .footer p {
    font-size: 11px;
  }
}

@media screen and (max-width: 750px) {
  #reputation .content {
    padding-top: 73px;
  }
}
#reputation .inner-container {
  width: 75%;
  box-sizing: border-box;
  margin: auto;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#reputation .slick-dots {
  display: none !important;
  left: 0;
  right: 0;
}
#reputation .slick-dots li button:before {
  font-size: 35px;
}
#reputation .slick-dots li.slick-active button:before {
  color: #f60a5e;
}
#reputation .button {
  border-radius: 20px;
  padding: 14px 32px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: #E41565;
  background: -moz-linear-gradient(left, #E41565 0%, #f60a5e 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #E41565), color-stop(100%, #f60a5e));
  background: -webkit-linear-gradient(left, #E41565 0%, #f60a5e 100%);
  background: -o-linear-gradient(left, #E41565 0%, #f60a5e 100%);
  background: -ms-linear-gradient(left, #E41565 0%, #f60a5e 100%);
  background: linear-gradient(to right, #E41565 0%, #f60a5e 100%);
}

@media screen and (max-width: 750px) {
  #reputation .button {
    max-width: 352px;
    width: 55%;
    margin: auto;
    margin-bottom: 30px;
  }
  #reputation .slick-dots {
    display: block !important;
  }
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

/* Slider */
.slick-loading .slick-list
{
    background: var(--white) url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: var(--white);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ Ãƒâ€šÃ‚Â';
}
[dir='rtl'] .slick-prev:before
{
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢';
}
[dir='rtl'] .slick-next:before
{
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ Ãƒâ€šÃ‚Â';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢';
    text-align: center;

    opacity: .25;
    color: var(--text-heading);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: var(--text-heading);
}

.anchor:focus,.anchor:active, .anchor:hover{
text-decoration:none;
}

@media all and (max-width: 1025px) {
    #reputation .hero {
        background-image: url(https://www.autonation.com/~/media/Images/LandingPages/customer-reviews/customer-reviews-1024.png);
        min-height: 330px;
    }

    #reputation .testimonials {
        height: 350px;
    }
}

@media all and (max-width: 825px) {
    #reputation .hero {
        background-image: url(https://www.autonation.com/~/media/Images/LandingPages/customer-reviews/customer-reviews-768.png);
        min-height: 250px;
    }

    #reputation .testimonials {
      height: 300px;
    }      
}

@media all and (max-width: 577px) {
    #reputation .hero {
        background-image: url(https://www.autonation.com/~/media/Images/LandingPages/customer-reviews/customer-reviews-576.png);
        min-height: 600px;
    }

    #reputation .content {
      padding-top: 15px;
  }
}

@media all and (max-width: 450px) {
    #reputation .hero {
        background-image: url(https://www.autonation.com/~/media/Images/LandingPages/customer-reviews/customer-reviews-768.png);
    }

    #reputation .hero .hero-container {
        margin: 0px auto;
    }

    .customer-review-banner {
      background-image: url(https://www6.qaautonation.com/~/media/Images/LandingPages/customer-reviews/customer-reviews-background-768.jpg);
      background-size: cover;
      background-position-x: -185px;
  }

  .customer-review-content {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 350px;
  }

  .customer-review-logo {
      width: 100%;
  }

  .primary-button {
      height: 40px;
      line-height: 40px;
  }      
}