/* @override

	http://test.the-practice.net/arghyam/wp-content/themes/arghyam1.0/css/app.css
	http://arghyam.org/beta/wp-content/themes/arghyam1.0/css/app.css */

/*

	Arghyam

*/

@import url("https://fonts.googleapis.com/css?family=Droid+Serif|Open+Sans|Open+Sans+Condensed:300");

/*

	elements

*/

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left;
}

.off-canvas-content {
  background-color: #fff;
}

/*

	Typography

*/
.search h5 {
  font: 17px/21px "Droid Serif", serif;
  color: #000;
  margin-bottom: 1rem;
}
body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Droid Serif", serif;
}

h4 {
  font-family: "Open Sans", sans-serif;

  font-weight: 800;

  font-size: 1.4rem;
}

h5,
h6 {
  font-family: "Open Sans Condensed", sans-serif;
}

.menu a,
footer {
  color: #00adee;
}

h1.site-branding {
  margin-bottom: 0;
  font-size: 2.2rem;
  color: #009aff;
}

h1.page-title,
h1.entry-title {
  text-transform: uppercase;
  color: #155d83;
  margin: 0 0;
}
h3.entry-title {
  text-align: center;
  text-transform: capitalize;
}

h4.relatedHeader {
  text-align: center;
  text-transform: uppercase;
}

h4.sectionTitle,
h4.widget-title {
  text-transform: uppercase;
  text-align: center;
  color: #155d83;
  margin: 20px 0;
}

.single h4.widget-title {
  text-align: left;
}
.author {
  font-family: serif;
  font-weight: bold;
}
.sectionTitle {
  color: #155d83;
}

.seeAll {
  background-color: #eb6d24;

  color: #fff;

  border-radius: 15px;

  padding: 0.4rem 1rem;

  text-transform: uppercase;

  font-weight: bold;

  font-size: 0.8rem;
}

.seeAll:hover,
.seeAll.blue:hover {
  background-color: #ad511b;

  color: #fff;
}
.seeAll.blue:hover {
  background-color: #EB6D24b;
  color: #fff;
}
a.seeAll.blue {
  margin-bottom: 5px;
  background: #009aff;
  padding-bottom: 5px;
  padding-top: 7px;
}

.desc {
  font-size: 0.8rem;
  color: #9c9c9c;
  padding-left: 1rem;
}

span.time {
  text-transform: uppercase;

  color: #000;

  font-size: 0.8rem;
}

.masonry-css-item a.post_title {
  color: #000;
}
.page-template-page-about .accordion-item a {
  background-color: #eb6d24;
  color: #fff !important;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  display: inline-block;
}
.page-template-page-about .accordion {
  border: none;
}
.page-template-page-about .accordion-item .accordion-title:before {
  display: none;
}
.careerBorder {
  margin: 0.5rem 0;
}
.recordNum {
  font-size: 2em;
}

.unit {
  font-size: 1em;
}

.totGrant,
.totStates,
.totProjects,
.totBeneficiaries {
  text-transform: uppercase;
}

/*

	Desktop Header

*/

.top-bar,
.top-bar ul {
  background-color: #ffffff;

  padding-bottom: 0;
}

.top-bar ul#left-menu {
  border-top: 2px solid #f26e26;
}

.socialIconGroup input#s {
  border-radius: 20px;

  border-color: #155d83;

  padding: 0.3rem;

  padding-left: 2rem;

  height: auto;

  font-size: 0.8rem;

  max-width: 180px;

  margin: 0 0;

  background: url(../image/search-128.png)
    no-repeat center left / contain;
}
#off-canvas input#s {
  border-radius: 20px;
  border-color: #fff;
  padding: 0.3rem;
  padding-left: 2rem;
  height: auto;
  font-size: 0.8rem;
  max-width: 89%;
  margin: 0 auto 1rem;
  background: transparent;
  color: #ffffff;
}
.socialIconGroup #searchsubmit,
#off-canvas #searchsubmit {
  display: none;
}

.socialIconGroup a {
  float: right;
}

.top-bar hr {
  margin: 0 0;

  float: right;

  width: 58rem;

  border-color: #f26e26;
}
.sticky-top-bar a {
  text-transform: uppercase;
}
.top-bar .menu a {
  text-transform: uppercase;
  padding-bottom: 1.5rem;

  margin-top: 0;

  margin-bottom: 0;

  padding-top: 0.9rem;

  margin-right: 0.55rem;
}

.top-bar .menu a:hover {
  background-color: #c6eafa;
}

#top-menu {
  padding: 20px 0 10px;
}

.top-bar #top-menu.menu a {
  margin: 0 0;
  padding: 0.2rem;
}
.top-bar #top-menu.menu a.callToAction {
  background-color: #00adee;
  color: #fff;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 7px;
}
.top-bar #top-menu.menu a.callToAction:hover {
  background-color: #08a1da;
}
.blueRibbon .icon img {
  display: block;
  float: right;
  max-height: 48px;
}
.responsiveMenu .site-branding img {
  padding: 10px;
  max-height: 45px;
}
.top-bar .menu .active > a {
  color: #fff;

  background-color: #00adee;
}

nav .searchContainer {
  padding: 7px 0;
}
form#searchform label {
  display: none;
}
#off-canvas form#searchform label {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  margin-left: 1rem;
  margin-top: 1rem;
}
/*
	Search
*/
.search header h1 {
  text-align: center;
}
.search h4 {
  color: #000;
}
.search .tag {
  background-color: #dff5ff;
  padding: 6px 15px;
  border-radius: 15px;
  font-size: 0.8rem;
}
.search a.list:hover .tag {
  background-color: #007eb8;
  color: #fff;
}
.search .list {
  display: block;
  /*margin-bottom: 1rem; */
  padding-bottom: 1rem;
}
.search .list .row {
  border-bottom: 1px dashed #bdbdbd;
  padding-bottom: 0.5rem;
}
.search .image {
  border-bottom: 2px solid #f26e26;
}
.search .list img {
  width: 100%;
}
/*
	sticky header
*/
.sticky-top-bar {
  background-color: #fff;
  box-shadow: 0px 2px 7px #bdbdbd;
  display: none;
}
.sticky-top-bar.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 100;
}
.sticky-top-bar .logo {
  max-height: 40px;
  padding: 6px;
}
/*
	Map
*/
#map_wrapper {
  height: 400px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

/*
	category archive
*/
.category-header {
  background: #c6eafa
    url(../image/water_bg_revert.jpg) repeat-x
    center bottom;

  margin-bottom: 30px;

  padding: 35px 0;

  text-align: center;
}

/*

	responsive navigation

*/

.menu.vertical .sub-menu {
  padding-left: 0.9375rem;
}

.menu.vertical .sub-menu li {
  display: block;
}

.off-canvas {
  background-color: transparent;
  position: fixed;
  top: 0;
}

.off-canvas .menu a {
  color: #fff;
}

.off-canvas .menu .active > a {
  background-color: #0e405a;
}

.off-canvas-wrapper {
  background-color: #155d83;
}

/*

	Home Page

*/

.fullscreenBanner {
  background: url(../../../uploads/2018/04/homepage.jpg) center center
    no-repeat #fff;

  min-height: 600px;

  position: relative;
  margin-bottom: 0px !important;
}

.fullscreenBanner .BannerTitle {
  position: absolute;

  bottom: 20px;

  color: #fff;

  font-size: 30px;

  padding: 30px 0;

  width: 100%;

  text-align: center;
}

.callToAction {
  text-transform: uppercase;

  padding: 25px 0;

  width: 100%;

  margin-bottom: 0;

  font-size: 1.3rem;

  font-weight: bold;
}

.blueRibbon {
  background: #c6eafa
    url(../image/water_bg_revert.jpg) repeat-x
    center top / contain;

  padding: 50px 0;

  color: #155d83;
}

.totGrant,
.totBeneficiaries {
  background-color: #2593d0;

  color: #fff;

  padding: 20px;
}

.totProjects,
.totStates {
  background-color: #fff;
  padding: 15px;
}

.focusAreaSection a.fa_button {
  text-transform: uppercase;

  padding: 25px 0;

  background-color: #bdbdbd;

  margin-bottom: 25px;

  display: block;
}

.feedSection {
  background-color: #addfea;

  padding: 50px 0;
}

.map {
  background: url(../image/new-map.png) center
    center #ffffff;
  min-height: 320px;
  border: 1px solid #00adee;
}

/*



	card Archive



*/

.category-project .card-container,
.category-programs .card-container,
.page-template-page-allPartners .card-container,
.category-resources .card-container {
  padding-top: 0;
}

.home .card-container {
  min-height: 1px;
}

.card-container {
  padding: 2em 0 2em;

  background: url(../image/pattern_2.jpg)
    repeat-x bottom left/ contain;

  min-height: 720px;
}
.page-id-8 .card-container {
  padding: 0em;
}

.card-container header,
.search #inner-content header {
  background: #c6eafa
    url(../image/water_bg_revert.jpg) repeat-x
    center top / contain;

  padding: 2em 0;

  margin-bottom: 2em;
}
.category-project .card-container header, .category-programs .card-container header {
  margin-bottom: 0;
}
.page .card-container header,
.tax-focus_area .card-container header {
  background-image: none;

  padding-left: 0.9375rem;

  padding-right: 0.9375rem;
}

.card-container .grid header {
  margin-bottom: 0;
}

.card-container h4.sectionTitle {
  /*margin-bottom: 1em;
	margin-top: 1em;*/
}

.category-project .card-container h4.sectionTitle,
.category-programs .card-container h4.sectionTitle,
.page-template-page-allPartners .card-container h4.sectionTitle {
  /*margin-bottom: 0;*/
}

.allPartners {
  margin-top: 2rem;
}

.card {
  margin-bottom: 40px;
}

.allPartners .card {
  margin-bottom: 10px;

  padding-top: 10px;
}

.card .article-header {
  min-height: 1px;

  background-color: transparent;

  background-image: none;

  padding-bottom: 0;

  color: #a0a0a0;

  margin-top: 1rem;
}

.card.with-frame .article-header {
  margin-top: 1.5rem;
}

.card.with-frame {
  background-color: #fff;

  box-shadow: 0px 3px 13px -3px #bdbdbd;
}

.card.with-frame header,
.card.with-frame section,
.card.with-frame footer {
  padding-left: 30px;

  padding-right: 30px;
}

.card.with-frame footer {
  padding-bottom: 30px;
}

.partner a {
  color: #e1e1e1;

  display: block;
}

.single #projectColumn p {
  text-align: justify;
}
.feedImage {
  margin-bottom: 2rem;
}
#recent-posts-2 {
  padding-top: 0;
}
#recent-posts-2 h4.widget-title {
  margin-top: 0;
}
.partner a:hover {
}

.partner p {
  font-size: 0.9rem;

  color: gray;

  line-height: 1rem;
}
p.partner_desc {
  color: #1c6078;
  margin: 40px 0 0;
  font-size: 0.8rem;
}
.partner_info {
  margin-bottom: 50px;
}

.responsive-logo {
  background: #fff;

  padding: 0.9375rem;
}

.responsive-logo img {
  margin: 0 auto;

  display: block;
}

/*

	About Page

*/

.page-template-page-about .featuredImage {
  color: #fff;
  /*min-height: 300px;*/
  margin-bottom: 20px;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.boardAdvisorsContainer {
  background-color: #c6eafa;

  padding-top: 50px;

  padding-bottom: 50px;

  margin-top: 40px;
}

.boardAdvisors .columns {
  max-width: 287px;
}
.boardAdvisors h5 {
  margin-bottom: 0;
  margin-top: 7px;
}

.boardAdvisors p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #7e83a0;
}
.teamArghyam h3 {
  font-size: 1.3rem;
}
.teamArghyam h6 {
  font-size: 1.2rem;
}

.teamArghyam .info {
  margin-bottom: 50px;
}

.teamContainer {
  background: url(../../../../../wp-content/uploads/2018/04/about.jpg) no-repeat center top /
    cover;

  color: #fff;
}

.teamOverlay h4 {
  color: #fff;
}

.teamOverlay {
  background-color: rgba(0, 107, 0, 0.45);

  padding: 40px 0;

  text-align: center;
}

.careerAbout .row {
  padding: 40px 0;
}
.careerAbout .jobs {
  padding-top: 0;
}
.boardAdvisors .columns {
  cursor: pointer;

  text-align: center;
}

/*



	Grid Archive



*/

.category-project .featuredImage,
.category-programs .featuredImage,
.page-template-page-allPartners .featuredImage,
.page-template-page-focusArea .featuredImage,
.category-resources .featuredImage,
.archive.tax-focus_area .featuredImage {
  margin-bottom: 0;
}

.archive.tax-focus_area li.menu-item-12 a {
  color: #fff;

  background-color: #00adee;
}

.page-template-page-fullwidth .featuredImage {
  margin-bottom: 1rem;
}

.page-template-page-fullwidth .entry-content {
  margin-bottom: 2rem;
}

.category-project .taxonomy-description,
.category-programs .taxonomy-description,
.page-template-page-allPartners .article-header p,
.category-resources .article-header p {
  color: #fff;

  padding-top: 1em;
}

.tax-focus_area .category-project .taxonomy-description,
.tax-focus_area .category-programs .taxonomy-description {
  color: #000;

  padding-top: 0;
}

.category-resources .featuredImage .article-header,
.category-project .featuredImage .article-header,
.category-programs .featuredImage .article-header,
.page-template-page-allPartners .featuredImage .article-header,
.page-template-page-about .featuredImage .article-header,
.page-template-page-grant2 .featuredImage .article-header {
  width: 80%;
  margin: 15% auto 0;
}

.category-project .featuredImage,
.category-programs .featuredImage,
.category-resources .featuredImage,
.page-template-page-allPartners .featuredImage {
}

.grid-container {
  padding: 5em 0;

  background-color: #f2f2f2;
}

.resc {
  margin-bottom: 1rem;
  border-bottom: 1px dashed #bdbdbd;
  padding-bottom: 1rem;
  height: 100px;
}

.grid {
  background-color: #bdbdbd;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  overflow: hidden;

  height: 25vh;

  margin-bottom: 28px;
}
.grid .grid .article-header {
  height: auto;

  background-color: transparent;
}

.grid-uncollapse article.post {
  margin: 0.9375rem 0;
}

/*



	List archive



*/

.list-container {
  padding: 5em 0;

  background-color: #f2f2f2;
}

.post-frame article.post {
  background-color: #fff;

  margin: 0.9375rem 0;

  box-shadow: 0px 3px 13px -3px #bdbdbd;

  padding-bottom: 1.5rem;
}

.post-without-frame article.post {
  margin-bottom: 3.5rem;

  padding-bottom: 1.5rem;
}

.list-container .featured-image {
  min-height: 45vh;

  background: #bdbdbd none no-repeat center center/cover;
}

.list-container .article-header {
  min-height: 1px;

  background-color: transparent;

  margin-top: 1.5rem;
}

.list-container .post-without-frame .article-header {
  margin-top: 0.7rem;
}

.post-frame header.article-header,
.post-frame section.entry-content,
.post-frame footer.article-footer {
  padding-left: 30px;

  padding-right: 30px;
}

.list-container .byline {
  color: #ccc;
}

/*



	Sidebar



*/

.widget {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sticky-sidebar .widget {
  background-color: #edebec;
  color: #155d83;
  font-weight: bold;
}
.sticky-sidebar .widget .small-4 {
  border-right: 1px solid #155d83;
}
.single .category-project .widget.partnerWidget h6.subheader,
.single .category-programs .widget.partnerWidget h6.subheader {
  text-transform: uppercase;
  color: #1f5c83;
  border-bottom: 2px solid #ff6400;
  font-weight: bold;
}
.widget.partnerWidget {
  border: none;
  background-color: #fff;
}
.widget.locationWidget img,
.widget.durationWidget img {
  max-height: 43px;
}
.widget.locationWidget .small-10,
.widget.durationWidget .small-10 {
  padding-top: 10px;
}
footer .widget {
  border-bottom: none;
}

.widget ul {
  margin-left: 0;

  margin-bottom: 0;
}
.widget_recent_entries li {
  list-style: none;
  border-bottom: 1px dashed #bdbdbd;
  padding: 0.5rem 0;
}
footer .menu li,
.widget-title {
  text-transform: uppercase;
}

/*

	Featured Images

*/

.masonry-css .featuredImage {
  min-height: 1px;

  margin-bottom: 0;
}

.featuredImage {
  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  min-height: 180px;

  text-align: center;

  margin-bottom: 100px;

  position: relative;
}

.featuredImage .article-header {
  margin-top: 15%;
}

.page-template .featuredImage .article-header,
.page-template-page-focusArea .featuredImage .article-header,
.tax-focus_area .featuredImage .article-header,
.page-template-page-fullwidth .featuredImage .article-header {
  /*	left: 18%;

    top: 40%;*/
  margin-top: 15%;
}

.featuredImage .entry-title {
  background-color: #f26e26;

  color: #fff;

  padding: 7px 40px;

  text-transform: uppercase;

  font-size: 1.2em;

  display: inline-block;
  border-radius: 7px;
}

.filterProject {
  margin-bottom: 1rem;
}
.submitButton button {
  margin-top: 1.5rem;
}
.partnerList li div.small-10 {
  font-size: 0.8em;
  margin-bottom: 5px;
  padding-bottom: 7px;
  padding-top: 3px;
  border-bottom: 1px dotted #b0b0b0;
  text-transform: uppercase;
  padding-left: 0px !important;
}
.partnerList {
  margin-left: 0;
  list-style-position: inside;
}
.partnerList li {
  border-bottom: 1px dashed #bdbdbd;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: normal;
}

/*

	Partner page

*/
.relatedPosts.columns:last-child:not(:first-child) {
  float: none;
}
.relatedProjectsContainer .relatedPosts.columns:last-child:not(:first-child) {
  float: left;
}
.category-resources
  .allPosts
  .relatedPosts.columns:last-child:not(:first-child),
.category-resources
  .allPosts
  .relatedPosts.columns:last-child:not(:first-child) {
  float: none;
}
.allPosts .relatedPosts.columns:last-child:not(:first-child),
.allPosts .relatedPosts.columns:last-child:not(:first-child) {
  float: left;
}
.relatedPosts .grid {
  height: 35vh;
  border-bottom: 7px solid #63cbd6;
  position: relative;
}

.relatedPosts h5,
.single .category-project .relatedPosts h5,
.single .category-programs .relatedPosts h5 {
  line-height: 1.5rem;

  font-weight: 700;
}

.relatedPosts a.post_title,
.single .relatedPosts a.post_title {
  color: #fff;
  text-shadow: 1px 1px 2px #434343;
}

.category-resources .relatedPosts h5 {
  font-weight: bold;
}

.category-resources .relatedPosts h5 a {
  color: #145d82;
}

.category-resources .relatedPosts img {
  max-height: 80px;

  overflow: hidden;

  display: block;

  margin: 0 auto;
}

.category-resources .allPosts li {
  padding-bottom: 10px;
  border-bottom: 1px dotted gray;
}
.archive.category-resources .allPosts h6 a {
  font-weight: bold;
  color: #007dac;
}

.archive.category-project .allPosts,
.archive.category-programs .allPosts {
  min-height: 600px;
  margin-left: 0;
}

.allPosts li {
  list-style: none;
  margin-bottom: 30px;
}
.allPosts .projectx {
  border-bottom-color: #ee7026;
}

.category-project .relatedPosts h5,
.category-programs .relatedPosts h5  {
  color: #125e75;

  font-weight: 700;
}

.editLink {
  display: none;
}
.logged-in .editLink {
  display: block;
}

.category-project .relatedPosts .partner,
.category-programs .relatedPosts .partner {
  color: #808080;
}

.category-project .relatedPosts .state,
.category-programs .relatedPosts .state {
  color: #f26e26;
  font-family: serif;
  font-style: italic;
  font-size: 1rem;
}
.relatedPosts .focus_area_card {
  color: white;
  font: bold 0.9rem "Open Sans";
  text-transform: uppercase;
}
.category-project .relatedPosts .status,
.category-programs .relatedPosts .status {
  color: #145d82;
  text-transform: uppercase;

  padding-left: 1rem;

  font-weight: bold;

  font-size: 0.9rem;
}
.projside .status {
  font-weight: bold;
  color: #737797;
}
.projside .durationWidget {
  font-weight: bold;
  color: #737797;
}

.partnerWidget h6 {
}
.category-project .relatedPosts hr,
.category-programs .relatedPosts hr {
  border-bottom-color: #808080;

  margin: 0.5rem 0;
}

.category-project .allPosts .relatedPosts img,
.category-programs .allPosts .relatedPosts img {
  max-height: 130px;
  overflow: hidden;

  width: 100%;
}

.relatedPosts .state,
.single .category-project .relatedPosts .state,
.single .category-programs .relatedPosts .state {
  color: #fff;
}

.category-project .listPartners,
.category-programs .listPartners {
  font-size: 0.8rem;

  border-bottom: 1px dashed #dedede;

  padding-bottom: 0.7rem;

  margin-bottom: 0.7rem;
}

.tax-partner .category-header {
  /*padding-top: 0;*/
}

.allPartners article.partner {
  margin-bottom: 0.9375rem;

  /*position: relative;*/
}

.allPartners .frame {
  display: block;

  border: 1px solid #c5c5c5;

  padding-top: 0.9375rem;

  padding-bottom: 0.9375rem;

  background-color: #fff;
  height: 150px;
}

/*

	Focus Area

*/

.fa-item-group img {
  display: block;

  margin: 0 auto;
  font-weight: bold;
}

.fa-item {
  text-transform: uppercase;

  text-align: center;

  color: #8a8a8a;
  margin-top: 15px;
}
.fa-item-group p {
  display: none;
}

.waterSecurityChild {
  text-transform: uppercase;

  background-color: #f26e26;

  color: #fff;

  border-radius: 25px;

  padding: 0.6rem 1rem;

  display: table;

  margin-top: 20px;
}

.waterSecurityChild.back {
  background-color: #0da914;
  margin-top: 0;
}

.waterSecurityChild:hover {
  color: #fff;
  background-color: #b2450a;
}

.waterSecurityChild.active {
  background-color: #bdbdbd;
}

.fa-item-group a {
  padding-bottom: 15px;

  display: block;

  padding-top: 15px;
}

/* Grant Page */
#panel1 {
  border-bottom: 0px solid #bdbdbd;
  padding-top: 30px;
  padding-bottom: 0px;
}
#panel2 {
  padding-top: 0px;
}
#panel3 {
  background-color: #f8f8f8;
  margin-top: 30px;
  padding-top: 15px;
}
#panel3 a {
  color: #000;
}
a.accordion-title {
  font-size: 1em;
  font-weight: bold;
  color: #eb6d36 !important;
}

#panel3 p {
  margin: 0;
}
#panel4 {
  border-bottom: 0px solid #bdbdbd;
  padding-bottom: 0px;
}
#panel5 {
  padding-top: 10px;
}
.grantPage h4 {
  color: #155d83;
}
.row2 h5 {
  color: #37b43c;
  font-weight: bold;
}
.row2 {
  color: #6e6c6c;
  font-size: 0.9rem;
}
.application {
  padding: 1.2rem 0;
  background-color: #00aa53;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}
.application a {
  color: #fff;
}
.application.opened {
  display: none;
}
/*
	Scroll top arrow
*/
.scrollTopButton,
.scrollTopButton:focus,
.scrollTopButton:active {
  background-color: #e86256;
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}
/*
	New Grant page
*/
.page-template-page-grant2 .featuredImage {
  position: relative;
  margin-bottom: 50px;
  background-position-y: bottom;
}
.page-template-page-allPartners .featuredImage,
.category-project .featuredImage,
.category-programs .featuredImage {
  position: relative;
}
.page-template-page-grant2 .featuredImage .entry-title {
  margin-bottom: 2rem;
}
.page-template-page-grant2 .featuredImage .article-header,
.page-template-page-allPartners .featuredImage .article-header,
.category-project .featuredImage .article-header,
.category-programs .featuredImage .article-header {
  position: relative;
  z-index: 100;
}
.page-template-page-grant2 .featuredImage:after,
.page-template-page-allPartners .featuredImage:after,
.category-project .featuredImage:after,
.category-programs .featuredImage:after {
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 70.2%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -moz-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 70.2%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 70.2%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.blueBG {
  background: #c6eafa;
  padding: 2rem 0;
  margin-top: 2rem;
}
.whitePattern {
  background: url(../image/pattern_2.jpg)
    repeat-x bottom left/ contain;
  background-attachment: fixed;
  padding: 2rem 0;
}
/*



	Masonry View : Used in default archives like Feed



*/

.feedPublication {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.7em;
  font-size: 0.8rem;
}
.feedTime {
  margin-top: 1em;
  font-size: 0.8rem;
}
.masonry-css {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 25px;
}

.masonry-css-item {
  -webkit-column-break-inside: avoid;

  page-break-inside: avoid;

  break-inside: avoid;

  margin-bottom: 1rem;
}

.masonry-css-item .featuredImage img {
  width: 100%;
}

.masonry-css-item.format-standard {
  border-bottom-color: #ee7026;
}

.masonry-css-item.format-video {
  border-bottom-color: #3fab46;
}

.masonry-css-item .article-header {
  padding: 15px;
  background: #fff;
  border-bottom: 3px solid #ee7026;
}

.columns.feed-grid-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/*

	Footer

*/

.mainfooter {
  border-top: 2px solid #f26e26;
  background-color: #f0f4f6;
}

footer .menu a {
  border-bottom: 2px solid transparent;

  padding: 0.5rem;

  letter-spacing: 0.009rem;
}

footer .menu .active > a {
  background-color: transparent;

  border-bottom-color: #155d83;

  color: #155d83;
}

.applyForGrant {
  /*padding: 20px 43px;

    display: inline-block;

    margin: 15px 0;*/
  background-color: #f26e26 !important;
  color: #fff;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  margin-top: 10px;
}
#example-tabs .tabs-title a {
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 10px 15px;
}
#example-tabs .tabs-title.is-active a {
  font-weight: bold;
}

/*

	Single

*/
.single .category-project .widget h6.subheader,
.single .category-programs .widget h6.subheader {
  color: #ff6400;
  font-family: "Open Sans";
  margin-bottom: 0;
  font-weight: normal;
}

.single .category-project .widget .focus_area,
.single .category-programs .widget .focus_area {
  text-transform: uppercase;
  color: #bdbdbd;
  line-height: 1em;
  font-size: 1.3em;
  display: block;
  font-weight: bold;
}
.focus_area_logo.gw-sanitation-nexus {
  background: url("../image/gw.png") no-repeat
    center center;
  background-size: contain;
  height: 50px;
  width: 50px;
}
.focus_area_logo.water-security {
  background: url("../image/watsec.png")
    no-repeat center center;
  background-size: contain;
  height: 50px;
  width: 50px;
}
.focus_area_logo.participatory-groundwater-management {
  background: url("../image/watsec.png")
    no-repeat center center;
  background-size: contain;
  height: 50px;
  width: 50px;
}
.focus_area_logo.water-conflicts {
  background: url("../image/watcon.png")
    no-repeat center center;
  background-size: contain;
  height: 50px;
  width: 50px;
}
.focus_area_logo.water-quality {
  background: url("../image/watq.png") no-repeat
    center center;
  background-size: contain;
  height: 50px;
  width: 50px;
}
.focus_area_logo.rural-sanitation {
  background: url("../image/rs.png") no-repeat
    center center;
  background-size: contain;
  height: 50px;
  width: 50px;
}
.focus_area_logo.urban-watsan,
.focus_area_logo.watsan {
  background: url("../image/uws.png") no-repeat
    center center;
  background-size: contain;
  height: 50px;
  width: 50px;
}
.whiteBG {
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
  max-width: 70px;
  max-height: 70px;
}
.focus_area .whiteBG {
  padding: 0.3rem;
  min-height: 50px;
}
.resourceList a {
  color: #155d83;
}
.teamIntro {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.whiteBG img {
  margin: 0 auto;
  display: block;
}
.single header.article-header,
.searchFilter {
  background: #c6eafa
    url(../image/water_bg_revert.jpg) repeat-x
    center bottom / contain;

  padding: 2rem 0;

  margin-bottom: 3rem;
}

.singleFeaturedImage {
  float: none;
  margin: 1rem auto;
  border: 5px solid #ee4a00;
}
.singleFeaturedImage > img {
  width: 100%;
}
.single .category-project .entry-content,
.single .category-programs .entry-content {
  padding: 0 1rem;
}
.entry-content h3,
.teamArghyam h3 {
  color: #ff6400;
}
.output {
  background-color: #f5f3f4;
  border: 1px solid #ff6400;
  padding: 2rem;
  font-size: 0.9rem;
  color: #3c3b3b;
}
.output h3 {
  font-size: 1.5rem;
}
.output:before,
.output:after,
.singleFeaturedImage:before,
.singleFeaturedImage:after {
  clear: both;
  content: "";
  display: block;
}
.article-footer h4.sectionTitle {
  padding-bottom: 10px;
}

.single footer.article-footer header.article-header,
.relatedPosts header.article-header {
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 70.2%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -moz-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 70.2%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 70.2%,
    rgba(0, 0, 0, 0.65) 100%
  );
  padding: 2em;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*

	Navigation

*/
.page_navigation {
}

.navigation {
  margin: 3em 0em 2em 0;

  float: left;
  width: 50%;
  display: block;
}

.navigation a {
  padding: 8px 10px;
  margin: 0 20px;
  border-radius: 5px;
  background-color: #f26e26;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.previous.navigation a {
  float: left;
}
.next.navigation a {
  text-align: right;
  float: right;
}

.navigation a:hover {
}
.partnerImage img {
  max-height: 70px;
  /*max-width: 190px;*/
  display: block;
  margin: 0 auto;
}
.category-project .taxonomy-description p,
.category-programs .taxonomy-description p {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.single .partner {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #bdbdbd;
  min-height: 65px;
}
.single .partner img {
  margin-right: 0.5rem;
  max-width: 48px;
}
/* Small only */

@media screen and (max-width: 39.9375em) {
  .archive.category-project .row.projectx .imgwrapper,
  .archive.category-programs .row.projectx .imgwrapper {
  }
  .masonry-css {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .fa-item-group .columns:last-child,
  .relatedProjectsContainer .columns:last-child {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .category-project .allPosts .relatedPosts img,
  .category-programs .allPosts .relatedPosts img {
    max-height: none;
  }
  .single header.article-header,
  .searchFilter {
    background-position: center top;
  }
  .partnerName {
    text-align: center;
    margin-top: 1rem;
  }
  .allPartners .card {
    left: 8% !important;
  }
  .category-project .listPartners,
  .category-programs .listPartners {
    border: none;
  }
  .projectx .columns {
    background-color: #f7f7f7;
  }
  .projectx .columns.medium-9 {
    border: 1px solid #bdbdbd;
    border-top: none;
    border-bottom: 5px solid #ee7026;
    padding: 1rem;
  }
  .reveal {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .page-template-page-about .reveal img {
    margin-bottom: 1rem;
  }
  .menu-widget .top-bar-left {
    float: none;
  }
  .menu-widget #footer-menu {
    max-width: 46%;
    margin: 0 auto;
  }
  .menu-widget #footer-menu a {
    text-align: center;
  }
  .mainfooter .textwidget {
    text-align: center;
  }
  .featuredImage .entry-title {
    font-family: "Droid Serif", serif;
    padding: 7px 1rem;
  }
  h1 {
    font-size: 1.5rem;
  }
  .partnerImage img {
    max-width: 190px;
  }
  .entry-content h3,
  .teamArghyam .entry-content h6 {
    text-align: center;
  }
  .sticky-sidebar .widget {
    margin-right: 0.54rem;
  }
  .about_application .seeAll {
    display: block;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .waterSecurityChild {
    margin-right: auto;
    margin-left: auto;
  }
  .output {
    margin-bottom: 1rem;
  }
  .partner_info .taxonomy-description {
    text-align: center;
  }
}

/* Medium and down */
@media screen and (min-width: 40em) and (max-width: 64em) {
  label {
    font-size: 0.75rem;
  }
  h1 {
    font-size: 2rem;
  }
  .output {
    margin-bottom: 1rem;
  }
  .single .sticky {
    margin: 0 auto;
    position: static;
    max-width: 400px !important;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .focus_area_logo {
    padding-top: 0;
  }
  .single .category-project .entry-content,
  .single .category-programs .entry-content {
    padding: 0;
  }
  .fa-item-group a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .article-header .columns {
  }
  .article-header h1.entry-title {
    padding-top: 0;
  }

  .category-project .grid,
  .category-programs .grid,
  .category-resources .grid {
    min-height: 35vh;
  }

  .grid .article-header {
    position: absolute;

    bottom: 0;

    padding: 1em 2em;

    width: 100%;

    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.62) 70.2%,
      rgba(0, 0, 0, 0.65) 100%
    );

    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.62) 70.2%,
      rgba(0, 0, 0, 0.65) 100%
    );

    background: linear-gradient(
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.62) 70.2%,
      rgba(0, 0, 0, 0.65) 100%
    );
  }

  .category-project .featuredImage .article-header,
  .category-programs .featuredImage .article-header,
  .page-template-page-allPartners .featuredImage .article-header {
  }

  .featuredImage .article-header,
  .page-template-page-focusArea .featuredImage .article-header,
  .page-template-page-fullwidth .featuredImage .article-header {
    /*left: 32%; top: 40%;*/
  }

  .masonry-css {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .featuredImage {
    min-height: 280px;
  }

  .featuredImage .entry-title {
    font-size: 2rem;
  }

  .allPartners .frame {
    margin-right: 0.9375rem;
    height: 128px;
  }
  .page-template-page-about .featuredImage .row {
    margin-top: 40px;
  }
  .page-template-page-about .featuredImage {
    /*min-height: 640px;*/
    margin-bottom: 50px;
    padding-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .widget.locationWidget img,
  .widget.durationWidget img {
    max-height: none;
  }
  .widget.locationWidget .small-10,
  .widget.durationWidget .small-10 {
    padding-top: 0px;
  }
  .allPartners .frame:hover {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
      0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
      0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  }
  .allPartners .frame:hover:before,
  .allPartners .frame:hover:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
  }
  .allPartners .frame:hover:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
  }
  .relatedPosts .grid {
    height: 290px;
  }
  .page-template-page-grant2 .featuredImage:after {
    height: 300px;
  }
  .allPosts .projectx {
    border-bottom: 5px solid #ee7026;
    padding: 1rem 0;
    background-color: #f7f7f7;
  }
  .singleFeaturedImage {
    float: right;
    margin-left: 15px;
    margin-bottom: 1rem;
    margin-right: 0;
    margin-top: 0;
    max-width: 500px;
  }
  .category-resources .singleFeaturedImage {
    float: left;
    margin-left: 0;
    margin-right: 15px;
  }
  .category-resources .singleFeaturedImage:before,
  .category-resources .singleFeaturedImage:after,
  .category-resources p:before,
  .category-resources p:after {
    clear: both;
    display: block;
    content: "";
  }
}

.fa-item-group .columns {
  margin-bottom: 20px;
}

/* Large and up */
@media screen and (min-width: 64em) {
  .search .list .row:nth-child(odd) {
    margin-right: 1rem;
  }
  .fa-item-group a.active,
  .fa-item-group a:hover,
  .fa-item-group a:active {
    background-color: rgba(159, 196, 210, 0.63);
  }
  .fa-item-group a {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .masonry-css {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .featuredImage,
  .tax-focus_area .category-project .featuredImage,
  .tax-focus_area .category-programs .featuredImage,
  .tax-focus_area .category-resources .featuredImage,
  .category-project .featuredImage,
  .category-programs .featuredImage,
  .category-resources .featuredImage {
    min-height: 500px;
  }
  .page-template-page-grant2 .featuredImage:after {
    height: 400px;
  }
  .allPartners .frame {
    height: 122px;
  }
}

.page-template-page-focusArea .accordion-item a {
  background-color: #eb6d24;
  color: #fff !important;
  border-radius: 15px;
  padding: 0.4rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  display: inline-block;
}
.page-template-page-focusArea .accordion {
  border: none;
}
.page-template-page-focusArea .accordion-item .accordion-title:before {
  display: none;
}
