.form .mktoForm .mktoFormRow,
.form .mktoForm .mktoFormRow .mktoFormCol,
.form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
  /* override inline style */
  width: 100%;
}

.form.form--compact .mktoFormRow .mktoFormCol .mktoOffset {
  display: none;
}

.form.form--compact .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter {
  display: none;
}

.form .mktoForm input[type="text"],
.form .mktoForm input[type="tel"],
.form .mktoForm input[type="email"],
.form .mktoForm input[type="date"] {
  background-color: #fff;
  border: 1px solid #4a4a4a;
  border-radius: initial;
  box-shadow: none;
  color: #4e4e4e;
  display: block;
  font-family: "Graphik Web", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 0 0 10px;
  /* override inline style */
  width: 100% !important;
}

.form.form--compact .mktoForm input[type="text"],
.form.form--compact .mktoForm input[type="tel"],
.form.form--compact .mktoForm input[type="email"],
.form.form--compact .mktoForm input[type="date"] {
  background-color: #f5f5f5;
  border: none;
  color: #4a4a4e;
  height: 50px;
}

.form .mktoForm input[type="text"]::placeholder,
.form .mktoForm input[type="tel"]::placeholder,
.form .mktoForm input[type="email"]::placeholder,
.form .mktoForm input[type="date"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;
  opacity: 1;
  /* Firefox */
}

.form .mktoForm input[type="text"]:-ms-input-placeholder,
.form .mktoForm input[type="tel"]:-ms-input-placeholder,
.form .mktoForm input[type="email"]:-ms-input-placeholder,
.form .mktoForm input[type="date"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1b1;
}

.form .mktoForm input[type="text"]::-ms-input-placeholder,
.form .mktoForm input[type="tel"]::-ms-input-placeholder,
.form .mktoForm input[type="email"]::-ms-input-placeholder,
.form .mktoForm input[type="date"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1b1;
}

.form .mktoForm input[type="text"]:focus,
.form .mktoForm input[type="tel"]:focus,
.form .mktoForm input[type="email"]:focus,
.form .mktoForm input[type="date"]:focus {
  outline: none;
}

.form .mktoForm textarea {
  border: 1px solid #cdcdcd;
  border-radius: 0;
  box-shadow: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  min-height: 90px;
  padding: 0 0 0 10px;
  width: 100%;
}

.form.form--compact .mktoForm textarea {
  background-color: #f5f5f5;
  border: none;
  color: #4a4a4e;
}

.form .mktoForm textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  color: #aaa;
}

.form .mktoForm textarea::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}

.form .mktoForm textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
}

.form .mktoForm textarea:focus {
  outline: none;
}

.form .mktoForm .mktoFormRow label {
  display: none;
}

.form .mktoForm .mktoFormRow .mktoCheckboxList label {
  display: block;
}

.form .mktoForm select.mktoField {
  -webkit-appearance: none;
  background-image: url("https://www.medallia.com/wp-content/themes/medallia-2017/images/contact-us-form-dropdown-arrow.svg");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  border: 1px solid #4a4a4a;
  box-shadow: none;
  color: #aaa;
  cursor: pointer;
  display: block;
  font-family: "Graphik Web", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  opacity: 1;
  outline: none;
  padding: 0 0 0 10px;
  position: relative;
  text-align: left;
  line-height: 45px;
  /* override inline style */
  width: 100% !important;
  background-color: white;
}

.form.form--compact .mktoForm select.mktoField {
  background-color: #f5f5f5;
  border: none;
  height: 50px;
}

.form .mktoForm select.mktoField:focus {
  outline: none;
}

.form .mktoForm .mktoFormRow .mktoCheckboxList {
  border: none;
  padding: 0;
  /* override inline style */
  width: 100% !important;
}

.form .mktoForm .mktoFormRow .mktoCheckboxList > label {
  color: #4a4a4a;
  display: block;
  font-family: "Graphik Web", Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  min-height: 12px;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
  width: 100%;
}

.form .mktoForm .mktoFormRow .mktoCheckboxList > label a {
  color: #4a4a4a;
  padding: 0;
  text-decoration: underline;
}

.form .mktoForm .mktoFormRow .mktoCheckboxList [type="checkbox"] {
  display: none;
}

.form
  .mktoForm
  .mktoFormRow
  .mktoCheckboxList
  [type="checkbox"]
  + label:before {
  border-radius: 2px;
  box-shadow: none;
  content: "";
  cursor: pointer;
  font-family: "Graphik Web", Arial, sans-serif;
  font-size: 16px;
  height: 16px;
  left: initial;
  line-height: 16px;
  margin-left: -25px;
  position: absolute;
  width: 16px;
}

.form
  .mktoForm
  .mktoFormRow
  .mktoCheckboxList
  [type="checkbox"]:checked
  + label:before {
  color: #000;
  content: "\2713 ";
}

.form
  .mktoForm
  .mktoFormRow
  .mktoCheckboxList
  [type="checkbox"]:checked
  + label:hover:before {
  color: #000;
}

.form
  .mktoForm
  .mktoFormRow
  .mktoCheckboxList
  [type="checkbox"]
  + label:before {
  border: 1px solid #4a4a4a;
  background-color: #fff;
  background: #fff;
}

.form.form--dark .mktoForm .mktoFormRow .mktoCheckboxList > label {
  color: #fff;
}

.form.form--dark .mktoForm .mktoFormRow .mktoCheckboxList > label a {
  color: #fff;
}

.form.form--dark .mktoForm .mktoFormRow .mktoHtmlText {
  color: #fff;
}

.form.form--dark
  .mktoForm
  .mktoFormRow
  .mktoCheckboxList
  [type="checkbox"]:checked
  + label:before {
  color: #fff;
}

.form.form--dark
  .mktoForm
  .mktoFormRow
  .mktoCheckboxList
  [type="checkbox"]:checked
  + label:hover:before {
  color: #fff;
}

.form.form--dark
  .mktoForm
  .mktoFormRow
  .mktoCheckboxList
  [type="checkbox"]
  + label:before {
  border: 1px solid #52b1ff;
  background-color: #52b1ff;
  background: #52b1ff;
}

.form .mktoForm .mktoButtonRow {
  width: 100%;
}

.form .mktoForm .mktoButtonRow .mktoButtonWrap {
  /* override inline style */
  margin-left: 0 !important;
  margin: 0;
}

.form .mktoForm .mktoButtonRow .mktoButtonWrap button {
  -webkit-appearance: none;
  background: #4050c6;
  border: 1px solid #4050c6;
  border-radius: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: "Graphik Web", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  line-height: 16px;
  margin: 10px 0;
  padding: 15px 20px 17px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.form .mktoForm .mktoButtonRow .mktoButtonWrap button:hover {
  background-color: #fff;
  border: 1px solid #4a4a4a;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  color: #4050c6;
}

.form.form--dark .mktoForm .mktoButtonRow .mktoButtonWrap button {
  background: #fff;
  border: 1px solid #fff;
  color: #4050c6;
}

.form.form--dark .mktoForm .mktoButtonRow .mktoButtonWrap button:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.form.form--two-col form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  padding: 0;
  text-align: left;
}

/*
Class added through JavaScript for Firefox
*/
.form.form--two-col .mktoForm .medallia-checkbox-row {
  width: 100%;
}

/*
Firefox lacks supposrt of has pseudo class
*/
.form.form--two-col .mktoForm .mktoFormRow:has(.mktoCheckboxList) {
  width: 100%;
}

.form.form--two-col .mktoForm .mktoFormRow:has(.mktoHtmlText) {
  width: 100%;
}

.form.form--two-col .mktoForm .mktoFormRow .mktoFormCol:has(.mktoHtmlText) {
  margin: 0 !important;
}

.form.form--two-col .mktoForm .mktoHtmlText h1 {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .form.form--two-col .mktoForm {
    width: 727px !important;
  }

  .form .mktoForm textarea {
    margin-bottom: 30px;
  }

  .form.form--two-col .mktoForm .mktoFormRow {
    width: 353px;
  }
}

@media (min-width: 992px) {
  .form.form--two-col .mktoForm {
    width: 649px !important;
  }

  .form.form--two-col .mktoForm .mktoFormRow {
    width: 314px;
  }
}

@media (min-width: 1440px) {
  .form.form--two-col .mktoForm {
    width: 606px !important;
  }

  .form.form--two-col .mktoForm .mktoFormRow {
    width: 288px;
  }
}
