html {
  font-family: "Open Sans", "Lucida Sans", "sans-serif" !important;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 13px;
  background-color: #666;
  color: #333;
  font-family: "Open Sans", "Lucida Sans", "sans-serif" !important;
  margin-bottom: 1em;
}

a {
  color: #336196;
}

a[href^="http://"]:after,
a[href^="https://"]:after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 3px;
}

a[href^="https://fraser.stlouisfed.org"]:after,
a[href^="https://fraser.stlouisfed.org/blog"]:after,
a[href^="https://fraser-sdu.stlouisfed.org/blog"]:after,
a[href^="https://fraser-dev.stlouisfed.org/blog"]:after,
a[href^="https://fraser-qa.stlouisfed.org/blog"]:after,
a[target=_self]:after,
a.no-external-icon:after {
  content: "" !important;
  padding-left: 0;
}

h2 {
  font-size: 22px;
  font-weight: bold;
}

p, li {
  font-size: 14px;
  line-height: 1.5em;
}

#header {
  padding: 10px 0;
}

#head-search-form {
  margin-top: 15px;
  text-align: left;
}
#head-search-form #head-search {
  border-radius: 0;
  border-color: #8092b5;
  float: none;
}
#head-search-form .btn {
  background: #52668b;
  border-color: #52668b;
  color: #FFF;
}
#head-search-form #autoComplete_list_1 {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.1);
  z-index: 1000;
  outline: 0;
}
#head-search-form #autoComplete_list_1 li:hover, #head-search-form #autoComplete_list_1 .autocomplete_selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
#head-search-form #autoComplete_list_1 li {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
  cursor: pointer;
}
#head-search-form #autoComplete_list_1 .type, #head-search-form #autoComplete_list_1 .title {
  white-space: nowrap;
}
#head-search-form #autoComplete_list_1 span.title {
  color: #23527c;
  font-size: 0.9em;
}
#head-search-form #autoComplete_list_1 span.type {
  color: darkgrey;
  font-style: italic;
  font-size: 0.8em;
}
#head-search-form .dropdown-menu {
  min-width: 100px;
}
#head-search-form .input-group {
  float: right;
}

.record-metadata .input-group .btn.btn-outline-secondary, .record-metadata input {
  font-size: 14px;
}

.share-box .input-group .btn.btn-outline-secondary, .share-box input, .share-box textarea {
  font-size: 14px;
}

.fraser-font-sm {
  font-size: 0.775rem !important;
}

.navbar {
  background: rgb(34, 30, 31);
  padding: 5px 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: auto;
}
.navbar .nav-link {
  padding: 0 15px !important;
}
.navbar ul li:not(:last-of-type) {
  border-right: 1px solid grey;
}
.navbar ul li a, .navbar ul li span {
  display: block;
  padding: 0 15px;
  color: #F5F5F5;
}
.navbar ul li a:hover, .navbar ul li span:hover {
  background: inherit;
}
.navbar ul li a .fa-caret-down, .navbar ul li a .fa-caret-right, .navbar ul li span .fa-caret-down, .navbar ul li span .fa-caret-right {
  margin-left: 2px;
}
.navbar ul li:first-child a {
  padding-left: 4px;
}

ul#main-nav {
  width: 100%;
}

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

#main-nav li.rightnav {
  float: right;
}

.bookmarkBtn {
  cursor: pointer;
  color: rgb(125, 171, 229);
  text-align: right;
}

.bookmarkBtn.searchBookmarkBtn {
  text-align: right;
  margin-right: 30px;
  margin-top: 10px;
}

#main-nav li a:hover {
  text-decoration: none;
}

#main-nav .dropdown-content {
  display: none;
  background-color: #221e1f;
  min-width: 160px;
  z-index: 200010;
  padding: 0;
}

#main-nav .dropdown-content ul {
  border-left: 1px solid #4d5f88;
  margin-top: -45px;
  margin-left: 150px;
}

#main-nav .dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#main-nav .dropdown-content {
  position: absolute;
}

#main-nav .signin,
#main-nav .my-account-link {
  padding-right: 0px;
}

#main-nav .dropdown-content a:hover {
  background-color: #4d5f88;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.nav-search {
  float: left;
  padding-left: 15px;
  padding-top: 3px;
  width: 85%;
}
.nav-search .input-sm {
  border-radius: 0px;
}

ul.nav-browse-by {
  float: right;
}
ul.nav-browse-by li {
  color: rgb(166, 168, 181);
}
ul.nav-browse-by li:first-child, ul.nav-browse-by li:last-child {
  border: none;
}
ul.nav-browse-by li a, ul.nav-browse-by li span {
  color: inherit;
}

.hamburger {
  color: #FFF;
  margin: 0 10px 0 0;
}

#breadcrumbs {
  background: rgb(246, 248, 235);
  color: rgb(58, 58, 55);
  margin: 0;
  padding: 5px 20px;
}
#breadcrumbs a {
  color: inherit;
}

#footer {
  background: #eff0f0;
  font-size: 0.9em;
  padding: 5px 10px;
}
#footer a {
  color: #333;
}
#footer div {
  padding: 5px 0;
}
#footer .footer-section-header {
  letter-spacing: 1px;
  text-transform: uppercase;
  float: left;
  margin-top: 2px;
}
#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer ul li {
  margin: 0;
  padding: 5px 8px;
  white-space: nowrap;
}
#footer ul li.last-item {
  border: none;
}
@media (min-width: 992px) {
  #footer .footerfollow {
    float: right;
  }
}
#footer .footerfollow li {
  border: none;
  text-align: left;
}
#footer .newsletter-form .btn.btn-default {
  color: white;
  background-color: #476a9a;
}
#footer a[href^="http://"]::after, #footer a[href^="https://"]::after {
  display: none;
}

#address {
  background: rgb(71, 106, 154);
  color: #FFF;
  padding: 10px;
  text-align: center;
}
#address a[href^="http://"]::after, #address a[href^="https://"]::after {
  display: none;
}

.container {
  background: #FFF;
}
.container a {
  text-decoration: none;
}

.content-header-container {
  background-color: rgb(241, 244, 224);
  padding: 10px 15px;
}
.content-header-container .content-header {
  border-left: 10px solid rgb(71, 106, 154);
}
.content-header-container h1 {
  font-size: 24px;
  margin: 5px 0;
  padding: 0;
}
.content-header-container .content-header-label {
  font-size: 0.9em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content-header-container .content-header-subheader {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}

.btn-block {
  white-space: normal;
}

.btn-search-within {
  background: #CCC;
}

.item-count {
  color: #333;
  font-size: 0.8em;
  font-style: italic;
}

.shade, .shade2 .shade-more-btn {
  cursor: pointer;
}

.shade, .shade2 {
  background: #F5F5F5;
  border: 1px solid rgb(230, 231, 232);
  font-size: 0.8em;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
  padding: 5px 7px;
  text-transform: uppercase;
}
.shade.active, .shade2.active {
  background: rgb(241, 244, 223);
}
.shade .shade-more-btn, .shade2 .shade-more-btn {
  color: #CCC;
  float: right;
  text-transform: lowercase;
}

.shade-content {
  padding: 10px;
}

.metadata-heading {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.toc ul, .record-list ul {
  margin: 0;
  padding: 0;
}
.toc ul li, .record-list ul li {
  list-style-type: none;
  border-bottom: 1px solid #F5F5F5;
  margin: 0;
  padding: 0.5em 0;
}
.toc ul .author, .record-list ul .author {
  color: #999;
  font-size: 0.8em;
}

.abstract {
  font-size: 1.1em;
}

.two-columns {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.showmore {
  font-size: 0.9em;
  margin-left: 10px !important;
  color: #336196;
  cursor: pointer;
}

.share-box {
  margin-top: 1em;
  margin-bottom: 1em;
}
.share-box input {
  max-width: 500px;
  display: inline-block;
}
.share-box a {
  font-size: 13px;
  color: #FFF;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.featured-page {
  margin: 20px 0px;
}
.featured-page .featured-content {
  margin: 0 0 1.5em 0;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.5em;
}
.featured-page .featured-content .featured-title {
  font-size: 24px;
  margin-bottom: 2px;
}
.featured-page .featured-content .featured-summary {
  clear: both;
  padding: 12px 0 0 0;
}

.whats-new-page {
  margin: 10px 0;
}
.whats-new-page h1 {
  font-size: 24px;
}
.whats-new-page li {
  list-style-type: none;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 10px 0;
  margin-left: 20px;
  border-bottom: 1px solid rgb(230, 231, 232);
}
.whats-new-page li .date {
  color: #666;
}

#h_o_n_e_y_p_o_t {
  display: none;
}

.pdfobject-container {
  height: 903px;
  width: 100%;
}

.metadata-buttons a {
  display: block;
  margin-top: 5px;
}

.education-page {
  padding: 10px 0;
}
.education-page .intro {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 10px 0 20px 0;
}
.education-page .education-theme {
  border: 1px solid #CCC;
  margin-bottom: 15px;
}
.education-page .education-theme h2 {
  padding-left: 10px;
  font-weight: bold;
}
.education-page .education-theme .row {
  font-size: 1.1em;
  margin: 10px 0;
}

#asklibrarian .form-group {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .content-header h1 {
    font-size: 20px;
  }
  .navbar ul li {
    border: none;
    padding: 10px 0;
  }
  .navbar ul li:first-child a {
    padding-left: 10px;
  }
  ul.nav-browse-by {
    float: none !important;
  }
  .two-columns {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
  .navbar ul li {
    border: none !important;
    padding: 10px 0;
  }
  .navbar ul li:first-child a {
    padding-left: 10px;
  }
  ul.nav-browse-by {
    float: none !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main-nav li a {
    padding: 1em !important;
  }
  .collapse.in {
    display: block !important;
  }
  .about-page .nav li a {
    width: 100%;
    display: inline-block;
  }
  .about-page .nav li button {
    display: inline-block !important;
  }
}
.toggle {
  width: 42px !important;
  height: 19px !important;
}

.timeline-description a, .timeline-list a {
  font-weight: bold;
}

.zoomlink {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #main-nav .dropdown-content,
  #main-nav .dropdown-content ul {
    position: relative;
    background: inherit;
    margin-left: 25px;
    margin-top: auto;
  }
}
.card-container {
  margin-bottom: 20px;
}

.card {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  width: 100%;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card img {
  width: 100%;
}

.card-body {
  padding: 0 10px;
  width: 100%;
  color: black;
}

.card-title {
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.card-text {
  line-height: 1.5em;
  overflow: hidden;
  line-height: 1.4em;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.wb5 .card-text {
  -webkit-line-clamp: 5;
}

.wb3 .card-text {
  -webkit-line-clamp: 4;
}

.card blockquote {
  color: black;
}

.about-page h4 {
  font-weight: bold;
}
.about-page .about-toc {
  margin-bottom: 30px;
}
.about-page .nav li a {
  background: rgb(219, 232, 239);
  color: #336196 !important;
}
.about-page .nav li {
  margin-top: 2px;
}
.about-page .nav #nav-subtab {
  margin-left: 20px;
}
.about-page .about-nav {
  margin-bottom: 20px;
}
.about-page ol li {
  padding-left: 10px;
  margin-bottom: 10px;
}

.share-box a {
  width: 34px;
  height: 40px;
  margin-right: 8px;
  padding: 0 !important;
  color: #000 !important;
  vertical-align: top;
}

.share-box .facebook {
  color: #3b5998 !important;
}

.share-box #twitter-link-title {
  color: #55acee !important;
}

.share-box .email {
  background-color: #555555;
  border-color: #55acee;
}

[id^=___sharetoclassroom] {
  margin: 1px 2px 0 -8px !important;
  vertical-align: top !important;
}

.browse-by-header {
  background: rgb(230, 231, 232);
  font-size: 0.8em;
  margin-bottom: 0px;
  padding: 10px;
  text-transform: uppercase;
}

.jump-to-letter {
  cursor: pointer;
}

.list-search::-ms-clear {
  display: none;
}

.browse-by-jump-to {
  border-left: 10px solid rgb(230, 231, 232);
  border-bottom: 10px solid rgb(230, 231, 232);
  padding: 0;
}
.browse-by-jump-to ul {
  margin: 10px 0;
  padding: 0;
}
.browse-by-jump-to ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.browse-by-jump-to ul li a {
  background: #CCC;
  color: #FFF;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 3px auto;
  width: 35px;
  padding: 0;
}
.browse-by-jump-to ul li.active a {
  background: rgb(219, 232, 239);
  color: #333;
}
.browse-by-jump-to ul li.disabled a {
  background: #F5F5F5;
  color: rgb(230, 231, 232);
}

.browse-by-left {
  border-left: 10px solid rgb(230, 231, 232);
  padding-right: 0;
}

.browse-by-left,
.browse-by-right {
  border-right: 10px solid rgb(230, 231, 232);
  border-bottom: 10px solid rgb(230, 231, 232);
}

.browse-by-right {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.browse-by-right h2 {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-top: 1rem;
}
.browse-by-right .goto-btn, .browse-by-right .btn-block {
  width: 100%;
}

#browse-by-filter-results,
.browse-by-list {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#browse-by-filter-results ul,
.browse-by-list ul {
  padding: 0;
}
#browse-by-filter-results li,
.browse-by-list li {
  border-bottom: 1px solid #CCC;
  list-style-type: none;
  padding: 0;
  margin-right: 15px;
}
#browse-by-filter-results li a,
#browse-by-filter-results li > span,
#browse-by-filter-results li > div,
.browse-by-list li a,
.browse-by-list li > span,
.browse-by-list li > div {
  color: #336196;
  cursor: pointer;
  padding: 10px;
  display: block;
}
#browse-by-filter-results li a:hover,
#browse-by-filter-results li > span:hover,
#browse-by-filter-results li > div:hover,
.browse-by-list li a:hover,
.browse-by-list li > span:hover,
.browse-by-list li > div:hover {
  text-decoration: none;
  background: rgb(237, 244, 247);
}
#browse-by-filter-results li.active,
.browse-by-list li.active {
  background: rgb(219, 232, 239);
}
#browse-by-filter-results li.loadmore,
.browse-by-list li.loadmore {
  border-bottom: none;
  padding-top: 10px;
}
#browse-by-filter-results li.loadmore:hover,
.browse-by-list li.loadmore:hover {
  background: #FFF;
}
#browse-by-filter-results li.letter-placemarker,
.browse-by-list li.letter-placemarker {
  border-bottom: 1px solid #CCC;
  display: block;
  padding: 10px 0;
}
#browse-by-filter-results li.letter-placemarker span,
.browse-by-list li.letter-placemarker span {
  background: rgb(219, 232, 239);
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  display: block;
  padding: 0;
  cursor: default;
}

#browse-by-filter-results {
  display: none;
}
#browse-by-filter-results .no-results {
  padding: 10px;
}

.browse-by-modal .modal-header {
  background-color: rgb(241, 244, 224);
}
.browse-by-modal .modal-title {
  font-size: 1.1em;
}
.browse-by-modal .modal-body {
  -webkit-overflow-scrolling: touch;
}

.instructions-text {
  width: 250px;
  height: 70px;
  background-color: #F1F4E0;
  position: relative;
  top: 250px;
  left: 50px;
  margin-top: -5em;
  text-align: left;
  font-size: 1.1em;
  color: rgb(109, 111, 113);
}

.instructions-text-content {
  padding-top: 10%;
}

.instructions-text-arrow {
  width: 0;
  height: 0;
  background-color: white;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 35px solid #F1F4E0;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.list-search-container {
  padding-right: 25px;
  padding-top: 10px;
}

.highlighted {
  background: #FFFFCC;
}

.title-search {
  background: rgb(241, 244, 224);
  padding: 0 15px 15px 15px;
  margin-bottom: 10px;
}

.nav-tabs {
  border-bottom: 10px solid #E1E9F0;
}
.nav-tabs .active, .nav-tabs .active:hover {
  background: #E1E9F0 !important;
  border-color: #E1E9F0 !important;
}
.nav-tabs li a,
.nav-tabs li a:hover {
  background: #EEE !important;
  border: 2px solid #DDD !important;
  border-bottom: none !important;
  border-radius: 0;
  color: #333;
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-right: 10px;
  text-transform: uppercase;
}
.nav-tabs li:first-child {
  margin-left: 15px;
}

.browse-by-jump-to {
  border-left: 10px solid #E1E9F0;
  border-bottom: 10px solid #E1E9F0;
  padding: 0;
  height: 850px;
}
.browse-by-jump-to ul {
  margin: 10px 0;
  padding: 0;
}
.browse-by-jump-to ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 3px;
}
.browse-by-jump-to ul li a {
  background: #CCC;
  color: #FFF;
  display: block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 3px auto;
  width: auto;
  white-space: nowrap;
  text-align: center;
  padding: 0 5px !important;
}
.browse-by-jump-to ul li.active a {
  background: rgb(219, 232, 239);
  color: #333;
}

.browse-by-list {
  height: 800px;
  overflow-y: scroll;
}
.browse-by-list li.letter-placemarker span {
  width: auto;
  text-align: left;
  display: inline-block;
  padding: 0 5px;
}

#pages .browse-by-list {
  height: 100%;
}

.browse-by-left,
.browse-by-right {
  border-color: #E1E9F0;
  height: 850px;
}

#pages-controls {
  background: rgb(244, 246, 230);
  border-left: 10px solid #E1E9F0;
  border-right: 10px solid #E1E9F0;
  padding: 10px 0;
}

#pages-intro {
  background: #E1E9F0;
  border-left: 10px solid #E1E9F0;
  border-right: 10px solid #E1E9F0;
  padding: 10px 0;
}

.meta {
  font-size: 0.9em;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .nav-tabs li {
    float: none;
    margin-left: 0px !important;
  }
  .nav-tabs li:first-child {
    margin-left: 0px !important;
  }
  .nav-tabs li a {
    margin-right: 0px !important;
  }
}
@media (max-width: 992px) {
  #pages-controls > div {
    text-align: left !important;
    padding: 5px 10px;
  }
}