/* Members Styles - Critical Path First */
.member-hof__container {
    padding: 0 0 1em 0;
}

/* Member Detail Page */
.member__primary-container
{
    display: flex;
    flex-direction: column;

    flex-flow: row wrap;
    flex-wrap: wrap;
}

.member__headshot-container
{
    width: 100%;
}

.member__primary-info
{
    width: 100%;
    padding: .9375rem;
}

.member__detail-container
{
    position: relative;
}

.member__thumbnail-title
{
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;

    overflow: hidden;

    padding: .25rem .5rem 0 .5rem;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.member__thumbnail-quick-details
{
    font-size: .75rem;

    padding: .125rem .5rem 1rem .5rem;

    color: #777;
}

.member__stats-dt
{
    font-weight: bold;

    float: left;

    margin-right: .5rem;
}

.member__stats-container
{
    position: relative;
    z-index: 1;

    padding: .5rem .9375rem;

    background: #fff;
}

.member__demo-reel
{
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
}

.member__demo-reel iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.member__name
{
    font-size: 2rem;
    line-height: 1;

    margin-bottom: .75rem;

    text-transform: uppercase;
}

.member__double
{
    display: inline-block;
}

.detail__skills,
.detail__skills:visited,
.detail__skills:active
{
    display: inline-block;

    margin-bottom: 6px;
    padding: 4px 6px;

    color: #fff;
    border-radius: 3px;
    background: #015570;
}

.member__section-header
{
    font-size: 1.5rem;

    margin-bottom: .5rem;
}

.member__section
{
    margin-bottom: 2rem;
}

.member__nav
{
    font-size: 1.5rem;
    font-weight: bold;

    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 60px;
    max-height: 60px;
    padding-top: 13px;
    padding-right: 10px;
    padding-left: 70px;

    -webkit-transition: all 500ms cubic-bezier(.230, 1.000, .320, 1.000);
       -moz-transition: all 500ms cubic-bezier(.230, 1.000, .320, 1.000);
         -o-transition: all 500ms cubic-bezier(.230, 1.000, .320, 1.000);
            transition: all 500ms cubic-bezier(.230, 1.000, .320, 1.000);
    text-align: right;
    white-space: nowrap;
    text-transform: uppercase;

    opacity: 0;
    color: #fff;
    background: #000;
}

.member__nav--is-visible
{
    z-index: 2;

    opacity: 1;
}

.member__nav--branding
{
    position: absolute;
    top: 5px;
    left: 5px;
}

.member__credits--table
{
    width: 100%;
}

.member__credits--row-header
{
    font-weight: bold;

    background: #ccc;
}

.member__credits--row-header td,
.member__credits--row td
{
    font-size: .625rem;

    padding: .5rem;

    vertical-align: top;
}

.member__credits--row:nth-child(even)
{
    background: #f8f8f8;
}

@media only screen and (min-width:768px)
{
    .member__nav
    {
        height: 80px;
        max-height: 80px;
    }

    .member__nav-name
    {
        display: block;

        margin-top: 10px;
    }

    .member__nav--branding
    {
        top: 5px;
        left: 10px;
    }

    .member__credits--row-header td,
    .member__credits--row td
    {
        font-size: 1rem;
    }
}

@media only screen and (min-width:1024px)
{
    .member__headshot-container
    {
        width: 50%;
    }

    .member__primary-info
    {
        width: 50%;
        padding: .5rem 2rem;
    }

    .member__name
    {
        font-size: 3rem;
    }

    .member__stats-container
    {
        padding-top: 1rem;
    }

    .member__nav
    {
        height: 100px;
        max-height: 100px;
    }

    .member__nav-name
    {
        font-size: 3rem;

        margin-top: 0;
    }
}
