.john-wp-header-cta {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
	z-index: 20;
    overflow: hidden;
    box-sizing: border-box;
}

.john-wp-header-cta *,
.john-wp-content-cta * {
    box-sizing: border-box;
}

.john-wp-header-cta__inner {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#header .john-wp-header-cta {
	margin-top: 0;
	z-index: 2;
}

.av-burger-overlay {
	z-index: 10000 !important;
}

.av-burger-overlay-bg {
	z-index: 1 !important;
}

.av-burger-overlay-scroll {
	z-index: 2 !important;
}

.av-burger-overlay a {
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 989px) {
html.john-wp-header-cta-is-sticky #header,
body.john-wp-header-cta-is-sticky #header {
position: fixed !important;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 501;
}

html.john-wp-header-cta-is-sticky #main > .container_wrap_first > .container > main.content,
body.john-wp-header-cta-is-sticky #main > .container_wrap_first > .container > main.content {
padding-top: 0 !important;
}

html.john-wp-header-cta-is-sticky #main article.post-entry,
html.john-wp-header-cta-is-sticky #main .blog-meta,
html.john-wp-header-cta-is-sticky #main .small-preview,
body.john-wp-header-cta-is-sticky #main article.post-entry,
body.john-wp-header-cta-is-sticky #main .blog-meta,
body.john-wp-header-cta-is-sticky #main .small-preview {
margin-top: 0 !important;
padding-top: 0 !important;
}
}

.john-wp-header-cta__link,
.john-wp-header-cta__media {
	display: block;
	width: 100%;
	line-height: 0;
	text-decoration: none;
}

.john-wp-content-cta__link,
.john-wp-content-cta__media {
	display: inline-block !important;
	width: auto !important;
	max-width: 100% !important;
	line-height: 0;
	text-decoration: none;
}

.john-wp-header-cta__link:focus-visible,
.john-wp-content-cta__link:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: -4px;
}

.john-wp-header-cta__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	border: 0;
}

.john-wp-content-cta__image {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	border: 0;
}

.john-wp-content-cta {
	display: block;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

.john-wp-content-cta__inner {
	display: inline-block;
	width: fit-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
