/*=========== GLOBAL VARIABLES ===================*/
p, span, h1, h2,
h3, h4, h5, h6, .btn {
	font-family: 'Open Sans', 'Helvetica Neue', 'Montserrat';
	line-height: 1.4em;
	color: #333333;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #3A7AA2;
}
.bold {
	font-weight: bold;
}
.left {
	text-align: left;
}
.darkblue {
	color: #0E3049;
}
.lightblue {
	color: #3A7AA2;
}
.horizontal-divider {
	margin: 2% auto;
	color: #d7d7d7;
	background: #d7d7d7;
    width: 90%;
    height: 1px;
    display: block;
}

.title-banner {
	text-align: left;
}

.title-banner h1 {
	margin:0;
	padding:0;
	color: white;
	font-weight: bold;
}

.title-banner span {
	color: #ffffff;
	font-size: 16px;
	max-width: 700px;
	font-weight:normal;
}

.author {
	margin: 2% 0 0 24%;
}
.container {
	float: none;
}

#fle-inner-nav {
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	background: #f9f9f9;
	visibility: hidden;
}
#fle-inner-nav.affix {
    position: fixed;
    display: all;
    top: 0px;
    width: 100%;
    box-shadow: 1px 0px 5px 2px #898989;
    visibility: visible;
}
.active a,
#fle-inner-nav li:hover {
	background: #00AEF0;
	color:#ffffff;
}

.inner-nav li a,
.le {
	color: #008fc4;
}

.navbar-header img {
	max-height: 30
	px;
}

.quote {
	margin: 0px auto -1%;
	font-weight:normal;
	padding:10px;
}

.author {
	margin: 0 0 0 24%;
}

.quote, .author {
	color: #ffffff;
}

.btn {
	margin-top:15px;
	margin-bottom:15px;
	background-color: #008fc4;
	border:none;
	border-radius:2px;
	padding: 12px 12px;
	color: white;
	letter-spacing: 2px;
}

.btn:hover, .btn:focus{
	background-color:#3a7aa2;
}


.btn-success{
	background-color:#00AEF0;
}

/*=========== LANDING SCREEN ===============*/

.landing-screen {
	background: url(../img/Nalanda-classroom2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
	max-width: 100%;
}
.landing-box {
	margin-top:55px;
	padding:20px;
	text-align:left;
}
#landing-header {
	font-size: 40px;
	font-weight: 900;
	color: white;
	line-height: 1.5em;
	text-shadow: 1px 1px #2e2e2e;
}
.learn-more {
	color: white;
	font-weight: bold;
	position: absolute;
	text-align: center;
}

.banner-cta{
	color:#00AEF0;
	font-weight:lighter;
	text-align:center;
	padding-top:20px;
	font-size:42px;
}

/*============ MISSION STATEMENT =================== */

.mission-screen {
	background-color:#ffffff;
	text-align: center;
	margin-top:20px;
	margin: auto;
	float: none;
}

.mission-box {
	float: none;
	margin: auto auto;
	text-align: center;
	padding-top:20px;
}
.mission-header {
	font-weight: lighter;
	text-align:left;
	color:#00AEF0;
}
.mission-state, .our-mission {
	line-height: 1.3em;
	margin: auto;
	text-align:left;
	font-weight:lighter;
	font-size:18px;
}
#about-us {
	margin: 5% 0 18% 0;
}
.form {
	display: inline-block;
}
.form-button {
	padding: 10px 15px;
}
.form-control {
	width: 200px;
	display: inline-block;
	border-radius: 0;
	padding: 20px 15px;
	margin-top: 10px;
	box-shadow: 1px 2px 2px 1px #bcbcbc;
}

/*===================== THE DIVIDE ========================*/

.divide-screen {
	background-color:#f9f9f9;
	padding-bottom:40px;
}
.focus-row{
	max-width:1000px;
	margin:0 auto;
}

.wifi-globe{
	width:280px;
}

.disconnected-column{
	padding-top:20px;
	padding-left:40px;
}

.focus-text{
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
	padding-left:30px;
	padding-right:30px;
}

/*======== POVERTY ========*/
#poverty-intro {
	margin: 8% 0 6% 0;
	max-width: 700px;
}
#poverty-intro span,
#divide-intro span {
	text-align: center;
}
#believe-box {
	position: relative;
	top: 35px;
	max-width: 380px;
	display: inline-block;
}
.believe, #cycle {
	display: block;
}
.believe {
	font-size: 30px;
}
#cycle {
	font-size: 20px;
}
.poverty img {
	max-width: 250px;
	width: 85%;
	margin: 0 3% 5% 0;
}
.poverty,
#poverty-intro {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.graphic-text{
	font-size:18px;
}

/*======== CHILDREN ========*/
.children,
.child-box {
	float: none;
	margin: 0 auto;
	display: inline-block;
}
.child-box {
	background: #0E3049;
	text-align: left;
	width: 320px;
	min-height: 200px;
	padding: 20px 10px;
	margin-top: 30px;
	box-shadow: 3px 3px 4px 1px #797979;
}
.child-number {
	font-size: 44px;
	color: #D2EEE4;
}
.child-exp {
	font-size: 16px;
	color: #2A9D76;
	text-align: left;
}
.emph {
	color: #D2EEE4;
}
#plus {
	position: relative;
	top: -40px;
	font-size: 45px;
	margin: 0 3.5%;
	display: inline-block;
}
.blue-box {
	margin-bottom: 5%;
}
.child {
	margin: 8% 3% 0 3%;
}
.child div {
	margin: 0 3%;
}
.child-total {
	max-width: 380px;
	text-align: left;
	display: inline-block;
	line-height: 1.25em;
	font-size: 16px;
}
.child-pic {
	display: inline;
}
.child-pic img {
	max-width: 300px;
	position: relative;
	top: -40px;
}
.child-number2 {
	font-size: 32px;
	color: #0C3049;
}
.or {
	font-size: 30px;
}
/*======== DIVIDE ========*/
.divide {
	float: none;
}
#divide-intro {
	margin: 0 auto;
	max-width: 700px;
	float: none;
	margin-bottom:30px;
}

#divide-blurb{
	margin: 0 auto;
	text-align: left;
	font-weight:lighter;
	margin-bottom:30px;
}
.divide img {
	max-width: 180px;
	width: 85%;
	margin: 0 5% 5% 0;
	display: inline-block;
}
.children-ratio{
	width:90%;
	max-width:700px;
	min-width:300px;
}
.cycle-image{
	width:280px;
}

.believe-blurb{
	padding-top:40px;
	padding-left:45px;
}

.divide-sections{
	width:380px;
	height:auto;
	text-align:left;
	display:inline-block;
	vertical-align: middle;
}
.divide-row{
	margin-top:20px;
	margin-bottom:20px;
}
#divide-box {
	display: inline-block;
	text-align: left;
	position: relative;
	left: -30px;
	top: 20px;
}
.divide-number {
	font-size: 65px;
	color: #175079;
	position: relative;
	top: 15px;
}
#disconnected {
	font-size: 22px;
}

.disconnected-blurb {
	font-weight:lighter;
	font-size:18px;
}

#divide-outro {
	margin: 0 auto 8% auto;
	text-align: left;
	max-width:700px;
}

/*===================== THE BRIDGE ========================*/
.bridge-intro {
	float: none;
	margin: 0 auto 8% auto;
	text-align: center;
	font-size: 20px;
	max-width: 800px;
	padding-left:15px;
	padding-right:15px;
}
.bridge-box {
	float: none;
	text-align: center;
	margin-bottom: 5%;
}
.bridge-box p {
	text-align: left;
	font-weight:normal;
}


.bridge img {
 	position: center;
 	width:280px;
}
.bridge-box span {
	text-align: center;
	margin: 3% 0;
}
.bridge-box h3 {
	font-size: 20px;
	text-align:left;
	color:#00AEF0;
}
.bbox {
	margin-bottom: 8%;
}

/*===================== OUR IMPACT ========================*/
.impact {
	float: none;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
}
.impact-box {
	margin: auto;
	padding:40px;
}
.impact img {
	text-align: center;
	float: none;
	width: 160px;
	display: block;
	margin-top:20px;
}
.ka-lite p {
	font-size: 16px;
	font-weight: normal;
}
.ka-lite-vid iframe {
	max-width: 550px;
	max-height: 315px;
	width: 100%;
	height: 315px;
}
.carousel-box {
	margin: 6% auto 3% auto;
}
.carousel {
	width: 70%;
	max-width: 787px;
	float: left;
}
.active-link a {
	text-decoration: none;
	color: #f5f5f5;
	box-shadow: none;
	background: transparent !important;
}
.caption-title {
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 5%;
	top: 5%;
	text-align: left;
	padding: 5px;
	font-size: 25px;
	color: #f5f5f5;
}
.caption-title a:hover,
.carousel-caption a:hover {
	text-decoration: underline;
}
.carousel-caption {
	z-index: 0;
	width: 90%;
	background: rgba(0,0,0,0.7);
	left: 5%;
	bottom: 10%;
	text-align: left;
	padding: 15px 30px;
	font-size: 18px;
	color: #f5f5f5;
}
.carousel-indicators {
	bottom: 10px;
}
.carousel-inner div img {
	max-height: 552px;
}
.item img {
	width: 100%;
}
.blog-box {
	width: 28%;
	margin: none;
	display: inline-block;
}
.blog-box a {
	display: inline;
	float: right;
}
.blog {
	background: url(../img/blog.jpg) no-repeat center center;
	height: 276px;
	width: 350px;
	max-width: 100%;
}
.news {
	background: url(../img/news.jpg) no-repeat center center;
	height: 276px;
	width: 350px;
	max-width: 100%;
}
.blog-box div {
	width: 100%;
}
.blog div h3,
.news div h3 {
	color: white;
	background: black;
	padding: 0 15px;
	letter-spacing: 0.075em;
	width: 100%;
}
.blog div h3:hover,
.news div h3:hover {
	border-bottom: 4px solid white;
}
.partners,
.reality,
.involved {
	float: none;
	text-align: center;
	margin: auto;
}

.involved{
	margin-bottom:30px;
}
.involved-screen{
	background-color:#f9f9f9;
	margin-bottom:-40px;
}

.partners img {
	max-width: 140px;
	margin: 3% 3% 50px 3%;
}

.impact-section {
	background: url(../img/impact-map.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:300px;
	width:100%;
	padding:30px;
}

.impact-section h2{
	color:#ffffff;
}

.impact-text {
	text-align:center;
	color:#ffffff;
	margin:0 auto;
	max-width:840px;
	font-weight:lighter;
}

.impact-cta, .text-center {
	text-align:center;
}

.impact-report {
	overflow:hidden;
	margin-bottom:15px;
	text-align:left;
}
.case-studies{
	padding:0;
}
.impact-report h3{
	text-transform:uppercase;
	color:#212121;
}

.impact-report a{
	text-decoration:underline;
	font-weight:bold;
}

.report-cover {
	float:left;
	margin-right:15px;
}

.report-header {
	margin-top:0px;
	margin-bottom:30px;
	color:#00AEF0;
	text-align:center;
}

.google-impact-video {
	width:100%;
}

.google-impact {
	padding:0;
}

.impact-row {
	padding:20px;
	padding-top:20px;
	max-width: 1000px;
	margin:0 auto;
}

/*===================== GET INVOLVED ========================*/
.donate {
	margin-top: 7%;
}
.donate_backgroud_img {
	margin-top: 4%;
	width: 35vw;
	min-width: 300px;
}
.subscribe {
	border-left: 1px solid #b2b2b2;
	margin-top: 7%;
}
.give {
	padding: 28px 50px !important;
	margin-top: 9% !important;
}
.involved h4 {
	max-width: 300px;
	margin: auto;
}
.involved-tile {
	height: 260px;
	position: relative;
}
.involved-tile .icon {
	display: block;
}
.involved-tile .text {
	position: absolute;
	width: 275px;
  left: 50%;
  transform: translateX(-50%);
	top: 131px;
}
.involved-tile .btns {
	position: absolute;
	text-align: center;
  left: 50%;
  transform: translateX(-50%);
	width: 275px;
	bottom: 10px;
}
.form-box {
	display: inline-block;
	width: 200px;
	height: 45px;
	padding: 6px 12px;
	font-size: 14px;
	margin-top: 8%;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.emaill {
	display: inline-block;
	width: 405px;
	height: 45px;
	padding: 6px 12px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.subscribe h3,
.subscribe h5 {
	text-align: left;
	display: inline-block;
}

.subscribe h3 {
	margin-left: 4%;
}

.subscribe h5 {
	max-width: 240px;
	margin: 0 0 0 5%;
	position: relative;
	top: 10px;
	font-size: 16px;
}

.subscribe h6 {
	margin: 3% 0 0 12.5%;
}

.involve-links {
	margin-top: 20px;
}

.involve-links p {
	font-size: 16px;
	font-weight:normal;
}

.involve-links img, i {
	max-height: 80px;
	margin: 8% auto;
	color:#0E3049;
}

#br {
	color: #f4f5f5;
}
#mc-embedded-subscribe:hover {
	background: #3a7aa2;
	color: white;
}
/*======================================================================*/
/*======================= RESPONSIVE QUERIES ===========================*/
/*======================================================================*/
@media (max-width: 1199px) {
	#believe-box {
		max-width: 350px;
	}
	.blog, .news {
		height: 246.5px;
	}
}
@media (max-width: 991px) {
	#landing-header {
		font-size: 28px;
	}
	.poverty img {
		max-width: 225px;
	}
	.child-number,
	.child-number2 {
		font-size: 20px;
	}
	.child-exp,
	.child-exp2 {
		font-size: 18px;
	}
	.child-box {
		max-width: 220px;
	}
	.child div {
		margin: 0 5%;
		max-width: 225px;
	}
	.child-pic img {
		max-width: 200px;
	}
	.blog, .news {
		height: 189px;
	}
}
@media (max-width: 767px) {
	.poverty img {
		max-width: 175px;
		margin: 0;
	}
	.believe {
		font-size: 25px;
	}
	#cycle {
		font-size: 16px;
	}
	#believe-box {
		max-width: 300px;
		text-align: center !important;
		margin: -25px 0 50px 0;
	}
	.child-box {
		margin: 3% 3.5%;
	}
	#plus {
		display: none;
	}
	#divide-intro span,
	#divide-outro {
		font-size: 16px;
		font-weight: normal;
	}
	.divide-number {
		font-size: 50px;
	}
	#disconnected {
		font-size: 20px;
	}
	.carousel-inner div img {
		max-height: 60vh;
	}
}
@media (max-width: 679px) {
	#plus {
		display: none;
	}
	.child-pic img {
		position: relative;
		top: 0;
	}
	.divide img {
		display: block;
		margin: 0 auto;
	}
	#divide-box {
		text-align: center;
		display: block;
		margin: 0 auto 3% auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.carousel-inner.item img {
		height: 378px;
	}
	.bridge-intro {
		font-size: 16px;
	}
	.caption-title {
		font-size: 16px;
	}
	.carousel-caption {
		font-size: 12px;
	}
}
@media (max-width: 477px) {
	.mission-header {
		font-size: 25px;
	}
	.mission-state, .our-mission {
		font-size: 18px;
	}
	#about-us {
		margin-bottom: 25%;
	}
	#poverty-intro span {
		font-size: 16px;
		font-weight: normal;
	}
	#believe-box span {;
		display: block;
		text-align: center;
	}
	.believe {
		font-size: 20px;
	}
	#cycle {
		font-size: 16px;
		display: block;
	}
	#landing-header {
		width: 80%;
	}
	.divide-number {
		font-size: 40px;
		position: relative;
		top: 10px;
	}
	.subscribe {
		border-left: 0px;
	}
	.subscribe h6 {
		margin-top: 10%;
	}
	.carousel {
		float: none;
		width: 100%;
	}
	.blog-box {
		width: 100%;
		margin: auto;
		float: none;
	}
}

.piktowrapper-embed{
	margin: auto;
}


/*========= MOBILE DEVICES FLIPPED ON SIDE ============*/
@media (max-height: 500px) {
	.landing-screen {
		max-height: 500px;
	}
}
@media (max-height: 500px) {
	.landing-screen {
		max-height: 500px;
	}
}
@media (max-height: 587px) {
	#landing-header {
		font-size: 28px;
	}
	.btn {
		font-size: 16px;
	}
	.landing-box {
		padding: 15px 0px 15px 35px;
		width: 100%;
	}
	.poverty img {
		max-width: 125px;
	}
	#believe-box {
		position: relative;
		max-width: 200px;
	}
	.believe {
		font-size: 20px;
		display: block;
	}
	#cycle {
		font-size: 16px;
	}
}

@media (max-height: 568px) {
	.landing-screen {
		max-height: 568px;
	}
}
@media (max-height: 480px) {
	.landing-screen {
		max-height: 480px;
	}
}
