﻿@charset "UTF-8";
/* CSS Document */


/*  NEW 1/13/25: Needed with new WP Reskin elements */
/************************************************************************************/

/* Override Bootstrap's Base Font Size of 10px, causing all other rem-based rules to reduce accordingly */
html {
    font-size: unset;
}


/* header and footer background color */
.contentWrapper {
    /*background-color: #414141;*/
}

/* Override Bootstrap Defaults, restore IEC styles  */
body {
    /*background-color: #414141;*/
    color: unset;
    font-family: "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: unset;
    line-height: unset;
}


/************************************************************************************/





/* -------------------------------- WRAPPER STYLES -------------------------------- */

    #header, #middle_container, #footer {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

#header {
    color: #fff;
    height: 47px;
}

#main_logo {
    text-align: center;
    padding: 20px 0 8px 0;
}

#main_logo_mobile {
    display: none;
}


/* -------------------------------- TOP RIGHT and SEARCH BOX STYLES -------------------------------- */

#header_right {
    height: 47px;
    float: right;
    width: 320px;
}

    #header_right p {
        font-family: 'bebas_neueregular', "Arial Narrow", Arial, sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 1.4286em; /* 20px = 1.4286em * 14px */
        color: #ccc;
        float: left;
        margin-right: 20px;
        padding-top: 15px;
        float: left;
    }

        #header_right p a:link, #header_right p a:active, #header_right p a:visited {
            color: #ccc;
        }

        #header_right p a:hover {
            color: #569df8;
        }

    #header_right .footer_button_juf {
        display: none;
    }

input[type="submit"], input[type="text"] {
    line-height: normal !important;
}

#header_right input {
    float: left;
}

    #header_right input:focus {
        outline: none;
    }

    #header_right input#searchbox {
        font-size: 0.8571em; /* 12px = 0.8571em * 14px */
        color: #ededed;
        padding-left: 6px;
        height: 28px;
        background-color: #414141;
        border: solid 1px #ededed;
        margin-top: 9px;
        width: 177px;
    }

        #header_right input#searchbox:focus {
            background-color: #ffffff;
            color: #000;
        }

input#searchboxbutton {
    -webkit-appearance: none;
    cursor: pointer;
    height: 28px;
    border: none;
    background-color: #666;
    margin: 0 0 0 6px;
    width: 32px;
    background-image: url(../img/search_icon.png);
    background-repeat: no-repeat;
    margin-top: 9px;
}

    input#searchboxbutton:hover {
        background-color: #4292f7;
    }

/* -------------------------------- MOBILE NAV -------------------------------- */

#mobile_nav_wrap {
    display: none;
}

/*! responsive-nav.js v1.0.14 by @viljamis SOURCE: http://responsive-nav.com/ */

#mobile_nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

#mobile_nav li {
    width: 100%;
    display: block;
}

.js #mobile_nav {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

#mobile_nav.opened {
    max-height: 9999px;
}

/* -------------------------------- MOBILE NAV STYLES -------------------------------- */

#mobile_nav li a {
    display: block;
    padding: 14px 14px 0 18px;
    margin: 0 0 0 0;
    color: #fff;
    background-color: #1e6fd8;
    text-decoration: none;
    height: 35px;
    font-size: 1.7143em; /* 24px = 1.7143em * 14px */
    font-family: 'bebas_neueregular';
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    border-top: solid 1px #4292f7;
}

    #mobile_nav li a:hover {
        background: #4292f7;
        text-decoration: none;
    }

#mobile_nav li.mobile_search {
    border-top: solid 1px #4292f7;
    background-color: #1e6fd8;
    width: 100%;
    padding: 10px 14px 16px 18px;
    height: 40px;
}

#mobile_nav .mobile_nav_juf a {
    color: #ccc;
}

#mobile_nav .mobile_search input#mobile_searchbox {
    padding: 0 0 0 6px;
    color: #999;
    background-color: #e7e7e7;
    border: solid 1px #ededed;
    width: 78%;
    margin-left: 0;
    font-size: 1em; /* =14px */
    height: 36px;
    margin-top: 6px;
    float: left;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

#mobile_nav .mobile_search input#mobile_searchbox:focus {
    background-color: #ffffff;
    color: #000;
}

#mobile_nav .mobile_search input#mobile_searchboxbutton {
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    margin: 6px 0 0 6px;
    background-color: #4292f7;
    margin-left: 2%;
    width: 10%;
    background-image: url(../img/search_icon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    height: 36px;
    float: left;
}

    #mobile_nav .mobile_search input#mobile_searchboxbutton:hover {
        background-color: #414141;
    }

/* -------------------------------- TOGGLE BUTTON STYLES -------------------------------- */

#toggle_button button {
    color: #ffffff;
    padding: 6px 10px 6px 18px;
    width: 100%;
    margin: 6px 0 0 0;
    height: 41px;
    border: 0;
    cursor: pointer;
    font-size: 1.7143em; /* 24px = 1.7143em * 14px */
    font-family: 'bebas_neueregular';
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}

    #toggle_button button.closed {
        background: none;
    }

    #toggle_button button.opened {
        background: none;
        color: #999;
    }

        #toggle_button button.closed span,
        #toggle_button button.opened span {
            display: inline-block;
            height: 20px;
            width: 20px;
        }

    #toggle_button button.closed span {
        background-image: url(../img/toggle_open.png);
    }

    #toggle_button button.opened span {
        background-image: url(../img/toggle_close.png);
    }

/* -------------------------------- Engage. Educate. Convene. Lead. BUTTON STYLES -------------------------------- */

ul#big_four { /* corrects % sub-pixel issue with Safari */
    background-color: #2179eb;
    height: 45px;
}

    ul#big_four li a:link,
    ul#big_four li a:active,
    ul#big_four li a:visited { /* styles Engage button */
        display: block;
        float: left;
        width: 25%;
        text-align: center;
        padding: 6px 0 9px 0;
        font-size: 2.1429em; /* 30px = 2.1429em * 14px */
        color: #bac6d7;
        font-weight: bold;
        background-color: #164078;
        height: 30px;
    }

    ul#big_four li.bf_educate a:link,
    ul#big_four li.bf_educate a:active,
    ul#big_four li.bf_educate a:visited {
        color: #bdcce6;
        background-color: #2155aa;
    }

    ul#big_four li.bf_convene a:link,
    ul#big_four li.bf_convene a:active,
    ul#big_four li.bf_convene a:visited {
        color: #bdd7f9;
        background-color: #2179eb;
    }

    ul#big_four li.bf_lead a:link,
    ul#big_four li.bf_lead a:active,
    ul#big_four li.bf_lead a:visited {
        color: #cde2fc;
        background-color: #589ef6;
        float: right; /* corrects % sub-pixel issue with Safari */
    }

    ul#big_four li a:hover { /* styles Engage button hover */
        background-color: #123564;
        color: #ffffff;
    }

    ul#big_four li.bf_educate a:hover {
        background-color: #124cab;
        color: #ffffff;
    }

    ul#big_four li.bf_convene a:hover {
        background-color: #0e6fec;
        color: #ffffff;
    }

    ul#big_four li.bf_lead a:hover {
        background-color: #4292f7;
        color: #ffffff;
    }

/* -------------------------------- MIDDLE AND CONTENT STYLES  -------------------------------- */

#middle {
    /*background-color: #ffffff;*/
}

#content_container {
    /* CSS gradient background - SOURCE: http://www.colorzilla.com/gradient-editor/#ffffff+0,eeebe4+50;Custom */
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VlZWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffffff 0%, #eeebe4 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#eeebe4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeebe4 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#eeebe4 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#eeebe4 50%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#eeebe4 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeebe4',GradientType=0 ); /* IE6-8 */
}

#section_head {
    font-family: 'bebas_neueregular';
    font-size: 3em; /* 42px = 3em * 14px */
    text-transform: uppercase;
    padding: 30px 0 3px 4%;
    border-bottom: solid 1px #589ef6;
}

    #section_head a:link, #section_head a:active, #section_head a:visited {
        color: #589ef6;
    }

    #section_head a:hover {
        color: #2179eb;
    }

#content {
    width: 71%;
    margin-right: 0;
    padding: 30px 4% 20px 4%;
    float: left;
}

    #content p.page_intro {
        font-weight: bold;
        font-size: 1.0714em; /* 15px = 1.0714em * 14px */
        line-height: 26px;
    }

    #content p {
        line-height: 24px;
        padding: 0 0 18px 0;
        font-size: 1em; /* 14px */
    }

hello
#content ul {
    line-height: 24px;
    padding: 0 0 22px 60px;
    font-size: 1em; /* 14px */
    list-style-type: disc;
}

#content ul li {
    line-height: 22px;
    margin-bottom: 5px;
}

#content h1 {
    font-size: 1.8571em; /* 26px = 1.8571em * 14px */
    line-height: 32px;
    color: #164078;
    font-weight: bold;
    padding: 0 0 20px 0;
}

#content h2 {
    font-size: 1.4286em; /* 20px = 1.4286em * 14px */
    line-height: 26px;
    color: #164078;
    font-weight: bold;
    padding: 10px 0 6px 0;
}

    #content h2 a:link,
    #content h2 a:active,
    #content h2 a:visited {
        color: #164078;
    }

    #content h2 a:hover {
        color: #2155aa;
    }

#content h3 {
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 8px 0;
}

p.bottom_links {
    font-weight: bold;
    margin-top: 20px;
    color: #666;
}



#content .bio {
    margin-bottom: 20px;
}

    #content .bio img {
        display: block;
        margin: 6px 4% 16px 0;
        float: left;
    }

    #content .bio strong {
        font-weight: bold;
        font-size: 1.2857em; /* 18px = 1.2857em * 14px */
    }

#content_side {
    background-color: #dfecfb;
    width: 29%;
    margin: 55px 0 30px 0;
    padding: 18px 3% 20px 3%;
    float: right;
    -webkit-box-shadow: 0 11px 11px -6px #8c887f;
    -moz-box-shadow: 0 11px 11px -6px #8c887f;
    box-shadow: 0 11px 11px -6px #8c887f;
}

    #content_side p {
        font-size: 1.2857em; /* 18px = 1.2857em * 14px */
        line-height: 28px;
        color: #2155aa;
        font-style: italic;
        font-weight: bold;
    }

        #content_side p.source {
            font-size: 1.0714em; /* 15px = 1.0714em * 14px */
            line-height: 20px;
            margin-top: 12px;
            font-style: normal;
            font-weight: normal;
        }



#content #investors_page h2 {
    font-size: 1.2857em; /* 18px = 1.2857em * 14px */
    line-height: 24px;
    color: #164078;
    font-weight: bold;
    padding: 10px 0 6px 0;
}

#content #investors_page ul {
    padding: 0 0 32px 60px;
    list-style-type: none;
}

    #content #investors_page ul li {
        font-size: 1.1429em; /* 16px = 1.1429em * 14px */
        line-height: 30px;
        list-style-type: none;
    }

#content #investors_page img {
    float: left;
    width: 47%;
    margin-right: 0;
}

#content #investors_page .clearfix {
    margin-top: 26px;
    margin-bottom: 20px;
}

    #content #investors_page .clearfix ul {
        color: #ffffff;
        list-style-type: none;
        float: left;
        width: 44%;
        padding: 10px 0 0 0;
        margin: 0 0 0 6%;
    }

        #content #investors_page .clearfix ul li {
            position: relative;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

            #content #investors_page .clearfix ul li p {
                font-size: 0.875em; /* 14px = 0.875em * 16px */
                line-height: 20px;
                padding: 0 0 0 42px;
                color: #000000;
                margin: 0 0 16px 0;
            }

            #content #investors_page .clearfix ul li span {
                position: absolute;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                background-color: blue;
                width: 34px;
                height: 26px;
            }

                #content #investors_page .clearfix ul li span.box1 {
                    background-color: #00529b;
                }

                #content #investors_page .clearfix ul li span.box2 {
                    background-color: #4f91cd;
                }

                #content #investors_page .clearfix ul li span.box3 {
                    background-color: #0077c0;
                }

                #content #investors_page .clearfix ul li span.box4 {
                    background-color: #52bdec;
                }

                #content #investors_page .clearfix ul li span.box5 {
                    background-color: #0078ae;
                }

                #content #investors_page .clearfix ul li span.box6 {
                    background-color: #00a4e4;
                }

                #content #investors_page .clearfix ul li span.box7 {
                    background-color: #6caedf;
                }

#content #investors_page p.bottom_links {
    margin-top: 50px;
}

#content .advisory_council p, #content .advisory_council h4 {
    padding-left: 60px;
    line-height: 22px;
}

#content .advisory_council p {
    padding-bottom: 18px;
}

#content .advisory_council h4 {
    font-size: 1.1429em; /* 16px = 1.1429em * 14px */
    font-weight: bold;
}

#content .advisory_council p span {
    font-weight: bold;
    font-size: 1.1429em; /* 16px = 1.1429em * 14px */
}

/* -------------------------------- BOTTOM CIRCLE MODULE STYLES -------------------------------- */

.module {
    width: 30%;
    text-align: center;
    margin: 30px 0 50px 2.5%;
    /*background-color: orange;*/
    float: left;
}

#module_circle1 a, #module_circle2 a, #module_circle3 a {
    display: block;
    height: 124px;
    width: 124px;
    background-image: url(../img/circle_blog.jpg);
    background-repeat: no-repeat;
    margin: 0 auto 10px auto;
}

#module_circle1 a {
    background-image: url(../img/circle1.jpg);
}

#module_circle2 a {
    background-image: url(../img/circle2.jpg);
}

#module_circle3 a {
    background-image: url(../img/circle3.jpg);
}

    #module_circle1 a:hover, #module_circle2 a:hover, #module_circle3 a:hover {
        background-position: 0 -124px;
    }

.module h3 {
    font-size: 1.1429em; /* 16px = 1.1429em * 14px */
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .module h3 a:link,
    .module h3 a:active,
    .module h3 a:visited {
        color: #000000;
    }

    .module h3 a:hover {
        color: #2155aa;
    }

.module p {
    font-size: 0.9286em; /* 13px = 0.9286em * 14px */
    line-height: 18px;
}

/* -------------------------------- FOOTER STYLES -------------------------------- */

#footer {
    padding: 20px 0 50px 0;
}

    #footer p, #footer h3 {
        font-size: 0.8571em; /* 12px = 0.8571em * 14px */
        line-height: 18px;
        color: #fff;
    }

    #footer a:link,
    #footer a:active,
    #footer a:visited {
        color: #fff;
    }

    #footer a:hover {
        color: #569df8;
    }

#footer_column1, #footer_column2, #footer_column3 {
    margin: 0 0 0 0;
    /*background-color: orange;*/
    float: left;
}

#footer_column1 {
    width: 40%;
    margin-left: 0;
}

#footer_column2 {
    width: 22%;
    margin-left: 7%;
}

#footer_column3 {
    width: 24%;
    margin-left: 6.9587%;
}
/* -------------------------------- FOOTER COLUMN 1 -------------------------------- */

#footer_column1 a img {
    display: block;
    border-right: solid 1px #fff;
    padding-right: 12px;
    margin-right: 12px;
    /*background-color: orange;*/
    width: 64px;
    float: left;
}

#footer_column1 a:hover {
    color: #fff;
}

#footer_column1 p {
    overflow: hidden;
}

#footer p.copyright {
    font-size: 0.9286em; /* 13px = 0.9286em * 14px */
    margin: 0 0 0 0;
}

    #footer p.copyright span.copyright_sm {
        display: block;
        font-size: 0.7857em; /* 11px = 0.7857em * 14px */
        margin: 0 0 8px 0;
    }
/* -------------------------------- FOOTER COLUMN 2 -------------------------------- */

#footer_column2 p {
    font-size: 0.9286em; /* 13px = 0.9286em * 14px */
    padding-top: 10px;
    /*background-color: yellow;*/
}

.footer_button_fb a, .footer_button_juf a {
    width: 36px;
    height: 38px;
    float: left;
    margin: 0 7px 12px 0;
}

.footer_button_fb a {
    background: transparent url(../img/facebook_circle2.png) no-repeat;
}

.footer_button_juf a {
    background: transparent url(../img/juf_star_sm2.png) no-repeat;
}

#header_right .footer_button_juf a {
    background: transparent url(../img/juf_star_head.png) no-repeat; /* header juf logo */
}

    .footer_button_fb a:hover, .footer_button_juf a:hover, #header_right .footer_button_juf a:hover {
        background-position: 0 -38px;
    }

/* -------------------------------- FOOTER COLUMN 3 -------------------------------- */

#footer_column3 h3 {
    font-size: 1em; /* 14px */
    font-weight: bold;
    margin-bottom: 6px;
}







/* -------------------------------- HOME PAGE STYLES -------------------------------- */

#home #content {
    width: 100%;
    margin-right: 0;
    padding: 0 0 0 0;
    float: none;
}

#home #content_container {
    background: none;
}

/*#home_feature {
	height: 361px;
	background-color: #999;
}*/
#home #content h2 {
    font-family: 'bebas_neueregular', "Arial Narrow", Arial, sans-serif;
    font-size: 3em; /* 42px = 3em * 14px */
    text-transform: uppercase;
    color: #164078;
    margin: 0 0 0 0;
    font-weight: normal;
    line-height: 40px;
}

#home #content h3 {
    font-family: 'Annie Use Your Telescope', cursive, "Times New Roman", serif;
    font-size: 2.2857em; /* 32px = 2.2857em * 14px */
    font-weight: normal;
    color: #589ef6;
    margin: 0 0 10px 0;
    font-weight: normal;
}

#home #content p, #home #content ul {
    font-size: 1.0714em; /* 15px = 1.0714em * 14px */
    line-height: 26px;
    margin-bottom: 14px;
    padding-left: 0px;
}

#home #content ul {
    line-height: 24px;
    margin-bottom: 0;
}

#home #content li {
    margin: 0 0 6px 30px;
    list-style-type: disc;
    color: #2179eb;
}

    #home #content li span {
        color: #000;
    }

.link_button {
    margin: 27px 0 7px 0;
}

    .link_button a:link,
    .link_button a:active,
    .link_button a:visited {
        font-family: 'bebas_neueregular', "Arial Narrow", Arial, sans-serif;
        font-size: 1.8571em; /* 26px = 1.8571em * 14px */
        text-transform: uppercase;
        color: #ffffff;
        background-color: #2179eb;
        padding: 7px 16px;
    }

    .link_button a:hover {
        background-color: #1e6fd8; /* 2155aa */
    }

.readmore {
    white-space: nowrap;
}




/* -------------------------------- HOME PAGE PANEL 1 -------------------------------- */
#home_panel1 {
    padding: 30px 0 20px 0;
    /* gradient SOURCE: http://www.colorzilla.com/gradient-editor/#ffffff+0,eeebe4+68;Custom */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2VlZWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffffff 0%, #eeebe4 68%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(68%,#eeebe4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeebe4 68%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#eeebe4 68%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#eeebe4 68%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#eeebe4 68%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeebe4',GradientType=0 ); /* IE6-8 */
    background: #ffffff; /* Old browsers */
}

    #home_panel1 .home_panel_text {
        width: 45%;
        float: right;
        margin: 0 5% 0 0;
    }

#home #home_panel1 .home_panel_text p {
    margin-bottom: 10px;
}

#home_panel1 img {
    width: 42%;
    float: left;
    margin-left: 4%;
}

/* -------------------------------- HOME PAGE PANEL 2 -------------------------------- */


#home_panel2 {
    padding: 20px 0 26px 0;
    background-image: url(../img/home_video_bknd.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

    #home_panel2 .home_panel_text {
        width: 45%;
        float: left;
        margin: 0 0 0 4%;
        padding-bottom: 120px;
        /*background-color: yellow;*/
    }

    #home_panel2 .home_panel_img {
        width: 42%;
        float: right;
        /*height: 300px;*/
        /*background-color: lime;*/
        text-align: center;
        margin-top: 20px;
        margin-right: 4%;
    }

        #home_panel2 .home_panel_img p {
            margin-top: 6px;
            margin-bottom: 0;
            padding-bottom: 0;
        }
/*.video_player img {
	display:none;
}
.video_player a {
	display:block;
	width: 450px;
	height: 253px;
	background-image: url(../img/video_player2.jpg);
	background-repeat: no-repeat;
}
.video_player a:hover {
	background-position:0 -253px;
}*/

/* -------------------------------- HOME PAGE PANEL 3 -------------------------------- */

#home_panel3 {
    padding: 16px 0 16px 0;
    background: #f6f5f1; /* Old browsers */
    /* gradient SOURCE: http://www.colorzilla.com/gradient-editor/#f6f5f1+0,eeebe4+48;Custom */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjVmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2VlZWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #f6f5f1 0%, #eeebe4 48%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f5f1), color-stop(48%,#eeebe4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f6f5f1 0%,#eeebe4 48%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f6f5f1 0%,#eeebe4 48%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f6f5f1 0%,#eeebe4 48%); /* IE10+ */
    background: linear-gradient(to right, #f6f5f1 0%,#eeebe4 48%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f1', endColorstr='#eeebe4',GradientType=1 ); /* IE6-8 */
}

    #home_panel3 .home_panel_text {
        width: 41%;
        float: right;
        margin: 30px 8% 0 0;
    }

    #home_panel3 img {
        width: 45%;
        float: left;
        margin-left: 5%;
    }

    #home_panel3 .link_button {
        margin: 0px 0 20px 30px;
    }


/* -------------------------------- BIG FOUR PAGES -------------------------------- */

#content #big_four_page h1 {
    color: #bccbe4;
    font-size: 8.929em; /* 125px = 8.929em * 14px */
    margin: 0 0 20px 0;
}

    #content #big_four_page h1.big_four_descender {
        margin-bottom: 40px;
    }

#content #big_four_page h2 {
    font-size: 1.5714em; /* 22px = 1.5714em * 14px */
    line-height: 33px;
    font-weight: bold;
    color: #858585;
    margin: 0 0 30px 110px;
}

/* OL list with big numbers -- SOURCE: http://designshack.net/articles/css/5-simple-and-practical-css-list-styles-you-can-copy-and-paste/ */
#content #big_four_page ol {
    color: #ffffff;
    list-style-type: none;
}

    #content #big_four_page ol li {
        font-size: 5.571em; /* 78px = 5.571em * 14px */
        position: relative;
        margin: 0 0 40px 0;
        padding: 0 0 0 0;
    }

#content #big_four_page li h3 {
    font-family: 'bebas_neueregular', "Arial Narrow", Arial, sans-serif;
    font-size: 0.436em; /* 34px = 0.436em * 78px */
    line-height: 32px;
    text-transform: uppercase;
    color: #2155aa;
    font-weight: normal;
    padding: 0 0 10px 110px;
    margin: 0 0 0 0;
}

    #content #big_four_page li h3 a:link,
    #content #big_four_page li h3 a:active,
    #content #big_four_page li h3 a:visited {
        color: #2155aa;
    }

    #content #big_four_page li h3 a:hover {
        color: #2179eb;
    }

#content #big_four_page ol li p,
#content #big_four_page ol li ul li {
    font-size: 0.192em; /* 15px = 0.192em * 78px */
    line-height: 26px;
    padding: 0 0 0 110px;
    color: #000000;
    margin: 0 0 0 0;
}


#content #big_four_page ol li span {
    position: absolute;
    font-family: 'clarendon_btroman', "Times New Roman", serif;
    margin: 0 0 0 0;
    padding: 5px 0 0 26px;
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    width: 72px;
    height: 92px;
}

#content #big_four_page p.bottom_links {
    padding-left: 110px;
    color: #999;
    font-size: 1.2857em; /* 18px = 1.2857em * 14px */
    line-height: 30px;
    margin-top: 50px;
}

#content #big_four_page .bottom_links span {
    font-family: 'bebas_neueregular', "Arial Narrow", Arial, sans-serif;
    font-size: 1.8571em; /* 26px = 1.8571em * 14px */
    line-height: 30px;
    text-transform: uppercase;
    color: #858585;
    font-weight: normal;
}


/* -------------------------------- MEDIA QUERIES -------------------------------- */

@media screen and (max-width: 1000px) { /* adds padding to sides of header and footer when browser is narrower than main 970px site width */
    #footer_column1 {
        margin-left: 3%;
    }

    #footer_column2 {
        margin-left: 5%;
    }

    #footer_column3 {
        margin-left: 3.9587%;
    }

    #header_right {
        margin-right: 2%;
    }

    #home_panel2 .home_panel_img {
        margin-right: 4%;
    }
}

@media screen and (max-width: 850px) { /* turns header www.juf.org link into logo */
    #header_right p {
        display: none;
    }

    #header_right .footer_button_juf {
        display: block;
        width: 36px;
        margin-top: 3px;
        margin-right: 40px;
    }

    #header_right {
        width: 270px;
        height: 44px;
    }

        #header_right input#searchbox, input#searchboxbutton {
            margin-top: 6px;
        }

        #header_right input#searchbox {
            margin-left: 10px;
        }
}

@media screen and (max-width: 800px) { /* narrows search box */
    #header_right input#searchbox {
        width: 150px;
    }

    #header_right {
        width: 242px;
    }
}

@media screen and (max-width: 780px) { /* narrows nav AND narrows search box more */

    #header_right {
        width: 230px;
    }

        #header_right input#searchbox, input#searchboxbutton {
            margin-top: 9px;
        }

    #nav a:link {
        padding-left: 10px;
        padding-right: 10px;
    }

    #nav li.first_nav a {
        padding-left: 14px;
    }

    #header_right input#searchbox {
        width: 130px;
    }

    #header_right {
        width: 224px;
    }

        #header_right input#searchbox, input#searchboxbutton {
            margin-top: 6px;
        }
}

@media screen and (max-width: 720px) { /* narrows nav by shrinking text */
    #nav a:link {
        font-size: 1.5714em; /* 22px = 1.5714em * 14px */
        padding: 14px 6px 0px 6px;
        height: 33px;
    }

    #nav li.first_nav a {
        padding-left: 14px;
    }

    #header_right input#searchbox, input#searchboxbutton {
        margin-top: 6px;
    }
    /* makes side column jump below main content */
    #content {
        width: 100%;
        padding: 30px 4% 20px 4%;
        float: left;
    }

        #content ul {
            padding-left: 20px;
        }

    #section_head {
        padding-top: 20px;
        font-size: 2.7143em; /* 38px = 2.7143em * 14px */
    }

    #content_side {
        width: 93%;
        margin: 0 0 40px 0;
        padding: 18px 4% 20px 4%;
        float: left;
        clear: left;
    }
}

@media screen and (max-width: 660px) { /* stacks footer column one on top of footer columns 2 and 3 */
    #footer_column1 {
        float: left;
        clear: left;
        width: 96%;
        margin-bottom: 18px;
    }

    #footer_column1 {
        margin-bottom: 26px;
        margin-left: 4%;
    }

    #footer_column2, #footer_column3 {
        float: left;
        clear: none;
        margin-bottom: 18px;
    }

    #footer_column2 {
        width: 36%;
    }

    #footer_column3 {
        width: 52%;
        padding-left: 16px;
        border-left: solid 1px #fff;
    }

    #footer {
        padding-bottom: 20px;
    }
    /* shrinks big four links */
    ul#big_four li a:link,
    ul#big_four li a:active
    ul#big_four li a:visited {
        padding: 8px 0 7px 0;
        font-size: 1.8571em; /* 26px = 1.8571em * 14px */
        height: 28px;
    }

    ul#big_four { /* corrects % sub-pixel issue with Safari */
        height: 43px;
    }
}

@media screen and (max-width: 650px) { /*regular nav goes away -- Mobile nav appears */
    #header {
        height: 0;
    }

    #nav, #header_right {
        display: none;
    }

    #mobile_nav_wrap {
        display: block;
    }

    #home_panel1 {
        padding: 15px 0 20px 0;
    }

    #home_panel2 {
        padding-bottom: 12px;
        ;
    }

    #home_panel3 {
        padding: 10px 0 16px 0;
    }

        #home_panel1 .home_panel_text,
        #home_panel2 .home_panel_text,
        #home_panel3 .home_panel_text {
            margin-left: 5%;
            margin-right: 5%;
            float: left;
            clear: left;
            width: 90%;
        }

            #home_panel1 .home_panel_text p,
            #home_panel2 .home_panel_text p,
            #home_panel3 .home_panel_text ul {
                padding-bottom: 10px;
            }

        #home_panel1 img,
        #home_panel2 .home_panel_img,
        #home_panel3 img {
            float: left;
            clear: left;
            width: 90%;
        }

        #home_panel1 img, #home_panel3 img {
            width: 70%;
            margin-left: 15%;
        }

    #home_panel2 .home_panel_img {
        padding-bottom: 0;
        margin-bottom: 0;
    }

        #home_panel2 .home_panel_img p {
            padding-bottom: 0;
            margin-bottom: 0;
        }

    #home_panel2 {
        background-image: none;
    }

        #home_panel2 .home_panel_text {
            padding-bottom: 0;
        }

        #home_panel2 .home_panel_img {
            height 0;
            margin-left: 5%;
            margin-top: 0;
        }

    #home_panel3 {
        position: relative;
    }

        #home_panel3 .home_panel_text {
            margin-top: 16px;
            margin-bottom: 0;
        }

    #home #content ul {
        margin-bottom: 0;
        padding: 0 0 0 0;
    }

    #home_panel3 .link_button {
        position: absolute;
        left: 50%;
        margin-left: -92px;
        bottom: 10px;
    }

    #home_panel3 img {
        margin-top: 0;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 500px) { /* big four links keep shrinking */
    #content {
        padding-top: 20px;
    }

    ul#big_four li a:link,
    ul#big_four li a:active
    ul#big_four li a:visited {
        padding: 8px 0 7px 0;
        font-size: 1.5714em; /* 22px = 1.5714em * 14px */
        height: 24px;
    }

    ul#big_four { /* corrects % sub-pixel issue with Safari */
        height: 39px;
    }

    #home_panel1 img,
    #home_panel3 img {
        width: 92%;
        margin-left: 4%;
    }

    #content #big_four_page h1 {
        font-size: 7.143em; /* 100px = 7.143em * 14px */
        margin: 0 0 10px 0;
    }

        #content #big_four_page h1.big_four_descender {
            margin-bottom: 30px;
        }

    #content #big_four_page h2 {
        margin-left: 0;
    }

    #content #big_four_page p.bottom_links {
        padding-left: 0;
    }
}

@media screen and (max-width: 450px) { /* stacks bottom circle modules AND footer columns on top of one another  */
    #section_head, #content, #content_side {
        padding-left: 5%;
        padding-right: 5%;
    }

    ul#big_four li a:link,
    ul#big_four li a:active,
    ul#big_four li a:visited {
        width: 26%;
    }

    ul#big_four li.bf_lead a:link,
    ul#big_four li.bf_lead a:active,
    ul#big_four li.bf_lead a:visited {
        width: 22%;
    }

    #footer {
        padding-right: 4%;
    }

    #footer_column1 a img {
        display: none;
    }

    #footer_column2, #footer_column3 {
        float: left;
        clear: left;
        width: 96%;
        margin-bottom: 18px;
    }

    #footer_column3 {
        padding-left: 0;
        border-left: none;
    }

    .module {
        width: 82%;
        text-align: center;
        margin: 0 9% 40px 9%;
        float: left;
        clear: left;
    }

    #content_container {
        margin-bottom: 30px;
    }

    #home_panel1 {
        padding: 10px 0 20px 0;
    }

    #home_panel2 {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #home_panel3 {
        padding: 0px 0 16px 0;
    }

    #home #content h2 {
        font-size: 2.5714em; /* 36px = 2.5714em * 14px */
        line-height: 36px;
    }

    #home #content h3 {
        font-size: 2em; /* 28px = 2em * 14px */
    }

    #content #investors_page .clearfix {
        margin-top: 16px;
    }

    #content #investors_page img {
        float: left;
        clear: left;
        width: 80%;
        margin: 0 0 10px 0;
        padding: 0 0 0 0;
        /*background-color: purple;*/
    }

    #content #investors_page .clearfix ul {
        float: left;
        clear: left;
        width: 90%;
        padding-top: 0 0 0 0;
        margin-left: 4%;
    }

    #content .advisory_council p, #content .advisory_council h4 {
        padding-left: 0;
    }
}

@media screen and (max-width: 400px) { /* big four links keep shrinking */
    #content {
        padding-top: 10px;
    }

        #content h2 {
            padding-top: 0;
        }

    #main_logo {
        display: none;
    }

    #main_logo_mobile {
        display: block;
        padding: 10px 6% 10px 6%;
    }

    ul#big_four li a:link,
    ul#big_four li a:active
    ul#big_four li a:visited {
        padding: 8px 0 7px 0;
        font-size: 1.2143em; /* 17px = 1.2143em * 14px */
        height: 20px;
    }

    ul#big_four { /* corrects % sub-pixel issue with Safari */
        height: 35px;
    }

    #content .bio img {
        float: none;
        clear: left;
    }

    #content #big_four_page h1 {
        font-size: 5.429em; /* 76px = 5.429em * 14px */
    }

        #content #big_four_page h1.big_four_descender {
            margin-bottom: 20px;
        }

    #content #big_four_page h2 {
        font-size: 1.2857em; /* 18px = 1.2857em * 14px */
        line-height: 28px;
        margin: 0 0 20px 0;
    }

    #content #big_four_page ol li {
        margin: 0 0 40px 0;
        padding-left: 0;
    }

    #content #big_four_page li h3 {
        padding-left: 0;
        margin-top: 26px;
    }

    #content #big_four_page ol li p {
        padding-left: 0;
        margin-left: 0;
    }



    #content #big_four_page ol li span {
        position: relative;
        width: 120px;
        height: 120px;
        /*background-color: purple;*/
        padding: 0px 26px 0px 24px;
    }
}

@media screen and (max-width: 300px) { /* big four links disappear */
    ul#big_four li a {
        display: none;
    }

    ul#big_four { /* corrects % sub-pixel issue with Safari */
        display: none;
    }

    #content #big_four_page h1 {
        font-size: 4.143em; /* 58px = 4.143em * 14px */
        margin-bottom: 0px;
    }

    #content #big_four_page ol li span {
        display: none;
    }

    #content #big_four_page li h3 {
        padding-left: 0;
    }

    #content #big_four_page li p {
        padding-left: 0;
    }
}




/*************************************************/
/* FROM IEC-LEXICON INLINE <STYLE> TAG IN HEADER */
/*************************************************/

.contentWrapper h1,
.contentWrapper .h1,
.contentWrapper h2,
.contentWrapper .h2,
.contentWrapper h3, 
.contentWrapper .h3 {
    margin-top: 0;
    font-family: "bebas_neueregular","Arial Narrow",Arial,sans-serif;
    text-transform: uppercase;
}

.contentWrapper h1 {
    font-size: 3em;
}

.alert {
    border: transparent;
    margin-bottom: 10px;
    padding: 5px 15px;
}

#bottom_modules {
    display: none;
}

.panel p {
    line-height: 1.4;
}

* {
    box-sizing: initial;
}

form.well {
    border-color: transparent;
    background-color: #f9f9f9;
    box-shadow: none;
}

.sexy_line {
    display: block;
    border: none;
    color: white;
    height: 1px;
    background: black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}

#catMenu.well {
    background-color: #414141;
    border-color: #414141;
}

#catMenu h3.catTitle,
#catMenu ul li a,
.CategoryTitle {
    font-family: "bebas_neueregular","Arial Narrow",Arial,sans-serif;
    text-transform: uppercase;
}

#catMenu h3.catTitle {
    color: #ccc;
    font-size: 2em;
}

#catMenu ul li a {
    color: #fff;
    font-size: 1.5em;
}

    #catMenu ul li a:hover,
    #catMenu ul li a:active {
        background-color: #4292f7;
    }

.alert-iec {
    background-color: #414141;
}

.alert h4.CategoryTitle {
    margin-top: .65em !important;
    color: #ccc;
    font-size: 1.65em;
}

h4.panel-title {
    font-weight: 700;
}

.toggle-links {
    margin-top: 15px;
}

    .toggle-links a,
    .toggle-links a:link,
    .toggle-links a:visited {
        color: #FFF;
    }

        .toggle-links a:hover,
        .toggle-links a:active,
        .toggle-links a:focus {
            color: #414141;
        }

.iec-citation-li {
    margin-bottom: 5px;
}


.iec-btn {
    font-family: "bebas_neueregular","Arial Narrow",Arial,sans-serif;
    font-size: 1.2em;
    color: #fff;
    background-color: #4292f7;
    text-transform: uppercase;
    display: inline-block;
}

    .iec-btn:hover,
    .iec-btn:active,
    .iec-btn:focus {
        color: #fff;
        background-color: #414141;
    }

.lexDefinition {
    line-height: 1.4;
}