/* Stylesheet management through sprockets (Doesn't work in Middleman 2.x)
 *= require fonts
 *= require ui
 *= require gallery
 *= require reveal
 */

 
@import url(fonts.css);
@import url(normalize.min.css);
@import url(ui.css);
@import url(gallery.css);
@import url(reveal.css);




/* 
  ===============================
  INCLUDED FOR NEWS LAYOUT 
  ==============================
*/

#research_news .news-home .form.striped {
    padding: 0 1em;
}
#research_news .form.striped {
    background: url("img/misc/bg.form-stripes.png") repeat scroll 0 0 transparent;
    box-shadow: 0 2px 7px #AAAAAA;
}
#research_news .row:after, .clearfix:after {
    clear: both;
}
#research_news .row:before, .row:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
#research_news .column:first-child, .columns:first-child {
    margin-left: 0;
}
#research_news .column, .columns {
    float: left;
    min-height: 1px;
    position: relative;
}
#research_news .form.news-listing-filter label {
    float: left;
    margin-right: 1em;
}
#research_news .form label {
    cursor: pointer;
    display: block;
    line-height: 18px;
    margin-bottom: 9px;
}
#research_news [class*="column"] + [class*="column"]:last-child {
    float: right;
}
#research_news .row .five {
    width: 40.9375%;
}
#research_news .column, .columns {
    margin-left: 1.25%;
    min-height: 1px;
    position: relative;
}
#research_news .form {
    margin: 0 0 18px;
}
#research_news .row .row {
    min-width: 0;
}
#research_news .result-nav {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
}
#research_news .row {
    max-width: 980px;
    width: 98%;
}

#research_news .row .six {
    width: 49.375%;
}

#research_news .news-home .form.striped {
    padding: 0 1em;
}
#research_news ul.search-nav {
    float: right;
    font-size: 0.75em;
    margin: 0;
    padding: 6px 8px;
}
#research_news ul, menu, dir {
    display: block;
    list-style-type: disc;
}
#research_news .news-listing {
    margin-bottom: 1.5em;
}
#research_news element.style {
    width: 196px;
}
#research_news .form.custom div.custom.dropdown {
    display: block;
    font-size: 11px;
    height: 28px;
    margin-bottom: 9px;
    margin-top: 2px;
    position: relative;
    width: auto !important;
}
#research_news .form.custom div.custom.dropdown a.selector {
    background: url("img/misc/sprite.custom-forms.png") no-repeat scroll -40px 1px transparent;
    border: 1px solid #8D8D8D;
    display: block;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}
#research_news .form.custom div.custom.dropdown a.current {
    background: -moz-linear-gradient(center top , #E1E2DE 0%, #D2D3CE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #8D8D8D;
    color: #141414;
    display: block;
    line-height: 26px;
    min-height: 26px;
    overflow: hidden;
    padding: 0 38px 0 6px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}
#research_news .form.custom div.custom.dropdown ul li.selected {
    background: url("img/misc/sprite.custom-forms.png") no-repeat scroll right -74px transparent;
}
#research_news .form.custom div.custom.dropdown ul li {
    cursor: pointer;
    font-size: 11px;
    margin: 0;
    min-height: 18px;
    padding: 3px 38px 3px 6px;
    white-space: nowrap;
}

#research_news .form.custom div.custom.dropdown ul {
    height: 175px;
    overflow: auto;
}
#research_news .form.custom div.custom.dropdown ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #8D8D8D;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    min-width: 96.5%;
    padding: 0;
    position: absolute;
    top: 27px;
}
#research_news .form.custom div.custom.dropdown.open ul {
    display: block;
    z-index: 10;
}
#research_news .news-listing-snippet {
    font-size: 0.75em;
    line-height: 1.5;
}
#research_news ul.search-nav li.pageprev, #research_news ul.search-nav li.pagenext {
    color: #AAAAAA;
    text-decoration: none;
}
#research_news ul.search-nav li {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 0.8em;
    margin: 0 0.4em;
    padding: 0;
}