﻿.photoList
{
    list-style: none;
}
.photoList li
{
	float: left;
    padding: 0;
    margin: 0 10px -3px 0;
	background: white;
}

.photoList li.personCardLarge {
    width: 215px;
    height: 280px;
    overflow: hidden;
}

#contentColumnSingle .photoList li
{
    text-align: center;
}
.photoList li img {
    border: 0;
    margin: 6px 1px;
    border-radius: 50%;
    filter: grayscale(70%);
}
    .photoList li img:hover {
        filter: drop-shadow(2px 4px 6px black);
    }

@media only screen and (min-width: 765px) { /* iPad and larger */
    .photoList li img.width175 {
        margin: 20px;
    }
}

@media only screen and (max-width: 764px) { /* Smaller than iPad */
    .height175 {
        height: 165px;
        max-height: 165px;
        min-height: 165px;
    }

    .width175 {
        width: 165px;
        max-width: 165px;
        min-width: 165px;
    }

    .photoList li.personCardLarge {
        width: 180px;
        height: 270px;
    }

    .person {
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }

    .photoList li {
        margin: 0 4px -3px 0;
    }

    .photoList li img {
        margin: 5px 1px !important;
    }
}

.photoList li a
{
    text-decoration: none;
    color: Black;
}

#contentColumnSingle h3 {
    clear: both;
    padding-top: 30px;
    margin-bottom: 15px;
}

.person {
    clear: both;
    overflow: clip;
    margin-bottom: 25px;
    margin-top: -10px;
}
.person .name {
    font-weight: bold;
}
.person .title {
    font-size: .8em;
}

.searchPeopleText {
    width: calc(100% - 20px) !important;
    border-radius: 5px;
    padding: 10px !important;
    font-size: 11pt;
}