/* ----------------------------------------------------------------
	Canvas: Non-Profit (Optimized for Aquila Commons)
-----------------------------------------------------------------*/

/* Root Settings
-----------------------------------------------------------------*/
:root {
	--cnvs-themecolor: #c7c6c0;
	--cnvs-themecolor-rgb: 198,192,156;

	/* CUSTOM BRAND TYPOGRAPHY UPGRADES */
	--cnvs-body-font: 'Inter', sans-serif;
	--cnvs-secondary-font: 'Playfair Display', Georgia, serif;
}

#header {
	--cnvs-header-height: 70px;
	--cnvs-header-bg: #ffffff; /* Sets the default header canvas white */
	--cnvs-header-sticky-bg: var(--cnvs-header-bg);
}

#footer {
	--cnvs-copyrights-link-color: var(--cnvs-contrast-700);
}

/* Force global typographic hierarchies to follow the new premium look */
body, p, .menu-link {
	font-family: var(--cnvs-body-font) !important;
}

h1, h2, h3, h4, h5, h6,
.heading-block h2,
.heading-block h3 {
	font-family: var(--cnvs-secondary-font) !important;
	font-weight: 700;
}

.bg-color-light {
	background-color: rgba(var(--cnvs-themecolor-rgb, 198,192,156),0.3) !important;
	border-color: rgba(var(--cnvs-themecolor-rgb, 198,192,156),0.4);
}

/* Slider
-----------------------------------------------------------------*/
.swiper-container-horizontal>.swiper-scrollbar {
	top: auto;
	bottom: 180px;
	left: auto;
	right: 100px;
	width: 200px;
	height: 2px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 2px;
}

.swiper-scrollbar-drag { background: #000 }

.slide-number {
	opacity: 1;
	bottom: 10px;
	text-align: left;
	right: auto;
}

.slide-number-current {
	top: auto;
	bottom: 0;
	font-size: 30px;
	font-weight: 700;
}

.slide-number span {
	margin-left: 20px;
	font-size: 16px;
}

.slide-number-total {
	font-size: 13px;
	line-height: 28px;
	left: 29px;
}

.swiper-navs {
	position: absolute;
	left: auto;
	right: 300px;
	bottom: 140px;
	top: auto;
	z-index: 99;
}

.slider-arrow-left,
.slider-arrow-right {
	border-radius: 50%;
	background: transparent;
	border: 1px solid rgba(0,0,0,0.7);
	width: 36px;
	height: 36px;
}

.slider-arrow-right { left: 45px; }

.slider-arrow-left i,
.slider-arrow-right i {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 34px;
	margin: 0 auto;
	color: #000;
}

.slider-arrow-right i { margin-left: -1px; }

.swiper-button-disabled {
	opacity: .5;
	cursor: default;
}

.dark .slider-arrow-left,
.dark .slider-arrow-right { border-color: rgba(255,255,255,0.7); }

.dark .swiper-container-horizontal > .swiper-scrollbar { background-color: rgba(255,255,255,0.4);  }

.dark .swiper-scrollbar-drag { background: #FFF }

.dark .slide-number,
.dark .slider-arrow-left i,
.dark .slider-arrow-right i { color: #FFF; }

.slider-feature {
	position: relative;
	transform: translateY(-20%);
	z-index: 4;
}

.slider-feature a {
	color: #222;
	transition: all .2s ease;
}

.slider-feature a:hover {
	background-color: var(--cnvs-themecolor);
	transform: translateY(-2px);
	z-index: 1;
}

.slider-feature a i {
	position: relative;
	top: 4px;
	font-size: 20px;
	padding-right: 6px;
}

/* SVG Divider
-----------------------------------------------------------------*/
.svg-line {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	width: 100%;
	height: 20px;
}

/* Animated Setting
-----------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

/* Carousel / Cards
-----------------------------------------------------------------*/
.oc-desc {
	position: absolute;
	top: 5%;
	left: 5%;
	bottom: 16px;
	background-color: #FFF;
	padding: 25px;
	border-radius: 3px;
	height: 90%;
	width: 90%;
}
.charity-card p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.charity-card h3 { font-size: 16px; }
.charity-card h3 a { color: #111; }

.world-map-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

/* Play Icon
-----------------------------------------------------------------*/
.play-video i {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 61px;
	border-radius: 50%;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.85);
	text-align: center;
	font-size: 24px;
	color: #111;
	transition: all .3s ease;
	box-shadow: 0 0 1px 15px rgba(255,255,255,.1);
}

.bg-color-shadow::before {
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 6px;
	opacity: .3;
	background-color: var(--cnvs-themecolor);
}

/* Heading Block
-----------------------------------------------------------------*/
.heading-block h2 {
	font-size: 36px;
	letter-spacing: -1px;
}

/* Active Senior/Cooperative Goals Module
-----------------------------------------------------------------*/
.mission-goals .feature-box {
	box-shadow: 0 0 10px rgba(99, 114, 130, 0.15);
	padding: 25px 20px;
	border-radius: 10px;
}

/* Floating Contact Engine
-----------------------------------------------------------------*/
.floating-contact-wrap {
	position: fixed;
	right: 50px;
	bottom: 120px;
	z-index: 299;
}

.floating-contact-wrap .floating-contact-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background-color: var(--cnvs-themecolor);
	color: #222;
	cursor: pointer;
	z-index: 3;
	transform: translate(-50%, -50%);
	transition: transform .3s ease;
}

.floating-contact-wrap .floating-contact-box {
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 380px;
	background-color: #fff;
	border-radius: 6px;
	z-index: 1;
	transform-origin: right bottom;
	box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.07);
	transform: scale(.01);
	transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.floating-contact-wrap.active .floating-contact-box {
	opacity: 1;
	transform: scale(1);
}

/* Responsive Device Width Allocations (> 992px Desktops)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	.menu-container > .menu-item > .menu-link {
		font-weight: 500 !important;
		text-transform: none;
		letter-spacing: 0;
		font-size: 1.0625rem;
		transition: color .3s ease;
		color: #111111 !important;
	}

	/* Prevent adjacent navigation choices from graying out on focus */
	.menu-container:hover > .menu-item:not(:hover):not(.current) > .menu-link { 
		color: #111111 !important; 
		opacity: 0.6;
	}

	/* Custom Dynamic Left Slanted Triangle Engine Styling rules */
	#header .menu-bg {
		position: relative !important;
		display: inline-block !important;
		width: 50px !important;
		height: var(--cnvs-header-height, 70px);
		background: transparent !important;
		z-index: 5;
	}

	/* Draws the gorgeous background box behind active state anchor items */
	#header .menu-bg::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: var(--cnvs-themecolor) !important;
		width: 100vw;
		z-index: -1;
	}

	/* Mathematically renders the left slant border clip slice */
	#header .menu-bg::before {
		content: "";
		position: absolute;
		top: 0;
		left: -70px; /* Forces slant box forward to clip accurately */
		width: 0;
		height: 0;
		border-left: 70px solid transparent !important;
		border-bottom: 70px solid var(--cnvs-themecolor) !important;
		z-index: 1;
	}

	.slider-feature { transform: translateY(-50%); }
	.heading-block h2 { font-size: 47px; }
	.feature-box h3 { font-size: 20px; }
	.charity-card h3 { font-size: 22px; }
}

@media (max-width: 767.98px) {
	.swiper-container-horizontal > .swiper-scrollbar {
		bottom: 140px;
		right: 30px;
		width: 140px;
	}
	.floating-contact-wrap .floating-contact-box { width: 330px; }
}