#climatlForm {
    font-size: 16px;
}

div.questionsContainer div.form-group.other {
    display: none;
}

#climatlForm div.questionsContainer div.form-group.list div label {
    font-weight: 400;
}

hr.formSep {
    margin: 32px 6px;
}

#climatlForm div.indOrgButtons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px transparent;
}

#climatlForm div.indOrgButtons div.buttonContainer {
    text-align: center;

}

#climatlForm div.indOrgButtons div.buttonContainer button {
    width: 90%;
    border: 0;
    border-radius: 4px;
    color: #FFF;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    padding: 1em;
}

#climatlForm div.indOrgButtons div.buttonContainer button:hover {
    filter: brightness(128%) saturate(60%);
}

#climatlForm div.indOrgButtons div.buttonContainer button.ind {
    background: #4488c5;
    box-shadow: 0px 5px 0px 0px #159;
    border: 1px solid #159;
}

#climatlForm div.indOrgButtons div.buttonContainer button.org {
    background: #6cb657;
    box-shadow: 0px 5px 0px 0px #382;
    border: 1px solid #382;
}

#climatlForm div.indOrgButtons div.buttonContainer button.active {
    box-shadow: none;
    margin-top: 5px;
}

#climatlForm div.indOrgButtons div.buttonContainer button.inactive {
    filter: saturate(0%) brightness(110%);
}

#climatlForm div.indOrgButtons div.buttonContainer button.inactive:hover {
    filter: brightness(110%);
}

#climatlForm div.questionsContainer {
    display: none;
    border: 1px solid transparent;
}

#climatlForm div.themeContainer {
    columns: 2;
}

#climatlForm div.questionsContainer div.form-group {
    display: none;
}

#climatlForm div.form-group.required > label::after {
    content: " *";
    color: #F00;
}

#climatlForm div.form-group.has-error > label {
    color: #C33;
}

#climatlForm div.submitArea div.errors {
    display: none;
    border: 1px solid #F99;
    background-color: #FEE;
    margin: 12px 0 24px 0;
    padding: 24px;
    color: #300;
}

div.questionsContainer button#climatlSubmit.btn.btn-primary {
    border-radius: 3px;
    border: 0;
}

#climatlThanks {
    display: none;
}
