/* @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    */
/*****************************************/
.post-item {
  display: flex;
  background-color: #fff;
  flex: 0 0 calc(50% - 15px);
  width: calc(50% - 15px);
  margin-bottom: 30px;
  transition: all 300ms;
}

.post-content .post-text {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .post-item {
    display: flex;
    background-color: #fff;
    flex: 0 0 calc(100% - 24px);
    width: 100%;
    margin-bottom: 30px;
    transition: all 300ms;
    padding-top: 0 !important;
    margin: 20px auto 0 !important;
  }
  
  .blog-content-wrapper {
    display: block;
  }
  
  .post-header > h2 {
    line-height: 1.2 !important;
    font-size: 2rem !important;
  }
}
  
.blog-content-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post-header > h2 a:hover {
  color: inherit !important;
}

.post-item .read-more {
  position: absolute;
  bottom: 20px;
  padding: 0 20px 0 20px
}
  
@media (max-width: 1680px) {
  .blog-post-wrapper #hubspot-topic_data:before {
      content: none !important;
  }
}
 
blockquote {  
  background-color: #232323;
  margin: 0;
}
  
blockquote p {
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  padding: 24px;
  color: #fff;
}

.post-body img {
  border: 1px solid #000;
}

#hubspot-topic_data {
  display: block;
  margin-top: 3rem !important;
  float: none !important;
  text-transform: none !important;
}

.blog-section a.topic-link {
  font-size: 1rem;
  padding: 12px 24px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  background-color: rgb(255, 255, 255);
  color: #A100AE;
  border: 1px solid #A100AE;
  cursor: pointer;
  margin: 0 5px 10px 5px;
}

.blog-section a.topic-link:hover,
#hubspot-topic_data a:hover {
  background-color: rgba(161, 0, 174, 0.08);
  color: #a100ae !important;
}

.hr-with-gradient {
    width: 100px;
    margin-bottom: 60px;
    margin-top: 60px;
    height: 4px;
    border-radius: 99px;
    border-style: solid;
    border-width: 0;
    background: linear-gradient(-90deg,rgba(12,169,243,1) 0%,rgba(161,0,174,1) 65%,rgba(253,65,167,1) 100%);
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    max-width: 960px;
    margin: 16px auto 0;
    text-align: center;
    overflow: hidden; 
    position: relative;
}


/*-----------------------Advisors-old blog css completed - most likely------------------*/
.blog-section a.topic-link {
  font-size: 1rem;
  padding: 12px 24px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  background-color: rgb(255, 255, 255);
  color: #A100AE;
  border: 1px solid #A100AE;
  cursor: pointer;
  margin: 0 5px 10px 5px;
}

.blog-section a.topic-link:hover,
#hubspot-topic_data a:hover {
  background-color: rgba(161, 0, 174, 0.08);
  color: #a100ae !important;
}

/* LISTING */
body.hs-blog-listing .blog-section {
    ;
}

.banner-inner .cell-wrapper, /*.footer-container,*/ .banner-home .cell-wrapper, body.home .intro, .testimonial-slider .content, body.hs-blog-listing .blog-section,
    .blog-post-wrapper, .further-posts, .related-posts, .widget-span.widget-type-blog_comments {
        max-width: 1440px !important;
    }

    @media only screen  and (min-width : 1580px) {
      .blog-section: {
        max-width: 1040px;
      }
    }

    @media (max-width: 768px) {
      .blog-content-wrapper {
        display: block;
      }

      .blog-content-wrapper {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }

      .post-item {
        display: flex;
        background-color: #fff;
        flex: 0 0 calc(100% - 24px);
        width: 100%;
        margin-bottom: 30px;
        transition: all 300ms;
        padding-top: 0 !important;
        margin: 20px auto 0 !important;
      }
    }

.post-item {
  display: flex;
  background-color: #fff;
  flex: 0 0 calc(50% - 15px);
  width: calc(50% - 15px);
  margin-bottom: 30px;
  transition: all 300ms;
}

.post-item .read-more {
  position: absolute;
  bottom: 20px;
  padding: 0 20px 0 20px
}

.post-item {
  border: 2px solid #000;
  margin-bottom: 2.3em;
}

.post-item #hubspot-topic_data {
    text-align: center;
    margin: 46px 0 0;
}

.post-item #hubspot-topic_data a {
    font-family: benton-sans, sans-serif;
    font-size: 13.5px;
    text-transform: uppercase;  
    display: inline-block;
    margin: 0 25px 10px;
}
.post-item #hubspot-topic_data a:before {
    content: '\f292';
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-right: 5px;
}

.post-item .post-body p {
    margin: 0;
}

.post-item .read-more {
    text-align: left;
    position: absolute;
    bottom: 20px;
    padding: 0 20px 0 20px;
}

@media only screen  and (min-width : 1900px) {
  .widget-span.contact-form, .post-item, .post-item .post-body, .blog-pagination {
    max-width: 1280px !important;
}
}

@media only screen  and (min-width : 1580px) {
  .post-item, .blog-pagination {
        max-width: 1170px;
    }
  .post-item .post-body {
       max-width: 900px;
   }
}

@media (max-width: 480px) {
  .post-item {
        padding: 60px 0 0;
        margin: 70px auto 0;
    }
    .post-item .post-body p:first-child:first-letter {
        color: inherit;
        float: none;
        font-size: inherit;
        line-height: inherit;
        padding: 0;
    }
    .post-meta, .post-header > h2, .post-header h1, h2.hs-author-name, .post-item .read-more, .entry-content-divider {
        text-align: left;
    }
    .post-item #hubspot-topic_data {
        text-align: left;
        margin: 25px 0 0;
    }
    .post-item #hubspot-topic_data a {
        margin: 0 15px 10px 0;
    }
    .blog-pagination {
        margin: 80px auto 0;
    }
}

.post-item .post-body {
    max-width: 670px;
    margin: 0 auto 27px;
    overflow: hidden;
    text-align: left;
    visibility: hidden;
}

.hs-featured-image-wrapper {
    height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hs-featured-image-link, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.hs-featured-image-wrapper .fa, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21.5px;
    margin-left: -21.5px;
    width: 43px;
    height: 43px;
    font-size: 18px;
    line-height: 44px;
    background: #BC0267;
    color: #fff;
    display: inline-block;
    z-index: 11;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hs-featured-image-wrapper:hover .hs-featured-image-link, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper:hover > a {
    opacity: 1;
}
.hs-featured-image-wrapper:hover .fa, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper:hover .fa {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-featured-image-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-featured-image-wrapper, body.custom-color .post-meta .date, body.custom-color .blog-pagination li a:hover, body.custom-color .blog-pagination a.prev:hover, body.custom-color .blog-pagination a.next:hover {
  background: #850248;
}

.post-content .post-text {
  margin-bottom: 20px;
}

.post-content .post-text {
  padding: 0 20px 20px 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {

  

  
  .post-header > h2 {
    line-height: 1.2 !important;
    font-size: 2rem !important;
  }
}
  


.post-header > h2 a:hover {
  color: inherit !important;
}

.post-header h1 {
    margin: 0 0 55px;
}

.post-header h1, h2.hs-author-name {
    font-size: 2.5rem;
    line-height: 52px;
    letter-spacing: 0px;
    /*text-align: center;*/
}
.post-header > h2 a {
    color: #232323;
}
.post-header > h2 a:hover {
    color: inherit;
}

body.custom-color .post-header > h2 a {
    color: #042935;
}
.post-header > h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 0.6em;
}

.post-header > h2, .post-header h1 {
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 800;
  font-size: 2.5rem;  
  letter-spacing: -0.5px;
  color: #232323;
  margin: 10px 0 20px; /*0 0 20px;*/
}

.post-header h1 {
  margin: 0 0 40px;
}

.blog-post-wrapper .post-meta {
    text-align: left;
    overflow: hidden;
    margin: 0 0 45px;
}
.post-meta {
    font-family: benton-sans, sans-serif;
    font-size: 13.5px;
    text-transform: uppercase;
    text-align: left;
    color: #b6b8b9;
    margin: 16px 0 4px 0;
}
.post-meta .date {
    color: #BC0267;
}
.post-meta a:hover, #hubspot-topic_data a:hover {
    color: #042935;
}

.blog-post-wrapper .post-meta {
  margin: 0 0 35px;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    max-width: 960px;
    margin: 16px auto 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    max-width: 960px;
    margin: 16px auto 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.blog-pagination ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 37px;
    margin: 0;
    background: #fff;
    list-style: none;
    text-align: center;
    position: relative;
}
.blog-pagination li {
    display: inline-block;
    vertical-align: top;
    padding: 4px 12px 4px 12px;
    margin: 0 6px;
    border: 2px solid #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.blog-pagination li.active {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}
.blog-pagination li.active:hover {
   color: #fff;
}
.blog-pagination li a {
    color: #000;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.blog-pagination li:hover {
    color: #000;
    border: 2px solid #000;
}
.blog-pagination li a:hover {
  text-decoration: none;
}
.blog-pagination a.prev {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #869299;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.blog-pagination a.next {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    color: #869299;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.blog-pagination a.prev:hover, .blog-pagination a.next:hover {
    color: #bc0267;
}
.blog-pagination a.disabled {
    color: #77858d !important;
}
.blog-pagination .fa {
    font-size: 20px;
    line-height: 15px;
    vertical-align: middle;
    margin: 0 15px;
}
.blog-pagination .fa:hover {
  color: #bc0267;
}

.blog-pagination .line {
    position: absolute;
    top: 50%;
    left: 145px;
    right: 147px;
    height: 1px;
    margin-top: -0.5px;
    background-color: #dbdbdb;
}

@media (max-width: 1024px) {
  .blog-pagination {
      margin: 120px auto 0;
  }
  .blog-pagination ul {
    display: none;
  }
}

/* --------------------------------------------------
BLOG
-------------------------------------------------- */
body.blog .body-container-wrapper {
    background: #fff;
}
body.blog .footer-container-wrapper .widget-type-form, .footer-container .get-touch {
    display: none;
}
body.blog .footer-container .sitemap:before {
    content: none;
}
body.blog .footer-container .sitemap {
    border: none;
    padding: 0 0 29px;
}
body.blog .banner-inner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* SINGLE */
body.hs-blog-post .banner-inner {
    display: none;
}
body.blog .banner-inner h1, body.blog .banner-inner h4 {
    margin: 0;
}
.blog-post-wrapper {
    width: 80%;
    max-width: 1100px;
    margin: 221px auto 0;
}

.blog-post-wrapper #hubspot-author_data {
    float: left;
}
.blog-post-wrapper #hubspot-topic_data {
    float: right;
    margin: 0;
    font-family: benton-sans, sans-serif;
    font-size: 13.5px;
    text-transform: uppercase;
}

.pshow-images {
    text-align: center;
    margin: 30px;
}
.pshow-images img {
    margin: 20px !important;
}
.post-share {
    margin: 30px 0 0;
}
.post-share span.title {
    display: inline-block;
    vertical-align: top;
    margin: 6px 2px 0 0;
}
.jssocials-share-label {
    display: none;
}
.jssocials {
    display: inline-block;
    vertical-align: top;
}
.jssocials-share {
    margin: 0 0 0 10px !important;
}
.jssocials-share a {
    font-size: 15px;
    color: #232323 !important;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.jssocials-share a:hover {
    color: #bc0267 !important;
}




/*.post-content {
  position: relative;
}*/


/* .post-item:first-child {
    margin: 0 auto;
    padding-top: 3em;
} */
/* .post-item:before {
    content: '';
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    display: block !important;
    top: 0;
    left: 94px;
    right: 94px;
} */
/* .post-item:first-child:before {
    content: none;
} */



.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    max-height: 400px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-font-smoothing: antialiased;
}



.entry-content-divider {
    display: block;
    text-align: center;
    line-height: 0;
    margin: 23px 0 33px;
}
.entry-content-divider .divider-item {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #dfdfdf;
    border-radius: 50%;
    margin: 0 1px;
}




/* FURTHER POSTS */
.further-posts {
    width: 94%;
    max-width: 1100px;
    margin: 70px auto 0 !important;
    float: none;
    padding: 50px 0 0;
    overflow: hidden;
    border-top: 1px solid #dee0e1;
}
.further-posts .story {
    text-align: center;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.further-posts .content {
    background: #F4F5F5;
    padding: 57px 20px 60px;
    position: relative;
}
.further-posts .prev {
    padding-right: 10px;
}
.further-posts .next {
    padding-left: 10px;
}
.further-posts h4 {
    font: 700 15px/25px benton-sans-condensed, sans-serif;
    color: #363d40;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px;
}
.further-posts p {
    font-size: 14px;
    letter-spacing: 0;
    color: #6c7980;
    margin: 0;
}
.further-posts a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.further-posts .content:hover {
    opacity: 0.8;
}
.further-posts .fa {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    font-size: 70px;
    color: #DFE1E3;
}
.further-posts .fa-angle-left {
    left: 15px;
}
.further-posts .fa-angle-right {
    right: 15px;
}

/* RELATED POSTS */
.related-posts {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 77px 0 0;
}
.related-posts h3 {
    clear: both;
}
.r-post {
    width: 30.3%;
    margin-right: 4.5%;
    float: left;
    position: relative;
}
.rpost-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.r-post:hover .rpost-link {
    opacity: 0.2;
}
.r-post + div + div {
    margin-right: 0;
}
.r-post .image {
    height: 315px;
}
.r-post img {
    display: none;
}
.r-post .text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #353535;
    color: #fff;
    text-align: center;
}
.r-post p {
    margin: 0;
}
.r-post p a {
    display: block;
    color: #fff;
    padding: 15px 18px 16px;
}

/* COMMENTS */
.widget-span.widget-type-blog_comments {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto !important;
    float: none;
    padding: 85px 0 0;
}
.hs-blog-listing .widget-type-blog_comments {
    display: none;
}
#comment-form:before {
    display: block;
    content: "Leave your comment";    
    font: 400 30px/52px benton-sans, sans-serif;
    letter-spacing: 0px;
    color: #042935;
    margin: 0 0 21px;
}
#comment-form {
}
#comment-form form {
    padding: 30px;
    background: #F1F2F3;
    position: relative;
}
#comment-form .hs-form-field {
    width: 50%;
    padding-right: 15px;
    margin: 0 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
#comment-form .hs_comment {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 30px 0 15px;
}
#comment-form textarea {
    min-height: 325px;
    margin: 0;
}
#comment-form .hs-form-field > label {
    display: block;
    font-size: 13px;
    letter-spacing: 0px;
    color: #b2b2b2;
    text-transform: uppercase;
    margin: 0 0 8px;
}
#comment-form .hs-input {
    padding: 8px 15px;
    border: 1px solid #DEDEDE;
}
#comment-form .hs_subscribe {
    font-size: 14px;
    color: #a9b5b9;
}
.comment-from h4 {
    font: 700 17px/1.6em benton-sans, sans-serif !important;
    text-transform: uppercase;
    color: #0d91bb;
    margin: 0;
}
.comment-from p {
    margin: 0;
}
.comment-date {
    font-size: 15px !important;
    font-weight: 700;
    color: #042935 !important;
    display: block !important;
    float: right;
}
.comment-body {
    float: none;
    clear: both;
    margin: 10px 0 0;
}
#comments-listing {
    margin: 0 0 50px;
}
#comments-listing.no-comments {
    display: none;
}
.comment-reply-to {
    background: none !important;
    padding-left: 0 !important;
    font-size: 13px;
    letter-spacing: .3px;
    color: #6c7980 !important;
}
.comment-reply-to em {
    font-weight: normal;
}
.comment.depth-0:first-child {
    padding-top: 0;
    border-top: none;
}
.comment.depth-1, .comment.depth-2, .comment.depth-3, .comment.depth-4, .comment.depth-5 {
    margin: 26px 0 0;
}

/* AUTHOR PROFILE */
.hs-author-profile {
    width: 99%; /*94%*/
    max-width: 1200px; /*900px*/
    margin: 0 auto;
    padding: 96px 0 0;
    overflow: hidden;
}
.hs-author-profile .hs-author-avatar {
    margin: 10px 0 0;
}

.hs-author-avatar img {  
  border: 2px solid #000;
  max-width: 200px; 
  max-height: 200px; 
  background-size: contain;
}
.hs-author-profile-back {
  padding-bottom: 2rem;
}

.hs-author-profile .text {
    padding-left: 2.5rem; /*10px*/
}
h2.hs-author-name {
    text-align: left;
    margin: 0 0 15px;
}
.hs-author-social-section {
    margin: 0 0 12px;
}
.hs-author-avatar a {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    margin: 0 0 0 8px;
}
.author-det {
    overflow: hidden;
}

.post-header>h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: normal;
    margin-bottom: 0.6em;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    position: absolute;
}
.post-item .read-more {
    text-align: left;
    position: absolute;
    bottom: 20px;
    padding: 0 20px 0 20px;
    
}
.post-item .read-more a, .post-meta a {
  font-weight: 700;
}

@media (max-width: 768px) {
  .post-item {
      display: flex;
      background-color: #ffffff;
      flex: 0 0 calc(100% - 24px);
      width: 100%;
      margin-bottom: 30px;
      transition: all 300ms;
      padding-top: 0 !important;
      margin: 20px auto 0 !important;
  }
    .blog-pagination {
      margin: 120px auto 0;
  }
}

.fa-long-arrow-right:before {
    content: "\f178";
}
/*ends*/