/*   
Theme Name: Kick Start International
Theme URI: http://www.niftit.com
Description: KickStarter Theme
Author: NiftIT
Author URI: http://www.niftit.com
Version: 1
*/


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

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

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

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

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

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

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

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

}

body {
	font-family: "proxima_nova_rgregular", helvetica, arial;
	color:#656565;
}
h3 {
	font-family: "proxima_novalight",helvetica,arial;
    font-size: 36px;
    line-height: 43px; 
    color:#656565;
}
h4 {
	color: #393939;
    font-family: "proxima_novasemibold",helvetica,arial;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
}
h5 {
	color:#90a4ae;
	font-family: "proxima_novasemibold",helvetica,arial;
	font-size: 20px;
	line-height:28px;
}
p {
    font-size: 12px;
}
hr {
	border: 1px solid #ebf9da;
}

body.page {
	margin-top:118px;
}

.sub-body {
	text-align: center;
	padding:40px 0;
	line-height: 20px;
}
.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* COLOURS

$text-white: #ffffff;

$text-brown: #656565;
$bluey-grey: #90a4ae;

$grey-border: #e7e7e7;

$very-pale-green: #e7fad0;

$pale-blue: #e1f5fe;
$peacock-blue: #005ea5;

*/

/* BASIC PAGE */
.page-post {
    padding:40px 0;
}
.page-post h1.title {
    color: #005ea5;
    font-family: "proxima_novalight";
    font-size: 30px;
    text-align: center;
}
.page-post .entry {
    padding:40px 0;
}
.page-post .entry p {
    font-size: 18px;
}


/* _NAVIGATION */
.navbar {
	background: #fff;
	/*border-bottom:2px solid #e7e7e7;*/
    border: medium none;
    margin-bottom:0;
}

.navbar .navbar-nav > li .dropdown-menu {
    top:90px;
}

.social-nav {
	background:#e7fad0;
}
.donate-nav {
	background:#005ea5;
}
.social-nav,
.donate-nav {
	color:#fff;
	padding:10px 0;
	text-transform: uppercase;
}

.social-nav-list {
	height: 18px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social-nav-list li {
	display: inline-block;
    padding-right: 15px;
    position: relative;
    top: -3px;
}
.social-nav-list li a {
	line-height:10px;
}
.social-nav-list li img {
	max-width: 13px;
    position: relative;
    top: -1px;
}

.donate-nav a {
	color: #fff;
    display: block;
    height: 18px;
}
.donate-nav a span {
	font-family: "proxima_novasemibold",helvetica,arial;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    opacity: 1;
}
.donate-nav a span.low-opacity {
	opacity: 0.6;
    margin-left: 1em;
}
.donate-nav a:hover {
	text-decoration: none;
}

.brand-logo {
	display: block;
	text-align: center;
    padding: 16px 0!important;
}
.brand-logo img {
	max-width:100%;
}

.navbar ul.navbar-nav {
	padding:0;
}

.navbar .navbar-nav > li {
	width:16.66%!important;
	text-align: center;
    padding:20px 0;
}
.navbar .navbar-nav > li:last-child a {
    opacity:1;
}
.navbar-nav > li.current-menu-item {
    border-bottom:2px solid #005ea5;
    background: #e7fad0 none repeat scroll 0 0;
}
.navbar-nav > li > a {
	text-transform: uppercase;
	color:#005ea5;
	opacity:0.6;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background:none;
	opacity:1;
}

.navbar-nav > li.current-menu-item a {
    opacity: 1;
}

.navbar-nav li a {
	font-family: "proxima_novasemibold",helvetica,arial;
	font-size: 13px;
}

.navbar-nav > li > .dropdown-menu {
	background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    left: -50%;
    padding: 0;
    text-align: center;
    width: 200%;
}
.navbar-nav > li > .dropdown-menu > li {
	padding: 10px 0;
}
.navbar-nav > li > .dropdown-menu > li:first-child {
	border-top:2px solid #e7e7e7;
	margin: 0 auto;
    width: 50%;
}
.navbar-nav > li > .dropdown-menu > li > a {
	color:#005ea5;
	text-transform: uppercase;
	white-space:normal;
	padding:3px 0;
}
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
	background:none;
	color:#333;
}


.navbar-toggle {
	position: absolute;
	right:0;
}
.navbar-toggle .icon-bar {
	background:#333;
}


/* Menu Query */
@media only screen and (max-width : 910px) {
	.navbar-nav li a {
		font-size: 11px;
	}
}

@media only screen and (max-width : 800px) {
    .brand-logo {
        text-align: center;
        width: 180px;
    }
}

@media only screen and (max-width : 767px) {
	.navbar-nav > li {
		width:100%;
	}
	.social-nav, .donate-nav {
		text-align: center;
	}
	.social-nav-list li {
		padding:0 7px;
	}
    .brand-logo {
        text-align: center;
        width: auto;
    }
}



/* HOME GENERAL STYLES */
.section-wrapper {
	padding:40px 0;
}


/* SPLASH */
.splash-wrapper {
	position:relative;
}
.splash-wrapper .splash-image img {
	max-width: 100%;
    min-width: 100%;
}
.splash-caption {
	color: #fff;
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.big-cation {
	font-family: "rawregular",helvetica,arial;
    font-size: 80px;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
}
.splash-link {
	text-align: center;
	margin:40px 0;
}
.down-arrow {
	text-align: center;
    cursor: pointer;
}

/* SPLASH VIDEO */
#splash-video {
    background:#333;
    position: absolute;
    opacity:0;
    top:0;
    left:0;
    z-index: 0; 
    width: 100%; 
    height: 100%
}
#splash-player {
    max-width:100%;
}
/*.splash-link a {
    display: block;
}*/
.splash-link a img {
    width:30px;
}


/* BUTTONS */
.button-margin {
	margin:40px 0 0px;
	text-align: center;
}

.ks-btn {
	font-family: "proxima_novasemibold",helvetica,arial;
	border-radius: 50px;
    display: inline-block;
    padding: 16px 40px 14px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.ks-btn:hover,
.ks-btn:focus {
	text-decoration: none;
	outline: none;
}

.blue-button {	
    pointer-events: auto;
	background: #005ea5 none repeat scroll 0 0;
    color:#fff;
}
.blue-button div {
    color:#fff;
}
.blue-button:hover {
    background-color: rgba(0, 94, 195, 0.5);
}
/*.blue-button:hover div {
    color: rgba(0,94,195,1);
}*/

.blue-button:focus {
    background-color: rgb(0,65,115);
}
.blue-button:focus a {
    color: rgb(207,216,220);
}

.blue-button a {
	color:#fff;
}

.white-button {	
	background: #ffffff none repeat scroll 0 0;
	border:1px solid #005ea5;
}
.white-button:hover {
    background-color: rgba(0, 94, 195, 0.2);
}
.white-button div {
	color:#005ea5;
}




/* SOLUTION */
.solution .icon img {
	max-width: 60px;
    display:block;
    margin:auto;
    padding-bottom:30px;
}
.solution h4 {
    font-family: 'proxima_novalight';
}
.solution .body {
    font-family: 'proxima_novalight';
    font-size: 18px;
}
#the-solution .section-wrapper {
    padding-bottom:40px;   
}
.solution .section-wrapper .body {
    margin-bottom:0;
}
.solution .section-wrapper {
    padding-top:0;
}

#africa-challenges .mini-bar {
    margin-top:0;   
}


/* IMAGE BREAK */
.image-break {
	position: relative;
}
.image-break .image-break-background img {
	max-width:100%;
	min-width:100%;
}
.her-story {
    
}
.her-story .image-break .image-break-background {
    overflow-x:hidden;   
}
.her-story .image-break .image-break-background img {
	max-width:120%;
	min-width:120%;    
}

.image-break .image-break-caption {
	position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.image-break .image-break-caption h3 {
	color: #fff;
    font-size: 44px;
    line-height: 52px;
    text-align: left;
}
.image-break .image-break-caption.text-left h3 {
    text-align: left;
    font-size: 43px;
}
.image-break .image-break-caption.text-left .ks-btn {
    margin-top:40px;
}


/* LESSONS LEARNED */
.lessons h3 {
	text-align: center;
}

/* CAROUSEL */
.lessons .carousel {
	margin-top: 140px;
}

.lessons .carousel .carousel-inner {
    min-height: 410px;
}

/* CAPTIONS */
.lessons .carousel .carousel-caption {
    left: auto;
    padding: 2% 13%;
    position: relative;
    right: auto;
    top: 0;
    text-shadow:none;
    z-index:1;
}
.lessons .carousel .carousel-caption .title {
	font-family: "proxima_novalight",helvetica,arial;
    font-size: 36px;
    line-height: 43px;
    color:#656565;
}
.lessons .carousel .carousel-caption .sub-title {
	font-family: "proxima_novasemibold",helvetica,arial;
	color:#656565;
	font-size: 22px;
	line-height:35px;
	padding:40px 0;
}
.lessons .carousel .carousel-caption .body {
	color: #656565;
    font-family: "proxima_nova_rgregular",helvetica,arial;
    font-size: 18px;
    padding: 0 9%;
    text-align: left;
}

/* INDICATORS */
.lessons .carousel .carousel-indicators {
	bottom: auto;
    left: 0;
    margin: 0;
    top: -100px;
    width:100%;
}
.lessons .carousel .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #e1f5fe;
    border-radius: 50%;
    height: 80px;
    margin: 0 15px;
    width: 80px;
    position: relative;
}
.lessons .carousel .carousel-indicators .active {
	background: #e1f5fe;
}
.lessons .carousel .carousel-indicators li img {
    opacity:0.3;
    left: 0;
    margin-left: 13px;
    margin-top: 13px;
    position: absolute;
    width: 60px;
}
.lessons .carousel .carousel-indicators li.active img {
    display:inline-block;
    opacity:1;
}

/* CONTROLS */
.lessons .carousel .carousel-control {
    filter:none;
	background: none;
    opacity: 1;
    z-index: 2;
}
.lessons .carousel .carousel-control .arrow {
	position: absolute;
    top: 50%;
}
.lessons .carousel .carousel-control .arrow img {
	max-width: 22px;
}


/* HOW WE WORK */
.howwework .section-wrapper > h3 {
    text-align: center;
}
.howwework .section-wrapper .options {
    text-align: center;
}
.howwework .section-wrapper .options img {
    max-width:150px;
    margin:60px 0;
}


/* OUR IMPACT */
.impact .impact-option {
    margin:40px 0;
}
.impact .impact-option img {
    margin-bottom: 40px;
}
.impact .impact-option .number {
    font-family: 'proxima_novasemibold';
    font-size: 30px;
    line-height: 46px;
}
.impact .impact-option .title {
    font-family: 'proxima_novalight';
    font-size: 20px;
}
.impact .impact-option .title span {
       
}
.impact .impact-option .title span img {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    top: -3px;
}
#by-the-numbers .section-wrapper {
    padding-bottom: 80px;
}
#impact-monitoring-methodology .body {
    padding: 0 15px;
}




.impact-modal {
    height: 100%;
    position: fixed;
    left:0;
    width: 100%;
    z-index: 2000;
    display:none;
}
.impact-modal .underlay {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
}
.impact-modal .impact-modal-wrap {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.impact-modal .impact-modal-wrap .impact-modal-content {
    background:#fff;
    margin: 0 auto;
    position: relative;
    top: 50%;
    width: 40%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.impact-modal .impact-modal-wrap .impact-modal-content .close-btn {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    text-align: right;
    top: -30px;
}
.impact-modal .impact-modal-wrap .impact-modal-content .title {
    font-family: "proxima_novasemibold";
	font-size: 30px;
	letter-spacing: 0.2px;
	color: #393939;
	margin-bottom: 20px;
}
.impact-modal .impact-modal-wrap .impact-modal-content .body {
    color: #656565;
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 1.4;
    padding: 0 40px 40px;
}



/* GET INVOLVED */
.getinvolved .getinvolved-option {
    margin:40px 0 0;
}
.getinvolved .getinvolved-option .image-wrapper {
    position: relative;
    margin-bottom: 40px;
}
.getinvolved .getinvolved-option .image-wrapper img {
    max-width:100%;
}
.getinvolved .getinvolved-option .image-wrapper .title {
    color: #fff;
    font-family: "rawregular";
    font-size: 60px;
    line-height: 60px;
    padding: 40px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}



/* INNER PAGES */
.inner-page .section-wrapper {
    /*padding:80px 0 0;*/
    padding:40px 0;
}
.inner-page .section-title-wrap {
    position: relative;
}
.inner-page .section-title-wrap img {
    width:100%;
}
.inner-page .section-title {
    font-family: 'rawregular';
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    line-height: 40px;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.inner-page .section-para {
    font-family: "proxima_novalight";
    color: #fff;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-page .body {
    font-size: 18px;
    margin-bottom:60px;
}
.inner-page .body p {
    font-size: 18px;
}
.inner-page .body img {
    display: block;
    margin: 0 auto;
}
.inner-page .body .button-wrapper {
    width:100%;
    text-align: center;
    margin:40px 0 0;
}
.inner-page .image-break-caption .body {
    color:#fff;
}
.inner-page .row.image-block .image-break-caption h3 {
    text-transform: uppercase;
}
.inner-page .row.image-block .image-break-caption p {
    color: #fff;
}

.inner-page .image-break-background {
    background: #333;
}
.inner-page .image-break-background img {
    opacity: 0.7;
}


/* TOOLS STYLE LAYOUT */
.inner-page .left-right .item {
    margin:40px 0;
}
.inner-page h6 {
    font-size: 25px;
}
.inner-page .left-right .image img {
    max-width: 100%;
}
.inner-page .left-right .body {
    font-size: 18px;
}


/* THREES */
.inner-page .threes {
    margin:10px 0;
}
.inner-page .threes .three {
    text-align: center;
}
.inner-page .threes .three img {
    width:100px;
    border-radius: 50px;
    margin: 40px 0;
}
.inner-page .threes .three .body {
    font-size: 14px;
    margin-bottom:40px;
}


/* TWOS */
.inner-page .twos .two {
    padding:0 5%;
}
.inner-page .twos .two .image {
    padding:40px;
}
.inner-page .twos .two .image img {
    width:100%;
    border-radius:50%;
}
.inner-page .twos .two .body h6 {
    text-align: center;
    font-size: 30px;
    color:#005ea5;
}
.inner-page .twos .two .body p {
    font-size: 16px;
}


/* DOWNLOADS */
.inner-page .downloads .download {
    margin-bottom: 20px;
}
.inner-page .downloads .download .title-wrapper {
    background: #e3f2fd none repeat scroll 0 0;
    height: 150px;
    padding: 25px;
}
.inner-page .downloads .download img {
    vertical-align: top;
}
.inner-page .downloads .download .title-wrapper .icon {
    float: left;
    padding-right: 10px;
    color:#005ea5;
    font-size: 20px;
    line-height: 30px;
    padding-top: 2px;
}
.inner-page .downloads .download .title-wrapper .title {
    color:#005ea5;
    font-size: 20px;
    line-height: 30px;
}

.inner-page .downloads .download .download-wrap {
    background: #005ea5 none repeat scroll 0 0;
    padding:15px;
}
.inner-page .downloads .download .download-wrap a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
.inner-page .downloads .download .download-wrap a:hover,
.inner-page .downloads .download .download-wrap a:focus {
    text-decoration: none;
    outline:none;
}
.inner-page .downloads .download .download-wrap a .title {
    text-align: center;
}
.inner-page .downloads .download .download-wrap a .title .icon {
    padding-right: 10px;
}


/* BLOCKS */
.inner-page .blocks .block .image img {
    max-width: 100%;
}
.inner-page .blocks .block .title {
    font-family: 'proxima_novasemibold';
    margin:20px 0;
    font-size: 20px;
    line-height: 30px;
}
.inner-page .blocks .block .body {
    font-size: 16px;
    line-height: 27px;
    margin:0;
}


/* GREEN SECTION */
.inner-page .green-section {
    background: #f5fbed;
    border-top:2px solid #dcedc8;
    border-bottom:2px solid #dcedc8;
}
.inner-page .green-section .item {
    text-align: center;
}
.inner-page .green-section .item img {
    margin:40px 0;
}



/* MINI BAR */
.mini-bar {
    margin: 60px 0;
}
.mini-bar .bar {
    border-bottom: 2px solid #cfd8dc;
    margin: 0 auto;
    width: 270px;
}


/* GREEN BAR */
.inner-page hr {
    color:#dcedc8;
}


/* LONG TEXT */
.long {
    margin-top:60px;
}
.long h5 {
    font-family: 'proxima_novalight';
    color:#005ea5;
    font-size: 30px;
    text-align: left;
}


/* LIGHT BLUE */
.light-blue {
    background: #f4f5f7;
}


/* DARK TEXT */
.dark {
    color:#393939;
    font-family: "proxima_novasemibold";
    font-size: 40px;
    line-height: 45px;
}


/* TEXT BLUE */
.text-blue {
    color:#005ea5;
}


/* WHY IRRIGATION */
.inner-page .lessons {
    margin-top:60px;
    margin-bottom:60px;
}
.inner-page .lessons h5 {
    font-family: 'proxima_novasemibold';
    font-size: 40px;
    color:#393939;
    text-transform: none;
}
.why-irrigation .long h5 {
    margin-top:40px;
    text-align: center;
}


/* HOW WE WORK */
#our-model .section-wrapper {
    padding:50px 0;
}
#last-mile-innovations .section-wrapper {
    padding:80px 0;
}
#our-model h5.dark {
    margin-bottom:60px;
}
#our-model .body p {
    padding:0 15px;
}
#innovations-hub {
    margin-bottom:40px;
}
#innovations-hub .section-title-wrap h5 {
    padding:0 15px;
}
#innovations-hub .body {
    padding:0 15px;
}
#innovations-hub .block .body {
    padding: 0;
}
#our-model .body img {
    max-width: 100%;
    height:auto;
}


/* IMPACT */
.inner-page .impact .impact-option {
    text-align: center;
}
#impact-monitoring-methodology .section-title-wrap {
    margin-bottom:40px;
}
#impact-monitoring-methodology .section-title-wrap h6 {
    font-family: "proxima_nova_rgregular";
    font-size: 20px;
    margin: 40px 0;
}
#impact-monitoring-methodology .downloads-title {
    color:#656565;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}
#success-stories .section-title-wrap h5 {
    margin-bottom:40px;
    padding:0 15px;
    text-align: center;
}
#success-stories .body {
    padding:0 15px;
    text-align: center;
    font-size:20px!important;
}

.mobile-info-graph {
    
}
.mobile-info-graph a {
    display:block;
    width:100%;
}


/* ABOUT */
#our-mission .section-wrapper .body,
#our-vision .section-wrapper .body {
    margin:40px 0;
}
#our-mission .section-wrapper .body p,
#our-vision .section-wrapper .body p {
    font-size: 24px;
    line-height: 36px;
}
 



/* STORIES */
.stories .story {
    margin-bottom:40px;
    text-align: center;
}
.stories .story a {

}
.stories .story .image {
    border-radius: 50%;
    height: 200px;
    margin: 20px auto;
    overflow: hidden;
    width: 200px;
}
.stories .story .image img {
    height: 100%;
    left: 50%;
    position: relative;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.stories .story .title-wrap .title {
    font-family: 'proxima_novalight';
    display: block;
    font-size: 30px;
    color:#005ea5;
    line-height: 34px;
}
.stories .story .title-wrap .place {
    display: block;
    margin-top: 10px;
}
.stories .story .excerpt {
    color:#656565;
    padding:20px 0;
    font-size: 18px;
}
.stories .story .link a {
    font-family: 'proxima_novasemibold';
    color:#01579b;
    font-size: 18px;
}

.featured-story h4 {
    font-family: 'proxima_novasemibold';
    color: #656565;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.featured-story hr {
    color: #bbb;
    border:1px solid #bbb;
    margin-bottom:60px;
}
.featured-story .story .image {
    border-radius: 50%;
    height: 200px;
    margin: 20px auto;
    overflow: hidden;
    width: 200px;
}
.featured-story .story .image img {
    height: 100%;
}
.featured-story .story .title-wrap .title {
    font-family: 'proxima_novalight';
    display: block;
    font-size: 30px;
    color:#005ea5;
    line-height: 34px;
    text-align: center;
}
.featured-story .story .title-wrap .place {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
#success-stories .featured-story .story .body {
    color:#656565;
    padding:20px 0;
    font-size: 18px;
    text-align: left;
}




/* NEWS */
.news-blocks {
    padding:40px 0;
}
.news-blocks .title {
    color: #005ea5;
    font-family: "proxima_novalight";
    font-size: 34px;
    line-height: 30px;
    margin: 40px 0;
    padding: 0 15px;
    text-align: center;
}
.news-blocks .item {
    height:250px;
    padding: 50px;
    text-align: center;
}
.news-blocks .item .video {
    position: relative;
    top:50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-blocks .item .video iframe {
    height: auto;
    max-width: 100%;
}
.news-blocks .item .logo {
    position: relative;
    top:50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-blocks .item .logo a {

}
.news-blocks .item .logo a img {
    max-width: 100%;
}

.news-blocks .item .logo .vid {
    cursor: pointer;
}
.news-blocks .item .logo .vid img {
    max-width: 100%;
}

.video-modal {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    display: none;
}
.video-modal .vid-wrap {
    position: relative;
    text-align: center;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-modal .vid-wrap #frame {
    border: medium none;
    height: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%;
}
.video-modal .close-video {
    color: #fff;
    font-size: 28px;
    left: 91%;
    position: absolute;
    top: 6%;
    z-index: 2001;
    cursor: pointer;
}




/* PEOPLE */
#our-people .section-title-wrap {
    text-align: center;
}

.people .person {
    margin-bottom: 40px;
    text-align: center;
}
.people .person .image {
    border-radius: 50%;
    height: 200px;
    margin: 20px auto;
    overflow: hidden;
    width: 200px;
}
.people .person .image img {
    height: 100%;
}
.people .person .title-wrap .title {
    font-family: 'proxima_novalight';
    display: block;
    font-size: 30px;
}
.people .person .title-wrap .position {
    display: block;
    padding:10px 0 0;
}
.people .person .title-wrap .company {
    display: block;
}
.people .person .title-wrap .place {
    font-size: 14px;
}
.people .person .excerpt {
    color:#656565;
    padding:20px 0;
    font-size: 18px;
}
.people .person .link a {
    font-family: 'proxima_novasemibold';
    color:#01579b;
    font-size: 18px;
    text-transform: uppercase;
}

#our-people {
    background: #f6f6f6;
}
#our-people .section-title-wrap {
    margin:0 0 40px 0;
}
#our-people .section-title-wrap h6 {
    font-family: 'proxima_novalight';
    font-size: 34px;
    color:#005ea5;
    line-height:30px;
    margin-bottom:40px;
    padding:0 15px;
}



/* LIST */
.list .item {
    height: 150px;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
}
.list .item img {
    max-height: 80px;
    max-width: 100%;
    position: relative;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list .item a {
    display: block;
    width:100%;
    height:100%;
    position: relative;
}
.list .item a:hover,
.list .item a:focus {
    outline:none;
}

.list .item .copy {
    bottom: 30px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    color:#333;
}
.list .item a:hover .copy {
    color:#337ab7;
}

.learn-more-text p {
    text-align: center;
    font-size: 20px;
}


/* partners-and-supporters */
#partners-and-supporters .section-title-wrap h6 {
    font-family: 'proxima_novalight';
    text-align: center;
    color: #005ea5;
    margin:60px 0;
    font-size: 30px;
}



/* REPORTS */
#reports .section-title-wrap h5 {
    padding-left:15px;
}
#reports .report-title {
    padding-left:15px;
    margin:40px 0;
    color:#005ea5;
    font-size: 30px;
}
#reports .downloads {
    margin-bottom: 40px;
}



/* CONTACT */
hr.grey {
    border:1px solid #d9e0e3;
}
.contact .item {
    text-align: center;
}
.contact .item:nth-child(1) {
    border-right:1px solid #cfd8dc;
}
.contact .item:nth-child(3) {
    border-left:1px solid #cfd8dc;
    border-right:1px solid #cfd8dc;
}
.contact .item .country-icon {
    margin:20px 0 0;
}
.contact .item .country-icon img {
    max-height: 30px;
}
.contact .item .title {
    font-family: 'proxima_novasemibold';
    font-size: 18px;
    line-height: 30px;
    margin-bottom:40px;
}
.contact .item .block .icon {
    text-align: center;
}
.contact .item .block .body {
    font-size: 16px;
    margin:25px 0;
}



/* SOCIAL */
.social .social-wrapper {
    border-bottom: 1px solid #cfd8dc;
    border-top: 1px solid #cfd8dc;
    margin: 40px 0 20px;
    padding: 20px;
    text-align: center;
}
.social .social-wrapper .item {
    display: inline-block;
    padding: 20px;
}
.social .social-wrapper .item a img {
    max-width: 40px;
}



/* CONTACT FORM */
.contact-form .section-title-wrap {
    margin:40px 0;
}
.contact-form .section-title-wrap h5 {
    font-size: 24px;
    font-family: 'proxima_novalight';
}
.contact-form .wpcf7 .wpcf7-form-control-wrap {
    border: medium none;
    font-size: 18px;
    margin: 20px 0;
    padding: 0 10px;
}
.contact-form .wpcf7 .wpcf7-form-control-wrap input,
.contact-form .wpcf7 .wpcf7-form-control-wrap textarea {
    border: 1px solid #a8a8a8;
    border-radius: 30px;
    padding: 10px 20px;
}
.contact-form .wpcf7 .your-email {
    width:100%;
}
.contact-form .wpcf7 .your-message {
    width:100%;
}
.contact-form .wpcf7 .wpcf7-submit {
    background: #005ea5 none repeat scroll 0 0;
    border: 1px solid #005ea5;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    padding: 10px 40px;
}
.contact-form .wpcf7 .your-message textarea {
    width:100%;
}
.no-pad-left {
    padding-left:0;
}
.no-pad-right {
    padding-right:0;
}



/* GET INVOLVED */
#donate .section-title-wrap .body {
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
#donate .section-title-wrap .body .title {
    font-family: 'rawregular';
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
}
#donate .section-title-wrap .body .sub-title {
    color: #fff;
    font-family: "proxima_nova_rgregular";
    font-size: 24px;
    margin: 5% 0;
}
#donate .section-title-wrap .body .donate-link {

}



/* PARTNER WITH US */
#partner-with-us .section-title-wrap {
    margin: 20px 0;
}
#partner-with-us .body h5 {
    font-family: "proxima_nova_rgregular";
    color: #393939;
    line-height: 36px;
    margin: 60px 0;
    font-size: 24px;
}
#partner-with-us .section-title-wrap h6 {
    color: #005ea5;
    font-family: "proxima_novalight";
    margin: 60px 0;
    text-align: center;
}
#partner-with-us .section-wrapper > .body {
    margin-bottom: 0;
}

#partnerships .carousel .carousel-caption {
    left: auto;
    padding: 2% 13%;
    position: relative;
    right: auto;
    text-shadow: none;
    top: 0;
    z-index: 1;
}
#partnerships .carousel .carousel-caption .title {
    color: #656565;
    font-family: "proxima_novalight",helvetica,arial;
    font-size: 36px;
    line-height: 43px;
}
#partnerships .carousel .carousel-caption .sub-title {
    color: #656565;
    font-family: "proxima_novasemibold",helvetica,arial;
    font-size: 22px;
    line-height: 35px;
    padding: 20px 0;
}
#partnerships .carousel .carousel-caption .body {
    color: #656565;
    font-family: 'proxima_novalight_italic';
    font-size: 20px;
    line-height: 28px;
    padding: 0 9%;
    text-align: center;
    margin:0;
}

#partnerships .carousel .carousel-control {
    filter:none;
    background: none;
    opacity: 1;
    z-index: 2;
}
#partnerships .carousel .carousel-control .arrow {
    display: block;
    position: relative;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#partnerships .carousel .carousel-control .arrow img {
    max-width: 22px;
}
#partnerships .carousel .carousel-indicators {
    bottom: auto;
    left: 0;
    margin: 0;
    top: -100px;
    width: 100%;
}

#partnerships .carousel .carousel-indicators li {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    height: 88px;
    margin: 0 15px;
    position: relative;
    width: 88px;
}
#partnerships .carousel .carousel-indicators li.active {
    border:2px solid #005ea5;
}
#partnerships .carousel .carousel-indicators li img {
    max-width: 100%;
    border-radius: 50%;
}

#partnerships .body {
    margin-top: 160px;
}


/* SEND MESSAGE */
#send-message,
#partnerships,
#careers,
#volunteer-opportunities {
    background: #f4f5f7;
}
#send-message h5.dark,
#our-partners h5.dark,
#partnerships h5.dark {
    color: #005ea5;
    font-size: 30px;
    line-height: 40px;
    margin: 40px 0;
}

.get-involved .wpcf7-form-control-wrap.company-website,
.get-involved .wpcf7-form-control-wrap.company-name {
    width:100%;
}
.get-involved .contact-form .wpcf7 .linked > span {

}
.get-involved .contact-form .wpcf7 .linked > span .wpcf7-form-control-wrap.first-name {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #a8a8a8;
    border-radius: 30px;
    padding: 5px;
    border-bottom-right-radius: 0;
    border-right: medium none;
    border-top-right-radius: 0;
}
.get-involved .contact-form .wpcf7 .linked > span .wpcf7-form-control-wrap.last-name {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #a8a8a8;
    border-radius: 30px;
    padding: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left:none;
}
.get-involved .contact-form .wpcf7 .linked > span .wpcf7-form-control-wrap.first-name input {
    border:none;
    background: none;
    border-right:1px solid #a8a8a8;
    border-radius:0;
    padding: 5px 20px;
}
.get-involved .contact-form .wpcf7 .linked > span .wpcf7-form-control-wrap.last-name input {
    border:none;
    background: none;
    padding: 5px 20px;
}
.get-involved .contact-form .wpcf7 .wpcf7-form-control-wrap {
    padding: 0;
    margin:17px 0;
}
.get-involved .contact-form .wpcf7 .required {
    font-size: 16px;
}



/* JOBS */
.jobs .job .title {
    font-family: 'proxima_novalight';
    color: #005ea5;
    font-size: 30px;
    margin: 30px 0 0;
    text-align: left;
}
.jobs .job .info {
    color: #656565;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}
.jobs .job .description p {
    font-size: 16px;
}
.jobs .job .more {
    margin-top:15px;
}
.single .job .body {
    margin-top: 40px;
}
.single .job .body p {  
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 28px;
}
.single .job .title-block .body {
    margin-top:0;
}

.jobs .opp {

}
.jobs .opp .image img {
    width:100%;
    border-radius:100px;
}
.jobs .opp .info .title {
    font-size: 30px;
    line-height: 24px;
    padding-bottom: 10px;
}
.jobs .opp .info .position {
    font-size: 14px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.jobs .opp .info .body {
    margin-bottom:0;
}
.jobs .opp hr {
    margin:60px 0;
    border-bottom: 1px solid #ddd;
}



/* GIVE */
.give {
    margin-top: 40px;
    text-align: center;
}
.give .item .icon {
    height: 36px;
    position: relative;
}
.give .item .icon img {
    bottom: 0;
    max-width: 36px;
}
.give .item .title {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
}


#careers .body,
#young-professionals-board .body {
    font-family: 'proxima_nova_rgregular';
    font-size: 24px;
    line-height: 34px;
}
#careers .section-wrapper > .body {
    text-align: center;
    margin:20px 0;
}
#young-professionals-board .section-wrapper > .body {
    margin-bottom:80px;
}




/* SINGLE */
.single .title-block {
    height: 240px;
}
.single .title-block .image {
    border-radius: 50%;
    height: 200px;
    margin: 20px auto;
    overflow: hidden;
    padding: 0;
    width: 200px;
}
.single .title-block .image img {
    height: 100%;
    left: 50%;
    position: relative;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.single .title-block .body {
    display: block;
    position: relative;
    text-align: center;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single .title-block .body .mini-bar {
    margin:10px 0;
}
.single .title-block .body .mini-bar .bar {
    border-bottom: 1px solid #cfd8dc;
    margin: 0 auto;
    width: 100px;
}
.single .title-block .body .title {
    font-family: 'proxima_novasemibold';
    color: #005ea5;
    font-size: 40px;
}
.single .title-block .body .position {
    font-family: 'proxima_novasemibold';
    font-size: 24px;
    line-height:36px;
}
.single .title-block .body .company {
    font-family: 'proxima_novasemibold';
    margin-bottom: 20px;
    font-size:16px;
}
.single .title-block .body .place {
    font-family: 'proxima_nova_rgregular';
    font-size:14px;
}
.single .body .top-body {
    font-family: 'proxima_nova_rgregular';
    font-size: 24px;
    line-height:36px;
    margin:40px 0;
    text-align: center;
}
.single .body .remain-body .body-section p {
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    line-height:28px;
}

.single .story .body {
    margin-top: 40px;
}
.single .story .body p {
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    line-height:28px;
}

.featured-story .title-wrap {
 
}
.featured-story .excerpt {
    font-size: 20px;
    margin: 40px 0;
    text-align: center;
}
.featured-story .link {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    font-family: "proxima_novasemibold";
}
.featured-story {

}




/* BLOG */
.blog-blocks {
    padding:60px 0;
}
.blog-blocks .post {
    text-align: center;
    margin-bottom:40px;
}
.blog-blocks .post .image img {
    width:100%;
}
.blog-blocks .post .title {
    margin: 10px 0;
}
.blog-blocks .post .title a {
    font-size: 26px;
}
.blog-blocks .post .mini-bar {
    margin:10px 0;
}
.blog-blocks .post .mini-bar .bar {
    border-bottom: 1px solid #cfd8dc;
    width: 150px;
}
.blog-blocks .post .tags {
    margin-bottom: 10px;
}
.blog-blocks .pagers {
    text-align: center;
    margin-top:40px;
}


/* SINGLE BLOG */
.single .type-post .meta {
    font-size: 22px;
    text-align: center;
}
.single .type-post .meta .date {
    font-size: 14px;
}
.single .type-post .entry p {
    font-size: 18px;
}
.single .type-post .mini-bar {
    margin-top:5px;
}
.single.single-post .links {
    margin:40px 0 0;
}
.single.single-post .links a {
    font-size: 18px;
    padding: 5px 0;
}
.single.single-post .blog-post .section-wrapper {
    padding-top:40px;
}





/* MAP */
#where-we-work {
    border-top:2px solid #9dcc66;
    border-bottom:2px solid #9dcc66;
}
#map {
    cursor: pointer;
}
.map-menu {
    background:#ffffff;
    padding: 0;
}
.map-menu-wrapper {
    padding-bottom:20px;
}
.map-menu .title {
    font-family: "proxima_novasemibold";
    font-size: 30px;
    margin: 20px 0;
}
.map-menu .legend > div {
    margin:15px 0;
}
.map-menu .legend .title {
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    margin: 0;
}
.map-menu .legend .key .icon {
    width:20px;
    height:20px;
    background: #9dcc66;
    border-radius:10px;
    float:left;
    margin-right:20px;
}
.map-menu .legend .key .icon.compass {
    background: none;
}
.map-menu .legend .key .icon.compass img {
    width:100%;
}
.map-menu .legend .key .icon.striped {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/02/Map-MM-Pattern-orig2.png") repeat scroll 0 0;
}
.map-menu .work-info {
    padding:0;
    overflow-y:auto;
}
.map-menu .work-info .item .title {
    color: #727272;
    font-size: 20px;
}
.map-menu .work-info .item ul {
    padding:0;
    list-style: none;
}
.map-menu .work-info .item ul li {
    padding-bottom: 20px;
}

.map-menu .work-info .country-title-wrap {
    background: #9dcc66 none repeat scroll 0 0;
    color: #212121;
    font-size: 30px;
    padding: 20px;
    text-align: left;
}

#map {
    margin: 0 auto;
    position: relative;
    width: 500px;
}

.map {
    background: #eff4f5;
}
.map .label {
    font-family: 'proxima_nova_rgregular';
    position: absolute;
    top:0;
    left:0;
    font-size: 16px;
    color:#ffffff;
    text-align: center;
    padding:5px 10px;
    background: #5c9234;
    border-radius:5px;
    z-index: 10;
}
.map .hub {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2015/11/compass.png") no-repeat scroll 0 0 / 100% auto;
    border-radius: 8px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}





/* NEWSLETTER */
.newsletter .row {
    background: #e1f5fe;
}
.newsletter-wrapper {
    padding:40px 0;
}
.newsletter-wrapper .image {
    width:140px;
    height:140px;
    border-radius:50%;
    background:#fff;
}
.newsletter-wrapper .image img {
    margin: 40px 0 0 25px;
    max-width: 60px;
}
.newsletter-wrapper .title {
    font-family: "proxima_novalight";
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.newsletter-wrapper .form .wpcf7-form span.field {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 47px;
    padding:2px;
    width: 28%;
    color:#a8a8a8;
}
.newsletter-wrapper .form .wpcf7-form span.field > span {
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    text-align: right;
    vertical-align: middle;
    width: 80%;
}
.newsletter-wrapper .form .wpcf7-form span.field > span.lab {
    border-right: 1px solid rgba(127, 127, 127, 0.3);
    font-size: 13px;
    height: 40px;
    width:20%;
    position: relative;
    top: 2px;
}
.newsletter-wrapper .form .wpcf7-form span.field > span.lab.last {
    border:none;
}
.newsletter-wrapper .form .wpcf7-form span.field.first {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.newsletter-wrapper .form .wpcf7-form span.field.last {
    background: #fff none repeat scroll 0 0;
    position: relative;
    width: 16%;
    padding: 10px 10px 10px 20px;
}
.newsletter-wrapper .form .wpcf7-form span.field.last .btn-wrap {
    background: #005ea5 none repeat scroll 0 0;
    border-radius: 24px;
    color: #fff;
    height: 100%;
    padding: 1px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.newsletter-wrapper .form .wpcf7-form span.field.last > .btn-wrap > input {
    padding: 10px;
    text-align: center;
    color:#fff;
}

.wpcf7-form-control-wrap {
    
    display: inline-block;
    float: left;
    width: 50%;
}
.newsletter-wrapper .form .wpcf7-form span.field:nth-child(3) > .wpcf7-form-control-wrap {
    border:none;
}
.wpcf7-form-control-wrap input {
    width:100%;
}

.newsletter-wrapper .form .wpcf7-form span.field .wpcf7-form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-align: left;
    width: 100%;
    font-family: 'proxima_nova_rgregular';
    color: #4a4a4a;
}

.newsletter-wrapper .form .wpcf7-form span.field .wpcf7-form-control::-webkit-input-placeholder {
   color: #a8a8a8;
}

.newsletter-wrapper .form .wpcf7-form span.field .wpcf7-form-control:-moz-placeholder {
   color: #a8a8a8;  
}

.newsletter-wrapper .form .wpcf7-form span.field .wpcf7-form-control::-moz-placeholder {
   color: #a8a8a8;  
}

.newsletter-wrapper .form .wpcf7-form span.field .wpcf7-form-control:-ms-input-placeholder {  
   color: #a8a8a8;  
}

.newsletter-wrapper span.wpcf7-not-valid-tip {
    width: 100%;
    font-size: 14px;
}


/* FOOTER */
.footer .row.contact {
    background:#37474f;
    padding:40px 0 0;
}
.footer .copyright {
    margin-top:40px;
    padding:40px;
    background: rgba(246,246,246,0.2);
    font-size: 16px;
    color:rgba(255,255,255,0.6);
    text-align: center;
    font-family: 'proxima_nova_rgregular';
}

.footer .social-wrapper ul {
    padding:0;
    margin:0;
    list-style: none;
}
.footer .social-wrapper ul li .icon {
    display: inline-block;
    padding: 0 20px 25px 0;
    text-align: center;
    width: 60px;
}
.footer .social-wrapper ul li .icon img {
    max-width: 100%;
}
.footer .social-wrapper ul li a {
    color:#fff;
    font-family: 'proxima_nova_rgregular';
}
.footer .social-wrapper ul li a:hover {
    text-decoration: none;
}

.countries {
    cursor: pointer;
    text-align: center;
}

.countries img {
    opacity: 0.6;
    margin-bottom: 10px;
    max-height: 30px;
}
.countries.first img {
    opacity: 0.4;
}

.countries.active img {
    opacity:1;
}
.countries.first.active img {
    opacity: 0.6;
}

.countries .country {
    color:#fff;
}
.countries-border {
    border-bottom: 1px solid rgba(207,216,220, 0.3);
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.addresses img {
    float: left;
    max-width: 20px;
}
.addresses .address {
    font-size: 18px;
    margin-bottom: 16px;
    padding-left: 40px;
    color:#fff;
}



/* SITE WIDE TEXT SIZE */

.inner-page .body p {
    font-size: 20px;
}
.lessons .carousel .carousel-caption .body {
    font-size: 20px;
}
.inner-page .section-para {
    font-size: 24px;
}
.inner-page .twos .two .body,
.inner-page .threes .three .body {
    font-size: 18px;
}
.inner-page .blocks .block .body {
   font-size: 18px;
}
.inner-page .section-title,
#donate .section-title-wrap .body .title {
    /*font-family: 'proxima_novasemibold';*/
    font-family: "proxima_novalight";
    font-size: 80px;
    line-height: 80px;
}
.inner-page .section-para {
    font-size: 48px;
    line-height: 54px;
}

.jobs .job {
    /*min-height:250px;*/
}
.jobs .job .info,
.jobs .job .description,
.jobs .job .more {
    font-size: 18px;
}
.jobs .job .info {
    font-weight: bold;
}

/*.splash-caption {*/
/*    top: 160px;*/
/*}*/





/* Download CTA Styling */

.new-download {
    background-color: #005ea5;
    border-radius: 50px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 2% 20px;
    padding: 10px 15px 13px;
    position: relative;
    width: 20%;
}
.new-download .icon {
    display: inline-block;
    left: 15px;
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.new-download .title {
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "proxima_nova_rgregular",helvetica,arial;
    font-size: 12px;
    line-height: 25px;
    margin-left: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 2px;
    width: 100%;
}
#impact-monitoring-methodology .new-download,
#our-model .new-download {
    width: 45%;
}
#impact-monitoring-methodology .new-download .icon,
#our-model .new-download .icon {
    left: 10px;
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#impact-monitoring-methodology .new-download .title,
#our-model .new-download .title {
    position: relative;
    top: 1px;
}

@media (max-width: 1000px) {
    .new-download {
        width: 45%;
    }
}
@media (max-width: 500px) {
    .new-download {
        width: 80%;
        margin: 0 auto 20px auto;
    }
}





















@media (max-width: 1150px) {
    .big-cation {
        font-size: 70px;
    }
    .image-break .image-break-caption h3 {
        font-size:35px;  
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .newsletter-wrapper .image {
        float:none;
        margin:0 auto;
    }
    .newsletter-wrapper .title {
        text-align: center;
    }

    .newsletter-wrapper .form .wpcf7-form span.field {
        width:100%;
    }
    .newsletter-wrapper .form .wpcf7-form span.field.first {
        border-radius:0;
    }
    .wpcf7-form-control-wrap {
        border:none;
    }

    .newsletter-wrapper .form .wpcf7-form span.field.last {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin-top: 10px;
        padding: 0;
        position: relative;
        width: 100%;
    }
    .newsletter-wrapper .form .wpcf7-form span.field.last .btn-wrap {
        border-radius:0;
    }

    .newsletter-wrapper .title {
        padding-left:0;
    }
    .newsletter-wrapper .form .wpcf7-form span.field > span.lab {
        border:none;
    }

    .contact .item:nth-child(3) {
        border-left:none;
    }

    .navbar .navbar-nav > li:last-child .dropdown-menu {
        left:-90%;
    }
}

@media (max-width: 991px) {
    .big-cation {
        font-size: 50px;
    }
    nav {
        height:120px;
    }
    /*#impact-monitoring-methodology .new-download .icon {
        display: block;
        position: relative;
        text-align: center;
        top: 0;
    }*/
    #impact-monitoring-methodology .new-download .title {
        display: block;
        position: relative;
        top: 4px;
    }
}

@media (max-width: 900px) {
    #contact .contact .item {
        border:none;
    }
    .image-break .image-break-caption h3 {
        font-size: 36px;
    }
    .inner-page .section-title, #donate .section-title-wrap .body .title {
        font-size: 70px;
    }

}

@media (max-width: 800px) {
    .big-cation {
        font-size: 40px;
    }
    .single .title-block .body {
        float: none;
        text-align: center;
        width: 100%;
    }
    .single .title-block .image {
        float: none;
    }
    .donate-nav a span {
        font-size:14px;
    }
}


@media (max-width: 768px) {

    .lessons .carousel {
        margin-top:0;
    }
    .section-wrapper {
        text-align: center;
    }
    .navbar-nav > li > .dropdown-menu {
        left: 0;
        width: 100%;
    }
    .navbar-nav > li > .dropdown-menu > li:first-child {
        width:100%;
    }
    .image-break .image-break-caption h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .howwework .section-wrapper .options img {
        display: block;
        margin: 60px auto;
    }
    .image-break .image-break-caption.text-left h3 {
        font-size: 30px;
        line-height: 30px;
        text-align: left;
    }
    .countries-border {
        text-align: center;
    }
    .countries {
        margin-bottom:25px;
    }
    .addresses .address {
        padding-left: 60px;
    }
    .footer .social-wrapper ul {
        padding-left:20px;
        margin-top:20px;
    }
    .footer .social-wrapper ul li .icon {
        margin-right: 7px;
    }

    .solution > .section-wrapper {
        padding:40px 0;
    }
    .solution > .section-wrapper > div {
        margin-bottom:40px;
    }

    .splash-link {
        margin:20px 0;
    }

    .getinvolved .getinvolved-option .image-wrapper img {
        width:100%;
    }

    .long h5 {
        text-align: center;
    }
    .inner-page .threes .three .body {
        font-size: 20px;
        padding: 0 20%;
    }

    .inner-page .twos .two .image img {
        max-width: 250px;
    }
    .map-menu .work-info {
        min-height: 300px;
    }
    .map-menu .title {
        text-align: center;
    }
    #innovations-hub .section-title-wrap h5 {
        text-align: center;
    }
    .inner-page .blocks .block {
        margin-bottom: 60px;
    }

    .inner-page .green-section .item .body {
        padding: 0 10%;
    }
    #success-stories .section-title-wrap h5 {
        text-align: center;
    }
    .stories .story {
        margin-bottom: 80px;
    }
    .stories .story .image {
        float: none;
        margin: 20px auto;
    }

    .people .person .image {
        float: none;
        margin: 0 auto 20px auto;
    }
    .people .person {
        margin-bottom: 80px;
        padding: 0 15px;
    }
    #our-people .section-title-wrap h6 {
        text-align: center;
    }
    .people .person .excerpt {
        padding: 20px 5%;
    }
    #reports .section-title-wrap h5 {
        text-align: center;
        padding: 0;
    }
    .inner-page .downloads .download .download-wrap a .title .icon {
        display: inline-block;
        padding-right: 10px;
    }
    .contact .item .block .body {
        margin-left:0;
        padding-left:0;
        margin-bottom:10px;
    }
    .contact .item .title {
        margin:20px 0;
    }
    #contact .contact .item {
        margin-bottom:40px;
    }

    .inner-page .section-title-wrap {
        overflow-x:hidden;
    }
    .inner-page .section-title-wrap img {
        width:200%;
    }

    .map-menu .work-info .country-title-wrap .country-title {
        float: left !important;
    }

    .newsletter-wrapper .form .wpcf7-form span.field > span.lab {
        border:none;
    }



    .news-blocks .item {
        height: auto;
    }
    .news-blocks .item .logo {
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    
    

}

@media (max-width: 767px) {
    nav {
        height:auto;
    }

    nav.navbar .navbar-nav > li {
        width:100%!important;
        clear:both;
    }
    nav.navbar .navbar-nav > li:last-child .dropdown-menu {
        left:0;
        width:100%;
    }
    nav.navbar .navbar-nav > li .dropdown-menu {
        width:100%;
        left:0;
        top:0;
    }

    .navbar .navbar-nav > li > a {
        font-size: 18px !important;
        opacity:1!important;
    }

    #impact-monitoring-methodology .new-download, #our-model .new-download {
        width: 96%;
    }
    
    .impact-modal .impact-modal-wrap .impact-modal-content {
        width:80%;   
    }
    
    .container-fluid .navbar .donate-nav a {
        height:auto;   
    }
    .donate-nav a span.low-opacity {
        display:block;   
    }
    .single .job .title-block .body {
        top:0;  
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    .single .job .title-block {
        height:auto;
    }
    #our-mission .our-mission-content .mission-float p {
           
    }
}

@media (max-width: 600px) {
    .big-cation {
        font-size: 30px;
    }
    .down-arrow {
        display: none;
    }
    .image-break .image-break-caption.text-left h3 {
        font-size: 20px;
    }
    .inner-page .section-para {
        font-size: 24px;
    }
    .lessons .carousel .carousel-control {
        display: none;
    }
    #our-vision .our-vision-content .vision-float {
        top:50%;   
    }
}

@media (max-width: 500px) {
    .inner-page .threes .three .body {
        padding: 0 10%;
    }
    .image-break .image-break-caption h3 {
        font-size: 20px;
    }
    .image-break .image-break-background img {
        max-width: 180%;
    }
    .image-break .image-break-background {
        overflow: hidden;
    }

    .getinvolved .getinvolved-option .image-wrapper .title {
        font-size: 40px;
        line-height: 40px;
    }

    .inner-page .section-title-wrap {
        overflow-x:hidden;
    }
    .inner-page .section-title-wrap img {
        width:300%;
    }

    .inner-page .section-title {
        font-family: 'proxima_novasemibold';
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 450px) {
    .big-cation {
        font-size: 30px;
    }
    .splash-image {
        overflow: hidden;
    }
    .splash-wrapper .splash-image img {
        height: auto;
        max-width: 150%;
    }
    .impact-modal .impact-modal-wrap .impact-modal-content {
        top: 60%;
        width: 100%;
    }
}

@media (max-width: 350px) {
    .impact .impact-option .title span {
        display:none;   
    }
}


/* -------------------------------- */
/* 10-11/01/2016 - About 'Fixes'... */
/* -------------------------------- */

#our-mission .section-title-fix {
    display: block;
    color: #005EA5;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: normal;
    font-family: "proxima_novalight";
}
#our-mission .our-mission-content .mission-float {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto !important;
}
#our-mission .our-mission-content .mission-float p {
    font-family: "proxima_nova_rgregular",helvetica,arial;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
@media (max-width: 400px) {
    #our-mission .section-title-fix {
        font-size: 40px;
        margin: 30px 0;
    }
    #our-mission .our-mission-content .mission-float p {
        width: 70%;
        font-size: 18px;
        line-height: 22px;
    }
}

#our-vision .section-title-fix,
#how-it-all-started .section-title-fix {
    display: block;
    color: #005EA5;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: normal;
    font-family: "proxima_novalight";
}
#our-vision .our-vision-content .vision-float {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto !important;
    -o-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
#our-vision .our-vision-content .vision-float p {
    font-family: "proxima_nova_rgregular",helvetica,arial;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
#our-vision .section-title-wrap img {
    min-height: 500px;
    /*background-size: contain;*/
}
@media (max-width: 700px) {
    #our-vision .our-vision-content .vision-float {
        
    }
    #our-vision .our-vision-content .vision-float p {
        width: 90%;
        font-size: 18px;
        line-height: 30px;
    }
    .single .title-block {
        height:auto;   
    }
    .image-break .image-break-caption.text-left .ks-btn {
        margin-top: 10px;   
    }
    .her-story .image-break .image-break-background img {
        max-width: 200%;
        min-width: 200%;
    }
    #our-vision .section-title-fix, #how-it-all-started .section-title-fix {
        font-size:50px;   
    }
    
    .single-manager.single .title-block .body,
    .single-director.single .title-block .body,
    .single-story.single .title-block .body {
        top:0;
        -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
}
@media (max-width: 400px) {
    #our-vision .section-title-fix {
        font-size: 40px;
        margin: 30px 0;
    }
    #our-vision .our-vision-content .vision-float {
        top: 50%;
    }
    #our-vision .our-vision-content .vision-float p {
        width: 90%;
        font-size: 20px;
        line-height: 26px;
    }
    #our-vision .our-vision-content .vision-float p {
        font-size:16px;
    }
}
#how-it-all-started {
    margin-top: 0;
}

.navbar .navbar-nav li a {
    font-size:14px;   
}

.navbar .navbar-nav > li:last-child a {
    font-weight:bold;   
}


iframe {
    display: block;
    margin: 0 auto;
    max-width:100%;
}
