/*!
Theme Name: tp24
Theme URI: http://underscores.me/
Author: Dafydd Hughes
Author URI: http://underscores.me/
Description: Description
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: t24
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tp24 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Arimo", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Libre Franklin", sans-serif;
	line-height: 0.85;
	letter-spacing: -.05em;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	background: #fff;
	color: #000;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle {
	display: block;
}

.main-navigation.toggled ul {
	display: flex;
}

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

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #000;
	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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.site-header {
	padding-left: 24px;
	padding-right: 24px;
}

@media screen and (min-width: 1000px) {
	.site-header {
		padding-left: 48px;
		padding-right: 48px;
	}
}

:root {
	--color__midnight: #000;
	--color__white: #fff;
	--color__butterscotch: #f2a919;
	--color__seabreeze: #669bbe;
	--color__mintleaf: #a7c685;
	--color__tangerine: #e5592d;
	--color__lakeshoreBlue: #051952;
	--color__lightGray: #e8e8e8;
	--color__midGray: #aaaaaa;
	--color__background: var(--color__white);
	--color__text: var(--color__midnight);
	--color__button: var(--color__midnight);
	--color__anchor: var(--color__midnight);
	--color__anchor--hover: var(--color__lakeshoreBlue);
}

.c_color__midnight,
.c_color__midnight a,
.c_color__midnight a:hover,
.c_color__midnight a:focus,
.c_color__midnight a:visited {
	color: var(--color__midnight);
}

.c_background-color__midnight {
	background-color: var(--color__midnight);
}

.c_color__white,
.c_color__white a,
.c_color__white a:hover,
.c_color__white a:focus,
.c_color__white a:visited {
	color: var(--color__white);
}

.c_background-color__white {
	background-color: var(--color__white);
}

.c_color__butterscotch,
.c_color__butterscotch a,
.c_color__butterscotch a:hover,
.c_color__butterscotch a:focus,
.c_color__butterscotch a:visited {
	color: var(--color__butterscotch);
}

.c_background-color__butterscotch {
	background-color: var(--color__butterscotch);
}

.c_color__seabreeze,
.c_color__seabreeze a,
.c_color__seabreeze a:hover,
.c_color__seabreeze a:focus,
.c_color__seabreeze a:visited {
	color: var(--color__seabreeze);
}

.c_background-color__seabreeze {
	background-color: var(--color__seabreeze);
}

.c_color__mintleaf,
.c_color__mintleaf a,
.c_color__mintleaf a:hover,
.c_color__mintleaf a:focus,
.c_color__mintleaf a:visited {
	color: var(--color__mintleaf);
}

.c_background-color__mintleaf {
	background-color: var(--color__mintleaf);
}

.c_color__tangerine,
.c_color__tangerine a,
.c_color__tangerine a:hover,
.c_color__tangerine a:focus,
.c_color__tangerine a:visited {
	color: var(--color__tangerine);
}

.c_background-color__tangerine {
	background-color: var(--color__tangerine);
}

.c_color__lakeshoreBlue,
.c_color__lakeshoreBlue a,
.c_color__lakeshoreBlue a:hover,
.c_color__lakeshoreBlue a:focus,
.c_color__lakeshoreBlue a:visited {
	color: var(--color__lakeshoreBlue);
}

.c_background-color__lakeshoreBlue {
	background-color: var(--color__lakeshoreBlue);
}

.c_color-scheme--midnight {
	--color__background: #000;
	--color__text: var(--color__white);
	--color__button: var(--color__white);
	--color__anchor: var(--color__white);
	--color__anchor--hover: var(--color__seabreeze);
	--color__anchor--outline: var(--color__white);
}

.c_color-scheme--lakeshoreBlue {
	--color__background: var(--color__lakeshoreBlue);
	--color__text: var(--color__white);
	--color__button: var(--color__white);
	--color__anchor: var(--color__white);
	--color__anchor--hover: var(--color__mintleaf);
	--color__anchor--outline: var(--color__white);
}

.c_color-scheme--white {
	--color__background: var(--color__white);
	--color__text: var(--color__midnight);
	--color__button: var(--color__midnight);
	--color__anchor: var(--color__midnight);
	--color__anchor--hover: var(--color__lakeshoreBlue);
	--color__anchor--outline: var(--color__midnight);
}

.c_color-scheme--butterscotch {
	--color__background: var(--color__butterscotch);
	--color__text: var(--color__midnight);
	--color__button: var(--color__midnight);
	--color__anchor: var(--color__midnight);
	--color__anchor--hover: var(--color__lakeshoreBlue);
	--color__anchor--outline: var(--color__midnight);
}

.c_color-scheme--seabreeze {
	--color__background: var(--color__seabreeze);
	--color__text: var(--color__midnight);
	--color__button: var(--color__midnight);
	--color__anchor: var(--color__midnight);
	--color__anchor--hover: var(--color__lakeshoreBlue);
	--color__anchor--outline: var(--color__midnight);
}

.c_color-scheme--mintleaf {
	--color__background: var(--color__mintleaf);
	--color__text: var(--color__midnight);
	--color__button: var(--color__midnight);
	--color__anchor: var(--color__midnight);
	--color__anchor--hover: var(--color__lakeshoreBlue);
	--color__anchor--outline: var(--color__midnight);
}

.c_color-scheme--tangerine {
	--color__background: var(--color__tangerine);
	--color__text: var(--color__midnight);
	--color__button: var(--color__midnight);
	--color__anchor: var(--color__midnight);
	--color__anchor--hover: var(--color__lakeshoreBlue);
	--color__anchor--outline: var(--color__midnight);
}

.c_color-scheme--lightGray {
	--color__background: var(--color__lightGray);
	--color__text: var(--color__midnight);
	--color__button: var(--color__midnight);
	--color__anchor: var(--color__midnight);
	--color__anchor--hover: var(--color__lakeshoreBlue);
	--color__anchor--outline: var(--color__midnight);
}

.c_color-scheme--midGray {
	--color__background: var(--color__midGray);
	--color__text: var(--color__midnight);
	--color__button: var(--color__midnight);
	--color__anchor: var(--color__midnight);
	--color__anchor--hover: var(--color__lakeshoreBlue);
	--color__anchor--outline: var(--color__midnight);
}

html,
body,
.c_color-scheme {
	color: var(--color__text);
	background-color: var(--color__background);
}

html a,
body a,
.c_color-scheme a {
	color: var(--color__anchor);
}

html a:hover,
body a:hover,
.c_color-scheme a:hover {
	color: var(--color__anchor--hover);
}

html a:focus,
body a:focus,
.c_color-scheme a:focus {
	outline: 2px solid var(--color__anchor--outline);
}

.tp24_background-mask {
	position: relative;
}

.tp24_background-mask::before {
	z-index: 0;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.15);
}

.tp24_background-mask--texture-t::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1149 1353' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='Artboard1' transform='matrix(1,0,0,1,-0.443907,-0.80788)'%3E%3Crect x='0.444' y='0.808' width='1148.4' height='1352.07' style='fill:none;'/%3E%3Cg transform='matrix(4.16667,0,0,4.16667,-1113.98,-654.524)'%3E%3Cg id='Layer-1' serif:id='Layer 1'%3E%3Cg%3E%3Cg transform='matrix(1,0,0,1,337.08,258.515)'%3E%3Cpath d='M0,-53.452L0,135.167L47.589,135.167L47.589,-53.452L117.1,-53.452L117.1,-101.041L-69.511,-101.041L-69.511,-53.452L0,-53.452Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,267.929,456.815)'%3E%3Cpath d='M0,-232.406L0,4.052L47.589,4.052L47.589,-232.406L0,-232.406Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,497.119,271.997)'%3E%3Cpath d='M25.202,141.609L-42.908,141.609L-42.908,-47.589L-90.496,-47.589L-90.496,141.609L-160.008,141.609L-160.008,189.198L25.202,189.198L25.202,141.609Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,495.903,157.474)'%3E%3Cpath d='M0,236.51L26.127,236.51L26.127,0L-21.461,0L-21.461,236.452L0,236.452L0,236.51Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	mask-size: 30px auto;
	mask-repeat: repeat;
}

.tp24_background-mask--texture-v::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 2291 2207' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='Artboard1' transform='matrix(1,0,0,1,-3636.23,107.188)'%3E%3Crect x='3636.23' y='-107.188' width='2290.53' height='2206.77' style='fill:none;'/%3E%3CclipPath id='_clip1'%3E%3Crect x='3636.23' y='-107.188' width='2290.53' height='2206.77'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Cg transform='matrix(1.4964,0,0,1.4381,310.042,-12171.3)'%3E%3Cg id='V'%3E%3Crect x='2222.95' y='8391.98' width='1525.97' height='1474.72' style='fill:none;'/%3E%3Cg transform='matrix(4.16667,0,0,4.33559,2171.06,638.777)'%3E%3Cg%3E%3Cg%3E%3Cg transform='matrix(-1,0,0,1,132.138,910.457)'%3E%3Cpath d='M28.892,877.239L118.551,877.239L90.643,948.304L13.587,920.251L28.892,877.239Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1159.64)'%3E%3Cpath d='M77.115,789.825L143.447,811.709C148.92,804.097 154.698,796.725 160.716,789.561L151.852,764.652L76.934,789.365L77.115,789.825Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(0.365527,0.930801,0.930801,-0.365527,-492.76,2182.03)'%3E%3Cpath d='M117.809,615.45L184.077,615.45L198.283,651.625C188.153,658.532 178.594,666.065 169.659,674.171L117.809,615.45Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1129)'%3E%3Cpath d='M218.105,866.978L250.831,877.775C268.955,858.346 289.972,841.664 313.183,828.38L352.123,729.224L255.824,760.991L218.105,866.978Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1193.95)'%3E%3Cpath d='M143.447,777.4L171.942,786.8L160.715,755.252C154.698,762.415 148.919,769.787 143.447,777.4' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1240.7)'%3E%3Cpath d='M250.831,766.073L288.859,778.619L313.183,716.678C289.972,729.962 268.955,746.644 250.831,766.073' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1485.93)'%3E%3Cpath d='M186.252,642.478L246.021,642.478L251.847,627.643L196.775,607.594C192.496,618.873 188.977,630.525 186.252,642.478' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(-0.335253,-0.942128,-0.942128,0.335253,924.788,1657.82)'%3E%3Cpath d='M95.483,817.54L107.411,817.54L106.815,899.541L51.151,897.741C68.498,872.477 83.336,845.602 95.483,817.54' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(-1,0,0,1,645.287,914.594)'%3E%3Cpath d='M265.466,873.102L353.057,873.102L379.82,948.304C349.054,931.29 315.608,918.542 280.277,910.816L265.466,873.102Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(-0.335245,-0.942131,-0.942131,0.335245,934.559,1714.36)'%3E%3Cpath d='M64.618,807.79L152.02,807.79C139.874,835.852 125.035,862.727 107.688,887.991L66.451,886.657L64.618,807.79Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1243.65)'%3E%3Cpath d='M108.816,786.536C118.571,765.804 130.197,746.129 143.447,727.696L77.115,705.812L108.816,786.536Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1328.87)'%3E%3Cpath d='M250.831,677.907L218.105,667.11L197.732,724.358L171.941,651.879L143.447,642.478C130.196,660.911 118.571,680.587 108.816,701.319L123.163,737.855L196.775,764.653C209.085,732.205 227.589,702.822 250.831,677.907' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(0.365539,-0.930796,-0.930796,-0.365539,1014.46,2467.69)'%3E%3Cpath d='M325.174,839.287L360.429,839.287C340.323,869.35 316.231,895.821 289.149,918.238L260.405,917.31L325.174,839.287Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(-0.999955,0.00950376,0.00950376,0.999955,479.201,1382.07)'%3E%3Cpath d='M234.296,622.507C257.774,647.2 276.556,676.406 289.174,708.736L234.296,729.307L196.389,635.414L234.296,622.507Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1162.47)'%3E%3Cpath d='M76.327,786.736L77.114,786.996L76.934,786.536L76.327,786.736Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	mask-size: 20px auto;
	mask-repeat: repeat;
}

.tp24_background-mask--large-v::before {
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 2291 2207' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='Artboard1' transform='matrix(1,0,0,1,-3636.23,107.188)'%3E%3Crect x='3636.23' y='-107.188' width='2290.53' height='2206.77' style='fill:none;'/%3E%3CclipPath id='_clip1'%3E%3Crect x='3636.23' y='-107.188' width='2290.53' height='2206.77'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Cg transform='matrix(1.4964,0,0,1.4381,310.042,-12171.3)'%3E%3Cg id='V'%3E%3Crect x='2222.95' y='8391.98' width='1525.97' height='1474.72' style='fill:none;'/%3E%3Cg transform='matrix(4.16667,0,0,4.33559,2171.06,638.777)'%3E%3Cg%3E%3Cg%3E%3Cg transform='matrix(-1,0,0,1,132.138,910.457)'%3E%3Cpath d='M28.892,877.239L118.551,877.239L90.643,948.304L13.587,920.251L28.892,877.239Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1159.64)'%3E%3Cpath d='M77.115,789.825L143.447,811.709C148.92,804.097 154.698,796.725 160.716,789.561L151.852,764.652L76.934,789.365L77.115,789.825Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(0.365527,0.930801,0.930801,-0.365527,-492.76,2182.03)'%3E%3Cpath d='M117.809,615.45L184.077,615.45L198.283,651.625C188.153,658.532 178.594,666.065 169.659,674.171L117.809,615.45Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1129)'%3E%3Cpath d='M218.105,866.978L250.831,877.775C268.955,858.346 289.972,841.664 313.183,828.38L352.123,729.224L255.824,760.991L218.105,866.978Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1193.95)'%3E%3Cpath d='M143.447,777.4L171.942,786.8L160.715,755.252C154.698,762.415 148.919,769.787 143.447,777.4' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1240.7)'%3E%3Cpath d='M250.831,766.073L288.859,778.619L313.183,716.678C289.972,729.962 268.955,746.644 250.831,766.073' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1485.93)'%3E%3Cpath d='M186.252,642.478L246.021,642.478L251.847,627.643L196.775,607.594C192.496,618.873 188.977,630.525 186.252,642.478' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(-0.335253,-0.942128,-0.942128,0.335253,924.788,1657.82)'%3E%3Cpath d='M95.483,817.54L107.411,817.54L106.815,899.541L51.151,897.741C68.498,872.477 83.336,845.602 95.483,817.54' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(-1,0,0,1,645.287,914.594)'%3E%3Cpath d='M265.466,873.102L353.057,873.102L379.82,948.304C349.054,931.29 315.608,918.542 280.277,910.816L265.466,873.102Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(-0.335245,-0.942131,-0.942131,0.335245,934.559,1714.36)'%3E%3Cpath d='M64.618,807.79L152.02,807.79C139.874,835.852 125.035,862.727 107.688,887.991L66.451,886.657L64.618,807.79Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1243.65)'%3E%3Cpath d='M108.816,786.536C118.571,765.804 130.197,746.129 143.447,727.696L77.115,705.812L108.816,786.536Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1328.87)'%3E%3Cpath d='M250.831,677.907L218.105,667.11L197.732,724.358L171.941,651.879L143.447,642.478C130.196,660.911 118.571,680.587 108.816,701.319L123.163,737.855L196.775,764.653C209.085,732.205 227.589,702.822 250.831,677.907' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(0.365539,-0.930796,-0.930796,-0.365539,1014.46,2467.69)'%3E%3Cpath d='M325.174,839.287L360.429,839.287C340.323,869.35 316.231,895.821 289.149,918.238L260.405,917.31L325.174,839.287Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(-0.999955,0.00950376,0.00950376,0.999955,479.201,1382.07)'%3E%3Cpath d='M234.296,622.507C257.774,647.2 276.556,676.406 289.174,708.736L234.296,729.307L196.389,635.414L234.296,622.507Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,0,1162.47)'%3E%3Cpath d='M76.327,786.736L77.114,786.996L76.934,786.536L76.327,786.736Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	mask-size: auto 130%;
	mask-repeat: no-repeat;
	mask-position: 30% 0;
}

.tp24_background-mask--large-t::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1149 1353' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='Artboard1' transform='matrix(1,0,0,1,-0.443907,-0.80788)'%3E%3Crect x='0.444' y='0.808' width='1148.4' height='1352.07' style='fill:none;'/%3E%3Cg transform='matrix(4.16667,0,0,4.16667,-1113.98,-654.524)'%3E%3Cg id='Layer-1' serif:id='Layer 1'%3E%3Cg%3E%3Cg transform='matrix(1,0,0,1,337.08,258.515)'%3E%3Cpath d='M0,-53.452L0,135.167L47.589,135.167L47.589,-53.452L117.1,-53.452L117.1,-101.041L-69.511,-101.041L-69.511,-53.452L0,-53.452Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,267.929,456.815)'%3E%3Cpath d='M0,-232.406L0,4.052L47.589,4.052L47.589,-232.406L0,-232.406Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,497.119,271.997)'%3E%3Cpath d='M25.202,141.609L-42.908,141.609L-42.908,-47.589L-90.496,-47.589L-90.496,141.609L-160.008,141.609L-160.008,189.198L25.202,189.198L25.202,141.609Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,495.903,157.474)'%3E%3Cpath d='M0,236.51L26.127,236.51L26.127,0L-21.461,0L-21.461,236.452L0,236.452L0,236.51Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	mask-size: auto 130%;
	mask-repeat: no-repeat;
	mask-position: 30% 0;
}

:root {
	--font-size--base: 1rem;
	--font-size--h1: 2.986rem;
	--font-size--h2: 2.488rem;
	--font-size--h3: 2.074rem;
	--font-size--h4: 1.728rem;
	--font-size--h5: 1.44rem;
	--font-size--h6: 1.2rem;
	--font-size--body: 1.2rem;
	--font-size--body-small: 0.833rem;
	--font-size--body-x-small: 0.694rem;
	--font-size--body-large: var(--font-size--h4);
}

@media screen and (min-width: 1000px) {
	:root {
		--font-size--base: 1rem;
	}
}

h1,
.u-heading--1 {
	font-weight: 700;
	clear: both;
	font-family: "Libre Franklin", sans-serif;
	line-height: 0.85;
	letter-spacing: -.05em;
	font-size: var(--font-size--h1);
}

h2,
.u-heading--2 {
	font-weight: 700;
	clear: both;
	font-family: "Libre Franklin", sans-serif;
	line-height: 0.85;
	letter-spacing: -.05em;
	font-size: var(--font-size--h2);
}

h3,
.u-heading--3,
.tp24_overview__entry,
.tp24_docs__doc span {
	font-weight: 700;
	clear: both;
	font-family: "Libre Franklin", sans-serif;
	line-height: 0.85;
	letter-spacing: -.05em;
	font-size: var(--font-size--h3);
}

h4,
.u-heading--4,
.tp24_description h2 {
	font-weight: 700;
	clear: both;
	font-family: "Libre Franklin", sans-serif;
	line-height: 0.85;
	letter-spacing: -.05em;
	font-size: var(--font-size--h4);
}

h5,
.u-heading--5,
.tp24_overview__open_house {
	font-weight: 700;
	clear: both;
	font-family: "Libre Franklin", sans-serif;
	line-height: 0.85;
	letter-spacing: -.05em;
	font-size: var(--font-size--h5);
}

h6,
.u-heading--6 {
	font-weight: 700;
	clear: both;
	font-family: "Libre Franklin", sans-serif;
	line-height: 0.85;
	letter-spacing: -.05em;
	font-size: var(--font-size--h6);
}

body,
button,
input,
select,
optgroup,
textarea {
	font-size: var(--font-size--body);
}

#wpadminbar {
	display: none !important;
}

html {
	margin-top: 0 !important;
}

:root {
	--tp24_page-width: 1299px;
	--padding--section: 16px;
	--tp_24-card-paddingVertical: 48px;
	--tp_24-card-paddingHorizontal: 16px;
}

@media screen and (min-width: 768px) {
	:root {
		--padding--section: 24px;
		--tp_24-card-paddingVertical: 64px;
		--tp_24-card-paddingHorizontal: 32px;
	}
}

.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-header,
.site-footer {
	flex-grow: 0;
}

.site-main {
	flex-grow: 1;
	background-color: var(--color__white);
}

.tp24_boxed-content {
	background-color: var(--color__white);
	max-width: 1299px;
	margin: 0 auto;
}

.post,
.page {
	margin-bottom: 0;
}

@use "sass:map";
.tp24_button, .wpcf7 input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 64px;
	text-decoration: none;
	transition: all .3s ease;
	font-family: "Libre Franklin", sans-serif;
	font-weight: bold;
}

.tp24_button--primary, .wpcf7 input[type="submit"] {
	border: 2px solid #000;
	background-color: #fff;
}

.tp24_button--primary:hover, .wpcf7 input:hover[type="submit"] {
	background-color: #000;
	color: #fff;
}

.tp24_button--primary-inverse, .tp24_button--primary.tp24_button--inverse, .wpcf7 input.tp24_button--inverse[type="submit"] {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.tp24_button--primary-inverse:hover, .tp24_button--primary.tp24_button--inverse:hover, .wpcf7 input.tp24_button--inverse:hover[type="submit"] {
	background-color: #fff;
	color: #000;
}

.tp24_button--background-color__midnight {
	background-color: #000 !important;
	color: #fff !important;
}

.tp24_button--background-color__midnight:hover {
	background-color: #fff !important;
	color: #000 !important;
}

.tp24_button--background-color__white {
	background-color: #fff !important;
	color: #000 !important;
}

.tp24_button--background-color__white:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.tp24_button--background-color__butterscotch {
	background-color: #f2a919 !important;
	color: #000 !important;
}

.tp24_button--background-color__butterscotch:hover {
	background-color: #f5bb49 !important;
	color: #000 !important;
}

.tp24_button--background-color__seabreeze {
	background-color: #669bbe !important;
	color: #000 !important;
}

.tp24_button--background-color__seabreeze:hover {
	background-color: #8ab2cd !important;
	color: #000 !important;
}

.tp24_button--background-color__mintleaf {
	background-color: #a7c685 !important;
	color: #000 !important;
}

.tp24_button--background-color__mintleaf:hover {
	background-color: #c0d6a8 !important;
	color: #000 !important;
}

.tp24_button--background-color__tangerine {
	background-color: #e5592d !important;
	color: #000 !important;
}

.tp24_button--background-color__tangerine:hover {
	background-color: #eb7d5a !important;
	color: #000 !important;
}

.tp24_button--background-color__lakeshoreBlue {
	background-color: #051952 !important;
	color: #fff !important;
}

.tp24_button--background-color__lakeshoreBlue:hover {
	background-color: #082882 !important;
	color: #fff !important;
}

.tp24_button--text:hover {
	text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	font-size: var(--font-size--body);
	border: 2px solid var(--color__midnight);
}

.wpcf7 {
	font-size: var(--font-size--body);
	margin: 64px 0;
}

.wpcf7 label {
	font-weight: bold;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"] {
	width: 100%;
}

@media screen and (min-width: 600px) {
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"] {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"] {
		width: 50%;
	}
}

.wpcf7 textarea {
	height: 7em;
}

.wpcf7 input[type="submit"] {
	width: 100%;
	font-size: var(--font-size--body);
}

@media screen and (min-width: 768px) {
	.wpcf7 input[type="submit"] {
		width: auto;
	}
}

.wpcf7 form .wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: 0;
}

.wpcf7-radio {
	display: flex;
	gap: 32px;
	margin-left: 4px;
}

.wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
	margin-right: 0;
}

.wpcf7-radio .wpcf7-list-item label {
	display: flex;
	gap: 16px;
}

.wpcf7-radio input[type="radio"] {
	transform: scale(1.5);
}

.site-header {
	display: flex;
	width: 100vw;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

@media screen and (min-width: 1000px) {
	.site-header {
		height: 120px;
	}
}

.site-branding__logo img {
	display: block;
	height: 80px;
}

.custom-logo {
	width: 120px;
}

@media screen and (min-width: 1000px) {
	.custom-logo {
		width: 280px;
	}
}

.t_site-description {
	display: none;
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 1000px) {
	.t_site-description {
		display: flex;
	}
}

.main-navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-navigation .nav-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transition: opacity .3s ease;
	flex-direction: column;
	justify-content: center;
	gap: 32px;
	z-index: 10;
}

@media screen and (min-width: 1000px) {
	.main-navigation .nav-menu {
		gap: 64px;
	}
}

.main-navigation .nav-menu li {
	text-align: center;
	font-size: 1.5rem;
	font-family: "Libre Franklin", sans-serif;
	font-weight: bold;
}

@media screen and (min-width: 1000px) {
	.main-navigation .nav-menu li {
		font-size: 36px;
	}
}

.main-navigation .nav-menu li a:hover {
	text-decoration: underline;
}

.main-navigation .menu-toggle {
	z-index: 20;
	height: 44px;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 0;
	position: relative;
}

@media screen and (min-width: 1000px) {
	.main-navigation .menu-toggle {
		height: 60px;
		gap: 6px;
	}
}

.main-navigation .menu-toggle-bar {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #000;
	transition: all .3s ease;
}

@media screen and (min-width: 1000px) {
	.main-navigation .menu-toggle-bar {
		width: 50px;
		height: 3px;
	}
}

.main-navigation.toggled .menu-toggle-bar:nth-child(2n + 0) {
	transform: translateY(6px) rotate(45deg);
}

@media screen and (min-width: 1000px) {
	.main-navigation.toggled .menu-toggle-bar:nth-child(2n + 0) {
		transform: translateY(9px) rotate(45deg);
	}
}

.main-navigation.toggled .menu-toggle-bar:nth-child(2n + 1) {
	transform: translateY(0px) rotate(-45deg);
}

.main-navigation.toggled .menu-toggle-bar:last-child {
	transform: translateY(0px) rotate(0deg);
	opacity: 0;
}

body:has(.main-navigation.toggled) {
	position: fixed;
}

.site-footer {
	padding: var(--padding--section);
	display: flex;
	justify-content: center;
}

.site-footer p {
	margin: 0;
	max-width: var(--tp24_page-width);
}

.site-footer--sold {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (min-width: 1000px) {
	.site-footer--sold {
		padding-top: 192px;
		padding-bottom: 192px;
	}
}

.t_footer {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: "heading" "content" "contact";
	row-gap: 48px;
}

@media screen and (min-width: 860px) {
	.t_footer {
		max-width: 864px;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "heading content" "heading contact";
		column-gap: 48px;
		border: 2px solid white;
		padding: 32px;
	}
	.t_footer p {
		font-size: var(--font-size--body);
		margin-bottom: 1.5em;
	}
	.t_footer p:first-child {
		margin-top: 0;
	}
	.t_footer p:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1100px) {
	.t_footer {
		max-width: 1000px;
	}
	.t_footer p {
		font-size: 26px;
	}
}

@media screen and (min-width: 860px) {
	.t_footer__heading {
		grid-area: heading;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 120px;
	}
}

@media screen and (min-width: 1100px) {
	.t_footer__heading {
		font-size: 150px;
	}
}

@media screen and (min-width: 1300px) {
	.t_footer__heading {
		font-size: 150px;
	}
}

.t_footer__content {
	grid-area: content;
}

.t_footer__contact {
	grid-area: contact;
	align-self: end;
}

.t_footer__meta {
	font-size: var(--font-size--body);
	padding: 16px;
	text-align: center;
	align-self: flex-start;
	display: block;
}

@media screen and (min-width: 860px) {
	.t_footer__meta {
		align-self: center;
	}
}

.tp24_video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	display: block;
	width: 100%;
}

.tp24_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tp24_overview {
	max-width: var(--tp24_page-width);
	margin: 0 auto;
	padding: calc(var(--padding--section) * 4) var(--padding--section);
	display: flex;
	flex-direction: column;
	gap: var(--padding--section);
	position: relative;
}

@media screen and (min-width: 768px) {
	.tp24_overview {
		--font-size--h4: var(--font-size--h2);
	}
}

.tp24_overview__title {
	text-transform: uppercase;
	margin: 0;
}

.tp24_overview__entry {
	display: block;
	text-transform: uppercase;
	margin: 0;
}

.tp24_overview__book-viewing {
	margin-top: 24px;
}

@media screen and (max-width: 767px) {
	.tp24_overview__book-viewing .tp24_button, .tp24_overview__book-viewing .wpcf7 input[type="submit"], .wpcf7 .tp24_overview__book-viewing input[type="submit"] {
		font-size: var(--font-size--h4);
	}
}

@media screen and (min-width: 768px) {
	.tp24_overview__book-viewing .tp24_button, .tp24_overview__book-viewing .wpcf7 input[type="submit"], .wpcf7 .tp24_overview__book-viewing input[type="submit"] {
		display: inline-block;
	}
}

.tp24_overview-features {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tp24_overview-features .tp24_overview__entry {
	line-height: 1.5;
}

.tp24_overview-feature {
	display: flex;
	flex-basis: 8em;
}

@media screen and (min-width: 768px) {
	.tp24_overview-feature {
		flex-basis: unset;
	}
	.tp24_overview-feature + .tp24_overview-feature::before {
		content: "|";
		font-weight: normal;
		font-size: var(--font-size--h3);
		margin: 0 32px;
	}
}

.tp24_feature-count {
	display: flex;
	align-items: center;
	font-size: var(--font-size--h3);
	gap: 16px;
	font-weight: 700;
}

.tp24_feature-count img {
	max-width: 1.2em;
}

.tp24_overview__features {
	flex-basis: 100%;
}

@media screen and (min-width: 768px) {
	.tp24_overview__features {
		flex-basis: unset;
	}
}

.tp24_overview__price {
	margin-bottom: .5em;
}

.tp24_description {
	max-width: var(--tp24_page-width);
	margin: 0 auto;
	padding: var(--padding--section);
	display: grid;
	gap: 16px 32px;
	grid-template-areas: "what_our_sellers_love" "extras" "inclusions";
}

@media screen and (min-width: 768px) {
	.tp24_description {
		--font-size--h4: var(--font-size--h2);
	}
}

@media screen and (min-width: 1000px) {
	.tp24_description {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "what_our_sellers_love what_our_sellers_love" "extras inclusions";
	}
}

.tp24_description__what_our_sellers_love {
	grid-area: what_our_sellers_love;
}

.tp24_description__extras {
	grid-area: extras;
}

.tp24_description__inclusions {
	grid-area: inclusions;
}

.tp24_details {
	margin: var(--padding--section) auto;
}

.tp24_details__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: "property" "rooms" "mls";
}

@media screen and (min-width: 1000px) {
	.tp24_details__grid {
		grid-template-columns: repeat(3, 1fr);
		grid-template-areas: "property rooms mls";
	}
}

.tp24_details__grid-item {
	padding: var(--tp_24-card-paddingVertical) var(--tp_24-card-paddingHorizontal);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tp24_details__grid-item > span {
	margin-bottom: 8px;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.tp24_details__grid-item > span {
		flex-direction: row;
	}
	.tp24_details__grid-item > span b {
		flex-basis: 50%;
	}
}

@media screen and (min-width: 1000px) {
	.tp24_details__grid-item > span {
		display: block;
	}
}

.tp24_details__property {
	grid-area: property;
}

.tp24_details__rooms {
	grid-area: rooms;
}

.tp24_details__mls {
	grid-area: mls;
}

.tp24_photos {
	margin-bottom: calc(var(--padding--section) * 2);
	padding-left: var(--padding--section);
	padding-right: var(--padding--section);
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.tp24_photos {
		--font-size--h4: var(--font-size--h2);
	}
}

.tp24_photos h2 {
	text-align: center;
}

.tp24_docs {
	padding: var(--padding--section);
}

@media screen and (min-width: 1300px) {
	.tp24_docs {
		margin-bottom: calc(var(--padding--section) * 4);
	}
}

.tp24_docs__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -8px;
	margin-right: -8px;
	overflow: visible;
}

.tp24_docs__doc-wrapper {
	padding: 8px;
	flex-basis: 100%;
}

@media screen and (min-width: 768px) {
	.tp24_docs__doc-wrapper {
		flex-basis: 50%;
	}
}

@media screen and (min-width: 1000px) {
	.tp24_docs__doc-wrapper {
		flex-basis: 33.3333%;
	}
}

.tp24_docs__doc {
	padding: calc(var(--tp_24-card-paddingVertical) * 3) var(--tp_24-card-paddingHorizontal);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	position: relative;
	height: 100%;
	color: var(--color__white);
}

.tp24_docs__doc .tp24__image-backdrop {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
}

.tp24_docs__doc .tp24__image-backdrop::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.tp24_docs__doc span {
	text-transform: uppercase;
	position: relative;
	color: var(--color__white);
	margin: 0;
	text-decoration: underline;
	line-height: 1;
}

/*# sourceMappingURL=style.css.map */