.page-node-type-blog .block--page-title-block {
  display: none;
}

.node--type-blog.blog--full {
  max-width: 800px;
  margin: 0 auto;
}

.node--type-blog.blog--full h1 {
  font-weight: 300;
  margin-top: 10px;
  font-size: 2.125rem;
}

@media (max-width: 1440px) {
  .node--type-blog.blog--full h1 {
    font-size: calc(1.225rem + 1vw) ;
  }
}

.node--type-blog.blog--full .intro-wrapper {
  margin-top: 20px;
}

@media all and (min-width: 500px) {
  .node--type-blog.blog--full .intro-wrapper {
    display: flex;
  }
}

@media all and (min-width: 500px) {
  .node--type-blog.blog--full .intro-wrapper .field--name-field-bl-header {
    width: 42%;
    margin: 0 3% 0 0;
  }
}

@media all and (min-width: 768px) {
  .node--type-blog.blog--full .intro-wrapper .field--name-field-bl-header {
    width: 35%;
  }
}

.node--type-blog.blog--full .intro-wrapper .field--name-field-bl-header img {
  display: block;
  width: 100%;
}

.node--type-blog.blog--full .intro-wrapper .field--name-field-bl-introduction {
  color: #1b1919;
  font-size: 18px;
  margin-top: 20px;
}

@media all and (min-width: 500px) {
  .node--type-blog.blog--full .intro-wrapper .field--name-field-bl-introduction {
    width: 55%;
    margin-top: 0;
  }
}

@media all and (min-width: 768px) {
  .node--type-blog.blog--full .intro-wrapper .field--name-field-bl-introduction {
    width: 62%;
  }
}

.node--type-blog.blog--full .intro-wrapper .field--name-field-bl-introduction p:last-child {
  margin-bottom: 0;
}

.node--type-blog.blog--full .field--name-field-bl-categories {
  display: inline-block;
  color: #000;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 20px;
  font-weight: 400;
  padding: 5px 13px;
}

.node--type-blog.blog--full .field--name-field-bl-publication-date {
  color: #9c9e9f;
  font-weight: 300;
  margin-top: 5px;
}

.node--type-blog.blog--full .field--name-field-bl-tags {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dedfdf;
  position: relative;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
}

.node--type-blog.blog--full .field--name-field-bl-tags:before {
  width: 70px;
  height: 5px;
  background-color: #000;
  content: ' ';
  position: absolute;
  top: -5px;
}

.node--type-blog.blog--full .field--name-field-bl-tags .field__label {
  margin-right: 25px;
}

.node--type-blog.blog--full .field--name-field-bl-tags .field__items .field__item {
  display: inline-block;
  margin-right: 5px;
}

.node--type-blog.blog--full .field--name-field-insight-comment {
  margin: 40px 0 0;
  border-top: 1px solid #dedfdf;
  position: relative;
  padding: 20px 0;
}

.node--type-blog.blog--full .field--name-field-insight-comment:before {
  width: 70px;
  height: 5px;
  background-color: #000;
  content: ' ';
  position: absolute;
  top: -5px;
}

.node--type-blog.blog--full .field--name-field-insight-comment h2 {
  font-size: 18px;
}

.node--type-blog.blog--full .field--name-field-insight-comment .field--name-comment-body .form-wrapper {
  display: none;
}

/*# sourceMappingURL=maps/style.css.map */
