html {
    font-size: 16px;
}

body {
    padding: 0;
    margin-bottom: 1em;
    /*font-size: 80%;*/
    min-width: 320px;
    line-height: 1.42857143;
}

html, body {
    height: 100%;
    /*font-family: "Lucida Grande",Lucida,verdana,arial,sans-serif !important;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,div,td,span,select,option,li {
    color: #000;
}

td {
    padding: .25em;
}

ul {
    list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: inherit;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

h1 {
    /*font-size: 160% !important;*/
    margin-top: 16px;
    margin-bottom: 16px;
}

/*h2 {*/
/*    font-size: 130% !important;*/
/*}*/

h3 {
    font-size: 120%;
}

h4 {
    font-size: 100% !important;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.education {
    margin-bottom: 8px;
}

.divi, .addr, .co, .cty {
    display: block;
}

.bank-contact-info {
    margin-top: 5px;
    margin-bottom: 5px;
}

.greyed {
    color: #939393;
}

.white {
    color: #fff;
}

.subheader {
    color: #000;
    font-weight: bold;
}

#container {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    border-top: none;
}

#site-feedback-button img {
    cursor: pointer;
    cursor: hand;
}

#site-feedback-button img {
    z-index: 5;
}

#feedback-modal .modal-body {       
    height: 375px;     
}

#alfred-logo {
    margin-left: 25px;
    padding-top: 10px;
}

.hamburger{
    font-size: 25px;
}

@media screen and (max-width: 900px) {
  #alfred-logo {
      margin-left: 0px;
      padding-top: 10px;
  }

}
td.pageheader,
span.pageheader,
div.pageheader,
p.pageheader {
    margin-top: 16px;
    font-family: arial;
    color: #000;
    font-weight: bold;
    font-size: 160% !important;
}

h1.pageheader {
    font-family: arial;
    color: #000;
    font-weight: bold;
    font-size: 160% !important;
    margin-bottom: 0;
    line-height: 24px;
}

.clear {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.large {
    font-size: 120%;
}

.red, .error {
    color: #D80B0B;
}

.monospaced {
    font-family: Courier New, Courier, mono;
}

.small {
    font-size: 11px !important;
}

.scrollable {
    overflow-y: auto;
}

.scrollable::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollable::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.copyright {
    font-size: 12px;
    color: #999;
}

span.link {
    color: #39619a;
    cursor: pointer;
}

/* new */

a:hover {
    text-decoration: underline;
}

.series-pager-header > .dropdown > .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    background-color: transparent;
}
.series-pager-header > .dropdown > .dropdown-menu > li > a:hover {
   text-decoration: none;
   background: #f5f5f5;
   background-color: #f5f5f5! important; 
}

.series-pager-header > .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 20px !important;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.subtitle {
    position: relative;
    /*top: -8px;*/
    margin: 0;
    font-size: 1.3em;
    /*font-weight: bold;*/
}

a,
a:visited,
a:hover {
    /*color: #39619a;*/
}

.nav-drawer {
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    left: 0;
    margin-left: -250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 20px;
    position: absolute;
    top: 130px;
    width: 230px;
    z-index: 984;
    opacity: .3;
}

.nav-drawer.transition {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-property: margin-left;
    -webkit-transition-timing-function: cubic-bezier(0, 1.12, 0.39, 0.98);
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: margin-left;
    transition-timing-function: cubic-bezier(0, 1.12, 0.39, 0.98);
}

.nav-drawer.active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 40px 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 40px 0;
    margin-left: -20px;
    opacity: 1.0;
}

#user-nav {
    font-size: .9em;
}
#user-nav div {

}

#user-nav li {
    display: inline;
    list-style-type: none;
    padding: 0 .7em;
    border-right: 1px solid #000;
    margin: 0;
}

#user-nav a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}


#header {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    z-index: 1902;
}

#logo {
    width: 450px;
    height: 100px;
    -ms-interpolation-mode: bicubic;
}

.header-logo {
    margin-top: 0.5em;
    text-align: left;
    margin-bottom: 0.5em;
}

#logo-replacement {
    display: none;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}

#logo-replacement span {
    display: block;
    line-height: .9;
    font-size: .75em;
    color: #ccc;
    text-transform: initial;
}

.fred-logo-side {
    display: block;
    width: 100%;
}

.fred-logo-side img {
    width: 165px;
}

.header-events-list {
    margin-left: 20px;
    margin-bottom: 0 !important;
}

.header-events-list .event-date {
    color: #999;
}

.header-events-list dt {
    width: inherit;
}

.header-events-list dd {
    margin-left: 100px;
}

#user-account {
    position: absolute;
    right: 25px;
    margin: 8px 0 0 0;
    padding: 0;
}

#user-account-container {
    margin-top: 10px;
}

#user-account li {
    display: inline;
    list-style-type: none;
    padding: 0 2px;
    margin: 0;
}

#user-account a,
#user-account a:visited,
#user-account a:hover {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}

#research-nav {
    /*position: fixed;*/
    /*background: #e9eff8;*/
    width: 100%;
    min-height: 1px !important;
    /*padding: 0;*/
    margin: 0;
    min-height: 1px !important;
    border-radius: 0 !important;
    border: none !important;

}

#research-nav ul#main-nav {
    padding: 0 0 0 10px;
}

#research-nav ul#main-nav > li {
    list-style-type: none;
    padding: 0;
    position: static;
    /*margin: 0;*/
    color: #fff;
}

#research-nav ul#main-nav > li > a {
    display: block;
    padding: 7px;
    text-decoration: none;
    font-weight: bold;
}

#research-nav .left-separator {
    border-left: 1px solid #ccc;
    margin-left: 10px !important;
}

nav#research-nav.navbar
{
    padding-left: 12px;
}

#nav-search-container button.btn {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.fa-rss {
     color: #ff6600;
}

.carousel-control.left,
.carousel-control.right {
    background: none !important;
    filter: progid:none !important;
}

.carousel-control .fa-chevron-right {
    right: 8%;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -15px;
    display: inline-block;
}

.navbar {
    min-height: 1px;
    border-top: 0;
}

#research-links {
    float: right;
    font-size: .875em;
}

#research-links li {
    display: inline;
    list-style-type: none;
    padding: 0 .7em;
}

#research-links a,
#research-links a:hover
#research-links a:visited {
    text-decoration: none;
}

#search-outer {
    background: #ddd;
    border-color: #7f7f63 #999 #999;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    min-width: 940px;
    overflow: hidden;
}

#search-outer form {
    float: left;
    margin: 0;
    padding: 6px;
    display: inline;
}

.searchbox {
    border: 1px solid #bbb;
    height: 24px;
    font-size: 1.5em;
    width: 250px;
    margin-right: 50px;
    margin-top: 15px;
    padding: 2px;
}

.search-glass {
    cursor: pointer;
    display: block;
    margin: 1px 0 0 224px;
    padding: 6px 8px 5px;
    position: absolute;
    right: 0;
}

.mega-submenu {
    background: #fff;
    z-index: 200;
    width: auto;
    right: 0;
    overflow: hidden;
    box-shadow: 3px 3px 4px #666;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
}

.mega-submenu.row {
}

.mega-feature {
    background: #f0f5fb;
}

.mega-featured-pub {
}


.mega-featured-pub ul {
    margin-left: 5px;
    margin-right: 170px;
}

.mega-featured-pub p {
}

.mega-featured-pub-thumbnail {
    float: right;
    margin: 0 1em;
}

.mega-featured-wp {
    min-height: 300px;
}

.mega-submenu a {
    color: #39619a;
}

.mega-meta {
    display: block;
    color: #aaa;
    font-size:.75em;
    line-height: 1em;
    padding:0;
    margin-bottom: 5px;
}

.mega-events ul ,
.mega-staff ul {
    margin-left: 5px;
}

.mega-submenu h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: .9em !important;
    margin: 0 0 10px 0;
    color: #000;
    padding: 10px 0 0 20px;
}

.mega-column {
    float: left;
}

.mega-column li {
    width: 100%;
}

.mega-featured-fredblog {
    min-height: 240px;
}

.mega-info-services {
}

.mega-staff {
}

.mega-research {
}

.mega-submenu ul {
    margin-left: 20px;
}

.mega-submenu ul li:not([class='no-seperator']) {
    border-bottom: 1px solid #eee;
}

.mega-submenu ul li {
    list-style-type: none;
    padding: inherit 0;
    font-size: 1em;
    font-weight: normal;
    margin-right: 10px;
}

.mega-featured-pub {
    font-size: .9em;
}

.mega-events dd
{
    border-bottom: 1px solid #eee;
}

.popular-tag {
    padding: .25em .5em !important;
    display: block;
    float: right;
    margin-right: 1em;
    margin-bottom: 1em;
}

#fred-nav ul {
    overflow: hidden;
    white-space: normal;
    margin-left: 10px !important;
}

#fred-notes-title {
    color : #000 !important;
} 

#fred-nav li {
    list-style-position: outside !important;
}

#fred-nav li a {
    display: block !important;
    padding: 0 !important;
}

.select2-fred-series-subtitle {
    color: #999;
    font-size: .9em
}

.select2-dropdown {
    z-index: 9001 !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 0;
}

.select2-results__option .popularity_bar, .select2-results__option .popularity_bar_background {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /*background-color: #d8eafd !important;*/
    background-color: rgba(0, 113, 230, .08) !important;
    color: #0071e6;
}

/*.select2-container .select2-search--inline .select2-search__field {*/
/*    font-size: 14px !important;*/
/*}*/

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    /*background-color: #FFFFFF !important;*/
    border: none !important;
}

.select2-container--default{
    max-width: 100%;
}


.wp-published-date {
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
}

#economist-featured {
    float: left;
    width: 250px;
}

#economist-featured ul {
    margin: 0;
    padding: 0;
}

#featured-economist .full-name {
    font-weight: bold;
    font-size: 1.2em;
}

#about {
padding-left:1em;
line-height:1.5em;
}

#content {
    color: #000;
}

#content-right {
    float: right;
    width: 250px;
    border: 1px solid #ddd;
}

#content-left {
    min-width: 700px;
    padding-right: 4px;
}

.faq {
    font-weight: bold;
    text-decoration: none;
}

/* TODO */
#bottom-nav > li,
#external-nav > li,
#research-links > li,
#user-account > li {
    padding: 0 .6em;
    border-right: 1px solid #ddd;
}

#research-links li {
    border-color: #999;
}

#user-nav li:last-child,
#bottom-nav li:last-child,
#external-nav li:last-child,
#research-links li:last-child,
#user-account li:last-child {
    border: none;
}

#economists-menu li {
    border: none;
}

#content-container {
    height: 100%;
    /*padding: 0 10px 8px 10px;*/
}

#content-container hr {
    opacity: initial;
    /*border-top-color: #eee;*/
}

#main-column {
    width: 415px;
    float: left;
}

#middle-column {
    width: 240px;
    float: left;
    margin: 0 20px 0 25px;
    background: #f0f0dd;
}

#middle-column div {
    padding: 1em;
}

#right-column {
    width: 220px;
    float: left;
    padding: .75em 0;
}

#right-column div {
    padding: .25em;
    padding-left: 0 !important;
}

h2 {
    margin-top: 0;
    /*font-size: 1.1em !important;*/
}

#middle-column h2,
#right-column h2 {
    border-bottom: 1px solid #877251;
    color: #877251;
    text-transform: uppercase;
}

#highlights-wrapper {
    background: #fff;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    max-height: 225px;
    height: 225px;
    overflow: hidden;
    padding: 1em 1em 0 0;
    vertical-align: top;
}

#news-events {
    margin-top: 10px;
    margin-left: 2px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#events-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    vertical-align: top;
    background: #f0f5fb;
    margin: 5px -20px 1em 20px;
    padding: 1em 1em 0 0;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    min-height: 225px;
    max-height: 225px;
}

#highlights-container-header {
    width: 200px;
    float: left;
    margin:0;
    background: #798bb0;
    padding:3px 1em 3px 2em;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
}

#highlights-container-header a {
    font-size: .9em;
    color: #fff;
    letter-spacing: 1px;
}

.highlight {
    padding: 1em 2em;
    font-size: 1.1em;
    position: static !important;
}

.highlight p {
    color: #59595b !important;
}

.highlight h2 {
    padding-bottom: .5em;
    margin-top: 8px;
}

.highlight h2 a:hover {
    text-decoration: none;
}

.highlight-date {
    font-size: .8em !important;
    text-transform: uppercase;
    font-weight: bold;
}

.highlight h2 a {
    color: #354d72 !important;
}

#highlight-new-economists a,
#highlight-new-economists span {
    display: block;
    float: left;
    width: 45%;
    white-space: nowrap;
    line-height: 1.5em;
}

#pager-container {
    font-size: 1em;
    color: #58585a;
    letter-spacing: 1px;
    text-align: right;
    float: right;
    width: 400px;
    bottom: inherit;
    left: inherit;
    margin-left: inherit;
}

#pager a,
#highlights-next-button {
    padding: .5em .75em;
    font-size: .8em;
    border-style: solid;
    border-width: 1px;
    margin: 0 .5em;
    border-color: #a7a9ac;
    display: inline-block;
    color: #58585a;
}

.carousel-indicators li {
    text-indent: inherit;
}

#pager a.active,
#pager a:hover,
#highlights-next-button:hover {
    background: #c7d5e2;
    text-decoration: none;
}

a.title {
    font-size: 1.1em;
}

.byline {
    font-size: .8em;
    font-style: italic;
}

#recent-research > div {
    padding: .25em 1em .25em 0;
    margin: 0;
}

#recent-research .article {
    border-bottom: 1px solid #eee;
    margin: .5em 1em;
    padding: 0 0 .5em 0;
}

#recent-research .article strong {
    color: #39619a;
}

#recent-research .recent-research-date {
    font-size: .8em !important;
    text-transform: uppercase;
}

#fred-updates a:link {
    font-size: 1em;
}

#fred-updates span {
    font-size: .9em !important;
    white-space: nowrap;
}

#research-events-header {
    margin: 0;
    background: #798bb0;
    padding: 3px 2em;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
}

#research-events-header a {
    font-size: .8em;
    color: #fff;
    letter-spacing: 1px;
}

#research-events p {
    padding: .5em .25em 0 .5em;
    margin-bottom: 0;
}

#research-events a {
font-size: .8em;
}

#research-events div {
    line-height: normal !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#see-all-events {
    font-weight: normal !important;
    float: right;
    display: block;
    margin: 0;
    padding: 0 0 1em 0;
    font-size: .85em !important;
}

.event-date {
    font-size: .75em !important;
    text-transform: uppercase;
    font-weight: bold;
}

#fred-feature-glance {
    background: #f0f0dd;
    border: 1px solid #ccc;
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.5em;
    position: inherit;
    z-index: 2;
}

#fred-feature-glance-header {
    margin: 0;
    background: #d1d1d4;
    padding: 3px .5em 3px 2em;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    font-size: .9em !important;
    color: #000 !important;
    letter-spacing: 1px;
    position: inherit;
}

#fred-feature {
    padding-top: 15px;
    padding-bottom: 30px;
}

#fred-feature img {
    width: 200px;
    margin-top: 1em;
}

#fred-glance {
    position: inherit;
    padding-right: 5px;
    padding-left: 5px;
}

#fred-glance-series-left {
    position: inherit;
    padding-left: 5px;
    padding-right: 8px;
    padding-top: 5px;
}

#fred-glance-series-right {
    position: inherit;
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 5px;
}

.fred-glance-series {
    padding: .25em .5em;
    margin-bottom: 0;
    border-radius: 5px;
}

.fred-glance-series:hover {
    background: #fafae6;
}

.fred-glance-series-meta {
    font-size: .75em;
}

.fred-rls-elm-nm-cntnr {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    clip: auto;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.fred-rls-elm-nm {
    position: relative;
    background-color: #fff;
}

.fred-rls-elm-nm-fill {
   position: absolute;
   left: 0;
   right: 0;
   border-bottom: 1px dotted #000;
   height: 50%;
   width: 100%;
}

#research-economists {
    margin-top: 20px;
    background: #fff;
    padding: 1em 0 0 0;
    background: #fff url('/images/research-economists-background.png') top left repeat-x;
    min-height: 250px;
}

#featured-economist,
#recent-research {
    padding: 0;
}

#recent-research-header,
#featured-economists-header {
    margin: 0;
    background: #d1d1d4;
    padding: 3px .5em 3px 2em;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    font-size: .9em !important;
    color: #000 !important;
    letter-spacing: 1px;
}

#footer-group {
    position: relative;
    bottom: 0;
    width: 100%;
}

#footer-bottom {
    padding: 1em 1em 1em 0;
    margin: 0;
    color: #022856;
    font-size: 12px;
    background: #e9eff8;
}

#footer-bottom a {
    color: #fff;
    font-weight: bold;
}

#footer-bottom {
    background: #022856;
    color: #fff !important;
}

#footer-bottom div {
    background: #022856;
    color: #fff !important;
}

#legal-and-privacy {
    text-align: right;
}

#footer a,
#footer a:visited {
    color: #000;
}

#footer div {
    zoom: 1;
}

#footer .footer-section-header {
    font-weight: bold;
    margin-left: 5px;
}

#footer div ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer div ul li {
    margin: 0;
}

#address {
    color: #fff !important;
}

.footer2 {
    padding-bottom: 10px;
    background: #e9eff8;
    margin-left: 0;
    margin-right: 0;
    color: #022856;
}

.footer2 * {
    color: #022856;
}

.footer2 a,
.footer2 a:visited,
.footer2 a:link {
    color: #022856;
}

.footer2-left {
    font-size: .9em;
    color: #022856;
}

.footer2-right {
    text-align: right;
    padding-top: 1.5em;
}

.footer2-submit {
    background: #e1e1e1;
    color: #555 !important;
    padding: 1px 4px;
    border-radius: 5px;
    border: none !important;
    font-weight: normal;
}

.footer2 .control-label {
    padding-top: 0;
    padding-left: 1px;
}

.footer2 .form-control {
    padding-right: 4px;
    color: #000;
}

.footer2 h3 {
    text-transform: uppercase;
    margin-top: 1rem;
}

.footer2 form .input-group * {
    height: 34px;
    font-size: 14px;
}

.back-to-top {
    background-color: white;
    padding: 1px;
}

/*Follow Us Icon section*/
/*Follow Us Icon section*/
#follow-icons{
    display: flex;
    text-align: center;
    justify-content: center;
}

.icon-container{
    margin: 2px 3px;
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 4px;
    font-size: 20px;
}

#x-container{
    background: black;
    color: #fff;
}

#fb-container{
    color: #fff;
    background: #185c9a;
}

.fa-facebook-f {
    color:#fff;
    padding-top: 5px;
}

.fa-youtube {
    font-size: 21px;
    padding-top: 5px;
    color: white;
    background: red;
    border-radius: 4px;
    height: 31px;
    width: 31px;
}

#li-container{
    background: #0077b5;
    font-weight: 900;
}

.fa-linkedin-in {
    color: #fff;
}

.x-logo {
    height: 21px;
    width: 21px;
    margin-top: -4px;
}
/*end follow us icon section*/

#our-sites ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#our-sites li {
    padding: 0;
    list-style-type: none;
}

.grey-right {
    border-right: 1px solid #e0e0e0;
}

a {
    color: #39619a;
    text-decoration: none;
}

code {
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    line-height: 130%;
    background: #eee;
    display: block;
    padding: 1em;
    margin: 1em 2em;
}

#tools-list h2 { margin: 0; }

#stlfed-products {
    margin: 0;
    padding: 0;
}

#stlfed-products li {
    list-style: none;
    font-size: .9em !important;
    margin: 0;
    padding: 0;
    color: #444;
}

#stlfed-products strong {
    font-size: 1.1em !important;
    margin: 0;
    padding: 0;
    color: #000;
}

#stlfed-products img {
    display: none;
    position: absolute;
    margin-left: -45px;
    margin-top: 2px;
}

#stlfed-products a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #444;
    margin: 0;
    padding: 9px 0 9px 6px;
    border-bottom: 1px solid #eee;
    padding: 9px 6px;
}

#stlfed-products a:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 75%, from(#fff), to(#e1e9f0));
    background: -moz-linear-gradient(0% 75% 90deg,#e1e9f0, #fff);
}

#head-search-container {
    width: 98%;
    font-size: 1.5em;
    margin-bottom: 3px;
    /*background: #fff;*/
    float: right;
    border-radius:6px;
}

#foot-search-container {
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 5px;
}

#tag-search-container {
    /*background: #fff;*/
}

#tag-search {
    /*background: #fff;*/
    border: 0 !important;
    /*color: #777;*/
    font-size: 1.2em;
    line-height: 24px;
    margin: 0;
    padding: 4px 0 0 4px;
    height: 26px;
    float: left;
    width: 100%;
    margin-right: -31px;
}

#head-search {
    width:100%;
    background:#fff;
    border:0 !important;
    color:#777;
    font-size:.75em;
    line-height:24px;
    margin:0;
    padding:4px 0 2px 4px;
    float:left;
}

#head-search:focus,
#tag-search:focus {
    outline: none;
}

#head-search-form {
    /*right: 5px;*/
    padding-left: 0;
    padding-right: 0;
    /*margin-bottom: .5em;*/
    /*height: 37px;*/
}

#head-search-button,
#foot-search-button,
#tag-search-button {
    background: #fff url(/images/site-search-white.png) center no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    margin: 0;
    margin-left: -30px;
    padding: 0;
    cursor: pointer;
}

#tag-search-button {
    margin: 0;
}

#foot-search {
    width:100%;
    background:#fff;
    border:0 !important;
    color:#777;
    font-size:.75em;
    line-height:24px;
    margin:0;
    padding:4px 0 2px 4px;
    height:30px;
    float: left;
    opacity: 1; /* override opacity 0.5 set by placeholder.scss bootstrap */
}

#foot-search:focus {
    outline: none;
}

#foot-search-form {
    margin-bottom: .5em;
    padding-top: 10px;
}

#foot-search-button {
    background: #fff url(/images/site-search-white.png) center no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    margin: 0;
    margin-left: -30px;
    padding: 0;
    cursor: pointer;
}

.rss-icon {
    margin-top: -2px;
}

#top-wrap {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#signin-wrap {
    text-align: right;
    margin: 0;
    padding: 0;
    height: 20px;
}

#signin-wrap ul {
    padding: 0;
}

.my-account-menu {
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: 210000000000;
    text-align: left;
    color: #000;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    right: 0;
    width: 400px;
}

.my-account-menu a,
.my-account-menu a:link,
.my-account-menu a:visited {
    color: #000 !important;
    text-transform: none !important;
    font-size: 13px !important;
}

#followus {
    margin: 0;
    padding: 0;
}

#followus a {
    padding-top: 4px;
    padding-left: 22px;
    padding-bottom: 4px;
}

#followus a.icon-rss {
    padding-top: 1px;
}

#followus a:hover {
    text-decoration: none;
}

#content-3columns-main {
    margin: 0 20px;
    float: left;
    width: 430px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

#content-3columns-left {
    width: 200px;
    float: left;
    padding: 1em;
    margin: 0;
    background: #f0f0dd;
}

#content-3columns-right {
    width: 200px;
    float: right;
    padding: 0;
    margin: 0;
}

#content-3columns-right h2 {
    border-bottom: 1px solid #877251;
    color: #877251;
}

.content-2columns-left {
    /*font-size: 12px;*/
    padding: .5em;
    margin: 1em 0 0 0;
    background: #f5f2ed;
}

.content-2columns-left hr {
    /*border-color: #ccc;*/
}
.download-series {
    font-weight: bold;
    font-size: 13px;
}

ol,ul {
    padding: 0 0 1em 1.5em;
    margin: 0;
    list-style-position: outside;
}

ul li ul {
    padding-bottom: 0;
}

ul {
    list-style-type: square;
}

.content-2columns-left > .list-bullets > ul  {
    list-style-type: none;
}

.list-bullets {
    /*padding: 0 0 2em 1.5em;*/
    /*margin: 0;*/
    /*list-style-type: square;*/
    /*list-style-position: outside;*/
}

.content-2columns-left > .no-bullets li {
    padding: 1px 0 4px 0;
}

.list-icons {
    padding: 0 0 2em 0;
    margin: 0;
    list-style-type: none;
}

.mega-column li,
.mega-column dd,
.list-bullets li,
.list-icons li {
    padding: .5em 0;
}

.list-icons li a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

#breadcrumbs {
    /*font-size: 12px;*/
    /*color: #666 !important;*/
    /*margin: 10px 0;*/
    /*border-bottom: 1px dotted #ddd;*/
    /*padding: 0 .5em .5em 0;*/
    /*display: block;*/
}

#breadcrumbs a {
    /*text-decoration: none;*/
}

#content-search-container {
    border: 1px solid #999;
    width: 384px;
    margin: 0 0 1em 0;
    padding: 0;
}

#content-search {
    background: #fff;
    border: 0 !important;
    color: #777;
    width: 345px;
    font-size: 1.2em;
    line-height: 24px;
    margin: 0;
    padding: 4px 0 0 4px;
    height: 26px;
    float: left;
}

#content-search:focus {
    outline: none;
}

#content-search-button {
    background: #fff url(/images/site-search-white.png) center center no-repeat;
    border: 0;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

#content-adv-search {
    padding-top: .5em;
    padding-bottom: 1em;
    width: 380px;
    text-align: right;
}

.placeholder {
    color: #aaa !important;
}

.description {
    font-size: 1.1em;
    font-style: italic;
    color: #666;
}

#tools li,
#related li,
#browse li {
    padding: .5em 0;
}

#tools li a,
#related li a,
#browse li a {
    text-decoration: none;
}

.icon-info,.icon-search,.icon-twitter-bird,.icon-mail-square,.icon-api,.icon-datalist,.icon-email,.icon-excel,.icon-facebook,.icon-rss,.icon-graph,.icon-map,.icon-powerpoint,.icon-viewpage,.icon-pdf,.icon-pencil,.icon-print,.icon-save,.icon-text,.icon-clock,.icon-twitter,.icon-youtube,.icon-download,.icon-iphone
{background: url(/images/icon-sprite.png) left center no-repeat;padding-left: 22px;padding-top: 2px;}

.icon-offsite
{background: url(/images/icon-sprite.png) right center no-repeat;padding-right: 13px;}

.icon-pdf-right
{background: url(/images/icon-sprite.png) right top no-repeat;padding-right: 24px;}

.icon-api { background-position: 0 0;  }
.icon-datalist { background-position: 0 -66px;  }
.icon-email { background-position: 0 -132px;  }
.icon-excel { background-position: 0 -198px;  }
.icon-facebook { background-position: 0 -264px;  }
.icon-rss { background-position: 0 -336px;  }
.icon-graph { background-position: 0 -402px;  }
.icon-map { background-position: 0 -468px;  }
.icon-powerpoint { background-position: 0 -534px;  }
.icon-offsite { background-position: right -600px;  }
.icon-viewpage { background-position: 0 -662px;  }
.icon-pdf { background-position: 0 -728px; }
.icon-pdf-right { background-position: right -728px; padding-bottom: 2px;}
.icon-pencil { background-position: 0 -794px;  }
.icon-print { background-position: 0 -860px;  }
.icon-save { background-position: 0 -926px;  }
.icon-text { background-position: 0 -992px;  }
.icon-clock { background-position: 0 -1058px;  }
.icon-twitter { background-position: 0 -1124px;  }
.icon-youtube { background-position: 0 -1196px;  }
.icon-download { background-position: 0 -1268px;  }
.icon-mail-square { background-position: 0 -1344px;  }
.icon-twitter-bird { background-position: 0 -1422px;}
.icon-search { background-position: 0 -1500px;}
.icon-info { background-position: 0 -1578px;padding-bottom: 2px;}
.icon-iphone { background-position: 0 -1656px;}

.icon-plus { background: url(/images/plus-blue.png) top left no-repeat;padding-left: 22px; }



.button:hover,
input[type="submit"]:hover {
    background: #fff !important;
    color: #000 !important;
    text-decoration: none;
}

.loading-message {
    position: absolute;
    z-index: 210;
    margin: 0;
    padding: 2px;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    background: #900;
}

.sparklines,
.sparkline {
    cursor: pointer;
}

div.seperated-paragraphs p,
.seperator-bottom {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.nopadding {
    padding: 0;
    margin: 0;
}

#graph-tools div {
    float: left;
}

#graph-tools div.tool-options {
    padding-right: 1em;
}

#graph-tools div.tool-options a {
    padding-left: .5em;
    display: block;
}

#graph-tools ul {
    display: none;
    position: absolute;
    background: #e1e9f0;
    z-index: 4;
    margin: 0;
    padding: .25em 0;
    list-style-type: none;
    -moz-box-shadow: 3px 3px 4px #ccc;
    -webkit-box-shadow: 3px 3px 4px #ccc;
    box-shadow: 3px 3px 4px #ccc;
}

#graph-tools ul li {
    padding: 0;
    margin: 0;
}

#graph-tools ul li a {
    padding: .25em 1em .25em 0;
    display: block;
    white-space: nowrap;
}

#graph-tools a:hover {
    text-decoration: none !important;
}

.trademark {
    font-size: 8px !important;
    color: #fff;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead {
    display: block !important;
}

.tt-dropdown-menu h3 {
    line-height: inherit;
    margin: 0 15px;
    padding: 0 5px;
    border-bottom: 1px dotted #e0e0e0;
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;
}

#add-widget .tab-pane small {
    font-size: .8em;
    margin: 0;
    padding: 0;
}

#add-widget .tab-pane .btn {
    margin: 6px;
}

#add-widget .tab-pane p {
    margin: 0;
}

#add-widget .tab-pane .glyphicons-icon {
    margin-top: .4em;
    margin-bottom: .4em;
}

i.table,
.glyphicons-icon.table {
    margin-bottom: 0;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.table-standard-theme {
    border-collapse: collapse;
}

.table-standard-theme th {
    padding: .5em;
    border-bottom: 1px solid #666 !important;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
}

.table-standard-theme td {
    padding: .5em;
    border: 1px dotted #ccc !important;
}

.table-standard-theme .odd td {
    background: #e1e9f0;
}

.data-categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.data-categories li {
    padding: .25em 0;
}

#series-properties {
    margin-top: 1em;
}

#series-properties td,
#series-properties th {
    padding: .5em;
    border-bottom: 1px solid #ddd;
}

#series-properties th {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
}

#fred_graph_image div img {
    position: absolute;
    overflow: visible;
    z-index: 20;
}

#publications-advanced-search {
    width: 675px;
}

#useraccount-form,
#featured {
    background: #e1e9f0;
    padding: 1em;
    margin-bottom: 2em;
}
#useraccount-form {
margin-top: 1.5em;
padding:1em 2em 2em 2em;
}

#contact-form .row > div {
    margin-bottom: 8px;
}

.pretty-form label,
#search-form-404 label,
#contact-form label {
    font-weight: bold;
    padding-right: .5em;
}

.pretty-form input[type="text"],
#useraccount-form input[type="text"],
#useraccount-form input[type="password"],
#publications-advanced-search input[type="text"],
#search-form-404 input[type="text"],
#contact-form input[type="text"],
#contact-form textarea,
#contact-form select {
    margin-top: 0;
    margin-bottom: 4px;
    padding: .3em .5em;
    border: 1px solid #bababa;
    color: #000;
}

#publications-advanced-search input[type="checkbox"] {
    margin-right: .5em;
}

#publications-advanced-search li {
    margin: 0;
    padding: 0;
}

#publications-advanced-search button span {
    font-weight: normal !important;
}

.help-topic {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 1em;
    margin-top: 5px;
    background: #eee;
    font-weight: bold;
}

.help-topic-active {
    background: #eee url(/images/icons-toggle.png) no-repeat scroll 98% 18px;
}

.help-questions {
    padding: .5em 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.help-question {
    font-size: 1.1em;
    font-weight: normal;
    color: #39619a;
    cursor: pointer;
    cursor: hand;
    padding: .5em 1em;
}

.help-answer {
    display: none;
    line-height: 1.5em;
    padding: 0 1em;
}

.ui-autocomplete {
    max-height: 200px;
    max-width: 400px;
    overflow-y: auto;
    z-index: 1050 !important;
}

.expandable-list {
    list-style-type: none;
}

.expandable-list ul {
    margin-left: 4px;
    margin-top: 1em;
}

.expandable-list .hide {
    display: none;
}

.expandable-list span {
    padding-left: 18px;
    padding-bottom: 2px;
}

.expandable-list .expand {
    background: url(/images/plus.png) top left no-repeat;
}

.expandable-list .contract {
    background: url(/images/minus.png) top left no-repeat;
}

.hide {
    display: none;
}

.right {
    text-align: right;
}

#share-toolbox,
.share-toolbox {
    float: right;
    width: 125px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

#sidebar-share-toolbox {
    width: 125px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}

#sidebar-share-toolbox a,
#share-toolbox a,
.share-toolbox a {
    line-height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    float: left;
}

#sidebar-share-toolbox a,
#share-toolbox a {
    line-height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    float: left;
}

#sidebar-share-toolbox span,
#share-toolbox span,
.share-toolbox span {
     float: left;
     font-size: 11px;
}

.fred-series-tabs .series-notes {
    word-wrap: break-word;
    width: 90%;
}

#graph-settings-form {
    margin: 0;
}

.save-links a,
.save-links a:visited {
    text-decoration: none;
    font-size: .9em;
}

#citation-tab {
    background: #fff;
}

#hack-graph-title-height {
    width: 550px;
}

#hack-yaxis-title-height {
    width: 250px;
}

#share-export-buttons {
    margin-top: .5em;
}

.share-button {
    margin-right: 1em;
}

.readonly {
    cursor: text !important;
}

#search-tabs .ui-button-text {
    font-weight: normal !important;
}
.rotator {
  width: 100%;
  border: 3px solid #E1E9F0;
  background: #fff;
}

#fred-homepage-bluebox {
    background: #e1e9f0;
    padding: 0 1em 1.5em 1em;
    margin-top: 10px;
    /*border: 2px solid #ddd;*/
/*    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
*/}

#fred-homepage-bluebox img {
    /*margin-top: .25em;*/
}

#fred-homepage-bluebox h1 {
    font-weight: bold;
    color: #3f3f3f;
}


#fred-homepage-description {
    font-size: 1.5em;
    color: #636363;
    margin-top: 18px;
}

#fred-homepage-view-data {
    font-size: .8em;
    color: #666;
}

#fred-homepage-nav {
    font-size:1.2em;
}

#fred-homepage-nav a {
    font-weight: bold;
    white-space: nowrap;
}

#fred-homepage-nav a:last-child {
}

#fred-homepage-nav.nav>li>a:hover,
#fred-homepage-nav.nav>li>a:focus {
    text-decoration: underline;
    background-color: inherit;
}

#fred-homepage-categories {
    margin-left: 1em;
}

#fred-homepage-news-ad-container {
    margin: 1em 0;
}

#fred-homepage-news {
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 1em 0 0 0;
    background: #f0f0dd;
    vertical-align: top;
}

#fred-homepage-news p {
    padding-right: 2em;
    font-size: .9em;
}

#fred-homepage-news-header {
    text-transform: uppercase;
    margin: 1em 0;
    font-weight: normal;
    background: #d1d1d4;
    padding: 3px 2em;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    font-size: .9em !important;
    color: #000 !important;
    letter-spacing: 1px;
}

#fred-homepage-news div.news-left {
    padding-left: 30px;
    padding-right: 20px;
    margin: .5em 0 0 0;
}

#fred-homepage-news div.news-right {
    padding-right: 20px;
    margin: .5em 0 .25em 1em;
}

#fred-homepage-news .news-title {
    font-weight: 500;
    font-size:1.1em;
    clear:left;
}

#fred-homepage-news .news-posted-date {
    color: #666;
    /*font-size: .8em;*/
    font-weight: normal;
    text-transform: uppercase;
    /*padding-right: 1em;*/
    width: 65px;
    display: block;
    float: left;
}

#fred-homepage-tabs li {
    float: left;
    display: block;
    padding: .5em 1em;
    background: #eee;
    font-size: .7em;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #ddd;
    border-bottom: none;
}

#fred-homepage-tabs {
    margin: 1em 0 0 0;
    padding: 0;
}

#fred-homepage-tabs li a {
    color: #000 !important;
}

#fred-homepage-tabs li a:hover {
    text-decoration: none;
}

#fred-homepage-tabs li.active {
    background: #e1e9f0 !important;
}

#fred-homepage-tabs-content {
    background: #e1e9f0;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
}

#fred-homepage-tabs-content-inner {
    background: #fff;
    padding: 1em;
}

#fred-homepage-tabs.nav>li>a {
    padding: inherit;
    display: inherit;
    position: inherit;
}

#fred-homepage-tabs.nav-tabs { border-bottom: none; }

#fred-homepage-tabs.nav-tabs>li>a {
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: inherit;
    border-bottom-color: inherit;
    color: inherit;
    background-color: inherit;
    margin-bottom: 0;
}

.tabs-left {
    background: url(/images/fred-homepage-dot-white.png) top right repeat-y;
}

#tools .tabs-item,
#help .tabs-item,
#latest-releases .tabs-item {
    margin: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em;
    clear: both;
}

.fred-categories-group {
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

.fred-categories-child {
    padding: .0 1em 0 0;
    border-right: 1px solid #ccc;
    margin: .5em 1em .5em 0;
    display: block;
    float: left;
    white-space: nowrap;
}

.fred-categories-child:nth-last-child(2) {
    border: none;
}

.ie7 .fred-categories-child,
.ie8 .fred-categories-child {
    padding-right: 1em;
}

.ie7 .fred-categories-parent {
    padding-top: 1em;
}

.fred-categories-children .fred-categories-parent {
    color: #06c;
    font-size: 16px;
}

.fred-categories-children .category-count {
    font-size: 16px;
    color: #000;
}

.fred-categories-parent {
    color: #06c;
    font-size: 20px;
}

.category-count {
    font-size: 18px;
    color: #000;
}

.fred-sources-item,.fred-releases-item,.fred-release-element {border-bottom:1px solid #ddd;padding-bottom:1em;padding-top:1em;margin:1em;}

.fred-pager-header td {
    padding: 1em;
    border-bottom: 1px dotted #bcbec0;
    padding: 1em;
}

#add-to-existing-series-select {
    display: inline-block;
    width: initial;
    height: inherit;
    font-size: inherit;
}

#recent-obs {
    margin: 0;
    padding: 0;
}

#recent-obs td {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    color: #666;
    border: none;
}

#recent-obs td.value {
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 4px;
}

.series-pager-check {
    width: 20px;
    background: none;
    background-color: transparent;
    border: none;
}

.series-pager-check label {
    display: inline !important;
    width: auto;
    font-size: inherit;
}

.emptyrow {
    padding: 0;
    margin: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-size: 9px;
}

th {
    vertical-align: bottom !important;
}

/**
* Boostrap overrides
**/

#accordion .panel {
    border: none;
    margin-bottom: 4px;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:before {
    content: "\e080";
}

.panel-heading {
    padding: 0;
}

.panel-toggle {
    display: block;
    padding: 8px 15px;
}

.typeahead li {
    padding: 0;
}

.typeahead .active > a,
.typeahead.dropdown-menu li > a:hover {
    background-color: #e1e9f0;
    background-image: none;
    color: #000;
}

label, input, button, select, textarea {
    font-size: inherit;
    font-family: inherit;
}

select {
    height: 25px;
    line-height: 25px;
}

#alert-bar {
    background: #557b97;
    color: #fff;
    font-size: 1.1em;
    border: 1px solid #3659a0;
    position:relative;
    left:0px;
    top:0px;
    padding:15px;
    width:100%;
    text-align: center;
    font-weight: bold;
    z-index: 10000;
}

#alert-bar a {
    color: #FFF;
    text-decoration: underline;
}

#alert-bar a:hover {
    color: #3659a0;
}

#alert-bar h2 {
    color: #fff;
}

#alert-bar-close {
    float:right;
    margin-right:1em;
}

.disclaimer {
    font-size: .8em;
    color: #bbb !important;
    border-top: 1px solid #bbb;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

.page-break { display: none; }


.recently-viewed li {
    list-style-type: none;
    font-size: .9em;
    padding-left: 0;
}

.recently-viewed .thumbnails {
    margin-left: 0;
    padding-left: 0;
}

.recently-viewed .thumbnail {
    margin-bottom: 5px;
}

.home .operator-image {
    float: right;
    margin: 7px 0 0 7px;
    color: #666;
}

.home .graph {
    display: none;
}

.home .highlight {
    display: none;
}

.home .highlight.first {
    display: block;
}

.home .highlight.active {
    display: block !important;
}

.home .popover {
    max-width: 500px;
}

/**
 * Print styles
 */
@media print {
    * {
        box-shadow: none !important;
        text-shadow: none !important;
        color: #000;
        background: transparent !important;
    }

    body {
        background: #fff;
        color: #000;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%;
    }

    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }

    #container {
        border: none;
    }

    .content-2columns-left {
        background: #fff;
        border-right: 1px solid #ddd;
    }

    .seperator-bottom {
        border-bottom: 1px #ddd solid;
    }

    #breadcrumbs {
        border-bottom: 1px #ddd solid;
    }

    #footer-bottom {
        margin-top: 1em;
    }

    #header,
    #external-nav,
    #user-nav,
    #signin_menu,
    #research-nav,
    #footer {
        display: none;
    }

    .page-break { display: block; page-break-before: always; }
}

#series-pager th {
    padding: 1em .5em;
    vertical-align: middle;
}

.series-pager-header td {
    border-top: 1px dotted #bcbec0;
    padding: 1em;
}

.series-pager-attr,
.series-pager-title {
    border: 1px solid #e6e7e8;
}

.series-pager-title td {
    background: #e6e7e8;
    vertical-align: middle;
    padding: .5em;
}

.series-pager-title > td {
    padding-left: 10px;
}

.series-pager-attr td {
    background: #f5f5f5;
    padding: .5em;
}

.series-title {
    padding-left: 0;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #0066CC;
}

.series-meta-same {
    padding-left: .5em;
    color: black;
    line-height: 1.7em;
    font-size: 16px;
}

.series-meta {
    padding-left: .5em;
    color: #666;
    line-height: 1.7em;
}

/*.series-meta-header > span {*/
/*    color: #333;*/
/*}*/

.series-meta-header {
    padding-left: .5em;
    color: #666;
    border-bottom: 1px dotted #bcbec0;
    line-height: 1.7em;
}

.series-meta-selected {
    font-weight: bold !important;
    color: #000 !important;
    white-space: nowrap;
}

a .series-meta-selected {
    color: inherit !important;
}

.series-group-meta {
    padding-left: .5em;
    line-height: 1.5em;
    border-bottom: 1px dotted #bcbec0;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.series-meta input {
    margin-right: .5em;
    vertical-align: top;
    margin-top: 3px;
}

.series-meta-obs-prd {
    /*color: #666;*/
    /*font-size: .9em;*/
    display: inline-block;
    float: right;
    text-align: left;
    padding-right: 1em;
    min-width: 15em;
}

.series-meta-rt-prd {
    /*color: #666;*/
    /*font-size: .9em;*/
    display: inline-block;
    float: right;
    text-align: left;
    min-width: 14em;
}

.series-meta-units {
    /*color: #333;*/
    /*font-size: 16px;*/
    display: inline-block;
    float: left;
    text-align: left;
}

.series-meta a {
    display: inline-block;
    white-space: normal;
}

.series-meta a,
.series-meta input,
.series-meta .attributes {
    float: left;
    display: block;
    position: relative;
}

.series-group-single {
    padding-left: .5em;
}

.attributes {
    color: #666;
    display: inline-block;
}

.series-tags {
    padding-left: .5em;
}

#tags-pager {
    background: #fff;
}

#tags-pager td {
    padding: .5em;
}

.tags-pager-header {
    border-top: 1px dotted #bcbec0;
    border-bottom: 1px dotted #bcbec0;
    padding: 1em;
    text-align: right;
}

.tag {
    display: block;
    float: left;
    white-space: nowrap;
    line-height: 1.5em;
    padding-right: 1em;
}

.tag-op {
    font-weight: bold;
    color: #636363 !important;
}

#tags-search-form {
    text-align: left;
    padding: 10px;
    background: #f0f0dd;
}

.tag-count {
    color: #666;
    font-size: .8em;
    /*font-style: italic;*/
}

.tags-show-all {
    display: block;
    float: left;
    white-space: nowrap;
    line-height: 1.5em;
    font-size: .9em;
    color: #666;
    cursor: pointer;
    cursor: hand;
}

.tag-no-float {
    display: inline-block;
    float: none;
}

.tag-group-item {
    line-height: 1.5em;
}

.tag-group-expand,
.tag-group-collapse {
    cursor: pointer;
    cursor: hand;
}

.tag-group-expand {
    background: url(/images/arrow_expand.png) center left no-repeat;
    padding-left: 16px;
}

.tag-group-collapse {
    background: url(/images/arrow_collapse.png) center left no-repeat;
    padding-left: 16px;
    font-weight: bold;
}

.tag-group-selected {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 1em;
}

#tag-selections-block {
    background: #e1e9f0;
    padding: .5em;
    margin-bottom: 2em;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

#tag-selections-block ul {
    padding-bottom: 0;
}

#tag-selextions-block .actions {
    float: right;
}

#add-to-dash-side .dropdown-menu {
    min-width: inherit;
}

.dropdown-menu.open {
    display: block;
}

.region-snapshot {
    overflow: hidden;
    height: 110px;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
}

.ie7 .region-snapshot,
.ie8 .region-snapshot,
.ie9 .region-snapshot {
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}


.region-snapshot .reg-glance-series {
    float: left;
    overflow: hidden;
    font-size: 11px;
    font-family: "Lucida Grande", Lucida, verdana, arial, sans-serif;
    width: 106px;
    height: 100%;
    padding: 1.6em 1.2em;
    border-bottom: 0;
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
}

.ie7 .region-snapshot .reg-glance-series,
.ie8 .region-snapshot .reg-glance-series,
.ie9 .region-snapshot .reg-glance-series {
    padding-bottom: .5em;
    position: relative;
    float: left;
}

.region-snapshot .reg-glance-series .value {
    font-size: 1.6em;
}

.regecon h2 {
    margin-bottom: 0;
    padding-bottom: 1px;
    line-height: 1;
}

.regecon .units {
    font-size: 85%;
}

.fix-sidebar h2 {
    margin-bottom: 0 !important;
    padding-bottom: 1px;
    line-height: 1;
}

.regecon .series-id {
    display: none;
}

.carousel .right {
    text-align: center;
}

#add-to-dash-side li {
    vertical-align: middle;
    padding: 0;
}

#tags .tooltip {
list-style-type: none;
}

#tags .tag-tooltip > .tooltip-inner {
    color: #fff;
    background-color: #5b5b5b;
    text-align: left;
}

#tags .tag-tooltip > .tooltip-arrow {
    border-right-color: #5b5b5b;
}

.carousel-inner img {
    width: 650px;
}

#region-carousel {
    border-top: 1px dotted #eee;
    border-left: 1px dotted #eee;
    padding-left: 15px;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
}

.ie7 #region-carousel,
.ie8 #region-carousel {
    border-right: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
}

.region-snapshot {
    overflow: hidden;
    height: 110px;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
}

.ie7 .region-snapshot,
.ie8 .region-snapshot,
.ie9 .region-snapshot {
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}

.region-snapshot .reg-glance-series {
    float: left;
    overflow: hidden;
    font-size: 11px;
    font-family: "Lucida Grande", Lucida, verdana, arial, sans-serif;
    width: 106px;
    height: 100%;
    padding: 1.6em 1.2em;
    border-bottom: 0;
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
}

.ie7 .region-snapshot .reg-glance-series,
.ie8 .region-snapshot .reg-glance-series,
.ie9 .region-snapshot .reg-glance-series {
    padding-bottom: .5em;
    position: relative;
    float: left;
}

.region-snapshot .reg-glance-series .value {
    font-size: 1.6em;
}

.favorite-toggle {
    text-decoration: none;
}

.favorite-toggle-container {
    display: inline-block;
}

.badge {
    padding: 0 5px;
    width: auto;
    height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 9px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    background: #c44246;
    background: rgba(188,35,40,0.85);
    text-shadow: 0 -1px 0 #9d1217;
    text-indent: 0;
}


.badge-grey {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

#my-account-menu .badge-grey {
    margin-left: 3px;
}

.ie9-fix {
    display: none;
}

.cite {
    word-wrap: break-word;
    white-space: normal;
    margin: 5px 0;
    font-size: 1.1em;
    color: #000;
}

.user-notice.alert {
    margin-top: 15px;
}

.user-since {
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.input-group-addon {
    padding: 0 !important;
    width: 1% !important;
}

#smartbanner .sb-info > span{
    color:#CCC !important;
}

.input-group-addon .btn-default {
    border: 0;
}

.input-group-addon .btn-default {
    border: 0;
}

.btn-default:hover{
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
    color: #000 !important;
}

.series-pager-header > .btn-default {
    padding: 1px 5px;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 8px;
    line-height: 1.5;
    color: #06c !important;
    background-color: #fff;
    border-color: #06c !important;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 7px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    user-select: none;
}

.btn-default:hover{
    background-color: #e6e6e6 !important;
    border-color: #adadad;
    color: #000;
}

.series-pager-header > .dropdown > .dropdown-toggle {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  color: #000;
  background-color: #fff;
  border-color: transparent !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}


.btn-primary {
    background: #476a9b;
    color: #f5f5f5;
}
.btn-primary:hover {
    color: #000;
}

.r-o-b-o-t {
    display: none;
}

.save-graph-modal-btn,
.add-to-dashboard,
.add-datalist,
.email-notify-container {
    cursor: pointer;
}

/* Customizations to jquery ui theme "flick"
-----------------------------------------------*/

/* Component containers
----------------------------------*/
.ui-widget-header { background: #ddd url(/graph/css/custom-theme/images/ui-bg_flat_50_dddddd_40x100.png) 50% 50% repeat-x !important; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #ddd url(/graph/css/custom-theme/images/ui-bg_highlight-soft_100_dddddd_1x100.png) 50% 50% repeat-x !important; color: #339 !important; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #339 !important; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #d2e6f5 url(/graph/css/custom-theme/images/ui-bg_highlight-soft_25_d2e6f5_1x100.png) 50% 50% repeat-x !important; color: #339 !important; }
.ui-state-hover a, .ui-state-hover a:hover { color: #339 !important; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #fff url(/graph/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x !important; color: #000 !important; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000 !important; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  { background: #fff url(/graph/css/custom-theme/images/ui-bg_glass_55_ffffff_1x400.png) 50% 50% repeat-x !important; }

/* Icons
----------------------------------*/

/* states and images */
.ui-state-default .ui-icon { background-image: url(/graph/css/custom-theme/images/ui-icons_25a808_256x240.png) !important; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/graph/css/custom-theme/images/ui-icons_25a808_256x240.png) !important; }
.ui-state-active .ui-icon {background-image: url(/graph/css/custom-theme/images/ui-icons_25a808_256x240.png) !important; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/graph/css/custom-theme/images/ui-icons_cd0a0a_256x240.png) !important; }
.ui-widget-shadow { margin: -4px 0 0 -8px !important; padding: 4px !important; background: #aaa url(/graph/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important; opacity: .60;filter:Alpha(Opacity=60) !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0; border-radius: 0 !important; }

/* jQuery UI Dialog
----------------------------------*/
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em !important; }
.ui-dialog .ui-dialog-title { margin: .1em 16px .2em 0 !important; }

/* End of custom jquery ui flick theme
------------------------------------*/

.divider-vertical {
    height: 28px;
    border-left: 1px solid #aaa;
    opacity: 0.3;
    margin: 2px 5px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
.affix-xs {
    position: inherit;
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 260px) {
    .affix-xs {
        position: fixed;
    }

    #main-nav {
        margin: 0 !important;
        padding-bottom: 0 !important;
    }

    #research-nav {
        z-index: 998;
        height: auto;
    }

    #content-container {
        margin-top: 15px;
    }

    #head-right {
        margin: 9px 9px;
    }

    .fred-glance-series-graph {
        padding: 10px 5px 0px 5px;
        height: 60px;
    }

    #footer ul {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        text-align: center;
    }

    .footer2 div {
        text-align: center;
    }

    #highlights-wrapper {
        max-height: 225px;
        height: inherit;
        padding-bottom: 0;
    }

    .highlight {
        padding: .5em .75em;
    }

    #highlights .carousel-inner {
        max-height: 85px;
        height: 85px;
    }

    .popover {
        display: none !important;
    }

    .recent-obs-link-container .popover {
        display: block !important;
    }

    .grey-right {
        border: none;
    }

    #logo {
        width: 182px;
        height: inherit;
    }

    .ie #logo,
    .ie8 #logo,
    .ie9 #logo {
        display: none;
    }

    .ie #logo-replacement,
    .ie8 #logo-replacement,
    .ie9 #logo-replacement {
        display: inline-block;
    }

    #events-wrapper {
        margin: 1.5em 0 0 0;
        padding: 1em 1em 0 0;
        min-height: inherit;
    }

    #featured-economist {
        margin-top: 15px;
    }

    #footer a,
    #footer a:visited {
        text-decoration: none;
        height: 100%;
        width: 100%;
        display: block;
    }

    #footer div ul li {
        margin: 2px 0;
        background-color: #f9f9f9;
        padding: 10px 0;
    }

    #footer .footer-section-header {
        background-color: transparent;
    }


}
@media only screen and (max-width : 480px) {
  .mobile-size {
      min-width: 16em !important;
  }

}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 576px){
    #form_file_type{
        max-width: 100%;
    }
}

@media only screen and (min-width : 480px) {
    .affix-xs {
        position: fixed;
    }

    .xs-anchor {
        padding-top: 60px;
        margin-top: -60px;
        display: inline-block; /* required for webkit browsers */
    }

    #research-nav {
        z-index: 1000;
        height: auto;
    }

    .header-logo {
        text-align: center;
    }
    #featured-economist {
        margin-top: 15px;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    #main-nav {
        margin: inherit;
        padding-bottom: inherit;
    }

    .affix-xs {
        position: inherit;
    }

    .xs-anchor {
        padding-top: inherit;
        margin-top: inherit;
        display: inherit;
    }

    #research-nav {
        position: inherit;
        top: inherit;
    }

    #content-container {
        margin-top: inherit;
        /*margin-left: 15px;*/
        /*margin-right: 15px;*/
        /*font-size: 1.1em;*/

    }

    .ie8 #logo,
    .ie9 #logo,
    .ie #logo {
        display: block;
    }

    .ie #logo-replacement,
    .ie8 #logo-replacement,
    .ie9 #logo-replacement {
        display: none;
    }

    #all-nav.collapse {
        display: block;
    }

    .grey-right {
        border-right: 1px solid #e0e0e0;
    }

    #highlights .carousel-inner {
        max-height: inherit;
        height: inherit;
    }

   .col-sm-auto {
        width: auto;
    }

    #footer ul {
        text-align: inherit;
        border-bottom: 0;
    }

    .footer2 div {
        text-align: inherit;
    }

    #footer a,
    #footer a:visited {
        text-decoration: inherit;
        display: inline-block;
    }

    #footer div ul li {
        margin: 0;
        background-color: transparent;
        padding: 3px 0;
        text-indent: -5px;
        margin-left: 10px;
        list-style-position: outside;
    }

    .popover {
        display: inherit !important;
    }

    #logo {
        width: 450px;
        height: 100px;
        -ms-interpolation-mode: bicubic;
    }

    #head-right {
        margin-top: -35px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #highlights-wrapper {
        height: 225px;
        padding: 1em 0 0 0;
    }

    .highlight {
        padding: 1em 2em;
    }

    #header {
        height: 100px;
    }

    #head-right {
        margin-top: 10px;
    }

    #alfred-logo {
        margin-top: -25px
    }

    .header-logo {
        text-align: inherit;
    }

    #footer li {
        padding: 0;
    }

    #events-wrapper {
        margin: 10px 0 0 14px;
        padding: 1em 1em 0 0;
        max-height: 225px;
        min-height: 225px;
        width: 31.5%;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #site-feedback-button {
        display: block;
        position: fixed;        
        left: 50%;      
        margin-left: 581px;     
        width: 15px;        
        top: 50%;       
    }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1900px) {
    .ed .school {
        display: block;
    }

    .ed {
        margin-top: 8px;
    }

    #site-feedback-button { 
        display: block;    
        position: fixed;        
        left: 50%;      
        margin-left: 581px;     
        width: 15px;        
        top: 50%;       
    }
}

@media only screen and (max-width : 1200px) {       
    #site-feedback-button { 
        display: block;    
        position: fixed;        
        left: 50%;      
        margin-left: 481px;     
        width: 15px;        
        top: 50%;       
    }       
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .tabs-left {
        background: none;
    }

    #fred-homepage-nav a {
        font-size: .75em;
    }

    .ed .school {
        display: block;
    }

    .ed {
        margin-top: 8px;
    }
    #footer div ul li {
        padding: 5px 0;
    }

    #site-feedback-button {
        display: block;   
        position: fixed;        
        left: 50%;      
        margin-left: 371px;     
        width: 15px;        
        top: 50%;       
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    #fred-homepage-tabs li {
        float: none;
    }

    .tabs-left {
        background: none;
    }

    #fred-homepage-nav a {
        font-size: inherit;
    }

    .content-2columns-left {
        background: inherit;
    }

    .content-2columns-left > .no-bullets ,
    .content-2columns-left > .list-bullets {
        padding: 0;
        margin: 0 0 12px 0;
    }

    .content-2columns-left {
        text-align: center;
    }

    #related-tags {
        text-align: left;
    }

    .content-2columns-left > .no-bullets a,
    .content-2columns-left > .no-bullets a:visited,
    .content-2columns-left > .list-bullets a,
    .content-2columns-left > .list-bullets a:visited,
    .content-2columns-left > .list-icons a,
    .content-2columns-left > .list-icons a:visited {
        text-decoration: none;
        height: 100%;
        width: 100%;
        display: block;
    }

    .tag-tooltip-selector {
        list-style-position: inside;
        width: 100%;
    }

    .tag-tooltip-selector li {
        list-style-type: none;
        width: 100%;
        /*background-color: #f5f5f5;*/
    }

    .tag-tooltip-selector a {
        display: inline !important;
    }

    .content-2columns-left > .no-bullets li,
    .content-2columns-left > .list-icons li,
    .content-2columns-left > .list-bullets li {
        margin: 2px 0;
        background-color: #f5f5f5;
        padding: 10px 0;
        list-style-type: none;
    }

    .content-2columns-left > .list-icons .icon-search,
    .content-2columns-left > .list-icons .icon-email,
    .content-2columns-left > .list-icons a {
        background-image: none;
    }

    .content-2columns-left {
        border-top: 1px solid #e8e8e8;
        padding-top: 10px;
        margin-top: 5px;
    }

    .content-2columns-left li {
        list-style-type: none;
    }

    .ed .school {
        display: inline;
    }

    .ed {
        margin-top: 0;
    }

    .fred-categories-child {
        border-right: none;
        float: none;
        white-space: normal;
    }

    #footer div ul li {
        padding: 10px 0;
    }

    #site-feedback-button {
        display: none;      
    }

    #content-container {
        flex-direction: column-reverse;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
    .header-logo {
        text-align: center;
    }

    #fred-homepage-tabs li {
        float: none;
    }

    .tabs-left {
        background: none;
    }

    .content-2columns-left {
        background: inherit;
    }

    .ed .school {
        display: inline;
    }

    .ed {
        margin-top: 0;
    }

    #research-nav {
        height: auto;
    }

    #site-feedback-button {
        display: none;      
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .ie #logo,
    .ie8 #logo,
    .ie9 #logo {
        display: none;
    }

    .ie #logo-replacement,
    .ie8 #logo-replacement,
    .ie9 #logo-replacement {
        display: inline-block;
    }

    #fred-homepage-tabs li {
        float: none;
    }

    .tabs-left {
        background: none;
    }

    .content-2columns-left {
        background: inherit;
    }

    .ed .school {
        display: inline;
    }

    .ed {
        margin-top: 0;
    }

    #site-feedback-button {
        display: none;      
    }
}

.breakable {
    word-break: break-all;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border: none;
    padding: 5px;

}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.table>thead>th {
    border-bottom: 1px solid #f0f0f0;
}

@media only screen and (min-width: 300px) {
    .release-date {
        font-size: 80%;
    }

}

@media only screen and (min-width: 480px) {
    .header-logo {
        text-align: left !important;
    }

}

@media only screen and (min-width: 768px) {
    #head-right {
        margin-top: -24px;
    }

    .release-date {
        font-size: 100%;
    }

    #nav-inner {
        display: block;
    }

    #main-nav {
        flex-direction: initial;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    span.select2-search.select2-search--inline{
        /*margin-left: 45%;*/
    }
}

@media only screen and (min-width: 992px) {
    #head-right {
        margin-top: 10px;
        text-align: right;
    }

    #main-nav {
        position: relative;
    }

    #main-nav li.d-lg-block {
        position: absolute !important;
        right: 0;
    }
    #frb-stl-home-link > a {
        margin-right: 15px;
    }
}

.break-links a {
    word-break: break-all;
}

.dropdown-menu-end:not(#fg-download-menu) {
    transform: translate(20px,26px) !important;
}

.modal-header-blue, .modal-header>h5{
    background: #364e71;
    color: white;
}

.btn-close .btn-close-white:focus-visible{
    background-color: transparent;
    outline: 2px solid white;
    border-radius: 3px;
}

.modal-header-blue .btn-close {
    opacity: 1;
}

.modal-header-blue > .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.btn-blue{
    background-color: #364E71 !important;
    color:white !important;
}

.btn-blue:focus-visible {
    outline: 2px solid white;
    border-radius: 10px !important;
    outline-offset: -5px;
}

.fred-series-page-panel-header {
  font-family: Roboto;
  font-size: 22px !important;
  font-weight: normal;
  background-color: white;
  color: black;
  margin: 0px;
  padding-bottom: 7px;
  border-bottom: 1px solid #CCCCCC;
}
