/*!
Theme Name: CA 2021
Author: Thrive Creative Group, LLC
Author URI: https://thinkthrive.com/
Description: This is a custom theme designed and developed by Thrive Creative Group, LLC for Clarksville Academy, WordPress - v 5.8
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: ca2021
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Header
	- Navigation
	- Posts and pages
	- Homepage
	- Footer
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-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;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

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

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #808080;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: proxima-nova, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.garamond {
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-size: 21px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: proxima-nova, sans-serif;
	color: #231f20;
	/* clear: both; */
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
	font-family: 'Raleway', serif;
	text-transform: uppercase;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-top: 0;
	margin-bottom: 0;
}

.font-weight-normal {
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	/* margin: 0 1.5em; */
	margin: 0;
	font-family: proxima-nova, sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	color: #231f20;
}

blockquote p {
	margin-bottom: 0.5em;
}

blockquote cite {
	font-family: adobe-garamond-pro, serif;
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

figcaption {
	margin: -10px 0 0 !important;
	padding: 0.5em 1em;
	color: #FFF;
	background-color: #000000;
	text-align: right;
	font-style: italic;
}

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

/* Links
--------------------------------------------- */
a {
	color: #6b90c0;
	text-decoration: none;
	font-weight: 700;
	transition: color 0.3s;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #ffc426;
	/* text-decoration: underline; */
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.button,
.wp-block-button__link {
	display: inline-block;
	/* width: 225px; */
	padding: 0.75em 1.5em;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	background-color: #0054a4;
	border: 3px solid #0054a4;
	border-radius: 10px;
	text-decoration: none;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.ghost {
	color: #0054a4;
	background-color: transparent;
}

.button:hover,
.wp-block-button__link:hover {
	color: #FFF !important;
	background-color: #ffc426 !important;
	border-color: #ffc426;
}

.ghost:hover {
	color: #ffc426 !important;
	background-color: transparent !important;
	border-color: #ffc426;
}

.search-button {
	width: 36px;
	height: 36px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
    padding: 0.75em 1.5em;
    font-weight: 700;
    color: #FFF;
    background-color: #0054a4;
    border: 3px solid #0054a4;
    border-radius: 10px;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #FFF !important;
	background-color: #ffc426 !important;
	border-color: #ffc426;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #ffc426;
}

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: #231f20;
	border: 3px solid #0054a4;
	border-radius: 10px;
	padding: 0.75em 1.5em;
}

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: #98a1aa;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
.site {
	position: relative;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 15px 0;
	/* background-color: transparent; */
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.site-header-fixed {
	position: fixed !important;
	background: #FFF !important;
	background-color: #FFF;
	box-shadow: 0 3px 3px rgb(0 0 0 / 20%) !important;
}

.site-header-fixed .cta .button.ghost {
	color: #0054a4;
	border-color: #0054a4;
}

.site-header .search-container {
	width: 100%;
	max-height: 0;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(107, 144, 192, 0.95);
	transition: max-height 0.3s, opacity 0.3s;
}

.show-search-container {
	max-height: 150px !important;
	opacity: 1 !important;
}

.site-header .search-container .close-x {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 999;
	color: #FFF;
	font-size: 30px;
	cursor: pointer;
}

.site-header > .page-wrap {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.custom-logo-link {
	width: 360px;
	height: 85px;
}

.logo-bg {
	background-image: url(images/ca-new-brand-horizontal.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.custom-logo-link img {
	max-width: 360px;
}

.display-none {
	display: none;
}

.cta-container {
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.cta-container .social {
	width: 180px;
	margin-right: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.cta-container .cta .button {
	width: 125px;
}

.cta-container .cta .button.ghost {
	margin-right: 15px;
}

.cta .button.ghost {
	color: #FFF;
	border-color: #FFF;
}

.cta .button.ghost:hover {
	color: #ffc426;
	border-color: #ffc426;
}

.cta-container .cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cta-container .cta .search-button {
	margin-left: 15px;
}

.icon-link {
	width: 25px;
	height: 25px;
}

.facebook-icon {
	background-image: url('images/facebook-icon-black.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.instagram-icon {
	background-image: url('images/instagram-icon-black.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.twitter-icon {
	background-image: url('images/twitter-icon-black.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.linkedin-icon {
	background-image: url('images/linkedin-icon-black.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

@media screen and (max-width: 1024px) {
	.site-header {
		padding-top: 0;
		padding-bottom: 0;
	}

	.site-header > .page-wrap {
		position: relative;
		align-items: center;
	}

	/* .site-header > .page-wrap .site-branding {
		order: 2;
		display: flex;
		justify-content: center;
	} */

	.cta-container {
		margin-bottom: 0;
	}

	.site-header .site-branding,
	.site-header .cta-container {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.custom-logo-link img {
		max-width: 200px;
	}

	.site-header > .page-wrap .social-cta {
		order: 1;
		width: 100%;
	}

	.menu-main-menu-container {
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		width: 100vw;
		background-color: #FFF;
	}

	.main-navigation.toggled .menu-main-menu-container {
		z-index: 999;
		/* padding-top: 25px; */
		box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	}

	.main-navigation.toggled .menu-main-menu-container::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 3px;
    	/* background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3)); */
	}

	.site-header > .page-wrap .main-navigation {
		order: 3;
		/* width: 100%; */
		width: auto;
	}

	.social-cta .social {
		width: 150px;
	}

	.social-cta .cta .button {
		padding: 0.25em 0.75em;
	}
}

@media screen and (max-width: 500px) {
	.site-header > .page-wrap .social-cta {
		flex-wrap: wrap;
		justify-content: center;
	}

	.social-cta .social {
		width: 50%;
		margin-right: 0;
	}

	.social-cta .cta {
		width: 100%;
		margin-top: 25px;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	/* width: calc(100% - 225px); */
	width: 100%;
	align-self: flex-end !important;
	margin-left: auto;
}

.main-navigation ul {
	position: relative;
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul#primary-menu > li:first-of-type,
.main-navigation ul#primary-menu > li:nth-of-type(2) {
	border-right: 2px solid #6b90c0;
}

.main-navigation ul a {
	color: #FFF;
	transition: color 0.3s;
}

.main-navigation ul a:hover {
	color: #ffc426;
}

.main-navigation ul#primary-menu > li > a {
	padding-top: 0;
	padding-bottom: 0;
}

.site-header-fixed .main-navigation ul#primary-menu > li > a {
	color: #0054a4;
}

.site-header-fixed .main-navigation ul#primary-menu > li > a:hover {
	color: #ffc426;
}

.main-navigation ul li.menu-item-has-children a {
	/* position: relative; */
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	/* left: auto; */
	z-index: 99999;
	width: 100%;
	padding: 25px;
	background-color: #0054a4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	/* border-radius: 5px; */
	min-height: 400px;
}

.main-navigation ul li#menu-item-66 ul {
	background-image: url(images/kidsonstairs.jpg);
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-position: 25px 25px;
}

.main-navigation ul li#menu-item-37565 ul {
	background-image: url(images/CA-Academics-Banner.jpg);
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-position: 25px 25px;
}

.main-navigation ul li#menu-item-70 ul {
	padding-left: 50%;
	max-height: 500px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
	background-image: url(images/community-mobile.jpg);
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-position: 25px 25px;
}

.main-navigation ul li#menu-item-70 ul li {
	width: 50%;
}

.main-navigation.toggled ul ul {
	display: block;
}

.main-navigation.toggle ul ul {
	left: auto;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	/* width: 200px; */
	width: 100%;
	transition: color 0.3s, background-color 0.3s;
}

.main-navigation ul ul a:hover {
	/* color: #FFF; */
	/* background-color: #ebb9c5; */
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}

.main-navigation ul ul li {
	width: 50%;
}

/* .main-navigation li {
	position: relative;
} */

.main-navigation a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #231f20;
	font-weight: 700;
	font-size: 18px;
	/* letter-spacing: .1em; */
	letter-spacing: 1px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	background-color: transparent;
	border: none;
	font-size: 30px;
}

.main-navigation.toggled ul a {
	text-align: center;
}

.main-navigation.toggled ul li {
	border-top: 1px solid #f3f3f5;
}

.main-navigation.toggled ul li a {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 1.5em;
}

.main-navigation.toggled ul li.menu-item-has-children > a::after {
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 1024px) {
	.main-navigation {
		/* display: flex;
		flex-direction: row;
		justify-content: flex-end; */
	}

	.main-navigation .menu-toggle {
		margin-left: auto;
		margin-right: 0;
		padding: 10px 20px;
		border-radius: 0;
		background-color: #0054a4 !important;
		border-color: transparent !important;
	}

	.menu-main-menu-container {
		background-color: #0054a4;
	}

	.main-navigation .cta-container {
		display: none;
	}

	.main-navigation.toggled .cta-container {
		display: block;
		padding: 25px 0;
		border-bottom: 1px solid #FFF;
	}

	.main-navigation .cta-container .cta {
		justify-content: center;
		flex-wrap: wrap;
	}

	.main-navigation .cta-container .cta .button {
		color: #FFF;
		border-color: #FFF;
	}

	.main-navigation .cta-container .cta .search-button {
		/* width: 90%; */
	}

	.main-navigation.toggled ul li {
		border-top: none;
	}

	/* .main-navigation ul#primary-menu > li {
		border-bottom: 10px solid #ffc426;
	} */

	.main-navigation ul#primary-menu > li:first-of-type,
	.main-navigation ul#primary-menu > li:nth-of-type(2) {
		border: none;
	}

	.main-navigation ul#primary-menu > li > a {
		padding: 0.5em 1.5em;
		text-transform: uppercase;
		font-size: 20px;
	}

	.main-navigation ul li#menu-item-66 ul,
	.main-navigation ul li#menu-item-37565 ul,
	.main-navigation ul li#menu-item-70 ul {
		padding: 0;
		background-image: none;
		background-color: rgba(107, 144, 192, 0.8);
		/* border-bottom: 10px solid #ffc426; */
	}

	.main-navigation ul ul {
		min-height: 0;
		float: none;
		position: relative;
		left: auto;
		/* max-height: 0;
		z-index: 0;
		opacity: 0; */
		justify-content: center;
		box-shadow: none;
	}

	.main-navigation ul ul li {
		width: auto;
	}

	.main-navigation ul ul a {
		width: auto;
		color: #FFF;
	}

	/* .main-navigation ul li.focus ul.sub-menu {
		max-height: none;
		z-index: 1;
		opacity: 1;
	} */

	.main-navigation.toggled ul.sub-menu {
		background-color: #0054a4;
	}

	.main-navigation.toggled ul.sub-menu li {
		border: none;
	}
}

@media screen and (min-width: 1025px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}

	.main-navigation ul li:last-of-type a {
		padding-right: 0;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-wrap {
	width: 90%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.page .entry-header,
.blog .page-header,
.archive .page-header,
.archive .entry-header,
.search .page-header,
.error404 .page-header {
	position: relative;
	min-height: 750px;
	/* display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center; */
}

.page .entry-title,
.blog .page-title,
.archive .page-title,
.archive .entry-title,
.search .page-title,
.error404 .page-title {
	/* padding: 0 1em; */
	padding: 0;
	font-size: 48px;
	line-height: 1.15;
	text-align: left;
	color: #0054a4;
}

.page .entry-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.75;
}

.page .entry-content > *,
.single .entry-content > * {
	max-width: 1280px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.page .entry-content h2 {
	margin-bottom: 0;
	color: #0054a4;
	text-transform: uppercase;
}

.blue-bg {
	position: relative;
	z-index: 0;
	background: linear-gradient(to left, rgb(2, 84, 164), rgb(25, 55, 147));
}

.blue-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(images/ca-watermark-small.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	opacity: 0.3;
}

.blue-bg > * {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #FFF;
	line-height: 1.15;
}

.font-size-48 {
	margin: 0.5em 0;
	font-size: 48px;
}

.light-blue-bg {
	max-width: none !important;
	width: 100% !important;
	padding: 50px;
	background-color: rgba(107, 144, 192, 0.8);
}

.light-blue-bg .wp-block-columns {
	margin-bottom: 0;
}

.light-blue-bg > * {
	max-width: 1280px;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.light-blue-bg .column {
	/* width: 50%; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.light-blue-bg .column .container > div:first-of-type {
	width: 40%;
}

.light-blue-bg .column .container > div:last-of-type {
	width: 60%;
}

.light-blue-bg strong {
	font-size: 48px;
	color: #FFF;
	line-height: 1.15;
}

.light-blue-bg .button {
	width: 160px;
	margin: 5px;
}

.gray-bg {
	background-color: #f3f3f5;
}

.full-width {
	max-width: none !important;
	width: 100% !important;
	padding: 50px 0 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.full-width > * {
	max-width: 980px;
	width: 90%;
}

.quick-links-container {
	padding-bottom: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.quick-link-box {
	width: 260px;
	height: 200px;
	margin: 5px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quick-links-container a {
	/* padding: 1em; */
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.15;
}

.quick-links-container a:hover {
	color: #ffc426;
}

.facts-box-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	/* background-color: #EFEFEF; */
	/* border: 2px solid #FFF; */
}

.facts-box-container .fact-box {
	/* width: calc(24.9% - 10px); */
	width: 25%;
	height: 200px;
	/* margin: 0.1%; */
	padding: 10px;
	/* border-radius: 10px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.15;
	background-color: #FFF;
	border: 1px solid #EFEFEF;
}

.facts-box-container .fact-box .fact-number {
	font-size: 60px;
	font-weight: 700;
	color: #6b90c0;
	text-align: center;
}

.facts-box-container .fact-box .text {
	text-align: center;
	font-size: 22px;
}

.page-template-page-our-story article {
	margin-bottom: 0;
}

.page-template-page-our-story .entry-title em {
	font-weight: 400;
}

.profile-container {
	max-width: none !important;
	width: 100% !important;
	padding: 50px 0;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.profile-container-1,
.profile-container-3,
.profile-container-5,
.profile-container-7 {
	background-color: #f3f3f5;
}

.profile-container-2,
.profile-container-4,
.profile-container-6,
.profile-container-8 {
	background-color: #FFF;
}

.profile-container .profile-content {
	max-width: 1280px;
	width: 90%;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.profile-container-2 .profile-content,
.profile-container-4 .profile-content,
.profile-container-6 .profile-content,
.profile-container-8 .profile-content {
	flex-direction: row-reverse;
}

.profile-container .profile-content .image-container {
	width: 290px;
	/* width: auto; */
	/* max-width: 290px; */
	height: 375px;
	margin-top: 12px;
	margin-right: 50px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

.profile-container-2 .profile-content .image-container,
.profile-container-4 .profile-content .image-container,
.profile-container-6 .profile-content .image-container,
.profile-container-8 .profile-content .image-container {
	margin-left: 50px;
	margin-right: 0;
}

.profile-container .profile-content .image-container img {
	/* width: 100%; */
	/* height: auto; */
	height: 100%;
	width: auto;
	object-fit: cover;
}

.profile-container .profile-content .text-container {
	width: 55%;
}

.profile-container .profile-content .text-container .profile-name,
.profile-container .profile-content .text-container .profile-description {
	margin-top: 0;
	margin-bottom: 0;
}

.profile-container .profile-content .text-container .funfactstitle {
	margin-bottom: 0;
	color: #231f20;
	text-transform: uppercase;
}

.profile-container .profile-content .text-container .profile-funfactslist ul {
	padding-left: 1em;
}

.color-black {
	color: #231f20;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	padding: 0.75em 1.5em;
    font-weight: 700;
    color: #FFF;
    background-color: #0054a4;
    border: 3px solid #0054a4;
    border-radius: 10px;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	border-color: #98a1aa;
}

hr.wp-block-separator {
	height: 2px;
    background-color: #0054a4;
	border: none;
}

.blog .site-main > .page-wrap,
.archive .site-main > .page-wrap {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* .blog .site-main > .page-wrap .post {

} */

.blog .post,
.archive .post {
	position: relative;
	width: 33%;
	/* margin-top: 1.5em; */
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	transition: box-shadow 0.3s;
}

.blog .post:hover,
.archive .post:hover {
	z-index: 1;
    /* -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 50%); */
    box-shadow: 0 0 8px rgb(0 0 0 / 50%);
}

.blog .post:nth-of-type(even),
.archive .post:nth-of-type(even) {
	background-color: #f3f3f5;
}

.blog .post > .page-wrap,
.archive .post > .page-wrap {
	position: relative;
	max-width: 980px;
	padding-bottom: 1.5em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* .blog .post > .page-wrap::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
} */

/* .blog .post:last-of-type() > .page-wrap::after {
	display: none !important;
} */

.blog .post:nth-of-type(even) > .page-wrap,
.archive .post:nth-of-type(even) > .page-wrap {
	flex-direction: row-reverse;
}

.blog .post .entry-header,
.archive .post .entry-header {
	width: 100%;
}

.blog .post .entry-title,
.archive .post .entry-title {
	margin: 0;
	font-size: 24px;
	line-height: 1.15;
}

.blog .post .entry-title a,
.archive .post .entry-title a {
	font-size: 20px;
	text-align: center;
}

.blog .post .image-container,
.archive .post .image-container {
	/* width: 300px; */
	width: 100%;
}

.blog .post .image-container .post-thumbnail,
.archive .post .image-container .post-thumbnail {
	position: relative;
	/* width: 250px;
	height: 225px; */
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog .post .image-container .post-thumbnail .image,
.archive .post .image-container .post-thumbnail .image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.blog .post .image-container img,
.archive .post .image-container img {
	/* width: 250px;
	height: 225px;
	object-fit: cover; */
	width: 100%;
}

.blog .post .entry-content,
.archive .post .entry-content {
	/* width: calc(100% - 300px); */
	margin-top: 0;
	padding: 1em;
}

.blog .post .image-container,
.archive .post .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .blog .post:nth-of-type(even) .image-container {
	display: flex;
	justify-content: flex-end;
} */

.archive .no-results .page-content > .page-wrap,
.search .page-content > .page-wrap {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.single .entry-header {
	position: relative;
    min-height: 750px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.single .entry-title {
	padding: 0;
    font-size: 48px;
    line-height: 1.15;
    text-align: left;
    color: #0054a4;
}

.single .directory-link {
	display: inline-block;
	margin: 50px 0;
}

.single .post {
	padding-bottom: 50px;
	/* background-color: #f3f3f5; */
}

.single .post > .page-wrap {
	position: relative;
	/* margin-top: 75px; */
	background-color: #FFF;
}

/* .single .post .image-container {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	max-width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
} */

/* .single .post .image-container .post-thumbnail {
	height: 500px;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single .post .image-container .post-thumbnail img {
	height: 500px;
	width: 640px;
	object-fit: cover;
	object-position: center;
}

.single .post .entry-content {
	padding-top: 500px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 50px;
} */

.single .staff > .content-wrap {
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.single .staff .image-container {
	width: 300px;
	margin-top: 45px;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.single .staff .image-container img {
	width: 300px;
	height: auto;
}

.single .staff .image-container .light-blue-bar {
	width: 100%;
	padding: 1em;
	text-align: center;
	color: #FFF;
	background-color: rgba(107, 144, 192, 0.8);
}

.single .staff .entry-content {
	width: calc(100% - 345px);
}

.single .staff .contact-container {
	border-top: 1px solid #0054a4;
	border-bottom: 1px solid #0054a4;
}

.single .staff .contact-container > * {
	font-size: 18px;
	font-weight: 400;
}

.error404 .page-title,
.error404 .page-content > .page-wrap,
.search .page-title,
.search .page-content > .page-wrap {
	text-align: left;
	width: 90%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.error404 .page-content,
.search .page-content,
.search-results .site-main {
	min-height: 300px;
	padding-bottom: 50px;
}

/* .error404 .error-404 .page-content .page-wrap {
	text-align: center;
} */

.search-results article > .page-wrap {
	border-bottom: 1px solid #98a1aa;
}

.search-results article:last-of-type > .page-wrap {
	border: none;
}

/* .search-results .page-header {
	position: relative;
    min-height: 205px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url(images/pagebanner-bg-default.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.search-results .page-header::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.search-results .page-header::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(175, 153, 111, 1), rgba(175, 153, 111, 0.3));
}

.search-results .page-title {
	padding: 0 1em;
	font-size: 50px;
	line-height: 1.15;
	text-align: center;
}

.search-results .entry-header {
	min-height: auto;
	background-image: none;
	display: block;
}

.search-results .entry-header::before,
.search-results .entry-header::after {
	display: none;
} */

.search-results .entry-header {
	min-height: auto;
}

.search-results .entry-header .entry-title {
	font-size: 24px;
	text-align: left;
}

.page-id-56 .wp-block-embed__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.testimonials-template-default article > .entry-content {
	min-height: 300px;
}

.category-nav-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.category-nav-container a {
	margin: 0 10px;
	padding: 1em 0.5em;
}

.current {
	color: #231f20;
}

/* .tribe-events-page-template {
	position: relative;
}

.tribe-events-page-template:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 750px;
	overflow: hidden;
	background: url(images/cabuildingfrontspring.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 775px;
} */

/* .tribe-events-page-template .site-header {
	position: relative;
	background: url(images/cabuildingfrontspring.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} */

/* .wp-block-group__inner-container .show-hide {
	position: relative;
	padding: 0.5em 1em;
	color: #FFF;
	background-color: #0054a4;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.wp-block-group__inner-container .show-hide:hover {
	background-color: rgba(107, 144, 192, 0.8);
}

.wp-block-group__inner-container .show-hide::after {
	content: "+";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	padding: 0 1em;
	color: #FFF;
}

.wp-block-group__inner-container .tmm {
	max-height: 0 !important;
	opacity: 0 !important;
	overflow: hidden;
	transition: max-height 0.6s, opacity 0.3s;
}

.wp-block-group__inner-container.toggled .tmm {
	max-height: none !important;
	opacity: 1 !important;
} */

.category-container > .staffblock-container {
	position: relative;
	z-index: 0;
	max-height: 0 !important;
	opacity: 0 !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	overflow:hidden;
}

.category-container.toggled > .staffblock-container {
	z-index: 1;
	max-height: none !important;
	opacity: 1 !important;
}

.category-container .show-hide {
	position: relative;
	margin: 5px 0;
	padding: 0.5em 1em;
	color: #FFF;
	background-color: #0054a4;
	border-radius: 10px;
	font-size: 20px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.category-container .show-hide:hover {
	background-color: rgba(107, 144, 192, 0.8);
}

.category-container .show-hide::after {
	content: "+";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	padding: 0 1em;
	color: #FFF;
}

.category-container .staff-block {
	width: 300px;
	margin: 5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	transition: max-height 0.6s, opacity 0.3s;
}

.category-container .staff-block .image-container {
	position: relative;
	width: 300px;
	height: 340px;
	overflow: hidden;
}

/*.category-container.toggled .staff-block .image-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.3s;
}*/

/*.category-container.toggled .staff-block .staff-link:hover .image-container::after {
	background-color: rgba(0, 84, 164, 0.7);
}*/

.category-container.toggled .staff-block .staff-link:hover .text-container .title-position-container .name {
	color: #ffc426;
}

.category-container .staff-block .image-container img {
	width: 300px;
	height: 340px;
	object-fit: cover;
	object-position: center;
/*	transition: filter 0.3s;
*/   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   filter: grayscale(100%);
}

.category-container.toggled .staff-block .staff-link:hover .image-container img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	transition: 1s ease;
}

.category-container .staff-block .text-container {
	margin-top: 0;
}

.category-container .staff-block .text-container .title-position-container {
	padding: 10px;
	background-color: #0054a4;
}

.category-container .staff-block .text-container .title-position-container > * {
	color: #FFF;
	margin: 0;
	text-align: center;
	font-weight: 400;
	/* line-height: 1.15; */
}

.category-container .staff-block .text-container .title-position-container .name {
	font-size: 20px;
	transition: color 0.3s;
}

.category-container .staff-block .text-container .title-position-container .position {
	font-size: 16px;
	font-style: italic;
}

.category-container .staff-block .text-container .lightbluebar {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #FFF;
	background-color: rgba(107, 144, 192, 0.8);
}

.category-container .staff-block .text-container .lightbluebar > * {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.15;
}

/* Homepage
--------------------------------------------- */
.metaslider {
	overflow: hidden;
}

.flexslider {
	margin-bottom: 0 !important;
}

.metaslider .caption-wrap {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0))  !important;
	opacity: 1 !important;
	top: 0 !important;
	bottom: 0 !important;
	height: 100%;
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.metaslider .caption {
	width: 45%;
	/* max-width: 640px; */
	height: 100%;
	margin-left: 5%;
	padding: 5% 5% 5% 0 !important;
	background-color: transparent;
	line-height: 1.15;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.metaslider .caption > * {
	color: #FFF !important;
}

.metaslider .caption h3 {
	margin-bottom: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
}

.metaslider .caption h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 48px;
}

.metaslider .caption h2 em {
	font-weight: 400;
}

.metaslider .caption p {
	font-size: 20px;
	line-height: 1.5;
}

.metaslider .caption .button {
	width: 160px;
}

.metaslider .caption .button.ghost {
	margin-left: 1em;
	color: #FFF !important;
	border-color: #FFF !important;
}

.metaslider .caption .button.ghost:hover {
	color: #ffc426 !important;
	border-color: #ffc426 !important;
}

.ca-crest-watermark {
	background-image: url(images/ca-crest-watermark.png);
	background-repeat: no-repeat;
	background-size: 580px 660px;
	background-position: -150px 90%;
}

.cougar-watermark {
	background-image: url(images/cougar-watermark.png);
	background-repeat: no-repeat;
	background-size: 620px 640px;
	background-position: 110% top;
}

.explore-container {
	padding: 50px 0;
}

.explore-container > .page-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.explore-container .text-container {
	width: 35%;
	padding-right: 2.5%;
}

.explore-container .text-container .heading {
	font-size: 48px;
	color: #0054a4;
	line-height: 1.15;
	margin: 0;
}

.explore-container .text-container .description {
	line-height: 2;
}

.explore-container .image-link-container {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.explore-container .image-link-container .image-link-block {
	position: relative;
	width: 230px;
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.explore-container .image-link-container .image-link-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(107, 144, 192, 0.8);
	border-radius: 10px;
	transition: background-color 0.3s;
}

.explore-container .image-link-container .link:hover .image-link-block::before {
	background-color: rgba(0, 84, 164, 0.7);
}

.explore-container .image-link-container .link:hover .image-link-block .text > * {
	color: #ffc426;
}

.explore-container .image-link-container .image-link-block .text {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.explore-container .image-link-container .image-link-block .text > * {
	color: #FFF;
	text-align: center;
	transition: color 0.3s;
}

.explore-container .image-link-container .image-link-block .text .school-heading {
	line-height: 1.15;
}

.explore-container .image-link-container .image-link-block .text .grade-description {
	padding: 0.5em 1em;
	font-weight: 400;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transition: color 0.3s;
}

/* .explore-container .image-link-container .link:hover .image-link-block .text .grade-description {
	border-color: #ffc426;
} */

.ca-mission-container {
	padding: 0 0 75px;
}

.ca-mission-container > .page-wrap {
	padding-top: 75px;
	background-image: url(images/cacrestborder.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	text-align: center;
}

.ca-mission-container .title {
	margin-top: 15px;
	margin-bottom: 5px;
}

.ca-mission-container .description {
	margin: 0;
	font-size: 48px;
	color: #0054a4;
	line-height: 1.15;
}

.about-container {
	min-height: 385px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.about-container img {
	width: 50%;
}

.about-container > .page-wrap {
	max-width: 640px;
	width: 45%;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.about-container .text-container {
	/* width: 50%; */
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.about-container .text-container .heading {
	font-size: 48px;
    color: #0054a4;
    line-height: 1.15;
    margin: 0;
}

.about-container .text-container .description {
	line-height: 2;
}

.about-container .link {
	color: #6b90c0;
	font-size: 18px;
}

.about-container .link:hover {
	color: #ffc426;
}

.social-connect-container {
	/* min-height: 385px; */
    margin-bottom: 25px;
	padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.social-connect-container #sb_instagram {
	width: 70% !important;
	margin: 0 !important;
}

.social-connect-container > .page-wrap {
	max-width: 320px;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.social-connect-container .text-container {
	padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.social-connect-container .text-container .heading {
	font-size: 48px;
    color: #0054a4;
    line-height: 1.15;
    margin: 0;
}

.social-connect-container .text-container .social-links {
	margin-top: 15px;
}

.social-links {
	width: 150px;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.social-links .icon-link {
	width: 35px;
	height: 35px;
}

.facebook-icon-blue {
	background-image: url(images/facebook-icon-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.instagram-icon-blue {
	background-image: url(images/instagram-icon-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.youtube-icon-blue {
	background-image: url(images/youtube-icon-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.call-to-action-container {
	position: relative;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.call-to-action-container::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(107, 144, 192, 0.8);
}

.call-to-action-container > .page-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.call-to-action-container > .page-wrap > * {
	color: #FFF;
	text-align: center;
}

.call-to-action-container .title {
	font-size: 19px;
}

.call-to-action-container .heading {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 48px;
	line-height: 1.15;
}

.call-to-action-container .button.ghost {
	width: 160px;
	/* margin-left: 0.5em; */
	/* margin-right: 0.5em; */
	margin: 0.5em;
	color: #FFF;
	border-color: #FFF;
}

.call-to-action-container .button.ghost:hover {
	border-color: #ffc426;
}

.school-calendar-container {
	position: relative;
	background-image: url(images/cougar-paw-watermark.png);
    background-repeat: no-repeat;
    background-size: 395px 425px;
    background-position: -75px top;
	padding: 50px 0;
}

.school-calendar-container > .page-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.school-calendar-container .heading {
	font-size: 48px;
    color: #0054a4;
    line-height: 1.15;
    margin: 0;
}

.school-calendar-container .link {
	color: #6b90c0;
	font-size: 18px;
}

.school-calendar-container .link:hover {
	color: #ffc426;
}

.school-calendar-container .events-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.school-calendar-container .event-block {
	position: relative;
	width: 175px;
	height: 275px;
	margin: 5px;
	padding: 50px 15px 25px;
	background-color: #0054a4;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

/* .school-calendar-container .event-block::before {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
} */

.school-calendar-container .event-block > * {
	color: #FFF;
	text-align: center;
	transition: color 0.3s;
}

.school-calendar-container .event-block:hover > * {
	color: #ffc426;
}

.school-calendar-container .event-block .date {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
}

.school-calendar-container .event-block .event-title {
	margin-top: 0;
}

/* Footer
--------------------------------------------- */
.site-footer .logo {
	margin-bottom: 25px;
}

.site-footer .logo img {
	max-width: 350px;
}

.site-footer a:not(.button) {
	color: #808080;
	font-weight: 400;
}

.site-footer a:hover {
	color: #ffc426;
}

.site-footer .lightblue {
	color: #6b90c0;
}

.site-footer .fifty-fifty-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.site-footer .fifty-fifty-container > * {
	/* width: 45%; */
	padding: 25px 1%;
}

.site-footer .left-container {
	width: 40%;
	/* padding-right: 4%; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	line-height: 2;
}

.accreditation-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 15px;
	padding-top: 25px;
	border-top: 1px solid #0054a4;
	font-size: 12px;
}

.accreditation-container .sais {
	width: 70px;
	margin-right: 25px;
}

.accreditation-container .apple,
.accreditation-container .cognia {
	width: 40px;
	margin-right: 10px;
}

.accreditation-container .stacked {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 1.5;
}

.accreditation-container .stacked .logo-text {
	margin-bottom: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.site-footer .right-container {
	width: 60%;
}

.site-footer .social {
	width: 150px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.site-footer .social a {
	width: 35px;
	height: 35px;
}

.site-footer .facebook-icon {
	background-image: url(images/facebook-icon.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center center;
}

.site-footer .instagram-icon {
	background-image: url(images/instagram-icon.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center center;
}

.site-footer .youtube-icon {
	background-image: url(images/youtube-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.site-footer .sitemap {
	padding-top: 15px;
}

.site-footer .sitemap .menu {
	list-style-type: none;
	columns: 3;
	line-height: 3;
}

.site-footer .sitemap .menu a {
	font-weight: 400;
	font-size: 21px;
	letter-spacing: .1em;
}

.site-info {
	padding: 25px 0;
	color: #FFF;
	text-align: center;
	background-color: #0054a4;
}

.site-info > .page-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-info a {
	font-weight: 400;
	color: #FFF !important;
}

.site-info a:hover {
	color: #ffc426 !important;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Media Queries
--------------------------------------------- */
@media screen and (max-width: 1400px) {
	
}

@media screen and (max-width: 1330px) {
	.explore-container > .page-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.explore-container .text-container {
		width: 100%;
		max-width: 500px;
		padding-right: 0;
		text-align: center;
	}

	.explore-container .image-link-container {
		width: 100%;
		max-width: 750px;
	}

	.social-connect-container {
		justify-content: center;
		flex-direction: column-reverse;
	}

	.social-connect-container #sb_instagram {
		width: 100% !important;
	}

	.social-connect-container .images-container {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.social-connect-container .images-container > img {
		width: calc(25% - 10px);
		margin: 5px;
	}

	.social-connect-container > .page-wrap {
		width: 100%;
		max-width: none;
	}

	.social-connect-container .text-container {
		width: 100%;
		margin-bottom: 25px;
		padding-left: 0;
		text-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 1200px) {
	.metaslider .caption {
		width: 60%;
		justify-content: flex-end;
	}

	.ca-mission-container .description {
		font-size: 32px;
	}

	.about-container {
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}

	.about-container img {
		width: 768px;
		max-width: 100%;
	}

	.about-container > .page-wrap {
		width: 100%;
	}

	.about-container .text-container {
		padding-left: 0;
		padding-top: 25px;
		text-align: center;
		align-items: center;
	}

	.school-calendar-container > .page-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.school-calendar-container .text-container {
		width: 100%;
		max-width: 500px;
		padding-bottom: 25px;
		text-align: center;
	}

	.call-to-action-container > .page-wrap {
		padding: 50px 0;
	}

	.site-footer .sitemap .menu {
		columns: 2;
	}
}

@media screen and (max-width: 1024px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	.custom-logo-link {
		width: auto;
		height: auto;
	}

	.site-branding .custom-logo-link img {
		top: auto;
		bottom: 0;
		transform: none;
	}

	.metaslider .caption h2,
	.our-story-container .heading,
	.meet-our-bankhers-container .heading,
	.on-the-blog-container .section-title,
	.discovery-container .heading,
	.connect-with-us-container .content-wrap .text-wrap .heading {
		font-size: 32px;
	}

	.featured-post-container .post-title {
		font-size: 28px;
	}

	.site-footer .fifty-fifty-container {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.site-footer .left-container {
		width: 100%;
		align-items: center;
	}

	.site-footer .right-container {
		width: 100%;
	}

	.site-footer .sitemap .menu {
		columns: 3;
		padding-left: 0;
	}

	.site-footer .sitemap .menu li {
		text-align: center;
	}

	.light-blue-bg .container {
		flex-wrap: wrap;
	}

	.light-blue-bg .container .column {
		width: 100%;
		text-align: center;
	}

	.light-blue-bg .container strong {
		margin-bottom: 25px;
	}

	.facts-box-container .fact-box {
		width: 33%;
	}

	.page .entry-header,
	.blog .page-header,
	.archive .page-header,
	.search .page-header {
		min-height: 500px;
	}
}

@media screen and (max-width: 860px) {
	.testimonial .thumb-wrap {
		left: 50%;
		transform: translateX(-50%);
		top: -10px;
	}

	.testimonial .text-wrap {
		width: 100%;
		max-width: 500px;
		margin-top: 350px;
		margin-right: auto;
	}
}

@media screen and (max-width: 780px) {
	.explore-container .image-link-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.explore-container .image-link-container .image-link-block {
		width: 175px;
		height: 250px;
		margin: 5px;
	}
}

@media screen and (max-width: 768px) {
	.metaslider .caption-wrap {
		position: relative !important;
		background: rgba(107, 144, 192, 0.8) !important;
	}

	.metaslider .caption {
		width: 100% !important;
		margin-left: 0 !important;
		padding: 25px 5% !important;
		text-align: center;
		align-items: center;
	}

	.school-calendar-container .events-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.site-footer .sitemap .menu {
		columns: 2;
	}

	.facts-box-container .fact-box {
		width: 50%;
	}

	.single .staff > .content-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.single .staff .image-container {
		width: 100%;
		margin-right: 0;
	}

	.single .staff .image-container .light-blue-bar {
		width: 300px;
	}

	.single .staff .entry-content {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.explore-container .image-link-container .link {
		min-width: 51%;
		display: block;
	}

	.explore-container .image-link-container .image-link-block {
		width: 230px;
		height: 360px;
	}

	.explore-container .text-container .heading,
	.about-container .text-container .heading,
	.school-calendar-container .heading,
	.social-connect-container .text-container .heading,
	.call-to-action-container .heading {
		font-size: 32px;
	}

	.garamond {
		font-size: 18px;
	}

	.facts-box-container .fact-box {
		width: 100%;
	}

	.light-blue-bg .column {
		flex-wrap: wrap;
	}

	.site-footer .logo img {
		max-width: 300px;
	}

	.site-info > .page-wrap {
		flex-direction: column-reverse;
		justify-content: center;
	}

	.site-footer .social {
		margin-bottom: 25px;
	}

	.page .entry-header,
	.blog .page-header,
	.archive .page-header,
	.search .page-header {
		min-height: 300px;
	}
}

@media screen and (max-width: 425px) {
	.accreditation-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.accreditation-container .sais {
		margin-bottom: 25px;
		
	}

	.site-footer .address,
	.site-footer .phone-fax-container {
		margin-bottom: 1em;
		line-height: 1.15;
		text-align: center;
	}
}