@font-face {
	font-family: "Henrytrial";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("205TF-Henry-Regular"), local("205TF-Henry-Regular"), url("../fonts/205TF-Henry-Regular.woff2") format("woff2"), url("../fonts/205TF-Henry-Regular.woff") format("woff");
}
@font-face {
	font-family: "OCHighway";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: local("OCHighway"), local("OCHighway"), url("../fonts/OCHighwayVAR2-Series8G-2.woff2") format("woff2"), url("../fonts/OCHighwayVAR2-Series8G-2.woff") format("woff");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	display: flex;
	flex-direction: column;
	margin: 0;
	color: #B2AB90;
	background: #fff;
	background: #4C3225;
}

html,
body {
	min-height: 100svh;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: 200ms;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	font: normal 400 100%/1.3333 "OCHighway", sans-serif;
}

body {
	font-size: 0.675rem;
	letter-spacing: 0.135rem;
	text-transform: uppercase;
	text-align: center;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #B2AB90;
}
a:hover {
	color: inherit;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

.font\:highway {
	font-family: "OCHighway";
}
.font\:henry {
	font-family: "Henrytrial";
}

.text\:1 {
	font-size: 0.9375rem;
	line-height: 1.4;
	text-transform: none;
}
.text\:1,
.text\:1 a {
	letter-spacing: 0;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

input {
	font: inherit;
}

button {
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: inherit;
	font: inherit;
}

textarea {
	overflow: auto;
	display: block;
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

input[type=search]::-webkit-search-cancel-button {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	        appearance: none;
}

.button {
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	display: inline-block;
	padding: 0.75em 1.5em;
	min-width: 10em;
	text-align: center;
	background: #0073AA;
	color: #fff;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select {
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 0;
	width: 100%;
	padding: 0.75em 1em;
	background: #f0f0f0;
	color: #23282D;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

form {
	padding: 0 1.25rem;
}
form button {
	background: #F5F1E3;
	width: 100%;
}
form > p:first-child {
	margin: 0 0 2.375rem 0;
}
form input[type=password] {
	background: transparent;
	border: 1px solid #F5F1E3;
	color: #B2AB90;
}
form input,
form button {
	height: 2.4375rem;
}
form button {
	border: 1px solid #F5F1E3;
	font-size: 0.675rem;
	font-family: inherit;
	text-transform: uppercase;
	color: #4C3225;
	letter-spacing: 0.135rem;
	margin: 1.75rem auto 2.5rem auto;
}
form label {
	margin: 0 0 0.625rem 0;
	display: block;
	text-align: left;
}
form + p {
	border-top: 1px solid #B2AB90;
	padding: 1.0625rem 0 0 0;
	max-width: calc(100% - 2.5rem);
	margin: 0 auto;
}
form + p a {
	text-decoration: underline;
}

iframe {
	background: #4C3225;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100svh !important;
}

main .content__wrapper {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	max-width: 27.75rem;
	width: 100%;
}
main form + p {
	text-align: left;
}

.site-footer {
	margin: auto 0 2rem 0;
}
.site-footer img {
	display: block;
	height: 1.25rem;
}
.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: center;
	gap: 1rem;
}
.site-footer ul li:last-child {
	display: flex;
}
.site-footer ul li:last-child::before {
	content: " ";
	background: #B2AB90;
	display: block;
	width: 1px;
	height: 1.625rem;
	margin: 0 1rem 0 0;
}

.site-header {
	padding: 2rem 0;
}
.site-header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-logo {
	display: block;
	margin: 0 auto;
	width: 14.875rem;
}

.aligncenter, .aligncenter img {
	display: block;
	width: auto;
	margin: auto;
}

.embed {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 56.25%;
}
.embed embed,
.embed iframe,
.embed object,
.embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery > * {
	margin: 1em 0;
}
.gallery-media {
	display: block;
	position: relative;
	padding-bottom: 75%;
}
.gallery figcaption {
	font-size: 0.875em;
	text-align: center;
	padding-top: 0.5em;
}

.wp-caption,
.wp-block-image {
	max-width: 100%;
}
.wp-caption img,
.wp-block-image img {
	display: block;
	margin: auto;
}
.wp-caption figcaption,
.wp-block-image figcaption {
	font-size: 0.875rem;
	text-align: center;
	padding-top: 0.5em;
}

.wp-clearfix::after {
	content: " ";
	display: table;
	clear: both;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

.flex {
	display: flex;
}

.uppercase {
	text-transform: uppercase;
}

.wrap {
	width: 90%;
	max-width: 81rem;
	margin-left: auto;
	margin-right: auto;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto #0073AA;
}
@media screen and (min-width: 37.5em) {
	.alignleft {
		float: left;
		max-width: 50%;
		margin-right: 1.5em;
	}
	.alignright {
		float: right;
		max-width: 50%;
		margin-left: 1.5em;
	}
	.gallery {
		margin: 2em 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.gallery > * {
		width: calc(50% - 1em);
		margin: 2em 0 0;
	}
	.gallery > *:nth-child(-n+2) {
		margin-top: 0;
	}
}
@media screen and (min-width: 860px) {
	form {
		padding: 0;
	}
	form + p {
		padding: 1.0625rem 0 0 0;
		max-width: unset;
		margin: auto;
	}
	.site-footer {
		margin: auto 0 3rem 0;
	}
	.site-footer img {
		height: 1.625rem;
	}
	.site-header {
		padding: 3rem 0;
	}
	.site-logo {
		width: 18.875rem;
	}
}
@media (hover: hover) {
	form button:hover {
		background: #4C3225;
		color: #B2AB90;
	}
}
/*# sourceMappingURL=main.css.map */
