.page-content :root { font-size: 16px; }

.page-content body {
	background: white;
	.page-content font-family: "Lato", .page-content Arial, .page-content Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #58595b;
	min-width: 320px;
}

a { color: inherit; text-decoration: underline; }

.page-content .block-editor-writing-flow { overflow-x: hidden; }

.page-content .has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}

.page-content p.has-text-align-center { max-width: 42rem!important; }

/* Blocks */
.page-content .wp-block { max-width: none; margin: 1em auto; }
.page-content .wp-block[aria-label*="Empty block"] { outline: 1px solid #e1e1e1; padding: 0.5em; }

/* Media & Text */
.page-content .wp-block-media-text { max-width: calc(1200px - 3rem); margin: 3rem auto; }
.page-content .wp-block-media-text .wp-block-media-text__content { padding: 0; padding-left: 2rem; }
.page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { padding-left: 0; padding-right: 2rem; }
.page-content img[class*="wp-image"] { height: auto; }

/* Image */
.page-content .wp-block-image { display: table; margin: 3em auto; padding: 0 2em; }
.page-content .wp-block-image figcaption { text-align: center; margin: 0 0 1em; font-size: 0.8em; }

/* Audio */
.page-content .wp-block-audio.aligncenter {
	max-width: 42rem;
	margin: 1em auto;
	text-align: center;
}

.page-content .wp-block-audio audio {
	max-width: 30rem;
	margin: 0 auto;
}

.page-content .wp-block-audio figcaption { font-size: 0.8em; }

/* Quote */
.page-content .wp-block-quote p {
	font-size: 1.2em;
	font-style: italic;
	opacity: 0.75;
}

.page-content .wp-block-quote p::before { content: open-quote "\00a0"; }
.page-content .wp-block-quote p::after { content: "\00a0" close-quote; }

.page-content .wp-block-quote cite { font-style: normal; opacity: 0.75; }

.page-content .has-green-background-color { background: #9bb118; }
.page-content .has-orange-background-color { background: #F15A22; }
.page-content .has-yellow-background-color { background: #e5a812; }
.page-content .has-muted-orange-background-color { background: #ed9b17; }

.page-content .has-green-color { color: #9bb118; }
.page-content .has-orange-color { color: #F15A22; }
.page-content .has-yellow-color { color: #e5a812; }
.page-content .has-muted-orange-color { color: #ed9b17; }

.page-content section.intro .slides { overflow: hidden; }

.page-content section.intro .slides .tray {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 200%;
	transition: margin 1s;
	position: relative;
}

.page-content section.intro .slides[data-slide="1"] .tray { margin-left: -100%; }

.page-content section.intro .slides .slide {
	flex-grow: 1;
	flex-shrink: 1;
	width: 50%;
	padding: 2em;
	z-index: 1;
}

.page-content section.intro .container {
	max-width: 1044px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.page-content section.intro.bounce .slides[data-slide="0"] a.right-arrow {
	-o-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

.page-content section.intro .slides .slide-0 .container::after {
	content: "";
	display: block;
	position: absolute;
	top: 47.75%;
	left: 50%;
	width: 100vw;
	border-top: 2px dashed currentColor;
	z-index: 1;
}

.page-content section.intro .slides .slide-0 .container::before {
	content: "";
	display: block;
	padding: 54.5977% 0 0 0;
	background: url(https://natureontheline.co.uk/wp-content/themes/biodiversity/img/intro-image.png) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.page-content section.intro .slides .slide-0 .arrow-link-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.page-content section.intro .slides .slide-0 a.right-arrow {
	color: #f15a22;
	text-decoration: none;
	display: block;
}

.page-content section.intro .slides .slide-0 a.right-arrow:hover { text-decoration: underline; }

.page-content section.intro .slides .slide-0 a.right-arrow::before,
.page-content section.intro .slides .slide-0 a.right-arrow::after {
	content: ">";
	display: inline-block;
	margin: 0 0.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	color: white;
	background: #f15a22;
	font-family: "bio-icons";
	font-weight: normal;
	font-size: 1.25em;
	border-radius: 50%;
}

.page-content section.intro .slides .slide-0 a.right-arrow::before { visibility: hidden; }

.page-content section.intro .slides .slide-1 .arrow-link-wrapper { padding: 1em 0 0; }

.page-content section.intro .slides .slide-1 a.left-arrow {
	color: #f15a22;
	text-decoration: none;
}

.page-content section.intro .slides .slide-1 a.left-arrow:hover { text-decoration: underline; }

.page-content section.intro .slides .slide-1 a.left-arrow::before,
.page-content section.intro .slides .slide-1 a.left-arrow::after {
	content: "<";
	display: inline-block;
	margin: 0 0.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	color: white;
	background: #f15a22;
	font-family: "bio-icons";
	font-weight: normal;
	font-size: 1.25em;
	border-radius: 50%;
}

.page-content section.intro .slides .slide-1 a.left-arrow::after { visibility: hidden; }

.page-content section.intro .slides .slide-1 { text-align: center; z-index: 2; }

.page-content section.intro .slides .slide-1 .box {
	font-size: 11px;
	background: url(https://natureontheline.co.uk/wp-content/themes/biodiversity/img/intro-box.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	padding: 1em;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.page-content section.intro .slides .slide-1 h2 { margin: 0 0 0.25em; }
.page-content section.intro .slides .slide-1 p { margin: 0.5em 0; }

@media (min-width: 640px) {
	.page-content section.intro .slides .slide-1 .box { font-size: 1em; padding: 1em 3em; }
}

@media (min-width: 768px) {
	.page-content section.intro .slides .slide-0 .container::after { border-top-width: 3px; }
	.page-content section.intro .slides .slide-1 .box { margin: 1em 2em 0; }
}

@media (min-width: 960px) {
	.page-content section.intro .container { max-width: 800px; margin: 0 auto; }
	.page-content section.intro .slides .slide-1 .box { font-size: 1.2em; margin: 0 auto; max-width: 36em; }
}

@media (min-width: 1280px) {
	.page-content section.intro .container { max-width: 900px; }
	.page-content section.intro .slides .slide-1 .box { font-size: 1.4em; }
}

@media (min-width: 1680px) {
	.page-content section.intro .container { max-width: 1044px; }
}

.page-content .orbs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 2em auto;
	max-width: 25em;
}

.page-content .orbs .orb { width: 33.33%; }
.page-content .orbs .orb img {
	display: block;
	width: calc(100% - 1em);
	height: auto;
	margin: 0 0.5em;
	transition: transform 0.2s;
}

.page-content .orbs .orb a:hover img { transform: translateY(-0.5em); }

.page-content .orbs .orb span { text-align: center; display: block; }

.page-content .orbs .orb a.more { display: table; margin: 0 auto; font-size: 0.8em; color: #F15A22; text-decoration: underline; }
.page-content .orbs .orb a.more:hover { text-decoration: underline; }

.page-content .wp-block-cover { margin: 4em 0 0; }

.page-content section.map { padding: 2em; }
.page-content section.map .map-area {
	margin: 0 2em;
	box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
	position: relative;
}

.page-content section.map .map-area img { display: block; width: 100%; height: auto; }

.page-content section.map .map-area .map-point {
	display: block;
	position: absolute;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	font-size: 11px;
	cursor: pointer;
}

.page-content section.map .map-area .map-point .link-contents {
	display: block;
	position: absolute;
	bottom: 0.25em;
	left: -1.75em;
	width: 12em;
	background: white;
	padding: 0 1em;
	border-radius: 1em;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
}

.page-content section.map .map-area .map-point.right .link-contents {
	left: auto;
	right: -1.75em;
}

.page-content section.map .map-area .map-point .link-contents .image {
	display: block;
	margin: 1em auto;
	max-width: 75%;
	overflow: hidden;
}

.page-content section.map .map-area .map-point .link-contents .image img {
	display: table;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.page-content section.map .map-area .map-point .link-contents .title {
	display: block;
	font-weight: bold;
	line-height: 1.5em;
}

.page-content section.map .map-area .map-point .link-contents .description {
	display: block;
	white-space: normal;
	overflow: hidden;
	margin: 0.25em 0 0;
}

.page-content section.map .map-area .map-point .link-contents .description a.view-work {
	display: block;
	margin: 1em 0 0;
	padding: 0 0 0.5em;
	color: #F15A22;
	text-decoration: underline;
	position: relative;
	z-index: 2;
}

.page-content section.map .map-area .map-point .link-contents::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 1.25em;
	border: 0.5em solid transparent;
	border-top-color: white;
}

.page-content section.map .map-area .map-point.right .link-contents::before {
	left: auto;
	right: 1.25em;
}

.page-content section.map .map-area .map-point .link-contents em {
	display: block;
	position: absolute;
	bottom: 0.25em;
	right: 0.25em;
	width: 1.5em;
	height: 1.5em;
	background: #F15A22;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-family: "bio-icons";
	font-weight: normal;
	font-style: normal;
	.page-content transition: background 0.1s, color 0.1s;
}

.page-content section.map .key {
	margin: 2em auto;
	max-width: 12em;
	text-align: left;
}

.page-content section.map .key::before {
	content: "Key: ";
	display: block;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 1em;
}

.page-content section.map .key img {
	display: block;
	margin: 0 0 1em;
}

@media (min-width: 768px) {
	.page-content section.map .map-area .map-point { font-size: 13px; }
	.page-content section.map .map-area .map-point .title { font-size: 1.4em; }
	.page-content section.map .map-area .map-point .link-contents { width: 15em; }
	.page-content section.map .map-area .map-point .link-contents .image { width: auto; text-align: center; }
	.page-content section.map .map-area .map-point .link-contents .image img { width: auto; height: 7em; }

	.page-content section.map .key { max-width: none; text-align: center; }
	.page-content section.map .key::before { display: inline-block; vertical-align: middle; margin: 0 1em; }
	.page-content section.map .key img { display: inline-block; vertical-align: middle; margin: 0 1em; }
}

@media (min-width: 960px) {
	.page-content section.map .map-area { max-width: 36em; font-size: 1.2em; margin: 0 auto; }
	.page-content section.map .map-area .map-point .link-contents { width: 20em; padding: 0.5em 1em; border-radius: 1.6em; }
	.page-content section.map .map-area .map-point .title { font-size: 20px; }
	.page-content section.map .map-area .map-point .link-contents .description::after { margin: 1em 0; }

	.page-content section.map .map-area .map-point .link-contents em { font-size: 16px; bottom: 0.5em; right: 0.5em; }
}

@media (min-width: 1680px) {
	.page-content section.map .map-area { font-size: 1.4em; }
}

.page-content .wp-block-contact-form-7-contact-form-selector { max-width: 48em; margin: 1em auto; }