/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/


.blog .body-container-wrapper .Blog-inner {
    background-color: #fff;
    padding-bottom:calc(22.72727vw - -.45455rem);
    position: relative;
}

.blog-listing-wrapper .post-item {
    border-bottom: 1px solid #efefef;
    margin-bottom: calc(2.27273vw - -.54545rem);
    padding-bottom: calc(2.27273vw - -.54545rem);
}

.blog .Container {
    overflow: visible;
    z-index: 2;
}

.blog .ie-featured-img img {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
}

.blog .blog-sidebar {
    font-size: 16px;
}

.blog .widget-type-post_listing ul li {
    margin-bottom: 0.5rem;
}

.blog .Blog .post-header h2 {
    font-size: 2rem;
    font-weight: 800;
    padding-bottom: 0;
}

.blog .header-container-wrapper .header-container .row-fluid [class*="span"] {
    min-height: 0;
}

.blog .blog-post-wrapper ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.hs-blog-social-share ul.hs-blog-social-share-list {
    list-style: none;
    padding: 0;
}

.Blog a,
.Blog a:visited {
    color: #2a70b6;
}

#hubspot-author_data {
    margin-bottom: 2rem;
}

.Blog .post-header h2 a,
.Blog .post-listing-simple a {
    color: #333;
}

.Blog .post-header h2 a:hover,
.Blog .post-listing-simple a:hover {
    color: #2a70b6;
}

.Blog .post-header .social-sharing-wrapper {
    margin-bottom: 1rem;
}  

.Blog a.Button {
    color: #fff;
}

.Blog .post-listing-simple h2 {
    font-size: calc(4.54545vw - -.09091rem);
}

.Blog .widget-type-post_filter,
.Blog .widget-type-post_listing {
    margin-top:calc(4.54545vw - -1.09091rem);
}

.Blog .widget-type-post_filter h3,
.Blog .widget-type-post_listing h3 {
    margin-bottom: calc(1.15164vw - -.95369rem);
    font-size: calc(.0339vw - -.84322rem);
    text-transform: uppercase;
}

.Blog .widget-type-post_filter h3:after,
.Blog .widget-type-post_listing h3:after {
    content: '';
    display: block;
    height: 4px;
    width: 3.75rem;
    margin-top: calc(-.00017vw - -.62516rem);
    background-color: #4ea647;
    border-radius: 2px;
}

.Blog .Hero--network-bg {
    background-image: url(//cdn2.hubspot.net/hubfs/2314769/network-hero-bg.svg);
}

.Blog .Hero--small .u-layout {
    min-width: 100%;
    width: 100%;
}

.Blog .blog-sidebar {
    position: relative;
    z-index: 1;
}

/* Mobile nav styles */
.Nav-mobile {
    z-index: -1;
    transition-property: z-index;
    -ms-transition-property: z-index;
    transition-delay: 0.0s;
    -ms-transition-delay: 0.0s;
    transition-duration: 0.0s;
    -ms-transition-duration: 0.0s;
}
.is-mobileNavOpen .Nav-mobile {
    z-index: 0;
    -ms-transition-property: z-index;
    transition-delay: .3s;
    -ms-transition-delay: .3s;
    box-shadow: inset 0 0 10px 0px rgba(0,0,0,.5);
}

/* Override .Container transform from IE site style sheet */
.is-mobileNavOpen .Container {
    box-shadow: none;
    overflow: auto;
    transform: none !important;
}

.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {
    transition: transform .3s;
}

.is-mobileNavOpen .header-container-wrapper,
.is-mobileNavOpen .body-container-wrapper,
.is-mobileNavOpen .footer-container-wrapper {
    transform: translateX(-95vw);
    z-index: 0;
}

@media only screen and (min-width: 48rem) {
    
    .blog .body-container-wrapper .Blog-inner:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 35.4333%;
        background: #eee;
        height: 100%;
        z-index: 0;
    }
    
    .Blog .blog-sidebar {
        padding-left: 2rem;
    }
}

@media only screen and (max-width: 64rem) {
    .blog .header-container-wrapper .Header {
        position: static !important;
    }
}

@media only screen and (min-width: 64rem) {
        
    .blog .header-container .Container {
        padding-top: 160px;
    }
    
    .blog .body-container-wrapper .Blog-inner {
        padding-bottom: 15rem;
    }
    
    .Blog .blog-section {
        padding-right: 6rem
    }

    .Blog .post-listing-simple h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .Blog .Hero--small {
        height: auto;
    }
    
    .Blog .Hero--small .u-layout {
        min-height: 15rem;
    }
    
    .Blog h2 {
        margin-bottom: 1rem;
    }
    
    .blog-listing-wrapper .post-item {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
    
    .Blog .widget-type-post_filter,
    .Blog .widget-type-post_listing {
        margin-top: 0;
        margin-bottom:calc(4.54545vw - -1.09091rem);
    }
    
    .Blog .Hero--small h1 {
        max-width: 65.81196581200001%;
    }
    
    .Header.is-stuck {
        box-shadow: 0 0 0px 3px rgba(0,0,0,0.025);
    }
}














