@font-face {
    font-family: 'Founders Grotesk';
    src: url('../fonts/FoundersGrotesk-Regular.eot');
    src: url('../fonts/FoundersGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FoundersGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/FoundersGrotesk-Regular.woff') format('woff'),
        url('../fonts/FoundersGrotesk-Regular.ttf') format('truetype'),
        url('../fonts/FoundersGrotesk-Regular.svg#FoundersGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sentinelmedium';
    src: url('../fonts/sentinel-medium-webfont.eot');
    src: url('../fonts/sentinel-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sentinel-medium-webfont.woff2') format('woff2'),
         url('../fonts/sentinel-medium-webfont.woff') format('woff'),
         url('../fonts/sentinel-medium-webfont.ttf') format('truetype'),
         url('../fonts/sentinel-medium-webfont.svg#sentinelmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../fonts/HelveticaNeueLTPro-LtEx.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-LtEx.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


*
{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
body { margin:0px; font-size:14px; background:#fff; font-family: 'Founders Grotesk';}
html, body {
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle 
{
	background:#89a17d;
	border-color:#89a17d;
	box-shadow:none !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus 
{
	background:#89a17d;
	border-color:#89a17d;
	box-shadow:none !important;
}
a:hover{  text-decoration: none; color: #5E8E22;}
a:focus{ outline: none!important;}
a{text-decoration: none; transition:all 0.1s ease-out;  color: #336699;}
button { border: none;}
img { max-width: 100%;}
ul { margin: 0px; padding: 0px; list-style: none;}
h1, h2, h3, h4,h5,h6{font-family: 'sentinelmedium';}
@media (min-width: 1400px)
{
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1274px;}
}
.padding_0{  padding: 0%;}
.logo{width:100%; max-width:277px;}
.header { position: absolute;  top: 0px; padding: 73px 0; left: 0; right: 0; width: 100%; z-index:1;}
.banner {  background-size: cover;  min-height: 100vh; background-image: url(../images/bg1.jpg); display: flex; align-items: center;
	background-color: #6d5058;}
.header .container { display: flex; flex-wrap: wrap;}
.nav ul { display: flex;  align-items: center; list-style-type: none;}
.nav ul li {font-size:17px;	text-transform:uppercase;}
.nav ul li + li {margin-left:60px;}
.nav ul li a {color:#fff; letter-spacing:1px; display:block; height:21px; cursor:pointer;}
.nav ul li a:hover {	text-decoration:underline;}

.toggle{display:none;}
.donate-btn 
{
	margin:0;
}
.donate-btn a {
    padding: 15px 25px 10px;
    border: 1px solid #89a17d;
    
    display: inherit;
    margin-top: 0!important;
}
.donate-btn a:hover 
{
	text-decoration:inherit !important;
	background:#89a17d;
}

.nav ul li.donate-btn a{height: 53px;}

.btn-primary{
	padding: 16px 25px 8px;
    border: 1px solid #89a17d;
	font-size:21px;
	background-color:transparent;
	letter-spacing:2.4px;
	border-radius:0;
}
.btn-primary:hover 
{
	border: 1px solid #89a17d;
	background:#89a17d;
}
.banner h1 {
    font-size: 75px;
    line-height: 71px;
    font-family: 'sentinelmedium';
    color: #fff;
    margin-top: 165px;
    margin-bottom: 71px;
}
.banner p 
{
	font-size:27px;
	line-height:30px;
	color:#fff;
	margin-bottom:50px;
	letter-spacing: 0.64px;
}
.banner .col-sm-6 
{
	width:51%;
}
.Average-section 
{
	padding:166px 0;
	text-align:center;
	background:#fefaf4;
}
.Average-section h2
{
	font-size:65px;
	line-height:63px;
	margin-bottom:30px;
	letter-spacing: -0.96px;
	color:#89a17d;
}
.Average-section p
{
	font-size:21px;
	line-height:24px;
    letter-spacing: 0.64px;
	color:#000;
	margin:0px;
}
.Average-section  .row>* {
    padding: 0 23px;
}
.cost-education
{
	padding:140px 0;
}
.cost-education h3
{
	font-size:74px;
	line-height:68px;
	color:rgb(109,79,87);
	max-width: 700px;
	margin-bottom:50px;
	letter-spacing:-0.16px;
}

.cost-education p 
{
	font-size:25px;
	line-height:37px;
	margin-bottom:10px;
	max-width:1015px;
	letter-spacing:0.64px;
	color:#000;
}
.collective-vision {
    padding: 140px 0;
    background: url(../images/bg2.jpg);
    background-size: cover;
}

.collective-vision h2
{
	font-size:74px;
	line-height:68px;
	margin-bottom:30px;
	color:rgb(109,79,87);
	letter-spacing: -0.16px;
}
.collective-vision p
{
	font-size:23px;
	line-height:37px;
	letter-spacing:0.64px;
	color:#000;
}
.collective-vision .col-sm-4 
{
	width: 36.333333%;
}
.support {
    background: rgb(138,162,126);
    padding: 135px 0;
}

.support h2
{
	font-size:74px;
	line-height:68px;
	max-width: 700px;
	color:#000;
	margin-bottom:0;
}

.support p 
{
	font-size:27px;
	line-height:26px;
	margin:35px auto 0;
	color:#000;
	max-width: 340px;
	letter-spacing:0.64px;
}


.Advocate-future {
    padding:170px 0 140px;
}
.Advocate-future h1 
{
	    text-align: center;
    line-height: 71px;
    font-size: 80px;
	font-family: 'Helvetica Neue LT Pro';
    margin-bottom: 49px;
	letter-spacing:0.32px;
}

.heading-paragraph {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 70px;
	letter-spacing:0.64px;
}

.inner-box {
    padding: 30px 41px;
    border: 1px solid rgb(138,163,125);
    border-radius: 20px;
	height:100%;
    text-align: center;
}
.inner-box h4 {
    font-size: 35px;
    line-height: 61px;
    color: rgb(109,79,87);
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 11px;
}

.inner-box h4 a{color:currentcolor; text-decoration:none;}
.inner-box h4::after {
    width: 75px;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: '';
    background: rgb(138,163,125);
    left: 0;
    right: 0;
    margin: auto;
}
.inner-box p 
{
	font-size:20px;
	line-height:22px;
	letter-spacing:0.64px;
	margin:0;
	color:#000;
}
.Advocate-future 
{
	padding:140px 0;
	background:#fefaf4;
	
}
.Advocate-future .container 
{
	max-width:1100px;
}
.footer {
    background: #353333;
    padding: 70px 0;
    font-size: 13px;
    color: #fff;
    line-height: 17px;
	letter-spacing:-0.16px;
}
.footer ul {
    max-width: 185px;
}
.footer ul li 
{
	margin-bottom:17px;
}
.footer ul li a 
{
	color: #fff;
    font-size: 17px;
    line-height: 24px;
}
.footer ul li a:hover
{
	color:rgb(138,162,126);
}
.footer h5 {
    color: rgb(138,162,126);
    font-size: 18px;
    font-style: italic;
    margin-bottom: 25px;
}
.copyright 
{
	margin-top:30px;
}
.footer input
{
	background: transparent;
    border: 1px solid #89a27c;
    height: 40px;
    width: 100%;
	color:#fff;
    padding: 4px 15px 0;
    border-radius: 0;
	font-style: italic;
	outline:none;
}

.footer input:focus{border:1px solid #8aa37d;}

.footer input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.footer input::placeholder {
  color: #fff;
}
.footer-box p
{
	max-width: 240px;
    display: flex;
    align-items: center;
    margin: 0 0 0 50px;
	font-size:16px;
	line-height:24px;
}


.footer-box {
    height: 100%;
    display: flex;
    align-items: center;
}
.formob
{
	display:none;
}

#counter-box{width:20%;}
.banner .btn{z-index:9; position:relative;}
.ad-block{transition:all ease 0.3s; position:relative;}
.inner-box{transition:all ease 0.3s;}
.ad-block:hover{transform:scale(1.02);}
.ad-block:hover .inner-box{border-color:#ffffff; background:#ffffff; box-shadow:0 0 15px rgba(0,0,0,0.1);}
.list-popup-overlay{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index:15; background: rgba(0,0,0,0.6); display:none;}
	
.list-popup{position: fixed;
    left: 50%;
    top: 50%;
    background: #ffffff;
    padding: 60px 40px;
    width: 100%;
    max-width: 500px; z-index:16;
transform: translate(-50%, -50%); display:none;}

.list-popup h4{    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-family: 'Helvetica Neue LT Pro';
    margin-bottom: 35px;
    letter-spacing: 0.32px;}
.list-popup form{position:relative;}
.list-popup input[type="email"]{margin: 0;
    padding: 2px 15px 0 15px;
    height: 50px;
    border: 1px solid #d5d5d5;
    width: 100%;
    border-radius: 6px; outline: none;}
	
.list-popup input[type="submit"]{position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    border: none;
    background: #89a17d;
    color: #ffffff;
    border-radius: 6px;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 9px 25px 5px 25px;}
.list-popup-close{position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/close-ico.png) center center no-repeat; background-size:15px;
    right: 20px; cursor:pointer;
    top: 20px; opacity:0.5; transition:all ease 0.3s;}
	
.list-popup-close:hover{opacity:0.8;}













.register-popup-overlay{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index:15; background: rgba(0,0,0,0.6); display:none;}
	
.register-popup{position: fixed;
    left: 50%;
    top: 50%;
    background: #ffffff;
text-align:center;
    padding: 60px 40px;
    width: 100%;
    max-width: 500px; z-index:16;
transform: translate(-50%, -50%); display:none;}
.register-popup a{background: #89a17d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 30px 12px 30px;
display:inline-block;
    letter-spacing: 2px;
    margin: 10px 0 0 0;}
.register-popup a:hover{background:#6d4f57;}

.register-popup h4{    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-family: 'Helvetica Neue LT Pro';
    margin-bottom: 35px;
    letter-spacing: 0.32px;}

.register-popup-close{position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/close-ico.png) center center no-repeat; background-size:15px;
    right: 20px; cursor:pointer;
    top: 20px; opacity:0.5; transition:all ease 0.3s;}
	
.register-popup-close:hover{opacity:0.8;}

.footer-subscribe-trigger{border: 1px solid #8aa27e;
    color: #8aa27e;
    font-size: 18px;
    padding: 17px 25px 10px 25px;
    display: inline-block;
	border-radius:6px;
    cursor: pointer;}

.footer-subscribe-trigger:hover{background: #8aa27e; color: #ffffff;}

.committee{background:#89a17d; padding:70px 0;}
.committee h2{font-size: 50px;  line-height: 58px;  color: #000;  margin-bottom: 50px;  text-align: center;}
.committee ul{display:flex; flex-wrap:wrap;}
.committee ul li{width: 25%;  font-size: 18px;  color: #000000; margin:0 0 3px 0; position:relative; padding:0 0 0 20px;}
.committee ul li:before{content:''; position:absolute; left:0; top:8px; width:10px; height:2px; background:#000000; }
.committee ul li:after{content:''; position:absolute; left:0; top:8px; width:0; height:2px; background:#97b38a;z-index:1; transition:all ease 0.3s;}
.committee ul li:hover:after{width:10px;}

@media screen and (max-width:1200px)
{
		.nav ul li + li {
			margin-left: 35px;
		}
		.banner h1 {
			font-size: 50px;
			line-height: 55px;
			margin-top: 165px;
			margin-bottom: 40px;
		}
		.banner 
		{
			background-position: -220px;
			background-repeat: no-repeat;
		}
		.Average-section .row>* {
			width: 33.33%;
			flex: inherit;
		}
		#counter-box {
			width: 33.33%;
		}
		.Average-section .row {
			justify-content: center;
		}
		.collective-vision .col-sm-4 {
			width: 50.333333%;
		}
		.support h2 {
			font-size: 60px;
			line-height: 68px;
		}
		.Advocate-future h1 {
			line-height: 71px;
			font-size: 60px;
			margin-bottom: 26px;
			letter-spacing: 0.32px;
		}
		.nav ul li
		{
			margin-top:6px;
		}
		
}

@media screen and (max-width:1023px) 
{
	.support p br  , .Average-section p br
	{
		display:none;
	}
	.footer-box 
	{
		flex-wrap:wrap;
	}
	.footer-logo img {
		max-width: 65px;
		margin-bottom: 20px;
	}
	.banner .col-sm-6 {
		width: 100%;
	}
	.banner
	{
		display:inherit;
		background-image:inherit;
		align-items:inherit;
	}
	.footer-box p 
	{
		margin:0px;
	}
	.banner h1 
	{
		margin-top:225px;
	}
	.banner img 
	{
		width:100%;
		margin-top: -90px;
	}
	.formob
	{
		display:block;
	}
	.nav 
	{
		display:none;
	}
	.Average-section .row>* {
		width: 50%;
		margin-bottom: 35px;
	}
	.collective-vision 
	{
		padding-top:0px;
	}
	.collective-vision img 
	{
		width:100%;
	}
	.collective-vision .col-sm-4 {
		width: 100%;
		margin-top: 140px;
	}
	.collective-vision 
	{
		background:transparent;
	}
	.inner-box 
	{
		text-align: center;
		max-width: 320px;
		margin: auto;
	}
	.Advocate-future .col-sm-4 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom:30px;
	}
	.Advocate-future {
		padding: 100px 0;
	}
	.support .row>* {
		width: 100%;
	}
	.support p 
	{
		max-width:100%;
	}
    .nav.ms-auto {
		background: white;
		margin-top: 10px;
		z-index: 999;
		position: relative;
		width:100%;
	}
	.nav ul {
		flex-wrap: wrap;
	}
	.nav ul li {
		width: 100%;
		margin: 0 !important;
		padding: 0;
		border-bottom: 1px solid #00000024;
	}
	.nav ul li a {
		color: #000;
		width:100%;
		letter-spacing: 2px;
		padding:15px 20px;
		height:50px;
		font-size:16px
	}
	.donate-btn a {
		padding: 0;
		border: none;
		height: auto;
		display: inherit;height:50px;
		margin-top: 0!important;
	}
.toggle img {width: 40px;}
.toggle{margin-left: auto; width:40px; background:url(../images/trigger.svg) center center no-repeat; height: 26px;}	
.toggle.active {background:url(../images/close-trigger.svg) center center no-repeat;}
#counter-box { width: 33.33%;}
.Average-section h2 { font-size: 52px; line-height: 60px;}
.Average-section p {  font-size: 19px; line-height: 22px;}
}

@media screen and (max-width:991px) 
{
committee ul li {   width: 33.33%;}
}

@media screen and (max-width:767px) 
{
.toggle{display:block;}
.footer{padding:35px;}
.footer .container .row > div{margin-bottom:30px;}
.footer ul { max-width: 111px;}
.header {padding: 30px 20px;}

.banner h1 {margin-top: 130px;
    font-size: 33px;
    line-height: 38px;
    margin-bottom: 25px;
    max-width: 320px;
    padding-left: 20px;
    padding-right: 20px;}

.banner p {	    font-size: 14px;
    line-height: 19px;
    
    margin: 0 20px 30px 20px;}
.Average-section , .cost-education {
		padding: 70px 20px;
	}
.collective-vision .col-sm-4 {
		width: 100%;
		margin-top: 60px;
	}
.collective-vision 
	{
		padding-bottom:60px;
	}
.collective-vision h2 {
		font-size: 36px;
		line-height: 40px; 
padding-left: 20px;
    padding-right: 20px;
	}
.banner{min-height:inherit;}
.banner .col-sm-6{position:relative;}
.banner .btn-primary{font-size:17px;    z-index: 9;    position: relative; margin-left:20px;}
.collective-vision p {
		font-size: 18px;
    line-height: 26px;
padding-left: 20px;
    padding-right: 20px;
	}
.support {
		padding: 70px 20px;
	}
.support h2 {
		font-size: 30px;
		line-height: 40px;
	}
.support p {
    font-size: 18px;
    line-height: 26px;
	}
.Advocate-future {
		padding: 70px 0;
		text-align:center;
	}
.Advocate-future h1 {
		line-height: 41px;
		font-size: 40px;
		max-width: 280px; display:inline-block;
	}
.heading-paragraph {
		text-align: center;
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 40px;
		letter-spacing: 0.64px;
	}
	.cost-education h3 {
		font-size: 41px;
		line-height: 44px;
	}
	.cost-education p {
		font-size: 19px;
		line-height: 28px;
	}
	.Average-section h2 {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 15px;
	}
	.logo{max-width: 180px;}
	.logo img {max-width: 180px; margin-bottom:0;}
	.footer-logo img { max-width: 100px;}
	.footer h5{margin-bottom:15px;}
	.footer-box p{font-size:15px; line-height:22px; max-width:100%;}
	.footer ul li { margin-bottom: 15px; font-size: 17px; line-height: 24px;}
	.ad-block{margin-bottom:20px;}
.committee ul li{width:50%; font-size:15px;}
}

@media screen and (max-width:567px) 
{
	#counter-box {
		width: 50%;
	}
	.Average-section{padding:70px 0 35px 0;}
	.Average-section p {
    font-size: 16px;
    line-height: 20px;}
	.inner-box {
		padding: 25px 30px 25px;
	}
	
	
.list-popup {
    position: fixed;
    left: 20px;
    top: 20px;
    background: #ffffff;
    padding: 50px 25px;
    width: calc(100% - 40px);
    max-width: 500px;
    transform: none;
}

.register-popup{position: fixed;
    left: 20px;
    top: 50%;
    background: #ffffff;
    padding: 50px 25px;
    width: calc(100% - 40px);
    max-width: 500px;
    transform: translateY(-50%);}
	
}
