
/* -----------------------------------------------------------
    Load fonts
----------------------------------------------------------- */

    @import url(/lib/webfonts/proximanova/proximanova.css);
    @import url(/fonts/foundationsanscondensed.css);
    @import url(/fonts/pacifico.css);


/* -----------------------------------------------------------
    Global Styles
----------------------------------------------------------- */

    body {
        font-family: 'ProximaNova', Sans-Serif;
        font-weight: 200;
        color: #b5b6b5;
        font-size: 12px;
        line-height: 1.8em;
        background: #414443;
    }
    ul {
        line-height: 1.7em;
    }
    strong {
        font-weight: 200;
        color: #FFF;
    }
    a,
    a:visited,
    .link_color,
    .link_color:hover {
        color: #b5b6b5;
        text-decoration: none;
    }
    a:hover {
        color: #eee;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'FoundationSansCondensed', Arial, Sans-Serif;
        text-transform: uppercase;
        font-weight: 200;
        color: #fff;
        letter-spacing: 5px;
        margin: 0 0 15px;
    }
    h1 a,h1 a:visited,
    h2 a, h2 a:visited,
    h3 a, h3 a:visited,
    h4 a, h4 a:visited,
    h5 a, h5 a:visited,
    h6 a, h6 a:visited {
        color: #fff;
        text-decoration: none;
    }
    h1 {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 7px;
        margin: 0 0 50px;
    }
    h2 {
        font-size: 14px;
        letter-spacing: 6px;
        line-height: 22px;
    }
    h3 {
        font-size: 13px;
        letter-spacing: 6px;
        line-height: 21px;
    }
    h4 {
        font-size: 12px;
        line-height: 19px;
        letter-spacing: 4px;
    }
    h5 {
        font-size: 11px;
        letter-spacing: 3px;
    }
    h6 {
        font-size: 10px;
        letter-spacing: 3px;
    }


    #video_embed_container {

    }
        #video_embed_container * {
            display: none;
        }
        #video_embed_container div.fluid-width-video-wrapper,
        #video_embed_container iframe {
            display: block;
        }
