.blog_details_banner {
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 22px 0 0;
  position: relative;
}
.blog_details_banner::before {
  content: '';
  background: rgba(35, 79, 109, 0.50);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog_details_banner .blog_breadcrumb {
  display: flex;
  position: relative;
  z-index: 10;
}
.blog_details_banner .blog_breadcrumb .blog_breadcrumb_detailed {
  align-items: center;
  display: flex;
  margin-right: 17px;
  width: auto;
}
.blog_details_banner .blog_breadcrumb .blog_breadcrumb_detailed a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
  margin-right: 17px;
  text-decoration: none;
}
.blog_details_banner .blog_breadcrumb .blog_breadcrumb_detailed:first-child  a {
/*   padding-left: 30px; */
  position: relative;
}
/* .blog_details_banner .blog_breadcrumb .blog_breadcrumb_detailed:first-child a::before {
  background-image: url(/hubfs/6273723/Vector.svg);
  background-size: auto;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 25px;
} */
.blog_details_banner .blog_breadcrumb .blog_breadcrumb_detailed span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
}
.blog_details_banner .blog_breadcrumb .blog_breadcrumb_detailed:last-child span {
  display: none;
}
.blog_details_banner .blog_breadcrumb .blog_breadcrumb_detailed:last-child a {
  margin: 0;
  pointer-events: none;
}
.blog_details_banner .blog_title {
  margin: 0 auto;
  max-width: 958px;
  padding: 193px 0 135px;
  position: relative;
  z-index: 10;
}
.blog_details_banner .blog_title h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
  max-width: 564px;
  margin-bottom: 10px;
}
.blog_details_banner .blog_title .blog_detailed_section {
  display: flex;
  flex-wrap: wrap;
}
.blog_details_banner .blog_title .blog_detailed_section .blog_date_author {
  display: flex;
  width: 65%;
  align-items: center;
}
.blog_details_banner .blog_title .blog_detailed_section .blog_tags {
  display: flex;
  width: 35%;
  justify-content: end;
  align-items: center;
}
.blog_details_banner .blog_title .blog_detailed_section .blog_date_author h5 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
  margin: 0;
  text-transform: capitalize;
}
.blog_details_banner .blog_title .blog_detailed_section .blog_date_author span {
  margin: 0px 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
  color: #fff;
}
.blog_details_banner .blog_title .blog_detailed_section .blog_date_author span.blog_post_data_divider {
  margin: 0px 15px;
}

.blog_details_banner .blog_title .blog_detailed_section .blog_date_author .blog_time_read h5:before {
  background-image: url(https://go.vigilance.ca/hubfs/bi_clock.svg);
  background-size: 100%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 15px;
  background-repeat: no-repeat;
}
.blog_details_banner .blog_title .blog_detailed_section .blog_time_read .blog_read_section h5 {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  text-transform: lowercase;
}
.blog_details_banner .blog_title .blog_detailed_section .blog_tags a.blog-post__tag-link {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
  text-transform: capitalize;
}
.blog_details_banner .blog_title .blog_detailed_section .blog_tags span {
  margin: 0px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
  color: #fff;
}
.blog_post_section {
  padding: 20px 0px 80px;
}
.blog_post_container {
  max-width: 956px;
  margin: 0 auto;
}
.blog_post_container h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  color: #474747;
  margin: 60px 0 0;
}
.blog_post_container img {
  padding: 60px 0 0;
  width: 100% !important;
  object-fit: cover;
}
.blog_post_container span:(.hs-social-website) {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #474747;
  margin-top: 20px;
  display: inline-block;
}
.blog_post_container h3 {
  margin: 40px 0 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #474747;
}
.blog_post_container .border_left {
  margin-top: 20px;
}
.blog_post_container .border_left {
  margin-top: 40px;
  border-left: 3px solid #1E9AA2;
  padding: 0px 50px;
}
.blog_post_container .border_left span:first-child {
  margin: 0;
}
.blog_post_container .border_left span:last-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #474747;
}
.blog_post_container span a {
  color: #337AB7;
  padding-bottom: 1px;
  border-bottom: 1px solid #337AB7;
}
.blog_post_container ul {
  margin: 20px 0 0;
  padding: 0px;
}
.blog_post_container ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #474747;
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
  list-style: none;
}
.blog_post_container ul li::before {
  content: '';
  background: #474747;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 40%;
  position: absolute;
  border-radius: 50%;
}
.blog_post_container ul li:last-child {
  margin: 0;
}
.blog_author .blog_author_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog_author .blog_author_section .blog_author_content {
  width: 75%;
  display: flex;
}

.blog_author .blog_author_section .blog_author_content_single {
  display: flex;
  flex: 1;
}

.blog_author .blog_author_section .blog_cta {
  width: 25%;
  display: flex;
  justify-content: end;
}

.blog_author .blog_author_section .blog_author_content .blog_author_img {
    width: 75px;
}
.blog_author .blog_author_section .blog_author_content .blog_author_img img {
  max-width: 100%;
  width: 100% !important;
  border-radius: 50%;
  padding: 0;
  min-width: 75px;
}
.blog_author .blog_author_section .blog_author_content .blog_author_name {
  padding-left: 23px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog_author .blog_author_section .blog_author_content .blog_author_name h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.857px;
  color: #474747;
  margin: 0;
}
.blog_author .blog_author_section .blog_author_content .blog_author_name .blog_author_read {
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.blog_author .blog_author_section .blog_author_content .blog_author_name .blog_author_read span {
  margin: 0;
  display: flex;
  align-items: center;
}
.blog_author .blog_author_section .blog_author_content .blog_author_name .blog_author_read span h5 {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.857px;
  color: #474747;
}
.blog_author .blog_author_section .blog_author_content .blog_author_name .blog_author_read span .blog_read {
  margin: 0px 10px;
}
.blog_author .blog_author_section .blog_author_content .blog_author_name .blog_author_read h5 {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
  color: #474747;
}
.blog_author .blog_author_section .blog_cta a {
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #1E9AA2;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.857px;
  color: #1E9AA2;
}
.blog_author .blog_disclaimer {
  padding: 45px 0 80px;
}
.blog_author .blog_disclaimer h6 {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 22.857px;
  color: #222;
  margin-bottom: 2px;
}
.blog_author .blog_disclaimer p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22.857px;
  color: #474747;
  margin: 0;
}
.blog_author .blog_author_links {
  align-items: center;
  display: flex;
  justify-content: end;
  margin-bottom: 43px;
}
.blog_author .blog_author_links span:not(.hs-social-website) {
  color: #9c9c9c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 135%;
  margin: 0 34px 0 0;
}
.blog_author .blog_author_links a img,
.blog_author .blog_author_links .hs-social-website img {
  padding: 0;
}
.blog_author .blog_author_links a,
.blog_author .blog_author_links .hs-social-website {
  margin-right: 40px;
}
.blog_author .blog_author_links .hs-social-website:last-child {
  margin: 0;
}
.blog_prev_next {
  border-top: 1px dotted #1E9AA2;
  padding-top: 28px;
}
.blog_prev_next .post-pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}
.blog_prev_next .post-pagination .prev-post, .blog_prev_next .post-pagination .article-post, .blog_prev_next .post-pagination .next-post {
  width: 33.33%;
  padding: 0px 20px;
}
.blog_prev_next .post-pagination .prev-post a {
  position: relative;
  padding-left: 35px;
}
.blog_prev_next .post-pagination .prev-post a::before {
  content: '';
  background-image: url(https://go.vigilance.ca/hubfs/chevron-right.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0px;
}
.blog_prev_next .post-pagination .next-post {
  text-align: end;
}
.blog_prev_next .post-pagination .article-post {
  text-align: center;
}
.blog_prev_next a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 1px;
  color: #474747;
}
.blog_prev_next .article-post a {
  color: #1E9AA2;
}
.blog_prev_next .post-pagination .next-post a {
  position: relative;
  padding-right: 35px;
}
.blog_prev_next .post-pagination .next-post a::after {
  content: '';
  background-image: url(https://go.vigilance.ca/hubfs/chevron-right.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0px;
  transform: rotate(180deg);
}
.blog-related-posts {
  padding: 200px 0 80px;
}
.blog_prev_next a:hover {
  color: #1E9AA2;
}
.blog_prev_next a:hover::before, .blog_prev_next a:hover::after {
  filter: invert(49%) sepia(52%) saturate(611%) hue-rotate(135deg) brightness(93%) contrast(91%);
}
.blog-related-posts h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: 1px;
  color: #1E9AA2;
  margin-bottom: 40px;
}
.blog-related-posts .blog-recent-posts__list {
  margin: 0px -10px;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section {
  padding: 0px 10px;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section .blog-index__post-inner-card {
  box-shadow: none;
  border-radius: 0px;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section .blog-index__post-inner-card a.blog-index__post-image {
  border-radius: 0;
  padding: 0;
  display: inline-block;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section .blog-index__post-inner-card a.blog-index__post-image img.blog-listing__post-image {
  height: 100%!important;
  max-height: 190px;
  min-height: 190px!important;
  object-fit: cover;
  width: 100%;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section .blog-index__post-inner-card .blog-index__post-content.blog-index__post-content--small {
  padding: 0;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section .blog-index__post-inner-card .blog-index__post-content.blog-index__post-content--small h2 {
  margin: 20px 0 16px;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section .blog-index__post-inner-card .blog-index__post-content.blog-index__post-content--small h2 a {
  color: #474747;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.4px;
  text-decoration: none;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section .blog-index__post-inner-card p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #474747;
  display: -webkit-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section .blog-index__post-inner-card .related_date_name time {
  color: #474747;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section .blog-index__post-inner-card .related_date_name span {
  margin: 0 20px;
}
.blog-related-posts .blog-recent-posts__list .related-posts-section .blog-index__post-inner-card .related_date_name span:last-child {
  margin: 0;
  color: #474747;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
  pointer-events: none;
  text-decoration: none;
}
.blog_author .blog_author_section .blog_cta a:hover {
  background: #1e9aa2;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.hs-social-website {
  cursor: pointer;
}

.pe-7s-angle-up-circle.stroke-icon {
  font-family: Pe-icon-7-stroke !important;
}

.blog_post_no_related {
  padding-top: 40px;
}

.blog_author_name > a:hover {
  text-decoration: underline;
}

@media (min-width:320px) and (max-width:767px) {
  .blog_details_banner .blog_title {
    padding: 160px 0 120px;
  }
  .blog_details_banner .blog_title h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .blog_details_banner .blog_title .blog_detailed_section {
    display: block;
  }

  .blog_details_banner .blog_title .blog_detailed_section .blog_date_author h5 {
    font-size: 14px;
  }
  
  .blog_details_banner .blog_title .blog_detailed_section .blog_date_author span {
    margin: 0px 5px;
  }
  .blog_details_banner .blog_title .blog_detailed_section .blog_tags {
    width: 100%;
    justify-content: initial;
    padding: 8px 0 0;
  }
  .blog_details_banner .blog_title .blog_detailed_section .blog_tags a.blog-post__tag-link {
    font-size: 14px;
  }
  .blog_details_banner .blog_title .blog_detailed_section .blog_tags span {
    margin: 0 10px;
  }
  .blog_details_banner .blog_title .blog_detailed_section .blog_date_author {
    width: 100%;
  }
  .blog_details_banner .blog_title .blog_detailed_section .blog_date_author h5 {
    font-size: 14px;
  }
  .blog_details_banner .blog_title .blog_detailed_section .blog_date_author span {
    margin: 0 5px;
  }
  .blog_details_banner .blog_title .blog_detailed_section .blog_tags {
    width: 100%;
    justify-content: initial;
    padding: 8px 0 0;
  }
  .blog_post_container {
    padding: 0px 15px;
  }
  .blog_post_container h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 40px 0 0;
  }
  .blog_post_container .border_left {
    padding: 0 30px;
  }
  .blog_post_section {
    padding: 20px 0 50px;
  }
  .blog_author .blog_author_section .blog_author_content {
    width: 100%;
  }
  .blog_author .blog_author_section .blog_cta {
    width: 100%;
    justify-content: center;
    padding: 30px 0 0;
  }
  .blog_author .blog_disclaimer {
    padding: 30px 0 60px;
  }
  .blog_author .blog_author_links {
    margin-bottom: 30px;
  }
  .blog_prev_next .post-pagination {
    margin: 0px -10px;
  }
  .blog_prev_next .post-pagination .article-post, .blog_prev_next .post-pagination .next-post, .blog_prev_next .post-pagination .prev-post {
    padding: 0px 10px;
  }
  .blog_prev_next .post-pagination .prev-post a {
    padding-left: 12px;
    display: inline-block;
  }
  .blog_prev_next .post-pagination .prev-post a:before {
    left: -12px;
  }
  .blog_prev_next a {
    font-size: 15px;
  }
  .blog_prev_next .post-pagination .next-post a {
    padding-right: 12px;
    display: inline-block;
    font-size: 14px;
  }
  .blog_prev_next .post-pagination .next-post a:after {
    right: -12px;
  }
  .blog-related-posts {
    padding: 100px 0 70px;
  }
  .blog-related-posts .blog-recent-posts__list .related-posts-section {
    margin-bottom: 45px;
  }

}


@media (min-width:768px) and (max-width:1024px) {
  .blog_post_container {
    padding: 0px 15px;
  }
  .blog_post_container h2 {
    margin: 40px 0 0;
    line-height: 42px;
  }
  .blog-related-posts {
    padding: 120px 0 80px;
  }
  .blog-related-posts .blog-recent-posts__list .related-posts-section {
    margin-bottom: 50px;
  }

}

@media (max-width: 768px) {
  .blog_details_banner .blog_title .blog_detailed_section .blog_date_author {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .blog_details_banner .blog_title .blog_detailed_section .blog_date_author > h5,
  .blog_details_banner .blog_title .blog_detailed_section .blog_date_author > .blog_time_read {
    flex: 1 0 100%;
  }
  .blog_post_data_divider {
    display: none;
  }
  .blog_details_banner .blog_title .blog_detailed_section .blog_tags {
    justify-content: flex-start;
  }
  .blog_details_banner .blog_title .blog_detailed_section .blog_date_author + .blog_tags {
    margin-top: 20px;
  }
}
