.hs-blog-listing .container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
}

body .row-fluid .align-center{
    display: block;
}


/* Highlighted Text */
::-moz-selection {
  color: ;
  background: ;
  text-shadow: none;
}
::selection {
  color: ;
  background: ;
  text-shadow: none;
}


/*Blog Post page Fadding Effects*/

body .body-container-wrapper {
animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
   from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


/* ==========================================================================
   Typography
   ========================================================================== */

.align-center {
    text-align:center;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.overlay,.base-color-overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(0, 0, 0, 0.6);
    z-index: -1;
}


h1{
    font-size:48px;
    font-weight:400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.3;
}

h2{
    font-size:42px;
    font-weight:400;
    letter-spacing: 0;
    line-height: 1.3;
}

h3{
    font-size: 34px;
    font-weight:400;
    letter-spacing: .5px;
}

h4{
    font-size: 22px;
    font-weight:400;
    letter-spacing: 0;
}

h5{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

h6{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

p,
.body-container-wrapper li{
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .5px;
    font-weight:400;
}


h3+p{
    margin-top:15px;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
    color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
    margin:0;
}





/*Blog Listing*/

.top-title{
    padding: 11px 0px;
    border-bottom: 2px solid #ffffff;
}

.top-title h1{
    margin-bottom:0px;
}

.insider-blog{
    padding-top:40px;
}

.insider-blog .left-col{
    width:100%;
}

.post-listing .post-item{
    border:0px;
}

span.hero-post-topic {
    display: block;
    padding-bottom: 15px;
}


.hot-post-header {
    min-height:500px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 100px 0;
}
    
.hot-post-header .wrapper.padded{
    position:relative;
    z-index:1;
    max-width:1100px;
}    
    
/*
.hot-post-header:after{
    content:"";
    position:absolute;
    top:0px;
    right:0px;
    left:0px;
    width:100%;
    height:100%;
    display:block;
    background:rgba(0,0,0,0.6);
}    
*/

.hot-post-header .blog-post-title{
    padding-bottom:20px;
}

.blog-post-title .post-link{
    font-weight:400;
}
    
.hot-post-header .cell-wrapper{
   
}

.hot-post-header h1{
    margin-bottom:35px;
}

.hot-post-header h1,
.hot-post-header h1 a{
    font-size: 77px;
    margin-top: 100px!important;
    font-weight:500;
    text-shadow:2px 0 8px rgba(0,0,0,0.3);
    //text-shadow: 5px 0 5px #000;
    color: #fff;
    margin:0px;
    line-height:.9;
}


.section.post-body a{
    color:#f7751f;
    text-decoration:none;
}
    

.hot-post-header a.more-link {
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: 600;
    border: 2px solid #ffffff;
    max-width: 182px;
    padding: 12px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    //background: #000b42;
}
    
.hot-post-header a.more-link:hover{
    color: #000B42;
    background: #fff;
}
    



.blog-section .post-listing .post-item:first-child{
    display:none;
}





@media(min-width:768px){
    
.post-listing{
    margin-left:-20px;
    padding: 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-listing .post-item {
    float: left;
    width:25%;
    box-sizing: border-box;
    margin-bottom:10px;
    padding-left:20px;
}

}

.post-item{
    -webkit-transition: width 0.6s ease-out;
    transition: width 0.6s ease-out;
    position:relative;
}


h2.blog-post-title{
    font-size: 22px;
    text-align: center;
    padding: 20px 0px 10px;
    line-height: 1.2;
}


.post-listing .post-item-inner {
   // min-height: 400px;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post-listing .post-item-inner .post-topic-link,
.blog-listing-item-container.small span.date-of-post{
    font-family: 'Conv_Georgia Regular font';
    text-transform: capitalize;
}


.post-listing .post-item-inner:hover .blog-listing-item-container.small span.date-of-post,
.post-listing .post-item-inner:hover h2.blog-post-title,
.post-listing .post-item-inner:hover .post-topic-link{
    color:#000a41;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog-listing-item-container.small span.date-of-post{
    position: relative;
    font-size: 16px;
    margin-top: 0;
    color:#000a41;
    line-height: 20px;
    text-transform: none;
    padding-left:0px;
}



.main-list{
    overflow: hidden;
    position: relative;
}

.featured-bg-image{
    display: block;
    transition: -webkit-transform 15s linear, opacity 1s ease;
    background-size:cover;
    background-position: top center;
    background-repeat: no-repeat;
    height:262px;
    overflow: hidden;
}

.post-item .post-item-inner:hover .featured-bg-image{
    transform: scale(1.5);
}

.hs-featured-image-wrapper {
    position: relative;
    overflow:hidden;
    float: left;
    margin: 0;
    max-width: 50%;
    padding-right: 0;
    height: 400px;
    width: 50%;
}

.post-date-inner{
    font-family: 'Source Sans Pro',sans-serif;
    z-index: 1;
    font-size: 14px;
    color: ;
    font-weight: 500;
    padding: 0px 10px;
}

.blog-post-title a.post-link{
    display: block;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
    overflow: hidden;
    color: #000a41;
    text-align: center;
    font-weight: 400;
    border: 0px;
    color:#000a41;
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
}

.post-link.read-more{
    font-family: 'Source Sans Pro',sans-serif;
}

.post-link{
    display: block;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
    overflow: hidden;
    color: #000a41;
    text-align: center;
    font-weight: 600;
    border: 1px solid #000a41;

}


.blog-pagination a{
    font-weight:600;
}

.blog-pagination a,
.post-topic-link,
.list-item-detail .post-link{
    border:0px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.list-item-detail .post-link{
    font-size:14px;
}

.blog-pagination a:hover,
.date-topic:hover,
.post-topic-link:hover,
.post-topic-link:focus,
.post-link:hover,
.post-link:focus{
    color: #ef9bac;
}

.hs-featured-image{
    float:none;
    margin: 0 0 0px 0;
    padding-right: 0;
    height:400px;
    width:100%;
    max-width: 100%;
    display: block;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
}

.hs-featured-image:after {
    content: "";
    background: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

a.hs-featured-image-link{
    display:block;
}

.author-link-bottom{
    -ms-transform: translateY( 50% );
    -webkit-transform: translateY( 50% );
    transform: translateY( 50% );
    margin: 0 auto;
    display: block;
}

.post-item:hover .author-link-bottom{
    z-index:10;
}

.post-item .hs-author-avatar img {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(0, 0, 0, 0.28);
    border-radius: 100%;
}

.post-item:hover .hs-author-avatar img{
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.author-link-bottom a{
    color:#a9a9a9;
    font-size:13px;
    font-weight:400;
    padding-left:0px;
    font-style:normal;
    text-decoration:none;
    letter-spacing:0.25px;
}


.post-item a.topics-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    background: ;
    padding: 2px 10px;
    letter-spacing: .25px;
    position: absolute;
    z-index: 10;
    bottom: 7px;
    left: 7px;
    font-weight: 400;
    line-height: 20px;
}

.author-link-bottom a:hover{
    color:;
}

.post-header h2,
.post-header h2 a{
    color:#000000;
    font-family: 'Source Sans Pro',sans-serif;
    margin:0px;
    line-height:35px;
    font-size:25px;
    font-weight:700;
    text-decoration: none;
}

.post-body{
    //padding: 0px 15px 15px;
}

.post-body p{
    margin: 12px 0px;
    font-size: 16px;
    line-height: 25px;
    color: #626262;
    font-weight: 400;
    letter-spacing: .25px;
}

.post-item-bottom{
    overflow:hidden;
    display:block;
    overflow: hidden;
    display: block;
    padding-top: 12px;
    border-top: 1px solid rgba(169, 169, 169, 0.25);
    margin-top: 15px;
}

.post-item-bottom .hs-author-avatar img,
.author-data .hs-author-avatar img{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}

.social-shares a{
    font-size: 12px;
    color:;
    padding: 5px;
    border: 1px solid #ababab;
    width: 23px;
    display: inline-block;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
}

.social-shares a:hover{
    border: 1px solid ;
    background:;
    color:;
}

.blog-pagination{
    position: relative;
    margin-top:20px;
    display:block;
    border-top: 1px solid #000b42;
    padding: 11px 0px 28px;
}

.blog-pagination a{
    margin-right:0px;
    color:#000a41;
    font-family: 'Source Sans Pro',sans-serif;
}

a.all-posts-link{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .30px;
}

a.next-posts-link{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .30px;
    top: 0px;
}

a.previous-posts-link{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .30px;
}

.blog-pagination a:hover{
    background:;
}


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

.featured-bg-image{
    height:155px;
}    
    
}


@media(max-width:1024px){

h2.blog-post-title{
    padding-bottom:4px;
    font-size:20px;
    margin-bottom:0px;
}    
    
}




/*Sidebar*/

.pop-post-image{
    
}

.pop-post-title{
   
}

.pop-post-image a span{
    width:55px;
    height:55px;
    background-size: cover !important;
    display: block;
    background-position: center center !important;
}

.pop-post-title a{
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    padding-left:0px;
    color:;
}

.pop-post-date {
    font-size: 12px;
    color:#000;
    text-align: right;
    display: block;
}

.blog-sidebar h3{
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: ;
    padding-bottom:10px;
    padding-top:4px;
    
}

.blog-sidebar h3:after{
    content:"";
    width:50px;
    height:3px;
    position:absolute;
    bottom:0px;
    left:0px;
    background:;
}

.blog-sidebar input[type="email"],
.blog-sidebar input[type="text"]{
    height:40px;
    border:1px solid rgba(98, 98, 98, 0.25);
    margin-bottom:15px;
    font-size:16px;
    padding-left:14px;
    color:;
}

.blog-sidebar input[type="submit"]{
    height: 40px;
    display: inline-block;
    -webkit-appearance: none;
    background: ;
    border: 0px;
    box-shadow: none;
    color: #fff;
    width: 100%;
    max-width: 100px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25px;
    cursor:pointer;
}

.blog-sidebar input[type="submit"]:hover{
    background:;
}

.hs_email.field.hs-form-field{
  position:relative;  
}

.blog-sidebar ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    position: absolute;
    top:60px;
    margin: 0;
}

.blog-sidebar ul.hs-error-msgs.inputs-list label {
    font-size: 10px;
    color: red;
    display: block;
    letter-spacing: .25px;
}

a.topics-links{
    background-color: #ededed;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 2px 12px;
    margin: 4px 2px;
    display: inline-block;
}

.post-listing-simple{
    overflow:hidden;
}


/*Author Section*/

body.hs-blog-listing.author-body .author-section{
    display:block;
    padding:70px 0px 60px;
    background:;
    text-align:center;
    margin-bottom:50px;
}

body .hs-author-social-links a.hs-author-social-link{
    background-image: none !important;
    text-indent: 0;
    color: #fff;
    font-size: 22px;
    padding: 0px 20px;
    text-align: center;
}

body.hs-blog-listing.author-body .author-section .hs-author-avatar img{
   width:75px;
   height:75px;
   border-radius:100%;
}

body.hs-blog-listing.author-body .author-section .hs-author-bio{
    padding:20px 0px 20px;
    max-width:770px;
    margin:0 auto;
}

.author-body .hs-author-listing-header {
    margin: 0px 0 25px 0;
    font-size: 24px;
}

/* Blog Post */
body.hs-blog-post {}

body.hs-blog-post .hide-for-post,
body.hs-blog-listing.author-body .hide-for-author,
body.hs-blog-listing.author-body .post-item-bottom,
body.hs-blog-listing .author-section,
body.hs-blog-post .author-section{display:none;}



.section.post-header {
    padding: 60px 0 40px;
    text-align: center;
}

.section.post-header .hs-author-avatar img{
    border-radius: 100%;
    margin-bottom: 20px;
    max-width: 75px;
    border: 1px solid #B1B1B1;
}

body.hs-blog-post .topic-listing{padding-top:15px;}

.author-link-post{
    font-weight: 700;
    text-decoration: none;
    color: ;
    font-size:16px;
}

.section.post-header .link.hubspot-editable{
    font-size:40px;
    line-height:50px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
}

.post-body-date {
    padding: 10px 0px 10px;
}

.post-topic-link{
    text-decoration: none;
    padding: 0px 2px;
    font-weight: 400;
    letter-spacing: .50px;
    font-size:16px;
    color:#000a41;
}

.post-listing .post-item-inner .post-topic-link:hover{
    color:#ef9bac;
}


.date-of-post-inner{
    font-weight:300;
    color:#000a41;
}

.date-topic{
    text-align:center;
}

.social-shares-post{
    padding: 0px 0px 25px;
}

.social-shares-post a{
    padding:0px 5px;
}

body.hs-blog-post .container-fluid .row-fluid .section-blog .wrapper{
    max-width:980px;
    margin:0 auto;
}



.section.post-body a{
    color:;
    text-decoration:none;
}

.section.post-body ul{
    padding: 0px 0px 0px 20px;
}

.section.post-body ul li{
    font-size:16px;
    color:;
    line-height:25px;
    letter-spacing:.25px;
    font-weight:300;
}

.section.post-body p{
    font-size:16px;
    color:;
    line-height:25px;
    letter-spacing:.25px;
    font-weight:300;
    margin:20px 0px;
} 

body #comment-form input[type="text"],
body #comment-form input[type="email"]{
    height:50px;
    margin-bottom:25px;
    border:1px solid #e7e7e7;
    font-size:16px;
    padding-left:15px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: none;
}

body #comment-form textarea{
    height:100px;
    margin-bottom:25px;
    border:1px solid #e7e7e7;
    font-size:16px;
    padding-left:15px;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: none;
}

body #comment-form .hs-button.primary{
    background:;
    cursor:pointer;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    padding: 15px 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-shadow: none;
    box-sizing: border-box;
}

body #comment-form .hs-button.primary:hover{
    background:;
}

#comment-form .hs-form-field{
    position:relative;
}

#comment-form ul.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -5px;
    list-style: none;
    padding: 0px;
}

#comment-form .hs_comment ul.hs-error-msgs.inputs-list {
    list-style:none;
    padding:0px;
}

#comment-form ul.hs-error-msgs.inputs-list  label{font-size: 13px;
    color: red;
    font-weight: 600;
    letter-spacing: 0.25px;
}

body.hs-blog-post #comments-listing{
    border-width:0px;
}

#comment-form span.hs-form-required {
    font-size:14px;
    font-weight: 600;
    color: red;
}

body.hs-blog-post .section-blog{
    padding-bottom:60px;    
}

.post-pagination{
    position: relative;
    overflow: hidden;
    min-height: 100px;
}


.post-pagination h5{
    margin:10px 0px 0px;
}


.post-pagination a{
    text-decoration: none;
    color:;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-pagination h5 a{
    text-decoration: none;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

.prev-post{
    position:absolute;
    left:0px;
    
}

.next-post{
    position: absolute;
    right: 0px;
    text-align:right;
}


.widget-type-blog_comments{
    padding-bottom:0px;
}




@media(min-width:768px){
    

.make-equal-height > .row-fluid-wrapper >.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
}
    
    
}



@media(max-width:767px){

.section.post-header h2,.section.post-header .link.hubspot-editable{
    font-size:24px;
    line-height: 30px;
}

.post-listing .post-item{
    margin-bottom:0px;
}

.pop-post-item {
    overflow: hidden;
}


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

a.all-posts-link{
    max-width:95px;
}

.post-pagination h5{
    display:none;
}

}





body .row-fluid .hero-bg-section{
    background-size: cover;
    background-position: center;
    min-height: 350px;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
}

body .row-fluid .hero-bg-section:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.3);
}

body .row-fluid .hero-bg-section .wrapper{
    position:relative;
    z-index:1;
}

.hero-bg-section h1{
    font-weight:700;
    font-size:45px;
    line-height:1.1;
    color:#ffffff;
    letter-spacing:.50px;
    margin:0px;
}


body.author-body .row-fluid .hero-bg-section{
    display:none;
}

.background-image-section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 500px;
    margin:50px 0px;
}

blockquote {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.79;
    color: #626262;
    position: relative;
    margin: 40px 0px;
    border-top: 1px solid rgba(165,166,164,0.3);
    border-bottom: 1px solid rgba(165,166,164,0.3);
    padding: 70px 0;
}

blockquote:before {
    content: '\f10d';
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-family: FontAwesome;
    float: left;
    padding: 13px 4px 5px 0;
    background: #e4e4e3;
    position: absolute;
    width: 52px;
    height: 52px;
    text-align: center;
    display: block;
    border-radius: 100%;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

blockquote:after {
    content: '\f10e';
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-family: FontAwesome;
    float: left;
    padding: 13px 4px 5px 0;
    background: #e4e4e3;
    position: absolute;
    width: 52px;
    height: 52px;
    text-align: center;
    display: block;
    border-radius: 100%;
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body.hs-blog-listing .row-fluid .special-group{
    display:none;
}







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


.hs-blog-post .hot-post-header .blog-post-title{
    padding-bottom: 10px;
}

.hs-blog-post .date-of-post .date-of-post-inner{
    font-size: 20px;
    color: #fff;
}

.hs-blog-post .section.post-body p,
.hs-blog-post .section.post-body p span,
.hs-blog-post .section.post-body p em,
.hs-blog-post .section.post-body ul li{
    font-family: 'Conv_Georgia Regular font'!important;
    color: #000b42!important;
    font-size: 16px!important;
}

.hs-blog-post .section.post-body p strong{
    font-family: 'Georgia'!important;
    color: #000b42!important;
    font-size: 16px!important;
    font-weight: 600;
}

.hs-blog-post .section.post-body a:hover{
    color: #ccc!important;
}

/*.hs-blog-post .row-fluid .post-body img{
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}  

*/

.hs-blog-post .container-fluid .row-fluid a.cta_button span{
    color: #ffffff!important;
}

/*======Social Media Icon========*/

.hs-blog-post .section.post-body .post-share-inner ul.share-mod{
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}

.hs-blog-post .section.post-body .post-share-inner ul.share-mod li{
    display: inline-block;
    font-size: 20px;
    margin: 0px 5px;
}

.hs-blog-post .section.post-body .post-share-inner ul.share-mod li a{
    color: #000b42;
}

.hs-blog-post .section.post-body .post-share-inner ul.share-mod li a:hover{
    color: #ef9bac;
}

.hs-blog-post .section.post-body .post-share-inner ul.share-mod li.shareTrigger{
   display: none; 
}

.grecaptcha-badge{
    margin-bottom: 30px;
}


/*=========Recent Post Styling========*/

.hs-blog-post .related-post-section{
    padding: 50px 0px 30px;
}

.hs-blog-post .related-post-section .post-listing .post-item{
    width: 31.6%;
}

.hs-blog-post .related-post-section .post-listing .post-item:first-child{
    padding-left: 0px;
}

.hs-blog-post .related-post-section .hs-featured-image-wrapper {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0;
    max-width: 100%;
    padding-right: 0;
    height: 310px;
    width: 100%;
}

.hs-blog-post .related-post-section .post-header h2,
.hs-blog-post .related-post-section .post-header h2 a{
     font-family: 'Conv_Georgia Regular font'!important;
    color: #000b42!important;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.hs-blog-post .related-post-section .date-of-post{
    text-align: center;
    display: block;
    float: none;
}

.hs-blog-post .related-post-section .date-of-post .date-of-post-inner{
    color: #000b42;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.hs-blog-post .related-post-section .clearfix {
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.hs-blog-post .related-post-section .related-post-title{
    margin-bottom: 30px;
}





/*=========Pagination Style=========*/



.hs-blog-post .post-pagination{}

.hs-blog-post .post-pagination .prev-post h5 a{
    position: relative;
    padding-left: 30px;
    color: #000a41;
    font-size: 20px;
    display: inline-block;
    max-width: 250px;
}

.hs-blog-post .post-pagination .prev-post h5 a:before{
    content:'';
    position: absolute;
    top: -3px;
    left: 0;
    bottom: 0;
    background: url('//cdn2.hubspot.net/hubfs/3362123/Assets-18/previous-arrow.png')no-repeat;
    width: 18px;
    height: 30px;
}

.hs-blog-post .post-pagination .next-post h5 a{
    position: relative;
    padding-right: 30px;
    color: #000a41;
    font-size: 20px;
    display: inline-block;
    max-width: 250px;
}

.hs-blog-post .post-pagination .next-post h5 a:before{
    content:'';
    position: absolute;
    top: -3px;
    right: 0;
    bottom: 0;
    background: url('//cdn2.hubspot.net/hubfs/3362123/Assets-18/previous-arrow.png')no-repeat;
    width: 18px;
    height: 30px;
    transform: rotate(180deg);
}

@media(min-width: 768px){
    
.hs-blog-post  .post-pagination {
    position: relative;
    overflow: hidden;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}  

.hs-blog-post .row-fluid .post-pagination .next-post h5 a,
.hs-blog-post .row-fluid .post-pagination .prev-post h5 a{
    display: flex;
    align-items: center;
    height: 48px;
}

.hs-blog-post .post-pagination .next-post h5 a:before{
    top: 20%;
}

.hs-blog-post .post-pagination .prev-post h5 a:before{
    top: 20%;
}
    
}



/*=========Comment Form Styling==========*/

.hs-blog-post form{
    position: relative;
}

.hs-blog-post form label{
    font-family: 'Georgia-Bold';
    margin-bottom: 5px;
    display: block;
    font-size: 20px;
}

.hs-blog-post textarea{
    resize: none;
    border: 0px;
    min-height: 110px;
    padding-bottom: 40px;
    overflow: hidden;
}

.hs-blog-post form .hs-fieldtype-textarea.field.hs-form-field{
    border: 1px solid #000a41;
    min-height: 150px;
    padding-bottom: 60px;
}

.hs-blog-post .hs-button.primary,
.hs-blog-post input[type="submit"],
.hs-blog-post input[type="button"]{
    background: #000b42;
    border-color: #000b42;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: auto;
    
}

.hs-blog-post form ul.hs-error-msgs li label{
    position: absolute;
    left: 0;
    bottom: -70px;
}





@media(max-width: 767px){
    
body.hs-blog-post .row-fluid .hot-post-header h1,
body.hs-blog-post .row-fluid .hot-post-header h1 a{
    font-size: 54px;
    padding-bottom: 0px;
}  


.hs-blog-post .hot-post-header{
    min-height: 385px;
}

.hs-blog-post .date-of-post .date-of-post-inner {
    font-size: 14px;
    color: #fff;
}

.hs-blog-post .insider-blog {
    padding-top: 15px;
}
  
.hs-blog-post .section.post-body p,
.hs-blog-post .section.post-body p span,
.hs-blog-post .section.post-body p em{
    font-size: 16px!important;
}

.hs-blog-post .section.post-body p strong{
    font-size: 16px!important;
}
  
.hs-blog-post .row-fluid .post-body img{
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}  

.hs-blog-post .row-fluid .post-body img:last-child{
    margin-bottom: 0px;
}


.hs-blog-post .related-post-section .related-post-title{
    font-size: 30px;
}

.hs-blog-post .related-post-section .post-listing .post-item {
    width: 100%;
    margin-bottom: 10px;
}

.hs-blog-post .post-pagination h5{
    display: block;
}

.hs-blog-post form ul.hs-error-msgs li label{
    bottom: -85px;
}
  
    
}




/*=================Post Banner Recent Post Style===================*/

.hs-blog-post .post-header-post-pagination{}

.hs-blog-post .post-header-post-pagination h5 {
     position: absolute;
    top: -99999px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 16px 24px;
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    opacity: 0;
    -webkit-transition: top 0s 160ms,opacity 160ms ease-out,transform 160ms ease-out;
    -moz-transition: top 0s 160ms,opacity 160ms ease-out,transform 160ms ease-out;
    -ms-transition: top 0s 160ms,opacity 160ms ease-out,transform 160ms ease-out;
    -o-transition: top 0s 160ms,opacity 160ms ease-out,transform 160ms ease-out;
    transition: top 0s 160ms,opacity 160ms ease-out,transform 160ms ease-out; 
}

.hs-blog-post .post-header-post-pagination h5 a{
    color: #000b42;
    white-space: nowrap;
}

.hs-blog-post .post-header-post-pagination h5 a:hover{
    color: #000b42;
}


.hs-blog-post .post-header-post-pagination .prev-post:hover h5,
.hs-blog-post .post-header-post-pagination .next-post:hover h5{
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: top 0s,opacity 160ms ease-out,transform 160ms ease-out;
    -moz-transition: top 0s,opacity 160ms ease-out,transform 160ms ease-out;
    -ms-transition: top 0s,opacity 160ms ease-out,transform 160ms ease-out;
    -o-transition: top 0s,opacity 160ms ease-out,transform 160ms ease-out;
    transition: top 0s,opacity 160ms ease-out,transform 160ms ease-out;
}

/*=====Previous Post=======*/

.hs-blog-post .post-header-post-pagination .prev-post{
    position: fixed;
    top: 50%;
    margin-top: -24px;
    z-index: 10;
    line-height: 0;
}

.hs-blog-post .post-header-post-pagination .prev-post .arrow-div{
    //position: absolute;
    //top: -4px;
}

.hs-blog-post .post-header-post-pagination .prev-post .arrow-div img{
    padding: 16px;
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
    -webkit-transition: opacity 160ms ease-out,transform 160ms ease-out;
    -moz-transition: opacity 160ms ease-out,transform 160ms ease-out;
    -ms-transition: opacity 160ms ease-out,transform 160ms ease-out;
    -o-transition: opacity 160ms ease-out,transform 160ms ease-out;
    transition: opacity 160ms ease-out,transform 160ms ease-out;
}

.hs-blog-post .post-header-post-pagination .prev-post h5{
    left: 0;
    -webkit-transform: translate(-30px,-50%);
    -moz-transform: translate(-30px,-50%);
    -ms-transform: translate(-30px,-50%);
    -o-transform: translate(-30px,-50%);
    transform: translate(-30px,-50%);
}

.hs-blog-post .post-header-post-pagination .prev-post{}

/*=======Next Post========*/

.hs-blog-post .post-header-post-pagination .next-post{
    position: fixed;
    top: 50%;
    margin-top: -24px;
    z-index: 10;
    line-height: 0;
}

.hs-blog-post .post-header-post-pagination .next-post .arrow-div{
    //position: absolute;
    //top: -4px;
    transform: rotate(180deg);
}

.hs-blog-post .post-header-post-pagination .next-post .arrow-div img{
    padding: 16px;
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
    -webkit-transition: opacity 160ms ease-out,transform 160ms ease-out;
    -moz-transition: opacity 160ms ease-out,transform 160ms ease-out;
    -ms-transition: opacity 160ms ease-out,transform 160ms ease-out;
    -o-transition: opacity 160ms ease-out,transform 160ms ease-out;
    transition: opacity 160ms ease-out,transform 160ms ease-out;
}

.hs-blog-post .post-header-post-pagination .next-post h5{
    right: 0;
    -webkit-transform: translate(30px,-50%);
    -moz-transform: translate(30px,-50%);
    -ms-transform: translate(30px,-50%);
    -o-transform: translate(30px,-50%);
    transform: translate(30px,-50%);
}



@media(max-width: 1024px) and (min-width: 768px){
    
    
.hs-blog-post .post-header-post-pagination .arrow-div img{
    max-width: 40px;
}    
    
}


@media(max-width: 767px){
    
.hs-blog-post .post-header-post-pagination{
    display: none;
}    
    
}






.blog-sidebar .section-bg{
	position:relative;
  min-height:190px;
 max-width:286px;
  margin-top:20px;
}

.blog-sidebar .section-bg:after{
	content:'';
  position:absolute;
  background-color:rgba(0, 0, 0, 0.35);
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
}

.blog-sidebar .title{
	position:absolute;
  bottom: 10px;
    left: 10px;
    right: 10px;
  z-index:1;
      padding: 0px 10px;
}

.blog-sidebar .link a{
	position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  opacity:0;
  z-index:2;
}


 body .container-fluid .row-fluid .class_of_last_element {
    position: absolute;
}

@media(min-width:1025px){

  .widget-span.widget-type-cell.blog-sidebar {
        padding-left: 5%;
    margin-left: 15px;
    width: 25.812%;
}  
  
  .insider-blog .widget-type-blog_content{
  		width: 67.811966%;
  }


}


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

.blog-sidebar .section-bg{
  max-width:217px;
}
  
}

@media(max-width:767px){

  body .container-fluid .row-fluid .class_of_last_element{
  	max-width: 100%;
    position: inherit!important;
    opacity: 1!important;
  }
  
  body .container-fluid .row-fluid .blog-sidebar .section-bg{
  	 margin:20px auto 0px; 
  }
  
  .blog-sidebar{
  	margin-top:0px;
  }
  
}


@media(min-width: 768px){

  .post-listing{
  	margin-left: 0px;
  }
  
.hs-blog-post .section.post-body .post-share-inner ul.share-mod li{
	font-size: 24px!important;
}

.hs-blog-post textarea{
	min-height: 120px;
}

.hs-blog-post .related-post-section .hs-featured-image-wrapper{
	min-height: 360px;
}
  
  .hs-blog-post .section.post-footer form .hs-richtext h3{
  	font-size: 40px;
  }
  
  .hs-blog-post .related-post-section h3.related-post-title{
  	font-size: 40px;
  }

}  

body .row-fluid .custom_cart{
	position: relative;
  z-index: 3;
}
