/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
 html {
    /* background: rgb(216, 229, 239); */
    /* Old browsers */
}
.no-break {white-space:nowrap;}
#main-content, .block-inner, .pane-inner, .menu-wrapper, .branding-elements, .attribution, .at-panel .rounded-corner, .block-panels-mini > .block-title, div.messages {
    margin-left: 15px;
    margin-right: 15px;
}
.front .content-inner .block-inner {margin-top: 15px;}
.breadcrumb-wrapper {
    margin-left:25px;
    margin-right:25px;
}
#background-column {
    height:140%;
    position:fixed;
    overflow:hidden;
    z-index:0;
    width: 100%;
    background: rgb(216, 229, 239);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(216, 229, 239, 1) 0%, rgba(235, 242, 248, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(216, 229, 239, 1)), color-stop(100%, rgba(235, 242, 248, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(216, 229, 239, 1) 0%, rgba(235, 242, 248, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(216, 229, 239, 1) 0%, rgba(235, 242, 248, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(216, 229, 239, 1) 0%, rgba(235, 242, 248, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(216, 229, 239, 1) 0%, rgba(235, 242, 248, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8e5ef', endColorstr='#ebf2f8', GradientType=0);
    /* IE6-9 */
    z-index:-1;
}
#background-column div {
    background-color:#ffffff;
    height:100000px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}
body {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 90%;
    line-height:1.4em;
}
/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
 h1 {
    font-size: 2em;
    margin: 0 auto 0em;
    line-height: 1.1em;
    color:#005395;
}
h2 {
    color:#492C00;
    font-size: 1.7em;
    line-height: 1.2em;
    margin-top:0;
    margin-bottom:.5em;
}
h3 {
    font-size: 1.45em;
    font-weight: normal;
    margin: 1em auto 0.6em;
    line-height: 1.25em;
}
h3:first-of-type {
    margin-top:0;
}
h4 {
    font-size: 1.05em;
    margin: 0 auto 0em;
}
h5 {
    font-size: .9em;
    margin: 0 auto 0em;
}
p {
    margin:0 auto .5em;
}
p.intro {
    color:#818181;
    font-size:1.2em;
    font-weight:bold;
    line-height:1.3em
}
b, strong {
}
i, em {
}
dfn {
}
sup {
}
sub {
}
del {
}
ins {
}
blockquote {
}
cite {
}
q {
}
address {
}
ul {
    list-style-image: url(../images/osp_bullet.png);
    list-style-type: square;
    padding-left:25px;
    margin-top:5px;
}
li {
}
ol {
}
dl {
}
dd {
}
dt {
}
abbr {
}
acronym {
}
pre, code, tt, samp, kbd, var {
    font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}
/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
 #page {
}
#page .container {
}
/*
 * Wraps all header elements - branding and .region-header
 */
 #header {
}
/*
 * Wraps the sidebars the content column
 */
 #columns {
}
/*
 * Main content column wrapper
 */
 #content-column {
}
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
 #main-content {
}
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
 #content {
}
/*
 * Footer wrapper
 */
 #footer {
}
/*
 * Panels may need additional margin wrangling when in the $content region
 */

/*#content .panel-display {
  margin-left: auto;
  margin-right: auto;
}*/

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */

/*
 * Wraps #page
 */
 #page-wrapper {
}
#page-wrapper .container {
}
/*
 * Wraps the leaderboard
 */
 #leaderboard-wrapper {
    background-color:#000000;
}
#leaderboard-wrapper .container {
}
.block.nihribbon {
    margin-bottom:0;
}
.nihribbon ul {
    margin: 0 auto;
    font-weight: normal;
    list-style-image: none;
    list-style-type: none;
    padding:10px 0 0;
    background: transparent url(../images/nihribbon-hhs.png) no-repeat 0 2px;
    min-height:25px;
}
.nihribbon ul a {
    color: white;
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 5px 6px 2px 18px;
    font-size: .85em;
    line-height: 1.2em;
}
.nihribbon ul li {
    padding: 0;
    margin: 0;
}
.nihribbon ul li.hhs a {
}
.nihribbon a:hover, .nihribbon a:active {
    color:rgb(255, 184, 0);
}
/*
 * Wraps the header
 */
 #header-wrapper {
    background-color: #005395;
}
#header-wrapper .container {
}
/*
 * Wraps the nav elements
 */
 #nav-wrapper {
}
#nav-wrapper .container {
}
/*
 * Wraps breadcrumb
 */
 #breadcrumb-wrapper {
}
#breadcrumb-wrapper .container {
}
/*
 * Wraps messages and help
 */
 #messages-help-wrapper {
}
#messages-help-wrapper .container {
}
/*
 * Wraps the secondary content/preface region
 */
 #secondary-content-wrapper {
}
#secondary-content-wrapper .container {
}
/*
 * Wraps the main content column
 */
 #content-wrapper {
}
#content-wrapper .container {
}
/*
 * Wraps the tertiary content/postfix region
 */
 #tertiary-content-wrapper {
}
#tertiary-content-wrapper .container {
}
/*
 * Footer wrapper
 */
 #footer-wrapper {
}
#footer-wrapper .container {
}
/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
 #branding {
}
/*
 * Logo
 */
 #logo {
    margin: 15px auto;
    background-image:url(../logo.png);
    background-repeat:no-repeat;
    max-height:62px;
    max-width:377px;
    background-size:contain;
}
.svg #logo {
    background-image:url(../logo.svg);
}
.block.header-logo {
    margin-bottom:0;
}
/*
 * Wrapper for the site name and slogan (hgroup)
 */
 #name-and-slogan {
}
/*
 * Site name (h1)
 */
 #site-name {
    margin: 0;
}
#site-name a {
}
#site-name a:link, #site-name a:visited {
    text-decoration: none;
}
#site-name a:hover, #site-name a:focus {
    text-decoration: underline;
}
/*
 * Site slogan (h2)
 */
 #site-slogan {
    margin: 0;
}
/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
 #main-content-header {
    /*    margin-top:15px;*/
    margin-bottom:15px;
}
/*
 * The main page title (h1)
 */
 #page-title {
    margin: 0;
    color:#005395;
}
/*#columns #page-title{
    margin-top:15px;
}*/
/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
 .float-right {
    float:right;
    padding:0 0 10px 10px;
}
.float-left {
    float:left;
    padding:0 10px 10px 0;
}
.margin-bottom-10 {
    margin-bottom:10px;
}
.margin-bottom-20 {
    margin-bottom:20px;
}
/*
 * Feed icons
 */
 .feed-icon {
}
/*
 * Aggregator feed source
 */
 #aggregator .feed-source .feed-icon {
    display: inline;
    float: none;
    margin-right: 10px;
}
.feed-details dt, .feed-details dd {
    display: inline;
    margin: 0;
}
/*
 * Generic styles for the more link
 */
 .more-link, .views-more-link {
    text-align: right;
    font-size:.8em;
    white-space:nowrap;
}
.more-link a:after, .views-more-link:after {
    content:" »";
}
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
 ul.links, ul.links-only, .tree-links ul {
    margin: 0;
    padding: 0;
}
ul.links.inline, ul.links-only.inline, .tree-links ul.inline {
    display: block;
}
ul.links li, ul.links-only li, .tree-links ul li {
    display: block;
    list-style: none;
    padding: 0;
    margin:0 0 10px 0;
}
.tree-links ul li li {
    margin-left: 20px;
    margin-top: 10px;
    font-size: .8em;
}
/*
 * Search results are an ordered list so reset the margin
 */
 .search-results {
    margin: 0;
}
.view-mode-search_result .big-title {
    margin-bottom:5px;
}
.view-mode-search_result .field-name-field-file-attachment .file-icon {
    height:13px;
    width:13px;
}
.view-mode-search_result p {
    margin-bottom:5px;
}
/* =============================================================================
 *   Regions
 * ========================================================================== */
 .standard-block-margin {
    margin-left:15px;
    margin-right:15px;
    margin-bottom:20px;
}
/*.region-inner {
  margin-left:15px;
  margin-right:15px;
}
.region-inner > .panel-pane {
    margin-left: -15px;
    margin-right: -15px;
}

*/
.panel-separator {
    margin-bottom:25px;
}
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
 .region {
}
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*.content-inner .region-inner {
    margin-bottom:15px;
}*/
.region-inner > .panel-pane {
}
/*
 * Regions can be nested, such as when using Panels
 */
 .region-inner .region-inner {
}
/*
 * Header region, embedded in the #header
 */
 .region-header{
}
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
 .region-help {
}
/*
 * Secondary content
 */
 .region-secondary-content {
}
/*
 * Sits above the main content header, like a content-top region
 */
 .region-highlighted {
}
/*
 * Sits below the main content, like a content-bottom region
 */
 .region-content-aside {
}
/*
 * Sidebars - targets both
 */
 .sidebar {
    margin-top:15px;
    margin-bottom:15px;
}
/*
 * First sidebar
 */
 .region-sidebar-first {
}
}
/*
 * Second sidebar
 */
 .region-sidebar-second {
}
/*
 * Tertiary content
 */
 .region-tertiary-content {
}
/*
 * Footer region
 */
 .region-footer {
    border-top:1px dotted #d6d6d6;
    margin-left:10px;
    margin-right:10px;
}
#block-menu-menu-footer-menu > .block-inner {
    margin-right:0;
}
/* =============================================================================
 *   Links
 * ========================================================================== */
 a {
    text-decoration: none;
}
a:link, a:visited {
    color:#005395;
    text-decoration:none
}
a:hover, a:active, a:focus {
    color:#a21510;
}
/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
 .nav {
    clear: both;
    margin: 10px 0;
}
#menu-bar.nav {
    margin:0;
}
.nav ul, .nav ul.menu {
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 985px) {
    .js #nav {
        position: relative;
    }
    .js #nav.closed {
        max-height: none;
    }
    #nav-toggle {
        display: none;
    }
    .nav li, .nav ul.menu li {
        display: inline;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }
}
.nav li a, .nav ul.menu li a {
    display: block;
    white-space: nowrap;
    padding: 0 10px;
    color:#ffffff;
    font-weight:bold;
}
#menu-bar.nav li a, #menu-bar.nav ul.menu li a {
    padding: .4em 10px;
}
.nav li a:visited, .nav ul.menu li a:visited {
    color:#ffffff;
}
#menu-bar.nav li, #menu-bar.nav ul.menu li {
    width:auto;
}
.nav li a:visited, .nav ul.menu li a:visited {
    color:#ffffff;
}
.nav li a:hover, .nav li a:focus, .nav ul.menu li a:hover, .nav ul.menu li a:focus {
    color: rgb(255, 184, 0);
}
.nav .block {
    margin-bottom: 0;
}
#menu-bar .menu-wrapper {
    margin-left:15px;
}
#nav-toggle {
    color:#ffffff;
    font-weight:bold;
    font-size:1.1em;
    line-height:1.8em;
}
/* =============================================================================
 *   Superfish
 * ========================================================================== */
 ul.sf-menu {
    margin-bottom: 0;
}
ul.sf-menu a {
    border-left: 0;
    border-top: 0;
    padding: 0 10px;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em;
}
ul.sf-menu a:link, ul.sf-menu a:visited {
}
ul.sf-menu li {
}
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
    outline: 0;
}
ul.sf-menu a {
}
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
    outline: 0;
}
/*
 * Superfish blocks
 */
 .block-superfish {
}
.block-superfish .block-inner .content {
}
.block-superfish ul {
    margin: 0 !important;
    padding: 0 !important;
}
.block-superfish ul ul {
}
.block-superfish ul ul ul {
}
.block-superfish ul ul ul ul {
}
.block-superfish li {
    margin: 0 !important;
    padding: 0 !important;
}
/*
 * Vertical style
 */
 .sf-vertical {
    width: 100%;
}
.sf-vertical li {
    width: 100%;
}
.sf-vertical li.last {
}
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}
.sf-vertical li a {
    padding: 0 10px;
}
/*
 * Navbar style
 */
 .sf-navbar {
    padding-bottom: 0 !important;
}
/*
 * Sensible padding for the default style
 */
 .sf-menu.sf-style-default a {
    padding: 0 10px;
}
/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
 ul.menu {
    padding-left: 15px;
}
ul.menu ul {
    padding-left: 15px;
}
ul.menu ul ul {
}
ul.menu ul ul ul {
}
ul.menu li {
    margin: 0;
}
ul.menu li.collapsed, ul.menu li.expanded, ul.menu li.leaf {
}
ul.menu li a {
}
ul.menu li a:link, ul.menu li a:visited {
}
ul.menu li a:active, ul.menu li a.active {
}
ul.menu li a:hover, ul.menu li a:focus {
}
ul.menu li.active a, ul.menu li.active-trail a {
}
ul.menu li.first, ul.menu li.last {
}
/* If li.content exists it's a problem, so reset the padding */
 .block .menu li.content {
    padding: 0;
}
/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
 .book-navigation {
}
.book-navigation .page-links {
}
.book-navigation .page-previous {
}
.book-navigation .page-next {
}
.book-navigation .page-up {
    /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
    min-width: 2em;
    white-space: nowrap;
}
.book-navigation .menu {
    margin-left: 0;
}
/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
 #breadcrumb {
    padding: 10px 0 5px;
    font-size:.8em;
    line-height: 1.5em;
}
/* If the label is set to show in theme settings the label class is added */
 #breadcrumb .breadcrumb-label {
    font-size: 1em;
    display: inline;
    padding-right: 10px;
}
#breadcrumb .breadcrumb-label:after {
    content:":";
}
#breadcrumb ol {
    margin: 0;
    padding: 0;
}
#breadcrumb .with-breadcrumb-label ol {
    display: inline;
}
#breadcrumb li {
    list-style: none;
    display: inline;
}
#breadcrumb li.crumb-first {
}
#breadcrumb li.crumb-last {
}
#breadcrumb a {
}
#breadcrumb a:link, #breadcrumb a:visited {
}
#breadcrumb a:active, #breadcrumb a.active {
}
#breadcrumb a:hover, #breadcrumb a:focus {
}
/* =============================================================================
 *   Pagers
 * ========================================================================== */
 ul.pager {
    clear: both;
    margin: 10px 0 0;
    text-align: center;
}
.item-list ul.pager li {
    margin: 0;
}
ul.pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: .5em;
}
ul.pager li.pager-current {
    font-weight: 700;
}
.block ul.pager li {
    margin: 0;
}
/*
 * Theme the various states of pager links
 */
 ul.pager li {
}
ul.pager li a {
}
ul.pager li a:link, ul.pager li a:visited {
}
ul.pager li a:active, ul.pager li a.active {
}
ul.pager li a:hover, ul.pager li a:focus {
}
ul.pager li.pager-item {
}
ul.pager li.first {
}
ul.pager li.last {
}
ul.pager li.pager-current {
}
ul.pager li.pager-first {
}
ul.pager li.pager-previous {
}
ul.pager li.pager-next {
}
ul.pager li.pager-last {
}
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
 #skip-link {
    left: 50%;
    margin-left: -6.5em;
    margin-top: 0;
    padding: 0 0.5em;
    position: absolute;
    width: 12em;
    z-index: 50;
}
#skip-link a {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
#skip-link a:link, #skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
    outline: 0;
}
/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
 #tasks {
    margin-bottom: 15px;
}
ul.primary {
    border-bottom-color: #ccc;
    margin: 20px 0;
    padding: 0 0 0 5px;
}
ul.primary li {
    display: block;
    float: left;
    margin: 0 1px -1px;
}
ul.primary li a {
    background-color: #f5f5f5;
    border-color: #ccc;
    margin-right: 1px;
    padding: 0 10px;
    display: block;
    float: left;
    height: 1.5em;
    line-height: 1.5em;
}
ul.primary li a:hover, ul.primary li a:focus {
    background-color: #eee;
    border-color: #ccc;
}
ul.primary li.active a, ul.primary li.active a:hover, ul.primary li.active a:focus {
    background-color: #fff;
    border-bottom-color: #fff;
}
ul.secondary {
    border-bottom: 1px solid #ccc;
    margin: 1em 0 0;
    padding: 0 .3em 1em;
}
ul.secondary li {
    border-right: 0;
    list-style: none;
    padding: 0 10px 0 0;
}
ul.secondary li a {
}
ul.secondary li a:hover, ul.secondary li a.active {
    border-bottom: none;
    text-decoration: underline;
}
/* =============================================================================
 *   Action links
 * ========================================================================== */
 ul.action-links {
    margin: 20px 0 0;
    list-style: none;
}
ul.action-links li {
}
/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
 .field {
}
/*
 * Above and inline classes are on the field wrapper
 */
 .field-label-above {
}
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
 .field-label-inline {
}
/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
 .field-label {
    font-size: 1em;
    font-weight: 700;
    font-family: inherit;
    line-height: inherit;
    margin-bottom: 0;
}
/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
 .field-type-image {
}
.field-type-image .caption {
}
.field-type-image .full-caption {
}
.field-type-image .teaser-caption {
}
/*
 * Taxonomy
 */
 .field-type-taxonomy-term-reference {
    /* The same bottom margin as p, blockquote, ul, ol and dl */
    margin-bottom: 1.5em;
}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
    margin: 0;
    padding: 0;
}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}
/*
 * Text
 */
 .field-type-text {
}
/*
 * Long text
 */
 .field-type-text-long {
}
/*
 * Text with summary
 */
 .field-type-text-with-summary {
}
/*
 * File
 */
 .field-type-file {
}
/*
 * Number/Integer
 */
 .field-type-number-integer {
}
/*
 * Decimal
 */
 .field-type-number-decimal {
}
/*
 * Number float
 */
 .field-type-number-float {
}
/*
 * List
 */
 .field-type-list-text {
}
/*
 * List boolean
 */
 .field-type-list-boolean {
}
/*
 * List integer
 */
 .field-type-list-integer {
}
/*
 * List float
 */
 .field-type-list-float {
}
/*
 * Field types (Contrib)
 */
 .field-type-datetime {
}
.field-type-node-reference {
}
.field-type-user-reference {
}
/*
 * Named fields
 */
 .group-topic-intro {
    margin-bottom:20px;
}
.field-name-field-image {
}
.field-name-field-tags {
}
/*
 * Underscores in field name are replaced with dashes
 */
 .field-name-field-FIELDNAME {
}
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */

/*
 * Float none setting
 */
 .ia-n .field-type-image, .iat-n .field-type-image {
}
/*
 * Float left setting
 */
 .ia-l .field-type-image figure, .iat-l .field-type-image figure {
    margin: 5px 20px 15px 0;
}
/*
 * Centered setting
 */
 .ia-c .field-type-image figure, .iat-c .field-type-image figure {
    margin: 5px auto 15px;
}
/*
 * Float right setting
 */
 .ia-r .field-type-image figure, .iat-r .field-type-image figure {
    margin: 5px 0 15px 20px;
}
/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
 .block {
    margin-bottom: 20px;
}
.block .node,  .block .block {
    margin-bottom: 0px;
}
/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
 .block-inner {
}
/*
 * The first block in the region
 */
 .block.first {
}
/*
 * The last block in the region
 */
 .block.last {
}
/*
 * Zebra striping for each block in the region
 */
 .block.odd {
}
/*
 * Zebra striping for each block in the region
 */
 .block.even {
}
/*
 * Block title
 */
.block-title {
    margin: 0 auto .25em;
    font-size: 1.5em;
}
/* unless its the primary content */
.primary-content .block-title {
    font-size: 1.7em;
    margin-bottom: .5em;
}
/*
 * Block content wrapper
 */
 .block-content {
}
.block-content .field ul li, .block-content ul li.leaf {
    list-style-image: url(../images/osp_bullet.png);
    list-style-type: square;
    /*  margin-bottom:5px;*/
}
/*
 * Block for the latest news items in the first category
 */
 #block-aggregator-category-1 {
}
/*
 * Block for the latest news items in the first feed
 */
 #block-aggregator-feed-1 {
}
/*
 * First block created with "Add block" link
 */
 #block-block-1 {
}
/*
 * "Recent blog posts" block
 */
 #block-blog-recent {
}
/*
 * "Book navigation" block for the current book's table of contents
 */
 #block-book-navigation {
}
/*
 * "Recent comments" block
 */
 #block-comment-recent {
}
/*
 * "Active forum topics" block
 */
 #block-forum-active {
}
/*
 * "New forum topics" block
 */
 #block-forum-new {
}
/*
 * Language switcher block
 */
 #block-locale-language {
}
/*
 * Custom menu block
 */
 #block-menu-menu-NAME {
}
/*
 * "Recent content" block
 */
 #block-node-recent {
}
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
 #block-node-syndicate {
}
/*
 * "Most recent poll" block
 */
 #block-poll-recent {
}
/*
 * "Author information" block for the profile of the page's author
 */
 #block-profile-author-information {
}
/*
 * "Search form" block
 */
 #block-search-form.block {
    margin:0 5px 15px;
}
/*
 * "Shortcuts" block
 */
 #block-shortcut-shortcuts {
}
/*
 * "Popular content" block
 */
 #block-statistics-popular {
}
/*
 * "Main menu" block
 */
 #block-system-main-menu {
}
/*
 * "Management" block for Drupal management menu
 */
 #block-system-management {
}
/*
 * "Navigation" block for Drupal navigation menu
 */
 #block-system-navigation {
}
/*
 * "User menu" block for Drupal user menu
 */
 #block-system-user-menu {
}
/*
 * "System help" block
 */
 #block-system-help {
}
/*
 * "Main page content" block
 */
 #block-system-main {
    margin-top:15px
}
/*
 * "Powered by Drupal" block
 */
 #block-system-powered-by {
}
/*
 * "User login form" block
 */
 #block-user-login {
}
/*
 * "Who's new" block for a list of the newest users
 */
 #block-user-new {
}
/*
 * "Who's online" block for a list of the online users
 */
 #block-user-online {
}
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
 .node {
    margin-bottom: 20px;
}
.node.node-promoted {
}
.node.node-sticky {
}
.node.node-by-viewer {
}
.node.node-teaser {
}
.node.node-full {
}
.node.odd {
}
.node.even {
}
.node .node-title {
    margin: 0;
}
.node .user-picture {
}
.node .submitted {
}
.node .submitted .username {
}
.node .submitted time {
}
.node .node-content {
}
.node ul.links {
}
.node ul.links li {
}
.node ul.links li a {
}
.node ul.links li.node-read-more a {
}
.node ul.links li.comment-add a {
}
.node ul.links li.comment-comments a {
}
.node ul.links li.comment-new-comments a {
}
.node ul.links li.blog-sernames-blog a {
}
.node ul.links li.print-html a {
}
.node ul.links li.print-email a {
}
.node ul.links li.print-pdf a {
}
.preview .node {
}
.node ul.links .views-field-body p {
    margin-bottom:.1em;
}
/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
 .node-page {
}
.node-article {
}
.node-book {
}
.node-forum {
}
.node-poll {
}
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
 #comments {
    margin: 1.5em 0;
}
#comments h2 {
}
#comments h2.comment-title {
    margin: 0;
}
#comments h2.comment-form {
    margin: 0;
}
/*
 * Wrapper for a single comment
 */
 .comment {
    margin-bottom: 20px;
}
.comment.first {
}
.comment.last {
}
.comment.odd {
}
.comment.even {
}
.comment .user-picture {
}
.comment .submitted {
}
.comment .submitted p {
}
.comment .submitted .username {
}
.comment .submitted time {
}
.comment .user-signature {
}
.comment ul.links {
}
/*
 * Comment title
 */
 .comment-title {
    margin: 0;
}
/*
 * Comment states
 */
 .comment-new {
}
.comment-by-anonymous {
}
.comment-by-node-author {
}
.comment-by-viewer {
}
.comment-title-hidden {
}
.comment-with-picture {
}
.comment-with-signature {
}
/*
 * Preview of the comment before submitting new or updated comment
 */
 .comment-preview {
}
/*
 * "New" marker for comments that are new for the current user
 */
 .new {
    color: #c00;
}
/*
 * Nested comments are indented
 */
 .indented {
    margin-left: 40px;
}
/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
 .form-item {
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px solid #c00;
}
.form-item label {
    font-weight: 700;
}
.form-item label.option {
}
/*
 * Highlight marks and form required mark
 */
 .marker, .form-required {
    color: #c00;
}
.form-item .description {
    font-size: 0.85em;
}
.form-checkboxes .form-item, .form-radios .form-item {
}
/*
 * The submit button
 */
 .form-submit {
}
.container-inline div, .container-inline label {
    display: inline;
}
/*
 * Define consistent borders
 */
 fieldset {
    border: 1px solid #ccc;
}
/*
 * Tips for Drupal's input formats
 */
 .tips {
}
/*
 * Buttons used by contrib modules like Media
 */
 a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
/*
 * Password confirmation
 */
 .password-parent, .confirm-parent {
    margin: 0;
}
/* =============================================================================
 *   Tables
 * ========================================================================== */
 table {
    margin: 10px 0;
    padding: 0;
    width: 100%;
}
table.sticky-header {
    z-index: 10;
}
table, thead, tbody, tr, th, td {
    border-color: #ccc;
}
table, td, th {
    vertical-align: middle;
}
caption, th, td {
    text-align: left;
}
thead tr {
    font-weight: 700;
    background-color: #e5e5e5;
}
td, th {
    border-bottom: 0;
    margin: 0;
    padding: 5px 7px;
}
tbody {
}
tbody tr {
    border-top: 1px solid #ccc;
}
tr.odd {
    background: #fff;
}
tr.info, tr.even, tr:nth-child(2n+2) {
    border-bottom: 0;
    background-color: #f5f5f5;
}
tr.drag {
}
tr.drag-previous {
}
tr.odd td.active {
    background-color: #eee;
}
tr.even td.active {
    background-color: #ebebeb;
}
.lt-ie8 tr {
}
.lt-ie8 tr.even, .lt-ie8 tr.odd {
}
.lt-ie8 tr.even th, .lt-ie8 tr.even td, .lt-ie8 tr.odd th, .lt-ie8 tr.odd td {
}
/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
 #forum td {
}
#forum td .created, #forum td .posts, #forum td .topics, #forum td .last-reply, #forum td .replies, #forum td .pager {
    white-space: normal;
}
/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
 div.messages {
    margin-bottom: 10px;
    margin-top: 10px;
}
div.messages ul {
    margin-top: 0;
    margin-bottom: 0;
}
div.status {
}
div.warning {
}
tr.warning {
}
div.error, tr.error {
}
.error {
}
.warning {
}
/*
 * Unpublished nodes
 */
 .node-unpublished, .comment-unpublished {
}
.node-unpublished, .comment-unpublished {
padding:10px;
background-color:#FFF5A2;
}
.node-unpublished p.unpublished, .comment-unpublished p.unpublished {
    color: #FFF5A2;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    margin-top: -31px;
    text-transform: uppercase;
    word-wrap: break-word;
    font-weight: bold;
    margin-left: -10px;
}
/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
 .lt-ie8 {
}
.lt-ie8 .node-unpublished > *, .lt-ie8 .comment-unpublished > * {
    position: relative;
}
/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
 .maintenance-page {
}
.maintenance-page .container {
    padding: 40px 0;
}
.maintenance-page #site-name, .maintenance-page #page-title {
    margin: 0;
}
.db-offline {
}
.db-offline .container {
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 960px;
}
.db-offline div.messages {
    margin: 20px 0 0;
}
.db-offline #content {
    padding: 20px 0;
}
/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
 #admin-menu {
    margin: 0;
    padding: 0;
}
/*
 * Devel Module
 */
 .dev-query {
    background: #eee;
    padding: 30px;
}
/*
 * Styleguide module tweaks
 */
 #styleguide-header {
    padding: 0 10px;
}
#styleguide-header .item-list {
    font-family: inherit;
    margin: 0 20px 20px 0;
    min-height: 260px;
    width: auto;
}
/*
 * Flexslider Overrides for Front Page
 */
 .flex-caption {
    display:none;
}
.slide-text-office {font-weight:bold; text-transform:uppercase;}
.view-front-page-slideshow .views-field-title {
}
.view-front-page-slideshow ol.flex-control-nav, .view-front-page-slideshow .flex-direction-nav {

}
.flex-direction-nav a {
display: block;
z-index: 900;
overflow: visible;
opacity: 0;
cursor: pointer;
color:#000000;
color: rgba(0,0,0,0.8);
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
font-size: 0;
}
.flex-next {margin-right:45px;}
.flex-prev {margin-left:45px;}
.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
display: block
}




.view-front-page-slideshow .flexslider {
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
}
#secondary-content-wrapper .block {
    margin-bottom:0;
}
#secondary-content-wrapper .region-inner {
    margin-left:0;
    margin-right:0;
}
#header-wrapper .container {
    position: relative;
    z-index:1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.83) 0%, rgba(43, 112, 167, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(43, 112, 167, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.83) 0%, rgba(43, 112, 167, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.83) 0%, rgba(43, 112, 167, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.83) 0%, rgba(43, 112, 167, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.83) 0%, rgba(43, 112, 167, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4000000', endColorstr='#002b70a7', GradientType=0);
    /* IE6-9 */
}
#menu-bar {
    background-image:url("../images/nav_bg.png");
    background-repeat: repeat;
}
.page-home #header-wrapper {z-index:9;}
.page-home #header-wrapper .container {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.68) 0%, rgba(0, 83, 149, 0.68) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.68)), color-stop(100%, rgba(0, 83, 149, 0.68)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.68) 0%, rgba(0, 83, 149, 0.68) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.68) 0%, rgba(0, 83, 149, 0.68) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.68) 0%, rgba(0, 83, 149, 0.68) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(0, 83, 149, 0.68) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad000000', endColorstr='#ad005395', GradientType=0);
    /* IE6-9 */
}
.view-front-page-slideshow .flex-nav-container {
    margin-bottom: 10px;
    background-color:#000000;
    background-color: rgba(0, 0, 0, 1);
}
#block-views-front-page-slideshow-block .flexslider ul.slides li img {
    margin-left: auto;
    margin-right:auto;
    max-width:1400px;
}
#block-views-front-page-slideshow-block .slide-text-inner {
    padding-bottom:10px;
    margin-left:15px;
    margin-right:15px;
}
#block-views-front-page-slideshow-block h2 {
    font-size:1.2em;
    margin-bottom:5px;
}
#block-views-front-page-slideshow-block .slide-text h2, #block-views-front-page-slideshow-block .slide-text p, #block-views-front-page-slideshow-block .slide-text a:link, #block-views-front-page-slideshow-block .slide-text a:visited {
    color:#ffffff;
}
#block-views-front-page-slideshow-block .slide-text.black h2, #block-views-front-page-slideshow-block .slide-text.black p, #block-views-front-page-slideshow-block .slide-text.black a:link, #block-views-front-page-slideshow-block .slide-text.black a:visited {
    color:#000000;
}
#block-views-front-page-slideshow-block .slide-text a:hover, #block-views-front-page-slideshow-block .slide-text a:active {
    color:rgb(255, 184, 0);
}
.block-jump-menu .block-title, .block-superfish .block-title {
    display:none;
}
.form-item-jump select, #superfish-1-select {
    width:100%;
}
#footer .block-menu ul {
    padding-left:0;
}
#footer .block-title {
    display:none;
}
#footer .block-menu ul li.leaf {
    list-style-type:none;
    list-style-image:none;
}
#gov-logos li:first-child {
    padding-right:10px;
}
#block-views-front-page-slideshow-block > .block-inner {
    margin-left:0;
    margin-right:0;
}
#content .panel-display, #content .panel-flexible {
/*    margin-left: -15px;
    margin-right: -15px;*/
    margin-left: -1em;
    margin-right: -1em;
}
.views-slideshow-controls-text-pause a {text-indent:-99999px;background-image:url(../images/play_pause_icon.png);height:7px;width:8px; background-position: 0 0; background-repeat:no-repeat;display:inline-block;}
.views-slideshow-controls-text-previous a {text-indent:-99999px;background-image:url(../images/prev_next_icon.png);height:5px;width:9px; margin-top:1px; margin-bottom:1px; background-position: 0 -5px; background-repeat:no-repeat;display:inline-block;}
.views-slideshow-controls-text-next a {text-indent:-99999px;background-image:url(../images/prev_next_icon.png);height:5px;width:9px; background-position: 0 0;  margin-top:1px; margin-bottom:1px; background-repeat:no-repeat;display:inline-block;}

/* =============================================================================
 *   Events and News list formating
 * ========================================================================== */
 .views-field-field-event-dates, .date-field-style {
    font-size:.85em;
    line-height:1.4em;
    margin-bottom: .1em;
}
/* =============================================================================
 *   Office and Topic page title headers
 * ========================================================================== */
 .header-title-wrapper {
    background-repeat:no-repeat;
    min-height: 15px;
}

/* =============================================================================
 *   Front Page Office Buttons
 * ========================================================================== */
 .office-button {
    display:block;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.14);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.14);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.14);
    border-top:8px #005395 solid;
}
.office-button img {
    display:block;
}
/*.oba-button {
    background-image: url(../images/OBA_button_bg.jpg);
    background-repeat:no-repeat;
}
.ocrb-button {
    background-image: url(../images/OCRB_button_bg.jpg);
    background-repeat:no-repeat;
}
.osmr-button {
    background-image: url(../images/OSMR_button_bg.jpg);
    background-repeat:no-repeat;
}*/
 .button-office-label {
    padding:10px 10px 7px;
    color:black;
}
.button-office-of {
    font-size:.7em;
    font-weight:bold;
    text-transform: uppercase;
    line-height: .75em;
    margin-bottom:5px;
}
.button-office-title {
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:0;
}
#mini-panel-front_page_off_prog .panel-pane.block {
    margin-bottom:0;
}
/* =============================================================================
 *   Office Landing Topic Buttons
 * ========================================================================== */
 .topic-button {
    height:117px;
    display:block;
}
.button-topic-label {
    background-color:#FFFFFF;
    background-color: rgba(255, 255, 255, .7);
    border-top:5px #005395 solid;
    padding:5px 10px;
    color:black;
    text-shadow: 0px 0px 20px #FFFFFF;
}
.button-topic-title {
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:0;
}
.oba-biosafety-button {
    background-image: url(../images/OBA-biosafety_button_bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0 60%;
}
.oba-biosecurity-button {
    background-image: url(../images/OBA-biosecurity_button_bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0 60%;
}
.oba-biotech-button {
    background-image: url(../images/OBA-biotech_button_bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0 100%;
}
.ocrb-clinical-button {
    background-image: url(../images/OCRB-clinical_button_bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0 50%;
}
.ocrb-genetics-button {
    background-image: url(../images/OCRB-genetics_button_bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0 60%;
}
.ocrb-healthcare-button {
    background-image: url(../images/OCRB-healthcare_button_bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.osmr-manage-button {
    background-image: url(../images/OSMR-management_button_bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0 100%;
}
.osmr-impact-button {
    background-image: url(../images/OSMR-impact_button_bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.osmr-reporting-button {
    background-image: url(../images/OSMR-reporting_button_bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.smaller-text {
    font-size:.8em;
    line-height:1.5em;
}
/*.view-events .views-field-title, .view-announcements .views-field-title,*/
 .view-resources-by-contextual-taxonomy .views-field-title, .big-title {
    font-size: 1.21em;
    line-height: 1.3em;
}
.field-name-field-file-attachment a {margin-left: 20px;
display: block;}
.field-name-field-file-attachment img {position:absolute;  padding-top:3px;}
.resource-file-icon {margin-left: 24px; position:relative;}
.event-resource-file-icon span.field-content {margin-left: 24px; position:relative; }
.event-resource-file-icon span.file {margin-left: 24px; position:relative; display:inline-block;}
.event-resource-file-icon-style .views-field-field-file-attachment{margin-left: 24px; position:relative; display:inline-block;}
.event-resource-file-icon .date-display-single {margin-left: 24px;}
.resource-file-icon img.file-icon, .event-resource-file-icon img.file-icon, .event-resource-file-icon-style img.file-icon {position:absolute; left:-23px; padding-top:3px;}
.tree-links li li .resource-file-icon img.file-icon {left:-21px; height:14px; width:14px;}
.link-file-icon .field-content {margin-left: 24px; display:block;}
.link-file-icon  {background-image: url("../images/link-file-icon.png"); background-position:1px 3px; background-repeat: no-repeat;}
.files-file-icon, .webcast-file-icon  {display:block; position:relative;}
.files-file-icon .field-item {padding-left: 21px; background-image: url("../images/files-file-icon.png"); background-position:0px 2px; background-repeat: no-repeat;}
.webcast-file-icon .field-item  {padding-left: 21px; background-image: url("../images/webcast-file-icon.png"); background-position:0px 2px; background-repeat: no-repeat;}
.view-events .views-field-title, .view-announcements .views-field-title, .view-external-resources-by-contextual-taxonomy .views-field-title {
    font-size: 1.07em;
    line-height: 1.4em;
    margin-bottom:.2em;
}
.views-field-body {
    margin:5px 0 5px;
}
.links .views-field-body {
    margin:2px 0 5px;
}
/*.view-resources-by-contextual-taxonomy .views-row, .view-external-resources-by-contextual-taxonomy .views-row, .view-annoucemnts-by-contextual-taxonomy .views-row, .view-announcements .views-row */
 .links .views-row, .attachment .views-row {
    margin-bottom:20px;
}
/*.view-resources-by-contextual-taxonomy .views-row.views-row-last, .view-external-resources-by-contextual-taxonomy .views-row.views-row-last, .view-annoucemnts-by-contextual-taxonomy .views-row.views-row-last, .view-announcements .views-row.views-row-last*/
 .links .views-row.views-row-last {
    margin-bottom:0;
}
.group_event_info {
    padding:10px 15px;
    width:260px;
    background-color:#e4e4e4;
    float:right;
    margin-left:15px;
    margin-bottom:15px;
}
.links .views-field-field-location {
    margin-top:-3px;
    margin-bottom:2px;
}
.group_event_info .field-name-field-event-dates {
    margin-bottom:5px;
    font-weight:bold;
}
/* =============================================================================
 *   Topic Pages Navigation Block
 * ========================================================================== */

/* .topics-nav-block .menu {
    margin:0;
}
.topics-nav-block .menu-depth-1 > a {
    font-size:1.2em;
    line-height:1.4em;
}
.topics-nav-block .menu-depth-1 {
    margin-bottom:10px;
}
.topics-nav-block .menu-depth-2 > a {
}
.topics-nav-block .menu-depth-3 > a {
}*/

/*.topics-nav-block ul.jquerymenu li.parent span.closed, .topics-nav-block ul.jquerymenu li.parent span.open {
  background-image: url(../images/controls_mask.png);
  background-color: black;
}*/
 .topics-nav-block ul.jquerymenu li.parent span {
    margin-top:8px;
}
.topics-nav-block ul.jquerymenu li.parent li.parent > span {
    margin-top:6px;
}
.topics-nav-block ul.jquerymenu li.parent span:hover {
    background-color: #a21510;
}
.topics-nav-block li.leaf {
    margin-bottom:5px;
}
.topics-nav-block .menu {
    margin:0;
}
.topics-nav-block li > a {
    font-size:1.2em;
    line-height:1.4em;
}
.topics-nav-block li li > a {
    font-size:1em;
    line-height:1.1em;
}
.topics-nav-block li:first {
    padding-top:0;
}
.topics-nav-block .parent {
    margin-bottom:5px;
}
.view-osp-events .views-widget-filter-field_topics_tid {
    width:100%;
}
.view-osp-events #edit-date-filter-min-wrapper, .view-osp-events #edit-date-filter-max-wrapper {
    display:inline-block;
}
.view-osp-events .views-exposed-form {
    padding:10px;
    background-color: #ececec;
    /*background-image: url("../images/diaglines_bg.png");*/
    margin-bottom: 15px;
    padding: 0 15px 10px;
}
.resource-icon {
    float:left;
    padding-top:3px;
}
.has-resource-icon {
    margin-left:32px;
}
.padding-right-5 {
    padding-right:5px;
}
.block .node.view-mode-search_result {
    margin-bottom: 20px;
}
.form-item-field-topics-tid #edit-field-topics-tid, .form-item-field-topics-tid-1 #edit-field-topics-tid-1 {
    width:100%;
}
ul.jquerymenu li.parent span.closed {
    background-color: transparent;
}
.ui-accordion {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-accordion .ui-accordion-header {
    border-radius:0;
    background:transparent;
    border:none;
    font-size:1.15em;
}
.ui-widget {
font-size: 100%;
}
.ui-accordion .ui-accordion-header.ui-state-active {
    background: rgb(235, 235, 235);
}
.ui-accordion .ui-accordion-header .ui-icon {
    top: 1.1em;
}
.ui-accordion .ui-accordion-header a, .ui-accordion .ui-accordion-header a:link, .ui-accordion .ui-accordion-header a:visited {
    color: #005395;
}
.ui-accordion .ui-accordion-header a:hover, .ui-accordion .ui-accordion-header a:active, .ui-accordion .ui-accordion-header a:focus {
    color: #a21510;
}
.ui-accordion .ui-accordion-content {
    background: rgb(235, 235, 235);
    padding: 0 2.5em 1em;
    border:0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    font-size: 1em;
    line-height: 1.4em;

}
.node-conference-sub-page .field-collection-container, .node-conference-sub-page .field-collection-view {
    border:none;
    margin-bottom:0;
    padding:0
}
.node-conference-sub-page h4 {
    margin-top:0;
    margin-bottom:0;
}
.node-conference-sub-page h3 {
    margin-bottom:0.25em;
}
.node-conference-sub-page .field-collection-container .field-items .field-item {
    margin-bottom:25px;
}
.node-conference-sub-page .field-collection-container .field-items .field-items .field-item {
    margin-bottom: 15px;
}
.node-conference-sub-page .field-collection-container .field-items .field-items .field-items .field-item {
    margin-bottom: 0px;
}
.node-type-conference .field-collection-container {
    border-bottom:0;
}
.node-conference .field-item {margin-bottom:20px;}
.tell-conf-apart {
}
.field-conference-session {
}
.center-content {
    text-align:center;
}
.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%;
}
.calendar-calendar tr:nth-child(2n+2) {
    border-bottom: 0;
    background-color: transparent;
}
.calendar-calendar tr {
    border-top:0;
}
.calendar-calendar td {text-align:center;}
.calendar-calendar div, .calendar-calendar .mini-day-off,  .calendar-calendar .mini-day-on a {
    padding:5px;
}
.calendar-calendar .calendar-empty {padding: 0;}
.calendar-calendar .mini-day-on a:link, .calendar-calendar .mini-day-on a:visited {/*background-color: #005395;*/
/*color: #ffffff;
*/
display: inline-block;
width: 20px;
border-radius: 30px;
text-decoration: none;
    font-weight: bold;
}

.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today  {
    background-color: transparent;
}
.calendar-calendar tr td.today.has-no-events div:first-child, .calendar-calendar tr.odd td.today.has-no-events div:first-child, .calendar-calendar tr.even td.today.has-no-events div:first-child {
    background-color: #BEBEBE;
    color: #ffffff;

border-radius: 30px;
width: 20px;
display: inline-block;
}
.calendar-calendar tr td.today.has-events div:first-child a, .calendar-calendar tr.odd td.today.has-events div:first-child a, .calendar-calendar tr.even td.today.has-events div:first-child a{
    background-color: #BEBEBE;
    color: #005395;
border-radius: 30px;
width: 20px;
display: inline-block;
}
.calendar-calendar th.days {
background-color: transparent;
color: #777;
font-weight: bold;
border: 1px solid #ccc;
border-width: 0;
padding-bottom: 10px;
text-align:center;
}
.calendar-calendar .mini-day-on a:hover{
    background-color: #005395!important;
    color: #ffffff!important;
}
.views-exposed-form label {padding-bottom:3px;}
#admin-menu.admin-menu-site-dev-nihosp-jbsinternational-com {background-color: #6D6D6D; background-image:none;}
.osp-events-search-form .container-inline-date label {
    font-weight: 500;
    font-size: .9em;
    width: 60px;
}

.section-about .sidebar {
margin-top: 0px;
}
.osp-events-search-form  .views-widget-filter-field_event_dates_value .form-text, .osp-events-search-form  .views-widget-filter-date_filter .form-text { width:6em;}
.inline-form-button .views-exposed-form .views-exposed-widget .form-submit {margin-top:0px;}
.inline-form-button .views-exposed-form .views-exposed-widget {padding-right:5px;}
/*.views-exposed-form .views-exposed-widget .form-submit {margin-top:10px;}*/
.osp-events-search-form .form-item-field-office-tid select, .osp-events-search-form .views-widget-filter-date_filter  select  {width:100%;}
.view-header {margin-bottom: 5px}
.osp-events-search-form .views-submit-button input[type="submit"]{
background: #005395; /* Old browsers */
background: -moz-linear-gradient(top,  #005395 0%, #427093 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005395), color-stop(100%,#427093)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #005395 0%,#427093 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #005395 0%,#427093 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #005395 0%,#427093 100%); /* IE10+ */
background: linear-gradient(to bottom,  #005395 0%,#427093 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005395', endColorstr='#427093',GradientType=0 ); /* IE6-9 */

}
.osp-events-search-form .views-submit-button input[type="submit"]:hover{
background: #006bc2; /* Old browsers */
background: -moz-linear-gradient(top,  #006bc2 0%, #4d82ab 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006bc2), color-stop(100%,#4d82ab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #006bc2 0%,#4d82ab 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #006bc2 0%,#4d82ab 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #006bc2 0%,#4d82ab 100%); /* IE10+ */
background: linear-gradient(to bottom,  #006bc2 0%,#4d82ab 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bc2', endColorstr='#4d82ab',GradientType=0 ); /* IE6-9 */
}
.osp-events-search-form .container-inline-date label {
    display: inline-block;
    padding-top:2px;
}
.osp-events-search-form .views-exposed-form .views-exposed-widget {
    margin-bottom:5px;
}
.osp-events-search-form #edit-field-event-dates-value-max-wrapper, .osp-events-search-form #edit-field-event-dates-value-min-wrapper, .osp-events-search-form #edit-date-filter-min-wrapper, .osp-events-search-form #edit-date-filter-max-wrapper {
    float:left; width:45%;
}
.osp-events-search-form .form-item-field-event-dates-value-max .description,  
.osp-events-search-form .form-item-date-filter-max .description{
display:none;
}
.osp-events-search-form .form-item-field-event-dates-value-min .description,  
.osp-events-search-form .form-item-date-filter-min .description{
overflow:visible;
position: absolute
}
.osp-events-search-form .views-widget-sort-by {
    float:left;
    clear:left;
}
.osp-events-search-form .views-widget-sort-order {
    float:left;
    width:auto;
    margin-left:15px;
}
.osp-events-search-form .views-submit-button {
    float:right;
    clear:left;
}
.osp-events-search-form .views-reset-button {
    float:right;
}

/* Style for accordion content */

.ui-state-default{
  border: solid 1px #ccc;
  background: none;
  border-radius: 0;
  margin-bottom: 5px;
  overflow: auto;
}
 

.ui-state-active{
  border-bottom: solid 1px #ccc;
  border-radius: 0;
  background: #DBE7F1;
}

.ui-widget-content
{
  border: 0;
  background:none;
  color: #555555/*{fcDefault}*/;
}
.ui-widget-content .ui-state-default{
  border: 0;
  background:none;
  color: #555555/*{fcDefault}*/;
}


.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  display: none;
  zoom: 1;
  overflow:hidden;
  background:none;
  color: black;
  font-family: "Helvetica","sans-serif";
  font-size: 10.5pt;
  line-height: 1.4em;

}

.blog-author-byline {
    text-align: center;
    margin-top:10px;
    font-size:1.1em;
}

.blog-author-byline a {
    font-weight: bold;
}

.blog-bio--text {
    overflow:hidden;
}
.blog-links--subscribe, .blog-links--rss, .blog-links--policies, .blog-links--twitter {
    display: block;
    margin-left:20px;
    position: relative;
    margin-bottom:5px;
}

.blog-links--subscribe:before, .blog-links--rss:before, .blog-links--policies:before, .blog-links--twitter:before {
    display: block;
    height:14px;
    width: 12px;
    position: absolute;
    margin-left:-20px;
    content: "";
    background-repeat:no-repeat;
    background-position:0 0;
    background-size: 24px 14px;
    margin-top:2px;
}
.blog-links--subscribe:before {
    background-image:url("/sites/all/themes/nihosp/images/blog-icon-email.png");
}
.svgfilters .blog-links--subscribe:before {
    background-image:url("/sites/all/themes/nihosp/images/blog-icon-email.svg");
}
.blog-links--rss:before {
    background-image:url("/sites/all/themes/nihosp/images/blog-icon-rss.png");
}
.svgfilters .blog-links--rss:before {
    background-image:url("/sites/all/themes/nihosp/images/blog-icon-rss.svg");
}
.blog-links--policies:before {
    background-image:url("/sites/all/themes/nihosp/images/blog-icon-doc.png");
}
.svgfilters .blog-links--policies:before {
    background-image:url("/sites/all/themes/nihosp/images/blog-icon-doc.svg");
}
.blog-links--twitter:before {
    background-image:url("/sites/all/themes/nihosp/images/blog-icon-twitter.png");
}
.svgfilters .blog-links--twitter:before {
    background-image:url("/sites/all/themes/nihosp/images/blog-icon-twitter.svg");
}
.blog-links--subscribe:hover:before, .blog-links--policies:hover:before, .blog-links--rss:hover:before, .blog-links--twitter:hover:before {
    background-position:-12px 0;
}
.addthis-links-email, .addthis-links-twitter, .addthis-links-linkedin, .addthis-links-facebook {
  height: 24px;
  width: 24px;
  overflow: hidden;
  text-indent: -999999px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 48px 24px;
  display: inline-block;
  vertical-align: middle;
}
.addthis-links-email {
    background-image:url("/sites/all/themes/nihosp/images/service-icon-email.png");
} 
.svgfilters .addthis-links-email {
    background-image:url("/sites/all/themes/nihosp/images/service-icon-email.svg");
}
.addthis-links-twitter {
    background-image:url("/sites/all/themes/nihosp/images/service-icon-twitter.png");
} 
.svgfilters .addthis-links-twitter {
    background-image:url("/sites/all/themes/nihosp/images/service-icon-twitter.svg");
}
.addthis-links-linkedin {
    background-image:url("/sites/all/themes/nihosp/images/service-icon-linkedin.png");
} 
.svgfilters .addthis-links-linkedin {
    background-image:url("/sites/all/themes/nihosp/images/service-icon-linkedin.svg");
}
.addthis-links-facebook {
    background-image:url("/sites/all/themes/nihosp/images/service-icon-facebook.png");
} 
.svgfilters .addthis-links-facebook {
    background-image:url("/sites/all/themes/nihosp/images/service-icon-facebook.svg");
}
.addthis-links-email:hover, .addthis-links-twitter:hover, .addthis-links-linkedin:hover, .addthis-links-facebook:hover {
    background-position:-24px 0;
}
.blog-front-block {
    margin: 15px 15px 15px 12px;
    padding-top:1px;
    padding-bottom: 15px;
background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#comment-confirm-delete {
    padding:10px;
    background-color:$FCFFB6;
}
.comment ul.links.inline {
    float:right;
    font-size:0.8em;
    line-height:1.5em;
}
.comment ul.links.inline li {
    display:inline-block;
    margin-left:10px;
}
.comment ul.links.inline li.comment-reply a:after {
       content: " »";
}
.comment-form .form-actions {
    float:right;

}
.pane-menu-menu-blogroll ul.menu {
    padding-left:0;
}
.pane-menu-menu-blogroll ul.menu li {
      margin: 0 0 0.25em 1.5em;
}
.blog-bio--block img {
    float: left;
    margin-right:10px;
 }

 .ajax-comments-form-reply {
      margin-bottom: 75px;
 }
input[type=submit][value=Save] {
    background: #005395; /* Old browsers */
    background: -moz-linear-gradient(top,  #005395 0%, #427093 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005395), color-stop(100%,#427093)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #005395 0%,#427093 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #005395 0%,#427093 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #005395 0%,#427093 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #005395 0%,#427093 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005395', endColorstr='#427093',GradientType=0 ); /* IE6-9 */
 }
input[type=submit][value=Save]:hover {
    background: #006bc2; /* Old browsers */
    background: -moz-linear-gradient(top,  #006bc2 0%, #4d82ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006bc2), color-stop(100%,#4d82ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #006bc2 0%,#4d82ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #006bc2 0%,#4d82ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #006bc2 0%,#4d82ab 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #006bc2 0%,#4d82ab 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bc2', endColorstr='#4d82ab',GradientType=0 ); /* IE6-9 */
 }
  .ajax-comments-form-reply .form-actions input[type=submit] {
        margin-left:1em;
        float: right;
  }
  .ajax-progress .throbber {
    position:absolute;
    top: 0;
  }
  .view-blog img {
    margin-top:10px;
    margin-bottom:10px;
  }
  .ckeditor--float-right {
    float: right;
    margin-left: 15px;
  }
  .ckeditor--float-left {
    float: left;
    margin-right: 15px;
  }