:root .single-page-header{overflow:hidden;position:relative}@media screen and (min-width:48em){:root .single-page-header{padding-top:1.5rem;padding-top:calc(var(--grid-gutter-height)*1)}}@media screen and (min-width:60em){:root .single-page-header{padding-top:3rem;padding-top:calc(var(--grid-gutter-height)*2)}}@media screen and (min-width:75em){:root .single-page-header{padding-top:6rem;padding-top:calc(var(--grid-gutter-height)*4)}}:root .single-page-header .header-gradient{position:absolute;top:0;bottom:1px;left:0;right:0;z-index:-1}:root .single-page-header .entry-thumbnail{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"image";position:relative}:root .single-page-header .entry-thumbnail img{grid-area:image;width:100%}:root .single-page-header .entry-thumbnail .entry-date{display:inline-block;grid-area:image;padding:.5rem 1rem;padding:.5rem calc(var(--grid-gutter-width)/2);margin:0 1rem -1px;margin:0 calc(var(--grid-gutter-width)/2) -1px;background:#fff;background:var(--color-white);align-self:end;justify-self:start;font-weight:700;font-size:1.125rem;font-size:var(--font-size-regular)}@media screen and (min-width:60em){:root .single-page-header .entry-thumbnail .entry-date{font-size:1.625rem;font-size:var(--global-h5-font-size)}}:root .single-page-header .entry-thumbnail .grid-nooks{display:none;position:absolute;top:-1rem;left:-1rem;right:-1rem;bottom:0}@media screen and (min-width:60em){:root .single-page-header .entry-thumbnail .grid-nooks{display:block}}@media screen and (min-width:75em){:root .single-page-header .entry-thumbnail .grid-nooks{top:-2rem;left:-2rem;right:-2rem}}:root .single-page-header .entry-thumbnail .grid-nooks svg{fill:#fff;fill:var(--color-white)}:root .single-page-header .entry-header{background:#fff;background:var(--color-white);padding-top:1.5rem;padding-top:var(--grid-gutter-height);padding-bottom:1.5rem;padding-bottom:var(--grid-gutter-height);margin-top:0;margin-bottom:-1px;position:relative}:root .single-page-header .entry-header:before{content:"";display:block;position:absolute;top:50%;left:-100vw;right:-100vw;bottom:0;background:#fff;background:var(--color-white);z-index:-1}:root .single-page-header .entry-title{font-size:1.4375rem;font-size:var(--global-h6-font-size);padding:0 2rem;padding:0 var(--grid-gutter-width)}@media screen and (min-width:48em){:root .single-page-header .entry-title{font-size:2.5625rem;font-size:var(--global-h2-font-size)}}@media screen and (min-width:60em){:root .single-page-header .entry-title{font-size:2.875rem;font-size:var(--global-h1-font-size);padding:1.5rem 2rem;padding:calc(var(--grid-gutter-height)*1) var(--grid-gutter-width)}}body.page .entry-title{padding-top:1.5rem;padding-top:var(--grid-gutter-height)}body.single-post #main>article.post{margin-bottom:6rem}