.mkt-footer-subscribe * {
  float: none !important;
}
.mkt-footer-subscribe form {
  position: relative !important;
  max-width: 415px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100% !important;
  gap: 5px;
}
@media (max-width: 479px) {
  .mkt-footer-subscribe form {
    flex-direction: column;
    gap: 10px;
  }
}
.mkt-footer-subscribe label,
.mkt-update-subscribe-group label {
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
  display: block !important;
}
.mkt-footer-subscribe input[type="email"] {
  -webkit-border-radius: 25px !important;
  border-radius: 25px !important;
  color: #0d394e !important;
  font-weight: 600;
  font-family: "Gotham", sans-serif !important;
  font-size: 16px !important;
  line-height: 16px !important;
  padding-top: 2px !important;
  padding-bottom: 0px !important;
  width: 100%;
  height: 34px;
  -webkit-appearance: none;
  padding-left: 40px !important;
  display: block;
  background-image: url("../images/mail_placeholder.png") !important;
  background-repeat: no-repeat !important;
  background-position: 15px 9px !important;
  margin-bottom: 0 !important;
}
.mkt-footer-subscribe input[type="email"]:focus {
  padding-left: 15px !important;
  background-image: url() !important;
}
.mkt-footer-subscribe .mktoGutter {
  display: none !important;
}
.mkt-footer-subscribe .submit-btn{
  width: 108px;
}
@media (max-width: 479px) {
  .mkt-footer-subscribe .submit-btn,
  .mkt-footer-subscribe .submit-btn .mktoButton {
    width: 100%;
  }
}
.mkt-footer-subscribe .form-input{
  flex: 1;
}
.mkt-footer-subscribe .form-field-error{
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #9a3a21;
  margin-top: 5px;
  padding-inline: 14px;
}
form.mktoForm button.mktoButton:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.eso-news_button {
  text-align: center;
}

@media (max-width: 991px) {
  .eso-news_button {
    margin-top: 15px;
  }
}

.eso-news_button .mktoButton {
  color: #fff !important;
  background-color: #0d394e !important;
  border-radius: 50px !important;
  padding: 0.8em 1.6em !important;
  border: 2px solid #0d394e;
  font-size: 1.25rem !important;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Gotham", sans-serif !important;
  cursor: pointer;
  display: inline-block;
}

@media (min-width: 992px) {
  .eso-news_button .mktoButton {
    font-size: 1.5rem !important;
  }

  .right-col .eso-news_button .mktoButton {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 379px) {
  .eso-news_button .mktoButton {
    font-size: 1.125rem !important;
  }
}

.eso-news_button .mktoButton:hover,
.eso-news_button .mktoButton:active,
.eso-news_button .mktoButton:focus {
  color: #0d394e !important;
  background-color: #fff !important;
  border: 2px solid #0d394e !important;
}

.mkt-footer-subscribe .mktoButtonRow {
  position: absolute !important;
  top: -3px;
  right: 0px;
  display: block !important;
  width: auto !important;
}

.mkt-footer-subscribe *::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
  opacity: 1; /* Firefox */
}

.mkt-footer-subscribe *:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important;
}

.mkt-footer-subscribe *::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999 !important;
}

.mkt-update-subscribe-group * {
  float: none;
}

.mkt-update-subscribe-group form {
  position: relative !important;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}
.mkt-update-subscribe-group form * {
  width: 100% !important;
}
.mkt-update-subscribe-group input[type="email"] {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  height: 100%;
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  padding: 10px !important;
  padding-right: 50px !important;
  box-shadow: 0px;
  display: block !important;
  height: 50px !important;
  color: #2c2e30 !important;
  font-family: "Montserrat", sans-serif !important;
}
.mkt-update-subscribe-group .mktoButtonRow {
  position: absolute !important;
  top: 16px;
  right: 10px;
  width: auto !important;
}
.mkt-update-subscribe-group button {
  background-image: url("/wp-content/plugins/eso-resources-library/images/email_arrow.svg") !important ;
  background-size: 16px 16px !important;
  background-color: transparent !important;
  border: 0px !important;
  text-indent: -5000px;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
  overflow: hidden;
}
.mkt-update-subscribe-group .form-input{
  height: 50px;
}
.mkt-update-subscribe-group .form-field-error{
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #ffbbb0;
  line-height: 1;
}

.mkt-update-subscribe-group *::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999 !important;
  opacity: 1; /* Firefox */
}

.mkt-update-subscribe-group *:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999 !important;
}

.mkt-update-subscribe-group *::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999 !important;
}
.marketo-form-holder-resources form {
  width: auto !important;
  text-align: center;
}

.marketo-form-holder-resources label {
  color: #fff !important;
  text-transform: uppercase;
  display: inline-flex !important;
  float: none !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding-top: 0px !important;
  padding-bottom: 5px !important;
  width: auto !important;
  text-align: left !important;
  letter-spacing: 1px;
  margin-bottom: 5px !important;
}

.mktoForm .mktoAsterix {
  order: 1;
}

.marketo-form-holder-resources {
  padding: 30px 20px;
  background-color: #2d3f51;
  color: white;
  margin: 0 0 0 auto !important;
  max-width: 360px !important;
}
@media screen and (max-width: 800px) {
  .marketo-form-holder-resources {
    max-width: 100% !important;
    margin: 0 !important;
  }
}
.mkt-form-title {
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  margin: 0 0 25px 0 !important;
}

.mkt-form-content p {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}
.mkt-form-content p span {
  color: #58b99d;
}

.marketo-form-holder-resources * {
  float: none !important;
}
.marketo-form-holder-resources input:not([type="submit"]),
.marketo-form-holder-resources textarea {
  background: #243443 !important;
  border: 1px solid #8d9fae !important;
  box-shadow: none !important;
  color: #fff !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 5px !important;
  width: 100% !important;
}
.marketo-form-holder-resources .mktoGutter,
.marketo-form-holder-resources .mktoOffset {
  display: none !important;
}
.marketo-form-holder-resources .mktoButtonRow span {
  margin-left: 0px !important;
}
.marketo-form-holder-resources select {
  position: relative;
  width: 100% !important;
  padding: 10px 6px !important;
  margin: 5 !important;
  cursor: pointer;
  background: #243443
    url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M77.2%2C223.7h-0.6L10%2C289.8l490%2C486.5l490-486.5l-66.7-66.2h-0.5l0%2C0L500%2C643.4L77.2%2C223.7z%22%2F%3E%3C%2Fsvg%3E) !important;
  background-size: 13px !important;
  background-position: right 5px center !important;
  background-repeat: no-repeat !important;
  border: 1px solid #8d9fae  !important;
  /* outline: none; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff !important;
  box-shadow: none !important;
}
.keep-reading-style {
  max-width: 435px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 50px !important;
  left: 50%;
  transform: translateX(-50%);
}
.footer-thank-you {
  display: none;
  color: white;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
.footer-mkto-error {
  display: none;
  color: #d55845;
  font-family: "Gotham", sans-serif;
}
.footer-mkto-error a {
  text-decoration: underline;
}
.footer-mkto-error a:hover {
  text-decoration: none;
}
.thank-you-sidebar {
  font-weight: 700;
  display: none;
  color: #fff;
}
@media (max-width: 992px) {
  .mkt-footer-subscribe form {
    max-width: 680px;
  }
}
@media (max-width: 1250px) {
  #sticky .marketo-form-holder-resources {
    margin: 80px 0 0 0 !important;
    height: 575px;
  }
  .marketo-form-holder-resources.marketo-form-section {
    height: auto;
  }
}
@media (max-width: 576px) {
  .mkt-footer-subscribe .mktoButtonRow {
    position: relative !important;
    text-align: center;
    top: auto;
    right: auto;
  }
  .mkt-footer-subscribe .mktoButtonRow span {
    margin-left: 0px !important;
  }
  .mkt-footer-subscribe input[type="email"] {
    margin-bottom: 15px;
    position: relative !important;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    height: 34px !important;
  }
  .mkt-footer-subscribe button {
    margin-left: 0 !important;
  }
  .mkt-footer-subscribe form {
    padding-left: 0;
    padding-right: 0;
  }
  .mkt-footer-subscribe .form-input{
    width: 100%;
  }
  .mkt-footer-subscribe .footer-thank-you {
    text-align: center;
    line-height: 1.2;
  }
}
.mkt-white-form-holder form {
  width: 100% !important;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.mkt-white-form-holder .mktoOffset {
  display: none !important;
}
.mkt-white-form-holder .mktoGutter {
  display: none !important;
}
.mkt-white-form-holder .mktoAsterix {
  display: none !important;
}
.mkt-white-form-holder .mktoFormRow {
  width: 45% !important;
  display: inline-block;
  margin-left: 2% !important;
  margin-right: 2% !important;
}
.mkt-white-form-holder .mktoFormCol {
  float: none !important;
}
.mkt-white-form-holder .mktoFieldWrap {
  float: none !important;
}
.mkt-white-form-holder label {
  float: none !important;
  font-weight: 400 !important;
  color: #747474 !important;
  width: 100% !important;
}
.mkt-white-form-holder .mktoField {
  float: none !important;
  width: 100% !important;
  background: #f8f8f8 !important;
  border: 1px solid #808080 !important;
  box-shadow: none !important;
}

/* Marketo form with dark background button style start */

.marketo-form-holder-resources form .mktoButton,
.mkt-white-form-holder form .mktoButton,
form input[type="submit"],
a.btn.popup-with-form,
a.btn.wh-toggle-form {
  font-size: 15px !important;
  line-height: 18px;
  font-weight: 600 !important;
  padding: 7px 30px !important;
  text-align: center;
  border-radius: 50px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  transition: none;
  background-image: none !important;
  box-shadow: none !important;
}

.marketo-form-holder-resources form .mktoButton {
  width: 100%;
  background-color: #5ea4de !important;
  color: #0d394e !important;
  border: 2px solid #5ea4de !important;
}

.marketo-form-holder-resources form .mktoButton:active {
  background-color: #0d394e !important;
  color: #5ea4de !important;
  border: 2px solid #5ea4de !important;
}

.marketo-form-holder-resources form .mktoButton:focus {
  background-color: #5ea4de !important;
  color: #0d394e !important;
  border: 2px solid #fff !important;
  padding: 6px 29px;
}

.marketo-form-holder-resources form .mktoButton:hover {
  background-color: #fff !important;
  color: #0d394e !important;
}

/* Marketo form with dark background button style end */

/* Marketo Button default with white background and primary button style start */

.mkt-white-form-holder form .mktoButton,
form input[type="submit"],
a.btn.popup-with-form,
a.btn.wh-toggle-form {
  width: auto;
  height: 100% !important;
  line-height: inherit !important;
  background-color: #006da8 !important;
  color: #fff !important;
  border: 2px solid #006da8 !important;
}

.mkt-white-form-holder form .mktoButton:active,
form input[type="submit"]:active,
a.btn.popup-with-form:active,
a.btn.wh-toggle-form:active {
  background-color: #fff !important;
  color: #006da8 !important;
  border: 2px solid #006da8 !important;
  padding: 7px 30px !important;
  background-image: none !important;
}

.mkt-white-form-holder form .mktoButton:focus,
form input[type="submit"]:focus,
a.btn.popup-with-form:focus,
a.btn.wh-toggle-form:focus {
  background-color: #006da8 !important;
  color: #fff !important;
  border: 2px solid #5ea4de !important;
  padding: 7px 30px !important;
}

.mkt-white-form-holder form .mktoButton:hover,
form input[type="submit"]:hover,
a.btn.popup-with-form:hover,
a.btn.wh-toggle-form:hover {
  background-color: #0d394e !important;
  color: #fff !important;
  border: 2px solid #0d394e !important;
}

/* Marketo Button default with white background and primary button style end */

.mkt-white-form-holder .mktoButtonWrap {
  margin-left: 0px !important;
}
.eso-mkt-hidden {
  display: none !important;
}
.mkt-white-form-holder .mktoButtonRow {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}
.mkt-white-form-holder .eso-mkt-textarea {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.mkt-white-form-holder .eso-mkt-placeholder-state {
  /* display:none !important; */
}
.eso-or-call {
  padding-top: 25px;
}
#top .eso-or-call a {
  color: currentColor !important;
  font-weight: 600;
  text-decoration: underline;
}
#top .eso-or-call a:hover {
  text-decoration: none;
}

.eso-mkt-blue-bkg .mkt-white-form-holder label {
  color: #fff !important;
}
@media (max-width: 576px) {
  .mkt-white-form-holder .mktoFormRow {
    width: 95% !important;
  }
}

.post_card_play * {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.llp_slide__wrapper .llp_slider > a:focus {
  text-decoration: none;
}

.mktoForm .g-recaptcha{
  transform: unset;
  -webkit-transform: unset;
  transform-origin: unset;
  -webkit-transform-origin: unset;
}
.mkto-notavailable a {
  color: #000 !important;
  text-decoration: underline !important;
}
.mkto-notavailable a:hover {
  text-decoration: none !important;
}
.mktoForm--v2-dark .mkto-notavailable a {
  color: #fff !important;
}
#footerEmail .mkto-notavailable {
  color: #0D394E;
}
.marketo-form-modal .mkto-notavailable {
  width: 100%;
  color: #fff;
}
.marketo-form-modal .mkto-notavailable a,
.howitworks .mkto-notavailable a,
.marketo-form-holder-resources .mkto-notavailable a,
.career-detail .inner-content .detail-content .mkto-notavailable a:not(.button) {
  color: #fff !important;
  text-decoration: underline !important;
}
.career-detail .inner-content .detail-content .mkto-notavailable a:not(.button):hover {
  text-decoration: none !important;
}
.marketo-form-holder-resources .mkt-white-form-holder .mkto-notavailable a,
.new-product_form .marketo-form-holder-resources .mkto-notavailable a {
  color: #006DA8 !important;
  text-decoration: none !important;
}
.marketo-form-holder-resources .mkt-white-form-holder .mkto-notavailable a:hover,
.new-product_form .marketo-form-holder-resources .mkto-notavailable a:hover {
  color: #5EA4DE !important;
}
.career-detail .inner-content .detail-content .mkto-notavailable p {
  color: #fff;
}

.marketo-form-holder-resources .mktoForm .mktoButtonWrap.mktoBluePill .mktoButton {
  width: auto;
  min-width: 150px;
}


/* Marketo form v2 */
@media (min-width: 768px) {
  .mktoForm__wrapper--sm {
    max-width: 100%;
    width: 380px;
    margin-left: auto;
  }

  .howitworks__form .mktoForm__wrapper--sm {
    margin-left: 0;
  }
}

.mktoForm--v2 {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 30px;
  padding: min(10%, 60px) min(8%, 60px);
  width: 100%;
}

.mktoForm--v2-dark {
  background-color: #2d3f51;
  color: #fff;
}

.mktoForm {
  font-family: "Gotham", sans-serif !important;
  width: auto !important;
  color: inherit !important;
  font-size: inherit !important;

  container-type: inline-size;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  padding: 0 !important;
}

.mktoForm .mktoFormRow {
  width: 100%;
}

@container (min-width: 300px) {
  .mktoForm .mktoFormRow.firstname,
  .mktoForm .mktoFormRow.lastname,
  .mktoForm .mktoFormRow.phone,
  .mktoForm .mktoFormRow.country {
    width: calc(50% - 1rem);
  }
}

@container (min-width: 480px) {
  .mktoForm .mktoFormRow {
    width: calc(50% - 1rem);
  }
}

.mktoForm .mktoFormRow:has(.mktoCheckboxList),
.mktoForm .mktoFormRow:has(.mktoRadioList),
.mktoForm .mktoFormRow:has(textarea),
.mktoForm .mktoFormRow:has(.mktoHtmlText),
.mktoForm .mktoFormRow:has(.mktoHtmlText) .mktoHtmlText {
  width: 100% !important;
}

.mktoForm .mktoFormRow:has(.mktoHtmlText) .mktoHtmlText {
  font-size: 14px !important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none !important;
}

.mktoForm .mktoFormCol {
  float: none !important;
  min-height: inherit !important;
  margin-bottom: 0 !important;
}

.mktoForm__title {
  text-align: left;
  font-weight: 600 !important;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.mktoForm--v2-dark .mktoForm__title {
  color: #fff;
}

.mktoForm__sub_title {
  margin-bottom: 3rem;
}

.mktoForm__title + .mktoForm__sub_title {
  margin-top: -1.5rem;
}

.mktoForm .mktoFieldWrap {
  float: none !important;
  position: relative;
  margin-bottom: 2.1875rem;
}

.mktoForm .mktoFormRow:has(.mktoHtmlText) .mktoFieldWrap {
  margin-bottom: 0;
}

.mktoForm .mktoField {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  border-bottom: 1px solid #8d9fae !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 16px !important;
  padding: 14px 0 7px 0 !important;
  outline: none !important;
  transition: border-color 0.3s;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.mktoForm .mktoField.mktoDateField {
  padding: 12px 0 6px 0 !important;
}

.mktoForm--v2-dark .mktoForm .mktoField {
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

.mktoForm--v2-dark .mktoForm .mktoField option {
  color: #000 !important;
}

.mktoForm .mktoField:focus {
  border-bottom: 2px solid #006da8;
}

.mktoForm select.mktoField {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20fill%3D%22%230074A9%22%20d%3D%22M77.2%2C223.7h-0.6L10%2C289.8l490%2C486.5l490-486.5l-66.7-66.2h-0.5l0%2C0L500%2C643.4L77.2%2C223.7z%22%2F%3E%3C%2Fsvg%3E") !important;
  background-size: 13px !important;
  background-position: right 5px center !important;
  background-repeat: no-repeat !important;
  color: #8d9fae !important;
}

.mktoForm .filled select.mktoField {
  color: #000 !important;
}

.mktoForm--v2-dark .mktoForm select.mktoField {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M77.2%2C223.7h-0.6L10%2C289.8l490%2C486.5l490-486.5l-66.7-66.2h-0.5l0%2C0L500%2C643.4L77.2%2C223.7z%22%2F%3E%3C%2Fsvg%3E") !important;
}

.mktoForm--v2-dark .mktoForm .filled select.mktoField {
  color: #fff !important;
}

.mktoForm .mktoLabel {
  position: absolute;
  top: 16px;
  left: 0;
  color: #8d9fae;
  font-size: 16px !important;
  line-height: 1 !important;
  pointer-events: none;
  transition: 0.2s ease all;
  float: none !important;
  font-weight: normal !important;
  padding: 0 !important;
  width: auto !important;
}

.mktoForm .mktoLabel > strong {
  font-weight: normal !important;
}

.mktoForm .mktoLabel.two-line-label {
  top: 0;
}

@media screen and (max-width: 991px) {
  .mktoForm .mktoLabel {
    top: 18px !important;
    font-size: 13px !important;
  }
  .mktoForm .mktoLabel.two-line-label {
    top: 4px !important;
  }
}

.mktoForm--v2-dark .mktoForm .mktoLabel {
  color: #fff;
}

.mktoForm .mktoFieldWrap:not(:has(textarea)).focused .mktoLabel,
.mktoForm .mktoFieldWrap:not(:has(textarea)).filled .mktoLabel,
.mktoForm .mktoFieldWrap:has(select) .mktoLabel,
.mktoForm .researchdaterequest .mktoFieldWrap .mktoLabel {
  top: -12px !important;
  font-size: 12px !important;
  width: auto !important;
  padding: 0 !important;
}

.mktoForm .mktoFieldWrap::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #006da8;
  transition: 0.3s ease;
}

.mktoForm .mktoFieldWrap.focused::after {
  width: 100%;
}

.mktoForm .mktoFieldWrap:has(.mktoCheckboxList)::after,
.mktoForm .mktoFieldWrap:has(.mktoRadioList)::after {
  display: none;
}

.mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoLabel,
.mktoForm .mktoFieldWrap:has(.mktoRadioList) .mktoLabel,
.mktoForm .mktoFieldWrap:has(textarea) .mktoLabel {
  position: static !important;
  display: inline-block;
  font-size: 16px !important;
  line-height: 18px !important;
}

.mktoForm--v2-light .mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoLabel,
.mktoForm--v2-light .mktoForm .mktoFieldWrap:has(.mktoRadioList) .mktoLabel {
  color: #000 !important;
}

.mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoCheckboxList,
.mktoForm .mktoFieldWrap:has(.mktoRadioList) .mktoRadioList {
  width: auto !important;
  border: none !important;
  padding: 0 !important;
  float: none !important;
  margin-top: 15px !important;
}

.mktoForm[data-formid="3800"] .mktoFieldWrap:has(.mktoCheckboxList),
.mktoForm[data-formid="3874"] .mktoFieldWrap:has(.mktoCheckboxList),
.mktoForm[data-formid="3989"] .mktoFieldWrap:has(.mktoCheckboxList) {
  position: relative;
}

.mktoForm[data-formid="3800"] .mktoFieldWrap:has(.mktoCheckboxList) .mktoLabel,
.mktoForm[data-formid="3874"] .mktoFieldWrap:has(.mktoCheckboxList) .mktoLabel,
.mktoForm[data-formid="3989"] .mktoFieldWrap:has(.mktoCheckboxList) .mktoLabel {
  padding-left: 25px !important;
  vertical-align: top;
}

.mktoForm[data-formid="3800"] .mktoFieldWrap:has(.mktoCheckboxList) .mktoCheckboxList,
.mktoForm[data-formid="3874"] .mktoFieldWrap:has(.mktoCheckboxList) .mktoCheckboxList,
.mktoForm[data-formid="3989"] .mktoFieldWrap:has(.mktoCheckboxList) .mktoCheckboxList {
  display: unset;
  margin-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}

.mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoCheckboxList .mktoField,
.mktoForm .mktoFieldWrap:has(.mktoRadioList) .mktoRadioList .mktoField {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

.mktoForm .mktoRadioList > label, 
.mktoForm .mktoCheckboxList > label {
  font-weight: normal !important;
}

.mktoForm input[type=checkbox] + label,
.mktoForm input[type=radio] + label {
  position: relative;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 0 10px !important;
  padding-left: 24px;
  min-height: 20px;
}

.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
  border-radius: 0 !important;
  font-size: 17px !important;
  width: 17px !important;
  height: 17px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #006da8 !important;
  margin: 0 !important;
  border-color: #000 !important;
  position: absolute;
  left: 0;
}

.mktoForm--v2-dark .mktoForm input[type=checkbox] + label:before,
.mktoForm--v2-dark .mktoForm input[type=radio] + label:before {
  color: #5ea4de !important;
}

.mktoForm input[type=radio] + label:before {
  border-radius: 50% !important;
  background: none !important;
}

.mktoForm input[type=radio]:checked + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #006da8;
}

.mktoForm--v2-dark .mktoForm input[type=checkbox] + label:before,
.mktoForm--v2-dark .mktoForm input[type=radio] + label:before {
  border-color: #fff !important;
}

.mktoForm .mktoButtonRow {
  display: block;
  width: 100%;
}

.mktoForm .mktoButtonRow .mktoError {
  left: 0 !important;
  right: auto !important;
}

.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
  display: block;
}

.mktoForm .mktoButtonWrap .mktoButton {
  background: #006DA8 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 30px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.mktoForm .mktoButtonWrap .mktoButton:hover {
  background-color: #0D394E !important;
  border-color: #0D394E !important;
}

.mktoForm--v2-dark .mktoForm .mktoButtonWrap .mktoButton {
  background: #5ea4de !important;
  color: #0d394e !important;
}

.mktoForm--v2-dark .mktoForm .mktoButtonWrap .mktoButton:hover,
.mktoForm--v2-dark .mktoForm .mktoButtonWrap .mktoButton:focus,
.mktoForm--v2-dark .mktoForm .mktoButtonWrap .mktoButton:active {
  background: #fff !important;
  color: #0d394e !important;
}

.mktoForm .mktoError {
  top: 100% !important;
  bottom: auto !important;
}

.mktoForm .mktoError .mktoErrorMsg {
  font-size: 12px !important;
  display: inline-block !important;
  max-width: 100% !important;
}

.mktoForm .g-recaptcha {
  width: 100%;
}

.mktoForm .mktoCaptchaDisclaimer {
  width: 100%;
  padding: 2rem 0 1rem;
  font-size: 12px !important;
}

.mktoForm .mktoCaptchaDisclaimer a {
  color: currentColor !important;
  padding: 0;
  text-decoration: underline !important;
  font-weight: 600 !important;
}

.mktoForm .mktoCaptchaDisclaimer a:hover {
  text-decoration: none !important;
}

.mktoForm--v2-dark .mktoForm .mktoCaptchaDisclaimer a,
.career-detail .mktoForm--v2-dark .mktoForm .mktoCaptchaDisclaimer a {
  color: currentColor !important;
}

.mktoForm--v2-dark .mktoForm .mktoCaptchaDisclaimer a:hover,
.career-detail .mktoForm--v2-dark .mktoForm .mktoCaptchaDisclaimer a:hover {
  color: currentColor !important;
}

@media (min-width: 768px) {
  .mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoCheckboxList, 
  .mktoForm .mktoFieldWrap:has(.mktoRadioList) .mktoRadioList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
}

/* Modal form */
.marketo-form-modal .mktoForm__wrapper {
  overflow: auto;
  max-height: 90vh;
  margin-top: 5vh;
  width: 90vw;
  max-width: 680px;
}

.marketo-form-modal .marketo-modal-thank-you {
  display: none;
}

.marketo-form-modal .marketo-modal-thank-you a {
  color: #fff !important;
  text-decoration: underline;
}

.marketo-form-modal .close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

/* Modal form end */
