@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Roboto:300,400,500,700&subset=latin-ext");
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; } }

/* Typogarphy
------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/BebasNeue-Bold.otf") format("opentype"); }

/* Colours
------------------------------------------------------------------------------*/
/* Styles, Shadows, etc
------------------------------------------------------------------------------*/
/* Typogarphy
------------------------------------------------------------------------------*/
/* Structure
------------------------------------------------------------------------------*/
/*---global styles---*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px; }

h1 {
  font-family: "Playfair Display", serif; }

h2 {
  font-family: "Bebas", sans-serif;
  text-transform: uppercase; }

h3 {
  font-family: "Roboto", sans-serif; }

a {
  color: #00BF8B; }

a:hover {
  color: #009F74; }

.size-circle-thumbnail,
.size-circle-medium,
.size-circle-large {
  border-radius: 50%; }

.blockquote p {
	font-family: 'Playfair Display', serif; 
	font-size: 18px; 
	line-height: 28px;
	font-weight: bold; 
}

/* Apply Wordpress's image float and word wraps */
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.nc-content {
  margin-top: 45px;
  padding: 0px 0px 40px 0px; }

.nc-content--no-padding {
  margin-top: 0px;
  padding: 0px 0px; }

@media (min-width: 992px) {
  .nc-content {
    padding: 0px 0px 90px 0px; }
  .nc-content--no-padding {
    margin-top: 0px;
    padding: 0px 0px; }
  .nc-content__wrapper {
    padding-right: 30px;
    padding-bottom: 30px; } }

.nc-content h1 {
  font-weight: 900;
  color: #2E2E2E;
  font-size: 42px;
  line-height: 48px; }

.nc-content h2 {
  font-size: 28px; }

.nc-content p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px; }

.nc-content li {
  margin-bottom: 10px; }

.nc-content a {
  color: #00BF8B; }

.nc-content a:hover {
  color: #009F74;
  text-decoration: none; }

.nc-content .size-large {
  display: block;
  width: 100%;
  height: auto; }

@media (min-width: 992px) {
  .nc-content .size-large {
    width: 100%; } }

.nc-default__section {
  display: block;
  font-family: "Bebas", sans-serif;
  color: #707070;
  font-size: 30px;
  padding-bottom: 12px; }
  .nc-default__section--dk {
    color: #2E2E2E; }

.nc-link__plain {
  list-style: none;
  text-decoration: none;
  color: initial; }
  .nc-link__plain:hover, .nc-link__plain:focus {
    list-style: none;
    text-decoration: none;
    color: initial; }

.nc-content .lead {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px; }

.nc-post__header {
  background-color: #2E2E2E;
  padding: 20px 0 40px 0; }

.nc-post__full-banner.full-banner {
  height: 400px; }

@media (min-width: 992px) {
  .nc-post__full-banner.full-banner {
    height: 600px; } }

.nc-post__header h1, .nc-post__header .lead, .nc-post__header .breadcrumbs__parent, .nc-post__header .breadcrumbs__icon {
  color: #FFFFFF; }

.nc-post__author {
  border-left: 2px solid #00BF8B;
  padding-left: 15px; }

.nc-post__author__name {
  display: block;
  color: #00BF8B; }

.nc-post__author-image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-post__author-image {
      width: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-post__author-image {
      width: 80px; } }
  @media only screen and (min-width: 992px) {
    .nc-post__author-image {
      width: 80px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-post__author-image {
      height: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-post__author-image {
      height: 80px; } }
  @media only screen and (min-width: 992px) {
    .nc-post__author-image {
      height: 80px; } }

.nc-post__author__subtitle {
  display: block;
  color: #00BF8B;
  font-weight: 300;
  font-size: 14px;
  font-style: italic; }

.nc_post__date {
  color: #989898;
  font-style: italic; }

.nc_post__date--related {
  display: none; }

.nc-post__content {
  min-height: 300px;
  padding: 20px 0px; }

.nc-post__read-more {
  height: 800px;
  max-height: auto;
  overflow: hidden;
  position: relative; }

.nc-post__read-mask {
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), white);
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
  position: absolute;
  bottom: 0; }

.nc-post__read-button {
  font-size: 24px;
  color: #00BF8B;
  font-family: "Bebas", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 2px solid #DADADA;
  cursor: pointer; }
  .nc-post__read-button:hover {
    color: #009F74; }

.read-less {
  height: 100%; }

.nc-masked--bottom {
  position: relative; }
  .nc-masked--bottom .nc-masking--bottom {
    padding-top: 100px;
    position: absolute;
    bottom: -2px;
    height: 230px;
    width: 100%;
    background-size: 300%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../img/full-width__mask.svg);
    z-index: 1;
    pointer-events: none; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-masked--bottom .nc-masking--bottom {
        padding-top: 100px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-masked--bottom .nc-masking--bottom {
        padding-top: 200px; } }
    @media only screen and (min-width: 992px) {
      .nc-masked--bottom .nc-masking--bottom {
        padding-top: 200px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-masked--bottom .nc-masking--bottom {
        background-size: 200%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-masked--bottom .nc-masking--bottom {
        background-size: 101%; } }
    @media only screen and (min-width: 992px) {
      .nc-masked--bottom .nc-masking--bottom {
        background-size: 101%; } }
  .nc-masked--bottom .nc-masking--bottom--article {
    background-image: url(../img/article-mask.svg);
    background-position: bottom; }
  .nc-masked--bottom .nc-masking--bottom--signup {
    background-image: url(../img/landing-signup-mask.svg);
    background-position: top;
    background-size: cover;
    padding-top: 78%;
    z-index: 6; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-masked--bottom .nc-masking--bottom--signup {
        padding-top: 78%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-masked--bottom .nc-masking--bottom--signup {
        padding-top: 50%; } }
    @media only screen and (min-width: 992px) {
      .nc-masked--bottom .nc-masking--bottom--signup {
        padding-top: 200px; } }
  .nc-masked--bottom .nc-masking--bottom--grey {
    background-image: url(../img/section-mask__bottom-grey.svg);
    background-position: bottom; }

.nc-default__title {
  font-family: "Playfair Display", serif;
  color: #535353;
  font-size: 2.85714em;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 18px; }

.nc-default__section {
  display: block;
  font-family: "Bebas", sans-serif;
  padding-bottom: 12px;
  font-size: 30px; }

.nc-default__header--centered {
  text-align: center; }

.nc-default__link {
  color: #000000; }
  .nc-default__link:hover {
    color: #00BF8B; }
  .nc-default__link .fas::before {
    color: #00BF8B;
    padding-right: 5px; }
  .nc-default__link--arrow::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
    background: url("../img/chevron-circle-right-primary.svg"); }

.nc-default__social-icon {
  background-color: #00BF8B;
  color: #FEFEFE;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px; }
  .nc-default__social-icon .fa-facebook-f::before {
    content: "\f39e" !important; }
  .nc-default__social-icon a {
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .nc-default__social-icon--sm {
    width: 30px;
    height: 30px;
    padding: 15px; }
  .nc-default__social-icon:hover {
    background-color: #009F74; }
    .nc-default__social-icon:hover a {
      color: #FFFFFF;
      text-decoration: none; }

.nc-default__feature-circle-image .wp-caption {
  width: auto !important;
  position: relative;
  margin: 0;
  padding-bottom: 40px; }
  .nc-default__feature-circle-image .wp-caption img {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover; }
  .nc-default__feature-circle-image .wp-caption.alignright {
    float: none;
    text-align: center; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-default__feature-circle-image .wp-caption.alignright {
        float: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-default__feature-circle-image .wp-caption.alignright {
        float: right; } }
    @media only screen and (min-width: 992px) {
      .nc-default__feature-circle-image .wp-caption.alignright {
        float: right; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-default__feature-circle-image .wp-caption.alignright {
        text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-default__feature-circle-image .wp-caption.alignright {
        text-align: right; } }
    @media only screen and (min-width: 992px) {
      .nc-default__feature-circle-image .wp-caption.alignright {
        text-align: right; } }
  .nc-default__feature-circle-image .wp-caption.alignleft {
    float: none;
    text-align: center; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-default__feature-circle-image .wp-caption.alignleft {
        float: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-default__feature-circle-image .wp-caption.alignleft {
        float: left; } }
    @media only screen and (min-width: 992px) {
      .nc-default__feature-circle-image .wp-caption.alignleft {
        float: left; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-default__feature-circle-image .wp-caption.alignleft {
        text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-default__feature-circle-image .wp-caption.alignleft {
        text-align: left; } }
    @media only screen and (min-width: 992px) {
      .nc-default__feature-circle-image .wp-caption.alignleft {
        text-align: left; } }
  .nc-default__feature-circle-image .wp-caption .fas {
    color: #DADADA;
    position: absolute;
    bottom: 40px;
    right: 0; }
    .nc-default__feature-circle-image .wp-caption .fas:hover {
      cursor: pointer;
      color: #707070; }
  .nc-default__feature-circle-image .wp-caption .wp-caption-text {
    width: 100%;
    text-align: right;
    position: absolute;
    padding: 0;
    margin: 1rem;
    margin-bottom: 3rem;
    border: none;
    right: 0;
    text-align: right;
    margin-right: 0; }

/*Loading pagination */
.load-more-indicator,
.loading a {
  display: none; }

.loading span.load-more-indicator {
  display: block;
  margin: 0 auto;
  width: 60px; }

/** Facebook Feed **/
.facebook-feed {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px 0px rgba(184, 184, 184, 0.8);
  box-shadow: 0 5px 10px 0px rgba(184, 184, 184, 0.8);
  -webkit-box-shadow: 0 5px 10px 0px rgba(184, 184, 184, 0.8);
  box-shadow: 0 5px 10px 0px rgba(184, 184, 184, 0.8);
  margin: 0;
  border: none; }

.facebook-feed #efblcf {
  border-bottom: none; }

#efblcf .efbl_info,
#efblcf .efbl_post_content .efbl_author_info,
.efbl_share_links {
  display: none; }

.facebook-feed #efblcf .efbl_story_meta .efbl_read_more_link {
  float: left; }

.efbl_read_full_story {
  visibility: hidden; }

.efbl_read_full_story::after {
  content: 'View on Facebook...';
  visibility: visible;
  display: block;
  margin-top: -30px;
  border-radius: 22px;
  background-color: #00BF8B;
  text-transform: uppercase;
  font-family: "Bebas", sans-serif;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 22px;
  padding: 8px 30px 4px 30px;
  min-width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

/**** Naturehood sections ****/
.list-table-temp td {
  vertical-align: top;
  padding-right: 30px; }

.pdf-docs-temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pdf-docs-temp > div {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%; }

.pdf-docs-temp .wp-caption {
  margin: 0; }

.pdf-docs-temp .wp-caption .wp-caption-text {
  margin: 10px 0px;
  padding: 0;
  border: none;
  max-width: 200px; }

/* Contact form response */
.div.wpcf7-response-output {
  margin-top: -30px; }

/* Gravity Forms Styling */
.gform_wrapper input[type=text] {
	border-radius: 20px; 
	border: 1px solid #c6c6c6; 
	padding: 10px 20px; 
	outline: 0px; 
}

.gform_wrapper input[type=submit] {
	border-radius: 20px;
	font-family: 'Bebas', sans-serif;
	border: none;
	outline: none; 
	padding: 10px 20px; 
	font-size: 25px;
	background-color: #00BF8B; 
	color: white; 
	font-weight: bold; 
}
.gform_confirmation_wrapper {
	background-color: #d2ffc9;
	border: 1px solid #c6c6c6;
	width: 90%; 
	padding: 20px; 
}

/* Components
------------------------------------------------------------------------------*/
/*---buttons---*/
.btn.nc-button {
  border-radius: 22px;
  background-color: #535353;
  border: none;
  text-transform: uppercase;
  font-family: "Bebas", sans-serif;
  color: #DADADA;
  font-size: 22px;
  line-height: 22px;
  padding: 8px 30px 4px 30px;
  min-width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn.nc-button--icon {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #00BF8B;
  text-align: center;
  color: #00BF8B;
  font-size: 16px;
  line-height: 22px;
  padding: 4px 5px 1px 8px;
  min-width: 32px; }
  .btn.nc-button--icon:hover {
    background-color: #00BF8B;
    color: #FFFFFF; }

.btn.btn-primary.nc-button {
  background-color: #00BF8B;
  color: #FFFFFF; }
  .btn.btn-primary.nc-button:hover {
    background-color: #009F74; }

.btn.btn-primary.nc-button--pill {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #00BF8B;
  color: #00BF8B; }
  .btn.btn-primary.nc-button--pill:hover {
    color: #FFFFFF;
    background-color: #00BF8B;
    border-color: #00BF8B; }

.btn.btn-primary.nc-button--donate {
  border-radius: 26px;
  font-size: 26px;
  line-height: 23px;
  background-color: #FFFFFF;
  color: #00BF8B;
  padding: 11px 30px 5px 30px; }
  .btn.btn-primary.nc-button--donate:hover {
    background-color: #00EBAB;
    color: #FFFFFF; }

.btn.btn-primary.nc-button--large {
  text-transform: uppercase;
  font-family: "Bebas", sans-serif;
  background-color: #00BF8B;
  color: #FFFFFF;
  border: none;
  min-width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  line-height: 22px;
  width: 100%;
  border-radius: 26px;
  font-size: 32px;
  padding: 18px 40px 13px 40px; }
  .btn.btn-primary.nc-button--large:hover {
    background-color: #009F74; }

.btn.btn-primary.nc-button__form {
  font-size: 46px;
  padding: 23px 60px 13px 60px;
  border-radius: 50px; }

.link.nc-button {
  border: none;
  text-transform: uppercase;
  font-family: "Bebas", sans-serif;
  color: #00BF8B;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  -webkit-font-smoothing: antialiased; }
  .link.nc-button.nc-button--back::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f137"; }

/*
|--------------------------------------------------------------------------
| Cards
|--------------------------------------------------------------------------
|*/
.nc-card {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px -3px rgba(234, 234, 234, 0.8);
  box-shadow: 0 5px 10px -3px rgba(234, 234, 234, 0.8);
  margin: 0;
  position: relative;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border: none;
  max-height: 500px;
  overflow: hidden; }
  .nc-card .nc-card__image {
    height: 200px;
    overflow: hidden;
    background-color: #B8B8B8; }
    .nc-card .nc-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .nc-card .nc-card__image.nc-card__image-masked {
      background-color: #FFFFFF; }
      .nc-card .nc-card__image.nc-card__image-masked img {
        -webkit-mask-image: url(https://naturecanada.ca/wp-content/themes/naturecanada/assets/img/full-width__news-mask.svg);
        mask-image: url(https://naturecanada.ca/wp-content/themes/naturecanada/assets/img/full-width__news-mask.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-size: cover; }
  .nc-card.facebook-feed {
    min-height: 450px; }
    .nc-card.facebook-feed #efblcf .efbl_story_meta {
      position: absolute;
      bottom: 0;
      left: 0px;
      right: 0;
      height: 150px;
      margin-bottom: 0px;
      width: 100%;
      margin-top: 0px;
      margin-bottom: 0px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(55%, white));
      background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 55%);
      background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 55%);
      background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 55%); }
      .nc-card.facebook-feed #efblcf .efbl_story_meta .efbl_read_more_link {
        display: block;
        margin: 100px 20px 0 20px; }
    .nc-card.facebook-feed .efbl_story_text {
      font-size: 14px;
      line-height: 18px; }
  .nc-card .nc-card__content {
    padding: 20px 20px 0px;
    text-align: left; }
    .nc-card .nc-card__content .nc-card__title {
      font-family: "Bebas", sans-serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: normal;
      color: #2E2E2E; }
    .nc-card .nc-card__content .nc-card__text {
      font-size: 16px;
      color: #2E2E2E; }
  .nc-card .nc-card__footer {
    padding: 20px;
    text-align: left; }
  .nc-card:hover {
    -webkit-box-shadow: 0 10px 20px 2px rgba(234, 234, 234, 0.6);
    box-shadow: 0 10px 20px 2px rgba(234, 234, 234, 0.6); }
    .nc-card:hover a {
      text-decoration: none; }
    .nc-card:hover .nc-button {
      background-color: #009F74;
      color: #FFFFFF; }
  .nc-card--transparent {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    overflow: visible; }
    .nc-card--transparent .nc-card__image {
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    .nc-card--transparent .nc-card__content, .nc-card--transparent .nc-card__footer {
      padding: 20px 0; }
    .nc-card--transparent:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .nc-card--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 20px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-card--form {
        margin: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-card--form {
        margin: 0 20px; } }
    @media only screen and (min-width: 992px) {
      .nc-card--form {
        margin: 0 20px; } }
  .nc-card__signup {
    text-align: left; }
    .nc-card__signup legend {
      color: #707070; }
      .nc-card__signup legend span {
        font-family: "Roboto", sans-serif;
        font-size: 16px; }

@media (min-width: 992px) {
  .nc-card--news {
    height: 250px; } }

.nc-card--news .card-img-top {
  border-top-right-radius: unset;
  border-bottom-left-radius: calc(.25rem - 1px); }

.nc-card--news .nc-card__image {
  height: auto;
  min-height: 120px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-card--news .nc-card__image {
      height: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-card--news .nc-card__image {
      height: auto; } }
  @media only screen and (min-width: 992px) {
    .nc-card--news .nc-card__image {
      height: 250px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-card--news .nc-card__image {
      min-height: 180px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-card--news .nc-card__image {
      min-height: 250px; } }
  @media only screen and (min-width: 992px) {
    .nc-card--news .nc-card__image {
      min-height: 250px; } }

.nc-card__news-content {
  padding: 20px 20px 60px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-card__news-content {
      padding: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-card__news-content {
      padding: 30px; } }
  @media only screen and (min-width: 992px) {
    .nc-card__news-content {
      padding: 30px; } }

.nc-card--news .nc-card__news-content {
  width: 80%; }
  .nc-card--news .nc-card__news-content .nc-card__content .nc-card__title {
    font-size: 22px;
    line-height: 26px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc-card__title {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc-card__title {
        font-size: 28px; } }
    @media only screen and (min-width: 992px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc-card__title {
        font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc-card__title {
        line-height: 32px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc-card__title {
        line-height: 32px; } }
    @media only screen and (min-width: 992px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc-card__title {
        line-height: 32px; } }
  .nc-card--news .nc-card__news-content .nc-card__content .nc_post__date {
    font-size: 14px;
    line-height: 16px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc_post__date {
        font-size: default; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc_post__date {
        font-size: default; } }
    @media only screen and (min-width: 992px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc_post__date {
        font-size: default; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc_post__date {
        line-height: default; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc_post__date {
        line-height: default; } }
    @media only screen and (min-width: 992px) {
      .nc-card--news .nc-card__news-content .nc-card__content .nc_post__date {
        line-height: default; } }

.nc-card--news .nc-card__footer,
.nc-card--news .nc-card__content {
  padding: 0px; }

.nc-landing__content .row > .nc-news__card-container:nth-of-type(3n+0) .nc-card__image-masked img {
  -webkit-mask-position-y: -100px;
  mask-position-y: -100px; }

.nc-landing__content .row > .nc-news__card-container:nth-of-type(3n+1) .nc-card__image-masked img {
  -webkit-mask-position-y: -200px;
  mask-position-y: -200px; }

.nc-landing__content .row > .nc-news__card-container:nth-of-type(3n+2) .nc-card__image-masked img {
  -webkit-mask-position-y: -300px;
  mask-position-y: -300px; }

.nc-form__form {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EAEAEA; }
  .nc-form__form--boxed {
    padding: 50px 0;
    margin-bottom: 50px; }

.nc-form__form iframe {
  width: 100%;
  border: none; }

.nc-form__form legend h2,
.nc-contest__form legend h2,
.nc-card--form legend h2 {
  color: #707070; }

.nc-form__form .nc-form-group,
.nc-contest__form .nc-form-group,
.nc-card--form .nc-form-group {
  position: relative; }
  .nc-form__form .nc-form-group label,
  .nc-contest__form .nc-form-group label,
  .nc-card--form .nc-form-group label {
    position: absolute;
    left: 20px;
    top: 36px;
    margin-top: 10px;
    -webkit-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    color: #707070;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500; }
    .nc-form__form .nc-form-group label.focused,
    .nc-contest__form .nc-form-group label.focused,
    .nc-card--form .nc-form-group label.focused {
      top: -6px;
      font-size: 16px;
      font-weight: 400; }
  .nc-form__form .nc-form-group input[type="text"], .nc-form__form .nc-form-group input[type="email"], .nc-form__form .nc-form-group input[type="tel"], .nc-form__form .nc-form-group select, .nc-form__form .nc-form-group textarea,
  .nc-contest__form .nc-form-group input[type="text"],
  .nc-contest__form .nc-form-group input[type="email"],
  .nc-contest__form .nc-form-group input[type="tel"],
  .nc-contest__form .nc-form-group select,
  .nc-contest__form .nc-form-group textarea,
  .nc-card--form .nc-form-group input[type="text"],
  .nc-card--form .nc-form-group input[type="email"],
  .nc-card--form .nc-form-group input[type="tel"],
  .nc-card--form .nc-form-group select,
  .nc-card--form .nc-form-group textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    background-color: #EAEAEA;
    border: 2px solid #EAEAEA;
    color: #707070;
    padding: 0 20px;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    font-size: 16px; }
    .nc-form__form .nc-form-group input[type="text"]:focus, .nc-form__form .nc-form-group input[type="email"]:focus, .nc-form__form .nc-form-group input[type="tel"]:focus, .nc-form__form .nc-form-group select:focus, .nc-form__form .nc-form-group textarea:focus,
    .nc-contest__form .nc-form-group input[type="text"]:focus,
    .nc-contest__form .nc-form-group input[type="email"]:focus,
    .nc-contest__form .nc-form-group input[type="tel"]:focus,
    .nc-contest__form .nc-form-group select:focus,
    .nc-contest__form .nc-form-group textarea:focus,
    .nc-card--form .nc-form-group input[type="text"]:focus,
    .nc-card--form .nc-form-group input[type="email"]:focus,
    .nc-card--form .nc-form-group input[type="tel"]:focus,
    .nc-card--form .nc-form-group select:focus,
    .nc-card--form .nc-form-group textarea:focus {
      outline: 0;
      border-color: #989898; }
  .nc-form__form .nc-form-group textarea,
  .nc-contest__form .nc-form-group textarea,
  .nc-card--form .nc-form-group textarea {
    border-radius: 20px;
    height: auto;
    padding-top: 15px;
    border-bottom-right-radius: 0; }
  .nc-form__form .nc-form-group.nc-form-group__normal-label label,
  .nc-contest__form .nc-form-group.nc-form-group__normal-label label,
  .nc-card--form .nc-form-group.nc-form-group__normal-label label {
    position: relative;
    top: 0; }
    .nc-form__form .nc-form-group.nc-form-group__normal-label label.focused,
    .nc-contest__form .nc-form-group.nc-form-group__normal-label label.focused,
    .nc-card--form .nc-form-group.nc-form-group__normal-label label.focused {
      top: 0;
      font-weight: 500; }
  .nc-form__form .nc-form-group--inline label,
  .nc-contest__form .nc-form-group--inline label,
  .nc-card--form .nc-form-group--inline label {
    left: 40px; }
  .nc-form__form .nc-form-group.fas,
  .nc-contest__form .nc-form-group.fas,
  .nc-card--form .nc-form-group.fas {
    display: block; }
    .nc-form__form .nc-form-group.fas::after,
    .nc-contest__form .nc-form-group.fas::after,
    .nc-card--form .nc-form-group.fas::after {
      content: "\f104\f105";
      font-family: "Font Awesome 5 Pro";
      letter-spacing: 3px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      position: absolute;
      top: 52px;
      right: 10px;
      color: #707070; }

.nc-form__form .btn,
.nc-contest__form .btn,
.nc-card--form .btn {
  margin: 50px 0 20px; }

.nc-form__form .nc-form__disclaimer,
.nc-contest__form .nc-form__disclaimer,
.nc-card--form .nc-form__disclaimer {
  color: #707070; }

.nc-form__form--light .nc-form-group label,
.nc-contest__form--light .nc-form-group label,
.nc-card--form--light .nc-form-group label {
  color: #000000; }
  .nc-form__form--light .nc-form-group label .optional,
  .nc-contest__form--light .nc-form-group label .optional,
  .nc-card--form--light .nc-form-group label .optional {
    color: #B8B8B8;
    font-weight: 400; }

.nc-form__form--light .nc-form-group input[type="text"], .nc-form__form--light .nc-form-group input[type="email"], .nc-form__form--light .nc-form-group input[type="tel"], .nc-form__form--light .nc-form-group select, .nc-form__form--light .nc-form-group textarea,
.nc-contest__form--light .nc-form-group input[type="text"],
.nc-contest__form--light .nc-form-group input[type="email"],
.nc-contest__form--light .nc-form-group input[type="tel"],
.nc-contest__form--light .nc-form-group select,
.nc-contest__form--light .nc-form-group textarea,
.nc-card--form--light .nc-form-group input[type="text"],
.nc-card--form--light .nc-form-group input[type="email"],
.nc-card--form--light .nc-form-group input[type="tel"],
.nc-card--form--light .nc-form-group select,
.nc-card--form--light .nc-form-group textarea {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
  -webkit-box-shadow: 0 0 20px -15px;
  box-shadow: 0 0 20px -15px; }

.nc-form__form .nc-volunteer__form,
.nc-contest__form .nc-volunteer__form,
.nc-card--form .nc-volunteer__form {
  margin-left: 56px;
  color: #B8B8B8;
  visibility: hidden; }
  .nc-form__form .nc-volunteer__form::after,
  .nc-contest__form .nc-volunteer__form::after,
  .nc-card--form .nc-volunteer__form::after {
    content: 'Choose file';
    display: inline-block;
    border-radius: 22px;
    border: none;
    text-transform: uppercase;
    font-family: "Bebas", sans-serif;
    font-size: 22px;
    line-height: 22px;
    padding: 8px 30px 4px 30px;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    background-color: #00BF8B;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    visibility: visible; }
  .nc-form__form .nc-volunteer__form:focus,
  .nc-contest__form .nc-volunteer__form:focus,
  .nc-card--form .nc-volunteer__form:focus {
    outline: none; }

.nc-contest__form .nc-form-group.fas {
  display: block; }

.nc-signup__form {
  width: 100%;
  max-width: 320px; }
  .nc-signup__form .nc-signup__input {
    height: 35px;
    width: 100%;
    border-radius: 60px;
    border: none;
    outline: none;
    background-color: #EAEAEA;
    padding: 0 15px; }
  .nc-signup__form .nc-signup__button {
    margin: 20px 0;
    height: 35px;
    padding: 9px 5px 4px 5px; }
  .nc-signup__form--inline {
    max-width: 508px; }
    .nc-signup__form--inline fieldset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .nc-signup__form--inline fieldset .nc-signup__input {
        color: #EAEAEA;
        padding-right: 45px;
        background-color: #707070; }
        .nc-signup__form--inline fieldset .nc-signup__input::-webkit-input-placeholder {
          color: #EAEAEA; }
        .nc-signup__form--inline fieldset .nc-signup__input:-ms-input-placeholder {
          color: #EAEAEA; }
        .nc-signup__form--inline fieldset .nc-signup__input::-ms-input-placeholder {
          color: #EAEAEA; }
        .nc-signup__form--inline fieldset .nc-signup__input::placeholder {
          color: #EAEAEA; }
      .nc-signup__form--inline fieldset .nc-signup__button {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0px; }

.nc-form__contact {
  background-color: #FFFFFF;
  padding: 0px; }

.full-banner {
  height: 250px;
  width: 100%;
  margin-top: 45px;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .full-banner--no-img {
    background-color: #EAEAEA;
    height: 150px; }

.nc-caption__credits {
  position: absolute;
  z-index: 9; }
  .nc-caption__credits--tr {
    top: 20px;
    right: 20px; }
  .nc-caption__credits--br {
    bottom: 20px;
    right: 20px; }
  .nc-caption__credits--bl {
    bottom: 20px;
    left: 20px; }
  .nc-caption__credits--tl {
    top: 20px;
    left: 20px; }
  .nc-caption__credits--home {
    bottom: 140px;
    right: 20px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-caption__credits--home {
        bottom: 140px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-caption__credits--home {
        bottom: 30%; } }
    @media only screen and (min-width: 992px) {
      .nc-caption__credits--home {
        bottom: 35%; } }

.nc-caption__credits,
.nc-feature__image__credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s; }
  .nc-caption__credits span,
  .nc-feature__image__credits span {
    font-family: "Bebas", sans-serif;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #000000;
    opacity: 0;
    line-height: 14px;
    padding-top: 3px; }
  .nc-caption__credits i,
  .nc-feature__image__credits i {
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.8); }
    .nc-caption__credits i:hover,
    .nc-feature__image__credits i:hover {
      cursor: pointer;
      color: #FFFFFF; }
  .nc-caption__credits.open,
  .nc-feature__image__credits.open {
    background-color: rgba(255, 255, 255, 0.7); }
    .nc-caption__credits.open span,
    .nc-feature__image__credits.open span {
      opacity: 1; }
    .nc-caption__credits.open i,
    .nc-feature__image__credits.open i {
      color: #535353; }

@media (min-width: 992px) {
  .full-banner__credits {
    top: 10px;
    right: 20px;
    font-size: 30px; } }

/*
|--------------------------------------------------------------------------
| Breadcrumbs
|--------------------------------------------------------------------------
|*/
.breadcrumbs {
  font-size: 20px;
  font-family: "Bebas", sans-serif;
  text-transform: uppercase;
  display: inline-block; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumbs {
      font-size: 26px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs {
      font-size: 26px; } }
  @media only screen and (min-width: 992px) {
    .breadcrumbs {
      font-size: 26px; } }

.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .breadcrumbs__container .breadcrumbs__parent {
    display: inline-block;
    color: #707070;
    font-weight: normal; }
  .breadcrumbs__container .breadcrumbs__child {
    color: #00BF8B; }
  .breadcrumbs__container .breadcrumbs__icon {
    color: #707070;
    font-size: 20px;
    margin: 0px 10px; }
  .breadcrumbs__container .breadcrumbs__parent:hover,
  .breadcrumbs__container .breadcrumbs__child:hover {
    text-decoration: none;
    color: #00BF8B; }

.page-template-page-article .breadcrumbs__parent {
  color: #FEFEFE; }

.page-template-page-article .breadcrumbs__icon {
  color: #FEFEFE; }

/*
|--------------------------------------------------------------------------
| Social Share
|--------------------------------------------------------------------------
|*/
.social-share__title {
  display: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Bebas", sans-serif;
  color: #B8B8B8;
  margin-bottom: 10px; }

.social-share {
  margin: 50px 0;
  font-family: "Bebas", sans-serif;
  font-size: 24px;
  color: #00BF8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .social-share .nc-default__social-icon {
    margin: 8px;
    text-align: center;
    font-size: 1rem; }

@media (min-width: 992px) {
  .social-share__icon {
    padding: 13px 14px;
    font-size: 20px;
    display: block;
    margin-bottom: 10px; }
    .social-share__icon:hover {
      color: #FFFFFF; }
  .social-share {
    width: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: sticky;
    position: -webkit-sticky;
    top: 85px;
    z-index: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%; } }

/*
|--------------------------------------------------------------------------
| Petition
|--------------------------------------------------------------------------
|*/
#nc-petition__modal:not(.modal) .modal-dialog {
  max-width: inherit; }

#nc-petition__modal:not(.modal) .modal-dialog-centered::before, #nc-petition__modal:not(.modal) .modal-dialog-centered::after {
  height: auto; }

.nc-petition {
  background-color: #EAEAEA;
  padding: 40px 30px;
  margin: 40px 0px; }
  .nc-petition.modal-content {
    border-radius: 0;
    border: none; }
  .nc-petition .nc-petition__description {
    font-size: 15px;
    line-height: 20px; }
  .nc-petition__title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 900;
    margin: 15px 0px;
    display: block; }
  .nc-petition__label {
    font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    font-size: 24px; }

@media (min-width: 992px) {
  #nc-petition__modal {
    position: sticky;
    position: -webkit-sticky;
    top: 60px; } }

/*
|--------------------------------------------------------------------------
| Site map
|--------------------------------------------------------------------------
|*/
.wsp-container .page_item {
  margin-bottom: 0;
  margin-top: 10px; }

/* Sections
------------------------------------------------------------------------------*/
/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
|*/
.nc-header {
  position: fixed;
  top: 0;
  z-index: 10;
  height: 45px;
  max-height: 600px;
  width: 100%;
  background-color: #00BF8B;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out; }

.nc-header--home-start.nc-header.start {
  display: none; }

@media (min-width: 992px) {
  .nc-header {
    height: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden; } }

.customize-support .nc-header {
  top: 46px; }

@media (min-width: 992px) {
  .customize-support .nc-header {
    top: 32px !important; }
  .home-start.nc-header .nc-logo-wrapper .nc-logo {
    height: 44px; } }

.nc-header .nc-logo-wrapper .nc-logo {
  position: absolute;
  height: 27px;
  width: auto;
  margin: 0 25px;
  top: 8px;
  left: 25px;
  padding-left: 9px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  opacity: 0.5; }

@media (min-width: 992px) {
  .nc-header .nc-logo-wrapper .nc-logo {
    position: static;
    height: 34px;
    width: auto;
    top: auto;
    left: auto;
    margin: 12px 25px 0 25px;
    padding: 0;
    border: none;
    opacity: 1; } }

.nc-header .nc-main-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow: scroll; }

@media (min-width: 992px) {
  .nc-header .nc-main-nav {
    padding: 0px;
    position: static;
    -webkit-transform-origin: auto;
    -ms-transform-origin: auto;
    transform-origin: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    overflow: unset;
    background-color: transparent; }
  .home-start.nc-header {
    position: absolute;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 30px;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    overflow: unset;
    z-index: 999; }
  .nc-header--home-start.nc-header.start {
    display: block;
    position: absolute;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 30px;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    overflow: unset;
    z-index: 2; }
  .home-start.nc-header {
    background-color: transparent; }
  /*	.home-start.nc-header .nc-main-nav {
	 	position: absolute;
	 	top: 0px;
	 	left: 0px;
	 	height: 60px;
	 	width:60%;
	 	overflow:unset;
	 	margin-top: calc(63.5% - 140px);
	}*/
  .nc-header--home-start.nc-header.start .nc-main-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 60%;
    overflow: unset;
    margin-top: calc(63.5% - 140px); }
  .fr .home-start.nc-header .nc-main-nav {
    width: 80%;
    margin-top: calc(63.5% - 100px); }
  .home-start.nc-header .nc-main-nav {
    display: none; } }

@media (min-width: 1200px) {
  .nc-header--home-start.nc-header.start .nc-main-nav {
    top: 0px; }
  .nc-header--home-start.nc-header.start .nc-main-nav {
    width: 50%; }
  .fr .nc-header--home-start.nc-header.start .nc-main-nav {
    width: 60%;
    margin-top: calc(63.5% - 140px); } }

@media (min-width: 1600px) {
  .fr .nc-header--home-start.nc-header.start .nc-main-nav,
  .nc-header--home-start.nc-header.start .nc-main-nav {
    margin-top: 0px;
    top: 950px; } }

.nc-main-nav__menu-button {
  padding: 0 15px; }

.nc-main-nav__menu-button--search {
  border: 2px solid #00BF8B;
  border-radius: 24px;
  padding: 0px 3px 0px 9px;
  margin-right: 5px;
  width: 40px;
  height: 36px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  text-align: right; }

@media (min-width: 992px) {
  .nc-main-nav__menu-button--search {
    border: 2px solid #FFFFFF; } }

.nc-main-nav__menu-button--search--up {
  width: 150px;
  background: white;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-main-nav__menu-button--search--up {
      width: 150px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-main-nav__menu-button--search--up {
      width: 200px; } }
  @media only screen and (min-width: 992px) {
    .nc-main-nav__menu-button--search--up {
      width: 200px; } }
  .nc-main-nav__menu-button--search--up .nc-main-nav__search-input::-webkit-input-placeholder {
    color: #B8B8B8;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .nc-main-nav__menu-button--search--up .nc-main-nav__search-input:-ms-input-placeholder {
    color: #B8B8B8;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .nc-main-nav__menu-button--search--up .nc-main-nav__search-input::-ms-input-placeholder {
    color: #B8B8B8;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .nc-main-nav__menu-button--search--up .nc-main-nav__search-input::placeholder {
    color: #B8B8B8;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .nc-main-nav__menu-button--search--up .nc-main-nav__search-form .nc-main-nav__search-input {
    opacity: 1;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    margin-top: 4px; }

.nc-main-nav__menu-button--search i {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff; }

.nc-main-nav__menu-button--search--up i.fa-search {
  color: #00BF8B; }

.nc-main-nav__search-form {
  display: inline-block; }
  .nc-main-nav__search-form .nc-main-nav__search-input {
    width: 200px;
    margin-top: 3px;
    background: transparent;
    border: none;
    margin-left: 7px;
    color: #B8B8B8;
    opacity: 0;
    -webkit-transition: all 1;
    -o-transition: all 1;
    transition: all 1; }
  .nc-main-nav__search-form .nc-main-nav__search-input:focus {
    outline: none; }

.main .desktop-social {
  display: none; }

@media (min-width: 992px) {
  .nc-header .desktop-social {
    position: absolute;
    top: 63px;
    right: 0px;
    width: 200px;
    padding-left: 60px;
    padding-right: 20px;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nc-header .desktop-social a i {
    font-size: 20px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8); }
  .home-start .desktop-social,
  .nc-main-nav .nc-nav__social.mobile-social {
    display: none; } }

.home-start.nc-header .nc-main-nav__french {
  color: #00BF8B; }

.nc-main-nav__menu-buttons a.nc-main-nav__french {
  color: #FFFFFF;
  font-family: "Bebas", sans-serif;
  font-size: 24px;
  padding: 2px 15px 0px 10px;
  display: block; }
  .nc-main-nav__menu-buttons a.nc-main-nav__french:hover {
    color: #FFFFFF; }

.nc-main-nav__french-mobile {
  position: absolute;
  top: 14px;
  right: 20px; }
  .nc-main-nav__french-mobile .nc-main-nav__french {
    color: #00BF8B;
    font-family: "Bebas", sans-serif;
    font-size: 28px; }

.customize-support .nc-main-nav__french-mobile {
  top: 65px; }

.nc-main-nav__menu-button--donate {
  height: 24px;
  font-size: 24px;
  line-height: 29px;
  min-width: 70px;
  text-align: center;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-font-smoothing: antialiased;
  font-family: "Bebas", sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: transparent;
  margin-right: 0px;
  padding: 0 15px; }

@media (min-width: 992px) {
  .nc-main-nav__menu-button--donate {
    height: 36px;
    font-size: 24px;
    line-height: 19px;
    padding: 12px 15px 5px 15px;
    min-width: 100px;
    text-align: center;
    border-radius: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    vertical-align: middle;
    color: #00BF8B;
    background-color: #FFFFFF;
    margin-right: 20px; }
  .nc-main-nav__menu-button.nc-main-nav__menu-button--donate:hover {
    color: #FFFFFF;
    background-color: #00EBAB; } }

@media (min-width: 992px) {
  .nc-header--home-start.nc-header.start .nc-main-nav:after {
    content: "";
    background: #B8B8B8;
    position: absolute;
    bottom: 0;
    left: -50px;
    height: 2px;
    width: 100%; }
  .nc-header--home-start.nc-header.start .nc-main-nav ul li a {
    color: #00BF8B; }
  .nc-header--home-start.nc-header.start .nc-main-nav .nc-nav__wrapper {
    float: right;
    overflow: unset; }
  .nc-header--home-start.nc-header.start .nc-main-nav .nc-nav__wrapper > ul > li {
    position: relative; }
  .home-start .nc-main-nav__menu-button--search {
    border: 2px solid #00BF8B; }
  .home-start .nc-main-nav__menu-button--search--up {
    border: 2px solid #FFFFFF; }
  .home-start .nc-main-nav__menu-button--search i {
    color: #00BF8B; }
  .home-start .nc-main-nav__menu-button--donate {
    background-color: #00BF8B;
    color: #FFFFFF; }
  .home-start .nc-main-nav__menu-button--donate:hover {
    background-color: #009F74;
    color: #FFFFFF; } }

.nc-main-nav__menu-buttons a:hover {
  text-decoration: none;
  background-color: #009F74;
  color: #FFFFFF; }

.nc-header--home-start .nc-main-nav__menu-buttons a:hover {
  text-decoration: none;
  color: #FFFFFF; }

/*--hamburger---*/
.nc-menu-toggle {
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
  margin-top: 3px; }

@media (min-width: 992px) {
  .nc-menu-toggle {
    margin-left: 0px;
    margin-top: 0px; } }

.nc-menu-toggle input {
  display: block;
  width: 50px;
  height: 45px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none; }

.nc-menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  margin-bottom: 4px;
  position: relative;
  background: #ffffff;
  border-radius: 2px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
  -ms-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

.nc-menu-toggle span.nc-ham-1 {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.nc-menu-toggle span.nc-ham-3 {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }

.nc-menu-toggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
  -ms-transform: rotate(45deg) translate(-2px, -1px);
  transform: rotate(45deg) translate(-2px, -1px);
  background: #00BF8B; }

.nc-menu-toggle input:checked ~ span.nc-ham-2 {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2); }

.nc-menu-toggle input:checked ~ span.nc-ham-3 {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  -ms-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px); }

.nc-menu-toggle input:checked ~ nav {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

/*---end hamburger---*/
.nc-header .nc-main-nav .nc-nav__wrapper {
  overflow: hidden;
  margin: 50px auto 40px auto;
  width: 320px; }

.home-start.nc-header .nc-sub-menu__line,
.home-start.nc-header .nc-sub-menu__subscribe,
.nc-sub-menu__line,
.nc-sub-menu__subscribe {
  display: none; }

@media (min-width: 992px) {
  .nc-header .nc-main-nav .nc-nav__wrapper {
    overflow: hidden;
    margin: 0;
    width: auto; } }

.nc-header .nc-main-nav a.nc-main-nav__hamburger i {
  font-size: 20px;
  color: #ffffff; }

.nc-header .nc-main-nav .nc-nav__wrapper > ul {
  list-style: none;
  border-left: 2px solid #00BF8B;
  margin: -5px 0 -11px 30px;
  padding: 0; }

@media (min-width: 992px) {
  .nc-header .nc-main-nav .nc-nav__wrapper > ul {
    list-style: none;
    border-left: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 140px; } }

.nc-header .nc-main-nav .nc-nav__wrapper > ul > li {
  margin-left: -15px; }

@media (min-width: 992px) {
  .nc-header .nc-main-nav .nc-nav__wrapper > ul > li {
    display: inline-block;
    margin-left: 0px;
    padding-top: 10px; } }

.nc-header .nc-main-nav ul li a {
  font-family: "Bebas", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #00BF8B;
  line-height: 45px; }

@media (min-width: 992px) {
  .nc-header .nc-main-nav ul li a {
    font-size: 20px;
    padding: 0 15px;
    color: #ffffff; } }

@media (min-width: 1600px) {
  .nc-header .nc-main-nav ul li a {
    font-size: 24px;
    padding: 0 22px; } }

.nc-header .nc-main-nav .nc-nav__wrapper > ul > li > a::before {
  content: "+";
  font-size: 29px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-right: 15px;
  background-color: #333333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid #00BF8B;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 29px;
  height: 29px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

@media (min-width: 992px) {
  .nc-header .nc-main-nav .nc-nav__wrapper > ul > li > a::before {
    display: none; } }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .nc-header .nc-main-nav .nc-nav__wrapper > ul > li > a::before {
    letter-spacing: 0px; } }

.nc-header .nc-main-nav .nc-nav__wrapper > ul > li > a.collapsed::before {
  background-color: #00BF8B;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.nc-header .nc-main-nav ul li a:hover {
  text-decoration: none;
  color: #00BF8B; }

@media (min-width: 992px) {
  .nc-header .nc-main-nav ul li a:hover {
    color: #FFFFFF; }
  .nc-header--home-start.nc-header.start .nc-main-nav ul li a:hover {
    color: #00BF8B; } }

.nc-header .nc-main-nav ul > li > ul {
  margin: 0px 0 0px 6px; }

@media (min-width: 992px) {
  .nc-header .nc-main-nav ul > li > ul {
    margin: 0px;
    padding: 0px;
    list-style: none; } }

.nc-header .nc-main-nav ul > li > ul > li:last-child {
  margin-bottom: 10px; }

.nc-header .nc-main-nav ul li ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-transform: none;
  color: #ffffff; }

.nc-header .nc-main-nav__menu-buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px; }

@media (min-width: 992px) {
  .nc-header .nc-main-nav__menu-buttons {
    height: 60px; }
  .header-height {
    max-height: 400px;
    height: 200px;
    -webkit-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out; }
  .nc-header .nc-main-nav ul li ul.sub-menu {
    display: none;
    width: 78vw;
    padding: 20px;
    padding-top: 25px;
    position: absolute;
    top: 62px;
    left: -30px;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .nc-header .nc-main-nav ul li ul.sub-menu li {
    margin-bottom: 6px;
    display: inline-block;
    padding: 0px 10px; }
  .nc-header .nc-main-nav ul li ul.sub-menu li a {
    line-height: 18px;
    font-size: 15px;
    text-transform: none;
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    padding: 0;
    margin-left: 15px; }
  .nc-header .nc-main-nav ul li ul.sub-menu li a:hover {
    color: #005a42; }
  #nature-menu li.submenu_hover ul.sub-menu,
  #menu-menu-dentete li.submenu_hover ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nc-header .nc-main-nav .nc-nav__wrapper > ul > li.submenu_hover::after {
    content: "";
    width: 100%;
    height: 25px;
    top: 4px;
    display: block;
    margin: 0 auto;
    background-image: url("../img/menu-drop-tri.svg");
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: top;
    position: relative;
    z-index: 99; }
  .nc-sub-menu__line {
    width: calc(100% - 45px);
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 60px;
    left: 0px;
    margin: 0px 25px;
    display: block; }
  .nc-sub-menu__subscribe-container {
    padding-left: 150px;
    width: 100%; }
  .nc-sub-menu__subscribe {
    width: 100vw;
    height: 60px;
    background-color: #2E2E2E;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .nc-sub-menu__subscribe-text {
    font-family: "Playfair Display", serif;
    color: #FFFFFF;
    font-weight: 600;
    padding-right: 30px; }
  .nc-header--home-start.nc-header #nature-menu li.submenu_hover ul.sub-menu {
    display: none; }
  .nc-header--home-start.nc-header.start .nc-main-nav .nc-nav__wrapper > ul > li:hover {
    background-color: transparent; }
  .nc-header--home-start.nc-header .nc-main-nav .nc-nav__wrapper > ul > li.submenu_hover::after {
    background: none;
    width: 16px; }
  .fr .nc-header--home-start.nc-header .nc-main-nav ul li ul.sub-menu,
  .nc-header--home-start.nc-header .nc-main-nav ul li ul.sub-menu {
    display: none !important; }
  .nc-sub-menu__line,
  .nc-sub-menu__subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nc-header--home-start.nc-header.start .nc-main-nav .nc-nav__wrapper > ul > li > a::after {
    content: "";
    background-color: #FFFFFF;
    top: 50px;
    height: 16px;
    width: 16px;
    left: 50%;
    margin-left: -8px;
    border: 2px solid #B8B8B8;
    border-radius: 50%;
    position: absolute;
    z-index: 99; }
  .nc-header--home-start.nc-header.start .nc-main-nav .nc-nav__wrapper > ul > li:hover > a::after {
    content: "";
    background-image: url("../img/leaf-menu.png");
    background-size: cover;
    background-position: center;
    top: 47px;
    margin-left: -12px;
    height: 26px;
    width: 26px;
    border: none;
    border-radius: 0px; } }

.sub-menu {
  max-height: 500px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden; }

.sub-menu__close {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .sub-menu__close {
      max-height: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-menu__close {
      max-height: 0; } }
  @media only screen and (min-width: 992px) {
    .sub-menu__close {
      max-height: 100%; } }

.nc-sub-menu__subscribe-form {
  width: 400px;
  position: relative; }

/*
|--------------------------------------------------------------------------
| Donation CTA
|--------------------------------------------------------------------------
|*/
.donation-feature {
  position: relative;
  background-image: url("https://naturecanada.ca/wp-content/uploads/2019/04/bighornsheep-optimized.jpg");
  background-size: 300%;
  background-position: 70%;
  color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 120px; }

.donation-feature__mask {
  position: absolute;
  bottom: -1px;
  background-color: transparent;
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../img/footer-mask.svg");
  z-index: 1; }

.donation-feature__title {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 42px;
  line-height: 42px; }

.donation-feature__info {
  margin-top: 30px; }

.chevron-right {
  width: 30px;
  margin-right: 15px; }

.donation-feature__text {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-left: 10px; }

a.donation-feature__text:hover {
  color: #00EBAB; }

.donation-feature .nc-feature__description {
  color: #FFFFFF; }

@media (min-width: 992px) {
  .donation-feature__title {
    margin-bottom: 40px; }
  .donation-feature {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 230px;
    text-align: center; }
  .donation-feature__mask {
    height: 400px;
    pointer-events: none;
    background-size: 100%;
    background-position: bottom; } }

.volunteer-thanks__mask {
  background-color: transparent;
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../img/footer-mask.svg"); }

/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
|*/
.nc-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin: 0 auto; }

.nc-nav__social a {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin: 0 auto;
  text-align: center; }

.nc-nav__social a i {
  font-size: 30px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8); }
  .nc-nav__social a i.fa-facebook-f::before {
    content: "\f39e" !important; }

.nc-main-nav__search {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle; }

.nc-main-nav__menu-buttons {
  text-align: right; }

.nc-feature__image__credits {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 20px;
  color: #FFFFFF; }

@media (min-width: 992px) {
  .nc-feature__image__credits {
    position: absolute;
    bottom: 50px;
    top: inherit;
    right: 40px;
    font-size: 30px; } }

.nc-footer {
  background-color: #2E2E2E;
  padding: 30px; }

.nc-footer--transparent {
  background-color: transparent;
  color: #FFFFFF; }

.nc-footer__nav ul {
  list-style: none;
  margin: 0px 0px 30px 0;
  padding: 0; }

.nc-footer__nav ul li a {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  font-family: "Bebas", sans-serif;
  color: #B8B8B8; }

.nc-footer__nav ul li a:hover {
  color: #ffffff;
  text-decoration: none; }

.nc-footer__folow-us {
  font-family: "Bebas", sans-serif;
  color: #707070; }

.nc-footer .nc-nav__social {
  margin: 20px 0 20px -18px; }

.nc-footer .nc-nav__social a i {
  color: #707070; }

.nc-footer .nc-nav__social a:hover i {
  color: #ffffff; }

.nc-footer__copyright {
  font-size: 14px;
  color: #ffffff;
  display: block; }

.nc-footer__charitable {
  font-size: 14px;
  color: #FFFFFF; }

.nc-footer__copyright--light {
  color: #FFFFFF; }

.nc-footer__charitable--light {
  color: #FFFFFF; }

@media (min-width: 992px) {
  .nc-footer {
    padding: 100px 30px 100px 30px;
    text-align: center; }
  .nc-footer__nav ul li {
    display: inline-block;
    margin: 0px 10px; }
  .nc-footer__nav ul li a {
    font-size: 20px;
    font-family: "Bebas", sans-serif; }
  .nc-footer .nc-nav__social {
    margin: 20px auto; }
  .nc-footer__folow-us {
    font-size: 20px; }
  .nc-footer__copyright,
  .nc-footer__charitable {
    font-size: 14px; } }

/*
|--------------------------------------------------------------------------
| Main Feature - Home
|--------------------------------------------------------------------------
|*/
.main-feature__title {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 40px;
  line-height: 40px; }

@media (min-width: 992px) {
  .main-feature__title {
    font-size: 55px;
    line-height: 50px; } }

.main-feature {
  padding-top: 45px;
  height: 650px;
  position: relative; }

@media (min-width: 992px) {
  .main-feature {
    height: 100%; }
  .main-feature:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.47656%; }
  .main-feature--home-start {
    padding-top: 0px; } }

@media (min-width: 1200px) {
  .main-feature {
    /* height: 750px;*/ } }

@media (min-width: 1600px) {
  .main-feature {
    height: 1100px; } }

.main-feature__container {
  width: 100%;
  margin: 0 auto; }

.main-feature .nc-feature__image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: auto;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% -40px; }

@media (min-width: 992px) {
  .main-feature .nc-feature__image {
    background-size: cover;
    background-position: center;
    top: 0; } }

.discover-feature .nc-feature__image {
  height: 375px; }

@media (min-width: 992px) {
  .discover-feature .nc-feature__image {
    height: 575px; } }

@media (min-width: 1600px) {
  .discover-feature .nc-feature__image {
    height: 800px; } }

.main-feature__content {
  padding: 40px; }

@media (min-width: 992px) {
  .main-feature__content {
    padding: 70px;
    margin-top: 0px;
    position: absolute;
    top: 0;
    left: 0;
    height: 75%; } }

@media (min-width: 1600px) {
  .main-feature__content {
    /*padding-top:250px;*/ } }

@media (min-width: 992px) {
  .discover-feature .nc-feature__content {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px); } }

.main-feature__description {
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Bebas", sans-serif;
  margin: 140px 40px 20px 0;
  letter-spacing: 0.5px; }

@media (min-width: 992px) {
  .main-feature__description {
    font-size: 23px;
    margin: 20px 100px 0 0; } }

.main-feature__input {
  font-size: 16px;
  border-radius: 20px;
  border: none;
  padding: 10px 20px;
  height: 45px;
  margin-bottom: 20px; }

.main-feature__input::-webkit-input-placeholder {
  color: #B8B8B8; }

.main-feature__input:-ms-input-placeholder {
  color: #B8B8B8; }

.main-feature__input::-ms-input-placeholder {
  color: #B8B8B8; }

.main-feature__input::placeholder {
  color: #B8B8B8; }

.main-feature__input:focus {
  border-color: rgba(0, 191, 139, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 191, 139, 0.5);
  box-shadow: 0 0 5px rgba(0, 191, 139, 0.5); }

@media (min-width: 992px) {
  .main-feature__input {
    height: 60px;
    border-radius: 60px;
    border: 15px solid rgba(255, 255, 255, 0.5);
    outline: none;
    margin-top: 20px; }
  .main-feature__input:focus {
    outline: none; }
  .main-feature__subscribe {
    width: 350px;
    position: relative; }
  .main-feature__subscribe-btn, .main-feature .btn.nc-button {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 30px;
    padding: 6px 15px 4px 15px; } }

.nc-feature__map-top {
  position: absolute;
  bottom: -1px;
  background-color: transparent;
  height: 230px;
  width: 100%;
  background-size: 100%;
  background-position: 99% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/home-header-mask__top.svg);
  z-index: 1;
  pointer-events: none; }

.nc-feature__map-bottom {
  position: absolute;
  top: -1px;
  background-color: transparent;
  height: 400px;
  width: 100%;
  background-size: 150%;
  background-position: 99% top;
  background-repeat: no-repeat;
  background-image: url("../img/home-header-mask__bottom.svg");
  z-index: 1;
  pointer-events: none; }

/*---Visible for screenreaders ---*/
.nc-offscreen {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.nc-feature__content .nc-feature__carousel-icons {
  color: #00BF8B;
  font-size: 38px; }

.carousel-control-next {
  right: -10%; }

.carousel-control-prev {
  left: -10%; }

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 6px;
  margin-left: 6px;
  background-color: #FFFFFF; }

.carousel-indicators .active {
  background-color: #00BF8B; }

.carousel-indicators {
  width: auto;
  margin: 0;
  bottom: 30px;
  left: 33px;
  right: auto;
  z-index: 0; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .carousel-indicators {
      bottom: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-indicators {
      bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    .carousel-indicators {
      bottom: 20px; } }

@media (min-width: 992px) {
  .carousel-indicators {
    width: 58%;
    margin: 0;
    left: 0;
    right: 0; } }

@media (min-width: 992px) {
  .nc-feature__map-top {
    height: 410px;
    background-position: 99% bottom; }
  .nc-feature__map-bottom {
    background-size: 100%; } }

@media (min-width: 1600px) {
  .nc-feature__map-top {
    height: 800px; }
  .nc-feature__map-bottom {
    height: 600px; } }

/*
|--------------------------------------------------------------------------
| Section Features
|--------------------------------------------------------------------------
|*/
.nc-features__title {
  font-weight: 900;
  color: #2E2E2E;
  font-size: 38px;
  line-height: 42px; }

@media (min-width: 992px) {
  .nc-features__title {
    font-size: 46px;
    line-height: 52px; } }

.nc-features {
  position: relative; }

.nc-features--grey {
  background-color: #EAEAEA; }

.nc-features__section-title {
  font-weight: 500;
  font-family: "Bebas", sans-serif;
  font-size: 26px;
  color: #707070;
  letter-spacing: 0.5px; }

.nc-feature__section-mask {
  position: absolute;
  bottom: -1px;
  background-color: transparent;
  height: 100px;
  width: 100%;
  background-size: 200%;
  background-position: 98% bottom;
  background-repeat: no-repeat;
  background-image: url("../img/section-mask__bottom-white.svg");
  z-index: 1;
  pointer-events: none; }

.nc-feature__section-mask--grey {
  background-image: url("../img/section-mask__bottom-grey.svg"); }

.nc-feature__image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative; }

@media (min-width: 992px) {
  .nc-feature__image {
    height: 500px; } }

@media (min-width: 1600px) {
  .nc-feature__image {
    height: 800px; } }

.nc-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.discover-feature__credits {
  top: 90px; }

.nc-feature__content {
  padding: 40px;
  line-height: 26px;
  max-width: 550px; }

.nc-feature__description {
  margin: 20px 0px 30px 0px;
  font-size: 16px;
  line-height: 22px;
  color: #535353; }

/*
|--------------------------------------------------------------------------
| Full width Image with Box - Features
|--------------------------------------------------------------------------
|*/
.nc-feature__box {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  padding: 40px;
  margin: 0px;
  text-align: left; }

.nc-feature__box-image {
  width: 100%;
  height: 250px;
  position: relative; }

.nc-feature__box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

@media (min-width: 992px) {
  .nc-features__box-feature article:nth-child(odd) .nc-feature__box {
    float: right; }
  .nc-feature__box-container {
    overflow: hidden;
    position: relative; }
  .nc-feature__box {
    width: 45%;
    background-color: #FFFFFF;
    position: relative;
    top: 0;
    right: 0;
    padding: 40px;
    margin: 80px 80px 110px 80px;
    text-align: center; }
  .nc-feature__box-image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .nc-feature__box-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; } }

@media (min-width: 1170px) {
  .nc-feature__box {
    width: 33%; }
  .nc-feature__box-container {
    min-height: 650px; } }

/*
|--------------------------------------------------------------------------
| News Features - Home
|--------------------------------------------------------------------------
|*/
.nc-news-features {
  position: relative;
  background-color: #EAEAEA;
  padding-bottom: 50px;
  /*    background-image: url(../img/home-news-mask.svg);
    background-position: 76% center;
    background-size: cover;
    margin-bottom: -130px;*/
  z-index: 1;
  margin-top: 100px; }

.nc-news-features__mask--top {
  pointer-events: none;
  position: absolute;
  top: -320px;
  height: 320px;
  width: 100%;
  background-color: transparent;
  background-size: 100%;
  background-size: 200%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("../img/news-mask__top.svg");
  z-index: 1; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-news-features__mask--top {
      background-size: 200%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-news-features__mask--top {
      background-size: 100%; } }
  @media only screen and (min-width: 992px) {
    .nc-news-features__mask--top {
      background-size: 100%; } }

.nc-news-features__mask--bottom {
  pointer-events: none;
  position: absolute;
  bottom: -215px;
  height: 220px;
  width: 100%;
  background-color: transparent;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../img/news-mask__bottom.svg");
  z-index: 1; }

.nc-news-feature {
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 13px 7px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 7px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 7px -6px rgba(0, 0, 0, 0.2); }

.nc-news-feature__content {
  padding: 20px; }

.nc-news-feature__title {
  font-family: "Bebas", sans-serif;
  color: #FFFFFF;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 20px; }

.nc-news-feature__btn {
  margin: 0px 20px; }

.mission-feature {
  background-color: #EAEAEA;
  padding: 60px 30px; }

@media (min-width: 992px) {
  .nc-news-features {
    text-align: center; }
  .nc-news-features {
    padding-bottom: 50px;
    background-position: top;
    background-size: cover;
    margin-top: 20px; }
  .mission-feature {
    text-align: center;
    padding: 0px 10px 10px 10px; } }

.nc-contest__cta {
  margin: 50px 0;
  font-family: "Bebas", sans-serif;
  font-size: 1.28571em;
  font-weight: normal;
  line-height: 1;
  color: #00BF8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .nc-contest__cta span {
    margin: 8px;
    text-align: center; }
    .nc-contest__cta span:first-of-type {
      margin-left: 8px;
      width: 100%; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .nc-contest__cta span:first-of-type {
          margin-left: 8px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nc-contest__cta span:first-of-type {
          margin-left: 0; } }
      @media only screen and (min-width: 992px) {
        .nc-contest__cta span:first-of-type {
          margin-left: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .nc-contest__cta span:first-of-type {
          width: 100%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nc-contest__cta span:first-of-type {
          width: initial; } }
      @media only screen and (min-width: 992px) {
        .nc-contest__cta span:first-of-type {
          width: initial; } }
    .nc-contest__cta span:last-of-type {
      margin-right: 8px;
      width: 100%; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .nc-contest__cta span:last-of-type {
          margin-right: 8px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nc-contest__cta span:last-of-type {
          margin-right: 0; } }
      @media only screen and (min-width: 992px) {
        .nc-contest__cta span:last-of-type {
          margin-right: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .nc-contest__cta span:last-of-type {
          width: 100%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nc-contest__cta span:last-of-type {
          width: initial; } }
      @media only screen and (min-width: 992px) {
        .nc-contest__cta span:last-of-type {
          width: initial; } }

.nc-contest__form {
  padding: 50px 15px;
  background-color: #EAEAEA; }

.nc-contest__judge img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-contest__judge img {
      width: 150px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-contest__judge img {
      width: 100px; } }
  @media only screen and (min-width: 992px) {
    .nc-contest__judge img {
      width: 150px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-contest__judge img {
      height: 150px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-contest__judge img {
      height: 100px; } }
  @media only screen and (min-width: 992px) {
    .nc-contest__judge img {
      height: 150px; } }

.campaign__articles {
  background-color: #EAEAEA;
  padding-bottom: 50px; }

.campaign__mask {
  height: 50px;
  background-color: #FFFFFF; }

.nc-campaign__section {
  margin-bottom: 100px; }

.nc-campaign__lead {
  font-size: 20px;
  line-height: 28px; }

/*
|--------------------------------------------------------------------------
| index
|--------------------------------------------------------------------------
|*/
.nc-index__content {
  width: 75%;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-index__content {
      padding: 50px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-index__content {
      padding: 50px 0; } }
  @media only screen and (min-width: 992px) {
    .nc-index__content {
      padding: 200px 0; } }

.nc-index__image {
  padding: 0; }
  .nc-index__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.nc-index__title {
  font-family: "Playfair Display", serif;
  color: #535353;
  font-size: 2.85714em;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 18px; }

/*
|--------------------------------------------------------------------------
| landing
|--------------------------------------------------------------------------
|*/
.nc-landing {
  background-color: #EAEAEA; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-landing {
      background-color: #EAEAEA; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-landing {
      background-color: #EAEAEA; } }
  @media only screen and (min-width: 992px) {
    .nc-landing {
      background-color: #FFFFFF; } }
  .nc-landing__content {
    margin: 0 auto;
    text-align: left;
    padding-top: 50px;
    position: relative;
    z-index: 9; }
  .nc-landing__image {
    padding: 0;
    height: 300px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-landing__image {
        height: 300px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-landing__image {
        height: 400px; } }
    @media only screen and (min-width: 992px) {
      .nc-landing__image {
        height: 600px; } }
    .nc-landing__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.nc-landing--first {
  background-color: #FFFFFF; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-landing--first {
      background-color: #FFFFFF; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-landing--first {
      background-color: #FFFFFF; } }
  @media only screen and (min-width: 992px) {
    .nc-landing--first {
      background-color: #EAEAEA; } }

.nc-landing__header-content {
  padding: 50px 0;
  max-width: 500px;
  margin: 0 auto; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-landing__header-content {
      padding: 50px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-landing__header-content {
      padding: 50px 0; } }
  @media only screen and (min-width: 992px) {
    .nc-landing__header-content {
      padding: 0px 20px 80px 20px; } }

.nc-landing__section {
  display: block;
  font-family: "Bebas", sans-serif;
  color: #707070;
  font-size: 30px;
  padding-bottom: 12px; }

.nc-landing__title {
  font-family: "Playfair Display", serif;
  color: #535353;
  font-size: 2.85714em;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 18px; }

.nc-landing__text {
  font-size: 0.89286em;
  font-weight: 300;
  line-height: 1.44; }

.nc-staff .nc-staff__link {
  color: #000000; }
  .nc-staff .nc-staff__link .nc-staff__image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    height: 230px;
    width: 230px;
    background-color: #EAEAEA; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-staff .nc-staff__link .nc-staff__image {
        height: 230px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-staff .nc-staff__link .nc-staff__image {
        height: 150px; } }
    @media only screen and (min-width: 992px) {
      .nc-staff .nc-staff__link .nc-staff__image {
        height: 150px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .nc-staff .nc-staff__link .nc-staff__image {
        width: 230px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nc-staff .nc-staff__link .nc-staff__image {
        width: 150px; } }
    @media only screen and (min-width: 992px) {
      .nc-staff .nc-staff__link .nc-staff__image {
        width: 150px; } }
    .nc-staff .nc-staff__link .nc-staff__image img {
      width: 100%;
      height: 100%; }
    .nc-staff .nc-staff__link .nc-staff__image::before {
      background-color: rgba(0, 191, 139, 0);
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
    .nc-staff .nc-staff__link .nc-staff__image .link {
      position: absolute;
      top: 50%;
      display: block;
      -webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
      transform: translateY(-50%) scale(1.1);
      color: rgba(254, 254, 254, 0);
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
  .nc-staff .nc-staff__link:hover .nc-staff__image::before {
    background-color: rgba(0, 191, 139, 0.75); }
  .nc-staff .nc-staff__link:hover .nc-staff__image .link {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #FEFEFE; }

.nc-staff .nc-staff__name {
  font-weight: 900; }

.nc-staff .nc-staff__position {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  display: inline-block; }

.nc-staff__contact {
  font-size: 14px; }

.nc-staff-single .nc-staff__profile-image img {
  max-width: 100%;
  height: auto; }

.nc-donate {
  padding: 60px 0px 50px 0px;
  background-color: #FFFFFF; }
  .nc-donate__title {
    font-family: "Bebas", sans-serif;
    font-size: 30px; }
  .nc-donate iframe {
    width: 100%;
    height: 800px; }
  .nc-donate--join {
    padding: 40px 0px 50px 0px; }

.nc-donate__donation {
  padding: 120px 0px;
  padding: 120px 0px 80px 0px;
  position: relative; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-donate__donation {
      padding: 80px 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-donate__donation {
      padding: 120px 0px; } }
  @media only screen and (min-width: 992px) {
    .nc-donate__donation {
      padding: 120px 0px; } }

.nc-donate__box {
  background-color: #FFFFFF;
  padding: 40px 0; }

.nc-donate__box iframe {
  border: 0;
  height: 1250px;
  width: 100%; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-donate__box iframe {
      height: 1000px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-donate__box iframe {
      height: 1000px; } }
  @media only screen and (min-width: 992px) {
    .nc-donate__box iframe {
      height: 1000px; } }

.nc-donate__mask {
  position: absolute;
  top: -2px;
  height: 230px;
  width: 100%;
  background-size: 300%;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../img/full-width__mask-top.svg);
  z-index: 1;
  pointer-events: none; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-donate__mask {
      background-size: 200%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-donate__mask {
      background-size: 101%; } }
  @media only screen and (min-width: 992px) {
    .nc-donate__mask {
      background-size: 101%; } }

.nc-donate__bg {
  background-image: url("https://naturecanada.ca/wp-content/uploads/2019/12/trees-802086_1920.jpg");
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  z-index: -1; }

.nc-donate__secure-icon {
  position: absolute;
  top: 50px;
  right: 0;
  padding: 15px;
  color: #989898; }

.nc-join__content {
  padding-top: 40px; }

.nc-donate__thanks {
  background-color: #FFFFFF; }

.nc-donate__thanks-content {
  padding: 40px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nc-donate__thanks-content {
      padding: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nc-donate__thanks-content {
      padding: 60px 80px; } }
  @media only screen and (min-width: 992px) {
    .nc-donate__thanks-content {
      padding: 60px 80px; } }

.nc-donate__thanks-img {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  min-height: 300px; }

.nc-donate__share {
  width: 46px;
  height: 50px;
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px; }
  .nc-donate__share-icon {
    padding: 13px 10px;
    font-size: 20px;
    display: block;
    text-align: center;
    background-color: #00BF8B;
    color: #FFFFFF;
    line-height: 2px;
    border-radius: 50px; }

.wp-caption {
  margin: 3rem -1rem; }
  .wp-caption .wp-caption-text {
    padding: 5px 10px;
    margin: 1rem;
    margin-bottom: 0;
    color: #989898;
    font-weight: 700;
    font-size: 14px;
    border-left: 1px solid #2E2E2E; }

.gallery {
  margin: auto -5px; }
  .gallery .gallery-item {
    padding: 5px; }
  .gallery img {
    border: none !important;
    width: 100%;
    height: auto; }
  .gallery .wp-caption-text {
    padding: 5px 10px;
    margin: 1rem;
    margin-bottom: 0;
    color: #989898;
    font-weight: 700;
    font-size: 14px;
    border-left: 1px solid #2E2E2E;
    text-align: left;
    font-style: italic;
    line-height: 18px; }

.province {
  display: none; }

.networks__url {
  color: #00BF8B;
  font-size: 15px;
  font-weight: 600; }
  .networks__url:hover {
    text-decoration: none;
    color: #009F74; }

.networks__url h2 {
  color: initial; }

.networks__url p {
  color: initial; }

.networks_logos {
  max-width: 300px;
  height: 200px; }
  .networks_logos--main {
    height: 250px; }

.networks_logos img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.nc-button--network {
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #00BF8B;
  text-align: center;
  color: #00BF8B;
  padding: 0px 5px 0px 7px;
  font-size: 13px;
  line-height: 21px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-top: -6px; }
  .nc-button--network:hover {
    background-color: #00BF8B;
    border: 2px solid #00BF8B; }

#BC-province {
  display: block; }

#mapwrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 0;
  min-width: 220px; }

svg {
  max-height: 100%; }

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none; }

.tip {
  display: none;
  padding: 5px;
  border: 1px solid #EBECED;
  color: #edeef0;
  font-weight: bold;
  z-index: 1000;
  float: left;
  position: absolute;
  /*gradient color*/
  background: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#656565');
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#656565')";
  /* IE8 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#656565));
  background-image: -webkit-linear-gradient(top, #494949 0%, #656565 100%);
  background-image: -o-linear-gradient(top, #494949 0%, #656565 100%);
  background-image: linear-gradient(to bottom, #494949 0%, #656565 100%);
  /* IE10 */
  background: -moz-linear-gradient(top, #494949, #656565);
  /* Firefox */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#656565));
  word-break: keep-all;
  white-space: nowrap; }

/* -------------------------------- 

About Us - History Timeline
-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */ }

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

/* -------------------------------- 

Main components 

-------------------------------- */
#cd-timeline {
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em; }

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 140px;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #009F74; }

#cd-timeline h1 {
  display: block;
  text-align: center;
  background-color: #ffffff;
  padding: 20px 0 20px 0;
  border-top: 4px solid #009F74; }

.cd-timeline-block {
  position: relative;
  margin: 2em 0; }

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-block:first-child {
  margin-top: 0; }

.cd-timeline-block:last-child {
  margin-bottom: 0; }

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px; }

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

.cd-timeline-img.cd-picture {
  /* background: #75ce66; */ }

.cd-timeline-img.cd-movie {
  background: #c03b44; }

.cd-timeline-img.cd-location {
  background: #f0ca45; }

.cd-timeline-content {
  position: relative;
  margin-left: 10px;
  background: transparent;
  border-radius: 0;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 #009F74;
  box-shadow: 0 3px 0 #009F74; }

.cd-timeline-block:last-child .cd-timeline-content {
  -webkit-box-shadow: none;
  box-shadow: none; }

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-content .cd-timeline__text {
  color: #303e49;
  font-size: 18px;
  padding-top: 120px;
  line-height: 22px;
  padding-bottom: 20px; }

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 14px; }

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block; }

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em; }

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb; }

.cd-timeline-content .cd-date {
  padding: 0;
  font-size: 60px;
  font-weight: bold;
  color: #2E2E2E;
  position: absolute;
  left: 120px;
  top: 40px; }

.cd-timeline-content .circular {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 3px solid #00BF8B;
  background-size: cover; }

.cd-timeline-block .cd-timeline-img .circular {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 4px solid #00BF8B;
  position: absolute;
  left: 20px;
  z-index: 10;
  background-size: cover; }

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  font-size: 14px;
  top: 20px;
  display: none; }

/* -------------------------------- 
768px and up
-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-timeline-content p {
    font-family: "proxima-nova",sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 200;
    padding-right: 30px;
    min-height: 200px;
    opacity: 0; }
  .cd-timeline-content .source {
    font-family: "proxima-nova",sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 200; }
  .cd-timeline-block .cd-timeline-img .circular {
    left: 80px; }
  .cd-timeline-content .cd-date {
    left: 200px; } }

/* -------------------------------- 
1170px and up
-------------------------------- */
@media only screen and (min-width: 992px) {
  .cd-timeline-block .cd-timeline-img .circular {
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #00BF8B;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 10px solid #00BF8B;
    position: relative;
    left: 0; }
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px; }
  .cd-timeline-block {
    margin: 50px 0px; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -75px; }
  .cd-timeline-content {
    margin-left: 0;
    padding: 0 0 20px 0;
    width: 50%; }
  .cd-timeline-content p {
    display: block; }
  .cd-timeline-content .cd-read-more {
    float: left;
    font-size: 20px; }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 125%;
    top: 0px;
    font-size: 60px;
    font-weight: bold;
    color: #2E2E2E; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
    padding-left: 88px; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 125%;
    text-align: right; }
  .cd-timeline-block .cd-timeline__text {
    position: absolute;
    width: 100%;
    top: 60px;
    font-weight: 300;
    /*	text-transform: uppercase;*/
    font-size: 20px;
    line-height: 26px; }
  .cd-timeline-block:nth-child(odd) .cd-timeline__text {
    left: 125%;
    padding-top: 0px; }
  .cd-timeline-block:nth-child(odd) p {
    padding-top: 5px; }
  .cd-timeline-block:nth-child(even) .cd-timeline__text {
    right: 125%;
    text-align: right;
    padding-top: 0px; } }

/* No greater than 900px, no less than 400px */
/*@media (max-width:1350px) and (min-width:1200px) {
    .cd-container {
      margin-left: 90px;
      width: 65%;
    
    }
}​ */
/* Media Queries
------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  /*
	|--------------------------------------------------------------------------
	| Section Features
	|--------------------------------------------------------------------------
	|*/
  .nc-features__section-title {
    margin-left: 0px; }
  .nc-feature__image--discover {
    height: 900px; }
  .nc-feature__content {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  .nc-feature__split-mask--left {
    position: absolute;
    bottom: -298px;
    left: 0px;
    height: 300px;
    width: 58.333333%;
    background-color: transparent;
    background-size: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("../img/split-mask__left.svg");
    z-index: 1;
    pointer-events: none; }
  .nc-feature__split-mask--right {
    position: absolute;
    bottom: -2px;
    right: 0px;
    height: 200px;
    width: 100%;
    background-color: transparent;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url("../img/split-mask__right.svg");
    z-index: 1;
    pointer-events: none; }
  .nc-feature__side-mask {
    position: absolute;
    height: 100%;
    width: 150px;
    top: 0;
    left: -1px;
    background-color: transparent;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("../img/side-mask.svg");
    pointer-events: none; } }
