﻿.locationMap small
{
    display: none !important;
}

.locationMap iframe
{
    width: 100% !important;
    height: 100% !important;
}

.socialMedia
{
    margin: 30px 0 30px 0;
    display:none;
}

.meetOurFamilyHeader
{
    padding-top: 30px !important;
    border-top: 1px solid #c1c1c1;
    line-height: 34px;
}

ul.artists li img
{
    width: 100%;
    overflow: hidden;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

ul.artists li:hover img
{
    cursor: pointer;
    filter: none;
    -webkit-filter: grayscale(0);
    cursor: pointer;
}

ul.artists li:hover
{
    cursor: pointer;
}

ul.artists li .staffInfo
{
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

    ul.artists li .staffInfo .staffName
    {
        padding: 18px;
        border: 4px solid #fff;
        display: inline-block;
    }

.meetOurFamilyHeader
{
    display: none;
}

@media screen and (min-width: 0px)
{
    .locationContact
    {
        float: left;
        width: 100%;
    }

    .locationMap, locationMap_inner, .locationMap > .locationMap_inner > .sfContentBlock
    {
        width: 100%;
        height: 300px;
        float: right;
        clear: both;
        overflow: hidden;
    }

    .locationMap
    {
        margin: 20px 0 0 0;
    }

    .meetOurFamilyHeader
    {
        margin-top: 20px !important;
    }

    ul.artists li
    {
        float: none;
        margin: 0 auto 20px auto;
        width: 250px;
        height: 250px;
        background-color: #eee;
    }

        ul.artists li .staffInfo
        {
            width: 250px;
        }

            ul.artists li .staffInfo .staffName
            {
                font-size: 26px;
                margin: 60px 0 5px 0;
            }
}

@media screen and (min-width: 1001px)
{
    .locationContact
    {
        float: left;
        width: 250px;
    }

    .locationMap, .locationMap_inner, .locationMap > .locationMap_inner > .sfContentBlock
    {
        width: 418px;
        height: 250px;
        float: right;
        clear: none;
    }

    .locationMap
    {
        margin: 0;
    }

    .meetOurFamilyHeader
    {
        margin-top: 40px !important;
    }

    ul.artists li
    {
        float: left;
        margin: 0 20px 20px 0;
        width: 202px;
        height: 202px;
        background-color: #eee;
    }

        ul.artists li .staffInfo
        {
            width: 202px;
        }

            ul.artists li .staffInfo .staffName
            {
                font-size: 26px;
                margin: 60px 0 5px 0;
            }
}

@media screen and (min-width: 1024px)
{
    .locationContact
    {
        float: left;
        width: 250px;
    }

    .locationMap, .locationMap_inner, .locationMap > .locationMap_inner > .sfContentBlock
    {
        width: 674px;
        height: 250px;
        float: right;
    }

    ul.artists li:nth-child(4n+4)
    {
        margin-right: 0px;
    }

    ul.artists li
    {
        float: left;
        margin: 0 20px 20px 0;
        width: 216px;
        height: 216px;
        background-color: #eee;
    }

        ul.artists li .staffInfo
        {
            width: 216px;
        }

            ul.artists li .staffInfo .staffName
            {
                font-size: 30px;
                margin: 70px 0 5px 0;
            }
}

@media screen and (min-width: 1250px)
{
    .locationContact
    {
        float: left;
        width: 250px;
    }

    .locationMap, .locationMap_inner, .locationMap > .locationMap_inner > .sfContentBlock
    {
        width: 900px;
        height: 250px;
        float: right;
    }

    ul.artists li
    {
        float: left;
        margin: 0 20px 20px 0;
        width: 272px;
        height: 272px;
        background-color: #eee;
    }

        ul.artists li .staffInfo
        {
            width: 272px;
        }

            ul.artists li .staffInfo .staffName
            {
                font-size: 34px;
                margin: 95px 0 5px 0;
            }
}

@media screen and (min-width: 1400px)
{
    .locationContact
    {
        float: left;
        width: 250px;
    }

    .locationMap, .locationMap_inner, .locationMap > .locationMap_inner > .sfContentBlock
    {
        width: 1025px;
        height: 280px;
        float: right;
    }

    ul.artists li
    {
        float: left;
        margin: 0 20px 20px 0;
        width: 310px;
        height: 310px;
        background-color: #eee;
    }

        ul.artists li .staffInfo
        {
            width: 310px;
        }

            ul.artists li .staffInfo .staffName
            {
                font-size: 34px;
                margin: 112px 0 5px 0;
            }
}
