/*!
Theme Name: lofi-panda
Theme URI: https://underscores.me/
Author: Micah Pope
Author URI: https://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lofi-panda
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

lofi-panda is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
#FILL THIS IN
--------------------------------------------------------------*/

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

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

/* COLORS */

:root {
	--primary-color: #425cc7;
	--primary-color-accent-block: #45c4ac;
	--primary-color-text: #5b6670;
	--secondary-color: #9eade5;
	--secondary-color-hover: #b3c3ff;
	--secondary-color-focus: #5166c1;
	--tertiary-color: #ffc557;
	--gray-accent: #d9d8d6;
	--dark-gray-accent: #a3a9ad;
}

/* 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%;
	overflow-x: hidden;
}

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

main {
	padding-bottom: 370px;
}

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

a {
	background-color: transparent;
}

hr {
	border: 1px solid #e6e6e6;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Bitter', serif;
	font-size: 1em;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Lato', sans-serif;
}

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

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

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

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

#page {
	position: relative;
	min-height: 100vh;
}

.screen-reader-text {
	display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 3px;
	background: var(--secondary-color);
    border-radius: 5px;
	color: white;
	font-size: 1.25rem;
	line-height: 1;
	padding: 15px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--secondary-color-hover);
	cursor: pointer;
}

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 {
	background: var(--secondary-color-focus);
}

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

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

select {
	border: 1px solid #ccc;
	background: white;
	padding: 5px;
	border-radius: 3px;
}

textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

label {
	display: block;
}

.search-form label {
	display: inline-block;
}

label[required]:after {
	content: " *";
	color: red;
}

.radio-wrapper label {
	display: inline-block;
}

.radio-element {
	display: block;
}

.required-info {
	color: red;
}

.form-element-horizontal-wrapper {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.form-horizontal-element {
	margin: 0 30px 0 0;
}

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

.distinguish-blog-posts .entry-content {
	width: 50%;
	margin: 0 auto;
}

.invisible {
	opacity: 0;
}

.custom-logo-link {
	display: inline-block;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.alignright {
	margin: 0 0 0 auto;
	display: block;
}

.alignleft {
	margin: 0 auto 0 0;
	display: block;
}

figcaption {
	text-align: center;
}

.center-image {
	width: 100%;
}

/* ##################### GLOBAL ELEMENTS ################## */

.flex-break {
	flex-basis: 100%;
	height: 0;
}

.large-button {
	padding: 20px;
	text-decoration: none;
	color: white;
}

.center-link-button {
	margin: 0 auto;
}

.submit-button-wrapper {
	display: flex;
	justify-content: center;
}

.giant-bottom-chevron-wrapper {
	position: fixed;
	bottom: 70px;
	z-index: 100;
	color: black;
	transition: all .5s;
	display: inline-block;
}

.giant-chevron-flex-wrapper {
	display: flex;
	justify-content: center;
}

.giant-chevron-flex-wrapper:hover {
	cursor: pointer;
}

.giant-bottom-chevron {
	font-size: 60px;																									
	color: white;
	text-shadow: 0 0 10px #2e2e2e;
}

.floating {  
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.unrotated {
	transform: rotate(0deg);
	transition: transform .2s linear;
}																																																														
  
.rotated {
	transform: rotate(180deg);
	transition: transform .2s linear;
}

.bold {
	font-weight: bold;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 20px); }
    to   { transform: translate(0, -0px); }    
}

.page-title-wrapper {
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	align-items: center;
}

.page-title {
	background: linear-gradient(180deg,rgba(255,255,255,0) 50%, var(--primary-color) 50%);
	color: white;
}

.basic-info-wrapper {
	margin: 0 auto;
	padding: 10px 0;
	width: 700px;
}

.info-title {
	text-align: center;
}

.center-content-wrapper {
	width: 700px;
	margin: 0 auto;
}

/* Header */

header {
	font-family: 'Lato', sans-serif;
}

.header-logo {
	position: absolute;
	z-index: 1;
	left: 200px;
	top: 20px;
	height: 120px;
}

.header-top {
	width: 90%;
	margin: 0 auto;
}

.header-top-wrapper {
	background: var(--secondary-color);
}

.header-top-inner-wrapper {
	display: flex;
	justify-content: space-evenly;
	width: 50%;
	margin: 0 5% 0 auto;
	align-items: center;
}

.header-bottom {
	box-shadow: 0px, 10px, 2px,black;
	background: white;
}

.main-navigation {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin-left: auto;
}

.header-inner-wrapper {
	margin: 0 auto;
	width: 70%;
}

.header-bottom a,
.dropdown-wrapper a {
	display: inline-block;
	text-decoration: none;
}

.header-mobile {
	background:var(--primary-color);
	display: none;
	justify-content: space-between;
	align-items: center;
}

.mobile-logo-wrapper {
	height: 50px;
}

.header-logo-mobile {
	height: 120px;
	position: absolute;
	z-index: 1;
	background: var(--primary-color);
	padding: 10px;
	border-bottom-right-radius: 10px;
}

.fa-bars {
	margin-right: 20px;
	color: white;
	border-radius: 5px;
	padding: 3px;
	font-size: 23px;
}

.fa-bars:active {
	color:var(--primary-color);
	background: white;
}

.header-mobile-links-wrapper {
	display: none;
	position: absolute;
	z-index: 100;
	background: var(--secondary-color);
	width: 100%;
	padding: 10px 0 30px;
	font-size: 24px;
	box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.5);
}

.mobile-dropdown-giving-wrapper {
	display: flex;
	justify-content: space-evenly;
	margin: 20px 0;
}

#mobile-donate-button {
	background: var(--tertiary-color);
}

#mobile-sponsor-button {
	background:var(--primary-color);
}

.mobile-giving-button {
	text-decoration: none;
	color: white;
	padding: 10px 15px;
	border-radius: 5px;
	text-align: center;
	width: 120px;
	font-variant: small-caps;
}

.mobile-actual-links-wrapper {
	margin: 0 0 0 45px;
}

.mobile-actual-links-wrapper a, .mobile-actual-links-wrapper span {
	display: block;
	text-decoration: none;
	color: white;
}

.mobile-actual-links-wrapper a:hover {
	text-decoration: underline;
}

.mobile-actual-links-wrapper span {
	font-size: 28px;
	margin: 5px 0 0;
	font-weight: bolder;
}

.dropdown-relative-wrapper {
	position: relative;
	display: none;
}

.dropdown-wrapper {
	position: absolute;
	width: 170px;
	top: -15px;
	z-index: 10;
	padding: 10px 15px;
	background: white;
	box-shadow: 0 0 10px 1px #2e2e2e;
}

.dropdown-wrapper a {
	color:var(--primary-color-text);
	margin: 10px 0;
	font-weight: bold;
}

.dropdown-wrapper a:hover {
	color: var(--secondary-color);
}

.ima-dropdown-wrapper {
	top: 0px;
}

.nav-link-wrapper {
	height: 100px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:var(--primary-color-text);
	font-weight: bold;
}

.nav-link-wrapper:hover {
	color: var(--secondary-color);
}

.dropdown-primary-text:hover + .dropdown-relative-wrapper, 
.dropdown-primary-text:hover + .dropdown-relative-wrapper .dropdown-wrapper a, 
.dropdown-relative-wrapper:hover, 
.dropdown-relative-wrapper:hover .dropdown-wrapper a{
	display: block;
}

.ima-text {
	display: inline-block;
	font-weight: bold;
	font-size: 25px;
}

.search-relative-wrapper {
	position: relative;
}

.search-wrapper {
	position: absolute;
	display: flex;
	width: 35px;
	top: -26px;
	padding: 10px;
	background: rgba(0,0,0,0);
	transition: background 0.2s linear;
	border-radius: 10px;
}

.search-form {
	visibility: hidden;
}

.search-form-hide {
	display: none;
}

.search-form-show {
	display: block;
}

.header-search {
	position: relative;
	top: 2px;
	padding: 0 5px 0 0;
}

.header-search:hover {
	color: black;
	cursor: pointer;
}

.search-submit {
	font-size: 1rem !important;
	padding: 8px !important;
}

.header-socials [class*="fa fa-"] {
    background-color: #333;
    border-radius: 50%;
    color: var(--gray-accent);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

.header-top-button-wrapper a {
	text-decoration: none;
	width: 110px;
	text-align: center;
}

.header-top-button-wrapper {
	display: flex;
}

.header-donate-button {
	background: var(--tertiary-color);
}

.header-sponsor-button {
	background: var(--primary-color);
}

.header-socials i {
	font-size: 23px;
	color: white;
	margin: auto 4px;
}

.header-socials i:hover {
	color: var(--primary-color)
}

/* Footer */

footer {
	background: var(--primary-color);
	color: white;
	position: absolute;
	bottom: 0;
	height: 370px;
	width: 100%;
}

footer a {
	color: white;
	text-decoration: none;
	margin: 6px 20px 6px 0;
	font-size: 13px;
}

footer a:hover {
	text-decoration: underline;
}

.inner-footer-wrapper {
	width: 70%;
	margin: 0 auto;
}

.footer-top-wrapper {
	display: grid;
	grid-template-columns: 1fr 2fr 3fr;
	border-bottom: 1px solid white;
	padding: 20px 0;
}

.footer-mailing-list-form {
	margin: 10px 0 0 0;
	display: flex;
	align-items: center;
}

.footer-mailing-list-form input[type="text"] {
	height: 50px;
}

.mailing-list-submit {
	margin: 0 0 0 10px;
}

.footer-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.footer-pages-list-wrapper, .footer-resource-center-list-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.footer-pages-col, .footer-resource-col {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.footer-contact-wrapper {
	display: flex;
}

.footer-contact-item {
	padding: 5px 12px;
}

.last-footer-contact-item {
	border: none;
}

.last-footer-contact-item a {
	font-size: 1em;
}

.footer-bottom-outer-wrapper {
	display: inline-block;
}

.footer-pages-wrapper {
	margin-right: 70px;
}

.footer-logo {
	margin-right: 40px;
}

.footer-logo, .footer-logo-bottom {
	height: 120px;
	align-self: center;
}

.footer-logo-bottom {
	display: none;
}

.footer-socials i {
	font-size: 20px;
}

/* ################### PAGES ###################### */

/* Homepage */

#homepage-banner {
	width: 100vw;
	max-height: 900px;
	object-fit: cover;
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
}

.mobile-banner-background {
	width: 100vw;
	max-height: 900px;
	object-fit: cover;
	display: block;
	max-width: 100%;
	height: auto;
	position: absolute;
}

.homepage-banner-text {
	text-align: center;
	position: absolute; 
	z-index: 10;
	top: 500px;
	left: 0; 
	width: 100%;
	color: white;
	font-size: 2.7em;
}

.homepage-banner-text-background {
	background: linear-gradient(180deg,rgba(255,255,255,0) 50%, var(--primary-color) 50%);
	color: white;
}

.homepage-triple-wrapper {
	display: flex;
	justify-content: space-evenly;
	clip-path: polygon(
		0 0, /* left top */
		100% 0, /* right top */ 
		100% 80%, /* right bottom */
		0 100% /* left bottom */
	);
	margin: 0 0 -170px;
}

.homepage-triple-box {
	text-align: center;
	width: 100%;
	padding: 0 20px 200px;
}

.triple-box-1, .triple-box-3 {
	background: var(--gray-accent);
}

.triple-box-2 {
	background: white;
}

.homepage-mission-wrapper {
	text-align: center;
	background: var(--tertiary-color);
	color: var(--primary-color-text);
	clip-path: polygon(
		0 15%, /* left top */
		100% 0, /* right top */ 
		100% 100%, /* right bottom */
		0 85% /* left bottom */
	);
	padding: 200px 0 200px;
	margin: 0 0 -150px;
	font-size: 1.2em !important;
}

.homepage-statistics-wrapper {
	background:var(--primary-color);
	color: white;
	clip-path: polygon(
		0 0, /* left top */
		100% 16%, /* right top */ 
		100% 84%, /* right bottom */
		0 100% /* left bottom */
	);
	display: grid;
	grid-template-columns: 900px 1fr;
	justify-content: space-between;
	margin: 0 0 -180px;
}

.homepage-statistics-image {
	object-fit: cover;
	height: 100%;
}

.homepage-statistics-image-wrapper {
	display: flex;
	justify-content: flex-end;
}

.homepage-statistics-info-wrapper {
	display: flex;
}

.homepage-statistics-text-wrapper {
	padding: 100px 0 140px;
	margin: 0 0 0 50px;
	width: 700px;
}

.homepage-statistics {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 2fr 1fr 2fr;
}

.statistic-arrow {
	width: 0px;
	height: 7px;
}

.countup-statistic-wrapper {
	display: block
}

.countup-statistic-first {
	font-size: 23px;
}

.countup-statistic-second {
	font-size: 40px;
}

.statistic-description-text-first-wrapper {
	grid-column: 1;
}

.statistic-description-text-second-wrapper {
	grid-column: 3;
}

.homepage-statistics span, .homepage-statistics img {
	align-self: center;
}

.homepage-statistics span {
	justify-self: center;
}

.homepage-success-stories {
	background: var(--gray-accent);
	clip-path: polygon(
		0 20%, /* left top */
		100% 0, /* right top */ 
		100% 80%, /* right bottom */
		0 100% /* left bottom */
	);
	padding: 150px 0 150px;
	display: flex;
	justify-content: space-evenly;
}

.homepage-facebook-feed {
	padding: 50px 0 50px;
}

.homepage-feed-item-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.homepage-feed-item {
	background: cyan;
	width: 30vw;
	color: white;
}

.donate-wrapper {
	background: var(--gray-accent);
	display: flex;
	justify-content: space-evenly;
	clip-path: polygon(
		0 40%, /* left top */
		100% 0, /* right top */ 
		100% 100%, /* right bottom */
		0 100% /* left bottom */
	);
	padding: 150px 0 100px;
	margin: 20px 0 0;
}

.homepage-corporate-carousel {
	height: 100px;
}

.wpsisac-slick-carousal-wrp {
	width: 80%;
	margin: 0 auto;
}

.wpsisac-slick-carousal.design-6 {
	margin-bottom: 0;
}

.wpsisac-image-slide-wrap {
	display: flex;
	align-items: center;
	margin: 0 30px;
}

.wpsisac-image-slide-wrap img {
	max-width: 300px;
	max-height: 70px;
}

.slick-dots {
	display: none;
}

/* Normal Page Common Elements */
.banner-image-wrapper {
	position: relative;
}

.banner-image {
	width: 100%;
	object-fit: cover;
	height: 600px !important;
	display: block;
	height: auto;
}

.banner-image-wrapper .breadcrumbs {
	position: absolute;
	z-index: 3;
	top: 50px; 
	left: 5vw; 
	background: var(--tertiary-color);
	padding: 4px 7px;
	border-radius: 5px;
}

.page-headline-text {
	margin: 0 auto 50px;
	width: 90%;
}

.intro-text-wrapper {
	background: var(--primary-color);
	color: white;
	font-size: 23px;
	text-align: center;
	clip-path: polygon(
		0 0, /* left top */
		100% 0, /* right top */ 
		100% 70%, /* right bottom */
		0 100% /* left bottom */
	);
	padding: 40px 0 80px;
}

.accent-info-wrapper {
	background: var(--gray-accent);
}

.accent-info-box {
	padding: 10px 30px 30px;
	border-radius: 10px;
	text-align: center;
	margin: 50px auto;
}

.center-content-image {
	width: 100%;
}

/* About Page */

.about-headline-image-wrapper {
	width: 100%;
	margin-top: 30px;
}

.about-headline-image-wrapper img {
	width: 50vw;
	margin: 0 auto;
	display: block;
}

.button-link-wrapper {
	display: block;
}

.button-link {
	margin: 0 auto;
	text-align: center;
	display: inline;
}

/* Impact page  */

.fact-boxes-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.a-fact {
	flex: 1 1 0;
	background-color: var(--secondary-color);
	margin: 10px;
	padding: 10px;
	min-width: 180px;
	text-align: center;
}

.difference-icon {
	text-align: center;
	width: 100%;
	font-size: 50px
}

.specific-programs-wrapper {
	width: 800px;
	margin: 0 auto;
}

.program-wrapper {
	margin: 50px 0;
	background:var(--primary-color);
	padding: 5px 35px;
	color: white;
}

.impact-success-stories {
	margin-bottom: 50px;
}

/* get involved page */

.animated-info-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
}

.animated-info {
	margin: 20px;
	width: 400px;
	position: relative;
}

.animated-info img {
	object-fit: cover;
	width: 100%;
	height: 400px;
}

.animated-info-flex-wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 0 20px;
	color: white;
	bottom: 0;
	height: 150px;
	transition: height 0.4s;
	display: flex;
	align-items: center;
	background:var(--primary-color);
}

.animated-info:hover .animated-info-flex-wrapper {
	height: 100%;
}

/* Calendar */

.tribe-events-list-widget {
	margin: 50px auto;
	padding: 0;
	width: 90%;
}

.tribe-list-widget {
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 300px;
	gap: 20px;
}

.tribe-events-widget-link {
	display: none;
}

.tribe-list-widget li {
	display: inline-block;
	width: 100%;
	position: relative;
	background:var(--primary-color);
	color: white;
}

.tribe-list-widget a {
	color: white;
	text-decoration: none;
}

.tribe-list-widget li img {
	object-fit: cover;
	width: 100%;
}

.tribe-events-event-image,
.tribe-events-list-widget-events {
	margin: 0 !important;
	padding: 0 !important;
}

.event-text-wrapper {
	text-align: center;
	padding: 10px;
	background:var(--primary-color);
	color: white;
	height: 250px;
}

.event-text-absolute-wrapper {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.widget-title {
	display: none;
}

.all-events-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.event-date-time, .event-excerpt {
	display: block;
}

.tribe-events-event-image {
	width: 100%;
}

.tribe-events-event-image img {
	width: 100%;
	object-fit: cover;
}

.single-event-header-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-event-header-text-wrapper {
	position: absolute;
	text-align: center;
	color: white;
}

/* donate */

.page-id-62 .giant-chevron-flex-wrapper {
	display: none;
}

.page-id-62 .entry-title {
	display: none;
}

.donate-background-block {
	position: relative;
}

.donate-background-image {
	min-height: 100vh;
	object-fit: cover;
	display: block;
	max-width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	z-index: -20;
}

.donation-form-wrapper {
	width: 400px;
	margin: 70px 0 70px 25vw;
	background: white;
	padding: 10px 30px;
	border-radius: 7px;
}

.donation-form-wrapper .horiz input[type="radio"]:checked {
	background: black;
}

.currency-wrapper {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px;
	color: gray;
}

#donation-amount {
	border: 0;
	height: 100%;
	margin: 8px 0 15px;
}

#donation-amount:focus {
	outline: none;
}

#donation-form label {
	margin-top: 10px;
}

.donation-bottom-suggestion {
	border: none;
	border-radius: 3px;
	background: var(--secondary-color);
    border-radius: 5px;
	color: white;
	font-size: 1.25rem;
	padding: 15px 20px;
	text-decoration: none;
	text-align: center;
}

.donation-bottom-suggestion:hover {
	background: var(--secondary-color-hover);
	cursor: pointer;
}

.donation-bottom-suggestion:active,
.donation-bottom-suggestion:focus {
	background: var(--secondary-color-focus);
}

.donation-value-wrapper {
	margin: 0 0 30px;
}

.donate-bottom-form {
	display: grid;
	grid-template-columns: repeat(4, 100px);
	gap: 20px;
}

.donate-bottom-form input {
	grid-column: 1 / span 2;
	padding: 10px;
}

.donate-bottom-form button {
	grid-column: 3;
}

#checkout-button {
	margin: 20px 0;
}

.application-form-wrapper {
	margin: 50px auto 80px;
}

.application-form-wrapper label {
	margin-top: 10px;
}

.total-contact-wrapper {
	display: flex;
	justify-content: center;
	margin: 50px auto;
	flex-wrap: wrap;
}

.contact-information-wrapper {
	width: 300px;
	background:var(--primary-color);
	color: white;
	padding: 20px;
}

.contact-form-wrapper {
	width: 700px;
	margin: 0 0 0 20px;
}

.contact-form-wrapper input, .contact-form-wrapper textarea {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 15px;
}

.contact-form-wrapper input[type="submit"] {
	width: 100px;
}

.contact-form-wrapper textarea {
	height: 200px;
}

.contact-information-headers {
	font-size: 18px;
}

.grecaptcha-badge {
	z-index: 20;
}

.form-handler-page-wrapper {
	margin-top: 60px;
}

.latest-blog-wrapper {
	margin-top: 30px;
}

.blog-and-events-wrapper {
	width: 90%;
	margin: 30px auto 50px;
	text-align: center;
}

.blog-post-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 200px;
	margin: 0 0 30px;
	text-align: start;
}

.blog-post-image-wrapper {
	grid-row-start: 1;
	grid-column: 3 / span 2;
	height: 100%;
}

.blog-post-image-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.blog-post-text-wrapper {
	grid-row: 1;
	background:var(--primary-color);
	grid-column: 1 / span 3;
	z-index: 1;
	padding: 20px 175px 20px 20px;
	clip-path: polygon(
		0 0, /* left top */
		100% 0, /* right top */ 
		80% 100%, /* right bottom */
		0 100% /* left bottom */
	);
}

.blog-post-title, .blog-post-text {
	display: block;
	color: white;
	text-decoration: none;
}

.blog-post-title {
	font-size: 24px;
	margin-bottom: -4px;
}

.blog-post-date {
	font-size: 14px;
}

.blog-post-text {
	margin-top: 10px;
}

.blog-post-link-wrapper {
	text-decoration: none;
	color: white;
}

.entry-header {
	position: absolute;
	text-align: center;
	margin: 130px auto 0;
	width: 100%;
	color: white;
}

.post-thumbnail img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.updated, .byline {
	display: none;
}

.posted-on a {
	color: white;
	text-decoration: none;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

.post-navigation a {
	color: white;
	background: var(--secondary-color);
	margin: 20px 40px;
	padding: 20px;
	border-radius: 3px;
	text-decoration: none;
}

.post-navigation {
	margin: 0 0 50px;
}

.tribe-events-calendar-list {
	display: grid;
	grid-template-columns: repeat(3, 350px);
	grid-template-rows: 1fr;
	gap: 40px;
	padding-bottom: 400px;
}

.event-calendar-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.tribe-events-calendar-list__event-row {
	position: relative;
}

.tribe-events-calendar-list__event-featured-image {
	width: 100%;
	object-fit: cover;
	height: 200px;
}

.tribe-events-calendar-list__event-date-tag {
	display: none;
}

.tribe-events-calendar-list__event-featured-image-wrapper {
	background:var(--primary-color);
	margin-bottom: -2px;
}

.tribe-events-calendar-list__event-description {
	background:var(--primary-color);
}

.tribe-events-calendar-list__event-description p {
	margin: 0;
	color: white;
	padding: 20px;
	height: 300px;
}

.tribe-events-calendar-list__event-header {
	position: absolute;
	top: 0;
	text-align: center;
	margin: 40px auto 0;
	width: 100%;
	color: white;
}

.tribe-events-calendar-list__event-header a {
	color: white;
	text-decoration: none;
}

/* Mentor page */

#mentor-resource-center-img {
	height: 400px;
	object-fit: cover;
	object-position: 50% 20%;
}

.ui-accordion-content {
	font-family: 'Bitter', serif;
	padding: 10px !important;
}

.ui-accordion-content li {
	margin-bottom: 7px;;
}

.ui-accordion-content {
	background: white
}

.ui-state-default {
	background: var(--dark-gray-accent);
	border: 1px solid var(--dark-gray-accent)
}

.ui-state-active {
	background: var(--primary-color);
	color: white !important;
}

.ui-icon-triangle-1-s {
	color: white !important;
}

.total-get-involved-box-wrapper {
	padding: 20px 0 50px;
}

.get-involved-box-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 15px;
}

.get-involved-box-single {
	height: 300px;
	position: relative;
	display: grid;
}

.get-involved-box-single img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.get-involved-box-single:hover img {
	opacity: .6;
}

.get-involved-box-single h2 {
	position: absolute;
	text-align: center;
	color: white;
	align-self: end;
	justify-self: center;
	margin-bottom: 80px;
	background: linear-gradient(180deg,rgba(255,255,255,0) 50%, var(--primary-color) 50%);
}

.post-164 .entry-title {
	display: none;
}

#prospective-app-link {
	margin: 50px auto 0;
}

.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.checkbox-wrapper label, .checkbox-wrapper input {
	display: inline-block;
}

.checkbox-item-wrapper {
	display: block;
}

.item-form-element {
	margin: 0 0 30px;
}

.ferpa-legal-notice {
	height: 150px;
	overflow-y: scroll;
	border: 1px solid #777777;
	padding: 13px;
}

#student-signature, #parent-name, #parent-signature, #date-signature {
	height: 200px;
	width: 100%;
	border: 1px solid black;
}

.image-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	margin: 20px 0;
}

.image-wrapper img {
	width: 100%;
	padding: 0 5px;
}

/* #student-signature-data, #parent-signature-data {
	display: none;
} */

/* screen size rules */

@media only screen and (max-width: 1600px) {
	.header-top-inner-wrapper {
		width: 50%;
		margin: 0 0 0 auto;
		justify-content: space-between;
	}
	.header-top {
		margin: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 1500px) {
	.about-headline-image-wrapper img {
		width: 70vw;
	}
	.homepage-statistics-wrapper {
		clip-path: polygon(
			0 0, /* left top */
			100% 15%, /* right top */ 
			100% 85%, /* right bottom */
			0 100% /* left bottom */
		);
		grid-template-columns: 700px 1fr;
	}
	.homepage-statistics-text-wrapper {
		width: 600px;
	}
	.homepage-banner-text {
		top: 400px;
	}
}

@media only screen and (max-width: 1400px) {
	.inner-footer-wrapper {
		width: 90%;
	}
}

@media only screen and (max-width: 1300px) {
	.animated-info-wrapper {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	.main-navigation {
		width: 70%;
	}
	.header-inner-wrapper {
		width: 100%;
	}
	.header-top-inner-wrapper {
		width: 65%;
	}	
	.header-logo {
		left: 10px;
	}
	.total-contact-wrapper {
		width: 95%;
	}
	.footer-top-wrapper {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.footer-pages-wrapper {
		margin-right: 40px;
	}
	.footer-logo {
		margin-right: 30px;
	}
	.tribe-events-calendar-list {
		grid-template-columns: repeat(2, 350px);
	}
	.distinguish-blog-posts .entry-content {
		width: 70%;
	}
}

@media only screen and (max-width: 1100px) {
	.about-headline-image-wrapper img {
		width: 90vw;
	}
	.blog-post-image-wrapper {
		display: none;
	}
	.blog-post-wrapper {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	.blog-post-text-wrapper {
		padding: 20px;
		clip-path: polygon(
			0 0, /* left top */
			100% 0, /* right top */ 
			100% 100%, /* right bottom */
			0 100% /* left bottom */
		);
	}
	.wpsisac-slick-carousal-wrp {
		width: 100%;
	}
	.homepage-mission-wrapper {
		clip-path: polygon(
			0 0, /* left top */
			100% 0, /* right top */ 
			100% 100%, /* right bottom */
			0 100% /* left bottom */
		);
		margin: 0;
		padding: 50px;
	}
	.homepage-statistics-wrapper {
		clip-path: polygon(
			0 0, /* left top */
			100% 0, /* right top */ 
			100% 100%, /* right bottom */
			0 100% /* left bottom */
		);
		grid-template-columns: 1fr;
		margin: 0 0 -30px;
	}
	.homepage-statistics-image-wrapper {
		display: none;
	}
	.homepage-statistics-text-wrapper {
		margin: 0 auto;
		padding: 50px 0;
	}
	.donate-wrapper {
		clip-path: polygon(
			0 0, /* left top */
			100% 0, /* right top */ 
			100% 100%, /* right bottom */
			0 100% /* left bottom */
		);
		padding: 50px 0;
	}
	.homepage-banner-text {
		top: 300px;
	}
	.contact-information-wrapper {
		width: 100%;
	}
	.contact-form-wrapper {
		margin: 30px 0 0;
	}
}

@media only screen and (max-width: 950px) {
	.footer-logo {
		display: none;
	}
	.footer-top-wrapper {
		grid-template-columns: 1fr;
	}
	.footer-mailing-list-form {
		display: none;
	}
	.footer-pages-list-wrapper {
		grid-template-columns: 1fr 1fr;
		width: 70%
	}
	footer {
		height: 670px;
	}
	.footer-socials {
		margin: 20px 0;
	}
	.footer-contact-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		font-size: 11px;
	}
	.footer-bottom-wrapper {
		justify-content: start;
		align-items: flex-start;
	}
	main {
		padding-bottom: 670px;
	}
	.footer-logo-bottom {
		display: block;
	}
	.tribe-events-calendar-list {
		padding-bottom: 700px;
	}
}

@media only screen and (max-width: 900px) {
	.center-content-wrapper {
		width: 90%;
	}
	.homepage-triple-wrapper {
		flex-wrap: wrap;
		flex-direction: column;
		clip-path: polygon(
			0 0, /* left top */
			100% 0, /* right top */ 
			100% 100%, /* right bottom */
			0 100% /* left bottom */
		);
		margin: 0;
	}
	.homepage-triple-box {
		padding: 0 20px 50px;
	}
	.fact-boxes-wrapper {
		width: 98%;
	}
	.get-involved-box-wrapper {
		grid-template-columns: 1fr;
		max-width: 350px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 800px) {
	.donate-wrapper {
		clip-path: polygon(
			0 0, /* left top */
			100% 0, /* right top */ 
			100% 100%, /* right bottom */
			0 100% /* left bottom */
		);
	}
	.intro-text-wrapper {
		clip-path: polygon(
			0 0, /* left top */
			100% 0, /* right top */ 
			100% 100%, /* right bottom */
			0 100% /* left bottom */
		);
		padding: 50px 0;
	}
	.post-navigation {
		display: none;
	}
	.tribe-events-calendar-list {
		grid-template-columns: repeat(1, 350px);
	}
	.about-headline-image-wrapper img {
		width: 100vw;
	}
}

@media only screen and (max-width: 760px) {
	.header-mobile {
		display: flex;
	}
	.header-wide {
		display: none;
	}
	.breadcrumbs {
		display: none;
	}
	.donation-form-wrapper {
		width: 90%;
		margin: 100px auto;
	}
	.footer-mailing-list-form {
		display: none;
	}
	.footer-pages-list-wrapper {
		width: 100%
	}
	.donate-wrapper {
		flex-wrap: wrap;
	}
	.donate-wrapper h1 {
		text-align: center;
	}
	.donate-bottom-form {
		grid-template-columns: 100px 100px;
	}
	.donate-bottom-form input {
		grid-column: 1;
	}
	.donate-bottom-form button {
		grid-column: 2;
	}
	.homepage-banner-text {
		top: 100px;
	}
}

@media only screen and (max-width: 650px) {
	.homepage-corporate-carousel {
		display: none;
	}
	#homepage-banner {
		display: none;
	}
	.mobile-banner-background {
		height: 80vh;
		width: 100%;
		position: relative
	}
	.homepage-banner-text {
		top: 100px;
	}
	.homepage-statistics-text-wrapper {
		width: 95%;
	}
	.homepage-statistics {
		grid-template-columns: 1fr 50px 1fr;
	}
	.homepage-statistics-text-wrapper h1 {
		text-align: center;
	}
	.distinguish-blog-posts .entry-content {
		width: 90%;
		margin-bottom: 100px;
	}
	.giant-chevron-flex-wrapper {
		display: none;
	}
}

@media only screen and (max-width: 550px) {
	.footer-bottom-outer-wrapper, .footer-contact-wrapper, .footer-bottom-wrapper {
		display: block;
	}
	footer {
		height: 750px;
	}
	.footer-contact-item {
		padding: 5px 0;
	}
	main {
		padding-bottom: 750px;
	}
}

@media only screen and (max-width: 440px) {
	.tribe-events-calendar-list {
		grid-template-columns: repeat(1, 90%);
		justify-content: center;
	}
	.distinguish-blog-posts .entry-content {
		width: 96%;
	}
}