
html {
  font-size: 16px;
} 



  /* Base Styles */
  .an-content-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 55px;
  }

  .an-content-section * {
    font-size: 1rem;
    margin: 0;
  }

  .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;
  }

  .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;
    line-height: 1;
  }

  .an-button-primary.gradiant {
    background: transparent linear-gradient(90deg, #e61464 0%, #ee74aa 100%) 0% 0% no-repeat padding-box;
  }

  .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;
    width:auto;
    line-height: 1;
  }
  .secondary-button{
    width: auto;
    height: auto;
  }
  .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;
    /* padding-top: 15px; */
  }

  /* 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;
  }

  /* 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: var(--white);
    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;
  }

  @media only screen and (min-width: 992px) {
    html {
        font-size:87.5%
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size:100%
    }
}



  /* 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;
    }

    .an-content-with-image-section,
    .an-content-centered-section {
      padding-top: 55px;
    }

    /* 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;
    }

    /* #region - 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;
    }

    
    /* #endregion */
  }

  /* 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 {
    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;
  } 
  /* 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 {
      align-items: center;
      display: flex;
      justify-content: space-evenly;
      max-width: none;
    }

    .an-content-with-image-section .an-content-section-image {
      flex: 0 1 45%;
      max-width: 602px;
      width: 40.6%;
    }

    .an-content-with-image-section-text {
      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 {
      justify-content: flex-start;
      margin-left: -10px;
      margin-right: -10px;
    }

    .an-content-image-right-section {
      flex-direction: row-reverse;
    }
  }
  
a#chat-header {
    display: none;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}


.content-section-h2 {
  margin-top: 1.875rem !important;
}


@media all and (max-width: 768px) {
  .an-content-with-image-section.responsive {
    display: grid;
  }
  .an-content-with-image-section .an-content-with-image-section-text.responsive-order {
    order: 2;
  }
}

@media all and (max-width: 375px) {
  .padding-top-15 {
    padding-top: 15px;
  }
}