@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Common Styles Initials
==============================================================*/

html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  color: #666;
  background: #fff;
}
body.pause {
  overflow: hidden;
}
a {
  outline: none;
  text-decoration: none;
  color: #006e61;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

input,
textarea,
select {
  outline: none;
  resize: none;
  font-family: lato, sans-serif;
}

a,
input,
button {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
}

.slick-slide {
  outline: none !important;
}

.bg_img {
  display: none;
}

/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder {
  opacity: 1;
}
.form-control:-moz-placeholder {
  opacity: 1;
}
.form-control::-moz-placeholder {
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,
.nav > li.active > a:focus {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*==============================================================
	Custom Style
==============================================================*/
.container {
  max-width: 1270px;
  width: 100%;
  padding: 0 15px;
}
.container-sm {
  max-width: 843px;
}
.cta {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.23em;
  padding: 7px 30px;
  border: 1px solid #006e61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.cta-btn-green {
  background-color: #006e61;
  color: #fff;
}
.cta-btn-green:hover {
  background: #fff;
  color: #006e61;
}
/*==============================================================
	HeaderSec Style
==============================================================*/
.header-wrap {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 102px;
}
.header-wrap header {
  position: fixed;
  padding: 13px 0 23px;
  border-top: 5px solid #006e61;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: 123;
}
.header-wrap.sticky header {
  box-shadow: 0 3px 7px rgb(46 50 64 / 25%);
  -webkit-box-shadow: 0 3px 7px rgb(46 50 64 / 25%);
  -moz-box-shadow: 0 3px 7px rgba(46, 50, 64, 0.25);
}
.header-wrap .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-wrap .header-logo a {
  display: block;
}
.header-wrap .header-center {
  padding-left: 95px;
}
.header-wrap .header-menu > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.header-wrap .header-menu > ul > li {
  padding: 18px 14px 18px;
  position: relative;
}
.header-wrap .header-menu > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #000000;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap .header-menu > ul > li > a:hover {
  color: #006e61;
}
.header-wrap .header-right {
  padding-left: 95px;
}
.header-wrap .header-right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -14px;
}
.header-wrap .header-right ul li {
  padding: 0 14px;
}
.header-wrap .header-right ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #006e61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap .header-right ul li a:hover {
  color: #000;
}
.header-wrap .header-right ul li a.header-cta {
  border: 2px solid #006e61;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.23em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap .header-right ul li a.header-cta:hover {
  background: #006e61;
  color: #fff;
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 172px;
  background-color: #eeeeee;
  z-index: 123;
  padding: 20px 0;
  text-align: center;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.sub-menu li {
  position: relative;
}
.sub-menu li:not(:last-child) {
  padding-bottom: 10px;
}
.sub-menu li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-menu li a:hover {
  color: #006e61;
}
.header-wrap .header-menu > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-hamburger {
  display: none;
}
.header-hamburger .ham-line {
  width: 30px;
  height: 2px;
  background-color: #006e61;
  margin-bottom: 6px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-hamburger .ham-line:last-child {
  margin-bottom: 0;
}
.header-hamburger.active .ham-line:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}
.header-hamburger.active .ham-line:nth-child(2) {
  display: none;
}
.header-hamburger.active .ham-line:nth-child(3) {
  transform: rotate(-45deg);
  top: -3px;
}
.header-wrap .header-menu > ul > li .menu-arrow {
  width: 20px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 18px;
  display: none;
}
.header-wrap .header-menu > ul > li .menu-arrow svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 20px;
  height: 18px;
}
.header-wrap .header-menu > ul > li .menu-arrow svg path {
  fill: #fff;
}
.header-wrap .header-mobile-right,
.header-mobile-cta,
.header-mobile-help {
  display: none;
}
.search-bar-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
}
.search-bar-wrap .search-bar {
  display: flex;
  flex-wrap: wrap;
}
.search-bar-wrap .input-wrap {
  height: 41px;
}
.search-bar-wrap .input-wrap input {
  height: 100%;
  padding: 10px;
  border: 1px solid #006e61;
}
/*==============================================================
	BannerSliderSec Style
==============================================================*/
.banner-slider-wrap,
.banner-slider-wrap .banner-slider,
.banner-slider-wrap .slick-list,
.banner-slider-wrap .slick-track {
  height: 650px !important;
}
.banner-slider-wrap .banner-slider {
  position: relative;
}
.banner-slider-wrap .banner-slide {
  position: relative;
}
.banner-slider-wrap .banner-slide .banner-slide-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 813px;
  width: 100%;
}
.banner-slider-wrap .banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide .banner-slide-info h2 {
  font-family: fira-sans, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 75px;
  color: #fff;
  text-align: center;
}
.banner-slide .banner-slide-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  text-align: center;
}
.banner-slide .banner-slide-info h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.214em;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.banner-slide .banner-slide-info > p {
  padding-top: 20px;
}
.banner-slide .banner-slide-info p + p {
  padding-top: 0;
}
.banner-slide .banner-slide-info .cta {
  margin-top: 20px;
}
.banner-slider-wrap .banner-slider ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.banner-slider-wrap .banner-slider ul.slick-dots li {
  margin: 0 7px;
  text-transform: capitalize;
  border: 0;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}
.banner-slider-wrap .banner-slider ul.slick-dots li button {
  display: none;
}
.banner-slider-wrap .banner-slider ul.slick-dots li.slick-active {
  background: #006e61;
}
/*==============================================================
	Building-FutureSec Style
==============================================================*/
.building-future-wrap {
  padding: 50px 0 0;
  max-width: 813px;
  width: 100%;
  margin: 0 auto;
}
.building-future-wrap .title {
  text-align: center;
}
.sec-title .sub-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.187em;
  color: #006e61;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.sec-title h2 {
  font-family: fira-sans, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
  padding-bottom: 25px;
}
.sec-title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}
.building-future-wrap .sub-title {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.building-future-wrap .btn-wrap {
  margin-top: 30px;
  text-align: center;
}
.building-future-wrap .sec-title h2,
.building-future-wrap .sec-title p {
  text-align: center;
}
/*==============================================================
	ImageInfoSec Style
==============================================================*/
.image-info-wrap {
  padding: 70px 0;
}
.image-info-wrap ul.row {
  margin: 0 -50px;
}
.image-info-wrap ul.row li {
  padding: 0 50px;
}
.image-info-wrap .img-info .btn-wrap {
  margin-top: 25px;
}
.image-info-wrap.community-engagement ul {
  flex-direction: row-reverse;
}
.image-info-wrap.community-engagement .img-info .sec-title h2 {
  max-width: 350px;
  width: 100%;
}
.image-info-wrap .img-wrap {
  width: 100%;
  height: 100%;
}
.image-info-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-info-wrap.community-engagement {
  padding-top: 0;
}
.image-info-wrap .sec-title p {
  font-size: 17px;
}
/*==============================================================
	UpcomingEventSec Style
==============================================================*/
.upcoming-event-wrap {
  padding: 10px 0 80px;
}
.upcoming-event-wrap .container {
  max-width: 900px;
}
.upcoming-event-wrap .sec-title {
  text-align: center;
}
.upcoming-event-wrap .sec-title .sub-title {
  padding-bottom: 9px;
}
.upcoming-event-wrap .upcoming-event .icon {
  padding-bottom: 20px;
}
.upcoming-event-wrap .upcoming-event .icon img {
  width: 100%;
}
.upcoming-event-wrap .upcoming-event .info h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.187em;
  color: #006e61;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.upcoming-event-wrap .upcoming-event .info h3 {
  font-family: fira-sans, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  padding-bottom: 20px;
}
.upcoming-event-wrap ul.row {
  margin: 0 -32px;
}
.upcoming-event-wrap ul.row li {
  padding: 0 32px;
}
/*==============================================================
	ServiceInfo Style
==============================================================*/
.service-info-wrap {
  padding: 60px 0;
  background: #eeeeee;
}
.service-info-wrap ul.row {
  margin: 0 -20px;
}
.service-info-wrap ul.row li {
  padding: 0 20px;
}
.service-info-wrap .service-info {
  text-align: center;
}
.service-info-wrap .service-info .description h3 {
  font-family: fira-sans, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #006e61;
  text-transform: capitalize;
  padding: 25px 0;
}
.service-info-wrap .service-info .description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}
.service-info-wrap .service-info .cta-link-wrap {
  margin-top: 25px;
}
.cta-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #006e61;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-link:hover {
  color: #000;
  text-decoration: underline;
}
/*==============================================================
	FooterSec Style
==============================================================*/
.footer-wrap {
  padding: 50px 0 40px;
  background: #2f4756;
}
.footer-wrap .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-wrap .footer-top .left .title h4 {
  font-family: fira-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  max-width: 400px;
  width: 100%;
  padding-bottom: 20px;
}
.footer-wrap .footer-top .left .title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  max-width: 400px;
  width: 100%;
}
.footer-wrap .footer-top .right .footer-logo a {
  display: block;
}
.footer-wrap .footer-top .right .address-wrap {
  padding-top: 30px;
}
.footer-wrap .footer-top .right .address-wrap a {
  display: block;
  text-align: end;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
.footer-wrap .footer-top .right .social-icon-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 20px -7px 0;
}
.footer-wrap .footer-top .right .social-icon-wrap ul li {
  padding: 0 7px;
}
.footer-wrap .footer-bottom {
  padding-top: 35px;
  text-align: center;
}
.footer-wrap .footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
}
.footer-wrap .footer-bottom p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  text-decoration: underline;
}
.footer-wrap .footer-top .footer-mailer {
  display: flex;
  flex-wrap: wrap;
  width: 320px;
}
.footer-wrap .footer-top .footer-mailer .input-wrap {
  width: calc(100% - 42px);
  padding-bottom: 0;
}
.footer-mailer .input-wrap input {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0!important;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.footer-mailer .input-wrap input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-mailer .input-wrap input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-mailer .input-wrap input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-mailer .input-wrap input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-wrap .footer-top .footer-mailer .btn-wrap {
  width: 42px;
}
.footer-mailer .btn-wrap input,
.footer-mailer .ns-form .ns-submit {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  color: #2f4756;
  background-color: #fff !important;
   background-image: none !important;
  letter-spacing: 0.214em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding:0;
  text-shadow:none;
  box-shadow:none;
}
.footer-mailer .btn-wrap input:hover,
.footer-mailer .btn-wrap input:active {
  background-color: #006e61 !important;
  color: #fff;
}
.footer-mailer .btn-wrap input:focus{
  color:#000 !important;
}
.footer-mailer .ns-wrapper{
  padding: 0;
  margin: 0;
  max-width:100%;
}
.footer-mailer .ns-form{
  display: flex;
  flex-wrap: wrap;
}
.footer-mailer .ns-container{
  padding: 0;
}
/* Our-ImpactPage Style */
/*==============================================================
	InnerBannerSec Style
==============================================================*/
.inner-banner-wrap {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center top;
  position: relative;
}
.inner-banner-wrap::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.35);
}
.inner-banner-wrap .container {
  height: 100%;
  position: relative;
}
.inner-banner-wrap .inner-banner-info {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width:100%;
  text-align: center;
}
.inner-banner-wrap .container h2 {
  font-family: fira-sans, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
  color: #fff;
}
/*==============================================================
	BuildingSanctuarySec Style
==============================================================*/
.building-sanctuary-wrap {
  padding: 60px 0;
}
.building-sanctuary-wrap .container .sec-title .sub-title,
.building-sanctuary-wrap .container .sec-title h2 {
  text-align: center;
}
/*==============================================================
	HomeAidCounterSec Style
==============================================================*/
.home-aid-counter-wrap {
  padding: 70px 0;
  background: #006e61;
}
.home-aid-counter-wrap .container {
  max-width: 900px;
}
.home-aid-counter-wrap .sec-title h2 {
  text-align: center;
  color: #fff;
}
.home-aid-counter-wrap .home-aid-counter-list {
  padding-top: 50px;
}
.home-aid-counter-wrap .home-aid-counter-list ul {
  margin: 0 -30px;
}
.home-aid-counter-wrap .home-aid-counter-list ul li {
  padding: 0 30px;
  position: relative;
}
.home-aid-counter-wrap .home-aid-counter {
  text-align: center;
}
.home-aid-counter-wrap .home-aid-counter .counter {
  font-family: fira-sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  padding-bottom: 10px;
}
.home-aid-counter-wrap .home-aid-counter p {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.23em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.home-aid-counter-wrap .home-aid-counter-list ul li:first-child::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/icons/plus.svg") no-repeat;
  top: 15px;
  right: -12px;
}
.home-aid-counter-wrap .home-aid-counter-list ul li:nth-last-child(2)::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/icons/equal.svg") no-repeat;
  top: 15px;
  right: -12px;
}
/*==============================================================
	FeaturedProjectSec Style
==============================================================*/
.featured-project-wrap {
  padding: 70px 0 80px;
  background: #eeeeee;
}
.featured-project-wrap .sec-title {
  text-align: center;
}
.featured-project-list ul.row {
  margin: 0 -20px;
}
.featured-project-list ul.row li {
  padding: 0 20px;
}
.featured-project-list .featured-project .icon a{
  display:block;
}
.featured-project-list .featured-project .icon img {
  width: 100%;
  min-height:230px;
  height:230px;
  object-fit:cover;
}
.featured-project-list .featured-project .description {
  padding-top: 20px;
}
.featured-project-list .featured-project .description h3 a{
  display:block;
}
.featured-project-list .featured-project .description h3,
.featured-project-list .featured-project .description h3 a{
  font-family: fira-sans, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #006e61;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.featured-project-list .featured-project .description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}
.cta-link-arrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.23em;
  color: #006e61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}
.cta-link-arrow span {
  padding-left: 5px;
  position: relative;
  top: -2px;
}
.cta-link-arrow:hover {
  color: #000;
}
.cta-link-arrow:hover svg path {
  stroke: #0000;
}
.featured-project-wrap .cta-wrap {
  padding-top: 50px;
  text-align: center;
}
/*==============================================================
	Our-programSec Style
==============================================================*/
.our-program-wrap {
  padding-top: 60px;
}
.our-program-wrap .sec-title {
  text-align: center;
}
.our-program-wrap .sec-title p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.our-program-wrap .cta-wrap {
  text-align: center;
  margin-top: 20px;
}
/*==============================================================
	 Building-CommunitySec Style
==============================================================*/
.building-community-wrap {
  padding: 70px 0 30px;
}
.building-community-wrap .sec-title {
  text-align: center;
}
.building-community-wrap .sec-title p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.cta-group-wrap {
  margin-top: 40px;
  text-align: center;
}
.cta-group-wrap a + a {
  margin-left: 40px;
}
/*==============================================================
	 Floating-img-infoSec Style
==============================================================*/
.floating-img-info-wrap {
  padding: 60px 0;
}
.floating-img-info-wrap .floating-img-info-list > ul > li:not(:last-child) {
  margin-bottom: 60px;
}
.floating-img-info-wrap .floating-img-info .img-wrap {
  position: relative;
  float: left;
  padding-right: 40px;
}
.floating-img-info-wrap .floating-img-info .img-wrap img{
  max-width:385px;
  object-fit:cover;
}
.floating-img-info-wrap .floating-img-info .info h3 {
  font-family: fira-sans, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #006e61;
  padding-bottom: 10px;
}
.floating-img-info-wrap .floating-img-info .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}
.floating-img-info-wrap .floating-img-info .info p:last-child {
  margin-bottom: 0;
}
.floating-img-info-wrap .floating-img-info-list ul li:nth-child(2n) .floating-img-info .img-wrap {
  position: relative;
  float: right;
  padding-left: 40px;
  padding-right: 0;
}
/*==============================================================
	Need-helpSec Style
==============================================================*/
.need-help-wrap {
  padding: 85px 0;
  background: #006e61;
}
.need-help-wrap ul.row {
  margin: 0 -20px;
}
.need-help-wrap ul.row li {
  padding: 0 20px;
}
.need-help-wrap .img-wrap img {
  width: 100%;
}
.need-help-info .sec-title h6,
.need-help-info .sec-title h2 {
  color: #fff;
}
.need-help-info .sec-title p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  max-width: 386px;
}
.need-help-info .cta-wrap {
  margin-top: 40px;
}
.cta-btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-btn-outline-white:hover {
  background: #fff;
  color: #006e61;
}
/* GetInvolved Page Style */
/*==============================================================
	SupportCommunitySec Style
==============================================================*/
.support-community-wrap {
  padding-top: 60px;
}
.support-community-wrap .sec-title {
  text-align: center;
}
.support-community-wrap .sec-title p {
  text-align: left;
}
/*==============================================================
	BecomeTradePartnerSec Style
==============================================================*/
.become-trade-partner-wrap {
  padding: 40px 0 80px;
}
.become-trade-partner-wrap ul.row {
  margin: 0 -20px;
}
.become-trade-partner-wrap ul.row li {
  padding: 0 20px;
}
.become-trade-partner-wrap .container {
  max-width: 900px;
}
.become-trade-partner-wrap .img-wrap {
  height: 100%;
}
.become-trade-partner-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.become-trade-partner-wrap .trade-partner-info h3 {
  font-family: fira-sans, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #006e61;
  max-width: 360px;
  width: 100%;
  padding-bottom: 10px;
}
.become-trade-partner-wrap .trade-partner-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}
.become-trade-partner-wrap .cta-group-wrap {
  margin-top: 20px;
  text-align: left;
}
.become-trade-partner-wrap .cta-group-wrap .cta {
  padding: 7px 15px;
  letter-spacing: 0.153em;
}
/*==============================================================
	BecomeTradePartnerSec Style
==============================================================*/
.community-engagement-wrap {
  background: #eeeeee;
  padding: 70px 0;
}
.community-engagement-wrap .container {
  max-width: 900px;
}
.community-engagement-wrap .container .sec-title h3 {
  font-family: fira-sans, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #006e61;
  text-align: center;
  padding-bottom: 30px;
}
.community-engagement-wrap .container .without-popup-section .sec-title h3{
    text-align: left;
    padding: 16px 0 10px;
}
.community-engagement-wrap .container .sec-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.community-engagement-wrap .community-popup-list{
	padding-top: 42px;
}
 .community-popup-list ul{
	margin: 0 -20px;
}
 .community-popup-list ul li{
	padding: 0 20px 40px;
}
.common-card-popup.card {
  transition: opacity 200ms linear 320ms, transform 200ms ease-out 320ms;
  border: 0;
}
.common-card-popup.card .border {
  transition: opacity 200ms linear, transform 200ms ease-out;
  border: 0 !important;
}
.common-card-popup.card .team-img > img {
  transition: opacity 200ms linear 0ms, transform 200ms ease-in 0ms;
}

.common-card-popup.card .name {
  transform: translate3d(0%, 0px, 0px);
  transition: opacity 200ms linear 120ms, transform 200ms ease-in 120ms;
}

.card .card-text {
  display: none;
}

.card {
  background: transparent;
  border: 0;
}

.card-popup-info img {
  float: left;
  margin: 0 30px 30px 0;
  border: 4px solid #fff;
}

.card-popup-info h1 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: table;
}
.card-popup-info h1::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9dc65e;
}

/* The cover (expanding background) */

.cover {
  position: fixed;
  z-index: 12345;
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.65);
  transform-origin: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* The open page content */

.open-content {
	width:100%;
  max-width: 1240px;
  height: 70vh;
  z-index: 110;
  position: fixed;
  top: 0;
  left:0;
right:0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  padding: 0 15px;
  z-index: 123456;
  pointer-events: none;
  overflow: auto;
  background: #fff;
  scrollbar-color: rgba(0,110,97,0.9);
}
.open-content::-webkit-scrollbar-thumb {
  background: rgba(0,110,97,0.9); 
   -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.open-content::-webkit-scrollbar {
  width: 10px;
}

.open-content .photo img {
  position: relative;
  z-index: 5;
  display: block;
}

.open-content .text {
  padding: 60px 140px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.open-content .text .name{
	display: none;
}
.close-content {
  display: block;
  position: absolute;
  right: 15px;
  top: 9px;
  width: 20px;
  height: 20px;
}

.close-content span {
  background: #006E61;
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  top: 14px;
}

.x-1 {
  transform: rotate(45deg);
}

.x-2 {
  transform: rotate(-45deg);
}

.fancy-tab-close .close-content {
  inset: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background: #c1b2d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancy-tab-close .close-content span {
  top: initial;
}
/* Clicked card */
.card.clicked img {
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
}
.card.clicked .about-join-porter img {
  opacity: 1;
  transform: none;
}
.card.clicked .border {
  opacity: 0;
  transform: scale(1.3);
}
.card.out,
.card.out img {
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
}
.card.out .name,
.card.clicked .name {
  transform: translate3d(0%, -40px, 0px);
  opacity: 0;
}
.cover {
  transition: transform 300ms ease-in-out;
}
.open-content {
  transition: opacity 200ms linear 0ms;
}
.open-content.open {
  opacity: 1;
  pointer-events: all;
  transition-delay: 1000ms;
  overflow: auto;
}
@media (max-width: 991px) {
  .card-popup-info img {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .close-content {
    top: 25px;
  }
}
.open-content.open #open-content-image {
  display: none;
}
.community-popup-list .common-card-popup .icon a{
	display: block;
}
.community-popup-list .common-card-popup .icon img{
	width: 100%;
}
.community-popup-list .common-card-popup .sec-title{
	padding: 0 10px;
}
.community-popup-list .common-card-popup .sec-title h3,
.community-popup-list .without-popup-content .sec-title h3{
	font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #006e61;
	text-align: left;		
	padding: 16px 0 10px;
}
.community-popup-list .common-card-popup .sec-title .cta-link-arrow,
.community-popup-list .without-popup-content .sec-title .cta-link-arrow{
	color:#000;
}
.community-popup-list .common-card-popup .sec-title .cta-link-arrow:hover,
.community-popup-list .without-popup-content .sec-title .cta-link-arrow:hover{
	color:#006e61;
}
#open-content-text {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
#open-content-text .left,
#open-content-text .right{
	width:50%;
	padding: 0 20px;
}
#open-content-text .left{
	padding-top: 10px;
}
#open-content-text .left .sec-title h3{
font-family: fira-sans, sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 30px;
color: #006e61;
padding-bottom: 25px;
}
#open-content-text .left .sec-title p{
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}
#open-content-text .left .sec-title p a{
	display: inline-block;
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
	color:#006E61;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#open-content-text .left .sec-title p a:hover{
	color:#000;
}
#open-content-text .left .cta-wrap{
	margin-top: 35px;
}
#open-content-text .right .img-wrap img{
	width:100%;
}
#open-content-text .left .sec-title h6,
#open-content-text .right .popup-listing h6{
	font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
  	padding-top: 35px;
}
#open-content-text .left .sec-title ul li,
#open-content-text .right .popup-listing ul li{
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
	position: relative;
	padding-bottom: 5px;
  padding-left: 12px;
}
#open-content-text .left .sec-title ul li::before,
#open-content-text .right .popup-listing ul li::before{
  content: '»';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
}
body:not(.stop) .cover{
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
    width:0;
    height:0;
}
/*==============================================================
	BecomeTradePartnerSec Style
==============================================================*/
.community-popup-copy{
	background: #fff;
	padding: 80px 0;
}
.community-popup-copy .container{
	max-width: 900px;
}
.community-different-popup{
	padding-bottom: 90px;
}
.community-different-popup .common-card-popup{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 -20px;
}
.community-different-popup .common-card-popup .title,
.community-different-popup .common-card-popup .icon{
	width:50%;
	padding: 0 20px;
}
.community-different-popup .common-card-popup .icon a{
	display: block;
	height: 100%;
}
.community-different-popup .common-card-popup .icon img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.community-different-popup .sec-title h3{
	font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #006e61;
	padding-bottom: 20px;
}
.community-different-popup .sec-title p{
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}
.community-different-popup .sec-title .cta-wrap{
	margin-top: 25px;
}
/* Community-engagementPage Style */
/*==============================================================
	Community-engagementSec Style
==============================================================*/
.community-engagement-page-info{
  padding: 60px 0 40px;
}
.community-engagement-page-info .sec-title p{
  text-align: center;
}
/*==============================================================
	Community-engagement-navigationSec Style
==============================================================*/
.community-engagement-navigation-wrap{
  padding: 32px 0;
  background-color: #006E61;
  position:relative;
}
.community-engagement-navigation-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin: 0 -7px;
}
.community-engagement-navigation-wrap ul li{
  padding: 0 7px;
  min-width: 221px;
}
.community-engagement-navigation-wrap ul li a{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.153em;
  color:#006E61;
  background: #fff;
  border:1px solid #fff;
  padding: 7px;
  width:100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.community-engagement-navigation-wrap ul li a:hover{
  color:#fff;
  background-color: transparent;
}
/*==============================================================
	Floating-img-infoSec Style
==============================================================*/
.floating-img-info-wrap.community-engagement .container-sm{
  max-width: 900px;
}
.floating-img-info-wrap.community-engagement .floating-img-info .img-wrap {
  position: relative;
  float: right;
  padding-left: 40px;
  padding-right: 0;
}
.floating-img-info-wrap.community-engagement .floating-img-info-list ul li:nth-child(2n) .floating-img-info .img-wrap {
  position: relative;
  float: left;
  padding-right: 40px;
  padding-left: 0;
}
.floating-img-info-wrap.community-engagement .floating-img-info .info h3{
  font-size: 36px;
  line-height: 40px;
  color:#000000;
}
.floating-img-info-wrap .floating-img-info::after{
  content: '';
  clear: both;
  display: table;
}
.floating-img-info-wrap .floating-img-info .info p a{
  display: inline-block;
  color: #006E61;
  text-decoration: underline;
}
.floating-img-info-wrap .floating-img-info .info ul{
  margin-left: 20px;
  margin-bottom: 20px;
}
.floating-img-info-wrap .floating-img-info .info ul li{
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000000;
}
.floating-img-info-wrap .floating-img-info .info ul li:not(:last-child){
  margin-bottom: 5px;
}
.floating-img-info-wrap .floating-img-info .info ul li::before{
  content: '';
  position: absolute;
  width:6px;
  height:6px;
  background: #000;
  top:12px;
  left:0;
  -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.floating-img-info-wrap .floating-img-info .info ol {
  list-style: none;
  counter-reset: item;
}
.floating-img-info-wrap .floating-img-info .info li {
  counter-increment: item;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000000;
}
.floating-img-info-wrap .floating-img-info .info li:before {
  content: counter(item)'.';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000000;
  display: inline-block;
  margin-right: 5px;
}
/*==============================================================
	 Community-engagement-listSec Style
==============================================================*/
.community-engagement-list-wrap{
  padding-bottom: 100px;
  display:none;
}
.community-engagement-list-wrap .container{
  max-width: 900px;
}
.community-engagement-list-wrap ul.row{
  margin: 0 -20px;
}
.community-engagement-list-wrap ul.row li{
  padding: 0 20px;
}
.community-engagement-list-wrap .sec-title h3{
  font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    color: #006e61;
    padding-bottom: 10px;
    text-align: center;
    min-height: 70px;
    margin-top: auto;
    vertical-align: bottom;
}
.community-engagement-list-wrap .sec-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000000;
}
.community-engagement-list-wrap .sec-title p a{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#006E61;
  text-decoration: underline;
}
.community-engagement-list-wrap .cta-wrap{
  text-align: center;
  margin-top: 30px;
}
/*==============================================================
	  ContactSec Style
==============================================================*/
.contact-wrap{
  padding: 70px 0;
  background: #006E61;
}
.contact-wrap .sec-title{
  text-align: center;
}
.contact-wrap .sec-title h6,
.contact-wrap .sec-title h2{
  color:#fff;
}
.contact-wrap .sec-title p{
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 600px;
  width:100%;
  margin: 0 auto;
}
.contact-wrap .sec-title p a{
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}
.contact-wrap .contact-form{
  padding-top: 20px;
  text-align: center;
  max-width:470px;
  margin:0 auto;
}
.contact-wrap .contact-form .gform_fields{
  display:flex!important;
  flex-wrap:wrap;
}
.gform_wrapper.gravity-theme .gform_fields{
  grid-column-gap:0 !important;
  grid-row-gap:0 !important;
}
.contact-wrap .contact-form .gfield.gfield_contains_required{
  width:100%;
}
.contact-wrap .contact-form .gform_wrapper.gravity-theme .ginput_complex{
  margin:0 -10px;
}
.contact-wrap .contact-form #input_1_1_3_container,
.contact-wrap .contact-form #input_1_1_6_container,
.contact-wrap .contact-form #input_2_1_3_container,
.contact-wrap .contact-form #input_2_1_6_container{
  padding:0 10px;
}
.contact-wrap .contact-form #input_1_1_3_container input,
.contact-wrap .contact-form #input_2_1_3_container input{
    border:0;
}
.contact-wrap .contact-form #field_1_4,
.contact-wrap .contact-form #field_1_5,
.contact-wrap .contact-form #field_1_6,
.contact-wrap .contact-form #field_1_7,
.contact-wrap .contact-form #field_2_4,
.contact-wrap .contact-form #field_2_5,
.contact-wrap .contact-form #field_2_6,
.contact-wrap .contact-form #field_2_7{
  width:50%;
  padding-top:20px;
}
.contact-wrap .contact-form #field_1_4,
.contact-wrap .contact-form #field_1_6,
.contact-wrap .contact-form #field_2_4,
.contact-wrap .contact-form #field_2_6{
  padding-right:10px;
}
.contact-wrap .contact-form #field_1_5,
.contact-wrap .contact-form #field_1_7,
.contact-wrap .contact-form #field_2_5,
.contact-wrap .contact-form #field_2_7{
  padding-left:10px;
}
.contact-wrap .contact-form .gfield input{
  font-size:13px;
  font-weight:400;
  line-height:16px;
  color:#555555;
  height:40px;
    border:0;
}
.contact-wrap .contact-form .gfield input::-webkit-input-placeholder {
  opacity: 1;
  color:#555555;
    font-size:13px;
  font-weight:400;
  line-height:16px;
}
.contact-wrap .contact-form .gfield input:-moz-placeholder {
  opacity: 1;
  color:#555555;
    font-size:13px;
  font-weight:400;
  line-height:16px;
}
.contact-wrap .contact-form .gfield input::-moz-placeholder {
  opacity: 1;
  color:#555555;
    font-size:13px;
  font-weight:400;
  line-height:16px;
}
.contact-wrap .contact-form .gfield input:-ms-input-placeholder {
  opacity: 1;
  color:#555555;
    font-size:13px;
  font-weight:400;
  line-height:16px;
}
.contact-wrap .contact-form .gform_validation_errors,
.contact-wrap .contact-form .gfield_validation_message{
  display:none;
}
.gform_wrapper .gfield_error input{
  border:1.2px solid #f00 !important;
}
.contact-wrap .contact-form .gform_footer.top_label{
  padding-top:24px;
  margin:0;
  text-align:center;
    padding-bottom:0;
  display:flex;
  justify-content:center;
}
.contact-wrap .contact-form .gform_footer.top_label input{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  border: 1px solid #fff;
   color: #fff;
  background:transparent;
  letter-spacing: 0.23em;
  padding: 7px 52px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  margin:0;
}
.contact-wrap .contact-form .gform_footer.top_label input:hover {
  background: #fff;
  color: #006e61;
}
/* BuilderPage Style */
/*==============================================================
	 BuilderPageSec Style
==============================================================*/
.Builder-page-info{
  padding: 70px 0;
}
.Builder-page-info .sec-title{
  text-align: center;
}
.Builder-page-info .cta-wrap{
  text-align: center;
  padding-top: 50px;
}
/*==============================================================
	 WhatYouGainSec Style
==============================================================*/
.what-you-gain-wrap{
  padding: 70px 0;
  background-color: #006E61;
}
.what-you-gain-wrap .sec-title h2{
  color: #fff;
  text-align: center;
}
.what-you-gain-wrap .what-you-gain-list{
  text-align: center;
}
.what-you-gain-wrap ul.row{
  padding-top: 25px;
}
.what-you-gain-wrap .what-you-gain-list .info{
  padding-top: 35px;
}
.what-you-gain-wrap .what-you-gain-list .info p{
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.what-you-gain-list .icon img {
        min-height: 52px!important;
    max-width: 91px!important;
}
/*==============================================================
	Floating-img-infoSec Style
==============================================================*/
.floating-img-info-wrap.builder-captain{
  padding: 90px 0;
}
.floating-img-info-wrap.builder-captain .container{
  max-width: 900px;
}
.floating-img-info-wrap .floating-img-info .img-wrap{
  float: right;
  padding-left: 40px;
  padding-right: 0;
}
.floating-img-info-wrap .floating-img-info .info p span{
  font-weight: 700;
}
.floating-img-info-wrap.builder-captain .floating-img-info .info h3{
  color:#000
}
.floating-img-info-wrap .floating-img-info .img-wrap.mobile{
  display: none;
}
/*==============================================================
	QuotesSliderSec Style
==============================================================*/
.quote-slider-wrap{
  padding: 170px 0 133px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quote-slider-wrap .container{
  max-width: 700px;
}
.quote-slider-wrap::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.6);
}
.quote-slider-wrap .quote-slide .sec-title h2{
  font-family: fira-sans, sans-serif;
  font-weight: 500;
  font-style: italic;
  color:#fff;
  text-align: center;
}
.quote-slider-wrap .quote-slide .sec-title p{
  color:#fff;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.quote-slider-wrap .quote-slide .sec-title p.author{
  font-weight: 700;
  letter-spacing:2px;
}
.quote-slider-wrap .quote-dots ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.quote-slider-wrap .quote-dots ul.slick-dots li {
  margin: 0 5px;
  text-transform: capitalize;
  border: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.quote-slider-wrap .quote-dots ul.slick-dots li button {
  display: none;
}
.quote-slider-wrap .quote-dots ul.slick-dots li.slick-active {
  background: #fff;
}
/*==============================================================
	BuilderPartnerListSec Style
==============================================================*/
.builder-partner-list-wrap{
  padding: 60px 0;
}
.builder-partner-list-wrap .icon{
  text-align: center;
}
.builder-partner-list-wrap .sec-title{
  padding-top: 17px;
  text-align: center;
}
.builder-partner-list-wrap .sec-title h2{
  color:#006E61;
  padding-bottom:35px;
}
.builder-partner-link-list .builder-partner-link ul li a{
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color:#000000;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} 
.builder-partner-link-list .builder-partner-link ul{
  display: flex;
  flex-wrap: wrap;
  margin:0 -5px;
}
.builder-partner-link-list .builder-partner-link ul li{
  width:25%;
  padding:0 5px;
}
.builder-partner-link-list .builder-partner-link ul li a:hover{
  color:#006E61;
}
.builder-partner-link-list .builder-partner-link ul li:not(:last-child){
  padding-bottom: 15px;
}
/* AboutPage Style */
/*==============================================================
	AboutPageInfoSec Style
==============================================================*/
.aboutPage-info-wrap{
  padding: 60px 0 40px;
}
.aboutPage-info-wrap .sec-title{
  text-align: center;
}
.aboutPage-info-wrap .sec-title p{
  text-align: left;
}
/*==============================================================
	BuildingHopeSliderSec Style
==============================================================*/
.building-hope-slider-wrap{
  padding: 50px 0;
  background: rgba(238, 238, 238, 0.85);
}
.building-hope-slider-wrap .container{
  max-width: 900px;
}
.building-hope-slider-wrap .sec-title{
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  width:100%;
}
.building-hope-slider-wrap .building-hope-slider{
  margin: 0 -32px;
}
.building-hope-slider .building-hope-slide{
  padding: 0 32px;
}
.building-hope-slider .building-hope-slide .img-wrap img{
  width:100%;
}
.building-hope-slider .building-hope-slide .info{
  padding: 20px 0;
}
.building-hope-slider .building-hope-slide .info h2{
    font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #006E61;
    text-align: center;
}
.building-hope-slider .building-hope-slide .description p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000000;
}
.building-hope-slider .slick-prev.slick-arrow,
.building-hope-slider .slick-next.slick-arrow{
  position: absolute;
  top:30%;
  text-indent: -5000px;
  text-transform: capitalize;
  border:0;
  width:28px;
  height:28px;
}
.building-hope-slider .slick-prev.slick-arrow{
  left:-65px;
  background: url('../images/icons/arrow-green-slider-left.svg') no-repeat;
  background-size: cover;
}
.building-hope-slider .slick-next.slick-arrow{
  right:-65px;
  background: url('../images/icons/arrow-green-slider.svg') no-repeat;
  background-size: cover;
}
/*==============================================================
	Floating-img-infoSec Style
==============================================================*/
.floating-img-info-wrap.about .floating-img-info-list ul li:nth-child(2n) .floating-img-info .img-wrap{
  float: left;
  padding-right: 40px;
  padding-left: 0;
}
.floating-img-info-wrap.about .floating-img-info .info h3{
  color:#000
}
.floating-img-info-wrap.about .cta-wrap{
  text-align: center;
  padding-top: 40px;
}
/*==============================================================
	Learn-aboutSec Style
==============================================================*/
.learn-about-wrap{
  padding: 40px 0;
  background: #006E61;
}
.learn-about-wrap .sec-title h2{
  text-align: center;
  color:#fff;
}
.learn-about-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.learn-about-wrap ul li{
  padding: 0 15px;
  min-width: 172px;
}
.learn-about-wrap ul li a{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.153em;
  color:#006E61;
  background: #fff;
  border:1px solid #fff;
  padding: 7px 32px;
  width:100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.learn-about-wrap ul li a:hover{
  color: #fff;
  background-color: transparent;
}
/* Board-of-director Style */
/*==============================================================
	Plain-bannerSec Style
==============================================================*/
.plain-banner-wrap{
  background: #006E61;
  padding: 40px 0;
}
.plain-banner-wrap h2{
  font-family: fira-sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  color: #fff;
  text-align: center;
}
/*==============================================================
	Board-director-imgSec Style
==============================================================*/
.board-director-img-wrap{
  padding: 75px 0 50px;
}
/*==============================================================
	Board-directorListSec Style
==============================================================*/
.board-director-list-wrap .container{
  max-width: 900px;
}
.board-director-list-wrap .container > ul >li{
  padding-bottom: 50px;
}
.board-director-list-wrap .board-director-list .sec-title h2{
  text-align: center;
}
.board-director-list-wrap .board-director-list .board-director-info{
  text-align: center;
  max-width: 254px;
  margin: 0 auto;
  width:100%;
}
.board-director-list-wrap .board-director-list ul.row li{
  padding-bottom: 30px;
}
.board-director-list-wrap .container > ul >li.single-post .board-director-list ul.row{
  justify-content:center;
}
.board-director-list .board-director-info h5.title a{
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color:#006E61;
}
.board-director-list .board-director-info h5.title{
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color:#006E61;
}
.board-director-list .board-director-info h6.title a{
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color:#006E61;
}
.board-director-list .board-director-info h6.title{
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color:#006E61;
}
.board-director-list .board-director-info h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color:#000;
}
.board-director-list .board-director-info p{
  margin-bottom: 0;
  font-size: 16px;
/*   font-style: italic; */
  font-weight: 400;
  line-height: 28px;
  color:#000;
}
.board-director-list-wrap .container > ul >li:nth-child(1) .board-director-list .board-director-info h5.title{
  font-size:20px;
}
/* FaqPage Style */
/*==============================================================
	Frequently-QuestionSec Style
==============================================================*/
.frequently-question-wrap{
  padding: 50px 0;
}
.faq-question-list .faq-question .sec-title h2{
  text-align: center;
  padding-bottom: 20px;
}
.faq-question .faq-float-wrap .img-wrap{
  position: relative;
  float: right;
  padding-left: 60px;
}
.faq-question-list .faq-question .sec-title p,
.faq-question .description p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
}
.frequently-question-wrap .faq-question-list ul li:not(:last-child){
  margin-bottom: 50px;
}
.faq-question-list .faq-question .sec-title p a,
.faq-question .description p a{
  display: inline-block;
  color: #006E61;
  text-decoration: underline;
}
/* Contactus-page Style */
/*==============================================================
	Contactus-page-formSec Style
==============================================================*/
.contactus-page-form-wrap{
  padding: 50px 0;
}
.contactus-page-form-wrap .sec-title p{
  font-size: 16px;
}
.contactus-page-form-wrap .contactus-page-form{
  margin-top: 30px;
}
div#gform_confirmation_message_3 {
font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    padding-bottom: 10px;
}
/*==============================================================
	 Contactus-addressSec Style
==============================================================*/
.contactus-address-wrap{
  padding: 50px 0;
  background: rgba(238, 238, 238, 0.85);
}
.contactus-address-wrap ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -43px;
  justify-content: center;
}
.contactus-address-wrap ul li{
  padding: 0 43px;
  position: relative;
}
.contactus-address-wrap ul li:not(:last-child)::after{
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  width:1px;
  height:180px;
  background: #006E61;
}
.contactus-address-wrap .container{
  max-width: 700px;
}
.contactus-address-wrap .contact-us-address h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color:#006E61;
  padding-bottom: 5px;
}
.contactus-address-wrap .contact-us-address a{
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
  max-width: 255px;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contactus-address-wrap .contact-us-address a:hover{
  color:#006E61;
}
.contactus-address-wrap .contact-us-address span{
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
  padding: 5px 0;
}
.contactus-address-wrap .contact-us-address span a{
  display: inline-block;
}
.contactus-address-wrap .contact-us-info{
  max-width: 255px;
  width:100%;
}
.contactus-address-wrap .contact-us-info h5{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color:#000;
  padding-bottom: 10px;
}
.contactus-address-wrap .contact-us-info p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
}
.contactus-address-wrap .contact-us-info p a{
  display: inline-block;
  color:#006E61;
  text-decoration: underline;
}
/*==============================================================
	 Contactus-HelpSec Style
==============================================================*/
.contact-us-help-wrap{
  padding: 60px 0;
}
.contact-us-help-wrap ul.row{
  margin: 40px 0;
}
.contact-us-help-wrap .contact-us-help-list{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact-us-help-wrap .contact-us-help-list h5{
  font-family: fira-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #006E61;
  text-align: center;
  padding-bottom: 15px;
}
.contact-us-help-wrap .contact-us-help-list p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
}
.contact-us-help-wrap .contact-us-help-list p a{
  display: inline-block;
  color:#006E61;
  text-decoration: underline;
}
.contact-us-help-wrap .contact-us-help-list .cta-wrap{
  margin-top: auto;
  text-align: center;
  padding-top: 10px;
}
.contact-us-help-wrap .sec-title h2{
  max-width: 600px;
  margin: 0 auto;
}
.contact-us-help-wrap .sec-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000; 
}
.contact-us-help-wrap .sec-title p a{
  display: inline-block;
  color:#006E61;
  text-decoration: underline;
}
/*  Need-helpPage Style */
/*==============================================================
	 Need-helpPageInfoSec Style
==============================================================*/
.need-help-info-wrap{
  margin: 50px 0;
}
.need-help-info-wrap .sec-title{
  text-align: center;
}
.need-help-info-wrap .sec-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000; 
}
.need-help-info-wrap ul.row{
  margin: 40px -20px 0;
}
.need-help-info-wrap ul.row li{
  padding: 0 20px;
}
.need-help-info-wrap .need-help-info h4{
  font-family: fira-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #006E61;
  text-align: center;
  padding-bottom: 15px;
}
.need-help-info-wrap .need-help-info p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000; 
}
/*==============================================================
	 ResourcebycountySec Style
==============================================================*/
.resource-by-county-wrap{
  padding: 60px 0;
  background: rgba(238, 238, 238, 0.85);
}
.resource-by-county-wrap .sec-title h2{
  text-align: center;
}
.resource-by-county-wrap .sec-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000; 
  text-align: left;
}
.resource-by-county-wrap .sec-title p a{
  display: inline-block;
  color:#006E61;
  text-decoration: underline;
}
.resource-by-county-wrap .sec-title ul{
  margin: 30px -20px 20px;
  display: flex;
  flex-wrap: wrap;
}
.resource-by-county-wrap .sec-title ul li{
  width:50%;
  padding: 0 20px 10px;
}
.resource-by-county-wrap .sec-title ul li span{
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color:#000; 
  display: inline-block;
}
.resource-by-county-wrap .sec-title ul li span a{
  display: block;
  color:#006E61;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}
.resource-by-county-wrap .sec-title ul li:nth-child(3) span{
  max-width: 380px;
}
.resource-by-county-wrap .sec-title ul li:nth-child(3) span a{
  display: inline-block;
}
/*==============================================================
	 Need-help-info-listSec Style
==============================================================*/
.need-help-link-wrap{
  padding: 60px 0 0;
}
.need-help-link-wrap ul.row > li{
  padding-bottom: 30px;
}
.need-help-link-list-wrap .title h4{
  font-family: fira-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}
.need-help-link-list-wrap .need-help-link-list{
  padding-bottom: 20px;
}
.need-help-link-list .title{
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color:#000;
  padding-bottom: 5px;
  position: relative;
}
.need-help-link-list ul{
  display: flex;
  flex-wrap: wrap;
}
.need-help-link-list ul li{
  position: relative;
  padding-left: 12px;
  width:50%;
}
.need-help-link-list ul li a{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#006E61;
  text-decoration: underline;
  text-transform: capitalize;
}
 .need-help-link-list ul li::before{
  content: '»';
  position: absolute;
  left:0;
  top:0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color:#000;
} 
/*  partnerPage Style */
/*==============================================================
	 Need-helpPageInfoSec Style
==============================================================*/
.partnerpage-info-wrap{
 padding: 60px 0; 
}
.partnerpage-info-wrap .sec-title .sub-title,
.partnerpage-info-wrap .sec-title h2{
  text-align: center;
}
/*==============================================================
	 LearnAboutPartnerSec Style
==============================================================*/
.learn-about-partner-wrap .container{
  max-width: 700px;
}
.learn-about-partner-wrap .sec-title{
  text-align: center;
}
.learn-about-partner-wrap ul.row li{
  margin-bottom: 50px;
}
.learn-about-partner-wrap .learn-about-partner-list .learn-about-partner{
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}
.learn-about-partner-list .learn-about-partner .title h4{
  font-family: fira-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color:#006E61;
  padding-bottom: 10px;
}
.learn-about-partner-list .learn-about-partner .description p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
}
/*==============================================================
	 PresidentCircleSec Style
==============================================================*/
.president-circle-wrap{
  padding: 30px 0 70px;
}
.president-circle-wrap .sec-title h2{
  text-align: center;
}
.president-circle-wrap .sec-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
}
.president-circle-wrap ul.row{
  margin: 40px -15px 0;
}
.president-circle-img-info .title h4{
  font-family: fira-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color:#006E61;
  padding-bottom: 10px;
}
.president-circle-img-info .description p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
  max-width: 490px;
  width:100%;
}
.president-circle-img-info .cta-wrap{
  margin-top: 30px;
}
.president-circle-wrap .img-description p{
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color:#000;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
  padding-top: 15px;
}
/*==============================================================
	 President-award-sliderSec Style
==============================================================*/
.president-award-slider-wrap{
  padding-bottom: 60px;
}
.president-award-slider-wrap .container{
  max-width: 900px;
}
.president-award-slider-wrap .sec-title{
  text-align: center;
}
.president-award-slider-wrap .sec-title h2{
  padding-bottom: 40px;
}
.president-award-slider-wrap .president-award-slider{
  margin: 0 -32px;
}
.president-award-slider .president-award-slide{
  padding: 0 32px;
}
.president-award-slider .president-award-slide .img-wrap img{
  min-height: 200px;
  object-fit: cover;
  width:100%;
}
.president-award-slider .president-award-slide .info{
  padding: 20px 0 5px;
  text-align: center;
}
.president-award-slider .president-award-slide .info h2{
  font-family: fira-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color:#006E61;
}
.president-award-slider .president-award-slide .link-wrap{
  text-align: center;
}
.president-award-slider .president-award-slide .link-wrap a{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color:#006E61;
  text-decoration: underline;
}
.president-award-slider .slick-prev.slick-arrow,
.president-award-slider .slick-next.slick-arrow{
  position: absolute;
  bottom:50px;
  text-indent: -5000px;
  text-transform: capitalize;
  border:0;
  width:24px;
  height:24px;
}
.president-award-slider .slick-prev.slick-arrow{
  left:-65px;
  background: url('../images/icons/arrow-green-slider-left.svg') no-repeat;
  background-size: cover;
}
.president-award-slider .slick-next.slick-arrow{
  right:-65px;
  background: url('../images/icons/arrow-green-slider.svg') no-repeat;
  background-size: cover;
}
/* NewsPage Style */
/*==============================================================
	 NewsImageInfoSec Style
==============================================================*/
.news-image-info-wrap{
  padding: 80px 0;
}
.news-image-info-wrap .news-image-info-list ul.row{
  align-items: center;
}
.news-image-info-list .news-img-info .sec-title h2{
  padding-bottom: 10px;
}
.news-image-info-list .news-img-info .sec-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
  max-width: 470px;
  width:100%;
}
.news-image-info-list .news-img-info .cta-wrap{
  margin-top: 30px;
}
.news-image-info-list .news-img-info .cta-wrap a{
  text-align: center;
  padding: 6px 37px;
  line-height: 20px;
}
.news-image-info-wrap .news-image-info-list:not(:last-child){
  padding-bottom: 90px;
}
.news-image-info-wrap .news-image-info-list:last-child .news-img-info .sec-title h2{
  text-align: center;
}
/*==============================================================
	PastNewsSec Style
==============================================================*/
.past-news-wrap{
  padding-bottom: 50px;
}
.past-news-wrap .sec-title h2{
  text-align: center;
}
.past-news-wrap .past-news-list ul.row{
  margin: 0 -21px;
}
.past-news-wrap .past-news-list ul.row li{
  padding: 0 21px 60px; 
}
.past-news .img-wrap{
  padding-bottom: 20px;
}
.past-news .img-wrap img{
  width:100%;
  height:300px;
  object-fit: cover;
}
.past-news .date p{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.187em;
  color:#006E61;
  text-align: center;
  text-transform: uppercase;
}
.past-news .title h6{
  font-family: fira-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color:#000;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.past-news .cta-wrap{
  text-align: center;
  padding-top: 20px;
}
.news-navigation ul.pagination{
  justify-content:center;
  align-items:center;
  margin:0 -5px;
}
.news-navigation ul.pagination li{
  padding:0 5px;
}
.news-navigation ul.pagination li a{
  font-size:16px;
  font-weight:400;
  line-height:28px;
  color:#006E61;
}
.news-navigation ul.pagination li.active a{
  font-weight:700; 
}
.event-navigation{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom: 30px;
}
.event-navigation .page-numbers{
  font-size:16px;
  font-weight:400;
  line-height:28px;
  color:#006E61;
  margin:0 5px;
}
.event-navigation .page-numbers.current{
  font-weight:700;
}
/* TeamPage Style */
/*==============================================================
	Team-infoSec Style
==============================================================*/
.team-info-wrap{
  padding: 80px 0 30px;
}
.team-info-wrap .container{
  max-width: 600px;
}
.team-info-wrap ul.row li{
  margin-bottom: 50px;
}
.team-info-wrap .team-info .title {
  padding-top: 24px;
  padding-bottom: 5px;
  text-align:center;
}
.team-info-wrap .team-info .title a{
  display: block;
  text-align: center;
}
.team-info-wrap .team-info .title a h4,
.team-info-wrap .team-info .title h4{
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color:#006E61;
}
.team-info-wrap .team-info .description p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
  font-style: italic;
  text-align: center;
}
/* ProjectPage Style */
/*==============================================================
	ProjectPageInfoSec Style
==============================================================*/
.project-page-info-wrap{
  padding: 60px 0;
}
.project-page-info-wrap .sec-title .sub-title{
  text-align: center;
}
.project-page-info-wrap .sec-title h2{
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
/*==============================================================
	HomeAidCounterSec Style
==============================================================*/
.home-aid-counter-wrap.project-page .sec-title h2{
  font-size: 24px;
  line-height: 34px;
  max-width: 813px;
  margin: 0 auto;
}
/*==============================================================
	FeaturedProjectSec Style
==============================================================*/
.featured-project-wrap.in-development .featured-project-list ul.row li{
  padding-bottom: 40px;
}
.featured-project-wrap.complete-project{
  background: #fff;
}
.featured-project-wrap.completed-project{
  background: #fff;
}
.featured-project-wrap.completed-project ul.row li{
  padding-bottom: 50px;
}
.featured-project-wrap.completed-project .featured-project-list .featured-project .description h3 {
  max-width: 370px;
  width:100%;
}
.featured-project-wrap.completed-project  .cta-wrap{
  padding-top: 0;
}
/* IndividualProjectPage Style */
/*==============================================================
	Individual-project-imgSec Style
==============================================================*/
.individual-project-img-wrap{
  padding: 50px 0;
}
/*==============================================================
	Floating-img-infoSec Style
==============================================================*/
.floating-img-info-wrap.individual-project{
  padding-top: 0;
}
.expand-content{
  display: none;
}
.read-more-wrap{
  text-align: center;
  padding-top: 20px;
}
.read-more-wrap a{
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color:#006E61;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
}
.read-more-wrap a::after{
  content: '';
  position: absolute;
  width:15px;
  height:15px;
  background: url('../images/icons/arrow-green-slider-left.svg')no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
bottom:0;
left:0;
right:0;
margin: 0 auto;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.read-more-wrap a.less::after{
  -webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
/*==============================================================
	BuilderCaptain-ThanksSec Style
==============================================================*/
.builder-captain-thankyou-wrap .container{
  max-width: 700px;
}
.builder-captain-thankyou-wrap .sec-title{
  text-align: center;
}
.builder-captain-thankyou-wrap .img-wrap{
  text-align: center;
}
/*==============================================================
	TradePartner-ThanksSec Style
==============================================================*/
.trade-partner-thankyou-wrap{
  padding: 80px 0;
}
.trade-partner-thankyou-wrap .container{
  max-width: 900px;
}
.trade-partner-thankyou-wrap .sec-title h2{
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
}
.trade-partner-thankyou-list ul{
  display: flex;
  flex-wrap: wrap;
}
.trade-partner-thankyou-list ul li{
  width:33.33%;
  text-align: center;
}
.trade-partner-thankyou-list ul li{
  padding-bottom: 15px;
}
.trade-partner-thankyou-list ul li a{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.trade-partner-thankyou-list ul li a:hover{
  color:#006E61;
}
.trade-partner-thankyou-wrap .cta-wrap{
  padding-top: 30px;
  text-align: center;
}
.floating-img-info-wrap.annual-report .cta-wrap{
  padding-top: 40px;
  text-align: center;
}
/* Annual-reportPage Style */
/*==============================================================
	Annual-reportSec Style
==============================================================*/
.annual-report-archives-wrap{
  padding: 50px 0;
  background: #EEEEEE;
}
.annual-report-archives-wrap .sec-title h2{
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}
.annual-report-archives-list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.annual-report-archives-list ul li{
  padding: 0 10px;
  position: relative;
} 
.annual-report-archives-list ul li::after{
  content: '';
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  width:1px;
  height:15px;
  background: #000;
  margin: auto 0;
}
.annual-report-archives-list ul li:last-child:after{
  display: none;
}
.annual-report-archives-list ul li a{
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
  color:#006E61;
  text-decoration: underline;
}
/*==============================================================
	Annual-ReportVideoSec Style
==============================================================*/
.annual-report-video-wrap{
  padding: 50px 0 80px;
}
.annual-report-video-wrap .sec-title h2{
  font-size:24px;
  line-height:34px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.annual-report-video-wrap .annual-report-video{
  text-align: center;
  position: relative;
  padding-top: 50.25%;  
}
.annual-report-video-wrap .annual-report-video iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Builder-captainPage Style */
/*==============================================================
	FeaturedProjectSec Style
==============================================================*/
.featured-project-wrap.builder-captain1{
  background: #fff;
  padding-top: 0;
}
.featured-project-wrap.builder-captain1 .icon a{
  display: block;
}
/* Trade-partnerPage Style */
/*==============================================================
	tradePartnerPageInfoSec Style
==============================================================*/
.trade-partner-page-info-wrap{
  padding: 60px 0;
}
.trade-partner-page-info-wrap .sec-title h2{
  text-align: center;
}
.trade-partner-page-info-wrap .cta-wrap{
  padding-top: 40px;
  text-align: center;
}
/*==============================================================
	 WhatYouGainSec Style
==============================================================*/
.what-you-gain-wrap.trade-partner{
  padding-bottom: 30px;
}
.what-you-gain-wrap .sec-title p{
  text-align: center;
  color:#fff;
}
.what-you-gain-wrap.trade-partner ul.row li{
  padding-bottom: 40px;
}
/*==============================================================
	 ContactSec Style
==============================================================*/
.contact-wrap.mini-contact{
  background: #fff;
  padding-bottom: 30px;
}
.contact-wrap.mini-contact .sec-title h6,
.contact-wrap.mini-contact .sec-title h2{
  color:#000;
}
/* corporate-partnerPage Style */
/*==============================================================
	corporatePartnerPageInfoSec Style
==============================================================*/
.corporate-partner-page-info-wrap{
  padding: 60px 0 0;
}
.corporate-partner-page-info-wrap .sec-title p a{
  display: inline-block;
  color:#006E61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.corporate-partner-page-info-wrap .sec-title p a:hover{
  color: #000;
}
.corporate-partner-page-info-wrap .need-help-link-list{
  margin: 30px 0 0;
}
/*==============================================================
	CorporateKey-partnerSec Style
==============================================================*/
.corporate-keypartner-wrap{
  padding: 60px 0 0;
}
.corporate-keypartner-wrap .sec-title h2{
  text-align: center;
}
.corporate-keypartner-wrap .sec-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
}
/* Nonprofit-partnerPage style */
/*==============================================================
	non-profitKey-partnerSec Style
==============================================================*/
.non-profit-keypartner-wrap{
  padding: 0px 0 0;
margin-top: -35px;
}
.non-profit-keypartner-wrap .sec-title h2{
  text-align: center;
}
/*==============================================================
	BuildingHopeSliderSec Style
==============================================================*/
.building-hope-slider-wrap.arrow-advance.non-profit-partner{
  padding: 25px 0 0;
}
.building-hope-slider-wrap.arrow-advance{
  background: #fff;
}
.building-hope-slider-wrap.arrow-advance .building-hope-slider .building-hope-slide{
  padding: 0 20px;
}
.building-hope-slider-wrap.arrow-advance .building-hope-slider{
  margin: 0 -20px;
}
.building-hope-slider-wrap.arrow-advance.non-profit-partner .slick-prev.slick-arrow, 
.building-hope-slider-wrap.arrow-advance.non-profit-partner .slick-next.slick-arrow{
  margin-top: -15px;
}
/*==============================================================
	non-profitKey-partnerSec Style
==============================================================*/
.non-profit-info-wrap{
  padding:40px 0 0;
}
.non-profit-info-wrap .sec-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
}
.non-profit-info-wrap .cta-wrap{
  margin-top: 40px;
  text-align: center;
}
/* volunteer-Page style */
/*==============================================================
	VolunteerPageInfoSec Style
==============================================================*/
.community-engagement-wrap.volunteer{
  background: #fff;
  padding-bottom: 10px;
}
.volunteer-page-info-wrap .sec-title h2{
  text-align: center;
}
.volunteer-page-info-wrap .sec-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
}
.volunteer-page-info-wrap{
  padding: 0 0 40px;
}
.volunteer-page-info-wrap .cta-wrap{
  text-align: center;
  margin-top: 40px;
}
/* Events-Page style */
/*==============================================================
	PastNewsSec Style
==============================================================*/
.past-news-wrap.events{
  padding: 60px 0 0;
}
.past-news-wrap.events .past-news .description p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  text-align: center;
  padding-top: 20px;
}
.past-news-wrap.events .past-news .cta-wrap{
  padding-top: 0;
}
/* Turnover-program-Page style */
/*==============================================================
	Turnover-introSec Style
==============================================================*/
.turnover-intro-wrap{
  padding: 50px 0 0;
}
.turnover-intro-wrap .sec-title h6,
.turnover-intro-wrap .sec-title h2{
  text-align: center;
}
/*==============================================================
	Turnover-main-infoSec Style
==============================================================*/
.turnover-main-info-wrap{
  padding-bottom: 40px;
}
.turnover-main-info-wrap .sec-title h2{
  text-align: center;
  padding-top: 40px;
}
.turnover-main-info-wrap .sec-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  text-align: center;
}
.turnover-main-info-wrap .sec-title p span{
  font-weight: 700;
}
.turnover-main-info-wrap .sec-title p a{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#006E61;
  text-decoration: underline;
}
/*==============================================================
	Turnover-greenSec Style
==============================================================*/
.turnover-green-wrap{
  padding: 70px 0;
  background: #006E61;
}
.turnover-green-wrap .sec-title h2{
  font-size: 24px;
  line-height: 34px;
  max-width: 813px;
  margin: 0 auto;
  color:#fff;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
/*==============================================================
	BuildingHopeSliderSec Style
==============================================================*/
.building-hope-slider-wrap.turn-over-program{
  background: #fff;
}
.building-hope-slider-wrap.turn-over-program .building-hope-slider{
  margin: 0 -20px;
}
.building-hope-slider-wrap.turn-over-program .building-hope-slider .building-hope-slide{
  padding: 0 20px;
}
.building-hope-slider-wrap.turn-over-program .building-hope-slide .title h6{
  font-family: fira-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.building-hope-slider-wrap.turn-over-program .building-hope-slide .cta-wrap{
  text-align: center;
}
a.btn-secondary{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.23em;
  color: #006e61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  background:transparent;
  border:0;
  padding:0;
  box-shadow:none;
}
a.btn-secondary:hover{
  background:transparent;
  color:#000;
}
a.btn-secondary:active,
a.btn-secondary:focus{
  background:transparent;
  color:#000;
  border:0;
  box-shadow:none !important;
}
.page-id-26082 .need-help-link-list ul li{
  width:100%;
  padding-right:20px;
}
.page-id-33 .floating-img-info-list > ul > li:nth-child(1) .floating-img-info .img-wrap{
  float:left;
  padding-left:0;
  padding-right:40px;
}
.contactus-page-form .gform_fields{
  display:flex !important;
  flex-wrap:wrap;
}
.contactus-page-form #field_3_1{
  width:60%;
  padding-bottom:20px;
}
.contactus-page-form #field_3_3{
  width:40%;
  padding-left:20px;
}
.contactus-page-form #field_3_5{
  width:40%;
}
.contactus-page-form #field_3_4,
.contactus-page-form #field_3_6{
  width:30%;
}
.contactus-page-form #input_3_1_3_container,
.contactus-page-form #field_3_4{
  padding-right:10px;
}
.contactus-page-form #input_3_1_6_container,
.contactus-page-form #field_3_5{
  padding-left:10px
}
.contactus-page-form #field_3_6{
  padding-left:20px;
}
.contactus-page-form #field_3_7{
  width:100%;
  padding-top:20px;
}
.contactus-page-form input,
.contactus-page-form select{
    -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size:16px !important;
  font-weight:400;
  line-height:28px;
  color:#888888;
  border:1px solid #000;
  height:40px;
  padding:6px 12px !important
}
.contactus-page-form #field_3_7 textarea{
  height:120px;
      -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size:16px !important;
  font-weight:400;
  line-height:28px;
  color:#888888;
  border:1px solid #000;
  padding:6px 12px !important
}
.contactus-page-form select{
    -webkit-appearance: none;
  -moz-appearance: none;
   background: url('../images/icons/Triangle-green.svg')no-repeat;
  background-size:10px 5px;
  background-position:center right 15px;
}
.contactus-page-form .gform_footer.top_label{
  justify-content:center;
}
.contactus-page-form .gform_footer.top_label input{
    display: inline-block;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.23em;
  padding: 7px 30px !important;
   background-color: #006e61;
  color: #fff;
  border: 1px solid #006e61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  margin:0!important;
}
.contactus-page-form .gform_footer.top_label input:hover{
   background: #fff;
  color: #006e61;
}
.contactus-page-form .gform_wrapper .gform_validation_errors,
.contactus-page-form .gfield_validation_message{
  display:none;
}
.news-list-content-wrap{
  padding: 50px 0 0;
}
.news-list-content-wrap h2{
font-family: fira-sans, sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 40px;
color: #000000;
padding-bottom: 25px;
text-align: center;
}
.news-list-content-wrap p{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color:#000;
}
.news-list-content-wrap .img-wrap{
  padding-bottom: 20px;
}
.news-list-content-wrap ul{
  padding-bottom: 20px;
}
.news-list-content-wrap ul li{
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
	position: relative;
	padding-bottom: 5px;
  padding-left: 12px;
}
.news-list-content-wrap ul li::before{
  content: '»';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
}
.news-form-wrap .gform_fields{
  display:flex!important;
  flex-wrap:wrap;
}
.news-form-wrap .gform_fields #field_4_1{
  width:100%;
}
.news-form-wrap .gform_fields #input_4_1_3_container,
.news-form-wrap .gform_fields #field_4_3{
  padding-right:15px;
}
.news-form-wrap .gform_fields #input_4_1_6_container,
.news-form-wrap .gform_fields #field_4_4{
  padding-left:15px; 
}
.news-form-wrap .gform_fields #field_4_3,
.news-form-wrap .gform_fields #field_4_4{
  width:50%;
  padding-top:30px;
}
.news-form-wrap .gform_footer.top_label{
  justify-content:center;
  margin:0 !important;
  padding-top:35px!important;
}
.news-form-wrap .gform_fields input{
  font-size:16px !important;
  font-weight:400;
  line-height:28px;
  color:#888888;
  height:40px;
    -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:1px solid #000000;
}
.news-form-wrap .gform_footer.top_label input{
    display: inline-block;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.23em;
  padding: 7px 30px !important;
  border: 1px solid #006e61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  background:#006e61;
    color:#fff;
}
.news-form-wrap .gform_footer.top_label input:hover{
  background-color: transparent;
  color: #006e61;
}
.news-form-wrap .gform_validation_errors,
.news-form-wrap .gfield_validation_message{
  display:none;
}
.contact-wrap.mini-contact .contact-form #field_5_3,
.contact-wrap.mini-contact .contact-form #field_5_4{
  padding-top:30px;
} 
.contact-wrap.mini-contact .contact-form .ginput_complex{
  margin:0!important;
}
.contact-wrap.mini-contact .contact-form .ginput_complex .name_first,
.contact-wrap.mini-contact .contact-form #field_5_3{
  padding-right:15px !important;
}
.contact-wrap.mini-contact .contact-form .ginput_complex .name_last,
.contact-wrap.mini-contact .contact-form #field_5_4{
  padding-left:15px !important;
}
.contact-wrap.mini-contact .contact-form input{
    font-size:16px !important;
  font-weight:400;
  line-height:28px;
  color:#888888;
  height:40px;
  padding:12px !important;
    -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:1px solid #000000;
}
.contact-wrap.mini-contact .contact-form .gform_footer.top_label input{
    display: inline-block;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.23em;
  padding: 7px 30px !important;
  border: 1px solid #006e61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  background:#006E61;
    color:#fff;
}
.contact-wrap.mini-contact .contact-form .gform_footer.top_label input:hover{
  background-color: transparent;
  color: #006e61;
}
#ajaxsearchliteres2{
  left:inherit !important;
  right:0 !important;
}
#ajaxsearchlite2 .probox, div.asl_w .probox{
  background:#fff !important;
  border:1px solid #000 !important;
  height:33px !important;
}
div#ajaxsearchlite2 .innericon{
  background:#006e61 !important;
}
div#ajaxsearchlite2 .probox .proinput input, div.asl_w .probox .proinput input{
  color:#000 !important;
}
div#ajaxsearchlite2 .probox .proinput input::-webkit-input-placeholder {
  opacity: 1;
  color:#000 !important;
}
div#ajaxsearchlite2 .probox .proinput input:-moz-placeholder {
  opacity: 1;
  color:#000 !important;
}
div#ajaxsearchlite2 .probox .proinput input::-moz-placeholder {
  opacity: 1;
  color:#000 !important;
}
div#ajaxsearchlite2 .probox .proinput input:-ms-input-placeholder {
  opacity: 1;
  color:#000 !important;
}
div#ajaxsearchlite1 .promagnifier{
  position:absolute;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
  background:transparent !important;
}
#ajaxsearchlite1 .proinput{
  margin-left:40px!important;
}
#ajaxsearchlite1 .probox .promagnifier,
#ajaxsearchlite1{
  background:transparent!important;
  background-image:none !important;
  border:0 !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
  border:0!important;
}
.single-post .news-list-content-wrap a img{
  display:block;
  margin:0 auto;
}
.single-post .news-list-content-wrap a img.alignnone{
  display:inline-block;
  padding-left:10px;
  padding-bottom:10px;
}
.single-post .single-post-title-wrap{
  padding:20px 0;
}
.single-post .single-post-title-wrap h2{
  font-family: fira-sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  color: #006e61;
  padding-bottom:10px;
  border-bottom:1px solid #006e61;
  text-align:left!important;
}
.single-post-title-wrap h3{
  font-family: fira-sans, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #f37d4d;
  padding-top:10px;
}
.page-id-21 .floating-img-info-wrap.about .floating-img-info .info h3,
.page-id-21 .floating-img-info-wrap.about .floating-img-info .info strong{
  font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    padding-bottom: 25px;
}
.builder-captain-thankyou-wrap .sec-title h2{
  padding-bottom:35px;
}
.single-post a{
  color:#006e61;
}
.volunteer-page-wrapper{
  padding:40px 0;
}
.volunteer-page-wrapper .container{
  max-width:900px;
}
.volunteer-page-wrapper .volunteer-inner{
  display:flex;
  flex-wrap:wrap;
  margin:0 -20px;
}
.volunteer-page-wrapper .volunteer-page-info-wrap{
  width:50%;
  padding:0 20px;
}
.volunteer-page-wrapper .volunteer-page-info-wrap .sec-title h2{
      font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #006e61;
  min-height:60px;
  margin-bottom:25px;
  padding-bottom:0;
  display:flex;
  justify-content:center;
  align-items:end;   
}
.page-id-26356 .featured-project-list ul.row li{
  padding-bottom:40px;
}
.career-page-info-wrap{
  padding:50px 0;
}
.career-card-wrap .career-card{
position:relative;
}
.career-card-wrap .career-card > a{
  display:inline-block;
}
.career-card-wrap .img-wrap{
  position:relative;
  overflow:hidden;
}
.career-card-wrap .career-card .tag{
  position:absolute;
  top:20px;
  left:20px;
  z-index:1;
}
.career-card-wrap .career-card .tag a{
  display:inline-block;
  border:2px solid #fff;
  padding:2px 8px;
  color:#fff;
  font-size:16px;
  font-weight:700;
  line-height:20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.career-card-wrap .career-card .tag a:hover{
  background:#006e61;
  border:2px solid #006e61;
}
.career-card-wrap .img-wrap img{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.career-card-wrap .career-card{
  padding-bottom: 40px;
  background:#fff;
}
.career-card-wrap .career-card .info{
  padding:20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.career-card-wrap .career-card .info h2{
    font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #000;
    text-align: center;
    padding-bottom:20px;
}
.career-card-wrap .career-card .info p{
    font-size: 16px;
    font-weight:400;
    line-height: 30px;
    color: #000;
}
.career-card-wrap .col-lg-4 > a:hover .img-wrap img{
    -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.intern-slider-wrap{
  padding:40px 0;
}
.intern-slider-wrap .intern-slider{
  padding-bottom:20px;
}
.intern-slider-wrap .intern-slide .img-wrap{
  padding-bottom:30px;
}
.intern-slider-wrap .intern-slide .info h6{
  font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
  padding-bottom: 20px;
  text-align:center;
}
.intern-slider-wrap .intern-slide .info p{
  font-size: 16px;
    font-weight:400;
    line-height: 30px;
    color: #000;
  text-align:center;
}
.intern-slider-wrap ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.intern-slider-wrap ul.slick-dots li {
  margin: 0 7px;
  text-transform: capitalize;
  border: 0;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #eee;
  cursor: pointer;
}
.intern-slider-wrap ul.slick-dots li button {
  display: none;
}
.intern-slider-wrap ul.slick-dots li.slick-active {
  background: #006e61;
}


.event-internship-info-wrap{
  padding:50px 0 0;
}
.event-internship-info-wrap .container > ul >li{
  padding-bottom: 40px;
}
.event-internship-info-wrap .event-internship-info ul{
  margin-left: 10px;
}
.event-internship-info-wrap .event-internship-info ul li{
  position:relative;
  padding-left: 15px;
  font-size: 16px;
    font-weight:400;
    line-height: 30px;
    color: #000;
}
.event-internship-info-wrap .event-internship-info .sec-title p{
   font-size: 16px;
    font-weight:400;
    line-height: 30px;
    color: #000;
}
.event-internship-info-wrap .event-internship-info .info p{
  font-size: 16px;
    font-weight:400;
    line-height: 30px;
    color: #000;
}
.event-internship-info-wrap .event-internship-info .info p span{
  font-weight:700;
}
.event-internship-info-wrap .event-internship-info ul li::before{
  content: '';
  position: absolute;
  width:6px;
  height:6px;
  background: #000;
  top:12px;
  left:0;
  -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.page-id-26331 .builder-partner-link-list .builder-partner-link ul{
  display:block;
  column-count:4;
}
.page-id-26331 .builder-partner-link-list .builder-partner-link ul li{
  display:inline-block;
  width:100%;
}