/*
Theme Name: Global Delaware
Theme URI: https://global.delaware.gov
Author: Delaware GIC - Matt Campbell, Ben Kaminski, Julianne Solum
Author URI: https://gic.delaware.gov
Description: Custom WordPress theme designed exclusively for Global Delaware.
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_GLOBAL_theme
*/

/* ############################################################################################## */

/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S  */
/*  State of Delaware - CLF4 2017  */
/*  Developed by the GIC (Matt Campbell, Ben Kaminski & Julianne Solum)  */

/* ############################################################################################## */

@font-face
{
    font-family: 'museo_sans100_italic';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/museosans_100_italic-webfont.woff2') format('woff2'),
    url('fonts/museosans_100_italic-webfont.woff') format('woff');
}
@font-face
{
    font-family: 'museo_sans100';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/museosans_100-webfont.woff2') format('woff2'),
    url('fonts/museosans_100-webfont.woff') format('woff');
}
@font-face
{
    font-family: 'museo_sans300_italic';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/museosans_300_italic-webfont.woff2') format('woff2'),
    url('fonts/museosans_300_italic-webfont.woff') format('woff');
}
@font-face
{
    font-family: 'museo_sans300';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/museosans_300-webfont.woff2') format('woff2'),
    url('fonts/museosans_300-webfont.woff') format('woff');
}
@font-face
{
    font-family: 'museo_sans500_italic';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/museosans_500_italic-webfont.woff2') format('woff2'),
    url('fonts/museosans_500_italic-webfont.woff') format('woff');
}
@font-face
{
    font-family: 'museo_sans500';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/museosans_500-webfont.woff2') format('woff2'),
    url('fonts/museosans_500-webfont.woff') format('woff');
}
@font-face
{
    font-family: 'museo_sans700_italic';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/museosans_700_italic-webfont.woff2') format('woff2'),
    url('fonts/museosans_700_italic-webfont.woff') format('woff');
}
@font-face
{
    font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/museosans_700-webfont.woff2') format('woff2'),
    url('fonts/museosans_700-webfont.woff') format('woff');
}
@font-face
{
    font-family: 'museo_sans900_italic';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/museosans_900_italic-webfont.woff2') format('woff2'),
    url('fonts/museosans_900_italic-webfont.woff') format('woff');
}
@font-face
{
    font-family: 'museo_sans900';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/museosans_900-webfont.woff2') format('woff2'),
    url('fonts/museosans_900-webfont.woff') format('woff');
}

/*==========  Bootstrap 3 Mobile First Method CSS  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px)
{
    /* ============================= ELEMENTS ============================= */
    html
    {
        position: relative;

        min-height: 100%;

        -webkit-font-smoothing: antialiased !important;
    }
    body
    {
        font-family: 'museo_sans300', sans-serif !important;
        font-size: 16px !important;

        width: 100%;
        min-height: 100%;
        padding-bottom: 980px;

        -webkit-font-smoothing: antialiased !important;
    }
    /* ============================= ID's ============================= */

    /* BOOTSTRAP NAV-WALKER COMPENSATORY CSS  */
    /* ID OF BELOW SELECTOR WILL CHANGE BASED ON WEBSITE */
    #menu-invest-menu
    {
        z-index: 999;
    }
    .affix #menu-invest-menu
    {
        position: absolute !important;
    }
    #menu-line
    {
        position: absolute;
        top: 0;
        left: 0;

        height: 3px;

        -webkit-transition: all .25s ease-out;
           -moz-transition: all .25s ease-out;
            -ms-transition: all .25s ease-out;
             -o-transition: all .25s ease-out;
                transition: all .25s ease-out;

        background: #e4aa35;
    }
    #main_content h1
    {
        font-family: 'museo_sans900', sans-serif !important;
        font-size: 45px;

        margin-top: 10px;

        color: #222 !important;
    }
    #main_content h2
    {
        font-family: 'museo_sans300';
        font-size: 24px;

        margin-top: 0;

        color: #222 !important;
    }
    #main_content h3
    {
        font-family: 'museo_sans900', sans-serif !important;
        font-size: 20px;
        font-weight: 300;

        margin-top: 0;

        color: #222 !important;
    }
    #main_content h4
    {
        font-family: 'museo_sans300', sans-serif !important;
        font-size: 40px;
        font-weight: 300;

        margin-top: 0;

        color: #222 !important;
    }
    #main_content h6
    {
        font-family: 'museo_sans900', sans-serif !important;
        font-size: 14px;

        margin-top: 0;

        color: #222 !important;
    }
    #main_content a,
    #main_content a:link,
    #main_content a:active,
    #main_content a:visited
    {
        font-weight: normal;

        text-decoration: none;

        color: #1670c9;
    }
    #main_content a:hover
    {
        font-weight: normal;

        text-decoration: underline;

        color: #e4aa35;
    }
    #main_content ul,
    #main_content ol
    {
        margin-top: 1.0em;
        margin-bottom: 1.0em;
    }
    #main_header h1
    {
        font-family: 'museo_sans900', sans-serif !important;
        font-size: 55px;

        margin: 0;

        color: #1670c9 !important;
    }
    #main_header .sub
    {
        font-family: 'museo_sans300', sans-serif !important;
        font-size: 15px;

        margin: 0;

        color: #222 !important;
    }
    #loading1
    {
        width: 100px;
        margin-right: auto;
        margin-left: auto;
    }
    #loading2
    {
        width: 100px;
        margin-right: auto;
        margin-left: auto;
    }
    #headerImage
    {
        position: relative;

        width: 100%;
        height: 450px;
        margin-top: -62px;
        padding-top: 95px;

        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
    }
    #headerVideo
    {
        position: relative;

        width: 100%;
        height: 450px;
        margin-top: -100px;
        padding-top: 95px;

        background: url('img/wilmington-flyover-freeze.jpg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
    }
    #headerSections
    {
        position: relative;

        width: 100%;
        height: 450px;
        padding-top: 95px;

        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
    }
    #pauseVid
    {
        opacity: .4;
    }
    #pauseVid:hover
    {
        opacity: 1.0;
    }
    #investSection,
    #incorporateSection
    {
        font-family: 'museo_sans300', sans-serif !important;
        font-size: 18px;

        padding: 40px;

        border: 1px solid #959595;
        background-color: #f5f5f5;
    }
    #expandSection
    {
        font-family: 'museo_sans300', sans-serif !important;
        font-size: 18px;

        padding: 40px;

        background-color: #fff;
    }
    #investSection h2,
    #expandSection h2,
    #incorporateSection h2
    {
        font-family: 'museo_sans300', sans-serif !important;
        font-size: 15px;

        margin: 0;
        padding: 0;

        color: #222;
    }
    #investSection h3,
    #expandSection h3,
    #incorporateSection h3
    {
        font-family: 'museo_sans900', sans-serif !important;
        font-size: 22px;

        margin-top: 5px;
        margin-bottom: 15px;

        color: #222;
    }
    #newsletterSection
    {
        font-family: 'museo_sans300', sans-serif !important;
        font-size: 18px;

        padding: 40px;

        background-color: #fff;
    }
    #newsletterSection h2
    {
        font-family: 'museo_sans900', sans-serif !important;
        font-size: 40px;

        margin-top: 5px;
        margin-bottom: 15px;

        color: #222;
    }
    #globalBlog
    {
        width: 100%;
        height: 100%;
        padding: 40px;

        background-color: #eff4f7;
    }
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 1227px;
        padding-top: 30px;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #147bb1;
        background-color: #2f2f2f;
    }
    @-moz-document url-prefix()
    {
        #agencyFooter
        {
            height: 1248px;
        }
    }
    #agencyFooter h3
    {
        font-family: 'museo_sans300', sans-serif !important;
        font-size: 18px;

        text-transform: uppercase;

        color: #9f9e9e;
    }
    #agencyFooter h4
    {
        font-family: 'museo_sans300', sans-serif !important;
        font-size: 16px;

        margin-bottom: 0;
        padding-bottom: 0;

        text-transform: uppercase;

        color: #9f9e9e;
    }
    #agencyFooter a,
    #agencyFooter a:link,
    #agencyFooter a:active,
    #agencyFooter a:visited
    {
        text-decoration: none;

        color: #fff;
    }
    #agencyFooter a:hover
    {
        text-decoration: underline;

        color: #fff;
    }
    #agencyFooter ul
    {
        list-style-type: none;
    }
    /* ============================= Classes ============================= */


    /* WordPress Core CSS */
    .alignnone
    {
        margin: 5px 20px 20px 0;
    }
    .aligncenter,
    div.aligncenter
    {
        display: block;

        margin: 5px auto 5px auto;
    }
    .alignright
    {
        float: right;

        margin: 5px 0 20px 20px;
    }
    .alignleft
    {
        float: left;

        margin: 5px 20px 20px 0;
    }
    a img.alignright
    {
        float: right;

        margin: 5px 0 20px 20px;
    }
    a img.alignnone
    {
        margin: 5px 20px 20px 0;
    }
    a img.alignleft
    {
        float: left;

        margin: 5px 20px 20px 0;
    }
    a img.aligncenter
    {
        display: block;

        margin-right: auto;
        margin-left: auto;
    }
    .wp-caption
    {
        max-width: 96%; /* Image does not overflow the content area */
        padding: 5px 3px 10px;

        text-align: center;

        border: 1px solid #f0f0f0;
        background: #fff;
    }
    .wp-caption.alignnone
    {
        margin: 5px 20px 20px 0;
    }
    .wp-caption.alignleft
    {
        margin: 5px 20px 20px 0;
    }
    .wp-caption.alignright
    {
        margin: 5px 0 20px 20px;
    }
    .wp-caption img
    {
        width: auto;
        max-width: 98.5%;
        height: auto;
        margin: 0;
        padding: 0;

        border: 0 none;
    }
    .wp-caption p.wp-caption-text
    {
        font-size: 11px;
        line-height: 17px;

        margin: 0;
        padding: 0 4px 5px;
    }
    .screen-reader-text
    {
        position: absolute !important;

        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);

        width: 1px;
        height: 1px;
    }
    .screen-reader-text:focus
    {
        font-size: 14px;
        font-size: .875rem;
        font-weight: bold;
        line-height: normal;

        z-index: 100000; /* Above WP toolbar */
        top: 5px;
        left: 5px;

        display: block;
        clip: auto !important;

        width: auto;
        height: auto;
        padding: 15px 23px 14px;

        text-decoration: none;

        color: #21759b;
        border-radius: 3px;
        background-color: #f1f1f1;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    }
    img.alignright
    {
        float: right;

        margin: 0 0 1em 1em;
    }
    img.alignleft
    {
        float: left;

        margin: 0 1em 1em 0;
    }
    img.aligncenter
    {
        display: block;

        margin-right: auto;
        margin-left: auto;
    }
    .alignright
    {
        float: right;
    }
    .alignleft
    {
        float: left;
    }
    .aligncenter
    {
        display: block;

        margin-right: auto;
        margin-left: auto;
    }
    /* End WP Core Classes */

    video
    {
        position: relative;
        z-index: -100;
        top: -10%;
        left: 50%;

        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;

        transition: 1s opacity;
        transform: translateX(-50%) translateY(-50%);

        background: url('img/wilmington-flyover-freeze.jpg') no-repeat;
        background-size: cover;
    }
    .stopfade
    {
        opacity: .8;
    }
    #bgvid
    {
        display: none;
    }
    ul.homepage
    {
        font-size: .9em;
        line-height: 2.5em;

        margin-top: 1.0em;
        margin-bottom: 1.0em;

        list-style: none;
    }
    hr.clf
    {
        margin-top: -2px;
        margin-bottom: 20px;

        border: 1px solid #056dcc;
        border-image: none;

        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
    }
    hr.interior
    {
        width: 100px;
        margin-top: 20px;
        margin-bottom: 40px;

        text-align: left;

        border: 3px solid #e4aa35;
        border-image: none;

        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
    }
    .global-head
    {
        background: #056dcc;
    }
    /* Customize the nav-justified links to be fill the entire space of the .navbar */
    .nav-justified
    {
        font-family: 'museo_sans300';
        font-size: 18px;

        margin-bottom: 15px;

        border: 0 solid #ccc;
        border-radius: 0;
        background-color: #eee;
    }
    .nav-justified > li > a
    {
        font-weight: bold;

        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;

        text-align: center;

        color: #056dcb;
        border-bottom: 1px solid #d5d5d5;
        background-color: #ebbd52;
    }
    .nav-justified > .active > a,
    .nav-justified > .active > a:hover,
    .nav-justified > .active > a:focus
    {
        background-color: #ddd;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
                box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
    }
    .nav-justified > li:first-child > a
    {
        margin-left: -15px;

        border-radius: 0 0 0 0;
    }
    .nav-justified > li:last-child > a
    {
        margin-right: -15px;

        border-bottom: 0;
        border-radius: 0 0 0 0;
    }
    .expand-pic
    {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .incorporate-pic
    {
        margin-top: 0;
        margin-bottom: -40px;
    }
    .agencyFooter_logo
    {
        width: 250px;

        text-align: center;

        border: none;
    }
    .homepage-invest
    {
        width: 140px;

        text-align: center;

        border: none;
    }
    .homepage-expand
    {
        width: 250px;
        padding-top: 60px;

        text-align: center;

        border: none;
    }
    .homepage-incorporate
    {
        width: 250px;
        padding-top: 50px;

        text-align: center;

        border: none;
    }
    .investIcons
    {
        width: 125px;
        height: 125px;

        text-align: center;

        border: none;
    }
    .btn-orange
    {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.42857143;

        display: inline-block;

        margin-bottom: 0;
        padding: 10px 40px;

        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-transition: all .6s ease-out;
           -moz-transition: all .6s ease-out;
            -ms-transition: all .6s ease-out;
             -o-transition: all .6s ease-out;
                transition: all .6s ease-out;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;

        color: #fff;
        border-radius: 0;
        background-color: #e4aa35;
        background-image: none;

        -ms-touch-action: manipulation;
            touch-action: manipulation;
    }
    .btn-orange:hover
    {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.42857143;

        display: inline-block;

        margin-bottom: 0;
        padding: 10px 40px;

        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;

        color: #1570c8;
        border-radius: 0;
        background-color: #e4aa35;
        background-image: none;

        -ms-touch-action: manipulation;
            touch-action: manipulation;
    }
    .btn-grey
    {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.42857143;

        display: inline-block;

        margin-bottom: 0;
        padding: 10px 40px;

        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-transition: all .6s ease-out;
           -moz-transition: all .6s ease-out;
            -ms-transition: all .6s ease-out;
             -o-transition: all .6s ease-out;
                transition: all .6s ease-out;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;

        color: #959595;
        border: 2px solid #959595;
        border-radius: 0;
        background-color: #fff;
        background-image: none;

        -ms-touch-action: manipulation;
            touch-action: manipulation;
    }
    .btn-grey:hover
    {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.42857143;

        display: inline-block;

        margin-bottom: 0;
        padding: 10px 40px;

        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;

        color: #fff;
        border: 2px solid #959595;
        border-radius: 0;
        background-color: #959595;
        background-image: none;

        -ms-touch-action: manipulation;
            touch-action: manipulation;
    }
    .btn-footer
    {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.42857143;

        display: inline-block;

        margin-bottom: 0;
        margin-left: 20px;
        padding: 14px 18px;

        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;

        border-radius: 0;
        background-color: #292929;
        background-image: none;

        -ms-touch-action: manipulation;
            touch-action: manipulation;
    }
    .border_none
    {
        border: none;
    }
    .globalTitle
    {
        font-family: 'museo_sans900', sans-serif;
        font-size: 35px;
        line-height: 1.2;

        padding-top: 15px !important;
        padding-bottom: 15px !important;

        color: #fff;
    }
    .numbers-section
    {
        padding-top: 50px;
        padding-bottom: 50px;

        border: 2px solid #959595;
        background-color: #f5f5f5;
    }
    .anim-numb
    {
        font-family: 'museo_sans900', sans-serif !important;
        font-size: 70px;

        margin-top: 0;

        text-align: center;

        color: #1570c9 !important;
    }
    .news-padding
    {
        margin-bottom: 50px;
        padding-top: 35px;
        padding-bottom: 35px;

        border: 2px solid #d3e2eb;
        background-color: #fff;
    }
    .news_title
    {
        font-family: 'museo_sans500', sans-serif;
        font-size: 20px;

        text-align: center;
    }
    .uppercase
    {
        text-transform: uppercase;
    }
    .panel-primary > .panel-heading
    {
        font-weight: bold;

        color: #fff;
        border-color: #337ab7;
        background-color: #337ab7;
    }
    .panel-title
    {
        font-size: 18px !important;
    }
    .noshow
    {
        display: none;
    }
    .agency_map
    {
        width: 710px;
        height: 600px;
        margin: 0;

        border: 0;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)
{
    /* ============================= ELEMENTS ============================= */

    /* ============================= ID's ============================= */

    /* ============================= Classes ============================= */
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    /* ============================= ELEMENTS ============================= */

    /* ============================= ID's ============================= */
    #headerImage
    {
        position: relative;

        width: 100%;
        height: 600px;
        margin-top: -62px;
        padding-top: 150px;

        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
    }
    #headerVideo
    {
        position: relative;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 600px;
        margin-top: -100px;
        padding-top: 150px;

        background: none;
    }
    #bgvid
    {
        display: inline;
    }
    #headerSections
    {
        position: relative;

        width: 100%;
        height: 600px;
        padding-top: 150px;

        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
    }
    #agencyFooter
    {
        height: 473px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;
    }
    @-moz-document url-prefix()
    {
        #agencyFooter
        {
            height: 481px;
        }
    }

    /* ============================= Classes ============================= */
    .globalTitle
    {
        font-family: 'museo_sans900', sans-serif;
        font-size: 60px;
        line-height: 1.2;

        padding-top: 15px !important;
        padding-bottom: 15px !important;

        color: #fff;
    }
    .homepage-invest
    {
        width: 140px;

        text-align: center;

        border: none;
    }
    .homepage-expand
    {
        width: 250px;
        padding-top: 95px;

        text-align: center;

        border: none;
    }
    .homepage-incorporate
    {
        width: 250px;
        padding-top: 30px;

        text-align: center;

        border: none;
    }
    .expand-pic
    {
        margin-top: 250px;
        margin-bottom: -40px;
    }
    .incorporate-pic
    {
        margin-top: 180px;
        margin-bottom: -40px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{
    /* ============================= ELEMENTS ============================= */

    /* ============================= ID's ============================= */
    #headerImage
    {
        position: relative;

        width: 100%;
        height: 600px;
        margin-top: -62px;
        padding-top: 150px;

        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
    }
    #headerVideo
    {
        position: relative;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 600px;
        margin-top: -62px;
        padding-top: 150px;

        background: none;
    }
    #bgvid
    {
        display: inline;
    }
    #headerSections
    {
        position: relative;

        width: 100%;
        height: 600px;
        padding-top: 150px;

        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
    }
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 484px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #147bb1;
        background-color: #2f2f2f;
    }
    @-moz-document url-prefix()
    {
        #agencyFooter
        {
            height: 492px;
        }
    }

    /* ============================= Classes ============================= */
    .globalTitle
    {
        font-family: 'museo_sans900', sans-serif;
        font-size: 60px;
        line-height: 1.2;

        padding-top: 15px !important;
        padding-bottom: 15px !important;

        color: #fff;
    }
    .homepage-invest
    {
        width: 140px;

        text-align: center;

        border: none;
    }
    .homepage-expand
    {
        width: 250px;
        padding-top: 60px;

        text-align: center;

        border: none;
    }
    .homepage-incorporate
    {
        width: 250px;
        padding-top: 40px;

        text-align: center;

        border: none;
    }
    .expand-pic
    {
        margin-top: 0;
        margin-bottom: -40px;
    }
    .incorporate-pic
    {
        margin-top: 90px;
        margin-bottom: -40px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
    /* ============================= ELEMENTS ============================= */

    /* ============================= ID's ============================= */
    #headerImage
    {
        position: relative;

        width: 100%;
        height: 600px;
        margin-top: -62px;
        padding-top: 150px;

        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
    }
    #headerVideo
    {
        position: relative;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 600px;
        margin-top: -62px;
        padding-top: 150px;

        background: none;
    }
    #bgvid
    {
        display: inline;
    }
    #headerSections
    {
        position: relative;

        width: 100%;
        height: 600px;
        padding-top: 150px;

        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
    }
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 484px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #147bb1;
        background-color: #2f2f2f;
    }
    @-moz-document url-prefix()
    {
        #agencyFooter
        {
            height: 492px;
        }
    }

    /* ============================= Classes ============================= */
    .globalTitle
    {
        font-family: 'museo_sans900', sans-serif;
        font-size: 60px;
        line-height: 1.2;

        padding-top: 15px !important;
        padding-bottom: 15px !important;

        color: #fff;
    }
    .homepage-invest
    {
        width: 140px;

        text-align: center;

        border: none;
    }
    .homepage-expand
    {
        width: 250px;
        padding-top: 80px;

        text-align: center;

        border: none;
    }
    .homepage-incorporate
    {
        width: 250px;
        padding-top: 60px;

        text-align: center;

        border: none;
    }
    .expand-pic
    {
        margin-top: 0;
        margin-bottom: -40px;
    }
    .incorporate-pic
    {
        margin-top: 0;
        margin-bottom: -40px;
    }
}

/* ============================= CUSTOM MEDIA QUERIES ============================= */
@media (max-width: 874px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -44px;
        margin-left: 60px;

        opacity: 1;
        color: #1570c9;
    }
}
@media (min-width: 875px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -44px;
        margin-left: 60px;

        opacity: 0;
        color: #1570c9;
    }
}
@media (min-width: 1100px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -100px;
        margin-left: 60px;

        opacity: 0;
        color: #1570c9;
    }
}
@media (min-width: 1300px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -100px;
        margin-left: 60px;

        opacity: 0;
        color: #1570c9;
    }
}
@media (min-width: 768px)
{
    .nav-justified > li > a
    {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
    }
    .nav-justified > li:first-child > a
    {
        border-left: 0;
        border-radius: 0 0 0 0;
    }
    .nav-justified > li:last-child > a
    {
        border-right: 0;
        border-radius: 0 0 0 0;
    }
}
@media (max-width: 768px)
{
    .nav-justified > li > a
    {
        margin-right: -15px;
        margin-left: -16px;

        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
    }
    .nav-justified > li:first-child > a
    {
        border-left: 0;
        border-radius: 0 0 0 0;
    }
    .nav-justified
    {
        margin-bottom: 15px;
    }
    .nav-justified > li:last-child > a
    {
        border-right: 0;
        border-radius: 0 0 0 0;
    }
}

/* ============================= END CUSTOM MEDIA QUERIES ============================= */
