




/*==========================================================================
* Blog Listing Styling
* =======================================================================*/

/* body .container-fluid .row-fluid .blog-main-module .wrapper{
  max-width: 1420px;
} */


/*=================================================
* Blog Banner Section Styling
* ==============================================*/

.blog-banner-section{
  padding: 80px 0px 40px;
}

.blog-banner-section h1{

}


/*==================================================
* Topic Styling
* ===============================================*/

.blog-bottom-filter{
  padding-top: 50px;
}

.blog-bottom-filter .search-box{
  padding: 0px;
}

body .row-fluid .blog-bottom-filter .search-box .hs-search-field{
  margin: 0;
}

body .container-fluid .row-fluid .topic-section{
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  z-index: 3;
  float: none;
}

.topic-section h2{
  font-weight: 400;
  //color: #0070bd;

}

.topic-section h2 .cta-trigger{
  color: #4b9fd8;
  border-bottom: 2px solid #4b9fd8;
  padding-bottom: 6px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-weight: 400;
}

.topic-section h2 .cta-trigger:after{
  content: '';
  position: absolute;
  bottom: 15px;
  right: 0;
  background: url(https://cdn2.hubspot.net/hubfs/2230359/Assest-19/down.svg)no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 22px;
}
.topic-section h2 .cta-trigger.active {
  color: #0070BD;
  border-color: #0070BD;
}
/* .topic-section h2.open-active .cta-trigger:after {    
background: url(https://cdn2.hubspot.net/hubfs/2230359/Assest-19/expand-btn.svg)no-repeat;    
} */
.topic-section .block h3,
.date-section .block h3,
{
  display: none;
}

.topic-section .widget-module ul {
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  width: auto;
  z-index: 2;
  background: #fff;
  box-shadow: 0 22px 35px 0 rgba(16, 25, 34, 0.39);
  margin-top: -6px;
  padding: 25px 15px 10px;
  min-width: 385px;
  display: none;
  right: 85px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 330px;
}
body .topic-section .widget-module ul::-webkit-scrollbar-track
{
  -webkit-box-shadow: #fff;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #939598;
}
body .topic-section .widget-module ul::-webkit-scrollbar
{
  width: 10px;
  background-color:transparent;
}
body .topic-section .widget-module ul::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #939598;
}



.topic-section .widget-module ul li{
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

.topic-section .widget-module ul li a{
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #101922;
  width: 100%;
  display: block;
}

.topic-section .widget-module ul li:hover a{
  color: #4b9fd8;
}

.blog-bottom-filter{
  position: relative;
  z-index: 2;
}

.date-section{
  position: relative;
  z-index: 1;
}

.date-section .widget-module ul{
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  width: auto;
  z-index: 2;
  background: #fff;
  box-shadow: 0 22px 35px 0 rgba(16, 25, 34, 0.39);
  margin-top: -15px;
  padding: 15px 15px 10px;
  min-width: 350px;
  display: none;
  right: 0px;   
}

.date-section .widget-module ul li{
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.date-section .widget-module ul li a{
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #101922;
  width: 100%;
  display: block;
}

.date-section .widget-module ul li:hover a{
  color: #4b9fd8;
}

.date-section p{
  border-color: #0070bd;
  border-radius: 5px;
  background: #fff;
  border: 1px solid;
  padding: 10px 20px;
  /* max-width: 280px; */
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  max-width: 350px;
  margin-top: 15px;
}

.date-section .date-cta-trigger{
  width: 100%;
  display: block;
  cursor: pointer;
}

.date-section .date-cta-trigger:after{
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(https://cdn2.hubspot.net/hubfs/2230359/Assest-19/down.svg)no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 22px;
}



/*=================================
* Search Input Style
* ==============================*/

body .row-fluid .blog-bottom-filter .btn-search-open{
  top: 32px;
  right: 12px;
}

.search-box{
  padding: 35px 0px;
}

body .row-fluid .search-box .hs-search-field{
  max-width: 350px;
  margin: 0 auto;
}

body .row-fluid .search-box .hs-search-field input{
  border-color: #0070bd;
  border-radius: 5px;
  background: #fff;
}

body .row-fluid .search-box .btn-search {
  top: 31px;
  right: 10px;
  width: 24px;
  height: 20px;
}

body .row-fluid .blog-bottom-filter .hs-search-field:hover .btn-search-open{
  opacity: 1;
}





/*===================================================================
* 
* =*/

.hs-featured-image-wrapper {
  /*     transition: all 5s cubic-bezier(0.5,0.51,1,1);
  -webkit-transition: all 10s cubic-bezier(0.5,0.51,1,1); */
  position: relative;
  height: 250px;
}

.hs-featured-image-wrapper .read-more-text{
  position: absolute;
  bottom: 15px;
  left: 20px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
  background: #101922;
  padding: 2px 10px;
  opacity: 0;
}

.post-listing .post-item:hover .hs-featured-image-wrapper .read-more-text{
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  opacity: 1;
}

.hs-featured-image-wrapper .read-more-text p{
  margin: 0px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.hs-featured-image-wrapper .read-more-text p span {
    display: inline-block;
    width: 100%;
    max-width: 22px;
    height: 13px;
    padding-left: 5px;
}
.post-item{
  margin-bottom: 25px;
} 

.post-listing .post-item>.header-position h2{
  margin-bottom: 0px;
}

.post-header.padding-all-over{
  padding: 20px;
}

.post-item h2, .post-item h2 a{
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-weight: 700;
  color: #101922;
}

.description-div{
  color: #101922;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.43;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  //border-bottom: solid 1px rgba(75, 159, 216, 0.5);
  //padding-bottom: 25px;
}

.hubspot-editable{
  padding: 0px 0px 15px;
}


.hubspot-editable a.author-link{
  //margin-top: 10px;
  //display: inline-block;
  clear: both;
  overflow: hidden;
  float: right;
}

.author-row{
  color: #101922;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.2px;
  //padding: 0px 20px;
  color: #101922;
  font-family: 'Open Sans', sans-serif;
}

.date-row{
  //float: right;
  color: #101922;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.2px;
  //margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}

body .row-fluid .date-row img{
  max-width: 20px;
  position: relative;
  top: 0px;
  padding-right: 7px;
  display: inline-block;
}

.post-listing .post-item{
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.post-listing .post-item>.header-position{
  //border: 1px solid #e7e7e7;
  position: relative;
  padding-right: 0;
  margin-bottom: 25px;
  z-index: 1;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.post-listing .post-item:hover{
  box-shadow: 0 5px 26px -5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
} 

.hs-blog-listing .post-header a.list-topic-link{
  display: none;
}

.hs-blog-listing .post-header a.list-topic-link:first-child{
  color: #4b9fd8;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}



.post-listing .post-item .read-more-post a{
  content:'';
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  z-index: 1;
  width: 80%;
  height: 80%;
  background: rgba(0, 28, 49, 0.5);
  border: 2px solid #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: none;
}

.post-listing .post-item:hover .read-more-post a{
  opacity: 1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  text-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.read-more-post a p{
  color: #fff;
  text-decoration: underline;
}

.blog-pagination{
  display:none;
}


/* @media (min-width: 768px){

.post-listing {
display: block;
margin: 0 -25px 0 0;
padding: 75px 0;
overflow: hidden;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-moz-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-moz-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}  


.post-item {
width: 29.6%;
float: left;
margin-right: 2.5%;
display: block;
box-sizing: border-box;
align-self: stretch;
}

}
*/





/*=====Load More Styling=====*/

.hs-blog-listing .container.post-listing{
  margin-bottom: 45px;
}

.ias-trigger.ias-trigger-next{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;

}

.ias-trigger.ias-trigger-next a{
  font-size: 20px;
  color: rgba(255,255,255);
  font-weight: 600;
  background-color: #4b9fd8;
  border-radius: 5px;
  letter-spacing: .56px;
  line-height: 1.5;
  padding: 18px 30px;
}



/*==================================================
* Blog Post Styling
* ===============================================*/


.two-col-section .image-module .post-featured-image {
  height: 573px;
  width: 100%;
  display: block;
  border-radius: 0px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hs-blog-post .blog-detail {
  margin-left: 0px;
  padding-top: 15px;
}
.hs-blog-post .main-heading {
  padding-top: 30px;
}
.hs-blog-post .two-col-section {
  margin-left: 0px;
  padding-top: 81px;
  position: relative;
}
body.hs-blog-post .hs-authors-avatar {
  float: left;
  height: 89px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 89px;
}
.hs-blog-post .author-link .author-row {
  padding-top: 30px;
  display: inline-block;
  padding-left: 30px;
  font-size: 18px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
}
.hs-blog-post .date-row {
  display: inline-block;
  padding-top: 30px;
  font-size: 18px;
  margin-top: 0px;
  float: none;
  font-family: 'Open Sans', sans-serif;
}
.hs-blog-post .two-col-section:before {
  content: '';
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #3787f5;
  width: 56px;
  height: 6px;
  border-radius: 5px;
}
.hs-blog-post .topic-grp {
  padding-top: 30px;
}
.hs-blog-post .topic-grp a.topic-linkz {
  background-color: rgba(75, 159, 216, 0.3);
  padding: 4px 6px;
  color: #101922;
  margin-right: 5px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.hs-blog-post .text-module p {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 24px;
}
.hs-blog-post .post-body p {
  font-family: 'Open Sans', sans-serif;
  color: #101922;
  margin-bottom: 24px;
}
.hs-blog-post .post-body ol{
  list-style-type: decimal;
  position: relative;
}
.hs-blog-post .post-body ol li:before {
  content: ')';
  position: absolute;
  top: 0px;
  left: -7px;
}
.hs-blog-post .post-body ol li {
  color: #101922;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: 0.5px;
/*   padding-bottom: 27px; */
  position: relative;
  margin-left: 71px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.hs-blog-post .post-body ol li p{
  margin-left: 30px;
  font-weight: normal;
  margin-bottom: 22px;
}
.hs-blog-post .post-body ol li p span{
  font-weight: bold;
}
.hs-blog-post p.below-text {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
  border: 1px solid #4b9fd8;
  padding-top: 9px;
  text-align: center;
  padding-bottom: 7px;
  font-family: 'Open Sans', sans-serif;
}
body .row-fluid-wrapper .row-fluid .section-post-single .main-heading {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  float: none;
  display: block;
  overflow: hidden;
}
.hs-blog-post .date-row img {
  padding-bottom: 3px;
  max-width: 25px !important;
}
.hs-blog-post .image-module-top {
  display: inline-block;
}
.hs-blog-post .date-module {
  display: inline-block;
  padding-left: 20px;
}
/************************** Media Query ***************************/
@media (max-width: 990px) and (min-width: 768px){
  .hs-blog-post .date-row {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .hs-blog-post .main-heading h1 {
    font-size: 42px;
  }
  body .row-fluid-wrapper .row-fluid .date-section .widget-module ul {
    min-width: 100% ;
  }
  .hs-blog-post .main-heading {
    padding-top: 50px;
  }
  .topic-section .widget-module ul {
    min-width: 100%;
    left: 0px;
  }

  body .row-fluid-wrapper .right-col {
    float: left;
  }
  .hs-blog-post .post-body ol li p {
    margin-left: 15px;
  }

  body .post-item {
    width: 100%;
  }
  .hs-blog-post .post-body ol li {
    margin-left: 20px;
  }
  .hs-blog-post .topic-grp {
    padding-top: 24px;
  }
  .hs-blog-post .date-row {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
  }
  .hs-blog-post .author-link .author-row {
    padding-left: 20px;
  }
  .hs-blog-post .two-col-section {
    margin-left: 0px;
    padding-top: 81px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .hs-blog-post .image-module-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hs-blog-post .date-module {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 369px){
  .hs-blog-post .hs-authors-avatar {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .hs-blog-post .left-col {
    text-align: center;
  }
  .hs-blog-post .topic-grp {
    padding-top: 30px;
  }
  .hs-blog-post .two-col-section:before {
    top: 9px;
  }
}



/*===============================
* Blog Post Bottom Section CM 
* =============================*/






/*============================
* Blog Page
* ========================*/

@media(max-width: 1024px) and (min-width: 768px){

  .hubspot-editable .date-row {
    float: none;
    //display: block;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
  }
  .hubspot-editable a.author-link {
    display: initial;
  }
  .hubspot-editable .author-row {
    padding: 0px;
    padding-left: 10px;
  }
  .hubspot-editable {
    //text-align: center;
  }

  body .blog-bottom-filter .hs-search-field{
    padding-top: 15px;
  }  

}



@media(max-width: 767px){

  body .blog-banner-section {
    padding: 43px 0px 0px;
  }
  body .container-fluid .row-fluid .topic-section {
    max-width: 500px;
  }
  .topic-section h2 .cta-trigger{
    display: block;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  body .blog-banner-section h1{
    font-size: 42px;
  }  
  .blog-bottom-filter {
    padding-top: 10px;
  }
  body .topic-section h2{
    line-height: 1.8;
    font-size: 30px;
  }  

  body .date-section p{
    border-right: 0px;
    border-radius: 0px;
    font-size: 16px;
  }  

  body .row-fluid .blog-bottom-filter .date-section{
    display: inline-block;
    float: left;
    width: 50%;
  } 

  body .row-fluid .blog-bottom-filter .search-box{
    display: inline-block;
    float: left;
    width: 50%;
  }

  body .row-fluid .blog-bottom-filter .search-box .hs-search-field input {
    border-color: #000;
    border-radius: 5px;
    background: #fff;
    border-radius: 0px;
    height: 50px;
  }

  .hs-featured-image-wrapper{
    height: 260px;
  }

  .post-item.item.image-plus .hs-featured-image-wrapper{
    height: 260px;
  }


}



@media (max-width: 369px){


  .hubspot-editable .date-row {
    float: none;
    display: block;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
  }
  .hubspot-editable .hs-authors-avatar {
    margin: 0 auto;
    display: block;
    float: none;
  } 
  .hubspot-editable {
    text-align: center;
  }
}




/*********************** Btn Header *******************/
body .header-section span.btn-search-open.op {
  opacity: 0;
  visibility:hidden;
}

body .header-section span.btn-search-open.op:hover span.btn-search-light {
  opacity: 0;
}

body .header-section .hs-search-field.hv span.btn-search-light {
  display: none;
}

body.home-header a.menu-tab:hover {
  color: #4b9fd8;
}


/*==================== Back Button Styling ===================*/

.blog-main-module .blogpost-back-btn {
  position: fixed;
  background: #fff;
  top: 10%;
  left: 0;
  border: 1px solid #4B9FD8;
  padding: 12px 20px 10px 10px;
  z-index: 99;
  border-radius: 0 5px 5px 0;
  border-left: none;
  cursor: pointer;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.blog-main-module .blogpost-back-btn i.fas.fa-angle-left {
  padding-right: 5px;
  font-size: 20px;
}
.blog-main-module .blogpost-back-btn h4 {
  color: #4B9FD8;
  margin: 0px;
}
.blog-main-module .blogpost-back-btn:hover {
  background-color: #4b9fd8;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.blog-main-module .blogpost-back-btn:hover h4{
  color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

@media (max-width:767px){
  .blog-main-module .blogpost-back-btn { 
    top: 13%;
    padding: 6px 15px 5px 5px;
  }
  .blog-main-module .blogpost-back-btn i.fas.fa-angle-left {
    padding-right: 5px;
    font-size: 15px;
  }
  .blog-main-module .blogpost-back-btn h4 {
    color: #4B9FD8;
    margin: 0px;
    font-size: 15px;
    line-height: 22px;
  }
}
/*====================Back Button Styling end===================*/

.blog-body .mobile-logo img {
  vertical-align: middle;
  height: 55px;
  width: 100%;
  max-width: 55px;
}


/*====================Topic Page Styling===================*/

body.topic-page .blog-banner-section{
  display: block!important;
}

body.topic-page .topic-section.hide-on-post{
  display: block!important;
}

body.topic-page .blog-bottom-filter{
  display: block!important;
}

body.topic-page .blog-bottom-filter .date-section.hide-on-post{
  display: block!important;
}

body.topic-page .blog-bottom-filter .search-box{
  display: block!important;
}

/***************************************** BCP Blog header ********************************/


@media (max-width: 767px){
  .blog-body .header-section .right-col .mobile-cta{
    display: none;
  }  
  body.blog-body .header-section .right-col .mobile-blog-cta{
    display: block;
  }
  body .header-section .right-col .mobile-blog-cta a.cta_button {
    max-width: 90px;
  }
  .header-section .right-col .mobile-blog-cta {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 4;
  }
  body .header-section .right-col .mobile-blog-cta a.cta_button {
    max-width: 90px;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: 300;
    color: #101922;
    background: transparent;
    border: solid 1px #4b9fd8;
    border-radius: 5px;
    margin-top: 12px;
  } 
  body .header-section .right-col .mobile-blog-cta a.cta_button strong {
    font-size: 20px;
    font-weight: 600;
  }
}



/***************************************** Blog Page Update April 2020 - Temporary ********************************/

/* General */
.pd-bottom-md {
	padding-bottom:30px;
}

/* Content */

body .container-fluid .row-fluid .topic-section.tempHide,
body .container-fluid .row-fluid .blog-bottom-filter.tempHide {
  	display: none !important;
}

.blog-banner-section {
    padding: 0px 0px 0px;
}

.blog-banner-section .wrapper.triangleBG {
    background: url(https://cdn2.hubspot.net/hubfs/2230359/triangle-pattern-white-bg-right.png) right top no-repeat, url(https://cdn2.hubspot.net/hubfs/2230359/triangle-pattern-white-bg-left.png) left top no-repeat;
    padding-top: 80px!important;
    padding-bottom: 100px !important;
}

.blog-banner-section h1,
.section-post-single .main-heading h1 {
	font-weight: 700;
}

/* List Tile */

.description-div,
.description-div p,
.description-div p span {
    color: #101922 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    line-height: 1.43 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
}

.hs-featured-image-wrapper .read-more-text {
    background: #4B9FD8;
    padding: 2px 10px 4px;
    border-radius: 5px;
}

/* Post */

.blog-main-module .blogpost-back-btn {
    top: 4%;
    padding: 6px 12px 6px 6px;
}

.blog-main-module .blogpost-back-btn i.fas.fa-angle-left {
    font-size: 15px;
}

.blog-main-module .blogpost-back-btn h4 {
    font-size: 16px;
}

.hs-blog-post .main-heading {
    padding-top: 80px;
    padding-bottom: 10px;
}

.hs-blog-post .topic-grp {
    padding-top: 0;
}

.hs-blog-post .two-col-section:before {
    top: 15px;
}

.two-col-section .image-module .post-featured-image {
    margin-bottom:30px;
}

.hs-blog-post .topic-grp a.topic-linkz {
	display: inline-block;
    margin-bottom: 10px;
}

.two-col-section .image-module .post-featured-image {
    background-position: center center;
    height: 609px;
	width: 100%;
}


@media (max-width: 767px) {
	
	/* General */

	.hideMobile {
		display: none !important;
	}

	.pd-bottom-md {
		padding-bottom: 20px;
	}

	/* Header */

	.blog-body .mobile-logo img {
		height: 100px;
		max-width: 100px;
	}

	/* Content */
	
	.blog-banner-section {
	    padding: 0px 0px 0px !important;
	}

	.blog-banner-section .wrapper.triangleBG {
	    background: url(https://cdn2.hubspot.net/hubfs/2230359/triangle-pattern-white-bg-right.png) right top no-repeat;
	    padding-top: 45px!important;
    	padding-bottom: 57px !important;
	}

	/* Post */

	.hs-blog-post .main-heading {
	    padding-top: 45px;
	    padding-bottom: 0;
	}

	.blog-main-module .blogpost-back-btn {
	    top: 2%;
	}

	.hs-blog-post .main-heading h1 {
  		font-size: 30px;
	}

	body.hs-blog-post .hs-authors-avatar {
	    height: 60px;
	    width: 60px;
	}

	.hs-blog-post .author-link .author-row {
  		padding-top: 10px;
	}

	.hs-blog-post .date-row {
  		font-size: 14px;
	}

	.hs-blog-post .two-col-section:before {
  		top: 20px;
	}

	.two-col-section .image-module .post-featured-image {
		height: 200px;
		width: 100%;
	}
  
}

@media (min-width: 768px) and (max-width: 980px) {
  	
  	
  
}









