.region-hero {
  margin-top: 15px;
}

/*.cover {
  position: relative;
  text-align: center;
  padding: 0 1rem;
  z-index: 2;
}

.cover-img {
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.node-unpublished .cover-img:before {
  display: block;
  position: absolute;
  content: '';
  background-color: rgba(85, 85, 85, 0.8);
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.cover-with-canvas {
  padding: 40px;
}

.hero__bgimage-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(34, 34, 34, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(34, 34, 34, 0.7) 100%);
}*/

.cover-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  min-height: 300px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* IE11 */

/*.cover-with-canvas .cover-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.node-unpublished .status:before {
  border-top: 1px solid white;
  margin: 5px auto;
  width: 40px;
  height: 0;
  content: '';
  display: block;
}

.cover .page-title {
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1em;
  width: 80%;
}

[dir='rtl'] .cover .page-title {
  text-align: right;
}

.hero-footer {
  padding: 1rem 0;
  width: 100%;
}

.hero-footer__text {
  margin-top: 10px;
}

.hero-footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[dir='rtl'] .hero-footer__cta {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-avatar {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.22);
  margin: auto;
  width: 128px;
  height: 128px;
}

.block-social-profile header {
  padding-top: 2rem;
  padding-bottom: 1em;
}

.block-social-profile .page-title {
  padding-top: 1rem;
}

.block-social-profile .hero-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-social-profile .hero-footer__text {
  padding-right: 0;
}

.block-social-profile .hero-footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-left: 1rem;
}

.hero-footer-icon {
  fill: white;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

.hero-canvas {
  text-align: left;
  padding: 2rem;
}

.cover .btn-group {
  margin-top: 10px;
}
*/
.hero-action-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
}
/*
.hero-form {
  padding-bottom: 2rem;
}

.hero-form .form-group {
  position: relative;
  max-width: 400px;
  margin: auto;
}

.hero-form .form-control {
  padding: 6px 38px 6px 12px;
  max-width: none;
  border: 0;
}

.hero-form .form-submit,
.hero-form .search-icon {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  overflow: hidden;
  color: white;
  right: 0;
  top: 0;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
}

.hero-form .search-icon {
  line-height: 38px;
  speak: none;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero-form .search-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}*/

.gray-container .hero__banner--static .teaser__tag {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gray-container .hero__banner--static .teaser__tag > * {
  font-weight: 700;
}

.gray-container .teaser__tag {
  color: #1f80aa;
}

.gray-container .hero__banner--static .teaser__tag a:hover {
  text-decoration: none;
  color: #54C0E8;
}

.gray-container .hero__banner--static .teaser__title {
  margin: 0 0 1rem;
  max-height: none;
}

.gray-container .hero__banner--static .teaser__title a {
  color: #4a4a4a;
  font-weight: 700;
  line-height: 44px;
  font-size: 36px;
}

.gray-container .hero__banner--static .teaser__title a:hover {
  text-decoration: none;
}

.gray-container .hero__banner--static .metainfo {
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray-container .hero__banner--static .metainfo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  line-height: 2;
}

.gray-container .hero__banner--static .metainfo__content a {
  text-decoration: none;
}

.gray-container .hero__banner--static .metainfo__content a:hover {
  text-decoration: underline;
}

.gray-container .hero__banner--static .metainfo__content > * {
  padding-left: 5px;
  padding-right: 5px;
}

.gray-container .hero__banner--static .metainfo__content > div:not([class]),
.gray-container .hero__banner--static .metainfo__content > div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.gray-container .hero__banner--static .metainfo__content .badge--large {
  line-height: 1.2;
  margin-bottom: 0;
}

.gray-container .hero__banner--static .badge {
  vertical-align: middle;
}

.gray-container .hero__banner--static .badge {
  color: #4a4a4a;
  background-color: transparent;
  border: none;
}

.gray-container .badge {
  color: #343434;
}

/* Hero Footer*/
.gray-container main:not(.is-navbar-secondary) .hero__banner--static .hero-footer {
  padding-bottom: 1.25rem;
}

.gray-container .hero__banner--static .hero-footer > *:last-child {
  margin-bottom: 0;
}

.gray-container .hero__banner--static .hero-footer > * {
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.gray-container .hero__banner--static .hero-footer__list .meta-engage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left > *, .gray-container .hero__banner--static .hero-footer__list .meta-engage > * {
  margin-right: 0;
  padding-right: 1rem;
}

.gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left {
  position: relative;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage > *:first-child {
  padding-left: 0;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left > * {
  margin-bottom: 0;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left > *, .gray-container .hero__banner--static .hero-footer__list .meta-engage > * {
  margin-right: 0;
  padding-right: 1rem;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage .badge--large {
  padding-left: 0;
  font-size: 1rem;
  font-weight: 700;
}
.gray-container .hero__banner--static .hero-footer__list svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage .badge--large {
  padding-left: 0;
  font-size: 1rem;
  font-weight: 700;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left > *:last-child, .gray-container .hero__banner--static .hero-footer__list .meta-engage > *:last-child {
  padding-right: 0;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left > * {
  margin-bottom: 0;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left > *, .gray-container .hero__banner--static .hero-footer__list .meta-engage > * {
  margin-right: 0;
  padding-right: 1rem;
}

.vote-widget {
  display: inline-block;
  vertical-align: middle;
}
.vote__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gray-container .hero__banner--static .vote-like {
  margin-right: 0;
}

.vote-like {
  margin-right: 3px;
  cursor: pointer;
}
.gray-container .hero__banner--static .hero-footer__list svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.vote-widget .vote-dislike {
  display: none;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage .hero_btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px 1rem;
  padding-left: 0;
  padding-right: 0;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage .hero_btn-group > * {
  padding: 0 10px;
}
.gray-container .hero__banner--static .hero-footer__list .meta-follow {
  margin-left: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-ordinal-group: initial;
  -ms-flex-order: initial;
  order: initial;
}
.gray-container .hero__banner--static .hero-footer__list .meta-engage .hero_btn-group .btn {
  padding: 6px 15px 0px 15px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px !important;
  margin-bottom: 0;
}
.gray-container .hero__banner--static .hero-footer {
  padding-bottom: 1.25rem;
}
.gray-container .hero__banner--static .hero-footer {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gray-container .card {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffffff;
}

.gray-container .card {
  -webkit-box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 24%);
  box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 24%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.25rem;
  background-clip: padding-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.gray-container .card__body {
  position: relative;
  padding: 1.25rem;
}

.gray-container .card-files {
  margin-top: 40px;
}

.gray-container .card-files__title {
  margin-bottom: 20px;
}
.gray-container .card-files__grid {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gray-container .card-file {
  -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 11%), 0 1px 2px rgb(0 0 0 / 22%);
  box-shadow: 0 0 1px rgb(0 0 0 / 11%), 0 1px 2px rgb(0 0 0 / 22%);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
  margin-bottom: 13px;
  font-size: 0.75rem;
  background: #f3f3f3;
}
.gray-container .topics__tagcloud .card {
  margin-bottom: 0;
}
.topics__tagcloud {
  background: #FFFFFF;
  border: 1px solid #A2ACAB;
  box-sizing: border-box;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
  border-radius: 10px;
  margin-bottom: 2rem;
}
.topics__tagcloud .card-header h5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.gray-container .topics__tagcloud .btn-link {
  font-size: 2rem;
  color: #004B87;
}
.gray-container .topics__tagcloud .content {
  padding: 10px 5px;
}
.gray-container .card-body {
  border-top: 1px solid #A2ACAB;
  overflow: auto;
  max-height: 500px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gray-container .block-easl-tag-cloud .content span {
  background-color: #E6E6E6;
  padding: 8px 8px 5px;
  border-radius: 32%;
}

.gray-container .block-social-tags-block .content span {
  background-color: #E6E6E6;
  padding: 8px 8px 5px;
  border-radius: 32%;
}

@media (min-width: 600px) {
  .cover-wrap.small {
    height: 193px;
    min-height: auto;
  }
  .cover-wrap.small .page-title h1 {
    font-size: 2rem;
    max-height: 70px;
    overflow: hidden;
  }
  .cover-wrap.small > .hero-footer {
    position: static;
    margin-top: -2.5rem;
  }
  .cover-wrap > .hero-footer {
    position: absolute;
    bottom: 0;
  }
  .gray-container .hero__banner--static .teaser__tag {
    font-size: 2rem;
  }
  .gray-container .hero__banner--static .hero-footer {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    padding-bottom: 2.5rem;
  }
  .gray-container .cover-wrap > .hero-footer {
    position: static;
  }
  .cover .page-title {
    max-width: 900px;
  }
  .hero-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-footer__text {
    padding-right: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
  .block-social-profile .hero-footer__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: unset;
    margin-left: 0;
  }
  .badge__label--description {
    display: inline;
  }
}

@media (min-width: 900px) {
  .gray-container .hero__banner--static .teaser__title {
    font-size: 2.25rem;
  }
 .hero-footer__cta {
    padding-left: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir='rtl'] .hero-footer__cta {
    padding-left: 0;
    padding-right: 1rem;
  }
  .block-social-profile .hero-footer__cta {
    padding: 0;
    position: absolute;
    right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: unset;
  }
  .hero-canvas {
    max-width: 66.66667%;
  }

  .gray-container .hero__banner--static .hero-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gray-container .hero__banner--static .hero-footer > * {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: inherit;
  }

  .gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left > *, .gray-container .hero__banner--static .hero-footer__list .meta-engage > * {
    padding-right: 15px;
  }

  .gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left {
    margin-bottom: 0;
  }

  .gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left > *, .gray-container .hero__banner--static .hero-footer__list .meta-engage > * {
    padding-right: 15px;
  }
  .gray-container .hero__banner--static .hero-footer__list svg {
    width: 26px;
    margin-right: 10px;
  }
  .gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left > *:last-child, .gray-container .hero__banner--static .hero-footer__list .meta-engage > *:last-child {
    padding-right: 0;
  }
  .gray-container .hero__banner--static .hero-footer__list .meta-engage .metainfo__content {
    margin: 0;
  }
  .gray-container .hero__banner--static .hero-footer__list .meta-engage .metainfo__avatar {
    margin-left: 15px;
  }
  .gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left > *, .gray-container .hero__banner--static .hero-footer__list .meta-engage > * {
    padding-right: 15px;
  }
  .gray-container .hero__banner--static .hero-footer__list a {
    font-size: 16px;
  }
  .gray-container .hero__banner--static .hero-footer__list svg {
    width: 26px;
    margin-right: 0;
    margin-top: -4px;
  }
  .gray-container .hero__banner--static .hero-footer__list .meta-engage .hero_btn-group {
    padding-left: 15px;
    margin-bottom: 0;
  }
  .gray-container .hero__banner--static .hero-footer__list .meta-engage .hero-footer__list-left:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    background-color: #adadad;
  }
  .gray-container .card__body {
    padding: 2.5rem;
  }
  .gray-container .card-files__grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .gray-container .card-file {
    -ms-flex-preferred-size: 21;
    flex-basis: 21%;
    margin-right: 2%;
  }
}

@media all and (-ms-high-contrast: none) {
/*  *::-ms-backdrop, .cover-wrap {
    min-height: 410px;
  }
  *::-ms-backdrop, .cover-wrap.small {
    height: 193px;
    min-height: auto;
  }
  *::-ms-backdrop, .paragraph--hero .cover-wrap {
    min-height: 350px;
  }
  *::-ms-backdrop, .paragraph--hero-small .cover-wrap {
    min-height: 206px;
    height: auto;
  }*/
}

.block-social-page-title-block {
  margin-top: 2rem;
}
