/*
Theme Name: Parkview Christian
Theme URI: https://parkviewchristian.com/
Author: Blueprint Digital
Author URI: https://blueprintdidgtal.com/
Description: This site was developed by Blueprint Digital for Parkview Christian School.
Version: 1.0
Text Domain: blueprintdigital
Template: wp-bootstrap-starter
Tags:NEED_PARKVIEW_KEYWORDS_HERE
*/


/* @import url(//fonts.googleapis.com/css?family=Lato:100,200,300,400,700); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: 'BebasNeuePro-Bold';
	src: url("assets/webfonts/BebasNeuePro-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/*---------- BASIC STYLING ----------*/
:root {
	--font1: Montserrat, sans-serif;
	--font2: "BebasNeuePro-Bold";
}

html {
	max-width: 100%;
	overflow-x: hidden;
	font-family: var(--font1);
}

/*---H1---*/


h1 {
	/*font-size: 4.5rem;*/
	font-size: 48px;
	font-family: var(--font2);
	color: #262262;
	font-weight: 700;
}


.openhouse1 {
	font-size: 84px;
	text-transform: uppercase;
	font-family: var(--font1);
	text-decoration: none;
	font-weight: 900;
}

/*---H2---*/

h2 {
	/*font-size: 3.5rem;*/
	font-size: 36px;
	font-family: var(--font2);
	color: #262262;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.openhouse2 {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}



/*---H3---*/

h3 {
	/*font-size: 3rem;*/
	font-size: 24px;
	font-family: var(--font1);
	color: #262262;
	font-weight: 700;
	margin-top: 1rem;
}

.bannerContent h3 {
	margin-bottom: 0.5em !important;
}

/*---H4---*/

h4 {
	/*font-size: 2.25rem;*/
	font-size: 18px;
	font-family: var(--font1);
	color: #262262;
	font-weight: 700;
}

.teacher-name h3 {
	font-family: var(--font1);
	text-transform: uppercase;
	font-weight: 900;
}

.teacher-role h3 {
	text-transform: uppercase;
	font-weight: 500;
}

/*---H5---*/

h5 {
	font-size: 16px;
	font-family: "museo-sans-condensed";
	color: #C88D2B;
	text-transform: uppercase;

}

/*---MEDIA SIZES----*/


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

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

}


/*---P---*/

p {
	/*font-size: 1rem;*/
	font-size: 1em;
	font-family: var(--font1);
	color: #4D4D4F;
	/*line-height: 1.5rem;*/
}


.verse {
	font-size: 1.25em;
	line-height: 1.5em;
}

b {
	font-weight: bold;
}



html,
body {
	margin: 0 auto;
	padding: 0;
	font-family: var(--font1);
	color: #fff;
	font-weight: 300;
}


a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	display: inline-block;
	color: #4a4a4a;
}

.footer_wrap a {
	color: #fff;
}

.bottom-border-animated a::after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background: #000;
	transition: width .3s;
	background-color: #262262;
}

.bottom-border-animated:first-child a::after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background: #000;
	transition: width .3s;
	background-color: #6F9CEB;
}

.bottom-border-animated:nth-child(2) a::after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background: #000;
	transition: width .3s;
	background-color: #EE6C4D;
}

.bottom-border-animated:nth-child(3) a::after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background: #000;
	transition: width .3s;
	background-color: #FAA275;
}

.bottom-border-animated a:hover::after {
	width: 100%;
	/*transition: width .3s;*/
}





.main-content a,
.main-content a:link,
.main-content a:active,
.main-content a:visited {
	text-decoration: none;
	display: inline-block;
	color: #4a4a4a;
	font-weight: 600;
}


.main-content a:hover {
	text-decoration: none;
}


.button a:after,
.button a:link:after,
.button a:active:after,
.button a:visited:after {
	display: none;
}

.wrapper_mobile a,
.wrapper_mobile a:link,
.wrapper_mobile a:active,
.wrapper_mobile a:visited {
	color: #fff;
}

.openhouse a:after,
.openhouse a:link:after,
.openhouse a:active:after,
.openhouse a:visited:after {
	display: none;
}

.openhouse a:hover:after,
.openhouse a:hover:link:after,
.openhouse a:hover:active:after,
.openhouse a:hover:visited:after {
	display: none;
}

.openhouse {
	background-image: url('/wp-content/uploads/2018/04/schoolhouse_orange.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 75%;
}

@media only screen and (max-width: 1200px) {
	.openhouse {
		background-position: 75% 75%;
	}
}

@media only screen and (max-width: 1024px) {
	.openhouse1 {
		font-size: 64px;
	}
}

.orangeline {
	width: 100%;
	height: 6px;
	background-color: #F9D180;
}

.grayline {
	width: 60px;
	height: 6px;
	background-color: #ebebeb;
}


ul,
li,
dl {
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	list-style-type: disc;
	color: #4a4a4a;
}

.content-container ul,
.content-container li,
.content-container dl {
	margin: 0;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 1em;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	list-style-type: disc;
	color: #4D4D4F;
}

.content-container ul ul {
	-webkit-margin-start: 2em;
}

.footer_wrap ul,
.footer_wrap li,
.wrapper_mobile ul,
.wrapper_mobile li {
	list-style-type: none;
}

input,
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
	border: 0;
}


.muted {
	color: #353838 !important;
}

.text-muted {
	color: #636c72 !important;
}

/* These have been set */
.text-primary {
	color: #4A4A4A !important;
}

.text-secondary {
	color: #5AF823 !important;
}

/* These have been set */

.text-success {
	color: #5cb85c !important;
}

.text-info {
	color: #5bc0de !important;
}

.text-warning {
	color: #f0ad4e !important;
}

.text-danger {
	color: #d9534f !important;
}

.text-lato {
	font-family: var(--font1);
}



.bg-muted {
	background-color: #636c72 !important;
}

/* These have been set */
.bg-primary {
	background-color: #4A4A4A !important;
}

.bg-secondary {
	background-color: #5AF823 !important;
}

/* These have been set */

.bg-success {
	background-color: #5cb85c !important;
}

.bg-info {
	background-color: #5bc0de !important;
}

.bg-warning {
	background-color: #f0ad4e !important;
}

.bg-danger {
	background-color: #d9534f !important;
}


.header_div {
	padding: 10px 0px;
	border-bottom: solid 3px #5AF823;
}

.navbar {
	width: 100%;
	background-color: #262262;
}

.navbar-toggler {
	margin-left: auto !important;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	text-align: left;
	font-family: var(--font1);
	font-size: 20px;
	padding-left: 10px;
}

.navbar-brand {
	margin-left: 1rem;
}



footer,
header,
section,
body {
	display: block;
}

html {
	width: 100%;
	height: 100%;
}

#page-wrap {
	height: 100%;
	width: 100%;
	background: white;
}

body {
	margin: 0px;
}






/*--------------------------------------------------------------
# Header, Footer, Nav Stylings
--------------------------------------------------------------*/

.primary_nav_wrap {
	text-align: center;
	position: relative;
}


.primaryHeader {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	display: inline-flex;
	height: 150px;
	background-position: center;
	padding: 0 24px;
}

.navigation {
	width: 100%;
	display: inline-flex;
	background-position: center;
	background-color: #AE9041;
	opacity: 0.9;
}

.navigation a {
	color: #fff;
	font-family: var(--font1);
	text-transform: uppercase;
}

#menu-tertiary-menu li {
	margin: 24px 2vw;
	display: inline-block;
}

.menu-tertiary-menu-container {
	margin: 0 auto;
}

.logo {
	width: 26%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logoPic {
	width: 360px;
	/* margin-left: 20%; */
}

.headerCTA {
	width: 16%;
	text-align: right;
	padding-top: 20px;
}

.headerCTA .btn-primary {
	font-weight: 600;
}


.menu-primary-menu-container {
	width: 58%;
}

.menu-primary-menu-container ul {
	text-align: right;
}

/*Hide "Home" nav item*/

.current_page_parent a {
	font-weight: 600;
}

.menu-item-home {
	display: none !important;
}


#menu-primary-menu li {
	margin: 30px 24px;
	display: inline-block;
}



.primary_nav_wrap ul {
	list-style: none;
	position: relative;
	margin: 0;
}

.primary_nav_wrap li a {
	color: #fff;
	font-family: var(--font1);
	font-weight: 700;
	/* text-transform: uppercase; */

}

.navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #262262;
	padding: 0;
	z-index: 1;
	text-align: center;
	border-radius: 20px;
	margin: 0px -24px;

}

.navigation ul ul li {
	display: block !important;
	;
	float: none;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0px !important;
}

.navigation ul ul li:last-child {
	border-radius: 0px 0px 20px 20px;
}

.navigation ul ul li:first-child {
	border-radius: 20px 20px 0px 0px;
}

.navigation ul ul li:hover {
	background-color: #6F9CEB;
}

.navigation ul ul li:hover>a {
	color: #fff;
}

.navigation ul ul a {
	line-height: 120%;
	padding: 10px 15px;
	letter-spacing: 0px;
}

.navigation ul ul ul {
	top: 0;
	left: 100%
}

.navigation ul li:hover>ul {
	display: block;
	white-space: nowrap;
}

.dropdown-menu.show {
	background-color: #262262;
	position: static;
	float: none;
	border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: inherit;
}

#SecondaryNavToggle .dropdown-item {
	font-family: var(--font1);
	font-weight: 300;
}

header {
	position: relative;
	display: flex;
}


.footer_wrap {
	background-image: url('./images/footer.jpg');
	background-repeat: none;
	background-position: 50% 50%;
	padding: 48px 10%;
}

.footer_wrap p {
	color: #fff;
	font-family: "museo-sans-condensed";
}

.footer_wrap .menu-primary-menu-container {
	width: auto;
}

.footer_columnA {
	display: inline-block;
	width: 30%;
	max-width: 250px;
	text-align: center;
}


.footer_logo {
	max-width: 100%;
	min-width: 280px;
	margin-bottom: 30px;
}

@media (max-width:767.98px) {
	.footer_logo {
		min-width: 230px;
	}

	.footer_wrap .hf-container {
		display: block !important;
	}
}

.socialmedia_bar {
	width: 100%;
	justify-content: center;
}

.socialmedia_icon {
	width: 60px;
	height: 60px;
	margin: 6px;
	padding: 5px;
	border-radius: 100%;
	display: inline-block;
	color: #fff;
	font-size: 36px;
}

.socialmedia_icon:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.5s ease;
}

#fb {
	background-color: #262262;
}

#insta {
	background-color: #ee6c4d;
}

#twitter {
	background-color: #FAA275;
}

.footer_columnB,
.footer_columnB2 {
	display: inline-block;
	text-align: left;
	padding: 0px 3%;
	vertical-align: top;
}

.footer_columnB #gallery-1 img {
	border: none;
	max-width: 95%;
}

.footer_columnB p {
	padding-left: 5%;
}

.footer_columnC {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.footer_nav_wrap li {
	margin: 12px 0px;
}

.footer_nav_wrap li a {
	color: #fff;
	font-family: var(--font1);
	font-weight: 500;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobileHeader {
	text-align: right;
	padding-right: 5%;
	display: none;
}

.mobilelogo {
	width: 50px;
	display: block;
	padding-left: 3%;
	padding-top: 12px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}

.wrapper_mobile {
	display: none;
	background-color: #f2f2f2;
}

#mobile_nav_icon {
	color: #CA2E2A;
	font-size: 36px;
	padding: 7px 20px;
	display: none;
	padding-top: 80%;
}

.red_tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100%;
	background: rgba(200, 141, 43, 0.3);
	transition: all .3s linear;
	z-index: 10;

}

.red_tint:hover:before {
	background: rgba(200, 141, 43, 0.5);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	margin: -5%;
}

.red {
	left: 0;
	position: absolute;
}


.orange_tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100%;
	background: rgba(234, 171, 33, 0.3);
	transition: all .3s linear;
	z-index: 9;

}

.orange_tint:hover:before {
	background: rgba(234, 171, 33, 0.5);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	margin: -5%;
}

.orange {
	left: 25%;
	position: absolute;
}

.navy_tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100%;
	background: rgba(38, 34, 98, 0.3);
	transition: all .3s linear;
	z-index: 10;

}

.navy_tint:hover:before {
	background: rgba(38, 34, 98, 0.5);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	margin: -5%;
}

.navy {
	left: 50%;
	position: absolute;
}


.blue_tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100%;
	background: rgba(102, 111, 148, 0.3);
	transition: all .3s linear;
	z-index: 9;

}

.blue_tint:hover:before {
	background: rgba(102, 111, 148, 0.5);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	margin: -5%;
}

.blue {
	left: 75%;
	position: absolute;
}

.up {
	top: -80px;
}

.love-container h3,
.love-container-mobile h3 {
	color: #fff;
	z-index: 100;
	font-weight: 500;
	margin: auto;
}



.love-text {
	justify-content: center;
	flex-direction: column;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 200;
}

@media only screen and (max-width: 1200px) {
	#menu-primary-menu li {
		margin: 46px 12px;
	}

	.primary_nav_wrap li a {
		font-size: 14px;
	}
}


@media only screen and (max-width: 992px) {
	.wrapper_mobile {
		display: block;
	}

	.primary_nav_wrap,
	.menu-primary-menu-container,
	.navigation,
	.footer_columnC {
		display: none;
	}

	.primaryHeader {
		height: auto;
		padding: 12px;
	}

	.logo {
		width: 50%;
		display: inline-block;
	}

	.headerCTA {
		width: 48%;
		display: inline-block;
		padding-top: 7px;
	}

	.logoPic {
		/* width: 150px; */
		margin-top: 10px;
		padding-right: 5px;
	}

	.btn-primary {
		font-size: 18px !important;
	}
}



@media only screen and (max-width: 767px) {
	.footer_columnA {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.footer_columnB,
	.footer_columnB2 {
		display: block;
		text-align: center;
		padding-top: 24px;
	}

	.footer_columnB2 .footer_logo {
		width: 250px;
	}
}

@media only screen and (min-width: 686px) and (max-width: 850px) {
	.homepage-love-circle-content {
		width: 175px !important;
		height: 175px !important;
	}
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.home-hero {
	height: 700px;
	width: 100%;
	margin-top: -100px;
	background-repeat: no-repeat;
	background-size: cover;
}

.center {
	text-align: center;
}

.love-container {
	width: 100%;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	min-height: 300px;
	margin-top: 84px;
	height: 320px;
}

/*
.homepage-circle{
display: inline-block;
width: 24%;
}

.homepage-love-circle {
width: 110%;
display: inline-block;
vertical-align: top;
margin-left: -5%;
margin-right: 5%;
}

.homepage-love-circle:after {
content: "";
display: block;
padding-bottom: 100%;
}
*/
.homepage-love-circle-content {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	border-radius: 100%;
	width: 25%;
	height: 90%;
	max-width: 320px;
	max-height: 320px !important;
	transition: all 0.5s ease;
	display: table;
}

.homepage-love-circle-content:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 20 !important;
}

.homepage-mobile-love-content {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.love-div-mobile {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

.love-container-mobile {
	display: none;
	width: 100%;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.homepage-love-circle-content {
		max-width: 250px;
		max-height: 250px !important;
	}
}

@media only screen and (max-width: 767px) {
	.homepage-love-circle-content {
		max-width: 220px;
		max-height: 220px !important;
	}

	.love-container {
		min-height: 250px;
	}

	.love-container h3 {
		font-size: 18px;
	}

}


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

	.homepage-love-circle-content {
		max-width: 300px;
		max-height: 300px !important;
		display: block;
	}

	.love-container h3 {
		font-size: 24px;
	}

	.love-container {
		display: none;
	}

	.love-container-mobile {
		display: block;
	}

}



.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.videobox {
	width: 50%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;
}

.videotext {
	display: inline-block;
	width: 44%;
}

.eventrow {
	padding-bottom: 36px;
}

.eventbox {
	border: 3px solid #e5e5e5;
	background-color: #fff;
	width: 30%;
	margin-right: 2.5%;
	min-height: 50px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.5s ease;


}

.eventbox:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.5s ease;

}

.eventcontent {
	padding: 24px;
	color: #4a4a4a;
}

.eventcontent h3 {
	text-transform: uppercase;
	color: #FAA275;
	margin-top: 1rem;
}

.eventcontent h4 {
	color: #4a4a4a;
	font-family: "museo-sans-condensed";
	margin-top: 0;
}

.homepage-section-B {
	background-color: #EAAB21;
	width: 100%;
	margin-top: 84px;
}


@media only screen and (max-width: 1200px) and (min-width: 992px) {

	.homepage-love-circle-content {
		width: 250px;
		height: 250px;
	}
}

@media only screen and (min-width: 1200px) {
	.eventbox {
		min-height: 160px;
	}

}

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

	.footer_columnB,
	.footer_columnB2 {
		width: 22%;
	}

	.footer_columnC {
		width: 23%;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.eventbox {
		min-height: 190px;
	}

}


@media only screen and (min-width: 768px) and (max-width: 992px) {

	.footer_columnA,
	.footer_columnB,
	.footer_columnB2 {
		width: 31%;
		display: inline-block;
	}

	.footer_columnA {
		min-width: 225px;
	}
}

@media (min-width: 992px) {

	.footer_columnA,
	.footer_columnB,
	.footer_columnB2,
	.footer_columnC {
		width: 25%;
	}

	.footer_columnA {
		margin-right: 10%;
	}

	.footer_columnB {
		width: 50%;
	}

	.footer_columnB2 {
		width: 2%;
	}

	.footer_columnB p {
		font-size: 22px;
		line-height: 1.2;
	}

}

/* @media (min-width:767px) {
	.content-container .content-row .layout-1 {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.content-container .content-row:nth-child(even) .layout-1 {
		flex-direction: row-reverse;
	}
} */

@media only screen and (max-width: 992px) {
	.home-hero {
		margin-top: 0px;
		height: 300px;
	}

	.eventbox {
		width: 100%;
		margin-bottom: 12px;
	}

	.videobox {
		width: 100%;
		margin-bottom: 24px;
	}

	.videotext {
		width: 100%;
	}

}



/*--------------------------------------------------------------
# Standard Inner & 404
--------------------------------------------------------------*/

.inner-hero {
	height: 450px;
	width: 100%;
	margin-top: -100px;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero404 {
	height: 650px;
	width: 100%;
	margin-top: -100px;
	background-repeat: no-repeat;
	background-size: cover;
}

.title404 {
	font-size: 300px;
	color: #fff;
	font-family: var(--font1);
	line-height: 250px;
	margin-top: 100px;
	font-weight: 700;
}

.text404 {
	color: #fff;
	font-size: 36px;
	padding-left: 36px;
	font-weight: 500;

}

.hf-container:has(.primaryHeader) {
	width: 100%;
	background-color: #11113F;
	background-image: url(./images/Web-Blue-Burst-Bar.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: 10%;
}



.content-container {
	padding: 48px 10% 60px;
	max-width: 1400px;
	margin: 0 auto;
}

.events-section {
	margin-top: -160px;
}

.standard-image {
	float: right;
	width: 250px;
	margin: 0px 0px 12px 12px;
}

@media only screen and (max-width: 992px) {
	.inner-hero {
		margin-top: 0px;
		height: 250px;
	}

	.hero404 {
		margin-top: 0px;
		height: 300px;
	}

	.title404 {
		font-size: 150px;
		margin-top: 0px;
		line-height: 75px;
	}

	.text404 {
		font-size: 24px;
		padding-left: 24px;

	}
}


/*--------------------------------------------------------------
# Giving Template
--------------------------------------------------------------*/

.giving {
	width: 100%;
}

.btn-giving {
	color: #fff;
	font-family: var(--font1);
	font-size: 24px;
	text-transform: uppercase;
	background-color: #ee6c4d;
	border-radius: 100px;
	border: none;
	padding: 12px 24px;
}

.btn-giving:hover {
	background-color: #ee6c4d;
}

.giving-box {
	position: relative;
	width: 100%;
	padding: 48px 36px;
	border-radius: 5px;
}


.tint_overlay:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #EC6D52;
	opacity: .8;
	transition: all .3s linear;
	z-index: 10;
	border-radius: 5px;
}

.giving-box h1 {
	display: inline-block;
	color: #fff;
	font-weight: 500;
}

.giving-box .btn-giving {
	float: right;
}

.giving-box a {
	color: #fff !important;
	font-weight: normal !important;
}

@media only screen and (max-width: 800px) {
	.giving-box h3 {
		width: 100%;
		text-align: center;
	}

	.giving-box .btn-giving {
		float: none;
		width: 100%;
		margin-top: 12px;
	}
}


/*--------------------------------------------------------------
# Anchor Template
--------------------------------------------------------------*/

.anchor-section-A {
	background-color: #C88D2B;
	width: 100%;
	/*border-radius: 0 100px 50%/100px 0;*/
}

.anchor-section-A h1,
.anchor-section-A p {
	color: #fff !important;
}

.anchor-section {
	padding-bottom: 36px;
	display: inline-block;
	width: 64%;
}

.anchor-section-partial {
	padding-bottom: 36px;
	display: inline-block;
	width: 64%;
}

.anchor-section-full {
	padding-bottom: 36px;
	display: inline-block;
	width: 100%;
}

.circle {
	position: relative;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-top: 24px;
	margin-right: 5%;
	max-width: 400px;
	max-height: 400px;
}

.circle:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}


.alum-circle {
	position: relative;
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-top: 24px;
	margin-right: 5%;
	max-width: 400px;
	max-height: 400px;
}

.alum-circle:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}


.circle-content {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	max-width: 400px;
	max-height: 400px;
}

.swoop {
	width: 120%;
	max-width: 120% !important;
	margin-left: -10%;
	margin-right: 10%;
	margin-bottom: -1px;
}

.swoop1 {
	width: 120%;
	max-width: 120% !important;
	margin-left: -10%;
	margin-right: 10%;
	margin-bottom: -1px;
}

.swoop2 {
	width: 120%;
	max-width: 120% !important;
	margin-left: -10%;
	margin-right: 10%;
	margin-top: -2px;
}

.curve-container {
	width: 100%;
	overflow: hidden;
}

.curve {
	background-color: #fff;
	position: relative;
	width: 120%;
	margin-left: -10%;
	margin-right: 10%;
	/*z-index: 10;*/
	border-radius: 200vh 200vh 0% 0% / 20vh 20vh 0% 0%;
	-moz-border-radius: 200vh 200vh 0% 0% / 20vh 20vh 0% 0%;
	-webkit-border-radius: 200vh 200vh 0% 0% / 50vh 50vh 0% 0%;
	overflow: hidden;
}

.curve-inner {
	padding-bottom: 5em;
	padding-top: 5vw;
}

.CTA_banner {
	background-color: #262262;
	height: flex;
	text-align: center;
	clear: both;
}

.CTA_banner h3 {
	color: #fff;
	font-weight: 500;
	display: inline-block;
	margin-top: 0px;
}

.bannerContent {
	padding: 30px 30px;
}

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

	.circle,
	.alum-circle {
		display: block;
		width: 90%;
		margin: auto;
		margin-bottom: 48px;
	}

	.anchor-section,
	.anchor-section-full,
	.anchor-section-partial {
		display: block;
		width: 100%;
	}

	.swoop {
		display: none;
	}
}



/*--------------------------------------------------------------
# Teacher Template
--------------------------------------------------------------*/

.teacher-img {
	border-radius: 100%;
	display: inline-block;
	margin-right: 4%;
	width: 25%;
	vertical-align: top;
}

.teachers h3 {
	text-transform: uppercase;
}

.teacher-box {
	width: 45%;
	margin: 0% 2% 24px 2%;
	display: inline-block;
	vertical-align: top;
}

.teacher-text {
	display: inline-block;
	width: 70%;
}

@media only screen and (max-width: 1250px) {
	.teacher-box {
		width: 100%;
		margin: 24px 2%;
	}

	.teacher-img {
		width: 25%;
	}

}

@media only screen and (max-width: 600px) {
	.teacher-text {
		width: 100%;
	}

	.teacher-img {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Loves Template
--------------------------------------------------------------*/

.loves-section-right {
	padding-top: 60px;
	padding-bottom: 60px;
	display: block;
	margin-right: 10%;
	margin-left: 10%;
}

.loves-section-left {
	padding-top: 60px;
	padding-bottom: 60px;
	display: block;
	margin-left: 10%;
	margin-right: 10%;
}

.love-circle {
	width: 500px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
}

.left {
	margin-left: -80px;
	display: inline-block;
	max-width: 500px;
	max-height: 500px;
	float: left;
	margin-bottom: 48px;
	margin-right: 5%;
}

.right {
	margin-right: -80px;
	display: inline-block;
	max-width: 500px;
	max-height: 500px;
	float: right;
	margin-bottom: 48px;
	margin-left: 5%;
}

.love-circle:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.love-circle-content {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	max-width: 500px;
	max-height: 500px;
}

.content-row {
	clear: both;
}

.mobile-circle {
	display: none;
}



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

	.left {
		margin-left: 10%;
		margin-right: 10%;
		float: none;
	}

	.right {
		margin-left: 10%;
		margin-right: 10%;
		float: none;
	}

	.love-circle {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

	.left,
	.right {
		display: none;
	}

	.mobile-circle {
		display: block;
		margin-left: 10%;
		margin-right: 10%;
	}

	.loves-section-right,
	.loves-section-left {
		padding-top: 24px;
	}
}


/*--------------------------------------------------------------
# Form Template
--------------------------------------------------------------*/

#gform_wrapper_1 .ginput_container:after,
#gform_wrapper_2 .ginput_container:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: #FAA275;
	bottom: 0;
	left: 0;
}

#gform_wrapper_1 ul,
#gform_wrapper_1 li,
#gform_wrapper_2 ul,
#gform_wrapper_2 li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#gform_wrapper_1 textarea,
#gform_wrapper_2 textarea {
	height: 100px;
	font-family: var(--font1);
	font-size: 24px;
	font-weight: 700;
	width: 100%;
}

#gform_wrapper_1 input,
#gform_wrapper_2 input {
	font-family: var(--font1);
	font-size: 24px;
	font-weight: 700;
	width: 100%
}

#gform_wrapper_1 input::placeholder,
#gform_wrapper_2 input::placeholder,
#gform_wrapper_1 input::-webkit-input-placeholder,
#gform_wrapper_2 input::-webkit-input-placeholder {
	font-size: 17px;
}

@media (max-width: 767px) {

	#gform_wrapper_1 input::placeholder,
	#gform_wrapper_2 input::placeholder,
	#gform_wrapper_1 input::-webkit-input-placeholder,
	#gform_wrapper_2 input::-webkit-input-placeholder {
		white-space: break-spaces;
	}

	#gform_wrapper_1 input {
		padding-bottom: 20px;
	}
}

#gform_wrapper_1 .gform_button,
#gform_wrapper_2 .gform_button {
	color: #fff;
	font-family: var(--font1);
	font-size: 24px;
	text-transform: uppercase;
	background-color: #ee6c4d;
	border-radius: 100px;
	border: none;
	padding: 12px 24px;
	margin: 48px 0px;
}

/*
#gform_wrapper_1 .gform_button, #gform_wrapper_2 .gform_button{
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
transition: all 0.5s ease;
}
*/
.inquire-column-1 {
	width: 50%;
	display: inline-block;
	padding-right: 36px;
}

.inquire-column-2 {
	width: 49%;
	padding-left: 24px;
	display: inline-block;
	vertical-align: top;
	padding-top: 24px;
	padding-left: 10%;
}

.gfield-left {
	width: 48%;
	float: left;
}

.gfield-right {
	width: 48%;
	float: right;
}

#gform_confirmation_message_1 {
	color: #4a4a4a;
}


@media only screen and (max-width: 767px) {
	.inquire-column-1 {
		width: 100%;
		padding: 0px;
	}

	.inquire-column-2 {
		width: 100%;
		padding: 36px 0px 0px 0px;
	}

	.gfield-left,
	.gfield-right {
		width: 100%;
		float: none;
	}
}


/*--------------------------------------------------------------
# Calendar Plugin
--------------------------------------------------------------*/

.tribe-events-calendar th {
	background-color: #6F9CEB;
	color: #fff;
	font-family: var(--font1);
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	border-radius: 100px;
	background: #EE6C4D;
	font-family: var(--font1);
	font-size: 18px;
}

.tribe-bar-search-filter:after,
.tribe-bar-date-filter:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #FAA275;
	bottom: 0;
	left: 0;
}

#tribe-bar-form input[type=text] {
	border-bottom: none;
	text-transform: uppercase;
	font-family: var(--font1);
}

#tribe-bar-form input[type=text]:focus {
	outline: none;
}

#tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
	background: #fff;
}

#tribe-bar-form label {
	font-family: var(--font1);
	color: #262262;
	background-color: #fff;
}

.tribe-bar-views-inner {
	background: #fff;
}

#tribe-bar-form {
	background: #fff;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: #fff;
	font-family: var(--font1);
}

.tribe-bar-submit {
	margin-left: 0px;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #262262;
}

#tribe-events-pg-template,
.tribe-events-pg-template {
	max-width: 1400px;
}

#tribe-events-pg-template,
.tribe-events-pg-template {
	padding: 40px 10% 20px;
}

#tribe-bar-collapse-toggle {
	background: #FAA275;
	border-radius: 100px;
}

#tribe-events-footer~a.tribe-events-ical.tribe-events-button {
	border-radius: 18px;
}

.tribe-events-sub-nav li a {
	background-color: #fff;
}

.tribe-events-sub-nav li a:hover {
	color: #4a4a4a;
}

#tribe-events-footer {
	display: none;
}

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

	.tribe-events-calendar .tribe-events-present,
	.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
	.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a,
	.tribe-events-calendar td.tribe-events-present.mobile-active {
		background-color: #262262;
	}
}

/*------------------------
# Inner Calendar Pages
-----------------------*/

.tribe-events-event-image {
	text-align: left;
}

.tribe-events-event-image img {
	width: 256px;
}

.tribe-events-notices {
	background: #fdd9c7;
	border: 1px solid #FAA275;
}

.tribe-events-schedule {
	margin: 0px;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
	border-radius: 15px;
	font-family: var(--font1);
	background-color: #6F9CEB;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
	background-color: #6F9CEB;
	color: #fff;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.5s ease;
}

#tribe-bar-collapse-toggle:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.5s ease;
}



.tribe-events-day .tribe-events-day-time-slot h5 {
	background-color: #fff;
	color: #4a4a4a;
	font-size: 18px;
}

.tribe-events-loop .tribe-events-event-meta {
	color: #4a4a4a;
}

.tribe-events-list .tribe-events-list-event-title a {
	color: #262262;
}

.tribe-events-list .tribe-events-venue-details {
	margin: 8px 0px;
}


.tribe-events-list .tribe-events-list-event-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #6F9CEB;
	bottom: 0;
	left: 0;
	margin: 0px 0px 10px;
}

.tribe-events-list-separator-month {
	background-color: #fff;
	color: #4a4a4a;
	padding: 0px;
}

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

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


.image-circle {
	position: relative;
	width: 30%;
	max-width: 300px;
	min-width: 150px;
	float: right;
	margin-top: 12px;
	margin-left: 24px;
	margin-bottom: 24px;
}

.image-circle:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.image-content {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

@media only screen and (max-width: 420px) {
	.image-circle {
		width: 100%;
	}
}


.hideme {
	opacity: 0;
}

.btn {

	transition: all 0.5s ease;
}

.btn-primary {
	color: #fff;
	font-family: var(--font1);
	font-size: 24px;
	/* text-transform: uppercase; */
	background-color: #EAAB21;
	border-radius: 100px;
	border: none;
	padding: 12px 24px;
}

.btn-primary:hover {
	background-color: #C88D2B;
}

.btn-secondary {
	color: #fff;
	font-family: var(--font1);
	font-size: 18px;
	text-transform: uppercase;
	background-color: #ee6c4d;
	border-radius: 100px;
	border: none;
	padding: 12px 24px;
}

.btn-secondary:hover {
	background-color: #ee6c4d;
}

.btn-tertiary {
	color: #fff;
	font-family: var(--font1);
	font-size: 18px;
	text-transform: uppercase;
	background-color: #586EB4;
	border-radius: 100px;
	border: none;
	padding: 12px 24px;
}

.btn-tertiary:hover {
	background-color: #262262;
	color: #fff;
}

.btn-4 {
	color: #fff;
	font-family: var(--font1);
	font-size: 18px;
	text-transform: uppercase;
	background-color: #586EB4;
	border-radius: 100px;
	border: none;
	padding: 12px 24px;
}

.btn-4:hover {
	background-color: #262262;
}

.btn-5 {
	color: #fff;
	font-family: var(--font1);
	font-size: 18px;
	text-transform: uppercase;
	background-color: #262262;
	border-radius: 100px;
	border: none;
	padding: 12px 24px;
}

.btn-5:hover {
	background-color: #586EB4;
	color: #fff;
}

.btn:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.5s ease;
}



.btn-outline-primary {
	color: #fff;
	font-family: var(--font1);
	font-size: 24px;
	text-transform: uppercase;
	border-color: #fff;
	border-width: 3px;
	border-radius: 100px;
	padding: 12px 24px;
	display: inline-block;
}

.btn-outline-primary:hover {
	color: #262262;
	background-color: #fff;
	border-color: #fff;
}

.CTA_banner .btn-outline-primary {
	margin: 0px 24px;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

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



/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

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

@media only screen and (max-width: 991px) {
	#menu-left-navigation {
		width: fit-content;
		margin: auto;
	}

	.what_you_need_to_know,
	.contact_navigation {
		text-align: center;
	}
}


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






/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

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






/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	.standard-image {
		width: 130px;
	}
}

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


/*--------------------------------------------------------------
## iPhone
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	.navbar-brand {
		width: 100%;
		text-align: center;
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

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


/** Accordion ACF Field **/
.pcs-accordion {
	padding: 20px 0;
}

.pcs-accordion-item {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}

.pcs-accordion-header {
	background-color: #f1f1f1;
	color: #000;
	cursor: pointer;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	outline: none;
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.3s ease;
}

.pcs-accordion-header:hover {
	background-color: #ddd;
}

.pcs-accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, padding 0.3s ease-out;
	background-color: #fff;
	padding: 0 15px;
}

.pcs-accordion-content.open {
	padding: 15px;
	max-height: 100%;
	/* Adjust as needed */
}

.pcs-accordion-header.active .pcs-accordion-icon::before {
	content: "–";
	/* minus when open */
}

.pcs-accordion-icon::before {
	content: "+";
	/* plus when closed */
}

button.pum-close.popmake-close {
	top: 20px !important;
	right: 10px !important;
}

.pum-container.pum-responsive.pum-responsive-tiny {
	padding: 30px;
}

.pum-theme-1454,
.pum-theme-floating-bar {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.pum-theme-1454 .pum-content+.pum-close,
.pum-theme-floating-bar .pum-content+.pum-close {
	display: flex;
	align-items: center;
	justify-content: center;
}