@charset "UTF-8";
/*!
Theme Name: hellsbay
Theme URI: http://underscores.me/
Author: brent carlin
Author URI: http://www.markhamandstein.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hell bay
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 with others.

hellsbay is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond&family=Lora&family=Montserrat:wght@200;300;400;600;700&display=swap);
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; }

body {
	margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block; }

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline; }

audio:not([controls]) {
	display: none;
	height: 0; }

[hidden],
template {
	display: none; }

a {
	background-color: transparent; }

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

abbr[title] {
	border-bottom: 1px dotted; }

b,
strong {
	font-weight: bold; }

dfn {
	font-style: italic; }

h1 {
	margin: 0.67em 0;
	font-size: 2em; }

mark {
	background: #ff0;
	color: #000; }

small {
	font-size: 80%; }

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

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

img {
	border: 0; }

svg:not(:root) {
	overflow: hidden; }

figure {
	margin: 1em 40px; }

hr {
	box-sizing: content-box;
	height: 0; }

pre {
	overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit; }

button {
	overflow: visible; }

button,
select {
	text-transform: none; }

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

button[disabled],
html input[disabled] {
	cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0; }

input {
	line-height: normal; }

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0; }

legend {
	padding: 0;
	border: 0; }

textarea {
	overflow: auto; }

optgroup {
	font-weight: bold; }

table {
	border-spacing: 0;
	border-collapse: collapse; }

td,
th {
	padding: 0; }

/* -------------------------------------------------------------------------- */
/*	8. Post: Archive
/* -------------------------------------------------------------------------- */
/* Archive Header ---------------------------- */
.archive-header {
	background-color: #fff;
	padding: 4rem 0; }

.reduced-spacing .archive-header {
	padding-bottom: 2rem; }

.archive-title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.026666667em;
	margin: 0; }

.archive-subtitle p:last-child {
	margin-bottom: 0; }

/* Posts ------------------------------------- */
body:not(.singular) main > article:first-of-type {
	padding: 20px 0 0 0; }

/* Search Results ---------------------------- */
.no-search-results-form {
	padding-top: 5rem; }

/* -------------------------------------------------------------------------- */
/*	9. Post: Single
/* -------------------------------------------------------------------------- */
/* Post Header ------------------------------- */
.singular .entry-header {
	background-color: #fff;
	padding: 4rem 0; }

.entry-categories {
	line-height: 1.25;
	margin-bottom: 2rem; }

.entry-categories-inner {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem 0 0 -1rem; }

.entry-categories a {
	border-bottom: 0.15rem solid currentColor;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.036666667em;
	margin: 0.5rem 0 0 1rem;
	text-decoration: none;
	text-transform: uppercase; }

.entry-categories a:focus,
.entry-categories a:hover {
	border-bottom-color: transparent; }

h1.entry-title,
h2.entry-title {
	margin: 0; }

.entry-title a {
	color: inherit;
	text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
	text-decoration: underline; }

.intro-text {
	margin-top: 2rem; }

.singular .intro-text {
	font-size: 2rem;
	letter-spacing: -0.0315em;
	line-height: 1.4; }

/* POST META */
.post-meta-single-top .post-meta {
	justify-content: center; }

.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%; }

.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem; }

.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem); }

.post-meta a {
	color: inherit;
	text-decoration: none; }

.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline; }

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap; }

.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem; }

.sticky .post-sticky {
	color: inherit; }

.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem; }

.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem; }

.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem; }

.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem; }

.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem; }

.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem; }

.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem; }

.post-meta svg * {
	fill: currentColor; }

/* Featured Media ---------------------------- */
.featured-media {
	margin-top: 5rem;
	position: relative; }

.singular .featured-media {
	margin-top: 0; }

.singular .featured-media-inner {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw; }

.singular .featured-media::before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	top: 0; }

.featured-media img {
	margin: 0 auto; }

.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem); }

.post-inner {
	padding-top: 5rem; }

.reduced-spacing.missing-post-thumbnail .post-inner {
	padding-top: 0; }

/* Post Footer ------------------------------- */
/* POST NAV LINKS */
.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin: 3em auto 0 auto;
	padding: 0;
	width: calc(100% - 4rem);
	max-width: 58rem; }

.post-nav-links > span.label {
	padding: 1em 0; }

.post-nav-links > * {
	padding: 1em 0.75em; }

/* POST META BOTTOM */
.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 3rem; }

/* Author Bio -------------------------------- */
.author-bio {
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%; }

.hide-avatars .author-bio {
	padding-left: 0; }

.author-bio .author-title-wrapper {
	align-items: center;
	display: flex;
	margin: 0 0 1rem 0; }

.author-bio .avatar {
	border-radius: 50%;
	margin-right: 1.5rem;
	height: 5rem;
	width: 5rem; }

.hide-avatars img.avatar {
	display: none; }

.author-bio p:last-child {
	margin-bottom: 0; }

.author-bio .author-title {
	margin: 0; }

.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none; }

.author-bio .author-link:focus,
.author-bio .author-link:hover {
	text-decoration: underline; }

/* Single Pagination ------------------------- */
.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem; }

.pagination-single-inner {
	display: flex;
	flex-direction: column; }

.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0; }

.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0; }

.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	letter-spacing: -0.0275em;
	text-decoration: none;
	flex: 1; }

.pagination-single a + a {
	margin-top: 1rem; }

.pagination-single a .arrow {
	margin-right: 1rem; }

.pagination-single a:focus .title,
.pagination-single a:hover .title {
	text-decoration: underline; }

/* -------------------------------------------------------------------------- */
/*	10. Blocks
/* -------------------------------------------------------------------------- */
/* Block Colors ------------------------------ */
.has-text-color a {
	color: inherit; }

/* CUSTOM COLORS */
:root .has-accent-color {
	color: #cd2653; }

:root .has-accent-background-color {
	background-color: #cd2653;
	color: #fff; }

:root .has-primary-color {
	color: #000; }

:root .has-primary-background-color {
	background-color: #000;
	color: #f5efe0; }

:root .has-secondary-color {
	color: #6d6d6d; }

:root .has-secondary-background-color {
	background-color: #6d6d6d;
	color: #fff; }

:root .has-subtle-background-color {
	color: #dcd7ca; }

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
	color: #000; }

:root .has-background-color {
	color: #f5efe0; }

:root .has-background-background-color {
	background-color: #f5efe0;
	color: #000; }

/* Block Typography Classes ------------------ */
.has-text-align-left {
	/*rtl:ignore*/
	text-align: left; }

.has-text-align-center {
	text-align: center; }

.has-text-align-right {
	text-align: right; }

.has-drop-cap:not(:focus)::first-letter {
	color: #cd2653;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0; }

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both; }

.has-drop-cap:not(:focus)::after {
	padding: 0; }

/* Block Font Families ----------------------- */
.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; }

@supports (font-variation-settings: normal) {
	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .wp-block-archives,
	.entry-content .wp-block-categories,
	.entry-content .wp-block-latest-posts,
	.entry-content .wp-block-latest-comments,
	.entry-content .wp-block-cover-image p,
	.entry-content .wp-block-pullquote {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; } }

/* Block Font Sizes -------------------------- */
.entry-content .has-small-font-size {
	font-size: 0.842em; }

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em; }

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45; }

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4; }

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3; }

/* Block: Base Margins ----------------------- */
*[class*="_inner-container"] > *:first-child {
	margin-top: 0; }

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0; }

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem; }

/* Block: Shared Nesting Alignment Resets ---- */
[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem; }

/* Block: Shared Widget Styles --------------- */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0; }

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none; }

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
	margin-left: 0; }

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0; }

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit; }

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
	color: #6d6d6d; }

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none; }

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline; }

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25; }

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em; }

/* Block: Shared Media Styles ---------------- */
.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #6d6d6d;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem; }

/* Block: Audio ------------------------------ */
.wp-block-audio audio {
	width: 100%; }

/* Block: Button ----------------------------- */
.wp-block-button {
	margin: 3rem 0; }

.wp-block-button.is-style-outline {
	color: #cd2653; }

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit; }

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem); }

/* Block: Columns ---------------------------- */
.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem; }

.wp-block-column {
	margin-bottom: 3.2rem; }

.wp-block-column > *:first-child {
	margin-top: 0; }

.wp-block-column > *:last-child {
	margin-bottom: 0; }

/* Block: Cover ------------------------------ */
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0; }

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0; }

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 3.2rem; }

/* Block: Embed ------------------------------ */
/* Block: File ------------------------------- */
.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; }

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none; }

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem; }

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline; }

.wp-block-file .wp-block-file__button {
	font-size: 1.5rem;
	padding: 1em 1.25em; }

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1; }

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline; }

/* Block: Gallery ---------------------------- */
.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0; }

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem; }

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0; }

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem; }

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem; }

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem; }

/* Block: Group ------------------------------ */
.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0; }

.wp-block-group__inner-container {
	margin: 0 auto; }

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%; }

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem; }

/* Block: Image ------------------------------ */
/* Block: Media And Text --------------------- */
.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem; }

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none; }

.wp-block-media-text__content > *:first-child {
	margin-top: 0; }

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0; }

/* Block: Pullquote -------------------------- */
/* STYLE: DEFAULT */
.wp-block-pullquote {
	padding: 0;
	position: relative; }

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem); }

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: #cd2653;
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem; }

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem; }

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0; }

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	letter-spacing: -0.041785714em;
	max-width: 100%; }

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0; }

.wp-block-pullquote cite {
	color: #6d6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem; }

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 2.8rem; }

.wp-block-pullquote.alignleft {
	text-align: left; }

.wp-block-pullquote.alignright {
	text-align: right; }

.wp-block-pullquote.alignleft::before {
	margin-left: 0; }

.wp-block-pullquote.alignright::before {
	margin-right: 0; }

/* STYLE: SOLID BACKGROUND COLOR */
.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem; }

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%); }

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%); }

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem; }

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem; }

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit; }

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit; }

/* Block: Separator  ------------------------- */
hr.wp-block-separator {
	margin: 3rem 0; }

/* STYLE: WIDE */
.wp-block-separator.is-style-wide {
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%; }

/* STYLE: DOTS */
.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto; }

.wp-block-separator.is-style-dots::after {
	content: none; }

/* Block: Search ----------------------------- */
.wp-block-search .wp-block-search__input {
	width: auto; }

/* Block: Table ------------------------------ */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca; }

figure.wp-block-table.is-style-stripes {
	border-bottom: none; }

.wp-block-table.is-style-stripes table {
	border-collapse: inherit; }

/* Block: Quote ------------------------------ */
.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit; }

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0; }

.wp-block-quote[style="text-align:right"] {
	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;
	/*rtl:end:ignore*/ }

/* STYLE: LARGE */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto; }

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.285; }

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit; }

/* Block: Widget Latest Comments ------------- */
.entry-content .wp-block-latest-comments li {
	margin: 2rem 0; }

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem; }

.entry-content .wp-block-latest-comments a {
	text-decoration: none; }

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline; }

.wp-block-latest-comments__comment {
	font-size: inherit; }

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em; }

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0; }

/* Block: Widget Latest Posts ---------------- */
.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem; }

.wp-block-latest-posts.has-dates {
	list-style: none; }

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem; }

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0; }

/* -------------------------------------------------------------------------- */
/*	13. Site Pagination
/* -------------------------------------------------------------------------- */
.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem); }

.pagination-separator {
	margin: 5rem 0; }

.nav-links > * {
	margin: 1.5rem 0 0 2.5rem; }

.nav-links .placeholder {
	display: none;
	visibility: hidden; }

.pagination a {
	text-decoration: none; }

.pagination a:focus,
.pagination a:hover {
	text-decoration: underline; }

.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d; }

.nav-short {
	display: none; }

/* -------------------------------------------------------------------------- */
/*	14. Error 404
/* -------------------------------------------------------------------------- */
.error404 #site-content {
	padding-top: 4rem; }

.error404-content {
	text-align: center; }

.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem; }

/* -------------------------------------------------------------------------- */
/*	15.	Widgets
/* -------------------------------------------------------------------------- */
/* Widget Base ------------------------------- */
.widget {
	margin-top: 3rem; }

.widget:first-child {
	margin-top: 0; }

.widget-content > div > *:first-child {
	margin-top: 0; }

.widget-content > div > *:last-child {
	margin-bottom: 0; }

.widget .widget-title {
	margin: 0 0 2rem; }

.widget li {
	margin: 2rem 0 0 0; }

.widget li:first-child,
.widget li > ul,
.widget li > ol {
	margin-top: 0; }

.widget table,
.widget table * {
	border-color: #dedfdf; }

.widget table caption {
	background-color: #dedfdf; }

.widget .post-date,
.widget .rss-date {
	color: #6d6d6d;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	margin-top: 0.2rem; }

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

/* Font Families ----------------------------- */
.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
	letter-spacing: normal; }

.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; }

@supports (font-variation-settings: normal) {
	.widget-content cite,
	.widget-content figcaption,
	.widget-content .wp-caption-text {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; } }

/* Base List Widget -------------------------- */
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
	margin: 0; }

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	color: #6d6d6d;
	margin: 0.3rem 0; }

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
	margin-left: 2rem; }

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
	font-weight: 700;
	text-decoration: none; }

.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
	text-decoration: underline; }

/* Widget: Calendar -------------------------- */
.calendar_wrap {
	font-size: 2.4rem; }

.calendar_wrap th,
.calendar_wrap td,
.wp-calendar-nav span {
	display: table-cell;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	padding: 2.5% 2.5% 1.75% 2.5%;
	text-align: center; }

.wp-calendar-table {
	margin-bottom: 0; }

.wp-calendar-nav {
	display: table;
	width: 100%;
	font-size: 1.8rem; }

.calendar_wrap tfoot td {
	border-bottom: none; }

.calendar_wrap tfoot a,
.calendar_wrap .wp-calendar-nav a {
	text-decoration: none; }

.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
	text-align: left; }

.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
	text-align: right; }

/* Widget: Image ----------------------------- */
/* Widget: Gallery --------------------------- */
.widget_media_gallery .gallery {
	margin: 0 -0.4em -0.8em -0.4em;
	width: calc(100% + 0.8em); }

.widget_media_gallery .gallery-item {
	margin: 0 0 0.8em 0;
	padding: 0 0.4em; }

/* Widget: Nav Menu -------------------------- */
.widget_nav_menu .widget-content > div > ul {
	margin-left: 0; }

/* Widget: Recent Comments ------------------- */
.widget_recent_comments li {
	font-weight: 700; }

.widget_recent_comments a {
	text-decoration: none; }

.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
	text-decoration: underline; }

/* Widget: Recent Entries -------------------- */
.widget_recent_entries a {
	font-weight: 700;
	text-decoration: none; }

.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
	text-decoration: underline; }

/* Widget: RSS ------------------------------- */
.widget_rss .widget-title a.rsswidget:first-of-type {
	display: none; }

.widget_rss .rsswidget {
	font-weight: 700; }

.widget_rss a {
	text-decoration: none; }

.widget_rss a:focus,
.widget_rss a:hover {
	text-decoration: underline; }

.widget_rss .rssSummary {
	margin-top: 0.5rem; }

.widget_rss cite::before {
	content: "— "; }

/* Widget: Search ---------------------------- */
.widget_search .search-field {
	border-color: #dedfdf; }

/* Widget: Tag Cloud ------------------------- */
.widget_tag_cloud a {
	font-weight: 700;
	margin-right: 0.5rem;
	text-decoration: none;
	white-space: nowrap; }

.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
	text-decoration: underline; }

/* Widget: Text ------------------------------ */
/* -------------------------------------------------------------------------- */
/*	16. Site Footer
/* -------------------------------------------------------------------------- */
.footer-nav-widgets-wrapper,
#site-footer {
	background-color: #fff;
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0; }

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
	margin-top: 5rem; }

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0.1rem; }

.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
	padding: 3rem 0; }

/* Footer Top -------------------------------- */
.footer-top {
	display: flex;
	border-bottom: 0.1rem solid #dedfdf;
	justify-content: space-between; }

/* FOOTER MENU */
.footer-menu {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.0277em; }

.footer-menu li {
	line-height: 1.25;
	margin: 0.25em 0 0 0; }

.footer-menu a {
	text-decoration: none;
	word-break: normal;
	word-wrap: normal; }

.footer-menu a:hover,
.footer-menu a:focus {
	text-decoration: underline; }

/* FOOTER SOCIAL */
.footer-social-wrapper {
	margin: 0;
	width: 100%; }

.has-footer-menu .footer-social-wrapper {
	flex-shrink: 0;
	margin-left: 1rem;
	width: 50%; }

ul.footer-social {
	margin: -0.5rem 0 0 -0.5rem; }

.has-footer-menu .footer-social {
	justify-content: flex-end; }

ul.footer-social li {
	margin: 0.5rem 0 0 0.5rem; }

.footer-social a {
	background-color: #cd2653;
	height: 3.6rem;
	width: 3.6rem; }

.footer-social a::before {
	font-size: 1.6rem; }

/* Footer Widgets ---------------------------- */
.footer-widgets-outer-wrapper {
	border-bottom: 0.1rem solid #dedfdf; }

.footer-widgets + .footer-widgets {
	margin-top: 3rem; }

/* Footer Bottom ----------------------------- */
#site-footer {
	font-size: 1.6rem; }

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between; }

#site-footer a {
	text-decoration: none; }

#site-footer a:focus,
#site-footer a:hover {
	text-decoration: underline; }

.footer-copyright a,
.powered-by-wordpress a {
	color: inherit; }

.powered-by-wordpress,
.to-the-top {
	color: #6d6d6d; }

a.to-the-top > * {
	pointer-events: none; }

.footer-copyright {
	font-weight: 600;
	margin: 0; }

.powered-by-wordpress {
	display: none;
	margin: 0 0 0 2.4rem; }

.to-the-top-long {
	display: none; }

/* -------------------------------------------------------------------------- */
/*	17. Media Queries
/* -------------------------------------------------------------------------- */
@media (max-width: 479px) {
	/* Blocks -------------------------------- */
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		float: none; }
	/* Entry Content ------------------------- */
	/* LISTS */
	ul,
	ol {
		margin: 0 0 3rem 2rem; }
	li {
		margin: 0.5rem 0 0 1rem; }
	/* Post Footer --------------------------- */
	/* POST NAV LINKS */
	.post-nav-links {
		margin: 3em 0 0 0; } }

@media (min-width: 480px) {
	/* Blocks -------------------------------- */
	/* BLOCK: BASE ALIGNMENT WIDTH */
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem; }
	/* BLOCK: TABLE WIDTH */
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%; }
	/* Entry Content ------------------------- */
	/* ALIGNMENT CLASSES */
	.alignleft,
	.alignright {
		max-width: 26rem; }
	/* Post Footer --------------------------- */
	/* POST NAV LINKS */
	.post-nav-links {
		margin: 3em 0 0 0; } }

@media (max-width: 599px) {
	/* Blocks -------------------------------- */
	/* BLOCK: COLUMNS */
	/* While columns are stacked */
	.wp-block-column:last-child {
		margin-bottom: 0; }
	.wp-block-columns + .wp-block-columns {
		margin-top: 0.2rem; }
	.wp-block-columns.alignwide + .wp-block-columns.alignwide {
		margin-top: -0.8rem; }
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -1.8rem; }
	/* Template -------------------------------- */
	/* TEMPLATE: COVER */
	.template-cover .post-inner .post-meta-wrapper,
	.template-cover .post-inner .author-bio {
		width: calc( 100% - 4rem); }
	/* Post Footer --------------------------- */
	/* POST NAV LINKS */
	.post-nav-links {
		margin: 3em 0 0 0; } }

@media (min-width: 600px) {
	/* Blocks -------------------------------- */
	/* BLOCK: COLUMNS */
	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4rem; }
	/* Post Footer --------------------------- */
	/* POST NAV LINKS */
	.post-nav-links {
		margin: 3em 0 0 0; } }

@media (min-width: 660px) {
	/* Blocks -------------------------------- */
	/* BLOCK: GALLERY */
	figure.wp-block-gallery.alignleft {
		/*rtl:ignore*/
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2); }
	figure.wp-block-gallery.alignright {
		/*rtl:ignore*/
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2); }
	/* Entry Content ------------------------- */
	/* ALIGNMENT CLASSES */
	.entry-content > .alignleft {
		/*rtl:ignore*/
		margin-left: 4rem; }
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {
		/*rtl:ignore*/
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2); }
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		/*rtl:ignore*/
		margin-left: 0; }
	.entry-content > .alignright {
		/*rtl:ignore*/
		margin-right: 4rem; }
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {
		/*rtl:ignore*/
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2); }
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
		/*rtl:ignore*/
		margin-right: 0; }
	/* Post Footer --------------------------- */
	/* POST NAV LINKS */
	.post-nav-links {
		margin: 3em auto 0 auto; } }

@media (min-width: 700px) {
	/* Element Base ------------------------- */
	ul,
	ol {
		margin-bottom: 4rem; }
	pre {
		padding: 3rem; }
	hr {
		margin: 8rem auto; }
	/* VANILLA GALLERIES */
	.gallery-columns-2 .gallery-item {
		max-width: 50%; }
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%; }
	.gallery-columns-4 .gallery-item {
		max-width: 25%; }
	.gallery-columns-5 .gallery-item {
		max-width: 20%; }
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%; }
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%; }
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%; }
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%; }
	/* TITLES */
	/* INPUTS */
	fieldset {
		padding: 3rem; }
	legend {
		padding: 0 1.5rem; }
	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.7rem; }
	/* MEDIA */
	figcaption,
	.wp-caption-text {
		margin-top: 1.8rem; }
	/* Helper Classes ------------------------- */
	/* SECTIONS */
	section {
		padding: 8rem 0; }
	.section-inner {
		width: calc(100% - 8rem); }
	/* Site Header --------------------------- */
	.header-inner {
		padding: 3.8rem 0; }
	.site-title {
		font-size: 2.4rem;
		font-weight: 700; }
	.site-description {
		display: block; }
	.site-logo img {
		max-height: 9rem;
		transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear; }
	/* HEADER TOGGLES */
	.toggle-inner .toggle-text {
		font-size: 1.2rem; }
	.search-toggle {
		left: 2rem; }
	.nav-toggle {
		right: 2rem; }
	/* Menu Modal ---------------------------- */
	button.close-nav-toggle {
		font-size: 1.8rem;
		padding: 4rem 0; }
	button.close-nav-toggle svg {
		height: 2rem;
		width: 2rem; }
	button.close-nav-toggle .toggle-text {
		margin-right: 2.1rem; }
	.modal-menu {
		left: auto;
		width: 100%; }
	.modal-menu > li > a,
	.modal-menu > li > .ancestor-wrapper > a {
		font-size: 2.4rem;
		padding: 2.5rem 0; }
	.modal-menu ul li {
		border-left-color: transparent; }
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
		padding: 0 3rem; }
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
		height: 1.1rem;
		width: 1.8rem; }
	.menu-bottom {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 4.4rem 0; }
	.menu-copyright {
		display: block;
		flex-shrink: 0;
		margin-right: 4rem; }
	/* Modal Search Form ------------------------- */
	.search-modal form {
		position: relative;
		width: 100%; }
	.search-untoggle svg {
		height: 2.5rem;
		width: 2.5rem; }
	.search-modal .search-field {
		border: none;
		font-size: 3.2rem;
		height: 14rem; }
	.search-modal .search-field::-moz-placeholder {
		line-height: 4.375; }
	/* Sub Page ------------------------------ */
	/* FEATURED MEDIA */
	.featured-media figcaption {
		margin: 2rem auto 0 auto;
		width: calc(100% - 8rem); }
	/* Template: Cover Template -------------- */
	.cover-header-inner {
		padding: 18rem 0 8rem 0; }
	.to-the-content-wrapper {
		top: calc(100% + 1.8rem); }
	.to-the-content {
		height: 6rem; }
	.to-the-content svg {
		height: 2.4rem;
		width: 2.12rem; }
	/* Template: Full Width ------------------ */
	body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		width: calc(100% - 8rem); }
	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 4rem;
		padding-right: 4rem; }
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		/*rtl:ignore*/
		margin-left: 4rem; }
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		/*rtl:ignore*/
		margin-right: 4rem; }
	/* Post: Archive ------------------------- */
	.archive-header {
		padding: 8rem 0; }
	.reduced-spacing .archive-header {
		padding-bottom: 3rem; }
	.archive-title {
		font-size: 3.2rem; }
	/* SEARCH RESULTS */
	.no-search-results-form {
		padding-top: 8rem; }
	/* Post: Single -------------------------- */
	/* POST HEADER */
	.singular .entry-header {
		padding: 8rem 0; }
	.entry-categories {
		margin-bottom: 3rem; }
	.entry-categories-inner {
		margin: -1rem 0 0 -2rem; }
	.entry-categories a {
		font-size: 1.5rem;
		margin: 1rem 0 0 2rem; }
	.intro-text {
		font-size: 2rem;
		margin-top: 2.5rem; }
	.singular .intro-text {
		font-size: 2.6rem; }
	.post-meta-wrapper {
		margin-top: 3rem; }
	.post-meta {
		font-size: 1.6rem;
		margin: -1.4rem 0 0 -3rem; }
	.post-meta li {
		margin: 1.4rem 0 0 3rem;
		max-width: calc(100% - 3rem); }
	.featured-media {
		margin-top: 6rem; }
	.post-inner {
		padding-top: 8rem; }
	/* POST FOOTER */
	.post-meta-wrapper.post-meta-single-bottom {
		margin-top: 4rem; }
	/* AUTHOR BIO */
	.author-bio {
		margin-top: 8rem;
		min-height: 8rem;
		padding-left: 10rem;
		position: relative; }
	.author-bio .avatar {
		position: absolute;
		left: 0;
		top: 0;
		height: 8rem;
		width: 8rem; }
	/* SINGLE PAGINATION */
	.pagination-single {
		font-size: 2.4rem;
		margin-top: 8rem; }
	.pagination-single-inner {
		flex-direction: row;
		justify-content: space-between; }
	.pagination-single.only-next .pagination-single-inner {
		justify-content: flex-end; }
	.pagination-single hr:first-child {
		margin: 0 0 4rem 0; }
	.pagination-single hr:last-child {
		margin: 4rem 0 0.8rem 0; }
	.pagination-single a + a {
		margin: 0 0 0 4rem; }
	.pagination-single a .arrow {
		margin: 0 2rem 0 0; }
	.pagination-single .next-post {
		flex-direction: row-reverse;
		text-align: right; }
	.pagination-single .next-post .arrow {
		margin: 0 0 0 2rem; }
	/* Blocks -------------------------------- */
	/* BLOCK: SHARED MEDIA STYLES */
	.wp-block-embed figcaption,
	.wp-block-image figcaption {
		font-size: 1.6rem; }
	/* BLOCK: BASE MARGINS */
	.wp-block-archives:not(.alignwide):not(.alignfull),
	.wp-block-categories:not(.alignwide):not(.alignfull),
	.wp-block-code,
	.wp-block-columns:not(.alignwide):not(.alignfull),
	.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
	.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-media-text:not(.alignwide):not(.alignfull),
	.wp-block-preformatted,
	.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
	.wp-block-quote,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.wp-block-verse,
	.wp-block-video:not(.alignwide):not(.alignfull) {
		margin-bottom: 4rem;
		margin-top: 4rem; }
	/* BLOCK: COLUMNS */
	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem; }
	/* BLOCK: COVER */
	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 8rem); }
	.wp-block-cover-image h2,
	.wp-block-cover h2 {
		font-size: 4.8rem; }
	/* BLOCK: GALLERY */
	figure.wp-block-gallery.alignnone,
	figure.wp-block-gallery.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem; }
	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 6rem;
		margin-top: 6rem; }
	/* BLOCK: GROUP */
	.wp-block-group.has-background {
		padding: 4rem;
		margin-top: 0;
		margin-bottom: 0; }
	.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0; }
	/* BLOCK: MEDIA AND TEXT */
	.wp-block-media-text .wp-block-media-text__content {
		padding: 4rem; }
	/* BLOCK: PULLQUOTE */
	.wp-block-pullquote blockquote p {
		font-size: 3.2rem; }
	.wp-block-pullquote cite {
		margin-top: 2rem; }
	.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
		padding-left: 1rem;
		padding-right: 1rem; }
	.wp-block-pullquote.alignwide::before,
	.wp-block-pullquote.alignfull::before {
		font-size: 11.272727272rem;
		height: 8rem;
		margin-bottom: 2rem;
		width: 8rem; }
	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 4.8rem;
		line-height: 1.203125; }
	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p,
	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 3.2rem;
		line-height: 1.1875; }
	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 6rem 4rem 4rem; }
	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 2.6rem; }
	/* BLOCK: QUOTE */
	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 2.8rem; }
	/* BLOCK: SEPARATOR */
	hr.wp-block-separator {
		margin: 6rem auto; }
	.wp-block-separator.is-style-wide {
		max-width: calc(100vw - 8rem); }
	/* Entry Content ------------------------- */
	.alignnone,
	.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem; }
	.alignleft {
		/*rtl:ignore*/
		margin: 0.3rem 2rem 2rem 0; }
	.alignright {
		/*rtl:ignore*/
		margin: 0.3rem 0 2rem 2rem; }
	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 6rem;
		margin-top: 6rem; }
	.entry-content > .alignwide {
		max-width: calc(100vw - 8rem);
		width: calc(100vw - 8rem); }
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {
		/*rtl:ignore*/
		margin-left: 4rem; }
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {
		/*rtl:ignore*/
		margin-right: 4rem; }
	/* ENTRY MEDIA */
	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 8rem); }
	/* Comments ------------------------------ */
	.comments-wrapper {
		margin-top: 8rem; }
	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		font-size: 1.8rem;
		letter-spacing: -0.025em;
		margin: -2.5rem 0 4.4rem 0; }
	.comments .comment,
	.comments .pingback,
	.comments .trackback,
	.comments .review {
		padding-top: 5rem; }
	div.comment:first-of-type {
		margin-top: 5rem; }
	.comment-meta {
		margin-bottom: 2rem;
		min-height: 6rem;
		padding: 0.3rem 0 0 7.5rem; }
	.comment-meta .avatar {
		display: block;
		height: 6rem;
		position: absolute;
		left: 0;
		top: 0;
		width: 6rem; }
	.comment-author {
		font-size: 2.4rem; }
	.comment-metadata {
		font-size: 1.6rem;
		margin-top: 0.8rem; }
	.comment-footer-meta {
		margin-top: 2.5rem; }
	.comments-pagination {
		margin-top: 8rem; }
	/* PINGBACKS & TRACKBACKS */
	.pingback .comment-body {
		padding: 0; }
	/* COMMENT RESPOND */
	.comment-respond p {
		margin-bottom: 2.5rem; }
	.comment-form p.logged-in-as {
		margin: -2.5rem 0 4.4rem 0; }
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		float: left;
		width: calc(50% - 1rem); }
	.comment-respond .comment-form-email {
		margin-left: 2rem; }
	.comments .comment-respond {
		padding: 5rem 0 0; }
	/* Site Pagination ----------------------- */
	.pagination-separator {
		margin: 8rem 0; }
	/* Display the full text for Newer and Older Posts. */
	.nav-short {
		display: inline; }
	.pagination .nav-links {
		font-size: 2.4rem;
		font-weight: 700;
		margin: -2.5rem 0 0 -4rem; }
	.nav-links > * {
		margin: 2.5rem 0 0 4rem; }
	/* Error 404 ----------------------------- */
	.error404 #site-content {
		padding-top: 8rem; }
	/* Widgets ------------------------------- */
	.widget .widget-title {
		margin-bottom: 3rem; }
	/* Site Footer --------------------------- */
	.footer-top-visible .footer-nav-widgets-wrapper,
	.footer-top-hidden #site-footer {
		margin-top: 8rem; }
	/* FOOTER TOP */
	.footer-top {
		padding: 3.7rem 0; }
	.footer-menu {
		font-size: 2.4rem;
		margin: -0.8rem 0 0 -1.6rem; }
	.footer-menu li {
		margin: 0.8rem 0 0 1.6rem; }
	.has-footer-menu .footer-social-wrapper {
		flex: 1;
		margin-left: 4rem;
		width: auto; }
	/* FOOTER WIDGETS */
	.footer-widgets-outer-wrapper {
		padding: 8rem 0; }
	.footer-widgets-wrapper {
		display: flex;
		justify-content: space-between;
		margin-left: -4rem;
		width: calc(100% + 4rem); }
	.footer-widgets {
		margin-left: 4rem;
		width: 50%; }
	.footer-widgets + .footer-widgets {
		margin-top: 0; }
	.footer-widgets .widget {
		border-top: none;
		margin-top: 5rem;
		padding-top: 0; }
	.footer-widgets .widget:first-child {
		margin-top: 0; }
	/* FOOTER BOTTOM */
	#site-footer {
		font-size: 1.8rem;
		padding: 4.3rem 0; }
	.footer-credits {
		display: flex; }
	.footer-copyright {
		font-weight: 700; }
	.powered-by-wordpress {
		display: block; }
	.to-the-top-long {
		display: inline; }
	.to-the-top-short {
		display: none; } }

@media (min-width: 782px) {
	/* Blocks -------------------------------- */
	/* BLOCK: COLUMNS */
	.wp-block-column {
		margin-bottom: 0; }
	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -2.8rem; } }

@media (min-width: 1000px) {
	/* Document Setup ------------------------ */
	/* Helper Classes ------------------------ */
	/* Site Header --------------------------- */
	#site-header {
		z-index: 2; }
	.header-inner {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 2.8rem 0; }
	.header-titles-wrapper {
		margin-right: 4rem;
		max-width: 50%;
		padding: 0;
		text-align: left; }
	.header-titles {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: -1rem 0 0 -2.4rem; }
	.header-titles .site-title,
	.header-titles .site-logo,
	.header-titles .site-description {
		margin: 1rem 0 0 2.4rem; }
	.wp-custom-logo .header-titles {
		align-items: center; }
	/* HEADER NAVIGATION */
	.header-navigation-wrapper {
		align-items: center;
		display: flex; }
	.primary-menu-wrapper {
		display: block;
		width: 100%; }
	/* HEADER TOGGLES */
	.mobile-search-toggle,
	.mobile-nav-toggle {
		display: none !important; }
	.primary-menu-wrapper + .header-toggles {
		margin-left: 3rem; }
	.header-toggles {
		display: flex;
		flex-shrink: 0;
		margin-right: -3rem; }
	.header-inner .toggle {
		height: 4.4rem;
		padding: 0 3rem;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		width: auto; }
	.header-inner .toggle-wrapper {
		position: relative; }
	.header-inner .toggle-wrapper::before {
		background: #dedfdf;
		content: "";
		display: block;
		height: 2.7rem;
		position: absolute;
		left: 0;
		top: calc(50% - 1.35rem);
		width: 0.1rem; }
	.header-inner .toggle-wrapper:first-child::before {
		content: none; }
	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
		content: ""; }
	.nav-toggle-wrapper:not(.has-expanded-menu) {
		display: none; }
	.toggle-inner {
		position: static; }
	.toggle-inner .toggle-text {
		left: 0;
		right: 0;
		text-align: center;
		top: calc(100% - 0.3rem);
		width: auto; }
	.header-toggles:only-child .nav-toggle .toggle-inner {
		padding-top: 0; }
	.header-toggles:only-child .toggle-inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center; }
	.header-toggles:only-child .toggle-inner .svg-icon {
		order: 1; }
	.header-toggles:only-child .toggle-inner .toggle-text {
		position: static;
		padding-right: 20px;
		font-size: 15px;
		color: inherit; }
	/* Menu Modal ---------------------------- */
	.menu-modal {
		opacity: 1;
		justify-content: flex-end;
		padding: 0;
		transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s; }
	.menu-modal.cover-modal {
		background: rgba(0, 0, 0, 0); }
	.menu-modal.active {
		background: rgba(0, 0, 0, 0.2);
		transition: background-color 0.3s ease-out; }
	.menu-wrapper.section-inner {
		width: calc(100% - 8rem); }
	.menu-modal-inner {
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
		opacity: 0;
		padding: 0;
		transform: translateX(20rem);
		transition: transform 0.2s ease-in, opacity 0.2s ease-in;
		width: 50rem; }
	.menu-modal.active .menu-modal-inner {
		opacity: 1;
		transform: translateX(0);
		transition-timing-function: ease-out; }
	.mobile-menu {
		display: none; }
	.expanded-menu {
		display: block; }
	.menu-bottom {
		padding: 6rem 0; }
	.menu-bottom .social-menu {
		justify-content: flex-start; }
	/* Sub Page ------------------------------ */
	/* FEATURED MEDIA */
	.featured-media figcaption {
		width: 100%; }
	/* Template: Full Width ------------------ */
	.template-full-width .wp-block-image .alignleft {
		/*rtl:ignore*/
		margin-right: 2rem; }
	.template-full-width .wp-block-image .alignright {
		/*rtl:ignore*/
		margin-left: 2rem; }
	/* Post: Archive ------------------------- */
	/* Post: Single -------------------------- */
	.singular .intro-text {
		font-size: 2.8rem; }
	/* Blocks -------------------------------- */
	/* BLOCK: COLUMNS */
	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4.8rem; }
	/* BLOCK: GALLERY */
	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 8rem;
		margin-top: 8rem; }
	/* BLOCK: GROUP */
	/* BLOCK: IMAGE */
	.wp-block-image .alignleft {
		/*rtl:ignore*/
		margin-right: 0; }
	.wp-block-image .alignright {
		/*rtl:ignore*/
		margin-left: 0; }
	.wp-block-image .aligncenter figcaption {
		text-align: center; }
	/* BLOCK: SEPARATOR */
	hr.wp-block-separator {
		margin: 8rem auto; }
	/* Entry Content ------------------------- */
	/* ALIGNMENT CLASSES */
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		position: relative;
		/*rtl:ignore*/
		right: inherit;
		max-width: inherit; }
	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		position: absolute;
		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem); }
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {
		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem); }
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		/*rtl:ignore*/
		margin-left: 4rem; }
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
		position: relative;
		/*rtl:ignore*/
		left: inherit;
		max-width: inherit; }
	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		position: absolute;
		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem); }
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {
		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 4rem); }
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		/*rtl:ignore*/
		margin-right: 4rem; }
	/* ENTRY MEDIA */
	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 10rem); }
	/* Comments ------------------------------ */
	.comment-meta {
		padding-left: 0; }
	.comment-meta .avatar {
		left: -8rem; }
	/* Site Pagination ----------------------- */
	.pagination .nav-links {
		justify-content: space-between;
		margin: 0;
		width: 100%; }
	.nav-links > * {
		margin: 0 2rem; }
	.pagination .next,
	.pagination .prev {
		display: block; }
	.pagination .prev {
		margin: 0 auto 0 0; }
	.pagination .next {
		text-align: right;
		margin: 0 0 0 auto; }
	/* Site Footer --------------------------- */
	/* FOOTER TOP */
	.footer-top {
		align-items: center; }
	.footer-menu {
		align-items: baseline;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		font-size: 2.1rem;
		margin: -1.2rem 0 0 -2.4rem; }
	.footer-menu li {
		margin: 1.2rem 0 0 2.4rem; } }

@media (min-width: 1220px) {
	/* Element Base -------------------------- */
	/* TITLES */
	/* Helper Classes ------------------------ */
	/* Site Header --------------------------- */
	/* PRIMARY MENU */
	ul.primary-menu {
		margin: -0.8rem 0 0 -2.5rem; }
	.primary-menu > li {
		margin: 0.8rem 0 0 2.5rem; }
	/* HEADER TOGGLES */
	.primary-menu-wrapper + .header-toggles {
		margin-left: 4rem; }
	.header-toggles {
		margin-right: -4rem; }
	.header-toggles .toggle {
		padding: 0 4rem; }
	/* Menu Modal ---------------------------- */
	/* Search Modal -------------------------- */
	/* Sub Page ------------------------------ */
	/* Template: Cover Template -------------- */
	.cover-header + .post-inner {
		padding-top: 10rem; }
	/* Post: Archive ------------------------- */
	/* Post: Single -------------------------- */
	.singular .intro-text {
		font-size: 3.2rem;
		letter-spacing: -0.03125em;
		line-height: 1.375; }
	/* Blocks -------------------------------- */
	/* BLOCK: COLUMNS */
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem; }
	/* BLOCK: GALLERY */
	figure.wp-block-gallery.alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem; }
	/* BLOCK: GROUP */
	/* BLOCK: PULLQUOTE */
	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 6.4rem; }
	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 9rem 4rem 8rem; }
	/* Entry Content ------------------------- */
	/* ALIGNMENT CLASSES */
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {
		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem - 2rem); }
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {
		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 6rem); }
	/* Comments ------------------------------ */
	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		margin: -4rem 0 6rem 0; }
	.comments .comment-respond p.comment-notes,
	.comments .comment-respond p.logged-in-as {
		margin: -4.5rem 0 4rem 0; }
	/* Site Pagination ----------------------- */
	/* Widgets ------------------------------- */
	.widget-content {
		font-size: 2.1rem; }
	/* Site Footer --------------------------- */
	.footer-menu {
		font-size: 2.4rem;
		margin: -1.5rem 0 0 -3rem; }
	.footer-menu li {
		margin: 1.5rem 0 0 3rem; }
	ul.footer-social {
		margin: -1rem 0 0 -1rem; }
	ul.footer-social li {
		margin: 1rem 0 0 1rem; }
	.footer-social a {
		height: 4.4rem;
		width: 4.4rem; }
	.footer-social a::before {
		font-size: 2rem; }
	/* FOOTER WIDGETS */
	.footer-widgets-wrapper {
		margin-left: -6rem;
		width: calc(100% + 6rem); }
	.footer-widgets {
		margin-left: 6rem; } }

@media (min-width: 1240px) {
	/* Blocks -------------------------------- */
	body.template-full-width .entry-content > .alignleft {
		/*rtl:ignore*/ }
	body.template-full-width .entry-content > .alignright {
		/*rtl:ignore*/ } }

@media (min-width: 1280px) {
	/* Blocks -------------------------------- */
	/* BLOCK: GALLERY */
	figure.wp-block-gallery.alignleft {
		/*rtl:ignore*/
		margin-left: -31rem; }
	figure.wp-block-gallery.alignright {
		/*rtl:ignore*/
		margin-right: -31rem; }
	/* BLOCK: SEPARATOR */
	.wp-block-separator.is-style-wide {
		max-width: 120rem;
		width: 120rem; }
	/* Entry Content ------------------------- */
	/* ALIGNMENT CLASSES */
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {
		/*rtl:ignore*/ }
	[class*="__inner-container"] > .alignwide {
		max-width: 120rem;
		width: 100%; }
	/* Template: Full Width ------------------ */
	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0; }
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		/*rtl:ignore*/
		margin-left: 0; }
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		/*rtl:ignore*/
		margin-right: 0; } }

@media (min-width: 1330px) {
	/* Entry Content ------------------------- */
	/* ALIGNMENT CLASSES */
	/* Blocks -------------------------------- */
	/* BLOCK: PULLQUOTE */
	.wp-block-pullquote.is-style-solid-color.alignleft::before,
	.wp-block-pullquote.is-style-solid-color.alignright::before {
		top: 0; } }

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
	margin: 10px 0;
	color: #000; }

p {
	margin: 10px 0px;
	font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
	color: #000; }

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

blockquote {
	margin: 0 1.5em; }

address {
	margin: 0 0 1.5em; }

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem; }

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

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

big {
	font-size: 125%; }

html {
	box-sizing: border-box; }

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit; }

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */ }

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

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: bold; }

dd {
	margin: 0 1.5em 1.5em; }

img {
	max-width: 100%;
	/* Adhere to container width. */
	height: auto;
	/* Make sure images are scaled correctly. */ }

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */ }

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: .6em 1em .4em;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	font-size: 12px;
	font-size: 0.75rem; }
	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 {
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666; }
	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%; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue; }
	a:visited {
		color: purple; }
	a:hover, a:focus, a:active {
		color: midnightblue; }
	a:focus {
		outline: thin dotted; }
	a:hover, a:active {
		outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	clear: both;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	position: relative; }
	.main-navigation ul {
		margin: 0;
		padding-left: 0;
		list-style: none; }
		.main-navigation ul ul {
			position: absolute;
			top: 100%;
			left: -999em;
			z-index: 99999;
			float: left;
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
			.main-navigation ul ul ul {
				top: 0;
				left: -999em; }
			.main-navigation ul ul li:hover > ul,
			.main-navigation ul ul li.focus > ul {
				left: 100%; }
			.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; }

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right; }

header {
	position: absolute;
	width: 100%;
	z-index: 1050;
	background: #fff;
	top: 0px; }

.main-navigation .hb_main_nav ul#menu-hells-bay-main {
	display: block;
	position: relative; }
	.main-navigation .hb_main_nav ul#menu-hells-bay-main li {
		padding: 20px 20px 10px;
		background: #000;
		color: #fff;
		font-size: 12px; }
	.main-navigation .hb_main_nav ul#menu-hells-bay-main a {
		color: #fff; }
	.main-navigation .hb_main_nav ul#menu-hells-bay-main ul li {
		padding: 5px 0px 5px 10px; }

.main-navigation .desktop_logo {
	width: 110px; }

.main-navigation .social_icons {
	width: 150px;
	display: none;
	position: absolute;
	right: 0px;
	margin: 23px 20px 0 0; }
	@media (min-width: 470px) {
		.main-navigation .social_icons {
			display: inline-block; } }
	.main-navigation .social_icons a {
		padding: 0px !important;
		float: left; }
	.main-navigation .social_icons a:hover {
		background: none !important; }
	.main-navigation .social_icons a:hover svg {
		fill: #7d7b81; }
	.main-navigation .social_icons svg {
		margin: 0 6px;
		width: 17px;
		height: 17px;
		fill: #000;
		top: 3px;
		position: relative; }

#desktop_nav {
	display: none;
	display: grid;
	width: auto;
	margin: 0 auto;
	width: 130px;
	padding: 20px 0;
	display: table;
	table-layout: fixed;
	content: ""; }
	@media (min-width: 850px) {
		#desktop_nav {
			width: 538px;
			margin: 0 auto; } }
	#desktop_nav li.logo_area {
		margin: 0px;
		display: block; }
		@media (min-width: 850px) {
			#desktop_nav li.logo_area {
				display: block; } }
	#desktop_nav > li {
		list-style: none;
		display: block;
		margin: 15px 0 0 0;
		float: left;
		display: none; }
		@media (min-width: 850px) {
			#desktop_nav > li {
				display: block; } }
	#desktop_nav a {
		font-size: 17px;
		font-family: "Lora", serif;
		color: #000;
		padding: 10px 20px; }
	#desktop_nav a:hover {
		background: #000;
		color: #fff; }
	#desktop_nav a.desktop_logo {
		padding: 0px;
		margin: 0 10px; }
	#desktop_nav a.desktop_logo:hover {
		background: none; }

.secondary_nav {
	display: none;
	position: absolute;
	top: 100px;
	width: 474px;
	height: 100px; }

#desktop_nav .secondary_nav a {
	padding: 0px 0px 0px 0px;
	font-family: "Lora", serif;
	font-size: 17px; }

#desktop_nav .secondary_nav a:hover, #desktop_nav .secondary_nav li:hover a {
	background: none;
	color: #fff; }

.hb_desk_nav_skiffs {
	padding: 15px 20px 15px;
	background-color: rgba(255, 255, 255, 0.8);
	display: table;
	table-layout: fixed;
	content: "";
	display: none; }

.hb_desk_nav_life {
	padding: 15px 20px 15px;
	background-color: rgba(255, 255, 255, 0.8);
	display: table;
	table-layout: fixed;
	content: "";
	display: none; }

.hb_desk_nav_skiffs li, .hb_desk_nav_life li {
	padding: 5px 10px;
	width: 142px;
	position: relative;
	float: left; }

.hb_desk_nav_skiffs li:hover, .hb_desk_nav_life li:hover {
	background-color: #000;
	color: #fff; }

.hb_desk_nav_skiffs li:nth-child(2) {
	clear: both; }

.hb_desk_nav_skiffs li:nth-child(5) {
	clear: both; }

.hb_desk_nav_skiffs li:nth-child(8) {
	clear: both; }

.hb_desk_nav_life {
	display: none; }

.hb_desk_nav_life li {
	padding: 5px 10px;
	width: 142px; }

#mobile_nav {
	display: block;
	min-height: 66px;
	position: absolute;
	z-index: 101;
	top: 18px;
	left: 0px; }
	@media (min-width: 850px) {
		#mobile_nav {
			display: none; } }
	#mobile_nav a {
		color: #000; }
	#mobile_nav .mobile_nav_slider {
		display: block;
		position: absolute;
		width: 100vw;
		background: #fff;
		z-index: 100;
		overflow: hidden;
		left: -100vw;
		top: 83px;
		min-height: 100vh; }
	#mobile_nav .secondary_mobile_nav {
		position: absolute;
		min-width: 100%;
		left: 100%; }
	#mobile_nav .mobile_nav_btn {
		position: absolute;
		top: 25px;
		left: 20px;
		z-index: 1001;
		display: block; }
		@media (min-width: 850px) {
			#mobile_nav .mobile_nav_btn {
				display: none; } }
	#mobile_nav .mobile_nav_btn.open ~ .mobile_nav_slider {
		transition: all ease-out 0.3s;
		transform: translateX(100%); }
	#mobile_nav .mobile_nav_btn.close ~ .mobile_nav_slider {
		transition: all ease-out 0.3s;
		transform: translateX(0%); }
	#mobile_nav .navigation_burger {
		height: 20px; }
	#mobile_nav .mobile_nav_slider li {
		float: left;
		list-style: none;
		width: calc(100% - 20px);
		padding: 0;
		line-height: 20px;
		margin: 0 10px;
		border-bottom: 1px solid #d8d8d8; }
	#mobile_nav .mobile_nav_slider li a {
		font-size: 17px;
		line-height: 21px;
		font-family: "Lora", serif;
		padding: 12.5px 0;
		margin: 0 20px 0 20px;
		text-transform: uppercase; }

.main_mobile_nav li a {
	position: relative; }

.main_mobile_nav li a:after {
	content: url("/wp-content/themes/hells-bay/dist/img/menu_arrow.svg");
	position: absolute;
	top: 17px;
	right: 0px; }

.main_mobile_nav, .secondary_mobile_nav {
	transition: all ease 0.35s; }

.mobile_open .page_overlay {
	display: block;
	transition: all ease 0.35s; }
	@media (min-width: 767px) {
		.mobile_open .page_overlay {
			display: none; } }

.mobile_open .mobile_nav_btn .burger_row_1 {
	transform: translate3d(5px, 0px, 0px) rotate(45deg);
	transition: all ease 0.3s; }

.mobile_open .mobile_nav_btn .burger_row_2 {
	width: 0%;
	transform: translate3d(13px, 0px, 0px) rotate(0deg);
	transition: all ease 0.1s; }

.mobile_open .mobile_nav_btn .burger_row_3 {
	transform: translate3d(-14px, 10px, 0px) rotate(-45deg);
	transition: all ease 0.3s; }

.mobile_close .mobile_nav_btn .burger_row_1 {
	transform: translate3d(0px, 0px, 0px) rotate(0deg);
	transition: all ease 0.3s; }

.mobile_close .mobile_nav_btn .burger_row_2 {
	width: 100%;
	transform: translate3d(0px, 0px, 0px) rotate(0deg);
	transition: all ease 0.1s; }

.mobile_close .mobile_nav_btn .burger_row_3 {
	transform: translate3d(0px, 0px, 0px) rotate(0deg);
	transition: all ease 0.3s; }

.mobile_close .page_overlay {
	display: none; }
	@media (min-width: 767px) {
		.mobile_close .page_overlay {
			display: none; } }

.page_overlay {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100; }

li.mobile_nav_back a:after {
	content: url("/wp-content/themes/hells-bay/dist/img/menu_arrow_back.svg");
	position: absolute;
	left: 2px;
	right: 0px;
	z-index: 1000; }

li.mobile_nav_back a {
	padding: 0 0 0 20px; }

/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%); }
	.screen-reader-text:focus {
		top: 5px;
		left: 5px;
		z-index: 100000;
		/* Above WP toolbar. */
		display: block;
		clip: auto !important;
		padding: 15px 23px 14px;
		width: auto;
		height: auto;
		border-radius: 3px;
		background-color: #f1f1f1;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		color: #21759b;
		text-decoration: none;
		font-weight: bold;
		line-height: normal;
		-webkit-clip-path: none;
		        clip-path: none;
		font-size: 14px;
		font-size: 0.875rem; }

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

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

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

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	display: table;
	table-layout: fixed;
	content: ""; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both; }

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */ }
	.widget select {
		max-width: 100%; }

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

.hentry {
	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; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block; }

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

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

/* 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-right: auto;
		margin-left: auto; }
	.wp-caption .wp-caption-text {
		margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em; }

.gallery-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center; }
	.gallery-columns-2 .gallery-item {
		max-width: 50%; }
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%; }
	.gallery-columns-4 .gallery-item {
		max-width: 25%; }
	.gallery-columns-5 .gallery-item {
		max-width: 20%; }
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%; }
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%; }
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%; }
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%; }

.gallery-caption {
	display: block; }

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

html {
	box-sizing: border-box;
	font-size: 16px; }

#content.site-content {
	margin: 102px 0 0 0; }

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

img {
	width: 100%; }

.wp-admin img {
	width: auto; }

.content_in_background {
	background-color: rgba(0, 0, 0, 0.5); }

.embed-container {
	position: relative;
	padding-bottom: 56.2%;
	height: 0;
	overflow: hidden;
	max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

.video_container {
	position: relative;
	width: 100%; }

.video_header {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	height: 600px;
	background: #fff;
	overflow: hidden;
	width: 100%;
	position: relative; }
	.video_header .video_container {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0; }
	.video_header video {
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
		position: relative;
		width: 100%;
		height: 100%; }
	.video_header .video_copy_container {
		position: absolute;
		top: 0;
		z-index: 1000;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center; }
	.video_header .video_container.offstage {
		opacity: 0;
		transition: all ease-out 0.1s; }
	.video_header .video_container.current {
		opacity: 1;
		transition: all ease-in 0.02s; }
	.video_header .video_copy {
		text-align: center;
		max-width: 600px; }
		.video_header .video_copy h2,
		.video_header .video_copy h1 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 54px;
			color: #fff;
			margin: 0px;
			padding: 0px 10px 15px;
			line-height: 54px; }
		.video_header .video_copy p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 400;
			font-size: 21px;
			color: #fff;
			line-height: 25px;
			margin: 0px;
			padding: 0px 10px; }
		.video_header .video_copy a {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 14px;
			margin: 12px 0 0 0;
			background: #000;
			padding: 7px 20px;
			color: #fff;
			margin: 25px 0 0 0;
			display: inline-block;
			text-decoration: none; }
		.video_header .video_copy a:hover {
			background: #fff;
			color: #000; }

.guides {
	background: #fff; }
	.guides .page_header {
		margin: 0 0 50px;
		background: #fff;
		padding: 0 0 0px 0; }
		@media (min-width: 767px) {
			.guides .page_header {
				background: #fff;
				padding: 0 0 25px 0; } }
	.guides .header_map_container {
		display: none;
		background: #fff; }
		@media (min-width: 767px) {
			.guides .header_map_container {
				display: block;
				width: 50%; } }
		@media (min-width: 950px) {
			.guides .header_map_container {
				width: 50%; } }
		.guides .header_map_container svg.header_map {
			width: 100%; }
	.guides .header_map_locations {
		width: 100%;
		padding: 20px 20px 20px 20px;
		color: #000;
		display: flex;
		flex-direction: row;
		flex-flow: row wrap;
		justify-content: space-around; }
		@media (min-width: 767px) {
			.guides .header_map_locations {
				display: none; } }
	.guides .map_location {
		order: 1;
		width: 150px; }
	.guides .header_map_locations a {
		text-decoration: none;
		color: #000;
		font-size: 14px;
		line-height: 14px;
		display: inline-block; }
	.guides .header_map_locations span {
		padding: 0 7px; }
	.guides .page_header_copy_container {
		margin-left: 0; }
		@media (min-width: 767px) {
			.guides .page_header_copy_container {
				margin-left: 50%; } }
		@media (min-width: 950px) {
			.guides .page_header_copy_container {
				margin-left: 50%; } }
	.guides .page_header .page_header_copy {
		position: relative;
		top: 0px;
		z-index: 9;
		padding: 50px 20px 0; }
		@media (min-width: 767px) {
			.guides .page_header .page_header_copy {
				padding: 50px 40px 0;
				max-width: 900px; } }
		.guides .page_header .page_header_copy h1 {
			color: #000;
			font-size: 40px;
			line-height: 44px; }
		.guides .page_header .page_header_copy p {
			color: #000;
			font-size: 14px;
			line-height: 20px; }
		@media (min-width: 767px) {
			.guides .page_header .page_header_copy {
				position: absolute; }
				.guides .page_header .page_header_copy h1 {
					color: #000;
					font-size: 30px;
					line-height: 34px; }
				.guides .page_header .page_header_copy p {
					color: #000;
					font-size: 12px;
					line-height: 18px; } }
		@media (min-width: 950px) {
			.guides .page_header .page_header_copy h1 {
				font-size: 40px;
				line-height: 44px; }
			.guides .page_header .page_header_copy p {
				font-size: 14px;
				line-height: 20px; } }
		@media (min-width: 1150px) {
			.guides .page_header .page_header_copy h1 {
				font-size: 54px;
				line-height: 58px; }
			.guides .page_header .page_header_copy p {
				font-size: 17px;
				line-height: 25px; } }
	.guides h2 {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 800;
		font-size: 40px;
		line-height: 44px;
		margin: 20px 0; }
	.guides h6 {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		padding: 10px 0; }
	.guides .guides_container {
		width: 300px;
		border-top: solid 1px #fff;
		margin: 0 auto; }
		@media (min-width: 650px) {
			.guides .guides_container {
				width: calc(100% - 40px);
				margin: 0 20px; } }
		@media (min-width: 975px) {
			.guides .guides_container {
				margin: 0 auto; } }
		@media (min-width: 1150px) {
			.guides .guides_container {
				width: 80%; } }

.guides_section.region_guides {
	display: none; }

.guides_section.active {
	display: grid; }

.guides_section {
	grid-template-columns: 100%;
	grid-column-gap: 10px;
	display: none; }
	@media (min-width: 650px) {
		.guides_section {
			grid-template-columns: 50% 50%; } }
	@media (min-width: 1100px) {
		.guides_section {
			display: none; } }
	.guides_section .guide_card_col_1 {
		grid-column: 1; }
		@media (min-width: 650px) {
			.guides_section .guide_card_col_1 {
				grid-column: 1; } }
	.guides_section .guide_card_col_2 {
		grid-column: 1; }
		@media (min-width: 650px) {
			.guides_section .guide_card_col_2 {
				grid-column: 2; } }

<strong>.guide_card {
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: 300px;
	grid-column-gap: 30px; }
	@media (min-width: 970px) {
		.guide_card {
			grid-template-columns: 150px auto;
			display: grid; } }
	.guide_card .img_container {
		max-height: 300px;
		overflow: hidden;
		position: relative;
		margin: 0 0 25px 0; }
		@media (min-width: 970px) {
			.guide_card .img_container {
				margin: 0px;
				height: 150px; } }
	.guide_card img {
		width: 100%;
		max-width: none;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
		position: relative; }
	.guide_card h3 {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 5px 0; }
	.guide_card p {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		margin: 5px 0; }
	.guide_card .guide_info_name h3 {
		display: inline-block; }
	.guide_card .guide_social {
		display: inline-block;
		margin: 0 0 0 10px; }
	.guide_card .skiff_info_line {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		margin: 5px 0; }
	.guide_card svg {
		margin: 0 2px;
		width: 17px;
		height: 17px;
		fill: #7d7b81;
		top: 1px;
		position: relative; }
	.guide_card svg:hover {
		fill: #7d7b81; }
	.guide_card a {
		color: #000;
		text-decoration: none; }
	.guide_card a:visited {
		color: #000; }
	.guide_card a:hover {
		color: #7d7b81; }<strong>

.skiffs {
	background: #fff; }

.page-template-templatesskiffs-php {
	background: #fff; }

.skiff_card_container {
	background: #fff;
	display: block;
	margin: 35px auto;
	width: 100%;
	max-width: 1200px; }
	.skiff_card_container .skiff_card_filter {
		border-right: none;
		margin: 0 auto;
		max-width: 370px;
		padding: 0 25px 40px 25px;
		display: table;
		table-layout: fixed;
		content: "";
		width: 100%; }
		@media (min-width: 767px) {
			.skiff_card_container .skiff_card_filter {
				border-right: none;
				margin: 0 auto;
				width: 100%;
				max-width: none;
				padding: 0 25px 40px 25px; } }
		@media (min-width: 1023px) {
			.skiff_card_container .skiff_card_filter {
				margin: 0 35px 0 85px;
				display: block;
				border-right: solid 1px #fff;
				grid-column: 1;
				width: auto; } }
		.skiff_card_container .skiff_card_filter .filter_cat {
			margin: 15px 10px;
			display: inline-block;
			vertical-align: top;
			float: left;
			width: 42%; }
			@media (min-width: 370px) {
				.skiff_card_container .skiff_card_filter .filter_cat {
					width: 27%; } }
			@media (min-width: 767px) {
				.skiff_card_container .skiff_card_filter .filter_cat {
					width: auto; } }
			@media (min-width: 1023px) {
				.skiff_card_container .skiff_card_filter .filter_cat {
					display: block;
					margin: 20px 0;
					float: none; } }
		.skiff_card_container .skiff_card_filter h3 {
			font-size: 14px;
			line-height: 16.8px;
			font-weight: 700; }
	.skiff_card_container .skiff_card_col {
		margin: 0px 10px; }
		@media (min-width: 500px) {
			.skiff_card_container .skiff_card_col {
				margin: 0px 25px; } }
	.skiff_card_container a.skiff_card {
		width: 100%;
		margin: 25px auto 25px;
		text-decoration: none;
		display: block;
		grid-template-columns: auto;
		grid-column-gap: 15px; }
		@media (min-width: 415px) {
			.skiff_card_container a.skiff_card {
				max-width: 445px;
				width: 100%;
				display: grid;
				grid-template-columns: 200px auto;
				grid-column-gap: 30px; } }
		@media (min-width: 767px) {
			.skiff_card_container a.skiff_card {
				grid-template-columns: 210px 210px auto;
				grid-column-gap: 30px;
				margin: 0 0 50px 0;
				width: auto;
				max-width: none; } }
		.skiff_card_container a.skiff_card img {
			grid-column: 1; }
		.skiff_card_container a.skiff_card .skiff_card_details {
			grid-column: 2; }
			.skiff_card_container a.skiff_card .skiff_card_details p {
				font-size: 17px;
				line-height: 20.4px;
				margin: 5px 0; }
				@media (min-width: 500px) {
					.skiff_card_container a.skiff_card .skiff_card_details p {
						margin: 5px 0; } }
			.skiff_card_container a.skiff_card .skiff_card_details img {
				min-height: 31px; }
		.skiff_card_container a.skiff_card .skiff_card_description {
			display: none; }
			@media (min-width: 767px) {
				.skiff_card_container a.skiff_card .skiff_card_description {
					grid-column: 3;
					display: block; } }
			.skiff_card_container a.skiff_card .skiff_card_description p {
				font-size: 17px;
				line-height: 27.2px;
				padding: 0 20px 0 0;
				margin: 50px 0 0 0;
				line-height: 23px; }
		.skiff_card_container a.skiff_card h2 {
			font-size: 17px;
			line-height: 20.4px;
			text-decoration: underline;
			margin: 0px 0px 10px;
			text-transform: uppercase; }
			@media (min-width: 500px) {
				.skiff_card_container a.skiff_card h2 {
					font-size: 24px;
					line-height: 28.8px; } }
	.skiff_card_container .skiff_card.basic,
	.skiff_card_container a.skiff_card.basic {
		width: 100%;
		margin: 25px auto 25px;
		text-decoration: none;
		display: block;
		grid-template-columns: 115px auto;
		grid-column-gap: 15px; }
		@media (min-width: 415px) {
			.skiff_card_container .skiff_card.basic,
			.skiff_card_container a.skiff_card.basic {
				display: grid;
				width: 445px;
				grid-template-columns: 200px auto;
				grid-column-gap: 30px; } }
		@media (min-width: 767px) {
			.skiff_card_container .skiff_card.basic,
			.skiff_card_container a.skiff_card.basic {
				margin: 0 0 50px 0;
				width: auto; } }
		.skiff_card_container .skiff_card.basic img,
		.skiff_card_container a.skiff_card.basic img {
			grid-column: 1; }
		.skiff_card_container .skiff_card.basic .skiff_card_description,
		.skiff_card_container a.skiff_card.basic .skiff_card_description {
			grid-column: 2;
			display: block; }
			.skiff_card_container .skiff_card.basic .skiff_card_description p,
			.skiff_card_container a.skiff_card.basic .skiff_card_description p {
				font-size: 17px;
				line-height: 27.2px;
				padding: 0 5px 0 0;
				margin: 10px 0 0 0; }
				@media (min-width: 415px) {
					.skiff_card_container .skiff_card.basic .skiff_card_description p,
					.skiff_card_container a.skiff_card.basic .skiff_card_description p {
						padding: 0 20px 0 0;
						margin: 10px 0 0 0;
						line-height: 23px; } }
		.skiff_card_container .skiff_card.basic h2,
		.skiff_card_container a.skiff_card.basic h2 {
			font-size: 24px;
			line-height: 28.8px;
			text-decoration: underline;
			margin: 0px 0px 10px;
			text-transform: uppercase; }
			@media (min-width: 500px) {
				.skiff_card_container .skiff_card.basic h2,
				.skiff_card_container a.skiff_card.basic h2 {
					font-size: 24px;
					line-height: 28.8px; } }

.page-template-templatespro_staff-php {
	background: #fff; }

.pro_staff {
	background: #fff; }
	.pro_staff .page_header .page_header_copy_container {
		position: relative;
		top: 0;
		z-index: 1000;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: none;
		padding: 0px; }
		@media (min-width: 1024px) {
			.pro_staff .page_header .page_header_copy_container {
				position: absolute;
				height: 100%; } }
	.pro_staff .page_header .page_header_img_container {
		height: auto;
		background: #fff;
		margin: 53px 0 0 0; }
		@media (min-width: 1024px) {
			.pro_staff .page_header .page_header_img_container {
				margin: 0px; } }
		.pro_staff .page_header .page_header_img_container img {
			position: relative;
			top: 0px;
			z-index: 1;
			left: 0%;
			min-width: auto;
			width: 100%;
			transform: none;
			height: auto; }
			@media (min-width: 1024px) {
				.pro_staff .page_header .page_header_img_container img {
					position: relative;
					top: 0px;
					z-index: 1;
					left: 50%;
					min-width: 1920px;
					width: 100%;
					transform: translate(-50%);
					height: auto;
					max-width: 100%; } }
	.pro_staff .page_header .page_header_copy {
		position: relative;
		top: 0px;
		z-index: 9;
		padding: 0px 20px 0;
		max-width: auto;
		margin: 0 0 0 0px; }
		@media (min-width: 1024px) {
			.pro_staff .page_header .page_header_copy {
				margin: 0 0 0 250px;
				max-width: 700px; } }
		.pro_staff .page_header .page_header_copy h1 {
			font-family: "EB Garamond", serif;
			font-weight: 800;
			font-size: 40px;
			line-height: 44px;
			color: #000; }
			@media (min-width: 1024px) {
				.pro_staff .page_header .page_header_copy h1 {
					color: #fff; } }
		.pro_staff .page_header .page_header_copy p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 21px;
			line-height: 36px;
			color: #000; }
			@media (min-width: 1024px) {
				.pro_staff .page_header .page_header_copy p {
					color: #fff; } }
	.pro_staff .pro_staff_slider_section {
		width: calc(100% - 80px);
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		left: -8px; }
		@media (min-width: 767px) {
			.pro_staff .pro_staff_slider_section {
				left: -8px;
				width: calc(100% - 80px); } }
		@media (min-width: 1060px) {
			.pro_staff .pro_staff_slider_section {
				width: 100%;
				max-width: 990px;
				left: -5px; } }
	.pro_staff .pro_staff_video {
		max-width: 1040px;
		margin: 0px auto; }
	.pro_staff .pro_staff_slider_container {
		max-width: 6000px;
		height: 10px;
		width: 6000px;
		width: 100%;
		padding: 4% 0 51%;
		margin: 0px; }
		@media (min-width: 500px) {
			.pro_staff .pro_staff_slider_container {
				padding: 4% 0 34%;
				margin: 0px; } }
		@media (min-width: 767px) {
			.pro_staff .pro_staff_slider_container {
				height: 238px;
				margin: 20px 0;
				padding: 0px; } }
		.pro_staff .pro_staff_slider_container .pro_staff_slider {
			width: 49%;
			display: inline-block;
			text-decoration: none;
			padding: 0 1%;
			transition: all 130ms cubic-bezier(0.005, 0.84, 0.44, 1);
			position: relative;
			margin: 0 8px; }
			@media (min-width: 500px) {
				.pro_staff .pro_staff_slider_container .pro_staff_slider {
					width: 33.33%; } }
			@media (min-width: 767px) {
				.pro_staff .pro_staff_slider_container .pro_staff_slider {
					width: 246px; } }
			@media (min-width: 1040px) {
				.pro_staff .pro_staff_slider_container .pro_staff_slider {
					width: 246px; } }
			.pro_staff .pro_staff_slider_container .pro_staff_slider img {
				width: 100%;
				height: auto; }
			.pro_staff .pro_staff_slider_container .pro_staff_slider .pro_staff_slider_name {
				position: absolute;
				text-align: center;
				width: 100%;
				padding: 0 25px;
				padding-top: 25%;
				left: 0px; }
				@media (min-width: 767px) {
					.pro_staff .pro_staff_slider_container .pro_staff_slider .pro_staff_slider_name {
						top: 100px;
						padding-top: 0px; } }
			.pro_staff .pro_staff_slider_container .pro_staff_slider h4 {
				text-align: center;
				font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
				font-weight: 800;
				color: #fff;
				font-size: 20px;
				line-height: 20px; }
	.pro_staff .slider_controls {
		background: red;
		position: relative;
		width: 100%;
		max-width: 1070px;
		margin: 0 auto; }
		.pro_staff .slider_controls svg {
			height: 30px;
			margin: 60px 0 0 10px; }
			@media (min-width: 400px) {
				.pro_staff .slider_controls svg {
					margin: 80px 0 0 10px; } }
			@media (min-width: 630px) {
				.pro_staff .slider_controls svg {
					margin: 100px 0 0 10px; } }
			@media (min-width: 767px) {
				.pro_staff .slider_controls svg {
					margin: 119px 0 0 10px; } }
		.pro_staff .slider_controls svg path {
			fill: #000; }
		.pro_staff .slider_controls .arrow_left {
			position: absolute;
			left: 0px;
			width: 40px;
			z-index: 1; }
		.pro_staff .slider_controls .arrow_right {
			position: absolute;
			right: 0px;
			width: 40px;
			z-index: 2; }
	.pro_staff .pro_staff_slider_info_container {
		background: #fff; }
		.pro_staff .pro_staff_slider_info_container .pro_staff_slider_info {
			width: auto;
			margin: 0 10px;
			display: none; }
			@media (min-width: 1230px) {
				.pro_staff .pro_staff_slider_info_container .pro_staff_slider_info {
					width: 1100px;
					margin: 0 auto; } }
		.pro_staff .pro_staff_slider_info_container .pro_staff_slider_info.slider_1 {
			display: block; }
		.pro_staff .pro_staff_slider_info_container .pro_staff_slider_info {
			display: none; }
		.pro_staff .pro_staff_slider_info_container .pro_staff_slider_info_img {
			width: 100%;
			float: left;
			padding: 0 5px; }
			@media (min-width: 767px) {
				.pro_staff .pro_staff_slider_info_container .pro_staff_slider_info_img {
					padding: 0 0px; } }
		.pro_staff .pro_staff_slider_info_container .pro_staff_slider_info_img img {
			width: 100%; }
		.pro_staff .pro_staff_slider_info_container .pro_staff_slider_info_copy {
			width: 100%;
			float: left;
			padding: 0 5px;
			margin: 10px 0; }
			@media (min-width: 767px) {
				.pro_staff .pro_staff_slider_info_container .pro_staff_slider_info_copy {
					padding: 0 30px; } }
		.pro_staff .pro_staff_slider_info_container .pro_staff_slider_info_copy h4 {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 800;
			font-size: 30px;
			line-height: 34px;
			margin: 0 0 10px 0;
			display: inline-block; }
	.pro_staff .pro_staff_name {
		border-bottom: solid 1px #fff; }
	.pro_staff .pro_staff_social {
		display: inline-block;
		margin: 0 0 0 10px; }
	.pro_staff .pro_staff_info {
		float: left;
		width: 100%;
		margin: 10px 0; }
		@media (min-width: 767px) {
			.pro_staff .pro_staff_info {
				width: 300px; } }
		.pro_staff .pro_staff_info p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 14px;
			line-height: 20px;
			margin: 0px; }
			@media (min-width: 767px) {
				.pro_staff .pro_staff_info p {
					line-height: 24px; } }
	.pro_staff .pro_staff_summary {
		float: left;
		width: 100%; }
		@media (min-width: 767px) {
			.pro_staff .pro_staff_summary {
				width: calc(100% - 300px); } }
		.pro_staff .pro_staff_summary p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 17px;
			line-height: 27px; }
	.pro_staff svg {
		margin: 0 2px;
		width: 17px;
		height: 17px;
		fill: #7d7b81;
		top: 1px;
		position: relative; }
	.pro_staff a {
		text-decoration: none; }
	.pro_staff svg:hover {
		fill: #fff; }
	.pro_staff a:visited {
		color: #000; }
	.pro_staff a:hover {
		color: #000; }

.contact_form_general .salesforce_contact h2 {
	font-family: "EB Garamond", serif;
	font-weight: 200;
	font-size: 54px;
	color: #fff;
	margin: 0;
	padding: 30px 0px 0px;
	text-align: center;
	line-height: 54px; }

.page_header {
	position: relative; }
	.page_header .page_header_copy {
		position: absolute;
		top: 0px;
		z-index: 9;
		padding: 50px 80px 0;
		max-width: 900px; }
	.page_header .page_header_img_container {
		position: relative;
		top: 0px;
		background-repeat: no-repeat;
		background-position: top center;
		position: relative;
		height: 800px;
		background: #000;
		overflow: hidden;
		width: 100%; }
	.page_header .page_header_img_container.small_header {
		height: 264px; }
	.page_header img.page_header_img {
		position: relative;
		top: 0px;
		z-index: 1;
		left: 50%;
		min-width: 1920px;
		width: 100%;
		transform: translate(-50%);
		height: auto;
		max-width: 100%; }
	.page_header h1 {
		color: #fff;
		font-size: 30px;
		line-height: 34px; }
		@media (min-width: 600px) {
			.page_header h1 {
				font-size: 54px;
				line-height: 58px; } }
	.page_header p {
		color: #fff;
		font-size: 12px;
		line-height: 16px; }
		@media (min-width: 600px) {
			.page_header p {
				font-size: 14px;
				line-height: 18px; } }

.skiff {
	background: #fff; }

.skiff_header {
	position: relative; }
	.skiff_header .skiff_header_copy {
		clear: both;
		position: relative;
		top: 0px;
		z-index: 9;
		padding: 20px 20px 15px; }
		@media (min-width: 767px) {
			.skiff_header .skiff_header_copy {
				padding: 20px 80px 15px; } }
	.skiff_header .skiff_header_copy p {
		padding: 0 0 0 0px;
		display: inline-block;
		vertical-align: top;
		margin: 12px 0 10px 0; }
		@media (min-width: 870px) {
			.skiff_header .skiff_header_copy p {
				padding: 0 0 0 30px; } }
	.skiff_header .skiff_header_copy img {
		display: inline-block;
		max-width: 230px;
		padding: 15px 0 20px; }
	.skiff_header .skiff_header_copy p:nth-of-type(2) {
		vertical-align: top;
		padding: 0 0 0 0px;
		display: block; }
		@media (min-width: 375px) {
			.skiff_header .skiff_header_copy p:nth-of-type(2) {
				padding: 0 0 0 30px;
				display: inline-block; } }
	.skiff_header p.skiff_tagline,
	.skiff_header h1.skiff_tagline {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 400;
		width: 100%;
		display: block;
		padding: 0 0 0 0px;
		margin: 0px;
		color: #000;
		font-size: 14px;
		line-height: 18px; }
		@media (min-width: 870px) {
			.skiff_header p.skiff_tagline,
			.skiff_header h1.skiff_tagline {
				padding: 0 0 0 30px;
				margin: 12px 0 0;
				width: 125px;
				display: inline-block; } }
	.skiff_header h1 {
		color: #000;
		font-size: 60px;
		line-height: 72px;
		line-height: 72px;
		font-family: "EB Garamond", serif;
		font-weight: 200;
		display: block;
		margin: 0px;
		vertical-align: top;
		margin: 0px 0 10px; }
		@media (min-width: 767px) {
			.skiff_header h1 {
				display: inline-block;
				margin: 0px 0px 10px; } }
	.skiff_header p {
		color: #000;
		font-size: 14px;
		line-height: 18.2px; }
	.skiff_header .skiff_header_img_container img {
		display: none; }
	.skiff_header .skiff_header_img_container img:nth-child(1) {
		display: block; }
	.skiff_header .skiff_boat_info p {
		font-size: 17px;
		line-height: 27.2px;
		padding: 0 25px; }
		@media (min-width: 1024px) {
			.skiff_header .skiff_boat_info p {
				padding: 0; } }
	.skiff_header .skiff_video {
		max-width: 1024px;
		margin: 50px auto; }
		.skiff_header .skiff_video .embed-container {
			position: relative;
			padding-bottom: 56.2%;
			height: 0;
			overflow: hidden;
			max-width: 100%; }
		.skiff_header .skiff_video .embed-container iframe,
		.skiff_header .skiff_video .embed-container object,
		.skiff_header .skiff_video .embed-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }
	.skiff_header .skiff_boat_info,
	.skiff_header .standard_features,
	.skiff_header .optional_features {
		max-width: 1024px;
		margin: 50px auto; }
	.skiff_header .skiff_boat_info {
		clear: both; }
	.skiff_header .standard_features,
	.skiff_header .optional_features {
		display: block;
		padding: 0px 25px; }
		@media (min-width: 767px) {
			.skiff_header .standard_features,
			.skiff_header .optional_features {
				padding: 0px 25px;
				display: grid;
				grid-template-columns: 33.3% 33.3% 33.3%; } }
		@media (min-width: 1023px) {
			.skiff_header .standard_features,
			.skiff_header .optional_features {
				padding: 0px; } }
		.skiff_header .standard_features .features_list_1,
		.skiff_header .optional_features .features_list_1 {
			grid-column: 1; }
		.skiff_header .standard_features .features_list_2,
		.skiff_header .optional_features .features_list_2 {
			grid-column: 2; }
		.skiff_header .standard_features .features_list_3,
		.skiff_header .optional_features .features_list_3 {
			grid-column: 3; }
		.skiff_header .standard_features ul,
		.skiff_header .optional_features ul {
			margin: 0px; }
		.skiff_header .standard_features li,
		.skiff_header .optional_features li {
			margin: 0px; }
		.skiff_header .standard_features h4,
		.skiff_header .optional_features h4 {
			color: #000;
			font-size: 20px;
			line-height: 24px; }
		.skiff_header .standard_features h5,
		.skiff_header .optional_features h5 {
			color: #000;
			font-size: 17px;
			line-height: 20.4px; }
		.skiff_header .standard_features li,
		.skiff_header .optional_features li {
			color: #000;
			font-size: 17px;
			line-height: 27.2px; }

.skiff_slider_section {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative; }

.skiff_header_img_container {
	margin: 0 0 100px 0px;
	display: table;
	table-layout: fixed;
	content: ""; }

.skiff_slider_container {
	margin: 0px 0 0px;
	width: 100%;
	position: relative; }
	.skiff_slider_container .skiff_slider {
		width: 100%;
		display: inline-block;
		text-decoration: none;
		padding: 0px;
		transition: all 130ms cubic-bezier(0.005, 0.84, 0.44, 1);
		position: relative;
		margin: 0px;
		position: absolute;
		top: 0px;
		display: none; }
		.skiff_slider_container .skiff_slider img {
			width: 100%;
			max-width: 1920px;
			height: auto; }
	.skiff_slider_container .skiff_slider.slider_1 {
		display: inline-block; }
	.skiff_slider_container .slider_controls {
		position: relative;
		position: absolute;
		width: 100vw;
		top: 0px;
		height: 58%; }
		@media (min-width: 1400px) {
			.skiff_slider_container .slider_controls {
				height: 53%; } }
		.skiff_slider_container .slider_controls svg {
			height: 30px; }
		.skiff_slider_container .slider_controls .arrow_left {
			position: absolute;
			left: 10px;
			bottom: 0px;
			width: 40px;
			z-index: 1; }
		.skiff_slider_container .slider_controls .arrow_right {
			position: absolute;
			right: 0px;
			bottom: 0px;
			width: 40px;
			z-index: 2; }

.skiff_slider_info_container {
	width: 100%;
	background: red; }
	.skiff_slider_info_container .skiff_slider_thumb {
		width: 20%;
		display: inline-block;
		float: left; }
		@media (min-width: 800px) {
			.skiff_slider_info_container .skiff_slider_thumb {
				width: 10%; } }
	.skiff_slider_info_container .skiff_slider_thumb:nth-child(n+6) {
		display: none; }
		@media (min-width: 800px) {
			.skiff_slider_info_container .skiff_slider_thumb:nth-child(n+6) {
				display: block; } }
	@media (min-width: 800px) {
		.skiff_slider_info_container .skiff_slider_thumb:nth-child(n+11) {
			display: none; } }
	.skiff_slider_info_container .skiff_slider_thumb img {
		width: 100%; }

.page-template-templatescontact-php {
	background: #fff; }

.contact {
	background: #fff; }
	.contact .page_header .page_header_copy_container {
		position: relative;
		top: 0;
		z-index: 1000;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: none;
		padding: 0px; }
		@media (min-width: 1024px) {
			.contact .page_header .page_header_copy_container {
				position: absolute; } }
	.contact .page_header .page_header_img_container {
		height: auto;
		background: #fff;
		margin: 53px 0 0 0; }
		@media (min-width: 1024px) {
			.contact .page_header .page_header_img_container {
				margin: 0px; } }
		.contact .page_header .page_header_img_container img {
			position: relative;
			top: 0px;
			z-index: 1;
			left: 0%;
			min-width: auto;
			width: 100%;
			transform: none;
			height: auto; }
			@media (min-width: 1024px) {
				.contact .page_header .page_header_img_container img {
					position: relative;
					top: 0px;
					z-index: 1;
					left: 50%;
					min-width: 1920px;
					width: 100%;
					transform: translate(-50%);
					height: auto;
					max-width: 100%; } }
	.contact .page_header .page_header_copy {
		position: relative;
		top: 0px;
		z-index: 9;
		padding: 0px 20px 0 10px;
		max-width: none;
		margin: 0 0 0 0px;
		text-align: left;
		width: 100%; }
		@media (min-width: 1024px) {
			.contact .page_header .page_header_copy {
				position: absolute;
				max-width: 1000px;
				text-align: center;
				margin: 300px 0 0 0;
				padding: 0px 20px 0; } }
	.contact .page_header .page_header_copy h1 {
		font-family: "EB Garamond", serif;
		font-weight: 800;
		font-size: 54px;
		line-height: 58px;
		color: #000; }
		@media (min-width: 1024px) {
			.contact .page_header .page_header_copy h1 {
				font-size: 54px;
				line-height: 58px;
				color: #fff; } }
	.contact .page_header .page_header_copy p {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 200;
		font-size: 17px;
		line-height: 21px; }
	.contact .contact_info {
		margin: 0 20px 25px; }
		.contact .contact_info span {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-size: 17px;
			line-height: 21px;
			font-weight: 800;
			display: inline-block;
			margin: 10px 0 0 0; }
		.contact .contact_info span:nth-of-type(1) {
			margin: 0px; }
		.contact .contact_info p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-size: 17px;
			line-height: 21px;
			font-weight: 700; }

.contact_form_general {
	background: #000;
	position: relative;
	margin: 75px auto 0px;
	width: 100%; }
	.contact_form_general h4 {
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 25px 0;
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 200;
		font-size: 21px;
		line-height: 36px;
		color: #fff; }
		@media (min-width: 1023px) {
			.contact_form_general h4 {
				width: 100%; } }
	.contact_form_general .salesforce_contact {
		width: 100%;
		margin: 0 auto;
		max-width: 500px;
		padding: 0 10px; }
		.contact_form_general .salesforce_contact iframe {
			height: 700px;
			width: 100%; }

.contact_form {
	background: #fff;
	position: relative;
	margin: 25px auto 25px;
	width: 100%;
	max-width: 1024px; }
	.contact_form h4 {
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 25px 0;
		font-size: 30px;
		line-height: 34px; }
		@media (min-width: 1023px) {
			.contact_form h4 {
				width: 100%; } }
	.contact_form .salesforce_picker {
		margin: 5px 20px 30px;
		display: flex;
		flex-direction: column; }
		@media (min-width: 400px) {
			.contact_form .salesforce_picker {
				flex-direction: row; } }
		.contact_form .salesforce_picker a {
			font-size: 17px;
			line-height: 21px;
			color: #000;
			padding: 5px 20px;
			border: solid 1px #000;
			margin: 0px;
			text-decoration: none;
			text-align: center; }
		.contact_form .salesforce_picker a:nth-child(1) {
			border-radius: 5px 0px 0px 5px; }
		.contact_form .salesforce_picker a:nth-child(2) {
			border-radius: 0px; }
		.contact_form .salesforce_picker a:nth-child(3) {
			border-radius: 0px 5px 5px 0px; }
		.contact_form .salesforce_picker a.active {
			color: #fff;
			background: #000; }
	.contact_form .salesforce_contact {
		position: relative;
		overflow: hidden;
		margin: 0 20px; }
		.contact_form .salesforce_contact .contact-label {
			font-size: 50px; }
	.contact_form .salesforce_contact iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
		display: none; }
	.contact_form input[type="submit"] {
		display: block;
		background: #000;
		border-radius: 0px;
		padding: 10px 30px;
		width: 110px;
		margin: 0 auto; }
	.contact_form input[type="submit"]:hover {
		background: #fff;
		color: #383838; }
	.contact_form input,
	.contact_form textarea {
		background: #bfbfbf;
		color: #fff;
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif; }
	.contact_form input.col-3 {
		width: 100%;
		border-radius: 0px;
		margin: 10px 0px 0px 0px; }
		@media (min-width: 600px) {
			.contact_form input.col-3 {
				width: 32%;
				margin: 0 2% 0 0;
				float: left; } }
	.contact_form input.col-3.wpcf7-email {
		margin: 10px 0px 0 0px; }
		@media (min-width: 600px) {
			.contact_form input.col-3.wpcf7-email {
				margin: 0; } }
	.contact_form textarea.col-1 {
		width: 100%;
		margin: 10px 0px 15px 0px;
		border-radius: 0px; }
		@media (min-width: 600px) {
			.contact_form textarea.col-1 {
				margin: 10px 0 15px 0; } }
	.contact_form p {
		margin: 0px; }

.contact_form.brochure .contact_brochure,
.contact_form.sales .contact_sales,
.contact_form.service .contact_service {
	display: block; }

.brochure .salesforce_contact {
	height: 1370px; }
	@media (min-width: 450px) {
		.brochure .salesforce_contact {
			height: 1270px; } }

.sales .salesforce_contact {
	height: 700px; }
	@media (min-width: 450px) {
		.sales .salesforce_contact {
			height: 670px; } }

.service .salesforce_contact {
	height: 700px; }
	@media (min-width: 450px) {
		.service .salesforce_contact {
			height: 670px; } }

footer.site-footer {
	background: #000;
	background-color: #000;
	padding: 0px; }

.footer {
	background: #000;
	margin: 25px 0;
	position: relative;
	width: 100%;
	display: table;
	table-layout: fixed;
	content: ""; }
	.footer p {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-size: 10px;
		display: inline-block;
		margin: 0;
		color: #fff; }
		@media (min-width: 1023px) {
			.footer p {
				font-size: 12px;
				margin: 10px 0 0 0; } }
	.footer .col-center p {
		margin: 7px 10px 0 10px; }
		@media (min-width: 350px) {
			.footer .col-center p {
				margin: 0px; } }
	.footer a:visited {
		color: #000; }
	.footer a:hover {
		color: #000; }
	.footer .social_icons {
		display: block;
		padding: 5px 0 0 10px; }
		@media (min-width: 350px) {
			.footer .social_icons {
				display: inline-block;
				padding: 0px 0 0 10px; } }
	.footer .social_icons a {
		text-decoration: none; }
	.footer svg {
		margin: 0 6px;
		width: 17px;
		height: 17px;
		fill: #fff;
		top: 3px;
		position: relative; }
	.footer svg:hover {
		fill: #7d7b81; }
	.footer .col-left {
		margin: 0;
		width: 100%;
		float: left;
		text-align: center;
		position: relative;
		z-index: 10; }
		@media (min-width: 1023px) {
			.footer .col-left {
				width: calc(50% - 80px);
				margin: 14px 0 0 0;
				text-align: right; } }
	.footer .col-right {
		margin: 0px 0 0 0;
		width: 100%;
		float: left;
		text-align: center;
		position: relative;
		z-index: 10; }
		@media (min-width: 1023px) {
			.footer .col-right {
				margin: 14px 0 0 0;
				width: calc(50% - 82px);
				float: right;
				text-align: left; } }
	.footer .col-center {
		margin: 0px 0 0 0;
		text-align: center; }
		@media (min-width: 1023px) {
			.footer .col-center {
				margin: 70px 0 0 0; } }
	.footer .col-center a {
		color: #fff;
		text-decoration: none; }
	.footer .footer_logo {
		display: block;
		width: 100px;
		margin: 0 auto; }
	.footer a.footer_logo svg {
		width: 100%;
		height: auto;
		fill: #fff; }
	.footer a.footer_logo svg path {
		fill: #fff; }
	.footer .logo_container {
		position: absolute;
		width: 100%;
		display: none; }
		@media (min-width: 1023px) {
			.footer .logo_container {
				display: block; } }

.home {
	background: #fff; }

.home_section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	height: 750px;
	background: #fff;
	overflow: hidden;
	line-height: 0px; }
	.home_section .home_section_copy_container {
		position: absolute;
		top: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		display: block;
		align-items: center;
		justify-content: center; }
		@media (min-width: 767px) {
			.home_section .home_section_copy_container {
				display: flex; } }
	.home_section h2 {
		font-family: "EB Garamond", serif;
		font-weight: 200;
		font-size: 40px;
		margin: 0px;
		padding: 0px 10px 15px;
		line-height: 40px;
		color: #ababab; }
	.home_section p {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		margin: 0px;
		padding: 0px 10px;
		color: #ababab; }
	.home_section .home_section_copy {
		max-width: 720px;
		text-align: center; }
	.home_section img {
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
		position: relative;
		width: 100%;
		height: 750px; }
	.home_section img.anim__boat_chain {
		position: absolute;
		z-index: 10;
		top: -50px; }
		@media (min-width: 800px) {
			.home_section img.anim__boat_chain {
				top: -100px; } }

.home_section.home_section_1 {
	height: auto; }

.home_section_1 .home_section_copy {
	padding: 0px;
	max-width: 50%;
	text-align: left; }
	@media (min-width: 450px) {
		.home_section_1 .home_section_copy {
			padding: 0 220px 80px 0px;
			max-width: 100%; } }
	@media (min-width: 767px) {
		.home_section_1 .home_section_copy {
			padding: 0 335px 155px 20px;
			max-width: 100%; } }
	@media (min-width: 1000px) {
		.home_section_1 .home_section_copy {
			padding: 0 135px 195px 20px;
			max-width: 720px;
			text-align: center; } }
	@media (min-width: 1573px) {
		.home_section_1 .home_section_copy {
			padding: 0 0 350px 0;
			max-width: 720px; } }

.home_section.home_section_1 h2 {
	font-size: 24px;
	line-height: 27px;
	padding: 20px 0 10px 10px;
	color: #ffffff; }
	@media (min-width: 450px) {
		.home_section.home_section_1 h2 {
			font-size: 27px;
			line-height: 31px; } }
	@media (min-width: 767px) {
		.home_section.home_section_1 h2 {
			font-size: 31px;
			line-height: 34px; } }
	@media (min-width: 1120px) {
		.home_section.home_section_1 h2 {
			font-size: 40px;
			line-height: 40px; } }

.home_section.home_section_1 p {
	font-size: 19px;
	line-height: 23px;
	padding: 0px 0 0px 10px;
	display: none; }
	@media (min-width: 800px) {
		.home_section.home_section_1 p {
			display: block;
			font-size: 19px;
			line-height: 23px; } }
	@media (min-width: 1120px) {
		.home_section.home_section_1 p {
			font-size: 19px;
			line-height: 23px; } }

.home_section_2 .home_section_copy {
	padding: 0px 0 0 0;
	max-width: 100%;
	text-align: center; }
	@media (min-width: 450px) {
		.home_section_2 .home_section_copy {
			padding: 25% 0 0 0; } }
	@media (min-width: 767px) {
		.home_section_2 .home_section_copy {
			padding: 100px 0 0 0;
			max-width: 80%; } }
	@media (min-width: 1000px) {
		.home_section_2 .home_section_copy {
			padding: 100px 0 0 0;
			max-width: 720px; } }
	@media (min-width: 1573px) {
		.home_section_2 .home_section_copy {
			max-width: 720px; } }

.home_section.home_section_2 {
	height: auto; }

.home_section.home_section_2 img {
	height: auto; }

.home_section.home_section_2 h2 {
	font-size: 21px;
	line-height: 24px;
	padding: 100px 0 0px 10px; }
	@media (min-width: 450px) {
		.home_section.home_section_2 h2 {
			font-size: 27px;
			line-height: 31px;
			padding: 20px 0 10px 10px; } }
	@media (min-width: 767px) {
		.home_section.home_section_2 h2 {
			font-size: 31px;
			line-height: 34px; } }
	@media (min-width: 1120px) {
		.home_section.home_section_2 h2 {
			font-size: 40px;
			line-height: 40px; } }

.home_section.home_section_2 p {
	font-size: 19px;
	line-height: 23px;
	padding: 0px 0 0px 10px;
	display: none; }
	@media (min-width: 800px) {
		.home_section.home_section_2 p {
			display: block;
			font-size: 19px;
			line-height: 23px; } }
	@media (min-width: 1120px) {
		.home_section.home_section_2 p {
			font-size: 19px;
			line-height: 23px; } }

.home_section_3 .home_section_copy {
	padding: 30% 0 0 0;
	max-width: 100%;
	text-align: center; }
	@media (min-width: 450px) {
		.home_section_3 .home_section_copy {
			padding: 30% 0 0 0; } }
	@media (min-width: 767px) {
		.home_section_3 .home_section_copy {
			padding: 100px 0 0 0;
			max-width: 80%; } }
	@media (min-width: 1000px) {
		.home_section_3 .home_section_copy {
			padding: 100px 0 0 0;
			max-width: 720px; } }
	@media (min-width: 1573px) {
		.home_section_3 .home_section_copy {
			max-width: 720px; } }

.home_section.home_section_3 {
	height: auto; }

.home_section.home_section_3 img {
	height: auto; }

.home_section.home_section_3 h2 {
	font-size: 21px;
	line-height: 24px;
	padding: 5px 0 0px 10px; }
	@media (min-width: 450px) {
		.home_section.home_section_3 h2 {
			font-size: 27px;
			line-height: 31px;
			padding: 20px 0 10px 10px; } }
	@media (min-width: 767px) {
		.home_section.home_section_3 h2 {
			font-size: 31px;
			line-height: 34px; } }
	@media (min-width: 1120px) {
		.home_section.home_section_3 h2 {
			font-size: 40px;
			line-height: 40px; } }

.home_section.home_section_3 p {
	font-size: 19px;
	line-height: 23px;
	padding: 0px 0 0px 10px;
	display: none; }
	@media (min-width: 800px) {
		.home_section.home_section_3 p {
			display: block;
			font-size: 19px;
			line-height: 23px; } }
	@media (min-width: 1120px) {
		.home_section.home_section_3 p {
			font-size: 19px;
			line-height: 23px; } }

.home_section.home_section_4 h2 {
	font-size: 21px;
	line-height: 24px;
	padding: 5px 0 0px 10px; }
	@media (min-width: 450px) {
		.home_section.home_section_4 h2 {
			font-size: 27px;
			line-height: 31px;
			padding: 20px 0 10px 10px; } }
	@media (min-width: 767px) {
		.home_section.home_section_4 h2 {
			font-size: 24px;
			line-height: 27px; } }
	@media (min-width: 1120px) {
		.home_section.home_section_4 h2 {
			font-size: 40px;
			line-height: 40px; } }

.home_section_5 .home_section_copy {
	padding: 16% 0 0 0;
	max-width: 100%;
	text-align: center; }
	@media (min-width: 450px) {
		.home_section_5 .home_section_copy {
			padding: 17% 0 0 0; } }
	@media (min-width: 767px) {
		.home_section_5 .home_section_copy {
			padding: 100px 0 0 0;
			max-width: 80%; } }
	@media (min-width: 1000px) {
		.home_section_5 .home_section_copy {
			padding: 100px 0 0 0;
			max-width: 720px; } }
	@media (min-width: 1573px) {
		.home_section_5 .home_section_copy {
			max-width: 720px; } }

.home_section.home_section_5 {
	height: auto; }

.home_section.home_section_5 img {
	height: auto; }

.home_section.home_section_5 h2 {
	font-size: 21px;
	line-height: 24px;
	padding: 5px 0 0px 10px; }
	@media (min-width: 450px) {
		.home_section.home_section_5 h2 {
			font-size: 27px;
			line-height: 31px;
			padding: 20px 0 10px 10px; } }
	@media (min-width: 767px) {
		.home_section.home_section_5 h2 {
			font-size: 31px;
			line-height: 34px; } }
	@media (min-width: 1120px) {
		.home_section.home_section_5 h2 {
			font-size: 40px;
			line-height: 40px; } }

.home_section.home_section_5 p {
	font-size: 10px;
	line-height: 12px;
	padding: 0px 0 0px 10px;
	display: none; }
	@media (min-width: 800px) {
		.home_section.home_section_5 p {
			display: block;
			font-size: 12px;
			line-height: 15px; } }
	@media (min-width: 1120px) {
		.home_section.home_section_5 p {
			font-size: 14px;
			line-height: 18px; } }

.home_section.home_section_1 img {
	height: auto; }

.home_section_2 .home_section_copy h2,
.home_section_2 .home_section_copy p {
	color: #fff; }

.home_section_3 .home_section_copy h2,
.home_section_3 .home_section_copy p {
	color: #fff; }

.home_section_5 .home_section_copy {
	padding: 00px 0 0px 0; }
	.home_section_5 .home_section_copy h2,
	.home_section_5 .home_section_copy p {
		color: #000; }

.home_section.home_section_4 {
	background: #000;
	height: auto; }
	.home_section.home_section_4 h2 {
		text-align: center;
		font-family: "EB Garamond", serif;
		font-weight: 200;
		font-size: 40px;
		margin: 0px;
		padding: 30px 10px 15px;
		line-height: 40px;
		color: #fff; }
	.home_section.home_section_4 .slider_controls {
		position: absolute;
		width: 100%;
		height: 100%; }
		.home_section.home_section_4 .slider_controls svg {
			height: 30px;
			margin: 132px 0 0 10px; }
		.home_section.home_section_4 .slider_controls .arrow_left {
			position: absolute;
			left: 0px;
			height: 100%;
			width: 40px;
			z-index: 1; }
		.home_section.home_section_4 .slider_controls .arrow_right {
			position: absolute;
			right: 0px;
			height: 100%;
			width: 40px;
			z-index: 2; }

.home_section_slider_container {
	margin: 75px 0 100px;
	max-width: 6000px;
	height: 238px;
	width: 6000px; }
	.home_section_slider_container .home_section_slider {
		width: 100%;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 0 25px;
		transition: all 130ms cubic-bezier(0.005, 0.84, 0.44, 1); }
		@media (min-width: 490px) {
			.home_section_slider_container .home_section_slider {
				width: 450px; } }
		.home_section_slider_container .home_section_slider h3 {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 24px;
			line-height: 28px;
			margin: 0px;
			color: #b1b1b1; }
		.home_section_slider_container .home_section_slider p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 19px;
			line-height: 23px;
			margin: 0px;
			color: #b1b1b1;
			padding: 2.5px 0; }
		.home_section_slider_container .home_section_slider img {
			width: 100%;
			height: auto;
			margin: 25px 0 0 0; }
			@media (min-width: 490px) {
				.home_section_slider_container .home_section_slider img {
					margin: 0; } }

.page-template-hb_difference {
	background: #fff; }

.hb_difference {
	background: #fff; }
	.hb_difference .skiff_video {
		max-width: 1024px;
		margin: 50px auto;
		position: relative; }
		.hb_difference .skiff_video .embed-container {
			position: relative;
			padding-bottom: 56.2%;
			height: 0;
			overflow: hidden;
			max-width: 100%; }
		.hb_difference .skiff_video .embed-container iframe,
		.hb_difference .skiff_video .embed-container object,
		.hb_difference .skiff_video .embed-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }
	.hb_difference .page_header .page_header_copy_container {
		position: absolute;
		top: 0;
		z-index: 1000;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: none;
		padding: 0px; }
	.hb_difference .hb_difference_section {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		position: relative;
		background: #fff;
		overflow: hidden;
		margin: 50px 0; }
		.hb_difference .hb_difference_section .hb_difference_section_copy {
			text-align: center;
			margin: 0 auto;
			max-width: 1000px;
			padding: 0 20px; }
			.hb_difference .hb_difference_section .hb_difference_section_copy h2 {
				font-family: "EB Garamond", serif;
				font-weight: 200;
				font-size: 54px;
				margin: 0px;
				padding: 0px 10px 15px;
				line-height: 54px; }
			.hb_difference .hb_difference_section .hb_difference_section_copy p {
				font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
				font-weight: 400;
				font-size: 21px;
				line-height: 25px;
				margin: 0px;
				padding: 0px 10px; }
	.hb_difference .interactive_boat {
		margin: 0 auto;
		max-width: 1000px;
		position: relative; }
		.hb_difference .interactive_boat .interactive_boat_copy_container img {
			padding: 0 20px; }
		.hb_difference .interactive_boat .interactive_boat_regions {
			position: relative; }
		.hb_difference .interactive_boat a.interactive_topic {
			position: absolute;
			width: 12px;
			height: 12px;
			border-radius: 10px;
			background: #fff; }
			@media (min-width: 600px) {
				.hb_difference .interactive_boat a.interactive_topic {
					width: 17px;
					height: 17px; } }
			@media (min-width: 800px) {
				.hb_difference .interactive_boat a.interactive_topic {
					width: 20px;
					height: 20px; } }
		.hb_difference .interactive_boat a.interactive_topic:hover {
			background: #ff6600; }
		.hb_difference .interactive_boat a.interactive_topic.active {
			background: #ff6600; }
		.hb_difference .interactive_boat .interactive_topic.topic_1 {
			left: 44%;
			top: 34%; }
		.hb_difference .interactive_boat .interactive_topic.topic_2 {
			left: 16%;
			top: 43%; }
		.hb_difference .interactive_boat .interactive_topic.topic_3 {
			left: 85%;
			top: 3%; }
			@media (min-width: 600px) {
				.hb_difference .interactive_boat .interactive_topic.topic_3 {
					left: 86.5%;
					top: 3%; } }
		.hb_difference .interactive_boat .interactive_topic.topic_4 {
			left: 54.5%;
			top: 52%; }
		.hb_difference .interactive_boat .interactive_topic.topic_5 {
			left: 31.5%;
			top: 53%; }
		.hb_difference .interactive_boat .interactive_topic.topic_6 {
			left: 75.5%;
			top: 54%; }
		.hb_difference .interactive_boat .interactive_topic.topic_7 {
			left: 63.5%;
			top: 81%; }
			@media (min-width: 600px) {
				.hb_difference .interactive_boat .interactive_topic.topic_7 {
					left: 63.5%;
					top: 87%; } }
		.hb_difference .interactive_boat .interactive_topic.topic_8 {
			left: 33.5%;
			top: 80%; }
			@media (min-width: 600px) {
				.hb_difference .interactive_boat .interactive_topic.topic_8 {
					left: 33.5%;
					top: 87%; } }
		.hb_difference .interactive_boat .interactive_topic.topic_9 {
			left: 89.5%;
			top: 80%; }
		.hb_difference .interactive_boat .topic_info {
			min-height: 179px;
			width: 100%;
			margin: 40px auto 0px;
			padding: 0px 20px 40px; }
			@media (min-width: 600px) {
				.hb_difference .interactive_boat .topic_info {
					width: 500px;
					padding: 0; } }
		.hb_difference .interactive_boat .topic_info div {
			display: none; }
		.hb_difference .interactive_boat .topic_info .active {
			display: block; }
	.hb_difference .hb_difference_section.section_2 .topic_info div {
		background: #ededed;
		padding: 5px 20px;
		border-radius: 5px; }
	.hb_difference .hb_difference_section.section_2 .topic_info p {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 200;
		font-size: 14px;
		line-height: 18px;
		font-weight: 600; }
	.hb_difference .hb_difference_section.section_2 .topic_info span {
		font-weight: 800; }
	.hb_difference .hb_difference_section.section_2 p {
		font-size: 17px;
		line-height: 21px; }
	.hb_difference .hb_difference_section.section_3 p {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 200;
		font-size: 21px;
		line-height: 25px; }
	.hb_difference .page_header .page_header_copy {
		max-width: 1000px;
		text-align: center;
		margin: 150px 0 0 0;
		padding: 0px 20px 0; }
		@media (min-width: 600px) {
			.hb_difference .page_header .page_header_copy {
				margin: 250px 0 0 0; } }
	.hb_difference .page_header .page_header_copy h1 {
		font-family: "EB Garamond", serif;
		font-weight: 800;
		font-size: 54px;
		line-height: 58px; }
	.hb_difference .page_header .page_header_copy p {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px; }
	.hb_difference .contact_form {
		background: #fff;
		width: 100%; }
		@media (min-width: 1023px) {
			.hb_difference .contact_form {
				width: 1023px;
				margin: 0 auto; } }
		.hb_difference .contact_form h3 {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 800;
			font-size: 17px;
			line-height: 21px;
			padding: 0 10px; }
			@media (min-width: 1023px) {
				.hb_difference .contact_form h3 {
					padding: 0; } }
	.hb_difference input[type="submit"] {
		background: #000; }

.hb_diff_slider_section {
	width: 1230px;
	overflow: hidden;
	margin: 0 auto;
	position: relative; }

.hb_diff_slider_container {
	margin: 75px 0 100px;
	max-width: 6000px;
	height: 238px;
	width: 6000px; }
	.hb_diff_slider_container .hb_diff_slider {
		width: 243px;
		display: inline-block;
		text-decoration: none;
		padding: 0 2.5px;
		transition: all 130ms cubic-bezier(0.005, 0.84, 0.44, 1);
		cursor: default; }
		.hb_diff_slider_container .hb_diff_slider img {
			width: 100%;
			height: auto; }
	.hb_diff_slider_container .slider_controls {
		background: red;
		max-width: 1230px;
		position: relative;
		position: absolute;
		width: 100vw; }
		.hb_diff_slider_container .slider_controls svg {
			height: 30px;
			margin: 109px 0 0 10px; }
		.hb_diff_slider_container .slider_controls .arrow_left {
			position: absolute;
			width: 50px;
			height: 238px;
			z-index: 1;
			background: black;
			background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
		.hb_diff_slider_container .slider_controls .arrow_right {
			position: absolute;
			right: 0px;
			width: 50px;
			height: 238px;
			z-index: 2;
			background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }

.hb_diff_slider_info_container .hb_diff_slider_info {
	width: auto;
	margin: 0 10px;
	display: none; }
	@media (min-width: 1230px) {
		.hb_diff_slider_info_container .hb_diff_slider_info {
			width: 1230px;
			margin: 0 auto; } }

.hb_diff_slider_info_container .hb_diff_slider_info.slider_1 {
	display: block; }

.hb_diff_slider_info_container .hb_diff_slider_info_img {
	width: 100%;
	float: left;
	padding: 0 30px; }
	@media (min-width: 600px) {
		.hb_diff_slider_info_container .hb_diff_slider_info_img {
			width: 50%;
			padding: 0px; } }

.hb_diff_slider_info_container .hb_diff_slider_info_img img {
	width: 100%; }

.hb_diff_slider_info_container .hb_diff_slider_info_copy {
	width: 100%;
	float: left;
	padding: 0 30px; }
	@media (min-width: 600px) {
		.hb_diff_slider_info_container .hb_diff_slider_info_copy {
			width: 50%; } }

.hb_diff_slider_info_container .hb_diff_slider_info_copy h4 {
	font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 10px 0; }

.hb_difference .hb_difference_section.section_3 .hb_diff_slider_info_copy p {
	font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
	font-weight: 200;
	font-size: 17px;
	line-height: 31px; }

.service_page .page_header .page_header_copy_container {
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: none;
	padding: 0px; }

.service_page .service_section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	background: #fff;
	overflow: hidden;
	margin: 50px 0; }

.service_page .service_slider_section {
	width: 1230px;
	overflow: hidden;
	margin: 0 auto;
	position: relative; }

.service_page .main_copy_area {
	width: 100%;
	margin: 50px auto 25px;
	padding: 0 10px; }
	@media (min-width: 1250px) {
		.service_page .main_copy_area {
			padding: 0px;
			width: 1230px; } }
	.service_page .main_copy_area p {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 400;
		font-size: 17px;
		line-height: 21px;
		margin: 0px;
		padding: 0px; }

.service_page h2.section_header {
	font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
	font-weight: 800;
	font-size: 17px;
	line-height: 21px;
	margin: 25px auto;
	padding: 0 10px; }
	@media (min-width: 1250px) {
		.service_page h2.section_header {
			padding: 0px;
			width: 1230px; } }

.service_page .cols {
	width: 100%;
	margin: 25px auto 50px;
	padding: 0 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap; }
	@media (min-width: 1250px) {
		.service_page .cols {
			padding: 0px;
			width: 1230px; } }
	.service_page .cols .col_1 {
		order: 1;
		padding: 0 20px 0px 0; }
	.service_page .cols .col_2 {
		order: 2; }
	.service_page .cols ul {
		margin: 0px;
		list-style: none;
		padding: 0px; }
	.service_page .cols li {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 400;
		font-size: 17px;
		line-height: 21px;
		margin: 0px;
		padding: 0; }
		@media (min-width: 600px) {
			.service_page .cols li {
				padding: 0 40px 0 0; } }

.service_page .service_slider_container {
	margin: 0px 0 100px;
	max-width: 6000px;
	height: 238px;
	width: 6000px; }
	.service_page .service_slider_container .service_slider {
		width: 243px;
		display: inline-block;
		text-decoration: none;
		padding: 0 2.5px;
		transition: all 130ms cubic-bezier(0.005, 0.84, 0.44, 1);
		cursor: default; }
		.service_page .service_slider_container .service_slider img {
			width: 100%;
			height: auto; }
	.service_page .service_slider_container .slider_controls {
		background: red;
		max-width: 1230px;
		position: relative;
		position: absolute;
		width: 100vw; }
		.service_page .service_slider_container .slider_controls svg {
			height: 30px;
			margin: 109px 0 0 10px; }
		.service_page .service_slider_container .slider_controls .arrow_left {
			position: absolute;
			width: 50px;
			height: 238px;
			z-index: 1;
			background: black;
			background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
		.service_page .service_slider_container .slider_controls .arrow_right {
			position: absolute;
			right: 0px;
			width: 50px;
			height: 238px;
			z-index: 2;
			background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }

.service_page .service_slider_info_container .service_slider_info {
	width: auto;
	margin: 0 10px;
	display: none; }
	@media (min-width: 1230px) {
		.service_page .service_slider_info_container .service_slider_info {
			width: 1230px;
			margin: 0 auto; } }

.service_page .service_slider_info_container .service_slider_info.slider_1 {
	display: block; }

.service_page .service_slider_info_container .service_slider_info_img {
	width: 100%;
	float: left;
	padding: 0 30px; }
	@media (min-width: 600px) {
		.service_page .service_slider_info_container .service_slider_info_img {
			width: 50%;
			padding: 0px; } }

.service_page .service_slider_info_container .service_slider_info_img img {
	width: 100%; }

.service_page .service_slider_info_container .service_slider_info_copy {
	width: 100%;
	float: left;
	padding: 0 30px; }
	@media (min-width: 600px) {
		.service_page .service_slider_info_container .service_slider_info_copy {
			width: 50%; } }

.service_page .service_slider_info_container .service_slider_info_copy p {
	font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px; }

.service_page .service_slider_info_container .service__slider_info_copy h4 {
	font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
	font-weight: 800;
	font-size: 17px;
	line-height: 21px;
	margin: 0 0 10px 0; }

.conservation {
	position: relative; }
	.conservation .skiff_video {
		max-width: 1024px;
		margin: 50px auto;
		position: relative; }
		.conservation .skiff_video p {
			margin: 0 10px; }
			@media (min-width: 1044px) {
				.conservation .skiff_video p {
					margin: 0px; } }
		.conservation .skiff_video .embed-container {
			position: relative;
			padding-bottom: 56.2%;
			height: 0;
			overflow: hidden;
			max-width: 100%; }
		.conservation .skiff_video .embed-container iframe,
		.conservation .skiff_video .embed-container object,
		.conservation .skiff_video .embed-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }
	.conservation .conservation_partners {
		max-width: 1024px;
		margin: 100px auto 50px; }
		.conservation .conservation_partners h2 {
			font-size: 27px;
			line-height: 31px;
			color: #000;
			margin: 0px;
			padding: 0px; }
	.conservation .conservation_partners_logos {
		grid-template-columns: 1fr 1fr;
		display: grid; }
		@media (min-width: 500px) {
			.conservation .conservation_partners_logos {
				grid-template-columns: 1fr 1fr 1fr; } }
		@media (min-width: 776px) {
			.conservation .conservation_partners_logos {
				grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }

.media {
	position: relative; }
	.media .skiff_video {
		max-width: 1024px;
		margin: 50px auto;
		position: relative; }
		.media .skiff_video .embed-container {
			position: relative;
			padding-bottom: 56.2%;
			height: 0;
			overflow: hidden;
			max-width: 100%; }
		.media .skiff_video .embed-container iframe,
		.media .skiff_video .embed-container object,
		.media .skiff_video .embed-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }
	.media .conservation_partners {
		max-width: 1024px;
		margin: 100px auto 50px; }
		.media .conservation_partners h2 {
			font-size: 27px;
			line-height: 31px;
			color: #000;
			margin: 0px;
			padding: 0px; }
	.media .conservation_partners_logos {
		grid-template-columns: 1fr 1fr;
		display: grid; }
		@media (min-width: 500px) {
			.media .conservation_partners_logos {
				grid-template-columns: 1fr 1fr 1fr; } }
		@media (min-width: 776px) {
			.media .conservation_partners_logos {
				grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
	.media .media_links {
		grid-template-columns: 1fr;
		grid-column-gap: 15px;
		display: grid;
		max-width: 1024px;
		margin: 50px auto 25px;
		padding: 0 20px; }
		@media (min-width: 375px) {
			.media .media_links {
				grid-template-columns: 1fr 1fr; } }
		@media (min-width: 500px) {
			.media .media_links {
				grid-template-columns: 1fr 1fr 1fr; } }
		@media (min-width: 776px) {
			.media .media_links {
				grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
		@media (min-width: 1024px) {
			.media .media_links {
				padding: 0;
				grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
		.media .media_links img {
			width: 100%;
			background: grey; }
		.media .media_links a {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-size: 18px;
			line-height: 23px;
			font-weight: 400;
			color: #000;
			margin: 0px;
			padding: 0px;
			display: block;
			text-align: center;
			text-decoration: none; }

.pre_owned_skiffs {
	position: relative; }
	.pre_owned_skiffs .skiff_slider_info_container {
		height: 68px;
		background: #fff; }
	.pre_owned_skiffs .skiff_slider_container .slider_controls {
		width: 100vw; }
		@media (min-width: 1024px) {
			.pre_owned_skiffs .skiff_slider_container .slider_controls {
				width: 1024px; } }
	.pre_owned_skiffs .skiff_header .skiff_boat_info {
		margin: 30px auto; }
		.pre_owned_skiffs .skiff_header .skiff_boat_info h2,
		.pre_owned_skiffs .skiff_header .skiff_boat_info h1 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 40px;
			margin: 20px 0;
			line-height: 60px;
			display: block; }
		.pre_owned_skiffs .skiff_header .skiff_boat_info p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 17px;
			line-height: 31px; }
	.pre_owned_skiffs .skiff_boat_info {
		margin: 25px auto 0px;
		display: grid;
		grid-template-columns: auto;
		-moz-column-gap: 70px;
		     column-gap: 70px;
		row-gap: 0px;
		padding: 0 20px; }
		@media (min-width: 900px) {
			.pre_owned_skiffs .skiff_boat_info {
				margin: 50px auto;
				grid-template-columns: auto auto auto;
				justify-items: start; } }
		@media (min-width: 1024px) {
			.pre_owned_skiffs .skiff_boat_info {
				padding: 0px; } }
	.pre_owned_skiffs .skiff_boat_info p {
		padding: 0px; }
	.pre_owned_skiffs .skiff_thumbnail_container {
		grid-template-columns: 1fr;
		grid-column-gap: 15px;
		display: grid;
		max-width: 1024px;
		margin: 50px auto 50px;
		padding: 0 20px;
		row-gap: 20px; }
		@media (min-width: 375px) {
			.pre_owned_skiffs .skiff_thumbnail_container {
				grid-template-columns: 1fr 1fr; } }
		@media (min-width: 500px) {
			.pre_owned_skiffs .skiff_thumbnail_container {
				grid-template-columns: 1fr 1fr 1fr; } }
		@media (min-width: 776px) {
			.pre_owned_skiffs .skiff_thumbnail_container {
				grid-template-columns: 1fr 1fr 1fr 1fr; } }
		@media (min-width: 1024px) {
			.pre_owned_skiffs .skiff_thumbnail_container {
				padding: 0; } }
	.pre_owned_skiffs .skiff_header_img_container {
		padding-top: 130px;
		margin-top: -132px; }
		.pre_owned_skiffs .skiff_header_img_container h2, .pre_owned_skiffs .skiff_header_img_container h4 {
			padding: 0 20px; }
			@media (min-width: 1024px) {
				.pre_owned_skiffs .skiff_header_img_container h2, .pre_owned_skiffs .skiff_header_img_container h4 {
					padding: 0px; } }
	.pre_owned_skiffs .skiff_thumbnail {
		text-decoration: none; }
		.pre_owned_skiffs .skiff_thumbnail img {
			width: 100%;
			width: 100%;
			max-width: none;
			-o-object-fit: cover;
			   object-fit: cover;
			-o-object-position: center;
			   object-position: center;
			position: relative; }
		.pre_owned_skiffs .skiff_thumbnail h2 {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 800;
			font-size: 17px;
			line-height: 21px;
			margin: 0 0 5px 0;
			text-transform: uppercase; }

.news {
	position: relative; }
	.news .skiff_video {
		max-width: 1024px;
		margin: 50px auto;
		position: relative; }
		.news .skiff_video .embed-container {
			position: relative;
			padding-bottom: 56.2%;
			height: 0;
			overflow: hidden;
			max-width: 100%; }
		.news .skiff_video .embed-container iframe,
		.news .skiff_video .embed-container object,
		.news .skiff_video .embed-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }
	.news .conservation_partners {
		max-width: 1024px;
		margin: 100px auto 50px; }
		.news .conservation_partners h2 {
			font-size: 27px;
			line-height: 31px;
			color: #000;
			margin: 0px;
			padding: 0px; }
	.news .conservation_partners_logos {
		grid-template-columns: 1fr 1fr;
		display: grid; }
		@media (min-width: 500px) {
			.news .conservation_partners_logos {
				grid-template-columns: 1fr 1fr 1fr; } }
		@media (min-width: 776px) {
			.news .conservation_partners_logos {
				grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
	.news .media_links {
		grid-template-columns: 1fr;
		grid-column-gap: 15px;
		display: grid;
		max-width: 1024px;
		margin: 50px auto 25px;
		padding: 0 20px; }
		@media (min-width: 375px) {
			.news .media_links {
				grid-template-columns: 1fr 1fr; } }
		@media (min-width: 500px) {
			.news .media_links {
				grid-template-columns: 1fr 1fr 1fr; } }
		@media (min-width: 776px) {
			.news .media_links {
				grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
		@media (min-width: 1024px) {
			.news .media_links {
				padding: 0;
				grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
		.news .media_links img {
			width: 100%;
			background: grey; }
		.news .media_links a {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-size: 18px;
			line-height: 23px;
			font-weight: 400;
			color: #000;
			margin: 0px;
			padding: 0px;
			display: block;
			text-align: center;
			text-decoration: none; }
	.news .news_posts {
		width: calc(100% - 25px);
		margin: 50px auto 100px auto;
		display: grid;
		grid-template-columns: 100%;
		-moz-column-gap: 1%;
		     column-gap: 1%;
		row-gap: 25px;
		margin: 50px auto 100px; }
		@media (min-width: 645px) {
			.news .news_posts {
				grid-template-columns: auto minmax(250px, 1fr); } }
		@media (min-width: 1495px) {
			.news .news_posts {
				grid-template-columns: 1200px 250px;
				width: 1475px; } }
	.news .news_posts_sidebar {
		grid-column: 1;
		grid-row: 1;
		padding: 0 5px; }
		@media (min-width: 645px) {
			.news .news_posts_sidebar {
				grid-column: 2; } }
		.news .news_posts_sidebar svg {
			margin: 5px 0 0 0; }
		.news .news_posts_sidebar h3 {
			margin: 0 0 10px 0; }
		.news .news_posts_sidebar a {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 400;
			color: #000;
			font-size: 17px;
			line-height: 21px;
			text-decoration: none; }
		.news .news_posts_sidebar a:hover {
			color: #696969; }
		.news .news_posts_sidebar .search_form {
			margin: 10px 0; }
		.news .news_posts_sidebar .search {
			padding: 10px;
			width: 100%; }
	.news .news_posts_container {
		grid-column: 1;
		grid-row: 2;
		width: 100%;
		display: grid;
		grid-template-columns: 100%;
		row-gap: 25px;
		text-decoration: none; }
		@media (min-width: 645px) {
			.news .news_posts_container {
				grid-row: 1; } }
		@media (min-width: 820px) {
			.news .news_posts_container {
				grid-template-columns: 49% 49%;
				-moz-column-gap: 1.5%;
				     column-gap: 1.5%;
				row-gap: 25px; } }
		@media (min-width: 1140px) {
			.news .news_posts_container {
				grid-template-columns: 32.33% 32.33% 32.33%;
				-moz-column-gap: 1.5%;
				     column-gap: 1.5%;
				row-gap: 3%;
				max-width: none; } }
		.news .news_posts_container a.post {
			width: 100%;
			background: white;
			text-decoration: none; }
		.news .news_posts_container .post img {
			width: 100%;
			height: 300px;
			max-width: none;
			-o-object-fit: cover;
			   object-fit: cover;
			-o-object-position: center;
			   object-position: center;
			position: relative; }
		.news .news_posts_container .copy_block {
			width: 100%; }
		.news .news_posts_container .copy_block h3 {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 800;
			color: #000;
			font-size: 30px;
			line-height: 34px;
			margin: 0px; }
			@media (min-width: 375px) {
				.news .news_posts_container .copy_block h3 {
					margin-top: -5px; } }
		.news .news_posts_container .copy_block h5 {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 400;
			color: #696969;
			font-size: 17px;
			line-height: 21px;
			text-decoration: none;
			margin: 0px 0px 5px; }
		.news .news_posts_container .copy_block h6 {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 400;
			color: #000;
			font-size: 17px;
			line-height: 21px;
			text-decoration: none;
			margin: 5px 0px 3px; }
			.news .news_posts_container .copy_block h6 a {
				text-decoration: none;
				color: #696969; }
		.news .news_posts_container .copy_block p {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			color: #000;
			font-size: 21px;
			line-height: 25px;
			text-decoration: none; }
		.news .news_posts_container .copy_block .read_more {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 400;
			font-size: 17px;
			line-height: 21px;
			padding: 10px;
			text-decoration: none;
			background: #000;
			color: #fff;
			display: inline-block;
			margin: 15px 0 0 0; }
		.news .news_posts_container .copy_block .read_more:hover {
			background: #696969; }

.video_media {
	position: relative; }
	.video_media .skiff_video {
		max-width: 1024px;
		margin: 50px auto;
		position: relative; }
		.video_media .skiff_video .embed-container {
			position: relative;
			padding-bottom: 56.2%;
			height: 0;
			overflow: hidden;
			max-width: 100%; }
		.video_media .skiff_video .embed-container iframe,
		.video_media .skiff_video .embed-container object,
		.video_media .skiff_video .embed-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }
	.video_media .conservation_partners {
		max-width: 1024px;
		margin: 100px auto 50px; }
		.video_media .conservation_partners h2 {
			font-size: 27px;
			line-height: 31px;
			color: #000;
			margin: 0px;
			padding: 0px; }
	.video_media .conservation_partners_logos {
		grid-template-columns: 1fr 1fr;
		display: grid; }
		@media (min-width: 500px) {
			.video_media .conservation_partners_logos {
				grid-template-columns: 1fr 1fr 1fr; } }
		@media (min-width: 776px) {
			.video_media .conservation_partners_logos {
				grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }

.posts_container {
	max-width: 1024px;
	margin: 25px auto; }
	.posts_container .post {
		display: grid;
		grid-template-columns: auto;
		grid-column-gap: 15px;
		width: 100%;
		padding: 0 10px;
		margin: 10px 0;
		text-decoration: none; }
		@media (min-width: 365px) {
			.posts_container .post {
				display: grid;
				grid-template-columns: 115px auto; } }
		@media (min-width: 1024px) {
			.posts_container .post {
				padding: 0px; } }
	.posts_container .post img {
		grid: 1; }
	.posts_container .copy_block {
		grid: 2; }
	.posts_container .copy_block h3 {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 800;
		color: #000;
		font-size: 30px;
		line-height: 34px; }
		@media (min-width: 375px) {
			.posts_container .copy_block h3 {
				margin-top: -5px; } }
	.posts_container .copy_block p {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 200;
		color: #000;
		font-size: 17px;
		line-height: 21px; }

.event {
	position: relative; }
	.event .skiff_video {
		max-width: 1024px;
		margin: 50px auto;
		position: relative; }
		.event .skiff_video .embed-container {
			position: relative;
			padding-bottom: 56.2%;
			height: 0;
			overflow: hidden;
			max-width: 100%; }
		.event .skiff_video .embed-container iframe,
		.event .skiff_video .embed-container object,
		.event .skiff_video .embed-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }

.posts_container {
	max-width: 1024px;
	margin: 50px auto 25px; }
	.posts_container .post {
		display: grid;
		grid-template-columns: auto;
		grid-column-gap: 15px;
		width: 100%;
		padding: 0 10px;
		margin: 15px 0;
		text-decoration: none; }
		@media (min-width: 365px) {
			.posts_container .post {
				display: grid;
				grid-template-columns: 115px auto; } }
		@media (min-width: 1024px) {
			.posts_container .post {
				padding: 0px; } }
	.posts_container .post img {
		grid: 1; }
	.posts_container .copy_block {
		grid: 2; }
	.posts_container .copy_block h3 {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 800;
		color: #000;
		font-size: 30px;
		line-height: 34px; }
		@media (min-width: 375px) {
			.posts_container .copy_block h3 {
				margin-top: -5px; } }
	.posts_container .copy_block p {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 200;
		color: #000;
		font-size: 17px;
		line-height: 21px; }

.consveration_owner_post {
	background: #fff; }
	.consveration_owner_post .full_post {
		max-width: 1024px;
		margin: 0 auto; }
	.consveration_owner_post .full_post_copy {
		padding: 0px 20px; }
		@media (min-width: 1024px) {
			.consveration_owner_post .full_post_copy {
				padding: 0px; } }
		.consveration_owner_post .full_post_copy h2,
		.consveration_owner_post .full_post_copy h1 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 30px;
			line-height: 36px;
			margin: 20px 0; }
			@media (min-width: 600px) {
				.consveration_owner_post .full_post_copy h2,
				.consveration_owner_post .full_post_copy h1 {
					font-weight: 200;
					font-size: 40px;
					line-height: 40px; } }
		.consveration_owner_post .full_post_copy p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 17px;
			line-height: 31px; }
	.consveration_owner_post .contact_form {
		padding: 50px 0 0 0; }

.event_post {
	background: #fff; }
	.event_post .full_post {
		max-width: 1024px;
		margin: 0 auto; }
	.event_post .full_post_copy {
		padding: 0px 20px; }
		@media (min-width: 1024px) {
			.event_post .full_post_copy {
				padding: 0px; } }
		.event_post .full_post_copy h1 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 54px;
			margin: 20px 0; }
		.event_post .full_post_copy h2 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 30px;
			line-height: 36px;
			margin: 20px 0; }
			@media (min-width: 600px) {
				.event_post .full_post_copy h2 {
					font-weight: 200;
					font-size: 40px;
					line-height: 40px; } }
		.event_post .full_post_copy h3 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 30px;
			margin: 20px 0; }
		.event_post .full_post_copy h4 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 20px;
			margin: 20px 0; }
		.event_post .full_post_copy h5 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			margin: 20px 0; }
		.event_post .full_post_copy h6 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			margin: 20px 0; }
		.event_post .full_post_copy p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 17px;
			line-height: 31px; }
		.event_post .full_post_copy ul {
			margin: 0px; }
		.event_post .full_post_copy li {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 17px;
			line-height: 31px; }
	.event_post .contact_form {
		padding: 50px 0 0 0; }

.media_post {
	background: #fff; }
	.media_post .full_post {
		max-width: 1024px;
		margin: 0 auto; }
	.media_post .skiff_podcast {
		margin: 100px 0 25px; }
	.media_post .full_post_copy {
		padding: 0px 20px; }
		@media (min-width: 1024px) {
			.media_post .full_post_copy {
				padding: 0px; } }
		.media_post .full_post_copy h1 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 30px;
			line-height: 36px;
			margin: 20px 0; }
			@media (min-width: 600px) {
				.media_post .full_post_copy h1 {
					font-weight: 200;
					font-size: 40px;
					line-height: 40px; } }
		.media_post .full_post_copy h2 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 30px;
			line-height: 36px;
			margin: 20px 0; }
			@media (min-width: 600px) {
				.media_post .full_post_copy h2 {
					font-weight: 200;
					font-size: 40px;
					line-height: 40px; } }
		.media_post .full_post_copy h3 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 30px;
			margin: 20px 0; }
		.media_post .full_post_copy h4 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 20px;
			margin: 20px 0; }
		.media_post .full_post_copy h5 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			margin: 20px 0; }
		.media_post .full_post_copy h6 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			margin: 20px 0; }
		.media_post .full_post_copy p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 17px;
			line-height: 31px; }
		.media_post .full_post_copy ul {
			margin: 0px; }
		.media_post .full_post_copy li {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 17px;
			line-height: 31px; }
	.media_post .contact_form {
		padding: 50px 0 0 0; }

.about_us {
	background: #fff; }
	.about_us .page_header .page_header_copy_container {
		position: relative;
		top: 0;
		z-index: 1000;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: none;
		padding: 0px; }
		@media (min-width: 1024px) {
			.about_us .page_header .page_header_copy_container {
				position: absolute; } }
	.about_us .page_header .page_header_img_container {
		height: auto;
		background: #fff;
		margin: 53px 0 0 0; }
		@media (min-width: 1024px) {
			.about_us .page_header .page_header_img_container {
				margin: 0px; } }
		.about_us .page_header .page_header_img_container img {
			position: relative;
			top: 0px;
			z-index: 1;
			left: 0%;
			min-width: auto;
			width: 100%;
			transform: none;
			height: auto; }
			@media (min-width: 1024px) {
				.about_us .page_header .page_header_img_container img {
					position: relative;
					top: 0px;
					z-index: 1;
					left: 50%;
					min-width: 1920px;
					width: 100%;
					transform: translate(-50%);
					height: auto;
					max-width: 100%; } }
	.about_us .page_header .page_header_copy {
		position: relative;
		top: 0px;
		z-index: 9;
		padding: 0px 20px 0;
		max-width: auto;
		margin: 0 0 0 0px; }
		@media (min-width: 1024px) {
			.about_us .page_header .page_header_copy {
				position: absolute;
				top: 0px;
				z-index: 9;
				margin: 0 0 0 0px;
				max-width: 700px;
				padding: 130px 20px 0; } }
		.about_us .page_header .page_header_copy h1 {
			font-family: "EB Garamond", serif;
			font-weight: 800;
			font-size: 40px;
			line-height: 44px;
			color: #000; }
			@media (min-width: 1024px) {
				.about_us .page_header .page_header_copy h1 {
					color: #fff; } }
		.about_us .page_header .page_header_copy p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 21px;
			line-height: 36px;
			color: #000; }
			@media (min-width: 1024px) {
				.about_us .page_header .page_header_copy p {
					color: #fff; } }
	.about_us .about_us_main_content {
		max-width: 1024px;
		margin: 25px auto 0px;
		display: grid;
		grid-template-columns: auto;
		-moz-column-gap: 70px;
		     column-gap: 70px;
		grid-template-rows: auto auto auto;
		row-gap: 0px;
		justify-items: center; }
		@media (min-width: 1024px) {
			.about_us .about_us_main_content {
				margin: 50px auto;
				grid-template-columns: 200px auto;
				justify-items: start; } }
		.about_us .about_us_main_content p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 21px;
			line-height: 36px;
			padding: 0 25px;
			grid-column: 1; }
			@media (min-width: 1024px) {
				.about_us .about_us_main_content p {
					grid-column: 2;
					font-size: 21px;
					line-height: 36px;
					padding: 0px; } }
		.about_us .about_us_main_content p:nth-of-type(1) {
			grid-row: 2; }
			@media (min-width: 1024px) {
				.about_us .about_us_main_content p:nth-of-type(1) {
					grid-row: auto; } }
		.about_us .about_us_main_content p:nth-of-type(2) {
			grid-row: 4; }
			@media (min-width: 1024px) {
				.about_us .about_us_main_content p:nth-of-type(2) {
					grid-row: auto; } }
		.about_us .about_us_main_content p:nth-of-type(3) {
			grid-row: 6; }
			@media (min-width: 1024px) {
				.about_us .about_us_main_content p:nth-of-type(3) {
					grid-row: auto; } }
		.about_us .about_us_main_content .image_1 {
			grid-column: 1;
			grid-row: 1;
			max-width: 350px;
			margin: 0 0 25px; }
			@media (min-width: 1024px) {
				.about_us .about_us_main_content .image_1 {
					grid-row: 1;
					margin: 0 0 0px; } }
		.about_us .about_us_main_content .image_2 {
			grid-column: 1;
			grid-row: 3;
			max-width: 350px;
			margin: 25px 0; }
			@media (min-width: 1024px) {
				.about_us .about_us_main_content .image_2 {
					grid-row: 2;
					margin: 0px; } }
		.about_us .about_us_main_content .image_3 {
			grid-column: 1;
			grid-row: 5;
			max-width: 350px;
			margin: 25px 0 0; }
			@media (min-width: 1024px) {
				.about_us .about_us_main_content .image_3 {
					grid-row: 3; } }
	.about_us .about_us_img_container {
		padding: 0 0 0 15px; }
		.about_us .about_us_img_container img {
			width: 100%;
			max-width: 85px;
			margin: 0 5px; }
			@media (min-width: 450px) {
				.about_us .about_us_img_container img {
					max-width: 120px;
					margin: 0 10px; } }
			@media (min-width: 600px) {
				.about_us .about_us_img_container img {
					max-width: 150px; } }
			@media (min-width: 850px) {
				.about_us .about_us_img_container img {
					max-width: none;
					margin: 0; } }
	.about_us .skiff_video {
		max-width: 1024px;
		margin: 50px auto; }
		.about_us .skiff_video .embed-container {
			position: relative;
			padding-bottom: 56.2%;
			height: 0;
			overflow: hidden;
			max-width: 100%; }
		.about_us .skiff_video .embed-container iframe,
		.about_us .skiff_video .embed-container object,
		.about_us .skiff_video .embed-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }

article.post {
	background: #fff; }
	article.post .full_post {
		max-width: 1024px;
		margin: 0 auto; }
	article.post .full_post_copy {
		padding: 0px 20px; }
		@media (min-width: 1024px) {
			article.post .full_post_copy {
				padding: 0px; } }
		article.post .full_post_copy h1 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 54px;
			margin: 20px 0; }
		article.post .full_post_copy h2 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 30px;
			line-height: 36px;
			margin: 20px 0; }
			@media (min-width: 600px) {
				article.post .full_post_copy h2 {
					font-weight: 200;
					font-size: 40px;
					line-height: 40px; } }
		article.post .full_post_copy h3 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 30px;
			margin: 20px 0; }
		article.post .full_post_copy h4 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 20px;
			margin: 20px 0; }
		article.post .full_post_copy h5 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			margin: 20px 0; }
		article.post .full_post_copy h6 {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			margin: 20px 0; }
		article.post .full_post_copy p {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			font-size: 21px;
			line-height: 25px; }
		article.post .full_post_copy ul {
			margin: 0px; }
		article.post .full_post_copy li {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 17px;
			line-height: 31px; }
	article.post .contact_form {
		padding: 50px 0 0 0; }

.category_page {
	position: relative;
	margin: 25px 0 0 0; }
	.category_page .category_posts {
		width: calc(100% - 25px);
		margin: 50px auto 100px auto;
		display: grid;
		grid-template-columns: 100%;
		-moz-column-gap: 1%;
		     column-gap: 1%;
		row-gap: 25px;
		margin: 50px auto 100px; }
		@media (min-width: 1495px) {
			.category_page .category_posts {
				width: 1475px; } }
	.category_page h1 {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 800;
		color: #000;
		font-size: 30px;
		line-height: 34px;
		margin: 0px;
		grid-column: 1;
		grid-row: 1; }
	.category_page .category_posts_container {
		grid-column: 1;
		grid-row: 2;
		width: 100%;
		display: grid;
		grid-template-columns: 100%;
		row-gap: 25px;
		text-decoration: none;
		margin: 0 0 50px 0; }
		@media (min-width: 645px) {
			.category_page .category_posts_container {
				grid-row: 2; } }
		@media (min-width: 820px) {
			.category_page .category_posts_container {
				grid-template-columns: 49% 49%;
				-moz-column-gap: 1.5%;
				     column-gap: 1.5%;
				row-gap: 25px; } }
		@media (min-width: 1140px) {
			.category_page .category_posts_container {
				grid-template-columns: 32.33% 32.33% 32.33%;
				-moz-column-gap: 1.5%;
				     column-gap: 1.5%;
				row-gap: 3%;
				max-width: none; } }
		.category_page .category_posts_container a.post {
			width: 100%;
			background: white;
			text-decoration: none; }
		.category_page .category_posts_container .post img {
			width: 100%;
			height: 300px;
			max-width: none;
			-o-object-fit: cover;
			   object-fit: cover;
			-o-object-position: center;
			   object-position: center;
			position: relative; }
		.category_page .category_posts_container .copy_block {
			width: 100%; }
		.category_page .category_posts_container .copy_block h3 {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 800;
			color: #000;
			font-size: 30px;
			line-height: 34px;
			margin: 0px; }
			@media (min-width: 375px) {
				.category_page .category_posts_container .copy_block h3 {
					margin-top: -5px; } }
		.category_page .category_posts_container .copy_block h5 {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 400;
			color: #696969;
			font-size: 17px;
			line-height: 21px;
			text-decoration: none;
			margin: 0px 0px 5px; }
		.category_page .category_posts_container .copy_block h6 {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 400;
			color: #000;
			font-size: 17px;
			line-height: 21px;
			text-decoration: none;
			margin: 5px 0px 3px; }
			.category_page .category_posts_container .copy_block h6 a {
				text-decoration: none;
				color: #696969; }
		.category_page .category_posts_container .copy_block p {
			font-family: "EB Garamond", serif;
			font-weight: 200;
			color: #000;
			font-size: 21px;
			line-height: 25px;
			text-decoration: none; }
		.category_page .category_posts_container .copy_block .read_more {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 400;
			font-size: 17px;
			line-height: 21px;
			padding: 10px;
			text-decoration: none;
			background: #000;
			color: #fff;
			display: inline-block;
			margin: 15px 0 0 0; }
		.category_page .category_posts_container .copy_block .read_more:hover {
			background: #696969; }

.search #content.site-content {
	margin: 102px 0 150px 0; }

.hb_store,
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
	max-width: 1400px;
	width: 100%;
	margin: 25px auto;
	padding: 0px 20px; }
	@media (min-width: 1420px) {
		.hb_store,
		.woocommerce-cart .content-area,
		.woocommerce-checkout .content-area {
			padding: 0px; } }

.woocommerce-cart #content.site-content,
.woocommerce-checkout #content.site-content {
	margin: 0px; }

.woocommerce-products-header,
.woocommerce-checkout header,
.woocommerce-cart header {
	position: relative; }

mark,
ins {
	background: #fff; }

.woocommerce h1 {
	font-size: 40px; }

.woocommerce h2 {
	font-size: 30px; }

.woocommerce h3 {
	font-size: 20px; }

.woocommerce h4 {
	font-size: 20px; }

.woocommerce p,
.woocommerce label {
	font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
	font-size: 17px;
	line-height: 21px;
	font-weight: 400; }

.woocommerce div, .woocommerce span, .woocommerce a {
	font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif; }

.woocommerce #coupon_code.input-text, .woocommerce table.cart td.actions #coupon_code.input-text, .woocommerce #content table.cart td.actions #coupon_code.input-text, .woocommerce table.cart td.actions #coupon_code.input-text {
	width: 120px; }

.woocommerce .page_header .page_header_copy {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0px;
	margin: 0px; }
	.woocommerce .page_header .page_header_copy h1 {
		font-family: "EB Garamond", serif;
		font-weight: 800;
		font-size: 54px;
		line-height: 58px; }

.woocommerce .payment_method_paypal img {
	width: auto; }

.page-template-default {
	background: #fff; }
	.page-template-default .entry-title {
		display: none; }
	.page-template-default .site-content article .entry-content {
		max-width: 1024px;
		margin: 25px auto 25px;
		display: grid; }
		.page-template-default .site-content article .entry-content h1 {
			font-family: "EB Garamond", serif;
			font-weight: 800;
			font-size: 40px;
			line-height: 44px;
			color: #000;
			margin: 25px 0px;
			padding: 0 10px; }
		.page-template-default .site-content article .entry-content p {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 21px;
			line-height: 36px;
			padding: 0 10px; }
		.page-template-default .site-content article .entry-content ul li {
			font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
			font-weight: 200;
			font-size: 21px;
			line-height: 36px;
			padding: 0 25px; }

.woo_commerce_sub_nav {
	margin: 0 20px; }
	.woo_commerce_sub_nav .woo_commerce_user_nav {
		padding: 50px 0px 25px 0px;
		text-align: right;
		border-bottom: 1px solid #ddd; }
	.woo_commerce_sub_nav a {
		font-family: "Montserrat", Helvetica, Arial, Roboto, san-serif;
		font-weight: 400;
		border: solid 1px #767676;
		border-radius: 3px;
		padding: 10px 16px;
		text-decoration: none;
		color: #767676;
		margin: 0 5px; }
	.woo_commerce_sub_nav a:hover {
		color: #fff;
		background-color: #000; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 150px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #000; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: lightgray;
	color: #000; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #ebe9eb;
	color: #000; }
