/*======================================================================
 Main Defaults
======================================================================*/
:root {

	/* --primary: #;
	--primary-9: #e6;
	--primary-7: #b3;
	--primary-5: #80;
	--primary-3: #4d;
	--primary-1: #1a;

	--secondary: #;
	--secondary-9: #e6;
	--secondary-7: #b3;
	--secondary-5: #80;
	--secondary-3: #4d;
	--secondary-1: #1a; */

	--dkgray: #636466;
	--dkgray-9: #636466e6;
	--dkgray-7: #636466b3;
	--dkgray-5: #63646680;
	--dkgray-3: #6364664d;
	--dkgray-1: #6364661a;

	--white: #ffffff;
	--white-9: #ffffffe6;
	--white-7: #ffffffb3;
	--white-5: #ffffff80;
	--white-3: #ffffff4d;
	--white-1: #ffffff1a;

	--black: #000000;
	--black-9: #000000e6;
	--black-7: #000000b3;
	--black-5: #00000080;
	--black-3: #0000004d;
	--black-1: #0000001a;
}

.sr-only {
	position: absolute !important;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

b,
strong {
	font-weight: bold;
}
iframe.embed-responsive-item {
	width: 1000px;
	height: 500px;
	border-radius: 5px;
}

body {
	font-family: verdana-pro, jost, san-serif;
    font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--dkgray);
	overflow-x: hidden;
}

#page {
	overflow: hidden;
}

.p1 {
	font-weight: bold;
}

h1,
.h1 {
	font-family: Cachet, san-serif;
    font-weight: 300;
	text-transform: uppercase;
}
h2,
.h2 {
	font-family: Cachet, san-serif;
    font-weight: 300;
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
}
h3,
.h3 {
	font-family: Cachet, san-serif;
    font-weight: 300;
	text-transform: uppercase;
}
h4,
.h4,
.page-description h2 {
	font-weight: 700;
	font-family: verdana-pro, jost, san-serif;
	font-size: 1.5rem !important;
	text-transform: none;
}
h5,
.h5,
.page-description h3 {
	font-weight: 600;
	font-family: verdana-pro, jost, san-serif;
	font-size: 1.25rem;
	text-transform: none;
}
h6,
.h6 {
	font-weight: 500;
	font-family: verdana-pro, jost, san-serif;
}

.dk-blue {
	background: var(--primary);
	color: #fff;
}

a {
	text-decoration: none;
	font-weight: 500;
	transition: 0.5s ease all;
	color: var(--primary);
}

a:hover,
a:focus {
	color: var(--secondary);
}

.dk-blue a {
	color: #fff;
}

.dk-blue a:hover,
.dk-blue a:focus {
	color: var(--white-3);
}

a[href^="tel"] {
}

a.anchor-tag {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

footer p {
    margin-bottom: 0;
	font-size: 18px;
}

/*
ul {
    font-size: 16px;
    font-weight: lighter;
}
*/

.background-image {
	background-repeat: no-repeat;
    background-size: cover;
}

.logo a,
.logo img {
	display: block;
	transition: 1.5s ease all;
}

.img-fluid {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.lightblue-txt {
	color: var(--secondary) !important;
}
/* .yellow-txt {
	color: var(--yellow) !important;
} */
@media (max-width: 1280px) {
	h2,
	.h2 {
		font-size: 50px;
	}
}
@media (max-width: 768px) {
	h2,
	.h2 {
		font-size: 40px;
		line-height: 45px;
	}

	.page-description.container {
		padding: 15px 30px;
	}

	h1,
	.h1 {
		font-family: Cachet, san-serif;
        font-weight: 300;
		text-transform: uppercase;
		font-size: 50 !important;
	}

	body {
		font-family: verdana-pro, jost, san-serif;
		font-size: 18px;
		line-height: 25px;
		color: var(--dkgray);
		overflow-x: hidden;
	}
}

@media (max-width: 500px) {
	h1,
	.h1,
	h1.page-title {
		font-size: 60px !important;
		line-height: 50px;
	}
	h1.page-title {
		margin: 0 10px;
	}
	h2,
	.h2 {
		font-size: 38px;
		line-height: 45px;
	}
	section ul {
		padding-left: 1rem;
	}
}

.rotate-15 {
	transform: rotate(-15deg);
}

.wp-video {
	display: block;
	margin: 20px auto;
}

/*************************************************************
Bootstrap Search Form
*************************************************************/
.card-search {
	border: 1px solid #eee;
}
.card-search .card-body {
	padding: 1rem;
}
.card-search .searchform .form-group {
	padding-left: 0;
	margin-bottom: 0.5rem;
}
.card-search .form-control {
	border: 1px solid #eee;
}
.card-search .searchform .form-check {
	padding-left: 0;
	margin-bottom: 0;
}

/*======================================================================
Cards
======================================================================*/
.card {
	margin-bottom: 1.5rem;
}

.card h2 {
	font-size: 1.8rem;
	line-height: 1;
}

.card-text {
	margin-bottom: 0.75rem;
}


/*======================================================================
Date/Time
======================================================================*/

.date {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
}
.single .date,
.archive .date {
	display: inline;
}
.sidebar .date {
	display: block;
}
.sidebar .event-date {
	margin-top: 5px;
	border-top: solid 1px #eee;
	padding-top: 5px;
}
.start-time .start-time {
	font-weight: 400;
	font-size: 18px;
}
.end-time .end-time {
	font-weight: 400;
	font-size: 18px;
}
/*======================================================================
 Pagination
======================================================================*/
.page-link {
	color: var(--primary);
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}

/*======================================================================
Video Overlay
======================================================================*/
.video-background {
	width: 100%;
	height: auto;
	display: block;
}
/*======================================================================
Overlays
======================================================================*/
.overlay-block {
	position: relative;
}

.overlay-block .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.mec-breadcrumbs {
	display: none;
}
.mec-container h1,
.mec-wrap .mec-single-title {
	color: var(--primary);
	text-align: center;
	text-shadow: none;
}

.mec-event-image img.attachment-thumblist.size-thumblist {
	width: 100%;
	height: auto;
}

article.mec-past-event.mec-event-article .event-color {
	display: none;
}

.mec-container {
	padding-top: 150px;
}

p.nocomments {
	display: none;
}

.mec-container {
	padding-top: 150px;
}

.mec-wrap {
	margin-top: 30px;
}

.single-mec-events a.mec-events-button,
.mec-wrap.colorskin-custom .mec-border-color {
	display:inline-block;
}

footer {
	font-size: 22px;
}

.small-indent {
	font-size: 15px;
	margin-left: 25px;
}

.small-indent h3 {
	font-size: 1.5rem;
}

.small-indent ul {
	font-size: 15px;
	font-weight: lighter;
}

.page-id-876 #content iframe {
	border: none;
	width: 100%;
	max-width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.1;
	max-height: unset !important;
}

@media (max-width: 1800px) {
	.page-id-876 #content iframe {
		aspect-ratio: 1 / 1.3;
	}
}

@media (max-width: 1500px) {
	.page-id-876 #content iframe {
		aspect-ratio: 1 / 1.5;
	}
}

@media (max-width: 1300px) {
	.page-id-876 #content iframe {
		aspect-ratio: 1 / 1.7;
	}
}

@media (max-width: 1200px) {
	.overlay-block {
		height: fit-content !important;
	}
}

@media (max-width: 1150px) {
	.page-id-876 #content iframe {
		aspect-ratio: 1 / 2;
	}
}

@media (max-width: 1000px) {
	.page-id-876 #content iframe {
		aspect-ratio: 1 / 2.5;
	}
}

@media (max-width: 800px) {
	.page-id-876 #content iframe {
		aspect-ratio: 1 / 3;
	}
}

@media (max-width: 600px) {
	.page-id-876 #content iframe {
		aspect-ratio: 1 / 3.5;
	}
}

@media (max-width: 576px) {
	.overlay-block {
		height: fit-content!important;
	}
	.overlay-block.active {
		height: 100%!important;
		border-radius: 5px;
	}
}

@media (max-width: 500px) {
	.page-id-876 #content iframe {
		aspect-ratio: 1 / 4;
	}
	.mec-wrap h1 {
		font-size: 40px !important;
	}
}

@media (max-width: 450px) {
	.page-id-876 #content iframe {
		aspect-ratio: 1 / 4.5;
	}
}

@media (max-width: 400px) {
	.page-id-876 #content iframe {
		aspect-ratio: 1 / 5.2;
	}
}
/*======================================================================
 Whole Health
======================================================================*/
.bluebox {
    border: 2px solid var(--primary);
    border-radius: 8px;
    padding: 1rem;
    margin: 2rem auto 4rem auto;
}
.bluebox h4 {
	font-family: Cachet, san-serif;
    font-weight: 600;
    font-size: .5rem;
	margin: 0 0 .75rem 0;
    color: var(--primary);
}
.bluebox p {
    font-size: .75rem;
	margin: 0;
}

[id^="blackbaud-donation-form"],
.blackbaud-donation-form {
    margin: 20px auto;
    display: block;
}


.letter-home {
	background: linear-gradient(135deg,  rgba(226,226,226,1) 0%,rgba(209,209,209,.25) 19%,rgba(254,254,254,.75) 53%,rgba(254,254,254,.5) 100%);
	padding: 50px;
	transform: rotate(-5deg);
	margin: 20px auto;
	font-size: 15px;
	width: 720px;
	box-shadow: 2px 2px 10px var(--black-3);
}

.page-id-44510 h2.location {
	font-size: 1.35rem !important;
     color: black !important;
}
.page-id-44510 .address {
	color: #000 !important;
}
/* .shortcode-map .marker .address {
	color: #000;
} */
