html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background-color: #FFFFFF;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 80%;
  line-height: 1.2em;
  overflow-x: hidden;
}



.page-sleeve {
  max-width: 1084px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  box-sizing: border-box;
}

.page-sleeve-narrow {
  max-width: 800px;
}

.menu-toggle {
  display: none;
}

.screen-reader-text {
  display: none;
}

.image-wrap {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.image-wrap img {
  width: 100%;
  height: auto;
  float: left;
}

a {
  color: #EA118D;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input:active,
input:focus {
  outline: none;
}

.entry-content {
  margin-bottom: 30px;
}

.entry-content figure.alignright,
.entry-content img.alignright {
  float: right;
  max-width: 50%;
  height: auto;
  margin: 0 0 20px 20px;
}

.entry-content figure.alignleft,
.entry-content img.alignleft {
  float: left;
  max-width: 50%;
  height: auto;
  margin: 0 20px 20px 0;
}

.entry-content .gallery-wrap,
.entry-content .video-item {
  margin-bottom: 30px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 20px;
}

.entry-content li,
.content-wrap li,
.content-wrap p,
.entry-content p {
  font-size: 1.5em;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.entry-content li,
.content-wrap li {
  margin-bottom: 5px;
}

.entry-content blockquote {
  padding-right: 300px;
  background-image: url('img/quotes.svg');
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-position: right top;
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: italic;
  color: #EA118D;
  padding-bottom: 20px;
  min-height: 100px;
}

.content-wrap ul:last-child li,
.content-wrap p:last-child,
.entry-content ul:last-child li,
.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #EA118D;
}


.entry-content .section-title {
  margin-bottom: 45px !important;
}


.entry-content .entry-subtitle {
  font-size: 2.2em;
  line-height: 1.4em;
  margin-bottom: 45px;
}



.entry-content iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin: 0 auto;
  display: block;
}

.content-section {
  margin-bottom: 45px;
}


#site-footer {
  background-color: #5D5D5D;
  padding: 30px 0;
  color: #FFFFFF;
}

#site-footer .footer-detail-wrap {
  float: left;
  width: 50%;
}

#site-footer .footer-detail-wrap .footer-detail {
  margin-bottom: 5px;
}

#site-footer .footer-logo-wrap {
  margin-left: 50%;
  text-align: right;
}

#site-footer .footer-logo-wrap .image-wrap {
  height: 75px;
  background-color: #FFFFFF;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
}

#site-footer .footer-logo-wrap .image-wrap:first-child {
  margin-left: 0;
}

#site-footer .footer-logo-wrap .image-wrap img {
  height: 100%;
  width: auto;
}

#site-footer a {
  color: #FFFFFF;
}

#header {
  overflow: hidden;
  min-height: 134px;
}

#header nav {
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  z-index: 999;
  left: 0;
  right: 0;
}

#header nav ul {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#header nav li {
  position: relative;
  font-size: 16px;
}

#header nav li a {
  color: #FFFFFF;
  display: block;
  padding: 20px 10px;
}

#header nav li a:hover {
  background-color: #333333;
  text-decoration: none;
}

#masthead {
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

#masthead > .page-sleeve {
  overflow: hidden;
}

#site-branding {
  float: left;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}

#site-branding .site-title {
  float: left;
  background-image: url(img/main-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 45px;
}

#site-branding .site-title span {
  display: block;
  width: 200px;
  height: 104px;
  text-indent: -9999px;
}

#site-branding .site-description {
  float: left;
  font-size: 2.2em;
  line-height: 1.2em;
  position: relative;
  top: 52px;
  transform: translateY(-50%);
}

#header-tools {
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  text-align: right;
}

#header-tools .header-tool {
  margin-bottom: 5px;
}

#header-tools .media-enquiries a,
#header-tools .donate a {
  background-color: #7FC241;
  text-align: center;
  border-radius: 10px;
  padding: 3px 15px;
  display: block;
  color: #FFFFFF;
  font-size: 1.1em;
}

#header-tools .media-enquiries a:hover,
#header-tools .donate a:hover {
  text-decoration: none;
}

#header-tools ul.social {
  margin: 0;
  padding: 0;
  list-style-type: none;  
}

#header-tools ul.social li {
  margin: 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  width: 25px;
  height: 25px;
  font-size: 20px;
}

#header-tools ul.social li a {
  color: #7FC241;
}

#header-tools ul.social li a:hover {
  text-decoration: none;
}

#header-tools ul.social li a span {
  display: block;
  text-indent: -999px;
  visibility: hidden;
}

#header-tools .search-form {
  overflow: hidden;
}

#header-tools .search-form input[type=submit],
#header-tools .search-form label {
  display: block;
  float: left;
}

#header-tools .search-form input[type=search] {
  border: none;
  width: 125px;
  height: 24px;
  border: 2px solid #7FC241;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 10px;
}

#header-tools .search-form input[type=submit] {
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
  background-image: url(img/magnifier.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  background-color: #7FC241;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  color: transparent;
}


.carousel-wrap {
  margin-bottom: 30px;
}

.carousel-wrap .carousel-item {
  overflow: visible;
  position: relative;
}


.carousel-wrap > .carousel-item {
  display: none;
}

.carousel-wrap > .carousel-item:first-child {
  display: block;
}


.carousel-wrap .carousel-item .image-wrap {
  height: 75vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.carousel-wrap .carousel-item .image-wrap img {
  display: none;
}

.carousel-wrap .carousel-item .content-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

/*
.carousel-wrap .carousel-item .content-wrap h3 {
  text-transform: uppercase;
  font-size: 90px;
  line-height: 80px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #E7E7E7;
}
*/

.carousel-wrap.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.carousel-wrap .carousel-item .content-wrap .link {
  position: absolute;
  right: 30px;
  bottom: -30px;
  text-align: center;
}

.carousel-wrap .carousel-item .content-wrap .link a {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #231F20;
  color: #FFFFFF;
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: bold;
}

.carousel-wrap .carousel-item .content-wrap .link a:after {
  content: '\25BC';
  color: #EA118D;
  position: absolute;
  font-size: 1.8em;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.carousel-wrap .carousel-item .content-wrap .link a span {
  display: block;
  margin-top: 40%;
  transform: translateY(-50%);
}

.carousel-wrap .carousel-item .content-wrap .link a:hover {
  text-decoration: none;
  color: #BEB2B5;
}

.carousel-wrap .carousel-item .content-wrap .teaser {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  background-color: rgba(127, 194, 65, 0.75);
  font-size: 1.6em;
  line-height: 1.6em;
  max-width: 35%;
  text-align: left;
  color: #FFFFFF;
}

.carousel-wrap .active .carousel-item .content-wrap .teaser:before {
  content: '';
  background-color: rgba(127, 194, 65, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  width: 999px;
}

.carousel-wrap .active .carousel-item .content-wrap .teaser:after {
  content: '';
  background-color: rgba(127, 194, 65, 1);
  position: absolute;
  top: 15px;
  width: 100px;
  height: 100px;
  left: -85px;
  border-radius: 50%;
}


.carousel-wrap .owl-dots {
  bottom: 50px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  margin: 0 auto;
}

.carousel-wrap .owl-dots .owl-dot {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
}

.carousel-wrap .owl-dots .owl-dot.active {
  background-color: transparent;
}



.gallery-wrap .gallery-item {
  overflow: hidden;
}

.gallery-wrap .gallery-item .image-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.gallery-wrap .gallery-item .image-wrap img {
  visibility; hidden;
}

.gallery-wrap .owl-dots {
  bottom: 75px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  margin: 0 auto;
}

.gallery-wrap .owl-dots .owl-dot {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
}

.gallery-wrap .owl-dots .owl-dot.active {
  background-color: transparent;
}

body.search-results .entry-header {
  background-color: #222222;
}

body.search-results .entry-header .page-sleeve {
  height: 40vh;
  position: relative;
}

body.search-results .entry-header .entry-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  background-color: rgba(127, 194, 65, 0.75);
  max-width: 35%;
  text-align: left;
  color: #CADEB2;
  font-size: 6em;
  line-height: 0.9em;
}

article .entry-header {
  margin-bottom: 30px;

}

article .entry-header.with-thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

article .entry-header .page-sleeve {
  height: 40vh;
  position: relative;
}

article .entry-header.with-thumbnail .page-sleeve { 
  height: 70vh;
}

article .entry-header .entry-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  background-color: rgba(127, 194, 65, 0.75);
  max-width: 45%;
  text-align: left;
  color: #CADEB2;
  font-size: 5em;
  line-height: 0.9em;
}

article .entry-header .entry-title:before {
  content: '';
  background-color: rgba(127, 194, 65, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  width: 999px;
}




article.type-news .entry-header .entry-title {
  font-size: 5em;
  line-height: 0.95em;
  max-width: 50%;
}

article.type-news .entry-header .entry-title .date {
  font-size: 0.4em;
  line-height: 1.2em;
  color: #CADEB2;
  margin-top: 15px;
}

article.type-news .entry-content .page-sleeve {
  margin-bottom: 60px;
}


.bookmarks .title {
  margin-bottom: 5px;
}


.pagination {
  margin-bottom: 30px;
}

.pagination .page-numbers {
  display: inline-block;
  font-size: 1.2em;
  line-height: 30px;
  min-width: 30px;
  margin: 0 5px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #EA118D;
  color: #EA118D;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #EA118D;
  color: #FFFFFF;
  text-decoration: none;
}


.section-content {
  margin: 0 0 0 0;
  padding: 60px 0 60px 0;
  overflow: hidden;
}

.section-content .link {
  text-align: right;
  font-size: 1.6em;
  line-height: 1.2em;
}

.section-content .link a {
  display: inline-block;
  padding: 10px 50px 10px 20px;
  background-image: url(img/arrow-right-white.svg);
  background-position: right 10px center;
  background-size: 20px 20px;
  background-color: #7FC241;
  color: #FFFFFF;
  background-repeat: no-repeat;
}

.section-content .page-sleeve {
  padding-left: 60px;
  padding-right: 60px;
}


.entry-content .section-title,
.section-content .content-wrap h3 {
  margin-bottom: 15px;
  font-size: 1.4em;
  line-height: 1em;
  text-transform: uppercase;

}

.section-content .content-wrap h4 {
  font-size: 1.6em;
  line-height: 1.0em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-content .content-wrap blockquote {
  padding-right: 300px;
  background-image: url('img/quotes.svg');
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-position: right top;
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: italic;
  color: #EA118D;
  padding-bottom: 20px;
  min-height: 100px;
}

.section-content-style-left .image-wrap,
.section-content-style-right .image-wrap {
  float: left;
  border-radius: 50%;
  width: 215px;
}

.section-content .video-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}

.section-content .video-wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 100%;
  max-width: 100%;  
}

.section-content-with-image.section-content-style-left .content-wrap,
.section-content-with-image.section-content-style-right .content-wrap {
  margin-left: 250px;
}

.entry-content .section-title span,
.section-content-style-team .content-wrap h3 span,
.section-content-style-video .content-wrap h3 span,
.section-content-style-left .content-wrap h3 span,
.section-content-style-right .content-wrap h3 span {
  display: inline-block;
  background-color: #EA118D;
  color: #FFFFFF; 
  padding: 5px 10px;
}

.section-content-style-right .image-wrap {
  float: right;
  margin-left: 50px;  
}

.section-content-with-image.section-content-style-right .content-wrap {
  margin-left: 0;  
}


.section-content-style-quote {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-content-style-quote .content-wrap {
  padding-right: 300px;
  background-image: url('img/quotes.svg');
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-position: right top;
}



.section-content-style-quote .content {
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: italic;
  color: #EA118D;
}

.section-content-style-quote .source {
  font-size: 1.8em;
  line-height: 1.4em;
  text-align: right; 
  margin-top: 15px;
}

.section-content-style-work {
  text-align: center;
}

.section-content-style-work .content-wrap h3 {
  color: #EA118D;
}

.section-content-style-work ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}

.section-content-style-work ul li {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
}

.section-content-style-work ul li:before {
  content: '\25B6 \FE0E';
  color: #7FC241;
  position: relative;
  left: -20px;
  top: 3px;
  font-size: 1.8em;
}


.section-content-style-services .service-wrap {
  margin-top: 30px;
}


.section-content-style-services .service-wrap .service-item {
  padding: 30px 30px 30px 30px;
  padding-left: 330px;
  background-color: #7FC241;
  position: relative;
}

.section-content-style-services .service-wrap .service-item .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px; 
}

.section-content-style-services .service-wrap .service-item:nth-child(odd) {
  background-color: #A1CF77;
  padding-left: 30px;
  padding-right: 330px;
}

.section-content-style-services .service-wrap .service-item:nth-child(odd) .image-wrap {
  left: auto;
  right: 0;
}

.section-content-style-services .service-wrap .service-item h4 span {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
}


.section-content-style-campaigns .campaign-wrap {
  margin-top: 30px;
}


.section-content-style-campaigns .campaign-wrap .campaign-item {
  padding: 30px 30px 30px 30px;
  padding-left: 330px;
  background-color: #7FC241;
  position: relative;
}

.section-content-style-campaigns .campaign-wrap .campaign-item .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px; 
}

.section-content-style-campaigns .campaign-wrap .campaign-item:nth-child(odd) {
  background-color: #A1CF77;
  padding-left: 30px;
  padding-right: 330px;
}

.section-content-style-campaigns .campaign-wrap .campaign-item:nth-child(odd) .image-wrap {
  left: auto;
  right: 0;
}

.section-content-style-campaigns .campaign-wrap .campaign-item h4 span {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
}



.section-content-style-get-involved .involvement-wrap {
  margin-top: 30px;
}


.section-content-style-get-involved .involvement-wrap .involvement-item {
  padding: 30px 30px 30px 30px;
  padding-left: 330px;
  background-color: #7FC241;
  position: relative;
}

.section-content-style-get-involved .involvement-wrap .involvement-item .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px; 
}

.section-content-style-get-involved .involvement-wrap .involvement-item:nth-child(odd) {
  background-color: #A1CF77;
  padding-left: 30px;
  padding-right: 330px;
}

.section-content-style-get-involved .involvement-wrap .involvement-item:nth-child(odd) .image-wrap {
  left: auto;
  right: 0;
}

.section-content-style-get-involved .involvement-wrap .involvement-item h4 span {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
}

.section-content-style-work .work-area-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc( 100% );
}

.section-content-style-work .work-area-item {
  width: 50%;
  background-color: #8BC750;
  position: relative;
}

.section-content-style-work .work-area-item a:hover {
  text-decoration: none;
}



.section-content-style-work .work-area-item .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}




.section-content-style-work .work-area-item .image-wrap img {
  min-width: 100%;
  max-width: auto;
  max-height: auto;
  min-height: 100%;
}

.section-content-style-work .work-area-item .teaser-wrap {
  margin-left: 50%;
  text-align: left;
  padding: 45px 30px;
  color: #000000;
}




.section-content-style-work .work-area-item .teaser-wrap p {
  margin-bottom: 0
}

.section-content-style-work .work-area-item .teaser-wrap .teaser .find-out-more {
  display: inline-block;
  border-bottom: 1px solid #000000;
  padding-left: 10px;
  color: #000000;
}

.section-content-style-work .work-area-item .teaser-wrap .teaser .find-out-more:hover {
  text-decoration: none;
}

.section-content-style-work .work-area-item .teaser-wrap .teaser .find-out-more:before {
  content: '\25B6 \FE0E';
  color: #000000;
  position: relative;
  left: -10px;
  top: 3px;
  font-size: 1.8em;
}

.section-content-style-video {
  background-color: #7FC241;
  margin: 0;
}

.section-content-style-video .video-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.section-content-style-video .video-wrap .video-item {
  width: calc(50% - 30px);
}

.section-content-style-video .video-wrap .video-item .video {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.section-content-style-video .video-wrap .video-item .video iframe {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

.section-content-style-video .video-wrap .video-item .copyright {
  font-size: 0.9em;
}


.section-content-style-social {
  background-color: #EA118D;
  margin: 0;
}

.section-content-style-social .page-sleeve {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;  
}

.section-content-style-social .page-sleeve .content-wrap {
  width: calc( 33.3% - 40px ); 
  overflow: hidden;
}

.section-content-style-social .page-sleeve .content-wrap h3 {
  text-transform: lowercase;
  color: #FFFFFF;
}

.section-content-style-social .page-sleeve .content-wrap h3 span {
  padding-left: 10px;
}

.section-content-style-social .page-sleeve .content-wrap h3 a {
  color: #FFFFFF;
}

.section-content-style-social .page-sleeve .content-wrap h3:before {
  position: relative;
  bottom: -2px;
}


.section-content-style-social .page-sleeve .content-wrap .social-content {
  height: 300px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-instagram ul,
.section-content-style-social .page-sleeve .content-wrap .social-content-instagram li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-instagram li {
  display: none;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-instagram li:first-child {
  display: block;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-facebook,
.section-content-style-social .page-sleeve .content-wrap .social-content-twitter {
  padding: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-facebook {
  overflow-y: hidden;
  overflow-x: hidden;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-facebook ul,
.section-content-style-social .page-sleeve .content-wrap .social-content-twitter ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-facebook ul li,
.section-content-style-social .page-sleeve .content-wrap .social-content-twitter ul li {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  list-style-type: none;
  border-bottom: 1px solid #EA118D;
  font-size: 1.1em;
  line-height: 1.3em;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-facebook ul li:last-child,
.section-content-style-social .page-sleeve .content-wrap .social-content-twitter ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-twitter ul li .image-wrap {
  width: 48px;
  float: left;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-twitter ul li .teaser-wrap {
  margin-left: 58px;
}

.section-content-style-social .page-sleeve .content-wrap .social-content-facebook ul li .date-wrap {
  font-size: 0.9em;
  color: #EA118D;
  margin-top: 5px;
}


.news-item-wrap .news-item {
  overflow: hidden;
  border-bottom: 1px solid #EA118D;
  padding-bottom: 30px;
  margin-bottom: 30px;    
}

.news-item-wrap .news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.news-item-wrap .news-item .image-wrap {
  float: left;
  width: 200px;
}

.news-item-wrap .news-item.with-thumbnail .content-wrap {
  margin-left: 230px;
}

.news-item-wrap .news-item .content-wrap h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.news-item-wrap .news-item .content-wrap .date {
  margin-bottom: 5px;
  color: #7FC241;
}



.story-item-wrap .story-item {
  overflow: hidden;
  border-bottom: 1px solid #EA118D;
  padding-bottom: 30px;
  margin-bottom: 30px;    
}

.story-item-wrap .story-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.story-item-wrap .story-item .image-wrap {
  float: left;
  width: 200px;
}

.story-item-wrap .story-item.with-thumbnail .content-wrap {
  margin-left: 230px;
}

.story-item-wrap .story-item .content-wrap h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 15px;
}



.section-content-style-team .team-wrap {
  margin-top: 30px;
}


.section-content-style-team .team-wrap .team-item {
  overflow: hidden;
  border-bottom: 1px solid #EA118D;
  padding-bottom: 30px;
  margin-bottom: 30px;    
}

.section-content-style-team .team-wrap .team-item .image-wrap {
  float: left;
  width: 200px;
}

.section-content-style-team .team-wrap .team-item .teaser-wrap {
  margin-left: 230px;
}



article.type-story .entry-header .entry-title {
  font-size: 5em;
  line-height: 0.95em;
  max-width: 50%;
}


.org-item-wrap .org-item {
  overflow: hidden;
  border-bottom: 1px solid #EA118D;
  padding-bottom: 30px;
  margin-bottom: 30px;    
}

.org-item-wrap .org-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.org-item-wrap .org-item .image-wrap {
  float: left;
  width: 200px;
}

.org-item-wrap .org-item.with-thumbnail .content-wrap {
  margin-left: 230px;
}

.org-item-wrap .org-item .content-wrap h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.org-item-wrap .org-item .content-wrap .teaser {
  margin-bottom: 10px;
}

.org-item-wrap .org-item .content-wrap .teaser li,
.org-item-wrap .org-item .content-wrap .teaser p {
  font-size: 1.1em;
  line-height: 1.2em;
}

.org-item-wrap .org-item .content-wrap .contact-detail {
  color: #7FC241;
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1.2em;
}

.org-item-wrap .org-item .content-wrap .contact-detail span {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #FFFFFF;
  background-color: #7FC241;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  position: relative; 
  top: -2px;
  margin-right: 5px;
}



.resource-item-wrap h3.subsection-title {
  margin-bottom: 20px;
  padding-top: 60px;
  font-size: 1.6em;
}

.resource-item-wrap h3.subsection-title:first-child {
  padding-top: 30px;
}

.resource-item-wrap .resource-item {
  overflow: hidden;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 10px;
  margin-bottom: 10px;    
}

.resource-item-wrap .resource-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.resource-item-wrap .resource-item .image-wrap {
  float: left;
  width: 200px;
}

.resource-item-wrap .resource-item.with-thumbnail .content-wrap {
  margin-left: 230px;
}

.resource-item-wrap .resource-item .content-wrap h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: none;
}

.resource-item-wrap .resource-item .content-wrap .teaser li,
.resource-item-wrap .resource-item .content-wrap .teaser p {
  font-size: 1.5em;
  line-height: 1.6em;
}



@media screen and ( min-width: 1001px ) {

  .section-content-style-work .work-area-item:nth-child(4n+1),
  .section-content-style-work .work-area-item:nth-child(4n) {
    background-color: #BDDC9B;
  }

  .section-content-style-work .work-area-item:nth-child(3n) .image-wrap,
  .section-content-style-work .work-area-item:nth-child(4n) .image-wrap {
    right: 0;
    left: auto;
  }

  .section-content-style-work .work-area-item:nth-child(3n) .teaser-wrap,
  .section-content-style-work .work-area-item:nth-child(4n) .teaser-wrap {
    margin-right: 50%;
    margin-left: 0;
  }

}


@media screen and ( max-width: 1000px ) {

  #site-branding .site-description {
    font-size: 1.6em;
    line-height: 1.2em;
    position: relative;
    top: 38px;
  }

  #site-branding .site-title span {
    width: 150px;
    height: 78px;
  }

  .section-content-style-work .work-area-item {
    width: 100%;
  }

  .section-content-style-work .work-area-item:nth-child(odd) {
    background-color: #BDDC9B;
  }

  .section-content-style-work .work-area-item:nth-child(odd) .image-wrap {
    right: 0;
    left: auto;
  }

  .section-content-style-work .work-area-item:nth-child(odd) .teaser-wrap {
    margin-right: 50%;
    margin-left: 0;
  }

  .section-content .content-wrap blockquote {
    padding-right: 150px;
    background-size: 75px auto;
    font-size: 1.2em;
    line-height: 1.2em;
  }

}


@media screen and ( max-width: 860px ) {
 
  .section-content .page-sleeve,
  .page-sleeve {
    padding-left: 15px;
    padding-right: 15px;
  }

  #site-branding .site-title {
    margin-right: 30px;
  }

  #site-branding .site-description {
    font-size: 1.2em;
    line-height: 1.2em;
    position: relative;
    top: 26px;
  }

  #site-branding .site-title span {
    width: 100px;
    height: 52px;
  }

  #header-tools {
    display: none;
  }

  #menu-wrap {
    display: none;
  }

  #header {
    min-height: 82px;
  }

  #header nav {
    position: absolute;
    background-color: transparent;
    top: 25px;
    right: 15px;
    left: auto;   
  }

  #header nav .page-sleeve {
    padding: 0;
  }



  .menu-toggle {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 999;
  }

  .menu-toggle span {
    display: block;
    position: relative;
    border-radius: 2px;
    background-color: #000000;
    height: 4px;
    top: 12px;
  }

  .menu-toggle span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    border-radius: 2px;
    background-color: #000000;
    height: 4px;
  }

  .menu-toggle span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    border-radius: 2px;
    background-color: #000000;
    height: 4px;
  }

  body.with-popup .menu-toggle span,
  body.with-popup .menu-toggle span:before,
  body.with-popup .menu-toggle span:after {
    background-color: #FFFFFF;
  }

  #menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
  }

  #menu-wrap ul {
    display: block !important;
    margin-top: 50px !important;
  }

  #menu-wrap li {
     display: block;
     text-align: center;
  }

  #menu-wrap li a:hover {
    background-color: transparent;
  }

  .carousel-wrap .carousel-item .content-wrap .link {
    display: none;
  }

  .carousel-wrap .owl-controls {
    display: none;
  }


   article.type-news .entry-header .entry-title,
   article .entry-header .entry-title,
  .carousel-wrap .carousel-item .content-wrap .teaser {
    right: 0;
    max-width: 100%;
  }

   article.type-news .entry-header .entry-title,
   article .entry-header .entry-title {
    font-size: 3em;
   }
  
  article.type-news .entry-header .entry-title {
    font-size: 3em;
  } 

  .section-content-style-left .image-wrap, .section-content-style-right .image-wrap {
    float: none;
    margin: 0 auto 30px auto;
  }

  .section-content-with-image.section-content-style-left .content-wrap, .section-content-with-image.section-content-style-right .content-wrap {
    margin-left: 0;
  }

  .section-content-style-social .page-sleeve .content-wrap {
    width: 100%;
    margin-bottom: 45px;
  }
 
  #site-footer .footer-logo-wrap,
  #site-footer .footer-detail-wrap {
    float: none;
    margin: 0 0 15px 0;
    text-align: left;
  }



}

@media screen and ( max-width: 750px ) {

  .section-content-style-services .service-wrap .service-item,
  .section-content-style-campaigns .campaign-wrap .campaign-item,
  .section-content-style-get-involved .involvement-wrap .involvement-item {
    padding: 30px !important;
  }

  .section-content-style-services .service-wrap .service-item .image-wrap,
  .section-content-style-campaigns .campaign-wrap .campaign-item .image-wrap,
  .section-content-style-get-involved .involvement-wrap .involvement-item .image-wrap {
    width: auto;
    position: static;
    height: 200px;
    margin-bottom: 30px;
  }
}


@media screen and ( max-width: 600px ) {

  .news-item-wrap .news-item .image-wrap,
  .section-content-style-team .team-wrap .team-item .image-wrap,
  .story-item-wrap .story-item .image-wrap {
    float: none;
    margin-bottom: 15px;
  }

  .news-item-wrap .news-item.with-thumbnail .content-wrap,
  .section-content-style-team .team-wrap .team-item .teaser-wrap,
  .story-item-wrap .story-item.with-thumbnail .content-wrap {
    margin-left: 0;
  }

  .section-content-style-work ul li {
    display: block;
  }

}

@media screen and ( max-width: 500px ) {


  #site-branding .site-description {
    top: 5px;
    transform: none;
    float: left;
    width: 125px;
    font-size: 1.0em;
  }

  .section-content-style-video .video-wrap .video-item {
    width: 100%;
  }

  .section-content-style-work .work-area-item .teaser-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .section-content-style-work .work-area-item .image-wrap {
    position: static;
    height: 200px;
    width: 100%;
  }

  .section-content .content-wrap blockquote {
    padding-right: 80px;
    background-size: 40px auto;
    font-size: 1.2em;
    line-height: 1.2em;
  }

}

@media screen and ( max-width: 413px ) {

  #site-branding .site-title {
    margin-right: 15px;
  }
}




