﻿.filter-button-group {
    margin-bottom: 10px;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.clear-button {
    width: 100%;
}

.filter-button-group .button-container button, .clear-button {
    display: inline-block;
    margin: 0 1% 1% 0;
    padding: 1%;
    background-color: #00406e;
    color: #ffffff;
    font-size: 0.9375em;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #00406e;
    transition: all 0.5s;
}

    .filter-button-group .button-container button:last-child {
        margin-right: 0;
    }

    .filter-button-group .button-container button:hover {
        text-decoration: none !important;
        color: #00406e;
        background-color: #fff;
        border: 1px solid #00406e;
    }

.filter-button-group button.is-checked {
    background-color: #fff;
    color: #00406e;
}

.presentation-row-blue-bg .filter-button-group span {
    color: #fff;
}

.presentation-row-blue-bg .filter-button-group .button-container button, .clear-button {
    background-color: #fff;
    color: #00406e;
    border: 1px solid #fff;
}

.clear-button {
    border: 1px solid #00406e;
}

    .presentation-row-blue-bg .filter-button-group .button-container button:hover, .clear-button:hover {
        background-color: #00406e;
        color: #fff;
        border: 1px solid #fff;
    }

    .presentation-row-blue-bg .filter-button-group button.is-checked {
        background-color: #00406e;
        color: #fff;
    }

        .presentation-row-blue-bg .filter-button-group button.is-checked:hover {
            background-color: #fff;
            color: #00406e;
        }

        .filter-copy p {
            display: block;
            margin-top: 5px;
            font-size: .8em;
        }