/* -- Reference -- */

/* 

Teal - #2c93f5 / #4eaca6 (darker)
Blue - #2c93f5 / #1f77ca (darker)
Red - #ff5959 / #ca4242 (darker)
Green - #5bc059 / #48a546 (darker)
Yellow - #ffd76a

/* -- Defaults / Typography -- */

body {
	background-color: #EEE;
	color: rgba(0,0,0,0.8);
	/*background-image: url(../img/texture.png);*/
	background-repeat: both;
	padding-bottom: 30px;
}

a {
	color: #5295CD;
}

a, a:visited {
	color: #5295CD;
	text-decoration: none;
	cursor: pointer;
	
}

a:hover {
	color: #2E6C9E;
	cursor: pointer;

}


h1:hover, h2:hover, h3:hover, p:hover {
	cursor: default;
} 

.inset {
	text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

p {
	font-family: 'Gudea', arial, sans-serif;
}

/* -- Structure -- */

#container {
	width:100%;
}

#omnipresent {
	width: 100%;
	min-width: 1040px;
	height: 80px;
	position: fixed;
	z-index: 500;
	background: url(../img/omni_horizon.png) repeat-x transparent;
	/*padding-right: 40px;*/
	border-top: 4px solid #5295cd;
}

/*#omnipresent #navwrap {
	height:80px;
	margin: 0 auto;
	text-align: right;
}*/

#omnipresent #nav {
	width: 400px;
	float: right;
	padding-right: 100px;
	padding-top: 24px;
}

#omnipresent #brand {
	position: fixed;
	left: 100px;
}

#omnipresent #logo{
	width: 137px;
	height: 125px;
	background: url(../img/logo_new.png);
	background-position: 0 0;
	float: left;
	/*margin-left: 100px;*/
	position: relative;
	top: -6px;
}

#omnipresent #wordmark {
	background: url(../img/wordmark.png);
	width: 220px;
	height: 24px;
	float: left;
	position: relative;
	top: 46px;
}

#omnipresent #mainNav, #omnipresent #subNav {
/*	position: fixed;
	right: 100px;*/
}

#omnipresent #mainNav {
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	top: 44px;
	right: 100px;
}

#omnipresent #mainNav li {
	display: inline;
	list-style-type: none;
	text-align: right;
	font-size: 24px;
	cursor: pointer;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	/*padding: 30px 20px 30px 20px;*/
/*	padding: 16px;*/
/*	margin-bottom: 1px;*/
	letter-spacing: 1px;
	color: white;
	text-decoration: none;
	margin-left: 20px;
	padding: 1px;
	position:relative;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

#omnipresent #mainNav li:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
}

#omnipresent #subNav {
	height: 30px;
	margin: 0;
	position: absolute;
	background: url(../img/donate_bg.png) top right no-repeat;
	top: 0;
	right: 82px;
	padding-right:19px;
}

#subNav img.donate {
	position: relative;
	top: 2px;
	right: -1px;
}

#subNav img.donate:hover {
	top: 3px;
}


#omnipresent #subNav img.social {
	margin: 0;
	opacity: 0.6;
	moz-opacity: 0.6;
	webkit-opacity: 0.6;
	position: relative;
	top: 4px;
	right: 6px;
	padding-left: 4px;
}



#omnipresent #subNav img.social:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
}

/* -- Splash -- */

#splashwrap {
	width: 100%;
	min-width: 960px;
	height: 800px;
	text-align: center;
	background: url(../img/map_bg.jpg) repeat-x -45px -180px;
}

#splash {
	text-align: center;
	width: 960px;
	padding-top: 130px;
	margin: 0 auto;
}

#splash h1 {
	font-family: 'Oswald', arial, sans-serif;
	text-transform: uppercase;
	font-size: 69px;
	margin: 0;
}

#splash h2 {
	font-family: 'Lato', arial, sans-serif;
	font-size: 26px;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	padding: 11px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	margin-bottom: 30px;
}

#splash h3 {
	font-family: 'Oswald', arial, sans-serif;
	text-transform: uppercase;
	font-size: 30px;
}

#splash p {
	line-height: 170%;
	font-size: 16px;
	text-align: justify;
	width: 90%;
	margin: 20px auto;
}

#splash .logo {
	margin-top: 20px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

/* -- Down Arrow -- */

#down {
	position: fixed;
	bottom: 30px;
	left: 50%;
	right: 50%;
	/*margin-left: -25px;*/
	z-index: 1000;
	cursor: pointer;
}

/* -- Slides -- */

.slide {
	height: 782px;
	min-height: 600px;
/*	border-bottom: 1px dashed rgba(0,0,0,0.2);*/
	margin: 0 auto;
	z-index: -10;
	background-position: center center;
	background-size: cover;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-color: transparent;
}

.slide.first {
	/*padding: 200px 0 100px !important;*/
}

/* -- Slide: Standard -- */

.slide.standard.left .wrap {
	text-align: right;
	background-position: top right;
}

.words {
	padding: 100px 480px 100px 0px;
}

.slide.standard.right .wrap {
	text-align: left;
	background-position: 0 0;
}

.slide.standard.right .wrap .words {
	padding: 100px 0px 100px 480px;
}

/* -- Slide: Headline -- */

.slide.headline {
	/*background-color: #9EB7B4;*/
	/*height: 400px;*/
	font-family: "Lato", "helvetica", arial, sans-serif;
	text-align: center;
/*	padding: 200px 0 100px !important;*/
	
	
}

.slide.headline h1 {
	font-size: 56pt;
	font-weight: normal;
	/*width: 700px;*/
	margin: 0 auto 80px;
	border: none;	
}

.slide.headline h2 {
	font-weight: normal;	
}

/* -- Slide: Fullpic -- */

.slide.fullpic {
	min-height: 300px;
}

.slide.fullpic img {
/*	margin-top: 60px;
	margin-bottom: 40px;*/
}

.slide.fullpic p {
	width:800px;
	font-size: 12px;
	line-height: 200%;
	color: rgba(0,0,0,0.4);
	margin: 0 auto;
	text-align: center;
}

/* -- Slide: Numbers -- */

.slide.numbers {
	text-align: center;
	cursor: default;
}

.slide.numbers h1 {
	font-family: "Raleway", arial, sans-serif;
	font-weight: normal;
	font-size: 160pt;
	margin: 0;
}

.slide.numbers h2 {
	font-size: 28pt;
}

.slide.numbers p {
	width: 800px;
	margin: 0 auto;
}


/* -- Slide Options -- */

.horizon {
	background: url(../img/horizon.png) repeat-x 0px 277px;
}

.slide h1 {
	/*font-family: "Lato", arial, sans-serif;*/
	font-family: "Lato", "helvetica", arial, sans-serif;
	letter-spacing: -2px;
	margin-bottom: 30px;
	cursor: default;
	font-size: 48px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.slide h2 {
	/*font-family: "Montserrat", serif;*/
	font-family: "Lato", "helvetica", arial, sans-serif;
	font-weight: normal;
	cursor: default;
}

/* Individual Slides */

#problem {
	background-image: url(../img/slides/vign.jpg);
	/*height: 300px;*/
	text-align: left;
	/*padding: 160px 0 260px;*/
	width: 100%;
}

#problem .wrap {
	padding-top: 180px;
}

#problem .text {
	padding-right: 240px;
	margin-bottom: 180px;
}

#problem h1, #problem h2 {
	/*display: inline;*/
	text-align: left;	
}

#problem h1 {
	font-size: 50px;
	border-bottom: none;
	padding-top: 40px;
}

#problem h2 {
/*	padding-top: 130px;*/
	text-align: center;
	clear: both;
/*	position: relative;
	top: 100px;*/
}
	
#problem img {
	float: right;
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #CCC;
}

#disaster {
	background-image: url(../img/slides/disaster.jpg);
}

#disaster .words {
	padding: 150px 510px 100px 0px;
}

#economic {
	background-image: url(../img/slides/economic.jpg);
}

#political {
	background-image: url(../img/slides/political.jpg);
}

#education {
	background-image: url(../img/slides/education.jpg);
}

#education .words {
	padding: 280px 0px 100px 550px;
}

#healthcare {
	background-image: url(../img/slides/healthcare.jpg);
}

#healthcare .words {
	padding: 300px 0px 100px 580px;
}

#one.slide {
	padding-top: 120px;
	height: 800px;
	text-align: center;
	color: #FFFFFF;
}

#help {
	/*margin-bottom: 50px;*/
	border-bottom: none;
	background-image: url(../img/slides/vign.jpg);	
}

#help .wrap {
	padding-top: 180px;
}

#help a, .projects .links a {
	background-color: #5295cd;
	border-radius: 30px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
	color: white;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 30px 10px 20px;
	padding: 10px 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	top: 20px;
}

#help a:hover, .projects .links a:hover {
	text-decoration: none;
	background-color: #2f7ec0;
}

#help a:active {
	position: relative;
	top: 21px;
}

#help h2 {
	margin-bottom: 60px;
}

#help a.red {
	background color: #ff5959;
}

/* -- PAGES -- */

.content {
	color: rgba(0,0,0,0.8);
	z-index: -100;
	padding-top: 100px;
}

.content h1 {
	font-family: 'Oswald', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 60pt;
	border-bottom: 4px solid rgba(0,0,0,0.8);
	padding-bottom: 20px;
}

.content h2 {
	clear: both;
	font-family: 'Oswald', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 40pt;
	border-bottom: 4px solid rgba(0,0,0,0.8);
	margin-top: 40px;
	padding-bottom: 16px;
}

.content .wrap {
	width: 960px;
	min-height: 600px;
	margin: 0 auto;
	/*padding: 100px 40px 40px;*/
}

/* -- Team -- */

#core {
	border: 1px solid #CCC;
	padding: 30px;
	background-color: white;
	box-shadow: 1px 1px 14px #CCC;
	moz-box-shadow: 1px 1px 14px #CCC;
	webkit-box-shadow: 1px 1px 14px #CCC;
}

.people ul {
	margin: 0;
	padding: 0;
}

.people h3.intro {
	font-family: 'Lato', arial, sans-serif;
	font-size: 160%;
}

.people ul li {
	list-style-type: none;
}


.people ul li h3 {
	font-family: 'Lato', sans-serif;
	font-size: 30pt;
	border-bottom: 1px dashed rgba(0,0,0,0.2);	
	margin-bottom: 20px;
}

.people ul li h4 {
	font-family: 'Lato', sans-serif;
	font-size: 26pt;
	border-bottom: 1px dashed rgba(0,0,0,0.2);	
	margin-bottom: 20px;
}

.people ul li p  {
	line-height: 170%;
	font-size: 110%;
}


#core ul li {
	margin-bottom: 60px;
	height: 240px;
	display: block;
}

#core ul li img {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	border-radius: 14px;
	moz-border-radius: 14px;
	webkit-border-radius: 14px;
}

#advisors {
	/*padding-bottom: 100px;*/
}

#advisors ul li {
	float: left;
	width: 27%;
	text-align: left;
	margin: 20px 30px 0;
/*	height: 220px;*/
}

#advisors ul li h4 {
	margin-top: 10px;
}

#advisors ul li.last {
	clear: left;
}

#advisors ul li img {
	border-radius: 14px;
	moz-border-radius: 14px;
	webkit-border-radius: 14px;
}

#partners {
	margin-bottom: 60px;
}

#partners ul li {
	display: inline;
	float: left;
	width: 280px;
	height: 170px;
	margin: 20px;
}

/* -- Projects -- */

.projects {
	margin-bottom: 100px;
}

#projects h2 {
	font-family: 'Lato', sans-serif;
	letter-spacing: -1px;
	font-size: 42pt;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	text-transform: capitalize;
}

#projects h3 {
	font-family: 'Lato', sans-serif;
	letter-spacing: -1px;
	font-size: 27pt;
	/*border-bottom: 1px dashed rgba(0, 0, 0, 0.2);*/
	border-bottom: 4px solid rgba(0,0,0,0.8);
	padding-bottom: 20px;
	margin-top: -40px;
	/*background-color:#EEF3F8;*/
	text-align:justify;
	text-justify:inter-word;
}

.projects p {
	line-height: 200%;
	font-size: 14px;
	margin-bottom: 20px;
}

.projects img {
	/*border-radius: 24px;*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 2px 9px 7px rgba(0,0,0,0.3), 2px 4px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 9px 7px rgba(0,0,0,0.3), 2px 4px 7px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 9px 7px rgba(0,0,0,0.3), 2px 4px 7px rgba(0,0,0,0.5);
	margin-bottom: 20px;
}

.projects .links {
	margin-top: 40px;
}

/*.projects .links a {
	background-color: #ff5959;
	border-radius: 30px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
   	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
   	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
   	-webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
   	-moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
	color: white;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	padding: 10px 40px;
	text-decoration: none;
	text-transform: uppercase;
}*/

.projects .links a:after {
	content: " »";
	position: relative;
	top: -2px;
}


.projects .quotes li {
	font-style: italic;
	font-size: 28px;
	line-height: 150%;
	font-family: "Lato", Georgia, serif;
	list-style-color: rgba(0,0,0,0.1);
}

.projects .quotes .source {
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 50%;
	padding-left: 8px;
}

.projects h1.comingsoon {
	font-weight: normal;
	font-size: 72px;
	color: rgba(0,0,0,0.1);
	font-family: "Oswald", Georgia, serif;
	border-bottom: none;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}


#projects .quotes .source:before {
	content:"- ";
}

#projects .imgwrap {
	width: 960px;
	background-color: rgba(0,0,0,1.0);
	text-align: center;
	height: 320px;
	padding-top: 20px;
}

#bank {
	height: 200px;
}


/* -- FOOTER -- */

#footer-wrap {
	width: 100%;
	background: url(../img/fade.png) top center repeat-x transparent;
}

footer {
	padding: 50px 0 30px;
	width: 960px;
	height: 120px;
	margin: 0 auto 30px;
}

footer p {
	font-size: 12pt;
	line-height: 200%;
	display: block;
	width:1040px;
	margin:0 auto;
	color: #2a1c13;
	text-align: center;
	color: rgba(0, 0, 0, 0.4);
	
}

footer #footer-logo {
	float: left;
	border-right: 1px solid #CCC;
	padding: 15px 30px 15px 0;
	margin: 0 30px 0 0;
}

footer .metapattern {
	text-transform: uppercase;
	font-size: smaller;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
}

footer .metapattern:hover {
	color: rgba(0,0,0,1.0);
}

footer #elevator, footer ul, footer #fb-wrap, #tweet {
	float: left;
	border-right: 1px solid #CCC;
	padding: 0 30px 0 0;
	margin: 0 30px 0 0;
	height: 100px;
}

footer:last-child {
	border-right: none !important;
}
footer #elevator {
	width: 242px;
	text-align: justify;
}

footer ul li {
		font-family: "Lato", sans-serif;
		text-transform: uppercase;
		list-style-type: none;
		padding-top: 4px;
		font-weight: 600;
}

footer a, footer a:visited {
	color: rgba(0,0,0,0.4);
}

footer a:hover {
	color: rgba(0,0,0,1.0);
}

footer #tweet {
	width: 280px;
	background: url(../img/twitter.png) 80px center no-repeat;
/* background for tweet used to be 36 px to center */
	font-family: "Lato" sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 17px;
	line-height: 150%;
	cursor: pointer;
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

footer #tweet:hover {
	color: rgba(0,0,0,1.0);
}

footer h4 {
	text-align: center;
	text-align: center;
	margin-top: 40px;
	padding-top: 30px;
	position: relative;
	top: 30px;
	color: rgba(0,0,0,0.5);
	clear: both;
}

footer h4 img {
	position: relative;
	bottom: 3px;
}


/* -- Lines -- */

.line {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.line canvas {
	/*border: 1px solid green;*/
	
}

/* -- FB -- */

#fb-wrap {
	width: 50px;
/*	margin: 0 auto;
	position: relative;
	left: 50px;*/
}