html {
    font-size: 100% !important;
}

/* Base Styles */
  .an-content-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 55px;
  }

  .an-content-section * {
    font-size: 1rem;
    margin: 0;
  }
  a .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;
  }

  .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;
  }

  .pink-line {
    display: block;
    margin: 20px auto 30px auto;
    width: 40px;
    height: 0px;
    border: none;
    border-top: 2px solid #e61464;
  }

  .an-content-section p {
    color: #5c5c5c;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
  }

  .an-content-section a {
    color: #E61464;
    text-decoration: none;
  }

  .an-content-section a:hover,
  .an-content-section a:focus {
    text-decoration: underline;
  }

  ul.an-content-section-list,
  ol.an-content-section-list {
    list-style: revert;
  }

  .an-content-section-list {
    color: #5c5c5c;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-left: 1.875rem;
  }

  .an-content-section-list li {
    list-style-type: inherit;
    margin-bottom: 10px;
  }

  .an-content-section-list li:last-child {
    margin-bottom: 0;
  }

  .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;
    text-transform: uppercase;
  }

  .an-button:hover,
  .an-button:focus {
    text-decoration: none !important;
  }

  .an-button-primary {
    background: transparent -webkit-gradient(
        linear,
        left top,
        right top,
        from(#AD104C),
        to(#E61464)
      ) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #AD104C 0%, #E61464 100%) 0%
      0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #AD104C 0%, #E61464 100%) 0%
      0% no-repeat padding-box;
    border: none;
    color: var(--white) !important;
  }
  .an-button-primary:hover,
  .an-button-primary:focus {
    color: var(--white);
  }

  .an-button-secondary {
    background: var(--white) 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 {
    background-color: #f5f8fa;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
  }

  .an-content-section-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
  }

  /* Header & Footer Styles */
  .an-header-section,
  .an-footer-section {
    text-align: center;
  }

  .an-header-section {
    background-color: #f5f8fa;
    padding-bottom: 55px;
  }

  .an-footer-section {
    padding-bottom: 75px;
    padding-top: 20px;
  }

  .an-header-section p,
  .an-footer-section p {
    margin: 30px auto 0 auto;
    max-width: 800px;
    text-align: center;
  }

  .an-footer-section h2 {
    margin: 0;
  }

  /* Shared Content Styles */
  .an-content-with-image-section,
  .an-content-centered-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding-bottom: 55px;
  }

  /* Content w/ Image Styles */
  .an-content-with-image-section {
    border-bottom: 1px solid #eee;
  }

  .an-content-with-image-section p {
    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 {
    height: 0 !important;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }

  .an-content-centered-section .an-content-section-image img {
    position: absolute;
    top: 0;
  }

  .an-content-centered-section > *:first-child {
    margin-top: 0;
  }

  .an-content-centered-section > *:last-child {
    margin-bottom: 0;
  }

  /* 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;
  }

  /* Vehicle Research Styles 
  
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 30px;
    padding-bottom: 15px;
*/
  .an-content-centered-section h2 {
    text-align: center;
  }

  .vr-row {
    margin-bottom: 55px;
  }

  .vr-item {
    background: transparent -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f9f9f9),
        to(#f3f3f3)
      ) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%) 0%
      0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #f9f9f9 0%, #f3f3f3 100%) 0%
      0% no-repeat padding-box;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
  }

  .vr-item-image {
    background-color: #d5d5d5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 175px;
    width: 100%;
  }

  .vr-item-title {
    padding: 20px 15px;
  }

  .vr-item a:hover,
  .vr-item a:focus {
    text-decoration: none;
  }

  .vr-item-cover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .vr-item a:hover h3,
  .vr-item a:focus h3 {
    color: #e61464;
  }

  .vr-item h3 {
    font-size: 1.3125rem;
    margin: 0;
  }

  /* iPad & Larger */
  @media all and (min-width: 768px) {
    /* Shared Content Styles */
    .an-header-section p,
    .an-footer-section p,
    .an-disclaimer-section p {
      padding-left: 15px;
      padding-right: 15px;
    }

    /* 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;
    }

    .an-button {
      margin-left: 10px;
      margin-right: 10px;
    }

    .an-content-section-image {
      height: 338px;
    }

    /* Vehicle Research Styles */
    .vr-row {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 15px 1fr;
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 15px;
      grid-row-gap: 15px;
    }
    .vr-row > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
    .vr-row > *:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }

    .vr-item {
      margin-bottom: 0;
    }

    .vr-item-image {
      height: 190px;
    }
  }

  /* 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-disclaimer-section p {
      max-width: 75%;
    }

    /* Content w/ Image Styles */
    .an-content-with-image-section {
      -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 h2 {
      margin-top: 10px;
    }

    .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 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }

    /* Vehicle Research Styles */
    .vr-row {
      -ms-grid-columns: (1fr) [3];
      grid-template-columns: repeat(3, 1fr);
    }

    .vr-item-image {
      height: 205px;
    }
  }