.underline {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.no-margin-top {
  margin-top: 0 !important;
}

.post__full {
  margin-bottom: 25px;
}
.post__full .post__full__header-container__title {
  margin-top: 30px;
}
.post__full .post__full__header-container__title h1 {
  margin-bottom: 0;
}
.post__full .post__full__header-container__title h1 span {
  color: #4A68B1;
  font-size: 44px;
}
.post__full .post__full__header-container__subtitle {
  font-style: italic;
  font-size: 22px;
}
@media (min-width: 0) and (max-width: 1199px) {
  .post__full .post__full__header-container__subtitle {
    font-size: 16px;
  }
}
.post__full .post__full__content {
  margin-top: 25px;
  margin-bottom: 25px;
}
.post__full .post__full__content .underline {
  margin-right: 5px;
}
.post__full .post__full__content .post__full__content-prebody {
  margin-bottom: 25px;
}
.post__full .post__full__content p:first-child {
  margin-top: 0;
}
.post__full .post__full__content p:last-child {
  margin-bottom: 0;
}
.post__full .post__full__content .field--name-body .field--type-image {
  margin: 15px;
  padding: 15px;
}
.post__full .post__full__content .post__full__content-image {
  width: 100%;
  float: right;
  padding: 25px 0;
  max-width: 750px;
}
.post__full .post__full__content .post__full__content-image::after {
  clear: both;
}
@media (min-width: 768px) {
  .post__full .post__full__content .post__full__content-image {
    padding: 25px;
    min-width: 300px;
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .post__full .post__full__content .post__full__content-image {
    width: 100%;
  }
}
.post__full .post__full__content .field--name-body img,
.post__full .post__full__content .field--name-body picture,
.post__full .post__full__content .field--name-body video {
  max-width: 100%;
}
.post__full .clearboth::after {
  content: "";
  display: table;
  clear: both;
}
.post__full .post__full__content__link {
  margin-top: 25px;
  clear: both;
}
.post__full .post__full__content__link .post__full__content__link__inner {
  margin-bottom: 15px;
}
.post__full .post__full__tags__label {
  margin-top: 25px;
}
.post__full .post__full__tags {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}
.post__full .post__full__tags .tagx {
  position: relative;
  left: -16px;
  font-size: 12px;
}
.post__full .post__full__tags .hash::before {
  content: "#";
  position: relative;
  top: 0;
  left: -17px;
  font-size: 13px;
  float: left;
}
.post__full .post__full__tags .field--name-field-blog-tags {
  display: flex;
  flex-direction: row;
  float: left;
}
.post__full .post__full__tags .field--name-field-blog-tags .field__item {
  margin-right: 10px;
}
.post__full .post__full__tags .field--name-field-blog-tags .field__item a {
  color: #331934;
  text-decoration: underline;
}

.page-node .region.region-content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}