@font-face {
    font-family: 'BlanchCaps';
    src: url('blanchcaps-webfont.eot');
    src: url('blanchcaps-webfont.eot?#iefix') format('embedded-opentype'),
    url('blanchcaps-webfont.woff2') format('woff2'),
    url('blanchcaps-webfont.woff') format('woff'),
    url('blanchcaps-webfont.ttf') format('truetype'),
    url('blanchcaps-webfont.svg#blanchcaps') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: Arial;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

*
{
    margin: 0px;
    padding: 0px;
}

div#container
{
    min-height: 100%;
}

div.content
{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

div#body div.content
{

}

div#header,
div#footer
{
    
}

div#footer,
div#talent-categories
{
    background-color: #FAFAFA;
}

div#footer
{
    height: 100px;
}

div#talent-categories
{
    text-align: center;
    margin-bottom: 10px;
}

div#talent-categories div.talent-category
{
    padding: 5px;
    text-transform: uppercase;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    /*color: #EEE;*/
    font-size: 12px;
    cursor: pointer;
}

div#footer div.content
{
    width: 700px;
}

div#footer div#address-box
{
    float: left;
    width: 33%;
    padding-top: 22px;
}

div#footer div#social-box
{
    float: left;
    width: 33%;
    padding-top: 20px;
    text-align: center;
}

div#footer div#social-box div#fb-bubble,
div#footer div#social-box div#tw-bubble,
div#footer div#social-box div#ig-bubble
{
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

div#footer div#social-box div#fb-bubble:hover,
div#footer div#social-box div#tw-bubble:hover,
div#footer div#social-box div#ig-bubble:hover
{
    opacity: 0.8;
}

div#footer div#social-box div#fb-bubble
{
    background-image: url("/Images/social/facebook.png");
}

div#footer div#social-box div#tw-bubble
{
    background-image: url("/Images/social/twitter.png");
}

div#footer div#social-box div#ig-bubble
{
    background-image: url("/Images/social/instagram.png");
}

div#footer div#phone-box
{
    float: left;
    width: 33%;
    padding-top: 26px;
    text-align: right;
}

div#footer div#phone-box div.phone-city
{
    display: inline-block;
    width: 100px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 6px;
    font-weight: bold;
    background-color: #7F7F7F;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #FAFAFA;
}

div#footer div.copyright
{
    font-size: 12px;
    font-style: italic;
    color: #555;
    margin-top: 5px;
}

div#page-header-content
{
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

div#header-logo
{
    background-image: url('/Images/header-logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 72px;
    position: absolute;
    margin-left: 0px;
    cursor: pointer;
}

div#header-title
{
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    font-family: BlanchCaps, Arial;
    padding-left: 60px;
    padding-top: 6px;
}

div#header-navigation
{
    position: absolute;
    right: 0px;
    left: 32%;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #CCC;
    padding-left: 15px;
    padding-top: 22px;
    padding-bottom: 4px;
    text-align: left;
}

div#header-navigation div.navlink
{
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 101;
}

div#header-navigation div.navlink div.mainlink
{
    cursor: pointer;
}

div#header-navigation div.navlink div.mainlink:hover
{
    color: #555;
}

div#page-title
{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: BlanchCaps, Arial;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCC;
}

div#page-text
{
    float: left;
    width: 59%;
}

div#page-image
{
    float: right;
    width: 30%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div.clear
{
    clear: both;
}

a
{
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

div.navlink:hover div.dropdown,
div.dropdown:hover
{
    display: block;
}

div.navlink div.dropdown
{
    position: absolute;
    display: none;
    z-index: 100;
    left: 50%;
    padding-top: 6px;
    top: 14px;
    width: 150px;
    margin-left: -75px;
}

div.navlink div.dropdown div.dropdown-link
{
    text-align: center;
    padding: 4px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #CCC;
    background-color: #FFF;
    color: #000;
    cursor: pointer;
}

div.navlink div.dropdown div.dropdown-link:hover
{
    background-color: #DDD;
}

div.navlink div.dropdown div.dropdown-link:first-child
{
    border-top: 1px solid #999;
}

div.navlink div.dropdown div.dropdown-link:last-child
{
    border-bottom: 1px solid #999;
}

.voiceover-item:nth-child(odd)
{
    float: left;
}

.voiceover-item:nth-child(even)
{
    float: right;
}

.voiceover-item
{
    width: 445px;
    background-color: #EEE;
    border-bottom: 2px solid #CCC;
    margin-bottom: 10px;
}

.voiceover-item .voiceover-title
{
    padding: 10px;
    font-weight: bold;
}

.voiceover-item .voiceover-description
{
    padding: 10px;
}

.voiceover-item .voiceover-audio
{
    padding: 10px;
}

.talent-grouping
{
    margin-bottom: 20px;
}