.blogarticle .related-stories-carousel {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding: 30px 0 0;
  font-family: "prohibition";
  font-style: normal;
  font-weight: 400;
}
.blogarticle .related-stories-carousel .slick-track .slick-slide {
  padding: 0 15px;
}
.blogarticle .related-stories-carousel .slick-prev {
  top: 60px;
  display: block !important;
  left: -2px;
}
.blogarticle .related-stories-carousel .slick-next {
  top: 60px;
  display: block !important;
  right: -2px;
}
.blogarticle .section-blog-header {
  background: #087ec5 url("../images/blue-pattern.png") !important;
  padding: 20px 0 !important;
}
.blogarticle .section-blog-header h1 {
  margin: 0;
  text-align: center;
  color: white;
}
.blogarticle .section-blog-header.no-next {
  margin-bottom: 60px;
}
.blogarticle .section-blog-header.section-blog-document-header {
  margin-bottom: 0;
}
.blogarticle .post-cat {
  font-size: 26px;
  line-height: 26px;
  font-family: "prohibition";
  font-style: normal;
  font-weight: 400;
  color: #363737;
}
.blogarticle .post-cat:after {
  content: "";
  display: block;
  width: 200px;
  height: 20px;
  margin: 20px auto 0;
  background: url("../images/stripes.png") repeat-x 0 0;
  width: 190px;
  margin-left: 0;
}
.blogarticle .post-cat.main-title {
  margin-top: 60px;
}
.blogarticle .author {
  font-size: 20px;
  margin: 18px 0 20px 0;
}
.blogarticle .author.date {
  margin-top: -15px;
  color: #087ec5;
}
.blogarticle .author.date.no-author {
  margin-top: 0;
}
.blogarticle .jssocials-wrap {
  margin-bottom: -20px;
}
.blogarticle .article-sm {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
}
.blogarticle .article-sm li {
  display: inline-block;
  margin: 0 5px 15px 0;
}
.blogarticle .article-sm li:hover .fa {
  background: #fdb827;
}
.blogarticle .article-sm a {
  color: white;
}
.blogarticle .article-sm .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  background: #d7d7d7;
  border-radius: 50%;
  color: white;
}
.blogarticle .author-picture {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #087ec5;
  margin: 0 0 24px;
}
.blogarticle .author-info {
  background: #363737;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 20px 20px;
  color: white;
}
.blogarticle .author-info .author-picture {
  border: none;
}
.blogarticle h2 {
  color: #ed1b2e;
}
.blogarticle h1 {
  color: #ed1b2e;
  margin-bottom: 20px;
}
.blogarticle .section-related-stories {
  text-align: center;
  padding-top: 30px;
}
.blogarticle .section-related-stories .section-content {
  padding-top: 0;
}
.blogarticle .section-related-stories .section-content .section-title {
  color: #363737;
  margin-top: 30px;
  margin-bottom: 20px;
}
.blogarticle .section-related-stories .container:before {
  content: "";
  display: block;
  height: 20px;
  margin: 0 auto;
  background: url("../images/stripes.png") repeat-x 0 0;
  width: 100%;
}
.blogarticle .related-story {
  max-width: 230px;
  margin: 0 auto;
  text-align: left;
}
.blogarticle .related-story:after {
  content: "";
  display: block;
  width: 200px;
  height: 20px;
  margin: 20px auto 0;
  background: url("../images/stripes.png") repeat-x 0 0;
  width: 100%;
}
.blogarticle .related-story .date {
  display: block;
  font-size: 16px;
  color: #087ec5;
}
.blogarticle .related-story .related-story-link {
  display: block;
  height: 80px;
  font-size: 20px;
  overflow: hidden;
  color: #363737;
}
.blogarticle .related-story .related-story-link:hover {
  color: #ed1b2e;
}
.blogarticle .related-story .img-wrap {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.blogarticle .related-story .img-wrap img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.blogarticle .related-story .img-wrap img.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.blogarticle .blog-title {
  font-size: 40px;
}
@media (min-width: 768px) {
  .blogarticle .author-info {
    margin-top: 0;
    margin-bottom: 32px;
    padding: 20px 60px;
  }
  .blogarticle .author-info-img {
    min-height: 175px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blogarticle .author-info-img img {
    margin-bottom: 0;
  }
  .blogarticle .author-info-txt {
    min-height: 175px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blogarticle .related-story {
    max-width: 100%;
  }
  .blogarticle .related-story .date {
    font-size: 20px;
  }
  .blogarticle .related-story .related-story-link {
    font-size: 26px;
    height: 110px;
  }
  .blogarticle .related-story .img-wrap {
    height: 200px;
  }
  .blogarticle .related-stories-carousel .slick-prev {
    top: 80px;
  }
  .blogarticle .related-stories-carousel .slick-next {
    top: 80px;
  }
}
@media (min-width: 992px) {
  .blogarticle .related-story {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blogarticle .table-responsive-mobile {
    overflow-x: auto;
  }
  .blogarticle table tr:nth-child(odd) td {
    padding: 5px;
  }
  .blogarticle table tr:nth-child(even) td {
    padding: 5px;
  }
  .blogarticle table tr td {
    font-size: 16px;
    text-align: left;
  }
  .blogarticle .bt-wrapper {
    max-height: 500px;
    overflow: auto;
    font-size: 16px;
    text-align: left;
  }
  .blogarticle .jssocials-wrap {
    margin-bottom: -80px;
    margin-bottom: -40px;
  }
  .blogarticle .related-story {
    max-width: 100%;
  }
  .blogarticle .section-blog-header {
    padding: 20px 0 !important;
  }
  .blogarticle .related-stories-carousel {
    padding-top: 10px;
  }
  .blogarticle .author-info {
    margin-top: 0;
  }
  .blogarticle .author-info-img {
    text-align: center;
  }
  .blogarticle .section-blog-header.no-next {
    margin-bottom: 30px;
  }
  .blogarticle .section-blog-header.section-blog-document-header {
    margin-bottom: 0;
  }
  .blogarticle .post-cat.main-title {
    margin-top: 30px;
  }
}
@media (max-width: 867px) {
  .blogarticle .related-story .img-wrap {
    height: 145px;
  }
  .blogarticle .related-story .related-story-link {
    height: 80px;
  }
}
