  .node--type-blog-post .node__content > div:last-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}
.node--type-blog-post .node__header .without-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.node--type-blog-post .node__header .without-header > .container h1 {
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.node--type-blog-post .node__header .without-header > .container h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 75px;
  background-color: #007190;
}
.node--type-blog-post .node__header .with-header .block-system-breadcrumb-block {
  padding-top: 1.5rem;
}
.node--type-blog-post .paragraph--type--row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.node--type-blog-post .paragraph--type--row.bg-white {
  background-color: #ffffff;
}
.node--type-blog-post .paragraph--type--row.bg-gray {
  background-color: #f2f4f7;
}
.node--type-blog-post .paragraph--type--row.bg-gray figcaption {
  background-color: #ffffff !important;
}
.node--type-blog-post .paragraph--type--row .description {
  margin-bottom: 1.5rem;
}
.node--type-blog-post .paragraph--type--row .description h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.node--type-blog-post .paragraph--type--row > .container > div:last-child {
  margin-bottom: 0;
}

.node--type-blog-post > .node__content #share-row {
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
  padding-bottom: 6rem;
  margin-top: 1.5rem;
}

.node--type-blog-post > .node__content #share-row > .container .addtoany {
  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;
}
.node--type-blog-post > .node__content #share-row > .container .addtoany .h4 {
  /*text-align: center;*/
  font-weight: 700;
}
.node--type-blog-post > .node__content #share-row > .container .addtoany ul.addtoany_list {
  /*text-align: center;*/
}
.node--type-blog-post > .node__content #share-row > .container .addtoany ul.addtoany_list > li {
  margin-right: 0.5rem;
  margin-left: 0;
}
.node--type-blog-post > .node__content #share-row > .container .addtoany ul.addtoany_list > li:last-child {
  margin-right: 0;
}
.node--type-blog-post > .node__content #share-row > .container .addtoany ul.addtoany_list > li a {
  display: block;
}
.node--type-blog-post > .node__content #share-row > .container .addtoany ul.addtoany_list > li a:hover span, .node--type-blog-post > .node__content #share-row > .container .addtoany ul.addtoany_list > li a:focus span {
  opacity: 1;
  background-color: #005a73 !important;
}
.node--type-blog-post > .node__content #share-row > .container .addtoany ul.addtoany_list > li a span {
  border-radius: 50px !important;
  padding: 6px;
  background-color: #007190 !important;
}
.author {
  width: 82px;
  height: 82px;
  object-fit: cover;
}