/* Page header component */
/* Done to: */
/* views-view--tanatopedia--page-1.html.twig */

.page-header {
  text-align: left;
  margin-bottom: 32px;
  background-color: #005074;
}

.page-header--blog {
  margin-bottom: 64px;
}

.page-header .col--text__content {
  padding-top: 32px;
  padding-bottom: 64px;
}

.page-header .node-title {
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  color: #fff;
  text-align: left;
  margin: 0 0 40px;
}

.page-header__content .node-intro {
  font-family: neosans;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.page-header__content .node-intro p {
  font-family: neosans;
  font-size: 24px;
  line-height: 34px;
}

.page-header .col--categories {
  margin-bottom: -32px;
}

.page-header__content .node-categories {
  padding: 48px;
  background-color: #eaf6fe;
  border-radius: 8px;
}

.page-header__content .node-categories .categories-title {
  font-family: neosans;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #005074;
  margin-bottom: 32px;
}

.page-header__content .node-categories .col-term {
  margin-bottom: 4px;
}

.page-header .node-categories a {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  border-bottom: none;
}

.page-header .node-categories a:hover {
  color: #005074;
  text-decoration: underline;
}

.page-header .node-categories a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12,0A12,12,0,1,0,24,12,12,12,0,0,0,12,0Zm0,1.6A10.4,10.4,0,1,1,1.6,12,10.4,10.4,0,0,1,12,1.6Z' style='fill:%230073ab'/%3E%3Cpath d='M10,6.63a.81.81,0,0,1,1.14,0l4.8,4.8a.81.81,0,0,1,0,1.14l-4.8,4.8A.81.81,0,0,1,10,16.23L14.27,12,10,7.77A.81.81,0,0,1,10,6.63Z' style='fill:%230073ab'/%3E%3C/svg%3E");
  line-height: 0;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  margin-right: 10px;
  display: inline-block;
  transition: all .35s;
}

.page-header .node-categories a:hover::before {
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {

  .page-header {
    margin-bottom: 64px;
  }

  .page-header--blog {
    margin-bottom: 96px;
  }

  .page-header .col--text__content {
    padding-right: 16.66666667%;
  }

  .page-header .node-title {
    font-size: 48px;
  }

  .page-header .col--categories {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1400px) {

  .page-header__content .node-intro {
    padding-right: 16.66666667%;
  }
}
