﻿.row {
    max-width: 1390px;
}

.leadership-cabinet {
    position: relative;
}

.leadership-cabinet .keyword-search {
    width: 100%;
}

    /*.leadership-cabinet .keyword-search #leadership-keyword-search {
        display: inline-block;
        width: 79%;
        margin-right: 1%;
    }*/

    .leadership-cabinet .keyword-search fieldset {
        /*border-bottom: 1px solid #dddddd;*/
        margin-bottom: 1.25em;
        padding: 0.75em 0 0.5em 0;
    }

        .leadership-cabinet .keyword-search fieldset:first-child {
            margin-bottom: 0;
            padding: 0 0 0 0;
        }

    .leadership-cabinet .keyword-search input[type=text] {
        background-color: #f9f9f9;
        border: 1px solid #dddddd;
        padding-right: 60px;
        height: 40px;
        color: #000;
    }

        .leadership-cabinet .keyword-search input[type=text]::-webkit-input-placeholder {
            color: #5a5a5a;
            text-transform: none;
        }

    .leadership-cabinet .keyword-search .search-btn {
        border: 0;
        font-size: 14px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        background-clip: padding-box;
        padding: 0;
        height: 28px;
        right: 16px;
        top: 4px;
        width: 28px;
    }

.bio-column {
    width: 80%;
    height: 420px;
    padding: 0;
    margin: 1% 10%
}

/*.bio-column a {
    font-size: .8em;
}*/

.bio-item {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 5%;
    overflow: hidden;
}

    .bio-item img {
    }

.bg-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 50%,#000 100%);
}

.text-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 5px;
    /*background: linear-gradient(180deg,rgba(0,0,0,0) 70%,#000 100%);*/
    /*background: rgba(0, 0, 0, .5);*/
}

    .text-container p {
        margin-bottom: 0;
        padding: 0px 10px;
        color: #fff;
        /*font-size: .8em;*/
        line-height: 1.3em;
    }

        .text-container p.bio-name {
            display: block;
            font-size: 1.2em;
            font-weight: bold;
            line-height: 1em;
        }

    .text-container a {
        display: block;
        color: #fff;
        padding: 0px 10px;
    }

        .text-container a span {
            display: inline;
            font-size: .8em;
        }


/*preserve for foundation modal while testing other options*/
/*.leadership-bio {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 80px;
    background: #fff;
    overflow: scroll;
}*/

.leadership-bio {
    display: none;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 30px;
    background: #fff;
    z-index: 2000;
    padding-left: 20px;
    padding-right: 20px;
}

    .leadership-bio .row {
        height: 80vh;
        overflow-y: scroll;
        margin-top: 2rem;
    }

        /*.leadership-bio.modal-show {
    display: block;*/
        /*bottom: 100%;*/
        /*}*/

        .leadership-bio .row .columns:last-child {
            /*overflow-y: auto;*/
        }

    .leadership-bio button {
        /*position: absolute;
        top: 40px;
        left: 20px;*/
    }

    .leadership-bio img {
        border-radius: 5%;
    }

    .leadership-bio p.name-title-block {
        display: inline-block;
        padding-bottom: 10px;
        font-size: 1.2em;
        border-bottom: 5px solid #89bc40;
    }

    .leadership-bio p.name-title-block a {
        font-size: .8em;
    }

    .leadership-bio .bio-name {
        display: block;
        font-size: 1.3em;
        font-weight: bold;
    }

@media only screen and (min-width: 400px) {
}

@media only screen and (min-width: 40.063em) { /* ~623px medium break point*/
    .bio-column {
        width: 49%;
        height: 400px;
        /*padding: .5%;*/
        margin: .5%;
    }
}

@media only screen and (min-width: 48.0625em) { /* ~751px large break point */
    .button-container {
    }

    .filter-button-group .button-container button {
        /*width: 19%;*/
    }

    .bio-column {
        width: 32%;
        height: 380px;
    }

    .leadership-bio {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 64.063em) { /* ~1008px xlarge break point */
    .bio-column {
        width: 24%;
        height: 360px;
    }
}

@media only screen and (min-width: 75em) { /* ~1182px xxlarge break point */
    /*.bio-column {
        width: 19%;
        height: 360px;
    }*/
}
