
/*==================================================
=           FORMs:          =
==================================================*/
form {
  background: transparent;
  padding: 0px;
  width: 100% !important;
  font-size:16px !important;
  line-height:1.8;
}

.checkbox label,
.radio label {
  padding-left: 0;
 
}
.mktoForm .mktoFormRow, .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    clear: none !important;
    float: left;
    width: 100% !important;
    margin: 0;
    padding:0;
}
.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
  width: 100% !important
}

.mktoForm .mktoGutter {
  display:none;
}

.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 {
  margin-bottom:30px !important;
  margin-top:10px;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label, .form-group .form-check-label {
    margin-left: 0 !important;
    line-height:1.1 !important;
    font-family:"Open Sans" !important;
    text-transform:capitalize;
    font-weight:400 !important;
    color:#101820;
  font-size:16px;
  width:100% !important;
     
  
}

.mktoForm .mktoHtmlText {
  width:100% !important;
  font-size:inherit !important;
  padding-bottom: 20px;
}

.mktoForm .mktoLabel {
    padding-bottom: 5px;
}

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    padding: 0 !important;
    
}
.mktoAsterix {display:none !important;}
.mktoField, .form-control {
  display: block;
  width: 100% !important;
  height: 30px;
  padding: 0 0 0px 0px !important;
  font-size: 16px !important;
  line-height: 1.428571429;
  color: #101820;
  vertical-align: middle;
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom: 1px solid #101820;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: "Open Sans" !important;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.mktoField, .form-group textarea {
  border: 1px solid #101820;
  min-height:150px;
  padding:10px !important;
}


select.mktoField, .form-group select {
  background:transparent url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/143797/down-arrow.svg');
  background-size:12px;
  background-repeat:no-repeat;
  background-position:99% 55%;
}

.form-group select[multiple] {
    background:transparent;
    height:auto;
    border:1px solid;
  
}

.form-group select[multiple] option {
    padding:3px 0 3px 10px;
}

.form-group select option[selected="selected"] {
  color:#49c5b1 !important;
}

.mktoForm .mktoOffset {
    
    height: 0 !important;
}
.mktoField:focus, .form-group input:focus, .form-group textarea:focus, .form-group select, .form-group select[multiple]   {
  border-color: #101820;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

 .mktoButton {
  color: #fff;
  border: none !important;
  border-radius: 1000px;
  padding: 0.4em 1em;
  font-size: 12px;
  background: #49c5b1 !important;
  font-family: "Gibson-Semibold" !important;
  font-weight: 400;
  padding: 10px 40px !important;
  margin: 10px 0;
  display:block;
   letter-spacing:1px;
   text-transform:uppercase !Important;
  
}

.mktoButtonWrap {
  margin-left: 0 !important;
  display:block;
  width:100%;
}

.mktoButtonRow {
    display: inline-block;
    position: relative;
    width: 100%;
}



label {
  font-weight: 100;
  font-family: "Gibson-Semibold" !important;
  font-weight: 100 !important;
  width: 100% !important;
  font-size: 12px;
  text-transform:uppercase;
  color: #75787B;
    -webkit-transition: all 0.50s;
  -moz-transition: all 0.50s;
  -o-transition: all 0.50s;
  transition: all 0.50s;
}

fieldset legend {
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom:30px !important;
  font-size: 16px !important;
  line-height:1.8 !important;
}

label.focussed {
  color:#101820 !important;
}

input[type=checkbox] {
  display: none;
}


input[type=checkbox] + label {
  font-family:"Open Sans";
}

/* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: "cj-site";
  display: inline-block;
  font-weight: 100 !important;
  color: #75787B;
  font-size: 20px;
  margin-top: -1px;
  vertical-align: middle;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox] + label:before {
  content: "\63";
}


/* unchecked icon */
input[type=checkbox] + label:before {
  letter-spacing: 10px;
}


/* space between checkbox and label */
input[type=checkbox]:checked + label:before {
  content: "\64";
  -webkit-transition: all 0.50s;
  -moz-transition: all 0.50s;
  -o-transition: all 0.50s;
  transition: all 0.50s;
}


/* checked icon */
input[type=checkbox]:checked + label:before {
  letter-spacing: 12px;
  color: #49c5b1
}


/* allow space for check mark */
/*** custom checkboxes ***/
label {
  font-weight: 100;
 
}

input[type=radio] {
  display: none;
   
}

/* to hide the checkbox itself */
input[type=radio] + label:before {
  font-family: "cj-site";
  display: inline-block;
  font-weight: 100 !important;
  color: #75787B;
  font-size: 20px;
  margin-top: 0px;
 vertical-align: middle;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  
}

input[type=radio] + label:before {
  content: "\61";
}


/* unchecked radio */
input[type=radio] + label:before {
  letter-spacing: 10px;
}


/* space between radio and label */
input[type=radio]:checked + label:before {
  content: "\62";
  -webkit-transition: all 0.50s;
  -moz-transition: all 0.50s;
  -o-transition: all 0.50s;
  transition: all 0.50s;
}

input[type=radio]:checked + label {
  color: #49c5b1;
}


/* checked radio */
input[type=radio]:checked + label:before {
  letter-spacing: 12px;
  color: #49c5b1
}


/* ERROR STYLING */
.mktoForm  .mktoError { 
  color:#f0694f !important;
  width:100% !important;
  right:0 !important;
  bottom:0px !important;
  
}
.mktoForm  .mktoErrorArrowWrap {
  display:none !important;
}
.mktoForm  .mktoErrorMsg {
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  color:inherit !important;
  max-width:100% !important;
  text-shadow:none !important;
  padding-left:0 !important;
  font-size: 12px !important;
  font-family: "Open Sans" !important;
  font-weight:700 !important;
}
.mktoForm  .mktoErrorDetail {
  display:none !important;
}

@media (max-width: 767.98px) { 
textarea.mktoField, .form-group textarea {
  
  min-height:80px;

}

}