<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: My Theme
Theme URI: https://www.cognistx.com
Author: Cognistx
Author URI: https://www.cognistx.com
Description: Cognistx custom theme for Core.org
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, health, NGO
Text Domain: mytheme

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

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
**/

body {
	margin: 0px 0px;
	color: #393939;
	background-color: #f6f6f6;
	font-family: 'Montserrat';
	overflow-x: hidden;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/montserrat-v12-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url('fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Palatino';
	src: url('fonts/Palatino-Linotype.ttf') format('ttf');
	font-weight: bold;
	font-style: italic;
}

/*
@font-face {
    font-family: 'Kelper';
    src: url('fonts/KeplerStd-BlackCnItSubh.otf') format('otf');
    font-weight: bold;
    font-style: italic;
}
*/

h3 {
	color: #00703c;
	font-family: Palatino;
	font-weight: normal;
	font-style: italic;
	font-size: 36px;
}

a {
	text-decoration: none;
	color: #00703c;
}
.d-none-desktop{
	display: none;
}
a:hover {
	text-decoration: underline;
	color: #00703c;
}

a.more {
	color: #00703c !important;
	text-transform: capitalize;
	font-size: 16px;
	margin: 12px 0px;
	font-weight: 600;
}

/*
*, ::after, ::before {
    box-sizing: unset;
}*/

.bg-white {
	background-color: #fff;
}

.yellow_box {
	border: 1px solid #BFC78E;
	float: left;
	padding: 15px 30px 15px 15px;
}

.no-right-margin {
	margin-right: 0px;
}

.top {
	padding-top: 15px;
	height: 120px;
}

.insta {
	/*height: 200px;
	width: 200px;
	border: 10px solid #fff;
	border-bottom: 45px solid #fff;
	-webkit-box-shadow: 3px 3px 3px #777;
	-moz-box-shadow: 3px 3px 3px #777;
	box-shadow: 3px 3px 3px #777;
	padding-left: 0;
	padding-right: 0;*/
	margin: 15px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.team {
text-align:left;
}
/*
.insta-right {
	margin-left: 30px;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	transform: rotate(7deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.9975640773773193, M12=-0.06975647062063217, M21=0.06975647062063217, M22=0.9975640773773193)";
}*/
/*
.insta-left {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	transform: rotate(-7deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.9975640773773193, M12=0.06975647062063217, M21=-0.06975647062063217, M22=0.9975640773773193)";
}*/

.mc-main .my-calendar-nav li {
	margin-left: 0px;
}

.navbar-brand {
	float: left;
}

.navbar {
	padding: 0px 0px;
	position:relative;
	z-index:99999;
}

/*
.navbar .top-nav {
	float:right;
	width:100%;
	border:1px solid #000;
	padding-top:15px;
	text-align:right;
}

.navbar .top-nav .navbar-nav {
	float:right;
}


.navbar .top-nav .nav-link {
	color:#999 !important;
	font-size:12px;
}


.navbar .top-nav .nav-link:hover {
	text-decoration:underline;
}
*/

.navbar .main-nav .topnav {
	float: right;
}

.navbar .main-nav .topnav ul {
	float: left;
	margin-right: 10px;
}

.navbar .main-nav {
	margin-top: 7px;
	width: 100%;
	float: left;
}

.navbar .main-nav .search-form {
	float: left;
	margin-right: 15px;
}

.search-form label {
	width: 100%;
	position: relative;
}

.search-form label:after {
	content: "\f002";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 12px;
	color: #b3b2b2;
	transform: translateY(-50%);
}

.navbar .main-nav div.language {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #00703c;
	color: #fff;
	display:inline-block;
	float: none;
	text-align: center;
	border-right: 3px outset #00703c;
	border-bottom: 3px outset #00703c;
	border-radius: 5px;
}

.navbar .main-nav div.language p {
	margin: 0;
}

.navbar .main-nav div.language a {
	color: #fff;
	padding: 5px 8px;
	font-size: 11px;
	text-decoration: none;
	display: inline-block;
}

.navbar .main-nav div.language a.bracket {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.navbar .main-nav .topnav .nav-link {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: normal;
	color:#393939;
}

.navbar .main-nav input[type="search"] {
	border: 1px solid #999;
	padding: 10px 10px;
	padding: 4px 10px;
	font-size: 12px;
}

.navbar .main-nav .topnav .nav-link:hover {
	background: none !important;
	color: #00703c !important;
	height: inherit;
	font-weight: normal;
}

.navbar .main-nav .navbar-nav {
	float: right;
}

.navbar .main-nav .ml-auto {
	margin-top: 15px;
}

.navbar .main-nav .nav-link {
	color: #393939;
	text-transform: uppercase;
	font-size: 11px;
	padding: 12px 5px;
	font-weight: 500;
	
}

.navbar .main-nav .topnav .nav-link {
	padding: 5px;
}

.navbar .main-nav .nav-link .fa {
	display: none;
}

.navbar .main-nav .nav-item:hover&gt;a {
	background-color: #00703c;
	color: #fff !important;
	opacity:.8;
}

.navbar .main-nav .nav-link:after {
	display: none;
}

.navbar .main-nav li .dropdown-menu {
	display: block;
	background-color: transparent;
	border-radius: 0px;
	z-index: 0;
	transform: translateY(20px);
	transition: .3s all;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	border: 0;
}

.navbar .main-nav li .dropdown-menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #00703c;
	opacity: .7;
}

.navbar .main-nav li:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.navbar .main-nav li:hover .dropdown-menu a {
	color: #fff !important;
	text-align: center;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #fff;
}

.navbar .main-nav li:hover .dropdown-menu li:nth-last-of-type(1) a {
	border-bottom: none;
}

.navbar .main-nav li:hover .dropdown-menu a:hover {
	background: none;
	height: inherit;
}

.current-page-ancestor a.nav-link {
	color: #00703c !important;
}

.current-page-ancestor a.nav-link:hover {
	color: #fff !important;
}



.sticky_menu {
        left: 0;
        right: 0;
        top: 0;
        padding: 0;
        position: fixed;
        z-index: 99999;
    }.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header {
	background-color: #fff;
}

header .carousel-item {
	/*height: 450vh;*/
	height: 550px;
	min-height: 550px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-shadow: 2px 0px 5px #333;
}

header .carousel-item h3 {
	font-size: 122px;
	color: #fff;
	text-align: left;
	font-style: italic;
	font-family: Palatino;
}

header .carousel-item h3 span {
	color: #74B74A;
	font-size: 55px;
	text-align: center;
	/*float: left;*/
	max-width: 300px;
	display:block;
}

header .carousel-item p {
	color: #fff;
	text-align: center;
	float: right;
	margin-top: 20px;
	font-size: 36px;
	font-style: italic;
	font-family: Palatino;
	font-weight: normal;
}

header .carousel-caption {
	top: 10%;
bottom: 0px;
max-width: 1140px;
padding-left:15px;
padding-right:15px;
left: 50%;
transform: translateX(-50%);
width: 100%;
}

header .featured {
	z-index: 999;
	margin-top: -56px;
	background-color: #fff;
	position: relative;
	padding: 15px 45px;
}

header .featured .featured-item .card .icon {
	/*font-size: 42px;*/
	color: #fff;
	background-color: #00703c;
	width: 75px;
	line-height: 75px;
	border-radius: 50%;
	display: block;
	text-align: center;
	margin-top: 25px;
}

header .featured .featured-item .card .card-body {
	color: #666;
	font-size: 12px;
	padding-top: 10px;
}

header .featured .featured-item .card .more {
	margin-top: 0px;
	color: #000 !important;
	transition: .3s all;
	font-size: 14px;
}

header .featured .featured-item .card .more:hover {
	color: #00703c !important;
}

header .featured .featured-item .card .more:after {
	content: "\f061";
	font-family: "Fontawesome";
	margin-left: 8px;
}

/*header .featured .featured-item .icon{
	float:left;
	text-align:center;
}*/

header .featured .card-title a {
	font-size: 16px;
	color: #393939;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
}

.featured-item .card {
	display: table;
}

.featured-item .card .card-body {
	display: table-cell;
	vertical-align: top;
}

.featured-item .card .card-meta {
	display: table-cell;
	vertical-align: top;
}

header .featured a {
	font-size: 16px;
	color: #393939;
	text-transform: uppercase;
	text-decoration: none;
}

header .be_a_hero {
	text-align: center;
    padding-bottom: 80px;
    padding-top: 50px;
    background-image: url(images/GreyLogo.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 120% 120%;
}

header .be_a_hero .info {
	text-align: right;
	padding-top: 25px;
}

header .be_a_hero h2 {
	font-family: Palatino;
	font-weight: normal;
	font-style: italic;
	font-size: 36px;
}

header .be_a_hero .be_hero {
	color: #74B74A;
	/*
	font-size: 32px;
	color: #74B74A;
	font-family:Palatino;
	font-style:italic;
	font-weight:normal;
	*/
}

header .page-banner {
	background-image: url('images/backup-bg-wrapper_1_65.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #00703c;
	color: #fff;
	font-family: Palatino;
	font-size: 72px;
	padding: 40px 0;
	font-style: italic;
	text-transform: lowercase;
	/*background-size:cover;*/
}

header .hero-banner {
	height:35vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #00703c;
	background-size: cover;
}

.card {
	border: none;
}

.portfolio-item {
	margin-bottom: 30px;
}

#what_happening {
	margin-left: 0px;
	margin-right: 0px;
}

.what_happen {
	background-color: #00703c;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.happn-main-text {
	padding: 50px 0;
}

.what_happen p {
	/*margin-bottom:50px;*/
	font-size: 13px;
}

.what_happen h3 {
	color: #fff;
	font-family: Palatino;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 20px;
}

.what_happen .img_blur {
	/*padding-right:0px;
	margin-right:0px;*/
	position: relative;
	background: #000;
	height: 230px;
	padding: 0px 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.what_happen .img_blur::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: -1;
	opacity: .7;
	transition: .1s all;
}

.what_happen .img_blur:hover::before ,.what_happen .img_blur:focus::before, .what_happen .active::before {
	opacity: 0;
}

/*.what_happen .img_blur img {
	max-width:100%;
}*/
.wrapper.story img {
	max-width: 100%;
	margin:0 auto 20px;
}
.sliderFeatureBox img{
	margin:0 auto;
}
.what_happen .happening_text {
	position: absolute;
	font-size: 14px;
	color: #fff;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.what_happen .happening_text p {
	font-size: 11px;
}

.what_happen .happening_text a {
	color: #fff;
}

.what_happen .happening_text div {
	float: none;
	width: 100%;
	margin: 15px auto;
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 50px;
}

.what_happen .img_blur:hover , .what_happen .active,
.what_happen .img_blur:focus{
	opacity: 1;
	background: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.what_happen .img_blur:hover&gt;.happening_text,.what_happen .img_blur:focus&gt;.happening_text,  .what_happen .active .happening_text{
	background: #fff;
	bottom: 0px;
	top: unset;
	transform: translateY(0);
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #666;
	font-weight: 600;
}

.what_happen .img_blur:hover&gt;.happening_text p,.what_happen .img_blur:focus&gt;.happening_text p,  .what_happen .active&gt;.happening_text p{
	color: #999;
	font-weight: normal;
}

.what_happen .img_blur:hover&gt;.happening_text div,
.what_happen .img_blur:focus&gt;.happening_text div,
.what_happen .active&gt;.happening_text div, {
	background: #00703c;
}

.what_happen .img_blur:hover&gt;.happening_text a,
.what_happen .img_blur:focus&gt;.happening_text a,
.what_happen .what_happen .active&gt;.happening_text a{
	color: #999;
}

.what_happen .img_blur:hover&gt;.happening_text .read_link,
.what_happen .img_blur:focus&gt;.happening_text .read_link,
.what_happen .active&gt;.happening_text .read_link {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #00703c;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	bottom: 0;
	right: 0;
	
}

.what_happen .img_blur:hover&gt;.happening_text .read_link::after,
.what_happen .img_blur:focus&gt;.happening_text .read_link::after,
.what_happen .active&gt;.happening_text .read_link::after {
	content: "\f105";
	font-family: "FontAwesome";
}

.what_happen .img_blur:hover .happening_text div,
.what_happen .img_blur:focus .happening_text div ,
.what_happen .active&gt;.happening_text div{
	border-color: #00703c;
}

.what_happen .news_event_mobile_view {
	display: none;
}

.what_happen .carousel-item {
	height: auto;
	min-height: auto;
	text-align: left;
}

.what_happen .carousel-item img {
	padding-right: 0px;
	margin-right: 0px;
	width: 335px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: #000;
}

section.latest_news {
	margin-bottom: 70px;
	margin-top: 70px;
}

section.latest_news h3 {
	text-align: center;
	text-transform: lowercase;
}

section.latest_news p {
	text-align: center;
	margin-bottom: 50px;
}

section.latest_news .news-item {
	background-color: #fff;
	padding: 0px;
	float: left;
}
 .coming_event .news-item img{
	width:100%;
}
section.latest_news .news-img {
	float: left;
	/*width:225px;*/
	max-height: 215px;
}

section.latest_news .news-body {
	float: right;
	
	display: table-cell;
	vertical-align: middle;
	padding: 30px 15px 0;
	
}

section.latest_news .news-body p {
	text-align: left;
	font-weight: 600;
	margin-bottom: 8px;
}

section.latest_news .news-body span {
	color: #999;
	font-size: 11px;
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

section.latest_news .news-prev {
	opacity: 9;
	color: #00703c;
	font-size: 72px;
	left:20px;
	width:auto;
}

section.latest_news .news-next {
	opacity: 9;
	color: #00703c;
	font-size: 72px;
	right:20px;
	width:auto;
}

section.coming_event {
	margin-bottom: 70px;
	margin-top: 70px;
}

section.coming_event h3 {
	text-align: center;
	text-transform: lowercase;
}

section.coming_event p {
	text-align: center;
	margin-bottom: 50px;
}

section.coming_event .news-item .card-body {
	text-align: left;
}

section.coming_event .news-item {
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}

section.coming_event .news-item a {
	font-size: 16px;
	color: #393939;
	line-height: 12px !important;
	font-weight: 600;
}

section.coming_event .news-item p {
	text-align: left;
	margin-bottom: 15px;
	font-size:13px;
}

section.coming_event .news-item .event-date {
	float: left;
	width: 45px;
	height: 45px;
	background: #00703c;
	color: #fff;
	padding: 11px 5px;
	text-align: center;
	z-index: 999;
	text-transform: uppercase;
	position: absolute;
	letter-spacing: 1px;
	line-height: 13px;
}

section.newsletter {
	background-color: #fff;
	margin-top: 70px;
}

section.newsletter .insta-gallery {
	/*background-color:#00703c;*/
	/*color:#fff;*/
}

section.newsletter .insta-gallery img, section.newsletter .insta-gallery .insta-follow {
	width: calc(100%/3);
	float: left;
}

section.newsletter .insta-gallery .insta-follow {
	height: 100%;
	min-height: 100%;
	float: left;
	display: table;
	color: #fff;
	background-color: #00703c;
	text-align: center;
	/*padding-top:50px;*/
	padding: 0;
	position: relative;
}
section.newsletter .insta-gallery .insta-follow .inner-insta{
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 36px 0;

}
.newsletter-form {
	position: relative;
	padding-right: 130px;
	max-width: 400px;
}

section.newsletter .insta-gallery .insta-follow .fa {
	font-size: 42px;
	margin-bottom: 20px;
}

section.newsletter .insta-gallery .insta-follow a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	padding: 15px 15px;
	text-decoration: none;
	max-width: 150px;
	margin: 0 auto;
	transition: .3s all;
}

section.newsletter .insta-gallery .insta-follow a:hover {
	background-color: #fff;
	color: #00703c;
}

section.newsletter .mailier {
	padding-top: 30px;
}

section.newsletter .mailier h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 36px;
}

section.newsletter .mailier p, section.newsletter .mailier .es_caption {
	font-size: 13px;
	margin-bottom: 30px;
}

section.newsletter .mailier .es_msg {
	color: #008600;
	font-size: 10px;
	clear: both;
}

section.newsletter .mailier form {
	/*margin-top:35px;*/
}

section.newsletter .mailier label {
	display: none
}

section.newsletter .mailier .es_textbox, section.newsletter .mailier .es_button {
	padding-top: 0px;
	padding-bottom: 0px;
}

section.newsletter .mailier .es_button {
	position: absolute;
	right: 0;
	top: 0;
}

section.newsletter .mailier input[type="text"], section.newsletter .mailier input[type="email"] {
	background-color: #f6f6f6;
	width: 100%;
	border: none;
	height: 35px;
	padding: 8px 8px;
	font-size: 15px;
	color: #999;
	font-style: italic;
}

section.newsletter .mailier button, section.newsletter .mailier input[type="submit"] {
	background-color: #00703c;
	border: none;
	color: #fff;
	height: 35px;
	padding: 0px 15px;
	text-transform: uppercase;
}

section.content {
	margin-top: 60px;
	margin-bottom: 60px;
}

section.content h2.page-title {
	color: #00703c;
	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	font-family: 'Palatino';
	/*text-align:center;*/
	margin-bottom: 0px;
	text-transform:lowercase;
}

section.content h2.hope-title,  section.content h2.news-title{
	color: #00703c;
	font-size: 60px;
	font-weight: normal;
	font-style: italic;
	font-family: 'Palatino';
	text-align: center;
	margin-bottom:30px;
	text-transform:lowercase;
}

section.content .article {
	padding-left: 70px;
}


section.content .sidebar h2 {
	color: #00703c;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	padding-bottom: 15px;
	letter-spacing: 1px;
}

section.content .sidebar ul {
	list-style: none;
	padding-left: 0px;
}

section.content .sidebar ul li {
	list-style: none;
	margin-left: 0px;
	line-height: 30px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 16px;
	padding-bottom: 16px;
	position:relative;
}

section.content .sidebar ul li:nth-last-of-type(1) {
	border-bottom: none;
}

section.content .sidebar ul li.current_page_item:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #00703c;
	font-size: 25px;
	padding-right: 0;
	position:absolute;
	top: 0px;
	left: -20px;
}

section.content .sidebar ul li.show-child {
	overflow: auto;
	padding-bottom: 0px;
}

section.content .sidebar ul li.show-child ul.dropdown-menu {
	display: block;
	border: none;
	background: none;
	/*margin-top: 85px;*/
	position: relative;
}

section.content .sidebar ul li.current_page_item a {
	color: #00703c;
	/*margin-top:-40px;*/
}

section.content .sidebar ul li a {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}

section.content .sidebar ul li.current_page_ancestor a {
	color: #00703c;
}

section.content .sidebar ul li&gt;ul {
	border-bottom: none;
	/*margin-bottom: 16px;
	padding-bottom: 16px;*/
}

section.content .sidebar ul li&gt;ul li {
	margin-left: 25px;
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

section.content .sidebar ul li&gt;ul li a {
	font-weight: bold;
	font-size: 16px;
	color: #000 !important;
	text-transform: uppercase;
}

section.content .sidebar ul li&gt;ul li&gt;ul {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

section.content .sidebar ul li&gt;ul li&gt;ul li a {
	font-weight: normal;
	font-size: 14px;
	color: #000;
	text-transform: none;
}

section.content h3, section.content h2 {
	font-weight: bold;
	color: #393939;
	font-style: normal;
	font-family: 'Montserrat';
	font-size: 18px;
	margin-bottom: 0px;
}section.content h3{
margin-bottom:30px;}
.article p{
margin-bottom:10px;
    word-break: break-word;}
section.content ul {
	padding-left: 0px;
	margin-left:12px;
}

section.content ul li {
	margin-left: 15px;
	
}

/*** Story of Heros **/

section.hero-story {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 40px;
	background-color: #fff;
	padding-bottom: 40px;
}

section.hero-story .only-desktop {
	display: block;
}

section.hero-story .only-desktop .carousel-item {
margin-bottom: 30px;
	position: relative;
	display: block;
	height: auto;
}

section.hero-story .only-desktop .fleft {
	float: left;
}

section.hero-story .only-mobile {
	display: none;
}

section.hero-story .story {
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 60px;
}

section.hero-story .story h2 {
	color: #00703c;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 35px;
	position:relative;
}
 section.content .my-title-style{
	color: #00703c;
    text-transform: none;
    font-weight: 600;
    font-size: 22px;
    font-style: italic;
}
section.hero-story .story P {
	font-size: 15px;
	padding-left: 35px;
}

section.hero-story .story a.read_more {
	display:none;
	color:#999;
	font-size:12px;
	font-style:italic;
}


.feature-box-content-upper {
    margin-bottom: 25px;
	vertical-align:middle;
}

.feature-box-content {
	width: 100%;
	display: inline-block;
	padding-right: 1%;
	margin-bottom: 5%;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
}

.feature-box-content span {
	width: 100%;
	clear: both;
}

.feature-box-content img {
margin-bottom: 12px;
    max-width: 175px;
    height: auto;
    width: 100%;
}

/*
#feature-box {
    background-color: #fcfaf0;
    padding: 5%;
    margin: 5% 0;
    width: 90%;
}
*/

#feature-box h2 {
	margin: 0;
	color: #00703c;
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
	font-family: 'Palatino';
	margin-bottom: 12px;
}

/*** Story of Heros End ****/

footer {
	color: #ccc;
	font-size: 13px;
}

footer h4 {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

footer ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer ul li {
	list-style: none;
	/*line-height: 25px;*/
	padding-bottom: 10px;
}

footer ul li a.nav-link {
	color: #ccc;
	padding: 0px 0px;
	line-height: 20px;
}

footer ul li.current-page-ancestor a.nav-link {
	color: #ccc !important;
}

footer .copyright {
	font-size: 12px;
}

footer .copyright a {
	color: #ccc;
}

footer .copyright .fa {
	font-size: 36px;
	margin-right: 20px;
	margin-bottom: 20px;
}

footer .copy {
	padding-bottom: 0px !important;
}

footer .copyright a.nav-link {
	color: #ccc;
	text-decoration: underline;
}

footer .sponser {
	text-align: right;
	display: flex;
}
footer .sponser .textwidget {
	display: flex;
}
footer .sponser a{padding: 10px;
    min-width: 90px;
    position: relative;
    display: block;
}
footer .sponser img {
    padding-right: 15px;
    display: block;
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

/** Media CSS For Mobile/Table View **/

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

.mobile-nav, .mobile-lang {
	display: none;
	text-align: center;
}

.footer {
	background-color: #1f1f1f;
}

.hamburger-menu {
	display: none;
	transition: all 0.3s ease-in-out;
	top: 25px;
	position: absolute;
	left: 20px;
	z-index: 9999999;
}

.menu-popup .navbar .hamburger-menu {
	display: none;
}
.text-center ul{
text-align:center;}
.hamburger-menu:hover {
	cursor: pointer;
}

.hamburger-menu .menu-item {
	background: black;
	display: block;
	height: 4px;
	margin: 0 0 8px;
	transition: all 0.3s ease-in-out;
	width: 36px;
}

.hamburger-menu.open .menu-item {
	margin: 0 0 5px;
}

.hamburger-menu.open .menu-item:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 6px;
	transform-origin: 6px;
}

.hamburger-menu.open .menu-item:nth-child(2) {
	opacity: 0;
}

.hamburger-menu.open .menu-item:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 5px;
	transform-origin: 5px;
}

.menu-popup {
	display: none;
}
footer a{
	color:#fff;
}
footer a.copy-link{
	text-decoration: underline;
	color:#fff;
}
.feature-box-content a {
    display: block;
}

.social_only_mobile{
	display:none;
}
.social_only_desktop{
	display:block
}

/* 
@media(min-width:768px) and (max-width:991px) {
	.navbar .main-nav .topnav ul {
		display: block;
		float: none;
	}
	.navbar .main-nav .topnav ul li {
		display: inline-block;
	}
	.navbar .main-nav .topnav {
		float: none;
	}
	.navbar .main-nav .navbar-nav {
		float: none;
		flex-direction: row;
	}
	.navbar .main-nav .navbar-nav li {
		display: inline-block;
	}
	.navbar .main-nav .topnav ul {
		display: inline-block;
	}
	.navbar-brand {
		margin: 0 auto;
		float: none;
		padding: 8px 0;
	}
	.navbar .main-nav .topnav {
		text-align: center;
	}
	.navbar .main-nav .search-form {
		float: none;
		display: inline-block;
	}
	#navbarResponsive {
		margin: 0 auto;
		width: 100%;
	}
} */

@media only screen and (max-width: 991px) {
	.upper-menu.sticky_menu #navbarResponsive{
	display:none;
	}section.what_happen .news_event_mobile_view .mobile_news a.view_more::after, section.what_happen .news_event_mobile_view .mobile_event a.view_more::after {
    content: "\f061";
    font-family: "Fontawesome";
    margin-left: 8px;
}
	footer .sponser a{
		min-width: 68px;
	}
	.team {
		text-align:center;
	}
	.d-none-desktop{
		display: block;
	}.wrapper.story 
	{
		text-align: center;
	}.wrapper.story .col-lg-9	{
		padding: 0 30px;
	}
	/** Secondary Nav **/
	#secondary-nav h2 {
		background: #00703c;
		text-align: center;
		padding: 25px 0px;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#secondary-nav h2 a {
		color: #fff;
	}
	#secondary-nav ul {
		list-style: none;
		padding-left: 0px;
		text-align: center;
	}
	#secondary-nav ul li {
		list-style: none;
		margin-left: 0px;
		line-height: 30px;
		/*border-bottom:2px solid #ccc;
		margin-bottom: 16px;
		padding-bottom: 16px;*/
	}
	#secondary-nav ul li:nth-last-of-type(1) {
		border-bottom: none;
	}
	#secondary-nav ul li.current_page_item:before {
		content: "\f0da";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #00703c;
		font-size: 25px;
		padding-right: 0.5em;
		top: 10px;
		left: 0;
	}
	#secondary-nav ul li.current_page_item {
		margin-left: 6px;
	}
	#secondary-nav ul li.current_page_item a {
		color: #00703c;
	}
	#secondary-nav ul li a {
		font-weight: bold;
		font-size: 18px;
		color: #00703c;
		text-transform: uppercase;
	}
	#secondary-nav ul li.current_page_ancestor a {
		color: #00703c;
	}
	#secondary-nav ul li&gt;ul {
		border-bottom: none;
		/*margin-bottom: 16px;
		padding-bottom: 16px;*/
	}
	#secondary-nav ul li&gt;ul li {
		border-bottom: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	#secondary-nav ul li&gt;ul li a {
		font-weight: bold;
		font-size: 16px;
		color: #000 !important;
		text-transform: uppercase;
	}
	#secondary-nav ul li&gt;ul li&gt;ul {
		border-bottom: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	#secondary-nav ul li&gt;ul li&gt;ul li a {
		font-weight: normal;
		font-size: 14px;
		color: #000;
		text-transform: none;
	}
	/** Secondary Nav End **/
	.navbar .main-nav .topnav .nav-link:hover{
		color:#fff !important;
	}
	.menu-popup .fixed-top{
		position:relative;
	}
section.latest_news .news-prev,
section.latest_news .news-next {
	display:none;
}
	header .carousel-item {
		height: 300px;
		min-height: 300px;
	}
	header .featured ,
	 .menu-popup .featured {
		background-color: #00703c;
		margin: 0 auto;
		max-width: 100%;
		padding:10px 0;
		overflow:hidden;
	}
	header .featured .featured-item .card,
 .menu-popup .featured .featured-item .card	{
		background-color: #00703c;
	}
	.featured-item .card {
		display: flex;
	}
	header .featured .featured-item .card .icon,
.menu-popup .featured .featured-item .card .icon	{
		line-height: 0px;
		margin-top: 0px;
		font-size: 25px;
		width: 100%;
	}
	header .featured .featured-item,
.menu-popup .featured .featured-item	{
		width: 33%;
		padding: 0px 0px;
		text-align: center;
	}
	header .featured .featured-item .card .card-title,
	.menu-popup .featured .featured-item .card .card-title	{
		margin-bottom: 0px;
		line-height: 15px;
	}
	header .featured .featured-item .card .card-title a ,
	.menu-popup .featured .featured-item .card .card-title a{
		color: #fff;
		font-size: 11px;
		font-style: normal;
		font-family: "Montserrat";
	}
	header .featured .featured-item .card .card-text,
	.menu-popup .featured .featured-item .card .card-text	{
		display: none;
	}
	header .featured .featured-item .card .card-body ,
	.menu-popup .featured .featured-item .card .card-body {
		float: none;
		width: 100%;
		padding: 0px 0px;
	}
	header .featured .featured-item .card .card-body p,
.menu-popup .featured .featured-item .card .card-body p	{
		display: none;
	}
	header .be_a_hero .info {
		text-align: center;
	}
	.menu-popup .container{
		width:100%;
		max-width:100%;
	}
	.what_happen .news_event_mobile_view {
		display: block;
	}
	section.latest_news {
		display: none;
	}
	section.coming_event {
		display: none;
	}
	#what_happening {
		display: none;
	}
	.newsletter-form {
		margin: 0 auto;
	}
	section.what_happen .news_event_mobile_view .mobile_news, section.what_happen .news_event_mobile_view .mobile_event {
		background-color: #fff;
		border: 1px solid #000;
		margin: 10px 20px;
		text-align: left;
		padding: 20px 15px;
	}
	section.what_happen .news_event_mobile_view .mobile_news h3, section.what_happen .news_event_mobile_view .mobile_event h3 {
		color: #00703c;
	}
	section.what_happen .news_event_mobile_view .mobile_news p, section.what_happen .news_event_mobile_view .mobile_event p {
		display: block;
		color: #393939;
		margin-bottom: 10px;
		font-size: 16px;
	}
	section.what_happen .news_event_mobile_view .mobile_news a, section.what_happen .news_event_mobile_view .mobile_event a {
		color: #999;
		font-size: 14px;
		display: block;
	}
	section.what_happen .news_event_mobile_view .mobile_news a.view_more, section.what_happen .news_event_mobile_view .mobile_event a.view_more {
		color: #393939;
		font-weight: 700;
		font-size: 15px;
	}
	section.what_happen .news_event_mobile_view .mobile_event {
		margin-bottom: 50px;
	}
	section.what_happen .news_event_mobile_view .mobile_event label.date_label {
		background-color: #74B74A;
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		padding: 5px 12px;
	}
	section.newsletter .insta-gallery {
		display: none;
	}
	section.newsletter .mailier {
		padding: 15px 30px;
		text-align: center;
	}
	.footer-menu {
		display: none;
	}
	footer .py-5 {
		padding-top: 0px !important;
	}
	footer .sponser {
		float: none;
		text-align: center;
		z-index: 999;
		display: block;
	}footer .sponser a{
		display: inline-block;
		padding:10px 5px;
	}	footer .sponser .textwidget{
		display: block;
		text-align: center;
	}
	footer .sponser img {
		max-width: 65px;
    position: relative;
    left: unset;
    top: unset;
    transform: translate(0,0);
	}
	footer .copyright p {
		z-index: 999;
		position: relative
	}

	/* shekh  */
	
	nav .navbar-brand {
		float: none;
		display: block;
		width: 100%;
		padding: 10px 50px;
		margin-right: 0;
		text-align: center;
	}
	.navbar-brand img {
		width: 50%;
		max-width: 150px;
	}
	.menu-popup .navbar-brand img {
		width: 50%;
		max-width: 200px;
	}
	.navbar-toggler {
		color: #000;
		position: absolute;
		top: 25px;
	}
	.mobile-nav {
		display: block;
	}
	#navbarResponsive {
		width: 100%;
	}
	.menu-popup .navbar .main-nav .topnav {
    float: none;
    background: #00703c url(images/watermark-logo.png);
    background-size: cover;
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
	position:relative;
	z-index:0;
	}
	.menu-popup .navbar .main-nav .topnav:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color: #00703c;
	opacity:.7;
	z-index:-1;
	
	}
	.menu-popup .navbar .main-nav .topnav ul {
		float: none;
		text-align: left;
	}
	.menu-popup .navbar .main-nav .search-form {
		float: none;
		margin-top:15px;
	}
	.menu-popup .navbar .main-nav input[type="search"] {
		width: 100%;
		padding-left: 25px;
	}
	.search-form label:after {
		right: unset;
		left: 5px;
	}
	.menu-popup .menu-popup .topnav {
		padding-left: 50px;
		padding-right: 50px;
	}
	.menu-popup input.search-field::placeholder {
		color: #fff;
	}
	.menu-popup input.search-field {
		outline: none;
	}
	.menu-popup .navbar .main-nav .topnav .nav-link {
		font-size: 14px;
		padding: 8px 5px;
	}
	.menu-popup .navbar .main-nav .topnav .nav-link:hover {
		opacity: .8;
	}
	.topnav {
		display: none;
	}
	.mobile-nav .topnav {
		display: block;
	}
	.mobile-nav .language {
		display: none;
	}
	.mobile-lang {
		display: block;
	}
	.navbar-toggler {
		color: #000;
	}
	.navbar-brand img {
		width: 50%;
	}
	#menu-main-menu {
		float: none;
		height: auto;
		margin: 0 50px 0 50px !important;
	}
	#menu-main-menu ul {
		display: none;
	}
	.navbar .main-nav .nav-link {
		border-bottom: 1px solid #ccc;
		padding-left: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
	}.navbar .main-nav li:last-child .nav-link{
		border-bottom:0;
	}
	.navbar .main-nav .nav-link:hover {
		color: #00703c;
		background: none;
		height: auto;
	}
	.menu-popup .topnav .language {
		display: none !important
	}
	.navbar .main-nav .nav-link .fa {
		display: block;
		color: #00703c;
		font-size: 26px;
		float: left;
		padding-right: 12px;
		position: absolute;
		transform: translateX(-110%);
		margin-top:-7px;
	}
	.navbar .main-nav .nav-item:hover&gt;a {
		background-color: transparent;
		color: #000 !important;
		opacity:.8;
	}
	.hamburger-menu {
		display: inline-block;
	}
	.menu-popup .main-nav {
		display: block;
	}
	.menu-popup {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		height: 100%;
		z-index: 999999;
		width: 100%;
		overflow-y:auto;
	}

	.topnav {
		background: #00703c;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	ul.sign li a.nav-link {
		color: #fff !important;
		border-bottom: none !important;
	}
	.navbar .main-nav .search-form {
		width: 100%;
	}
	.navbar .main-nav input[type="search"] {
		color: #fff;
		border-bottom: 1px solid #fff;
		border-top: none;
		border-left: none;
		border-right: none;
		background: none;
	}
	.main-nav {
		display: none;
	}
	.navbar .main-nav div.language {
		float: none;
		display: inline-block;
	}
	footer .copyright{
		text-align: center;
	}
	footer{
		text-align: center;
	}section.content .sidebar{
		display: none;
	}
	
	.social_only_mobile{
		display:block;
	}
	.social_only_desktop{
		display:none;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.navbar .main-nav .nav-link{
		font-size: 14px;
	}header .carousel-item h3 {
		font-size: 95px;
		line-height:1.1;
	}header .carousel-item h3 span{
	font-size: 33px;
	}header .carousel-item p {
	
		margin-top: 0;
		font-size: 22px;
	}
}
@media (max-width:767px){
	header .be_a_hero h2{
		font-size: 30px;
	}
	.be_a_hero{
		font-size: 14px;
	}.what_happen h3{
		margin-bottom: 0;
		font-size: 30px;
	}
}
@media (min-width:992px){
	footer .sponser .textwidget {
		display: flex;
		width: 100%;    -ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
}
	section.what_happen .news_event_mobile_view .mobile_news a.view_more::after, section.what_happen .news_event_mobile_view .mobile_event a.view_more::after {
		content: "\f061";
		font-family: "Fontawesome";
		margin-left: 8px;
	}
@media only screen and (max-width: 480px) {
	header .be_a_hero{
		background:none;
	}
	body {
		background-color: #fff;
	}

	.article .alignleft,.article .alignright{
	float:none;}
	section.content h2.hope-title{
		margin-bottom:0;
	}
	section.what_happen .news_event_mobile_view .mobile_event p{
		font-size:13px;
	}
	section.content h2.news-title {
		font-size:32px;
		font-weight: normal;
		font-style: italic;
		font-family: 'Palatino';
		text-align: left;
		margin-bottom: 0px;
		text-transform: lowercase;
	}section.newsletter .mailier h3{
		font-size:30px;
	}
	/*
	.top {
		padding-top: 5px;
		height:auto;
	}
	
	.navbar-toggler {
		margin-top: 8px;
		margin-left: -15px;
	}
	.navbar-brand {
		width: 60%;
		display: block;
		text-align: left;
		float: right;
	}
	
	.navbar-brand img{
		width:50%;
	}
	
	.navbar .main-nav {
		margin-left:40px;
		border:1px solid #000;
	}
	
	.navbar .main-nav div.language {
		margin-top: -150px;
		margin-left: 50px;
	}
	
	.navbar .main-nav .ml-auto {
		border: 1px solid;
		position: absolute;
		width: 100%;
		z-index: 999;
		top: 97px;
	}
	
	.navbar .main-nav .topnav ul {
		position: absolute;
		top: 270px;
	}
	*/
	header .carousel-item {
		height: 200px;
		min-height: 200px;
	}

	header .carousel-item h3 {
		font-size: 50px;
    line-height: 33px;
	}
	header .carousel-item h3 span {
		font-size: 22px;
		margin-top: 0px;
		text-align: left;
		padding-left: 36px;
		letter-spacing: 0px;
		text-shadow:none;
		color:#00703c;
	}
	header .carousel-item p {
		font-size: 20px;
		float: right;
		margin-top: 10px;
		text-align: right;
	}
	.d-none {
		display: block !important;
	}
	header .page-banner {
		font-size: 48px;
	}
	header .search-banner {
		display: none;
	}
	header .hero-banner {
		height: 200px;
		background-position: center center;
	}
	header .featured {
		background-color: #00703c;
		/*height:70px;*/
		margin-top: 0px;
		padding: 10px 5px;
		overflow:hidden;
	}
	header .featured .featured-item .card {
		background-color: #00703c;
	}
	header .featured .featured-item .card .icon {
		line-height: 0px;
		margin-top: 0px;
		font-size: 25px;
		width: 100%;
	}
	header .featured .featured-item {
		width: 33%;
		padding: 0px 0px;
		text-align: center;
	}
	header .featured .featured-item .card .card-title {
		margin-bottom: 0px;
		line-height: 15px;
	}
	header .featured .featured-item .card .card-title a {
		color: #fff;
		font-size: 11px;
		font-style: normal;
		font-family: "Montserrat";
	}
	header .featured .featured-item .card .card-text {
		display: none;
	}
	header .featured .featured-item .card .card-body {
		float: none;
		width: 100%;
		padding: 0px 0px;
	}
	header .featured .featured-item .card .card-body p {
		display: none;
	}
	.card {
		word-wrap: none;
	}
	header .be_a_hero {
		padding-bottom: 40px;
		padding-top:0;
		margin-top:0;
	}
	header .be_a_hero .info {
		text-align: center;
		padding-top: 0px;
		margin-bottom: 25px;
	}
	.what_happen p {
		display: none;
	}
	.what_happen #carouselWhatHappening {
		display: none;
	}
	section.content .sidebar {
		display: none;
	}
	section.content {
		margin-top: 40px;
		/*margin-bottom: 40px;*/
	}
	section.content .article {
		padding-left: 30px;
	}
	section.hero-story {
		margin-top: 0px;
		padding-top: 0px;
	}
	section.hero-story .article {
		/* text-align: center; */
		padding-left: 12px;
		/*padding-top: 30px;*/
	}
		
	section.hero-story .title-row {
		/*background-image: url('images/backup-bg-wrapper_1_65.png');*/
		background-repeat: no-repeat;
		background-position: center top;
		/*background-color: #00703c;*/
		font-family: Palatino;
		padding:30px 0;
		font-style: italic;
		text-transform: lowercase;
		background-size: cover;
	}
	section.hero-story .title-row h2.hope-title {
		/*color: #fff;*/
		font-size: 38px;
	}
	section.hero-story .feature-box-content-upper {
		width: 100%;
		padding-right: 0%;
		margin-bottom: 0%;
	}
	section.hero-story .feature-box-content-upper img {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#carouselHeroVideo {
		width: 75%;
		margin: 0px auto;
	}
	#feature-box {
		background-color: #f6f6f6;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#feature-box .feature-box-content {
		width: 100%;
	}
	section.hero-story .story {
		background-color: #f6f6f6;
		padding-top: 0px;
		padding-bottom: 30px;
	}
	section.hero-story .carousel-item .fleft {
		text-align: center;
	}
	section.hero-story .story h2 {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
	}
	
	section.hero-story .story a.read_more{
		display:block;
		position:relative;
	}
	
	section.hero-story .story P {
		padding-left: 0px;
	}
	section.hero-story .story P.excerpt {
		display:none;
	}
	section.hero-story .only-desktop {
		display: none;
	}
	section.hero-story .only-mobile {
		display: block;
	}
	section.latest_news {
		display: none;
	}
	section.coming_event {
		display: none;
	}
	#what_happening {
		display: none;
	}
	section.newsletter .insta-gallery {
		display: none;
	}
	section.newsletter .mailier {
		padding: 0 30px;
	}
	section.newsletter .mailier form {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	section.newsletter .mailier button {
		margin-top: 15px;
	}
	section.newsletter .mailier .es_caption {
		margin-bottom: 0px;
	}
	section.what_happen {
		padding-top: 25px;
	}
	section.what_happen .news_event_mobile_view {
		display: block;
	}
	section.what_happen .news_event_mobile_view .mobile_news, section.what_happen .news_event_mobile_view .mobile_event {
		background-color: #fff;
		border: 1px solid #000;
		margin: 10px 20px;
		text-align: left;
		padding: 20px 15px;
	}
	section.what_happen .news_event_mobile_view .mobile_news h3, section.what_happen .news_event_mobile_view .mobile_event h3 {
		color: #00703c;
		font-size:30px;
		margin-bottom:15px;
	}
	section.what_happen .news_event_mobile_view .mobile_news p, section.what_happen .news_event_mobile_view .mobile_event p, a.mob_news_title_link {
		display: block;
		color: #393939;
		margin-bottom: 10px;
	}	section.what_happen .news_event_mobile_view .mobile_news p{font-size:13px;}
	section.what_happen .news_event_mobile_view .mobile_news a, section.what_happen .news_event_mobile_view .mobile_event a, p.mob_event_location {
		color: #999;
		font-size: 14px;
	}
	
	
	section.what_happen .news_event_mobile_view .mobile_news a::after, section.what_happen .news_event_mobile_view .mobile_event a::after {
		 content: none;
	}
	
	
	
	
	section.what_happen .news_event_mobile_view .mobile_news a.view_more, section.what_happen .news_event_mobile_view .mobile_event a.view_more {
		color: #393939;
		font-weight: 700;
		font-size: 15px;
	}
	
	
	section.what_happen .news_event_mobile_view .mobile_news a.view_more::after, section.what_happen .news_event_mobile_view .mobile_event a.view_more::after {
		content: "\f061";
		font-family: "Fontawesome";
		margin-left: 8px;
	}
	
	
	section.what_happen .news_event_mobile_view .mobile_event {
		margin-bottom: 50px;
	}
	section.what_happen .news_event_mobile_view .mobile_event label.date_label {
		background-color: #74B74A;
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		padding: 5px 12px;
	    /*margin-top: 15px;*/
		margin-bottom: 12px;
	}
	section.newsletter {
		margin-top: 0px;
	}
	.footer-menu {
		display: none;
	}
	footer .py-5 {
		padding-top: 0px !important;
	}
	footer .sponser {
		z-index: 999;
	}
	footer .sponser img {
		width: 65px;
	}
	footer .copyright p {
		
		z-index: 999;
		position: relative
	}

	.newsletter-form{
		padding: 15px;
		max-width: 100%;
	}section.newsletter .mailier button, section.newsletter .mailier input[type="submit"] {
		background-color: #00703c;
		margin: 10px auto;
	}section.newsletter .mailier .es_button{
		position: relative;
	}
}

@media(min-width:992px){
	
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
}

.co-understanding:before
{
	background-image: url('images/icons/understanding.png');
    background-size: 35px 35px;
	background-repeat:no-repeat;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
}

.co-donor:before
{
	background-image: url('images/icons/donor.png');
	background-size: 35px 35px;
	background-repeat:no-repeat;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
}

.co-patients:before
{
	background-image: url('images/icons/patients.png');
	background-size: 35px 35px;
	background-repeat:no-repeat;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
}

.co-community:before
{
	background-image: url('images/icons/community.png');
	background-size: 35px 35px;
	background-repeat:no-repeat;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
}

.co-volunteer:before
{
	background-image: url('images/icons/volunteer.png');
	background-size: 35px 35px;
	background-repeat:no-repeat;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
}

.co-professionals:before
{
	background-image: url('images/icons/professionals.png');
	background-size: 35px 35px;
	background-repeat:no-repeat;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
}

.co-about:before
{
	background-image: url('images/icons/about.png');
	background-size: 35px 35px;
	background-repeat:no-repeat;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
}

@media (min-width:768px) and (max-width:991px) {
	.dropdown
	{
		padding-left:40px;
	}
	
}
@media (max-width:767px){
	.dropdown
	{
		padding-left:40px;
	}
	.happn-main-text{
		padding:10px 0;
	}
}


/** Skin Slider **/
.my-slider .news-img {
    width: 50%;
    float: left;
    position: relative;
}

.my-slider .news-body {
    width: 50%;
    float: left;
    padding: 20px;
    position: relative;
}

.my-slider .news-img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 35px;
    right: 0;
    background: url(images/cutout.png);
    top: 0;
    background-size: 100% 101%;
    background-repeat: no-repeat;
}

section.latest_news .align-left .news-img::after {
    width: 35px;
    right: unset;
    left: 0;
    background: url(images/cutout.png);
    transform: scale(-1);
    top: 0;
    background-size: 100% 101%;
    background-repeat: no-repeat;
}

.slick-slide {
    margin: 2px 1px;
}

section.latest_news .align-left .news-img {
    width: 50%;
    float: right;
}

section.latest_news .align-left .news-body {
    float: left;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.slick-slide img {
    max-width: 100%;
}

.main-item .item {
    float: left;
    width: 50%;
    padding: 0 1px;
    box-shadow: 0px 0px 1px 1px #c7c7c7;
	background-color:#fff;
}
.slider-btns .left-slider-btn,
.slider-btns .right-slider-btn{
	color:#00703c ;
	font-size:40px;
	position:absolute;
	cursor:pointer;
	width:40px;
	text-align:center;
}
.slider-frame{
	position:relative;
	min-height:195px;
}
.slider-frame .slider-btns{
	position:absolute;
	top:35%;
	left:0;
	width:100%;
	transform:translateY(-50%);
}
.slider-frame .slider-btns  .left-slider-btn{
	left:15px;
}.slider-frame .slider-btns  .right-slider-btn{
	right:15px;
}

@media (max-width:1100px){
	.slider-frame .slider-btns {
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    transform: translateY(0%);
    margin: 0 auto;
}
}
/** Skin Slider End ***/
.sliderFeatureBox {margin-top:20px;}
.sliderHeroStories  .col-lg-9,.sliderFeatureBox  p{
	opacity:0;
	visibility:hidden;
	transition:.1s all ease-in-out;
 }
.sliderHeroStories .slick-center .col-lg-9,.sliderFeatureBox .slick-center p{
	opacity:1;
	visibility:visible;
	padding:0;
}
.sliderHeroStories .slick-slide img,.sliderFeatureBox .slick-slide img{border-left:5px solid #fff;border-right:5px solid #fff;}
.sliderFeatureBox  .col-md-3 {
	padding:0;
}.sliderFeatureBox  .col-md-3 img{
	width:100%;
	max-width:100%;
}
.my-slider img{width:100%}

#menu-main-menu
{
	position: relative;
    right: -14px;
}

#menu-main-menu  li
{
	margin-left: 10px;
    margin-right: 10px;
}

#my-news-slider
{
	width:1110px;
	
}


.slider-news
{
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    width:1110px;
    display:none;
}

#newslide-1
{
	left: 0px;
}

#newslide-2
{
	left: 0px;
}

#newslide-3
{
	left: 0px;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;
}

.float-left-padding-right
{
	float:left;
	padding-right:40px;
}

table#toolkit tbody tr td {
    padding-bottom: 10px;
}

table#toolkit td {
    vertical-align: top;
}

.latest-releases{
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.latest-releases li{
	margin-bottom: 3rem;
}

@media only screen and (max-width:768px) {
    table#toolkit td.table-holder {
        width: 100%;
        display: table-row;
    }
	
	.float-left-padding-right
	{
	float:left;
	padding-right:0px;
	}
}</pre></body></html>