.header .navigation ul li:last-child a {
  font-size: 21px;
  color: #282828;
  letter-spacing: 0.5px;
  padding: 23px 50px 23px 0;
  display: block;
  position: relative;
}

.header .navigation ul li:first-child {
  display: none;
}

.pg-title {
  background: #f9f9f9;
  padding: 40px 0;
}

.pg-title h1 {
  font-family: "El Messiri", El Messiri, serif;
  font-size: 43px;
  font-weight: 400;
}

.pg-title .nav li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
}

.pg-title .nav li a {
  color: #333;
}

.pg-title .nav li a.nav-selected.nav-path-selected {
  color: #3dab01;
}

.pg-title .nav li a:hover, .pg-title .nav li a:focus {
  color: #999 !important;
}

.pg-title .nav li:before {
  content: ">";
  color: #ccc;
  margin: 0 11px;
}

.pg-title .nav li:first-child a:before {
  content: "\f015";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 6px;
  top: 1px;
}

.pg-title .nav li:first-child:before {
  display: none;
}

.pg-title .nav li:first-child a {
  position: relative;
  font-size: 0;
  display: block;
}

.pg-title .nav {
  margin: 19px 0 0;
}

.pg-content {
  padding: 80px 0;
}

.pg-title.thanks .nav {
  display: none;
}

.header .navigation ul li ul li:first-child {
  display: block;
}

.header .navigation ul li ul {
  display: block;
  position: absolute;
  z-index: 20;
  background: #111;
  top: 55px;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.header .navigation ul li:hover ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header .navigation ul li {
  position: relative;
}

.header .navigation ul li ul li a:after {
  display: none !important;
}

.header .navigation ul li ul li:not(:last-child) a:after {
  display: none !important;
}

.header .navigation ul li ul li a {
  color: #fff !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  width: 190px;
  text-align: center;
  border-bottom: 1px solid #333;
}

.header .navigation ul li ul li a:hover, .header .navigation ul li ul li a:focus, .header .navigation ul li ul li a.nav-selected {
  background: #3dab01 !important;
}

.video-wrap {
  width: 750px;
  height: 420px;
  display: none;
}

.closeThis {
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 999;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  background: #fff;
  color: #000;
  font-size: 40px;
  line-height: 32px;
  text-align: center;
}

.closeThis:hover, .closeThis:focus {
  background: #999;
  color: #666;
}

.stories .story .story-image img {
  max-width: 120%;
}

.lg-intro {
  position: relative;
  height: 800px;
  height: calc(100vh - 163px);
}

.lg-intro .col-sm-12 {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lg-intro.no-full-height {
  height: auto;
  padding: 90px 0;
}

.lg-intro.no-full-height .col-sm-12 {
  display: block;
}

.lg-intro .container {
  position: relative;
  z-index: 2;
}

.lg-intro:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #000;
  opacity: 0.6;
}

.lg-intro h1 {
  color: #fff;
  font-family: "El Messiri", El Messiri, serif;
  font-size: 62px;
  line-height: 1;
  letter-spacing: -2px;
  max-width: 800px;
  margin: 0px auto;
}

.lg-intro p {
  color: #eee;
  font-size: 19px;
  margin: -5px 0 60px;
}

.lg-intro p:last-child {
  margin: 0;
}

.get-involved-lead {
  background: #111;
  padding: 40px 0;
}

.get-involved-lead h2 {
  color: #fff;
  font-weight: 600;
}

.get-involved-lead p {
  color: #ccc;
}

.gallery:after {
  clear: both;
  display: block;
  content: '';
}

.gallery li {
  width: 23%;
  float: left;
  margin: 10px;
}

.gallery li a {
  display: block;
  height: 230px;
  overflow: hidden;
  position: relative;
  background: #3dab01;
}

.gallery li a img {
  max-width: 120%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
  transform: scale(1);
}

.gallery li a:hover img, .gallery li a:focus img {
  opacity: 0.2;
  transform: scale(1.3);
}

.program-content .col-sm-5 {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pg-content h2 {
  color: #373737;
  font-family: "El Messiri", El Messiri, serif;
  font-size: 45px;
  letter-spacing: -0.5px;
  line-height: 0.9;
  font-weight: 400;
  margin: 0 0 13px;
}

.pg-content p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 30px;
}

.pg-content p:last-child {
  margin: 0;
}

#swipebox-bottom-bar {
  bottom: 0 !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.bios h3 {
  color: #373737;
  font-family: "El Messiri", El Messiri, serif;
  font-size: 32px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.bios h4 {
  font-size: 17px;
  color: #777;
  margin: 2px 0 20px;
}

.bios .container {
  margin-bottom: 60px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 50px;
}

.bios .container:first-child, .bios .container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.big-section {
  padding: 60px 0;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.big-section .bs-left {
  max-width: 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.big-section .bs-right {
  max-width: 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 60px;
}

.big-section.grey,
.pg-content.grey {
  background-color: #f9f9f9;
}

.big-section h2 {
  color: #373737;
  font-family: "El Messiri", El Messiri, serif;
  font-size: 42px;
  letter-spacing: -0.5px;
  line-height: 0.9;
  margin: 0;
  font-weight: 400;
}

.big-section p {
  margin: 0 0 40px;
  font-size: 17px;
  line-height: 1.5;
}

.bios {
  background: #f9f9f9;
}

.about-pillars ul {
  border-top: 2px solid #fff;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.about-pillars ul li {
  padding: 30px;
  max-width: 33.33333%;
  -webkit-flex: 33.33333%;
  -ms-flex: 33.33333%;
  flex: 33.33333%;
  text-align: center;
  height: 450px;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.about-pillars ul li h3 {
  color: #fff;
  font-family: "El Messiri", El Messiri, serif;
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -1px;
}

.about-pillars ul li p {
  color: #fff;
  font-size: 26px;
}

.about-pillars ul li:nth-child(1) {
  background-image: url(../i/ab1.jpg);
}

.about-pillars ul li:nth-child(2) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  background-image: url(../i/ab2.jpg?v=1);
}

.about-pillars ul li:nth-child(3) {
  background-image: url(../i/ab3.jpg);
}

.program-box {
  text-align: center;
  background: #fff;
  border: 9px solid #f9f9f9;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.program-box h3 {
  font-family: "El Messiri", El Messiri, serif;
  font-size: 30px;
  font-weight: 400;
}

.program-box p {
  margin: 0;
}

.program-box i {
  display: none;
}

.program-box.bg1 {
  background-image: url(../i/program-bg-1.jpg);
}

.program-box.bg2 {
  background-image: url(../i/program-bg-2.jpg);
}

.program-box.bg3 {
  background-image: url(../i/program-bg-3.jpg);
}

.story-row-last {
  margin-top: 50px;
}

.pg-content h3 {
  font-weight: 700;
  font-size: 26px;
  margin-top: 30px;
}

.story-header p {
  margin: 0 !important;
}

.story-content img {
  margin: 50px auto 0;
  display: block;
  border: 1px solid #CCC;
  padding: 10px;
}

.story-content h6 {
  font-size: 14px;
  max-width: 80%;
  margin: -15px auto 60px;
  text-align: center;
}

.story-content img.main-img {
  margin: 0;
  padding: 0;
  border: none;
}

.pg-content.pg-contact-us h2, .pg-content.pg-contact-us h2+p {
  text-align: center;
}

.pg-content.pg-contact-us h2 {
  margin: 0;
  font-size: 34px;
}

.pg-content.pg-contact-us h2+p {
  font-size: 18px;
  color: #676767;
}

.form-actions button {
  font-weight: 600;
  padding: 17px 28px;
  display: inline-block;
  font-family: "lg", sans-serif;
  color: #fff;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #3dab01;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.form-actions button:hover, .form-actions button:focus {
  background-color: #111;
}

.form-actions {
  float: right;
  margin: -67px 0 0;
  position: relative;
  z-index: 10;
}

.ccm-page .form-stacked {
  padding: 0 75px;
}

.ccm-page .form-stacked fieldset {
  border: none;
}

.ccm-page .form-stacked fieldset:after {
  content: "";
  display: block;
  clear: both;
}

.ccm-page .form-stacked fieldset .form-group {
  width: 32%;
  float: left;
}

.ccm-page .form-stacked fieldset .form-group:nth-child(2) {
  margin: 0 2%;
}

.ccm-page .form-stacked fieldset .form-group:nth-child(4) {
  float: none;
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 20px;
}

.ccm-page .form-stacked fieldset .form-group .form-control {
  width: 100%;
  background: #eee;
  border: none;
  font-family: "lg", sans-serif;
  outline: 0;
  font-size: 17px;
  padding: 20px;
  transition: all 0.3s;
  resize: none;
}

.ccm-page .form-stacked fieldset .form-group .form-control:hover, .ccm-page .form-stacked fieldset .form-group .form-control:focus, .ccm-page .form-stacked fieldset .form-group .form-control:active {
  background: #ddd;
}

.ccm-page .form-stacked fieldset .form-group label+span {
  color: #777;
  font-size: 10px;
  text-transform: uppercase;
  float: right;
  letter-spacing: 1px;
  position: relative;
  top: 5px;
}

.gi-title {
  background: #f9f9f9;
  padding: 70px 0 170px;
}

.gi-img {
  position: relative;
  z-index: 10;
  margin: -100px 0 0;
}

.gi-form {
  padding: 70px 0;
  border-top: 20px solid #f9f9f9;
}

.gi-name {
  padding: 120px 0 80px;
}

.gi-title h1 {
  color: #373737;
  font-family: "El Messiri", El Messiri, serif;
  font-size: 43px;
  letter-spacing: -1px;
  line-height: 0.9;
  margin: 0;
  font-weight: 400;
}

.gi-title h1 em {
  font-style: normal;
}

.gi-title p {
  font-size: 21px;
  line-height: 1.5;
}

.gi-name i[class*="icon"] {
  background-color: #3dab01;
  width: 120px;
  height: 120px;
  margin: 0 auto 12px;
  display: block;
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}

.gi-name {
  text-align: center;
}

.gi-name p {
  font-size: 15px;
}

.gi-name h3 {
  font-weight: 800;
  font-size: 26px;
}

.icon-gi-1 {
  background-image: url(../i/icons/icon-gi-1.svg);
}

.icon-gi-2 {
  background-image: url(../i/icons/icon-gi-2.svg);
}

.icon-gi-3 {
  background-image: url(../i/icons/icon-gi-3.svg);
  background-size: 115px !important;
}

.icon-gi-4 {
  background-image: url(../i/icons/icon-gi-4.svg);
}

.page-list li .story .story-content h6,
#slider .story-content h6 {
  max-width: unset !important;
  text-align: left !important;
}

.bios h3 {
  margin-top: 0;
}

.contact-intro {
  margin: 0 0 60px;
}

.ccm-page .pg-contact-us .form-stacked {
  padding: 0;
}

.contact-box {
  background-color: #f9f9f9;
  padding: 30px;
}

.contact-box ul li i {
  color: #3dab01;
  position: absolute;
  top: 3px;
  left: 0;
}

.contact-box ul li {
  position: relative;
  font-size: 24px;
  padding-left: 34px;
  margin: 0 0 15px
}

.contact-box ul li:last-child {
  margin: 0;
}

.page-list {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.page-list li {
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
  margin: 0 0.5%;
}

.page-list .story .story-image {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.page-list .story .story-image img {
  max-width: 105%;
}

.page-list .story .story-image h6 {
  position: absolute;
  bottom: 0;
  left: 30px;
  background: #fff;
  font-size: 15px;
  padding: 10px;
  line-height: 1.325;
}

.page-list .story .story-image h6 i {
  color: #3dab01;
  margin-right: 4px;
}

.page-list .story {
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.04);
}

.page-list .story .story-content {
  padding: 30px;
  background-color: #fff;
}

.page-list .story .story-content h2 {
  font-size: 27px;
  margin: 0;
}

.page-list .story .story-content p {
  font-size: 16px;
}

.pg-content.pg-discover-our-impact {
  background-color: #f1f1f1;
}

.stories .story .story-content h2 {
  height: 60px;
}

.hero section {
  max-width: 420px;
  padding: 38px;
  background-size: cover;
}

.hero section h2 {
  font-size: 33px;
  margin: 0 0 28px;
}

.hero section p a {
  font-size: 15px;
}

.page-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-list .story {
  margin-bottom: 35px;
}

.topbar {
  text-align: center;
  background-color: #3dab01;
  padding: 10px;
}

.topbar p,
.topbar p a {
  font-size: 18px;
  color: #FFF;
}

.topbar p a {
  text-decoration: underline;
}

.topbar a:hover,
.topbar a:focus {
  color: #000;
}

#swipebox-overlay {
    background: rgba(13,13,13,0.9) !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
