@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');

/* Resets */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
	zoom: 1;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
body, input,
textarea, select, option {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 18px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body {
	background: url(../img/bg.gif) center;
}
p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	color: #21a850;
}
h1 {
	font-size: 40px;
	margin: 0.5em auto 1em;
	font-weight: normal;
}
h2 {
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
}
h2, h3 {
	margin-bottom: .4em;
	color: #21a850;
	line-height: 1;
}
.transition {
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
.maxwidth {
	max-width: 1300px;
	margin: auto;
}
.maxwidth2 {
	max-width: 960px;
	margin: auto;
}
.column {
	display: inline-block;
	vertical-align: top;
}
.col4 {
	width: 21%;
	margin: 5px 0.5%;
	width: calc(25% - 30px);
	margin: 5px calc(20px - 20px);
}
.col3 {
	width: 31%;
	margin: 5px 0.5%;
	/*width: calc(25% - 30px);
	margin: 5px calc(20px - 20px);*/
}
.col2 {
	width: 44%;
	margin: 5px 0.5%;
	width: calc(50% - 25px);
	margin: 5px calc(10px);
}
article.column {
	width: 60%;
}
.column.right-side {
	width: 35%;
	margin-left: 3%;
}
input,
textarea {
	box-sizing: border-box;
	font-size: 14px;
	padding: 12px 15px;
	border-radius: 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
	margin: 2px;
	width: 90%;
}
textarea {
	min-height: 150px;
}
input[type=button],
input[type=submit] {
	text-transform: uppercase;
	border-color: #21a84f;
	background: #21a84f;
	color: #fff;
	font-weight: 700;
	cursor: pointer;

	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
input[type=button]:hover,
input[type=submit]:hover {
	border-color: #cc4b4c;
	background: #cc4b4c;
}
input[type=cancel] {
	border: none;
}
label {
	font-size: 14px;
}
.button {
	border: 1px solid #21a850;
	padding: 12px 24px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	z-index: 9;
	text-align: center;

	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
.button:after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	background: #21a850;
	opacity: 0.2;
	z-index: -1;

	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
.button:hover:after {
	opacity: 1;
	top: 0px;
	left: 0px;
}
.button:hover {
	color: #fff;
}
.button.block {
	display: block;
	margin: auto;
	max-width: 200px;
}
.button.block.left {
	margin: 5px;
}
.button.active:after {
	display: none;
}
.button.active:hover {
	color: #333;
}
.selector {
	display: block;
	box-sizing: border-box;
	border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url("../img/chevron-down.png") no-repeat 95% 50%;
    vertical-align: middle;
    margin-left: 2px;
    width: 90%;
    margin-top: 2px;
    margin-bottom: 4px;
}
.selector select {
    padding: 12px 20px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    margin-right: 20px;
    font-size: 14px;
}
.selector select:focus {
    outline: none;
}
.no-banner {
	padding-top: 94px;
}
header {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	padding: 5px;

	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
header.highlight,
.no-banner header {
	background: rgba(255,255,255,0.8);
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
header a {
	text-decoration: none;
}
header .logo {
	display: block;
	width: 190px;
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
	margin: 10px;
	float: left;
}
header .logo img {
	display: block;
	width: 190px;
}
header nav {
	float: left;
	margin-top: 30px;
	font-size: 14px;
	padding-left: 20px;
	text-transform: uppercase;
}
header nav ul {
	list-style: none;
}
header nav > ul > li {
	float: left;
	display: block;
	position: relative;
	font-weight: bold;
}
header nav > ul > li > a {
	display: inline-block;
	padding: 5px 10px;
}
header nav > ul > li:hover > a {
	border-bottom: 2px solid #cc4b4c;
}
header nav ul ul {
	display: none;
	overflow: hidden;
	font-weight: normal;
}
header nav ul li ul {
	position: absolute;
	top: 30px;
}
header nav ul li ul li a {
	display: block;
	padding: 8px 10px;
	color: #21a850;
	background: #fff;
	white-space: nowrap;
	margin-top: 1px;

	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
header nav ul li ul li a:hover {
	color: #fff;
	background: #21a850;
}
header nav ul li:hover ul {
	display: block;
}
header .social {
	float: right;
	padding: 15px;
	font-size: 14px;
}
header .social p {
	margin-bottom: 0;
}
header .social a {
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	font-size: 20px;
	vertical-align: middle;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
header .social a:hover {
	color: #21a850;
}
header .menutoggle {
	display: none;
}
.breadcrumbs {
	background: rgba(0,0,0,0.1);
	font-size: 14px;
	padding: 10px 0;
}
.heroslider {
	position: relative;
}
.heroslider > img {
	display: block;
	width: 100%;
}
.heroslider .caption {
position: absolute;

top: 400px;
width: 30%;
margin: auto;

right: 150px;
}
.the-vision {
	padding: 50px 0;
}
.the-vision h2 {
	font-size: 90px;
	text-align: right;
	line-height: 0.9;
}
.the-vision span {
	display: block;
	font-size: 60px;
	color: #333;
}
.the-vision p {
	padding-top: 10px;
}
.progress-pic {
	padding: 10px;
}
.progress-pic img {
	display: block;
	width: 100%;
}
.progress {
	padding: 50px 10px;
	text-align: center;
}
.myjtline {
	text-align: left;
}
.whatnext a {
	display: block;
	background: #999;
	color: #fff;
	text-align: center;
	font-size: 48px;
	padding: 50px;
	text-decoration: none;

	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
.whatnext a .fas {
	font-size: 32px;
}
.whatnext a:hover {
	background: #21a850;
	margin-left: 20px;
}
footer {
	background: #333;
	color: #999;
	padding: 20px 0;
	text-align: center;
}
footer a {
	color: #999;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer ul {
	list-style: none;
}
footer > div > ul > li {
	text-align: left;
}
footer > div > ul > li {
	display: inline-block;
	width: 18%;
	vertical-align: top;
	margin-top: 20px;
}
footer ul li li {
	font-size: 14px;
}
.footersocial {
	font-size: 28px;
}
.totop {
	background: #999;
	color: #fff;
	display: block;
	font-size: 28px;
	text-align: center;
	bottom: 10px;
	right: 10px;
	width: 40px;
	cursor: pointer;
	position: fixed;

	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
.totop:hover {
	background: #21a850;
}
.text-left-section div {
	padding: 100px 40% 100px 0;
	background: center right no-repeat;
	background-size: contain;
}
.dream {
	background: #333;
	text-align: center;
	padding: 50px 0;
	color: #fff;
}
.dream h3 {
	float: left;
	width: 35%;
	text-align: right;
	font-size: 48px;
	font-weight: normal;
}
.dream p {
	float: left;
	width: 55%;
	margin-left: 5%;
	padding-top: 20px;
	text-align: left;
}
.dream ul {
	list-style: none;
}
.flex-control-paging {
	list-style: none;
}
.flex-control-paging li {
	display: inline-block;
}
.flex-control-paging li a {
	display: block;
	margin: 5px;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-align: left;
	text-indent: -1000px;
}
.flex-control-paging li a.flex-active {
	background: #fff;
}
.pillars {
	text-align: center;
	padding: 50px 0;
}
.pillars .column {
	text-align: left;
}
.pillars a {
	display: block;
	position: relative;
	border: 1px solid #333;
	height: 200px;
	text-decoration: none;
	padding: 15px;
	font-size: 30px;
	margin: 5px;
}

.pillar-economic:after,
.pillar-social:after,
.pillar-political:after,
.pillar-enablers:after {
	content: " ";
	display: block;
	background: #ccc 110% 110% no-repeat;
	opacity: 0.2;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 5px;
	top: 5px;
	z-index: -1;

	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
.pillar-economic:after {
	background-image: url(../img/economic.png);
}
.pillar-social:after {
	background-image: url(../img/social.png);
}
.pillar-political:after {
	background-image: url(../img/political.png);
}
.pillar-enablers:after {
	background-image: url(../img/enablers.png);
}
.pillar-economic:hover:after,
.pillar-social:hover:after,
.pillar-political:hover:after,
.pillar-enablers:hover:after {
	background-color: #21a850;
	left: 0px;
	top: 0px;
	opacity: 1;
}
.pillars a:hover {
	color: #fff;
}
.mapya h2 {
	position: relative;
	margin: 40px auto;
	z-index: 9;
	text-align: center;
}
.mapya img {
	max-width: 100%;
	height: auto;
	margin-top: -90px;
	display: block;
}
.title {
	position: relative;
	background: #f7f7f7;
    max-height: 200px;
	overflow: hidden;
}
.title img {
	display: block;
	width: 100%;
}
.title h1 {
	font-size: 48px;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 20%;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	left: 0;
	right: 0;
}
.title.plain {
	padding: 10px;
}
.title.plain h1 {
	color: #21a850;
	position: relative;
	padding-top: 30px;
}
.title h1 span {
	display: block;
}
.page-intro {
	padding-top: 30px;
	padding-bottom: 30px;
}
.form {
	padding-bottom: 30px;
}
.form h2{
	text-align: center;
}
.form textarea {
	height: 245px;
}
.form .error {
  clear:left;
  display:block;
  width:90%;
  color: #ff0000;
}

.form .success {
  clear:left;
  display:block;
  width:90%;
  color: #21a850;
}
.search {
	text-align: center;
	padding-bottom: 50px;
}
.search input,
.search .selector{
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.resources, .projects {
	padding: 30px 10px;
}
.resources h2 {
	font-weight: normal;
	font-size: 20px;
	margin-top: 20px;
}
.item a,
.project a {
	display: block;
	text-decoration: none;
	padding: 20px 10px;
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	overflow: hidden;

	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
.item a {
	padding: 20px 10px 40px 100px;
	background: url("../img/file.svg") 20px center #fff no-repeat;
	background-size: 60px 60px;
}
.item.pdf a {
	background-image: url("../img/pdf.svg");
}
.item.doc a {
	background-image: url("../img/doc.svg");
}
.item.ppt a {
	background-image: url("../img/ppt.svg");
}
.item.xls a {
	background-image: url("../img/xls.svg");
}
.item.zip a {
	background-image: url("../img/zip.svg");
}
.item h3,
.project h3 {
	font-weight: normal;
	color: #333;
}
.item p,
.project p {
	font-size: 12px;
}
.item i,
.project i {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.item a:hover,
.project a:hover {
	background-color: #cc4b4c;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.item a:hover h3,
.item a:hover p,
.item a:hover i,
.project a:hover h3,
.project a:hover p,
.project a:hover i {
	color: #fff;
}
.item.gallery a {
	padding: 0;
	background: #333;
}
.item.gallery img {
	display: block;
	width: 100%;

	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}
.item .gallery-text {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 20px;
	color: #fff;
}
.item .gallery-text h3,
.item.gallery i {
	color: #fff;
}
.item.gallery a:hover img {
	transform: scale(1.1);
	opacity: 0.1;
}
.project-title h1 {
	font-weight: normal;
	text-transform: none;
	font-size: 36px;
	padding-top: 10px;
}
.article {
	padding: 30px 0;
}
.content h2, .article h2 {
	text-transform: none;
	font-size: 30px;
}
.content ol,
.article ol,
.content ul,
.article ul {
	margin-left: 25px;
	margin-bottom: 1em;
}
.cta {
	border: 1px solid #21a850;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
}
.gallery {
	position: relative;
}
.gallery ul,
.gallery ol {
	margin-left: 0;
}
.gallery img {
	width: 100%;
}
.flex-direction-nav {
	list-style: none;
}
.flex-nav-prev,
.flex-nav-next {
	bottom: 10%;
	position: absolute;
	z-index: 3;
}
.flex-nav-prev {
	left: -20px;
}
.flex-nav-next {
	right: -20px;
}
.flex-nav-prev a,
.flex-nav-next a {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.flex-nav-prev a:after,
.flex-nav-next a:after {
	content: " ";
	display: block;
	text-indent: -1000px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin-top: -10px;
    margin-left: 13px;
	transform: rotate(-45deg);
}
.flex-nav-prev a:after {
	transform: rotate(135deg);
}
.flex-nav-prev a:hover:after,
.flex-nav-next a:hover:after {
	border-color: #21a850;
}
.overlay-sectors {
	display: none;
	position: fixed;
	background: rgba(50,50,50,0.9);
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.select-overlay {
	display: none;
	position: fixed;
	margin: auto;
	max-width: 500px;
	max-height: 95vh;
	z-index: 9999;
	top: 10px;
	right: 10px;
	left: 10px;
	overflow: auto;
	padding-top: 50px;
}
.select-overlay ul {
	list-style: none;
	border: 1px solid #ccc;
	background: #000;
	padding: 5px 5px 0;
	border-radius: 5px;
}
.select-overlay a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	margin-bottom: 5px;
	border-radius: 5px;
}
.select-overlay a.close-overlay {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 10px;
	padding: 5px 10px;
}
.select-overlay a:hover {
	background: #21a850;
}
.accordion-left,
.accordion-right {
	display: inline-block;
	vertical-align: top;
}
.accordion-left {
	width: 20%;
}
.accordion-right {
	width: 75%;
}
.accordion {
	list-style: none;
}
.accordion > li {
	background: #fff;
	margin-bottom: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.accordion > li > a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	position: relative;
}
.accordion > li > a:before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom: none;
	border-top-color: #ddd;
}
.accordion > li > a.active {
	color: #21a850;	
}
.accordion > li > a:hover:before {
	border-top-color: #21a850;	
}
.side-title {
	color: #21a850;
	font-size: 14px;
	vertical-align: top;
}
.accordion-content table {
	width: 100%;
}
.accordion-content {
	display: none;
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
}
.accordion-content td {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
.accordion-content tr:hover td {
	background-color: #efefef;
}
.accordion-content ol,
.accordion-content ul {
	margin-left: 25px;
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
ul.tabs li{
	background: none;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	background: #333;
	color: #fff;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	transition: .3s all linear;
}

ul.tabs li.current{
	background: #21a850;
	padding-top: 15px;
}
.tab-content{
	border-top: 2px solid #21a850;
	display: none;
	padding: 15px;
	text-align: left;
}
.tab-content.current{
	display: inherit;
}
@media only screen and (max-width : 1386px) {
	.maxwidth {
		margin: auto 10px;
	}
}
@media only screen and (max-width : 1200px) {
	header nav,
	header .social	 {
		display: none;
	}
	header .menutoggle {
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		top: 26px;
		right: 20px;
		cursor: pointer;
		z-index: 999;

		-webkit-transition: .3s all linear;
		-moz-transition: .3s all linear;
		transition: .3s all linear;
	}
	header .menutoggle span {
		display: block;
		background: #21a850;
		width: 36px;
		height: 2px;
		margin-top: 20px;
		position: relative;

		-webkit-transition: .3s all linear;
		-moz-transition: .3s all linear;
		transition: .3s all linear;
	}
	header .menutoggle span:before,
	header .menutoggle span:after {
		content: " ";
		display: block;
		position: absolute;
		height: 2px;
		background: #21a850;
		width: 100%;
		left: 0;

		-webkit-transition: .3s all linear;
		-moz-transition: .3s all linear;
		transition: .3s all linear;
	}
	header .menutoggle span:before {
		top: -10px;
	}
	header .menutoggle span:after {
		bottom: -10px;
	}
	header.active .menutoggle span {
		background: none;
	}
	header.active .menutoggle span:before,
	header.active .menutoggle span:after {
		bottom: 0px;
		top: 0px;
		background: #cc4b4c;
	}
	header.active .menutoggle span:before {
		transform: rotate(45deg);
	}
	header.active .menutoggle span:after {
		transform: rotate(-45deg);
	}
	header.active {
		background: #fff;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		overflow-y: auto;
	}
	header .menu {
		float: none;
		clear: both;
		font-size: 18px;
	}
	header .menu > ul > li {
		display: inline-block;
		width: 30%;
		min-width: 320px;
		margin-top: 30px;
	}
	header .menu > ul > li:hover a {
		border: none;
	}
	header .menu > ul > li ul {
		display: block;
		position: relative;
		top: auto;
	}
	header .menu > ul > li ul a {
		white-space: pre-wrap;
		text-transform: none;
	}
	header .social {
		float: none;
		clear: both;
		position: absolute;
		top: 10px;
		right: 70px;
		text-align: center;
	}
	header .social a {
		font-size: 28px;
	}
	.whatnext a {
		padding: 20px;
		font-size: 28px;
	}
	.whatnext a .fas {
		font-size: 18px;
	}
	footer > div > ul > li {
		min-width: 300px;
		margin-top: 30px;
	}
	.accordion-left {
		width: 30%;
	}
	.accordion-right {
		width: 65%;
	}
}
@media only screen and (max-width : 960px) {
.heroslider .caption {
position: absolute;

top: 80px;
width: 30%;
margin: auto;

right: 30px;
}    
	.maxwidth2 {
		margin: auto 10px;
	}
	article.column,
	.column.right-side {
		width: auto;
		margin-left: auto;
		float: none;
		display: block;
	}
	.column.right-side {
		margin-top: 60px;
	}
	.heroslider .caption {
		width: 132px;
		height: 78px;
	}
	.heroslider .caption img {
		width: 100%;
	}
	.the-vision h2 {
		font-size: 60px;
	}
	.the-vision h2 span {
		font-size: 40px;
	}
	.dream h3 {
		float: none;
		width: auto;
		text-align: center;
		font-size: 30px;
		padding: 10px;
	}
	.dream p {
		float: none;
		width: auto;
		text-align: center;
		padding: 10px;
	}
	.col4 {
		width: 44%;
	}
	.mapya img {
		margin: auto;
	}
	.title h1 {
		font-size: 48px;
		top: 0;
	}
	.accordion-left {
		width: 35%;
	}
	.accordion-right {
		width: 60%;
	}
}
@media only screen and (max-width : 560px) {
	.column {
		display: block;
	}
	.col2 {
		width: auto;
	}
	.col4 {
		width: auto;
	}
	.pillars a {
		margin-bottom: 20px;
	}
	.title h1 {
		font-size: 24px;
		top: 0;
	}
	.accordion-left,
	.accordion-right {
		width: auto;
		display: block;
		padding-bottom: 40px;
	}
}
