/* Marketo */
#mktoForm_error{display:none}.clerfix{clear:both;}
.mktoForm {width: 100%!important}
.mktFormMsg {color: red}
.mktoForm .mktoOffset {height: 0!important}

form.mktoForm {
  width: 100%!important;
  margin-left: auto!important;
  margin-right: auto!important
}

.mktoForm .mktoFormRow {
  width: 49%;
  float: left!important
}

.mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 25px!important;
  height: 50px!important
}

.mktoForm .mktoFormCol {
  float: none!important;
  position: relative!important;
  min-height: 2em!important;
  width: 100%!important;
  margin-left: 0%!important
}

.mktoError {
  position: relative;
  height: 0;
  right: 0!important;
  bottom: 0!important
}

.mktoForm .mktoFieldWrap {
  float: none!important;
  width: 100%!important
}

.mktoButtonWrap {margin-left: 80px!important}

.mktoForm .mktoLogicalField.mktoInvalid {border: none!important}
.mktoForm .mktoRequiredField label.mktoLabel,
.mktoForm .mktoLabel {
  width: 100%!important;
  color: #666;
  font-size: 14px;
  padding-bottom: 4px
}

.mktoForm .mktoLabel {width: 100%!important}

.mktoForm .mktoFormRow {
  clear: none!important;
  color: #666;
  font-size: 96%
}

.mktoAsterix {
  display: block;
  float: left!important
}

.mktoForm input[type=date],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm input[type=tel],
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  display: block!important;
  width: 100%!important;
  height: 34px!important;
  padding: 6px 12px!important;
  font-size: 14px!important;
  line-height: 1.42857143!important;
  color: #555!important;
  background-color: #fff!important;
  background-image: none!important;
  border: 1px solid #1c1c1c!important;
  border-radius: 0px!important;
  -webkit-box-shadow: none!important;
  box-shadow: none !important;
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
  border-bottom-width: 2px !important;
}

.mktoForm textarea.mktoField {height: 32px!important}
.mktoButtonWrap {margin-left: 0!important}

.mktoForm select.mktoField {
  padding-left: 3%!important;
  width: 100%!important;
  padding-top: 0!important;
  padding-bottom: 0!important
}
.mktoButtonRow {
  text-align: center!important;
  margin-left: auto!important;
  margin-right: auto!important;
  padding-top: 0!important;
  float: left;
  width: 100%
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
  background-color: #00ADA4!important;
  border: medium none!important;
  color: #fff!important;
  display: block!important;
  font-size: 16px!important;
  font-weight: 700!important;
  height: 36px!important;
  margin: 20px 0 0 12px!important;
  padding: 0!important;
  text-align: center!important;
  text-decoration: none!important;
  text-transform: inherit;
  width: 150px!important;
  text-shadow: none!important;
  border-radius: 7px!important;
  box-shadow: none!important;
  -webkit-appearance: none;
  background-image: none!important;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{background-color: #00877D!important;}

.mktoForm .mktoGutter {
  float: none!important;
  height: 0
}

.mktoForm {
  display: flex;
  flex-wrap: wrap;
}

.mktoForm .mktoFormRow {
  width: 50% !important;
  flex-direction: row;
  padding: 5px;
}
#studio_survey_modal .mktoForm .mktoFormRow{width:100% !important}
.mktoForm.mkto-oneline .mktoFormRow {
  flex: 1 100%;
  padding:0px;
}

.mktoForm.mkto-hidelabel .mktoRequiredField label.mktoLabel,
.mktoForm.mkto-hidelabel .mktoGutter,
.mktoForm.mkto-hidelabel .mktoLabel{
  display: none;
}

.mktoForm .mktoFormRow:nth-child(12),
.mktoForm .mktoFormRow:nth-child(13),
.mktoForm .mktoFormRow:nth-child(14),
.mktoForm .mktoFormRow:nth-child(15) {
  flex: 1 100%;
}

.mktoForm .mktoFormRow:nth-child(12) .mktoFormCol,
.mktoForm .mktoFormRow:nth-child(13) .mktoFormCol,
.mktoForm .mktoFormRow:nth-child(14) .mktoFormCol,
.mktoForm .mktoFormRow:nth-child(15) .mktoFormCol {
  float: none !important;
  position: relative!important;
  min-height: 2em!important;
  width: 95%!important;
  margin-left: 2%!important;
}
.mktoForm textarea.mktoField,
.mktoForm .mktoFormRow .mktoFormCol {height: auto !important;}
.mktoForm .mktoFormRow .mktoFormCol {margin-bottom: 10px!important;}

.mktoForm .mktoFormRow.comment-box{
  float: none !important;
  width: 100% !important;
  height: 100px !important;
  clear: both !important;
  flex: none;
  margin-bottom: 30px;
}
.mktoForm .mktoFormRow.comment-box .mktoFormCol{
  height: 100px !important;
  width: 94% !important;
  margin-left: 19px !important;
}
.mktoForm .mktoFormRow.comment-box textarea{height: 100px !important;}
.mktoForm .mktoFormRow.check-box .mktoLogicalField{width: auto !important;}
.mktoForm .mktoFormRow.check-box .mktoFieldWrap{
  display: flex;
  flex-direction: row-reverse;
}

.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: #333333 !important;
  background-image: none !important;
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: none !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #f3f3f3;
  font-size: 1.2em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: none !important;
}
.mktoForm .mktoError .mktoErrorArrow {
  background-color: #333333 !important;
  border: 1px solid #333333 !important;
}
#wrapper-content .mktoForm .mkto-hide{display:none;}
.mktoForm label.mktoLabel {
  color:#666;
  font-size:14px;
  padding-bottom: 4px;
}
.mktoForm .mktoAsterix{color:#00ADA4}

.eval-left .mktoForm label.mktoLabel,
.mktoForm .mktoRequiredField label.mktoLabel,
.mktoForm label.mktoLabel,
.mktoForm .mktoRequiredField label.mktoLabel{
  /*color: #fff;*/
}
.mktoForm:after,
.mktoForm:before {
  display: table;
  content: " "
}
