/*
Theme Name: Office of the Governor
Theme URI: http://governor.delaware.gov/
Author: Delaware GIC - Matt Campbell, Ben Kaminski, Julianne Solum
Author URI: http://gic.delaware.gov
Description: Custom WordPress theme designed exclusively for the Office of the Governor.
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_GOVERNOR_theme
*/


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

        min-height: 100%;

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

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

        -webkit-font-smoothing: antialiased !important;
    }
    /* ============================= ID's ============================= */
    /* ======================= Constant Contact Modal Overrides ===================== */
    .modal
    {
        position: fixed;
        z-index: 9999 !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;
        overflow: hidden;

        margin-top: 80px;

        outline: 0;

        -webkit-overflow-scrolling: touch;
    }
    /* BOOTSTRAP NAV-WALKER COMPENSATORY CSS  */
    /* ID OF BELOW SELECTOR WILL CHANGE BASED ON WEBSITE */
    #menu-governor-main-navigation
    {
        z-index: 999;
    }
    .affix #menu-governor-main-navigation
    {
        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: #1b4e7c;
    }
    #main_header h1,
    #main_content h1
    {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 45px;
        font-weight: 400;

        margin-top: 10px;
        padding: 20px;

        color: #0d3d67 !important;
        border-top: 2px solid #35aee6;
        border-bottom: 2px solid #35aee6;
        background-color: #f2fbff;
    }
    #main_header h2,
    #main_content h2
    {
        font-family: 'Open Sans';

        margin-top: 0;

        color: #0d3d67 !important;
    }
    h4.panel-title
    {
        font-size: 32px !important;
        font-weight: 300 !important;
    }
    h5.panel-title
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 28px !important;
    }
    #main_content h3
    {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 55px;
        font-weight: 200;

        margin-top: 0;
        margin-bottom: -10px;

        color: #333 !important;
    }
    #main_content h4
    {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 18px;
        font-weight: 200;

        margin-top: 0;
        margin-bottom: 0;
    }
    #main_content a,
    #main_content a:link,
    #main_content a:active,
    #main_content a:visited
    {
        font-weight: 600;

        text-decoration: none;

        color: #35aee6;
    }
    #main_content a:hover
    {
        font-weight: 600;

        text-decoration: none;

        color: #0d3d67;
    }
    #main_content ul,
    #main_content ol
    {
        font-size: .9em;
        line-height: 2.1em;

        margin-top: 1.0em;
        margin-bottom: 1.0em;
    }
    #loading1
    {
        width: 100px;
        margin-right: auto;
        margin-left: auto;
    }
    #loading2
    {
        width: 100px;
        margin-right: auto;
        margin-left: auto;
    }
    #headerImage
    {
        position: relative;

        width: 100%;
        height: 175px;
        padding-bottom: 190px;

        background-color: #0d3d67;
    }
    #headerThin
    {
        position: relative;

        width: 100%;
        height: 65px;

        background-color: #0d3d67;
    }
    #featureHero
    {
        position: relative;

        width: 100%;
        height: 500px;
        margin-top: -30px;

        background-repeat: no-repeat;
        background-position: 60%;
        -webkit-background-size: cover;
           -moz-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }
    #greatSeal
    {
        padding-bottom: 50px;

        border-right: 1px solid #35aee6;
    }
    #govHighlights
    {
        position: relative;
        z-index: 15;

        margin-top: 0;
        padding: 25px;

        border-top: 12px solid #0d3d67;
        border-right: 1px solid #0d3d67;
        border-bottom: 1px solid #0d3d67;
        border-left: 1px solid #0d3d67;
        background-color: #fff;
    }
    #govHighlights a,
    #govHighlights a:link,
    #govHighlights a:active,
    #govHighlights a:visited
    {
        text-decoration: none;

        color: #333;
    }
    #govHighlights a:hover
    {
        text-decoration: underline;

        color: #333;
    }
    #govUpdates
    {
        padding: 20px;

        text-align: center;

        background-color: #cb992d;
    }
    #connectBox
    {
        padding: 20px;

        background-color: #0d3d67;
    }
    #connectBox h2
    {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 50px !important;
        font-weight: 900 !important;

        color: #fff !important;
    }
    #connectBox a,
    #connectBox a:link,
    #connectBox a:active,
    #connectBox a:visited
    {
        text-decoration: none;

        color: #fff;
    }
    #connectBox a:hover
    {
        text-decoration: none;

        color: #35aee6;
    }
    #connectBelow
    {
        padding-top: 30px;
        padding-bottom: 30px;

        border: 2px solid #f4f4f4;
    }
    #govUpdates .input-group
    {
        margin-top: 20px;
    }
    #govUpdates .input-group-addon
    {
        height: 10px !important;
        padding: none !important;

        vertical-align: middle;

        border: none;
        border-radius: 0 !important;
    }
    #govUpdates p
    {
        color: #0d3d67;
    }
    #govUpdates a
    {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 13px;

        margin-top: 18px;
        padding: 16px 30px;

        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;

        color: #0d3d67;
        border: 1px solid #fff;
        border-radius: 0 !important;
        background-color: transparent;
    }
    #govUpdates a:hover
    {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 13px;

        margin-top: 18px;
        padding: 16px 30px;

        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;

        color: #0d3d67;
        border: 1px solid #fff;
        border-radius: 0 !important;
        background-color: rgba(255, 255, 255, .3);
    }
    #govVision
    {
        height: 1075px;
        margin-bottom: -248px;

        background-color: #35aee6;
    }
    #govVision p
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 30px;
        font-weight: 400;

        color: #fff;
    }
    #govVision a,
    #govVision a:link,
    #govVision a:active,
    #govVision a:visited
    {
        text-decoration: none;

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

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

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

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

        color: #fff;
        border-bottom: 10px solid #147bb1;
        background-color: #0d3d67;
    }
    @-moz-document url-prefix()
    {
        #agencyFooter
        {
            height: 743px;
        }
    }
    #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
    {
        margin-left: -38px;

        list-style-type: none;
    }
    #agencyFooter h2
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 22px;
        font-weight: 900;

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

        color: #35aee6 !important;
    }
    .modal-open[style]
    {
        padding-right: 0 !important;
    }

    .modal-open
    {
        overflow: auto;
    }
    /* ============================= 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 */
    .lead
    {
        font-size: 25px;
    }
    a.feature-link,
    a.feature-link:link,
    a.feature-link:visited,
    a.feature-link:active
    {
        font-weight: bold;

        text-decoration: none;

        color: #fff;
    }
    a.feature-link:hover
    {
        font-weight: bold;

        text-decoration: none;

        color: #fff;
    }
    .agencyFooter_logo
    {
        width: 125px;
        height: 125px;

        text-align: center;

        border: none;
    }
    hr.clf
    {
        margin-top: 20px;
        margin-bottom: 20px;

        border: 1px solid #0d3d67;
        border-image: none;

        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
    }
    hr.homepage
    {
        margin-top: 20px;
        margin-bottom: 20px;

        border: 1px solid #3a3a3a;
        border-image: none;

        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
    }
    .border_none
    {
        border: none;
    }
    a.agency_nav,
    a.agency_nav:link,
    a.agency_nav:active,
    a.agency_nav:visited
    {
        font-weight: normal;

        text-decoration: none;

        color: #fff;
    }
    .news_date
    {
        font-size: 12px;
        font-style: italic;

        display: block;
        float: left;

        margin-right: 10px;
        padding-top: 10px !important;

        text-align: left;

        color: #aaa;
    }
    .news_wrapper
    {
        border-bottom: 1px solid #333 !important;
    }
    .news_title a,
    .news_title a:link,
    .news_title a:visited,
    .news_title a:active
    {
        font-size: 16px !important;
        font-weight: 300 !important;

        display: block;
        overflow: hidden;

        max-width: 700px;
        padding-top: 10px !important;
        padding-bottom: 15px !important;

        white-space: nowrap;
        text-decoration: none !important;
        text-overflow: ellipsis;

        color: #333 !important;
    }
    .news_title a:hover
    {
        text-decoration: underline !important;
    }
    .news_desc
    {
        display: none;
    }
    .headerLogo
    {
        float: left;

        width: 120px;
        height: 120px;
        margin-top: 30px;
        margin-right: 5px;
    }
    .headerSeal
    {
        width: 52px;
        height: 52px;
        margin-right: 8px;
        margin-left: 8px;
    }
    .leghallLogo
    {
        margin-bottom: -1px;
    }
    .governorTitle
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 28px;
        font-weight: 300;
        line-height: 1.0;

        margin-top: 20px;

        text-align: center;

        color: #fff;
    }
    span.governorName
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 66px;
        font-weight: 300;
        line-height: 1.0;

        text-align: center;

        color: #fff;
    }
    .mainTitle
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 25px;
        font-weight: 300;
        line-height: 1.0;

        text-align: center;

        color: #fff;
    }
    span.governorSmall
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 25px;
        font-weight: 300;
        line-height: 1.0;

        text-align: left;

        color: #fff;
    }
    h1.heroTitle
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.0;

        padding: 0;

        color: #333;
        border-left: 0 solid #fff;
        background-color: #fff;
    }
    span.heroSmall
    {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 18px !important;
        font-weight: 300 !important;
        line-height: .5 !important;

        color: #333;
    }
    .btn-hero
    {
        font-size: 18px !important;

        padding: 12px 50px !important;

        color: #fff;
        border-color: #042d52;
        border-radius: 0 !important;
        background-color: #0d3d67;
    }
    .btn-hero:hover
    {
        color: #fff;
        border-color: #169ad7;
        background-color: #35aee6;
    }
    h2.updates
    {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 40px;
        font-weight: 900 !important;

        vertical-align: middle;

        color: #0d3d67;
    }
    .signUp
    {
        height: 50px;

        vertical-align: middle;

        border: none;
        border-radius: 0 !important;
    }
    .visionTitle
    {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 50px !important;
        font-weight: 300 !important;
        line-height: 1.0 !important;

        text-align: center !important;

        color: #fff;
    }
    .interiorTitle
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 23px;
        font-weight: 300;
        line-height: 1.0;

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

        color: #fff;
        background-color: #0d3d67;
    }
    .interior-title-wrapper
    {
        margin-top: -20px;

        background-color: #0d3d67;
    }
    .jumbo
    {
        font-size: 60px;
    }
    .agency_map
    {
        width: 710px;
        height: 600px;
        margin: 0;

        border: 0;
    }
    .subheader-section
    {
        position: relative;

        overflow: hidden;
    }
    .subheader-section.background-section
    {
        position: relative;

        max-height: 450px;

        background-repeat: no-repeat;
        background-position: 50% 60%;
        -webkit-background-size: cover;
           -moz-background-size: cover;
             -o-background-size: cover;
                background-size: cover;

        -ms-behavior: url(../js/backgroundsize.htc);
    }
    .subheader-section.background-section .container
    {
        position: relative;

        height: 100%;
        padding: 0 15px !important;
    }
    .subheader-section.background-section article
    {
        position: absolute;
        top: 50%;
        left: 15px;
        /* IE 9 */

        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
        /* Chrome, Safari, Opera */
                transform: translate(0, -50%);
    }
    .subheader-section.background-section:before
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        content: '';
    }
    .jumbotron
    {
        font-size: 30px;

        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;

        color: #0d3d67;
        background-color: #fff;
    }
}


/* 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 ============================= */
    #greatSeal
    {
        padding-bottom: 50px;

        border-right: 1px solid #35aee6;
    }
    #govVision
    {
        height: 450px;
        margin-bottom: -95px;

        background-color: #35aee6;
    }
    #govVision p
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 30px;
        font-weight: 400;

        color: #fff;
    }
    #featureHero
    {
        height: 700px;
    }
    .subheader-section.background-section
    {
        max-height: 500px;
    }
    #govHighlights
    {
        position: relative;
        z-index: 15;

        margin-top: 0;
        padding: 25px;

        border-top: 12px solid #0d3d67;
        border-right: 1px solid #0d3d67;
        border-bottom: 1px solid #0d3d67;
        border-left: 1px solid #0d3d67;
        background-color: #fff;
    }
    /*#govUpdates {
background-color: #cb992d;
height: 160px;
text-align: left;
padding: 0px;
}*/
    #headerImage
    {
        position: relative;

        width: 100%;
        height: 165px;
        padding-bottom: 190px;

        background-color: #0d3d67;
    }
    #agencyFooter
    {
        height: 256px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;
    }
    @-moz-document url-prefix()
    {
        #agencyFooter
        {
            height: 260px;
        }
    }
    /* ============================= Classes ============================= */
    .headerLogo
    {
        float: left;

        width: 100px;
        height: 100px;
        margin-top: 40px;
        margin-right: 0;
    }
    .governorTitle
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 50px;
        font-weight: 300;
        line-height: 1.0;

        padding-top: 10px;

        text-align: left;

        color: #fff;
    }
    span.governorName
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 80px;
        font-weight: 300;
        line-height: 1.0;

        text-align: left;

        color: #fff;
    }
    h1.heroTitle
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.0;

        padding: 0;

        color: #333;
        border-left: 0 solid #fff;
        background-color: #fff;
    }
    span.heroSmall
    {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 18px !important;
        font-weight: 300 !important;
        line-height: .5 !important;

        color: #333;
    }
    .mainTitle
    {
        margin-top: 6px;

        text-align: left;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px)
{
    /* ============================= ELEMENTS ============================= */
    /* ============================= ID's ============================= */
    #greatSeal
    {
        padding-bottom: 30px;

        border-right: 1px solid #35aee6;
    }
    #govVision
    {
        height: 450px;
        margin-bottom: -115px;

        background-color: #35aee6;
    }
    #govVision p
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 30px;
        font-weight: 400;

        color: #fff;
    }
    #headerImage
    {
        position: relative;

        width: 100%;
        height: 175px;
        padding-bottom: 190px;

        background-color: #0d3d67;
    }
    #featureHero
    {
        height: 800px;
    }
    .subheader-section.background-section
    {
        max-height: 600px;
    }
    #govHighlights
    {
        position: relative;
        z-index: 15;

        margin-top: -70px;
        padding: 25px;

        border-top: 12px solid #0d3d67;
        border-right: 1px solid #0d3d67;
        border-bottom: 1px solid #0d3d67;
        border-left: 1px solid #0d3d67;
        background-color: #fff;
    }
    /*#govUpdates {
background-color: #cb992d;
height: 160px;
text-align: left;
padding: 0px;
}*/
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

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

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

        color: #fff;
        border-bottom: 10px solid #147bb1;
        background-color: #0d3d67;
    }
    @-moz-document url-prefix()
    {
        #agencyFooter
        {
            height: 240px;
        }
    }
    /* ============================= Classes ============================= */
    .headerLogo
    {
        float: left;

        width: 130px;
        height: 130px;
        margin-top: 30px;
        margin-right: 5px;
    }
    .governorTitle
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 50px;
        font-weight: 300;
        line-height: 1.0;

        padding-top: 10px;

        text-align: left;

        color: #fff;
    }
    span.governorName
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 80px;
        font-weight: 300;
        line-height: 1.0;

        text-align: left;

        color: #fff;
    }
    h1.heroTitle
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.0;

        margin-top: 295px;
        padding: 35px;

        color: #333;
        border-left: 35px solid rgba(53, 174, 230, .8);
        background-color: rgba(255, 255, 255, .8);
    }
    span.heroSmall
    {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 18px !important;
        font-weight: 300 !important;
        line-height: .5 !important;

        color: #333;
    }
    .mainTitle
    {
        margin-top: 6px;

        text-align: left;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px)
{
    /* ============================= ELEMENTS ============================= */
    /* ============================= ID's ============================= */
    #greatSeal
    {
        padding-bottom: 30px;

        border-right: 1px solid #35aee6;
    }
    #govVision
    {
        height: 250px;
        margin-bottom: -115px;

        background-color: #35aee6;
    }
    #govVision p
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 22px;
        font-weight: 400;

        color: #fff;
    }
    #headerImage
    {
        position: relative;

        width: 100%;
        height: 180px;
        padding-bottom: 190px;

        background-color: #0d3d67;
    }
    #featureHero
    {
        height: 800px;

        background-position: 0 50%;
    }
    .subheader-section.background-section
    {
        max-height: 700px;
    }
    #govHighlights
    {
        position: relative;
        z-index: 15;

        margin-top: -70px;
        padding: 25px;

        border-top: 12px solid #0d3d67;
        border-right: 1px solid #0d3d67;
        border-bottom: 1px solid #0d3d67;
        border-left: 1px solid #0d3d67;
        background-color: #fff;
    }
    /*#govUpdates {
background-color: #cb992d;
height: 90px;
text-align: left;
padding: 0px;
}*/
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

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

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

        color: #fff;
        border-bottom: 10px solid #147bb1;
        background-color: #0d3d67;
    }
    @-moz-document url-prefix()
    {
        #agencyFooter
        {
            height: 240px;
        }
    }
    /* ============================= Classes ============================= */
    .headerLogo
    {
        float: left;

        width: 130px;
        height: 130px;
        margin-top: 30px;
        margin-right: 5px;
    }
    .governorTitle
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 50px;
        font-weight: 300;
        line-height: 1.0;

        padding-top: 10px;

        text-align: left;

        color: #fff;
    }
    span.governorName
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 80px;
        font-weight: 300;
        line-height: 1.0;

        text-align: left;

        color: #fff;
    }
    h1.heroTitle
    {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 32px;
        font-weight: 900;
        line-height: 1.0;

        margin-top: 310px;
        padding: 45px;

        color: #333;
        border-left: 35px solid rgba(53, 174, 230, .8);
        background-color: rgba(255, 255, 255, .8);
    }
    span.heroSmall
    {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 18px !important;
        font-weight: 300 !important;
        line-height: .5 !important;

        color: #333;
    }
    .mainTitle
    {
        margin-top: 6px;

        text-align: left;
    }
}


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


/* Xtra-Small Portrait devices (phones, 400px and up) */

@media (max-width: 874px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

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

        opacity: 1;
        color: #0d3d67;
    }
}

@media (min-width: 875px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

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

        opacity: 0;
        color: #0d3d67;
    }
}

@media (min-width: 1100px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

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

        opacity: 0;
        color: #0d3d67;
    }
}

@media (min-width: 1300px)
{
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

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

        opacity: 0;
        color: #0d3d67;
    }
}


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

/* ============================= CONSTANT CONTACT ============================= */

.ctct-custom-form
{
    font: 16px Helvetica Neue,Arial,sans-serif;
    line-height: 1.5;

    box-sizing: border-box;
    min-width: 250px !important;
    margin: 0 auto;
    padding: 15px;

    -webkit-font-smoothing: antialiased;
}
/* ============================= END CONSTANT CONTACT ============================= */
