/*!
Theme Name: SAND Academies Trust School
Author: Athena Web Designs
Author URI: https://www.athenawebdesigns.co.uk/
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: sats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sats 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/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

/* Text-level semantics
	========================================================================== */

/**
* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: 600;
}

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

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

/**
* Add the correct font size in all browsers.
*/

small {
	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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* 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; /* 1 */
	padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

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

blockquote {
	margin: 0 1.5em;
}

address {
	font-style: normal;
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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



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

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

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clear-float {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

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

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


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

html {
	box-sizing: border-box;
}

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

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

ul, ol {
	margin-top: 0;
}

li {
	margin: 0.7em 0;
	padding: 0;
}


ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

.responsive-table-wrapper {
	max-width: 100%;
	overflow-x: auto;
}

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

table th {
	color: #fff;
	background-color: #33448b;
	text-align: left;
	padding: 1em;
}

table td {
	padding:10px;
	border-bottom: 1px solid #374587;
}

table p {
	margin:0;
	padding:0;
}


a {
	color: #754b89;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1.5em 0;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
	color: #33448b;
}

h1 {
	font-size: 2.75em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

.has-background > h1,
.has-background > h2,
.has-background > h3,
.has-background > h4,
.has-background > h5,
.has-background > h6 {
	color: inherit;
}

h4 + h2 {
	margin-top: -0.7em;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
	margin-top: 3rem;
}

.img-blk img {
	display: block;
	width: 100%;
}

.trim-first > :first-child, .trim-content > :first-child {
	margin-top: 0;
}

.trim-last > :last-child, .trim-content > :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 0.75em 1.25em;
	border: none;
	border-radius: 3px;
	background: #6e488f;
	text-align: center;
	line-height: 1;
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.35s ease;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background: #1b93a7;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/

html,
body {
	overflow-x: hidden;
	max-width: 100%;
}

body {
	background-color: #fff;
	word-wrap: break-word;
	line-height: 1.6;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #2c2b2e;
	margin: 0;
}

#page {
	position: relative;
}

.wrapper {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

.section-title {
    position: relative;
    padding-left: 54px;
    margin-bottom: 2em;
}

.section-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 42px;
    height: 100%;
    background-image: url(images/hand.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.section-title.none {
	padding: 0;
}

.section-title.none:before {
	display: none;
}

.page-section {
	margin: 6em auto;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.top-bar a {
    color:#fff;
}

.top-bar {
    padding:.3em 0;
    text-align:right;
    color:#fff;
    background-color:#1c93a7;
}

.top-bar .wrapper {
    display: flex;
    justify-content:space-between;
    align-items: center;
    column-gap: 20px;
    row-gap:3px;
    padding: 5px 0;
}

.top-bar .wrapper .tb-left, .top-bar .wrapper .tb-right {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    column-gap: 20px;
    row-gap:3px;
}

.mobile-show {
    display:none;
}

.top-bar .tel, .top-bar .email {
    position: relative;
    padding-left: 20px;
}

.top-bar .tel:before, .top-bar .email:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 100%;
    background-image: url(images/phone-white.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.top-bar .email:before {
    background-image: url(images/email-white.png);
}

.site-header {
	position: fixed;
	width: 100%;
	height: auto;
	padding: 0;
	z-index: 99;
	background-color: #fff;
}

body.scrolled-down .site-header {
	box-shadow: 0 0 40px rgba(0,0,0,0.15);
	background-color: rgba(255,255,255,0.95);
	-webkit-transition: all 2s;
	transition: all 2s;
}

.header {
    padding:.85em 0;
}

.header .wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 4em;
	position: relative;
}

.site-header .left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 240px;
	max-width: 240px;
}

.site-logo {
	display: block;
	width: 100%;
}

.site-logo img {
	width:140px;
	display: block;
}

.site-header .right {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
	flex: 1;
	gap: 1em;
	padding: 1em 0;
}

.site-header .top {
	display: flex;
	align-items:center;
	justify-content: flex-end;
	gap: 2em;
}

.site-header .header-button .button {
    background-color:#137889;
    font-size:.8em;
}

.site-header .header-button .button:hover {
    background-color:#0d6a7a;
}

.site-header form {
	display: flex;
	align-content: center;
	justify-content: space-between;
}

.site-header form img {
	display: block;
	width: 15px;
	min-width: 15px;
	height: 15px;
	margin: auto;
}

.site-header form input {
	display: block;
	background: none;
	border: none;
	border-radius: 0px;
	outline: 0;
	color: #ffffff;
	width: 60px;
	padding: 0.5em 0 0.5em 0.5em;
	align-self: center;
	transition: width 0.35s ease;
}

.site-header form input:active,
.site-header form input:focus {
    width:180px;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
}

.site-header form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #ffffff;
opacity: 1; /* Firefox */
}

.site-header form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #33448b;
}

.site-header form input::-ms-input-placeholder { /* Microsoft Edge */
color: #33448b;
}

.site-header .buttons {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 2em;
}

.site-header .bottom {
	display: block;
}

.site-header .search {
	display: table;
}

.pride-logo img {
	max-width:250px;
	display:block;
}

.sec-logo img {
	display:block;
	max-width:115px;
	width: 100%;
}


/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
	margin: 0;
	padding: 0;
}

.main-navigation a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #2c2b2e;
	font-size: 14px;
	text-transform: uppercase;
}

.main-navigation a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
	width: 0px;
	height: 1px;
	background-color: #ffffff;
	transition: width 0.35s ease;
}

.main-navigation ul ul {
	display: none;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	padding: 0.5em;
	z-index: 99999;
	background: rgb(110 72 143 / 95%);
}   

.main-navigation ul ul ul {
	display: none;
	top: 0;
	left: 100%;
}

.main-navigation ul ul a {
	width: auto;
	white-space: nowrap;
	padding: 0.25em 1em 0.25em 0.25em;
	color:#fff;
}

.main-navigation ul ul a:after {
	left: 0;
	bottom: 0;
	transform: none;
}

.main-navigation ul ul li {
	float: none;
	margin-bottom: 0.25em;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
}

.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current-menu-parent > a:after,
.main-navigation li:hover > a:after {
	width: 100%;
	opacity: 1;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 600;
}

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

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

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


.menu-toggle {
	display: none;
	background-color: transparent;
	border: none;
	padding: 0;
	outline: 0;
	z-index: 99;
}
.menu-toggle:hover {
	background-color: transparent;
	opacity: 0.8;
}

.menu-toggle .menu-icon {
	display: block;
	width: 36px;
	height: 30px;
	position: relative;
	margin: 0;
	border-radius: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.menu-toggle .menu-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #33448b;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggle .menu-icon span:nth-child(1) {
top: 0px;
}

.menu-toggle .menu-icon span:nth-child(2),
.menu-toggle .menu-icon span:nth-child(3) {
top: 12px;
}

.menu-toggle .menu-icon span:nth-child(4) {
top: 24px;
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(1) {
top: 10px;
width: 0%;
left: 50%;
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(4) {
top: 10px;
width: 0%;
left: 50%;
}


/*--------------------------------------------------------------
Modal Global
--------------------------------------------------------------*/

body .blocker {
	z-index: 110;
	padding: 50px;
}

body .modal {
	max-width: 1080px;
	padding: 2em;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}


/*--------------------------------------------------------------
Banner Slides
--------------------------------------------------------------*/

.stars {
    display:none;
    position: absolute;
    z-index: 999;
    bottom: 50px;
    right: 20px;
    width: 400px;
    max-width:90%;
}

.home .banner-slides h1 {
    font-size:2em;
	margin: 3px;
	text-align:left;
}

.home .banner-slides .wrapper {
    justify-content: left;
}

.home .banner-slides .content {
    max-width: 40%;
    text-align:left;
}



body.home.paint-effect .banner-slides .content {
        background-color: rgba(46,67,144,.8);
    padding:2em;
}

body.home.paint-effect .banner-slides .content .button {
    margin-top:1em;
}

body.home.paint-effect .banner-slides .content:before {
    position:static;
	background-image: none;
	padding:0;
	text-align:center;
}

.banner-slides .slide {
	position: relative;
	overflow: hidden;
	margin-bottom: -3em;
	padding-bottom: 3em;
}

.banner-slides .background {
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
	position:relative;
	z-index:8;
}

.banner-slides .background img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
	pointer-events: none;
}

.banner-slides .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12em 0;
	min-height: 650px;
}

.banner-slides .content {
	display: table;
	position: relative;
	max-width: 31em;
	padding: 2rem;
	background-color: #33448b;
	text-align: center;
	color: #ffffff;
}



body.single-post .banner-slides .content {
	max-width: 550px;
}

.banner-slides .content > * {
	color: #ffffff;
}

.banner-slides .content p {
	font-size: 1.25em;
	margin: 0;
}

.banner-slides .content span {
	text-decoration: none !important;
	color: #9e91b0;
	font-weight: 600;
}

.banner-slides .caption {
	padding-bottom: 4em;
}

.banner-slides .caption .content {
	position: absolute;
	right: 0; bottom: 0;
	width: 100%;
	max-width: 450px;
	font-size: 17.5px;
	text-align: left;
	line-height: 1.8;
}

.banner-slides ul.slick-dots {
	position: absolute;
	left: 50%; bottom: 6em;
	transform: translateX(-50%);
	list-style: none;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	pointer-events: none;
}

.banner-slides ul.slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 1em 0 0;
}

.banner-slides ul.slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	font-size: 0px;
	background: #ffffff;
	opacity: 0.5;
	pointer-events: all;
}

.banner-slides ul.slick-dots li.slick-active button {
	opacity: 1;
}


body.paint-effect .banner-slides .content {
	z-index: 1;
	padding: 0 2em;
}


body.paint-effect .banner-slides .content:before {
	content: '';
	position: absolute;
	left: -40px;
	top: -40px;
	width: 100%;
	height: 100%;
	padding: 40px;
	box-sizing: content-box;
	background-image: url("images/dark-purple-paint-background-1.svg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

body.paint-effect .banner-slides .caption .content {
	position: absolute;
	padding: 0.5rem 1.5rem 0.5rem 0.5rem;
	bottom: 30px;
}

body.paint-effect .banner-slides .caption .content:before {
	content: '';
	position: absolute;
	left: -40px;
	top: -30px;
	width: 110%;
	height: 100%;
	padding: 30px 0 30px 30px;
	box-sizing: content-box;
	background-image: url("images/dark-purple-paint-background-2.svg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.banner-text a {
	color:#9e91b0;
}


/*--------------------------------------------------------------
Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs-container {
	position: relative;
	margin-top: 1em;
	z-index: 1;
	font-weight: 500;
}

.breadcrumbs-container .breadcrumb_last {
	font-weight: normal;
}

/*--------------------------------------------------------------
Page Section: Text
--------------------------------------------------------------*/

.section-type-text + .section-type-text {
	margin-top: -4em;
}

.section-type-text .post-image {
	float: right;
	margin: 0 0 0.5em 1em;
}

.section-type-text .post-image img {
	display: block;
	margin: 0;
	max-width: 300px;
	max-height: 400px;
}

.section-type-text .post-image + * {
	margin-top: 0;
}



/*--------------------------------------------------------------
Page Section: Two Text Columns
--------------------------------------------------------------*/

.section-type-two-columns .section-title, .section-type-two-columns .section-title h2 {
	margin-bottom: 0;
}

.section-type-two-columns .section-title:before {
	background-image: url(images/hand.png);
}

.section-type-two-columns .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 4em;
}

.section-type-two-columns table td {
    padding:2px;
}

.section-type-two-columns table th {
    padding:2px 5px 2px;
}

.section-type-two-columns.column-alignment-centre .content,
.section-type-two-columns.col-has-background .content {
	align-items: center;
}

.section-type-two-columns.column-alignment-stretch .content {
	align-items: stretch;
}

.section-type-two-columns .col {
	width: 50%;
}

.section-type-two-columns .column-type-image {
	position: relative;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
}

.section-type-two-columns .column-type-video:before,
.section-type-two-columns .column-type-image:before {
	content: '';
	position: absolute;
	left: 40px;
	top: -40px;
	width: 280px;
	height: 120px;
	max-width: calc(100% - 40px);
	background-color: #33448b;
	z-index: -1;
}

body.paint-effect .section-type-two-columns .column-type-video:before,
body.paint-effect .section-type-two-columns .column-type-image:before {
	background: none;
	background-image: url("images/dark-purple-paint-mark-2.svg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.section-type-two-columns .column-type-image img {
	display: block;
	width: 100%;
	border-radius: inherit;
}

.section-type-two-columns.column-alignment-stretch .column-type-image img {
	visibility: hidden;
}

.section-type-two-columns .col img {
	border-radius: 5px;
	border: 1px solid #ebebeb;
}

.section-type-two-columns .column-type-video {
	position: relative;
}

.section-type-two-columns .column-type-video .wp-video {
	overflow: hidden;
	width: 100% !important;
	border-radius: 5px;
}

.section-type-two-columns .column-type-video iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border-radius: 5px;
}

.section-type-two-columns.column-alignment-stretch .column-type-image img,
.section-type-two-columns.column-alignment-stretch .column-type-video .wp-video,
.section-type-two-columns.column-alignment-stretch .column-type-video iframe {
	height: 100%;
	aspect-ratio: 100/1;
}

.section-type-two-columns.column-alignment-stretch .column-type-video .mejs-container,
.section-type-two-columns.column-alignment-stretch .column-type-video .wp-video-shortcode {
	object-fit: cover;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	min-height: 100%;
}

.section-type-two-columns .col.has-background {
	padding: 3em;
	background-color: #eee;
}

body.paint-effect .section-type-two-columns .col.has-background {
	position: relative;
	background-color: transparent;
}

body.paint-effect .section-type-two-columns .col.has-background:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.section-type-two-columns .col.background-dark_blue {
	background-color: #33448b;
	color: #fff;
}

body.paint-effect .section-type-two-columns .col.background-dark_blue:before {
	background-image: url(images/dark-purple-paint-background-1.svg);
}

.section-type-two-columns .col.background-teal {
	background-color: #3ab1c4;
	color: #fff;
}

body.paint-effect .section-type-two-columns .col.background-teal:before {
	background-image: url(images/light-purple-background-1.svg);
}

.section-type-two-columns.column-overlap .content {
	gap: 0;
}

.section-type-two-columns.column-overlap .column-type-text {
	position: relative;
	z-index: 1;
	width: 80%;
	margin: 4em 0;
	padding: 2em;
	border-radius: 50px;
	background: #33448b;
	color: #fff;
}

body.paint-effect .section-type-two-columns.column-overlap .column-type-text:before {
	content: '';
	position: absolute;
	left: -2em;
	top: -2em;
	width: calc(100% + 4em);
	height: calc(100% + 4em);
	background-image: url("images/dark-purple-paint-background-2.svg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.section-type-two-columns.column-overlap .column-type-text h1,
.section-type-two-columns.column-overlap .column-type-text h2,
.section-type-two-columns.column-overlap .column-type-text h3,
.section-type-two-columns.column-overlap .column-type-text h4,
.section-type-two-columns.column-overlap .column-type-text h5,
.section-type-two-columns.column-overlap .column-type-text h6 {
	color: inherit;
}

.section-type-two-columns.column-overlap .column-type-image,
.section-type-two-columns.column-overlap .column-type-video {
	width: 20%;
}

.section-type-two-columns.column-overlap .column-type-image img,
.section-type-two-columns.column-overlap .column-type-video .wp-video,
.section-type-two-columns.column-overlap .column-type-video iframe {
	max-width: inherit;
	width: 120%;
	visibility: visible;
	object-fit: cover;
}

.section-type-two-columns.column-overlap .column-type-image.left img,
.section-type-two-columns.column-overlap .column-type-video.left .wp-video,
.section-type-two-columns.column-overlap .column-type-video.left iframe {
	margin-right: -20%;
}

.section-type-two-columns.column-overlap .column-type-image.right img,
.section-type-two-columns.column-overlap .column-type-video.right .wp-video,
.section-type-two-columns.column-overlap .column-type-video.right iframe {
	margin-left: -20%;
}

.search #primary {
    padding:3em 0;
}

/*--------------------------------------------------------------
Page Section: Services
--------------------------------------------------------------*/

.page-section.section-type-services {
	position: relative;
	padding: 9em 0;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/multi-paint-background.svg);
	color: #ffffff;
}

.section-type-services:before {/* 	opacity: 0.85; */content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #33448b;
    z-index: 1;mix-blend-mode: multiply;pointer-events: none;}

.section-type-services .paint-border {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.paint-effect .section-type-services .paint-border {
	display: block;
}

.section-type-services .paint-border:before,
.section-type-services .paint-border:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	background-repeat: repeat-x;
}

.section-type-services .paint-border:before {
	top: -1px;
	background-position: top center;
	background-image: url('images/white-paint-border-top.svg');
}

.section-type-services .paint-border:after {
	bottom: -1px;
	background-position: bottom center;
	background-image: url('images/white-paint-border-bottom.svg');
}

.section-type-services .wrapper {
	position: relative;
	z-index: 3;
}

.section-type-services .section-title {
	display: table;
	margin: 0 auto 3em;
	text-align: center;
}

.section-type-services .section-title h2 {
	color: #ffffff;
}

.section-type-services .services {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 2em;
}

.section-type-services .service {
	width: 20%;
	text-align: center;
}

.section-type-services .image {
	overflow: hidden;
	position: relative;
	/* height: 0; */
	/* padding-bottom: 80%; */
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto 2.1em;
	border-radius: 5px;
}

.section-type-services .image img {
	display: block;
	left: 0;
	top: 0;
	object-fit: cover;
    aspect-ratio: 10/7;
}

.section-type-services h3.title {
	margin-bottom: 0.6em;
	text-transform: none;
	font-weight: 500;
	color: #ffffff;
}

.section-type-services .title:first-letter {
/* 	font-weight: 900; */
}

.section-type-services .content {
	line-height: 1.35;
}

.section-type-services .service .button {
	margin-top: 1em;
}

.section-type-services .button-container {
	display: table;
	margin: 3em auto 0;
}



/*--------------------------------------------------------------
Page Section: Classes
--------------------------------------------------------------*/

.section-type-classes {

}

.section-type-classes .classes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
	gap: 3em;
}

.section-type-classes .class {
	position: relative;
	padding: 1.5em 1em;
	background: #9e91b0;
	z-index: 3;
}

.section-type-classes .class:hover {
	text-decoration: none;
}

body.paint-effect .section-type-classes .class:before {
	content: '';
	position: absolute;
	left: -5%;
	top: -5%;
	width: 110%;
	height: 110%;
	background-image: url("images/light-purple-background-1.svg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.section-type-classes .supplies {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto -35px;
	z-index: 1;
}

.section-type-classes h3 {
	position: relative;
	z-index: 3;
	text-align: center;
	background: #ffffff;
	margin: 0 auto;
	padding: 0.75rem 1.5rem;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	transition: all 0.35s ease;
}

.section-type-classes .class:hover h3 {
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.section-type-classes .sub-title {
	display: block;
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 0.5rem;
}



/*--------------------------------------------------------------
Page Section: Policies
--------------------------------------------------------------*/

.section-type-policies .pol-intro {
	margin-bottom: 4em;
}

.section-type-policies.has-lion .pol-intro {
	min-height: 1em;
}

.section-type-text + .section-type-policies.page-section:not(.has-lion) {
	padding-top: 0;
}

.section-type-policies.page-section {
}

.section-type-policies.page-section:last-child {
	padding-bottom: 6em;
}

.section-type-policies .section-title {
    padding-left: 34px;
    margin-bottom:0;
}

.section-title:before {
    background-image: url(images/document-white.png);
    width: 25px;
    height: 25px;
}

.section-type-policies .policies {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(275px, 0.5fr));
	grid-gap: 2.5em 4em;
}

.section-type-policies .policy {
	position: relative;
	padding: 2.5em 3em;
	background: #33448b;
	color: #ffffff;
}

body.paint-effect .section-type-policies .policy {
	background: none;
}

body.paint-effect .section-type-policies .policy:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	background-image: url(images/dark-purple-paint-background-1.svg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.section-type-policies h3 {
	text-transform: none;
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: inherit;
	max-width: 90%;
	font-size:1em;
}

.section-type-policies .button {
	display: inline-block;
	margin-top: 1em;
	font-size:.8em;
}

.section-type-policies .footprints {
	position: absolute;
	z-index: -2;
	top: -120px;
	right: 175px;
	width: 300px;
	height: 150px;
}

.section-type-policies .footprint {
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(90deg);
	opacity: 0.3;
}

.section-type-policies .footprint-1 {
	top: 0;
	left: 0;
	right: auto;
	transform: rotate(230deg);
}

.section-type-policies .footprint-2 {
	top: -50px;
	left: 100px;
	right: auto;
	transform: rotate(260deg);
}

.section-type-policies .footprint-3 {
	top: 60px;
	left: 100px;
	right: auto;
	transform: rotate(230deg);
}

.section-type-policies .footprint-4 {
	top: 50px;
	left: 200px;
	right: auto;
	transform: rotate(250deg);
}

.section-type-policies .mascot {
	position: absolute;
	z-index: -2;
	width: 268px;
	height: 200px;
	right: 40px;
	top: -174px;
	transform: rotate(15deg);
	overflow: hidden;
}

.section-type-policies .mascot img {
	position: absolute;
	left: 0; top: 0;
	display: block;
	margin: 0;
	width: 268px;
	height: 298px;
}


/*--------------------------------------------------------------
Page Section: Links
--------------------------------------------------------------*/

.section-type-links {

}

.section-type-links a.link:hover {
	text-decoration: none;
}

.section-type-links .title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1em;
}
.section-type-links .title img {
	display: block;
	width: 64px; height: auto;
	margin: 0;
}

.section-type-links .title h3 {
	flex: 1;
	margin: 0;
}



/*--------------------------------------------------------------
Page Section: Team Members
--------------------------------------------------------------*/

.section-type-team {

}

.section-type-team .team {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(13em, 1fr));
	gap: 3em 2em;
	justify-items: center;
}

.section-type-team .team .member {
	width: 100%;
	max-width: 23em;
	color: inherit;
}

.section-type-team .team .member:hover {
	text-decoration: none;
}

.section-type-team .image {
	position: relative;
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 120%;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto 1em;
}

.section-type-team .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
}

.section-type-team .image .more-in-modal {
	position: absolute;
	right: 1em;
	bottom: 1em;
	z-index: 0;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}

.section-type-team .image .more-in-modal .plus {
	display: block;
	padding: 0.8em 1em;
	border-radius: 50px;
	background-color: #3ab1c4;
}

.section-type-team .image .more-in-modal .more {
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	z-index: -1;
	margin-top: -1em;
	margin-right: -1em;
	padding: 0.5em 2em 0.5em 1em;
	border-radius: 20px 0 0 20px;
	background-color: #3ab1c4;
	white-space: nowrap;
	font-size: 0.8em;
	-webkit-transform: translateX(2em);
	transform: translateX(2em);
	-webkit-transition: all 200ms;
	transition: all 200ms;
	pointer-events: none;
}

.section-type-team .member:hover .image .more-in-modal .more {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.section-type-team h3 {
	margin: 0.5em auto;
    text-transform: capitalize;
    font-size: 1em;
}

.section-type-team p.info {
	margin: 0.5rem auto;
}

.section-type-team p.position {
	margin: 0.5rem auto;
	font-size: .8em;
}

.section-type-team .content {
	margin-top: 1.5em;
}

.team-member-modal .image {
	float: left;
	width: 40%;
	margin-right: 2em;
	margin-bottom: 0.5em;
	border-radius: 5px;
}



/*--------------------------------------------------------------
Page Section: Vacancies
--------------------------------------------------------------*/

.section-type-vacancies .vacancies {
	margin-top: 1em;
}

.section-type-vacancies .wrapper {
    position:relative;
/*     z-index:-1; */
}

.section-type-vacancies .vacancy + .vacancy {
	margin-top: 3em;
	padding-top: 3em;
	border-top: solid 1px #ececec;
}

.section-type-vacancies p.location,
.section-type-vacancies p.closing {
	margin: 0.25rem 0;
}

.section-type-vacancies .content {
	margin-top: 1.5em;
}

.section-type-vacancies .files {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 1em 2em;
	flex-wrap: wrap;
	margin-top: 1.5em;
}

html .orange-vacancy-div-bg,
html span.orange-btn-hover,
html a.orange-btn-hover {
    background-color: #33448b !important;
    color: #ffffff !important;
}

html a.orange-link-wrapper .orange-vacancy-title {
    color: #33448b !important;
}

html a.orange-link-wrapper .orange-vacancy-icon {
    color: #33448b !important;
}

html .orange-vacancy-link {
    color: #33448b !important;
}

#mnt-vacancy-map-wrapper {
    position: relative;
    z-index: 0;
}


/*--------------------------------------------------------------
Page Section: Accordion
--------------------------------------------------------------*/

.sub-menu2 {
	margin-bottom: 2em;
	text-align: left;
}
.sub-menu2 .header {
	background-color: #754b89;
	padding: 8px;
	position: relative;
	text-align: inherit;
}
.sub-menu2 .header:hover {
	background: #33448b;
	cursor: pointer;
}

.select .header {
	background: #33448b;
}

.sub-menu2 h4 {
    color:#fff;
	line-height: 1em;
	padding:.5em;
	margin:0;
}
.answers ul {
	margin: 0;
	padding-left: 2%;
}
.answers {
	background-color: #F9F9F9;
	border: solid 2px rgba(128, 128, 128, 0.13);
	display: none;
	padding-top: 1%;
	padding-bottom: 1%;
	border-top: none;
	text-align: inherit;
	padding-left: 1%;
	padding-right: 1%;
}
.answers p:last-child .button {
	display: block;
	font-size: 1.3em;
}
.header:after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	right: 0.5em;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	background: url('images/icon-triangle.png') no-repeat center center;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 250ms;
	transition: all 250ms;
}
.sub-menu2 .header:hover:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sub-menu2.select .header:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


/*--------------------------------------------------------------
Page Section: Gallery
--------------------------------------------------------------*/

.section-type-gallery {

}

.section-type-gallery .gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(410px,1fr));
	gap: 2em;
}

.section-type-gallery .gallery[data-columns="4"] {
	grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
}

.section-type-gallery .gallery-item {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 120%;
}

.section-type-gallery .image {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-type-gallery .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
	pointer-events: none;
}

.section-type-gallery .title {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	height: auto;
	padding: 0.5em;
	background: #33448b;
	color: #ffffff;
	transition: all 0.35s ease;
}

.section-type-gallery .gallery-item:hover .title {
	padding-bottom: 2em;
}


/*--------------------------------------------------------------
Page Section: Logos
--------------------------------------------------------------*/

.section-type-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2em 4em;
}

.section-type-logos img {
	width: auto;
	max-height:200px;
}


/*--------------------------------------------------------------
Page Section: Latest News
--------------------------------------------------------------*/

.posts-carousel-section .wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
	flex-direction:row-reverse;
	gap: 4em;

}

.posts-carousel-section .left {
	width: 50%;
}

#news-posts {
	padding-bottom: 80px;
}

#news-posts .slick-arrow {
	position: absolute;
	left: 0; bottom: 0;
	font-size: 0px;
	width: 38px;
	height: 38px;
	background-size: 24px 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #33448b;
	border-radius: 0px;
}

#news-posts .slick-arrow.slick-disabled {
	background-color: #636363;
}

#news-posts .slick-arrow:hover {
	background-color: #754b89;
}

#news-posts .slick-prev {
	background-image: url("images/slick-prev.png");
}

#news-posts .slick-next {
	left: 52px;
	background-image: url("images/slick-next.png");
}

.posts-carousel-section header {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	gap: 2em;
	margin-bottom: 2em;
}

.posts-carousel-section header h3 {
	text-transform: none;
	margin-bottom: 0;
	font-weight: 500;
}

.posts-carousel-section .date {
	display: table;
	white-space: nowrap;
	font-size: 0.9em;
	color: #a1a4a4;
}

.posts-carousel-section .left .post-image {
	display: none;
}

.posts-carousel-section .button {
	margin-top: 2em;
}

.posts-carousel-section .right {
	position: relative;

}

#news-images {
	border-radius: 5px;
}

#news-images,
#news-images .slick-list,
#news-images .slick-track {
	height: 100%;
	min-height: 18em;
}

.posts-carousel-section .image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 12px;
}

.posts-carousel-section .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
	pointer-events: none;
}

.posts-carousel-section .right {
	/* flex-basis:40%; */
	/* max-width:40%; */
	width: calc(50% - 4em);
}

.posts-carousel-section .feed .right {
	width: auto;
}

body.paint-effect .posts-carousel-section .right {
	position: relative;
	z-index: 1;
}

body.paint-effect .posts-carousel-section .right:before {
	content: '';
	position: absolute;
	right: -70px;
	bottom: -37px;
	width: 220px;
	height: 220px;
	background-image: url("images/light-purple-paint-mark-3.svg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.posts-carousel-section div.footprints {
	position: absolute;
	top: 0; right: 0;
	width: 200px; height: 200px;
	z-index: -1;
}

.posts-carousel-section div.footprints img {
	display: block;
	width: 40px;
	height: auto;
	margin: 0;
	opacity: 0.3;
}

.posts-carousel-section .footprint-1 {
	position: absolute;
	right: -30px;
	top: -20px;
	transform: rotate(-20deg);
}

.posts-carousel-section .footprint-2 {
	position: absolute;
	right: -70px;
	top: 70px;
	transform: rotate(-38deg);
}

.posts-carousel-section .footprint-3 {
	position: absolute;
	right: -160px;
	top: 10px;
	transform: rotate(-38deg);
}

.posts-carousel-section .footprint-4 {
	position: absolute;
	right: -110px;
	top: -70px;
	transform: rotate(-38deg);
}

.posts-carousel-section div.mascot {
	content: '';
	position: absolute;
	left: -100px; bottom: 1em;
	width: 100px; height: auto;
}

.posts-carousel-section .mascot img {
	display: block;
	width: 100%; height: auto;
	margin: 0;
}


/*--------------------------------------------------------------
Page Section: News Feed
--------------------------------------------------------------*/

.posts-carousel-section-feed {
	position: relative;
	display: block;
}

.posts-carousel-section-feed + .posts-carousel-section-feed:before {
	content: '';
	position: absolute;
	left: 50%; top: 0;
	transform: translateX(-50%);
	width: 90%;
	max-width: 960px;
	height: 1px;
	background: #ececec;
}

.posts-carousel-section-feed .feed-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3em;
	margin-bottom: 3rem;
}

.posts-carousel-section-feed .feed-header h2 {
	font-size: 2.5em;
	margin: 0;
}

.posts-carousel-section-feed .feed-header .button {
	white-space: nowrap;
}

.news-article {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 2em 4em;
}

.news-article + .news-article {
	margin-top: 4em;
}

.news-article .left {
	flex: 1;
}

.posts-carousel-section-feed .image {
	position: relative;
	display: block;
	width: 250px;
	height: 0px;
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.posts-carousel-section-feed .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
	pointer-events: none;
}

.posts-carousel-section-feed header {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	gap: 2em;
	margin-bottom: 2em;
}

.posts-carousel-section-feed header h3 {
	text-transform: none;
	margin-bottom: 0;
	font-weight: 600;
}

.posts-carousel-section-feed .date {
	display: table;
	white-space: nowrap;
	font-size: 0.9em;
	color: #a1a4a4;
}

.section-type-news-feed .image img {
	display: block;
	position: relative;
}

.news-article .button {
	margin-top: 1.5em;
}



.pagination {
	display: block;
	text-align: center;
	margin: 1em auto 4em;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 0.5em 1em;
}

.pagination a.page-numbers {
	background-color: #33448b;
	color: #ffffff;
}
.pagination a.page-numbers:hover {
	text-decoration: none;
	opacity: 0.8;
}

.pagination .page-numbers.current {
	background-color: #7d7d7d;
	color: #ffffff;
}



/*--------------------------------------------------------------
Page Section: Upcoming Events
--------------------------------------------------------------*/

.section-type-events {
	overflow: hidden;
}

.section-type-events h2 {
    color:#fff;
}

.section-type-events .wrapper {
	position: relative;
	padding-right: 12em;
	z-index: 1;
}

.section-type-events .wrapper:before {
	content: '';
	position: absolute;
	left: 4em;
	top: -2.5em;
	width: 200px;
	height: 80px;
	background-color: #9e91b0;
	z-index: -1;
}

body.paint-effect .section-type-events .wrapper:before {
	background: none;
	background-image: url("images/light-purple-paint-mark-1.svg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.section-type-events .wrapper:after {
	content: '';
	position: absolute;
	right: 18em;
	bottom: -3em;
	width: 240px;
	height: 80px;
	background-color: #9e91b0;
	z-index: -1;
}

body.paint-effect .section-type-events .wrapper:after {
	background: none;
	background-image: url("images/light-purple-paint-mark-1.svg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.section-type-events .background {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	padding: 3em 0;
}

.section-type-events .content {
	display: block;
	width: 35em;
	padding: 2em;
	background-color: #33448b;
	color: #ffffff;
	transform: translateX(12em);
}

.section-type-events .section-title h2 {
	color: #ffffff;
}



.section-type-events .events a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2em;
	width: 100%;
	border-bottom: solid 2px #ffffff;
	font-weight: 500;
	padding: 0.5em 0;
	margin-bottom: 0.5em;
	color:#fff;
}

.section-type-events .events a:hover {
	text-decoration: none;
}

.section-type-events .events a .title {
	min-width: 50%;
}

.section-type-events .events a .date {
	text-align: right;
}

.section-type-events .content .button {
	display: table;
	margin: 2em 0 0 auto;
}

body.paint-effect .section-type-events .background {
	padding: 5em 0;
}

body.paint-effect .section-type-events .content {
	position: relative;
	padding: 3em;
	z-index: 1;
	background-color: transparent;
}

body.paint-effect .section-type-events .content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* padding: 40px 60px; */
	box-sizing: content-box;
	background-image: url(images/dark-purple-paint-background-1.svg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}



/*--------------------------------------------------------------
Page Section: Events Calendar
--------------------------------------------------------------*/


#em-wrapper {
    margin: 2em 0;
}

.em-view-container[data-view="list"] {
	display: none;
}

.em.em-calendar .em-cal-head{
    background-color: #402b61;
}

.em.em-calendar .em-cal-head>div {
    color:#fff;
}

.em.pixelbones th:first-child {
	padding-left: 15px !important;
}

.em.pixelbones th:last-child {
	padding-right: 15px !important;
}

.em.pixelbones .input input.select-toggle, .em.pixelbones .input select:not([multiple]), .em.pixelbones.input input.select-toggle, .em.pixelbones.input select:not([multiple]) {
        background-size: 15px 15px!important;
}

.flatpickr-monthSelect-month.endRange, .flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-month.startRange {
    background-color: #402b61;
}


.em.em-calendar .em-cal-body.event-style-pill .em-cal-event>div {
    color:#fff;
    background-color: #f36322;
    border: 1px solid #f36322;
}

.em.pixelbones .button.input, .em.pixelbones .input .button, .em.pixelbones .input button, .em.pixelbones .input input[type=button], .em.pixelbones .input input[type=reset], .em.pixelbones .input input[type=submit], .em.pixelbones button.input, .em.pixelbones input[type=button].input, .em.pixelbones input[type=reset].input, .em.pixelbones input[type=submit].input, .em.pixelbones.input .button, .em.pixelbones.input button, .em.pixelbones.input input[type=button], .em.pixelbones.input input[type=reset], .em.pixelbones.input input[type=submit] {
    background-color: #402b61!important;
    color:#fff!important;
}

.em.pixelbones .button.input:focus, .em.pixelbones .input .button:hover, .em.pixelbones .input button:hover, .em.pixelbones .input input[type=button]:hover, .em.pixelbones .input input[type=reset]:hover, .em.pixelbones .input input[type=submit]:hover, .em.pixelbones button.input:focus, .em.pixelbones input[type=button].input:focus, .em.pixelbones input[type=reset].input:focus, .em.pixelbones input[type=submit].input:focus, .em.pixelbones.input .button:hover, .em.pixelbones.input button:hover, .em.pixelbones.input input[type=button]:hover, .em.pixelbones.input input[type=reset]:hover, .em.pixelbones.input input[type=submit]:hover {
    color:#fff!important;
    opacity:.8;
}

.em-event-location {
    color:#000;
}

/*--------------------------------------------------------------
Page Section: Single Event
--------------------------------------------------------------*/

.em .em-location-map-container {
    width: 100%!important;
    min-height: 500px;
}


/*--------------------------------------------------------------
Page Section: Contact Us
--------------------------------------------------------------*/

.page-section.section-type-contact {
	margin-bottom: 0;
}

.section-type-contact .wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 4em;
}

.section-type-contact .left {
	flex: 1;
}

.section-type-contact .contact-info {
	margin-top: 2em;
}

.section-type-contact .info {
	position: relative;
	display: block;
	font-size: 1.125em;
	margin: 0 auto 1.5rem;
	padding-left: 36px;
}

.section-type-contact .info:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 100%;
	background-image: url(images/Phone-Icon.svg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

.section-type-contact .info.phone:before {
	background-image: url(images/Phone-Icon.svg);
}

.section-type-contact .info.email:before {
	background-image: url(images/Email-Icon.svg);
}

.section-type-contact .info.address:before {
	width: 26px;
	background-image: url(images/Pin-Icon.svg);
}

.section-type-contact .info:last-child {
	margin-bottom: 0;
}

.section-type-contact .right {
	position: relative;
	width: 60%;
	padding: 2em;
	background: #33448b;
	color: #ffffff;
}

body.paint-effect .section-type-contact .right {
	padding:5em;
	background: none;
}

body.paint-effect .section-type-contact .right:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: content-box;
	background-image: url(images/dark-purple-paint-background-1.svg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

body.paint-effect .section-type-contact .right h3 {
	color: #ffffff;
}

.section-type-contact .wpcf7 .row {
	display: block;
	margin-bottom: 1em;
}

.section-type-contact .wpcf7 .row-submit {
	margin-bottom: 0;
}

.section-type-contact .wpcf7 label {
	display: block;
	margin-bottom: 4px;
}

.section-type-contact .wpcf7 input,
.section-type-contact .wpcf7 textarea {
	display: block;
	width: 100%;
	border: none;
	border-radius: 3px;
	padding: 0.5em;
	background-color: #ffffff;
	color: #333333;
}

.section-type-contact .wpcf7 textarea {
	display: block;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 150px;
	min-height: 150px;
	max-height: 350px;
}

.section-type-contact .wpcf7 input:active,
.section-type-contact .wpcf7 input:focus,
.section-type-contact .wpcf7 textarea:active,
.section-type-contact .wpcf7 textarea:focus {
	border: none;
	outline: 0;
}

.section-type-contact .wpcf7 .row-submit button {
	display: table;
	margin: 0 0 0 auto;
}

.wpcf7-not-valid-tip {
	margin-top: 0.3em;
	color: inherit;
	font-size: 0.9em;
}

.wpcf7 form .wpcf7-response-output {
	margin-top: 2em;
	padding: 1em 1.5em;
	border: 1px solid;
	border-color: inherit !important;
	border-radius: 6px;
}



.section-type-contact .acf-map {
	margin-top: 4em;
}

.section-type-contact .acf-map .custom-icon {
	width: 64px;
	height: 64px;
	display: table;
	margin: 0 auto;
	position: relative;
}

.section-type-contact .acf-map .custom-icon img {
	max-width: 64px;
	max-height: 64px;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.section-type-contact .acf-map .gm-style .gm-style-iw-c {
	padding: 15px !important;
	border-radius: 50% !important;
	margin-top: 2px !important;
}

.section-type-contact .acf-map .gm-style .gm-style-iw-d {
	overflow: hidden;
}

.section-type-contact .acf-map .gm-style .gm-style-iw-d::-webkit-scrollbar {
	width: 0px !important;
	height: 0px !important;
}

.section-type-contact .acf-map .gm-style .gm-style-iw-t {
	bottom: 15px !important;
}

.section-type-contact .acf-map .gm-style .gm-style-iw-c button[title="Close"] {
	display: none !important;
}

.section-type-contact .acf-map .gm-style-iw-chr {
    display:none;
}

/*--------------------------------------------------------------
Map
--------------------------------------------------------------*/

.acf-map {
	display: block;
	width: 100%;
	height: 450px;
}

/*--------------------------------------------------------------
Page Section: Search Results
--------------------------------------------------------------*/

.section-type-search-results .feed {
	display: grid;
	gap: 2em;
	grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
}

.section-type-search-results .search-result {
	position: relative;
	border-radius: 3px;
	background-color: #33448b;
	text-align: center;
	color: #fff;
}

.section-type-search-results .search-result .background {
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.section-type-search-results .search-result .background img {
	display: none;
}

.section-type-search-results .search-result .inner {
	display: block;
	position: relative;
	padding: 12% 2em;
}

.section-type-search-results .search-result .inner:hover {
	text-decoration: none;
}

.section-type-search-results .search-result h3 {
	color: #fff;
}

/*--------------------------------------------------------------
Events
--------------------------------------------------------------*/
.em.pixelbones a {
    color:#754b89!important;
}

/*--------------------------------------------------------------
Single Post
--------------------------------------------------------------*/

body.single-post .post-navigation {
	margin-top: 4em;
}


/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}

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


/* Popup Modal
--------------------------------------------- */
.popup-modal {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup-modal-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}

.popup-modal-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 40em;
	background-color: #fff;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.popup-modal button {
	border: none;
	background-color: #bd9e5e;
}

.popup-modal-box .close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.2em 0.4em;
	background-color: transparent;
	line-height: 1;
	color: inherit;
	font-size: 2em;
}

.popup-modal-content {
	overflow-y: auto;
	max-height: 90vh;
	padding: 3em;
}

.popup-modal[data-modal="subscribe"] .popup-modal-background {
	opacity: 1;
	background-position: center;
	background-size: cover;
}

.popup-modal[data-modal="subscribe"] .popup-modal-background:after {
	opacity: 0.5;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
}

.popup-modal[data-modal="subscribe"] .popup-modal-box {
	border: 9px solid rgba(0,0,0,0.08);
	background-position: center;
	background-size: cover;
	color: #000;
}

.popup-modal[data-modal="subscribe"] .popup-modal-content {
	padding: 6em 4em;
}

.popup-modal[data-modal="subscribe"] h2 {
	font-size: 2em;
	font-weight: bold;
}

.popup-modal[data-modal="subscribe"] h3 {
	font-size: 1.55em;
	font-weight: bold;
}





/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-footer {
	overflow: hidden;
	color: #ffffff;
	border-top: 3px solid #754493;
}

.site-footer a {
	color: inherit;
}

.site-footer a,
.site-footer p,
.site-footer address,
.site-footer li {
	font-size: 14px;
}

.site-footer h4 {
    margin:1.5em 0;
	position: relative;
	color: #ffffff;
}

.site-footer h4:after {
	content: '';
	position: absolute;
	left: 0; bottom: -8px;
	width: 52px; height: 2px;
	background-color: #ffffff;
}

.site-footer .top {
	position: relative;
	background-color: #2e4390;
	padding: 4em 0;
}

.site-footer .top .wrapper {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 4em;
	z-index: 3;
}

.footer-col .has-icon {
	position: relative;
	display: block;
	padding-left: 32px;
	margin-bottom: 2em;
}

.footer-col .has-icon:before {
	content: '';
	position: absolute;
	left: 0; top: 3px;
	width: 18px; height: 100%;
	background-image: url(images/phone-white.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

.footer-col .email.has-icon:before {
	background-image: url(images/email-white.png);
}

.footer-col .address.has-icon:before {
	background-image: url(images/address-white.png);
}

.footer-col .web.has-icon:before {
	background-image: url(images/Link.svg);
}


.footer-col .content > address {
	float: right;
	margin-left: 2em;
	font-style: normal;
}

.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	column-count: 2;
	column-gap: 6em;
}

.footer-links ul li {
	margin: 0 0 1em;
}

.footer-links ul li:before {
	content: '\00BB';
	color: #ffffff;
	display: inline-block;
	transform: translateY(-1px);
	margin-right: 8px;
}

.footer-links .social {
	margin-top:25px;
}

.footer-links .social a {
	display: block;
	margin-bottom: 1em;
}

.footer-links .social a:last-child {
	margin-bottom: 0;
}

.footer-links .social img {
	margin-right:5px;
	width:40px;
	vertical-align: middle;
}

.site-footer .bottom {
	position: relative;
	padding: 1em 0;
	background-color: #754493;
	z-index: 5;
	line-height:1em;
}

.site-footer .bottom .wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 1em;
}

.site-footer .bottom,
.site-footer .bottom a {
	font-size: 12px;
	color: #ececec;
}

/*--------------------------------------------------------------
Cookie Box
--------------------------------------------------------------*/

/* Cookie Consent
----------------------------------------------- */

html.show--consent {
	margin-bottom: 14em;
}

body {
	--cc-bg: #fff;
	--cc-text: #222;
	--cc-btn-primary-bg: #33448b;
	--cc-btn-primary-text: var(--cc-bg);
	--cc-btn-primary-hover-bg: #ab98c1;
	--cc-btn-secondary-bg: #eceef5;
	--cc-btn-secondary-text: var(--cc-text);
	--cc-btn-secondary-hover-bg: #e1e3e7;
	--cc-toggle-bg-on: var(--cc-btn-primary-bg);
	--cc-block-text: var(--cc-text);
	--cc-overlay-bg: rgba(0, 0, 0, 0.82);
}

.grecaptcha-badge {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}


/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1500px) {
	
	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	.site-header .left {
	flex: 1 1;
	}

	.site-header .right {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		gap: 2em;
		padding: 0;
	}


	/*--------------------------------------------------------------
	Navigation
	--------------------------------------------------------------*/

	.menu-toggle {
		display: block;
	}

	.menu-menu-1-container {
		position: fixed;
		left: 0;
		top: 0;
		width: 250px;
		height: 100vh;
		z-index: 100;
		pointer-events: none;
	}

	.main-navigation.toggled .menu-menu-1-container {
		pointer-events: all;
	}

	.main-navigation ul {
		display: block;
		position: relative;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translateX(-251px);
		background-color: rgba(166, 148, 190, 0.95);
		-webkit-transition: transform 0.4s ease-out;
		-o-transition: transform 0.4s ease-out;
		transition: transform 0.4s ease-out;
		padding: 2em 1em 1em 1em;
	}

	.main-navigation.toggled ul {
		transform: translateX(0);
	}

	.main-navigation li {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 0.5em;
	}

	.main-navigation a {
		padding: 1em;
		transition: all 0.35s ease;
		color:#fff;
		text-align: inherit;
	}

	.main-navigation a:after {
		display: none;
	}

	.main-navigation li:hover > a {
		background-color: rgba(255, 255, 255, 0.25);
	}

	.main-navigation ul ul {
		position: static;
		box-shadow: none;
	}

	.main-navigation ul ul a {
		width: auto;
		white-space: normal;
	}
}


@media screen and (max-width: 1400px) {

	/*--------------------------------------------------------------
	Page Section: Text and Image
	--------------------------------------------------------------*/

	.section-type-text-image .footprint {
		right: 120px;
		bottom: 10px;
		transform: rotate(85deg);
	}

	.section-type-text-image .footprint-2 {
		right: -40px;
		bottom: 5px;
		transform: rotate(50deg);
	}

	.section-type-text-image .footprint-3 {
		right: 40px;
		bottom: -20px;
		transform: rotate(50deg);
	}

}/* 1400px */


@media screen and (max-width: 1300px) {

    .section-type-contact .right {
    	width: 40%;
    }
    
    body.paint-effect .section-type-contact .right {
        padding:3em;
    }
    
}/* 1300px */

@media screen and (max-width: 1250px) {

	/*--------------------------------------------------------------
	Page Section:Logos
	--------------------------------------------------------------*/
	
    .section-type-logos {
    	flex-wrap:wrap;
    }
    
    .section-type-logos img {
    	width: auto;
        height: 100px;
    }

}/* 1250px */


@media screen and (max-width: 1160px) {

    .site-footer .top .wrapper {
        flex-wrap:wrap;
        justify-content: flex-start;
        background-size: 50%;
    }


}/* 1160px */

@media screen and (max-width: 1080px) {



	/*--------------------------------------------------------------
	Banner Slides
	--------------------------------------------------------------*/

	.banner-slides .wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8em 0;
		min-height: 550px;
	}


	/*--------------------------------------------------------------
	Page Section: Text and Image
	--------------------------------------------------------------*/

	.section-type-text-image div.mascot {
		right: -140px;
	}

	body.paint-effect .section-type-text-image.overlap .content {
		padding-right: 7em;
	}



	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	.footer-links ul {
		column-gap: 4em;
	}




}/* 1080px */



@media screen and (max-width: 1009px) {
	.em.em-calendar.size-medium .em-cal-body .em-cal-day,
	.em.em-calendar.size-small .em-cal-body .em-cal-day {
		display: block;
		padding: 10px;
		text-align: right;
	}

	.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-event,
	.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-event {
		display: block;
	}
}



@media screen and (max-width: 960px) {

	/*--------------------------------------------------------------
	Page Section: Banner
	--------------------------------------------------------------*/

	.banner-slides .slide {
		/* margin-bottom: 0; */
		/* padding: 0; */
	}

	
    .home .banner-slides .content {
	    max-width:50%;
	}


	/*--------------------------------------------------------------
	Page Section: Text and Image
	--------------------------------------------------------------*/

	.section-type-text-image .wrapper {
		gap: 4em 0;
	}

	.section-type-text-image .image {
		width: auto;
		max-width: 45%;
		height: auto;
	}

	.section-type-text-image .background {
		width: 130%;
	}

	.section-type-text-image .text {
		width: 100%;
	}

	.section-type-text-image.overlap .text {
		padding: 4em 0;
	}

	body.paint-effect .section-type-text-image.overlap .content {
		padding: 1em;
	}

	body.paint-effect .section-type-text-image.overlap .content:before {
		left: -40px;
	}

	.section-type-text-image.overlap .text:before {
		bottom: 1em;
	}

	.section-type-text-image .text:before {
		bottom: -4em;
	}

	.section-type-text-image div.mascot {
		top: -60px;
		right: -80px;
		bottom: auto;
		z-index: -1;
	}

	.section-type-text-image .footprint {
		right: 120px;
		bottom: 60px;
		transform: rotate(85deg);
	}

	.section-type-text-image .footprint-2 {
		right: -20px;
		bottom: 35px;
		transform: rotate(50deg);
	}

	.section-type-text-image .footprint-3 {
		right: 60px;
		bottom: 30px;
		transform: rotate(50deg);
	}


	/*--------------------------------------------------------------
	Page Section: Services
	--------------------------------------------------------------*/

	.section-type-services .services {
		justify-content: center;
		flex-wrap: wrap;
		gap: 3em;
	}

	.section-type-services .service {
		width: calc(50% - 2em);
	}

	.section-type-services .image {
		/* padding-bottom: 70%; */
	}

	.section-type-services .button-container {
		margin-top: 4em;
	}


	/*--------------------------------------------------------------
	Page Section: Single Event
	--------------------------------------------------------------*/

	.section-type-event-nav .content {
		padding: 2em;
	}

	body.paint-effect .section-type-event-nav .content {
		width: 90%;
		margin: 0 auto;
	}


	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	.site-footer .top .wrapper {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 3em 8em;
	}


}/* 960px */



@media screen and (max-width: 900px) {
	
	.site-header .top {
		/* display:none; */
}


	/*--------------------------------------------------------------
	Page Sections
	--------------------------------------------------------------*/

	.page-section {
		margin: 4em auto;
	}

	.section-type-text + .section-type-text {
		margin-top: -2em;
	}



	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/



	/*--------------------------------------------------------------
	Page Section: Two Text Columns
	--------------------------------------------------------------*/

	.section-type-two-columns .content {
		gap: 3em;
	}


	/*--------------------------------------------------------------
	Page Section: Services
	--------------------------------------------------------------*/

	.page-section.section-type-services {
		padding: 6em 0;
	}


	/*--------------------------------------------------------------
	Page Section: Policies
	--------------------------------------------------------------*/

	.section-type-policies.page-section.has-lion {
		padding-top: 3em;
	}

	.section-type-policies.page-section.has-lion:first-child {
		padding-top: 3em;
	}

	.section-type-policies.page-section:last-child {
		padding-bottom: 1em;
	}

	.section-type-policies .policies {
		display: block;
	}

	.section-type-policies .policy {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 3em;
	}

	body.paint-effect .section-type-policies .policy {
		padding: 3em 4em;
		margin-bottom: 2em;
	}

	.section-type-policies .policy:last-child,
	body.paint-effect .section-type-policies .policy:last-child {
		margin-bottom: 0;
	}

	body.paint-effect .section-type-policies .policy:before {

	}

	.section-type-policies .pol-intro:empty {
		display: none;
	}

	.section-type-policies .footprints,
	.section-type-policies .mascot {
		display: none;
	}

	/*--------------------------------------------------------------
	Page Section: Upcoming Events
	--------------------------------------------------------------*/

	.section-type-events .wrapper {
		padding: 0 0 12em 0;
	}

	.section-type-events .wrapper:after {
		display: none;
	}

	.section-type-events .background {
		display: block;
	}

	.section-type-events .content {
		width: 100%;
		max-width: 35em;
		margin: 0 auto;
		transform: translateY(14em);
	}



	/*--------------------------------------------------------------
	Page Section: Contact Us
	--------------------------------------------------------------*/

	.section-type-contact .wrapper {
		display: block;
	}

	.section-type-contact .left {
		margin-bottom: 4em;
	}

	.section-type-contact .right {
		width: 100%;
	}
	
    body.paint-effect .section-type-contact .right {
        padding:5em;
    }



}/* 900px */



@media screen and (max-width: 820px) {

	.footer-contact .content > *,
	.footer-contact .content > address {
		float: none;
		margin-left: 0;
	}

}/* 820px */



@media screen and (max-width: 800px) {

	/*--------------------------------------------------------------
	Events
	--------------------------------------------------------------*/

	.em-view-container[data-view="calendar"] {
		display: none;
	}

	.em-view-container[data-view="list"] {
		display: block;
	}

}/* 800px */


@media screen and (max-width: 885px) {
    
    .top-bar .wrapper {
        flex-wrap:wrap;
    }
    
    .mobile-hide {
        display: none;
    }
    
    .mobile-show {
        display:block;
    }
    
     .mobile-show .wrapper {
        justify-content: space-evenly!important;
    }
    
    .mobile-show form input {
        width:80px;
  
    }
    
    .mobile-show .header-button .button {
        display:block;
        margin-top:2px;
    }
    
    .tb-right {
        background-color: #1b93a7;
        width: 100%;
        padding:5px 0;
    }  
    
    .tb-right .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .site-header form input:active,
    .site-header form input:focus {
        width:60px;
    }

	/*--------------------------------------------------------------
	Other
	--------------------------------------------------------------*/

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

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: none;
		text-align: left;
		width: 100%;
	}


	/*--------------------------------------------------------------
	Page Section: Text
	--------------------------------------------------------------*/

	.section-type-text .post-image {
		float: none;
		margin: 0 auto 1.5em 0;
	}

	.section-type-text .post-image img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 420px;
	}



	/*--------------------------------------------------------------
	Page Section: Two Text Columns
	--------------------------------------------------------------*/

	.section-type-two-columns .content {
		flex-direction: column;
		gap: 0;
	}

	.section-type-two-columns .col {
		width: 100%;
	}

	.section-type-two-columns .left {
		margin-bottom: 3em;
	}

	.section-type-two-columns .left.has-background {
		margin-bottom: 4em;
	}

	.section-type-two-columns .right.has-background {
		margin-top: 4em;
	}

	.section-type-two-columns.column-alignment-stretch .column-type-image img,
	.section-type-two-columns.column-alignment-stretch .column-type-video .wp-video,
	.section-type-two-columns.column-alignment-stretch .column-type-video iframe {
		height: auto;
		aspect-ratio: auto;
	}

	.section-type-two-columns.column-alignment-stretch .column-type-video .mejs-container,
	.section-type-two-columns.column-alignment-stretch .column-type-video .wp-video-shortcode {
		max-width: inherit;
		min-width: inherit;
		max-height: inherit;
		min-height: inherit;
	}

	.section-type-two-columns.column-alignment-stretch .column-type-video iframe {
		aspect-ratio: 16/9;
	}

	.section-type-two-columns.column-overlap .column-type-text {
		width: auto;
	}
	
	.section-type-two-columns.column-overlap .column-type-image,
	.section-type-two-columns.column-overlap .column-type-video {
		order: -1;
		width: auto;
		margin-bottom: -6em;
	}
	
	.section-type-two-columns.column-overlap .column-type-image img,
	.section-type-two-columns.column-overlap .column-type-video .wp-video,
	.section-type-two-columns.column-overlap .column-type-video iframe {
		max-width: inherit;
		width: 100%;
		visibility: visible;
		object-fit: cover;
	}
	
	.section-type-two-columns.column-overlap .column-type-image.left img,
	.section-type-two-columns.column-overlap .column-type-video.left .wp-video,
	.section-type-two-columns.column-overlap .column-type-video.left iframe,
	.section-type-two-columns.column-overlap .column-type-image.right img,
	.section-type-two-columns.column-overlap .column-type-video.right .wp-video,
	.section-type-two-columns.column-overlap .column-type-video.right iframe {
		margin: auto;
	}


	/*--------------------------------------------------------------
	Page Section: Text and Image
	--------------------------------------------------------------*/

	.section-type-text-image .image:before {
		width: 80%;
		top: -4%;
	}

	.section-type-text-image div.mascot {
		padding-bottom: 80px;
	}

	.section-type-text-image .footprint {
		right: 150px;
		bottom: 20px;
	}

	.section-type-text-image .footprint-2 {
		right: -20px;
		bottom: 5px;
	}

	.section-type-text-image .footprint-3 {
		right: 75px;
		bottom: -10px;
	}



	/*--------------------------------------------------------------
	Page Section: Latest News
	--------------------------------------------------------------*/

	.posts-carousel-section .wrapper {
		display: block;
	}

	.posts-carousel-section .left {
		width: 100%;
	}

	.posts-carousel-section .left .post-image {
		position: relative;
		display: inline-block;
		float: right;
		margin: 0 0 0.5em 0.5em;
		padding: 0 1em 1em 0;
	}

	body.paint-effect .posts-carousel-section .left .post-image:before {
		content: '';
		position: absolute;
		right: -25px;
		bottom: -10px;
		width: 120px;
		height: 120px;
		background-image: url(images/light-purple-paint-mark-3.svg);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.posts-carousel-section .left .post-image img {
		max-width: 250px;
	}

	.posts-carousel-section div.footprints {
		display: none;
	}

	.posts-carousel-section .right {
		display: none;
	}



	/*--------------------------------------------------------------
	Page Section: News Feed
	--------------------------------------------------------------*/

	.posts-carousel-section-feed .feed-header {
		display: block;
	}

	.posts-carousel-section-feed .feed-header h2 {
		font-size: 2em;
		margin-bottom: 1.5rem;
	}


	.news-article {
		display: block;
	}

	.news-article .right {
		display: block;
		margin: 0 0 3em;
	}

	.posts-carousel-section-feed .image {
		width: auto;
		height: auto;
		padding: 0;
		background-image: none !important;
	}

	.posts-carousel-section-feed .image img {
		position: relative;
		width: auto;
		height: auto;
		opacity: 1;
		pointer-events: all;
		max-width: 420px;
		max-height: 320px;
	}


	/*--------------------------------------------------------------
	Page Section: Events Calendar
	--------------------------------------------------------------*/

	.section-type-calendar .section-title {
		margin-left: 0;
		text-align: left;
	}

	.section-type-calendar .calendar-container {
		display: none;
	}

	.section-type-calendar .list {
		display: block;
	}


	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	.site-footer .top .wrapper {
		display: block;
	}

	.site-footer .col {
		margin-bottom: 3em;
	}

	.site-footer .bottom .col {
		margin: 0;
	}


}/* 885px */





@media screen and (max-width: 768px) {
    
    .top-bar .wrapper {
        flex-wrap:wrap;
    }
    
    .mobile-hide {
        display: none;
    }
    
    .mobile-show {
        display:block;
    }
    
     .mobile-show .wrapper {
        justify-content: space-evenly!important;
    }
    
    .mobile-show form input {
        width:80px;
  
    }
    
    .mobile-show .header-button .button {
        display:block;
        margin-top:2px;
    }
    
    .tb-right {
        background-color: #1b93a7;
        width: 100%;
        padding:5px 0;
    }  
    
    .tb-right .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .site-header form input:active,
    .site-header form input:focus {
        width:60px;
    }

	/*--------------------------------------------------------------
	Other
	--------------------------------------------------------------*/

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

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: none;
		text-align: left;
		width: 100%;
	}


	/*--------------------------------------------------------------
	Page Section: Text
	--------------------------------------------------------------*/

	.section-type-text .post-image {
		float: none;
		margin: 0 auto 1.5em 0;
	}

	.section-type-text .post-image img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 420px;
	}



	/*--------------------------------------------------------------
	Page Section: Two Text Columns
	--------------------------------------------------------------*/

	.section-type-two-columns .content {
		flex-direction: column;
		gap: 0;
	}

	.section-type-two-columns .col {
		width: 100%;
	}

	.section-type-two-columns .left {
		margin-bottom: 3em;
	}

	.section-type-two-columns .left.has-background {
		margin-bottom: 4em;
	}

	.section-type-two-columns .right.has-background {
		margin-top: 4em;
	}

	.section-type-two-columns.column-alignment-stretch .column-type-image img,
	.section-type-two-columns.column-alignment-stretch .column-type-video .wp-video,
	.section-type-two-columns.column-alignment-stretch .column-type-video iframe {
		height: auto;
		aspect-ratio: auto;
	}

	.section-type-two-columns.column-alignment-stretch .column-type-video .mejs-container,
	.section-type-two-columns.column-alignment-stretch .column-type-video .wp-video-shortcode {
		max-width: inherit;
		min-width: inherit;
		max-height: inherit;
		min-height: inherit;
	}

	.section-type-two-columns.column-alignment-stretch .column-type-video iframe {
		aspect-ratio: 16/9;
	}

	.section-type-two-columns.column-overlap .column-type-text {
		width: auto;
	}
	
	.section-type-two-columns.column-overlap .column-type-image,
	.section-type-two-columns.column-overlap .column-type-video {
		order: -1;
		width: auto;
		margin-bottom: -6em;
	}
	
	.section-type-two-columns.column-overlap .column-type-image img,
	.section-type-two-columns.column-overlap .column-type-video .wp-video,
	.section-type-two-columns.column-overlap .column-type-video iframe {
		max-width: inherit;
		width: 100%;
		visibility: visible;
		object-fit: cover;
	}
	
	.section-type-two-columns.column-overlap .column-type-image.left img,
	.section-type-two-columns.column-overlap .column-type-video.left .wp-video,
	.section-type-two-columns.column-overlap .column-type-video.left iframe,
	.section-type-two-columns.column-overlap .column-type-image.right img,
	.section-type-two-columns.column-overlap .column-type-video.right .wp-video,
	.section-type-two-columns.column-overlap .column-type-video.right iframe {
		margin: auto;
	}


	/*--------------------------------------------------------------
	Page Section: Text and Image
	--------------------------------------------------------------*/

	.section-type-text-image .image:before {
		width: 80%;
		top: -4%;
	}

	.section-type-text-image div.mascot {
		padding-bottom: 80px;
	}

	.section-type-text-image .footprint {
		right: 150px;
		bottom: 20px;
	}

	.section-type-text-image .footprint-2 {
		right: -20px;
		bottom: 5px;
	}

	.section-type-text-image .footprint-3 {
		right: 75px;
		bottom: -10px;
	}



	/*--------------------------------------------------------------
	Page Section: Latest News
	--------------------------------------------------------------*/

	.posts-carousel-section .wrapper {
		display: block;
	}

	.posts-carousel-section .left {
		width: 100%;
	}

	.posts-carousel-section .left .post-image {
		position: relative;
		display: inline-block;
		float: right;
		margin: 0 0 0.5em 0.5em;
		padding: 0 1em 1em 0;
	}

	body.paint-effect .posts-carousel-section .left .post-image:before {
		content: '';
		position: absolute;
		right: -25px;
		bottom: -10px;
		width: 120px;
		height: 120px;
		background-image: url(images/light-purple-paint-mark-3.svg);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.posts-carousel-section .left .post-image img {
		max-width: 250px;
	}

	.posts-carousel-section div.footprints {
		display: none;
	}

	.posts-carousel-section .right {
		display: none;
	}



	/*--------------------------------------------------------------
	Page Section: News Feed
	--------------------------------------------------------------*/

	.posts-carousel-section-feed .feed-header {
		display: block;
	}

	.posts-carousel-section-feed .feed-header h2 {
		font-size: 2em;
		margin-bottom: 1.5rem;
	}


	.news-article {
		display: block;
	}

	.news-article .right {
		display: block;
		margin: 0 0 3em;
	}

	.posts-carousel-section-feed .image {
		width: auto;
		height: auto;
		padding: 0;
		background-image: none !important;
	}

	.posts-carousel-section-feed .image img {
		position: relative;
		width: auto;
		height: auto;
		opacity: 1;
		pointer-events: all;
		max-width: 420px;
		max-height: 320px;
	}


	/*--------------------------------------------------------------
	Page Section: Events Calendar
	--------------------------------------------------------------*/

	.section-type-calendar .section-title {
		margin-left: 0;
		text-align: left;
	}

	.section-type-calendar .calendar-container {
		display: none;
	}

	.section-type-calendar .list {
		display: block;
	}


	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	.site-footer .top .wrapper {
		display: block;
	}

	.site-footer .col {
		margin-bottom: 3em;
	}

	.site-footer .bottom .col {
		margin: 0;
	}


}/* 768px */





@media screen and (max-width: 600px) {

	/*--------------------------------------------------------------
	Page Section: Text and Image
	--------------------------------------------------------------*/

	.page-section.section-type-text-image {
		padding-bottom: 2em;
	}

	.section-type-text-image .wrapper {
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
	}

	.section-type-text-image.overlap .image {
		width: 90%;
		max-width: inherit;
		height: 360px;
	}

	.section-type-text-image.overlap .background {
		left: auto;
	}

	.section-type-text-image .image:before {
		top: -7%;
	}

	.section-type-text-image .background {
		width: 100%;
	}

	.section-type-text-image div.mascot {
		top: auto;
		right: -100px;
		bottom: -120px;
		z-index: 4;
		width: 45%;
	}

	.section-type-text-image img.footprint {
		display: none;
	}

	.section-type-text-image.overlap .text {
		flex: 1 0 auto;
		padding: 0;
	}

	body.paint-effect .section-type-text-image.overlap .content {
		padding-right: 23%;
	}
	
	body.paint-effect .section-type-text-image.overlap .content:before {
		left: -30px;
		width: 99%;
	}

	/*--------------------------------------------------------------
	Page Section: Latest News
	--------------------------------------------------------------*/

	.posts-carousel-section .left .post-image {
		display: none;
	}

	.alignleft,
	.alignright,
	.aligncenter,
	.alignnone {
		display: block;
		float: none;
		width: auto;
		margin: 0 auto 0.5em;
	}



}/* 600px */



@media screen and (max-width: 550px) {
    
	/*--------------------------------------------------------------
	Page Section: Banner
	--------------------------------------------------------------*/


	/*--------------------------------------------------------------
	Page Section: Services
	--------------------------------------------------------------*/

	.section-type-services .service {
		width: auto;
	}


	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	.site-footer .bottom .wrapper {
		flex-direction: column;
	}

}/* 550px */



@media screen and (max-width: 520px) {

	/*--------------------------------------------------------------
	Banner Slides
	--------------------------------------------------------------*/

	.banner-slides .wrapper {
		padding: 50% 0 3em;
		min-height: 500px;
		min-height: 350px;
	}

    .home .banner-slides .wrapper {
        padding: 8em 0;
        min-height: 550px;
    }
    
    .home .banner-slides .content {
        width:100%;
        max-width: 100%;
    }
    
	.banner-slides .content {
	    width:90%;
		padding: 1rem;
	}

	.banner-slides .caption .content {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	body.paint-effect .banner-slides .content:before {
		left: -25px;
        top: -25px;
        padding: 25px;
	}

	body.paint-effect .banner-slides .caption .content {
		padding: 0;
	}

	body.paint-effect .banner-slides .caption .content:before {
		left: -30px;
		top: -25px;
		padding: 20px;
	}

	.banner-slides ul.slick-dots {
		top: 210px;
		top: 1em;
		bottom: auto;
	}

	body.paint-effect .banner-slides .caption .content {
		position: absolute;
		padding: 0.5rem;
	}

	body.paint-effect .banner-slides .caption .content:before {
		left: -50px;
		padding: 30px;
		background-image: url("images/dark-purple-paint-background-1.svg");
	}

	/*--------------------------------------------------------------
	Page Section: Classes
	--------------------------------------------------------------*/

	.section-type-classes .classes {
		gap: 4em;
	}

}/* 520px */



@media screen and (max-width: 480px) {

	/*--------------------------------------------------------------
	General
	--------------------------------------------------------------*/

	.section-title {
		padding: 54px 0 0 0;
		text-align: center;
	}

	.section-title:before {
		left: 0;
		top: 0;
		width: 100%;
		height: 42px;
		background-position: center;
	}

	.news-article .right {
		display: block;
		margin: 0 auto 2em;
	}
	
	.section-type-policies .section-title {
	    padding-left:0;
	}
	
	body.paint-effect .section-type-policies .policy {
	    text-align:center;
	}
	
	.section-type-policies h3 {
        max-width:100%;
	}


	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

    .top-bar { 
        font-size:.8em;
    }
    
    .top-bar .wrapper {
        column-gap: 10px;
    }
    
    .top-bar .tel:before,
		.top-bar .email:before {
        width: 10px;
    }
    
    .top-bar .tel, .top-bar .email {
        padding-left: 14px;
    }

	.header .wrapper {
		gap: 0;
		justify-content: center;
	}

	.site-logo img {
		max-width: 140px;
	}
	
	.sec-logo img {
        max-width:80px;
	}

	/*--------------------------------------------------------------
	Page Section: Text and Image
	--------------------------------------------------------------*/

	.section-type-text-image .image:before {
		top: -7%;
	}

	.section-type-text-image .mascot {
		display: none;
	}

	body.paint-effect .section-type-text-image.overlap .content {
		padding: 1em;
	}


	/*--------------------------------------------------------------
	Page Section: News
	--------------------------------------------------------------*/

	.posts-carousel-section .left {
		text-align: center;
	}
	
	.posts-carousel-section header {
		display: block;
	}

	.posts-carousel-section .date {
		margin-top: 0.75em;
	}


	/*--------------------------------------------------------------
	Page Section: News Feed
	--------------------------------------------------------------*/

	.posts-carousel-section-feed header {
		display: block;
		margin-bottom: 1em;
	}

	.posts-carousel-section-feed .date {
		margin-top: 0.75em;
	}


	/*--------------------------------------------------------------
	Page Section: Single Event
	--------------------------------------------------------------*/

	.section-type-event-nav .content,
	body.paint-effect .section-type-event-nav .content {
		padding: 0;
	}


	/*--------------------------------------------------------------
	Page Section: Contact Us
	--------------------------------------------------------------*/

	.section-type-contact .section-title {
		text-align: left;
	}
	
	/*--------------------------------------------------------------
	Page Section: Logos
	--------------------------------------------------------------*/
	.section-type-logos img {
        height:70px;
    }

	
	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/
	 .site-footer .top .wrapper {
        background-size: 100%;
    }




}/* 480px */


@media screen and (max-width: 400px) {

	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	.footer-links ul {
		columns: 1;
	}

}/* 400px*/

@media screen and (max-width: 350px) {
    .top-bar .wrapper .tb-left{
        flex-wrap: wrap;
    }
}