/* Add your custom CSS below */


/* Load FontAwesome to create a pure CSS checkbox */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* Load open sans google font */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
.mktoForm * {
    font-family: 'Open Sans', arial, sans-serif !important;
    font-size: 16px!important;
    width: 100% !important;
    max-width: 780px !important;
}

.mktoAsterix {
    display: none!important;
}

.mktoGutter.mktoHasWidth {
  display: none;
}

.mktoForm.mktoLayoutAbove .mktoLogicalField .mktoHtmlText {
    width: 100% !important;
}

.mktoForm .mktoLabel {
    font-family: 'Open Sans', arial, sans-serif !important;
    padding-bottom: 2px !important;
    padding-top: 1px !important;
    width: 100% !important;
    font-weight: bold!important;
    margin-bottom: 5px!important;
}

.mktoFieldWrap.mktoRequiredField {
    margin-bottom: 20px !important;
}

.mktoForm ::placeholder {
    color: #333333 !important;
}

/*Error Message handling */

.mktoErrorMsg,
.mktoError {
    display: none!important;
}

#error_message {
    display: none;
    color: #fff!important;
    margin-top: 15px!important;
    background-color: #8b0000!important;
    padding-left: 10px!important;
}

#no_company_error_message {
    display: none; 
    color: #fff!important; 
    margin-top: 15px!important; 
    background-color: #8b0000!important; 
    padding-left: 10px!important;
}

/* company field placeholder error message */
.k-input::placeholder {
    color: red!important;
}
.k-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: red!important;
}
.k-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: red!important;
    opacity: 1;
}
.k-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: red!important;
    opacity: 1;
}
.k-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red!important;
}

.show_error {
    display: block!important;
}

.mktoAsterix {
    display: none!important;
}

.mktoForm fieldset legend {
    margin: 0 0 2px!important;
    font-weight: 700!important;
    font-size: 18px!important;
    padding-top: 15px!important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.form_header {
    font-size: 22px!important;
    font-weight: 700!important;
}

/* Styling for ID that can be added to rich text fields*/
#header-text {
 font-size: 18px !important;
  font-weight: 700 !important;
}

/* Responsive form fields*/

.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 {
    width: 100% !important;
    padding: 0.5rem 0.5rem 0.5rem 9px !important;
    color: #333333 !important;
    border: none!important;
    border-bottom: 1px solid #D0D0CE!important;
    -webkit-appearance: none!important;
    border-radius: 0!important;
    background-color: #ffffff;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select.mktoField:focus {
    outline: none!important;
    box-shadow: -7px 10px 0px -7px #26890D, 7px 10px 0px -7px #26890D!important;
    transition: 0.2s ease all!important;
    -moz-transition: 0.2s ease all!important;
    -webkit-transition: 0.2s ease all!important;
    border-bottom: 1px solid #26890D!important;
}

/*.mktoForm .mktoRadioList {
    clear: none !important;
    margin-top: -35px !important;
}

.mktoForm .mktoRadioList > input {
    width: 14px !important;
    margin-top: 3px;
    float: none!important;
    clear: none!important;
    margin-left: 20px;
}

.mktoForm .mktoRadioList > label{
    display: inline!important;
    margin-left: 5px;
}*/

.hide-company-text{
    /*margin-bottom: 20px;*/
    min-height: 50px;
    float: left;
}

.mktoFormCol,
.mktoFieldWrap {
    width: 100% !important;
    min-height: 0em !important;
}


/* mktoOffset space above fields*/

.mktoForm .mktoOffset {
    float: left;
    height: 0 !important;
    width: 10px;
}


/* Full Width Button*/

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 100%;
}


/* color Button*/

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background: #26890d !important;
}


/* hover color Button*/

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #47b02a !important;
}


/* padding Button*/

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 15px 30px !important;
}


/* remove border Button*/

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    border: 0 !important;
    border-radius: 2px;
}


/* size Button*/

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    font-size: 16px !important;
    font-weight: bold !important;
}


/* center Button*/

.mktoButtonWrap {
    margin-left: 0 !important;
}

.mktoButtonRow {
    width: 100% !important;
    text-align: center;
}

.mktoCheckboxList input,
.mktoCheckboxList label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.mktoCheckboxList label {
    position: relative;
}


/* Edit the properties below to change the colors of the un-checked checkbox */

.mktoCheckboxList input+label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}


/* Edit the properties below to change the colors of the checked checkbox */

.mktoCheckboxList input {
    display: none !important;
}

.mktoCheckboxList input:checked+label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #26890D;
    color: #fff;
    border-color: #26890D;
}

body .mktoForm .mktoCheckboxList>label {
    margin-left: 0;
}

/*Error Message and red bar handling */


input.input-error[type="text"],
input.input-error[type=url],
input.input-error[type=email],
input.input-error[type=tel],
input.input-error[type=number],
input.input-error[type=date],
.mktoForm select.mktoField.input-error {
    border-bottom: 2px solid #8b0000!important;
    background-color: #ffe0e0!important;
}

.show-error-box {
    display: block!important;
}

/*Company field styling*/
#company_field_wrapper{
    width: 100%!important;
    clear: both!important;
    display: block!important;
}

.company_button {
  border: 2px solid transparent;
  padding: 5px !important;
  width: 180px !important;
  font-size: 10px !important;
  text-align: center !important;
  display: inline-block;
  margin-top: 5px !important;
  background-color: buttonface;
  cursor: pointer;
  margin-right: 2px!important;
  line-height: 16px!important;
}

.company_button_image {
  width: 16px !important;
  height: 16px !important;
  display: none;
  float: right!important;
  margin: 1px;
  padding: 0px;
}

.cf_active {
  background-color: #26890d;
  color: #fff!important;
}

/*.mktoForm ::placeholder {
    background-color: #ffe0e0;
}*/

@media only screen and (max-width: 480px) {
/*    .mktoForm .mktoRadioList > input{
        float: left!important;

    }
    .mktoForm .mktoRadioList > label{
        display: table-caption !important;
        width: 80% !important;
    }
}*/
