﻿.contact-profiles
{
}

    .contact-profiles .vcard
    {
        position: relative;
        overflow: hidden;
        width: 790px;
        margin-bottom: 23px;
    }
        
        .contact-profiles .vcard .tile
        {
            float: left;
            width: 270px;
            overflow: hidden;
            margin-right: 10px;
            background-color: #e6e6e6;
            border-bottom: solid 1px #000;
        }
        
        .contact-profiles .vcard .tile .fn
        {
            display: block;
            padding: 0 10px 0 10px;
            color: #111;
            font-size: 22px;
        }
        
        .contact-profiles .vcard .tile .title
        {
            display: block;
            padding: 0 10px 10px 10px;
            color: #555;
            font-size: 16px;
            line-height: 14px;
        }
        
        .contact-profiles .vcard .tile .qualifications
        {
            display: block;
            padding: 2px 10px 5px 10px;
            border-top:1px solid #000000;
            color: #555;
            font-size: 13px;
        }
        
        .contact-profiles .vcard .tile .org
        {
            display: none;
        }
        
        .contact-profiles .vcard .note
        {
            float: left;
            width: 510px;
            min-height: 228px;
            border-bottom: solid 2px #aeaeae;
        }
        
        .contact-profiles .vcard:last-child .note
        {
            border-bottom: none;
        }

.contact-tiles
{
    width: 830px;
    overflow: hidden;
}

    .contact-tiles .contact-tiles-inner
    {
        width: 840px;
        overflow: hidden;
    }

        .contact-tiles .vcard
        {
            float: left;
            width: 250px;
            height: 205px;
            overflow: hidden;
            margin: 0 20px 20px 0;
            background-color: #e6e6e6;
            border-bottom: solid 1px #000;
        }

        .contact-tiles .vcard img
        {
            margin-left: -10px;
        }
        
        .contact-tiles .vcard .fn
        {
            display: block;
            padding: 0 10px 0 10px;
            color: #111;
            font-size: 22px;
        }
        
        .contact-tiles .vcard .title
        {
            display: block;
            padding: 0 10px;
            color: #555;
            font-size: 16px;
            line-height: 10px;
        }
        
        .contact-tiles .vcard .org
        {
            display: none;
        }