@charset "UTF-8";
/* CSS Document */

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Georgia, "Times New Roman", Times, serif;
}

div.nav li a,
h1,
h2,
h3,
h4,
h5,
div.bottom h6,
div.references h6 {
  font-family: "brandon_grotesquebold", Arial, Helvetica, sans-serif;
}

h4 strong,
a {
  font-family: "brandon_grotesquemedium", Arial, Helvetica, sans-serif;
}

sup {
  font-family: "brandon_grotesquelight", Arial, Helvetica, sans-serif;
  font-size: 40%;
  position: relative;
  top: 4px;
  vertical-align: top;
}

p sup {
  font-size: 60%;
}

span.smallcase {
  text-transform: lowercase;
}

.nowrap {
  white-space: nowrap;
  display: inline;
}

.large_nowrap {
  white-space: nowrap;
}

p strong,
li strong {
  font-weight: bold;
}

p em,
li em,
blockquote em {
  font-style: italic;
}

div.padright {
  padding-right: 1.5em;
}

div.padleft {
  padding-left: 1.5em;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.floatpadleft {
  float: left;
  padding-right: 1em;
}

.floatpadright {
  float: right;
  padding-left: 1em;
}

.footnotes {
  font-size: 75% !important;
  line-height: 120% !important;
}

figcaption {
  font-size: 12px;
}

div.section_inner {
  margin: 0 auto;
  max-width: 640px;
}

div.form_container {
  position: relative;
}

body.scrolled div.form_container div.logo,
div.form_container div.logo {
  left: -12px;
  top: 10px;
  background-size: 140px 35px;
}

div.form_container a.close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 48px;
  height: 48px;
}

div.form_container a img {
  width: 100%;
  height: 100%;
}

div.form_container div.section_container {
  padding-top: 80px;
  margin-bottom: 0;
}

div.form_container div.section_container figure {
  margin-bottom: 0;
}

div.form_container div.section_container div.section_left {
  float: left;
}

div.form_container div.section_container div.section_right {
  float: right;
}

div.form_container div.section_container div.section_left,
div.form_container div.section_container div.section_right {
  width: 50%;
}

div.form_container h2 {
  font-size: 26pt;
  padding: 24px 32px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: bold;
}

div.form_container .form_thanks {
  color: #ffffff;
  text-align: center;
}

div.form_container .form_thanks h2 {
  font-size: 18pt;
  font-weight: normal;
}

div.form_container .form_thanks p {
  padding: 1em;
  font-weight: 500;
  font-size: 16pt;

}

div.form_container div.section_form {
  padding: 1em;
}

div.form_container div.section_form :not(label) p {
  text-align: left;
  margin-bottom: 1em;
}

/* Form overrides (oh so fun!) */
div.form_container div.section_form form {
  width: 580px !important;
  overflow: hidden;
}

.mktoForm label.mktoLabel,
.mktoForm div.mktoGutter {
  display: none !important;
}

.mktoForm .mktoFieldWrap .mktoClear,
.mktoForm .mktoCheckboxList label {
  font-family: "brandon_grotesquemedium", Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #ffffff;
  padding: 3px 0;
  text-transform: uppercase;
}

.mktoForm .mktoCheckboxList label {
  margin-left: 2em !important;
  margin-top: -3px !important;
  text-transform: none;
  font-size: 10pt;
}

.mktoForm input.mktoField {
  font-size: 14pt !important;
  color: #999999;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 9px 12px !important;
  border: 1px solid #AAAAAA;
}

.mktoForm input.mktoField[type=checkbox] {
  width: 20px !important;
}

.mktoForm .mktoButtonRow {
  display: block;
}

.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
  overflow: hidden;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  display: block;
  margin: 0 auto;
  width: 150px;
  font-family: "brandon_grotesquemedium", Arial, Helvetica, sans-serif;
  font-size: 13pt !important;
  text-transform: uppercase;
  padding: 10px 12px !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: #000000;
}

.mktoForm .mktoRequired.mktoInvalid {
  /* background-image: url('https://vascular.abbott.com/rs/111-OGY-491/images/form_invalid.png');
    background-position: 96% 50%;
    background-size: 16px;
    background-repeat: no-repeat; */
  background-color: #DDCCCC;
  border: 1px solid #CC0000 !important;
}

.mktoForm .mktoCheckboxList.mktoInvalid {
  background-color: #044F71 !important;
}

body {
  background-color: #044F71;
  color: #FFFFFF;
  padding: 1em;
}

div.section_inner {
  margin: 0 auto;
  max-width: 640px;
}

.banner {
  margin: 0 auto;
  width: 100%;
}

.banner h1 {
  color: #FFFFFF;
  font-family: "brandon_grotesquebold", Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}

h1 sup {
  position: relative;
  top: 1px;
  font-size: 50%;
}

.section_form {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.section_form>* {
  margin: 1em auto;
}

.section_form form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  font-family: "brandon_grotesquemedium", Arial, Helvetica, sans-serif !important;
  font-size: 15pt !important;
  border: 0 !important;
  padding: 6px 8px !important;
  background: url('https://structuralheart.abbott.com/rs/983-IZY-637/images/ddl_arrow.png') 95% 50% no-repeat #FFFFFF !important;
  width: 95% !important;
  color: #999999 !important;
  border: 1px solid #CCCCCC !important;
}

/*To remove button from IE11, thank you Matt */
.section_form form select::-ms-expand {
  display: none;
}

.mktoFormCol,
.mktoFieldWrap {
  width: 100% !important;
}

.mktoFormRow {
  overflow: hidden;
}

.mktoFormRow .mktoFieldWrap {
  display: flex;
  flex-flow: column nowrap;
}

div.mktoFormRow:last-of-type .mktoFieldWrap {
  flex-flow: row nowrap;
}

.mktoForm label.mktoLabel {
  display: block !important;
  order: 2;
  width: 100% !important;
  font-family: "brandon_grotesquemedium", Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal !important;
  color: #ffffff;
  padding: 6px 0 3px;
  text-transform: uppercase;
}

.mktoForm label.mktoLabel[for="emailOptIn"] {
  display: none !important;
  text-transform: initial;
}

.mktoForm .mktoFieldWrap .mktoCheckboxList {
  width: 95% !important;
}

.mktoForm .mktoFieldWrap .mktoCheckboxList label[for="emailOptIn"] {
  /* display: none; */
  text-transform: initial;
}

span.pp {
  color: #eeb33b;
  cursor: pointer;
}

span.pp:hover {
  cursor: pointer !important;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

.mktoForm .mktoRequiredField label:not([for*="oneTrust"], [for*="OptIn"])::after,
.mktoForm .mktoRequiredField label:is([for*="oneTrust"], [for*="OptIn"]) p::after {
  content: " *";
  color: red;
}

.mktoFieldWrap input {
  order: 1;
}

.mktoClear {
  display: none;
}

.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
  background: #eeb33b;
  border: 1px solid #044F71;
  color: #044F71;
}

.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:hover {
  background: #044F71;
  border: 1px solid #eeb33b;
  color: #eeb33b;
}

.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:active {
  background: #eeb33b;
  border: 1px solid #044F71;
  color: #044F71;
}


.form_container input {
  height: auto !important;
  width: 100% !important;
}

.section_form form select {
  width: 100% !important;
}

a {
  color: #eeb33b;
  text-decoration: none;
}

#footer {
  font-size: 11pt;
  margin-top: 3em;
  text-align: center;
}

.mktoError {
  bottom: -8px !important;
}



@media (max-width: 680px) {
  .banner h1 {
    font-size: 2em;
  }

  div.form_container div.section_container div.section_left {
    display: none;
  }

  div.form_container div.section_container div.section_right {
    float: none;
    width: 100%;
  }

  div.form_container div.section_container h2 {
    padding: 0.5em 1em;
    font-size: 20pt;
  }

  div.form_container div.section_form form {
    width: 100% !important;
  }

  .mktoForm .mktoFormCol,
  .mktoForm .mktoFieldWrap {
    float: none !important;
  }

  .mktoForm .mktoOffset {
    display: none;
  }

  .mktoForm .mktoField {
    width: 100% !important;
  }

  #FirstName,
  #LastName {
    width: 100% !important;
  }
}

@media (max-width: 480px) {

  body div.form_container div.logo,
  div.form_container div.logo {
    background-size: 100px auto !important;
    top: 0 !important;
    left: -50px !important;
  }

  body div.form_container div.section_container {
    padding-top: 64px;
  }

  body div.form_container div.section_container h2 {
    font-size: 12pt;
  }

  body div.form_container div.section_form p {
    font-size: 10pt;
    margin-bottom: 0.5em;
  }

}

/* OneTrust Overrides */
.otnotice-sections {
  margin: unset !important;
}

.otnotice-sections>.otnotice-section>.otnotice-section-content {
  margin-left: unset !important;
}

.otnotice-content {
  padding: 0 !important;
}

#form_fields .otnotice-content p {
  text-align: left;
}

div.otnotice-version:empty {
  display: none;
}

.otnotice-menu,
.otnotice-menu-mobile {
  display: none !important;
}

.ot-privacy-notice-language-dropdown-container {
  display: none !important;
}

.mktoFormRow:has(.mktoHtmlText script) {
  display: none !important;
}

label:not([id*="OptIn"], [id*="repRequest"], [for*="oneTrust"], [for*="OptIn"]) {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-end;
  font-family: var(--body-font-stack);
  font-size: 13px;
  font-weight: 500;
}

.mktoForm label[for*="Opt"].mktoLabel,
.mktoForm label[for*="repRequest"].mktoLabel,
.mktoForm label[for*="oneTrust"].mktoLabel {
  display: flex !important;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 36px;
  text-transform: inherit;
}

.mktoForm label[for*="Opt"].mktoLabel,
.mktoForm label[for*="optIn"].mktoLabel,
.mktoForm label[for*="oneTrust"].mktoLabel {
  /* flex-direction: row-reverse;
  justify-content: start; */
  padding-top: 0px;
  padding-left: 0;
  text-transform: inherit;

  & .mktoAsterix {
    display: none;
    padding-left: 0px;
  }
}

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

.mktoFormRow .mktoFieldWrap:has([for*="OptIn"], [for*="oneTrust"]) {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.mktoFormRow .mktoFieldWrap:has([for*="OptIn"], [for*="oneTrust"]) .mktoCheckboxList {
  width: 28px !important;
}

.mktoForm input#emailOptIn ~ label {
  display: none;
}