.resources-detail-page {
  padding-bottom: 49px;
}

.resources-detail-page .blog-data {
  max-width: 700px;
}

.resources-detail-page .blog-data span.type {
  font-size: 16px;
  color: #0071bc;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 500;
}

.resources-detail-page .blog-data .effect {
  margin-bottom: 30px;
}

.resources-detail-page .blog-data h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #666666;
  font-family: var(--primary-font);
  margin: 0 0 0;
}

.resources-detail-page .blog-data h2 {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  font-family: var(--primary-font);
  margin: 0;
  font-weight: 400;

}

.resources-detail-page .blog-data h2 .user {
  margin-left: 5px;
}

.resources-detail-page .blog-data h2 .user a {
  font-size: 14px;
  color: #4d4d4d;
  font-family: var(--primary-font);
  font-weight: 500;
  transition: all .25s;
}

.resources-detail-page .blog-data h2 .user a:hover {
  color: var(--brd-cl1);
}

.resources-detail-page .blog-data h2 .user a:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #ccc;
  margin: 0 6px 0 10px;
}

.resources-detail-page .blog-data img {
  margin-bottom: 20px;
}

.resources-detail-page .blog-data .description p {
  font-size: 16px;
  color: var(--black);
  font-family: var(--secondary-font);
  margin-bottom: 24px;
  line-height: 24px;
}

.resources-detail-page .blog-data .description p:last-child {
  margin-bottom: 0;
}

.resources-detail-page .blog-data .description br {
  display: none;
}

.resources-detail-page .blog-data .user-detail {
  margin: 0 0 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.resources-detail-page .blog-data .user-detail a {
  font-size: 18px;
  color: #0071bc;
  font-family: var(--primary-font);
}

.resources-detail-page .blog-data .user-detail a.plus-minus {
  background: url(images/follow.png) no-repeat center center;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.resources-detail-page .blog-data .user-detail a:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  background: #ccc;
  margin: 0 6px 0 10px;
}

.resources-detail-page .blog-data .user-detail a:last-child:after,
.resources-detail-page .blog-data .user-detail a:first-child:after {
  display: none;
}

.resources-detail-page .blog-data-capsule {}

.resources-detail-page .blog-data-capsule span.type {
  font-size: 16px;
  color: #0071bc;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 500;
}

.resources-detail-page .blog-data-capsule h1 {
  font-size: 16px;
  color: #666666;
  font-family: var(--primary-font);
  font-weight: 500;
  margin: 16px 0 16px;
  line-height: 22px;
}

.resources-detail-page .blog-data-capsule h2 {
  font-size: 13px;
  color: #808080;
  font-family: var(--primary-font);
}

.resources-detail-page .blog-data-capsule h2 a {
  color: #4d4d4d;
  font-weight: 500;
  font-family: var(--primary-font);
}

.resources-detail-page .blog-data-capsule h2 span {
  /* display: block;
	font-family: var(--primary-font);
	    margin-top: 4px  ; */

}

.resources-detail-page .blog-data-capsule .date-time {
  margin-top: 5px
}

.resources-detail-page .blog-data-capsule h2 span.user {
  display: inline-block;
  margin-left: 5px;
  margin-top: 0;
}

.resources-detail-page .blog-data-capsule.user-detail a {
  font-size: 12px;
  color: #0071bc;
  font-family: var(--primary-font);
}

.resources-detail-page .blog-data-capsule .user-detail {
  display: flex;
  align-items: center;
  display: none;
}

.resources-detail-page .blog-data-capsule .user-detail a.plus-minus {
  background: url(images/unfollow.png) no-repeat center center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-size: 100% 100%;
}

.resources-detail-page .blog-data-capsule .user-detail a:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  background: #ccc;
  margin: 0 6px 0 10px;
}

.resources-detail-page .blog-data-capsule .user-detail a:last-child:after,
.resources-detail-page .blog-data-capsule .user-detail a:first-child:after {
  display: none;
}


.blog-data-capsule {
  opacity: 0;
  transform: translateY(-130px);
  transition-timing-function: ease;
  position: fixed;
  transition: opacity .75s ease, transform .75s ease;
  width: 200px;
  z-index: -1;
}

.blog-data-capsule.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}

.blog-data-capsule .organization,
.blog-data-capsule .subject {
  font-size: 12px;
  color: #808080;
  font-family: var(--primary-font);
  font-weight: 400;
  display: table-cell;
}

.blog-data-capsule .subject {
  color: var(--brd-cl1);
  padding-right: 10px;
}

.blog-data-capsule .wrap-fill {
  margin-bottom: 10px;
  display: table;
}

.blog-data-capsule .with-subject {
  position: relative;
  padding-left: 15px;
}

.blog-data-capsule .organization.with-subject:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #ccc;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}

/* .blog-data-capsule.bottom-fix {
	position: absolute !important;
	left: 0 !important;
} */
.blog-detail-wrap .has-video {
  margin-bottom: 20px;
}

.blog-detail-wrap .has-video~.img-wrap {
  display: none;
}

.blog-detail-wrap .has-video~.content-detail {
  width: 100%;
  padding-left: 0;
  float: none;
}

.blog-detail-wrap .img-wrap {
  float: left;
  min-width: 203px;
}

.blog-detail-wrap .img-wrap .PDF-download {
  display: block;
  background: url(images/download.png) no-repeat right center;
  font-size: 14px;
  clear: both;
  color: #4d4d4d;
  line-height: 27px;
  max-width: 112px;
  margin: 0 auto;
  font-family: var(--primary-font);
}

.blog-detail-wrap .img-wrap .PDF-download:hover {
  background: url('images/download_hover.png') no-repeat right center;
}

.blog-detail-wrap .img {
  float: left;
  width: 203px;
}

.blog-detail-wrap .img img {
  border: 1px solid #dbdbdb;
}

.blog-detail-wrap .content-detail {
  width: calc(100% - 203px);
  padding-left: 30px;
  float: left;
}

.blog-detail-wrap .content-detail .description {
  font-size: 16px;
  color: #666666;
  font-family: var(--primary-font);
  margin-bottom: 24px;
  line-height: 24px;
}

.blog-detail-wrap .organization,
.blog-detail-wrap .subject,
.blog-detail-wrap .link-to.with-link {
  font-size: 13px;
  color: #808080;
  font-family: var(--primary-font);
  font-weight: 400;
  display: table-cell;
  position: relative;
}

.blog-detail-wrap .link-to.with-link {
  padding-left: 25px;
}

.blog-detail-wrap .external a {
  color: var(--brd-cl1);
  font-size: 14px;
  background: url(images/external_link.png) no-repeat right top;
  padding-right: 20px;
}

.blog-detail-wrap .subject {
  color: var(--brd-cl1);
  padding-right: 10px;
}

.blog-detail-wrap .with-subject {
  position: relative;
  padding-left: 15px;
}

.blog-detail-wrap .wrap-fill {
  margin-bottom: 10px;
  display: table;
}

.blog-detail-wrap .organization.with-subject:before,
.blog-detail-wrap .link-to.with-link:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #ccc;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}

.blog-detail-wrap .link-to.with-link:before {
  left: 10px;
}



@media only screen and (min-width: 1050px) {
  .resources-detail-page .col-md-3 {
    width: 200px;
  }

  .resources-detail-page .col-md-9 {
    width: 700px;
    padding-left: 30px;
    margin: 0 auto;
    float: none;
  }
}

@media only screen and (max-width: 1050px) {
  .resources-detail-page .col-md-3 {
    width: 160px;
  }

  .resources-detail-page .col-md-9 {
    width: 700px;
    padding-left: 30px;
    margin: 0 auto;
    float: right;
  }
}

@media only screen and (max-width: 991px) {
  .resources-detail-page .col-md-3 {
    display: none;
  }

  .resources-detail-page .col-md-9 {
    width: auto;
    float: none;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .resources-detail-page .col-md-9 {
    width: auto;
  }

  .resources-detail-page .blog-detail-wrap .content-detail {
    width: 100%;
    float: none;
    padding-left: 0px;
  }

  .resources-detail-page .blog-data h1 {
    margin: 0 0 15px;
    font-size: 22px;
  }

  .resources-detail-page {
    padding-bottom: 15px;
  }

  .resources-detail-page .blog-detail-wrap .img-wrap {
    float: none;
  }

  .resources-detail-page .blog-detail-wrap .img-wrap .PDF-download {
    margin-bottom: 10px;
  }

  .resources-detail-page .blog-detail-wrap .img {
    float: none;
    margin: auto;
  }

  .resources-detail-page .video iframe {
    max-width: 100%;
  }

}
