.mktoForm .mktoButtonRow button.mktoButton,
.mktoForm .mktoButtonRow .mktoButton {
  border-radius: 0 !important;
  font-family: 'ProximaNovaRegular' !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 0.5rem 1rem
}


.mktoForm .mktoButtonRow button.mktoButton,
.mktoForm .mktoButtonRow .mktoButton {
  border: 2px solid #82CC38 !important;
  cursor: pointer !important;
  display: inline-block !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  border-radius: 5px !important;
  font-weight: bold !important;
}

.mktoForm .mktoButtonRow button.mktoButton,
.mktoForm .mktoButtonRow .mktoButton {
  background-color: #82CC38 !important;
  color: #fff !important;
}

.mktoForm .mktoButtonRow .mktoButton:hover {
  background-color: 434343 !important;
  color: #fff !important;
}

.mktoForm .mktoButtonRow .mktoButton:visited {
  color: #fff !important;
}

.mktoForm .mktoButtonRow .mktoButton:visited:hover {
  color: #434343 !important;
}

.mktoForm .mktoButtonRow a.mktoButton {
  font-size: 100% !important;
  text-decoration: none !important;
}

.form-radio+label,
.mktoForm label.mktoLabel:not([for="emailOptInOptional"]),
.mktoForm label.mktoLabel:not([for="emailOptInRequired"]),
.mktoForm label.mktoLabel:not([for="Email_Opt_In__c"]),
.mktoForm label.mktoLabel[for="emailOptInOptional"],
.mktoForm label.mktoLabel[for="emailOptInRequired"],
.mktoForm label.mktoLabel[for="Advertising_Opt_In__c"],
.mktoForm label.mktoLabel[for="Email_Opt_In__c"] {
  color: #434343 !important;
  font-family: 'ProximaNovaRegular' !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin-bottom: 9px !important;
  position: relative !important;
}

.form-radio {
  float: left !important;
  opacity: 0 !important;
  outline: 0 !important;
}

.form-radio+label::before {
  background-color: #fff !important;
  border: 2px solid #434343 !important;
  border-radius: 50% !important;
  content: "" !important;
  display: block !important;
  height: 16px !important;
  position: absolute !important;
  top: 5px !important;
  width: 16px !important;
}

.form-radio:hover+label::before {
  border-color: #82CC38 !important;
}

.form-radio:checked+label::before {
  border-width: 5px !important;
  border-color: #434343 !important;
}

.form-radio:focus+label::before {
  -webkit-box-shadow: 0 0 0 0 #82CC38 !important;
  box-shadow: 0 0 0 0 #82CC38 !important;
}

.form-radio:disabled+label {
  color: #aaaab4 !important;
}

.form-radio:disabled+label::before {
  border-color: #c1c1c8 !important;
}

input[type="checkbox"] {
  opacity: 0 !important
}

input[type="checkbox"]+label::before {
  display: none !important;
}

input[type="checkbox"]+label::after {
  background-color: #fff !important;
  border: 2px solid #434343 !important;
  border-radius: 4px !important;
  content: "" !important;
  display: block !important;
  height: 16px !important;
  margin: 2px 0 0 -2px !important;
  position: absolute !important;
  top: 5px !important;
  width: 16px !important;
}

input:hover[type="checkbox"]+label::after {
  border-color: #82CC38 !important;
}

input:checked[type="checkbox"]+label::after {
  /* background: url(/themes/custom/okta_www_theme/images/check-mark.svg) no-repeat scroll center #434343 !important; */
  background-size: 60% !important;
  border: 0 !important;
}

input:focus[type="checkbox"]+label::after {
  -webkit-box-shadow: 0 0 0 0 #82CC38 !important;
  box-shadow: 0 0 0 0 #82CC38 !important;
}

input:disabled[type="checkbox"]+label {
  color: #aaaab4 !important;
}

input:disabled[type="checkbox"]+label::after {
  border-color: #c1c1c8 !important;
}

input:disabled:checked[type="checkbox"]+label::after {
  /* background: url(/themes/custom/okta_www_theme/images/check-mark.svg) no-repeat scroll center #c1c1c8 !important; */
}

.mktoForm input[type="text"],
.mktoForm input[type="select"],
.mktoForm input[type="textarea"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="url"],
.mktoForm input[type="date"],
.mktoForm select,
.mktoForm textarea.mktoField,
.mktoForm .mktoFieldWrap>select.mktoField {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #B1B1B1 !important;
  border-radius: 0 !important;
  color: #434343 !important;
  font-size: 16px !important;
  outline: 0 !important;
  padding: 0.5rem 1rem !important;
  padding: 0 !important;
  width: 100% !important;
  margin-bottom: 11px !important;
}

.mktoForm input:disabled[type="text"],
.mktoForm input:disabled[type="select"],
.mktoForm input:disabled[type="textarea"],
.mktoForm input:disabled[type="email"],
.mktoForm input:disabled[type="tel"],
.mktoForm input:disabled[type="number"],
.mktoForm input:disabled[type="url"],
.mktoForm input:disabled[type="date"],
.mktoForm select:disabled,
.mktoForm textarea.mktoField:disabled,
.mktoForm .mktoFieldWrap>select.mktoField:disabled {
  background-color: #fafafa !important;
  border-color: #c1c1c8 !important;
  color: #c1c1c8 !important;
}

.mktoForm input:focus[type="text"],
.mktoForm input:focus[type="select"],
.mktoForm input:focus[type="textarea"],
.mktoForm input:focus[type="email"],
.mktoForm input:focus[type="tel"],
.mktoForm input:focus[type="number"],
.mktoForm input:focus[type="url"],
.mktoForm input:focus[type="date"],
.mktoForm select:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm .mktoFieldWrap>select.mktoField:focus {
  border-color: #434343 !important;
  -webkit-box-shadow: 0 0 0 0 #82CC38 !important;
  box-shadow: 0 0 0 0 #82CC38 !important;
}

.mktoForm .mktoFieldWrap>select.mktoField {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(http://info.infoblox.com/rs/240-PTK-751/images/infoblox-carrot.png) no-repeat scroll 99% center #fff !important;
  background-size: 10px !important;
  color: #434343 !important;
}

.mktoForm .mktoFieldWrap>select.mktoField:focus:active {
  background-image: url(http://info.infoblox.com/rs/240-PTK-751/images/infoblox-carrot-up.png) !important;
  background-size: 10px !important;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  margin-left: 5px !important;
}

.MarketoForm__wrap {
  min-height: 400px !important;
}

.MarketoForm--loaded .MarketoForm__wrap {
  background: #F5F5F6 !important;
  border-radius: 2rem 0 2rem 0 !important;
  padding: 3rem 2rem !important;
  border: none !important;
  min-height: auto !important;
}

@media (max-width:1199.98px) {
  .MarketoForm--loaded .MarketoForm__wrap {
    padding: 1.5rem !important;
  }
}

.MarketoForm__wrap form {
  opacity: 0 !important;
  -webkit-transition: opacity 0.8s, -webkit-transform .8s !important;
  transition: opacity 0.8s, -webkit-transform .8s !important;
  -o-transition: opacity 0.8s, transform .8s !important;
  transition: opacity 0.8s, transform .8s !important;
  transition: opacity 0.8s, transform .8s, -webkit-transform .8s !important;
  visibility: hidden !important;
}

.MarketoForm__loader {
  background-image: url(http://info.infoblox.com/themes/custom/okta_www_theme/images/okta-spinner.gif) !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  height: 50px !important;
  width: 50px !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

.MarketoForm__below {
  opacity: 0 !important;
  -webkit-transition: opacity 0.8s !important;
  -o-transition: opacity 0.8s !important;
  transition: opacity 0.8s !important;
  font-size: .87055rem !important;
}

.MarketoForm--loaded .MarketoForm__below {
  opacity: 1 !important;
}

.mktoForm {
  width: 100% !important;
  font-family: 'ProximaNovaRegular' !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mktoForm .mktoField.mktoInvalid {
  /* -webkit-box-shadow: 0 0 0 4px #82CC38 !important;
  box-shadow: 0 0 0 4px #82CC38 !important;
  border-color: #82CC38 !important; */

  -webkit-box-shadow: 0 0 0 0 #82CC38 !important;
  box-shadow: 0 0 0 0 #82CC38 !important;
  border-color: #82CC38 !important;
}

.mktoForm .mktoField.mktoInvalid:focus {
  /* -webkit-box-shadow: 0 0 0 4px #82CC38 !important;
  box-shadow: 0 0 0 4px #82CC38 !important;
  border-color: #82CC38 !important; */

  -webkit-box-shadow: 0 0 0 0 #82CC38 !important;
  box-shadow: 0 0 0 0 #82CC38 !important;
  border-color: #82CC38 !important;
}


.mktoForm .mktoField:focus {
  -webkit-box-shadow: 0 0 0 0 #82CC38 !important;
  box-shadow: 0 0 0 0 #82CC38 !important;
  border-color: #82CC38 !important;
}

.mktoForm[data-mkto-ready="true"] {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.mktoForm input,
.mktoForm select {
  font-family: 'ProximaNovaRegular' !important;
}

.mktoForm .mktoFormCol {
  width: 100% !important;
}

.mktoForm .mktoFormRow.enrichment {
  display: none !important;
}

.mktoForm .mktoFormRow.enrichment-emailOptInOptional,
.mktoForm .mktoFormRow.enrichment-emailOptInRequired,
.mktoForm .mktoFormRow.enrichment-Email_Opt_In__c {
  display: block !important;
}

.mktoForm.oneCol .mktoFormRow.u-width-full {
  width: 98% !important;
}

.mktoForm.twoCol .mktoFormRow {
  clear: none !important;
  float: left !important;
  margin-right: 2% !important;
  width: 100% !important;
}

@media (min-width:768px) {
  .mktoForm.twoCol .mktoFormRow {
    width: 48%
  }
}

.mktoForm.twoCol .mktoFormRow.u-width-full {
  width: 98% !important;
}

.mktoForm .mktoButtonRow {
  width: 98% !important;
  margin-top: 1em !important;
}

.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important
}

.mktoForm .mktoButtonRow button.mktoButton,
.mktoForm .mktoButtonRow .mktoButton {
  background-image: none !important;
}

.mktoForm .mktoButtonRow button.mktoButton:hover,
.mktoForm .mktoButtonRow .mktoButton:hover {
  border: 2px solid #82CC38 !important;
}

.mktoForm .mktoButtonRow button.mktoButton:focus,
.mktoForm .mktoButtonRow .mktoButton:focus {
  border: none !important;
}

.mktoForm .mktoButtonRow button.mktoButton:active,
.mktoForm .mktoButtonRow .mktoButton:active {
  color: #fff !important;
  background: #434343 !important;
}

.mktoForm p {
  color: #434343 !important;
  font-size: 16px !important;
}

.mktoForm h3 {
  font-size: 32px !important;
  font-weight: 500 !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="select"],
.mktoForm input[type="textarea"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="url"],
.mktoForm input[type="date"],
.mktoForm select,
.mktoForm textarea.mktoField {
  width: 100% !important
}

.mktoForm .mktoAsterix,
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none !important;
}

.mktoForm .mktoError .mktoErrorMsg {
  background: #82CC38 !important;
  border: none !important;
  border-radius: 4px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fafafa !important;
  text-shadow: none !important;
}

.mktoForm .mktoError .mktoErrorArrow {
  border: none !important;
  background: #82CC38 !important;
}

.mktoForm textarea.mktoField {
  height: 136px !important;
  line-height: 1.5em !important;
}

.mktoForm .mktoFieldWrap {
  width: 100% !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.mktoForm .mktoFieldWrap>select.mktoField option:first-child {
  display: none !important;
}

.mktoForm .mktoFieldWrap>select.mktoField~.mktoClear::before {
  display: none !important;
}

.mktoForm .mktoFieldWrap>.mktoCheckboxList {
  /* padding: 3px !important;
  margin-left: 8px !important; */
}

.mktoForm .mktoFieldWrap>.mktoCheckboxList label {
  position: relative
}

.mktoForm .mktoFieldWrap>.mktoCheckboxList label:after {
  top: -2px !important;
  margin: 2px 0 0 -8px !important;
}

.mktoForm .mktoFieldWrap>.mktoCheckboxList>input[type="checkbox"] {
  opacity: 1 !important;
}

.mktoForm .mktoFieldWrap>.mktoCheckboxList>input[type="checkbox"]+label:before {
  display: none !important;
}

.mktoForm .mktoFieldWrap>.mktoRadioList,
.mktoForm .mktoFieldWrap>.mktoCheckboxList {
  width: auto !important;
}

.mktoForm .mktoFieldOptIn,
.mktoForm .mktoFieldOptInText {
  width: 98% !important;
}

.mktoForm .mktoFieldOptIn *,
.mktoForm .mktoFieldOptInText * {
  margin: 0 !important;
  padding: 0 !important;
}

.mktoForm .mktoFieldOptIn input[type="checkbox"],
.mktoForm .mktoFieldOptInText input[type="checkbox"] {
  margin-left: 5px !important;
}

.mktoForm .mktoFieldOptIn .mktoFieldDescriptor,
.mktoForm .mktoFieldOptInText .mktoFieldDescriptor {
  margin-bottom: 0 !important;
}

.mktoForm .mktoFieldOptIn .mktoError,
.mktoForm .mktoFieldOptInText .mktoError {
  left: 20px !important;
  right: unset !important;
}

.mktoForm label.mktoLabel:not([for="emailOptInOptional"]),
.mktoForm label.mktoLabel:not([for="emailOptInRequired"]),
.mktoForm label.mktoLabel:not([for="Email_Opt_In__c"]) {
  margin-bottom: -3px !important;
  /* width: 100% !important; */
  font-size: 13px !important;
}

.mktoForm label.mktoLabel[for="emailOptInOptional"],
.mktoForm label.mktoLabel[for="emailOptInRequired"],
.mktoForm label.mktoLabel[for="Advertising_Opt_In__c"],
.mktoForm label.mktoLabel[for="Email_Opt_In__c"] {
  width: auto !important;
  margin-right: 5px !important;
}

.mktoForm .mktoHtmlText {
  border-top: 1px solid #ddd !important;
  width: 100% !important;
	color: #434343 !important;
}

.mktoForm .mktoHtmlText div,
.mktoForm .mktoHtmlText p {
  font-size: 13px !important;
}

input[type="checkbox"]+label::after {
  display: none !important;
}

.mktoForm .mktoFieldWrap>.mktoCheckboxList>input[type="checkbox"] {
  opacity: 1 !important;
  margin-right: 5px !important;
}

@media (max-width:767.98px) {
  .mktoFieldWrap {
    height: auto !important;
  }
}

.mktoFormRow.has-border-bottom {
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 16px !important;
}

.mktoFormRow.has-border-bottom .mktoHtmlText {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media screen and (max-device-width:480px) {
  .mktoFieldWrap>select.mktoField,
  .mktoFieldWrap>select.mktoField {
    line-height: 1em !important;
    height: 2.2em !important;
    padding: 0.5rem 1rem !important;
  }
}

@media (max-width:991.98px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  input[type="date"],
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  input[type="date"] {
    padding: 0.5rem 1rem !important;
  }
}

@media (max-width:767.98px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  input[type="date"],
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  input[type="date"] {
    padding: 1rem !important;
  }
}

@media (max-width:767.98px) {
  .mktoFieldWrap,
  .mktoFieldWrap {
    height: 88.8px !important;
  }
}

@media screen and (max-device-width:480px) {
  .mktoFieldWrap,
  .mktoFieldWrap {
    height: 75px !important;
  }
}

/* --- CUSTOM FORM STYLING --- */

.mktoForm {
	margin-top: 20px !important;
}

.mktoForm a{
  color: #82CC38 !important;
  float: none !important;
}

.mktoFormRow input, .mktoFormRow select {
	min-height: 42px !important;
}

.mktoForm .mktoHtmlText {
	border-top: 1px solid transparent !important;
}

.mktoForm .mktoFieldWrap {
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	height: auto !important;
	flex-wrap: wrap !important;
	width: 100% !important;
}

.mktoFieldWrap label, .mktoFieldWrap .mktoLabel {
	width: auto !important;
}

.mktoForm .mktoFieldWrap .mktoInstruction { 
  display: initial !important;
}

.mktoLogicalField {
  display: flex !important;
}

.mktoLogicalField input{
  display: flex !important;
  align-items: flex-start !important;
  min-height: 17px !important;
  height: 17px !important;
}

.full-form-container .mktoForm .mktoFormRow, .full-form-container .mktoForm .mktoButtonRow{
	width: 50% !important;
	clear: initial !important;
	float: left !important;
	padding: 0 10px;
}

@media (max-width: 767.98px) { 
	.full-form-container .mktoForm .mktoFormRow {
		width: 100% !important;
	}
}

.hero-form .mktoForm .mktoFormRow, .hero-form .mktoForm .mktoButtonRow {
	width: 50% !important;
	clear: initial !important;
	float: left !important;
	padding: 0 10px;
}

@media (max-width: 991.98px) { 
	.hero-form .mktoForm .mktoFormRow {
		width: 100% !important;
	}
}

form.mktoForm select.mktoField:not(.mktoValid){
  color: #777 !important;
  }