<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--primary: #30323c;
	--secondary: #f17b0a;
	--neutral: #f1eeec;
}

@font-face {
	font-family: "Heron Sans";
	src: url("/wp-content/themes/trcptheme/assets/fonts/HeronSans-Regular.otf")
		format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Heron Sans";
	src: url("/wp-content/themes/trcptheme/assets/fonts/HeronSans-Light.otf")
		format("woff2");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Heron Sans";
	src: url("/wp-content/themes/trcptheme/assets/fonts/HeronSans-SemiBold.otf")
		format("woff2");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Heron Sans";
	src: url("/wp-content/themes/trcptheme/assets/fonts/HeronSans-Bold.otf")
		format("woff2");
	font-weight: 900;
	font-style: normal;
}

.template_public-lands {
	font-family: "Heron Sans", sans-serif;
	font-weight: 200;
	background: var(--neutral);
	color: var(--neutral);
	padding-top: 72px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-family: "Heron Sans", sans-serif;
	font-weight: 200;
	text-transform: uppercase;
}

video {
	width: 100%;
}

.button,
.pl-cta-link,
.at-submit.btn-at.btn-at-primary {
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 3px;
}

.button--large {
	padding: 16px 48px;
	margin: 0 0 1rem 0;
	font-size: 18px;
}

p {
	font-size: 16px;
	line-height: 2;
}

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

.template_public-lands .container {
	max-width: 1460px;
	margin: 0 auto;
}

.pl-section-one,
.pl-section-two,
.pl-section-three {
	background-repeat: no-repeat;
	background-position: bottom center;
}

.pl-box {
	padding: 16px 24px;
}

.pl-box,
.pl-image img {
	border-radius: 10px;
	box-shadow: -1px -2px 4px 0px rgba(0, 0, 0, 0.25);
}

.pl-image img {
	max-width: 360px;
	margin: 0 auto;
	display: block;
	margin-bottom: 24px;
}

.pl-image--nested img {
	box-shadow: none;
}

.pl-box--primary {
	background: var(--primary);
	color: var(--neutral);
}

.pl-box--neutral {
	background: var(--neutral);
	color: var(--primary);
}

.pl-quote p {
	font-weight: 900;
	font-size: 32px;
	line-height: 1.3;
	padding: 32px 0 8px 0;
}

.pl-toggle-heading {
	text-align: right;
	font-size: 16px;
	border-color: var(--neutral);
	border-style: solid;
	padding: 12px 8px;
	border-width: 1px 0 1px 0;
}

.pl-toggle-heading:not(:last-of-type) {
	margin-bottom: 0;
}

.pl-toggle-content {
	padding-top: 24px;
}

.pl-section-one {
	background-position: center bottom -300px;
	padding: 16px;
	padding-bottom: 100px;
}

.pl-hero-video {
	margin-top: -36px;
}

.pl-title {
	font-weight: 900;
	line-height: 1;
	font-size: 42px;
	margin-bottom: 0;
	color: #b2aaab;
}

.pl-subtitle {
	font-size: 14px;
	line-height: 1.6;
	color: var(--primary);
}

.pl-hero-cta {
	position: relative;
}

.pl-section-two {
	padding: 16px;
	padding-bottom: 100px;
}

.stakes-cta {
	margin-top: -100px;
}

.stakes-cta p,
.stakes-cta a {
	font-size: 18px;
	line-height: 1.7;
}

.pl-opinion a {
	margin-top: 24px;
	font-size: 18px;
	color: var(--neutral);
	line-height: 1.7;
	border-bottom: 2px solid var(--secondary);
}

.pl-overlap-cta {
	margin-top: -32px;
}

.pl-section-three {
	background-position: 30% 60%;
	padding: 16px;
	padding-bottom: 300px;
	color: var(--primary);
}

.pl-section-three .pl-image {
	margin-top: -40px;
}

.pl-action-heading {
	font-weight: bold;
	color: var(--secondary);
	font-size: 40px;
	margin: 16px 0;
}

@media screen and (min-width: 800px) {
	.template_public-lands {
		padding-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.template_public-lands {
		margin-top: -70px;
		padding-top: 72px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	.pl-hero {
		position: relative;
	}

	.action-text {
		color: var(--neutral);
	}

	.pl-hero-video {
		margin-top: 0;
		mask-image: url(/wp-content/themes/trcptheme/assets/images/publiclands.svg);
		mask-position: left top;
		mask-repeat: no-repeat;
		mask-size: 100%;
		position: absolute;
		top: 100px;
		margin: 0 32px;
		width: calc(100% - 64px);
		z-index: 0;
		padding: 0;
	}

	.pl-hero-video:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #9a75a55e, #c3b0a1);
		position: absolute;
		left: 0;
		z-index: 10;
		top: 0;
		mix-blend-mode: multiply;
	}

	.stakes-cta {
		margin-bottom: 56px;
	}

	.pl-subtitle {
		margin-top: calc(80px + 10%);
		color: var(--neutral);
		z-index: 1;
		position: relative;
		padding: 0 100px;
	}

	.pl-hero-cta,
	.pl-intro,
	.pl-quote {
		position: relative;
		z-index: 1;
	}

	.pl-hero-cta {
		margin: 0 auto;
	}

	.pl-intro {
		margin-top: 64px;
		margin-bottom: 32px;
	}

	.pl-quote p {
		font-size: 48px;
	}

	.pl-action-heading {
		font-size: 120px;
		line-height: 1;
		margin-top: -100px;
	}

	.pl-management-box p,
	.pl-history-box p {
		font-size: 14px;
	}

	.pl-management-box {
		margin-top: -20px;
		margin-bottom: 32px;
	}

	.pl-image img {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
}

@media screen and (min-width: 1225px) {
	.pl-management-box {
		margin-top: -200px;
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 1024px) {
	.pl-intro {
		background: none;
		padding: 0;
	}

	.pl-section-one {
		background-position: right -300px bottom;
		background-size: 350vw;
	}
}

@media screen and (min-width: 1500px) {
	.pl-quote p {
		font-size: 60px;
	}

	.pl-management-box {
		margin-top: -240px;
	}
}

/* Form overides */

.pl-form {
	padding: 0;
}

.et_bloom header.at-title,
.et_bloom .at-markup.HeaderHtml p,
.et_bloom .at fieldset legend,
.et_bloom .at label,
.et_bloom .at input[type="text"],
.et_bloom .at input[type="password"],
.et_bloom .at input[type="date"],
.et_bloom .at input[type="datetime"],
.et_bloom .at input[type="datetime-local"],
.et_bloom .at input[type="month"],
.et_bloom .at input[type="week"],
.et_bloom .at input[type="email"],
.et_bloom .at input[type="number"],
.et_bloom .at input[type="search"],
.et_bloom .at input[type="tel"],
.et_bloom .at input[type="time"],
.et_bloom .at input[type="url"],
.et_bloom .at input[type="color"],
.et_bloom .at textarea {
	font-family: "Heron Sans", sans-serif;
	font-weight: 200;
	color: var(--primary);
}

.et_bloom .at-markup.HeaderHtml p {
	line-height: 2;
	font-size: 16px;
}

.et_bloom .at fieldset legend {
	text-transform: uppercase;
	opacity: 0.7;
}

.et_bloom .at label {
	text-transform: uppercase;
	line-height: 2;
	opacity: 0.85;
	font-size: 12px;
}

.at-submit.btn-at.btn-at-primary {
	font-family: "Heron Sans", sans-serif;
}

/* prettier-ignore */
.pl-toggle-heading:not(:first-of-type) {
	margin-top: 0;
    border-top: 0;
}
</pre></body></html>