.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%;
  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("../png/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("../svg/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;
  border: 2px solid #fff !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 {
  text-align: center;
  padding-top: 15px;
}
#top .eso-or-call a {
  color: #0d394e !important;
  font-weight: 700;
}
#top .eso-or-call a:hover {
  color: #006DB0 !important;
}
.mkt-white-form-holder select.mktoField {
  cursor: pointer;
  background: #f8f8f8
    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;
}
.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 .mktoCaptchaDisclaimer {
  text-align: center;
  font-size: 0.75rem;
  padding-block: 1rem;
  color: #747474;
}
.mktoForm .mktoCaptchaDisclaimer a{
  padding: 0;
  text-decoration: underline !important;
}
.mktoForm .mktoCaptchaDisclaimer a:hover {
  text-decoration: none !important;
}
.marketo-form-holder-resources .mktoForm .mktoCaptchaDisclaimer,
.marketo-form-modal .modal-wrap .mktoForm .mktoCaptchaDisclaimer,
.marketo-form-holder-resources .mktoForm .mktoCaptchaDisclaimer a,
.marketo-form-modal .modal-wrap .mktoForm .mktoCaptchaDisclaimer a{
  color: #ddd !important;
}
.marketo-form-holder-resources .mkt-white-form-holder .mktoForm .mktoCaptchaDisclaimer,
.marketo-form-holder-resources .mkt-white-form-holder .mktoForm .mktoCaptchaDisclaimer a{
  color: #747474 !important;
}
.marketo-form-holder-resources .mktoForm .mktoCaptchaDisclaimer a,
.marketo-form-modal .modal-wrap .mktoForm .mktoCaptchaDisclaimer a{
  text-decoration: underline !important; 
}
.marketo-form-holder-resources .mktoForm .mktoCaptchaDisclaimer a:hover,
.marketo-form-modal .modal-wrap .mktoForm .mktoCaptchaDisclaimer a:hover{
  text-decoration: none !important;
}
.marketo-form-modal .modal-wrap .mktoForm .mktoCaptchaDisclaimer{
  width: 100%;
}

.mktoForm .g-recaptcha{
  transform: unset;
  -webkit-transform: unset;
  transform-origin: unset;
  -webkit-transform-origin: unset;
}
.mktoForm .mkto-notavailable {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Gotham", sans-serif;
}
.mktoForm .mkto-notavailable p {
  text-align: center;
  margin: 0.85em 0;
}
.mktoForm .mkto-notavailable a {
  color: #fff;
  text-decoration: underline;
}
#footerEmail .mktoForm .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;
}