@charset "UTF-8";
body.conduent-marketo-modal-open {
  overflow: hidden;
}

.conduent-marketo-content {
  padding: 20px;
  position: relative;
}

.conduent-marketo-content h1, .conduent-marketo-content h2, .conduent-marketo-content h3, .conduent-marketo-content h4, .conduent-marketo-content h5, .conduent-marketo-content h6, .conduent-marketo-content p, .conduent-marketo-content ul, .conduent-marketo-content ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0;
  font-family: "Open Sans", Arial, sans-serif;
}

.conduent-marketo-content h1:last-child, .conduent-marketo-content h2:last-child, .conduent-marketo-content h3:last-child, .conduent-marketo-content h4:last-child, .conduent-marketo-content h5:last-child, .conduent-marketo-content h6:last-child, .conduent-marketo-content p:last-child, .conduent-marketo-content ul:last-child, .conduent-marketo-content ol:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.conduent-marketo-content p {
  color: #55585a;
}

.conduent-marketo-content br {
  display: none;
}

.conduent-marketo-content .conduent-marketo-content-info {
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 768px) {
  .conduent-marketo-content .conduent-marketo-content-info {
    float: right;
  }
}

.conduent-marketo-content .conduent-marketo-content-cta {
  font-weight: bold;
  color: #0047BA;
}

.conduent-marketo-content .conduent-marketo-form-content-required {
  font-size: 13px;
  margin-bottom: 10px;
}

.conduent-marketo-content .conduent-marketo-form-content-required > span {
  color: #D20A23;
}

.conduent-marketo .conduent-marketo-form-container {
  display: none;
}

.conduent-marketo.conduent-marketo-inline.conduent-marketo-complete .conduent-marketo-form-container {
  display: block;
}

.conduent-marketo.conduent-marketo-ready .conduent-marketo-trigger {
  opacity: 1;
  cursor: pointer;
}

.conduent-marketo.conduent-marketo-ready .conduent-marketo-form-container {
  display: block;
}

.conduent-marketo.conduent-marketo-ready.conduent-marketo-modal .conduent-marketo-form-container {
  display: none;
}

.conduent-marketo.conduent-marketo-ready.conduent-marketo-modal.conduent-marketo-open .conduent-marketo-form-container {
  display: block;
}

.conduent-marketo.conduent-marketo-complete .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-content,
.conduent-marketo.conduent-marketo-complete .conduent-marketo-form-container .conduent-marketo-form form {
  display: none;
}

.conduent-marketo.conduent-marketo-complete .conduent-marketo-form-container .conduent-marketo-thanks {
  display: block;
}

.conduent-marketo.conduent-marketo-complete.conduent-marketo-inline .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-content {
  display: block;
}

.conduent-marketo-trigger {
  position: relative;
  background-color: #F4F4F4;
  opacity: .5;
  margin-bottom: 1em;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

@media (min-width: 768px) {
  .conduent-marketo-trigger {
    padding-left: 170px;
  }
}

.conduent-marketo-trigger .conduent-marketo-trigger-left {
  background-color: #FF8700;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
}

@media (min-width: 768px) {
  .conduent-marketo-trigger .conduent-marketo-trigger-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 170px;
  }
}

.conduent-marketo-trigger .conduent-marketo-trigger-left > span {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 12px 0;
  line-height: 22px;
}

.conduent-marketo-trigger .conduent-marketo-trigger-left > span > span {
  font-size: 22px;
  line-height: 22px;
}

.conduent-marketo-trigger .conduent-marketo-content {
  display: inline-block;
}

.conduent-marketo-ready .conduent-marketo-trigger:hover {
  box-shadow: 0px 0px 8px 2px rgba(186, 186, 186, 0.75);
}

.conduent-marketo-ready .conduent-marketo-trigger:hover .conduent-marketo-content h1, .conduent-marketo-ready .conduent-marketo-trigger:hover .conduent-marketo-content h2, .conduent-marketo-ready .conduent-marketo-trigger:hover .conduent-marketo-content h3, .conduent-marketo-ready .conduent-marketo-trigger:hover .conduent-marketo-content h4, .conduent-marketo-ready .conduent-marketo-trigger:hover .conduent-marketo-content h5, .conduent-marketo-ready .conduent-marketo-trigger:hover .conduent-marketo-content h6, .conduent-marketo-ready .conduent-marketo-trigger:hover .conduent-marketo-content .conduent-marketo-content-cta {
  color: #FF8700;
  text-decoration: underline;
}

@media (min-width: 940px) {
  .conduent-marketo.conduent-marketo-inline .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-content {
    margin-top: -30px;
  }
}

.conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 10px 10px 10px;
  z-index: 1000000;
}

body.admin-bar .conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container {
  padding-top: 100px;
}

@media (min-width: 768px) {
  body.admin-bar .conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container {
    padding: 50px;
  }
}

@media (min-width: 768px) {
  .conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container {
    padding: 50px;
  }
}

.conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container .conduent-marketo-form {
  max-height: 100%;
  position: relative;
  max-height: 600px;
  min-height: 80vh;
}

.conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-form-overflow {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 940px) {
  .conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container .conduent-marketo-form {
    max-width: 1000px;
    padding: 0;
  }
  .conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-content {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 30%;
  }
  .conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container .conduent-marketo-form form {
    position: absolute;
    right: 0;
    top: 0;
    width: 70% !important;
    padding-top: 60px;
  }
}

.conduent-marketo.conduent-marketo-modal .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-form-container-close {
  display: block;
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-trigger {
  opacity: .5;
  cursor: default;
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-trigger:hover {
  box-shadow: none;
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-trigger:hover .conduent-marketo-content h1, .conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-trigger:hover .conduent-marketo-content h2, .conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-trigger:hover .conduent-marketo-content h3, .conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-trigger:hover .conduent-marketo-content h4, .conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-trigger:hover .conduent-marketo-content h5, .conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-trigger:hover .conduent-marketo-content h6 {
  color: #333;
  text-decoration: none;
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-trigger:hover .conduent-marketo-content .conduent-marketo-content-cta {
  color: #0047BA;
  text-decoration: none;
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container {
  padding: 0;
  bottom: auto;
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container:before, .conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container:after {
  display: none;
}

body.admin-bar .conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container {
  top: 46px;
  padding: 0;
}

@media (min-width: 768px) {
  body.admin-bar .conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container {
    padding: 0;
    top: 32px;
  }
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container .conduent-marketo-form {
  border: none;
  background-color: #D8F8E4;
  max-width: none;
  min-height: 0;
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container .conduent-marketo-form:before, .conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container .conduent-marketo-form:after {
  display: none;
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-form-container-close {
  display: none;
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-thanks {
  max-width: 1160px;
  border: none;
  margin: auto;
  padding: 10px;
}

.conduent-marketo.conduent-marketo-modal.conduent-marketo-complete .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-thanks:before {
  display: inline-block;
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
}

.conduent-marketo-form-container .conduent-marketo-form {
  background-color: #F4F4F4;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
  max-width: 700px;
}

.conduent-marketo-form-container .conduent-marketo-form h1, .conduent-marketo-form-container .conduent-marketo-form h2, .conduent-marketo-form-container .conduent-marketo-form h3, .conduent-marketo-form-container .conduent-marketo-form h4, .conduent-marketo-form-container .conduent-marketo-form h5, .conduent-marketo-form-container .conduent-marketo-form h6, .conduent-marketo-form-container .conduent-marketo-form p, .conduent-marketo-form-container .conduent-marketo-form ul, .conduent-marketo-form-container .conduent-marketo-form ol, .conduent-marketo-form-container .conduent-marketo-form select, .conduent-marketo-form-container .conduent-marketo-form input, .conduent-marketo-form-container .conduent-marketo-form option, .conduent-marketo-form-container .conduent-marketo-form button, .conduent-marketo-form-container .conduent-marketo-form textarea, .conduent-marketo-form-container .conduent-marketo-form label, .conduent-marketo-form-container .conduent-marketo-form .mktoHtmlText {
  font-family: "Open Sans", Arial, sans-serif !important;
  margin-bottom: 1em;
}

.conduent-marketo-form-container .conduent-marketo-form h1 > *:last-child, .conduent-marketo-form-container .conduent-marketo-form h2 > *:last-child, .conduent-marketo-form-container .conduent-marketo-form h3 > *:last-child, .conduent-marketo-form-container .conduent-marketo-form h4 > *:last-child, .conduent-marketo-form-container .conduent-marketo-form h5 > *:last-child, .conduent-marketo-form-container .conduent-marketo-form h6 > *:last-child, .conduent-marketo-form-container .conduent-marketo-form p > *:last-child, .conduent-marketo-form-container .conduent-marketo-form ul > *:last-child, .conduent-marketo-form-container .conduent-marketo-form ol > *:last-child, .conduent-marketo-form-container .conduent-marketo-form select > *:last-child, .conduent-marketo-form-container .conduent-marketo-form input > *:last-child, .conduent-marketo-form-container .conduent-marketo-form option > *:last-child, .conduent-marketo-form-container .conduent-marketo-form button > *:last-child, .conduent-marketo-form-container .conduent-marketo-form textarea > *:last-child, .conduent-marketo-form-container .conduent-marketo-form label > *:last-child, .conduent-marketo-form-container .conduent-marketo-form .mktoHtmlText > *:last-child {
  margin-bottom: 0;
}

.conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-form-container-close {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  position: absolute;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
  cursor: pointer;
  font-size: 16px;
  top: -40px;
  right: 10px;
  overflow: visible;
}

@media (min-width: 768px) {
  .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-form-container-close {
    right: -45px;
    top: auto;
  }
}

.conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-form-container-close:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

@media (min-width: 768px) {
  .conduent-marketo-form-container .conduent-marketo-form {
    padding: 30px;
  }
}

.conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-content {
  padding: 30px;
}

.conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-content .conduent-marketo-content-icon {
  display: none;
}

@media (min-width: 768px) {
  .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-content {
    margin-top: 0;
    padding-top: 65px;
  }
  .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 3rem;
    background-color: #fff;
    height: 60px;
    width: 70px;
    -webkit-transform: skew(25deg, 0deg);
            transform: skew(25deg, 0deg);
  }
  .conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-content .conduent-marketo-content-icon {
    display: block;
    position: absolute;
    top: 7px;
    left: 52px;
    font-size: 30px;
    color: #00B4A0;
  }
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm {
  width: auto !important;
  background-color: #fff;
  padding: 30px;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoRadioList > label,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoCheckboxList > label {
  min-height: 20px !important;
  margin-bottom: 10px;
  line-height: 1.6em;
  font-weight: 400;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoRadioList.mktoRequired.mktoInvalid:after,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoCheckboxList.mktoRequired.mktoInvalid:after {
  content: "This field is required.";
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 20px !important;
  background-color: transparent !important;
  background-image: url("/wp-content/plugins/conduent-marketo/images/marketo-alert-14x14.png") !important;
  background-repeat: no-repeat !important;
  background-position-y: 4px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #B80C0C !important;
  border: none !important;
  max-width: none;
  font-size: 14px;
  display: block;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol {
  width: auto !important;
  float: none !important;
  margin-bottom: 0 !important;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoOffset {
  display: none;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
  display: block;
  width: auto !important;
  float: none !important;
  position: relative;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap[data-optionaltext]:before {
  content: attr(data-optionaltext);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-weight: bold;
  color: #666;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 13px;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField:before {
  display: none;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > .mktoGutter {
  display: none;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > label {
  display: block;
  width: auto !important;
  float: none !important;
  font-weight: bold !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  color: #666;
  margin-bottom: 5px;
  font-size: 13px;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > label > .mktoAsterix {
  position: absolute;
  top: 5px;
  left: -40px;
  font-size: 18px;
  color: #D20A23;
  display: none;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > select,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > input,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > textarea {
  display: block;
  width: 100% !important;
  float: none !important;
  box-sizing: border-box;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #55585a;
  outline: none;
  height: auto !important;
  min-height: 0;
  -webkit-transition: min-height 100ms ease-in-out;
  transition: min-height 100ms ease-in-out;
  font-family: "Open Sans", Arial, sans-serif !important;
  color: #333;
  font-size: 18px;
  border-radius: 0;
  margin-bottom: 30px;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > select:focus,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > input:focus,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > textarea:focus {
  color: #333;
  border: 1px solid #ff8700 !important;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > select.mktoInvalid,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > input.mktoInvalid,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > textarea.mktoInvalid {
  border-color: #B80C0C !important;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > select[type=checkbox],
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > input[type=checkbox],
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > textarea[type=checkbox] {
  border-color: red;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > select[multiple],
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > input[multiple],
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > textarea[multiple] {
  padding: 0;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > select[multiple] option,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > input[multiple] option,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > textarea[multiple] option {
  padding: 10px 15px;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > select[multiple] option:hover,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > input[multiple] option:hover,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > textarea[multiple] option:hover {
  background-color: #FF8700;
  color: #fff;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=checkbox] {
  display: none;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=checkbox] + label {
  margin-left: 0;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=checkbox] + label:before {
  content: '';
  position: relative;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 6px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #55585a;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=checkbox] + label:hover:before {
  margin-top: 0;
  margin-left: 0;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  border: solid 2px #ff8700 !important;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=checkbox]:checked + label:before {
  content: "\2714";
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 6px;
  background-color: #005a64;
  border: none !important;
  color: #fff;
  font-weight: 300;
  padding-left: 2px;
  line-height: 1.2em;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=checkbox].mktoInvalid + label:before {
  border: solid 1px #c92500;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=radio] {
  display: none;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=radio] + label {
  margin-left: 0;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=radio] + label:before {
  content: '';
  position: relative;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  border: solid 1px #55585a;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=radio] + label:hover:before {
  margin-top: 0;
  margin-left: 0;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  border: solid 2px #ff8700 !important;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=radio]:checked + label:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 6px;
  background-color: #00b4a0;
  border: solid 2px #005a64 !important;
  color: #fff;
  font-weight: 300;
  padding-left: 2px;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=radio].mktoInvalid + label:before {
  border: solid 1px #c92500;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLogicalField {
  width: 100% !important;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > .mktoError {
  position: absolute !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > .mktoError .mktoErrorArrowWrap {
  display: none !important;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > .mktoError .mktoErrorMsg {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #B80C0C !important;
  border: none !important;
  max-width: none;
  font-size: 12px;
}

@media (min-width: 768px) {
  .conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > .mktoError .mktoErrorMsg {
    font-size: 14px;
  }
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > .mktoError .mktoErrorMsg span {
  display: inline;
  font-weight: bold;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap > .mktoError .mktoErrorMsg:before {
  content: "x";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  color: #fff;
  background-color: #B80C0C;
  margin-right: 6px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.conduent-marketo-form-field-active > input,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.conduent-marketo-form-field-active > textarea,
.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.conduent-marketo-form-field-active > select {
  border: 1px solid #005a64;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.conduent-marketo-form-field-active > textarea {
  min-height: 130px;
  background: -webkit-linear-gradient(transparent 0, #ffffff);
  background: linear-gradient(transparent 0, #ffffff);
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.conduent-marketo-form-field-active > textarea:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(transparent 0, #ffffff);
  background: linear-gradient(transparent 0, #ffffff);
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoButtonRow {
  display: block;
  width: auto !important;
  float: none !important;
  margin-top: 30px;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoButtonRow .mktoButtonWrap button {
  display: block;
  width: auto;
  border: 2px solid #000000 !important;
  border-radius: 0;
  padding: 18px 48px;
  color: #333 !important;
  background-color: #fff !important;
  background-image: none;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: auto !important;
  background-image: none !important;
  letter-spacing: 0.6px;
  line-height: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoButtonRow .mktoButtonWrap button.formComplete {
  background-color: #000 !important;
  color: #fff !important;
}

.conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoButtonRow .mktoButtonWrap button:hover, .conduent-marketo-form-container .conduent-marketo-form form.mktoForm .mktoButtonRow .mktoButtonWrap button:active {
  color: #ff8700 !important;
  border: 2px solid #ff8700 !important;
}

.conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-thanks {
  display: none;
  border: 1px solid #00B4A0;
  background-color: #D8F8E4;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  padding: 2rem;
  text-align: center;
}

.conduent-marketo-form-container .conduent-marketo-form .conduent-marketo-thanks:before {
  content: "✓";
  display: block;
  margin: 0 auto 1rem auto;
  background-color: #00B4A0;
  color: #D8F8E4;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  font-weight: bold;
  line-height: 30px;
  font-size: 24px;
  text-indent: -2px;
}
