:root {
  --soft-brand: #E3F0BE;
  --ash: #2D2D2D;
  --sun: #FFC200;
  --dark-magenta: #B70E8B;
  --light-magenta: #F2F2F2;
  --aon-action: #ffcd00;
  --light-orange: #F2F2F2;
  --black: #000;
  --white: #fff;
  --aon-bold: 700;
  --aon-cactus: #317261;
  --gray-600: #5d5d5d;
  --aon-equifax: #d60034;
  --aon-error: #c8102e;
  --aon-experian: #b70e8b;
  --aon-font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --aon-info: #008ee7;
  --aon-ivy: #045741;
  --aon-jungle: #EA2238;
  --orange: #EA2238;
  --dark-orange: #EA2238;
  --aon-leaf: #e3f0bf;
  --aon-light: #949494;
  --aon-mint: #E9C6E0;
  --aon-normal: 1rem;
  --aon-primary: #045741;
  --aon-round: 5em;
  --aon-secondary: #97d700;
  --aon-sharp: 0;
  --aon-snow: #ededed;
  --aon-space: 1rem;
  --aon-strong: 600;
  --aon-thin: 1px;
  --aon-transunion: #3ca8ca;
  --light-yellow: #f8f830;
}

@media (min-width: 600px) {
  :root {
    --aon-base: 16px;
    --aon-small: 13px;
    --aon-jumbo: 2rem;
    --aon-extra: 1.75rem;
    --aon-large: 1.5rem;
    --aon-medium: 1rem;
  }
}

@media (max-width: 599px) {
  :root {
    --aon-base: 14px;
    --aon-small: 12px;
    --aon-jumbo: 1.5rem;
    --aon-extra: 1.5rem;
    --aon-large: 1.25rem;
    --aon-medium: 1rem;
  }
}

main.aon-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding: var(--aon-space);
  padding-top: calc(var(--aon-space) * 2);
  text-align: center;
}

main.aon-container * {
  font-family: var(--aon-font);
}

main.aon-container img.creditPro {
  width: calc(100% - 2.5rem);
  height: auto;
  position: absolute;
  left: 1rem;
  bottom: -1rem;
}

main.aon-container>section.aon-section h1,
main.aon-container>section.aon-section h2,
main.aon-container>section.aon-section h3,
main.aon-container>section.aon-section h5 {
  color: var(--black);
}

main.aon-container>section.aon-section h1,
main.aon-container>section.aon-section h2,
main.aon-container>section.aon-section h3,
main.aon-container>section.aon-section p {
  margin-bottom: 1rem;
}

main.aon-container>section.aon-section h1 {
  font-weight: 400;
  font-size: var(--aon-large);
}

main.aon-container>section.aon-section h2,
main.aon-container>section.aon-section h3,
main.aon-container>section.aon-section h4,
main.aon-container>section.aon-section h5 {
  font-weight: var(--aon-bold);
}

main.aon-container>section.aon-section h2,
main.aon-container>section.aon-section h4 {
  font-size: var(--aon-jumbo);
}

main.aon-container>section.aon-section h3,
main.aon-container>section.aon-section h5 {
  font-size: var(--aon-large);
}

main.aon-container>section.aon-section>section.aon-section {
  border-radius: calc(var(--aon-normal) / 1);
  margin-top: calc(var(--aon-space) * 1.5);
}

main.aon-container>section.aon-section>section.aon-section.aon-op-1 {
  background-color: var(--light-orange);
}

main.aon-container>section.aon-section>section.aon-section.aon-op-1 .arrow {
  border-top-left-radius: calc(var(--aon-normal) / 2);
  border-top-right-radius: calc(var(--aon-normal) / 2);
  background-color: var(--dark-orange);
  color: white;
}

main.aon-container>section.aon-section>section.aon-section.aon-op-1 .arrow::after {
  border-top: 20px solid var(--dark-orange);
}

main.aon-container>section.aon-section>section.aon-section.aon-op-1 .arrow h4 {
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 500px) {
  main.aon-container>section.aon-section>section.aon-section.aon-op-1 .arrow h4 {
    text-align: center;
  }
}

main.aon-container>section.aon-section>section.aon-section.aon-op-2 {
  background-color: var(--light-magenta);
}

main.aon-container>section.aon-section>section.aon-section.aon-op-2 .arrow {
  border-top-left-radius: calc(var(--aon-normal) / 2);
  border-top-right-radius: calc(var(--aon-normal) / 2);
  background-color: var(--dark-magenta);
  color: white;
}

main.aon-container>section.aon-section>section.aon-section.aon-op-2 .arrow::after {
  border-top: 20px solid var(--dark-magenta);
}

main.aon-container>section.aon-section>section.aon-section.aon-op-2 .arrow h4 {
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 500px) {
  main.aon-container>section.aon-section>section.aon-section.aon-op-2 .arrow h4 {
    text-align: center;
  }
}

main.aon-container>section.aon-section>section.aon-section.aon-op-2 h4 {
  background-color: var(--dark-magenta);
  color: white;
}

main.aon-container>section.aon-section>section.aon-section.aon-op-2 .arrow::after {
  border-top: 20px solid var(--dark-magenta);
}

main.aon-container>section.aon-section>section.aon-section h4 {
  font-weight: 500;
  text-transform: uppercase;
}

main.aon-container>section.aon-section>section.aon-section img {
  margin-right: var(--aon-space);
}

main.aon-container>section.aon-section>section.aon-section div.container-fluid {
  padding: var(--aon-space) calc(var(--aon-space) * 2);
}

main.aon-container>section.aon-section>section.aon-section div.container-fluid div.bottom-dash {
  border-bottom: 1px dashed var(--aon-light);
  display: flex;
  margin-bottom: var(--aon-space);
  padding-bottom: var(--aon-space);
  text-align: left;
}

main.aon-container>section.aon-section>section.aon-section div.container-fluid div.bottom-dash hgroup h5 {
  margin-bottom: 0.5rem;
  text-align: left;
}

main.aon-container>section.aon-section>section.aon-section div.container-fluid div.bottom-dash hgroup p {
  margin: 0;
  color: #000 !important;
  text-align: left;
}

main.aon-container .footer {
  background: var(--white);
  color: var(--gray-600);
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding: var(--aon-space) var(--aon-space) calc(var(--aon-space) * 2);
  text-align: center;
}

main.aon-container .footer a {
  color: var(--aon-info);
}

main.aon-container .center {
  text-align: center;
}

main.aon-container .large {
  font-size: var(--aon-medium);
}

main.aon-container .medium {
  font-size: var(--aon-medium);
}

main.aon-container .Experian {
  color: var(--aon-experian);
}

main.aon-container .TransUnion {
  color: var(--aon-transunion);
}

main.aon-container .Equifax {
  color: var(--aon-equifax);
}

main.aon-container .arrow {
  margin-bottom: calc(20px - var(--aon-thin));
  position: relative;
}

main.aon-container .arrow::after {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  bottom: var(--aon-thin);
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
}

main.aon-container .actions {
  display: flex;
  justify-content: space-around;
  margin: 0;
}

@media screen and (max-width: 599px) {
  main.aon-container .actions {
    flex-direction: column-reverse;
  }

  main.aon-container .actions .action:first-of-type {
    margin-top: 0.5rem;
  }

  main.aon-container .actions .action:last-of-type {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 600px) {
  main.aon-container .actions {
    max-width: 650px;
  }

  main.aon-container .actions .action:first-of-type {
    margin-right: 0.5rem;
  }

  main.aon-container .actions .action:last-of-type {
    margin-left: 0.5rem;
  }
}

main.aon-container .actions .action {
  flex: 1;
}

main.aon-container .action {
  align-items: center;
  border-radius: var(--aon-round);
  display: flex;
  font-style: normal;
  font-weight: var(--aon-bold);
  justify-content: center;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

main.aon-container .action:active,
main.aon-container .action:focus,
main.aon-container .action:hover {
  text-decoration: underline;
}

main.aon-container .action:hover {
  cursor: pointer;
}

main.aon-container .action.full {
  width: 100%;
}

main.aon-container .action.primary {
  background: var(--aon-action);
  border: 2px solid var(--aon-action);
  color: #000 !important;
}

main.aon-container .action.secondary {
  background: transparent;
  border: 2px solid transparent;
  color: var(--aon-primary);
}

main.aon-container .action.secondary.wb {
  border: 2px solid var(--aon-primary) !important;
  background-color: white;
}

main.aon-container .action.primary:disabled,
main.aon-container .action.secondary:disabled {
  opacity: 0.25;
  pointer-events: none;
}

main.aon-container small {
  font-size: var(--aon-small);
}

main.aon-container strong {
  font-weight: var(--aon-strong);
}

.experian {
  color: var(--aon-experian);
}

.equifax {
  color: var(--aon-equifax);
}

.transunion {
  color: var(--aon-transunion);
}

.btn.aon-primary,
.btn.aon-primary:active,
.btn.aon-primary:focus,
.btn.aon-primary:hover,
.btn.aon-secondary,
.btn.aon-secondary:active,
.btn.aon-secondary:focus,
.btn.aon-secondary:hover {
  border-radius: 5rem !important;
  font-size: 0.9rem !important;
  font-weight: 600;
}

.aon-primary {
  background-color: var(--aon-action) !important;
  border: 2px solid var(--aon-action) !important;
  color: #000 !important;
}

.aon-secondary {
  background-color: #fff !important;
  border: 2px solid var(--aon-primary) !important;
  color: var(--aon-primary) !important;
}

.aon-primary:active,
.aon-primary:hover,
.aon-primary:focus,
.aon-secondary:active,
.aon-secondary:hover,
.aon-secondary:focus {
  text-decoration: underline;
}

.aon-info {
  color: var(--aon-info) !important;
}

.lh1 {
  line-height: 1.2;
}

.sign-below {
  color: var(--gray);
  font-weight: 400;
  margin-bottom: 0.25rem;
  text-align: center;
}

.aon-logo {
  max-width: 170px;
  width: 100%;
  height: auto;
}

.aon-x {
  font-size: 50px;
  line-height: 50px;
}

#signatureCanvas {
  width: 100%;
}

.credit-signature-box {
  position: relative;
}

#signatureX {
  position: absolute;
  font-size: 2rem;
  color: var(--gray);
  bottom: 3rem;
  left: 1rem;
}

@media screen and (max-width: 500px) {
  #signatureX {
    display: none;
  }
}

#sign-submit {
  max-width: 500px;
  margin: 0 auto;
}

#sign-submit a,
#sign-submit button {
  width: 100%;
}

.aon-subheadline {
  font-weight: bold;
  font-size: 1.5rem;
}

#aonCollapse,
#aonCollapseTwo {
  margin-bottom: var(--aon-space);
}

#aonCollapse .card,
#aonCollapseTwo .card {
  background: transparent;
}

#aonCollapse .card-header,
#aonCollapseTwo .card-header {
  background: transparent;
  padding: 0;
}

#aonCollapse .card-header button,
#aonCollapseTwo .card-header button {
  box-sizing: border-box;
  background: transparent;
  padding: 0.5rem 0;
  border: none;
  width: 100%;
  text-align: left;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

#aonCollapse .card-header button::after,
#aonCollapseTwo .card-header button::after {
  color: #707070 !important;
  font-size: 1.75rem;
  font-weight: 400;
  content: "\e930";
  font-family: "Feather";
  float: right;
  margin-right: .5rem;
}

#aonCollapse .card-header button[aria-expanded=true]::after,
#aonCollapseTwo .card-header button[aria-expanded=true]::after {
  transform: rotate(90deg);
}

#aonCollapse .card-body,
#aonCollapseTwo .card-body {
  color: #000 !important;
  padding: 0 1rem 1rem 0;
  text-align: left;
}

section.aon-section {
  border-radius: calc(var(--aon-normal) / 1);
  margin-top: calc(var(--aon-space) * 1.5);
}

section.aon-section.aon-op-1 {
  background-color: var(--light-orange);
  color: #000 !important;
}

section.aon-section.aon-op-1 .arrow {
  border-top-left-radius: calc(var(--aon-normal) / 2);
  border-top-right-radius: calc(var(--aon-normal) / 2);
  background-color: var(--dark-orange);
  color: white;
}

section.aon-section.aon-op-1 .arrow::after {
  border-top: 20px solid var(--dark-orange);
}

section.aon-section.aon-op-1 .arrow h4 {
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 500px) {
  section.aon-section.aon-op-1 .arrow h4 {
    text-align: center;
  }
}

section.aon-section.aon-op-2 {
  background-color: var(--light-magenta);
  color: #000 !important;
}

section.aon-section.aon-op-2 .arrow {
  border-top-left-radius: calc(var(--aon-normal) / 2);
  border-top-right-radius: calc(var(--aon-normal) / 2);
  background-color: var(--dark-magenta);
  color: white;
}

section.aon-section.aon-op-2 .arrow::after {
  border-top: 20px solid var(--dark-magenta);
}

section.aon-section.aon-op-2 .arrow h4 {
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 500px) {
  section.aon-section.aon-op-2 .arrow h4 {
    text-align: center;
  }
}

section.aon-section.aon-op-2 h4 {
  background-color: var(--dark-magenta);
  color: white;
}

section.aon-section.aon-op-2 .arrow::after {
  border-top: 20px solid var(--dark-magenta);
}

@media screen and (max-width: 991px) {
  .aon-icon>img {
    max-width: 24px;
  }
}

@media screen and (min-width: 992px) {
  .aon-icon>img {
    max-width: 50px;
  }
}

.aon-icon>img {
  position: relative;
  right: -12px;
  width: 100%;
}

hgroup .text-white {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}


img#benefitsClub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  object-fit: cover;
  object-position: right;
}

img#benefitsClub.premium {
  z-index: -1;
  height: 365px;
}

img#benefitsClub.premium.prem {
  height: 305px;
}

img#benefitsClub.comprehensive {
  z-index: -1;
  height: 380px;
}
img#benefitsClub.home {
  z-index: 0;
  height: 240px;
}

@media screen and (max-width: 767px) {
  img#benefitsClub.premium {
    height: 580px;
  }

  img#benefitsClub.comprehensive {
    height: 664px;
  }
}

.learn-mt {
  margin-top: 55px;
}
@media screen and (max-width: 445px) {
  .learn-mt {
    margin-top: 25px;
  }
}
.modal#accSusModal,
.modal#accPastDueModal,
.modal#reactivationModal {
  color: var(--ash);
}
.modal#accSusModal .close,
.modal#accPastDueModal .close,
.modal#reactivationModal .close {
  font-size: 70px;
}
.btn.take-action {
  background: var(--sun);
  color: #000;
  font-weight: 600;
  border-radius: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.line-height-sm {
  line-height: 12px;
}
.bold {
  font-weight: bold;
}
.light-green {
  background-color: var(--soft-brand);
}
img.issues {
  height: 100px;
  width: auto;
}
a.light-blue {
  color: #008EE7 !important;
  text-decoration: underline;
}

.terms-conditions {
  padding-left: calc(2rem + 4px);
}

.mt-3 {
  margin-top: 1rem;
}

.underline {
  text-decoration: underline !important;
  color: var(--aon-cactus) !important;
}

#since {
    color: white;
    opacity: .75;
}

@media screen and (max-width: 767px) {
  #since {
    margin-bottom: 0;
  }
}

.text-white-5 {
  color: white;
  opacity: .5;
}

.sub-text {
  font-size: large;
  font-weight: 600;
}

.force-center {
  text-align: center;
  margin: 0 auto;
}


.text-left {
  text-align: left !important;
}


.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 2px;
}

.aonLogoCol {
  align-items: center;
  justify-content: center;
}

.aonLogoCol img {
  height: auto;
  max-width: 320px;
  width: 100%;
}

.aon-icon + .col-md-11 {
  background-color: white !important;
}
.aon-icon + .col-md-11,
.aon-row .card-header,
.aon-row .card-header button {
  border-radius: .5rem;
}

.aon-btn-row {
  margin-bottom: .5rem;
}
.aon-shadow {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.aon-fixed {
  align-items: center;
  background: var(--white);
  border-radius: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding-top: 1rem;
  position: fixed;
  width: 100%;
  z-index: 99;
}

body.modal-open .aon-fixed {
  display: none;
}

.aon-fixed button.action {
  min-width: 200px;
}

.bg-brand-green {
  background: #045741 !important;
  color: white !important;
}

.aonLearnH2,
.aonLearnH3 {
  font-size: 1.625rem;
  line-height: 1.25;
}
@media screen and (max-width: 500px) {
  .aonLearnH2,
.aonLearnH3 {
  font-size: 1.25rem;

}
}
.aonLearnH2 {
font-weight: 700;
}
.aonLearnH3 {
font-weight: 400;
}