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;
}

.citationUrl {
  word-wrap: break-word;
  display: inline-block;
}

.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;
}

.record-metadata h2 {
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.2em;
}
.record-metadata h2 a {
  color: #333;
  text-decoration: none;
}

.audio .btn-block {
  max-width: 400px !important;
}

.record-content {
  min-height: 900px;
}

.image,
.video {
  height: auto !important;
}

.shell {
  height: auto;
  min-height: auto;
}

.shell-content,
.shell-content p {
  font-size: 20px !important;
  text-align: center;
}

.shell-content .metadata-heading {
  font-size: 20px !important;
  display: block;
  padding: 15px 0;
}

.noscript-msg {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0;
  border: 2px solid #FF0000;
  padding: 1em;
  text-align: center;
}

.noscript-content {
  font-size: 15px;
  line-height: 1.5em;
}

@media (min-width: 992px) {
  .record-metadata {
    height: 900px;
    overflow-y: auto;
  }
  .audio {
    height: auto;
  }
  .shell {
    height: auto;
  }
}