/*Blog Header Portion*/

.blog-header-module{
    padding-top:167px;
    padding-bottom:44px;
}



.blog-header-title{
    
}

.blog-header-title h1{
    font-size: 93px;
    line-height: 93px;
    font-weight: bold;
    color: #455560;
    text-transform: uppercase;
    //margin: 0;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.blog-left-col p{
    font-size: 22px;
    line-height: 32px;
    color: #455560;
    max-width: 580px;
    font-family: freight-text-pro, sans-serif;
    font-weight: 300;
}

.blog-subs-module .hs_cos_wrapper.form-title{
    display:none;
}

.blog-subs-module p{
    margin: 0px;
    font-size: 15px;
    color: #7b8994;
    font-weight: 300;
    line-height: 1.1;
}

.blog-subs-module input[type="email"],
.blog-subs input[type="email"]{
    height:55px;
    border:1px solid #dbdbdb;
    padding-left:15px;
    box-shadow:none;
    font-size:14px;
    line-height:24px;
    color: #474747;
    font-weight:700;
    //text-transform:uppercase;
    margin-bottom: 20px;
    padding-right:155px;
    background:#ffffff;
}

.blog-subs-module input[type="submit"],
.blog-subs  input[type="submit"]{
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: #ffa400;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height:23px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 10px 38px;
    height: 55px;
    position: absolute;
    top: 0px;
    right:0px;
    margin: 0px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
}



body .blog-subs-module .hs-button,
body .container-fluid .row-fluid .hs-button{
    padding: 14.5px 30px;
}

body .blog-subs  form .hs-form-required{
    display:none;
}

.hs-form-field,.blog-subs-module form,.blog-subs form{
    position:relative;
}

body .blog-subs-module form.hs-form .hs-form-field ul.hs-error-msgs,
body .blog-subs form.hs-form .hs-form-field ul.hs-error-msgs{
    list-style: none;
    padding: 0;
    margin: 0px;
    position: absolute;
    bottom: 0px;
}

.blog-subs-module form label,
.blog-subs form label{
    display:none;
    margin:0;
}

body .blog-subs-module  form.hs-form .hs-form-field ul.hs-error-msgs label{
    font-size: 12px;
    color: red;
    display:inline-block;
}

/* Placeholder Text */

::-webkit-input-placeholder { /* Webkit Browsers */
    font-size:13px;
    line-height:23px;
    color: #474747;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
}

:-moz-placeholder { /* Firefox 18- */
     font-size:13px;
    line-height:23px;
    color: #474747;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size:13px;
    line-height:23px;
    color: #474747;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
}

:-ms-input-placeholder { /* IE10 */
     font-size:13px;
    line-height:23px;
    color: #474747;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
}


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

body.hs-blog-post .container-fluid .row-fluid .comment-form-section{
    padding-top:90px;
    padding-bottom:107px;
}

.comment-form-heading h2{
    text-align:center;
    color:#212121;
    font-size:24px;
    line-height:34px;
    text-transform:uppercase;
    margin: 0 0 4px;
}


.row-fluid  #comment-form form label{
    position:static;
    font-size: 14px;
    line-height: 24px;
    color: #474747;
}


.row-fluid #comment-form  form input,  .row-fluid  #comment-form form select,.row-fluid  #comment-form form textarea{
    height: 50px;
    font-family: ;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    border-radius: 0;
    background: transparent;
    padding: 0 15px;
    color: #474747;
    border: 1px solid #dbdbdb;
}

.row-fluid #comment-form form textarea{
    padding:20px 15px;
}


body .container-fluid .row-fluid #comment-form form fieldset .input input[type="checkbox"] {
    height: 23px;
    position: relative;
    width: 23px;
    padding: 0;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    margin-bottom: 0;
}

#comment-form form .hs-form-required{
    color: #474747;
}




/* Blog Categories */

.category-title-grp{
    padding-top: 50px;
}


.blog-categories{
    margin-top: 17px;
}

.blog-categories ul{
    list-style:none;
    padding:0px;
    margin:0px;
    position: relative;
    max-width: 290px;
    float: right;
    width: 100%;
}

.dropdown{
    padding:10px 0px;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: #e9edef;
    position:absolute;
    width: 99.6%;
    z-index: 5;
    background: #fff;
}

.blog-categories ul li{
    margin:0;
}

.blog-categories ul li a{
    color:#425b76;
    font-size:12px;
    line-height:1.1;
    font-weight:400;
    text-align:center;
    text-transform:none;
    letter-spacing:.25px;
    padding:8px 10px;
    border:none;
    text-decoration:none;
    display:block;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;

}

.blog-categories ul li.trigger-catg{
    border:1px solid #dbdbdb;
    color: #455560;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .25px;
    padding: 17px 10px;
    cursor:pointer;
    margin:0;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;

}

.blog-categories ul li:first-child i{
    font-size:16px;
    position: relative;
    top: 1px;
    left: 4px;
}


/*Post Listing*/

.post-listing {
    margin: 0 -25px 0 0;
    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-item{  
    float: left;
    width: 50%;
    padding-right: 31px;
    display: block;
    box-sizing: border-box;
    margin: 0 0 54px 0;
    list-style:none;
    padding-bottom:0;
}

.post-item-inner {
    //border: 1px solid #e7e7e7;
}

.post-body{
    padding-top:12px;
    min-height: 150px;
    position: relative;
}

.post-body p{
    margin: 10px 0px;
    font-size: 17px;
    line-height: 22px;
    color: #455560;
    font-family: freight-text-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.each-post-topic{
    padding-top: 5px;
    display: inline-block;
}
    
body .post-item  span.post-featured-image{
    display: block;
    width: 100%;
    height: 346px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    //cursor: pointer;
}

body .post-item  span.post-featured-image:before{
 content:"";
 position:absolute;
 width:100%;
 left:0;
 top:0;
 height:100%;
 background-image: -moz-linear-gradient( 90deg, rgb(31,31,31) 0%, rgba(31,31,31,0) 100%);
 background-image: -webkit-linear-gradient( 90deg, rgb(31,31,31) 0%, rgba(31,31,31,0) 100%);
 background-image: -ms-linear-gradient( 90deg, rgb(31,31,31) 0%, rgba(31,31,31,0) 100%);
}



.inner-items {
    padding: 0px 25px;
    position: absolute;
    bottom: 25px;
}

.date-listing{
    font-size:13px;
    color:#ffffff;
    line-height:23px;
    text-transform: capitalize;
    font-family: freight-text-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-bottom:11px;
    display:block;
}

.each-post-topic a:first-child{
     display:inline-block;
}

.each-post-topic a{
    font-size:13px;
    line-height:23px;
    color:#ffffff;
    text-transform:capitalize;
    text-decoration:none;
    display:none;
    font-family: freight-text-pro,sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}


.post-item h2 a,.post-item h2{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    line-height:31px;
    text-align: left;
    text-decoration: none;
    margin: 0;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    min-height: 93px;
}

a.read-more-link {
    background:transparent;
    text-decoration: none;
    font-size: 13px;
    line-height: 23px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 31px;
    display: inline-block;
    text-transform: uppercase;
    color:#ffa400;
    border:1px solid #ffa400;
    transition: all .2s ease-out;
}

a.read-more-link:hover{
    background:#455560;
    border-color:#455560;
    color:#ffffff;
}




.social_sharing_module a i{
    font-size: 12px;
    border: 1px solid #000;
    padding: 0;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 100%;
    vertical-align: bottom;
    line-height: 25px;
    transition: all .2s ease-out;
    color: #ffa400;
    border-color: #ffa400;
   
}


.social_sharing_module a:hover i{
    color: #455560;
   border-color:#455560;
}


.social-share-icons ul{
    list-style:none;
    padding:0px;
    margin:0px;
}

.social-share-icons ul li{
    display:inline-block;
}

.social-share-icons ul li a i{
    font-size: 12px;
    border: 1px solid #ffa400;
    padding: 0;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 100%;
    vertical-align: bottom;
    line-height: 25px;
    transition: all .2s ease-out;
    color: #ffa400;
}

.social-share-icons ul li a:hover i{
    background-color: #ffa400;
    color: #fff;
}


/* Blog Post Style */

body.hs-blog-post .section-cta-bottom a.cta_button{
    background:none;
    border:none;
    border-radius:0;
    padding:0;
}


.section-3-column {
    text-align: center;
}


.hs-blog-listing .row-fluid .post-list-hidden{
    display:none;
}


.section-3-column .span3,
.section-3-column .span3,
.section-3-column .span6{
    padding:20px 0px;
}

.post-section-hero {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 266px;
    padding-bottom: 142px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    box-sizing: border-box;
}

.post-section-hero:before {
    background-image: -moz-linear-gradient( 90deg, rgb(31,31,31) 0%, rgba(31,31,31,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(31,31,31) 0%, rgba(31,31,31,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(31,31,31) 0%, rgba(31,31,31,0) 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



.post-wrapper-inner {
    z-index: 3;
    max-width:1020px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position:relative;
}


.post_featured_image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.post-wrapper-inner .hs-author-avatar{
    float: left;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 1px solid #fff; */
    background-size: contain;
    pointer-events: none;
}

.author-info-box{
    overflow:hidden;
}


.post-wrapper-inner h1{
    line-height: 80px;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.post-wrapper-inner .name_author{
    font-size: 16px;
    line-height:26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    float:left;
    padding-left: 15px;
    padding-top: 10px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
    pointer-events:none;
}


.post-date{
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    color: #455560;
    text-transform: capitalize;
    padding-top: 5px;
    font-family: freight-text-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.post-date>span{
    position:relative;
    padding-left: 32px;
}

.post-date>span:before{
    background:url('//1803734.fs1.hubspotusercontent-na1.net/hubfs/1803734/Assets%20Nov-02/Calendar-Icon.png')no-repeat;
    background-size: contain;
    background-position: center;
    width: 22px;
    height: 18px;
    content: "";
    position: absolute;
    left: 0;
    top: 1px;

}



.post_topics a:first-child {
    display: inline-block;
}

.post_topics{
    padding-top: 5px; 
}

.post_topics .topic-link{
    position:relative;
    padding-left: 28px;
   
}

.post_topics .topic-link:before{
    background:url('//1803734.fs1.hubspotusercontent-na1.net/hubfs/1803734/Assets%20Nov-02/Topic-tag-Icon.png')no-repeat;
    background-size:contain;
    background-position:center;
    width:18px;
    height:18px;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;

    
}



.post_topics a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: #455560;
    text-transform: capitalize;
    text-decoration: none;
    font-family: freight-text-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
}



.section.post-body {
    padding-top: 75px;
}


.post-share a i{
    font-size: 16px;
    border: 1px solid #000;
    padding: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100%;
    vertical-align: bottom;
    line-height: 30px;
    transition: all .2s ease-out;
    margin-right: 5px;
}


.post-share a i.fa-facebook-official {
    color: #43619c;
    border-color:#43619c;
}

.post-share a:hover i.fa-facebook-official {
    background-color: #43619c;
    color:#ffffff;
}

.post-share a i.fa-linkedin {
    color: #187fb8;
    border-color:#187fb8;
}

.post-share a:hover i.fa-linkedin {
    background-color: #187fb8;
    color:#ffffff;
}

.post-share a i.fa-twitter {
    color: #24a9e6;
    border-color:#24a9e6;
}

.post-share a:hover i.fa-twitter {
    background-color: #24a9e6;
    color:#ffffff;
}

.post-share a i.fa-google-plus {
    color: #f24033;
    border-color:#f24033;
}

.post-share a:hover i.fa-google-plus {
    background-color: #f24033;
    color:#ffffff;
}




.section-3-column{
    border-bottom:1px solid #e2e2e2;
}

.section-3-column .span6{
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.blog-post-wrapper-inner{
    max-width: 790px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}


.section.post-body h2:first-child{
    font-size: 34px;
    color: #455560;
    font-family: freight-text-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing:0;
}

.section.post-body h2,
.section.post-body h3{
    font-size:24px;
    color: #455560;
}

.section.post-body h3{
font-family: proxima-nova, sans-serif;
font-style: normal;
font-weight: 700;
}

.section.post-body p{
    color: #455560;
    /*font-size: 22px;*/
    font-weight: 300;
    line-height: 1.5;
    margin: 25px 0;
}

.section.post-body p strong{
font-family: freight-text-pro, sans-serif;
font-style: normal;
font-weight: 600;
}

.section.post-body ul li{
font-family: freight-text-pro, sans-serif;
font-style: normal;
font-weight: 300;
color: #455560;
}


.section.post-body p a,
.section.post-body a{
    color: #ffa400;
    text-decoration:underline;
}

.section.post-body img{
    margin: 25px 0px;
}


.section.post-body ul{
    list-style:none;
    margin: 50px 0px;
}


.bottom-group{
    overflow:hidden;
    padding-top: 5px;
   
}

@media(min-width:768px){

.bottom-group{
    overflow:hidden;
    padding-top: 5px;
    position: absolute;
    width: 100%;
    bottom: 13px;
}
    
    
}

.button-more{
    float:left;
}

.social_sharing_module{
    float: left;
    margin-left: 5%;
    padding-top: 6px;
}

.share-text{
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: #455560;
    padding-right: 18px;
    font-family: freight-text-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
}




.lets-work-section{
    background:#f0f3f6;
    text-align:center;
    padding-top: 35px;
    padding-bottom: 30px;
}

.lets-work h5 img{
    vertical-align: baseline;
}

.lets-work h5,.lets-work h5 a{
    color:#ffa400;
    margin:0px;
    text-decoration:none;
    font-size:18px;
    font-weight:400;
}

.footer-logo img{
    max-width:140px;
    margin:0 auto;
}

.footer-logo{
    padding-top:60px;
}

.social-share-icons{
    padding-top:40px;
}

.go-to-top{
    text-align:center;
}

.go-to-top a {
    color: #ffa400;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration:none;
}

.footer-bottom{
    border-top:1px solid #cbd6e2;
    padding-top: 20px;
    padding-bottom: 25px;
}

.footer-logo-section{
    padding-bottom:60px;
}

.hs-blog-post .blog-header-module{
    display:none;
}

.section.post-footer{
    padding-top:65px;
}

.section.post-footer .hs-richtext{
    padding-bottom:60px;
}


.section.post-footer .actions{
    padding: 46px 0px 0px;
}

.section.post-footer h2{
    font-size: 24px;
    color: #425b76;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.section.post-footer .hs-form fieldset{
    max-width:100%;
}


.section.post-footer .hs-form fieldset.form-columns-1 .input{
    margin:0px;
}

.section.post-footer .hs-form fieldset.form-columns-1 .hs-input{
    width:100%;
}

.section.post-footer .hs-form fieldset.form-columns-1 input[type="checkbox"],
.section.post-footer .hs-form fieldset.form-columns-1 input[type="radio"]{
    width:auto;
}



.section.post-footer .hs-form fieldset.form-columns-3 .hs-form-field:first-child + .hs-form-field + .hs-form-field .input{
    margin-right:0px;
}

.row-fluid  .section.post-footer #comment-form form input[type="submit"]{
   -webkit-appearance: none;
    border: 0;
    background: #455560;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 24px 54px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    height:auto;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
}

textarea{
    min-height: 150px;
    border: 1px solid #cbd6e2;
    margin-bottom:10px;
    padding-left:10px;
}

input[type="text"], 
input[type="password"],
input[type="datetime"], 
input[type="datetime-local"],
input[type="date"], 
input[type="month"],
input[type="time"], 
input[type="week"], 
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"], select{
    min-height:52px;
    border: 1px solid #cbd6e2; 
    font-size: 16px;
    padding-left: 10px;
    color: #7b8994;
}

form label{
    color: #425b76;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
}

ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.hs-error-msgs.inputs-list label{
    color:red;
}




.section-2-col{
    background:#fafafa;
}


@media (min-width: 768px) {
    .equal-height-container > .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;
    }
}


h3 .name_title{
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    font-family: freight-text-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #3a3737;
    display: block;
    letter-spacing:0;
}

.author-link{
    font-size: 28px;
    line-height:38px;
    color:#212121;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 4px;
    display: inline-block;
    letter-spacing:0;
    pointer-events: none;
}

.about-author-sec p{
    font-size: 14px;
    line-height: 21px;
    color: #3a3737;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    
   
}

.about-author-sec .span3{
    text-align:center;
}

.about-author-sec h3{
    margin-bottom: 10px;
}


.about-author-sec .author_thumbs{
    width: 150px;
    height: 142px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 100%;
    margin: 0 auto;
}

.about-author-sec h6{
    font-size:14px;
    line-height:24px;
    color:#ffa400;
    position:relative;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 33px;
    display:inline-block;
}

.about-author-sec h6:after{
    content:"";
    position:absolute;
    background:#e3e3e3;
    width:100%;
    height:3px;
    left:0;
    bottom:-2px;
}

.post-author-width{
    max-width:150px;
    display: block;
    text-align: center;
    margin: 0 auto;
    float: none;
}

body .container-fluid .row-fluid .space-left {
    padding-left: 6px;
    margin-left: 0;

}


/*Bottom Form */

@media(min-width:768px){

.section-2-col .row-fluid .span6{
    margin:0px;
    width:50%;
    padding: 88px 50px 60px;
    min-height: 400px;
}

.section-2-col .row-fluid .span6:first-child + .span6{
    border-left:1px solid #e2e2e2;
    max-width: 650px;
}

}

.section-2-col{
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
}

.bottom-form-section h3 {
    color: #212121;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 0;
    padding-top: 25px;
    text-transform: uppercase;
}

.bottom-form-section p{
    font-size: 14px;
    line-height: 21px;
    color: #3a3737;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom:0;
   
}

.bottom-form-section .hs_cos_wrapper.form-title{
   display:none; 
}

.blog-subs{
    padding-top:10px;
}

.post_bottom_cta{
    text-align:center;
    padding: 62px 0 115px;
    border-bottom: 1px solid #dbdbdb;
}

.post_bottom_cta img{
    height:auto;
}

.container-fluid .row-fluid .section-cta-bottom {
    margin:0 auto;
    float:none;
    max-width:1040px;
    padding-left:10px;
    padding-right:10px;
}

.section-cta-bottom h4{
    font-size: 14px;
    line-height: 24px;
    color: #949494;
    text-transform: uppercase;
    font-weight: 700;
    margin: 7px 0;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 300;

}

.section-cta-bottom .post-share{
    text-align:right;
}

.social-share-btm{
    padding-top: 40px;
    padding-bottom: 40px;
    
}


.ias-trigger.ias-trigger-next{
    width: 100%;
    //max-width: 188px;
    margin: 72px auto 87px;
}

body .ias-spinner{
    display:block!important;
    width:100%!important;
}

.ias-trigger.ias-trigger-next a {
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    border: 1px solid #455560;
    background: #455560;
    border-radius: 0;
    display: inline-block;
    padding: 23px 97px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
}





@media(max-width:1155px){
    
.blog-header-title h1{
    font-size:55px;
    line-height:65px;
}

}

@media(max-width:1500px) and (min-width:1300px){

.about-author-sec .author_thumbs {
    width: 110px;
    height: 110px;
    margin-top: 10px;
}

}

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

.about-author-sec .author_thumbs {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}

body .container-fluid .row-fluid .space-left {
    padding-left: 25px;
}

}

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

.about-author-sec .author_thumbs {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}
    
.section-2-col .row-fluid .span6 {
    padding: 80px 15px;
}   


}

@media(max-width:767px){
    
    .post-author-width{
        margin-bottom:30px;
    }
    
    .row-fluid .blog-header-module {
        padding-top: 160px;
        padding-bottom: 50px;
    }
    
    .blog-header-title {
        padding-bottom: 16px;
    }
    
    .blog-subs-module input[type="email"], .blog-subs input[type="email"]{
       padding-right: 145px; 
    }
    
    .blog-subs-module input[type="submit"], .blog-subs input[type="submit"]{
        padding: 10px 20px;
    }
    
    .section-cta-bottom h4{
        text-align:center;
    }
    
    .section-cta-bottom .post-share {
      text-align:center;
    }
    
    .section-3-column .span6 {
      border:none;
    }
    
    .section-3-column .span3, .section-3-column .span3, .section-3-column .span6 {
      padding: 15px 0;
    }
    
    .section.post-body {
        padding-top: 20px;
    }
    
    .section.post-body h2:first-child {
      font-size: 30px;
      color: #425b76;
    }
    
    .section-2-col{
        padding: 25px 20px;
    }
    
    .section.post-footer .hs-form fieldset.form-columns-3 .hs-form-field {
       width: 100%;
       float:none;
    }
    
    .section.post-footer form.hs-form .form-columns-2 .hs-form-field .hs-input, 
    .section.post-footer form.hs-form .form-columns-3 .hs-form-field .hs-input {
         width:100%;
    }
    
    .section.post-footer .hs-form fieldset.form-columns-3 .input {
        margin-right: 0px;
        margin-bottom:10px;
    }
    
    .post_bottom_cta {
       padding: 0px 0;
    }
    
    .post-wrapper-inner h1 {
        font-size: 35px;
        line-height:45px;
    }
    
    .post-listing{
        margin:0px;
    }
    
    .post-listing .post-item{
        width:100%;
        float:none;
        padding:0px;
    }
    
    .social_sharing_module {
        margin-left:0;
        padding-top: 25px;
    }
    
    .bottom-group {
        overflow: hidden;
        padding-top: 20px;
    }
    
    .ias-trigger.ias-trigger-next {
        width: 100%;
        margin: 20px 0px;
    }
    
    .about-author-sec .author_thumbs{
        margin:0 auto 20px;
    }
    
   
    
}


.post-listing .hs-author-listing-header {
    margin: 25px 0px 0px;
}

.post-listing .hs-author-avatar img{
    border-radius: 100%;
    display: block;
    margin-bottom: 20px;
}

.post-listing .hs-author-profile {
    padding-bottom: 45px;
}





/*@media(max-width:767px){
.sidebar-toggle {
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 30px;
    z-index: 1000000;
}

.sidebar-toggle .icon {
    background-color:#ffa400;
    display: block;
    height:3px;
    left: 50%;
    margin-left: -15px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.sidebar-menu .sidebar-toggle .icon:before,
.sidebar-menu .sidebar-toggle .icon:after {
    background-color: #ffffff;
}

.sidebar-toggle .icon:before, .sidebar-toggle .icon:after {
    background-color: #ffa400;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 100%;
}

.sidebar-toggle .icon:after {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.sidebar-toggle .icon:before {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.sidebar-menu{
    
}

.sidebar-menu .sidebar-toggle .icon {
    background-color: transparent;
}

.sidebar-menu .icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.sidebar-menu .icon:after {
    opacity: 1;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.sidebar-menu .sidebar-toggle{
    position:fixed;
}

.header-inner .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    display:block;
}

.mobile-menu{
    position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
    
}

.header-inner .widget-type-menu{
   // display:none;
    //opacity:0;
    -webkit-transform: translate3D(100%,0,0);
    transform: translate3D(100%,0,0);
    -webkit-transition: -webkit-transform .5s,visibility .5s;
    transition: transform .5s,visibility .5s;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    bottom: 0px;
    left: 0px;
    top:0px;
    margin: 0px;
    right: 0px;
    display: block;
    z-index:99999;
}

.sidebar-menu .header-inner .widget-type-menu {
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    right: 0px;
    display: block;
    //opacity: 1;
    z-index:99999;
    -webkit-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    overflow-y: scroll;
}





}*/






/*===============================================================
  Menu Styling
=================================================================*/

.blog-secondary-header{
    padding-top: 51px;
}


.blog-menu{
    border-bottom: 1px solid #dbdbdb;
}

.blog-menu ul li:before{
    display:none;
}


.blog-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    margin:0;
}

.blog-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 30px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #455560;
}

.blog-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active-branch a{
    color:#ffa400;
}


.blog-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active-branch{
  position:relative;
}

.blog-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active-branch:before{
    content:"";
    position:absolute;
    background: #ffa400;
    width:100%;
    height:2px;
    left:0;
    border-radius: 0;
    border: none;
    top: 39px;
    display: block;
}


/*=======================================================================
  Blog Menu Responsive Styling
==========================================================================*/

@media(max-width:767px){

.blog-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: left;
    width: auto;
}

.blog-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 0 10px;
  font-size:13px;
}

.blog-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active-branch:before{
    top:26px;
}

}


/*Category Styling*/

.trigger-catg:before,
.dropdown li:before{
    display:none;
}



/*============================================================================
  Ebook Section Styling
=============================================================================*/

body.hs-blog-post .container-fluid .row-fluid .ebook-section{
    display:none;
}


body .container-fluid .row-fluid .ebook-section.with-bg{
    background-size:cover;
    background-position:top center;
}

body  .row-fluid .ebook-section {
    padding: 33px 0 13px;
    margin:0 0 79px;
    position:relative;
    
    
}

body .container-fluid .row-fluid .ebook-section .wrapper{
    position:relative;
}


.ebook-section h2{
    font-family: freight-display-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #00356e;
    letter-spacing: 0;
}

.ebook-section p{
    color: #2a94c2;
    font-family: freight-text-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
    max-width: 585px;
    margin-bottom: 14px;

}

.ebook-section .cta_button{
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    padding: 11px 37px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.31);
    color:white;
    border:1px solid #ffa400;
    background: #ffa400;
    transition: all .2s ease-out;
}


@media(max-width:1024px) and (min-width:768px){
    
body .row-fluid .ebook-section {
    padding: 33px 0 33px;
}
    

}

@media(max-width:767px){
    
.ebook-right-col{
    margin-top:30px;
}


}



/*=================================================================================
  Responsive Styling
==================================================================================*/

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



.post-body {
   min-height: 210px;
}

.share-text {
    padding-right: 5px;
}

.social_sharing_module{
    margin-left:4%;
}

.post-item h2 a, .post-item h2 {
    font-size: 24px;
    line-height: 26px;
}


.post-wrapper-inner h1 {
    line-height: 70px;
    font-size: 50px;
}


/*======= Social Icon bar==================*/
    
.post_topics .topic-link{
    padding-left: 11px;
}

.section-3-column .span3, .section-3-column .span3, .section-3-column .span6 {
    padding: 20px 10px;
}




}

@media(max-width:767px){
    

body .container-fluid .row-fluid .orig-blog-outer-container .wrapper,
body .container-fluid .row-fluid  .blog-outer-container .wrapper{
    padding-left:0;
    padding-right:0;
}

#comment-form{
    padding: 0px 20px;
}

.blog-categories ul{
    float:left;
}

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

.inner-items {
    padding: 0 15px;
}

.button-more {
    float: none;
}

.post-section-hero{
    padding-top: 178px;
    padding-bottom: 85px;
}
    

}

/*Captcha*/

#captcha_wrapper{
    display:none;
}


body .row-fluid  #comment-form  form.hs-form input[type="checkbox"]{
    height: 23px;
    width: 5px;
    padding: 14px;
    vertical-align: middle;
    margin-top: 0;
}

body .row-fluid #comment-form  form.hs-form  input[type="checkbox"]:checked:after {
   
    top: 8px;
    left: 8px;
}


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


.section.post-body a.cta_button{
    color:#ffffff;
    text-decoration:none;
    text-shadow: none;
}


.blog-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a {
    color: #ffa400;
}

.blog-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child:before {
    content: "";
    position: absolute;
    background: #ffa400;
    width: 100%;
    height: 2px;
    left: 0;
    border-radius: 0;
    border: 0;
    top: 39px;
    display: block;
}