/*
Theme Name: The ClassicPress Theme Child
Description: Child theme for The ClassicPress Theme. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: the-classicpress-theme
Version: 1.0
*/

ormalizing 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 {
	--tcpt-border-radius: 3px;
}

/*
 * 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;
}

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

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

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

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

hr {
	box-sizing: content-box; /* 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: 1em; /* 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: 1em; /* 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.25em;
}

sup {
	top: -0.5em;
}

/* 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.35em 0.75em 0.625em;
}

/**
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.1em;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #316ca6 ;
	font-family: "DM Sans", "Helvetica Neue", Verdana, sans-serif;
	font-size: calc(0.748 * (18px + 2 * (100vw / 1500)));
	line-height: 1.4;
}

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

p {
	margin: 0 0 0.75em;
}

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

blockquote {
	margin: 0 1.5em 0.75em;
	border-left: 4px solid #057f99;
	padding-left: 1em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
.code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 14px;
	font-size: 0.9375rem;
	width: 100%;
	background: #f3f3f3;
	padding: 0 0.2em;
	border-radius: var(--tcpt-border-radius);
}

.code {
	padding: 0.5em 0.75em 0.75em 1em;
	display: inline-block;
	margin-bottom: 1.4em;
}

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: #EDF4FE;
	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.5em 1.5em;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px #3a113c solid;
	border-radius: var(--tcpt-border-radius);
	background: #89288f;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: 0 0 3px 2px #89288f;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: var(--tcpt-border-radius);
	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 {text-decoration:none;} 
a:visited {
	color: #057f99;
	font-weight: 400;
	border: 0;
	border-bottom: 0.2em solid transparent;
}
#susty-back-link {
	padding: 0.3em 0.6em;
}
a:hover,
a:focus,
a:active {
	color: #316ca6 ;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}
a:focus {
	outline: 1px dotted;
}
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: #fff;
	text-decoration: none;
	border-bottom: 0;
}
#colophon .nav a:hover,
#colophon .nav a:active,
#colophon .nav a:focus {
	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: #f1f1f1;
	border-radius: var(--tcpt-border-radius);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	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: 1em 1.25em 0.75em 0;
}

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

.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 2em;
}
.post-type-archive-faq .hentry {
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
}
.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.5em;
	max-width: 100%;
}

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

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

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

/* Playlist caption in CP 2.5+ */
li.wp-playlist-item .wp-playlist-item-length {
	top: 3px;
}

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

.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;
	justify-content: space-between;
	margin: 0;
	padding: 0.1em 0;
	background: #316ca6;
	border-bottom: #316ca6;
}
#masthead h1,
#masthead p {
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	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 > a {
	font-weight: normal;
}
#masthead > a > svg {
	width: 1.6em;
	height: 1.6em;
}
#masthead .logo a {
	display: inline-block;height: 28px;
}
#masthead a {
	color: #fff;
	font-weight: 400;
}
.logo {
	display: block;height: 32px;
}
.logo svg {
	width: 1.2em;
	height: 1.2em;
}
.logo:hover {
	outline: none;
}
svg * {
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#content {
	max-width: 72rem;
	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.5em;
}
.cat-links a,
.comments-link a,
.edit-link a {
	padding: 0 0.5em;
	margin: 0 0.5em 0 0;
}

/* CLASSICPRESS-SPECIFIC STYLES */
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	src: local("DM Sans Light"), local("DM Sans-Light"),
		url("fonts/dm-sans-v17-latin-regular.woff2") format("woff2");
}
@font-face {
	font-family: "DM Sans";
	font-style: italic;
	font-weight: 400;
	src: local("DM Sans Thin"), local("DM Sans-Thin"),
		url("fonts/dm-sans-v17-latin-italic.woff2") format("woff2");
}
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 600;
	src: local("DM Sans SemiBold"), local("DM Sans-SemiBold"),
		url("fonts/dm-sans-v17-latin-600.woff2") format("woff2");
}
@font-face {
	font-family: "DM Sans";
	font-style: italic;
	font-weight: 600;
	src: local("DM Sans SemiBold Italic"),
		local("DM Sans-SemiBoldItalic"),
		url("fonts/dm-sans-v17-latin-600italic.woff2") format("woff2");
}
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 700;
	src: local("DM Sans Bold"), local("DM Sans-Bold"),
		url("fonts/dm-sans-v17-latin-700.woff2") format("woff2");
}
@font-face {
	font-family: "DM Sans";
	font-style: italic;
	font-weight: 700;
	src: local("DM Sans ExtraBold"), local("DM Sans-ExtraBold"),
		url("fonts/dm-sans-v17-latin-700italic.woff2") format("woff2");
}

/* 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";
}

/* External link icon */
article a[target="_blank"]::after {
	font-size: 60%;
	position: relative;
	top: -3px;
	margin-left: 4px;
	color: #057f99;
	text-decoration: none;
	display: inline-block;
	font-family: "cpicons";
	content: "\e901";
}
article .button a[target="_blank"]:after {
	content: "";
	display: none;
}

/* Misc */
body {
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	color: #057f99;
	line-height: 1.25;
	font-family: "DM Sans";
	font-weight: 600;
	clear: none;
}
input[type="search"] {
	width: 300px;
	max-width: 85%;
	padding: 0.3em;
	border-radius: var(--tcpt-border-radius);
	position: relative;
	top: 1px;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 0.9em;
	border: 0;
	padding: 0.7em 1em;
}
button {
	font-size: 17px;
	font-weight: 600;
	border: 0;
	padding: 0.7em 2em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
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: #fff;
	color: #000;
	font-weight: 600;
	border-radius: var(--tcpt-border-radius);
	font-size: 100%;
	padding: 0.1rem 0.5rem;
	border: 0;
}
.announcement a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}
#inner-header {
	max-width: 72rem;
	margin: 0;
	padding: 0 1em;
	flex-grow: 1;
}
.menu,
.menu ul {
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#menu-toggle,
#menu-toggle-close {
	display: none;
	padding: 0.2em;
	margin-right: 1em;
	background: #fff;
	align-self: start;
}
#primary-menu.menu li {
	letter-spacing: 0.1em;
}
#primary-menu.menu li ul li {
	font-size: 1em;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
}
#primary-menu.menu li a {
    outline-offset: -1px;
}
#primary-menu.menu li a,
#primary-menu.menu li a:visited {
	color: rgba(255, 255, 255, 1);
	border-radius: var(--tcpt-border-radius);
	border-width: 0;
	/* IE11/Edge fix */
}
#primary-menu .menu-item-has-children > a::after {
	content: "";
	border: 4px solid transparent;
	border-top: 5px solid rgba(255, 255, 255, 0.72);
	margin-left: 0.2em;
	display: inline-block;
	/* IE11/Edge fix */
}
#primary-menu.menu li.current_page_parent > a,
#primary-menu.menu li.current_page_item > a {
	background: rgba(62, 188, 166, 0.5);
}
#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: rgba(62, 188, 166, 0.75);
}
.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: rgba(5, 127, 153, 1);
	border-radius: 0 0 var(--tcpt-border-radius) var(--tcpt-border-radius);
	width: 100%;
}
/* 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;
}
#primary-menu.menu ul.sub-menu li a,
#primary-menu.menu li.menu-item-has-children ul.sub-menu li a {
	padding-left: 0.85em;
	border-radius: 0;
}

/* HOMEPAGE WIDGETS */
#homepage-widgets-container {
	background: #316ca6;
	background: -moz-linear-gradient(
		-135deg,
		#3ebca6 18%,
		#057f99 50%,
		#316ca6 100%
	);
	background: -webkit-linear-gradient(
		-135deg,
		#3ebca6 18%,
		#057f99 50%,
		#316ca6 100%
	);
	background: linear-gradient(
		-135deg,
		#3ebca6 18%,
		#057f99 50%,
		#316ca6 100%
	);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3ebca6', endColorstr='#316ca6', GradientType=1);
	border-bottom: 15px solid #89288f;
	border-image-source: linear-gradient(
		45deg,
		rgb(137, 40, 143),
		rgb(75, 32, 99)
	);
	border-image-slice: 1;
}
.homepage-widgets {
	max-width: 72rem;
	margin: 0 auto;
	padding: 3em 1em 1em;
	color: #fff;
}
.homepage-widgets a {
	color: #fff;
}
.homepage-widgets h1,
.homepage-widgets h2,
.homepage-widgets h3 {
	color: #fff;
	padding-top: 0;
}
.homepage-widgets-inner {
	width: 100%;
	display: flex;
	gap: 2em;
}
.homepage-widgets .widget-container {
	flex-basis: 50%;
	flex-grow: 1;
	margin-top: 0;
}

/* PAGE TITLE */
#page-title {
	background: #316ca6;
	background: -moz-linear-gradient(
		-135deg,
		#2d5c88 18%,
		#2d5c88 50%,
		#2d5c88 100%
	);
	background: -webkit-linear-gradient(
		-135deg,
		#2d5c88 18%,
		#2d5c88 50%,
		#2d5c88 100%
	);
	background: linear-gradient(
		-135deg,
		#2d5c88 18%,
		#2d5c88 50%,
		#2d5c88 100%
	);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3ebca6', endColorstr='#316ca6', GradientType=1);
	border-bottom: 1px solid #89288f;
	border-image-source: linear-gradient(
		45deg,
		rgb(137, 40, 143),
		rgb(75, 32, 99)
	);
	border-image-slice: 1;
	margin-bottom: 1.6em;
}
#page-title h1 {
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
	max-width: 72rem;
	margin: 0 auto;
	padding: 0.6em 2px;text-transform:uppercase;
}

/* PAGE CONTENT STRUCTURE */
#primary {
	display: flex;
	margin-bottom: 1.8em;
}
#main {
	width: 100%;
	max-width: 52rem;
	padding: 0 2em 2em;
	min-height: 300px;box-shadow: 0 2px 6px rgba(0,0,0,0.08);background:#fff;
}
#sidebar {
	width: 100%;
	max-width: 22rem;
	padding: 2em 2em 2em 2em;background:#fffff9; border-style:solid; border-width:2px;border-color:#fff;border-radius:2px;
}
/* IE11/Edge fix for incorrect display width */
/* body.ie11 class applied in JS */
body.ie11 #sidebar {
	max-width: 27rem;
}

/* CONTENT */
body.home #content,
body.single #content {
	margin-top: 2.6em;
}
.blog-post {
	/*listing*/
	width: 100%;
	margin-bottom: 1em;
	background-color:#fff;padding:2em;box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.center {
	text-align: center;
}
h1,
h2,
h3,
h4 {
	margin: 0 0 0.5em;
	padding-top: 0.5em;
}
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.8em;
}
#main h2.small,
#main h2 .small {
	font-size: 1.5em;
}
#main h3 {
	font-size: 1.5em;
}
#main h3.small,
#main h3 .small {
	font-size: 1.3em;
}
#main h4 {
	font-size: 1.3em;
	color: #1c4597;
}
#main h4.small,
#main h4 .small {
	font-size: 1.05em;
}
#main ul,
#main ol {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
	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;
	border-bottom: 10px solid #057f99;
}
.page-main .post-thumbnail,
.post-main .post-thumbnail {
	margin: 0.6em 0 1.4em;
}
.blog-list .blog-post img {
	max-width: 100%;
}
.blog-post a.post-thumbnail {
	display: inline-block;
	margin: 1.2em 0 0.6em;
	position: relative;
}
.sticky .blog-post a.post-thumbnail::after {
	content: "FEATURED POST";
	font-size: 0.8em;
	font-weight: 600;
	color: #fff;
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
}
.attachment-post-thumbnail {
	max-width: 100%;
}
#main .blog-list .blog-post h2 {
	line-height: 1.1;
	margin-bottom: 0.3em;
}
.author_bio_section {
	margin: 1.8em 0 0;
	padding: 1em;
	background-color: rgb(235 243 246 / 46%);
	border-radius: var(--tcpt-border-radius);
}
.author_bio_section h5 {
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 0.2em 0;
}
.author_details img.avatar-90 {
	float: left;
	border-radius: 50px;
}
.authtext {
	margin-left: 104px;
}
#main .author_details p {
	line-height: 1.4em;
	margin: 0.3em 0;
}
#main ul.brand-colors {
	list-style-type: none;
	padding-left: 0.6em;
	margin: 0.1em 0 0.8em;
}
#main ul.brand-colors li {
	padding: 0 0 0.2em 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: #057f99;
}
#main ul.brand-colors li.deepviolet::before {
	background: #361946;
}
#main ul.brand-colors li.violet::before {
	background: #89288f;
}
.nav-links {
	padding-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	gap: 1em;
}
.nav-links a {
	color: #89288f;
}
.nav-previous,
.nav-next {
	flex: 1;
}
.nav-next {
	text-align: right;
}
.taxonomy-description {
	margin: 0 0 1em;
	font-style: normal;
}
#main p.entry-meta {
	color: #2d5c88;
	margin-bottom: 0.2em;
	font-size: 0.8em;
	line-height: 1.2;
	font-style: normal;
}
#main .blog-list p.entry-meta {
	margin-bottom: 1em;
}
#main .blog-post p {
	line-height: 1.55;
}
#content p.button {
	margin: 1.5em 0;
}
#content p.button a {
	display: inline-block;
	padding: 0.9rem 2.5rem;
	border-radius: var(--tcpt-border-radius);
	font-weight: 400;
	color: #fff;
	line-height: 1;
	border-bottom: 0;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	background: #89288f;
}
#content p.button a:hover,
#content p.button a:active,
#content p.button a:focus {
	box-shadow: 0 0 3px 2px #89288f;
}
.edit-link {
	display: block;
}
.edit-link a {
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 14px;
}
nav a {
	line-height: 1.6em;
	background: transparent;
}
.single-post article header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.5em;
}
.single-post article header h1 {
	font-size: 2.5em;
	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.5em;
	padding: 0.1em 1em;
	background: rgb(235 243 246 / 46%);
	border-radius: var(--tcpt-border-radius);
}

/* CRAYON CODE HILITES */
.crayon-theme-classic {
	border-radius: 0 0 var(--tcpt-border-radius) var(--tcpt-border-radius);
}
#content ul li,
#content ol li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
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.5em;
}
ol.comment-list > .comment:first-child {
	margin-top: 0;
}
#respond {
	margin-bottom: 1.8em;
}
.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(--tcpt-border-radius);
}
div.wpcf7-response-output {
	margin: 2em 0 1em;
}

/* 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: 1em;
}
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: 1em;
	width: 100%;
}
table.cp-logo-list .cp-logo-description {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 0.3em;
}

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

/* SIDEBAR */
#sidebar p,
#sidebar li {
	font-size: 1em;
}
.page .sidebar .sidebar-note ul {
	padding-left: 1.3em;
	margin: 0.4em 0;
}
.page .sidebar .sidebar-note li {
	font-size: 0.96em;
}
.sidebar-note {
	padding: 10px 9px 12px 15px;
	background-color: rgb(235 243 246 / 46%);
	border-radius: var(--tcpt-border-radius);
	margin: 0.3em 0 1.5em 0;
}
#sidebar h3.widget-title {
	padding-top: 0.1em;
	margin-bottom: 0.2em;
	font-size: 1.3em;
}
#sidebar p {
	margin-bottom: 0.4em;
}
#sidebar p.readmore {
	margin: 0.6em 0;
	font-size: 0.85em;
}
#sidebar p.readmore a {
	display: inline-block;
	padding: 0.55rem 1.5rem;
	border-radius: var(--tcpt-border-radius);
	font-weight: 400;
	color: #fff;
	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,
#sidebar p.readmore a:focus {
	box-shadow: 0 0 3px 2px #89288f;
}
.widget-container {
	margin: 0.65em 0 2em;
}
.page .sidebar .widget-container {
	margin-top: 0.5em;
}
.widget-container ul {
	margin: 0.2em 0 1em 0;
	padding: 0;
	list-style-type: none;
}
.widget-container ul.sub-menu {
	margin: 0;
}
.widget-container ul.sub-menu li {
	margin-left: 0.5em;
}
#sidebar .widget-container ul li.cat-item.current-cat a {
	color: #316ca6 ;
}
.widget-container .search-form {
	font-size: 0.9em;
}
.widget-container .search-field {
	font-size: 1em;
}
.widget-container input[type="search"] {
	width: 190px;
}

/* FOOTER */
#colophon {
	margin: 1em 0 0;
	background: #316ca6;
}
.classic {
	color: #fff;
	max-width: 72rem;
	padding: 3em 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.classic a {
	color: #fff;
}
.classic h1,
.classic h2,
.classic h3 {
	color: #fff;
	padding-top: 0;
}
.classic-front p {
	max-width: unset;
	margin-top: 3em;
}
#colophon p {
	color: #fff;
	margin-bottom: 0.6em;
	font-size: 0.9em;
	line-height: 1.3;
}
#colophon li {
	color: #fff;
	margin-bottom: 0.2em;
	font-size: 0.8em;
	line-height: 1.3;
}
#colophon ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footerleft {
	min-height: 50px;
	width: 100%;
	padding: 0 1em;
	display: flex;
	gap: 1em;
}
.footerright {
	min-height: 50px;
	width: 100%;
	max-width: 12rem;
	padding: 0 1em;
}
.footer-widgets {
	width: 100%;
	display: flex;
	gap: 2em;
}
#footer-logo {
	max-width: 90px;
	width: 100%;
	margin-top: 0.2em;
}
#footer-logo:hover {
	text-decoration: none;
	border: none;
}
.footerleft img {
	width: 100%;
	margin: 0;
	max-width: 90px;
}
.footer-widgets .widget-container {
	flex-basis: 50%;
	flex-grow: 1;
	margin-top: 0;
}
.registration {
	max-width: 400px;
	margin: 0 0 1em;
}
.social-menu {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
#colophon .social-menu a {
	border: 0;
	padding: 0.75em 0.75em;
	text-decoration: none;
	color: #fff;
	margin: 0;
}
#colophon .social-menu a:hover,
#colophon .social-menu a:focus {
	color: #fff;
	background-color: #316ca6;
	border: 0;
}
#legal {
	background: #002e38;
}
#legal p {
	color: #fff;
	margin-bottom: 0;
	font-size: 0.8em;
	line-height: 1.3;
}
#legal a {
	color: #ddd;
}
#legal a:active,
#legal a:hover,
#legal a:focus {
	color: #fff;
}
.cplegal {
	color: #fff;
	max-width: 72rem;
	padding: 1em 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cpcopyright,
.cppolicy {
	padding: 0 1em;
}
.cppolicy {
	text-align: right;
}

/* 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.9em;
}
.discourse-comments-area img.emoji {
	width: 1.1em;
	height: 1.1em;
	vertical-align: text-top;
}

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

/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
	.cplegal {
		display: block;
	}
	.cpcopyright,
	.cppolicy,
	.footersponsor {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.sponsors-inner {
		flex-direction: column;
	}
	.cta-btns {
		flex-direction: column;
	}
	.commun {
		flex-direction: column;
	}
	.commun .comm-txt {
		max-width: 100%;
	}
	input[type="search"] {
		width: 190px;
	}
}

@media screen and (max-width: 899px) {
	#page-title h1 {
		max-width: 600px;
	}
	#primary {
		display: block;
	}
	#primary-menu li a {
		padding: 0.2em 0.5em;
	}
	#primary-menu.menu ul.sub-menu li a,
	#primary-menu.menu li.menu-item-has-children ul.sub-menu li a {
		padding-left: 1.2em;
	}
	#primary-menu li button {
		margin-left: 0.8em;
		padding: 0;
		background: #fff0;
		color: #fff;
		font-weight: 400;
		font-size: 0.8em;
	}
	#primary-menu .search-submit {
		margin-left: 0.2em;
	}
	.homepage-widgets-inner {
		display: block;
		text-align: center;
	}
	#main,
	#sidebar,
	.classic {
		max-width: 600px;
		margin: 0 auto;
	}
	#sidebar .widget-container,
	#sidebar .sidebar-internal {
		text-align: center;
	}
	#sidebar .sidebar-internal .sidebar-note p {
		text-align: left;
	}
	.classic,
	.footer-widgets {
		display: block;
	}
	.footerleft,
	.footerright {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.registration {
		max-width: 100%;
	}
	.social-menu {
		justify-content: center;
	}
	img.alignright,
	img.alignleft {
		max-width: 45%;
	}
	.toggle.dem {
		display: block;
	}
	.toggle.dem .demblock {
		width: 100%;
	}
	.announcement {
		flex-direction: column;
	}
	.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 {
		display: none;
		flex-direction: column;
		gap: 1em;
		margin: 1em 0;
	}
	.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: 2em 0 1em;
	}
	.petimg img {
		width: auto;
		margin: 0 auto;
	}
	.getcp,
	.getinvolved {
		text-align: center;
		padding: 0 0 0.5em 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: 900px) {
	#inner-header {
		display: flex;
		justify-content: space-between;
		gap: 1em;
		align-items: center;
		margin: 0 auto;
	}
	#primary-menu.menu li {
		text-transform: capitalize;
		letter-spacing: 0.1em;
		font-size: 0.85em;
	}
	#primary-menu.menu {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 0.2em;
		padding: 0;
		margin: 0;
	}
	#primary-menu.menu li a {
		display: block;
		padding: 0.1em 0.6em;
	}
	#primary-menu.menu .sub-menu li a {
		line-height: 1.4em;
		padding: 0.55em 0.85em;
	}
	#masthead > div > .get-started {
		padding: 1em 2em;
		display: inline-block;
		background: #fff;
	}
	#primary-menu.menu ul.sub-menu li:last-child a,
	#primary-menu.menu li.menu-item-has-children ul.sub-menu li:last-child a {
		border-radius: 0 0 var(--tcpt-border-radius) var(--tcpt-border-radius);
	}
	.nav--toggle-sub ul ul {
		width: 180px;
		position: absolute;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.nav--toggle-sub li:hover > ul,
	.nav--toggle-sub li:focus-within > ul {
		display: block;
	}
}




