/*body.home{
	background-image: url(../images/Home.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center top;
	opacity: 0.6;
}*/
/*body.page-template-template-methodology{
	background-image: url(../images/02Methodology.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center top;
	opacity: 0.6;
}*/
/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
	 2.0.1) Font Face
	 2.0.2) Global Headings
	 2.0.3) Form Elements
	 2.0.4) List styles
	 2.0.5) General Text Formatting
	 2.0.6) Link elements
	 2.0.7) Table Elements
	 2.0.8) Button Styles
	 2.0.9) Sprite Icons
	 2.1.0) 960 Grid Style
 3.) Site Wide Content
 4.) Header Style
 5.) Footer Style
 ===============================================*/

/*
 1.) Eric Meyer's Reset
 ----------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 1.) Global Typography
 ----------------------------------------*/
 *, :before, :after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	font-size: 17px;
	font-family: 'Franklin Gothic Book';
    color: #414042;
    line-height: 1.5;
    font-weight: 400;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/

/*
 2.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #414042;
	margin-bottom:15px;
	font-family: 'Futura Std';
	font-weight: bold;
	line-height: 1.2;
}
h1 {
	font-size:46px;	
    font-weight: 700;
}
h2 
{
	font-size:40px; 
    font-weight:700;
}

h3 {
	font-size: 26px; 
    font-weight:700;
}
h4 {
	 font-size:20px; 
}
h5 {
	 font-size:18px; 
}
h6 {
	 font-size:17px; 
}
/*
 2.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
	font-family: "Franklin Gothic Book";
    font-weight: 500;
    font-style: normal;
}
input {
	line-height: normal;
}
input:focus, select:focus, textarea:focus, button:focus {
	border: 1px #888 solid;
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/*
 2.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
	font-size: 100%;
	line-height: 1.5;
}
dl {
	margin: 0 0 15px 0;
}
dd {
	margin: 0 0 15px 12px;
}
ul {
	list-style-type: disc;
	margin: 0 0 15px 20px;
}
ol {
	list-style-type: decimal;
	margin: 0 0 15px 30px;
}
ul ul, ol ul {
	list-style-type: circle;
	margin-top: 15px;
	margin-left: 18px;
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0;
}

/*
 2.0.5) General Text Formatting
 -----------------------------------*/
strong{
	color: #414042;
    font-weight: 500;
    font-family: Franklin Gothic;
} 
p {
	font-size: 100%;
	margin-bottom: 15px;
}
blockquote, cite, q, var, dfn {
	font-style: italic;
}
blockquote {
	background: transparent;
	color: #666666;
}
small {
	/* font-size: 12px; */
	font-size: 85.71429%;
	line-height: 1.75;
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 15px 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre, code {
	color: #880000;
}
kbd, samp, var {
	color: #666666;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	cursor: help;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*
 2.0.6) Link style
 -------------------------*/
a {
	color: #414042;
	text-decoration: none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
a:hover, a:focus {
	color: #009f94;
	text-decoration: none;
}
a:active {
	outline: none;
}

/*
 2.0.7) Table Elements
 --------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	color: #444444;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin: 0 0 1.35714em 0;
}
caption {
	font-variant: small-caps;
}
th, td {
	line-height: 1.5em;
	vertical-align: top;
	padding: 0.71429em 0.5em;
}
th *:first-child, td *:first-child {
	margin-top: 0;
}
thead th {
	text-align: left;
	color: #000;
	border-bottom: 2px #000 solid;
}
tbody th {
	text-align: left;
	border-top: 1px solid #ccc;
}
tbody td {
	text-align: left;
	border-top: 1px solid #ccc;
}
/*
 2.0.8) Button Styles
 -------------------------*/
.btn, input.btn, button.btn {
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	color: #414042;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #ccdbdf;
	min-width: 212px;
	border-radius:50px;
}
.btn:hover, .btn:focus , input.btn:hover, input.btn:focus, button.btn:hover, button.btn:focus{
	color: #fff;
	background: #009f94;
}
.triangle-btn{
	font-family: 'Franklin Gothic';
    font-weight: 500;
    font-style: italic;
    font-size: 15px;
    height:38px;
    line-height:38px;
    display: inline-block;
    text-align: center;
    padding: 0 18px;
    background: rgba(0,159,148,1);
    color: #fff;
    position: relative;
    border-radius: 50px;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*
.triangle-btn::before{
	border-top:19px solid transparent;
	border-bottom:19px solid transparent;
	border-left:none;
	border-right:14px solid rgba(0,159,148,1);
	right:100%;
}
.triangle-btn::after{
	border-top:19px solid transparent;
	border-bottom:19px solid transparent;
	border-right:none;
	border-left:14px solid rgba(0,159,148,1);
	left:100%;
}
.triangle-btn::before,
.triangle-btn::after{
	height:0px;
	position: absolute;
	content:"";
	top:0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/
.triangle-btn:hover{
	color: #fff;
	opacity: .7;
}
/*
 2.0.9) Sprite Icons
 -------------------------*/
/* [class^="icon-"], [class*="icon-"] {
	background-image: url(../images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
} */



/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0 15px;
}
.container-in {
	padding-top: 60px;
	/*border-top: 7px solid #009f94;*/
	margin-top: 59px;
}
.container-in.contact{
	background: #efefef;
	padding-bottom: 40px;
	text-align: center;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after{
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}
/*
 3.) Site Wide Content
 ------------------------------*/
#wrapper {
}
.hidden-desktop{
	display: none;
}
/*
 4.) Header Styles
 ------------------------------*/

#nav-icon {
    width: 25px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 17px;
    margin-left: 17px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
    display: none;
} 
#nav-icon span{
	display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 6px;
}
#nav-icon span:nth-child(3) {
    top: 12px;
}
#header {
	max-height:115px;
	background: #fff;
	position: relative;
	z-index: 1;
}

#header .header-wrapper{
	/*overflow: hidden;*/
}
#header .site-logo{
	display: block;
	float: left;
	width:27.5%;
	background: #009f94;
	height:174px;
	position: relative;
	z-index: 99;
}
#header .site-logo img{
	padding-top: 32px;
	display: block;
    margin: 0 auto;
}
#header .header-menu{
	float: right;
	width:720px;
	background: #fff;
	position: relative;
	height:174px;
	text-align: right;
}
#header .header-menu:after{
	content:"";
	position: absolute;
	left:99%;
	top:0;
	width:1000%;
	background: #fff;
	height:100%;
	z-index: -1;
}
#header .header-menu ul{
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
    
}
#header .header-menu ul li{
	display: inline-block;
    position: relative;
}

#header .header-menu ul.primary-menu li{
	padding-bottom: 36px;
}
#header .header-menu ul li .sub-menu{
    display: none;
    transition: all .2s;
}
#header .header-menu ul li:hover .sub-menu{
    display: inline-block ;

}
ul.sub-menu{
    top: 100%;
    left: 0;
    z-index: 9999999;
    position: absolute;
    width: 100%;
    margin: 0;
}

#header .header-menu ul.primary-menu li ul.sub-menu > li {
	padding:10px 0;
	text-align: center;width: 100%;
	background: #fff;
	margin: 0 0 2px ;
}

#header .header-menu .header-primary-menu li ul.sub-menu > li > a {
    text-transform: capitalize;
    margin: 0;
    font-size: 90%;
    color:#414042;
}
#header .header-menu .header-primary-menu li ul.sub-menu > li > a:hover {
	color:#009f94;
}

#header .header-menu .header-secondary-menu li a{
	font-size: 14px;
	color: #a09fa0;
	font-family: 'Franklin Gothic Book';
    font-weight: normal;
    font-style: italic;
    margin: 0 12px;
}
#header .header-menu .header-secondary-menu{
	position: relative;
	padding-right: 27px;
	margin-bottom: 18px;
	padding-top: 70px;
}
#header .header-menu .header-secondary-menu .donate a,
#header .donate-mob a{
	/*float: right;font-size: 14px;margin: 3px 19px 0 13px;*/
	color: #004961;
	font-family: 'Franklin Gothic Book';
	font-weight: 600;
    font-style: normal;
}

#header .header-menu .header-secondary-menu .search-icon{
	height:20px;
	width:20px;
	color: #b3b3b3;
	font-size: 13px;
	position: absolute;
	right:-2px;
	bottom: 1px;
	cursor: pointer;
	text-align: center;
}
#header .header-menu .header-secondary-menu nav{
	float: right;
}
#header .header-menu .header-primary-menu li a{
	color: #414042;
	font-size: 17px;
	font-family: 'Franklin Gothic';
	font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 18px;
}
#header .header-menu .header-secondary-menu li a:hover,
#header .header-menu .header-primary-menu li a:hover,
#header .header-menu .header-primary-menu .current-menu-item a,
#header .header-menu .header-secondary-menu .current-menu-item a{
	color: #009f94;
}

#header .header-menu .header-primary-menu li:last-child a{
	margin-right: 0;
}
#header .header-menu .header-primary-menu li:first-child a{
	margin-left: 0;
}
#header .header-search-form{
	display: none;
	position: absolute;
	top:0;
	right: 0;
	width: 300px;
	margin: 22px;
	z-index: 9;
}
#header .container{
	position: relative;
}
#header .header-search-form .search-field {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #505050;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    height: 35px;
    padding-left: 10px;
    -webkit-appearance: none;
}
#header .header-search-form .search-submit {
    position: absolute;
    right: 0;
    top: 2px;
    height: 35px;
    width: 35px;
    background: rgba(0, 0, 0, 0) url(../images/search-icon.png) no-repeat scroll left;
    border: none;
    color: transparent;
    font-size: 0px;
}

/*
5.) Footer Styles
 ------------------------------*/
#footer {
}
.footer{
	padding: 67px 0 81px;
	background: #e6e7e8;
	font-family: 'Franklin Gothic Book';
	font-weight: normal;
    font-style: normal;
    font-size: 15px;
}
#footer .container{
	max-width: 1200px;
    padding: 0 15px;
}
#footer .footer-left{
	float: left;
	width: 30%;
}
#footer .footer-left .site-logo{
	display: inline-block;
}
#footer .footer-right{
	float: left;
	width: 70%;
}
#footer .footer-menu{
    font-style: italic;
    list-style-type:none;
    margin-bottom: 0;
}
#footer .footer-menu li{
	padding-right: 7px;
	border-right: 1px solid #414042;
	margin-right: 7px;
	line-height:1;
	display: inline-block;
}
#footer .footer-menu li:last-child{
	border-right: 0;
	margin-right: 0;
}
#footer .footer-menu li a{
	font-size: 15px;
	color: #414042;
}
#footer .footer-menu li:last-child a{
	border-right: 0;
}
#footer .footer-menu li a:hover{
	color: #009f94;
}
#footer .mailchimp-title{
	color: #414042;
	font-size: 20px;
	margin-right: 24px;
	font-family: 'Franklin Gothic Book';
    font-weight: normal;
    font-style: normal;
}
#footer .mc4wp-form-fields input{
	float: left;
}
#footer .mc4wp-form-fields input[type=email]{
	height: 40px;
	background-color: #f0f1f1;
	border: 0;
	-webkit-border-radius: 40px 0 0 40px;
	-moz-border-radius: 40px 0 0 40px;
	-ms-border-radius: 40px 0 0 40px;
	-o-border-radius: 40px 0 0 40px;
	border-radius: 40px 0 0 40px;
	width: 235px;
	padding: 0 15px;
    font-size: 15px;
    font-family: 'Franklin Gothic Book';
    font-weight: normal;
	font-style: italic;
}
#footer .mc4wp-form-fields input[type=submit]{
	height: 40px;
	background: #009f94;
	color: #fff;
	border-color: #009f94;
	width: 85px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	margin-left: -15px;
	font-family: 'Franklin Gothic Book';
    font-weight: normal;
	font-style: italic;
}
#footer .footer-right .footer-copyrights{
	font-family: 'Franklin Gothic Book';
    font-weight: normal;
	font-style: italic;
	color: #414042;
	font-size: 15px;
	margin-bottom: 10px;
}
.footer-item-wrap .social-wrap{
	margin-left: 40px;
}
.footer-item-wrap .social-wrap a{
	font-size: 20px;
	color: #414042;
	margin-right: 24px;
}
.footer-item-wrap .social-wrap,
.footer-item-wrap form,
.footer-item-wrap .mailchimp-title {
	display: inline-block;
	vertical-align: middle;
}
.footer-item-wrap{
	margin-bottom: 40px;
	position: relative;
}
.footer .mc4wp-response{
	position: absolute;
	bottom: -25px;
}
.footer .social-wrap{
	margin-bottom: 0;
}

/*Global Li Style*/
ul.item-count,
ol.item-count{
	list-style-type: none;
	counter-reset: item;
}
ul.item-count li,
ol.item-count li{
	position: relative;
	padding-left: 64px;
}
ul.item-count li:before,
ol.item-count li:before{
	counter-increment: item;
	content: counter(item)".";
	font-family: 'Futura Std';
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: #009f94;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	position: absolute;
	left: 0;
	margin-top: -5px;
}

ul.item-count li:nth-child(2n):before,
ol.item-count li:nth-child(2n):before{
	background: rgba(0,73,97,1);
}
ul.item-count li:nth-child(3n):before,
ol.item-count li:nth-child(3n):before{
	background: rgba(122,193,66,1);
}

ul.item-count li:nth-child(4n):before,
ol.item-count li:nth-child(4n):before{
	background: rgba(127, 201, 199,1);
}

ol.item-count li{margin-bottom: 40px}

.als-sec-banner-section {
	top: 50%;
	margin-top: -20px;
}
/*
 ======= default page css ========
 * */
.search-form .screen-reader-text{
	display: none;
}
.no-results.not-found {
    text-align: center;
}
.entry-summary p{
	font-size: 18px;
}
section#primary article{
	padding-bottom: 30px;
}
.navigation.posts-navigation a,
.navigation.post-navigation a{
	font-size: 22px;
}
.navigation.posts-navigation .nav-links{
	height:35px;
}
.navigation.posts-navigation .nav-links .nav-previous{
	float: left;
}
.navigation.posts-navigation .nav-links .nav-next{
	float: right;
}
.single .site-main{ padding: 40px 70px 0;}
.single .post-img{
	margin-bottom: 25px;
	/*max-height: 420px;*/
	overflow: hidden;
}
.single .page-header p{font-style: italic;} 
.single-post-content p{
	font-size: 18px;
}
.single-post-content a{ color: #009f94; font-weight: bold; }
.single-post-content a:hover{ border-bottom: 2px solid; }

.single-post-content a.triangle-btn{ color: #fff; } 
.single-post-content a.triangle-btn:hover{border-bottom: 0}

.has-sidebar:not(.error404) #primary {
		float: left;
		width: 64%;
	}

.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		margin-top: 28px;
		width: 30%;
}
#secondary .search-form input.search-field{
	height: 30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
font-size: 15px;
color: #414042;
line-height: 30px;
padding-left: 4px;
font-family: 'Franklin Gothic Book';
font-weight: normal;
font-style: italic;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
}
.widget-area > section { margin: 15px 0 35px; }
.widget-area ul > li{ list-style-type: none}
.widget-area ul { margin-left: 0 }
.widget-area ul li ul { margin-left: 18px}

.comment-respond, h3#comments{
	padding: 40px 0;
margin-bottom: 30px;
margin: 10px 0 0;
border-top: 2px solid #c6c5c6;
}
.comment-respond .required{color:red;}
.comment-respond label{display: inline-block; width: 100%; font-size: 16px; font-weight: bold;}
.comment-respond .comment-form-cookies-consent label,
.comment-respond .comment-form-cookies-consent input{
	width: auto;
    display: initial;    
}
.comment-respond .comment-form-cookies-consent label{
    font-size: 13px;
    font-weight: normal;
    margin-left: 6px
}

.comment-respond .comment-notes{
 font-size: 14px!important;
}
.comment-respond textarea, .comment-respond input{
	width: 100%;
	border: none;
	border-radius: 6px;
	min-height: 38px;
	padding: 10px;
	background: #ececec;
}
.comment-respond textarea{
    max-height: 100px;
}
.comment-respond input[type="submit"]{
    background-color: #063c4a;
	border: none;
	color: #fff;
}

ol.commentlist{ list-style-type: none }
ol.commentlist ul.children{
margin-left: 50px;
border-top: 1px solid #eaeaea;
padding-top: 20px;
list-style-type: none;
margin-top: 15px;
}
.comment-metadata {margin-bottom: 15px; }
.comment-metadata a{ font-size:12px;}
.comment-content p{font-size: 16px;}
.reply a{ text-transform: uppercase;
font-size: 12px;
letter-spacing: 2px;
color: #009f94; }