﻿
.homeform .homeform__submit input[type=submit],
.homeform .homeform__submit input[type=button],
.homeform .tooltip--og + label,
.multi-step .homeform__errorbanner,
.multi-step .homeform__genderinput [data-form-group] label,
[data-shortcode=ms_zodiac] img {
    color: #ffffff;
    background-color: maroon;
}

    .homeform .homeform__submit input[type=submit]:hover,
    .homeform .homeform__submit input[type=button]:hover,
    .homeform .tooltip--og + label:hover,
    .multi-step .homeform__genderinput [data-form-group] label:hover,
    [data-shortcode=ms_zodiac] img:hover {
        color: #ffffff;
        background-color: green;
    }

input.is-invalid-input:not(:focus),
input.is-invalid-input,
select.is-invalid-input:not(:focus),
select.is-invalid-input,
.homeform.multi-step label[for=brands] fieldset {
    border-color: indianred;
}

    .homeform .homeform__checkbox label a,
    [data-multi-step-current],
    .homeform.multi-step label[for=brands] fieldset legend {
        color: azure;
    }

        .homeform .homeform__checkbox label a:hover {
            color: goldenrod;
        }

.homeheader .homeheader__nav ul li.current_page_item {
    color: thistle;
}

    .homeheader .homeheader__nav ul li.current_page_item:hover {
        color: firebrick;
    }




.testimony__carousel > button.slick-prev:before,
.testimony__carousel > button.slick-next:before,
.homeform .ms_step-info span.slick-arrow.slick-prev:before,
.homeform .homeform__submit a {
    color: blue;
}

    .testimony__carousel > button.slick-prev:hover:before,
    .testimony__carousel > button.slick-next:hover:before,
    .homeform .ms_step-info span.slick-arrow.slick-prev:hover:before,
    .homeform .homeform__submit a:hover {
        color: olivedrab;
    }


