/*
Theme Name: Leadership Clarksville
Author: Thrive Creative Group, LLC
Author URI: http://thinkthrive.com
Description: This is a theme designed and developed by Thrive Creative Group, LLC, WordPress --v 6.0.1
Version: 1.0
Text Domain: leadership_clarksville
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Home Page
	## Posts and pages
	## Comments
	## Advanced Custom Fields
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'plantin', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	font-size: 20px;
	color: #FFF;
	background-color: #67b2eb;
	text-transform: uppercase;
	padding: 1em;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
.button {
	color: #474747;
	font-family: 'plantin', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'brandon-grotesque', serif;
	margin: 0.5em 0;
}

h1 {
	font-size: 45px;
	font-weight: 400;
}

h2 {
	font-size: 35px;
	font-weight: 400;
}

h3 {
	font-size: 30px;
	font-family: 'plantin', sans-serif;
	font-weight: 400;
}

h4 {
	font-size: 25px;
	font-weight: 400;
}

h5 {
	font-size: 20px;
	font-family: 'plantin', sans-serif;
	font-weight: 400;
}

h6 {
	font-size: 16px;
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
	font-size: 16px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

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: 0 0 1em; /* Extra wide images within figure tags don't overflow the content area. */
	/* background-color: #F1F2F2 !important; */
}

figcaption {
	padding: 1em;
	text-align: center;
	background-color: #ebebeb;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 16px;
}

table {
/*	margin: 0 0 1.5em;
*/	width: 100%;
}
.wp-block-column .has-small-font-size {
    display: none;
}
.wp-block-table.is-style-stripes {border-top: 1px solid #f0f0f0; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	background-color: #67b2eb;
	text-transform: uppercase;
	padding: 1em;
	border: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

button:hover,
.button:hover
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #124c86;
}

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 {
	border-color: #aaa #bbb #bbb;
}

.button,
.wp-block-button__link {
	display: inline-block;
	width: auto;
	font-size: 20px;
	color: #FFF;
	font-family: 'brandon-grotesque', sans-serif;
	background-color: #67b2eb;
	text-transform: uppercase;
	padding: 0.75em 1.5em;
	border-radius: 0;
}

.button-green-bg {
	color: #FFF;
	background-color: #5fa746;
}

.button:hover,
.wp-block-button__link:hover,
.button-green-bg:hover {
	color: #FFF;
	background-color: #124c86;
}

.button-ghost {
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.2);
	border: 2px solid #FFF;
}

.button-ghost:hover {
	color: #FFF;
	background-color: #124c86;
	border-color: #124c86;
}

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;
	outline: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	
}

.site-header .site-branding {
	padding: 25px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

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

.site-header .social {
	margin-left: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.site-header .social a {
	margin: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header .social .icon {
	width: 30px;
	height: 30px;
}

.site-header .social .icon.tiktok {
	width: 30px !important; height: 25px !important; 
 }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #67b2eb;
	text-decoration: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

a:hover,
a:focus,
a:active {
	color: #124c80;
}

a:focus {
	outline: none;
}

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

.moretag {
	display: inline-block;
	margin-top: .5em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-main-menu-container {
	/* width: 100%; */
	width: auto;
	padding: 1em 0;
	/* display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center; */
}

.main-navigation a.button {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.main-navigation a.button:hover {
	color: #FFF;
	background-color: #5fa746;
}

.main-navigation {
	clear: both;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	background-color: #124c80;
}

.main-navigation > .page-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.main-navigation > .menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 1em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	/* font-size: 25px; */
	font-family: 'brandon grotesque', sans-serif;
}

#primary-menu > li > a {
	line-height: 1;
	border-right: 1px solid #FFF;
}

#primary-menu > li:last-of-type > a {
	border: none;
}

.main-navigation a:hover {
	color: #5fa746;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	display: block;
	width: 250px;
	padding: 10px 0;
	background-color: #124c80;
	border-radius: 5px;
	transition: opacity 0.3s ease;
	filter: drop-shadow(-2px 0 8px rgba(0, 0, 0, 0.3));
}

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

.main-navigation ul ul a {
	width: calc(250px - 2em);
	padding: .5em 1em;
}

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

.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 {
	visibility: visible;
	opacity: 1;
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* #primary-menu > li {
	width: 190px;
	margin: 25px 0 10px;
} */

/* #primary-menu > li > a {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
	padding-bottom: 15px;
} */

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

.menu-toggle {
	position: relative;
	width: 30px;
	height: 20px;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	transition: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	background-color: transparent;
}

.menu-toggle .bar {
	width: 100%;
	height: 2px;
	background-color: #707070;
}

.menu-toggle .top {
	position: absolute;
	top: 0;
	left: 0;
}

.menu-toggle .middle {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.menu-toggle .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.main-navigation.toggled {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.menu-toggle[aria-expanded="true"] {
	position: absolute;
	z-index: 2001;
	top: 0;
	right: 310px;
	width: 50px;
	height: 50px;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.95);
}

.menu-toggle[aria-expanded="true"] .bar {
	width: 33px;
}

.menu-toggle[aria-expanded="true"] .top {
	top: 25%;
	left: 40%;
	transform: rotate(-45deg) translate(-50%, -50%);
}

.menu-toggle[aria-expanded="true"] .bottom {
	bottom: 25%;
	left: 40%;
	transform: rotate(45deg) translate(-50%, -50%);
}

.menu-toggle[aria-expanded="true"] .middle {
	display: none;
}

.main-navigation.toggled .menu {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	max-width: 75%;
	width: 310px;
	height: 100vh;
	padding-top: 15px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
}

.main-navigation.toggled ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.main-navigation.toggled ul li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.main-navigation.toggled ul a {
	position: relative;
	z-index: 0;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 0.5em 1em !important;
	-webkit-animation: fadeIn 1s;
	        animation: fadeIn 1s;
}

.main-navigation.toggled ul ul {
	position: relative;
	z-index: -1;
	top: 0;
	left: auto;
	display: block;
	width: 100%;
	max-height: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: none;
	transition: opacity 0.3s ease, max-height 0.3s ease;
}

.main-navigation.toggled ul ul::before {
	display: none;
}

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

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

.main-navigation.toggled ul li.menu-item-has-children.focus ul.sub-menu {
	z-index: 9999;
	max-height: 9999px;
	visibility: visible;
	opacity: 1;
}

.main-navigation.toggled ul li.menu-item-has-children.focus ul.sub-menu a {
	font-size: 16px;
	padding: 0.5em 1em;
}

@-webkit-keyframes slideIn {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}

@keyframes slideIn {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}

.submenu-toggle {
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 1;
	width: 45px;
	height: 45px;
	background-color: #EFEFEF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.submenu-toggle:hover,
.submenu-toggle:focus {
	background-color: #DEDEDE;
}

.submenu-toggle svg {
	width: 25px;
	pointer-events: none;
	transition: 0.3s ease;
}

.focus .submenu-toggle svg {
	transform: rotate(-180deg);
}

@media screen and (min-width: 1025px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-pack: distribute;
		-webkit-justify-content: flex-start;
		    justify-content: flex-start;
	}

	.submenu-toggle {
		display: none;
	}
}

/* @media screen and (max-width: 480px) {
	.menu-toggle[aria-expanded="true"] {
		right: 75%;
	}

	.main-navigation.toggled .menu {
		max-width: none;
		width: 75%;
	}
} */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	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%;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .nav-links > * {
	padding: 0.25em;
	margin: 0.25em;
	font-size: 18px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	padding-top: 25px;
	font-size: 14px;
	color: #FFF;
	background-color: #124c86;
	border-top: 4px solid #FFF;
}

.home .site-footer {
	border-top: none;
}

.site-footer,
.site-footer a {
	color: #FFF;
}

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

.site-footer ul,
.site-footer ol {
	margin-left: 1.5em;
	padding-left: 0;
}

.site-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
	font-family: "plantin", sans-serif;
}

/* .site-info > * {
	width: 31%;
} */

.site-info .contact {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
}

.site-info .contact .logo {
	max-width: 450px;
	width: 100%;
}

.site-info .contact address {
	text-align: right;
	font-style: normal;
	font-family: 'brandon grotesque', sans-serif;
}

.site-info .contact address em {
	display: block;
	margin-bottom: 1em;
	color: #5fb046;
}

.site-info .contact address .email {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.site-info .contact address .phone {
	display: block;
	margin-top: 0.5em;
}

.copyright-bar {
	text-align: center;
	padding: 1em 0;
	color: #124c86;
	background-color: #5fb046;
	font-family: "brandon-grotesque", serif;
	border-top: 4px solid #FFF;
}

.copyright-bar > .page-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.copyright-bar a {
	color: #124c86;
}

.copyright-bar a:hover {
	color: #FFF;
}

/*--------------------------------------------------------------
# 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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        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;
}

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

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

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

.slider .default-image {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.slider .default-image img {
	width: 100%;
	height: auto;
}

.slider .widget img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.metaslider {
	overflow: hidden;
}

.metaslider .caption-wrap {
	top: 0;
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.4) !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.metaslider .caption {
	max-width: 925px;
	text-align: center;
}

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

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

.metaslider .caption p {
	margin-bottom: 15px !important;
	font-size: 35px;
	font-family: 'brandon-grotesque', sans-serif;
	line-height: 1.15;
}

.metaslider .flex-control-nav {
	bottom: 35px !important;
}

.metaslider .flexslider .flex-control-nav a {
	width: 20px !important;
	height: 20px !important;
	border-radius: 0 !important;
	border: 2px solid #FFF;
	background: transparent !important;
}

.metaslider .flexslider .flex-control-nav li a.flex-active {
	background: #67b2eb !important;
}

.lead-connect-inspire-container .column-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.lead-connect-inspire-container .text-column {
	max-width: 360px;
	margin: 50px 0;
	padding: 0 35px;
	text-align: center;
}

.lead-connect-inspire-container .text-column .heading {
	margin: 0;
	text-transform: uppercase;
	color: #5fb046;
}

.welcome-container {
	padding: 50px 0;
	background-color: #ebebeb;
}

.welcome-container > .page-wrap {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.welcome-container .welcome-text-block {
	max-width: 1100px;
}

.welcome-container .welcome-text-block .heading {
	margin: 0 0.5em 0.5em;
	font-size: 35px;
	font-weight: 500;
}

.welcome-container .welcome-text-block .description {
	font-size: 20px;
}

.alumni-links-container {
	position: relative;
	background-color: #5fa746;
	overflow: hidden;
}

.alumni-links-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 25%;
	/* height: 100%; */
	background-color: #80bc50;
}

.alumni-links-container > .page-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

.alumni-links-container .question {
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-bottom: 0;
	padding: 25px;
	margin-right: 50px;
	font-weight: 500;
	background-color: #80bc50;
}

.alumni-links-container .question::before {
	content: '';
	position: absolute;
	right: -40px;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-bottom: 70px solid #80bc50;
	top: -70px;
	z-index: 0;
}

.alumni-links-container .question::after {
	content: '';
	position: absolute;
	right: -40px;
	top: 50px;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top: 70px solid #80bc50;
	z-index: 0;
}

.alumni-links-container .question span {
	position: relative;
	z-index: 2;
}

.alumni-links-container a.link {
	margin-left: 25px;
	margin-right: 25px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	font-family: 'brandon-grotesque', sans-serif;
}

.alumni-links-container a.link:hover {
	color: #124c86;
}

.news-container {
	margin-bottom: 100px;
}

.events-container {
	padding: 50px 0;
	background-color: #ebebeb;
}

.news-container .heading-container,
.events-container .heading-container {
	margin-top: 50px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #ebebeb;
}

.events-container .heading-container {
	margin: 0;
	border-color: #FFF;
}

.news-container .heading-container .heading,
.events-container .heading-container .heading {
	position: relative;
	margin: 0;
	background-color: #FFF;
	font-weight: 500;
	/* border-bottom: 4px solid #5fa746; */
}

.events-container .heading-container .heading {
	background-color: #ebebeb;
}

.news-container .heading-container .heading::before,
.events-container .heading-container .heading::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #5fa746;
}

.news-container .heading-container .heading::after,
.events-container .heading-container .heading::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 5px;
	width: 15px;
	height: 100%;
	background-color: #FFF;
}

.events-container .heading-container .heading::after {
	background-color: #ebebeb;
}

.news-container .heading-container a,
.events-container .heading-container a {
	text-transform: uppercase;
	font-family: 'brandon-grotesque', sans-serif;
	color: #67b2eb;
}

.news-container .heading-container a:hover,
.events-container .heading-container a:hover {
	color: #124c86;
}

.news-container .feed-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.news-container .feed-container .news-column {
	position: relative;
	width: 400px;
	height: 325px;
	margin: 10px;
}

.news-container .feed-container .news-column .title-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0.5em 1em;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.15;
	font-family: 'brandon-grotesque', sans-serif;
	border-top: 2px solid #FFF;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
}

.support-container {
	position: relative;
	padding: 50px 0;
}

.support-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(18, 76, 128, 0.8);
}

.support-container > .page-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.support-container .left-column,
.support-container .right-column {
	width: 47.5%;
	color: #FFF;
}

.support-container .left-column .heading {
	margin: 0;
	font-size: 60px;
	line-height: 1.15;
}

.support-container .left-column .description {
	margin-top: 0;
}

.support-container .left-column .link {
	text-transform: uppercase;
	color: #67b2eb;
	font-family: 'brandon-grotesque', sans-serif;
}

.support-container .left-column .link:hover {
	color: #5fa746;
}

.support-container .right-column {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.support-container .right-column .link-container {
	margin: 5px;
	position: relative;
	z-index: 1;
}

.support-container .right-column .button {
	position: relative;
	z-index: 1;
}

.support-container .right-column .link-container::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

.events-container .feed-container {
	margin: 25px 0;
	display: grid;
	column-gap: 15px;
	row-gap: 15px;
	justify-items: start;
	align-items: stretch;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-auto-flow: column;
}

.events-container .feed-container > a {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-items: stretch;
	align-items: flex-start;
}

.events-container .feed-container .event-block {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* justify-items: stretch; */
	align-items: flex-start;
	border: 1px solid transparent;
	transition: border 0.3s;
}

.events-container .feed-container .event-block:hover {
	border: 1px solid #124c86;
}

.events-container .feed-container .event-block .date {
	max-width: 120px;
	width: 100%;
	align-self: stretch;
	padding-top: 25px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.15;
	font-family: 'brandon-grotesque', sans-serif;
	background-color: #67b2eb;
	overflow: hidden;
}

.events-container .feed-container > a:nth-of-type(1) .event-block .date {
	background-color: #67b2eb;
}

.events-container .feed-container > a:nth-of-type(2) .event-block .date {
	background-color: #5fa746;
}

.events-container .feed-container > a:nth-of-type(3) .event-block .date {
	background-color: #474747;
}

.events-container .feed-container > a:nth-of-type(4) .event-block .date {
	background-color: #124c86;
}

.events-container .feed-container > a:nth-of-type(5) .event-block .date {
	background-color: #67b2eb;
}

.events-container .feed-container > a:nth-of-type(6) .event-block .date {
	background-color: #5fa746;
}

.events-container .feed-container .event-block .details-container {
	/* width: 330px; */
	width: 100%;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-weight: 400;
	font-family: 'brandon-grotesque', sans-serif;
	color: #474747;
	background-color: #FFF;
}

.events-container .feed-container .event-block .details-container .title {
	margin: 0;
	font-size: 25px;
	line-height: 1.15;
}

.events-container .feed-container .event-block .details-container .time,
.events-container .feed-container .event-block .details-container .venue {
	font-size: 20px;
}

.events-container .feed-container .event-block .details-container p {
	margin-bottom: 0;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-wrap {
	width: 90%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.entry-container .entry-content h1:first-of-type,
.entry-container .entry-content h2:first-of-type,
.entry-container .entry-content h3:first-of-type,
.entry-container .entry-content h4:first-of-type,
.entry-container .entry-content h5:first-of-type,
.entry-container .entry-content p:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

.entry-header > .page-wrap {
	padding: 25px 0 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #124c80;
}

.entry-header .entry-title {
	margin: 0;
	font-size: 35px;
}

.entry-header .breadcrumb {
	font-family: 'brandon-grotesque', sans-serif;
}

.entry-header .breadcrumb span {
	color: #67b2eb;
}

.entry-header .breadcrumb span a:hover {
	color: #124c80;
}

hr,
.wp-block-separator {
	border: none;
	height: 2px;
	background-color: #124c86;
}

.wp-block-image.float-right {
	display: inline;
	margin-left: auto;
	margin-right: 0;
	float: right;
}

.support-interior-container {
	position: relative;
    background-color: #ebebeb;
    overflow: hidden;
}

.support-interior-container::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 25%;
    /* height: 100%; */
    background-color: #5fa746;
}

.support-interior-container > .page-wrap {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #474747;
}

.support-interior-container .heading {
	position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px;
    margin-right: 50px;
    font-weight: 500;
	line-height: 1.15;
	color: #FFF;
    background-color: #5fa746;
}

.support-interior-container .heading::before {
	content: '';
    position: absolute;
    right: -40px;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-bottom: 70px solid #5fa746;
    top: -70px;
    z-index: 0;
}

.support-interior-container .heading::after {
	content: '';
    position: absolute;
    right: -40px;
    top: 50px;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top: 70px solid #5fa746;
    z-index: 0;
}

.support-interior-container .heading span {
	position: relative;
	z-index: 2;
}

.support-interior-container .link-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.support-interior-container a.link {
	margin-left: 25px;
    margin-right: 25px;
    color: #474747;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    font-family: 'brandon-grotesque', sans-serif;
}

.support-interior-container a.link:hover {
	color: #124c86;
}

/* Page-news.php */
.page-template-page-news .entry-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	/* flex-wrap: wrap; */
}

.page-template-page-news .entry-container .news-column {
	position: relative;
    /* width: 400px;
    height: 325px; */
	width: 100%;
	height: auto;
    margin: 10px;
	display: grid;
	grid-template-columns: 300px auto;
	grid-template-rows: 300px;
	grid-gap: 25px;
	/* display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start; */
}

.page-template-page-news .entry-container .news-column > a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.page-template-page-news .entry-container .pagination {
	width: 100%;
	margin: 25px 0;
	font-family: 'brandon-grotesque', sans-serif;
}

.page-template-page-news .entry-container .post-title {
	/* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto; */
	margin: 0;
    padding: 0.5em 1em 0.5em 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.15;
    font-family: 'brandon-grotesque', sans-serif;
    border-top: 2px solid #FFF;
    color: #67b2eb;
}

.page-template-page-news .entry-container p {
	font-family: 'brandon-grotesque', sans-serif;
}

.page-template-page-news .entry-container .news-column .image-container {
	width: 300px;
	height: 300px;
	margin-right: 25px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
}

.page-template-page-news .entry-container .news-column .image-container img {
	width: 300px;
	height: auto;
	object-fit: cover;
	object-position: top;
}

/* 404 Page */
.error404 {
	text-align: center;
}

.error404 .site-content {
	min-height: 400px;
}

/* Single.php */


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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Advanced Custom Fields
--------------------------------------------------------------*/


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

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

.custom-logo-link img {
	display: block;
	max-height: 150px;
	width: auto;
	max-width: 300px;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
.ppw-post-password-container {text-align: center;}
.ppw-ppf-desc {margin-bottom: 10px;}
.ppw-recaptcha {width: 304px; margin: 0 auto; float: none;}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1390px) {
	.support-interior-container > .page-wrap {
		padding-bottom: 50px;
		flex-direction: column;
	}

	.support-interior-container::before {
		display: none;
	}

	.support-interior-container .heading {
		margin-right: 0;
		background-color: transparent;
		color: #124c86;
	}

	.support-interior-container .heading::before,
	.support-interior-container .heading::after {
		display: none;
	}

	.support-interior-container .link-container {
		flex-wrap: wrap;
	}

	.support-interior-container .link-container > span {
		display: none;
	}

	.support-interior-container a.link {
		width: 320px;
		margin: 5px;
		padding: 0.75em 1.5em;
		font-size: 18px;
		text-align: center;
		color: #FFF;
		background-color: #67b2eb;
	}
}

@media only screen and (max-width: 1355px) {
	.support-container .right-column .button {
		width: 300px;
		text-align: center;
	}

	.support-container .right-column {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 1200px) {
	.lead-connect-inspire-container {
		padding-bottom: 50px;
	}

	.lead-connect-inspire-container .column-container {
		flex-direction: column;
		align-items: center;
	}

	.lead-connect-inspire-container .text-column {
		margin: 15px 0;
	}
}

@media only screen and (max-width: 1150px) {
	.metaslider .caption h2 {
		font-size: 40px;
	}

	.metaslider .caption p {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1100px) {
	.alumni-links-container .question span {
		font-size: 30px;
	}

	.alumni-links-container a.link {
		font-size: 18px;
	}

	.support-container > .page-wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.support-container .left-column {
		margin-bottom: 25px;
		text-align: center;
	}
	
	.support-container .left-column .heading {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.events-container .feed-container {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 1024px) {
	.metaslider .caption-wrap {
		position: relative !important;
		left: auto !important;
		bottom: auto !important;
		padding: 50px 0;
		color: #474747 !important;
	}

	.metaslider .flex-control-nav {
		bottom: 15px !important;
	}

	.alumni-links-container > .page-wrap {
		padding-bottom: 50px;
		flex-direction: column;
	}

	/* .alumni-links-container::before {
		bottom: auto;
		width: 100%;
		height: 50%;
	} */

	.alumni-links-container::before,
	.alumni-links-container .question::before,
	.alumni-links-container .question::after {
		display: none;
	}

	.alumni-links-container .question {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: transparent;
	}

	.alumni-links-container .question span {
		display: block;
		padding: 1em;
	}

	.alumni-links-container a.link {
		width: 325px;
		margin: 5px 0;
		text-align: center;
		padding: 0.75em 1.5em;
		border: 2px solid #FFF;
	}

	.alumni-links-container a.link:hover {
		color: #FFF;
		background-color: #124c86;
		border-color: #124c86;
	}

	.alumni-links-container .page-wrap > span {
		display: none;
	}

	.site-info .contact {
		flex-wrap: wrap;
	}

	.site-info .contact > * {
		width: 100%;
		text-align: center;
	}

	.site-info .contact address {
		padding-top: 50px;
		text-align: center;
	}

	.entry-header > .page-wrap {
		padding-top: 15px;
		border-top: 1px solid #124c80;
	}
}

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

}

@media only screen and (max-width: 768px) {
	.events-container .feed-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	.copyright-bar > .page-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.copyright-bar > .page-wrap > * {
		width: 100%;
	}

	.entry-header > .page-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.page-template-page-news article {
		width: 100%;
		padding-bottom: 25px;
		border-bottom: 1px solid #ebebeb;
	}

	.page-template-page-news .entry-container .news-column {
		grid-template-columns: 100%;
		grid-template-rows: 300px 100%;
	}

	.page-template-page-news .entry-container .news-column .image-container {
		width: 100%;
		margin-right: 0;
		align-items: center;
	}

	.page-template-page-news .entry-container .news-column .text-container {
		text-align: center;
	}
}
@media only screen and (max-width: 550px) {
/*	.page-id-623 table  {background: yellow; overflow-x: scroll;
display:block;overflow: hidden;}*/
/* table.wp-block-table {overflow: hidden;overflow-x: scroll;display:block;}
.page-id-623 table tr td:first-child {display: none}
.page-id-623 table tr th:first-child {display: none}
*/
	
}