/* CSS Document */
.huc-fader {
  background-color: rgba(0, 0, 0, 0.72);
  opacity: 0.2;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: none; }

.huc-frame-sidemenu {
  padding: 3em 1em 2em 2em;
  background-color: #fff;
  transition-property: margin-left;
  transition-duration: 0.3s;
  transition-timing-function: ease; }

.huc-content-list li {
  list-style: none;
  margin-bottom: 1.5em; }

.huc-content-list a {
  color: #222; }

@media (min-width: 1300px) {
  .huc-frame-sidemenu {
    background: none; } }
.huc-header {
  margin-top: 3em; }

.huc-logo {
  width: 200px;
  height: auto; }

.huc-top-search {
  padding: .3em;
  border: 1px solid #cccccc;
  font-size: .7em;
  border-radius: 7px;
  margin-right: 1em;
  color: #c4c4c4;
  background-image: url(../images/icons/lookingglass.svg);
  background-position: 95% 50%;
  background-size: 10%;
  background-repeat: no-repeat; }

.current-menu-item a {
  border-bottom: 4px solid #f7d366; }

.huc-item-big {
  box-sizing: content-box;
  padding: 3em 2em 2em 2em; }

.huc-hist-intro {
  background-color: #F4F4F4;
  background: linear-gradient(to top right, #F4F4F4, #fff); }

.huc-item-featured {
  background-color: #f7d366;
  background-size: cover;
  background-position: center center;
  color: #000; }

.huc-item-featured a, .huc-item-featured .huc-hist-blue {
  color: #000; }

.huc-item-featured h2 {
  font-family: "Noto Serif", serif; }

.huc-banner-cor {
  background-color: #3da4ac;
  font-size: .8em;
  font-family: "Roboto", Helvetica, sans-serif;
  padding: 0 0 0 1em;
  color: #FFFFFF;
  z-index: 100;
  width: 200px;
  margin-top: -.6em;
  line-height: 145%; }

.huc-frame-items-hor {
  background-color: #F4F4F4; }

.huc-cards .huc-item {
  background-color: #F4F4F4;
  border: 1px solid #F0F0F0;
  padding: 1em;
  border-radius: 5px; }

.huc-frame-page-intro {
  text-align: center; }

/*       single text page        */
.huc-article-share {
  text-align: right; }

.huc-author {
  border-top: 1px solid #F4F4F4;
  padding-top: 2em; }

.huc-author img {
  width: 100px;
  height: auto;
  margin: 0em 2em 0em 0em;
  float: left; }

.huc-author-short {
  width: auto;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.huc-author-small {
  text-align: center; }

.huc-author-info-top {
  margin-right: 1em; }

.huc-avatar img {
  border-radius: 50%; }

.huc-author-short img {
  width: 50px;
  height: auto; }

.huc-facet {
  font-size: .85em;
  height: 230px;
  overflow-y: scroll;
  max-width: 250px;
  margin-bottom: 1em; }

.huc-facet a {
  color: #666; }

.huc-facet-count {
  color: #ccc;
  float: right; }

.menu li {
  list-style: none; }

footer {
  background-color: #f7d366; }

footer a {
  color: #222; }

.huc-logo-founders-top {
  height: 3em;
  width: auto;
  display: inline-block; }

.huc-category {
  color: #a2a2a2;
  text-transform: uppercase;
  font-size: .7em; }

.huc-institutions img {
  height: 1.5em;
  width: auto;
  margin-right: .5em; }

.huc-pagination {
  text-align: center; }

.pagination span, .pagination a {
  padding: .2em;
  margin-right: .5em; }

.huc-row-head {
  margin-bottom: -3em; }

.huc-social-icon img {
  height: 1em;
  width: auto;
  margin-right: .5em;
  opacity: .5; }

.huc-message {
  display: block;
  padding: 0.1em 1em;
  background-color: #3da4ac;
  color: #FFFFFF;
  font-size: .7em;
  text-align: center; }

.huc-message a {
  color: #FFFFFF;
  font-style: italic; }

.alignleft {
  float: left;
  margin: 0em 1em 0em -2em;
  width: calc(33% + 2em);
  height: auto; }

.alignright {
  float: right;
  margin: 0em -2em 0em 1em;
  width: calc(33% + 2em);
  height: auto; }

.aligncenter {
  width: calc(100% + 2em);
  height: auto;
  margin: .5em -1em .5em -1em; }
