/* Base Styles */
html {
  font-size: 16px;
}

.an-content-section {
  padding-bottom: 55px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 55px;
}

.an-content-section * {
  font-size: 1rem;
  margin: 0;
  font-family: 'Autonation Light';
}

.an-content-section b {
    font-family: 'Autonation Regular';
}

.an-content-section sup {
  font-size: 0.75rem;
  position: static;
  vertical-align: super;
}

.an-content-section h1,
.an-content-section h2,
.an-content-section h3,
.an-content-section h4 {
  color: #0a3453;
  font-weight: 700;
  font-family: 'Autonation Regular';
}

.an-content-section h1 {
  font-size: 1.75rem;
}

.an-content-section h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  margin-top: 1.875rem;
}

.an-content-section h3 {
  font-size: 1.125rem;
}

.an-content-section h3,
.an-content-section h4 {
  margin-bottom: 15px;
  margin-top: 20px;
}

.an-content-section h4 {
  font-size: 1rem;
  font-family: 'Autonation Bold';
}

.an-content-section p {
  color: #5c5c5c;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
  font-family: 'Autonation Light';
}

.an-content-section a {
  color: #e61464;
  font-weight: 700;
  text-decoration: underline;
}

ul.an-content-section,
ol.an-content-section {
  list-style: revert;
}

.an-content-section ul,
.an-content-section ol {
  color: #5c5c5c;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 15px;
  padding-left: 1.875rem;
}

.an-content-section li {
  margin-bottom: 10px;
}

.an-content-section ul li {
  list-style-type: disc;
}

.an-content-section ol li {
  list-style-type: decimal;
}

.an-content-section li:last-child {
  margin-bottom: 0;
}

.an-content-section img {
  height: auto;
  width: 100%;
}

.an-content-section-cta {
  margin-top: 15px;
  text-align: center;
}

.an-button {
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 10px #5c5c5c26;
  box-shadow: 0px 5px 10px #5c5c5c26;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Autonation Regular';
}

.an-button:hover,
.an-button:focus {
  text-decoration: none !important;
}

.an-button-primary {
  background: transparent -o-linear-gradient(left, #ad104c 0%, #e61464 100%) 0% 0%
    no-repeat padding-box;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ad104c),
      to(#e61464)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ad104c 0%, #e61464 100%) 0% 0%
    no-repeat padding-box;
  border: none;
  color: #fff !important;
}

.an-button-primary:hover,
.an-button-primary:focus {
  color: #fff;
}

.an-button-secondary {
  background: #fff 0% 0% no-repeat padding-box;
  border: 2px solid #e61464;
  color: #e61464;
}

.an-button-secondary:hover,
.an-button-secondary:focus {
  color: #e61464;
}

.an-content-section-image img {
  background-color: #f5f8fa;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* Header & Footer Styles */
.an-header-section,
.an-footer-section {
  text-align: center;
}

.an-header-section {
  background-color: #f5f8fa;
}

.an-footer-section {
  padding-bottom: 75px;
}

.an-header-section p,
.an-footer-section p {
  margin: 30px auto 0 auto;
  max-width: 800px;
  text-align: center;
}

.an-header-section p + p,
.an-footer-section p + p {
  margin-top: 0.9375em;
}

.an-footer-section h2 {
  margin: 0;
}

/* Shared Content Styles */
.an-content-with-image-section,
.an-content-centered-section {
  border-bottom: 1px solid #eee;
}

.an-content-with-image-section .an-content-section-wrapper,
.an-content-centered-section .an-content-section-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

/* Content w/ Image Styles */
.an-content-with-image-section-text > *:last-child {
  margin-bottom: 0;
}

.an-content-with-image-section .an-content-section-cta {
  text-align: center;
}

/* Content Centered Styles */
.an-content-centered-section .an-content-section-image {
  margin-bottom: 30px;
  margin-top: 30px;
}

.an-content-centered-section .an-content-section-wrapper > *:first-child {
  margin-top: 0;
}

.an-content-centered-section .an-content-section-wrapper > *:last-child {
  margin-bottom: 0;
}

.an-content-centered-section .an-content-section-cta {
  margin-bottom: 45px;
}

/* Disclaimer Styles */
.an-disclaimer-section {
  background-color: #f5f8fa;
  padding-bottom: 15px;
  padding-top: 15px;
}

.an-disclaimer-section p {
  font-size: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}

/* Compare Hero */
.compare-hero {
  background-color: #f5f8fa;
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
}

.compare-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.compare-img img {
  height: auto !important;
}

#compare-img-1 {
  border-top: 6px solid #0a3453;
  border-right: 6px solid #0a3453;
  border-bottom: 3px solid #0a3453;
  border-left: 6px solid #0a3453;
}

#compare-img-2 {
  border-top: 3px solid #0a3453;
  border-right: 6px solid #0a3453;
  border-bottom: 6px solid #0a3453;
  border-left: 6px solid #0a3453;
}

.compare-vs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e61464;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
}

/* iPad & Larger */
@media all and (min-width: 768px) {
  /* Base Styles  */
  .an-content-section h1 {
    font-size: 2.5rem;
  }

  .an-content-section h2 {
    font-size: 1.75rem;
  }

  .an-content-section-cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }

  .an-button {
    margin-left: 10px;
    margin-top: 0;
    margin-right: 10px;
  }

  /* Shared Content Styles */
  .an-header-section p,
  .an-footer-section p,
  .an-disclaimer-section p {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Compare Hero */
  .compare-hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #compare-img-1 {
    border-top: 6px solid #0a3453;
    border-right: 3px solid #0a3453;
    border-bottom: 6px solid #0a3453;
    border-left: 6px solid #0a3453;
  }

  #compare-img-2 {
    border-top: 6px solid #0a3453;
    border-right: 6px solid #0a3453;
    border-bottom: 6px solid #0a3453;
    border-left: 3px solid #0a3453;
  }

  .compare-vs {
    font-size: 1.5rem;
    padding: 0.75rem;
  }
}

/* Laptop & Larger */
@media all and (min-width: 1024px) {
  /* Header & Footer Styles */
  .an-header-section p,
  .an-footer-section p {
    font-size: 1.125rem;
  }

  /* Shared Content Styles */
  .an-header-section p,
  .an-footer-section p,
  .an-content-centered-section .an-content-section-wrapper,
  .an-disclaimer-section p {
    max-width: 75%;
    font-family: 'Autonation Light';
  }

  /* Content w/ Image Styles */
  .an-content-with-image-section .an-content-section-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: none;
  }

  .an-content-with-image-section .an-content-section-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    max-width: 602px;
    width: 40.6%;
  }

  .an-content-with-image-section-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    max-width: 520px;
  }

  .an-content-with-image-section-text > *:first-child {
    margin-top: 0;
  }

  .an-content-with-image-section .an-content-section-cta {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }

  .an-content-image-right-section .an-content-section-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}