aside.related-assets
{
    max-height:400px;
    overflow:hidden;
    padding: 1em !important;
    -webkit-transition: max-height 5s;
    -moz-transition: max-height 5s;
    -ms-transition: max-height 5s;
    -o-transition: max-height 5s;
    transition: max-height 5s;
}

.related-assets *:focus {
    outline: none;
}

.related-assets table
{
    width: 100%;
}

.related-assets tr
{
    height: 75px;
    padding: 7px 0px 7px 0px;
}

.related-assets td
{
    border: none;
}

.related-assets tr:not(.no-border)
{
    border-color: #c3c3c3;
    border-width: 1px 0 0 0;
    border-style: solid none none none;
}

.related-assets .no-border, .related-assets tr:first-child
{
    border: none;
    border-color: white
}

.related-assets td
{
    max-height: 65px;
    overflow: hidden;
}

.related-assets  #related_assets_links td:first-child
{
    width: 400px;
}

.related-assets  #related_assets_links td:nth-child(2)
{
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6.5px;
}

.related-assets  #related_assets_links td:nth-child(2) > div
{
    position: relative;
    width: 108px;
}

.related-assets #show_all_related_assets_parent
{
    text-align: center;
    border: 0px white none;
}

.related-assets td:last-child div
{
    display: inline-block;
    text-align: right;
}

.related-assets td:last-child figure, .related-assets td:last-child figure img
{
    margin: 0px;
    line-height: 1em;
}

.related-assets td:last-child figure img, .related-assets td:last-child .video-still
{
    display: inline-block;
}

.related-assets td:last-child figure img
{
    width:108px;
    height:61px;
    display: block;
}

.related-assets td:last-child .video-still:before
{
    bottom: 5px;
    left: 3px;
}

.related-assets td:last-child .is-slideshow:before
{
    background-color: #759e26;
    color: #ffffff;
    position: absolute;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    height: 18px;
    width: 40px;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
}

.related-assets td:last-child .gallery-count
{
    position: absolute;
    z-index: 3;
    bottom: 1px;
    left: 5px;
    background: transparent;
    color: #fff;
    font-size: 0.85em;
}

.related-assets  #show_all_related_assets
{
    text-align: center;
    display: block;
    padding: 1em;
    background: #2594e3;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    line-height: .45em;
    cursor: pointer;
    margin: 0 auto;
    width: 70px;
}

.related-assets  #show_all_related_assets a
{
    color: white;
}

.related-assets .l-story-body .story-left
{
    margin: 0px !important;
}

.related-assets .related_social_links
{
    background-color: #C0C0C0;
    margin-bottom: 3em;
}

.related-assets .related_social_links td
{
    width: 33%;
    text-align: center;
}

.related-assets .related_social_links tr
{
    height: 35px;
}

.related-assets .related_social_links td .person
{
    font-weight: 800;
    text-transform: uppercase;
}

.related-assets .related_social_links a
{
    color: #333333;
    vertical-align: text-bottom;
}

.related-assets .related_social_links span.icon
{
    margin-right: .25em;
}

table.header_social_links
{
    text-align: center;
    margin-bottom: 2em;
    width: 100%;
}

table.header_social_links td
{
    width: 33%;
}

table.header_social_links td a
{
    display: block;
    margin: 5px;
    color: #FFFFFF;
    padding: 5px;
}

table.header_social_links td a span.icon
{
    vertical-align: text-bottom;
    margin-right: .25em;
}

table.header_social_links td a.facebook
{
    background-color: #3B5998;
}

table.header_social_links td a.twitter
{
    background-color: #00ACED;
}

table.header_social_links td a.email
{
    background-color: #333333;
}

.static-map
{
    width:400px;
    height:300px;
    margin:auto;
    border:solid 1px #035691;
}

@media all and (max-width: 600px)
{
    .related-assets td:nth-child(1)
    {
        width: 200px;
        font-size:.9em;
    }
}