/*!
Theme Name: Greenwich library
Theme URI: http://underscores.me/
Author: Knockmedia
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greenwich-library
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Greenwich library is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-family: dupincel;
	font-size: 44px;
	line-height: 44px;
	color: #222222;
	margin: 0;
}

@media only screen and (min-width: 769px) {
	h1 {
		font-size: 72px;
		line-height: 80px;
	}
}

h2 {
	font-family: dupincel;
	font-size: 36px;
	line-height: 40px;
	color: #222222;
	margin: 0;
}

@media only screen and (min-width: 769px) {
	h2 {
		font-size: 42px;
		line-height: 48px;
	}
}

h3 {
	font-family: dupincel;
	font-size: 24px;
	margin: 0;
	line-height: 28px;
}

p {
	color: #222222;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.container {
	max-width: 980px;
    margin: 0 20px;
}

@media screen and (min-width: 1225px) {
	.container {
		max-width: 1320px;
		margin: auto;
	}
}

.btn {
	background-color: #000;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 48px;
	cursor: pointer;
}

.btn:visited {
	color: white;
}

.btn-orange {
	background-color: #DF5A43;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
	gap: 10px;
    font-size: 16px;
	font-weight: bold;
    border-radius: 48px;
	cursor: pointer;
}

.btn-orange:hover {
	background-color: #A82913;
	color: white;
}

.btn-orange:visited {
	color: white;
}

.btn-green {
	background-color: #449856;
    border: 1px solid;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
	gap: 10px;
    font-size: 16px;
	font-weight: bold;
    border-radius: 48px;
	cursor: pointer;
}

.btn-green:visited {
	color: white;
}

.btn-green:active {
	color: white;
}

.btn-green:focus {
	color: white;
}

.btn-green:focus-visible {
	outline: 2px solid black;
}

.btn-green:hover {
	color: white;
	border: 1px solid #fff;
	background-color: #439677;
}

.btn-white {
	background-color: inherit;
    border: none;
    color: black;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
	align-items: center;
	gap: 10px;
    font-size: 16px;
	font-weight: bold;
	border: 1px solid;
    border-radius: 48px;
	cursor: pointer;
}

.btn-white:visited {
	color: black;
}

.btn-white:hover {
	background-color: rgb(1 152 117 / 10%);
	color: #449856;
	border: 1px solid #449856;
}

.btn-white:hover svg {
	filter: invert(30%) sepia(82%) saturate(1726%) hue-rotate(146deg) brightness(98%) contrast(99%);
}

.btn-white-alt {
	background-color: inherit;
    border: none;
    color: #449856;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
	align-items: center;
	gap: 10px;
    font-size: 16px;
	font-weight: bold;
	border: 1px solid;
    border-radius: 48px;
	margin-top: 12px;
	cursor: pointer;
}

.btn-white-alt:visited {
	color: #449856;
}

.btn-white-alt:hover {
	background-color: rgb(1 152 117 / 10%);
	color: #449856;
	border: 1px solid #449856;
}

.btn-white-alt:hover svg {
	filter: invert(30%) sepia(82%) saturate(1726%) hue-rotate(146deg) brightness(98%) contrast(99%);
}

.wp-block-button__link {
	display: inline-flex;
	align-items: center;
    gap: 10px;
	background-color: #df5a43;
	padding: 8px 20px;
    font-size: 16px;
    font-weight: bold;
}

.wp-block-button__link::after {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.53343 12.5399L21.5334 12.5527M21.5334 12.5527L13.0395 4.04665M21.5334 12.5527L13.0273 21.0467' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
	line-height: 10px;
}

.wp-block-button__link:active {
	color: white;
}

.wp-block-button__link:focus {
	color: white;
}

.wp-block-button__link:hover {
	background-color: #A82913 !important;
	color: white;
}

.wp-block-button__link:visited {
	color: white;
}

.chat-widget {
	position: fixed;
  	right: 4.5%;
  	bottom: 0;
  	border: solid 1px white;
  	height: 0;
  	max-height: 400px;
  	width: 90%;
  	transition: all .5s ease;
  	z-index: 10;
}

.chat-widget.chat-widget-closed,
.chat-widget.chat-widget-opened {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
}

@media print {
	.chat-widget {
		display: none;
	}
}

@media (min-width: 31.25em) {
	.chat-widget {
		max-width: 300px;
	}
}

.chat-widget iframe {
	border: none;
  	height: 100%;
  	max-height: 362px;
  	width: 100%;
}

.chat-widget-closed {
  	height: 36px;
}

.chat-widget-closed .chat-button-control {
	transform: rotate(45deg);
}

.chat-widget-opened {
  	height: 100%;
  	max-height: 400px;
}

.chat-widget-button {
  	background: #fff;
  	border: 0;
  	color: #000;
  	font-size: 100%;
  	height: 36px;
  	margin: 0;
  	outline: 0;
  	padding: 0 1em;
  	text-align: left;
  	width: 100%;
}

.chat-widget-button:hover, .chat-widget-button:active {
	background-color: white;
	color: #449856;
	cursor: pointer;
}

.chat-button-label {
	display: inline-block;
  	padding-top: 2px;
}

.chat-button-label:before {
	background-color: #449856;
	border-radius: 50%;
	color: #000;
	content: " ";
	display: inline-block;
	height: 1em;
	margin-right: .5em;
	position: relative;
	top: 2px;
	width: 1em;
}

.chat-button-control {
	color: #000;
  	float: right;
  	font-style: normal;
  	font-size: 140%;
  	font-weight: 400;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F9F9F9;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

@media only screen and (min-width: 769px) {
	ul,
	ol {
		margin: 0 0 1.5em 3em;
	}
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #449856;
	text-decoration: none;
}

a:visited {
	color: #449856;
}

a:hover,
a:focus,
a:active {
	color: #449856;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site .notification {
    display: flex;
	justify-content: center;
	align-items: center;
	background-color: #003884;
	color: #fff;
	font-size: 13px;
	height: unset;
    padding: 16px;
}

@media only screen and (min-width: 769px) {
	.site .notification {
		height: 60px;
		padding: 0;
	}
}

.site .notification p {
	color: #fff;
	margin: 0;
	padding-right: 20px;
}

@media only screen and (min-width: 769px) {
	.site .notification p {
    	padding-right: 0;
	}
}

.site .notification a {
	color: #fff;
	text-decoration: none;
}

.site .notification button {
	position: absolute;
	right: 10px;
	background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 99;
	background-color: #F9F9F9;
}

.site-header .container {
	background-color: #F9F9F9;
}

.site-header .site-branding {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
    padding-bottom: 45px;
	gap: 12px;
}

@media only screen and (min-width: 769px) {
	.site-header .site-branding {
		justify-content: space-between;
		padding-bottom: 10px;
	}
}

.site-header .site-branding .custom-logo-link {
	display: none;
}

@media only screen and (min-width: 1181px) {
	.site-header .site-branding .custom-logo-link {
		display: block;
	}
}

.site-header .site-branding .custom-logo-link img {
    width: auto;
    height: 75px;
}

.site-header .site-branding .site-logo-mobile {
	display: block;
}

@media only screen and (min-width: 1181px) {
	.site-header .site-branding .site-logo-mobile {
		display: none;
	}
}

.site-header .site-branding .site-logo-mobile img {
    width: auto;
    height: 75px;
}

.site-header .site-branding .search-form {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: flex-end;
	top: 90px;
    left: 0;
    right: 0;
    margin: 0 20px;
}

@media only screen and (min-width: 768px) {
	.site-header .site-branding .search-form {
    	position: relative;
		left: unset;
    	right: unset;
    	top: unset;
    	margin: 0;
	}
}

.site-header .site-branding .search-form input {
	border: 1px solid;
    border-radius: 40px;
    font-size: 14px;
    height: 44px;
	width: 100%;
    padding-left: 10px;
	padding-right: 5px !important;
}

@media only screen and (min-width: 768px) {
	.site-header .site-branding .search-form input {
		width: 400px;
		padding-right: 5px;
	}
}

@media only screen and (min-width: 1312px) {
	.site-header .site-branding .search-form input {
		width: 500px;
		padding-right: 265px;
	}
}

.site-header .site-branding .search-form #category {
	position: absolute;
	font-size: 14px;
	line-height: 20px;
	right: 8px;
    border: none;
	outline: none;
	cursor: pointer;
	appearance: none;
    background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.51693 1L8.51693 16M8.51693 16L15.6003 8.91667M8.51693 16L1.43359 8.91667" stroke="%23222222" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
	background-position: right 10% top 50%;
    width: 90px;
	border-radius: 20px;
    padding: 2px 10px;
}

@media only screen and (min-width: 769px) {
	.site-header .site-branding .search-form #category {
    	right: 50px;
		background-position: right 0% top 50%;
    	width: 70px;
		padding: 0;
	}
}

.site-header .site-branding .search-form .radio-group {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    right: 8px;
    border: none;
    outline: none;
    cursor: pointer;
    appearance: none;
    /* width: 235px; */
	display: flex;
    gap: 10px;
}

@media only screen and (min-width: 769px) {
	.site-header .site-branding .search-form .radio-group {
		right: 50px;
		background-position: right 0% top 50%;
		padding: 0;
	}
}

.site-header .site-branding .search-form .radio-group label {
    cursor: pointer;
	display: flex;
    align-items: center;
	gap: 3px;
}

.site-header .site-branding .search-form .radio-group input {
    height: auto;
	width: auto !important;
}

.site-header .site-branding .search-form button {
	display: none;
	background: #000;
	border: none;
	border-radius: 48px;
	width: 36px;
	height: 36px;
	padding: 0;
	position: absolute;
    margin-right: 5px;
	cursor: pointer;
}

@media only screen and (min-width: 769px) {
	.site-header .site-branding .search-form button {
    	display: block;
	}
}

.site-header .site-branding a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.site-header .site-branding .library {
	display: none;
	flex-shrink: 0;
}

@media only screen and (min-width: 769px) {
	.site-header .site-branding .library {
		display: block;
	}
}

.site-header .site-branding .account {
	display: none;
	flex-shrink: 0;
}

@media only screen and (min-width: 769px) {
	.site-header .site-branding .account {
		display: block;
	}
}

.site-header .site-branding .donate {
	display: none;
	color: #fff;
	text-transform: capitalize;
	flex-shrink: 0;
}

@media only screen and (min-width: 769px) {
	.site-header .site-branding .donate {
		display: block;
	}
}

.site-header .site-branding .gtranslate_wrapper {
	display: none;
}
@media only screen and (min-width: 769px) {
	.site-header .site-branding .gtranslate_wrapper {
		display: block;
	}
}

.site-header .site-branding #site-navigation-mobile {
	display: block;
}

@media only screen and (min-width: 769px) {
	.site-header .site-branding #site-navigation-mobile {
		display: none;
	}
}

.site-header .site-branding #site-navigation-mobile .gtranslate-item {
    margin-top: 20px;
}

.site-header .site-branding #site-navigation-mobile .gtranslate-item .gtranslate_wrapper {
    display: block;
	margin-bottom: 30px;
	margin-left: 20px;
}

.site-header #site-navigation {
	display: none;
}

@media only screen and (min-width: 769px) {
	.site-header #site-navigation {
		display: block;
	}
}

.site-header #site-navigation .gtranslate-item {
    display: none;
}

@media only screen and (min-width: 769px) {
	html[lang="fr"] .site-header .site-branding .search-form input {
        width: 500px;
    }
}

html[lang="fr"] .site-header .site-branding .search-form #category {
	width: 80px;
}

html[lang="fr"] .site-header .site-branding .search-form .radio-group {
    width: 260px;
}

@media only screen and (min-width: 769px) {
	html[lang="de"] .site-header .site-branding .search-form input {
        width: 500px;
    }
}

html[lang="de"] .site-header .site-branding .search-form .radio-group {
    width: 275px;
}

@media only screen and (min-width: 769px) {
	html[lang="it"] .site-header .site-branding .search-form input {
        width: 500px;
    }
}

html[lang="it"] .site-header .site-branding .search-form #category {
	width: 85px;
}

html[lang="it"] .site-header .site-branding .search-form .radio-group {
    width: 230px;
}

html[lang="ja"] .site-header .site-branding .search-form .radio-group {
    width: 255px;
}

@media only screen and (min-width: 769px) {
	html[lang="pt"] .site-header .site-branding .search-form input {
        width: 500px;
    }
}

html[lang="pt"] .site-header .site-branding .search-form #category {
	width: 75px;
}

@media only screen and (min-width: 769px) {
html[lang="ru"] .site-header .site-branding .search-form input {
        width: 500px;
    }
}

html[lang="ru"] .site-header .site-branding .search-form .radio-group {
    width: 235px;
}

@media only screen and (min-width: 769px) {
	html[lang="es"] .site-header .site-branding .search-form input {
        width: 500px;
    }
}

html[lang="es"] .site-header .site-branding .search-form #category {
	width: 80px;
}

html[lang="es"] .site-header .site-branding .search-form .radio-group {
    width: 235px;
}

.site-footer .footer-box {
    background: #003884;
    border: 1px solid #A1AEB7;
    border-radius: 20px;
	color: #fff;
}

.site-footer .footer-box .tabs {
	display: none;
	grid-template-columns: auto auto auto;
	height: 76px;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .tabs {
		display: grid;
	}
}

.site-footer .footer-box .tabs .tablink {
	font-size: 30px;
	background: #041F42;
	color: #fff;
	border: 1px solid #A1AEB7;
	padding: 0;
	cursor: pointer;
}

.site-footer .footer-box .tabs .tablink:first-child {
	border-top-left-radius: 20px;
}

.site-footer .footer-box .tabs .tablink:last-child {
	border-top-right-radius: 20px;
}

.site-footer .footer-box .tabs .active {
	background: inherit;
	border-bottom: none;
	font-weight: bold;
}

.site-footer .footer-box .mobile {
	display: flex;
	justify-content: space-between;
	background-color: inherit;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    transition: 0.4s;
    border-radius: 20px 20px 0px 0px;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .mobile {
		display: none;
	}
}

.site-footer .footer-box .mobile svg {
	transform: rotate(270deg);
}

.site-footer .footer-box .mobile.active svg {
	transform: rotate(0deg);
}

.site-footer .footer-box .city {
	display: grid;
    grid-template-columns: auto;
    justify-items: start;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .city {
		grid-template-columns: auto auto auto;
        justify-items: center;
        padding-left: 0;
        padding-right: 0;
	}
}

.site-footer .footer-box .city .hours {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .city .hours {
		width: unset;
	}
}

.site-footer .footer-box .city .hours .title {
	display: none;
	align-items: center;
	gap: 12px;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .city .hours .title {
		display: flex;
	}
}

.site-footer .footer-box .city .hours .title hr {
	width: 68px;
	margin: 0;
}

.site-footer .footer-box .city .hours .week {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	margin-top: 20px;
}

.site-footer .footer-box .city .hours .week .days {
	text-align: end;
	white-space: nowrap;
}

.site-footer .footer-box .city .contact {
	font-size: 18px;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .city .contact {
		font-size: 16px;
	}
}

.site-footer .footer-box .city .contact .title {
	display: none;
	align-items: center;
	gap: 12px;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .city .contact .title {
		display: flex;
	}
}

.site-footer .footer-box .city .contact .title hr {
	width: 68px;
	margin: 0;
}

.site-footer .footer-box .city .contact p {
	text-align: left !important;
	color: #fff;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .city .contact p {
		text-align: center !important;
	}
}

.site-footer .footer-box .city .contact .social {
	display: flex;
	justify-content: flex-start;
    gap: 16px;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .city .contact .social {
		justify-content: center;
	}
}

.site-footer .footer-box .city .contact .social a {
	display: flex;
	align-items: center;
	background: #fff;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
}

.site-footer .footer-box .city .contact a {
	color: #fff;
	text-decoration: none;
}

.site-footer .footer-box .city .links {
	display: none;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .city .links {
		display: block;
	}
}

.site-footer .footer-box .city .links .title {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-footer .footer-box .city .links .title hr {
	width: 68px;
	margin: 0;
}

.site-footer .footer-box .city .links #quick-menu {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}

.site-footer .footer-box .city .links #quick-menu a {
	color: #fff;
	text-decoration: none;
}

.site-footer .footer-box .mobile-line {
	display: block;
	margin: 0;
	background-color: #fff;
	margin: 0 20px;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .mobile-line {
		display: none;
	}
}

.site-footer .footer-box .mobile-line-last {
	margin-bottom: 20px;
}

.site-footer .footer-box .mobile-links {
	display: block;
	padding: 30px 0;
    background: #041F42;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .mobile-links {
		display: none;
	}
}

.site-footer .footer-box .mobile-links .title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.site-footer .footer-box .mobile-links .title hr {
	width: 68px;
	margin: 0;
}

.site-footer .footer-box .mobile-links #quick-menu {
	display: grid;
    grid-template-columns: 40% auto;
    justify-content: center;
    justify-items: start;
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}

.site-footer .footer-box .mobile-links #quick-menu a {
	color: #fff;
	text-decoration: none;
}

.site-footer .footer-box .site-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: #003884;
	height: 90px;
	border: 1px solid #A1AEB7;
	border-radius: 0px 0px 20px 20px;
	gap: 5px;
	font-size: 14px
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .site-info {
		flex-wrap: nowrap;
		align-content: unset;
		background: #041F42;
		height: 60px;
	}
}

.site-footer .footer-box .site-info .sep-mobile {
	display: none;
}

@media only screen and (min-width: 769px) {
	.site-footer .footer-box .site-info .sep-mobile {
		display: block;
	}
}

.site-footer .footer-box .site-info a {
	color: #fff;
	text-decoration: none;
}

.site-main {
	background: #F9F9F9;
	padding-top: 50px;
}

.site-main #banner {
	margin-bottom: 60px;
}

.site-main #banner.slide > .content-holder:not(:first-child) {
	display: none;
}

.site-main #banner .content-holder {
	display: flex;
	flex-direction: column-reverse;
	height: auto;
	border: 1px solid;
	border-radius: 20px;
	background: #EAEAE1;
	overflow: hidden;
}

@media only screen and (min-width: 769px) {
	.site-main #banner .content-holder {
		display: grid;
        grid-template-columns: 50% auto;
        height: 400px;
	}
}

.site-main #banner .content-holder .content {
	padding: 20px;
	color: #000;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.site-main #banner .content-holder .content {
		padding: 40px 50px;
		text-align: left;
	}
}

.site-main #banner .content-holder .content .sub-title {
	font-size: 18px;
    margin: 0;
    text-transform: none;
}

@media only screen and (min-width: 769px) {
	.site-main #banner .content-holder .content .sub-title {
		font-size: 23px;
		text-transform: uppercase;
	}
}

.site-main #banner .content-holder .content h2 {
	font-size: 44px;
	line-height: 44px;
}

@media only screen and (min-width: 769px) {
	.site-main #banner .content-holder .content h2 {
		font-size: 42px;
		line-height: 48px;
	}
}

.site-main #banner .content-holder .content .appenddots {
	position: unset;
    justify-items: center;
    bottom: 30px;
}

@media only screen and (min-width: 769px) {
	.site-main #banner .content-holder .content .appenddots {
		position: absolute;
		justify-items: unset;
	}
}

.site-main #banner .content-holder .content .appenddots .slick-dots {
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.site-main #banner .content-holder .content .appenddots .slick-dots li {
	margin: 0 0.25rem;
}

.site-main #banner .content-holder .content .appenddots .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: 1px solid;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
}

.site-main #banner .content-holder .content .appenddots .slick-dots li.slick-active button {
	background-color: black;
}

.site-main #banner .content-holder .img {
	height: 300px;
}

@media only screen and (min-width: 769px) {
	.site-main #banner .content-holder .img {
		height: 400px;
	}
}

.site-main #banner .content-holder .img img {
	height: 300px;
    width: 100%;
	object-fit: cover;
	border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

@media only screen and (min-width: 769px) {
	.site-main #banner .content-holder .img img {
		height: 100%;
		border-bottom-right-radius: 20px;
		border-top-left-radius: 0;
		object-position: 50% 10%;
	}
}

.site-main #banner .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.site-main #banner .slick-dots li {
	margin: 0 0.25rem;
}

.site-main #banner .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: 1px solid;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
}

.site-main #banner .slick-dots li.slick-active button {
	background-color: black;
}

#circle-links {
	margin-bottom: 60px;
}

#circle-links .title-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#circle-links .title-holder .btn-white {
	display: none;
}

@media only screen and (min-width: 769px) {
	#circle-links .title-holder .btn-white {
		display: inline-flex;
	}
}

#circle-links hr {
	margin: 20px 0;
	background-color: #000;
}

#circle-links .content-holder {
	display: none;
    grid-template-columns: auto auto auto auto;
	margin-top: 60px;
}

@media only screen and (min-width: 769px) {
	#circle-links .content-holder {
		display: grid;
	}
}

#circle-links .content-holder .content {
	display: flex;
    flex-direction: column;
    align-items: center;
	text-decoration: none;
}

#circle-links .content-holder .content .img {
	display: flex;
	align-items: center;
	background: #449856;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 100px;
}

#circle-links .content-holder .content .img img {
	width: 57px;
}

#circle-links .content-holder .content p {
	font-size: 24px;
    line-height: 30px;
    color: #000;
    width: 127px;
    text-align: center;
}

@media only screen and (min-width: 769px) {
	#circle-links .content-holder .content p {
		width: 212px;
	}
}

#circle-links .circle-slide {
	display: block;
}

@media only screen and (min-width: 769px) {
	#circle-links .circle-slide {
		display: none;
	}
}

#circle-links .circle-slide .slick-list {
	padding: 0 10% 0 0 !important;
}

#circle-links .circle-slide .slick-list .slick-slide {
	padding-right: 10px;
}

#circle-links .btn-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 18px;
	font-weight: 900;
}

@media only screen and (min-width: 769px) {
	#circle-links .btn-mobile {
		display: none;
	}
}

#book-tabs {
	background: #fff;
	border: 1px solid #000;
	border-radius: 20px;
	color: #000;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

@media only screen and (min-width: 769px) {
	#book-tabs {
		padding-bottom: 0;
	}
}

#book-tabs .tabs {
	display: none;
	grid-auto-flow: column;
	height: 76px;
}

@media only screen and (min-width: 769px) {
	#book-tabs .tabs {
		display: grid;
	}
}

#book-tabs .tabs .booklink {
	font-size: 32px;
	background: #EAEAE1;
	color: #000;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
}

#book-tabs .tabs .booklink:first-child {
	border-top-left-radius: 20px;
}

#book-tabs .tabs .booklink:last-child {
	border-top-right-radius: 20px;
}

#book-tabs .tabs .active {
	background: inherit;
	border-bottom: none;
	font-weight: 900;
}

#book-tabs .mobile {
	display: flex;
	justify-content: space-between;
	background-color: inherit;
	color: #222222;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-family: dupincel;
    font-size: 24px;
    font-weight: 700;
	transition: 0.4s;
	border-radius: 20px 20px 20px 20px;
}

@media only screen and (min-width: 769px) {
	#book-tabs .mobile {
		display: none;
	}
}

#book-tabs .mobile svg {
	transform: rotate(270deg);
}

#book-tabs .mobile.active {
	color: #449856;
}

#book-tabs .mobile.active svg {
	filter: invert(54%) sepia(82%) saturate(5776%) hue-rotate(147deg) brightness(92%) contrast(103%);
	transform: rotate(0deg);
}

#book-tabs .book {
	display: grid;
	grid-template-columns: auto;
	align-items: center;
	justify-items: center;
	padding-top: 0;
	padding-bottom: 50px;
}

@media only screen and (min-width: 769px) {
	#book-tabs .book {
		grid-template-columns: 39% 61%;
		padding-top: 50px;
	}
}

#book-tabs .book .content {
	padding: 0 20px;
}

@media only screen and (min-width: 769px) {
	#book-tabs .book .content {
		padding: 40px 88px;
	}
}

#book-tabs .book .content h2 {
	display: none;
}

@media only screen and (min-width: 769px) {
	#book-tabs .book .content h2 {
		display: block;
	}
}

#book-tabs .book .content p {
	font-size: 28px;
}

#book-tabs .book .content .btn-green {
	display: none;
}

@media only screen and (min-width: 769px) {
	#book-tabs .book .content .btn-green {
		display: inline-flex;
	}
}

#book-tabs.subpage .book .tab-slide {
	width: auto;
}

#book-tabs .book .tab-slide {
	padding-right: 0;
	margin: 0 20px;
	width: 80vw;
}

@media only screen and (min-width: 769px) {
	#book-tabs .book .tab-slide {
		padding-right: 60px;
		margin: 0;
		width: 100%;
	}
}

#book-tabs .book .tab-slide .slick-list {
	margin: 0 -10px;
}

@media only screen and (min-width: 769px) {
	#book-tabs .book .tab-slide .slick-list {
		margin: 0 -10px;
	}
}

#book-tabs .book .tab-slide .slick-slide {
	margin: 0 10px;
}

@media only screen and (min-width: 769px) {
	#book-tabs .book .tab-slide .slick-slide {
		margin: 0 10px;
	}
}

#book-tabs .book .tab-slide .slick-slide img {
    border: 1px solid;
    border-radius: 20px;
}

#book-tabs .book .tab-slide .slick-dots {
	display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px 0 20px;
    list-style-type: none;
}

@media only screen and (min-width: 769px) {
	#book-tabs .book .tab-slide .slick-dots {
		justify-content: center;
		padding: 28px 0 0;
	}
}

#book-tabs .book .tab-slide .slick-dots li {
	margin: 0 0.25rem;
}

#book-tabs .book .tab-slide .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: 1px solid;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
}

#book-tabs .book .tab-slide .slick-dots li.slick-active button {
	background-color: black;
}

#book-tabs .book .btn-mobile {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	font-size: 20px;
}

@media only screen and (min-width: 769px) {
	#book-tabs .book .btn-mobile {
		display: none;
	}
}

#book-tabs .mobile-line {
	display: block;
	margin: 0;
	background-color: #222222;
	margin: 0 20px;
}

@media only screen and (min-width: 769px) {
	#book-tabs .mobile-line {
		display: none;
	}
}

#book-tabs .mobile-line-last {
	margin-bottom: 20px;
}

#book-tabs.subpage .tabs .booklink {
    font-size: 20px;
}

#book-tabs.subpage .book .content {
    padding: 0px 20px;
}

#book-tabs.subpage .book .content p {
	font-size: 18px;
}

#newsletter {
	display: flex;
	justify-content: center;
	height: auto;
	color: #fff;
	padding-top: 15px;
	border: 1px solid #000;
    border-radius: 20px;
	margin-bottom: 40px;
	background-position: 38% 50%;
}

@media only screen and (min-width: 769px) {
	#newsletter {
    	background-position: center;
	}
}

#newsletter .content {
	font-size: 20px;
	padding: 20px;
}

@media only screen and (min-width: 769px) {
	#newsletter .content {
		font-size: 28px;
	}
}

#newsletter .content h2 {
	color: #fff;
}

#newsletter .content p {
	color: #fff;
}

#newsletter .content #gform_fields_1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0;
}

#newsletter .content #gform_fields_1 #field_1_1 {
	width: 240px;
}

#newsletter .content #gform_fields_1 #field_1_1 #input_1_1 {
	height: 40px;
	border-radius: 0;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	border: 1px solid #000;
	--gf-local-outline-color: #00000000;
}

#newsletter .content #gform_fields_1 #field_submit {
	display: flex;
	align-items: center;
	gap: 0;
	background: #000;
	border-radius: 0;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}

#newsletter .content #gform_fields_1 #field_submit:after {
	content: '';
	padding-right: 28px;
}

@media only screen and (min-width: 769px) {
	#newsletter .content #gform_fields_1 #field_submit:after {
		content: url("data:image/svg+xml,%0A%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.59375 10L19.5937 10M19.5937 10L11.0937 1.5M19.5937 10L11.0938 18.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	}
}

#newsletter .content #gform_fields_1 #gform_submit_button_1 {
	font-size: 18px;
    background: #000;
	padding: 10px 10px 10px 28px;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

#newsletter .content .button-holder {
    text-align: center;
}

#newsletter .content .btn {
    font-size: 18px;
	font-weight: 500;
    background: #000;
    padding: 10px 10px 10px 28px;
}

#newsletter .content .btn:after {
    content: '';
    padding-right: 15px;
	padding-left: 5px;
}

@media only screen and (min-width: 769px) {
	#newsletter .content .btn:after {
		content: url("data:image/svg+xml,%0A%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.59375 10L19.5937 10M19.5937 10L11.0937 1.5M19.5937 10L11.0938 18.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		position: relative;
        top: 5px;
	}
}

#libraries {
	margin-bottom: 60px;
}

#libraries .title-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 52px;
}

#libraries .title-holder .btn-white {
	display: none;
}

@media only screen and (min-width: 769px) {
	#libraries .title-holder .btn-white {
		display: inline-flex;
	}
}

#libraries hr {
	margin: 20px 0;
	background-color: #000;
}

#libraries .content-holder {
	display: none;
	grid-template-columns: auto auto auto auto;
	justify-content: space-between;
	margin-top: 40px;
}

@media only screen and (min-width: 769px) {
	#libraries .content-holder {
		display: flex;
        gap: 15px;
	}
}

#libraries .content-holder .content {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	width: 100%;
	gap: 20px;
	color: #000;
}

#libraries .content-holder .content:visited {
	color: #000;
}

#libraries .content-holder .content:hover {
    color: #449856;
}

#libraries .content-holder .content .img {
	height: 388px;
	border-radius: 20px;
    border: 1px solid #000;
    overflow: hidden;
}

#libraries .content-holder .content .img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#libraries .libraries-slide {
	display: block;
}

@media only screen and (min-width: 769px) {
	#libraries .libraries-slide {
		display: none;
	}
}

#libraries .libraries-slide .slick-list {
	padding: 0 10% 0 0 !important;
}

#libraries .libraries-slide .slick-list .slick-slide {
	padding-right: 10px;
}

#libraries .btn-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 18px;
	font-weight: 900;
	margin-top: 20px;
}

@media only screen and (min-width: 769px) {
	#libraries .btn-mobile {
		display: none;
	}
}

#donate {
	position: relative;
	display: grid;
	align-items: center;
	grid-template-columns: auto;
	background: #449856;
	color: #fff;
	border: 1px solid #000;
    border-radius: 20px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
	#donate {
		grid-template-columns: 50% 50%;
	}
}


#donate .content {
	padding: 40px 40px;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	#donate .content {
		padding: 40px 88px;
		text-align: left;
	}
}

#donate .content h2 {
	color: #fff;
}

#donate .content p {
	font-size: 16px;
	color: #fff;
}

@media only screen and (min-width: 769px) {
	#donate .content p {
		font-size: 28px;
	}
}

#donate .content .btn {
	font-size: 18px;
	font-weight: 500;
}

#donate .main-image {
	height: 400px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

@media only screen and (min-width: 769px) {
	#donate .main-image {
		height: auto;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
	}
}

#donate .center-image {
	position: absolute;
	top: 73%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 769px) {
	#donate .center-image {
		top: 50%;
	}
}

#donate .rotating-image {
	position: absolute;
	top: 73%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
}

@media only screen and (min-width: 769px) {
	#donate .rotating-image {
		top: 50%;
		width: unset;
	}
}

#donate .rotating-image .rotating-image-holder {
	display: flex;
}

#donate .rotating-image .rotating-image-holder a {
	height: 250px;
}

#donate .rotating-image .rotating-image-holder img {
	transition: transform 15s linear;
}

#donate .rotating-image .rotating-image-holder img:hover {
	transform: rotate(360deg);
}

#quote {
	color: #000;
	background: #EAEAE1;
	border: 1px solid #000;
	border-radius: 20px;
	margin-bottom: 40px;
	padding: 40px 20px;
}

@media only screen and (min-width: 769px) {
	#quote {
		padding: 40px 88px;
	}
}

#quote .content {
	font-size: 42px;
	line-height: 48px;
}

@media only screen and (min-width: 769px) {
	#quote .content {
		font-size: 52px;
		line-height: 68px;
	}
}

#quote .content p {
	margin: 20px 0;
}

#quote .author {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    color: #449856;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
}

@media only screen and (min-width: 769px) {
	#quote .author {
		font-size: 34px;
		line-height: unset;
		align-items: flex-end;
		text-transform: none;
	}
}

#quote .author hr {
	background-color: #449856;
	width: 68px;
	margin: 5px 0 0;
}

@media only screen and (min-width: 769px) {
	#quote .author hr {
		margin: 0;
	}
}

#sub-page-title {
	margin-bottom: 50px;
}

#sub-page-title .sub-title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 12px;
}

@media only screen and (min-width: 769px) {
	#sub-page-title .sub-title {
		font-size: 16px;
		margin-bottom: 0;
	}
}

#sub-page-title .title {
	display: grid;
    grid-template-columns: auto;
    justify-items: center;
    align-items: center;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	#sub-page-title .title {
		grid-template-columns: auto auto auto;
	}
}

#sub-page-title .title hr {
	width: 100%;
	background-color: #222222;
	margin: 0;
	display: none;
}

@media only screen and (min-width: 769px) {
	#sub-page-title .title hr {
        display: block;
    }
}

.subpage-banner-holder {
	position: relative;
	max-width: 1320px;
    margin: auto;
}

.subpage-banner-holder .help {
	position: absolute;
	bottom: 25px;
    right: 0;
}

@media only screen and (min-width: 769px) {
	.subpage-banner-holder .help {
		bottom: 0;
		right: -50px;
	}
}

.subpage-banner-holder .help img {
	display: none;
}

@media only screen and (min-width: 769px) {
	.subpage-banner-holder .help img {
		display: block;
	}
}

.subpage-banner-holder .help svg {
	display: block;
}

@media only screen and (min-width: 769px) {
	.subpage-banner-holder .help svg {
		display: none;
	}
}

#subpage-banner {
	margin-bottom: 60px;
}

#subpage-banner.slide > .content-holder:not(:first-child) {
	display: none;
}

#subpage-banner .img {
	position: relative;
	height: 300px;
}

@media only screen and (min-width: 769px) {
	#subpage-banner .img {
		height: 304px;
	}
}

#subpage-banner .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

#subpage-banner .img .appenddots {
	position: absolute;
	bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

#subpage-banner .img .appenddots .slick-dots {
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

#subpage-banner .img .appenddots .slick-dots li {
	margin: 0 0.25rem;
}

#subpage-banner .img .appenddots .slick-dots button {
	display: block;
	width: 20px;
    height: 20px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
}

#subpage-banner .img .appenddots .slick-dots li.slick-active button {
	background-color: #ffffff80;
}

#subpage-banner .content {
	display: grid;
    grid-template-columns: auto;
    align-items: center;
    padding: 20px 20px;
    gap: 12px;
    background: #EAEAE1;
	text-align: center;
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

@media only screen and (min-width: 769px) {
	#subpage-banner .content {
		grid-template-columns: 50% auto;
		padding: 20px 60px;
		gap: 40px;
		background: transparent;
		text-align: unset;
	}
}

#subpage-banner .content h2 p {
	margin: 0;
}

#subpage-banner .content .description p {
	font-size: 16px;
    line-height: 24px;
    margin: 0px 0 20px;
}

@media only screen and (min-width: 769px) {
	#subpage-banner .content .description p {
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 40px;
	}
}

#subpage-banner .content .description .btn-orange {
	width: 100%;
	justify-content: center;
	margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
	#subpage-banner .content .description .btn-orange {
		width: unset;
		justify-content: unset;
		margin-bottom: 0;
	}
}

#subpage-banner .slick-list {
	border: 1px solid;
	border-radius: 20px;
}

#subpage-banner .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

#subpage-banner .slick-dots li {
	margin: 0 0.25rem;
}

#subpage-banner .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: 1px solid;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
}

#subpage-banner .slick-dots li.slick-active button {
	background-color: black;
}

#text-with-image {
	border: 1px solid;
	border-radius: 20px;
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: auto;
}

@media only screen and (min-width: 769px) {
	#text-with-image {
		grid-template-columns: auto 38%;
	}
}

#text-with-image .content-holder {
	margin: 20px;
	font-size: 20px;
    line-height: 28px;
}

@media only screen and (min-width: 769px) {
	#text-with-image .content-holder {
		margin: 50px;
	}
}

#text-with-image .content-holder h2 {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	#text-with-image .content-holder h2 {
		text-align: unset;
	}
}

#text-with-image .content-holder .content {
	column-count: 1;
	margin-top: 20px;
}

@media only screen and (min-width: 769px) {
	#text-with-image .content-holder .content {
		column-count: 2;
	}
}

#text-with-image .content-holder .content p {
	margin: 0 0 1.5em;
}

#text-with-image .img img {
	height: 100%;
	object-fit: cover;
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media only screen and (min-width: 769px) {
	#text-with-image .img img {
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
	}
}

#library-tabs {
	background: #fff;
	border: 1px solid #000;
	border-radius: 20px;
	color: #000;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

@media only screen and (min-width: 769px) {
	#library-tabs {
		padding-bottom: 0;
	}
}

#library-tabs .tabs {
	display: none;
	grid-auto-flow: column;
	height: 76px;
}

@media only screen and (min-width: 769px) {
	#library-tabs .tabs {
		display: grid;
	}
}

#library-tabs .tabs .booklink {
	font-size: 20px;
	background: #EAEAE1;
	color: #000;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
}

#library-tabs .tabs .booklink:first-child {
	border-top-left-radius: 20px;
}

#library-tabs .tabs .booklink:last-child {
	border-top-right-radius: 20px;
}

#library-tabs .tabs .active {
	background: inherit;
	border-bottom: none;
	font-weight: 900;
}

#library-tabs .mobile {
	display: flex;
	justify-content: space-between;
	background-color: inherit;
	color: #222222;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-family: dupincel;
    font-size: 24px;
    font-weight: 700;
	transition: 0.4s;
	border-radius: 20px 20px 20px 20px;
}

@media only screen and (min-width: 769px) {
	#library-tabs .mobile {
		display: none;
	}
}

#library-tabs .mobile svg {
	transform: rotate(270deg);
}

#library-tabs .mobile.active {
	color: #449856;
}

#library-tabs .mobile.active svg {
	filter: invert(54%) sepia(82%) saturate(5776%) hue-rotate(147deg) brightness(92%) contrast(103%);
	transform: rotate(0deg);
}

#library-tabs .book {
	display: grid;
	grid-template-columns: auto;
	justify-content: space-between;
	align-items: center;
	justify-items: start;
	padding: 20px;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book {
		padding: 50px;
	}
}

@media only screen and (min-width: 769px) {
	#library-tabs .hours {
		grid-template-columns: 50% auto;
	}
}

#library-tabs .book .content {
	padding: 0;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .content {
		padding: 0;
	}
}

#library-tabs .book .content h2 {
	display: none;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .content h2 {
		display: block;
	}
}

#library-tabs .book .content .week {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .content .week {
		justify-content: unset;
		margin-top: 20px;
		margin-bottom: 0;
	}
}

#library-tabs .book .content .week .days {
	text-align: start;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .content .week .days {
		text-align: end;
	}
}

#library-tabs .book .content p {
	font-size: 28px;
}

#library-tabs .book .content .btn-green {
	display: none;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .content .btn-green {
		display: inline-flex;
	}
}

#library-tabs .book .map {
	height: 320px;
	border: 1px solid;
	border-radius: 20px;
	overflow: hidden;
}

#library-tabs .book .info {
	display: block;
	font-size: 18px;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .info {
		display: none;
	}
}

#library-tabs .book .info a {
	color: #449856 !important;
	text-decoration: none;
}

#library-tabs .book .tab-slide {
	padding-right: 0;
	margin: 0 20px;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .tab-slide {
		padding-right: 60px;
		margin: 0;
	}
}

#library-tabs .book .tab-slide .slick-list {
	margin: 0 -10px;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .tab-slide .slick-list {
		margin: 0 -27px;
	}
}

#library-tabs .book .tab-slide .slick-slide {
	margin: 0 10px;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .tab-slide .slick-slide {
		margin: 0 27px;
	}
}

#library-tabs .book .tab-slide .slick-dots {
	display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 20px 0 20px;
    list-style-type: none;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .tab-slide .slick-dots {
		justify-content: center;
		padding: 28px 0 0;
	}
}

#library-tabs .book .tab-slide .slick-dots li {
	margin: 0 0.25rem;
}

#library-tabs .book .tab-slide .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: 1px solid;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
}

#library-tabs .book .tab-slide .slick-dots li.slick-active button {
	background-color: black;
}

#library-tabs .book .btn-mobile {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	font-size: 20px;
}

@media only screen and (min-width: 769px) {
	#library-tabs .book .btn-mobile {
		display: none;
	}
}

#library-tabs .mobile-line {
	display: block;
	margin: 0;
	background-color: #222222;
	margin: 0 20px;
}

@media only screen and (min-width: 769px) {
	#library-tabs .mobile-line {
		display: none;
	}
}

#library-tabs .mobile-line-last {
	margin-bottom: 20px;
}

#filter-links {
    scroll-margin-top: 110px;
    scroll-padding-top: 1000px;
}

#filter-links .title-holder {
	display: grid;
	grid-template-columns: auto auto;
	align-items: end;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
	#filter-links .title-holder {
		grid-template-columns: auto;
		border-bottom: none;
		margin-bottom: 0;
	}
}

#filter-links .title-holder h2 {
	text-align: start;
	margin-bottom: 15px;
}

@media only screen and (min-width: 769px) {
	#filter-links .title-holder h2 {
		text-align: center;
		margin-bottom: 40px;
	}
}

#filter-links .title-holder svg {
	display: block;
	margin-bottom: 15px;
}

@media only screen and (min-width: 769px) {
	#filter-links .title-holder svg {
		display: none;
	}
}

#filter-links .section-holder {
	background: #fff;
    border: none;
    border-radius: 20px;
    color: #000;
    margin-bottom: 60px;
    padding: 0;
}

@media only screen and (min-width: 769px) {
	#filter-links .section-holder {
		border: 1px solid #000;
		padding: 40px 60px;
	}
}

#filter-links .section-holder #myBtnContainer {
	display: none;
    flex-wrap: wrap;
    gap: 8px;
	margin-bottom: 40px;
	border-bottom: 1px solid #CDCDCD;
    padding-bottom: 20px;
}

@media only screen and (min-width: 769px) {
	#filter-links .section-holder #myBtnContainer {
		display: flex;
		border-bottom: none;
		padding-bottom: 0;
	}
}

#filter-links .section-holder #myBtnContainer .btn-white {
	border: 1px solid #CDCDCD;
	padding: 4px 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
}

#filter-links .section-holder #myBtnContainer .btn-white.active {
	border: 1px solid #EAEAE1;
	background-color: #EAEAE1;
}

#filter-links .section-holder .list-holder {
	display: grid;
	grid-template-columns: auto;
	column-gap: 80px;
}

@media only screen and (min-width: 769px) {
	#filter-links .section-holder .list-holder {
		grid-template-columns: 47% auto;
	}
}

#filter-links .section-holder .list-holder .filter-list {
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 28px;
	margin-bottom: 28px;
}

@media only screen and (min-width: 769px) {
	#filter-links .section-holder .list-holder .filter-list {
		border-bottom: 1px solid #000;
	}
}

#filter-links .section-holder .list-holder .filter-list.show {
	display: block;
}

#filter-links .section-holder .list-holder .filter-list .content-holder {
	display: grid;
	grid-template-columns: 30% auto;
	gap: 12px;
	text-decoration: none;
    color: #040404;
}

#filter-links .section-holder .list-holder .filter-list .content-holder .img img {
	width: 162px;
	height: auto;
	border: 1px solid;
	border-radius: 20px;
	object-fit: cover;
}

@media only screen and (min-width: 769px) {
	#filter-links .section-holder .list-holder .filter-list .content-holder {
		gap: 40px;
	}
}

#filter-links .section-holder .list-holder .filter-list .content-holder .content p {
	margin: 8px 0;
	font-size: 14px;
}

@media only screen and (min-width: 769px) {
	#filter-links .section-holder .list-holder .filter-list .content-holder .content p {
		font-size: 16px;
	}
}

#filter-links .section-holder .list-holder .filter-list .content-holder .content .btn-white {
	background-color: #EAEAE1;
	border: none;
	padding: 0px 12px;
	font-size: 12px;
	font-weight: normal;
}

#filter-links .section-holder .list-holder .filter-list .content-holder .content .btn-green {
	display: table;
	margin-top: 12px;
}

#business-resources-filter .title-holder {
	border-bottom: 1px solid;
	margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
	#business-resources-filter .title-holder {
		border-bottom: none;
		margin-bottom: 0;
	}
}

#business-resources-filter .title-holder h2 {
	text-align: start;
	margin-bottom: 15px;
}

@media only screen and (min-width: 769px) {
	#business-resources-filter .title-holder h2 {
		text-align: center;
		width: 59%;
    	margin: 0 auto 30px;
	}
}

#business-resources-filter .section-holder {
	background: inherit;
    border: none;
    border-radius: 20px;
    color: #000;
    margin-bottom: 60px;
    padding: 0;
}

@media only screen and (min-width: 769px) {
	#business-resources-filter .section-holder {
		background: #fff;
		border: 1px solid #000;
		padding: 40px 60px;
	}
}

#business-resources-filter .section-holder #myBtnContainer {
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
	margin-bottom: 40px;
	border-bottom: none;
	padding-bottom: 0;
}

#business-resources-filter .section-holder #myBtnContainer .btn-white {
	border: 1px solid #CDCDCD;
	padding: 4px 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
}

#business-resources-filter .section-holder #myBtnContainer .btn-white.active {
	border: 1px solid #EAEAE1;
	background-color: #EAEAE1;
}

#business-resources-filter .section-holder .list-holder {
	display: grid;
	grid-template-columns: auto;
	column-gap: 80px;
}

@media only screen and (min-width: 769px) {
	#business-resources-filter .section-holder .list-holder {
		grid-template-columns: 47% auto;
	}
}

#business-resources-filter .section-holder .list-holder .filter-list {
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 28px;
	margin-bottom: 28px;
}

@media only screen and (min-width: 769px) {
	#business-resources-filter .section-holder .list-holder .filter-list {
		border-bottom: 1px solid #000;
	}
}

#business-resources-filter .section-holder .list-holder .filter-list.show {
	display: block;
}

#business-resources-filter .section-holder .list-holder .filter-list .card-holder {
	display: grid;
	grid-template-columns: 30% auto;
	gap: 12px;
	text-decoration: none;
    color: #040404;
}

@media only screen and (min-width: 769px) {
	#business-resources-filter .section-holder .list-holder .filter-list .card-holder {
		gap: 40px;
	}
}

#business-resources-filter .section-holder .list-holder .filter-list .card-holder .img img {
	width: 100%;
}

#business-resources-filter .section-holder .list-holder .filter-list .card-holder .content p {
	margin: 8px 0;
	font-size: 14px;
}

@media only screen and (min-width: 769px) {
	#business-resources-filter .section-holder .list-holder .filter-list .card-holder .content p {
		font-size: 16px;
	}
}

#business-resources-filter .section-holder .list-holder .filter-list .card-holder .content .description .btn-white {
	background-color: #EAEAE1;
	border: none;
	padding: 0px 12px;
	font-size: 12px;
	font-weight: normal;
}

#business-resources-filter .section-holder .list-holder .filter-list .card-holder .content .button-holder {
	display: grid;
	justify-content: start;
	gap: 12px;
	margin-top: 12px;
}

#business-resources-filter .section-holder .list-holder .filter-list .card-holder .content .button-holder .btn-white {
	color: #449856;
	justify-content: center;
}

#business-resources-filter .section-holder .button-holder {
	text-align: center;
	margin-top: 20px;
}

@media only screen and (min-width: 769px) {
	#business-resources-filter .section-holder .button-holder {
		margin-top: 0;
	}
}

#business-services .title-holder {
	border-bottom: 1px solid;
	margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
	#business-services .title-holder {
		border-bottom: none;
		margin-bottom: 0;
	}
}

#business-services .title-holder h2 {
	text-align: start;
	margin-bottom: 15px;
}

@media only screen and (min-width: 769px) {
	#business-services .title-holder h2 {
		text-align: center;
		width: 59%;
    	margin: 0 auto 30px;
	}

	#business-services .title-holder h2.left {
		text-align: left;
		width: 100%;
	}
}

#business-services .section-holder {
	background: #fff;
    border: none;
    border-radius: 20px;
    color: #000;
    margin-bottom: 60px;
    padding: 0;
}

@media only screen and (min-width: 769px) {
	#business-services .section-holder {
		border: 1px solid #000;
		padding: 40px 60px;
	}
}

#business-services .section-holder .list-holder {
	display: grid;
	grid-template-columns: auto;
	column-gap: 80px;
}

@media only screen and (min-width: 769px) {
	#business-services .section-holder .list-holder {
		grid-template-columns: 47% auto;
	}
}

#business-services .section-holder .list-holder .filter-list {
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 28px;
	margin-bottom: 28px;
}

@media only screen and (min-width: 769px) {
	#business-services .section-holder .list-holder .filter-list {
		border-bottom: 1px solid #000;
	}
}

#business-services .section-holder .list-holder .filter-list.show {
	display: block;
}

#business-services .section-holder .list-holder .filter-list .card-holder {
	display: grid;
	grid-template-columns: 30% auto;
	gap: 12px;
	text-decoration: none;
    color: #040404;
}

@media only screen and (min-width: 769px) {
	#business-services .section-holder .list-holder .filter-list .card-holder {
		gap: 40px;
	}
}

#business-services .section-holder .list-holder .filter-list .card-holder .img img {
	width: 100%;
}

#business-services .section-holder .list-holder .filter-list .card-holder .content p {
	margin: 8px 0;
	font-size: 14px;
}

@media only screen and (min-width: 769px) {
	#business-services .section-holder .list-holder .filter-list .card-holder .content p {
		font-size: 16px;
	}
}

#business-services .section-holder .list-holder .filter-list .card-holder .content .description .btn-white {
	background-color: #EAEAE1;
	border: none;
	padding: 0px 12px;
	font-size: 12px;
	font-weight: normal;
}

#business-services .section-holder .list-holder .filter-list .card-holder .content .button-holder {
	display: grid;
	justify-content: start;
	gap: 12px;
	margin-top: 12px;
}

#business-services .section-holder .list-holder .filter-list .card-holder .content .button-holder .btn-white {
	color: #449856;
	justify-content: center;
}

#slider_arrows {
	margin-bottom: 80px;
}

#slider_arrows .title-holder {
	display: grid;
	grid-template-columns: auto;
	align-items: center;
	gap: 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
	#slider_arrows .title-holder {
		grid-template-columns: auto auto 102px;
		gap: 80px;
		margin-bottom: 40px;
	}
}

#slider_arrows .title-holder h2 {
	border-bottom: 1px solid;
	padding-bottom: 12px;
}

@media only screen and (min-width: 769px) {
	#slider_arrows .title-holder h2 {
		border-bottom: none;
		padding-bottom: 0;
	}
}

#slider_arrows .title-holder p {
    margin-bottom: 0;
}

#slider_arrows .title-holder .button-container {
	display: none;
	gap: 20px;
}

@media only screen and (min-width: 769px) {
	#slider_arrows .title-holder .button-container {
		display: flex;
		position: relative;
        width: 102px;
        right: 0;
        top: 0;
	}
}

#slider_arrows .title-holder .button-container button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

#slider_arrows .content-holder .slick-list {
	padding: 0 10% 0 0 !important;
}

@media only screen and (min-width: 769px) {
	#slider_arrows .content-holder .slick-list {
		padding: 0 !important;
	}
}

#slider_arrows .content-holder .slick-list .slick-slide {
	padding-right: 16px;
}

@media only screen and (min-width: 769px) {
	#slider_arrows .content-holder .slick-list .slick-slide {
		padding-right: 0;
		width: 302px !important;
		margin-right: 37px;
	}
}

#slider_arrows .content-holder .slick-list .slick-slide .img {
    height: 282px;
}

#slider_arrows .content-holder .slick-list .slick-slide .img img {
    height: 100%;
	border-radius: 20px;
}

#slider_arrows .content-holder .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	color: #040404;
    text-decoration: none;
	text-align: center;
}

#subpage-banner-right {
	margin-bottom: 60px;
}

#subpage-banner-right.slide > .content-holder:not(:first-child) {
	display: none;
}

#subpage-banner-right .content-holder {
	display: flex;
	flex-direction: column-reverse;
	height: auto;
	border: 1px solid;
	border-radius: 20px;
}

@media only screen and (min-width: 769px) {
	#subpage-banner-right .content-holder {
		display: grid;
        grid-template-columns: 50% auto;
        height: 463px;
	}
}

#subpage-banner-right .content-holder .content {
	padding: 20px;
	color: #000;
}

@media only screen and (min-width: 769px) {
	#subpage-banner-right .content-holder .content {
		padding: 40px 88px;
	}
}

#subpage-banner-right .content-holder .content p {
	font-size: inherit;
	margin-top: 0;
}

@media only screen and (min-width: 769px) {
	#subpage-banner-right .content-holder .content p {
		font-size: 20px;
	}
}

#subpage-banner-right .content-holder .content .appenddots {
	position: unset;
    justify-items: center;
    bottom: 30px;
}

@media only screen and (min-width: 769px) {
	#subpage-banner-right .content-holder .content .appenddots {
		position: absolute;
		justify-items: unset;
	}
}

#subpage-banner-right .content-holder .content .appenddots .slick-dots {
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

#subpage-banner-right .content-holder .content .appenddots .slick-dots li {
	margin: 0 0.25rem;
}

#subpage-banner-right .content-holder .content .appenddots .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: 1px solid;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
}

#subpage-banner-right .content-holder .content .appenddots .slick-dots li.slick-active button {
	background-color: black;
}

#subpage-banner-right .content-holder .img img {
	height: 300px;
    width: 100%;
	object-fit: cover;
	border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

@media only screen and (min-width: 769px) {
	#subpage-banner-right .content-holder .img img {
		height: 100%;
		border-bottom-right-radius: 20px;
	}
}

#subpage-banner-right .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

#subpage-banner-right .slick-dots li {
	margin: 0 0.25rem;
}

#subpage-banner-right .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: 1px solid;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
}

#subpage-banner-right .slick-dots li.slick-active button {
	background-color: black;
}

#featured-databases .title-holder {
	border-bottom: 1px solid;
	margin-bottom: 40px;
}

#featured-databases .title-holder h2 {
	text-align: start;
	margin-bottom: 15px;
}

@media only screen and (min-width: 769px) {
	#featured-databases .title-holder h2 {
		text-align: center;
		width: 59%;
    	margin: 0 auto 30px;
	}
}

#featured-databases .section-holder {
	background: #fff;
    border: none;
    border-radius: 20px;
    color: #000;
    margin-bottom: 60px;
    padding: 0;
}

#featured-databases .section-holder .list-holder {
	display: none;
	grid-template-columns: auto;
	column-gap: 20px;
}

@media only screen and (min-width: 769px) {
	#featured-databases .section-holder .list-holder {
		display: grid;
		grid-template-columns: auto auto auto;
	}
}

#featured-databases .section-holder .list-holder .content-holder {
	border: 1px solid #A1AEB7;
	border-radius: 20px;
	padding: 20px 28px;
	margin-bottom: 40px;
}

#featured-databases .section-holder .list-holder .content-holder .img {
	margin-bottom: 20px;
}

#featured-databases .section-holder .list-holder .content-holder .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
    min-height: 240px;
}

#featured-databases .section-holder .list-holder.libraries-slide {
	display: block;
}

@media only screen and (min-width: 769px) {
	#featured-databases .section-holder .list-holder.libraries-slide {
		display: none;
	}
}

#featured-databases .section-holder .list-holder.libraries-slide .slick-list {
	padding: 0 10% 0 0 !important;
}

#featured-databases .section-holder .list-holder.libraries-slide .slick-list .slick-slide {
	margin-right: 20px;
}

#text-on-background-image {
	display: flex;
	align-items: flex-start;
	height: 500px;
	color: #fff;
	padding: 60px 20px;
	border: 1px solid #000;
    border-radius: 20px;
	margin-bottom: 60px;
	text-align: center;
	background-color: #003884;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 160%;
}

@media only screen and (min-width: 769px) {
	#text-on-background-image {
		align-items: flex-end;
		padding: 80px;
		text-align: unset;
		background-repeat: unset;
    	background-position: unset;
    	background-size: unset;
	}
}

#text-on-background-image .content {
	font-size: 20px;
}

@media only screen and (min-width: 769px) {
	#text-on-background-image .content {
		font-size: 28px;
		line-height: 36px;
	}
}

#text-on-background-image .content h2 {
	color: #fff;
}

#text-on-background-image .content p {
	color: #fff;
	margin: 20px 0;
	width: 100%;
}

@media only screen and (min-width: 769px) {
	#text-on-background-image .content p {
		width: 90%;
	}
}

#text-on-background-image .content .btn {
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	gap: 10px;
}

#book-slider-arrows {
	margin-bottom: 80px;
}

#book-slider-arrows .title-holder {
	display: grid;
	grid-template-columns: auto;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	padding-bottom: 12px;
    margin-bottom: 28px;
	border-bottom: 1px solid;
}

@media only screen and (min-width: 769px) {
	#book-slider-arrows .title-holder {
		grid-template-columns: auto auto;
		gap: 80px;
		padding-bottom: 30px;
        margin-bottom: 40px;
	}
}

#book-slider-arrows .title-holder h2 {
	padding-bottom: 0;
}

#book-slider-arrows .title-holder .button-container {
	display: none;
	gap: 20px;
}

@media only screen and (min-width: 769px) {
	#book-slider-arrows .title-holder .button-container {
		display: flex;
		position: relative;
        width: 102px;
        right: 0;
        top: 0;
	}
}

#book-slider-arrows .title-holder .button-container button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

#book-slider-arrows .content-holder {
	margin-bottom: 28px;
}

@media only screen and (min-width: 769px) {
	#book-slider-arrows .content-holder {
		margin-bottom: 40px;
	}
}

#book-slider-arrows .content-holder .slick-list {
	padding: 0 10% 0 0 !important;
}

@media only screen and (min-width: 769px) {
	#book-slider-arrows .content-holder .slick-list {
		padding: 0 !important;
	}
}

#book-slider-arrows .content-holder .slick-list .slick-slide {
	padding-right: 16px;
}

@media only screen and (min-width: 769px) {
	#book-slider-arrows .content-holder .slick-list .slick-slide {
		padding-right: 0;
	}
}

#book-slider-arrows .content-holder .slick-list .slick-slide img {
	height: 343px;
	width: 232px;
	border: 1px solid;
    border-radius: 20px;
}

#book-slider-arrows .content-holder .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	color: #040404;
    text-decoration: none;
	text-align: center;
}

#content-image-split {
	position: relative;
	display: grid;
	align-items: center;
	grid-template-columns: auto;
	background: #EAEAE1;
	border: 1px solid #000;
    border-radius: 20px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
	#content-image-split {
		grid-template-columns: 50% 50%;
	}
}

#content-image-split .content {
	padding: 20px;
	text-align: left;
}

@media only screen and (min-width: 769px) {
	#content-image-split .content {
		padding: 40px 88px;
	}
}

#content-image-split .content h2 {
	color: #222222;
}

#content-image-split .content p {
	font-size: 20px;
	color: #222222;
}

#content-image-split .content .btn {
	display: inline-flex;
    align-items: center;
    gap: 10px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

#content-image-split .main-image {
	height: 300px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

@media only screen and (min-width: 769px) {
	#content-image-split .main-image {
		height: 100%;
		border-left: 1px solid;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
		object-fit: cover;
	}
}

#go-back-button {
	display: none;
}

@media only screen and (min-width: 769px) {
	#go-back-button {
		display: block;
	}
}

#go-back-button a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #222222;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
}

#blog-banner {
	display: flex;
    flex-direction: column-reverse;
    border: 1px solid;
    border-radius: 20px;
    height: unset;
    margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
	#blog-banner {
		display: grid;
		grid-template-columns: 50% auto;
		height: 400px;
	}
}

#blog-banner .content {
	padding: 15px;
}

@media only screen and (min-width: 769px) {
	#blog-banner .content {
		padding: 60px;
	}
}

#blog-banner .content .btn-white {
	background-color: #EAEAE1;
	padding: 0px 12px;
	font-weight: normal;
	border: 1px solid #EAEAE1;
	margin-bottom: 12px;
}

#blog-banner .content h2 {
	margin-bottom: 12px;
}

#blog-banner .content p {
	margin: 0 0 12px;
}

#blog-banner .content .btn-orange {
	width: 100%;
	justify-content: center;
}

@media only screen and (min-width: 769px) {
	#blog-banner .content .btn-orange {
		width: unset;
		justify-content: unset;
	}
}

#blog-banner .featured-image img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

@media only screen and (min-width: 769px) {
	#blog-banner .featured-image img {
		border-top-left-radius: 0;
		border-bottom-right-radius: 20px;
	}
}

#blog-list {
	border: none;
    border-radius: 20px;
    padding: 0;
    margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
	#blog-list {
		border: 1px solid;
		padding: 60px;
	}
}

#blog-list .title-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px
}

@media only screen and (min-width: 769px) {
	#blog-list .title-holder {
		display: none;
	}
}

#blog-list .topics {
	display: none;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 40px;
	border-bottom: none;
	padding-bottom: 0;
}

@media only screen and (min-width: 769px) {
	#blog-list .topics {
		display: flex;
	}
}

#blog-list .topics .category-button {
	display: inline-flex;
	gap: 10px;
	color: black;
	border: 1px solid #CDCDCD;
	border-radius: 48px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	padding: 4px 20px;
}

#blog-list .topics .category-button.active {
	border: 1px solid #EAEAE1;
	background-color: #EAEAE1;
}

#blog-list #post-container {
	display: grid;
	grid-template-columns: auto;
	gap: 40px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
	#blog-list #post-container {
		grid-template-columns: 31% 31% auto;
	}
}

#blog-list #post-container .post-box {
	border: 1px solid;
	border-radius: 20px;
}

#blog-list #post-container .post-box img {
	height: 280px;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#blog-list #post-container .post-box .content-holder {
	padding: 20px;
}

#blog-list #post-container .post-box .content-holder .tags a {
	display: inline-flex;
	color: #222222;
	background-color: #EAEAE1;
	border: 1px solid #EAEAE1;
	border-radius: 48px;
	padding: 0px 12px;
	margin-bottom: 12px;
	text-align: center;
	text-decoration: none;
}

#blog-list #post-container .post-box .content-holder .tags a:visited {
	color: #222222;
}

#blog-list #post-container .post-box .content-holder h3 {
	margin-bottom: 12px;
}

#blog-list #post-container .post-box .content-holder h3 a {
	color: #222222;
	text-decoration: none;
}

#blog-list #post-container .post-box .content-holder h3 a:visited {
	color: #222222;
}

#blog-list #post-container .post-box .content-holder .date {
	color: #222222;
	font-size: 14px;
	margin: 0 0 12px;
}

#blog-list #post-container .post-box .content-holder .content {
	color: #222222;
	font-size: 16px;
}

#blog-list .load-more {
	text-align: center;
}

#return a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
	margin-bottom: 40px;
}

#blog {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
	margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
	#blog {
		grid-template-columns: 69% auto;
		gap: 80px;
	}
}

#blog .entry-header {
	margin-bottom: 28px;
}

#blog .entry-header .tags a {
	display: inline-flex;
	color: #222222;
	background-color: #EAEAE1;
	border: 1px solid #EAEAE1;
	border-radius: 48px;
	padding: 0px 12px;
	margin-bottom: 12px;
	text-align: center;
	text-decoration: none;
}

#blog .entry-header .entry-title {
	margin-bottom: 20px;
}

#blog .post-thumbnail {
	height: 400px;
	border: 1px solid;
	border-radius: 20px;
	object-fit: cover;
}

#blog .post-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

#blog .entry-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
}

@media only screen and (min-width: 769px) {
	#blog .entry-content {
		flex-direction: unset;
		gap: 40px;
	}
}

#blog .entry-content .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

@media only screen and (min-width: 769px) {
	#blog .entry-content .social {
		flex-direction: column;
		align-items: unset;
	}
}

#blog .entry-content .social .share {
	font-size: 14px;
    font-weight: 900;
    line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
	#blog .entry-content .social .share {
		margin-top: 14px;
	}
}

#blog .post-list {
	display: none;
    flex-direction: column;
    gap: 28px;
}

@media only screen and (min-width: 769px) {
	#blog .post-list {
		display: flex;
	}
}

#blog .post-list.mobile {
	display: block;
	margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
	#blog .post-list.mobile {
		display: none;
	}
}

#blog .post-list.mobile .title {
	margin-bottom: 20px;
}

#blog .post-list.mobile .slick-list {
	padding: 0 10% 0 0 !important;
}

#blog .post-list.mobile .slick-list .slick-slide {
	margin-right: 15px;
}

#blog .post-list .post-box {
	border: 1px solid;
	border-radius: 20px;
}

#blog .post-list .post-box img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#blog .post-list .post-box .content-holder {
	padding: 20px;
}

#blog .post-list .post-box .content-holder .tags a {
	display: inline-flex;
	color: #222222;
	background-color: #EAEAE1;
	border: 1px solid #EAEAE1;
	border-radius: 48px;
	padding: 0px 12px;
	margin-bottom: 12px;
	text-align: center;
	text-decoration: none;
}

#blog .post-list .post-box .content-holder .tags a:visited {
	color: #222222;
}

#blog .post-list .post-box .content-holder h3 {
	margin-bottom: 12px;
}

#blog .post-list .post-box .content-holder h3 a {
	color: #222222;
	text-decoration: none;
}

#blog .post-list .post-box .content-holder h3 a:visited {
	color: #222222;
}

#blog .post-list .post-box .content-holder .date {
	color: #222222;
	font-size: 14px;
	margin: 0 0 12px;
}

#blog .post-list .post-box .content-holder .content {
	color: #222222;
	font-size: 16px;
}

#fullpage-title {
    display: flex;
    text-align: center;
    gap: 40px;
	justify-content: center;
    align-items: center;
}

#fullpage-title hr {
	background-color: #222222;
	margin-bottom: 0;
	flex: 1;
	display: none;
}

@media only screen and (min-width: 769px) {
	#fullpage-title hr {
        display: block;
    }
}

#fullpage {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
	margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
	#fullpage {
		grid-template-columns: 69% auto;
		gap: 80px;
	}
}

#fullpage [id] {
	scroll-margin-top: 150px;
	scroll-padding-top: 1000px;
}

#fullpage .entry-header {
	display: none;
	margin-bottom: 28px;
}

#fullpage .entry-header .tags a {
	display: inline-flex;
	color: #222222;
	background-color: #EAEAE1;
	border: 1px solid #EAEAE1;
	border-radius: 48px;
	padding: 0px 12px;
	margin-bottom: 12px;
	text-align: center;
	text-decoration: none;
}

#fullpage .entry-header .entry-title {
	margin-bottom: 20px;
}

#fullpage .post-thumbnail {
	height: 400px;
	border: 1px solid;
	border-radius: 20px;
	object-fit: cover;
	margin-top: 1.5em;
}

#fullpage .post-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

#fullpage .entry-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
}

@media only screen and (min-width: 769px) {
	#fullpage .entry-content {
		flex-direction: column;
		gap: 40px;
	}
}

#fullpage .entry-content .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

@media only screen and (min-width: 769px) {
	#fullpage .entry-content .social {
		flex-direction: column;
		align-items: unset;
	}
}

#fullpage .entry-content .social .share {
	font-size: 14px;
    font-weight: 900;
    line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
	#fullpage .entry-content .social .share {
		margin-top: 14px;
	}
}

#fullpage .entry-content .qgiv-embed-container {
	width: 63vw;
}

#fullpage .entry-content .pill {
    display: inline-flex;
    align-items: center;
    border-radius: 48px;
    border: 1px solid #000;
    padding: 2px 10px;
    font-size: 16px;
    line-height: 16px;
}

#fullpage .entry-content .white-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 16px;
}

@media only screen and (min-width: 769px) {
	#fullpage .entry-content .white-box {
		padding: 40px;
	}
}

#fullpage .entry-content .white-box-outline {
    background-color: #fff;
    border: 1px solid;
    border-radius: 20px;
    padding: 40px 16px;
}

@media only screen and (min-width: 769px) {
	#fullpage .entry-content .white-box-outline {
		padding: 40px;
	}
}
		
#fullpage .post-list {
	display: none;
	order: -1;
	margin-bottom: 20px;
    text-align: center;
}

@media only screen and (min-width: 769px) {
	#fullpage .post-list {
		display: block;
		order: 1;
        text-align: left;
		position: sticky;
        top: 160px;
        height: max-content;
		margin-top: 1.5em;
	}
}

#fullpage .post-list .title-holder {
	font-size: 28px;
    line-height: 36px;
}

#fullpage .post-list .title-holder .desktop {
	display: none;
}

@media only screen and (min-width: 769px) {
	#fullpage .post-list .title-holder .desktop {
		display: block;
	}
}

#fullpage .post-list .title-holder .mobile {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5.25H19.75V7H4V5.25ZM4 10.5H19.75V12.25H4V10.5ZM4 15.75H19.75V17.5H4V15.75ZM4 21H19.75V22.75H4V21ZM23.25 5.25H25V7H23.25V5.25ZM23.25 10.5H25V12.25H23.25V10.5ZM23.25 15.75H25V17.5H23.25V15.75ZM23.25 21H25V22.75H23.25V21Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
	position: sticky;
    height: 48px;
    width: 48px;
    background-color: #449856;
    border-radius: 50%;
}

@media only screen and (min-width: 769px) {
	#fullpage .post-list .title-holder .mobile {
		display: none;
	}
}

#fullpage .post-list .title-holder p {
	margin: 0;
}

#fullpage .post-list .content-holder {
	display: none;
	flex-direction: column;
	gap: 12px;
	font-size: 16px;
	margin-top: 21px;
	background-color: #fff;
    border-radius: 20px;
    padding: 20px 20px;
}

@media only screen and (min-width: 769px) {
	#fullpage .post-list .content-holder {
		display: flex;
		padding: 20px 28px;
	}
}

#fullpage .post-list .content-holder.active {
	display: flex;
}

#fullpage .post-list .content-holder .content {
	color: #222222;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 12px;
}

#fullpage .post-list .content-holder .content:last-child {
	border-bottom: none;
	padding-bottom: unset;
}

#fullpage .post-list .content-holder .content:hover {
	color: #449856;
}

#fullpage .post-list .content-holder .content:visited {
	color: #222222;
}

#fullpage .post-list .content-holder .content:visited:hover {
	color: #449856;
}

#fullpage .sticky-menu {
    position: fixed;
	bottom: 20px;
	right: 20px;
	color: white;
	padding: 10px 15px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1000;
}

@media only screen and (min-width: 769px) {
	#fullpage .sticky-menu {
		display: none;
	}
}

#fullpage .sticky-menu .menu-item {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5.25H19.75V7H4V5.25ZM4 10.5H19.75V12.25H4V10.5ZM4 15.75H19.75V17.5H4V15.75ZM4 21H19.75V22.75H4V21ZM23.25 5.25H25V7H23.25V5.25ZM23.25 10.5H25V12.25H23.25V10.5ZM23.25 15.75H25V17.5H23.25V15.75ZM23.25 21H25V22.75H23.25V21Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #449856;
	border-radius: 50%;
	height: 48px;
	width: 48px;
	float: right;
}

#fullpage .sticky-menu .menu-item.active {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.375 23.375L0.625 21.625L10.25 12L0.625 2.375L2.375 0.625L12 10.25L21.625 0.625L23.375 2.375L13.75 12L23.375 21.625L21.625 23.375L12 13.75L2.375 23.375Z' fill='%230E0F10'/%3E%3C/svg%3E%0A");
	background-color: #fff;
}

#fullpage .sticky-menu .content-holder {
	display: none;
	flex-direction: column;
	gap: 12px;
	font-size: 16px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 20px;
	width: 65vw;
}

#fullpage .sticky-menu .content-holder.active {
	display: flex;
}

#fullpage .sticky-menu .content-holder .content {
	color: #222222;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 12px;
}

#fullpage .sticky-menu .content-holder .content:last-child {
	border-bottom: none;
	padding-bottom: unset;
}

#fullpage .sticky-menu .content-holder .content:hover {
	color: #449856;
	font-weight: 900;
}

#fullpage .sticky-menu .content-holder .content:visited {
	color: #222222;
}

#fullpage .sticky-menu .content-holder .content:visited:hover {
	color: #449856;
}

#fullpage .calendar-holder {
	overflow: hidden;
}

#fullpage .calendar-holder iframe {
	outline: none; /* Removes focus outline */
	border: none;
	height: 1940px;
	width: 100%;
	margin-top: -185px;
}

@media only screen and (min-width: 769px) {
	#fullpage .calendar-holder iframe {
		height: 1360px;
		margin-top: -765px;
	}
}

@media only screen and (min-width: 1225px) {
	#fullpage .calendar-holder iframe {
		height: 1360px;
		margin-top: -765px;
	}
}

#fullpage .calendar-holder:focus-within {
    outline: none;
}

#nosidebar-title {
    display: flex;
    text-align: center;
    gap: 40px;
	justify-content: center;
    align-items: center;
}

#nosidebar-title hr {
	background-color: #222222;
	margin-bottom: 0;
	flex: 1;
	display: none;
}

@media only screen and (min-width: 769px) {
	#nosidebar-title hr {
	    display: block;
    }
}

.page-id-57212 #nosidebar {
    min-height: 650px;
}

#nosidebar {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
	margin-bottom: 40px;
}

#nosidebar [id] {
	scroll-margin-top: 110px;
	scroll-padding-top: 1000px;
}

#nosidebar .entry-header {
	display: none;
	margin-bottom: 28px;
}

#nosidebar .entry-header .tags a {
	display: inline-flex;
	color: #222222;
	background-color: #EAEAE1;
	border: 1px solid #EAEAE1;
	border-radius: 48px;
	padding: 0px 12px;
	margin-bottom: 12px;
	text-align: center;
	text-decoration: none;
}

#nosidebar .entry-header .entry-title {
	margin-bottom: 20px;
}

#nosidebar .post-thumbnail {
	height: 400px;
	border: 1px solid;
	border-radius: 20px;
	object-fit: cover;
	margin-top: 1.5em;
}

#nosidebar .post-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

#nosidebar .entry-content .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

@media only screen and (min-width: 769px) {
	#nosidebar .entry-content .social {
		flex-direction: column;
		align-items: unset;
	}
}

#nosidebar .entry-content .social .share {
	font-size: 14px;
    font-weight: 900;
    line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
	#nosidebar .entry-content .social .share {
		margin-top: 14px;
	}
}

#nosidebar .entry-content .pill {
    display: inline-flex;
    align-items: center;
    border-radius: 48px;
    border: 1px solid #000;
    padding: 2px 10px;
    font-size: 16px;
    line-height: 16px;
}

#nosidebar .entry-content .white-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 16px;
}

@media only screen and (min-width: 769px) {
	#nosidebar .entry-content .white-box {
		padding: 40px;
	}
}

#nosidebar .entry-content .white-box-outline {
    background-color: #fff;
    border: 1px solid;
    border-radius: 20px;
    padding: 40px 16px;
}

@media only screen and (min-width: 769px) {
	#nosidebar .entry-content .white-box-outline {
		padding: 40px;
	}
}

#nosidebar .calendar-holder {
	overflow: hidden;
}

#nosidebar .calendar-holder iframe {
	outline: none; /* Removes focus outline */
    pointer-events: none; /* Disables mouse interactions temporarily, but re-enable if needed */
	border: none;
	height: 1940px;
	width: 100%;
	margin-top: -185px;
}

@media only screen and (min-width: 769px) {
	#nosidebar .calendar-holder iframe {
		height: 1360px;
		margin-top: -160px;
	}
}

@media only screen and (min-width: 1225px) {
	#nosidebar .calendar-holder iframe {
		height: 1360px;
		margin-top: -160px;
	}
}

#nosidebar .calendar-holder:focus-within {
    outline: none;
}

#nosidebar input[type=submit] {
    background-color: #DF5A43;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
	gap: 10px;
    font-size: 16px;
	font-weight: bold;
    border-radius: 48px;
	cursor: pointer; 
}

#nosidebar input[type=submit]:hover {
	background-color: #A82913;
	color: white;
}

#nosidebar input[type=submit]:visited {
	color: white;
}

#photos-slider-w-lightbox {
	margin-bottom: 60px;
}

#photos-slider-w-lightbox .title-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 52px;
}

#photos-slider-w-lightbox .title-holder .button-container {
	display: none;
	gap: 20px;
}

@media only screen and (min-width: 769px) {
	#photos-slider-w-lightbox .title-holder .button-container {
		display: flex;
		position: relative;
        width: 30px;
        right: 72px;
        top: 0px;
	}
}

#photos-slider-w-lightbox .title-holder .button-container button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

#photos-slider-w-lightbox .title-holder .button-container .slick-prev svg {
	transform: rotate(180deg);
}

#photos-slider-w-lightbox hr {
	margin: 20px 0;
	background-color: #000;
}

#photos-slider-w-lightbox .content-holder {
	margin-top: 40px;
}

#photos-slider-w-lightbox .content-holder .slick-list {
	padding: 0 10% 0 0 !important;
}

@media only screen and (min-width: 769px) {
	#photos-slider-w-lightbox .content-holder .slick-list {
		padding: 0 !important;
	}
}

#photos-slider-w-lightbox .content-holder .content {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	cursor: pointer;
}

#photos-slider-w-lightbox .content-holder .content .img {
	height: 282px;
}

#photos-slider-w-lightbox .content-holder .content .img img {
	height: 100%;
    width: 302px;
    object-fit: cover;
    border-radius: 20px;
}

#photos-slider-w-lightbox .content-holder .content h3 {
	color: #000;
}

#photos-slider-w-lightbox .close {
	display: none;
	color: #fff;
	position: fixed;
	top: 31px;
	right: 77px;
	font-size: 35px;
	font-weight: bold;
	z-index: 999;
	cursor: pointer;
}

#photos-slider-w-lightbox .light-prev {
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 2%;
	z-index: 999;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	transform: rotate(180deg);
}

#photos-slider-w-lightbox .light-prev svg {
	filter: invert(100%) sepia(1%) saturate(5%) hue-rotate(5deg) brightness(250%) contrast(103%);
}

#photos-slider-w-lightbox .light-next {
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 2%;
	z-index: 999;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

#photos-slider-w-lightbox .light-next svg {
	filter: invert(100%) sepia(1%) saturate(5%) hue-rotate(5deg) brightness(250%) contrast(103%);
}

#photos-slider-w-lightbox #lightbox {
	visibility: hidden;
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
	position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 60%);
}

#photos-slider-w-lightbox #lightbox .slick-track {
	display: flex;
	align-items: center;
}

#photos-slider-w-lightbox #lightbox .img {
	display: flex;
	justify-content: center;
}

#photos-slider-w-lightbox #lightbox .img img {
	max-height: 85vh;
}

#photos-slider-w-lightbox #lightbox h3 {
	color: #fff;
	margin-top: 20px;
}

#gallery-w-lightbox {
	margin-bottom: 60px;
}

#gallery-w-lightbox .title-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 52px;
}

#gallery-w-lightbox .title-holder .button-container {
	display: none;
	gap: 20px;
}

@media only screen and (min-width: 769px) {
	#gallery-w-lightbox .title-holder .button-container {
		display: flex;
		position: relative;
        width: 30px;
        right: 72px;
        top: 0px;
	}
}

#gallery-w-lightbox .title-holder .button-container button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

#gallery-w-lightboxox .title-holder .button-container .slick-prev svg {
	transform: rotate(180deg);
}

#gallery-w-lightbox hr {
	margin: 20px 0;
	background-color: #000;
}

#gallery-w-lightbox .content-holder {
	margin-top: 40px;
	display: grid;
    grid-template-columns: auto;
	row-gap: 20px;
}

@media only screen and (min-width: 769px) {
	#gallery-w-lightbox .content-holder {
		grid-template-columns: 25% 25% 25% 25%;
	}
}

#gallery-w-lightbox .content-holder .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
}

#gallery-w-lightbox .content-holder .content .img {
	height: 282px;
}

#gallery-w-lightbox .content-holder .content .img img {
	height: 100%;
    width: 302px;
    object-fit: cover;
    border-radius: 20px;
}

#gallery-w-lightbox .content-holder .content h3 {
	color: #000;
	text-align: center;
}

#gallery-w-lightbox .content-holder .bx-wrapper {
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 60%);
	border: 0;
}

#gallery-w-lightbox .content-holder .bx-wrapper .bx-controls-direction .bx-prev {
	background-image: url('data:image/svg+xml,<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20.5703" cy="20" r="19" stroke="%23449856" stroke-width="2"/><path d="M11.5703 20L29.5703 20M29.5703 20L21.0703 11.5M29.5703 20L21.0703 28.5" stroke="%23449856" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	filter: invert(100%) sepia(1%) saturate(5%) hue-rotate(5deg) brightness(250%) contrast(103%);
	width: 45px;
	height: 45px;
	display: none;
	transform: rotate(180deg);
}

@media only screen and (min-width: 769px) {
	#gallery-w-lightbox .content-holder .bx-wrapper .bx-controls-direction .bx-prev {
		display: block;
	}
}

#gallery-w-lightbox .content-holder .bx-wrapper .bx-controls-direction .bx-next {
	background-image: url('data:image/svg+xml,<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20.5703" cy="20" r="19" stroke="%23449856" stroke-width="2"/><path d="M11.5703 20L29.5703 20M29.5703 20L21.0703 11.5M29.5703 20L21.0703 28.5" stroke="%23449856" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	filter: invert(100%) sepia(1%) saturate(5%) hue-rotate(5deg) brightness(250%) contrast(103%);
	width: 45px;
	height: 45px;
	display: none;
}

@media only screen and (min-width: 769px) {
	#gallery-w-lightbox .content-holder .bx-wrapper .bx-controls-direction .bx-next {
		display: block;
	}
}

#gallery-w-lightbox .content-holder [id^="lightbox-"] {
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#gallery-w-lightbox .content-holder [id^="lightbox-"] .slick-track {
	display: flex;
	align-items: center;
}

#gallery-w-lightbox .content-holder [id^="lightbox-"] .img {
	display: flex;
	justify-content: center;
	height: 100%;
}

#gallery-w-lightbox .content-holder [id^="lightbox-"] .img img {
	max-height: 85vh;
	width: 100%;
	border-radius: 0;
	margin-top: -50px;
}

@media only screen and (min-width: 769px) {
	#gallery-w-lightbox .content-holder [id^="lightbox-"] .img img {
        margin-top: 0;
    }
}

#gallery-w-lightbox .content-holder [id^="lightbox-"] h3 {
	color: #fff;
	margin-top: 20px;
}

#gallery-w-lightbox .close {
	display: none;
	color: #fff;
	position: fixed;
	top: 31px;
	right: 77px;
	font-size: 35px;
	font-weight: bold;
	z-index: 999;
	cursor: pointer;
}

#gallery-w-lightbox .light-prev {
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 2%;
	z-index: 999;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	transform: rotate(180deg);
}

#gallery-w-lightbox .light-prev svg {
	filter: invert(100%) sepia(1%) saturate(5%) hue-rotate(5deg) brightness(250%) contrast(103%);
}

#gallery-w-lightbox .light-next {
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 2%;
	z-index: 999;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

#gallery-w-lightbox .light-next svg {
	filter: invert(100%) sepia(1%) saturate(5%) hue-rotate(5deg) brightness(250%) contrast(103%);
}

#calendar-embed {
	margin-bottom: 60px;
}

#calendar-embed .title-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#calendar-embed hr {
	margin: 20px 0;
	background-color: #000;
}

#calendar-embed .calendar-holder {
	/* border: 1px solid rgb(201, 0, 1); */
	overflow: hidden;
}

#calendar-embed .calendar-holder iframe {
	outline: none; /* Removes focus outline */
    /* pointer-events: none; Disables mouse interactions temporarily, but re-enable if needed */
	border: none;
	height: 1940px;
	width: 100%;
	margin-top: -185px;
}

@media only screen and (min-width: 769px) {
	#calendar-embed .calendar-holder iframe {
		height: 1360px;
		margin-top: -160px;
	}
}

@media only screen and (min-width: 1225px) {
	#calendar-embed .calendar-holder iframe {
		height: 770px;
		margin-top: -160px;
	}
}

#calendar-embed .calendar-holder:focus-within {
    outline: none;
}

#rich-text {
    margin-bottom: 60px;
}

.accordion {
	background-color: #fff;
    border-radius: 20px;
    padding: 40px 16px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
	.accordion {
    	padding: 40px;
	}
}

.accordion h2 {
	margin-bottom: 20px;
	overflow-wrap: break-word;
}

.accordion .content {
	margin-bottom: 40px;
}

.accordion .accordions {
	border-bottom: 1px solid #CDCDCD;
    margin: 12px 0;
}

.accordion .accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
    cursor: pointer;
	color: #449856;
    font-size: 20px;
    font-weight: 600;
    line-height: 17px;
    padding: 12px 0px 12px 0px;
	gap: 10px;
}

.accordion .accordion-header::after {
	content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 11.0002L20 29.0002M20 29.0002L28.5 20.5002M20 29.0002L11.5 20.5002" stroke="%23449856" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="20" cy="20.0002" r="19" stroke="%23449856" stroke-width="2"/></svg>');
	transform: rotate(270deg);
	height: fit-content;
}

.accordion .accordion-header.active::after {
	content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 29.0002L20 11.0002M20 11.0002L28.5 19.5002M20 11.0002L11.5 19.5002" stroke="%23449856" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="20" cy="20" r="19" transform="matrix(1 0 0 -1 0 40.0002)" stroke="%23449856" stroke-width="2"/></svg>');
	transform: rotate(180deg);
}

.accordion .accordion-content {
    display: none;
	padding: 0;
}

@media only screen and (min-width: 769px) {
	.accordion .accordion-content {
    	padding: 0 80px 0 0;
	}
}

.accordion .accordion-content p {
	margin: 0;
	padding-bottom: 12px;
}

.content-image-right {
    display: flex;
    flex-direction: column-reverse;
    height: 540px;
    border: 1px solid;
    border-radius: 20px;
    background: #EAEAE1;
    overflow: hidden;
    margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
	.content-image-right {
		display: grid;
		grid-template-columns: 50% auto;
		height: 340px;
	}
}

.content-image-right .content {
    padding: 40px;
    align-content: center;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.content-image-right .content {
		text-align: unset;
	}
}

.content-image-right .content h2 {
    margin-bottom: 20px;
}

.content-image-right .content p {
	margin: 0;
}

.content-image-right .content .btn-orange {
	margin-top: 40px;
}

.content-image-right .image img {
	height: 100%;
	object-fit: cover;
}

.app-download {
    display: flex;
    flex-direction: column;
    height: 660px;
    border: 1px solid;
    border-radius: 20px;
    background: #003884;
    overflow: hidden;
    margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

@media only screen and (min-width: 769px) {
	.app-download {
		display: grid;
		grid-template-columns: 53% auto;
		height: 340px;
        background-position: 107% 50%;
	}
}

.app-download .content {
    padding: 40px 43px 40px 43px;
    align-content: center;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.app-download .content {
		padding: 40px 0px 40px 40px;
		text-align: unset;
	}
}

.app-download .content h2 {
    margin-bottom: 20px;
	color: #fff;
}

.app-download .content p {
	margin: 0;
	color: #fff;
}

.app-download .content a {
	color: #fff;
	text-decoration: underline;
}

.app-download .content .downloads {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 40px;
}

@media only screen and (min-width: 769px) {
	.app-download .content .downloads {
		justify-content: flex-start;
	}
}

.app-download .content a {
	text-decoration: none;
}

.app-download .image {
	display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 769px) {
	.app-download .image {
		align-items: flex-end;
	}
}

.app-download .image img {
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 769px) {
	.app-download .image img {
		height: 90%;
	}
}

.title-button-background {
	display: flex;
    justify-content: center;
	align-items: center;
    border: 1px solid;
    border-radius: 20px;
    background: #449856;
    overflow: hidden;
    margin-bottom: 20px;
	background-repeat: no-repeat;
    background-position: 100% 100%;
    height: 500px;
}

@media only screen and (min-width: 769px) {
	.title-button-background {
		justify-content: flex-start;
		background-position: 100% 50%;
    	height: 200px;
	}
}

.title-button-background .content {
    padding: 40px;
    align-content: center;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.title-button-background .content {
		text-align: unset;
	}
}

.title-button-background .content h2 {
    margin-bottom: 20px;
	color: #fff;
}

.title-with-button {
    border-bottom: 1px solid;
	padding-bottom: 20px;
    margin-bottom: 20px;
}

.title-with-button .content {
	display: flex;
	justify-content: space-between;
}

.subpage-slider {
	width: 370px;
}

@media only screen and (min-width: 769px) {
	.subpage-slider {
		width: 910px;
	}
}

.subpage-slider .content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.subpage-slider .content .button-container {
    display: none;
    gap: 20px;
}

@media only screen and (min-width: 769px) {
	.subpage-slider .content .button-container {
		display: flex;
		position: relative;
		width: 102px;
		right: 0;
		top: 0;
	}
}
		
.subpage-slider .content .button-container button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.subpage-slider .slick-slide img {
    display: unset;
}

.subpage-slider a {
	color: #0E0F10;
	justify-items: center;
	text-align: center;
	padding: 0 28px;
}

.subpage-slider a .title {
	font-size: 20px;
	font-weight: 900;
}

.subpage-slider a .info {
	font-size: 16px;
}

.gallery-w-lightbox {
	margin-bottom: 60px;
}

.gallery-w-lightbox .title-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.gallery-w-lightbox .title-holder .button-container {
	display: none;
	gap: 20px;
}

@media only screen and (min-width: 769px) {
	.gallery-w-lightbox .title-holder .button-container {
		display: flex;
		position: relative;
        width: 30px;
        right: 72px;
        top: 0px;
	}
}

.gallery-w-lightbox .title-holder .button-container button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.gallery-w-lightboxox .title-holder .button-container .slick-prev svg {
	transform: rotate(180deg);
}

.gallery-w-lightbox hr {
	margin: 20px 0;
	background-color: #000;
}

.gallery-w-lightbox .content-holder {
	margin-top: 40px;
	display: grid;
    grid-template-columns: auto;
	justify-content: space-between;
	row-gap: 20px;
}

@media only screen and (min-width: 769px) {
	.gallery-w-lightbox .content-holder {
		grid-template-columns: 31% 31% 31%;
	}
}

.gallery-w-lightbox .content-holder .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
}

.gallery-w-lightbox .content-holder .content .img {
	height: 282px;
}

.gallery-w-lightbox .content-holder .content .img img {
	height: 100%;
    width: 302px;
    object-fit: cover;
    border-radius: 20px;
}

.gallery-w-lightbox .content-holder .content h3 {
	color: #000;
	text-align: center;
}

.gallery-w-lightbox .content-holder .bx-wrapper {
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 60%);
	border: 0;
}

.gallery-w-lightbox .content-holder .bx-wrapper .bx-controls-direction .bx-prev {
	background-image: url('data:image/svg+xml,<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20.5703" cy="20" r="19" stroke="%23449856" stroke-width="2"/><path d="M11.5703 20L29.5703 20M29.5703 20L21.0703 11.5M29.5703 20L21.0703 28.5" stroke="%23449856" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	filter: invert(100%) sepia(1%) saturate(5%) hue-rotate(5deg) brightness(250%) contrast(103%);
	width: 45px;
	height: 45px;
	display: none;
	transform: rotate(180deg);
}

@media only screen and (min-width: 769px) {
	.gallery-w-lightbox .content-holder .bx-wrapper .bx-controls-direction .bx-prev {
		display: block;
	}
}

.gallery-w-lightbox .content-holder .bx-wrapper .bx-controls-direction .bx-next {
	background-image: url('data:image/svg+xml,<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20.5703" cy="20" r="19" stroke="%23449856" stroke-width="2"/><path d="M11.5703 20L29.5703 20M29.5703 20L21.0703 11.5M29.5703 20L21.0703 28.5" stroke="%23449856" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	filter: invert(100%) sepia(1%) saturate(5%) hue-rotate(5deg) brightness(250%) contrast(103%);
	width: 45px;
	height: 45px;
	display: none;
}

@media only screen and (min-width: 769px) {
	.gallery-w-lightbox .content-holder .bx-wrapper .bx-controls-direction .bx-next {
		display: block;
	}
}

.gallery-w-lightbox .content-holder [id^="lightbox-"] {
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.gallery-w-lightbox .content-holder [id^="lightbox-"] .slick-track {
	display: flex;
	align-items: center;
}

.gallery-w-lightbox .content-holder [id^="lightbox-"] .img {
	display: flex;
	justify-content: center;
	height: 100%;
}

.gallery-w-lightbox .content-holder [id^="lightbox-"] .img img {
	max-height: 85vh;
	width: 100%;
	border-radius: 0;
}

.gallery-w-lightbox .content-holder [id^="lightbox-"] h3 {
	color: #fff;
	margin-top: 20px;
}

.gallery-w-lightbox .close {
	display: none;
	color: #fff;
	position: fixed;
	top: 31px;
	right: 77px;
	font-size: 35px;
	font-weight: bold;
	z-index: 999;
	cursor: pointer;
}

.gallery-w-lightbox .light-prev {
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 2%;
	z-index: 999;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	transform: rotate(180deg);
}

.gallery-w-lightbox .light-prev svg {
	filter: invert(100%) sepia(1%) saturate(5%) hue-rotate(5deg) brightness(250%) contrast(103%);
}

.gallery-w-lightbox .light-next {
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 2%;
	z-index: 999;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

.gallery-w-lightbox .light-next svg {
	filter: invert(100%) sepia(1%) saturate(5%) hue-rotate(5deg) brightness(250%) contrast(103%);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #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 {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
