﻿.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;
}

.pagePresentationLayoutRow:nth-child(odd) .presentation-row .filter-button-group span {
    color: #fff;
}

.pagePresentationLayoutRow:nth-child(odd) .presentation-row .filter-button-group .button-container button, .clear-button {
    background-color: #fff;
    color: #00406e;
    border: 1px solid #fff;
}

.clear-button {
    border: 1px solid #00406e;
}

    .pagePresentationLayoutRow:nth-child(odd) .presentation-row .filter-button-group .button-container button:hover, .clear-button:hover {
        background-color: #00406e;
        color: #fff;
        border: 1px solid #fff;
    }

.pagePresentationLayoutRow:nth-child(odd) .presentation-row .filter-button-group button.is-checked {
    background-color: #00406e;
    color: #fff;
}

    .pagePresentationLayoutRow:nth-child(odd) .presentation-row .filter-button-group button.is-checked:hover {
        background-color: #fff;
        color: #00406e;
    }

.filter-copy p {
    display: block;
    margin-top: 5px;
    font-size: .8em;
}

.student-work-column {
    width: 49%;
    margin: .5%;
}

    .student-work-column img {
        width: 100%;
    }

        .student-work-column img:hover {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            filter: grayscale(100%);
            transition: all 0.8s ease;
            cursor: pointer;
        }

#cboxContent {
    /*padding-bottom: 2em;*/
}

#cboxTitle {
    /*bottom: 1.7em;*/
    /*text-align: justify !important;*/

    /*width: 98.5% !important;
    margin-bottom: 24px !important;
    padding: 5px !important;
    font-size: .7em;
    color: #fff !important;
    background-color: #333 !important;
    opacity: 0.75 !important;*/
}

#cboxCurrent {
    display: none !important;
}

.colorbox-html {
    /*display: none;*/
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*width: 100%;*/
    content-visibility: hidden;
}

    .colorbox-html div {
        /*display: block;
        width: 100%;*/
    }

    @media only screen and (min-width: 400px) {
    }

@media only screen and (min-width: 40.063em) { /* ~623px medium break point*/
    .student-work-column {
        width: 32.2%;
        margin: .4%;
    }
}

@media only screen and (min-width: 48.0625em) { /* ~751px large break point */
    .student-work-column {
        width: 24.2%;
        margin: .4%;
    }

    #cboxTitle {
        font-size: 1em;
    }
}

@media only screen and (min-width: 64.063em) { /* ~1008px xlarge break point */
    
}

@media only screen and (min-width: 75em) { /* ~1182px xxlarge break point */
    /*.student-work-column {
        width: 15.7%;
        margin: .4%;
    }*/
}

@media only screen and (min-width: 1275px) {
    .student-work-column {
        /*width: 16.5%;*/
    }
}