th, td, tr{
border: 0 !important;
}




.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;
}

.article-line-circor{
    padding-left: 6%;
    font-size: 38px;
    color: rgb(36 58 71);
    font-weight: bold;
    padding-bottom: 1%;
}

@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: 5%;
}

.company_image_info {
    display: flex;
}

.circor_smart_image {
    margin: 4%;
}
.circor_events_image {
    margin: 4%;
}
.circor_financials_image {
    margin: 4%;
}

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

  .company_image_info {
    display: flex;
}

.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;
  margin-top: 8px;
}

.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;
  }
  
    .company_image_info {
    display: grid;
    justify-content: center;
 }

  .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 ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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-pagination ul li {
  letter-spacing: 0.1em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #f93b37;
  margin-right: 6px;
  margin-left: 6px;
  display: inline-block;
}

.blog-pagination ul li:last-child {
  margin-right: auto;
}

.blog-pagination ul li:first-child {
  margin-left: auto;
}

.blog-pagination ul li.next-link {
  margin-left: auto;
}

.blog-pagination ul li.last-link {
  margin-right: 6px;
}

.blog-pagination ul li.first-link {
  margin-left: 6px;
}

.blog-pagination ul li.prev-link {
  margin-right: auto;
}

.blog-pagination ul li a {
  color: #243a47;
}

.blog-pagination ul li a:not(.active):hover {
  border-bottom: 2px solid #f93b37;
}

.blog-pagination ul li a.active {
  pointer-events: none;
  color: #f93b37;
}
/* 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;
}

.blog-comments .hs-submit {
  text-align: center;
}

.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;
}


.blog_banner {
  background-color:#fff;
  background-position: center;
  background-image:url('//20062401.fs1.hubspotusercontent-na1.net/hubfs/20062401/raw_assets/public/clean%20banner.png');
  background-size:100%;
  
  position: relative;
  background-repeat: no-repeat;
  border-bottom: solid 5px #f93b37;
  box-shadow: 0 6px 12px -5px #7a7a7a;
}

 .container-fluid{
  position: relative;
  }
.Global {
    position: absolute;
    top: 17%;
    /* left: 100px; */
    font-size: 465%;
    color: white;
    padding-left: 6%;
}

.For-channel {
    position: absolute;
    top: 49%;
    /* left: 117px; */
    font-size: 210%;
    color: white;
    padding-left: 7%;
    background: #881a1c;
    width: 36%;
    border-bottom-right-radius: 83px;
    border-top-right-radius: 10px;
    height: 16%;
  display: flex;
 align-items: center;
}

.CIRCOR {
    position: absolute;
    top: 67%;
    /* left: 151px; */
    font-size: 145%;
    color: white;
    padding-left: 7%;
}
  .heading{
    padding-left: 100px;
    font-size: 44px;
    padding-top: 25px;
    color: #222;
    font-weight: bold;
  }
  
   @media only screen and (min-width: 280px){
  .Global {
    position: absolute;
    top: 14%;
    /* left: 100px; */
    font-size: 109%;
    color: white;
    padding-left: 6%;
}

.For-channel {
    position: absolute;
    top: 49%;
    /* left: 117px; */
    font-size: 50%;
    color: white;
    padding-left: 7%;
    background: #881a1c;
    width: 42%;
    border-bottom-right-radius: 83px;
    border-top-right-radius: 10px;
    height: 16%;
}

.CIRCOR {
    position: absolute;
    top: 66%;
    /* left: 151px; */
    font-size: 39%;
    color: white;
    padding-left: 7%;
}
  
  }
  @media only screen and (min-width: 361px) {
    
.Global {
    position: absolute;
    top: 14%;
    /* left: 100px; */
    font-size: 131%;
    color: white;
    padding-left: 6%;
}

.For-channel {
    position: absolute;
    top: 49%;
    /* left: 117px; */
    font-size: 56%;
    color: white;
    padding-left: 7%;
    background: #881a1c;
    width: 35%;
    border-bottom-right-radius: 83px;
    border-top-right-radius: 10px;
    height: 16%;
}

.CIRCOR {
    position: absolute;
    top: 68%;
    /* left: 151px; */
    font-size: 43%;
    color: white;
    padding-left: 7%;
}
  }
 @media only screen and (min-width: 650px){
   
    .Global {
    position: absolute;
    top: 18%;
    /* left: 100px; */
    font-size: 230%;
    color: white;
    padding-left: 6%;
}

.For-channel {
    position: absolute;
    top: 49%;
    /* left: 117px; */
    font-size: 113%;
    color: white;
    padding-left: 7%;
    background: #881a1c;
    width: 38%;
    border-bottom-right-radius: 83px;
    border-top-right-radius: 10px;
    height: 16%;
}

.CIRCOR {
    position: absolute;
    top: 68%;
    /* left: 151px; */
    font-size: 82%;
    color: white;
    padding-left: 7%;
}
   
   @media only screen and (min-width: 800px){
   .Global {
    position: absolute;
    top: 12%;
    /* left: 100px; */
    font-size: 290%;
    color: white;
    padding-left: 6%;
}

.For-channel {
    position: absolute;
    top: 49%;
    /* left: 117px; */
    font-size: 121%;
    color: white;
    padding-left: 7%;
    background: #881a1c;
    width: 40%;
    border-bottom-right-radius: 83px;
    border-top-right-radius: 10px;
    height: 16%;
}

.CIRCOR {
    position: absolute;
    top: 67%;
    /* left: 151px; */
    font-size: 94%;
    color: white;
  padding-left: 7%;
}
  @media only screen and (min-width: 1024px)   {
     .Global {
    position: absolute;
    top: 11%;
    /* left: 100px; */
    font-size: 413%;
    color: white;
    padding-left: 6%;
}

.For-channel {
    position: absolute;
    top: 49%;
    /* left: 117px; */
    font-size: 153%;
    color: white;
    padding-left: 7%;
    background: #881a1c;
    width: 36%;
    border-bottom-right-radius: 83px;
    border-top-right-radius: 10px;
    height: 16%;
}

.CIRCOR {
    position: absolute;
    top: 67%;
    /* left: 151px; */
    font-size: 121%;
    color: white;
    padding-left: 7%;
}
    @media only screen and (min-width: 1440px) {
.Global {
    position: absolute;
    top: 16%;
    /* left: 100px; */
    font-size: 477%;
    color: white;
    padding-left: 6%;
}

.For-channel {
    position: absolute;
    top: 49%;
    /* left: 117px; */
    font-size: 194%;
    color: white;
    padding-left: 7%;
    background: #881a1c;
    width: 36%;
    border-bottom-right-radius: 83px;
    border-top-right-radius: 10px;
    height: 16%;
}

.CIRCOR {
    position: absolute;
    top: 67%;
    /* left: 151px; */
    font-size: 144%;
    color: white;
    padding-left: 7%;
}
}

     @media only screen and (min-width: 1700px){
   .Global {
    position: absolute;
    top: 17%;
    /* left: 100px; */
   font-size: 465%;
    color: white;
    padding-left: 6%;
}

.For-channel {
    position: absolute;
    top: 49%;
    /* left: 117px; */
    font-size: 210%;
    color: white;
    padding-left: 7%;
    background: #881a1c;
    width: 36%;
    border-bottom-right-radius: 83px;
    border-top-right-radius: 10px;
    height: 16%;
}

.CIRCOR {
    position: absolute;
    top: 67%;
    /* left: 151px; */
     font-size: 145%;
    color: white;
    padding-left: 7%;
}
     }
    @media only screen and (min-width: 1990px){
   .Global {
    position: absolute;
    top: 15%;
    /* left: 100px; */
    font-size: 700%;
    color: white;
    padding-left: 6%;
}
.For-channel {
    position: absolute;
    top: 49%;
    /* left: 117px; */
    font-size: 290%;
    color: white;
    padding-left: 7%;
    background: #881a1c;
    width: 36%;
    border-bottom-right-radius: 83px;
    border-top-right-radius: 10px;
    height: 16%;
}
.CIRCOR {
    position: absolute;
    top: 67%;
    /* left: 151px; */
    font-size: 203%;
    color: white;
    padding-left: 7%;
}   
      
    }

.breadcrumb {
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  box-sizing: border-box;
  line-height: 0;
  
}

.breadcrumb::after {
  clear: both;
  content: "";
  display: block;
}

.breadcrumb ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
  margin-bottom: -5px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 40px;
  clear: both;
}

.breadcrumb ul li {
  letter-spacing: 0.1em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  margin-right: 36px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}

.breadcrumb ul li:not(:last-child):after {
  position: absolute;
  top: 7px;
  display: inline-block;
  width: 14px;
  height: 2px;
  margin-left: 10px;
  content: '';
  background-color:#fff;
}

.breadcrumb ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.breadcrumb ul li a:hover:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: inline-block;
  width: 25px;
  height: 2px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #a42c33;
}

.blog_banner .banner__wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1131px;
  box-sizing: border-box;
  padding-top: 0;
  padding-left:20px;
}

.blog_banner .banner__wrapper::after {
  clear: both;
  content: "";
  display: block;
}

.blog_banner .banner__wrapper h1 {
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 2.3rem;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.blog-wrapper {
  padding: 50px 10px;
}

.blog-wrapper .dnd-section {
  padding: 0;
}

.blog-wrapper .content-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  box-sizing: border-box;
  padding: 0;
}

.feed__disclaimer {
  position: relative;
  z-index: -1;
  padding: 20px;
}

.feed__disclaimer p {
  letter-spacing: 0em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #888c96;
  font-size: 1.1rem;
  line-height: 1.6rem;
  min-height: 1px;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-align:justify;
}

.hs-blog-post .blog_banner {
  background-color: transparent;
  background-image: none;
  
  padding-top: 30px;
}
.hs-blog-post .blog_banner .banner__wrapper{


}

.hs-blog-post .blog_banner .breadcrumb ul li {
  color: #243a47;
}

.hs-blog-post .blog_banner .breadcrumb ul li a {
  color: #888c96;
}

.hs-blog-post .blog_banner .banner__wrapper h1 {
  color: #f93b37;
}

.hs-blog-post .blog_banner .banner__wrapper h1 {
  color: #f93b37;
}

.hs-blog-post .blog_banner .banner__wrapper p {
  letter-spacing: -0.05em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.9rem;
  color: #888c96;
  width: calc(83.33333%);
  margin: 0;
}

.copy__heading,
.copy__content {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.copy__heading h1 {
  letter-spacing: -0.05em;
  font-family: "Decima Mono";
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 5.6rem;
  text-transform: uppercase;
  color: #243a47;
  margin-bottom: 30px;
}

.copy__content p {
  margin-bottom: 30px;
}

.article-footer {
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left:40%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.article-footer .article-footer__wrapper::after {
  clear: both;
  content: "";
  display: block;
}

.article-footer .article-footer__wrapper > div {
  text-align: center;
}

.article-footer .article-footer__wrapper .share,
.article-footer .article-footer__wrapper ul {
  letter-spacing: 0.1em;
  font-family: Verdana;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9rem;
  text-transform: uppercase;
  color: #243a47;
  font-family: Helvetica, Arial, sans-serif;
}

.article-footer .article-footer__wrapper .share {
  padding-top: 26px;
  padding-bottom: 26px;
  position: relative;
  cursor: pointer;
  margin:0 auto;
}

.article-footer .article-footer__wrapper .share:before {
  position: absolute;
  
  transition-duration: 250ms;
  z-index: -1;
  content: '';
  background-color: rgba(232, 232, 232, 0.3);
}

.article-footer .article-footer__wrapper .share:after {
  font-family: 'fontello';
  font-weight: 400;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

.article-footer .article-footer__wrapper .share:not(.active):before {
  
}

.article-footer .article-footer__wrapper ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  transition-duration: 250ms;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(232, 232, 232, 0.3);
}

.article-footer .article-footer__wrapper .share:not(.active) ~ ul {
  overflow: hidden;
}

.article-footer .article-footer__wrapper ul li {
  display: inline-block;
  width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.article-footer .article-footer__wrapper ul li a {
  padding-top: 26px;
  padding-bottom: 26px;
  transition-duration: 250ms;
  display: block;
  color: #888c96;
  white-space: nowrap;
}

.article-footer .article-footer__wrapper .share:not(.active) ~ ul a {
  opacity: 0;
}

.blog-wrapper .dnd-section > .row-fluid {
  max-width: 100%;
}

body.no-banner .hs-blog-post header.header {
  min-height: unset;
}

@media (min-width: 1150px)  {
  .blog-wrapper .content-wrapper {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .blog-wrapper .content-wrapper::after {
    clear: both;
    content: "";
    display: block;
  }

  .blog-wrapper .feed__filter {
    min-height: 1px;
    box-sizing: border-box;
    width: calc(19.33333% - 26.66667px);
    float: left;
    margin-left: calc(83.66667% - 33.33333px + 40px);
    clear: both;
  }

  .blog-wrapper .feed__liting_wrap {
    min-height: 1px;
    box-sizing: border-box;
    width: calc(85.66667% - 33.33333px);
    float: left;
    margin-left: calc(-106% - 0px + 40px);
  }

  .feed__disclaimer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1150px;
    box-sizing: border-box;
    margin-top: 60px;
  }

  .feed__disclaimer::after {
    clear: both;
    content: "";
    display: block;
  }

  .feed__disclaimer > *:not(style):not(script):nth-child(1n+1) {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    clear: both;
  }

  .copy__heading h1 {
    margin-left: -3px;
  }

  .article-footer .article-footer__wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1131px;
    box-sizing: border-box;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script) {
    min-height: 1px;
    box-sizing: border-box;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script):nth-child(3n+1) {
    width: calc(33.33333%);
    float: left;
    margin-left: 0px;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script):nth-child(3n+1) {
    clear: both;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script):nth-child(3n+2) {
    width: calc(16.66667%);
    float: left;
    margin-left: 0px;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script):nth-child(3n+3) {
    width: calc(50%);
    float: left;
    margin-left: 0px;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script):not(:nth-child(3n+1)) {
    clear: none;
  }

  .article-footer .article-footer__wrapper .share:not(.active) ~ ul {
    width: 0;
  }
    .blog-wrapper2 {
    padding: 25px 0;
  }
}

@media (max-width: 1149px) {
  .breadcrumb {
    margin-right: auto;
    margin-left: auto;
    max-width: 1150px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 20px;
    
  }

  .breadcrumb > *:not(style):not(script):nth-child(1n+1) {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }

  .breadcrumb ul li {
    margin-right: 27px;
  }

  .breadcrumb ul li:not(:last-child):not(:nth-last-child(2)) {
    display: none;
  }

  .breadcrumb ul li:last-child {
    margin-right: 0;
  }

  .copy__heading, .copy__content {
    width: calc(100% - 20px);
  }

  .article-footer .article-footer__wrapper .share:before {
    top: 100%;
    left: 0;
  }

  .article-footer .article-footer__wrapper .share:not(.active):before {
    top: 0;
  }

  .blog_banner .banner__wrapper h1 {
    font-size: 4rem;
    line-height: 2.2rem;
    margin-bottom: 25px;
  }

  .blog-wrapper {
    padding: 120px 0;
  }
     .blog-wrapper2 {
    padding: 25px 0;
  }
    .article-footer {
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left:0%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
 
}

@media (min-width: 768px) and (max-width: 1149px) {
  .blog_banner {
   
  }

  .hs-blog-post .blog_banner {
    
  }

  .blog_banner .banner__wrapper {
    
  }

  .hs-blog-post .blog_banner .banner__wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: calc(100vw);
    box-sizing: border-box;
  }

  .hs-blog-post .blog_banner .banner__wrapper > *:not(style):not(script):nth-child(1n+1) {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }

  .article-footer .article-footer__wrapper ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script) {
    min-height: 1px;
    box-sizing: border-box;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script):nth-child(1n+1) {
    clear: both;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script):nth-child(1n+1) {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }

  .article-footer .article-footer__wrapper .share ~ ul {
    max-height: 71px;
  }

  .article-footer .article-footer__wrapper .share:not(.active) ~ ul {
    max-height: 0;
  }

  .article-footer .article-footer__wrapper ul li {
    width: 25%;
  }

  .article-footer .article-footer__wrapper::after {
    clear: both;
    content: "";
    display: block;
  }
     .blog-wrapper2 {
    padding: 25px 0;
  }
  .article-footer {
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left:0%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

}

@media (max-width: 767px) {
  .blog_banner {
   
  }

  .hs-blog-post .blog_banner {
   
  }

  .blog_banner .banner__wrapper h1 {
    font-size: 2.8rem;
    line-height: 0.2rem;
    padding-left: 10px;
  }
    .breadcrumb > *:not(style):not(script):nth-child(1n+1) {
    width: calc(100% - 20px);
    float: left;
    margin-left: 35px;
  }

  .hs-blog-post .blog_banner .banner__wrapper p {
    font-size: 1.7rem;
    line-height: 2.5rem;
    padding-left: 10px;
  }

  .blog-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
     .blog-wrapper2 {
    padding: 25px 0;
  }

  .copy__heading h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script):nth-child(1n+1) {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }

  .article-footer .article-footer__wrapper > *:not(style):not(script):nth-child(1n+1) {
    clear: both;
  }

  .article-footer .article-footer__wrapper .share ~ ul {
    max-height: 71px;
  }

  .article-footer .article-footer__wrapper .share:not(.active) ~ ul {
    max-height: 0;
  }

  .article-footer .article-footer__wrapper ul li {
    width: 50%;
  }
  .article-footer {
  margin-top: -50px;
  margin-bottom: 10px;
  margin-left:6%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
}