@charset"UTF-8";
/*   IIG Custom Styles  */

body, html {
    min-width: 380px;
    background-color: #f4f4f4;
}
body, h2, h3, h4, h5, h6, p {
    color: #333;
    line-height: 1.25em;
}
body, p, li, td {
    font-size: 16px;
    line-height: 1.3;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
    padding-bottom: 0.25em;
}
h3 {
    font-size: 1.25em;
}
a, a:link, a:visited {
    color: #22517a;
    text-decoration: underline;
}
a, a:hover, a:active {
    color: #08c;
    text-decoration: none;
}
figure {
    padding: 0;
    margin: 0;
    text-align: center;
}
figcaption {
    font-size: 0.8125em;
    font-weight: 700;
    margin-bottom: 1em;
}
section {
    padding-top: 0;
}
.page-header h1, .jeventpage h1, .item-page h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    padding: 1em 0 0.25em;
    margin: 0;
}
.page-header, .item-page h1 {
    border-bottom: 1px solid #EEEEEE;
}
.page-header {
    margin: 0 0 0.5em;
    padding: 0;
}
.item-page h1 a {
    color: #333;
    text-decoration: none;
}
.production-notes {
    color: red;
    background-color: yellow;
}
a.btn {
    text-decoration: none;
}
a.btn-primary, .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background: #245580;
    /* Old browsers */
    
    background: -moz-radial-gradient(center, ellipse cover, #245580 0%, #193656 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #245580), color-stop(100%, #193656));
    /* Chrome,Safari4+ */
    
    background: -webkit-radial-gradient(center, ellipse cover, #245580 0%, #193656 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-radial-gradient(center, ellipse cover, #245580 0%, #193656 100%);
    /* Opera 12+ */
    
    background: -ms-radial-gradient(center, ellipse cover, #245580 0%, #193656 100%);
    /* IE10+ */
    
    background: radial-gradient(ellipse at center, #245580 0%, #193656 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#245580', endColorstr='#193656', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.btn-primary:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background: #3463b5;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #3463b5 0%, #1c3e63 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3463b5), color-stop(100%, #1c3e63));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #3463b5 0%, #1c3e63 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #3463b5 0%, #1c3e63 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #3463b5 0%, #1c3e63 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #3463b5 0%, #1c3e63 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3463b5', endColorstr='#1c3e63', GradientType=0);
    /* IE6-9 */
}
/*  \ \ \ \ \           \ \ \ \ \ */
/*      Global Navigation         */
/*  Includes Search and Jumpmenu  */
/*  \ \ \ \ \           \ \ \ \ \ */

.navbar-inverse .navbar-inner {
    padding-bottom: 0;
    background: #245580 url('../images/bg_header.png') bottom repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-fixed-top .brand, .navbar .brand {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}
.navbar-inner form, .navbar-inner select {
    padding: 0;
    margin: 0;
    border: 0 !important;
}
.navbar-inner form {
    display: inline-block;
}
a.brand {
    width: 215px;
    height: 90px;
    background: url('../images/logo_invtab.png') no-repeat;
}
div.navbar-inner div.nav-collapse ul.nav li {
    float: none;
    display: inline-block;
    /*  IE7 Hack  */
    
    zoom: 1;
    *display: inline;
    _height: 30px;
}
div.navbar-inner h1.logo, div.navbar-inner p.logo {
    display: none;
}
div.navbar-inner div.nav-collapse div.row div {
    vertical-align: bottom;
}
#content {} #main {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(225, 225, 225, 5);
    box-shadow: 1px 1px 3px 3px rgba(225, 225, 225, 5);
}
#main #content-component:first-child {
    margin-left: 0;
    padding-left: 15px;
}
#main #content-component:first-child {
    margin-left: 0;
    padding-left: 15px;
}
#main #content-component:last-child > article {
    padding-right: 15px;
    padding-bottom: 3em;
}
/*  \ \ \ \ \           \ \ \ \ \   */
/*          Local Navigation        */
/*  \ \ \ \ \           \ \ \ \ \   */

#content > .row, #sidebar {
    margin-left: 0;
}
#content .moduletable.mod-localnav {
    background-color: #eee;
    border-radius: 6px;
    padding: 0 0 0.5em;
    margin-top: 3em;
}
#content {
    border-radius: 6px;
    padding: 0;
}
.mod-localnav h3, #nav-local.nav-list, #nav-local.nav-list li, #nav-local.nav-list li a {
    font-size: 1em;
    padding: 0;
    margin: 0;
}
.mod-localnav h3, .mod-localnav span.separator {
    font-weight: 400;
    padding: 0.25em 0.5em;
    background-color: #e3e3e3;
}
.mod-localnav h3 {
    border-left: 3px solid #999;
    -webkit-border-radius: 0px 6px 0px 0px;
    border-radius: 0px 6px 0px 0px;
    text-transform: uppercase;
}
.mod-localnav span.separator {
    display: block;
}
#nav-local.nav-list > li {
    font-size: 0.875em;
}
#nav-local.nav-list li a {
    text-decoration: none;
    padding: 0.25em 1.5em;
    border-bottom: 1px solid #fff;
    border-left: 3px solid #eee;
}
#nav-local.nav-list li a:hover {
    background-color: #e2f1ff;
    border-bottom: 1px solid #08c;
}
#nav-local.nav-list li.active > a {
    color: #333;
    background-color: #eee;
}
#nav-local.nav-list li.current > a {
    /*color: #333;*/
    
    background: url('../images/local-nav-active.png') -5px top no-repeat;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    border-left: 3px solid #ddd;
}
/*  \ \ \ \ \           \ \ \ \ \   */
/*         Right Column             */
/*  \ \ \ \ \           \ \ \ \ \   */

#sidebar-2 {
    padding-top: 4.5em;
}
.home #sidebar-2 {
    margin-left: 15px;
}
#sidebar-2 .moduletable {
    border-radius: 6px;
    padding: 0 0 0.5em;
    margin-bottom: 2em;
    background: #eee;
    text-align: center;
}
#sidebar-2 .moduletable h3 {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    padding: 0.25em 0.5em;
    border-right: 3px solid #999;
    -webkit-border-radius: 6px 0px 0px 0px;
    border-radius: 6px 0px 0px 0px;
    background-color: #e3e3e3;
}
#sidebar-2 .contact-mod {
    text-align: left;
}
#sidebar-2 .contact-mod dl {
    padding: 0 1em;
}
#sidebar-2 .contact-mod dt {
    margin-bottom: 0;
}
.home #sidebar-2 .moduletable {
    text-align: right;
}
.home #sidebar-2 .moduletable td, .home #sidebar-2 .moduletable section li {
    padding-right: 0.5em;
}
.home #sidebar-2 .moduletable tr:nth-child(even), .home #sidebar-2 .moduletable li:nth-child(even) {
    background-color: #f6f6f6;
    padding: 0.5em;
}
#sidebar-2 .moduletable span[class$=date] {
    font-size: 0.875em;
    color: #999;
    line-height: 1.2em;
}
#sidebar-2 .moduletable .mod_events_latest_table td {
    text-align: right;
    padding-right: 0.75em;
}
#support-amazon p {
    font-size: 0.875em;
    text-align: left;
    width: 85%;
    margin: 0 auto 1em;
}
/*  \ \ \ \ \           \ \ \ \ \   */
/*         Footer Section           */
/*  \ \ \ \ \           \ \ \ \ \   */

footer#main-footer {
    width: 100%;
    height: auto;
    background: #000 url(../images/bg_footer.png) repeat-x;
    margin-top: 0;
}
footer#main-footer nav {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
footer#main-footer nav ul, footer#main-footer nav h4, footer#main-footer nav p {
    color: #ededed;
}
footer#main-footer nav h4 {
    padding-bottom: 1em;
    height: 40px;
    vertical-align: bottom;
    display: table-cell;
}
footer#main-footer ul {
    list-style-type: none;
    margin-bottom: 2em;
    margin-left: 0;
}
footer#main-footer nav ul li a {
    color: #fff;
    text-decoration: underline;
}
footer#main-footer nav ul li a:link, footer#main-footer nav ul li a:visited {
    color: #fff;
    text-decoration: underline;
}
footer#main-footer nav ul li a:hover, footer#main-footer nav ul li a:active {
    color: #08c;
    text-decoration: none;
}
/*  \ \ \ \ \           \ \ \ \ \ */
/*     Basic Article Elements     */
/*  \ \ \ \ \           \ \ \ \ \ */

article h2 {
    font-size: 1.25em;
    margin-top: 2em;
    margin-bottom: 0.25em;
}
.article-publish-data {
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    clear: left;
    font-size: 0.75em;
    padding: 0.25em 0;
    margin-bottom: 0;
}
.article-publish-data .data-divide {
    color: #bbb;
    display: inline-block;
    margin: 0 1.5em;
}
blockquote {
    margin: 0 0 1em;
    padding: 1em 2.1875em 0.01em 4.375em;
    border-left: 3px solid #245580;
    background: #ededed url(../images/bg_blockquotes.png) no-repeat;
}
blockquote p {
    margin: 0 0 1.25em;
    font-style: italic;
}
blockquote p.quotestart {
    text-indent: -0.5em;
}
a.footnote {
    font-size: 0.83em;
}
.article-notes p {
    font-size: 0.75em;
}
/*      ITPrism Social Media Share      */

.itp-share {
    height: 40px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 2em;
}
/*      PretyPicture Lightbox Overlays      */

div.pp_overlay {
    z-index: 10000;
}
div.pp_pic_holder {
    z-index: 11000;
}
/*      Cycle slideshow fix      */

div.cycle-slideshow img {
    display: none;
}
div.cycle-slideshow img:first-child {
    display: block;
}
/*      Responsive Media container from AVEX Design (link below)     */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.HhK9egbL.dpuf */
/*  \ \ \ \ \           \ \ \ \ \ */
/*     Blog Layout Elements     */
/*  \ \ \ \ \           \ \ \ \ \ */

.item-holder {
    padding: 0.5em 1em 1em;
    margin: 1em 0;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
}
.item-holder.hovered {
    background-color: #eee;
    border: 1px solid #ddd;
}
.item-holder.hovered .page-header {
    border-bottom: 1px solid #ddd;
}
.item-holder .page-header h2 {
    font-size: 1.25em;
    font-weight: 400;
}
.item-holder.hovered .page-header h2 {
    color: #08c;
}
.item-holder .page-header, .item-holder .page-header h2 {
    padding: 0;
    margin: 0;
}
.item-holder p.readmore {
    text-align: right;
}
.article-intro-content {
    margin-top: 0.5em;
}

p.lead {
    font-weight: 300;
}

.article-intro-content p.lead {
    font-size: 1em;
    line-height: 1.4em;
}
.article-intro-content figure {
    margin-bottom: 0.5em;
}
.item-holder img {
    border: 1px solid #000;
}
.item-holder.hovered img {
    border: 1px solid #08c;
}
.items-row .article-publish-data {
    /*margin-bottom: 2em;*/
}
.items-row .row-separator {
    border-color: #fff;
}
.category-name {
    font-size: 0.75em;
    padding-top: 0.25em;
}
.thumbnails .caption p {
    font-size: 0.8125em;
    margin: 0.5em 0.5em 0;
}
/*  \ \ \ \ \           \ \ \ \ \ */
/*     Special Features           */
/*  \ \ \ \ \           \ \ \ \ \ */

.pdf-list {
    text-align: left;
    padding-left: 15px;
    list-style-image: url(../images/pdficon_small.gif);
}
.pdf-list li {
    margin-bottom: 1em;
}
.pdf-list li:last-child {
    margin-bottom: 0.5em;
}

.pdflink {
    padding-left: 20px;
    background: url(../images/pdficon_small.gif) no-repeat;
}
.img-document {
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .15);
    margin-bottom: 3px;
}
/*     Hero Graphics              */

div.pp_overlay {
    z-index: 10000;
}
div.pp_pic_holder {
    z-index: 11000;
}
#above {
    background: #dedede;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #dedede 0%, #ededed 99%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(99%, #ededed));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #dedede 0%, #ededed 99%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #dedede 0%, #ededed 99%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #dedede 0%, #ededed 99%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #dedede 0%, #ededed 99%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
}
header .hero-unit {
    padding: 0;
}
article header .hero-unit {
    max-width: 870px;
    margin: 1em auto;
}
#application-links {
    margin-bottom: 1.5em;
}
#application-links .span6 {
    text-align: center;
}
#application-links .span6 p {
    margin-bottom: 0;
}

#award-hero, .affhero .hero-unit {
    padding-top: 280px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
#yychero {
    background: url(/images/aff_yyc/hero_yyc_home.jpg) center center no-repeat;
}
#sfohero {
    background: url(/images/aff_sfo/Golden-Gate-Bridge-lo.jpg) center center no-repeat;
    background-size: 100%;
}
#atlhero {
    background: url(/images/aff_atl/hero_atl_home.jpg) center center no-repeat;
}
#laxhero {
    background: #333 url(/images/aff_lax/center-griffith-park-4.jpg) center bottom no-repeat;
}
#pdxhero {
    background: url(/images/aff_pdx/hero_pdx_home.jpg) center center no-repeat;
}
#washero {
    background: url(/images/aff_was/hero_was_home.jpg) center center no-repeat;
}
.affhero h1 {
    font-size: 2.5em;
    color: #fff;
    background: url(../images/bgfades/bg_blk25.png);
    background-size: 100%;
}
#award-hero {
    background: url(/images/home/hero_awards2012.jpg) no-repeat;
}
#award-hero h1 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
#award-hero h2 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
}
/*     Challenge Graphic Credits              */

dl.challenge-credits {
    font-size: 0.875em;
    height: 368px;
    width: 33.3333%;
    float: right;
    padding: 1em;
    margin: 0;
    background: url(../images/bgfades/bg_blk75.png);
    border-radius: 0 6px 6px 0;
}
dl.challenge-credits dt {
    color: #ddd;
    margin-bottom: 0;
}
dl.challenge-credits dd {
    color: #ddd;
    margin-bottom: 0.75em;
}
/*
Press Release "Contact" module
*/

div.moduletable.pr-contact div.well {
    padding: 0em 1em 1em;
}
.pr-contact h4 {
    font-size: 1em;
    font-weight: 400;
    color: #999;
}
.pr-contact .well p {
    font-size: 0.875em;
    margin-bottom: 0;
}
.press-footer {
    background-color: #ededed;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 1em 1em 0.5em 1em;
}
.press-footer p {
    font-size: 0.875em;
}
/*     Audio Transcription (Nick Nelson)       */

table.transcription th, .transcription tbody>tr:nth-child(odd)>th {
    width: 4em;
    vertical-align: top;
    background-color: #ddd;
}
table.transcription tr.odd th {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
table.transcription dl {
    margin: 0;
}
/*     Resources / Weblinks section       */

.weblinks-cat-list {
    list-style-type: none;
    margin-left: 0;
}
.weblinks-cat-list h2 {
    font-size: 1.25em;
    line-height: 1em;
    margin: 1.25em 0 0.25em;
}
.weblink-category dt {
    margin: 1.5em 0 0;
}
.weblink-category dd {
    margin-left: 1em;
}
.video-thumb {
    width: 120px;
    padding: 2% 2% 0 0;
    float: left;
}
.video-desc {
    width: 100%;
    float: right;
}
/*  \ \ \ \ \           \ \ \ \ \ */
/*      Pre-Navbar Collapse       */
/*  \ \ \ \ \           \ \ \ \ \ */

@media (min-width: 1200px) {} @media (min-width: 980px) and (max-width: 1199px) {
    #main #content-component:first-child {
        width: 690px;
    }
}
@media (min-width: 980px) {
    body {
        padding-top: 70px;
    }
    #main {
        width: auto;
    }
    .navbar .nav {
        float: right;
        margin-right: 0;
    }
    #searchhold form {
        float: right;
    }
    #nav-features {
        width: 510px;
        clear: right;
        float: right;
        margin-top: 0.9em;
    }
    #nav-features div.affiliates {
        top: -26px;
    }
    .navbar .caret, .navbar .nav .caret {
        border-top-color: #333;
    }
    /*    #content:first-child {
        margin: 10px;
        padding-left: 15px;
    }
*/
    
    #sidebar {
        padding-top: 34px;
    }
    .home .jevents-home {
        padding-top: 53px;
    }
    .home .jevents-home .mod_events_latest_table td {
        padding-bottom: 0.75em;
    }
    div.moduletable div.well {
        padding: 5px 0;
    }
    .pagenavcounter {
        font-size: 0.75em;
        background-color: #ededed;
        margin-top: -10px;
        padding: 0.25em;
    }
    #laxhero {
        background-size: 100%;
    }
    .login fieldset, .login .well {
        width: 50%;
    }
}
/*  \ \ \ \ \           \ \ \ \ \ */
/*     Post-Navbar Collapse       */
/*  \ \ \ \ \           \ \ \ \ \ */

@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
    .navbar .nav {
        float: none;
    }
    a.brand {
        background: url('../images/logo_notab.png') repeat-x;
    }
    .navbar-fixed-top .navbar-inner {
        padding: 0 1em 0 0;
    }
    .navbar-inverse .navbar-inner {
        background: #245580 url('../images/bg_collapse-nav-up.png') bottom left no-repeat;
    }
    .navbar-inverse div.navdown {
        background: #245580 url('../images/bg_collapse-nav-down.png') bottom left repeat-x !important;
    }
    #nav-features {
        padding: 0.5em 1em;
    }
    .navbar-inner .nav-collapse {
        top: -1.5em;
    }
    .nav-collapse .navbar-search {
        margin: 0;
        padding: 0 1em 0 0;
    }
    div.navbar-inner div.nav-collapse ul.nav {
        font-size: 1.25em;
        margin-bottom: 0;
        text-align: center;
    }
    #searchhold form {
        float: right;
    }
    #above {
        margin: 0 -20px;
    }
    .navbar-fixed-top {
        margin-bottom: 0;
    }
    #above {
        padding-top: 0;
    }
    header .hero-unit {
        padding-top: 400px;
        background-position: center;
    }
    dl.challenge-credits {
        margin-left: 0;
        width: 95%;
        padding: 1em 2.5% 0.5em;
        height: auto;
        border-radius: 0 0 6px 6px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #main #content-component:first-child {
        width: 528px;
    }
    #above {
        margin: 0;
    }
    #content .moduletable.mod-localnav {
        margin-top: 4.5em;
    }
    .img-intro-left {
        width: 100%;
    }
    .amazon-tablet {
        background-color: #000;
        padding: 0.5em 1em;
        border-radius: 6px;
    }
    .amazon-tablet:hover {
        background: #000;
        /* Old browsers */
        
        background: -moz-linear-gradient(top, #a0a0a0 0%, #000000 40%, #000000 100%);
        /* FF3.6+ */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a0a0a0), color-stop(40%, #000000), color-stop(100%, #000000));
        /* Chrome,Safari4+ */
        
        background: -webkit-linear-gradient(top, #a0a0a0 0%, #000000 40%, #000000 100%);
        /* Chrome10+,Safari5.1+ */
        
        background: -o-linear-gradient(top, #a0a0a0 0%, #000000 40%, #000000 100%);
        /* Opera 11.10+ */
        
        background: -ms-linear-gradient(top, #a0a0a0 0%, #000000 40%, #000000 100%);
        /* IE10+ */
        
        background: linear-gradient(to bottom, #a0a0a0 0%, #000000 40%, #000000 100%);
        /* W3C */
        
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
    }
}
@media (min-width: 768px) {} @media (max-width: 767px) {
    body {
        background-color: #fff;
    }
    #content {
        padding-top: 0;
        padding-bottom: 0;
    }
    #main {
        background-color: #fff;
        -webkit-box-shadow: 0;
        box-shadow: none;
    }
    #sidebar {
        margin-left: 0;
    }
    #content .moduletable.mod-localnav {
        /*background-color: #eee;
        border-radius: 6px;
        padding: 0 0 0.5em;*/
        
        margin-top: 0em;
    }
    .thumbnails .caption p {
        text-align: center;
    }
    #jumphold, #searchhold {
        width: 50%
    }
    #jumphold {
        float: left;
    }
    #searchhold {
        float: right;
    }
    footer.footer {
        margin: 0 -20px;
        padding: 30px 20px;
    }
}
@media (max-width: 599px) {
    div.navbar-inner div.nav-collapse ul.nav {
        font-size: 1.1em;
    }
}
@media (max-width: 479px) {
    #jumphold, #searchhold {
        width: 100%;
        float: none;
        text-align: center;
    }
    #jumphold {
        margin-bottom: 1em;
    }
    #searchhold form {
        float: none;
    }
    #sfohero {
        background-size: 200%;
    }
}
@media (max-width: 379px) {
    div.navbar-inner div.nav-collapse ul.nav {
        margin: 1em 0 1em 0.75em;
    }
    div.navbar-inner div.nav-collapse ul.nav li {
        font-size: 1.25em;
        float: none;
        display: list-item;
    }
}


.row + h2,
.row-fluid + h2 {
  margin-top: 0;
}