:root {
    /* Font */
    --font-family: 'Montserrat', sans-serif;

    /* Logo */
    --logo-url: url(/custom/logo/BFC-logo.png);

    /* Colors */
    --brand-select: #49B049;
    --brand-question: #000000;
    --brand-button: #CC0433;
    --brand-progress: #CC0433;
    --bg-color: #ececec;

    /* Option box */
    --option-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    --option-border: 2px solid white;

    --radius-option: 0px;
    --radius-nav-button: 4px;
    --radius-input: 10px;
    --radius-circle: 100px;

    /* Number box */
    --number-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    --number-border: 0;
    --number-radius: 0px;

    /* Form inputs */
    --input-border: none;
    --input-radius: 0px;
    --input-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    --input-outline: var(--brand-progress);
}
body {
    text-align: left !important;
}
.multiple__emotion:first-of-type {
    order: 2;
}
/*.option {
    min-height: unset !important;
    margin-bottom: 15px !important;
}*/
/*.option__text {
    font-size: 14px;
    padding: 6px;
    text-align: left !important;
}*/
.question__main {
    text-align: left !important;
    font-size: 20px !important;
}
.question__secondary {
    text-align: left !important;
    font-size: 16px !important;
}
.final-heading span {
    margin: 0;
    display: block;
    max-width: 100%;
    font-size: 20px !important;
    line-height: 1.4 !important;
    text-align: left;
}
.final-heading {
    font-size: 25px;
    line-height: initial;
    margin-top: 0;
}
.navigation {
    margin-bottom: 0;
    padding: 0;
}
/*@media screen and (min-width: 700px){
    .final-heading span {
        margin: unset !important;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 25px !important;
        line-height: 50px !important;
    }
}*/
.checkbox {
    padding-bottom: 15px;
    margin-bottom: 15px;
}