@charset "UTF-8";
/* CSS Document */

.hs-blog-listing .standard header,
.hs-blog-post .standard header {
	position: relative;
}
.hs-blog-listing > div:nth-of-type(1),
.hs-blog-post > div:nth-of-type(1) {
	position: relative;
	z-index: 10001;
}
.hs-blog-listing > div:nth-of-type(2),
.hs-blog-post > div:nth-of-type(2) {
	position:sticky;
	top: 0;
	z-index: 10000;
}
@media (min-width: 768px){
.child_blog_header {
	max-width: 1260px;
    margin: 0 auto;
    left: 0;
    position: relative;
    top: 0;
}
}