/**
Theme Name: AACF 2024
Author: theTurtleRoom
Author URI: https://theturtleroom.org
Description: Child theme for Astra developed for AACF and ACI
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aacf-2024
Template: astra
*/

/*

Medium Purple-blue: var(--ast-global-color-0)
Dark Purple-blue: var(--ast-global-color-1)
Medium Green: var(--ast-global-color-2)
Light Green: var(--ast-global-color-3)
Purple-gray: var(--ast-global-color-4)
White: var(--ast-global-color-5)
Bright Purple: var(--ast-global-color-6)
Very Dark Purple-blue: var(--ast-global-color-7)
Charcoal: var(--ast-global-color-8)


*/
:root {
  --ast-global-color-9: #f2f3f9;
  --ast-global-color-10: #0e512d;
}

/*8b7bd0*/
.secondary li *, .site-footer li *, .site-header li *, li, input, a {
	transition: all .2s linear;
}
.text-center {
	text-align: center!important;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width-inner-wrap {
    z-index: 1;
    position: relative;
}

.bg-color-0 {
	background-color: var(--ast-global-color-0);
}
.bg-color-1 {
	background-color: var(--ast-global-color-1);
}
.bg-color-2 {
	background-color: var(--ast-global-color-2);
}
.bg-color-3 {
	background-color: var(--ast-global-color-3);
}
.bg-color-4 {
	background-color: var(--ast-global-color-4);
}
.bg-color-5 {
	background-color: var(--ast-global-color-5);
}
.bg-color-6 {
	background-color: var(--ast-global-color-6);
}
.bg-color-7 {
	background-color: var(--ast-global-color-7);
}
.bg-color-8 {
	background-color: var(--ast-global-color-8);
}
.bg-color-9 {
	background-color: var(--ast-global-color-9);
}
.color-0, h1.color-0, h2.color-0 {
	color: var(--ast-global-color-0);
}
.color-1, h1.color-1, h2.color-1 {
	color: var(--ast-global-color-1);
}
.color-2, h1.color-2, h2.color-2 {
	color: var(--ast-global-color-2);
}
.color-3, h1.color-3, h2.color-3 {
	color: var(--ast-global-color-3);
}
.color-4, h1.color-4, h2.color-4 {
	color: var(--ast-global-color-4);
}
.color-5, h1.color-5, h2.color-5 {
	color: var(--ast-global-color-5);
}
.color-6, h1.color-6, h2.color-6 {
	color: var(--ast-global-color-6);
}
.color-7, h1.color-7, h2.color-7 {
	color: var(--ast-global-color-7);
}
.color-8, h1.color-8, h2.color-8 {
	color: var(--ast-global-color-8);
}
.color-9, h1.color-9, h2.color-9 {
	color: var(--ast-global-color-9);
}
.border-color-0, .border-color-0:before, .border-color-0:after {
	border-color: var(--ast-global-color-0);
}
.border-color-1, .border-color-1:before, .border-color-1:after {
	border-color: var(--ast-global-color-1);
}
.border-color-2, .border-color-2:before, .border-color-2:after {
	border-color: var(--ast-global-color-2);
}
.border-color-3, .border-color-3:before, .border-color-3:after {
	border-color: var(--ast-global-color-3);
}
.border-color-4, .border-color-4:before, .border-color-4:after {
	border-color: var(--ast-global-color-4);
}
.border-color-5, .border-color-5:before, .border-color-5:after {
	border-color: var(--ast-global-color-5);
}
.border-color-6, .border-color-6:before, .border-color-6:after {
	border-color: var(--ast-global-color-6);
}
.border-color-7, .border-color-7:before, .border-color-7:after {
	border-color: var(--ast-global-color-7);
}
.border-color-8, .border-color-8:before, .border-color-8:after {
	border-color: var(--ast-global-color-8);
}
.border-color-9, .border-color-9:before, .border-color-9:after {
	border-color: var(--ast-global-color-9);
}


/* Header Styles */
html[lang="fr-FR"] .ast-builder-menu-1 .menu-item > .menu-link {
	padding-left:0.745em;
	padding-right:0.745em;
}
html[lang="fr-FR"] .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
	padding-left:16px;
	padding-right:16px;
}
.ast-above-header-bar {
	border: none;
}
.ast-builder-language-switcher-menu {
	font-style: italic;
}
.ast-builder-language-switcher-menu-item-header:has(.ast-lswitcher-item-header:hover) {
	background: var(--ast-global-color-3);
}
.ast-builder-language-switcher-menu-item-header:has(a.ast-builder-language-switcher-item__active) {
	background: var(--ast-global-color-0);
}
.wpml-ls-legacy-dropdown {
	font-size: 16px;
	font-style: italic;
}

/* General Pages */
.home .site .site-content #primary {
    margin-top: 0;
}
/* .row-frame {
	position: relative;
} */
.gradient-top-border {
	/* border-style: solid;
	border-image-slice: 1;
    border-top-width: 5px;
    border-image-source: linear-gradient(90deg, var(--ast-global-color-0), #126639 100%); */
	border-top: 5px solid var(--ast-global-color-1);
}
.container-frame {
	padding-top: 80px;
	padding-bottom: 80px;
}
.row-frame.toprightthin:before {
    box-sizing: border-box;
    position: absolute;
    top: 73px;
    right: 13px;
    border-top: 7px solid var(--ast-global-color-6);
    border-right: 7px solid var(--ast-global-color-6);
	border-radius: 7px;
	border-top-right-radius: 0px;
    width: 28px;
    height: 28px;
    z-index: 99;
}
.row-frame.topleftthin:before {
	box-sizing: border-box;
    position: absolute;
    top: 73px;
    left: 13px;
    border-top: 7px solid var(--ast-global-color-3);
    border-left: 7px solid var(--ast-global-color-3);
	/*border-radius: 7px;*/
	border-top-left-radius: 7px;
    width: 28px;
    height: 28px;
    z-index: 99;
}
.row-frame.bottomleftthick:after {
    box-sizing: border-box;
    position: absolute;
    bottom: 60px;
    left: 0px;
    border-bottom: 20px solid var(--ast-global-color-6);
    border-left: 20px solid var(--ast-global-color-6);
    width: 70px;
    height: 70px;
    z-index: 99;
	border-radius:20px;
	border-bottom-left-radius: 0px;
	
}
.row-frame.bottomrightthick:after {
	box-sizing: border-box;
    position: absolute;
    bottom: 60px;
    right: 0px;
    border-bottom: 20px solid var(--ast-global-color-3);
    border-right: 20px solid var(--ast-global-color-3);
    width: 70px;
    height: 70px;
    z-index: 99;
	/*border-radius:20px;*/
	border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
	.core-value {
		max-height: 350px;
		overflow: hidden;
	}
}
.core-value h2 {
	margin-top: 5px;
	font-size: 60px;
    font-size: 3rem;
	text-transform: none;
	text-shadow: 2px 2px 1px #333;
}
.core-value p {
	font-size: 21px;
    font-size: 1.05rem;
}
.core-value img {
	height: 100%;
	width: auto;
}
.core-value img.alignleft {
	margin-left: -20px;
}
.core-value img.alignright {
	margin-right: -20px;
}
.programs-container {
	margin-top: 50px;
}
h2.homepage-programs {
	font-weight: 500;
    line-height: 1;
	font-size: 60px;
    font-size: 3rem;
}
.button.homepage-programs {
	font-size: 24px;
	font-size: 1.2rem;
	font-weight: 700;
	border-radius: 0;
	border-width: 2px;
	border-color: var(--ast-global-color-2);
}
.button.homepage-programs:hover, .button.homepage-programs:focus {
	background-color: var(--ast-global-color-6);
	border-color: var(--ast-global-color-0);
}

h2.info_section_title {
	border-bottom: 2px solid var(--ast-global-color-6);
    font-weight: 500;
}

.mission-bg {
	margin-top: -80px;
	margin-bottom: 80px;
	position: relative;
	background-image: url('/wp-content/uploads/2024/07/S.Cerchio_MAR20110727A255-scaled.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mission-bg:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-color: #000;
}
.entry-content .about-page h2 {
	font-size: 57px;
    font-size: 2.85rem;
	font-weight: 500;
	line-height: 1;
}
.entry-content .about-page.mission-history h2 {
	color: #fff;
	text-shadow: 2px 2px 4px #333;
}
.entry-content .about-page.mission-history p {
	color: #fff;
	text-shadow: 2px 2px 1px #333;
}
.button.about-team {
	font-size: 22px;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 0;
	border-width: 2px;
	border-color: var(--ast-global-color-2);
	position: absolute;
	top: 0;
	right: 20px;
}
.button.about-other {
	font-size: 22px;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 0;
	border-width: 2px;
	border-color: var(--ast-global-color-2);
}
.button.about-team:hover, .button.about-team:focus, .button.about-other:hover, .button.about-other:focus {
	background-color: var(--ast-global-color-6);
	border-color: var(--ast-global-color-0);
}

/* About Sidebar */
.about-sidebar-html h3, .about-sidebar-html h4, .about-sidebar-html p {
	line-height: 1.2;
	margin-bottom: 25px;
}

/* Custom Headers */

.ast-advanced-headers-wrap, .ast-advanced-headers-title {
    font-size: 1.75em;
    font-weight: 700;
    text-shadow: 2px 2px 5px #444;
}
@media (min-width: 768px) {
	.ast-advanced-headers-wrap, .ast-advanced-headers-title {
		font-size: 2.25em;
	}
}

/* Programs/Projects */


.entry-content h1.simple_page_header {
	font-weight: 500;
	line-height: 1;
}
.simple_page_hr {
	background-color: var(--ast-global-color-6);
}

.single-programs .ast-advanced-headers-wrap, .single-programs .ast-advanced-headers-title, .single-projects .ast-advanced-headers-wrap, .single-projects .ast-advanced-headers-title {
    color: #fff;
	font-size: 80px;
	font-size: 2em;
    font-weight: 300;
    text-shadow: 2px 2px 5px #444;
}
.single-programs .post-navigation a, .single-projects .post-navigation a {
	color: var(--ast-global-color-0);
}
.single-programs .post-navigation a:hover, .single-projects .post-navigation a:hover {
	color: var(--ast-global-color-6);
	transform: scale(1.1); 
}
.single-programs .post-navigation .fa-solid, .single-projects .post-navigation .fa-solid {
	font-size: 30px;
	font-size: 1.5em;
}
.single-programs .post-navigation .fa-grip, .single-projects .post-navigation .fa-grip {
	font-size: 45px;
	font-size: 2.25em;
}

.singleProjectImageContainer {
	position: relative;
	display: flex; 
}
.singleProjectImageOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--ast-global-color-0);
	opacity: 0;
	transition: opacity .2s linear;
}
a:hover .singleProjectImageOverlay {
	opacity: 0.5;
}
.singleProjectReadMoreLink {
	font-family: "museo-slab";
	font-weight: 700;
	color: #ffffff;
	font-size: 22px;
    font-size: 1.1em;
    line-height: 1.5em;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--ast-global-color-1);
	transition: all .2s linear;
	opacity: 0;
}
a:hover .singleProjectReadMoreLink {
	opacity: 1;
}
.singleProjectReadMoreLink:hover {
	background-color: var(--ast-global-color-3);
}
.programProjectTitle {
	margin-top: 7px;
}
a .programProjectTitle {
	color: var(--ast-global-color-1);
}
a:hover .programProjectTitle {
	color: var(--ast-global-color-6);
}

/* Tooltips */

.tooltips-aci {
	border-radius: 5px; 
	border: 2px solid var(--ast-global-color-6);
	background: var(--ast-global-color-6);
	color: #fff;
}

.tooltips-aci .tooltipster-content {
	font-family: "museo", serif;
	text-align: center;
	padding: 8px 10px;
	overflow: hidden;
	color: #fff;
	font-size: 17px;
	font-size: 0.85rem;
	line-height: 1.5;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-slide-show {
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}



/* #primary,#secondary{padding:1.5em 0;margin:0;}
#primary {
    margin: 4em 0;
}
@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}
@media (min-width: 922px) {
    #primary {
        width: 70%;
    }
}
@media (min-width: 993px) {
    .ast-right-sidebar #primary {
        padding-right: 60px;
    }
}
@media (min-width: 922px) {
    .ast-right-sidebar #primary {
        border-right: 1px solid var(--ast-border-color);
    }
}
.site .site-content #primary {
    margin-top: 80px;
}
#secondary, #secondary button, #secondary input, #secondary select, #secondary textarea {
    font-size: 20px;
    font-size: 1rem;
}
#secondary {
    margin: 4em 0 2.5em;
    word-break: break-word;
    line-height: 2;
}
@media (min-width:922px) {
    #primary {
        width: 70%;
    }
    #secondary {
        width: 30%;
    }
}
@media (min-width: 922px) {
    #secondary {
        width: 30%;
    }
}
@media (min-width: 993px) {
    .ast-right-sidebar #secondary {
        padding-left: 60px;
    }
}
@media (min-width: 922px) {
    .ast-right-sidebar #secondary {
        border-left: 1px solid var(--ast-border-color);
        margin-left: -1px;
    }
}

@media (max-width:921px) {
    .ast-right-sidebar #primary {
        padding-right: 0;
    }
    .ast-page-builder-template.ast-left-sidebar #secondary,
    .ast-page-builder-template.ast-right-sidebar #secondary {
        padding-right: 20px;
        padding-left: 20px;
    }
    .ast-right-sidebar #secondary,
    .ast-left-sidebar #primary {
        padding-left: 0;
    }
    .ast-left-sidebar #secondary {
        padding-right: 0;
    }
}

@media (min-width:922px) {
    .ast-separate-container.ast-right-sidebar #primary,
    .ast-separate-container.ast-left-sidebar #primary {
        border: 0;
    }
    .search-no-results.ast-separate-container #primary {
        margin-bottom: 4em;
    }
}

@media (min-width:922px) {
    .ast-right-sidebar #primary {
        border-right: 1px solid var(--ast-border-color);
    }
    .ast-left-sidebar #primary {
        border-left: 1px solid var(--ast-border-color);
    }
    .ast-right-sidebar #secondary {
        border-left: 1px solid var(--ast-border-color);
        margin-left: -1px;
    }
    .ast-left-sidebar #secondary {
        border-right: 1px solid var(--ast-border-color);
        margin-right: -1px;
    }
    .ast-separate-container.ast-two-container.ast-right-sidebar #secondary {
        padding-left: 30px;
        padding-right: 0;
    }
    .ast-separate-container.ast-two-container.ast-left-sidebar #secondary {
        padding-right: 30px;
        padding-left: 0;
    }
    .ast-separate-container.ast-right-sidebar #secondary,
    .ast-separate-container.ast-left-sidebar #secondary {
        border: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .ast-separate-container.ast-two-container #secondary .widget:last-child {
        margin-bottom: 0;
    }
}
#secondary {
    margin: 4em 0 2.5em;
    word-break: break-word;
    line-height: 2;
}

#secondary li {
    margin-bottom: 0.25em;
}

#secondary li:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .js_active .ast-plain-container.ast-single-post #secondary {
        margin-top: 1.5em;
    }
}

.ast-separate-container.ast-two-container #secondary .widget {
    background-color: #fff;
    padding: 2em;
    margin-bottom: 2em;
}

@media (min-width: 993px) {
    .ast-left-sidebar #secondary {
        padding-right: 60px;
    }
    .ast-right-sidebar #secondary {
        padding-left: 60px;
    }
}

@media (max-width: 993px) {
    .ast-right-sidebar #secondary {
        padding-left: 30px;
    }
    .ast-left-sidebar #secondary {
        padding-right: 30px;
    }
} */



.wp-caption-text {
	font-size: 13px;
	color: #888888;
	margin-bottom: 0!important;
	text-align: center;
}

.wp-caption.alignleft {
	margin: 0 20px 15px 0;
}

.wp-caption.alignright {
	margin: 0 0 15px 20px;
}

.wp-caption.alignright .wp-caption-text {
	margin-right: 10px;
}

.post_content_holder .column1 div, .post_content_holder .column2 div, .post_content_holder .column3 div, .post_content_holder .column4 div {
	padding: 0 10px;
}

.project-list {
	list-style: none;
}

.project-list-item {
	margin-bottom: 10px;
	margin-left: 15px;
}

.project-list-item i {
	margin-right: 7px;
}

.projectpartners {
	text-align: center;
}

.projectpartners .partner-logo {
	margin-bottom: 50px;
}

.projectpartnersh {
	margin-bottom: 10px!important;
}

.projectpartnersh span {
	border-bottom: solid 2px var(--ast-global-color-6);
}

.projectparams {
	text-transform: none;
	font-weight: 500;
	margin-bottom: 20px!important;
}

.projectpartnersh a, .projectparams a {
	color: #5362A9;
}

p.project-list-top {
	margin-bottom: 10px!important;
}

.project-gallery-image {
	margin: 1% 0;
	padding-left: 1%;
	padding-right: 1%;
	width:33%;
	float: left;
}

.project-gallery-img {
	margin: 0 auto;
}

.project_classification {
	margin-bottom: 35px;
	text-align: center;
}

.eg-homepage-projects-element-0 {
	font-family: "museo-slab"!important;
	font-weight: 500!important;
	font-size: 45px!important;
	font-size: 2.25em!important;
	line-height: 1.2!important;
	text-shadow: 2px 2px 5px #444!important;
}
.eg-homepage-projects-element-1, .eg-homepage-projects-element-3, .eg-homepage-projects-element-4 {
	font-size: 22px!important;
	font-size: 1.1em!important;
	line-height: 1.4!important;
}
.eg-homepage-projects-element-5 {
	font-family: "museo-slab"!important;
	font-size: 27px!important;
	font-size: 1.35em!important;
	line-height: 1.2!important;
	font-weight: 300!important;
}
.eg-projects-grid-element-0 {
	font-family: "museo-slab"!important;
	font-weight: 300!important;
	font-size: 35px!important;
	font-size: 1.75em!important;
	line-height: 40px!important;
	line-height: 1.2em!important;
}
.eg-projects-grid-element-1, .eg-projects-grid-element-2 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: "museo-slab"!important;
	font-size: 22px!important;
	font-size: 1.1em!important;
	line-height:1.5em!important;
}
.eg-projects-grid-element-3, .eg-projects-grid-element-4 {
	font-family: "museo-slab"!important;
	font-weight: 300!important;
}
.eg-projects-grid-element-6 {
	font-family: "museo"!important;
	font-size: 17px!important;
	font-size: 0.85em!important;
	line-height: 1.5!important;
}

/* Contact Forms */

.wpcf7 p {
	margin-bottom: 8px;
}
.wpcf7 input[type=email], .wpcf7 input[type=number], .wpcf7 input[type=password], .wpcf7 input[type=reset], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=url], .wpcf7 select, .wpcf7 textarea {
	border-color: var(--ast-global-color-1);
	border-width: 2px;
	opacity: 0.33;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
	padding: 0.5em;
}
.wpcf7 input:not([type=submit]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: var(--ast-global-color-6)!important;
	border-style: solid;
    outline: 0;
	opacity: 1;
}
/* input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	background: var(--ast-global-color-4);
	opacity: 10%;
} */

/* Bootstrap */
@media (min-width: 544px) {
	.col-sm-order-first {
		float: left
	}
	.col-sm-order-last {
		float: right
	}
}
@media (min-width: 768px) {
	.col-md-order-first {
		float: left
	}
	.col-md-order-last {
		float: right
	}
}
/* h2.page_title {
	
} */
/* div.spacer {
	margin-bottom: 20px;
} */

/* Donation Form Styles */

/* Staff Page */

#esg-grid-3-1 .esg-filterbutton, #esg-grid-5-1 .esg-filterbutton, #esg-grid-6-1 .esg-filterbutton, #esg-grid-7-1 .esg-filterbutton {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    border: 2px solid #5362A9;
    letter-spacing: .5px;
    padding: 0 29px 0 30px;
    font-family: "museo-slab";
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 16px;
	border-radius: 0px;
}
/* #esg-grid-3-1 .esg-filterbutton.esg-allfilter.selected {
    border-color: #86BB40;
    background-color: #86BB40;
}
#esg-grid-3-1 .esg-filterbutton.esg-allfilter span {
    color: #fff;
} */
#esg-grid-3-1 .esg-filterbutton span, #esg-grid-5-1 .esg-filterbutton span, #esg-grid-6-1 .esg-filterbutton span, #esg-grid-7-1 .esg-filterbutton span {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    color: #5362A9;
    font-weight: 600;
    font-size: 18px;
	font-size: 0.9rem;
}
#esg-grid-3-1 .esg-filterbutton .esg-filter-checked, #esg-grid-5-1 .esg-filterbutton .esg-filter-checked, #esg-grid-6-1 .esg-filterbutton .esg-filter-checked, #esg-grid-7-1 .esg-filterbutton .esg-filter-checked {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    font-size: 10px!important;
    line-height: 10px!important;
    padding: 2px 3px;
    vertical-align: baseline;
    background-color: #5362A9;
	color: #fff;
}
#esg-grid-3-1 .esg-filterbutton:hover, #esg-grid-5-1 .esg-filterbutton:hover, #esg-grid-6-1 .esg-filterbutton:hover, #esg-grid-7-1 .esg-filterbutton:hover {
    background-color: #86BB40;
    padding: 0 16px;
}
#esg-grid-3-1 .esg-filterbutton:hover span, #esg-grid-5-1 .esg-filterbutton:hover span, #esg-grid-6-1 .esg-filterbutton:hover span, #esg-grid-7-1 .esg-filterbutton:hover span {
    color: #fff!important;
}
#esg-grid-3-1 .esg-filterbutton:hover .esg-filter-checked, #esg-grid-5-1 .esg-filterbutton:hover .esg-filter-checked, #esg-grid-6-1 .esg-filterbutton:hover .esg-filter-checked, #esg-grid-7-1 .esg-filterbutton:hover .esg-filter-checked {
    background-color: #fff;
    display: inline;
}
#esg-grid-3-1 .esg-filterbutton:hover .esg-filter-checked i, #esg-grid-5-1 .esg-filterbutton:hover .esg-filter-checked i, #esg-grid-6-1 .esg-filterbutton:hover .esg-filter-checked i, #esg-grid-7-1 .esg-filterbutton:hover .esg-filter-checked i {
    color: #5362A9!important;
}
#esg-grid-3-1 .esg-filterbutton.selected, #esg-grid-5-1 .esg-filterbutton.selected, #esg-grid-6-1 .esg-filterbutton.selected, #esg-grid-7-1 .esg-filterbutton.selected {
    border-color: #5362A9;
    background-color: #5362A9;
    padding: 0 16px;
}
#esg-grid-3-1 .esg-sortbutton-wrapper .esg-sortbutton, #esg-grid-5-1 .esg-sortbutton-wrapper .esg-sortbutton, #esg-grid-6-1 .esg-sortbutton-wrapper .esg-sortbutton, #esg-grid-7-1 .esg-sortbutton-wrapper .esg-sortbutton {
    font-family: Raleway, roboto;
    color: #5362A9;
    border: 2px solid #5362A9;
    font-weight: 600;
    font-size: 18px;
	font-size: 0.9rem;
    padding: 0 30px;
}
#esg-grid-3-1 .esg-sortbutton-wrapper .esg-sortbutton .esg-sorting-select, #esg-grid-5-1 .esg-sortbutton-wrapper .esg-sortbutton .esg-sorting-select, #esg-grid-6-1 .esg-sortbutton-wrapper .esg-sortbutton .esg-sorting-select, #esg-grid-7-1 .esg-sortbutton-wrapper .esg-sortbutton .esg-sorting-select {
    color: #111!important;
    margin-top: 2px;
}
#esg-grid-3-1 .esg-sortbutton-wrapper .esg-sortbutton-order, #esg-grid-5-1 .esg-sortbutton-wrapper .esg-sortbutton-order, #esg-grid-6-1 .esg-sortbutton-wrapper .esg-sortbutton-order, #esg-grid-7-1 .esg-sortbutton-wrapper .esg-sortbutton-order {
    border: 2px solid #5362A9!important;
    line-height: 32px;
    color: #5362A9!important;
}
#esg-grid-3-1 .esg-sortbutton-wrapper .esg-sortbutton:hover, #esg-grid-5-1 .esg-sortbutton-wrapper .esg-sortbutton:hover, #esg-grid-6-1 .esg-sortbutton-wrapper .esg-sortbutton:hover, #esg-grid-7-1 .esg-sortbutton-wrapper .esg-sortbutton:hover {
    color: #fff;
    background: #5362A9;
}
#esg-grid-3-1 .esg-sortbutton-wrapper .esg-sortbutton-order:hover, #esg-grid-3-1 .esg-sortbutton-wrapper .esg-sortbutton-order:hover, #esg-grid-6-1 .esg-sortbutton-wrapper .esg-sortbutton-order:hover, #esg-grid-7-1 .esg-sortbutton-wrapper .esg-sortbutton-order:hover {
    background: #5362A9;
    color: #fff!important;
}
#esg-grid-3-1 .esg-pagination-button, #esg-grid-5-1 .esg-pagination-button, #esg-grid-6-1 .esg-pagination-button, #esg-grid-7-1 .esg-pagination-button {
    font-size: 14px;
    font-weight: 700;
    color: #5362A9!important;
    padding: 0 12px;
}
#esg-grid-3-1 .esg-pagination-button.selected, #esg-grid-3-1 .esg-pagination-button:hover, #esg-grid-5-1 .esg-pagination-button.selected, #esg-grid-5-1 .esg-pagination-button:hover, #esg-grid-6-1 .esg-pagination-button.selected, #esg-grid-6-1 .esg-pagination-button:hover, #esg-grid-7-1 .esg-pagination-button.selected, #esg-grid-7-1 .esg-pagination-button:hover {
    color: #fff!important;
    padding: 0 12px;
}
#esg-grid-3-1 .esg-filterbutton.selected span, #esg-grid-5-1 .esg-filterbutton.selected span, #esg-grid-6-1 .esg-filterbutton.selected span, #esg-grid-7-1 .esg-filterbutton.selected span {
    color: #fff!important;
}
#esg-grid-3-1 .esg-filterbutton.selected .esg-filter-checked, #esg-grid-5-1 .esg-filterbutton.selected .esg-filter-checked, #esg-grid-6-1 .esg-filterbutton.selected .esg-filter-checked, #esg-grid-7-1 .esg-filterbutton.selected .esg-filter-checked {
    background-color: #fff;
    display: inline;
}
#esg-grid-3-1 .esg-filterbutton.selected .esg-filter-checked i, #esg-grid-5-1 .esg-filterbutton.selected .esg-filter-checked i, #esg-grid-6-1 .esg-filterbutton.selected .esg-filter-checked i, #esg-grid-7-1 .esg-filterbutton.selected .esg-filter-checked i {
    color: #5362A9!important;
}
#esg-grid-3-1 .esg-filterbutton.selected:hover, #esg-grid-5-1 .esg-filterbutton.selected:hover, #esg-grid-6-1 .esg-filterbutton.selected:hover, #esg-grid-7-1 .esg-filterbutton.selected:hover {
    background-color: #86BB40;
}
#esg-grid-6-1, #esg-grid-7-1 {
	margin-bottom: 50px;
}
.eg-team-skin-element-1, .eg-team-skin-element-0, .eg-team-skin-element-1 a, .eg-team-skin-element-0 a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.eg-team-skin-element-2 {
	font-family: "museo-slab"!important;
	font-weight: 500!important;
	letter-spacing: 0.25px;
	padding: 0px 5px!important;
	font-size: 26px!important;
	font-size: 1.3rem!important;
}
.eg-team-skin-element-3 {
	font-family: "museo"!important;
	font-weight: 300!important;
	letter-spacing: 0.25px;
	padding: 0px 5px!important;
	font-size: 20px!important;
	font-size: 1rem!important;
}
.eg-team-skin-element-8 {
	font-family: "museo-slab"!important;
	font-weight: 500!important;
	letter-spacing: 0.25px;
	font-size: 20px!important;
	font-size: 1rem!important;
}

.staffheader_inner {
    /* width: 65%; */
    padding-bottom: 10px;
    margin: 0 auto 10px;
    border-bottom: 3px solid #86BB40;
}
.mentortitle {
	border-bottom: 3px solid #86BB40;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.mentortitle .normalcase {
	text-transform: none;
    letter-spacing: normal;
}
h1.staff, h3.staff {
    line-height: 1;
    margin-bottom: 0!important;
}
h1.staff {
    /*font-size: 40px;
	font-weight: 500;*/
}
h3.staff {
	font-family: "museo";
	text-transform: none;
    /*font-size: 25px;*/
    font-weight: 500;
}
@media (max-width: 921px) {
	h1.staff {
		font-weight: 500;
	}
}
/* .staffimg {
	display: flex;
    justify-content: center;
} */
img.teamimgmed {
    margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.staffimgover {
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #00534C;
    opacity: .4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}
.staff_members .project-navigation .next-project .hide-info span.title, .staff_members .project-navigation .prev-project .hide-info span.title {
    font-family: Raleway, Roboto;
    font-weight: 600;
    color: #111;
    margin: 0!important;
    line-height: 15px;
    font-style: italic;
    text-align: center;
    text-transform: none;
    font-size: 14px;
}
.staffbody p:last-child {
   margin-bottom: 0;
}


/* Publications */
h3.info_section_title {
	margin-top: 20px;
	border-bottom: 3px solid #86BB40;
	font-weight: 300;
	font-size: 40px;
    font-size: 2.1052631578947rem;
}
h6.publications_description {
	text-transform: none;
}

.biblio,.biblio ul,.biblio li,.biblio *{margin:0;padding:0;list-style:none}.biblio li{padding-left:20px;text-indent:-20px;margin-bottom:10px}

.partner-wrap {
	margin-top: 30px;
}
/* .partner-logo {
	padding: 0!important;
} */

/* Donate */
.root-data-givewp-embed {
  background:url(img/loader.gif) center top no-repeat;
}

/* Footer Styles */
#block-13 {
	margin-bottom: 0;
}
.footer-newsletter-form-text, .footer-mission-text {
    margin-bottom: 1em;
	font-weight: 300;
	max-width: 670px;
}
.footer-mission-text {
	float: right;
}
span.address {
	display: inline-block;
	vertical-align: top
}
.footer-icon {
	color: #f5f5f5;
	margin-right: 12px;
}
#wpml_credit_footer {
    background: #e5e7f2;
    margin: 0;
    padding: 4px 0;
    text-align: center;
    font-size: 14px;
    font-size: 0.73684210526316rem;
}
@media (max-width: 921px) {
    .wp-block-social-links {
		display: flex;
		justify-content: center;
		float: none;
	}
}

/* ==========================================================================
   Pretty Photo style start
   ========================================================================== */
body div.pp_default .pp_top,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_right,
body div.pp_default .pp_bottom,
body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right{
	background: none;
	display: none;
}

body div.pp_default .pp_content_container .pp_left, body div.pp_default .pp_content_container .pp_right{
	background: none; 
	padding: 0px;
}

body div.pp_default .pp_expand {
	display: none !important;
}

body div.pp_default .pp_content{
	background: none;
	margin: 0 auto;
}

div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_close{width:35px;height:35px;background:url(img/prettyPhoto/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(img/prettyPhoto/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/prettyPhoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/prettyPhoto/sprite.png) -31px -3px no-repeat;height:24px;width:24px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:130px;position:relative; float: left;}
div.pp_default .pp_nav .currentTextHolder{font-family:inherit;color:#999;font-size:13px;left:65px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_bottom .pp_left{background:url(img/prettyPhoto/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/prettyPhoto/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/prettyPhoto/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/prettyPhoto/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background-color:var(--ast-global-color-7);display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:18px;font-size:0.95em;z-index:9999;margin:0 0 5px 0;text-shadow:1px 1px 2px #444;text-align:center;}
div.pp_default .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details{position:relative}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

body div.pp_overlay,
body div.pp_default .pp_content_container .pp_details{
	opacity: 0.8 !important;
}

body div.pp_default a.pp_next, 
body div.pp_default a.pp_previous{
	position: absolute;
	top: 50%;
	display: block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	margin: -23px 0 0;
	color: transparent;
	background: none !important;
	background-color: var(--ast-global-color-0) !important;
	font-size: 14px;
	text-align: center;
	text-indent: 0 !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-webkit-transform: translateZ(0px);
}

body div.pp_default a.pp_next:after, 
body div.pp_default a.pp_previous:after{
	position: absolute;
	top: 0;
	left: 46%;
	display: block;
	color: #fff;
	font-family: 'FontAwesome',serif;
}

body div.pp_default a.pp_previous:after{
	content: "\f104";
}

body div.pp_default a.pp_next:after{
	content: "\f105";
}

body div.pp_default a.pp_next{
	right: 0;
}

body div.pp_default a.pp_previous{
	left: 0;
}

body div.pp_default a.pp_next:hover, 
body div.pp_default a.pp_previous:hover{
	background-color: var(--ast-global-color-6) !important;
}

body div.pp_default .pp_content:hover a.pp_next,
body div.pp_default .pp_content:hover a.pp_previous{
	opacity: 1;
}

body div.pp_default .pp_description{
	float: left;
	font-family: 'Crete Round', sans-serif;
	font-size: 14px;
	line-height: 1.571428571428571em;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	margin: 2px 0 0;
}

body div.pp_default .pp_nav .currentTextHolder{
	left: auto;
	position: relative;
	float: left;
	padding: 0px 20px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
}

body .pp_gallery{
	display: none !important;
}

body div.pp_default .pp_nav .pp_play,
body div.pp_default .pp_nav .pp_pause{
	display: none;
}

body div.pp_default a.pp_arrow_previous,
body div.pp_default a.pp_arrow_next{
	background: none;
	position: relative;
	left: 0px;
}

body div.pp_default a.pp_arrow_previous:after{
	color: #FFFFFF;
	content: "\f104";
	font-family: 'FontAwesome',serif;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
	text-indent: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

body div.pp_default a.pp_arrow_next:after{
	color: #FFFFFF;
	content: "\f105";
	font-family: 'FontAwesome',serif;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
	text-indent: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
body div.pp_default a.pp_arrow_previous:hover:after, body div.pp_default a.pp_arrow_next:hover:after, body div.pp_default .pp_close:hover:after{
	transform: scale(1.1); 
}

body div.pp_default .pp_close{
	background: none;
	opacity: 1 !important;
}

body div.pp_default .pp_close:after{
	color: #FFFFFF;
	content: "\f00d";
	font-family: 'FontAwesome',serif;
	font-size: 15px;
	height: 15px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	text-indent: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ==========================================================================
   Pretty Photo style end
   ========================================================================== */
   
   
 /* Responsive */
 
 @media (max-width: 921px) {
    h1, .entry-content h1 {
        font-size: 45px;
    }
	h2, .entry-content h2 {
        font-size: 40px;
    }
	h3, .entry-content h3 {
        font-size: 30px;
    }
	.entry-content .about-page h2 {
		font-size: 45px;
		font-size: 2.25rem;
	}
	.core-value h2 {
		margin-top: 30px;
		font-size: 45px;
		font-size: 2.25rem;
	}
	h2.homepage-programs {
		font-size: 45px;
		font-size: 2.25rem;
	}
	.button.about-team {
		font-size: 20px;
		font-size: 1rem;
		position: relative;
		top: 0;
		right: 0;
		display: block;
	}
}