/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ******************* Blog Listing Page ******************* */
.blog_title {
    padding-top: 60px;
}
.blog_title h1 {
    color: #000;
    font-family: "Lato",Sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
hr.separator {
    width: 5%;
    margin-bottom: 35px;
    text-align: left;
    float: left;
    box-sizing: content-box;
    height: 0;
}


#hubspot-topic_data{
padding-left: 15px;
padding-bottom: 23px;
}
.blog-listing-page .blog-section.page-center {
    padding-bottom: 60px;
}
.blog-listing-page .post-listing {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 auto;
}
.blog-listing-page .post-item {
    width: 28.5%;
    margin: 30px 25px;
    background-color: #fff;
    border-style: solid;
    border-width: 0px;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 22%);
}

.blog-listing-page .post-item img.hs-featured-image {
    float: unset;
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
}
.blog-listing-page .post-header {
    overflow: hidden;
    padding: 15px;
    position: relative;
    margin: 0 auto;
}
.blog-listing-page .post-header h2, .post-header h2 a {
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    color: #000000 !important;
    word-break: normal;
    box-shadow: none;
    text-decoration: none;
}

.blog-listing-page .blog_content p, 
.blog-listing-page .blog_content h1, 
.blog-listing-page .blog_content h2, 
.blog-listing-page .blog_content h3, 
.blog-listing-page .blog_content h4, 
.blog-listing-page .blog_content h5, 
.blog-listing-page .blog_content h6, 
.blog-listing-page .blog_content a, 
.blog-listing-page .blog_content em, 
.blog-listing-page .blog_content strong,
.blog-listing-page .blog_content p strong {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    margin: 10px 0;
}

.blog-listing-page #hubspot-author_data {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.blog-listing-page a.author-link {
    font-weight: 600!important;
    color: #8e8e8e;
    text-transform: uppercase;
}

/* scale image  */
.blog-listing-page .hs-featured-image-wrapper {
  height: 215px; 
  overflow: hidden; 
  border-radius: 30px 30px 0px 0px;
}

/* [2] Transition property for smooth transformation of images */
.blog-listing-page .post-item img.hs-featured-image {
  transition: all .3s ease-in-out;
}

/* [3] Finally, transforming the image when container gets hovered */
.blog-listing-page .post-item:hover img {
  transform: scale(1.1);
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em auto 2em;
    text-align: center;
}
.blog-pagination-center a:hover {
    border-bottom-color: #ff214f;
    color: #005a9c;
}
.blog-pagination-center a.active {
  border-bottom-color: #ff214f;
  color: #000000;
}
.blog-pagination-center a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    margin: 0 5px;
    border-bottom: 2px solid transparent;
    background: transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #878787;
    font-weight: 900;
}
.blog-pagination-right {
    display: none;
}
.blog-pagination-left a,
.blog-pagination-right a {
    box-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    margin: 0 5px;
    border-bottom: 2px solid transparent;
    background: transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #878787;
    font-weight: 900;
}
.blog-pagination-left i.fa.fa-long-arrow-left {
    margin-right: 10px;
}
.blog-pagination-right i.fa.fa-long-arrow-right {
    margin-left: 10px;
}
.blog-pagination-left a:hover,
.blog-pagination-right a:hover {
    color: #005a9c;
}

/* ******************* end Blog Listing Page ******************* */

/* ******************* Blog single Page ******************* */
.blog-section.blog_single_page {
    width: 60%;
}
.blog-section.blog_single_page {
    padding-top: 60px;
}

.blog_single_page .post-header {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(159,163,173,0.2);
}
.blog_single_page .post-header h1 {
    color: #005a9e;
    font-family: "Lato", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.2em;
    text-align: center;
    margin: 0 auto;
}
.blog_single_page .section.post-body p:first-of-type{
    font-weight: 600;
    margin-bottom: 40px;
}

.blog_single_page .section.post-body h2 {
    font-size: 30px;
	  font-weight:bold;
    color: #000;
    margin-bottom: 27px;
}
.blog_single_page .section.post-body h3 {
    font-size: 22px;
    font-weight: 400;
	  color: #000;
	  margin-bottom: 20px;
}

.blog_single_page .section.post-body h4 {
    font-size: 18px;
	 color: #000;
    font-weight: 400;
		margin-bottom: 20px;
}

.blog_single_page .section.post-body h5 {
    font-size: 15px;
	 color: #000;
	  margin-bottom:15px;
}

.blog_single_page .section.post-body h6 {
    font-size: 12px;
	  text-transform:uppercase;
	 color: #000;
	  margin-bottom:15px;
}
.blog_single_page .section.post-body, .blog_single_page .section.post-body p {
    margin-bottom: 1.75em;
	  line-height: 1.5em;
    color: #303030;
    font-weight: 300;
}

.blog_single_page .section.post-body p strong {
   font-weight: 400;
}
.blog_single_page .section.post-body p a {
    text-decoration:underline;
	  font-weight:400;
}

.blog_single_page .section.post-body ol, .blog_single_page .section.post-body ul {
    margin: 0 0 1.5em 3em;
}
.blog_single_page .section.post-body ol li {
    line-height: 1.6em;
}

.blog_single_page #hubspot-author_data {
  text-align: center;
  font-family: "Lato",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    padding: 10px 0;
}


.blog_single_page #hubspot-author_data p, 
.blog_single_page #hubspot-author_data a {
    font-family: "Lato",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
}
.blog_single_page #hubspot-author_data a.author-link {
    border-right: 1px solid #dddddd;
    padding: 3px 30px 3px 0;
}
.blog_single_page span.date_post_single {
    padding-left: 30px;
}
.post-social-share-new {
    display: flex;
    justify-content: center;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: rgba(159,163,173,0.2);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 60px 0px;
}
.post-social-share-new .footer-social-new ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.post-social-share-new .socual-text {
    color: #666666;
    font-family: "Lato", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}
.post-social-share-new .footer-social-new i {
    color: #666666;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
}
.post-social-share-new .socual-text, .post-social-share-new .footer-social-new {
    width: 50%;
}
.post-social-share-new .footer-social-new ul li {
    padding-right: 40px;
}
.post-social-share-new .footer-social-new ul li:last-child {
    padding-right: 0px;
}
.post-social-share-new .footer-social-new {
    float: right;
}
.blog_single_page img.hs-featured-image {
    float: unset;
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: auto;
}
.blog_single_page .hs-featured-image-wrapper {
    text-align: center;
    padding: 0 10px;
}

.blog_single_page .section.post-body {
    padding: 25px 10px;
	   max-width: 800px;     
	  margin: 0 auto; }
}
.related-posts-main {
    width: 41.5%;
    margin: 30px 25px;
    background-color: #fff;
    border-style: solid;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 22%);
}


.hs-responsive-embed-wrapper.hs-responsive-embed {
    margin: 0px!important;
}


p.bottom-cta-blog {
    margin-bottom: 0px!important;
}
.post-social-share-new.top-section-share {
    margin-top: 60px;
}
.related-item-main-title.desktop {
    color: #666;
    font-family: "Lato",Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}
.blog-related-image a {
    border-radius: 30px 30px 0px 0px;
    display: block;
    overflow: hidden;
    height: 200px;
    width: 358px;
}

.blog-related-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#read-also-sec .related {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

#read-also-sec .related .related-posts-main {
  grid-column: span 1 / span 1;
}

.related-post-info {
    padding: 0 12px;
    margin-top: 25px;
    margin-bottom: 18px;
}
.related-post-info h2 a {
    color: #005a9e!important;
    font-family: "Lato",Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4em;
    padding-bottom: 10px;
    display: block;
}
.related-post-info p {
    color: #666;
    font-family: "Lato",Sans-serif;
    font-size: 15px;
    line-height: 1.2em;
}
.related-post-info p strong {
    font-weight: 400!important;
}
.related-read-more a {
    color: #005a9e;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase;
    padding: 20px 0px;
    display: block;
    font-size: 13px;
}
.related-post-info div#hubspot-author_data {
    color: rgba(61,68,89,.5);
    font-family: "Lato",Sans-serif;
    font-size: 13px;
    font-weight: 500;
  text-align: left;
}
.related-post-info a.author-link {
    border-right: 0px!important;
    padding: 0px!important;
   color: rgba(61,68,89,.5)!important;
    font-family: "Lato",Sans-serif!important;
    font-size: 13px!important;
    font-weight: 500!important;
}
.related-post-info div#hubspot-author_data {
    border-top: 1px solid #eaeaea;
}
.related-item-main-title.desktop {
    margin-top: 60px;
    margin-bottom: 20px;
}

.related-post-items{
padding:0px 10px;
  width: 358px;

}

/* ******************* end Blog single Page ******************* */


/* ******************* Blog MORE TO EXPLORE  ******************* */

/* ******************* end MORE TO EXPLORE ******************* */

/* ******************* Media Query ******************* */

/*  ipad pro Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.blog-listing-page .post-item {
    width: 27.5%;
}
.blog_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
}

/* ipad Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .blog-section.blog_single_page {
    width: 95%;
}
  .blog_single_page .post-header h1{
  width:auto;
  }
   p.bottom-cta-blog img {
    width: auto!important;
    max-width: 100%;
    height: auto;
}
  .blog_single_page .post-header h1 {
    font-size: 40px;
  }
  .blog_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-listing-page .post-item {
    width: 43%;
}
}


/* Landscape iphones 6 and portrait tablets */
@media (max-width: 767px) {
  .related-posts-main {
    width: 100%;
    margin: 30px 0px;
  }
  .section.post-body h2, .section.post-body h2 strong {
    font-weight: 400;
}
  p.bottom-cta-blog img {
    width: auto!important;
    max-width: 100%;
    height: auto;
}
  .post-social-share-new .socual-text {
    font-size: 22px;
    line-height: 1.4em;
}
  .post-social-share-new .footer-social-new i {
    color: #666;
    font-size: 1.2em;
  }
  .post-social-share-new .footer-social-new {
    float: none;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
  .post-social-share-new .socual-text, .post-social-share-new .footer-social-new {
    width: auto;
}
  .socual-text {
    text-align: center;
    padding-bottom: 20px;
}
  .post-social-share-new {
    display: block;
  }
  .blog-section.blog_single_page {
    width: auto;
}
.blog-listing-page .post-item {
    width: 100%;
}
hr.separator {
    width: 18%;
}
.blog-listing-page .post-header h2, .post-header h2 a {
    font-size: 15px;
}
  .blog-listing-page #hubspot-author_data {
    margin-bottom: 10px;
    font-size: 12px;
}
  .blog_single_page .post-header h1 {
    font-size: 30px;
    width: auto;
    margin: 0 auto;
}
  #read-also-sec .related {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
/* Landscape iphones 5 and portrait tablets */
@media (max-width: 640px) {
 
}

/* Landscape phones and smaller */
@media (min-width: 380px) and (max-width: 480px){

}
@media (max-width: 320px) {

}