/* For Marketo Form Columns

Copy the CSS selector and change the ID to the form ID you want to make 2 column

Comma separate the selectors

*/

#mktoForm_399 .mktoFormRow .mktoFormCol:first-child {
  margin-right: 2%;
}

#mktoForm_399 .mktoFormCol {
  float: left;
  position: relative;
  min-height: 2em;
  width: 48%;
}


/* You don't need to change this */
@media (max-width: 1024px) {
  .mktoForm .mktoFormRow .mktoFormCol:first-child {
    margin-right: 0%;
  }
  .mktoForm .mktoFormCol {
    float: none;
    position: relative;
    min-height: 2em;
    width: 100%;
  }
}

.mktoForm button[type=submit]:disabled, form input[type=submit]:not( .search__submit ):disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* Marketo Forms */
/* ********************* */

.mktoForm input, .mktoForm select, .mktoForm textarea {
  box-shadow: none !important;
}

.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm input[type=tel], .mktoForm input[type=date],
form input[type=text]:not( .search__text ):not( .heading-card__input ), form input[type=email], form input[type=number], form input[type=tel], form input[type=date]  {
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 16px;
  height: 40px;
  color: #555;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  box-shadow: none !important;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField,
form input[type=text]:not( .search__text ):not( .heading-card__input ), form input[type=url], form input[type=email], form input[type=tel], form input[type=number], form input[type=date], form select.mktoField {
  min-height: 2.9em !important;
}

.mktoForm button[type=submit], form input[type=submit]:not( .search__submit ) {
  background: #00a3e0;
  border-width: 0px!important;
  border-radius: 50px;
  padding-top: 10px!important;
  padding-right: 30px!important;
  padding-bottom: 8px!important;
  padding-left: 30px!important;
  color: #ffffff!important;
  font-size: 15px;
  font-weight: 600!important;
  line-height: 1.7em!important;
  text-transform: uppercase;
  font-family: 'Roboto', Helvetica, sans-serif;
}

.mktoForm textarea.mktoField, form textarea {
  width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
}

.mktoForm select.mktoField, form select {
  display: block;
  margin-bottom: 10px;
  width: 100% !important;
  padding: .5rem .5rem !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.mktoForm select:not([multiple]), form select:not([multiple]) {
  /* height: 3.2em; */
  height: 43px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
	border: 0;
	outline: 1px inset rgba(0,0,0,.15);
	outline-offset: -1px;
}

.mktoAsterix {
  display: none;
}

.mktoRequiredField .mktoAsterix {
  display: inline-block;
}

.mktoForm .mktoHtmlText {
  margin-bottom: 10px;
  /* font-weight: bold; */
}

.mktoCheckboxList {
  /* float: left; */
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 10px;
}

.mktoForm label, form label {
  /* float: left; */
  display: inline;
  padding-bottom: 4px;
}

.mktoGutter {
  /* float: left; */
  display: inline;
  height: 1.2em;
  width: 10px;
}

.mktoClear {
  clear: both;
}

/* .mktoError {
  position: relative;
  left: 0 !important;
	top: 0px !important;
  bottom: 45px !important;
} */
.marketoform .mktoError {
	color: #ff0000 !important;
}

/* Marketo Forms */
/* *************************************** */

.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm input[type=tel], .mktoForm input[type=date], .mktoForm textarea,
form input[type=text]:not( .search__text ):not( .heading-card__input ), form input[type=email], form input[type=number], form input[type=tel], form input[type=date], form textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.mktoForm .mktoClear {
  clear: both;
  float: none;
}

#mktoForm_399 .mktoFormRow:nth-child(6) .mktoFormCol, #mktoForm_399 .mktoFormRow:nth-child(7) .mktoFormCol {
  width: 98%;
}

.contact-tab.active {
  font-weight: 700;
  color: #333;9d9d9d
}
.contact-tab {
  font-weight: 400;
  color: #9d9d9d;
}

.question-row {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.question-col {
  width: 50%;
  text-align: center;
}

.question-col a {
  color: #666666;
  text-decoration: none;
  font-size: 18px;
}

.question-col p {
  margin-top: 15px;
}

/* #mktoForm_411 .mktoFormRow:nth-child(12) .mktoFieldWrap {
  display: flex;
}

#mktoForm_411 .mktoFormRow:nth-child(12) .mktoFieldWrap .mktoCheckboxList {
  margin-left: 0;
}

#mktoForm_411 .mktoFormRow:nth-child(12) .mktoFieldWrap .mktoCheckboxList input {
  margin-right: 10px;
} */


/* 2.0 */
.scan-icon-wrapper {
  position: absolute !important;
  top: 13px !important;
  right: 8px !important;
  width: 22px !important;
  height: 22px !important;
}

.scanning-icon {
  padding-top: 0 !important;
}

.bv-text {
  color: #939191 !important;
  font-size: 9px !important;
  /* padding-bottom: 10px !important; */
  margin-top: -10px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-align: right !important;
  letter-spacing: .5px !important;
  position: relative !important;
  right: 0 !important;
}

.bv-text.invalid, #Email.invalid {
  color: #D82532;
}

.bv-text.valid, #Email.valid {
  color: #21A96D;
}

/* Loading */
.bv-text .loading {
  width: 140px;
  display: block;
  float: right;
  text-align: left;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

.mktoFieldWrap {
  position: relative;
}
