/*globally css*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004F5D;
  line-height: 100%;
}

h1 {
  font-size: 60px;
  line-height: 99px;
}

h2 {
  font-size: 49px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;

}

h3 {
  font-size: 25px;
  line-height: 31px;
  font-weight: 600;
}

h4 {
  font-size: 21px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}
h1.page-header{
  font-size: 48px;
  line-height: 68px;
  font-weight: 700;
  border-bottom: 0px;
}
a {
	color: #004F5D;
	cursor: pointer;
  transition: all .3s;
}
a:hover,
a:focus {
  color: #004F5D;
}
.nav>li>a:hover,
.nav>li>a:focus { 
  background: none; 
}
.nav>li>a {
  line-height: 28px;
  text-transform: inherit;
  border: 0px;
  border-radius: 0px;
  background: none;
}
img {
  max-width:100%;
  height: auto;
}
.breadcrumb {
  padding: 0px;
  margin-bottom: 10px;
  background-color: transparent;
}
.breadcrumb > .active {
  color: #004F5D;
  font-weight: 600;
}
.g-recaptcha {
  margin-bottom: 15px;
}
.container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}
/*pager*/
li.pager__item.pager__item--first,
li.pager__item.pager__item--previous,
li.pager__item.pager__item--next {
  display: none;
}
.pagination > li > a, .pagination > li > span {
  color: #004F5D;
  background-color: transparent;
  border: none;
  padding: 7px 0px;
  margin: 0 7px;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  color: #004F5D;
  background-color: transparent;
  font-weight: 700;
  border-bottom: 5px solid #6CA93D;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span, 
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
  font-weight: 700;
  border-radius: 0px;
}
li.pager__item.pager__item--last a {
  background: url(../images/arrow-right.svg) no-repeat right;
  padding-right: 20px;
  margin-left: 30px;
  background-size: 12px;
}
.btn-primary {
  background-color: #FFCB05;
  border-color: #FFCB05;
  font-weight: 700;
  border-radius: 50px;
  padding: 7px 22px;
  font-size: 16px;
  line-height: 33px;
  color: #2C2C2C;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover{
  background-color: #FFCB05;
  border-color: #FFCB05;
  box-shadow: none;
}
.btn-primary a{
  color: #2C2C2C !important;
}
.btn-primary a:hover,
.btn-primary a:focus,
.btn-primary a:active,
.btn-primary a:active:hover{
  text-decoration: none;
}
.footer-social-link span,
.footer-social-link-section span{
  display: none !important;
}
.path-search .form-control {
  height: 49px;
}
.search-block-form{
  display: none;
  position: absolute;
  top: -5px;
  right: 55px;
  width: 550px;
}
.search-block-form .form-control {
  height: 49px;
  border-radius: 0px;
  border: 1px solid #004F5D;
}
body.search-open .search-block{
  background: url(../images/search-close.png) no-repeat center;
}
.search-block-form .btn-primary{
  border-radius: 0px;
}
.block-superfishheader-top-menu{
  display: none;
}
/*header css*/
.header-left .navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.header-right-top .region.region-header-right-top, 
.header-right-bottom .region.region-header-right-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-right-top {
  margin-bottom: 30px;
}
ul.menu.menu--header-top-menu.nav li {
  display: inline-block;
}
ul.menu.menu--header-top-menu.nav li a {
  padding: 7px 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 17px;
}
ul.menu.menu--header-top-menu.nav li.active a {
  border-bottom: 4px solid #6CA93D;
}
ul.menu.menu--header-top-menu.nav li:last-child.active a{
  border-bottom: 0px;
}
ul.menu.menu--header-top-menu.nav li:last-child a {
  width: 132px;
  color: #2C2C2C;
  text-transform: initial;
  font-weight: 700;
  text-align: center;
  background: #FFCB05;
  border-radius: 25px;
}
.header-right .search-block {
  background: url(../images/search.svg) no-repeat center;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  cursor: pointer;
  margin-left: 10px;
}
.block-superfish {
  width: auto;
}
ul.sf-menu .sf-sub-indicator{
  display: none;
}
ul.sf-menu .sf-with-ul {
  padding-right: 1.5em;
}
.block-superfish ul.menu > li.sf-depth-1 {
  float: none;
  display: inline-block;
  position: relative;
}
.block-superfish ul.menu > li.sf-depth-1 > a{
  font-size: 25px;
  line-height: 31px;
  text-decoration: none;
  font-weight: 700;
  padding: 0em 0 15px 0px;
  margin: 0 1em;
}
.block-superfish ul.menu .mobile-bottom-menu-item {
  display: none;
}
.block-superfish ul.menu > li:last-child.sf-depth-1 > a {
  margin-right: 0px;
}
.block-superfish ul.menu > li.active-trail > a {
  border-bottom: 8px solid #6CA93D;
}
.block-superfish ul.menu li ul {
  width: 250px !important;
  background-color: #E8E8E8;
}
ul.sf-menu li:hover > ul, 
ul.sf-menu li.sfHover > ul {
  top: 3em;
}
.block-superfish ul.menu li ul li a {
  color: #004F5D;
  text-decoration: none;
  border-top: 2px solid #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.block-superfish ul.menu li ul li:first-child a {
  border-top: 0px;
}
.block-front-page-banner-type-content.container .row{
  position: absolute;
  max-width: 570px;
  bottom: 15px;
  z-index: 111;
}
.block-front-page-banner-type-content.container .Ankouncement-text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}
.block-front-page-banner-type-content.container .row .description {
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 25px;
}
.card-quadrants {
  overflow: hidden;
}
.card-quadrants .image-section {
  float: left;
  width: 70px;
} 
.card-quadrants .content-section {
  float: right;
  width: 80%;
  padding-right: 45px;
  color: #fff;
}
.card-quadrants .content-section .heading-text {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 7px;
}
.card-quadrants .content-section .body-text a {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
.view-featurette .views-row {
  margin-bottom: 50px;
}
.view-featurette .views-row:last-child {
  margin-bottom: 0px;
}
.view-featurette .content-section.col-sm-6 {
  padding: 0px 15.75% 40px 90px;
}
.view-featurette .views-row:nth-child(even) .content-section.col-sm-6 {
  padding: 0px 110px 65px 18%;
}
.view-featurette .heading-section {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}
.view-featurette .title-section h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Times New Roman";
}
.view-featurette .short-description-section {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.view-featurette .views-row:nth-child(even) .content-section{
  float: left;
}
.view-featurette .views-row:nth-child(even) .image-section{
  float: right;
}
.featurette-6-6-bottom-shadow {
  width: 60%;
  height: 90px;
  float: right;
  clip-path: polygon(18% 0, 0 100%, 100% 100%, 100% 0%, 75% 0);
  background-image: linear-gradient(to right, #6CA93D 40% , #00839B);
}
.page-node-163 .footer-with-bgcolor-shadow-main.container-fluid {
  background: transparent;
  display:block;
}
.page-node-7 .footer-with-bgcolor-shadow-main.container-fluid,
.page-node-39 .footer-with-bgcolor-shadow-main.container-fluid,
.page-node-40 .footer-with-bgcolor-shadow-main.container-fluid,
.page-node-41 .footer-with-bgcolor-shadow-main.container-fluid {
  background: #f2f2f2;
  display:block;
}
.page-node-7 #content-top-with-bgcolor,
.page-node-39 #content-top-with-bgcolor,
.page-node-40 #content-top-with-bgcolor,
.page-node-41 #content-top-with-bgcolor{
  padding-bottom: 0px;
}
.page-node-398 h1.page-header{
  display: none;
}
.donate-now-button {
  text-align: center;
  margin-bottom: 50px;
}
.donate-now-button a {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  color: #fff;
  background: #6CA93D;
  box-shadow: 0px 4px 2px 0px #c5c5c5;
  padding: 21px 0%;
  display: block;
  border-radius: 30px;
  text-decoration: none;
}
.page-node-398 .description .col-sm-4 img {
  margin-top: 25px;
}
.page-node-398 .description .col-sm-4 {
  width: 30%;
}
.page-node-398 .description .col-sm-5 {
  width: 36.5%;
}
section.featured-projects h2.block-title{
  text-align: center;
  margin-bottom: 50px;
}
.featured-project-content,
.fundraise-content {
  padding: 17px 30px 30px 30px;
}
.fundraise-content {
	background: #ffffff;
	min-height: 250px;
	max-height: 250px;
}
.fundraise-title {
	min-height: 72px;
}
.featured-project-title a,
.fundraise-title a,
.fundraise-title {
  color: #ffffff;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
.fundraise-title a,
.fundraise-title,
.fundraise-desc{
  color:#004F5D !important;
}
.featured-project-desc,
.fundraise-desc {
  color: #ffffff;
  margin-bottom: 25px;
}
.featured-project-read-more a {
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}
.fundraise-cta a {
  font-weight: 600;
  text-decoration: underline;
}
.view-featured-project-homepage .views-row.row-1,
.view-fundrasing .views-row {
  margin-bottom: 40px;
}
.view-fundrasing .views-row:last-child{
  margin-bottom: 0px;
}
.view-featured-project-homepage .views-col,
.view-fundrasing  .views-col{
  width: 31.5% !important;
}
.view-featured-project-homepage .views-col.col-2,
.view-fundrasing .views-col.col-2{
  margin-left: 31px;
  margin-right: 31px;
}
.view-featured-project-homepage .views-row.row-1 .views-col.col-1 .featured-project-content{
  background: #ffffff;
}
.view-featured-project-homepage .views-row.row-1 .views-col.col-2 .featured-project-content{
  background: #E16A2D;
}
.view-featured-project-homepage .views-row.row-1 .views-col.col-3 .featured-project-content{
  background: #ffffff;
}
.view-featured-project-homepage .views-row.row-2 .views-col.col-1 .featured-project-content{
  background: #008299;
}
.view-featured-project-homepage .views-row.row-2 .views-col.col-2 .featured-project-content{
  background: #ffffff;
}
.view-featured-project-homepage .views-row.row-2 .views-col.col-3 .featured-project-content{
  background: #6CA93D;
}
.view-featured-project-homepage .views-row.row-1 .views-col.col-1 .featured-project-content .featured-project-title a,
.view-featured-project-homepage .views-row.row-1 .views-col.col-3 .featured-project-content .featured-project-title a,
.view-featured-project-homepage .views-row.row-2 .views-col.col-2 .featured-project-content .featured-project-title a,
.view-featured-project-homepage .views-row.row-1 .views-col.col-1 .featured-project-content .featured-project-desc,
.view-featured-project-homepage .views-row.row-1 .views-col.col-3 .featured-project-content .featured-project-desc,
.view-featured-project-homepage .views-row.row-2 .views-col.col-2 .featured-project-content .featured-project-desc,
.view-featured-project-homepage .views-row.row-1 .views-col.col-1 .featured-project-content .featured-project-read-more a,
.view-featured-project-homepage .views-row.row-1 .views-col.col-3 .featured-project-content .featured-project-read-more a,
.view-featured-project-homepage .views-row.row-2 .views-col.col-2 .featured-project-content .featured-project-read-more a{
  color:#004F5D;
}
section.featured-projects::after {
  content: "";
  width: 133px;
  height: 615px;
  position: absolute;
  top: 65px;
  right: 0;
  background: url(../images/justice-for-all.svg) no-repeat right;
}
.path-frontpage #midcontent-area{
  overflow:visible;
}
/**/
.need-legal-help {
  margin-top: 50px;
}
.need-legal-help .row{
  border-bottom: 15px solid #6CA93D;
}
.view-recent-impact-stories {
  position: relative;
  margin: 80px 0 50px 0;
  border-bottom: 15px solid #6CA93D;
}
.view-recent-impact-stories::before {
  content: "";
  width: 255px;
  height: 255px;
  position: absolute;
  top: -165px;
  left: -120px;
  background: url(../images/success-story-logo.svg) no-repeat left;
  z-index: 999;
  background-size: 70%;
}
.view-recent-impact-stories .left-section,
.need-legal-help .left-section {
  padding-left: 0px;
  padding-right: 0px;
}
.view-recent-impact-stories .right-section {
  min-height: 455px;
  max-height: 455px;
  background: #F2F2F2;
  padding: 36px 36px 33px 36px;
}
.need-legal-help .right-section {
  min-height: 464px;
  max-height: 464px;
  background: #F2F2F2;
  padding: 35px 50px;
}
.need-legal-help .need-legal-description {
  margin-bottom: 65px;
}
.impact-stories-slideshow-category a,
.need-legal-help .need-legal-help-heading {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.view-recent-impact-stories .impact-stories-slideshow-title a {
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-decoration: none;
  display: block;
}
.need-legal-help .need-legal-help-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 35px;
  text-decoration: none;
  display: block;
  font-family: "Times New Roman";
}
.view-recent-impact-stories .impact-stories-slideshow-quote {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.view-recent-impact-stories .impact-stories-slideshow-quote::before {
  content: '';
  width: 35px;
  height: 27px;
  margin-bottom: 5px;
  background: url(../images/block-quote-line.svg) no-repeat center center/cover;
  display: block;
}
.view-recent-impact-stories .impact-stories-slideshow-position {
  font-weight: 700;
  margin-bottom: 25px;
}
.view-recent-impact-stories .widget_pager_bottom {
  position: absolute;
  right: 0;
  bottom: -75px;
  padding-left: 0;
  margin-bottom: 0;
}
.view-recent-impact-stories .widget_pager_bottom li {
  width: 17px;
  height: 17px;
  margin: 8px;
  filter: Alpha(Opacity=50);
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #004F5D;
}
.view-recent-impact-stories .widget_pager_bottom li.active,
.view-recent-impact-stories .widget_pager_bottom li:hover{
  background: #004F5D;
}
/*our-projects*/
.corner-main-section {
  position: relative;
}
.corner-main-section::after {
  content: "";
  background: url(../images/our-project.png) no-repeat top right;
  width: 772px;
  height: 557px;
  position: absolute;
  right: 0;
  top: 0;
}
.our-project-page {
  background: #F2F2F2;
}
.our-project-page #maindiv {
  margin: auto;
  padding-top: 65px;
  margin-bottom: 50px;
}
.our-project-page-content{
  margin-bottom:35px;
}
.corner-main-section .corner-main {
  padding-top: 25px;
}
.our-project-page-content h2.block-title {
  font-size: 48px;
  line-height: 68px;
  text-align: left;
  margin-top: 0px;
  padding-bottom: 75px;
}
.view-filters .views-exposed-form .form-type-textfield, 
.view-filters .views-exposed-form .form-type-textfield .form-text {
  width: 100%;
}
.views-exposed-form .form-item-combine .form-control {
  height: 60px;
  padding: 20px 20px 20px 20px;
  margin: 0 0px 30px 0;
  border-radius: 0px;
  border-color: #004F5D;
}
.views-exposed-form .form-type-textfield .form-text::after {
  content: '';
  width: 27px;
  height: 27px;
  right: 15px;
  background: #fff url(../images/search-green.svg) no-repeat right ;
}
.views-exposed-form .form-item-combine .form-control::placeholder{
  color:#004F5D;
  font-size: 18px;
  line-height:24px;
  font-weight: 600;
}
.views-exposed-form .form-type-select {
  width: 31.5%;
}
.views-exposed-form .form-inline .select-wrapper {
  width: 100%;
}
.views-exposed-form .form-select.form-control {
  width: 100%;
  padding-right: 50px;
  border-radius: 0px;
  height: 60px;
  border-color: #004F5D;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #004F5D;
}
.views-exposed-form .form-item-field-project-related-theme-target-id {
  margin-left: 27px;
  margin-right: 27px;
}
.views-exposed-form .glyphicon {
  display: none;
}
.views-exposed-form .form-submit {
  margin-top: 30px;
  min-width: 132px;
}
.view-our-projects{
  position: relative;
}
.view-our-projects .view-content {
  margin-top: 150px;
}
.view-our-projects .view-header {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
}
.views-exposed-form .select-wrapper::after {
  content: '';
  width: 28px;
  height: 14px;
  right: 15px;
  background: url(../images/arrow-ios-downward-fill.svg) no-repeat;
}
.our-projects {
  border-bottom: 8px solid #6CA93D;
  background:#ffffff;
  overflow: hidden;
}
.view-our-projects .views-row{
  margin-bottom: 35px;
}
.view-our-projects .views-row:last-child{
  margin-bottom: 0px;
}
.view-our-projects .image-section {
  padding: 0px;
}
.view-our-projects .image-section img{
  width:100%;
}
.view-our-projects .content-section {
  min-height: 265px;
  max-height: 265px;
  padding: 20px 30px 25px;
}
.view-our-projects .content-section h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.view-our-projects .content-section h4.our-projects-title a {
  font-size: 28px;
  line-height: 35px;
  text-decoration: none;
  display: block;
  font-family: "Times New Roman";
}
.view-our-projects .our-projects-date a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin: 15px 0px;
  display: block;
}
.view-our-projects .our-projects-date span {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.view-our-projects .our-projects-desc {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px;
}
.view-our-projects .pager li > a, 
.view-our-projects .pager li > span {
  position: relative;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 15px;
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  margin-top: 25px;
}
.view-our-projects .pager li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  margin: auto;
  background: url(../images/more-down.svg) no-repeat center;
  width: 26px;
  height: 13px;
}
.page-node-type-projects h1.page-header {
  display: none;
}
.page-node-type-projects h2.page-header{
  border-bottom: 0px;
  padding-bottom: 75px;
}
.project-detail-page .related-theme {
  font-weight: 600;
  text-transform: uppercase;
}
.project-detail-page .related-sub-theme {
  margin: 25px 0 50px 0;
}
.project-detail-page .related-sub-theme .field--label{
  font-size: 20px;
  line-height: 30px;
}
.project-detail-page .related-sub-theme .field--item {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
.project-bg-section.container-fluid {
  padding: 30px;
  margin: 50px 0px;
  border-top: 2px solid #F2F2F2;
  border-bottom: 2px solid #f2f2f2;
}
.project-detail-page .project-title,
.project-detail-page .related-sub-theme,
.project-detail-page .project-detail-1{
  width: 75%;
}
.project-bg-section .col-sm-4 .field--label,
.project-bg-section .col-sm-4 .field-label {
  margin-bottom: 10px;
}
.project-content-image .project-detail-2 {
  padding: 0px 40px 65px 20%;
}
.project-content-image .project-image {
  padding: 0px;
}
.project-content-image .project-image img {
  float: right;
}
.page-node-type-projects #maindiv {
  padding-top: 0;
}
.page-node-105 #maindiv {
  margin-bottom: 0px;
}

/*footer with bgcolor section*/
.footer-top-with-bgcolor .block {
  display: inline-block;
  width: 31.33%;
  margin-right: 30px;
  padding: 20px 35px 30px 20px;
  vertical-align: top;
  background: #ffffff;
  border-bottom: 7px solid #FFCB05;
}
.footer-top-with-bgcolor.container-fluid .block:last-child{
  margin-right: 0px;
}
.footer-top-with-bgcolor.container-fluid .block h2{
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}
.footer-top-with-bgcolor.container-fluid .block p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer-top-with-bgcolor.container-fluid .block a {
  font-size: 16px;
  line-height: 33px;
  font-weight: 600;
  text-decoration: underline;
}
/*footer with bgmap section*/
.footer-top-with-bgmap.container-fluid .container {
  max-width: 875px;
  background: #fff;
  text-align: center;
  padding: 30px 85px 65px 85px;
}
.footer-top-with-bgmap.container-fluid h2 {
  font-size: 32px;
  line-height: 42px;
}
.footer-top-with-bgmap.container-fluid .container p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 57px;
}
ul.footer-social-link {
  padding: 0px;
  margin: 0px;
}
ul.footer-social-link li {
  list-style: none;
  display: inline-block;
}
ul.footer-social-link li a {
  background-color: #6CA93D;
  width: 70px;
  height: 70px;
  margin-right: 40px;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}
ul.footer-social-link li:last-child a{
  margin-right: 0px;
}
ul.footer-social-link li a .fab {
  font-size: 25px;
  transform: translateY(90%);
}
/*footer main top*/
section.footer-main-top.container-fluid h2 {
  font-size: 25px;
  line-height: 35px;
  margin-top: 10px;
}
section#block-territorialacknowledgement {
  position: relative;
}
.footer-main-column-2 h2.block-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 59px;
  height: 2px;
  width: 70px;
  background-color: #004F5D;
}
#block-justiceeducationsociety h2{
  margin-top: 30px;
}
#block-justiceeducationsociety p,
#block-territorialacknowledgement p {
  font-size: 20px;
  line-height: 35px;
}
#block-territorialacknowledgement p {
  padding-top: 40px;
  padding-right: 40px;
}
.footer-main-column-2,
.footer-main-column-3,
.footer-main-column-4 {
  padding-top: 30px;
}
section.footer-main-bottom.container-fluid .footer-bottom-left p{
  font-size: 21px;
  line-height: 20px;
  font-weight: 600;
}
ul.footer-social-link-section {
  padding: 0px;
  margin: 50px 0 0 0;
  list-style: none;
}
ul.footer-social-link-section li{
  display: inline-block;
  list-style: none;
  margin-right: 50px;
}
ul.footer-social-link-section li a .fab {
  font-size: 25px;
}
ul.menu.menu--footer-main-navigation.nav li{
  margin-bottom: 25px;
}
ul.menu.menu--footer-main-navigation.nav li a {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}
ul.menu.menu--footer-secondary-navigation.nav li{
  margin-bottom: 7px;
}
ul.menu.menu--footer-secondary-navigation.nav li:last-child a {
  width: 110px;
  color: #2C2C2C;
  text-transform: initial;
  font-weight: 700;
  text-align: center;
  background: #FFCB05;
  border-radius: 25px;
  padding: 5px 15px;
  margin: 15px 0 0 15px;
}
ul.menu.menu--footer-secondary-navigation.nav li a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
ul.menu.menu--footer.nav {
  text-align: right;
}
ul.menu.menu--footer.nav li {
  display: inline-block;
}
ul.menu.menu--footer.nav li:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #ffffff;
}
ul.menu.menu--footer.nav li a {
  padding: 0px;
  font-size: 21px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
}
/*Inner page*/
.page-node-type-standard-page .corner-main {
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}
.page-node-type-standard-page main#midcontent-area h1.page-header {
  display: none;
}
.page-node-type-standard-page .corner-main .inner-top-corner-image {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 615px;
}
.w75-percent {
  width: 65%;
  margin-bottom: 25px;
}
.corner-main .breadcrumb-section,
.corner-main h1.page-header {
  width: 67%;
}
/*login form*/
.simplelogin-form .simplelogin-logo{
  margin-bottom: 15px !important;
}
.simplelogin-form .simplelogin-link,
.simplelogin-form .simplelogin-logo h1 {
  display: none;
}
.simplelogin-form h1.page-header {
  color: #004F5D;
}
/*who we are*/
.page-node-type-standard-page .field--name-body h1 {
  font-size: 44px;
  line-height: 55px;
}
.page-node-type-standard-page section#block-ourhistory {
  margin-bottom: 40px;
}
.page-node-type-standard-page .field--name-body h2 {
  font-size: 35px;
  line-height: 47px;
}
.page-node-type-standard-page .field--name-body h4 {
  font-size: 17px;
  line-height: 24px;
}
.view-strategic-plan-2019-2022 .col-sm-8{
  float: right;
  margin-bottom: 40px;
}
.view-strategic-plan-2019-2022 .views-row:last-child .col-sm-8{
  margin-bottom: 0px;
}
.heading-text a {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 15px;
  display: block;
}
.view-strategic-plan-2019-2022 h2 {
  font-size: 44px;
  line-height: 56px;
  margin-top: 5px;
  text-align: left !important;
  min-height: 210px;
}
.view-strategic-plan-2019-2022 .views-field.views-field-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 15px 0px;
}
.view-strategic-plan-2019-2022 span.field-content {
  display: inline-flex;
}
.view-strategic-plan-2019-2022 .views-field.views-field-title span.green-text {
  margin-right: 25px;
  color: #6CA93D;
  font-weight: 700;
}
.block-views-blockour-team-block-1 h2.block-title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
}
.view-our-team {
  margin-bottom: 55px;
}
.view-our-team .views-col {
  width: 48.5% !important;
  margin-right: 35px;
}
.view-our-team .views-col:last-child {
  margin-right: 0px;
}
.view-our-team .view-header h2 {
  font-size: 33px;
  line-height: 56px;
  margin-bottom: 50px;
}
.view-our-team .heading-desc-box {
  background: #6CA93D;
  color: #fff;
  padding: 28px;
  min-height: 315px;
}
.view-our-team .heading-desc-box .title-text,
.view-our-team .title-text a {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 30px;
  display: block;
  font-family: "Times New Roman";
}
.view-our-team .body-text p {
  font-size: 18px;
  line-height: 25px;
}
.view-our-team .read-more-link a {
  font-size: 18px;
  line-height: 33px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-transform: capitalize;
  margin-top: 25px;
  display: block;
}
section#block-ourhistory p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
/*section#block-ourhistory .col-sm-7 img {*/
  /*filter: grayscale(100%);*/
/*}*/
#content-bottom-with-bgcolor .container {
  padding: 0px;
}
.view-annual-reports .view-header .col-lg-6 {
  padding-left: 0px;
  padding-right: 100px;
}
.view-annual-reports .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  border-bottom: 2px solid #fff;
  border-top: 0px;
  padding: 17px 0px;
}
.view-annual-reports .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.view-annual-reports td.views-field.views-field-field-upload-file {
  text-align: right;
}
/*what we do*/
#content-top-with-bgcolor .block .view {
  width: 1170px;
  margin: auto;
}
.view-strategic-plan-2019-2022 {
  display: flex;
}
.view-strategic-plan-2019-2022 .col-sm-4 {
  width: 100%;
}
#content-top-with-bgcolor h2.block-title{
  text-align: center;
  margin-bottom: 50px;
}
#content-top-with-bgcolor .block.block-views-blockproject-theme-block-1 {
  width: 100%;
}
.view-project-theme .views-row {
  margin-bottom: 75px;
}
.view-project-theme .views-row:last-child {
  margin-bottom: 0px;
}
.page-node-7 .footer-top-with-bgcolor-shadow{
  width: 61%;
}
.view-project-theme .title-section h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Times New Roman";
}
.view-project-theme .short-description-section {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.view-project-theme .views-row:nth-child(odd) .content-section{
  float: left;
}
.view-project-theme .views-row:nth-child(odd) .image-section{
  float: right;
}
.view-project-theme .views-row:nth-child(odd) .image-section img{
  margin-left: auto;
}
section#block-relatedthemeheading h2 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 90px;
}
.view-project-related-themes .view-header {
  margin-bottom: 50px;
}
.view-project-related-themes .view-header .col-sm-4 h3 {
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  margin-top: 0;
  text-transform: capitalize;

}
.view-project-related-themes .view-header .col-sm-8 p {
  font-size: 20px;
  line-height: 35px;
}
.view-project-related-themes .view-header .col-sm-8 strong {
  font-size: 20px;
  font-weight: 600;
  padding-top: 60px;
  padding-left: 100px;
  display: block;
}
.view-project-related-themes .views-col {
  background: #ffffff;
  border-bottom:7px solid #00839B;
  width: 31.5% !important;
  min-height: 495px;
}
.view-project-related-themes .views-col.col-2 {
  margin-left: 32px;
  margin-right: 32px;
}
.view-project-related-themes .project-contents {
  padding: 30px;
  min-height: 305px;
}
.view-project-related-themes .project-contents h4{
  margin:0px;
}
.view-project-related-themes .project-contents h4.project-title a {
  margin: 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  font-family: "Times New Roman";
}
.view-project-related-themes .project-contents .project-location {
  font-size: 18px;
  line-height: 33px;
  font-weight: 600;
  margin-top: 10px;
}
.view-project-related-themes .project-contents .project-date {
  margin-top: 15px;
  margin-bottom: 35px;
}
.view-project-related-themes .view-footer {
  font-size: 20px;
  line-height: 33px;
  font-weight: 600;
  padding-right: 40px;
  text-decoration: underline;
  background: url(../images/arrow-image.png) no-repeat center right;
  display: inline-block;
  background-size: 35px;
  margin-top: 35px;
  margin-bottom: 75px;
  position: relative;
  z-index: 9;
}
.page-node-40 .description img {
  margin-bottom: 25px;
}
/*how we work*/
.view-how-we-work {
  margin-top: 50px;
}
.page-node-8 #content-top-with-bgcolor {
  background: #F2F2F2 url(../images/how-we-work.png) no-repeat right;
}
section#block-howweworkwithimage .field--name-body p {
  max-width: 950px;
  font-size: 28px;
  line-height: 56px;
  font-weight: 700;
  font-style: italic;
}
.view-how-we-work .views-row {
  width: 33%;
  display: inline-block;
  min-height: 320px;
  margin-bottom: 50px;
}
.view-how-we-work .views-row:nth-child(3) strong {
  padding-right: 20px;
}
.view-how-we-work .views-row:nth-child(4),
.view-how-we-work .views-row:nth-child(5){
  margin-bottom: 0px;
}
.view-how-we-work .view-content {
  text-align: center;
}
.view-how-we-work .image {
  background: #6CA93D;
  height: 80px;
  width: 80px;
  display: flex;
  border-radius: 50px;
}
.view-how-we-work .image img{
  margin: auto;
}
.view-how-we-work .title-body{
  text-align: left;
  padding-right: 0px;
}
.view-how-we-work .title-body strong {
  font-size: 20px;
  line-height: 30px;
}
/*work-with-us*/
.types-of-opportunities {
  margin-top: 75px;
}
.types-of-opportunities .col-sm-4 h2{
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  margin-top: 0px;
}
.types-of-opportunities .col-sm-10 h3 {
  line-height: 30px;
  font-weight: 700;
  margin-top: 0px;
}
.types-of-opportunities .col-sm-8 .row{
  margin-bottom: 50px;
}
section#block-quicktabsopenopportunities h2.block-title {
  text-align: center;
}
.user-logged-in #block-quicktabsopenopportunities .view-header,
#block-quicktabsopenopportunities .view-header {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  text-align: center;
}
#block-quicktabsopenopportunities .view-header {
  top: -25px;
}

.material-tabs .quicktabs-main,
.material-tabs ul.quicktabs-tabs {
  box-shadow: none;
  background-color: transparent;
}
/*open opportunities detail page*/
.open-opportunities-detail-page {
  color: #004F5D;
}
.open-opportunities-detail-page .opportunities {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}
.open-opportunities-title h3 {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
}
.open-opportunities-description {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #E8E8E8;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F2F2F2;
}
.view-immediate-position td.views-field.views-field-view-node,
.view-always-looking-for td.views-field.views-field-view-node{
  width: 155px;
  text-align: right;
}
.view-immediate-position td.views-field.views-field-view-node a,
.view-always-looking-for td.views-field.views-field-view-node a {
  background: #FFCB05;
  color: #2C2C2C;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
}
.view-immediate-position .table > tbody > tr > td, .table > tfoot > tr > td,
.view-always-looking-for .table > tbody > tr > td, .table > tfoot > tr > td{
  vertical-align: middle;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  border-bottom: 2px solid #fff;
  border-top: 0px;
  padding: 20px 0px;
}
.view-immediate-position .table > tbody > tr > td, .table > tfoot > tr > td > p:last-child,
.view-always-looking-for .table > tbody > tr > td, .table > tfoot > tr > td > p:last-child{
  font-weight: normal;
}
.view-immediate-position span.location,
.view-always-looking-for span.location{
  font-size: 18px;
  font-weight: 400;
}
.material-tabs .quicktabs-tabs > li.active > a, 
.material-tabs .quicktabs-tabs > li.active > a:hover, 
.material-tabs .quicktabs-tabs > li.active > a:focus {
  background-color: #004F5D;
  border-radius: 0px;
  border-color: #004F5D;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  padding: 17px 55px;
}
li#quicktabs-tab-open_opportunities-0 {
  margin-right: 25px;
  display: none;
}
.material-tabs .quicktabs-tabs > li > a {
  padding: 17px 55px;
  color: #004F5D;
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0px;
  border: 2px solid #004F5D;
}
.view-immediate-position .table-responsive,
.view-always-looking-for .table-responsive{
  margin-top: 50px;
}
section#block-volunteersignform {
  width: 50%;
  float: left;
}
section#block-webform-2 {
  width: 50%;
  float: right;
  margin-top: 25px;
}
.featured-projects .field-content .featured-project-content .featured-project-title{
  height: 5em;
  overflow: hidden;
}
.featured-projects .field-content .featured-project-content .featured-project-desc{
  height: 6em;
}
/*-----------News listing----------*/
.view-impact-story-listing  .impact-stories-listing {
  margin: 0 0 10px 0;
  border-bottom: 10px solid #6CA93D;
  overflow: hidden;
}
.impact-stories-listing .impact-story-image {
  padding: 0px;
}
.impact-stories-listing .impact-story-content {
  padding: 30px 40px 40px 65px;
  background: #ffffff;
  min-height: 467px;
}
.impact-stories-listing .impact-story-category a {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.impact-stories-listing .impact-story-title a {
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  height: 3em;
  overflow: hidden;
  display: block;
  text-decoration: none;
  margin-bottom: 35px;
}
.impact-stories-listing .impact-story-quote::before {
  content: '';
  width: 35px;
  height: 27px;
  margin-bottom: 5px;
  background: url(../images/block-quote-line.svg) no-repeat center center/cover;
  display: block;
}
.impact-stories-listing .impact-story-quote {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.impact-stories-listing .impact-story-position {
  font-weight: 700;
  margin-bottom: 24px;
}
.path-frontpage #maindiv h2 {
  text-align: center;
}
/*funder listing*/
.view-funder h1{
  font-size: 33px;
  line-height:54px;
  font-weight: 700;
  margin-bottom:50px;
}
.view-funder .views-row {
  margin-bottom: 50px;
}
.view-funder .views-field-field-upload-funder-image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  max-height: 200px;
  text-align: center;
  width: 85%;
}
/*our-history*/
.view-our-history-timeline .views-field.views-field-title a {
  padding: 13px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
  color: #6CA93D;
}
.view-our-history-timeline .views-field.views-field-body {
  padding: 15px;
}
.view-our-history-timeline ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  width: 25px;
  height: 2px;
  border: 3px solid #004F5D;
  border-radius: 0px;
}
.view-our-history-timeline ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .timeline-marker{
  left: -13px;
}
.view-our-history-timeline ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker{
  right: -13px;
}
.view-our-history-timeline ul.timeline-list:after {
  background-color: #004F5D;
}
.block-views-blockour-history-timeline-block-1 {
  width: 65%;
  float: left;
  padding-left: 19%;
}
section#block-ourhistorysp {
  width: 35%;
  float: right;
}
.timeline-content.col-sm-10 {
  padding-left: 50px;
}
.timeline-content.col-sm-10.timeline-content-first {
  margin-top: 20px;
}
.timeline-content.col-sm-10.timeline-content-third {
  margin-top: 75px;
  margin-bottom: 90px;
}
.timeline-year.col-sm-2.timeline-year-third {
  margin-top: 100px;
}
#block-ourhistorysp .col-sm-12.third-image {
  margin-top: 25px;
  padding-right: 0px;
}
#block-ourhistorysp .col-sm-12.third-image img {
  width: 100%;
}
#block-ourhistorysp .col-sm-6 img {
  width: 100%;
  height: auto;
}
/*support us*/
#block-donateblock h1 {
  font-weight: 700;
}
.donate .cheque-method{
  padding-left: 0px;
}
.col-sm-6.card-method h3 {
  margin-bottom: 20px;
}
.cheque-method p {
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0px;
  padding-right: 100px;
}
p.donation-address {
  font-weight: 600;
  line-height: 35px;
}
.donate h3 {
  font-weight: 700;
}
/* contact-us page  */
.breadcrumb > li + li:before {
  content: ">" !important;
}
.webform-contact-us-top-content {
  margin-top: 90px;
  margin-bottom: 90px;
}
.webform-contact-us-top-content .website,
.webform-contact-us-top-content .phone,
.webform-contact-us-top-content .email {
  font-size: 20px;
}
.webform-contact-us-top-content span{
  display: none;
}
.webform-contact-us-top-content .phone {
  margin: 17px 0px;
}
.webform-contact-us-top-content i.fas {
  color: #6CA93D;
  margin-right:25px;
  font-size: 25px;
}
.webform-submission-contact-us-form h3 {
  margin-bottom:25px;
}
.webform-submission-form .form-control {
  height: 48px;
  border: 1px solid #004F5D;
  border-radius: 0px;
  font-size: 18px;
}
.webform-submission-contact-us-form .form-textarea.form-control {
  height:205px;
}
.webform-submission-form label {
  font-size: 20px;
  line-height: 35px;
}
.webform-submission-form .form-required:after {
  background-image: url(../images/required.png);
}
/*privacy-policy*/
.page-node-44 h1.page-header {
  max-width: 32%;
  margin-bottom: 125px;
}
.privacypolicy-termsofuse .col-sm-4 h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}
/*policy*/
.ui-widget {
  font-family: 'Open Sans', sans-serif;
}
.ui-accordion .ui-accordion-header {
  width: 70%;
  padding: 1em;
  border: 1px solid #004F5D;
  border-radius: 0px;
  margin: 30px 0 0 0;
  background: transparent;
}
.view-policies .ui-state-default a, 
.view-policies .ui-state-default a:link {
  font-size: 25px;
  line-height: 35px;
  color: #004F5D;
  font-weight: 700;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2em 1em 10em;
  border-top: 0;
  overflow: auto;
  max-height: 500px;
  border: 0px;
}
.ui-accordion .download-pdf-btn {
  text-align: right;
}
.ui-accordion .download-pdf-btn a {
  display: inline-block;
  background: url(../images/pdf.svg) no-repeat left;
  padding-left: 30px;
  background-size: 20px;
  font-weight: 700;
  height: 25px;
  color: #004F5D;
  text-decoration: underline;
}
.view-policies .ui-icon-triangle-1-e {
  float: right;
  top: 15px;
  background:url(../images/accordian-plus.svg) no-repeat right;
  background-size: 100%;
 }
 .view-policies .ui-icon-triangle-1-s{
  float: right;
  top: 20px;
  background:url(../images/accordian-minus.svg) no-repeat right;
  background-size: 100%;
 }
 /*leadership*/
.view.view-senior-leadership-team-featured {
  margin-top: 75px;
  margin-bottom: 75px;
}
.view-senior-leadership-team-featured .leader-image-box {
  padding-left: 0px;
  padding-right: 30px;
}
.view-senior-leadership-team-featured .leader-image-box img{
  width: 100%;
}
.view-senior-leadership-team-featured .leader-image,
.view-senior-leadership-team-listing .leader-image{
  position: relative;
  cursor: pointer;
}
.view-senior-leadership-team-listing .leader-image img {
  width: 100%;
}
.view-senior-leadership-team-featured .leader-image::after,
.view-senior-leadership-team-listing .leader-image::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  background: url(../images/popup-plus-sign.svg) no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 100%;
}
.view-senior-leadership-team-featured .leader-content-box {
  background: #6CA93D;
  color: #fff;
  padding: 42px;
  overflow: hidden;
}
.view-senior-leadership-team-featured .leader-content-box p {
  position: relative;
}
.view-senior-leadership-team-featured .leader-content-box p::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  width: 30px;
  height: 23px;
  background-size: 85%;
  background: url(../images/block-quote-line-white.svg) no-repeat left;
  display: block;
}
.view-senior-leadership-team-featured .leader-content-box h2 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 57px;
  margin-top: 0px;
}
.view-senior-leadership-team-featured .leader-content-box a {
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
  text-decoration: underline;
}
.view-senior-leadership-team-featured .leader-image-box h3,
.view-senior-leadership-team-listing  .leader-image-box h3 {
  font-size: 35px;
  line-height: 51px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: "Times New Roman";
}
.view-senior-leadership-team-featured .leader-position,
.view-senior-leadership-team-listing .leader-position  {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.view-senior-leadership-team-listing .views-row {
  margin-bottom: 70px;
}
.view-senior-leadership-team-listing .views-row:last-child {
  margin-bottom: 0px;
}
.view-senior-leadership-team-listing .views-col{
  position: relative;
  width: 31% !important;
}
.view-senior-leadership-team-listing .views-col.col-2{
  margin-left: 30px;
  margin-right: 30px;
}
/*board of directors*/
.block-views-blockboard-of-directors-committee-experts-block-2 h2.block-title,
.block-views-blockboard-of-directors-committee-experts-block-3 h2.block-title {
  margin-bottom: 50px;
}
.view-board-of-directors-committee-experts .bod-grid-box{
  padding: 0px;
}
.view-board-of-directors-committee-experts .views-row {
  margin-bottom: 40px;
}
.view-board-of-directors-committee-experts .bod-image-box{
  position:relative;
  padding: 0px;
}
.view-board-of-directors-committee-experts .bod-image-box img {
  width: 100%;
}
.view-board-of-directors-committee-experts .bod-image-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/bod-popup.png) no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 100%;
}
/* .view-board-of-directors-committee-experts .bod-content-box {
  padding-left: 30px;
} */
.view-board-of-directors-committee-experts .bod-content-box h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 0;
}
.view-board-of-directors-committee-experts .current-position {
  font-size: 16px;
  font-weight: 700;
}
.view-board-of-directors-committee-experts .bod-content-box ul {
  margin: 15px 0 0 0;
  padding: 0px;
  list-style: none;
  /* border-left: 1px solid #6CA93D; */
}
.ui-dialog .ui-dialog-titlebar {
  background: transparent;
  border: 0px;
}
.ui-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 15px;
  width: 20px;
}
.ui-widget.ui-widget-content {
  background: #fff;
  border-radius: 0px;
  border: 0px;
  z-index: 999 !important;
}
.ui-dialog .ui-dialog-content {
  border: 0;
  padding: 4em 3em;
}
.board-of-directors-committee-members-detail-page .container,
.senior-leadership-team-detail-page .container,
.open-opportunities-detail-page .container {
  width: 100%;
}
.board-of-directors-committee-members-detail-page .bod-title h3,
.senior-leadership-team-detail-page .slt-title h3 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 35px;
}
.board-of-directors-committee-members-detail-page .bod-position,
.senior-leadership-team-detail-page .slt-position {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #004F5D;
}
.board-of-directors-committee-members-detail-page .bod-desc,
.senior-leadership-team-detail-page .slt-desc {
  border-top: 1px solid #E8E8E8;
  margin-top: 25px;
  padding-top: 25px;
  color:#004F5D;
}
.ajax-throbber.glyphicon-spin.glyphicon-refresh{
  display: none;
}
.ui-button .ui-icon {
  background-image: none !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 5px;
  width: 44px;
  height: 63px;
  right: -65px;
  background: url(../images/dialogue-close.svg) no-repeat center;
  border: 0px;
}
.page-node-105 .footer-with-bgcolor-shadow-main.container-fluid,
.page-node-54 .footer-with-bgcolor-shadow-main.container-fluid{
  display: block;
}
.path-our-projects .footer-top-with-bgcolor.container-fluid,
.page-node-105 .footer-top-with-bgcolor-shadow,
.page-node-54 .footer-top-with-bgcolor-shadow,
.page-node-43 .footer-top-with-bgcolor{
  display:none;
}
.page-node-105 .footer-with-bgcolor-shadow-main.container-fluid::before,
.page-node-54 .footer-with-bgcolor-shadow-main.container-fluid::before,
.page-node-type-projects .footer-top-with-bgcolor.container-fluid::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 305px;
  background:url(../images/left-green-traingle.png) no-repeat left;
  background-position: left bottom;
}
.page-node-type-projects .footer-top-with-bgcolor.container-fluid::before {
  bottom: 333px !important;
}
.page-node-6 .corner-main::after,
.page-node-7 .corner-main::after,
.page-node-8 .corner-main::after,
.page-node-9 .corner-main::after,
.page-node-39 .corner-main::after,
.page-node-40 .corner-main::after,
.page-node-41 .corner-main::after,
.page-node-42 .corner-main::after,
.page-node-163 .corner-main::after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 305px;
  background:url(../images/left-green-traingle.png) no-repeat left;
  background-position: left bottom;
}
.page-node-44 .footer-top-with-bgcolor.container-fluid::before,
.page-node-6 #content-bottom-with-bgcolor::before,
.page-node-162 .footer-top-with-bgcolor.container-fluid::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 333px;
  width: 300px;
  height: 305px;
  background: url(../images/right-green-traingle.png) no-repeat right;
  background-position: right bottom;
}
.page-node-6 #content-bottom-with-bgcolor::before{
  width: 247px;
  background-size: contain;
}
.page-node-9 #content-top-with-bgcolor::before{
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 305px;
  height: 305px;
  background: url(../images/left-green-rotate-traingle.png) no-repeat left;
  background-position: top left;
}
.page-node-6 #content-bottom-with-bgcolor::before {
  bottom: 545px;
}
.page-node-39 .block-views-blockproject-related-themes-block-2, 
.page-node-40 .block-views-blockproject-related-themes-block-5, 
.page-node-41 .block-views-blockproject-related-themes-block-8{
  position: relative;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  padding-top: 50px;
  margin-bottom: 50px;
}
.page-node-39 .block-views-blockproject-related-themes-block-2::after, 
.page-node-40 .block-views-blockproject-related-themes-block-5::after, 
.page-node-41 .block-views-blockproject-related-themes-block-8::after {
  position: absolute;
  bottom: -260px;
  left: -265px;
  width: 526px;
  height: 515px;
  background: url(../images/left-traingle-full.png) no-repeat left;
  background-position: bottom left;
}
.page-node-39 .block-views-blockproject-related-themes-block-2::before, 
.page-node-40 .block-views-blockproject-related-themes-block-5::before, 
.page-node-41 .block-views-blockproject-related-themes-block-8::before {
  position: absolute;
  top: -265px;
  right: -260px;
  width: 526px;
  height: 526px;
  background: url(../images/right-traingle-full.png) no-repeat right;
  background-position: top right;
}
.page-node-6 #content-bottom-with-bgcolor{
  overflow: visible;
}
.page-node-163 .footer-top-with-bgcolor-shadow{
  display: none;
}
.facebook-posts{
	max-width:425px;
	height: 620px;
	overflow: scroll;
	box-shadow: 0 2px 4px 0 rgba(151, 151, 151, 0.46);
}
.twitter-posts{
	max-width:425px;
	height: 620px;
	overflow: scroll;
	box-shadow: 0 2px 4px 0 rgba(151, 151, 151, 0.46);
}
.ui-widget-overlay{
  background: #000000;
  opacity: .6;
}
.page-node-type-standard-page .inner-page-corner-image .description ul.footer-social-link-section {
  padding-left: 0px;
  margin-bottom: 25px;
}
.project-related-theme .btn-primary a {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width:768px) and (max-width:900px){
  .block-front-page-banner-type-content.container .Ankouncement-text {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 80%;
  }
}
@media only screen and (min-width:901px) and (max-width:1280px){
  .block-front-page-banner-type-content.container .Ankouncement-text {
    max-width: 100%;
    margin: 0px;
}
}
@media only screen and (min-width:1280px) and (max-width:1550px){
  .intersection-corner {
    background-size: 75%;
  }
  .block-front-page-banner-type-content.container .Ankouncement-text {
    max-width: 70%;
  }
}
@media only screen and (min-width:1280px) and (max-width:1725px){
  .page-node-type-standard-page .corner-main .inner-top-corner-image img {
    width: 80%;
    float: right;
  }
  .page-node-6 .corner-main::after, .page-node-7 .corner-main::after, .page-node-8 .corner-main::after, .page-node-9 .corner-main::after, .page-node-39 .corner-main::after, .page-node-40 .corner-main::after, .page-node-41 .corner-main::after, .page-node-42 .corner-main::after, .page-node-163 .corner-main::after {
    background-size: 100%;
    width: 160px;
    height: 165px;
  }
  .corner-main-section::after {
    background-size: 80%;
  }
  .page-node-9 #content-top-with-bgcolor::before {
    background-size: 100%;
    width: 166px;
    height: 157px;
  }
  .page-node-39 .block-views-blockproject-related-themes-block-2::before, .page-node-40 .block-views-blockproject-related-themes-block-5::before, .page-node-41 .block-views-blockproject-related-themes-block-8::before {
    top: -203px;
    background-size: 75%;
  }
  .page-node-39 .block-views-blockproject-related-themes-block-2::after, .page-node-40 .block-views-blockproject-related-themes-block-5::after, .page-node-41 .block-views-blockproject-related-themes-block-8::after {
    bottom: -194px;
    background-size: 75%;
  }
  .page-node-6 #content-bottom-with-bgcolor::before, .page-node-105 .footer-with-bgcolor-shadow-main.container-fluid::before, .page-node-54 .footer-with-bgcolor-shadow-main.container-fluid::before, .page-node-type-projects .footer-top-with-bgcolor.container-fluid::before, .page-node-44 .footer-top-with-bgcolor.container-fluid::before, .page-node-6 #content-bottom-with-bgcolor::before, .page-node-162 .footer-top-with-bgcolor.container-fluid::before {
    width: 165px;
    height: 170px;
    background-size: 100%;
  }
  .page-node-6 #content-bottom-with-bgcolor::before{
   width: 140px;
  }
  section.featured-projects::after {
    width: 65px;
    height: 300px;
    background-size: 100%;
}
}
@media only screen and (min-width:1280px) and (max-width:1470px){
  .view-senior-leadership-team-featured .leader-content-box {
    padding: 30px;
    max-width: 42%;
  }
  .page-node-6 #content-bottom-with-bgcolor::before{
    top: -75px;
    bottom: inherit;
    width: 75px;
    height: 75px;
    background-size: 100%;
  }
}
