/*!
Theme Name: IFS Scale
Author: Kelsey Barmettler
Author URI: https://kelseybarmettler.com
Description: A theme for IFS Scale
Version: 1.0
*/
:root {
	--wp--preset--color--saxony-blue: #1c667e;
	--wp--preset--color--beach-lilac: #bba2c4;
	--wp--preset--color--highlighter-lavender: #815ba6;
	--wp--preset--color--mint-jelly: #41c79f;
	--wp--preset--color--serene-blue: #0fa4b5;
	--wp--preset--color--atrium-white: #f1ede4;
}
/*
################################
# RESET: //www.joshwcomeau.com/css/custom-css-reset/
################################
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}
input,
button,
textarea,
select {
	font: inherit;
	max-width: 100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

/*
################################
# TYPE / FONTS / TYPOGRAPHY
################################
*/
body,
button,
input,
select,
optgroup,
textarea {
	font-size: clamp(16px, calc(1rem + ((1vw - 3px) * 0.1235)), 18px);
	min-height: 0vw;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7;
	color: var(--wp--preset--color--saxony-blue);
}
/* set the font family below because wordpress 6.6 broke this */
:root :where(body) {
	font-family: 'Open Sans', sans-serif;
}
html {
	font-size: 100%;
}
body {
	line-height: 1.7;
	font-size: 1.125em;
	overflow-x: hidden;
}

/* set the font family below because wordpress 6.6 broke this */
:root :where(h1, h2, h3, h4, h5, h6) {
	font-family: 'Open Sans';
	font-weight: 700;
	clear: both;
}
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.12;
}
h1 {
	line-height: 1;
}
.wp-block-heading {
	margin-bottom: .85em;
}
p {
	margin-bottom: 1.5em;
}
p.has-background {
	padding: calc(2 * var(--wp--custom--layout--padding));
}
@media (max-width: 600px) {
	p.has-background {
		padding: var(--wp--custom--layout--padding);
	}
}
.block-area :last-child {
	margin-bottom: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/*
################################
# SECTION
################################
*/
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/* fix svg img thumbnail */
.attachment-266x266, .thumbnail img {
	width: 100% !important;
	height: auto !important;
}
/*
################################
# LINKS
################################
*/
a {
	color: #0e4db9;
}

a:visited {
	color: rebeccapurple;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
.has-white-color a {
	color: #fff;
}
.site-title a {
	color: #fff;
	text-decoration: none;
}
.is-style-full-link a:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
}
/* buttons */
.wp-element-button,
.wp-block-button__link {
	padding: .5rem 1rem;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
	padding: .5rem 1rem;
}
.wp-block-button__link:focus {
	outline: .15rem dotted #2f3134;
	outline-offset: .2rem;
}
/* fix fluent forms defaults */
form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit {
	font-family: inherit;
}
.ff-default .ff_btn_style:focus,
.ff-default .ff_btn_style:hover {
	opacity: 1 !important;
}
.ff-message-success {
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 1rem;
	position: relative;
	background: #fff;
	border-radius: 7px;
}
.ff-message-success :last-child {
	margin-bottom: 0;
}
/*
################################
# BLOCKS
################################
*/
.wp-block-media-text.is-style-stacked {
	display: flex;
	flex-direction: column;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
	padding: calc(var(--wp--custom--layout--block-gap) * 2) var(--wp--custom--layout--block-gap);
}
@media (max-width: 600px) {
	.wp-block-media-text.has-background .wp-block-media-text__content {
		padding: var(--wp--custom--layout--block-gap);
	}
	.wp-block-media-text .wp-block-media-text__content :last-child {
		margin-bottom: 0;
	}
}
/* social links block */
.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	font-size: 0;
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.social-links a {
	display: inline-block;
	padding: .5rem;
	font-size: 100%;
}
.social-links img {
	height: 24px;
	width: 24px;
}
.af2-social-link.has-white-color img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(283deg) brightness(108%) contrast(101%);
}
.social-links.has-text-align-center {
	justify-content: center;
}
.social-links.has-text-align-right {
	justify-content: flex-end;
}
/* faq */
.af2-faq__faq {
	padding: .5rem;
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.af2-faq__answer :last-child,
.af2-faq__question  :last-child {
	margin-bottom: 0;
}
.af2-faq__question { 
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
}
.af2-faq__question-inner { 
	flex: 1 1 auto;
}

.af2-faq__question::after { 
	content: '+';
	color: #000;
	flex:  0 1 1ch;
	position: relative;
	top: 3px;
	width: 1rem;
	margin-right: 0;
	margin-left: 1rem;
}
.af2-faq__faq > .af2-faq__question::-webkit-details-marker {
	display: none;
}
.af2-faq__faq + .af2-faq__faq {
	margin-top: .5rem;
}
.af2-faq__faq[open] .af2-faq__question:after {
	content: '-';
}
.af2-faq__answer {
	padding-top: 1rem;
}
/* testimonials */
.af2-testimonial__attribution {
	display: flex;
}
.af2-testimonial__image {
	flex: 1 1 140px;
}
.af2-testimonial__text {
	flex-basis: 0;
	flex-grow: 999;
}
/* fix google maps */
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*
################################
# FORMS
################################
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc;
	border-radius: 3px;
	background: #f0f0f0;
	line-height: 1;
	padding: 0.5rem 1rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #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;
}

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: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* ################################
# LAYOUT
################################### */
.site-inner,
.block-area {
	padding-left: var(--wp--custom--layout--padding);
	padding-right: var(--wp--custom--layout--padding);
}
.wrapper {
	max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
	margin: 0 auto;
	padding-left: var(--wp--custom--layout--padding);
	padding-right: var(--wp--custom--layout--padding);
}
.wrapper-no-padding {
	max-width: calc(var(--wp--custom--layout--wide));
	margin-left: auto;
	margin-right: auto;
}
.entry-content > .alignfull:not(:last-child),
.entry-content > .wp-block-separator:not(:last-child) {
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.entry-content > .alignfull.has-background + .alignfull,
.entry-content > .alignfull.wp-block-cover + .alignfull,
.block-area > .alignfull.has-background + .alignfull,
.block-area > .alignfull.wp-block-cover + .alignfull {
	margin-top: calc(var(--wp--custom--layout--block-gap) * -1);
}
.entry-content > *,
.block-area > * {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
	max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
	margin-left: calc(-1 * var(--wp--custom--layout--padding));
	margin-right: calc(-1 * var(--wp--custom--layout--padding));
	max-width: 100vw;
}
.alignfull.is-layout-flow > * {
	padding-left: var(--wp--custom--layout--block-gap);
	padding-right: var(--wp--custom--layout--block-gap);
}
.entry-content > .alignfull:not(:first-child),
.entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
	margin-top: var(--wp--custom--layout--block-gap);
}
.wp-block-cover,
.wp-block-cover-image {
	padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.after-entry,
.entry-comments {
	max-width: var(--wp--custom--layout--page);
	margin-left: auto;
	margin-right: auto;
}
.entry-header,
.entry-footer {
	margin: 0 auto;
}
.alignfull.wp-block-cover > .wp-block-cover__image-background,
.alignfull.wp-block-cover > .wp-block-cover__background {
	max-width: 100vw;
}
/* ################################
# SIDEBAR LAYOUT
################################### */
.content-sidebar .content-area {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--custom--layout--block-gap);
	max-width: var(--wp--custom--layout--wide);
	margin-left: auto;
	margin-right: auto;
}
.content-sidebar .site-main {
	flex-basis: 0;
	flex-grow: 999;
	min-inline-size: 50%;
}
.sidebar {
	flex-basis: 30em;
	flex-grow: 1;
}
.block-area-sidebar {
	padding: 0;
}
@media (max-width: 767px) {
	.content-sidebar .content-area {
		flex-direction: column;
	}
}
.content-sidebar .content-area .entry-header,
.content-sidebar .content-area .entry-footer,
.content-sidebar .content-area .after-entry,
.content-sidebar .content-area .entry-comments {
	max-width: unset;
	margin-left: 0;
	margin-right: 0;
}
.content-sidebar .entry-content > * {
	max-width: unset;
	margin-left: 0;
	margin-right: 0;
}
.sidebar-content .content-area {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	max-width: var(--wp--custom--layout--wide);
	margin-left: auto;
	margin-right: auto;
}
.sidebar-content .site-main {
	flex: 1 1 calc(75% - 2rem);
}
.sidebar {
	flex: 1 1 30%;
	min-width: 180px;
}
@media (max-width: 767px) {
	.content-sidebar .content-area {
		flex-direction: column;
	}
}
.sidebar-content .content-area .entry-header,
.sidebar-content .content-area .entry-footer,
.sidebar-content .content-area .after-entry,
.sidebar-content .content-area .entry-comments {
	max-width: unset;
	margin-left: 0;
	margin-right: 0;
}
.sidebar-content .entry-content > * {
	max-width: unset;
	margin-left: 0;
	margin-right: 0;
}
@media (max-width: 767px) {
	.site-main {
		order: 1;
	}
	.sidebar {
		order: 2;
	}
}
/* ################################
# BEFORE HEADER
################################### */
.block-area-before-header > * > * {
	max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
	margin: 0 auto;
	padding-left: var(--wp--custom--layout--padding);
	padding-right: var(--wp--custom--layout--padding);
}

/* ################################
# SITE HEADER
################################### */
.site-header .wrapper {
	/* padding-top: var(--wp--custom--layout--block-gap);
	padding-bottom: var(--wp--custom--layout--block-gap); */
}
.site-title {
	font-weight: 700;
	color: #fff;
	font-size: var(--wp--preset--font-size--colossal);
	margin-bottom: 0;
	line-height: 1;
}
.site-branding {
	background-color: var(--wp--preset--color--serene-blue);
	padding: 2rem;
	border-top: 1rem solid var(--wp--preset--color--bermuda);
}
.site-description {
	margin-top: .5rem;
	margin-bottom: 0;
	line-height: 1;
	color: rgba(255, 255, 255, .8);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
}
/*
################################
# NAVIGATION
################################
*/
.navbar {
	padding: .5rem 0;
	border-bottom: 1rem solid var(--wp--preset--color--highlighter-lavender);
}
/* hide menu toggle on large screens */
.menu-toggle,
.close-button {
	display: none;
}
/* primary main navigation menu */
.navbar-menu a {
	display: block;
	text-decoration: none;
	padding: .5rem;
	color: var(--wp--preset--color--saxony-blue);
}
.navbar > .navbar-menu > li > a {
	display: inline-block;
}
.navbar-menu {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.navbar-menu,
.navbar-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar-menu li {
	position: relative;
}
.navbar-menu li:hover > ul,
.navbar-menu li:focus-within > ul /* IE11+ only */ {
	display: block;
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
/* large screens only */
@media (min-width: 768px) {

	.navbar > .navbar-menu > li > a {
		padding: .5rem;
		transition: background-color 250ms ease;
	}
	.navbar > .navbar-menu > li > a:hover,
	.navbar > .navbar-menu > li > a:focus {
		background-color: rgba(0, 0, 0, 0.05);
	}
	/* child / sub menus */
	.navbar-menu .sub-menu {
		position: absolute;
		left: 0;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		width: 18rem;
		box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.5);
		background-color: #fff;
	}
	.navbar-menu .sub-menu > li > ul {
		left: 100%;
		top: 0;
	}
	.sub-menu a {
		padding: .5rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
	.sub-menu a:hover {
		background: rgba(0, 0, 0, 0.05);
	}
}
/* small mobile screens only */
@media (max-width: 767px) {
	.navbar-menu {
		padding-left: var(--wp--custom--layout--block-gap);
		padding-right: var(--wp--custom--layout--block-gap);
	}
	.navbar-menu a {
		padding: .5rem;
		border-bottom: 1px solid #ccc;
		width: 100%;
	}
	.menu-toggle {
		display: block;
		border: 0;
		border-radius: 0;
		background: transparent;
		line-height: 1;
		padding: 0;
		font-size: 2rem;
		margin-top: -.4rem;
	}
	.toggled .close-button {
		display: block; 
	}
	.close-button {
		position: absolute;
		bottom: 0;
		width: 100%;
		border: none;
		border-radius: 0;
		color: #fff;
		line-height: 1;
		padding: 0.5rem 1rem;
		text-align: right;
		transform: translateX(-1rem);
		background-color: #333;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF" width="18" height="18" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
		background-repeat: no-repeat;
		background-position: calc(100% - .5rem) .5rem;
		padding-right: 2rem;
		color: #fff;
		border: none;
		cursor: pointer;
	}
	.logged-in .close-button {
		transform: translateY(-46px) translateX(-1rem);
	}
	.navbar-menu {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		height: 100%;
		transition: all 300ms ease-in-out;
		z-index: 3;
		background-color: #eee;
	}
	.logged-in .navbar-menu {
		top: 46px;
	}
	.toggled .navbar-menu {
		display: block;
		position: fixed;
		left: 0;
		width: 80%;
	}
}
/*
################################
# PAGE LAYOUT & APPEARANCE
################################
*/
.site-inner {
	background-color: var(--wp--preset--color--atrium-white)
}
.site-main {
	background-color: var(--wp--preset--color--white);
	padding: 4rem;
	margin-top: -8rem;
	margin-bottom: 2rem;
	border-top: 1rem solid var(--wp--preset--color--mint-jelly);
}
.featured-image-wrapper {
	object-fit: cover;
	height: 300px;
	/* width: 100%; */
	margin-left: calc(-1 * var(--wp--custom--layout--padding));
	margin-right: calc(-1 * var(--wp--custom--layout--padding));
	max-width: 100vw;
}
.featured-image-wrapper img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.entry-header {
	padding: 0 0 calc(var(--wp--custom--layout--block-gap) * 2) 0;
	max-width: calc(var(--wp--custom--layout--wide));
	margin: 0 auto;
}

/*
################################
# POSTS
################################
*/
/* single */
.single .entry-header {
	max-width: calc(var(--wp--custom--layout--page));
}
/* after post area */
.block-area-after-post {
	margin-left: calc(-1 * var(--wp--custom--layout--padding));
	margin-right: calc(-1 * var(--wp--custom--layout--padding));
}

/* archives & search */
.archive .archive-title,
.search .archive-title,
.error404 .archive-title {
	margin-top: var(--wp--custom--layout--block-gap);
	margin-bottom: var(--wp--custom--layout--block-gap);
}

.archive .site-inner,
.search .site-inner {
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.archive .site-main,
.search .site-main {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: var(--wp--custom--layout--block-gap);
	max-width: var(--wp--custom--layout--wide);
	margin: 0 auto;
}

.archive .site-main > *,
.search .site-main > * {
	
}
.wp-block-query .wp-block-post-template {
	margin: 0;
}
.wp-block-query .wp-block-post-template .wp-block-post-date {
	text-transform: uppercase;
	color:rgba(0, 0, 0, 0.6);
	font-size: var(--wp--preset--font-size--tiny);
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.wp-block-query .wp-block-post-template .wp-block-post-title {
	font-size: var(--wp--preset--font-size--large);
}
@media (max-width: 767px) {
	.archive .site-main,
	.search .site-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 520px) {
	.archive .site-main,
	.search .site-main {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* post summary */
.post-summary .entry-category {
	margin-bottom: 0;
	font-size: var(--wp--preset--font-size--small);
}
.post-summary .entry-category a {
	text-decoration: none;
	padding: .5rem 0;
	display: inline-block;
}
.post-summary .post-summary__title {
	font-size: var(--wp--preset--font-size--large);
}
.post-summary .post-summary__title a {
	text-decoration: none;
}
/* comments */

/*
################################
# BREADCRUMBS
################################
*/
.breadcrumbs nav {
	margin-top: var(--wp--custom--layout--block-gap);
	margin-bottom: var(--wp--custom--layout--block-gap);
}
nav .breadcrumb {
	font-size: var(--wp--preset--font-size--tiny);
	color: #777;
	text-transform: uppercase;
}
/*
################################
# SEARCH
################################
*/
/* appears below the search results template header */
.wp-block-search {
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.wp-block-search__inside-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.wp-block-search__input {
	max-width: 100%;
}
.wp-block-search__button {
	background-color: #ddd;
	margin-left: 0 !important;
}
/*
################################
# COMMENTS
################################
*/
.entry-comments {
	margin: calc(var(--wp--custom--layout--block-gap) * 2) 0;
	margin-left: auto;
	margin-right: auto;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*
################################
# BLOCK AREAS
################################
*/
.widget {
	
}

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

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

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

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

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

.wp-caption .wp-caption-text {
	
}

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

/*
################################
# GALLERIES
################################
*/
.gallery {
	
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

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

.gallery-columns-2 {
	flex: 0 1 calc(50% - 1rem)
}

.gallery-columns-3 {
	flex: 0 1 calc(33.333% - 1rem)
}

.gallery-columns-4 {
	flex: 0 1 calc(25% - 1rem)
}

.gallery-columns-5 {
	flex: 0 1 calc(20% - 1rem)
}

.gallery-columns-6 {
	flex: 0 1 calc(16.66666667% - 1rem)
}

.gallery-columns-7 {
	flex: 0 1 calc(14.28571429% - 1rem)
}

.gallery-columns-8 {
	flex: 0 1 calc(12.5% - 1rem)
}

.gallery-columns-9 {
	flex: 0 1 calc(11.11111111% - 1rem)
}

.gallery-caption {
	display: block;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*
################################
# SITE FOOTER
################################
*/
.site-footer .alignfull .alignwide {
	padding-left: var(--wp--custom--layout--padding);
	padding-right: var(--wp--custom--layout--padding);
}
.block-area-site-footer .wp-block-group.has-serene-blue-background-color {
	border-top: 1rem solid var(--wp--preset--color--saxony-blue);
}
.block-area-site-footer .wp-block-group.has-highlighter-lavender-background-color {
	border-top: 1rem solid var(--wp--preset--color--beach-lilac);
}
@media (max-width: 781px) {
	.block-area-site-footer .wp-block-columns .wp-block-column:not(:first-of-type) {
		flex-basis: calc(50% - var(--wp--custom--layout--block-gap)) !important;
	}
}
@media (max-width: 560px) {
	.block-area-site-footer .wp-block-columns .wp-block-column:not(:first-of-type) {
		flex-basis: 100% !important;
	}
}
.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.copyright {
	padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}