/* =============================================================================
 *   IIT Global Header - Global Styles
 * ========================================================================== */
/** /
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,600italic,700italic,800italic|Open+Sans+Condensed:300,300italic,700);
/**/
@font-face {
    font-family: 'EconomicaBold-IIT';
    src: url('Economica-Bold-OTF-webfont.eot');
    src: url('Economica-Bold-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('Economica-Bold-OTF-webfont.woff') format('woff'),
         url('Economica-Bold-OTF-webfont.ttf') format('truetype'),
         url('Economica-Bold-OTF-webfont.svg#EconomicaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#iit-gh-query-check {
    z-index: 5;
    position: absolute;
}

#iit-gh-secondary-nav-overlay {
    display: none;
}

#iit-gh-wrapper {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size: 16px;
}

#iit-gh-wrapper ul {
    font-size: 1em;
}

#iit-gh-wrapper h5 {
    font-family: 'Open Sans Condensed', sans-serif;
}

#iit-gh-wrapper a {
    outline: none;
    border: 0;
}

#iit-gh-topbar {
    display: none;
    background-color: #666;
    font-family: 'Open Sans Condensed', sans-serif;
    overflow: hidden;
}

#iit-gh-mobile-search {
    display: none;
}

#iit-gh-primary-nav ul, #iit-gh-secondary-nav ul {
    margin: 0;
    padding: 0;
}

#iit-gh-primary-nav {
    font-family: 'EconomicaBold-IIT', sans-serif;
    text-transform: uppercase;
}

div.iit-gh-menu-category h5 {
    font-weight: bold;
}

/* ----- Branding ----- */
#iit-gh-header-branding {
    font-family: 'EconomicaBold-IIT', sans-serif;
    text-decoration: none;
    color: #c00;
    margin: .810810810810em 0 .135135135135em .324324324324em;
    font-size: 2.3125em;
    float: left;
    line-height: 1.25em;
}

#iit-gh-header-wrapper {
    background-image: url('../images/background.png');
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #iit-gh-header-wrapper {
        background-image: url('../images/background@2x.png');
        background-size: 7px;
    }
}

/* end IIT Global Header - Global Styles ==================================== */







/* Standard layout */
@media only screen and (min-width:1025px) {

/* =============================================================================
 *   IIT Global Header - Header
 * ========================================================================== */

#iit-gh-query-check {
    z-index: 4;
}

/* ----- Layout ----- */
#iit-gh-header {
    position: relative;
}

/* ----- Primary Nav ----- */
#iit-gh-primary-nav {
    width: 100%;
    background-color: #666;
}

#iit-gh-primary-nav ul {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

#iit-gh-primary-nav ul li {
    float: left;
}

#iit-gh-primary-nav ul li a {
    padding: .2em 1.15em .05em;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.250em;
    line-height: 1.250em;
}

#iit-gh-primary-nav ul li a:hover {
    background-color: #777;
}

#iit-gh-primary-nav ul li a.iit-gh-nav-active {
    background-color: #ddd;
    color: #555;
}

/* ----- Secondary Nav ----- */
#iit-gh-secondary-nav {
    position: absolute;
    top: 0;
    right: .8571428571em;
    font-size: .875em;
    background-color: #fff;
    padding: 0 .2857142857em .2142857142em;
}

#iit-gh-secondary-nav ul li {
    float: left;
    margin: 0 .5em;
}

#iit-gh-secondary-nav ul li a {
    color: #444;
}

#iit-gh-secondary-nav ul li:before {
    content: "|";
    color: #555;
    margin-right: .6em;
}

#iit-gh-secondary-nav ul li:first-child:before {
    content: none;
}

/* end IIT Global Header - Header =========================================== */

/* =============================================================================
 *   IIT Global Header - Menus
 * ========================================================================== */

/* ----- Layout ----- */
#iit-gh-menu-wrapper {
    background-color: #ddd;
}

#iit-gh-menu-container {
    overflow: hidden;
    position: relative;
    height: 24em;
    display: none;
}

#iit-gh-menu-wrapper nav {
    margin-top: 1em;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

nav .iit-gh-menu-column {
    float: left;
}

/* ----- Links ----- */
#iit-gh-menu-wrapper nav a {
    color: #333;
}

/* ----- Menu Grid ----- */
nav .iit-gh-menu-grid-4 {
    width: 23%;
    margin: 0 1%;
}

/* ----- Menu Categories ----- */
div.iit-gh-menu-category {
    margin: 1.2em 0;
}

div.iit-gh-menu-category:first-child {
    margin-top: 0;
}

div.iit-gh-menu-category h5 {
    font-size: 1.125em;
    text-transform: uppercase;
    margin: 0 0 .25em 0;
    color: #c00;
    border-bottom: 1px solid #555;
    padding: 0 0 .25em 0;
    line-height: 1.25em;
}

div.iit-gh-menu-category ul {
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.1875em;
}

div.iit-gh-menu-category li {
    margin-bottom: .4em;
}

/* ----- Menu Single Link ----- */
div.iit-gh-menu-singlelink a {
    font-family: 'Open Sans Condensed', sans-serif;
}

/* ----- Close Menu Bar ----- */
#iit-gh-menu-exit {
    background-color: #666;
    max-width: inherit;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: .75em;
    padding: .15em 0;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

/* end IIT Global Header - Menus ============================================ */

} /* end Standard Layout */







/* Tablet landscape */
@media only screen and (min-width:800px) and (max-width:1024px) {

/* =============================================================================
 *   IIT Global Header - Header
 * ========================================================================== */

#iit-gh-query-check {
    z-index: 3;
}

/* ----- Layout ----- */
#iit-gh-header {
    position: relative;
}

/* ----- Primary Nav ----- */
#iit-gh-primary-nav {
    width: 100%;
    background-color: #666;
}

#iit-gh-primary-nav ul {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

#iit-gh-primary-nav ul li {
    float: left;
}

#iit-gh-primary-nav ul li a {
    padding: .2em 1.05em .05em;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.250em;
    line-height: 1.250em;
}

#iit-gh-primary-nav ul li a:hover {
    background-color: #777;
}

#iit-gh-primary-nav ul li a.iit-gh-nav-active {
    background-color: #ddd;
    color: #555;
}

/* ----- Secondary Nav ----- */
#iit-gh-secondary-nav {
    position: absolute;
    top: 0;
    right: .8571428571em;
    font-size: .875em;
    background-color: #fff;
    padding: 0 .2857142857em .2142857142em;
}

#iit-gh-secondary-nav ul li {
    float: left;
    margin: 0 .5em;
}

#iit-gh-secondary-nav ul li a {
    color: #444;
}

#iit-gh-secondary-nav ul li:before {
    content: "|";
    color: #555;
    margin-right: .6em;
}

#iit-gh-secondary-nav ul li:first-child:before {
    content: none;
}

/* end IIT Global Header - Header =========================================== */

/* =============================================================================
 *   IIT Global Header - Menus
 * ========================================================================== */

/* ----- Layout ----- */
#iit-gh-menu-wrapper {
    background-color: #ddd;
}

#iit-gh-menu-container {
    overflow: hidden;
    position: relative;
    height: 25em;
    display: none;
}

#iit-gh-menu-wrapper nav {
    margin-top: 1em;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

nav .iit-gh-menu-column {
    float: left;
}

/* ----- Links ----- */
#iit-gh-menu-wrapper nav a {
    color: #333;
}

/* ----- Menu Grid ----- */
nav .iit-gh-menu-grid-4 {
    width: 23%;
    margin: 0 1%;
}

/* ----- Menu Categories ----- */
div.iit-gh-menu-category {
    margin: 1.2em 0;
}

div.iit-gh-menu-category:first-child {
    margin-top: 0;
}

div.iit-gh-menu-category h5 {
    font-size: 1.125em;
    text-transform: uppercase;
    margin: 0 0 .25em 0;
    color: #c00;
    border-bottom: 1px solid #555;
    padding: 0 0 .25em 0;
    line-height: 1.25em;
}

div.iit-gh-menu-category ul {
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.1875em;
}

div.iit-gh-menu-category li {
    margin-bottom: .4em;
}

/* ----- Menu Single Link ----- */
div.iit-gh-menu-singlelink a {
    font-family: 'Open Sans Condensed', sans-serif;
}

/* ----- Close Menu Bar ----- */
#iit-gh-menu-exit {
    background-color: #666;
    max-width: inherit;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: .75em;
    padding: .15em 0;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

/* end IIT Global Header - Menus ============================================ */


} /* end Tablet landscape */








/* Tablet portrait */
@media only screen and (min-width:600px) and (max-width:799px) {

/* =============================================================================
 *   IIT Global Header - Header
 * ========================================================================== */

#iit-gh-query-check {
    z-index: 2;
}

/* ----- Layout ----- */
#iit-gh-header {
    position: relative;
}

/* ----- Primary Nav ----- */
#iit-gh-primary-nav {
    width: 100%;
    background-color: #666;
}

#iit-gh-primary-nav ul {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

#iit-gh-primary-nav ul li {
    float: left;
}

#iit-gh-primary-nav ul li a {
    padding: .333333333em .555555556em .22222222em;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.125em;
    line-height: 1.125em;
}

#iit-gh-primary-nav ul li a:hover {
    background-color: #777;
}

#iit-gh-primary-nav ul li a.iit-gh-nav-active {
    background-color: #ddd;
    color: #555;
}

/* ----- Secondary Nav ----- */
#iit-gh-secondary-nav {
    position: absolute;
    top: 0;
    right: .8571428571em;
    font-size: .875em;
    background-color: #fff;
    padding: 0 .2857142857em .2142857142em;
}

#iit-gh-secondary-nav ul li {
    float: left;
    margin: 0 .5em;
}

#iit-gh-secondary-nav ul li a {
    color: #444;
}

#iit-gh-secondary-nav ul li:before {
    content: "|";
    color: #555;
    margin-right: .6em;
}

#iit-gh-secondary-nav ul li:first-child:before {
    content: none;
}

/* end IIT Global Header - Header =========================================== */

/* =============================================================================
 *   IIT Global Header - Menus
 * ========================================================================== */

/* ----- Layout ----- */
#iit-gh-menu-wrapper {
    background-color: #ddd;
}

#iit-gh-menu-container {
    overflow: hidden;
    position: relative;
    height: 32.5em;
    display: none;
}

#iit-gh-menu-wrapper nav {
    margin-top: 1em;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

nav .iit-gh-menu-column {
    float: left;
}

/* ----- Links ----- */
#iit-gh-menu-wrapper nav a {
    color: #333;
}

/* ----- Menu Grid ----- */
nav .iit-gh-menu-grid-4 {
    width: 23%;
    margin: 0 1%;
}

/* ----- Menu Categories ----- */
div.iit-gh-menu-category {
    margin: 1.2em 0;
}

div.iit-gh-menu-category:first-child {
    margin-top: 0;
}

div.iit-gh-menu-category h5 {
    font-size: 1.125em;
    text-transform: uppercase;
    margin: 0 0 .25em 0;
    color: #c00;
    border-bottom: 1px solid #555;
    padding: 0 0 .25em 0;
    line-height: 1.25em;
}

div.iit-gh-menu-category ul {
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.1875em;
}

div.iit-gh-menu-category li {
    margin-bottom: .4em;
}

/* ----- Menu Single Link ----- */
div.iit-gh-menu-singlelink a {
    font-family: 'Open Sans Condensed', sans-serif;
}

/* ----- Close Menu Bar ----- */
#iit-gh-menu-exit {
    background-color: #666;
    max-width: inherit;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: .75em;
    padding: .15em 0;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

/* end IIT Global Header - Menus ============================================ */

} /* end Tablet portrait */

/* iPad Portrait Overrides */
@media only screen and (min-width:750px) and (max-width:799px) {

#iit-gh-primary-nav ul li a {
    padding: .2em .85em .05em;
    font-size: 1.250em;
    line-height: 1.250em;
}

#iit-gh-menu-container {
    height: 28em;
}

} /* end iPad Portrait override */






/* Smartphone landscape */
@media only screen and (min-width:400px) and (max-width:599px) {

/* =============================================================================
 *   IIT Global Header - Header
 * ========================================================================== */

#iit-gh-query-check {
    z-index: 1;
}

/* ----- Layout ----- */
#iit-gh-header-wrapper {
    border-bottom: 4px solid #666;
}

#iit-gh-topbar {
    display: block;
}

#iit-gh-topbar a {
    color: #fff;
    font-style: bold;
    cursor: pointer;
    text-decoration: none;
    margin: .0625em .6em .1875em 0;
    float: right;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

#iit-gh-topbar a#iit-gh-header-topbar-audiences {
    background: url('../images/top-bar-img.png') no-repeat 0 0;
}

#iit-gh-topbar a#iit-gh-header-topbar-menu {
    background: url('../images/top-bar-img.png') no-repeat -64px 0;
}

#iit-gh-topbar a#iit-gh-header-topbar-search {
    background: url('../images/top-bar-img.png') no-repeat -32px 0;
}

/* ----- Mobile Search Field ----- */
/** /
#iit-gh-mobile-search {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 5px;
}

#iit-gh-mobile-search form {
    border: 2px solid #888;
    padding: 0 2em 0 0;
}

#iit-gh-mobile-search label {
    position: absolute;
    left: 10px;
    top: 6px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

#iit-gh-mobile-search #iit-gh-msearch-query {
    margin: 2px;
    border: 0;
    font-size: .875em;
    vertical-align: middle;
    color: #555;
    width: 100%;
    height: 1.5em;
    padding: 0;
}

#iit-gh-mobile-search #iit-gh-msearch-submit {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/search.png") 4px 4px no-repeat transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0;
}
/**/

/* ----- Branding ----- */
#iit-gh-header-branding {
    font-size: 2.1875em;
    line-height: 1.2em;
    display:block;
    float: none;
    text-align: center;
    margin: .14285714em 0 0 0;
}

/* ----- Primary Nav ----- */
#iit-gh-primary-nav {
    display: none;
}

#iit-gh-primary-nav ul {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: .125em 0;
}

#iit-gh-primary-nav ul li {
    width: 50%;
    float: left;
}

#iit-gh-primary-nav ul li a {
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 1%;
    color: #fff;
    background-color: #aaa;
    font-size: 1.125em;
    padding: .15em 0 0 0;
}

#iit-gh-primary-nav ul li a#iit-gh-nav-search {
    display: none;
}

/* ----- Secondary Nav ----- */
#iit-gh-secondary-nav {
    position: absolute;
    left: -100%;
    top: 0;
    background-color: rgba(32, 32, 32, .95);
    padding: 1em .25em;
    display: none;
    z-index: 25;
    font-weight: bold;
}

#iit-gh-secondary-nav a {
    color: #fff;
    text-decoration: none;
    padding: .35em 2em;
    display: block;
}

#iit-gh-secondary-nav-overlay {
    z-index: 20;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* end IIT Global Header - Header =========================================== */

/* =============================================================================
 *   IIT Global Header - Menus
 * ========================================================================== */

/* ----- Layout ----- */
#iit-gh-menu-wrapper {
    display: none;
}

/* end IIT Global Header - Menus ============================================ */

} /* end Smartphone landscape */







/* Smartphone portrait */
@media only screen and (max-width:399px) {

/* =============================================================================
 *   IIT Global Header - Header
 * ========================================================================== */

#iit-gh-query-check {
    z-index: 0;
}

/* ----- Layout ----- */
#iit-gh-header-wrapper {
    border-bottom: 4px solid #666;
}

#iit-gh-topbar {
    display: block;
}

#iit-gh-topbar a {
    color: #fff;
    font-style: bold;
    cursor: pointer;
    text-decoration: none;
    margin: .0625em .6em .1875em 0;
    float: right;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

#iit-gh-topbar a#iit-gh-header-topbar-audiences {
    background: url('../images/top-bar-img.png') no-repeat 0 0;
}

#iit-gh-topbar a#iit-gh-header-topbar-menu {
    background: url('../images/top-bar-img.png') no-repeat -64px 0;
}

#iit-gh-topbar a#iit-gh-header-topbar-search {
    background: url('../images/top-bar-img.png') no-repeat -32px 0;
}

/* ----- Mobile Search Field ----- */
/** /
#iit-gh-mobile-search {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 5px;
}

#iit-gh-mobile-search form {
    border: 2px solid #888;
    padding: 0 2em 0 0;
}

#iit-gh-mobile-search label {
    position: absolute;
    left: 10px;
    top: 6px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

#iit-gh-mobile-search #iit-gh-msearch-query {
    margin: 2px;
    border: 0;
    font-size: .875em;
    vertical-align: middle;
    color: #555;
    width: 100%;
    height: 1.5em;
    padding: 0;
}

#iit-gh-mobile-search #iit-gh-msearch-submit {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/search.png") 4px 4px no-repeat transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0;
}
/**/

/* ----- Branding ----- */
#iit-gh-header-branding {
    font-size: 1.75em;
    line-height: 1.25em;
    display:block;
    float: none;
    text-align: center;
    margin: .178571428em 0 .035714285em 0;
}

/* ----- Primary Nav ----- */
#iit-gh-primary-nav {
    display: none;
}

#iit-gh-primary-nav ul {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: .125em 0;
}

#iit-gh-primary-nav ul li {
    width: 50%;
    float: left;
}

#iit-gh-primary-nav ul li a {
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 1%;
    color: #fff;
    background-color: #aaa;
    font-size: 1.125em;
    padding: .222222222em 0 0 0;
}

#iit-gh-primary-nav ul li a#iit-gh-nav-search {
    display: none;
}

/* ----- Secondary Nav ----- */
#iit-gh-secondary-nav {
    position: absolute;
    left: -100%;
    top: 0;
    background-color: rgba(32, 32, 32, .95);
    padding: 1em .25em;
    display: none;
    z-index: 25;
    font-weight: bold;
}

#iit-gh-secondary-nav a {
    color: #fff;
    text-decoration: none;
    padding: .35em 2em;
    display: block;
}

#iit-gh-secondary-nav-overlay {
    z-index: 20;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* end IIT Global Header - Header =========================================== */

/* =============================================================================
 *   IIT Global Header - Menus
 * ========================================================================== */

/* ----- Layout ----- */
#iit-gh-menu-wrapper {
    display: none;
}

/* end IIT Global Header - Menus ============================================ */

} /* end Smartphone portrait */






/* =============================================================================
 *   High Resoultion (HiDPI) Overrides
 * ========================================================================== */

/* Smartphone landscape, Smartphone portrait - HiDPI */
@media only screen and (max-width:599px) and (-webkit-min-device-pixel-ratio: 1.5) {
    /** /
    #iit-gh-mobile-search #iit-gh-msearch-submit {
        background-image: url("../images/search@2x.png");
        background-size: 16px 16px;
    }
    /**/

    #iit-gh-topbar a#iit-gh-header-topbar-audiences {
        background: url('../images/top-bar-img@2x.png') no-repeat 0 0;
        background-size: 96px 32px;
    }

    #iit-gh-topbar a#iit-gh-header-topbar-menu {
        background: url('../images/top-bar-img@2x.png') no-repeat -64px 0;
        background-size: 96px 32px;
    }

    #iit-gh-topbar a#iit-gh-header-topbar-search {
        background: url('../images/top-bar-img@2x.png') no-repeat -32px 0;
        background-size: 96px 32px;
    }

}

/* Tablet portrait, Tablet landscape, Standard layout - HiDPI */
@media only screen and (min-width:600px) and (-webkit-min-device-pixel-ratio: 1.5) {

}