.formReadOnly {
  background-color:#dddddd !important;
  cursor: not-allowed;
}
.mktoOffset {
  width:0px !important;
  display:none !important;
}

.mktoAsterix {
  display:none !important;
}

.mktoGutter {
  width:0px !important;
  display:none !important;
}

.mktoCaptchaDisclaimer {
  font-size:10px;
  padding-bottom:15px !important;
}

.mktoButtonRow {
  width:100% !important; 
  text-align:left !important;
}
.mktoButton {
  background-image:none !important;
	display: inline-flex !important;
	vertical-align: top !important;
	text-align: center !important;
	font-size: 16px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	font-family: CircularBold, Helvetica Neue, Arial, Noto Sans, sans-serif !important;
	border: 1px solid transparent !important;
	border-radius: 24px !important;
	padding-top:15px !important;
	padding-bottom:15px !important;
	padding-left:23px !important;
	padding-right:23px !important;
}

.mktoButton svg {
	margin: 0 0 0 8px !important;
	color: inherit !important;
}

.mktoButton.mktoButton {
	color: #fff !important;
	background-color: #0a122a !important;
	border-color: #0a122a !important;
}

.mktoButton.mktoButton:hover {
	background-color: #7332ff !important;
	border-color: #7332ff !important;
}

.mktoButton.mktoButton.disabled {
	background-color: #848894 !important;
	border-color: #848894 !important;
	color: #fff !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 textarea.mktoField,
.mktoForm select.mktoField {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
	border: 1px solid #e1e4e9;
	background-color: white;
  height:auto !important;
	width: 100%;
	min-width: 0;
	padding: 15px 15px !important;
  border-radius: 8px;
	font-size: 16px;
	line-height: 19px;
	font-family: CircularRegular, Helvetica Neue, Arial, Noto Sans, sans-serif;
	color: #0a122a;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.mktoForm select.mktoField {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
	border: 1px solid #e1e4e9;
	background-color: white;
	height:auto !important;
	width: 100%;
	min-width: 0;
	padding: 15px 15px !important;
  border-radius: 8px;
	font-size: 16px;
	line-height: 19px;
	font-family: CircularRegular, Helvetica Neue, Arial, Noto Sans, sans-serif;
	color: #0a122a;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  background-image: url(https://pages.marketvector.com/rs/468-BMH-834/images/arrow.06d8c346.svg) no-repeat top 50% right 6px
}


.mktoErrorMsg {
  background: #0a122a !important;
  border:1px solid #0a122a !important;
  padding:5px !important;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
  
}

.mktoErrorArrow {
    background: #0a122a !important;
    border:1px solid #0a122a !important;
}

@media only screen and (max-width: 600px) {
  .mktoOffset {
    width:0px !important;
  }
  
  .mktoForm,
  .mktoFormCol,
  .mktoFieldWrap,
  .mktoField {
    width:100% !important;
  }
  
  
}
