@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
.form-required::after
{
    display: inline-block;

    width: calc(1.5em + .75rem + 2px)/2;
    height: calc(1.5em + .75rem + 2px)/2;
    margin: 0 .3em;

    content: '';
    vertical-align: super;

    background-image: url(../../images/required.svg);
    background-repeat: no-repeat;
    background-size: calc(1.5em + .75rem + 2px)/2 calc(1.5em + .75rem + 2px)/2;
}

form .filter-wrapper
{
    padding-right: 1rem;
    padding-left: 1rem;
}

form .form-type-textarea
{
    margin-bottom: 0;
}

input[type=text]::-ms-clear,
input[type=text]::-ms-reveal
{
    display: none;

    width: 0;
    height: 0;
}
