/*!
Theme Name: summit-concierge-theme
Author: Ouzel Software
Author URI: https://ouzelsoftware.com
Description: The theme for summit concierge snowmobiling sites
Version: 1.0.1
Requires PHP: 8.0
Requires CP: 2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: summit-concierge-theme

This theme is based on Susty by Jack Lenox https://blog.jacklenox.com

Susty 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Accessibility
# Alignments
# Clearings
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
# Site
	## Header
	## Content
# ClassicPress-specific styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

:root {
	--sd-color-white: #fff;
	--sd-color-black: #000;
	--sd-color-midnight: #061A40;
	--sd-color-sky-primary: #0253A5;
  --sd-color-sky-secondary: #006DAA;
	--sd-color-powder: #B9D6F2;
	--sd-color-fog: #DAE3E5;
	--sd-color-ocean: #003559;
	--sd-color-shadow: #04080F;
	--sd-radius-sm: 0.25rem;
	--sd-radius-md: 1rem;
	--sd-radius-lg: 3rem;
	--sd-radius-full: 50%;
	--sd-shadow-sm: rgba(0, 0, 0, 0.133) 0px 1px 10px;
	--sd-shadow-submenu: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}

/*
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

:focus-visible {
	outline: 0.125rem var(--sd-color-shadow) solid;
	outline-offset: 0.125rem;
}

/**
 * Correct the font size and margin on `h1` elements with `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1rem; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1rem; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25rem;
}

sup {
	top: -0.5rem;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}
details summary > * {
	display: inline;
}
#main details > summary > h2 {
	font-size: 1.1rem;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--sd-color-shadow);
	font-family: "Roboto", "Helvetica Neue", Verdana, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin: 0 0 0.75rem;
	font-size: 1rem;
}

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

blockquote {
	margin: 0 1.5rem 0.75rem;
	border-left: 4px solid var(--sd-color-sky-primary);
	padding-left: 1rem;
}

address {
	margin: 0 0 1.5rem;
}

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

code,
.code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
	width: 100%;
	background: #f3f3f3;
	padding: 0 0.2rem;
	border-radius: var(--sd-radius-sm);
}
.code {
	padding: 0.5rem 0.75rem 0.75rem 1rem;
	display: inline-block;
	border-radius: var(--sd-radius-sm);
	margin-bottom: 1.4rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

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

body {
	background-color: #fffefc;
	border-top: 0.4rem solid;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5rem;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: var(--sd-radius-lg);
	background: var(--sd-color-ocean);
	color: var(--sd-color-white);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6rem 1rem 0.4rem;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: var(--sd-radius-sm);
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a,
a:visited {
	color: var(--sd-color-sky-primary);
	font-weight: 400;
	border: 0;
}
#susty-back-link {
	padding: 0.3rem 0.6rem;
}
a:hover,
a:focus,
a:active {
	color: var(--sd-color-shadow);
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}
a:hover,
a:active {
	outline: 0;
}
.menu a,
#content h2 a,
#content h3 a,
#content h4 a {
	text-decoration: none;
	font-weight: 600;
}
#colophon .nav a {
	color: var(--sd-color-white);
	text-decoration: none;
	border-bottom: 0;
}
#colophon .nav a:hover,
#colophon .nav a:active {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: var(--sd-color-sky-primary);
	border-radius: var(--sd-radius-lg);
	clip: auto !important;
	clip-path: none;
	color: var(--sd-color-white);
	display: block;
	font-weight: semibold;
	height: auto;
	left: 0.75rem;
	line-height: normal;
	padding: 0.75rem 0.875rem;
	text-decoration: none;
	top: 0.75rem;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 1rem 1.25rem 0.75rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 1rem 0 0.75rem 1.25rem;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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 {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5rem;
}
.post-type-archive-faq .hentry {
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
}
.updated:not(.published) {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* 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.5rem;
	max-width: 100%;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0.75rem 0;
	box-shadow: var(--sd-shadow-sm);
}
#masthead h1,
#masthead p {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 600;
	flex: 1;
	margin: 0;
	-webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
#masthead a {
	border-bottom: unset;
}
#masthead .logo a {
	display: inline-block;
	font-weight: 500;
	font-size: 1.5rem;
}
#masthead a {
	color: var(--sd-color-black);
	font-weight: 400;
	text-decoration: none;
}
.logo {
	display: block;
}
.logo svg {
	width: 2.4rem;
	height: 2.4rem;
}
.logo:hover {
	outline: none;
}
svg * {
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#content {
	padding: 0;
	margin: 0 auto;
}
.entry-meta,
.entry-meta a {
	color: rgb(179, 179, 179);
}
.cat-links {
	display: flex;
	align-items: center;
}
.cat-links a:first-of-type {
	margin-left: 0.5rem;
}
.cat-links a,
.comments-link a,
.edit-link a {
	padding: 0 0.5rem;
	margin: 0 0.5rem 0 0;
}

/* CLASSICPRESS-SPECIFIC STYLES */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	src: url("fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto Italic";
	font-style: italic;
	src: url("fonts/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype");
}

/* Icons from Icomoon */
@font-face {
	font-family: "cpicons";
	src: url("fonts/cpicons.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="cpicon-"],
[class*=" cpicon-"] {
	font-family: "cpicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cpicon-discourse::before {
	content: "\e900";
}
.cpicon-external-link-alt::before {
	content: "\e901";
}
.cpicon-facebook-f::before {
	content: "\e902";
}
.cpicon-github::before {
	content: "\e903";
}
.cpicon-zulip::before {
	content: "\e909";
}
.cpicon-mastodon::before {
	content: "\e910";
}
.cpicon-twitter::before {
	content: "\e905";
}
.cpicon-code::before {
	content: "\e906";
}
.cpicon-lock::before {
	content: "\e907";
}
.cpicon-smile-beam::before {
	content: "\e908";
}
.cpicon-logo::before {
	content: "\e911";
}

body {
	border: none;
}
h1,
h2,
h3,
h4,
h5 {
	position: relative;
	color: var(--sd-color-sky-primary);
	line-height: 1.25;
	font-family: "Roboto";
	font-weight: 600;
	clear: none;
}
input[type="search"] {
	width: 300px;
	max-width: 85%;
	padding: 0.3rem;
	border-radius: var(--sd-radius-sm);
	position: relative;
	top: 1px;
}
button {
	font-size: 1.0625rem;
	font-family: "Roboto";
	font-weight: 500;
	border: 0;
	padding: 0.7rem 2rem;
	letter-spacing: 0;
}
#content .widget-container ul li.cat-item.current-cat a {
	color: var(--sd-color-shadow);
}

/* External link icon */
article a[target="_blank"]::after {
	font-size: 60%;
	position: relative;
	top: -3px;
	margin-left: 4px;
	color: var(--sd-color-sky-primary);
	text-decoration: none;
	display: inline-block;
	font-family: "cpicons";
	content: "\e901";
}
article .button a[target="_blank"]:after {
	content: "";
	display: none;
}
img {
	height: auto;
	vertical-align: top;
}
.post-thumbnail img {
	max-width: 100%;
}
[hidden] {
	display: none;
}

/* MENUS AND MASTHEAD */
.announcement {
	background: #96d392;
	color: #295723;
	text-align: center;
	padding: 1rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	font-size: 1.3rem;
}
.announcement a {
	background: var(--sd-color-white);
	color: var(--sd-color-black);
	font-weight: 600;
	border-radius: var(--sd-radius-sm);
	font-size: 100%;
	padding: 0.1rem 0.5rem;
	border: 0;
}
.announcement a:hover {
	text-decoration: none;
	background: var(--sd-color-black);
	color: var(--sd-color-white);
}
#inner-header {
	margin: 0;
	padding: 0 2rem;
}
.menu,
.menu ul {
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#menu-toggle,
#menu-toggle-close {
	display: none;
	padding: 0.2rem;
	margin-right: 1rem;
	background: var(--sd-color-white);
}
#primary-menu.menu li {
	letter-spacing: 0;
}
#primary-menu.menu li ul li {
	font-size: 1rem;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
}
#primary-menu.menu li a,
#primary-menu.menu li a:visited {
	color: black;
	border-radius: var(--sd-radius-sm);
	border-width: 0;
	/* IE11/Edge fix */
}
.menu-item-has-children > a::after {
	content: "";
	border: 4px solid transparent;
	border-top: 5px solid black;
	margin-left: 0.2rem;
	display: inline-block;
	/* IE11/Edge fix */
}
#primary-menu.menu li.current_page_parent > a,
#primary-menu.menu li.current_page_item > a {
	background: var(--sd-color-powder);
}
#primary-menu.menu li.current_page_parent ul li a,
#primary-menu.menu li.current_page_item ul li a {
	background: transparent;
}
#primary-menu.menu li a:hover,
#primary-menu.menu li a:active,
#primary-menu.menu li.current_page_parent > a:hover,
#primary-menu.menu li.current_page_item > a:active,
#primary-menu.menu li.current_page_parent ul li a:hover,
#primary-menu.menu li.current_page_parent ul li a:active,
#primary-menu.menu li.current_page_item ul li a:hover,
#primary-menu.menu li.current_page_item ul li a:active {
	background: var(--sd-color-powder);
}
.nav--toggle-sub li.menu-item-has-children,
.nav--toggle-sub li.menu-item--has-toggle {
	position: relative;
}
.nav--toggle-sub ul ul {
	padding: 0;
	display: none;
	top: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
	z-index: 1;
	background-color: var(--sd-color-white);
	border-radius: var(--sd-radius-sm);
	box-shadow: var(--sd-shadow-submenu);
	width: max-content;
}

/* IE11/Edge fix for main menu submenus and keyboard navigation */
/* .open class applied in JS */
.nav--toggle-sub li > ul.sub-menu.open {
	display: block;
}
#masthead .menu ul.sub-menu li a,
#masthead .menu li.menu-item-has-children ul.sub-menu li a {
	border-radius: 0;
}

#masthead .menu li a[href^="tel:"] {
	background-color: var(--sd-color-ocean);
	color: var(--sd-color-white);
	border-radius: var(--sd-radius-lg);
	padding: 0.5rem 1.25rem;
}

#masthead .menu li a[href^="tel:"]:hover {
	filter: brightness(150%);
	transition-property: all 200ms ease-in-out;
}

/* PAGE TITLE */
#page-title {
	padding: 4.2rem 0 1rem;
	margin-bottom: 2.6rem;
}
#page-title h1 {
	font-size: 2.5rem;
	margin: 0 auto;
	padding: 0.6rem 0;
}

/* PAGE CONTENT STRUCTURE */
#primary {
	display: flex;
	flex-direction: column;
}
#main {
	display: flex;
	flex-direction: column;
	min-height: 300px;
}
#sidebar {
	width: 100%;
	max-width: 20rem;
	padding: 0 1rem 1rem 1rem;
}
/* IE11/Edge fix for incorrect display width */
/* body.ie11 class applied in JS */
body.ie11 #sidebar {
	max-width: 27rem;
}
header#page-title {
	min-width: 100%;
	padding: 0 1rem;
}

/* CONTENT */
.center {
	text-align: center;
}
h1,
h2,
h3,
h4 {
	margin: 0 0 0.5rem;
}
h2.subhdtop,
h3.subhdtop,
h4.subhdtop {
	padding-top: 0;
}
#main h1 {
	padding-top: 0;
}
.blog h1,
.blog-list h2 {
	padding-top: 0;
	margin-bottom: 0;
}
#content .blog-list h2 a {
	font-weight: 600;
	text-decoration: none;
}
#main h2 {
	font-size: 1.8rem;
}
#main h2.small,
#main h2 .small {
	font-size: 1.5rem;
}
#main h3 {
	font-size: 1.5rem;
}
#main h3.small,
#main h3 .small {
	font-size: 1.3rem;
}
#main h4 {
	font-size: 1.3rem;
	color: var(--sd-color-sky-primary);
}
#main h4.small,
#main h4 .small {
	font-size: 1.05rem;
}
@media screen and (max-width: 999px) {
	#main h1 {
		font-size: 1.5rem;
	}
	#main h2 {
		font-size: 1.3rem;
	}
	#main h3 {
		font-size: 1.2rem;
	}
	#main h4 {
		font-size: 1.1rem;
	}
}
#main ul,
#main ol {
	margin-top: 0.5rem;
	margin-bottom: 0.9rem;
	padding-left: 28px;
}
.twocolumn {
	display: flex;
	justify-content: space-between;
}
p.text-leftcol,
p.text-rightcol,
.column1,
.column2 {
	width: 47.5%;
}
/* .post-thumbnail {
	margin: 1.5em 0;
}
.page-main .post-thumbnail {
	margin: 0.6em 0 1.4rem;
} */
.blog-list .hentry {
	margin: 0;
	border-bottom: 1px solid rgb(235 243 246 / 46%);
}

.blog-list .blog-post img {
	max-width: 100%;
}
.blog-post a.post-thumbnail {
	display: inline-block;
	margin: 1.2rem 0 0.6rem;
	position: relative;
}
.sticky .blog-post a.post-thumbnail::after {
	content: "FEATURED POST";
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--sd-color-white);
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1rem;
}
#main .blog-list .blog-post h2 {
	line-height: 1.1;
	margin-bottom: 0.3rem;
}
.author_bio_section {
	margin: 1.8rem 0 0;
	padding: 1rem;
	background-color: rgb(235 243 246 / 46%);
	border-radius: var(--sd-radius-sm);
}
.author_bio_section h5 {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 0.2rem 0;
}
.author_details img.avatar-90 {
	float: left;
	border-radius: 50px;
}
.authtext {
	margin-left: 104px;
}
#main .author_details p {
	line-height: 1.4rem;
	margin: 0.3rem 0;
}
#main ul.brand-colors {
	list-style-type: none;
	padding-left: 0.6rem;
	margin: 0.1rem 0 0.8rem;
}
#main ul.brand-colors li {
	padding: 0 0 0.2rem 0;
	line-height: 1.5;
}
#main ul.brand-colors li::before {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	content: "";
	margin-right: 6px;
	vertical-align: bottom;
	display: inline-block;
}
#main ul.brand-colors li.aqua::before {
	background: var(--sd-color-sky-primary);
}
#main ul.brand-colors li.deepviolet::before {
	background: #361946;
}
#main ul.brand-colors li.violet::before {
	background: #89288f;
}
.nav-links {
	padding-bottom: 1.5rem;
	display: flex;
	justify-content: space-between;
}
.nav-previous,
.nav-next {
	width: 47%;
}
.nav-next {
	text-align: right;
}
.archive-desc {
	margin: -10px 0 1rem 0;
	font-style: italic;
}
#main p.entry-meta {
	color: #767676;
	margin-bottom: 0.35rem;
	font-size: 0.84rem;
	line-height: 1.2;
	font-style: italic;
}
#main .blog-post p {
	line-height: 1.55;
}

/* BLOG LISTING */
p.button {
	padding: 0;
	margin: 1.5rem 0;
}
p.button:focus {
	/* TODO give this a separate focus style */
	outline: none;
}
input[type="submit"] {
	font-size: 1.0625rem;
}
p.button a,
input[type="submit"] {
	display: inline-block;
	padding: 0.9rem 2.5rem;
	border-radius: var(--sd-radius-sm);
	font-weight: 400;
	color: var(--sd-color-white);
	line-height: 1;
	border-bottom: 0;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
}
input[type="submit"]:focus {
	outline: none;
}
#content p.button a {
	text-decoration: none;
	border: none;
}
#content p.button a:hover,
#content p.button a:active,
#content p.button a:focus {
	box-shadow: 0 0 3px 2px #89288f;
}
.edit-link a {
	font-weight: 400;
	padding: 0;
	letter-spacing: 0.1rem;
	text-decoration: none;
	font-size: 0.875rem;
}
nav a {
	line-height: 1.6rem;
	background: transparent;
}
body.home #content {
	border-bottom: none;
}
body.single-post #content {
	margin-top: 4rem;
}
.single-post article header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.5rem;
}
.single-post article header h1 {
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: 400;
	max-width: 90%;
	margin: 0;
	color: #333;
}

/* FAQs */
.post-type-archive-faq article {
	border-bottom: 1px solid rgb(235 243 246 / 46%);
}
.faq-content {
	margin-top: 0.5rem;
	padding: 0.1rem 1rem;
	background: rgb(235 243 246 / 46%);
	border-radius: var(--sd-radius-sm);
}

/* CRAYON CODE HILITES */
.crayon-theme-classic {
	border-radius: 0 0 var(--sd-radius-sm) var(--sd-radius-sm);
}
#content ul li,
#content ol li {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
article a {
	background: none;
	border-bottom: none;
	line-height: inherit;
}
.comment-content pre code {
	background: transparent;
}
ol.comment-list {
	list-style-type: none;
	padding-left: 0;
}
ol.comment-list > .comment {
	margin-top: 1.5rem;
}
ol.comment-list > .comment:first-child {
	margin-top: 0;
}
#respond {
	margin-bottom: 1.8rem;
}
.comment-notes {
	font-style: italic;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: inline-block;
	width: 65px;
}

/* CONTACT FORM 7 */
label.fullwidth input {
	width: 100%;
}
label {
	font-weight: 600;
	color: #444;
}
label .lite,
label input,
label textarea,
label select {
	font-weight: 400;
}
span.wpcf7-not-valid-tip {
	color: #89288f;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #89288f;
	border-radius: var(--sd-radius-sm);
}
div.wpcf7-response-output {
	margin: 2rem 0 1rem;
}

/* LOGO TABLES (https://www.classicpress.net/brand-guidelines/) */
table.cp-logo-descriptions td.cp-logo-image {
	width: 210px;
	text-align: right;
	vertical-align: middle;
}
table.cp-logo-descriptions td.cp-logo-description {
	vertical-align: middle;
	padding-left: 1rem;
}
table.cp-logo-list {
	border-spacing: 0 6px;
}
table.cp-logo-list td {
	padding: 0;
	margin-bottom: 4px;
}
table.cp-logo-list tr:hover td {
	background: #ddd;
}
table.cp-logo-list .cp-logo-preview .cp-logo-wrapper {
	border: 6px solid #eee;
	background: #ddd;
	width: 132px;
	height: 132px;
}
table.cp-logo-list tr:hover .cp-logo-preview .cp-logo-wrapper {
	border-color: #ddd;
}
table.cp-logo-list .cp-logo-preview .cp-logo-thumbnail {
	border: 6px solid #ddd;
}
table.cp-logo-list .cp-logo-info {
	padding-left: 1rem;
	width: 100%;
}
table.cp-logo-list .cp-logo-description {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

/* COLORS */
.purple {
	color: var(--sd-color-white);
	background: #89288f;
}
.blue {
	color: var(--sd-color-white);
	background: #07989e;
}
.white {
	color: #89288f;
	background: var(--sd-color-white);
}
.gray {
	background: rgb(235 243 246 / 46%);
}

/* SIDEBAR */
/* #sidebar p,
#sidebar li {
	font-size: 1rem;
}
.page .sidebar .sidebar-note ul {
	padding-left: 1.3rem;
	margin: 0.4rem 0;
}
.page .sidebar .sidebar-note li {
	font-size: 0.96rem;
}
.sidebar-note {
	padding: 10px 9px 12px 15px;
	background-color: rgb(235 243 246 / 46%);
	border-radius: var(--sd-radius-sm);
	margin: 0.3rem 0 1.5rem 0;
} */
/* #sidebar h3 {
	padding-top: 0.1rem;
	margin-bottom: 0.2rem;
	font-size: 1.3rem;
}
#sidebar p {
	margin-bottom: 0.4rem;
}
#sidebar p.readmore {
	margin: 0.6rem 0;
	font-size: 0.85rem;
}
#sidebar p.readmore a {
	display: inline-block;
	padding: 0.55rem 1.5rem 0.65rem;
	border-radius: var(--sd-radius-sm);
	font-weight: 400;
	color: var(--sd-color-white);
	line-height: 1;
	border-bottom: 0;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	background: #89288f;
}
#sidebar p.readmore a:hover,
#sidebar p.readmore a:active {
	box-shadow: 0 0 3px 2px #89288f;
}
#sidebar input[type="search"] {
	width: 190px;
	padding: 0.3rem;
	position: relative;
	top: 1px;
} */
/* #sidebar input[type="submit"],
#commentform input[type="submit"],
.search-form input[type="submit"] {
	padding: 0.6rem 1rem 0.7rem;
	font-size: 0.9rem;
	border-radius: var(--sd-radius-sm);
	font-weight: 400;
	color: var(--sd-color-white);
	line-height: 1;
	border-bottom: 0;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	background: #89288f;
	border: 1px solid #89288f;
	position: relative;
	top: -2px;
}
#sidebar input[type="submit"]:hover,
#commentform input[type="submit"]:hover,
.search-form input[type="submit"]:hover,
#sidebar input[type="submit"]:focus,
#commentform input[type="submit"]:focus,
.search-form input[type="submit"]:focus {
	box-shadow: 0 0 3px 2px #89288f;
}
.widget-container {
	margin: 0.65rem 0 2rem;
}
.page .sidebar .widget-container {
	margin-top: 0.5rem;
}
.widget-container ul {
	margin: 0.2rem 0 1rem 0;
	padding: 0;
	list-style-type: none;
}
.widget-container .search-form {
	font-size: 0.9rem;
}
.widget-container .search-field {
	font-size: 1rem;
}
.widget-container .search-submit {
	margin-top: 0.4rem;
} */

/* FOOTER */
#colophon {
	font-size: 1rem;
	padding: 0;
	margin: 4rem 0 0;
	text-align: left;
	background: var(--sd-color-midnight);
}
#colophon *:focus {
	outline-color: var(--sd-color-white);
}
.classic {
	color: var(--sd-color-white);
	padding: 3rem 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.classic h3 {
	color: var(--sd-color-white);
}
.classic-front p {
	max-width: unset;
	margin-top: 3rem;
}
#colophon p {
	color: var(--sd-color-white);
	margin-bottom: 0.6rem;
	font-size: 1rem;
	line-height: 1.3;
}
#colophon li {
	color: var(--sd-color-white);
	margin-bottom: 0.2rem;
	font-size: 1rem;
	line-height: 1.3;
}
#colophon ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footerleft,
.footerright {
	min-height: 50px;
	/* width: 100%; */
	max-width: 550px;
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
/* .footerright {
	min-height: 50px;
	width: 100%;
	max-width: 12.15rem;
	padding: 0 1rem;
} */
#footer-logo {
	max-width: 90px;
	width: 100%;
	margin-top: 0.2rem;
}
.footerleft img {
	width: 100%;
	margin: 0;
	max-width: 90px;
}
.footerleft a:hover {
	text-decoration: none;
	border: 0;
}
.registration {
	margin: 00 0 1rem;
}
.social-menu {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
#colophon .social-menu a {
	border: 0;
	padding: 0.75rem 0.75rem;
	text-decoration: none;
	color: var(--sd-color-white);
	margin: 0;
}
#colophon .social-menu a:hover,
#colophon .social-menu a:focus {
	color: var(--sd-color-white);
	background-color: #006b81;
	border: 0;
}
#legal {
	max-width: unset;
	margin: 0;
	background: var(--sd-color-fog);
}
#legal p {
	color: var(--sd-color-black);
	margin-bottom: 0;
	font-size: 0.875rem;
	line-height: 1.3;
}
#legal a {
	color: var(--sd-color-black);
}
#legal a:active,
#legal a:hover,
#legal a:focus {
	color: var(--sd-color-sky-primary);
}
.cplegal {
	color: var(--sd-color-white);
	max-width: 96rem;
	padding: 1rem 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cpcopyright,
.cppolicy {
	width: 40%;
	padding: 0 1rem;
}
.cppolicy {
	text-align: right;
}

/* BLOG PAGE */
.blog #content {
	margin: 0 auto;
}
.attachment-post-thumbnail {
	max-width: 100%;
}
.blog-post {
	/*listing*/
	width: 100%;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
.post-meta {
	margin-top: 0.5rem;
	font-style: italic;
	display: inline-block;
}
.nav-links a {
	color: #89288f;
}
.blog #main p.entry-meta {
	margin: 0rem 0 1.5rem;
}

/* Comments linked to Discourse forums */
.discourse-comments-area .comment-list {
	list-style: none;
	padding-left: 0;
}
.discourse-comments-area a {
	text-decoration: underline;
}
.discourse-comments-area .comment-author,
.discourse-comments-area .comment-metadata {
	float: left;
	padding-right: 8px;
}
.discourse-comments-area .comment-author .avatar {
	width: 32px;
	height: 32px;
	position: absolute;
}
.discourse-comments-area .fn {
	padding-left: 40px;
}
.discourse-comments-area .comment-content {
	clear: both;
	padding-top: 0.9rem;
}
.discourse-comments-area img.emoji {
	width: 1.1rem;
	height: 1.1rem;
	vertical-align: text-top;
}

/* CLASSIC COMMERCE */
#main ul.woocommerce-error {
	padding-left: 3rem;
}
ul.woocommerce-error::before {
	top: 1.26rem;
	left: 1.35rem;
}
body.page-cart .coupon,
body.page-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
	.classic,
	.cplegal {
		display: block;
		justify-content: normal;
	}
	.footerleft,
	.footerright,
	.cpcopyright,
	.cppolicy,
	.footersponsor {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.footerleft img {
		float: none;
		margin: 0 0 0.3rem 0;
	}
	footer .classic {
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}
	.sponsors-inner {
		flex-direction: column;
	}
	.cta-btns {
		flex-direction: column;
	}
	.commun {
		flex-direction: column;
	}
	.commun .comm-txt {
		max-width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	header#page-title h1 {
		max-width: 600px;
	}
	#primary {
		display: block;
	}
	/* .menu-mainmenu-container {
		position: absolute;
		z-index: 3;
		width: 100%;
		margin-left: -1rem;
		background: rgba(5, 127, 153, 1);
	} */
	#primary-menu li a {
		padding: 0.2rem 0.5rem;
	}
	#masthead .menu ul.sub-menu li a,
	#masthead .menu li.menu-item-has-children ul.sub-menu li a {
		margin-left: 1rem;
	}
	#main {
		margin: 0 auto;
	}
	/* #sidebar .widget-container,
	#sidebar .sidebar-internal {
		text-align: center;
	}
	#sidebar .sidebar-internal .sidebar-note p {
		text-align: left;
	} */
	/* .page .sidebar .widget-container {
		display: none;
	} */
	img.alignright,
	img.alignleft {
		max-width: 45%;
	}
	.toggle.dem {
		display: block;
	}
	.toggle.dem .demblock {
		width: 100%;
	}
	.announcement {
		flex-direction: column;
	}
	.home-hero {
		padding-bottom: 2rem;
		flex-direction: column;
	}
	.home-hero-image {
		margin: 0 auto 1rem;
		max-width: 600px;
	}
	.twocolumn {
		display: block;
	}
	p.text-leftcol,
	p.text-rightcol,
	.column1,
	.column2 {
		width: 100%;
	}
	.cta-btns {
		justify-content: center;
		margin-bottom: 2rem;
	}
	#menu-toggle {
		display: block;
	}
	#primary-menu {
		background-color: var(--sd-color-white);
		border-radius: var(--sd-radius-sm);
		box-shadow: var(--sd-shadow-submenu);
		display: none;
		position: absolute;
		z-index: 10;
		right: 0;
		flex-direction: column;
		margin: 0.75rem 0 0;
		padding: 1rem 1.5rem 1.25rem;
		gap: 0.75rem;
	}
	#primary-menu .sub-menu {
		box-shadow: none;
	}
	.petitions-home,
	.getinvolved,
	.getcp,
	.features-home,
	.involve-home,
	.community-home {
		display: block;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.feature {
		width: 100%;
	}
	.col2-3 {
		width: 100%;
	}
	.petimg {
		width: 100%;
		text-align: center;
		padding: 2rem 0 1rem;
	}
	.petimg img {
		width: auto;
		margin: 0 auto;
	}
	.getcp,
	.getinvolved {
		text-align: center;
		padding: 0 0 0.5rem 0;
	}
	.getcp p.button a,
	.getinvolved p.button a,
	.col2-3 p.button a,
	.community-home p.button a {
		width: 100%;
		display: block;
		height: auto;
	}
}

@media screen and (min-width: 1000px) {
	#inner-header {
		display: flex;
		flex-grow: 1;
		align-items: center;
		justify-content: space-between;
		margin: 0 auto;
	}
	#page-title h1 {
		padding: 0.6rem 15px;
	}
	#site-navigation {
		margin-right: -0.3rem;
	}
	#primary-menu.menu li {
		font-size: 1rem;
	}
	.menu {
		display: flex;
		flex-grow: 1;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		gap: 1rem;
		line-height: 3.5rem;
	}
	.menu li a {
		display: flex;
		flex-grow: 1;
		padding: 0.4rem 0.5rem;
	}
	nav .menu .sub-menu li a {
		line-height: 1.4rem;
		padding: 0.55rem 0.85rem;
	}
	.menu ul li {
		padding: 0;
		flex-direction: column;
	}
	#masthead > div > .get-started {
		padding: 1rem 2rem;
		display: inline-block;
		background: var(--sd-color-white);
	}
	#masthead .menu ul.sub-menu li:first-child a,
	#masthead .menu li.menu-item-has-children ul.sub-menu li:first-child a {
		border-radius: var(--sd-radius-sm) var(--sd-radius-sm) 0 0;
	}
	#masthead .menu ul.sub-menu li:last-child a,
	#masthead .menu li.menu-item-has-children ul.sub-menu li:last-child a {
		border-radius: 0 0 var(--sd-radius-sm) var(--sd-radius-sm);
	}
	.menu-item-has-children > a::after {
		margin-left: 0.2rem;
		margin-top: 0.69rem;
	}
	.nav--toggle-sub ul ul {
		width: max-content;
		position: absolute;
		-webkit-box-shadow: var(--sd-shadow-submenu);
		box-shadow: var(--sd-shadow-submenu);
	}
	.nav--toggle-sub li:hover > ul,
	.nav--toggle-sub li:focus-within > ul {
		display: block;
	}
}

/* Card Styles */
.cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}

@media screen and (max-width: 1600px) {
	.cards {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 840px) {
	.cards {
		grid-template-columns: 1fr;
	}
}

.card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	border-radius: var(--sd-radius-md);
	border: 2px solid var(--sd-color-fog);
	padding: 32px;
	max-width: 800px;
}

.card h2 {
	color: var(--sd-color-black);
	font-weight: 500;
}

.card * {
	margin: 0;
}

.pricing-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	border-radius: var(--sd-radius-md);
	border: 2px solid var(--sd-color-fog);
	padding: 32px;
	max-width: 800px;
}

.pricing-card p {
	font-size: 1.125rem;
	margin: 0;
}

/* FAQ Accordion Styles */
.accordion-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}
.accordion-wrapper details {
	background-color: var(--sd-color-fog);
	padding: 1.25rem 1rem;
	border-radius: var(--sd-radius-md);
	font-weight: 500;
	width: 100%;
	max-width: 972px;
}
.accordion-wrapper summary {
	font-size: 1.125rem;
}
.accordion-wrapper details p {
	font-weight: 400;
	margin-top: 0.5rem;
	&:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 999px) {
	.accordion-wrapper {
		gap: 1rem;
	}
	.accordion-wrapper summary {
	font-size: 1rem;
}
}
.hero-banner {
	overflow: hidden;
	max-height: 720px;
}
.hero-banner img {
	object-fit: cover;
}
.herobanner.darken img {
	filter: brightness(75%);
}
.title-heading {
	background-color: var(--sd-color-sky-primary);
	padding: 1rem 0.5rem;
	margin: 0 0 2rem;
}
.title-heading.alt {
	background-color: var(--sd-color-sky-secondary);
}
.title-heading.dark {
	background-color: var(--sd-color-midnight);
}
.title-heading h1 {
	color: var(--sd-color-white);
	margin: 0;
	text-align: center;
}
#title-info {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin-bottom: 2rem;
}
#title-info h3 {
	color: var(--sd-color-black);
	max-width: 800px;
	margin-bottom: 2rem;
}
#title-info .title-list {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.5rem;
}
#title-info p {
	font-size: 1.375rem;
	margin: 0;
}
@media screen and (max-width: 999px) {
	#title-info h3 {
		margin-bottom: 1.5rem;
	}
	#title-info .title-list {
		gap: 1rem;
	}
	#title-info p {
		font-size: 1.1rem;
	}
}
.layout-padding,
.page-contents {
	margin: 0 2rem;
}
.bg-gradient {
	background: linear-gradient(var(--sd-color-ocean), var(--sd-color-sky-primary));
	h2, h3, p {
		color: var(--sd-color-white);
	}
}
.two-column {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 2rem;
	padding: 2rem;
}

.two-column article,
.two-column figure {
	max-width: 50%;
}

.two-column figure,
.two-column figure img {
	border-radius: var(--sd-radius-lg);
}

@media screen and (max-width: 1000px) {
	.two-column {
		flex-direction: column;
	}

	.two-column article,
	.two-column figure {
		max-width: 100%;
		padding: 0 3rem;
	}

	.two-column figure {
		padding: 0 3rem;
	}

	.column-reverse-mobile {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 768px) {
	.two-column article,
	.two-column figure {
		padding: 0;
	}
}

.cta-banner {
	text-align: center;
	padding: 2rem 0;
}
.cta-banner h2 {
	font-size: 1.75rem;
}
.cta-banner p,
.cta-banner a {
	font-size: 1.25rem;
}
.cta-banner p {
	margin-bottom: 1.5rem;
}
.cta-banner a[href^="tel:"] {
	background-color: var(--sd-color-ocean);
	color: var(--sd-color-white);
	border-radius: var(--sd-radius-lg);
	padding: 0.5rem 1.25rem;
	text-decoration: none;
}
.cta-banner a[href^="tel:"]:hover {
	filter: brightness(150%);
	transition-property: all 200ms ease-in-out;
}
@media screen and (max-width: 999px) {
	.cta-banner p,
	.cta-banner a {
		font-size: 1.125rem;
	}
}

table.pricing-table {
	text-align: left;
	border-collapse: collapse;
	border: 2px solid var(--sd-color-shadow);
}
table.pricing-table th,
table.pricing-table td {
	border: 1px solid black;
	padding: 0.5rem 0.25rem;
}

h1.mt-4 {
	margin-top: 1rem;
}

div.wpforms-container.contact-form form button.contact-form-submit[type="submit"] {
	background-color: var(--sd-color-ocean);
	color: var(--sd-color-white);
	border-radius: var(--sd-radius-lg);
	padding: 0.5rem 1.25rem;
}
