/*!
Theme Name: Rockhopper
Theme URI: http://underscores.me/
Author: Penguin Army
Author URI: http://penguinarmy.co.uk
Description: clean theme from the penguin army
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rockhopper
*/


::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

:root {
	--eggshell: #fdfffc;
	--engineering-orange: #b80c09;
	--paynes-gray: #476065;
	--pigment-green: #01ab52;
	--transp-site: rgb(71 96 101 / 0%);
}

*, *::after, *::before {
	box-sizing: inherit;
}

[hidden] {
	display: none;
}

[type="button"], [type="reset"], [type="submit"], button {
	-webkit-appearance: button;
}

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a, button {
	font-family: "laca-text-variable", sans-serif;
	font-variation-settings: 'wght' 300;
}

a:active, a:hover {
	outline: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

address {
	margin: 0 0 1.5em;
}

b, strong {
	font-weight: bolder;
}

big {
	font-size: 125%;
}

blockquote {
	margin: 0 1.5em;
}

body {
	background: #fff;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}

button a {
	color: #ffffff !important;
}

button a:visited {
	color: #ffffff !important;
}

button, input {
	overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: var(--engineering-orange);
	border-width: 0px;
	box-shadow: 0px 3px 6px #00000029;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 10px;
	opacity: 1;
	padding: 2px;
	text-align: center;
	width: 222px;
}

button, select {
	text-transform: none;
}

button:hover {
	box-shadow: 0px 0.5px 0.5px #decde7;
	transform: translate(1px,1px);
	transition: transform 0.1s ease, box-shadow 0.2s ease;
}

cite, dfn, em, i {
	font-style: italic;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

dd {
	margin: 0 1.5em 1.5em;
}

details {
	display: block;
}

dt {
	font-weight: 700;
}

embed, iframe, object {
	max-width: 100%;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

figure {
	margin: 1em 0;
}

h1 {
	margin: 0.67em 0;
}

h1, h2, h3, h4, .custom-post-title {
	font-family: "laca-text-variable", sans-serif;
	font-variation-settings: 'wght' 600;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

hr {
	background-color: #ccc;
	border: 0;
	box-sizing: content-box;
	height: 0;
	height: 1px;
	margin-bottom: 1.5em;
	overflow: visible;
}

html {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

input:focus-visible {
	border-radius: 0px;
	outline-offset: 1px;
	outline: #01ab52 auto 1px;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="select"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, .custom-select input[type="text"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fafafa;
	border-radius: 1px;
	border: 1px solid #b80c09;
	color: #b80c09;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 2px;
	padding-top: 8px;
	width: 100%;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
	color: #111;
}

input[type="date"]:focus-visible {
	border-radius: 0px;
	outline-offset: 1px;
	outline: #01ab52 auto 1px;
}

input[type="search"]:focus-visible {
	border-radius: 0px;
	outline-offset: 1px;
	outline: #01ab52 auto 1px;
}

input[type="text"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fafafa;
	border-radius: 1px;
	border: 1px solid #b80c09;
	color: #b80c09;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 2px;
	padding-top: 8px;
	width: 100%;
}

input[type="text"]:focus-visible {
	border-radius: 0px;
	outline-offset: 1px;
	outline: #01ab52 auto 1px;
}

input[type="textarea"]:focus-visible {
	border-radius: 0px;
	outline-offset: 1px;
	outline: #01ab52 auto 1px;
}

ins, mark {
	background: #fff9c0;
	text-decoration: none;
}

label {
	font-family: "laca-text-variable", sans-serif;
	font-size: 1.2em;
	font-variation-settings: 'wght' 600;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

li > ol, li > ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

main {
	border: 0px;
	display: block;
	margin-left: calc(50% - 50vw);
	padding-bottom: 1vh;
	padding-left: calc(50% - 40vw);
	padding-right: calc(50% - 40vw);
	padding-top: 1vh;
}

ol {
	list-style: decimal;
}

ol, ul {
	margin: 0 0 1.5em 3em;
}

p {
	font-family: "laca-text-variable", sans-serif;
	font-size: 1.2em;
	font-variation-settings: 'wght' 300;
}

p {
	margin-bottom: 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-family: monospace, monospace;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

progress {
	vertical-align: baseline;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fafafa;
	border-radius: 1px;
	border: 1px solid #b80c09;
	color: #b80c09;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 2px;
	padding-top: 8px;
	width: 100%;
}


select:focus-visible {
	border-radius: 0px;
	outline-offset: 1px;
	outline: #01ab52 auto 1px;
}

small {
	font-size: 80%;
}

sub {
	bottom: -0.25em;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

summary {
	display: list-item;
}

sup {
	top: -0.5em;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

template {
	display: none;
}

textarea {
	overflow: auto;
	width: 100%;
}

ul {
	display: block;
	list-style-type: disc;
	list-style: disc;
	margin-block-end: 1em;
	margin-block-start: 1em;
	margin-inline-end: 1em;
	margin-inline-start: 1em;
	padding-inline-start: 0em;
	unicode-bidi: isolate;
}

ul {
	font-family: "laca-text-variable", sans-serif;
	font-size: 1em;
	font-variation-settings: 'wght' 400;
}

#fullscreen1-four-column.open {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#fullscreen1-three-column.open {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#fullscreen2-four-column.open {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#fullscreen2-three-column.open {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#gform_submit_button_18, #gform_submit_button_19, #gform_submit_button_2 {
	background-color: var(--pigment-green);
	min-height: 70px;
}

#gridsearchbut {
	background: #b80c09;
	border-radius: 1px;
	border: 2px solid #b80c09;
	color: #fff;
	padding: 8px;
	text-align: center;
	width: 100%;
}

#gridsearchbut i {
	padding-right: 10px;
}

#menu-page-menu {
	display: flex;
	margin-top: 50px;
	width: 1200px;
}

#menu-page-menu ul {
	display: flex;
	font-size: 1.4em;
}

#menu-resources {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

#menu-sub-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

#menu-useful-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

#menu-useful-links li {
	flex: 1 1 calc(33.33% - 20px);
}

#menu1-trigger {
	background-color: #fff;
	border: 0px solid var(--pigment-green);
	color: var(--pigment-green);
}

#menu2-trigger {
	background-color: #fff;
	border: 0px solid var(--pigment-green);
	color: var(--pigment-green);
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

#reset-button {
	background: #b80c09;
	border-radius: 2px;
	border: 2px solid #b80c09;
	color: #fff;
	padding: 8px;
	text-align: center;
	width: 100%;
}

#specimen-filters .filter-row > label {
	display: flex;
	flex: 1;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.accordion-toggle {
	background-color: var(--engineering-orange);
	border-radius: 2px;
	box-shadow: 0px 3px 6px #00000029;
	color: #ffffff !important;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 10px;
	min-height: 70px;
	opacity: 1;
	padding: 2px;
	text-align: center;
	width: 222px;
}

.acf-field {
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	padding: 0.5em 0;
}

.acf-field:last-child {
	border-bottom: none;
}

.acf-fields--collector {
	background: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #ddd;
	margin: 0 auto;
	max-width: 700px;
	padding: 1.5em;
}

.acf-fields--collector {
	background: #fafafa;
	border: 1px solid #ccc;
	font-family: "laca-text-variable", sans-serif;
	font-variation-settings: 'wght' 300;
	margin: 1em 0;
	padding: 1em;
}

.acf-fields--collector .acf-field {
	font-family: "laca-text-variable", sans-serif;
	font-variation-settings: 'wght' 300;
	margin-bottom: 0.5em;
}

.acf-fields--collector h2 {
	font-size: 1.8rem;
	margin-bottom: 1em;
	text-align: center;
}

.aligncenter {
	clear: both;
	display: block;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}

.basecontent {
	align-items: left;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.bookingsection {
	border-radius: 22px;
	border: 2px solid var(--pigment-green);
	margin: auto;
	padding-left: 5%;
	padding-right: 5%;
	width: 80%;
}

.box1contenttext ul a {
	text-decoration: underline;
}

.bypostauthor {
	display: block;
}

.caption-overlay {
	background: rgba(0,0,0,0.0);
	bottom: 0;
	color: #fff;
	left: 0;
	padding-bottom: 2px;
	padding-right: 25px;
	position: absolute;
	right: 0;
	text-align: right;
}

.caption-overlay:before {
	content: "\00a9";
	padding-right: 5px;
}

.caption-parent {
	height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.caption-parent img {
	display: block;
	height: auto;
	width: 100%;
}

.cky-consent-container .cky-consent-bar {
	background: #ffffff;
	border-radius: 12px !important;
	border: 0px solid !important;
	box-shadow: 0 -1px 10px 0 #acabab4d;
	padding: 20px 26px;
}

.cky-notice-btn-wrapper .cky-btn {
	border-radius: 22px;
}

.collector-dashboard-header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: space-between;
	margin-bottom: 1.5em;
}

.collector-dashboard-header h2 {
	font-size: 1.8rem;
	margin: 0;
}

.collector-record-count {
	background: #eef2f5;
	border-radius: 6px;
	color: #666;
	font-size: 1rem;
	padding: 0.5em 1em;
}

.collectorcontext {
	color: #222;
	flex: 1;
	text-align: right;
}

.collectorlabel {
	color: #444;
	flex: 0 0 40%;
	font-weight: bold;
}

.column1, .column2, .column3 {
	border-right: 1px solid #ad96dc;
}

.column4 {
	border-right: 0px solid #ad96dc;
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-navigation .nav-links, .post-navigation .nav-links, .posts-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
	flex: 1 0 50%;
	text-align: end;
}

.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
	flex: 1 0 50%;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.containerspacer {
	height: 8px;
}

.content_section {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.content_section.grid_section {
	margin-bottom: 10px;
	margin-top: 80px;
	padding-bottom: 10px;
	padding-top: 20px;
	position: relative;
}

.content_section.grid_section.followon {
	margin-top: -20px;
}

.content_section.grid_section.followon {
	margin-top: -20px;
}

.contentbox p {
	margin-bottom: 1.5em;
	margin-top: 0px;
}

.contentbox.left {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.contentbox.right {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.contentimage {
	flex: 1;
}

.contentimage img {
	width: 90%;
}

.contentimage.fullwidth {
	display: none;
}

.contentlinks {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 1em;
	justify-content: flex-start;
	margin-top: 30px;
}

.contentlinks {
	padding-bottom: 10px;
}

.contentrepeater {
	align-content: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contentsectionmore {
	align-content: center;
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 20px 0px 10px 0px;
}

.contentsectionmore a {
	text-decoration: none;
}

.contentsectionmoretop {
	align-content: center;
	align-items: center;
	bottom: auto;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 0px;
	padding-right: 0;
	position: relative;
	right: auto;
}

.contenttxt {
	flex: 1;
	margin-top: 0px;
}

.contenttxt.left {
	margin-right: 20px;
}

.contenttxt.right {
	margin-left: 20px;
}

.custom-arrow {
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-0%);
}

.custom-arrow svg {
	fill: #b80c09;
	height: 20px;
	margin-top: 8px;
	width: 20px;
}

.custom-checkbox {
	cursor: pointer;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
	user-select: none;
}

.custom-checkbox {
	cursor: pointer;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
	user-select: none;
}

.custom-checkbox .checkmark {
	background-color: #fdfffc;
	border-radius: 1px;
	border: 2px solid #b80c08;
	height: 20px;
	left: 0;
	position: absolute;
	top: 2px;
	transition: background-color 0.2s ease;
	width: 20px;
}

.custom-checkbox .checkmark {
	background-color: #fdfffc;
	border-radius: 1px;
	border: 2px solid #b80c08;
	height: 20px;
	left: 0;
	position: absolute;
	top: 2px;
	transition: background-color 0.2s ease;
	width: 20px;
}

.custom-checkbox .checkmark::after {
	border-width: 0 2px 2px 0;
	border: solid white;
	content: "";
	display: none;
	height: 12px;
	left: 6px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	width: 6px;
}

.custom-checkbox .checkmark::after {
	border-width: 0 2px 2px 0;
	border: solid white;
	content: "";
	display: none;
	height: 12px;
	left: 6px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	width: 6px;
}

.custom-checkbox input {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.custom-checkbox input {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.custom-checkbox input:checked ~ .checkmark {
	background-color: #b80c08;
	border-color: #b80c08;
}

.custom-checkbox input:checked ~ .checkmark {
	background-color: #b80c08;
	border-color: #b80c08;
}

.custom-checkbox input:checked ~ .checkmark::after {
	display: block;
}

.custom-checkbox input:checked ~ .checkmark::after {
	display: block;
}

.custom-logo-link {
	display: inline-block;
}

.custom-post {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	display: flex;
	flex-basis: calc(25% - 20px);
	flex-direction: column;
	justify-content: space-between;
	margin: 10px;
	overflow: hidden;
	transition: transform 0.1s ease, box-shadow 0.2s ease;
}

.custom-post-base {
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.custom-post-base-content {
	align-items: center;
	background-color: #fff;
	color: var(--paynes-gray) !important;
	display: flex;
	font-family: "laca-text-variable", sans-serif;
	font-variation-settings: 'wght' 200;
	justify-content: space-between;
	margin-top: auto;
}

.custom-post-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: auto;
	padding: 5px 20px;
	position: relative;
	z-index: 2;
}

.custom-post-date-big {
	color: #ff8f1c;
	margin: 0;
	padding: 5px 20px;
	text-align: left;
}

.custom-post-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
}

.custom-post-image {
	background-position: center;
	background-size: cover;
	padding-top: 60%;
	position: relative;
}

.custom-post-main-content {
	color: #000;
	height: 80px;
	max-height: 80px;
	min-height: 80px;
	text-decoration: none;
}

.custom-post-main-content a {
	color: #000 !important;
	height: 80px;
	margin-bottom: 10px;
	max-height: 80px;
	min-height: 80px;
	text-decoration: none;
}

.custom-post-main-content a:hover {
	box-shadow: 0px 3px 6px #01ab5229;
	transition: transform 0.1s ease, box-shadow 0.2s ease;
}

.custom-post-tag {
	cursor: pointer;
}

.custom-post-tag:hover {
	color: var(--pigment-green);
	cursor: pointer;
}

.custom-post-title {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}

.custom-post-title a {
	font-family: "laca-text-variable", sans-serif;
	font-size: 1.2em;
	font-variation-settings: 'wght' 600;
}

.custom-post:active {
	box-shadow: 0px 0.5px 0.5px #b80c0966;
	transform: translate(2px,2px);
	transition: transform 0.1s ease, box-shadow 0.2s ease;
}

.custom-post:hover {
	box-shadow: 0px 3px 6px #01ab5229;
	transition: transform 0.1s ease, box-shadow 0.2s ease;
}

.custom-search {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 60%;
	transform: translateY(-0%);
}

.custom-select {
	position: relative;
	width: 100%;
}

.custom-select input {
	margin-top: 10px;
}

.custom-select select {
	margin-top: 10px;
}

.custom-select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fafafa;
	border-radius: 1px;
	border: 1px solid #b80c09;
	color: #b80c09;
	padding: 8px;
	width: 100%;
}

.custom-select span {
	margin-left: 10px;
}

.datesfilt {
	align-content: space-between;
	align-items: center;
	display: flex;
	flex: 2;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 1em;
	justify-content: space-between;
	width: 100%;
}

.desktopmenuheader {
	align-content: center;
	align-items: center;
	color: var(--eggshell);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.desktopmenuheader h3 {
	color: #815fcd;
}

.downloadbutton button {
	align-items: center;
	background-color: var(--pigment-green);
	border-radius: 2px;
	border-width: 0px;
	box-shadow: 0px 3px 6px #00000029;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 1.4em;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	margin: 10px;
	min-height: 70px;
	opacity: 1;
	padding: 2px;
	text-align: center;
	width: 222px;
}

.entry-content, .entry-summary, .page-content {
	margin: 1.5em 0 0;
}

.filter-group--admin {
	align-content: flex-end;
	align-items: baseline;
	border-radius: 1px;
	border: 1px solid #476065;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 1em;
	padding: 0.5rem;
}

.filter-group--chronology {
	align-content: stretch;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex: 2;
	gap: 1rem;
	justify-content: space-between;
}

.filter-group--collector {
	align-content: flex-end;
	align-items: baseline;
	border-radius: 1px;
	border: 1px solid #476065;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 1em;
	padding: 0.5rem;
}

.filter-group--dates {
	align-content: stretch;
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: space-between;
}

.filter-group--dates .filter-row {
	align-content: stretch;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0.5rem;
	justify-content: center;
}

.filter-group--dates .filter-row {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.5rem;
}

.filter-group--locationcontext {
	align-content: stretch;
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: space-between;
}

.filter-group--misc {
	align-content: stretch;
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: space-between;
}

.filter-group--misc input[type="text"] {
	width: 100%;
}

.filter-group--stratigraphy {
	align-content: stretch;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex: 2;
	gap: 1rem;
	justify-content: space-between;
}

.filter-group--taxonomy {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
}

.filter-group--text-search {
	display: flex;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
}

.filter-group--context {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    align-content: flex-end;
    align-items: baseline;
    justify-content: space-between;
}


.filter-row {
	align-content: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	flex: 1;
	gap: 5px;
}

.filter-situ {
    align-content: space-around;
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.filter-group--locationarea {
	flex: 1;
}

.filter-situ .filter-row {
	align-content: space-between;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	flex: 1;
	justify-content: space-between;
}

.filter-situ h3 {
	margin: 2px 2px 10px 2px;
}

.filters-checkboxes {
	flex-direction: row;
}

.filters-grid {
	align-content: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	grid-gap: 1rem;
	grid-template-columns: repeat( auto-fit, minmax(220px,1fr) );
	justify-items: center;
}

.footer-branding {
	flex: 1;
	padding: 10px;
	width: 200px;
}

.footer-container {
	align-content: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.footer-copyright {
	align-content: flex-start;
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: flex-start;
}

.footer-copyright p {
	color: #fff;
	text-align: left;
}

.footer-menu {
	display: grid;
	grid-template-columns: auto auto auto;
	padding: 10px;
}

.footer-menu-items {
	padding: 20px;
	text-align: center;
}

.footer-row {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
}

.footer-row .mini-widgets {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
}

.footer-row .mini-widgets .soc-ico {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
}

.footer-social-links {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin-block-end: 0em;
	margin-block-start: 0em;
	margin-inline-end: 0em;
	margin-inline-start: 0em;
	padding-inline-start: 0em;
	unicode-bidi: isolate;
}

.footer-widget {
	width: 30%;
}

.footer-widgets {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

.footer1 {
	align-content: center;
	align-items: center;
	background-color: #825dc7;
	border-radius: 22px;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-top: -100px;
	padding: 20px;
	text-align: center;
}

.footer1 h3 {
	color: #fff;
	margin: 0px;
}

.footer1 h5 {
	color: #fff;
	cursor: pointer;
	margin: 0px;
	opacity: 0.8;
}

.footer2 {
	align-content: flex-end;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.footer3 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.footer4 {
	align-content: flex-start;
	align-items: flex-start;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.footer4 p {
	color: #fff;
	margin: 0px 0px 10px 12px;
	padding: 0px;
}

.footer5 {
	align-content: flex-start;
	align-items: baseline;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.footerbutton {
	flex: 1;
	padding: 10px;
}

.footerbutton button {
	align-items: center;
	background-color: var(--engineering-orange);
	border-width: 0px;
	box-shadow: 0px 3px 6px #00000029;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	letter-spacing: 0.02em;
	margin: 0px;
	opacity: 1;
	padding: 0px;
	text-align: center;
	width: 222px;
}

.footeremail {
	margin-bottom: 5px;
}

.footerleft {
	align-content: center;
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex: 1;
	justify-content: flex-start;
}

.footerleft p {
	margin: 1px;
}

.footeraddress {
	margin-top: 5px;
	margin-bottom: 5px;
}

.footerleftinner {
	align-content: space-between;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 2px;
	justify-content: flex-start;
}

.footerline {
	background-color: var(--engineering-orange);
	border: 0px solid #fff;
	height: 1px;
	margin-bottom: 1.5em;
	margin-left: 10%;
	width: 90%;
}

.footersocials {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	flex: 5;
	gap: 10px;
}

.footicon .header-elements-button-1:not(:hover) span {
	color: #fff;
	font-weight: 400;
}

.footicon i {
	color: #888888;
	font-size: 16px;
}

.footnav {
	margin-right: 10px;
}

.formbuttons {
	align-items: center;
	background: #b80c09;
	border-radius: 1px;
	border: 2px solid #b80c09;
	color: #fff;
	display: flex;
	justify-content: center;
	max-height: 40px;
	min-height: 40px;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.formbuttons:hover {
	border: 2px solid #b80c09;
}

.formsearchlabel {
	flex: 1;
}

.formsearchlabel.custom-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-size: 0px;
	background: none;
	border-radius: 0rem;
	border: 0px solid #ced4da;
	color: none;
	display: inline-block;
	height: auto;
	line-height: x;
	padding: 0px;
	vertical-align: middle;
	width: 0%;
}

.formsearchtext {
	flex: 1;
}

.formsearchtext.custom-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-size: 0px;
	background: none;
	border-radius: 0rem;
	border: 0px solid #ced4da;
	color: none;
	display: inline-block;
	height: auto;
	line-height: x;
	padding: 0px;
	vertical-align: middle;
	width: 0%;
}

.full-width-background {
	background-position: center;
	background-size: cover;
	width: 100%;
}

.fullscreen-menu {
	-webkit-overflow-scrolling: touch;
	align-items: center;
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	overflow-x: inherit;
	overflow-y: inherit;
	padding: 1rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	z-index: 9999;
}

.fullscreen-menu .resourcemenu .resourceslink a {
	color: #fff;
	font-weight: 600;
}

.fullscreen-menu .resourcemenu .resourceslink a:hover {
	color: #fff;
}

.fullscreen-menu .resourcemenu a:visited {
	color: #f6eff7;
}

.fullscreen-menu-buttons {
	border-bottom: 1px solid #825dc7;
	border-top: 1px solid #825dc7;
	display: flex;
	gap: 5rem;
	justify-content: center;
	left: 50%;
	margin-top: 0rem;
	padding: 2px;
	position: relative;
	transform: translateX(-50%);
	width: 90%;
	z-index: 9999;
}

.fullscreen-menu-buttons button {
	border-radius: 15px;
	cursor: pointer;
	margin-top: 2px;
	padding: 0.5rem 1rem;
}

.fullscreen-menu.active {
	display: flex;
	flex-direction: column;
}

.fullscreen-navigation .fullscreen-menu-items {
	list-style: none;
	text-align: center;
}

.fullscreen-navigation .fullscreen-menu-items a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.fullscreen-navigation .fullscreen-menu-items a:hover {
	color: #f39c12;
}

.fullscreen-navigation .fullscreen-menu-items li {
	margin: 20px 0;
}

.gf-map-wrapper {
	margin-top: 20px;
}

.gf-map-wrapper #trigger-autocomplete {
	background-color: #01ab52;
	border-radius: 0 4px 4px 0;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.gf-map-wrapper #trigger-autocomplete:hover {
	background-color: #018a42;
}

.gf-map-wrapper input.map-search {
	border-radius: 2px 0 0 2px;
	border: 1px solid #b80c09;
	display: inline-block;
	font-size: 16px;
	padding: 8px;
	width: calc(100% - 140px);
}

.gform-body {
	font-family: "laca-text-variable", sans-serif;
	font-size: 1.2em;
	font-variation-settings: 'wght' 300;
}

.gform_required_legend {
	bottom: 0;
	font-size: 0.8em !important;
	position: absolute;
	right: 50px;
}

.ginput_container input[type="checkbox"] {
	display: flex;
}

.ginput_container select {
	background: #f2eeed;
	border-radius: 5px;
	border: 2px solid --engineering-orange;
	color: --engineering-orange;
	padding: 8px !important;
	width: 100%;
}

.grid-search-bar {
	align-content: flex-end;
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 auto 10px;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.gridheader {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.gridsearchdiv {
	align-content: flex-end;
	align-items: stretch;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 20px;
	width: 100%;
}

.gridtitle h3 {
	margin-bottom: 0rem;
	margin-top: 0rem;
}

.hamb1span {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
}

.hamb2span {
	margin-left: 25px;
	margin-right: 25px;
}

.hamb3span {
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 25px;
}

.hamburger {
	border-radius: 0px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0px;
	right: 0;
	top: 0;
}

.hamburger span {
	background-color: var(--eggshell);
	height: 4px;
	transition: all 0.3s ease;
	width: 30px;
}

.header-centerleft {
	flex: 2;
	padding-right: 20px;
	text-align: right;
}

.header-centerright {
	flex: 1;
	padding-right: 20px;
	text-align: right;
}

.header-container {
	align-content: space-around;
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: fixed;
	width: 100%;
}

.header-left {
	align-items: center;
	display: flex;
	flex: 1;
	padding-left: 20px;
}

.header-right {
	background-color: var(--transp-site);
	flex: 0;
}

.headerbuttons {
	display: flex;
	padding: 10px;
	width: 100%;
}

.headerimagecontainer {
	border-radius: 0px 0px 0px 0px;
	flex: none;
	height: 60vh;
	margin: auto;
	position: relative;
	width: 100%;
}

.headerimagecontainer .swiper {
	height: 60vh;
	width: 100%;
}

.headerimagecontainer .swiper-slide img {
	border-radius: 0px 0px 0px 0px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.headersection {
	display: flex;
	flex-direction: column;
	margin-bottom: 2px;
	margin-top: 0px;
	position: relative;
}

.hero-pagination.swiper-pagination {
	padding-bottom: 20px;
	padding-right: 20px;
	position: absolute;
	text-align: right;
	transform: translate3d(0,0,0);
	transition: .3s opacity;
	z-index: 10;
}

.hiddenbox .ginput_container {
	display: none;
}

.iframecontainer {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.iframecontainer.full {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 0px;
	width: 100%;
}

.iframecontainer.normal {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.layout-toggle-buttons .toggle-layout.active {
	background-color: #fff;
	border-bottom: 1px solid #b80c09;
	color: #b80c09;
}

.layout-toggle-buttons button {
	background-color: #fff;
	border-bottom: 1px solid #b80c09;
	border-color: #fff;
	border-radius: 0px;
	color: #0b2e4c;
	display: inline-block;
	margin: 10px;
	padding: .3em;
	position: relative;
	right: 0;
}

.linkbutton {
	display: flex;
}

.linkbutton button {
	align-items: center;
	background-color: var(--engineering-orange);
	border-radius: 2px;
	border-width: 0px;
	box-shadow: 0px 3px 6px #00000029;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 1.4em;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	margin: 10px;
	min-height: 70px;
	opacity: 1;
	padding: 2px;
	text-align: center;
	width: 222px;
}

.linkbutton button:visited {
	color: #ffffff;
}

.linkstitle h4 {
	color: #fff;
	max-width: 100px;
	text-align: center;
}

.linksvr {
	height: 33px;
}

.linktext {
	font-weight: 700;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .desktop-menu {
	display: flex;
	gap: 20px;
	list-style: none;
}

.main-navigation .menu {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 60px;
	margin: 25px 5px 5px 20px;
	width: auto;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul {
	font-family: "laca-text-variable", sans-serif;
	font-size: 1.2em;
	font-variation-settings: 'wght' 600;
}

.main-navigation ul li.focus > ul, .main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	float: left;
	left: -999em;
	position: absolute;
	top: 100%;
	z-index: 99999;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li.focus > ul, .main-navigation ul ul li:hover > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation.toggled ul, .menu-toggle {
	display: block;
}

.main-post-base-content {
	align-items: center;
	background-color: #fff;
	color: #825dc7;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding: 0 20px;
}

.mainmenus {
	align-content: space-around;
	align-items: stretch;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.map {
	height: 400px;
	width: 100%;
}

.map-search-section {
	display: block !important;
}

.mapbut {
	border-width: 0px;
	box-shadow: 0px 3px 6px #00000029;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 2px;
	max-height: 40px;
	min-height: 40px;
	opacity: 1;
	padding: 2px;
	text-align: center;
	width: 222px;
}

.mapsearch {
	display: flex;
	gap: 1em;
	margin-bottom: 5px;
	max-height: 50px;
}

.menu-box {
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 10px auto;
	max-width: 1200px;
	overflow-y: auto;
	padding-top: 50px;
	scrollbar-width: none;
	width: 100%;
}

.menu-box ul {
	display: block;
	font-size: 1.2em;
	list-style-type: none;
	margin-block-end: 0em;
	margin-block-start: 0em;
	margin-inline-end: 1em;
	margin-inline-start: 1em;
	padding-inline-start: 0em;
	text-align: center;
	unicode-bidi: isolate;
}

.menu-box ul li {
	margin-inline-end: 1em;
	margin-inline-start: 1em;
	max-width: 180px;
	padding-top: 1.4em;
}

.menu-box::-webkit-scrollbar {
	display: none;
}

.menu-close {
	cursor: pointer;
	font-size: 4rem;
	position: relative;
	right: -1rem;
	top: 1rem;
}

.menu-footer {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	margin-top: auto;
	text-align: center;
	width: 100%;
}

.menu-footer .social-icons {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.menu-header {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-right: 25px;
	padding-top: 3px;
	padding: 1rem;
	position: relative;
	top: 0;
	width: 90%;
	z-index: 99;
}

.menu-logo {
	display: flex;
	height: auto;
	margin: 20px 0px 0px -20px;
	max-width: 150px;
}

.menu-logo img {
	margin: 10px;
	transform-origin: top left;
	transform: scale(1);
	transition: transform 1.3s ease-in-out;
	width: 100px;
}

.menu-row {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 2rem;
	width: 100%;
}

.menu-row .column {
	text-align: center;
}

.menu-search-container {
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1000;
}

.menu-search-container.active .menu-search-form {
	width: 300px;
}

.menu-search-container.active .menu-search-input {
	opacity: 1;
}

.menu-search-container.active .menu-search-submit i {
	content: "\f061";
}

.menu-search-container.active input[type="text"] {
	background-color: var(--eggshell);
	border-radius: 2px;
	border: 0px solid var(--pigment-green);
	color: var(--pigment-green);
	padding: 7px;
}

.menu-search-form {
	align-items: center;
	background: var(--eggshell);
	border-radius: px;
	border: 1px solid var(--pigment-green);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	display: flex;
	overflow: hidden;
	padding: 5px 10px;
	transition: width 0.3s ease;
	width: 200px;
}

.menu-search-input {
	background: var(--eggshell);
	border: none;
	color: var(--pigment-green);
	opacity: 0;
	outline: none;
	transition: opacity 0.3s ease;
	width: 100%;
}

.menu-search-submit {
	background: none;
	border: none;
	box-shadow: none;
	color: var(--pigment-green);
	cursor: pointer;
	padding: 5px;
	transition: color 0.3s ease;
	width: 40px;
}

.menu-search-submit i {
	transition: transform 0.3s ease, content 0.3s ease;
}

.menu-search-submit:hover {
	color: #b80c08;
}

.menu-search.active input[type="text"] {
	background-color: var(--eggshell);
	border-radius: 2px;
	border: 0px solid var(--pigment-green);
	color: var(--pigment-green);
	padding: 7px;
}

.menu-title {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex: 2;
	height: 60px;
	margin: 25px 5px 5px 20px;
	width: 300px;
}

.menufooterdiv {
	bottom: 0;
	display: flex;
	padding: 2rem;
	position: sticky;
	text-align: center;
}

.menunav {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0px;
	justify-content: center;
	width: 100%;
}

.menunav .row {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

.mobilemenuheader {
	display: none;
}

.normalgridtitle {
	margin-left: 16px;
}

.note__author {
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0 0 0.25rem;
}

.note__date {
	color: #888;
	font-size: 0.75rem;
	margin: 0;
}

.note__text {
	margin: 0 0 0.5rem;
}

.page, .post {
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.primarytext ul a {
	text-decoration: underline;
}

.primarytextcontainer.eventcontainer {
	display: flex;
	flex-direction: column;
}

.resourcemenu {
	align-content: center;
	align-items: center;
	border-radius: 150px;
	border: 6px solid var(--engineering-orange);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-top: 50px;
	width: 100%;
}

.resourcemenu h3 {
	color: var(--engineering-orange);
}

.resourceslink {
	margin: 30px;
}

.results-container {
	margin-bottom: 10px;
	margin-top: 10px;
}

.results-container.grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
}

.results-container.list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.results-container.list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px 0;
}

.results-container.map {
	height: 500px;
	position: relative;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip-path: none;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.scrolltransform {
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 1.5s ease, transform 0.5s ease;
}

.scrolltransform.visible {
	opacity: 1;
	transform: translateX(0);
}

.search-container {
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1000;
}

.search-container.active .search-form {
	width: 300px;
}

.search-container.active .search-input {
	opacity: 1;
}

.search-container.active .search-submit i {
	content: "\f061";
}

.search-container.active input[type="text"] {
	background-color: var(--eggshell) !important;
	border-radius: 2px;
	border: 0px solid var(--pigment-green);
	color: var(--pigment-green);
	padding: 7px;
}

.search-form {
	align-items: center;
	background: var(--eggshell);
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	display: flex;
	overflow: hidden;
	padding: 5px 10px;
	transition: width 0.3s ease;
	width: 100px;
}

.search-input {
	background: var(--eggshell);
	border: none;
	color: var(--pigment-green);
	opacity: 0;
	outline: none;
	transition: opacity 0.3s ease;
	width: 100%;
}

.search-submit {
	background: none;
	border: none;
	box-shadow: none;
	color: var(--pigment-green);
	cursor: pointer;
	padding: 5px;
	transition: color 0.3s ease;
	width: 40px;
}

.search-submit i {
	transition: transform 0.3s ease, content 0.3s ease;
}

.search-submit:hover {
	color: #b80c08;
}

.searchbutton {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: flex-end;
	margin-bottom: 10px;
	margin-right: 10px;
}

.searchbuttonsdiv {
	align-content: center;
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 1px;
}

.searchgridcontainer {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.single-column-menu nav ul {
	display: flex;
	flex-direction: column;
}

.site-footer {
	font-family: "laca-text-variable", sans-serif;
	font-variation-settings: 'wght' 300;
}

.site-footer {
	color: #fff;
	margin-top: 80px;
	min-width: 100%;
	padding: 50px;
	text-align: left;
}

.site-footer ul {
	display: flex;
	list-style-type: none;
	margin-block-end: 0em;
	margin-block-start: 0em;
	margin-inline-end: 0em;
	margin-inline-start: 0em;
	padding-inline-start: 0em;
	unicode-bidi: isolate;
}

.site-header {
	display: flex;
	flex-direction: column;
	margin-bottom: 0px;
	margin-bottom: 80px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	width: 100%;
	z-index: 99;
}

.site-logo {
	display: flex;
	height: 60px;
	margin: 25px 5px 5px 5px;
	max-width: 100px;
}

.site-logo img {
	transform-origin: top left;
	transform: scale(1);
	transition: transform 1.3s ease-in-out;
	width: 200px;
}

.site-main .comment-navigation, .site-main.post-navigation, .site-main.posts-navigation {
	margin: 0 0 1.5em;
}

.site-title {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex: 2;
	height: 60px;
	margin: 25px 5px 5px 20px;
	width: 300px;
}

.skip-link {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	left: -100px;
	overflow: hidden;
	position: absolute;
	top: -100px;
	white-space: nowrap;
	width: 1px;
}

.skip-link:focus {
	background: #000;
	clip: auto;
	color: #fff;
	height: auto;
	left: 0;
	overflow: visible;
	padding: 8px 15px;
	position: static;
	top: 0;
	width: auto;
	z-index: 1000;
}

.social-icons {
	display: flex;
	gap: 15px;
	justify-content: center;
	list-style: none;
}

.social-icons .dashicons {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: dashicons;
	font-size: 24px;
	font-size: 2em;
	font-style: normal;
	font-weight: 400;
	height: 2em;
	line-height: 1;
	speak: never;
	text-align: center;
	text-decoration: inherit;
	text-rendering: auto;
	text-transform: none;
	transition: color .1s ease-in;
	vertical-align: top;
	width: 2em;
}

.social-icons .dashicons:hover {
}

.social-icons a {
	color: inherit;
	text-decoration: none;
}

.social-icons li {
	display: inline-block;
	list-style: none;
}

.spacer {
	height: 20px;
}

.specimen-field {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	padding: 1rem;
}

.specimen-field--map-address .specimen-field__value p {
	color: #444;
	font-size: 0.95rem;
	margin: 0.25rem 0;
}

.specimen-field__caption, .specimen-field__thumb figcaption {
	color: #666;
	font-size: 0.75rem;
	margin-top: 0.25rem;
	text-align: center;
}

.specimen-field__gallery {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(3,1fr);
}

.specimen-field__label {
	margin-top: 2px;
    color: var(--engineering-orange);
    display: flex;
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.specimen-field__list {
	list-style: disc inside;
	margin: 0;
	padding: 0;
}

.specimentitlecontainer {
    display: flex
;
    gap: 1em;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

.specimen-field--collector, .specimen-field--recordnumber {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.specimen-group-fossil_image {
	width: 100%;
	    background: #fff;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    padding: 0rem;
	border: 0px solid #ccc;
}

.specimen-field--fossil_description {
		    background: #fff;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    padding: 0rem;
	border: 0px solid #ccc;
}

.specimen-field--fossil_description .specimen-field__label {
	margin-top: 0px;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

.specimen-group-fossil_image img {
    border-style: none;
       width: 100%;
}

.specimen-field--other_images {
	width: 100%;
grid-column: 1/-1;
	    background: #fff;
     padding: 1rem;
	border: 0px solid #ccc;
}

.specimen-field--locationgroup {
	width: 100%;
grid-column: 1/-1;
	    background: #fff;
     padding: 1rem;
	border: 0px solid #ccc;
}

.specimen-field--associated_records{
	width: 100%;
grid-column: 1/-1;
	    background: #fff;
     padding: 1rem;
	border: 0px solid #ccc;
}

.specimen-field--associated_records .specimen-field__value {
    display: flex
;
    gap: 1em;
    background: #fff;
    padding: 0rem;
    border: 0px solid #ccc;
    flex-wrap: wrap;
}

.specimen-field--associated_records .specimen-field__value a
{align-items: center;
    background-color: var(--pigment-green);
    border-radius: 2px;
    border-width: 0px;
    box-shadow: 0px 3px 6px #00000029;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 1em;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.02em;
    margin: 10px;
    min-height: 30px;
    opacity: 1;
    padding: 5px;
    text-align: center;
    min-width: 222px;
}

.specimen-field__value.gallery img {
    border-style: none;
    height: auto;
	min-width: 300px;
}

.specimen-field__value.gallery {
    display: flex
;
    border-style: none;
    height: auto;
    gap: 1em;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}




.specimentitlecontainer .specimen-field__label{
    color: var(--paynes-gray);
    display: flex;
    font-size: 1em;
    font-weight: 400;
    /* margin-bottom: 0.5rem; */
    text-transform: capitalize;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}



.specimen-field--item .specimen-field__label{
    font-size: 1.1em;
}


.specimen-field--item  {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    padding: 0rem;
}

.specimen-group--map p {
	font-size: 1em;
}


.specimen-field__list li {
	margin-bottom: 0.5rem;
}

.specimen-field__thumb img {
	border-radius: 4px;
	display: block;
	height: auto;
	width: 100%;
}

.specimen-field__value {
	font-family: "laca-text-variable", sans-serif;
	font-variation-settings: 'wght' 300;
	color: #000;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.specimen-filters {
	font-family: "laca-text-variable", sans-serif;
	font-size: 1.2em;
	font-variation-settings: 'wght' 300;
}

.specimen-page {
	font-family: sans-serif;
	margin: 0 auto;
	max-width: 900px;
	padding: 1rem;
}

.specimen-page__fields {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

.specimen-page__header {
	margin-bottom: 1.5rem;
}

.specimen-page__title {
	color: #222;
	font-size: 2rem;
	margin: 0;
}

.specimencontainer {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.specimenfields {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

.sticky {
	display: block;
}

.submenu {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.submenu h3 {
	color: var(--engineering-orange);
}

.text-content {
	flex: 1;
}

.three-column-menu .column {
	flex: 1;
	text-align: center;
}

.title-overlay {
	background: rgba(0,0,0,0.0);
	height: 100%;
	margin: auto;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 99;
}

.title-overlay a {
	background: rgba(0,0,0,0.0);
	font-size: 4em;
	font-variation-settings: "wght" 400;
	left: 50%;
	letter-spacing: 1px;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
}

.togglebuttonsdiv {
	display: flex;
	justify-content: space-between;
	margin: 0px;
}

.two-column-menu .column {
	flex: 1;
	text-align: center;
}

.updated:not(.published) {
	display: none;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	text-align: center;
}

@media (max-width: 1024px) {
	.container {
		max-width: 960px;
		padding: 0 15px;
	}
}

@media (max-width: 1024px) {
	#menu-resources {
		align-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: space-between;
	}

	.bookingsection {
		border-radius: 22px;
		border: 2px solid var(--pigment-green);
		margin: auto;
		padding-left: 5%;
		padding-right: 5%;
		width: 1000%;
	}

	.button-center {
		margin: 20px auto;
		position: relative;
		right: auto;
		text-align: center;
		top: 0;
		transform: none;
	}

	.button-center .button {
		display: inline-block;
		z-index: 2;
	}

	.column1, .column2, .column3, .column4 {
		border-right: 0px solid #ad96dc;
	}

	.container {
		max-width: 720px;
		padding: 0 10px;
	}

	.content_section {
		margin-bottom: 10px;
		margin-top: 10px;
		padding-bottom: 10px;
		padding-top: 10px;
		position: relative;
	}

	.contentbox.fullwidth {
		align-content: flex-start;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.contentbox.left {
		align-content: flex-start;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.contentbox.right {
		align-content: flex-start;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.contentsectionmoretop {
		align-content: center;
		align-items: center;
		bottom: 0;
		display: flex;
		gap: 10px;
		justify-content: center;
		margin-bottom: -35px;
		padding-right: 20px;
		position: absolute;
		right: 0;
	}

	.footer-social-and-button {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-social-links .social-icons .dashicons {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-family: dashicons;
		font-size: 1.8em;
		font-style: normal;
		font-weight: 400;
		height: 1.2em;
		line-height: 1;
		speak: never;
		text-align: center;
		text-decoration: inherit;
		text-rendering: auto;
		text-transform: none;
		transition: color .1s ease-in;
		vertical-align: top;
		width: 1.2em;
	}

	.fullscreen-menu {
		padding: 1rem;
	}

	.fullscreen-menu-buttons {
		border-bottom: 1px solid #825dc7;
		border-radius: 0px;
		border-top: 1px solid #825dc7;
		display: flex;
		gap: .3rem;
		justify-content: center;
		left: 50%;
		margin-bottom: 0.3rem;
		margin-top: 2rem;
		padding-bottom: 0px;
		right: 0;
		width: 100%;
		z-index: 9999;
	}

	.hamburger {
		display: flex;
	}

	.main-navigation {
		display: none;
	}

	.mainmenus {
		align-content: space-around;
		align-items: stretch;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0px;
	}

	.menu-box {
		flex-direction: column;
	}

	.menu-footer {
		margin-top: 2rem;
		text-align: center;
	}

	.menu-footer .social-icons .dashicons {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-family: dashicons;
		font-size: 1.2em;
		font-style: normal;
		font-weight: 400;
		height: 1.2em;
		line-height: 1;
		speak: never;
		text-align: center;
		text-decoration: inherit;
		text-rendering: auto;
		text-transform: none;
		transition: color .1s ease-in;
		vertical-align: top;
		width: 1.2em;
	}

	.menu-header, .menufooterdiv {
		padding: 0.5rem;
	}

	.menu-logo img {
		height: auto;
	}

	.menu-row {
		flex-direction: column;
	}

	.menu-row .column {
		flex: 1 1 100%;
		margin-bottom: 1rem;
	}

	.resourceslink {
		margin-bottom: 50px;
	}

	.site-logo {
		display: flex;
		height: auto;
		margin: 25px 5px 5px 5px;
	}

	.site-logo img {
		transform-origin: top left;
		transform: scale(1);
		transition: transform 1.3s ease-in-out;
	}

	.site-title {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		flex: 2;
		height: auto;
		margin: 5px 5px 5px 20px;
		width: 300px;
	}
}

@media (max-width: 480px) {
	.container {
		max-width: 100%;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	.column {
		max-width: 90%;
	}

	.custom-post {
		flex-basis: calc(100% - 20px);
		flex-basis: calc(100% - 40px);
	}
}

@media (max-width: 480px) {
	.gridsearchdiv form {
		align-items: flex-start;
		display: grid;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 0px;
	}
}

@media (max-width: 768px) {
	.button-center {
		margin: 20px auto;
		position: relative;
		right: auto;
		text-align: center;
		top: 0;
		transform: none;
	}

	.button-center .button {
		display: inline-block;
		z-index: 2;
	}

	.column {
		max-width: 90%;
	}

	.custom-post {
		flex-basis: calc(50% - 20px);
	}

	.custom-post-content {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 5px 10px;
		position: relative;
		z-index: 2;
	}

	.custom-post-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 10px;
	}

	.custom-post-image {
		background-position: center;
		background-size: cover;
		padding-top: 90%;
		position: relative;
	}

	.custom-post-main-content {
		color: #000;
		height: auto;
		min-height: 30px;
		text-decoration: none;
	}

	.custom-post-title {
		margin-left: 10px;
		margin-top: 10px;
	}

	.custom-post-title a {
		text-decoration: none;
	}

	.duo-post-content {
		padding: 10px 15px;
	}

	.duo-post-image {
		padding-top: 100%;
	}
}

@media (max-width: 768px) {
	.grid-search-bar {
		flex-direction: column;
	}

	.gridsearchdiv {
		align-content: flex-end;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.searchfieldsdiv {
		display: flex;
		width: 100%;
		flex-wrap: nowrap;
		flex-direction: column;
	}

.filter-group--locationcontext {
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.filter-group--dates {
    align-content: stretch;
    align-items: stretch;
    display: flex
;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}


.filter-group--collector {
    align-content: flex-end;
    align-items: stretch;
    border-radius: 1px;
    border: 1px solid #476065;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1em;
    padding: 0.5rem;
}
.filter-group--stratigraphy {
    display: grid
;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.filter-group--chronology {
    display: grid
;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

}

@media (min-width: 600px) {
	.specimen-page__fields {
		column-gap: 1rem;
		grid-template-columns: repeat(2,1fr);
	}
}

@media (min-width: 768px) and (max-width: 1260px) {
	.custom-post {
		flex-basis: calc(33.333% - 20px);
	}
}

@media (min-width: 900px) {
	.specimen-field__gallery {
		grid-template-columns: repeat(4,1fr);
	}
}

@media screen (min-width: 469px) and (max-width: 767px) {
	#menu-useful-links li {
		flex: 1 1 100%;
	}

	.footer-social-links ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.footer3 {
		align-content: center;
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.footerleft {
		align-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 768px) {
	#menu-sub-footer {
		align-content: center;
		align-items: flex-end;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 20px;
		justify-content: center;
	}

	.contentbox.left {
		align-content: flex-start;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.contentbox.right {
		align-content: flex-start;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.contenttxt.left {
		margin-right: 0px;
	}

	.contenttxt.right {
		margin-left: 0px;
	}

	.desktopmenuheader {
		display: none;
	}

	.footer-row .mini-widgets {
		-ms-align-items: center;
		-ms-flex-align: center;
		-ms-flex-flow: row wrap;
		align-items: center;
		display: -ms-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		flex-flow: row wrap;
		margin: 20px;
	}

	.footer-social-links ul {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
	}

	.footer1 {
		margin-top: -50px;
		padding: 10px;
	}

	.footer2 {
		align-content: flex-end;
		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	.footer3 {
		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.footer4 p {
		color: #fff;
		margin: 1rem;
		padding: 0px;
	}

	.footer5 {
		align-content: center;
		align-items: center;
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.footerleft {
		align-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.footersocials {
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		flex: 5;
		gap: 10px;
	}

	.linkstitle h4 {
		color: #fff;
		max-width: 100%;
		text-align: center;
	}

	.menunav {
		align-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0px;
		justify-content: center;
		width: 100%;
	}

	.mobilemenuheader {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.search-container {
		display: none;
	}

	.site-footer {
		color: #fff;
		margin-top: 80px;
		padding: 10px;
		text-align: left;
	}

	.sltitle {
		display: none;
	}
}

@media screen and (min-width: 37.5em) {
	.main-navigation ul {
		align-content: center;
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 1em;
		justify-content: space-evenly;
	}

	.menu-toggle {
		display: none;
	}
}