h1 {
  width: 100%;
  text-wrap: unset;
}

h2 {
  color: var(--abbott-md-blue);
}

p, li, dd {
  text-wrap: pretty;
}

ul.check {
  list-style-image: url(https://heartfailure.abbott/rs/617-HOL-304/images/HF-Marketo-Welcome-Series-Forms-Circle-Icon.png?version=0);
}

ul.check li {
  font-size: 24px;
  margin-top: 1em;
}

.cards.iconCTA {
  gap: 0px;
  justify-content: center;
}
  
.cards.iconCTA .card {
  align-items: center;
  padding: 32px 40px;
  flex-basis: 290px;
}

.cards.iconCTA .card:has(+ .card) {
  border-bottom: 1px solid var(--abbott-primary);
}

@media screen and (min-width: 620px) {
  .cards.iconCTA .card:has(+ .card) {
    border-bottom: none;
    border-right: 1px solid var(--abbott-primary);
  }
  .cards.iconCTA .card:nth-child(2) {
    border: none;
  }
}

@media screen and (min-width: 910px) {
  .cards.iconCTA .card:has(+ .card) {
    border-bottom: none;
    border-right: 1px solid var(--abbott-primary);
  }
}

/* @media screen and (max-width: 910px) {
  .cards.iconCTA .card:has(~ .card) {
    border-bottom: none;
    border-right: 1px solid var(--abbott-primary);
  }
  .cards.iconCTA .card:has(+ .card:nth-child(3)) {
    border-right: none;
  }
} */

.cards.iconCTA figure {
  max-width: 100px;
}

.cards.iconCTA p {
  text-align: center;
}

/* Form styling */
form {
  display: grid;
}

.background-banner form h4 {
  font-weight: 700;
}

label[id*="LblPrimary_"] {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
}

label:not([id*="OptIn"], [id*="repRequest"]) {
  flex-flow: row;
  justify-content: flex-start;
}

input, textarea, select {
  border-radius: 5px;
  border-color: var(--abbott-charcoal);
  text-transform: none;
}

.mktoForm input.mktoHasWidth {
  max-width: 460px !important;
}

/* Push privacy notice to the end of the form */
.mktoFormRow:has(+ .mktoButtonRow):has(.mktoHtmlText) {
  order: 999;
}

/* set margin top to 0 for placeholder rows */
.mktoForm > .mktoFormRow + .mktoFormRow:has(> .mktoPlaceholder) {
  margin-top: 0;
}

/* A bit more space between rows */
.mktoForm > .mktoFormRow + .mktoFormRow,
fieldset .mktoFormRow + .mktoFormRow,
.mktoForm .mktoButtonRow {
    margin-top: 2rem;
}

.mktoCheckboxList {
  display: grid;
  grid-template-columns: 24px 1fr !important;
  align-items: center;
  gap: 1em;
}


/* .mktoForm label[for*="Notes__c"].mktoLabel, */
.mktoForm label[for*="mktoCheckbox"].mktoLabel, .mktoForm label[for*="Unsub"].mktoLabel, .mktoForm label:has(~ .mktoCheckboxList input[id*="Unsub"]) {
  display: block !important;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 36px;
  text-transform: inherit;
}

/* .mktoForm label[for*="Notes__c"].mktoLabel, */
.mktoForm label[for*="mktoCheckbox"].mktoLabel,
.mktoForm label[for*="Unsub"].mktoLabel,
.mktoForm label[for*="pref"].mktoLabel,
.mktoForm label:has(~ .mktoCheckboxList input[id*="Unsub"]) {
  padding-left: 36px;
  text-transform: inherit;
}

.mktoForm input[type="checkbox"] {
  border: 1px solid var(--abbott-charcoal);
  border-radius: 5px;
}

.mktoCheckboxList label,
.mktoForm label[for*="Unsub"].mktoLabel,
.mktoForm label[for*="pref"].mktoLabel,
.mktoForm label:has(~ .mktoCheckboxList input[id*="Unsub"]) {
  font-size: 16px;
  font-weight: 400;
}

/* .mktoForm .mktoLabel[for*="Notes__c"] ~ div.mktoCheckboxList {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px !important;
} */

.mktoHtmlText {
  font-size: 16px;
}

.mktoForm .mktoButtonRow {
  justify-content: flex-start;
  margin-top: 2.5rem;
}

/* Form Thanks Modal */
/* #form_thanks,
#colorbox,
#cboxWrapper,
#cboxContent {
  height: 240px !important;
} */

#cboxOverlay {
  min-height: 1200px;
  overflow: hidden;
}

.section_div.modal {
  background-color: #009cde;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}


#formThanks {
  padding: 20px;
}
