.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}



.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

.cst-filter-grp .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'myriad-pro',sans-serif display:flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 20px;
  z-index: 1;
  margin: 0 auto !important;
}
.cst-listing-grp .dnd-section>.row-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cst-filter-grp .page-center .inner-grp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  width: 90%;
  max-width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.cst-filter-grp .page-center .inner-grp .menu-sub-title {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  border: 1px solid #B7B7B7;
  font-family: 'myriad-pro',sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  padding: 0 15px;
}
.cst-filter-grp .page-center .inner-grp > ul {
  display: none;
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  margin-top:0;
}

.cst-filter-grp .page-center .inner-grp > ul > li >a {
  background-color: #FFFFFF;
  padding: 15px;
  border-bottom: 1px solid #B7B7B7;
  display: block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-family: 'myriad-pro',sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
}
.cst-filter-grp .page-center .inner-grp > ul > li >a .filter-link-count {
  display: none;
}
.hs-blog-listing #main-content {
  background: #fff;
}
.cst-listing-grp .dnd-section>.row-fluid {
  padding-bottom: 50px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.pr-0, .px-0 {
  padding-right: 0!important;
}
.pl-0, .px-0 {
  padding-left: 0!important;
}
.cst-listing-grp .dnd-section {
  padding: 0!important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem!important;
}
.d-none {
  display: none!important;
}
@-webkit-keyframes border {
  50%,
  100% {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
}
@keyframes border {
  50%,
  100% {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
}
.Button_wrapper .load-more:after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #B2740E;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
}
.mb-1, .my-1 {
  margin-bottom: .25rem!important;
}
.cst-filter-grp .page-center .inner-grp .menu-sub-title.active:after {
  border-bottom: 6px solid #002B5C;
  border-top: 0;
}
.hs-blog-post .cst-filter-grp .page-center .inner-grp>ul>li.active>a:hover {
  background-color: #dadada;
}
.hs-blog-post .cst-filter-grp .page-center .inner-grp>ul>li.active>a {
  background: #fff;
}

.cst-post-cotnent-grp {
  padding: 0 0 50px;
}
.cst-post-cotnent-grp .post-content-section {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.cst-post-cotnent-grp .post-content-section .page-center {
  background-color: #FFF;
  padding: 0;
  max-width: 1590px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1.5rem!important;
}
.cst-post-cotnent-grp .post-content-section .page-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.cst-post-cotnent-grp .post-content-section .page-center .cst-right-col-grp {
  background-image: linear-gradient( 
    165deg
    ,rgba(33,132,205,0.00) 0%,rgba(33,132,205,0.35) 100%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 60px 50px 80px 30px;
  display: none;
}
.cst-post-cotnent-grp .post-content-section .page-center .cst-right-col-grp h3.blog_sidebarHeading {
  margin: 0;
  font-weight: 700;
  font-family: 'myriad-pro',sans-serif;
  font-size: 24px;
  color: #000000;
  -webkit-letter-spacing: 3px;
  -moz-letter-spacing: 3px;
  -ms-letter-spacing: 3px;
  letter-spacing: 3px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.cst-post-cotnent-grp .post-content-section .page-center .cst-right-col-grp .Blogposts_date {
  font-weight: 300;
  font-family: 'myriad-pro',sans-serif;
  font-size: 18px;
  color: #5C5C5C;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  margin: 0;
}
.hs-blog-post .body-container.body-container--blog-post {
  background: #fff;
}
.cst-post-cotnent-grp .post-content-section .page-center .cst-right-col-grp a, .cst-post-cotnent-grp .post-content-section .page-center .cst-right-col-grp a h4 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cst-post-cotnent-grp .post-content-section .page-center .cst-right-col-grp a:hover h4 {
  color: inherit;
}
.cst-post-cotnent-grp .post-content-section .page-center .cst-right-col-grp a:hover {
  text-decoration: none;
  color: #B2740E;
}
.cst-post-cotnent-grp .post-content-section .page-center .cst-right-col-grp h4.Blogposts_title.mb-4 {
  font-weight: bold;
  font-family: 'myriad-pro',sans-serif;
  font-size: 18px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 0;
}
.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}
.cst-post-cotnent-grp .post-content-section .page-center .left-col-grp .PostBody_image.mb-3 {
  display: block;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.pt-1, .py-1 {
  padding-top: .25rem!important;
}
.position-relative {
  position: relative!important;
}
.blog-post__body {
  padding-top: .25rem!important;
}
.blog-post__body .PostBody_date {
  font-family: 'myriad-pro',sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #5C5C5C;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
}
.blog-post__body .post-title h2.PostBody_title.Underdog_left {
  font-family: 'myriad-pro',sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #002B5C;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 28px;
  position: relative;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
} 

.blog-post__body img {
  margin-bottom: 15px;
}
.blog-post__body .post-title h2.PostBody_title.Underdog_left:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 2px;
  background-color: #B2740E;
}
.blog-post__body .hs_cos_wrapper_type_rich_text, .blog-post__body .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  line-height: 25px;
}

.custom_blog_next-previous {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1590px;
  margin: 0 auto;
}
.mr-3, .mx-3 {
  margin-right: 1rem!important;
}
.custom_blog_next-previous .d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.custom_blog_next-previous .d-flex a:hover:after {
  content: '';
  -webkit-animation: border .4s normal forwards ease-in-out;
  animation: border .4s normal forwards ease-in-out;
}
.custom_blog_next-previous .d-flex a:after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #B2740E;
}
.custom_blog_next-previous .d-flex a:hover {
  background-color: #87580b;
  color: #FFFFFF !important;
  border: 1px solid transparent;
}
.custom_blog_next-previous .d-flex a {
  height: 56px;
  font-weight: 900;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 35px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
  font-family: 'myriad-pro',sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  -webkit-letter-spacing: 0.25px;
  -moz-letter-spacing: 0.25px;
  -ms-letter-spacing: 0.25px;
  letter-spacing: 0.25px;
  max-width: 250px;
  position: relative;
  background-color: #B2740E;
  text-transform: uppercase;
}
.section.post-footer {
  padding: 20px;
}

.section.post-footer form {
  border: 0!important;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cst-filter-grp .page-center,
  .cst-listing-grp .dnd-section>.row-fluid{
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .custom_blog_next-previous .d-flex a {
    font-size: 18px;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cst-filter-grp .page-center,
  .cst-listing-grp .dnd-section>.row-fluid{
    max-width: 720px;
  }
  .Button_wrapper .load-more:hover:after {
    content: '';
    -webkit-animation: border .4s normal forwards ease-in-out;
    animation: border .4s normal forwards ease-in-out;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width: 992px) {
  .sticky .OSCDesktop_wrapper {
    margin-top: 68px;
  }
  .blog-post__body .hs_cos_wrapper_type_rich_text, .blog-post__body .hs_cos_wrapper_type_rich_text p {
    font-size: 22px;
    line-height: 39px;
  } 
  .blog-post__body .post-title h2.PostBody_title.Underdog_left:after {
    width: 125px;
    height: 3px;
  }
  .blog-post__body .post-title h2.PostBody_title.Underdog_left {
    margin: 0 0 35px;
    padding: 0 0 35px;
    font-size: 37px;
    -webkit-letter-spacing: 1.54px;
    -moz-letter-spacing: 1.54px;
    -ms-letter-spacing: 1.54px;
    letter-spacing: 1.54px;
    line-height: 47px;
  }
  .blog-post__body .PostBody_date {
    font-size: 18px;
  }
  .cst-post-cotnent-grp .post-content-section .page-center .left-col-grp .PostBody_image.mb-3 {
    height: 500px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0!important;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cst-filter-grp .page-center,
  .cst-listing-grp .dnd-section>.row-fluid{
    max-width: 960px;
  }
  .cst-filter-grp .page-center {
    padding: 70px 20px 60px;
    position: relative;
  }
  .cst-filter-grp .page-center .inner-grp {
    height: auto;
    max-width: none;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cst-filter-grp .page-center .inner-grp .menu-sub-title {
    display: none;
  }
  .cst-filter-grp .page-center .inner-grp > ul {
    margin-top:0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    box-shadow: unset;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cst-filter-grp .page-center .inner-grp > ul > li {
    margin: 0 0 10px;
  }
  .cst-filter-grp .page-center .inner-grp > ul > li >a {
    padding: 15px 20px;
    border: 0;
    background-color: transparent;
    font-weight: 900;
    text-align: center;
    font-family: 'myriad-pro',sans-serif;
    font-size: 16px;
    color: #3F3F3F;
    -webkit-letter-spacing: 0.22px;
    -moz-letter-spacing: 0.22px;
    -ms-letter-spacing: 0.22px;
    letter-spacing: 0.22px;
  }
  .cst-filter-grp .page-center .inner-grp > ul > li >a:hover, .cst-filter-grp .page-center .inner-grp > ul > li.active >a {
    background-color: #DADADA;
  }
  .cst-listing-grp .dnd-section>.row-fluid {
    padding-bottom: 95px;
  }
  .m-lg-3 {
    margin: 1rem!important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0!important;
  }
  .cst-post-cotnent-grp {
    padding: 0 0 90px;
  }
  .cst-post-cotnent-grp .post-content-section .page-center .cst-right-col-grp {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cst-filter-grp .page-center,
  .cst-listing-grp .dnd-section>.row-fluid{
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cst-post-cotnent-grp .post-content-section .page-center .left-col-grp .PostBody_image.mb-3 {
    height: 531px;
  }
}

@media (min-width: 1400px) {
  .cst-filter-grp .page-center,
  .cst-listing-grp .dnd-section>.row-fluid{
    max-width: 1300px;
  }
}
@media (min-width: 1440px) {
  .cst-post-cotnent-grp {
    padding-left: 135px;
    padding-right: 135px;
  }
}
@media (min-width: 1700px) {
  .cst-filter-grp .page-center,
  .cst-listing-grp .dnd-section>.row-fluid{
    max-width: 1600px;
  }
}



@media (max-width: 991px) {
  .cst-filter-grp .page-center .inner-grp>ul.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cst-filter-grp .page-center .inner-grp>ul>li>a:hover {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #f6f6f6;
  }
}
@media (max-width: 767px) {
  .section.post-footer form {
    border: 0!important;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.with-out-banner .hs-blog-listing header.custom-header,
.with-out-banner .hs-blog-post header.custom-header{
    min-height: 0;
}