@charset "utf-8";
/* CSS Document */

/*
Framework by Andy Shearouse
*/
html, body{
	margin:0px !important;
	padding:0px !important;
	font-family: 'Montserrat';
}

img{
	max-width:100% !important;	
}

.container{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.header{
    position: relative;
    width: 100%;
}


/*Use the following for top drop-down nav
Change the background-color in #nav to change the color of the navigation bar
Change the background-color in #nav ul li ul to change the background color of the dropdown menus
These values do also need to be changed further down, in the 600px, 400px, and 300px wide sections 
*/
/* -------------------- Start Navigation -------------------- */
.logo {
    width: 120px;
    z-index: 12;
    float: left;
    padding-left: 30px;
}

.contactBanner {
    display: inline-block;
    background-color: #16a950;
    height: 60px;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.bannerItems {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
}

.contactBanner a {
    text-decoration: none;
    color: #FFF;
    
}

.contactBanner a img {
    margin-top: 5px;
    max-height: 40px;
}

.mapIcon {
    padding-left: 20px;
}

/*.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}*/

/*.sticky + .content {
  padding-top: 60px;
}*/

.scrollingNav {
    display: grid;
    grid-template-columns: auto auto;
    background-color: #fff;
}

#nav{
	position: relative;
    z-index: 10;
    float: left;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Arial';
    margin-right: 20px;
    background-color: #fff;
    width: 100%;
}

#nav img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 30%;
}

#nav > a{
	display: none;
}

#nav li{
	position: relative;
	list-style-position:inside;
	list-style-type:none;
}

#nav li img {
    width:  100px;
}
#nav li a{
	color: #000;
	display: block;
	text-decoration:none;
	width: 100%;

}

.donateNav a{
    border: 2px solid #16a950;
    background-color: #16a950;
    border-radius: 20px;
    color: #fff !important;
    padding:8px 16px;
}

.donateNav a:hover {
    background-color: #fff;
    color: #16a950 !important;
}

/* first level */

#nav ul{
	text-align:center;
	padding-left:0px !important;
	margin-left:0px !important;
	padding-top: 2em;
}
#nav li{
	margin:0px 10px;
	padding:4px 8px;
	height: 100%;
	display:inline-block;
}
#nav a{
	height: 100%;
	text-align: center;
}

#nav li a:hover {
    color: #16a950;
}
#nav > ul > li:not( :last-child ) > a{
	
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a{
	
}

	/* second level */

#nav li ul{
	background-color:#ccc;
	display: none;
	position: absolute;
	top: 100%;
	margin-left:0 !important;
	padding-left:0 !important;
	width:170px;
	text-align:left;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#nav li:hover ul{
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul{
	left: -1px;
}
#nav li ul a{
	color:#000;
	padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
}
/* -------------------- End Navigation -------------------- */

.content{
	width:100%;
	display:inline-block;
	padding-bottom:20px;
}

.featured-event{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top:60px;
    color: #000;
    background-color: #f7f100;
    padding:2%;
}

.main {
    margin-left: auto;
    margin-right: auto;
}
.home .banner {
    background-image: url('header-1920.jpg');
}

.banner {
    color: #000;
    text-shadow: 1px 1px 2px #fff;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    margin-top: 20px;
    background-size:100% auto;
    background-repeat:no-repeat;
}

.banner h2 {
    padding-top: 14%;
}

.banner .bigText {
    font-size: 48px;
}

.banner h4 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.donateButton {
    border: 2px solid #16a950;
    background-color: #16a950;
    border-radius: 20px;
    color: #fff !important;
    padding:8px 18px;
    text-decoration: none;
    font-weight: 600;
    text-shadow:none;
}

.donateButton:hover {
    background-color: #fff;
    color: #16a950 !important;
}

.bannerPad {
    padding-bottom: 40px;
}

#welcome {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#welcome .yellow {
    color: #000;
    background-color: #f7f100;
    align-content: center;
}

#welcome .green {
    display: grid;
    grid-template-rows: 7fr 4fr;
    color: white;
    background-color: #16a950;
}

#welcome a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

#welcome .green a {
    color: #fff;
}

#welcome .yellow a {
    color: #000;
}

#welcome a:hover {
    text-decoration: underline;
}

#welcome img {
    width: 100%;
}

#welcome h3 {
    font-style: italic;
    font-size: 30px;
    font-weight: 600;
}

#welcome p {
    font-size: 20px;
}

#welcome .text {
    padding-left: 25px;
    padding-right: 25px;
}

#impact {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#impact p {
    padding-right: 20px;
    line-height: 1.6;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

#impact h3 {
    font-style: italic;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}

#impact .impactImgContainer {
   padding-top:16%;
    padding-left: 40px;
    border-left: 2px solid #000;
}

#impact .impactImgContainer img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ceoLetter {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.ceoLetter h3 {
    font-style: italic;
    font-size: 30px;
    font-weight: 600;
    margin-block-end: .5em;
}

.ceoLetter p {
    line-height: 1.6;
}

#stories {
    background-color: #f12121;
    margin-top: 40px;
}

#stories-green {
    background-color: #16a950;
    margin-top: 40px;
    color:#fff;
}

#stories-green .storGrid {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

#stories-green .storGrid .text {
    background-color: #fff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.6;
}

#stories-green .storGrid .text h4 {
    font-size: 20px;
    margin-block-end: 0.5em;
}

#stories-green h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
}

#stories-green iframe {
    width: 450px;
    height: 250px;
}

#stories h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
}

#stories .storGrid {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

#stories .storGrid .text {
    background-color: #fff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.6;
}

#stories .storGrid .text h4 {
    font-size: 20px;
    margin-block-end: 0.5em;
}

#stories iframe {
    width: 450px;
    height: 250px;
}

#threeBlurbs {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#threeBlurbs .text {
    text-align: center;
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px;
}

#threeBlurbs .text h4 {
    font-size: 24px;
    margin-block-end: 0.2em;
}

#threeBlurbs .text p {
    margin-block-start: 0em;
}

#meetNavigators {
    background-color: #f9f9f9;
    padding-bottom: 30px;
}

#meetNavigators .text {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

#meetNavigators .text h3 {
    padding-top: 20px;
    font-size: 24px;
    margin-block-end: 0em;
}

#meetNavigators .text p {
    padding-bottom: 15px;
}

#meetNavigators .text a {
    border: 2px solid #16a950;
    background-color: #16a950;
    border-radius: 30px;
    color: #fff !important;
    padding:12px 46px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 20px;
}

#meetNavigators .text a:hover {
    background-color: #fff;
    color: #16a950 !important;
}

#sponsors {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#sponsors h3 {
    padding: 40px 0px;
    font-size: 24px;
    text-align: center;
    margin:0px;
}

#sponsors img {
    padding-top: 40px;
    max-width: 80% !important;
    max-height: 77px;
}

.grid-two-thirds-one-third{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:2fr 1fr;
	grid-template-columns:2fr 1fr;
}

.grid-one-fourth-three-fourths{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:3fr 1fr;
	grid-template-columns:3fr 1fr;
}

.grid-three-fifths-two-fifths{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:3fr 2fr;
	grid-template-columns:3fr 2fr;
}

.grid-two-fifths-three-fifths{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:2fr 3fr;
	grid-template-columns:2fr 3fr;
}

.grid-two-columns{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:1fr 1fr;
	grid-template-columns:1fr 1fr;
	margin:1% 0;
}

.grid-three-columns{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:1fr 1fr 1fr;
	grid-template-columns:1fr 1fr 1fr;	
}

.grid-four-columns{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:1fr 1fr 1fr 1fr;
	grid-template-columns:1fr 1fr 1fr 1fr;
}

.sponGrid{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:1fr 1fr 1fr 1fr;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.sponGrid-2{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:1fr 1fr 1fr 1fr;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.sponGrid-3{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:1fr 1fr 1fr 1fr;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.sponGrid-4{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:1fr 1fr 1fr 1fr;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.sponGrid-5{
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:1fr 1fr 1fr 1fr;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.footer{
    display:-ms-grid;
	display:grid;
	-ms-grid-columns: 12fr 2fr;
    grid-template-columns: 12fr 2fr;
    border-top: 12px solid #f12121;
    
}

.footerNav {
    padding-left: 50px;
    padding-top: 30px;
    max-width: 600px;
}

.footerNav a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    padding: 0 20px;
}

.footerNav a:hover {
    color: #f12121;
    text-decoration: underline;
}

.footer img {
    padding-top: 15px;
}

.footer-left{
	float:left;
	padding:10px 0px 0px 25px;
}

.footer-right{
	float:right;
	padding:10px 25px 0px 0px;
}

.no-margin{
	margin:0px !important;
}

.no-padding{
	padding:0px !important;	
}

.no-bold{
	font-weight:normal !important;	
}

.no-border{
	border:none !important;
}

.center{
	text-align:center;	
}

.block{
	display:block !important;	
}
	.reveal {
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
.reveal.isactive{
    transform: translateY(0);
    opacity: 1;
}

@media only screen and (max-width:1200px){
    .home .banner{
        background-image:url('header-1200.jpg');
    }
    
    .home .banner h2{
        padding-top:12%;
        padding-bottom:0;
    }
}

@media only screen and (max-width:1100px){
    .logo {
        float: right;
    }
    
	.contactBanner a {
	    font-size: 12px;
	}
	
	#nav li {
	    padding: 4px 4px;
	}
}

@media only screen and (max-width:1020px){
	#welcome {
	    grid-template-columns: 1fr;
	    max-width: 600px;
	}
	
	#welcome .green img {
	    display: none;
	}
	
	#welcome .green{
	    grid-template-rows:1fr;
	}
}

@media only screen and (max-width:850px){
    .home .banner{
        background-image:url('header-850.jpg');
    }
    
    .banner .bigText{
        font-size:40px;
    }
}

@media only screen and (max-width:960px){	
	.grid-four-columns{
		-ms-grid-columns:1fr;
		grid-template-columns:1fr 1fr;
	}
	
	.contactBanner {
	    display: none;
	}
}

@media only screen and (max-width:960px){
	/* -------------------- Start Navigation -------------------- */
	
	.logo {
	    width: 200px;
	    top: inherit;
	    left: inherit;
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    padding: 0 0;
	}
	
	#nav{
        position: inherit;
        float: none;
    }
    
    .donateNav a {
        padding: 0 0;
        border: none;
        color: #000 !important;
        background-color: #fff;
    }
    
    .centerLogo {
        text-align:center;
    }
    
    
	#nav > a{
	}
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type{
		display: block;
		width:100%;
		text-align:center;
		color:#000;
		font-size:20px;
		padding:5px 0px;
	}
	
	#nav a{
		font-size:18px;	
	}
 
    /* first level */
 
    #nav > ul{
        height: auto;
       /* display: none;*/
        position: absolute;
        left: 0;
        right: 0;
		background-color:#ccc;
		margin-top:8px !important;
		padding-bottom:10px;
    }
	#nav:target > ul{
		display: block;
	}
	#nav > ul > li{
		width: 100%;
		float: none;
		margin:0px !important;
		padding:4px 0px;
	}

    /* second level */
 
    #nav li ul{
        position: static;
		width:98%;
		margin:0 !important;
		text-align:center;
		padding:0 !important;
    }
	#nav li ul a{
		padding:0.5em 0;
		margin:0.25em 0;
	}
	
	.navbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .navBarMenu {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 10px 20px;
        left: 0;
    }
    .navBarMenu li {
        /* width: 100%; */
        text-align: center;
        font-size: 1em;
        padding: 5px 15px;
        border-radius: 10px;
        margin: 5px 0;
    }
    .navbar-btn {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 10px 15px;
    }
    .navbar-link {
        transition: all 0.5s ease;
    }
    .navbar-link:hover {
        transition: all 0.5s ease;
    }
    .navbar-link a:hover::after {
        transform: scaleX(0);
    }

    .navBarMenu {
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 80vh;
        background-color: #fff;
    }

    .navBarMenu.active {
        background: #fff !important;
        top: 100%;
        padding-top: 200px !important;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99 !important;
        height: 300px !important;
        font-size: 1.6rem;
    }
    .navBarMenu.active .navbar-link a {
        display: grid !important;
        justify-content: center;
        align-items: center;
    }

    #logo {
        /* padding-left: 25px; */
        width: 10%;
    }

    .navbar_toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.5s ease-in-out;
        background-color: black;
    }
    #mobile_menu {
        position: absolute;
        top: 15%;
        right: 5%;
        transform: translate(10%, 50%);
        z-index: 100;
    }
    
    .navbar_toggle .bar {
        display: block;
        cursor: pointer;
    }

    #mobile_menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    #mobile_menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    #mobile_menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .scrollingNav {
        padding-bottom: 10px;
    }
	/*End Navigation*/
	
	.grid-two-thirds-one-third{
		-ms-grid-columns:1fr;
		grid-template-columns:1fr;
	}
	
	.grid-one-fourth-three-fourths{
		-ms-grid-columns:1fr;
		grid-template-columns:1fr;
	}
	
	.grid-two-fifths-three-fifths{
		-ms-grid-columns:1fr;
		grid-template-columns:1fr;
	}
	
	.grid-three-fifths-two-fifths{
    	-ms-grid-columns:1fr;
		grid-template-columns:1fr;
    }
	
	.grid-two-columns{
		-ms-grid-columns:1fr;
		grid-template-columns:1fr;
	}
	
	.grid-three-columns{
		-ms-grid-columns:1fr;
		grid-template-columns:1fr;
	}
	
	.grid-four-columns{
		-ms-grid-columns:1fr;
		grid-template-columns:1fr;
	}
	
	.footer{
		text-align:center;
	}
	
	.footer-left{
		float:none;
		padding:10px 0px 0px 0px;
		display:block;
	}
	
	.footer-right{
		float:none;
		padding:0px 0px 0px 0px;
		display:block;
	}
	
	#impact {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    #impact p {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    
    #impact h3 {
        font-style: italic;
        font-size: 34px;
        font-weight: 600;
        text-align: center;
        margin-block-end: 0px;
    }
    
    #impact .impactImgContainer {
        align-content: center;
        padding-left: 0;
        border-left: none;
    }
    
    #impact .impactImgContainer img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .storGrid {
        width: 450px;
    }
	
}

@media only screen and (max-width:600px){
	.reveal {
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
.reveal.isactive{
    transform: translateY(0);
    opacity: 1;
}
 .home .banner{
        background-image:url('header-600.jpg');
    }
    
    .home .banner h2{
        padding-top:53%;
    }
    .bannerPad{
        padding-bottom:0px;
    }
}

@media only screen and (max-width:480px){
	#stories iframe {
	    width: 300px;
	    height: 167px;
	}
	
	.storGrid {
	    width: 300px;
	}
}