/* line 5, ../scss/_plugins_zoo.scss */
.tabbed {
  position: relative;
  margin-top: 40px;
}
/* line 8, ../scss/_plugins_zoo.scss */
.tabbed p {
  margin: 0px;
}
/* line 11, ../scss/_plugins_zoo.scss */
.tabbed .tab-title {
  position: absolute;
  top: -40px;
  left: 0px;
  padding: 10px;
  height: 40px;
}
/* line 18, ../scss/_plugins_zoo.scss */
.tabbed .tab {
  display: none;
  font-size: 0.9em;
}
/* line 21, ../scss/_plugins_zoo.scss */
.tabbed .tab p {
  margin: 0px;
}
/* line 24, ../scss/_plugins_zoo.scss */
.tabbed .tab.active {
  display: block;
  padding: 10px;
  border: 1px solid #efefef;
}
/* line 30, ../scss/_plugins_zoo.scss */
.tabbed .tabs {
  padding: 0px;
  border: 0px;
  margin: 0px;
}
/* line 34, ../scss/_plugins_zoo.scss */
.tabbed .tabs p {
  margin: 0px;
}
/* line 37, ../scss/_plugins_zoo.scss */
.tabbed .tabs ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
/* line 41, ../scss/_plugins_zoo.scss */
.tabbed .tabs ul li {
  display: inline-block;
  padding: 8px 12px;
  background: #efefef;
  cursor: pointer;
}
/* line 46, ../scss/_plugins_zoo.scss */
.tabbed .tabs ul li.active {
  background: #303030;
}

/* line 58, ../scss/_plugins_zoo.scss */
.tagged-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 62, ../scss/_plugins_zoo.scss */
.tagged-banner .slick-list,
.tagged-banner .slick-track {
  height: 100%;
}
/* line 65, ../scss/_plugins_zoo.scss */
.tagged-banner .tagged-item {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 69, ../scss/_plugins_zoo.scss */
.tagged-banner .tagged-item .image-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 77, ../scss/_plugins_zoo.scss */
.tagged-banner .tagged-item .tagged-title {
  position: absolute;
  top: 20px;
  right: 90px;
  text-align: right;
  -webkit-transform: rotate(-67.5deg);
  -ms-transform: rotate(-67.5deg);
  transform: rotate(-67.5deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  z-index: 100;
}
/* line 85, ../scss/_plugins_zoo.scss */
.tagged-banner .tagged-item .tagged-title a {
  color: #ffffff;
  font-size: 1.4em;
  text-transform: uppercase;
}
@media screen and (max-width: 39.9375em) {
  /* line 77, ../scss/_plugins_zoo.scss */
  .tagged-banner .tagged-item .tagged-title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    bottom: 100px;
    right: 0px;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    background: #51a3a3;
  }
}
/* line 101, ../scss/_plugins_zoo.scss */
.tagged-banner .tagged-item .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #303030;
  opacity: 0.3;
  z-index: 50;
}
/* line 111, ../scss/_plugins_zoo.scss */
.tagged-banner .tagged-item .triangle-br {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 120%;
  width: 400px;
  fill: #e4588a;
  opacity: 0.5;
  z-index: 90;
}
@media screen and (max-width: 39.9375em) {
  /* line 111, ../scss/_plugins_zoo.scss */
  .tagged-banner .tagged-item .triangle-br {
    display: none;
  }
}
/* line 124, ../scss/_plugins_zoo.scss */
.tagged-banner .tagged-item .triangle-bl {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 90%;
  width: 30%;
  fill: #ffbc59;
  opacity: 0.3;
  z-index: 90;
}
@media screen and (max-width: 39.9375em) {
  /* line 124, ../scss/_plugins_zoo.scss */
  .tagged-banner .tagged-item .triangle-bl {
    display: none;
  }
}

/* line 144, ../scss/_plugins_zoo.scss */
.tagged-carousel {
  height: 350px;
  overflow: hidden;
}
/* line 147, ../scss/_plugins_zoo.scss */
.tagged-carousel .slide {
  height: 350px;
  position: relative;
}
/* line 150, ../scss/_plugins_zoo.scss */
.tagged-carousel .slide .image-background {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}
/* line 33, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
/* line 36, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top-10 {
  background-repeat: no-repeat;
  background-position: 0% 10%;
  background-size: cover;
}
/* line 39, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top-20 {
  background-repeat: no-repeat;
  background-position: 0% 20%;
  background-size: cover;
}
/* line 42, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top-30 {
  background-repeat: no-repeat;
  background-position: 0% 30%;
  background-size: cover;
}
/* line 45, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top-40 {
  background-repeat: no-repeat;
  background-position: 0% 40%;
  background-size: cover;
}
/* line 48, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top-50 {
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: cover;
}
/* line 51, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top-60 {
  background-repeat: no-repeat;
  background-position: 0% 60%;
  background-size: cover;
}
/* line 54, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top-70 {
  background-repeat: no-repeat;
  background-position: 0% 70%;
  background-size: cover;
}
/* line 57, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top-80 {
  background-repeat: no-repeat;
  background-position: 0% 80%;
  background-size: cover;
}
/* line 60, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top-90 {
  background-repeat: no-repeat;
  background-position: 0% 90%;
  background-size: cover;
}
/* line 63, ../scss/_mixins_zoo.scss */
.tagged-carousel .slide .image-background.top-100 {
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: cover;
}
/* line 159, ../scss/_plugins_zoo.scss */
.tagged-carousel .slide .title {
  position: absolute;
  bottom: 50px;
  left: 20px;
  font-weight: bold;
  color: #ffffff;
  z-index: 10;
  text-transform: uppercase;
  font-size: 2.3em;
  line-height: 1em;
}
/* line 170, ../scss/_plugins_zoo.scss */
.tagged-carousel .slide .date {
  position: absolute;
  bottom: 20px;
  right: 3px;
  color: #ffffff;
  z-index: 10;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
  font-family: "program-narrow", sans-serif;
  padding: 5px 20px;
  background: #303030;
}
/* line 184, ../scss/_plugins_zoo.scss */
.tagged-carousel .slide .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #303030;
  opacity: 0.3;
  z-index: 2;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

/* line 199, ../scss/_plugins_zoo.scss */
.carousel-banner {
  margin: 100px 0px;
  position: relative;
}
/* line 202, ../scss/_plugins_zoo.scss */
.carousel-banner .banner-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 7em;
  /* position: absolute; */
  z-index: 1;
  top: -80px;
  left: 0px;
  width: 100%;
  line-height: 1em;
  opacity: 0.6;
}
/* line 215, ../scss/_plugins_zoo.scss */
.carousel-banner .banner-link {
  text-align: right;
}
/* line 217, ../scss/_plugins_zoo.scss */
.carousel-banner .banner-link .button {
  text-transform: uppercase;
  background: transparent;
  font-family: "program-narrow", sans-serif;
  color: #303030;
  font-size: 1.8em;
}
/* line 230, ../scss/_plugins_zoo.scss */
.carousel-banner .tagged-carousel {
  position: relative;
  z-index: 10;
}
/* line 235, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-orange .tagged-carousel .slide .overlay {
  background-color: #af731b;
}
/* line 238, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-orange .tagged-carousel .slide .date {
  background-color: #ffbc59;
}
/* line 241, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-orange .banner-title {
  color: #ffbc59;
}
/* line 244, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-orange .banner-link .button {
  color: #af731b;
}
/* line 249, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-blue .tagged-carousel .slide .overlay {
  background-color: #51a3a3;
}
/* line 252, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-blue .tagged-carousel .slide .date {
  background-color: #51a3a3;
}
/* line 255, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-blue .banner-title {
  color: #51a3a3;
}
/* line 258, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-blue .banner-link .button {
  color: #51a3a3;
}
/* line 263, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-pink .tagged-carousel .slide .overlay {
  background-color: #e4588a;
}
/* line 266, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-pink .tagged-carousel .slide .date {
  background-color: #e4588a;
}
/* line 269, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-pink .banner-title {
  color: #e4588a;
}
/* line 272, ../scss/_plugins_zoo.scss */
.carousel-banner.colour-pink .banner-link .button {
  color: #e4588a;
}

/* line 282, ../scss/_plugins_zoo.scss */
.wordpress-banner {
  position: relative;
}
/* line 284, ../scss/_plugins_zoo.scss */
.wordpress-banner .banner-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 7em;
  /* position: absolute; */
  z-index: 1;
  top: -80px;
  left: 0px;
  width: 100%;
  line-height: 1em;
  opacity: 0.6;
  color: #51a3a3;
  z-index: -1;
}
/* line 300, ../scss/_plugins_zoo.scss */
.wordpress-banner .wp-post .image {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
/* line 305, ../scss/_plugins_zoo.scss */
.wordpress-banner .wp-post .image .wordpress-corner {
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 311, ../scss/_plugins_zoo.scss */
.wordpress-banner .wp-post .title {
  margin: 10px 0px;
  line-height: 1em;
}
/* line 314, ../scss/_plugins_zoo.scss */
.wordpress-banner .wp-post .title a {
  color: #51a3a3;
}
/* line 318, ../scss/_plugins_zoo.scss */
.wordpress-banner .wp-post .excerpt {
  font-size: 0.9em;
  line-height: 1em;
}

/* line 329, ../scss/_plugins_zoo.scss */
.events-calendar {
  margin-bottom: 120px;
}
/* line 331, ../scss/_plugins_zoo.scss */
.events-calendar .month-select {
  background: #e4588a;
  height: 50px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-family: "program-narrow", sans-serif;
  color: #ffffff;
  font-size: 2em;
  position: relative;
  text-transform: uppercase;
}
/* line 342, ../scss/_plugins_zoo.scss */
.events-calendar .month-select .previous-month {
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: 5px;
}
/* line 348, ../scss/_plugins_zoo.scss */
.events-calendar .month-select .next-month {
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: 5px;
}
/* line 354, ../scss/_plugins_zoo.scss */
.events-calendar .month-select .triangle-br {
  fill: #e4588a;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0px;
  left: -49px;
}
/* line 362, ../scss/_plugins_zoo.scss */
.events-calendar .month-select .triangle-bl {
  fill: #e4588a;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0px;
  right: -50px;
}
/* line 371, ../scss/_plugins_zoo.scss */
.events-calendar .days {
  background: rgba(228, 88, 138, 0.5);
  text-align: center;
}
/* line 375, ../scss/_plugins_zoo.scss */
.events-calendar .days ul {
  margin: 0px;
  padding: 0px;
  font-family: "program-narrow", sans-serif;
}
/* line 379, ../scss/_plugins_zoo.scss */
.events-calendar .days ul > li {
  display: inline-block;
  font-size: 2em;
  padding: 0px 5px;
  color: rgba(48, 48, 48, 0.6);
  white-space: nowrap;
  cursor: pointer;
}
/* line 386, ../scss/_plugins_zoo.scss */
.events-calendar .days ul > li.active {
  background: #ffbc59;
  padding-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 390, ../scss/_plugins_zoo.scss */
.events-calendar .days ul > li.active:hover {
  padding-bottom: 10px;
}
/* line 394, ../scss/_plugins_zoo.scss */
.events-calendar .days ul > li.highlight {
  background: #af731b;
  color: #ffffff;
}
/* line 401, ../scss/_plugins_zoo.scss */
.events-calendar .details {
  width: 50%;
  height: 100px;
  background: rgba(252, 176, 64, 0.5);
  padding: 10px;
  margin: 20px auto;
  position: absolute;
  z-index: 50;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 411, ../scss/_plugins_zoo.scss */
.events-calendar .details.populated {
  padding: 0px;
  height: auto;
  background: #ffbc59;
}
/* line 415, ../scss/_plugins_zoo.scss */
.events-calendar .details.populated .event-detail {
  border-top: 1px solid #ffffff;
}
/* line 417, ../scss/_plugins_zoo.scss */
.events-calendar .details.populated .event-detail .date {
  font-family: "program-narrow", sans-serif;
  text-align: left;
  font-size: 1.2em;
  color: #ffffff;
  background: #e4588a;
  padding: 0px 10px;
}
/* line 425, ../scss/_plugins_zoo.scss */
.events-calendar .details.populated .event-detail .description {
  height: 100px;
  padding: 0px 0px;
}
/* line 428, ../scss/_plugins_zoo.scss */
.events-calendar .details.populated .event-detail .description .title {
  padding-left: 20px;
}
/* line 432, ../scss/_plugins_zoo.scss */
.events-calendar .details.populated .event-detail .summary {
  font-size: 0.9em;
  height: 100px;
}
/* line 435, ../scss/_plugins_zoo.scss */
.events-calendar .details.populated .event-detail .summary .inner {
  width: 100%;
  padding: 0px 20px;
  text-align: left;
}
/* line 441, ../scss/_plugins_zoo.scss */
.events-calendar .details.populated .event-detail .more {
  height: 100px;
  background: #51a3a3;
  font-family: "program-narrow", sans-serif;
  text-align: center;
}
/* line 446, ../scss/_plugins_zoo.scss */
.events-calendar .details.populated .event-detail .more a {
  color: #ffffff;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
}

/* line 462, ../scss/_plugins_zoo.scss */
.tagged-grid {
  position: relative;
}
/* line 464, ../scss/_plugins_zoo.scss */
.tagged-grid .slide {
  height: 270px;
  position: relative;
}
/* line 468, ../scss/_plugins_zoo.scss */
.tagged-grid .image-background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 100%;
  border-right: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
}
/* line 33, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
/* line 36, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top-10 {
  background-repeat: no-repeat;
  background-position: 0% 10%;
  background-size: cover;
}
/* line 39, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top-20 {
  background-repeat: no-repeat;
  background-position: 0% 20%;
  background-size: cover;
}
/* line 42, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top-30 {
  background-repeat: no-repeat;
  background-position: 0% 30%;
  background-size: cover;
}
/* line 45, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top-40 {
  background-repeat: no-repeat;
  background-position: 0% 40%;
  background-size: cover;
}
/* line 48, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top-50 {
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: cover;
}
/* line 51, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top-60 {
  background-repeat: no-repeat;
  background-position: 0% 60%;
  background-size: cover;
}
/* line 54, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top-70 {
  background-repeat: no-repeat;
  background-position: 0% 70%;
  background-size: cover;
}
/* line 57, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top-80 {
  background-repeat: no-repeat;
  background-position: 0% 80%;
  background-size: cover;
}
/* line 60, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top-90 {
  background-repeat: no-repeat;
  background-position: 0% 90%;
  background-size: cover;
}
/* line 63, ../scss/_mixins_zoo.scss */
.tagged-grid .image-background.top-100 {
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: cover;
}
/* line 478, ../scss/_plugins_zoo.scss */
.tagged-grid .title {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: center;
  border-top: 2px solid #e4588a;
  font-family: "program-narrow", sans-serif;
  font-size: 2em;
}
/* line 488, ../scss/_plugins_zoo.scss */
.tagged-grid .date {
  position: absolute;
  top: 20px;
  right: 5px;
  background: #ffbc59;
  padding: 3px 10px;
  text-align: right;
  font-size: 1.4em;
  font-family: "program-narrow", sans-serif;
  box-shadow: 10px 5px 0px #ffffff;
}
/* line 499, ../scss/_plugins_zoo.scss */
.tagged-grid .triangle-tr {
  height: 60px;
  width: 90%;
  position: absolute;
  top: 0px;
  right: 5px;
  fill: #ffbc59;
  opacity: 0.5;
}

/* line 5, ../scss/site.scss */
html,
body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* line 12, ../scss/site.scss */
body {
  font-family: "proxima-nova", sans-serif;
}

/* line 20, ../scss/site.scss */
.text-center {
  text-align: center;
}

/* line 24, ../scss/site.scss */
h1,
h2,
h3 {
  font-family: "program-narrow", sans-serif;
}

/* line 28, ../scss/site.scss */
a {
  color: #303030;
  text-decoration: none;
}
/* line 31, ../scss/site.scss */
a:hover {
  color: #303030;
  text-decoration: none;
}
/* line 35, ../scss/site.scss */
a:active {
  color: #e4588a;
}

/* line 40, ../scss/site.scss */
.button,
button {
  padding: 10px 15px;
  text-align: center;
  background: #d81159;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "program-narrow", sans-serif;
  font-size: 1.8em;
  line-height: 1em;
  position: relative;
}
/* line 51, ../scss/site.scss */
.button:hover,
button:hover {
  background: #e4588a;
}

/* line 56, ../scss/site.scss */
.error {
  text-align: center;
  padding: 50px 0px;
}

/* line 61, ../scss/site.scss */
.videoPlayer {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
@media screen and (max-width: 41.875em) {
  /* line 61, ../scss/site.scss */
  .videoPlayer {
    height: auto;
  }
}
/* line 68, ../scss/site.scss */
.videoPlayer iframe {
  width: 100%;
  height: 100%;
}
/* line 72, ../scss/site.scss */
.videoPlayer .issuuembed {
  height: 100% !important;
  width: 100% !important;
  margin: 0 auto;
}

/* line 79, ../scss/site.scss */
.gallery {
  width: 100%;
  height: 350px;
  z-index: 0;
  position: relative;
  background: #303030;
}
/* line 85, ../scss/site.scss */
.gallery .slick-list,
.gallery .slick-track {
  height: 100%;
}
/* line 88, ../scss/site.scss */
.gallery .image-background {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
/* line 94, ../scss/site.scss */
.gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
/* line 99, ../scss/site.scss */
.gallery .slick-arrow.slick-prev {
  left: -31px;
  font-size: 1.3em;
  padding: 8px;
}
/* line 104, ../scss/site.scss */
.gallery .slick-arrow.slick-next {
  right: -31px;
  font-size: 1.3em;
  padding: 8px;
}

/* line 112, ../scss/site.scss */
.quote {
  text-align: center;
  font-size: 1.3em;
}
/* line 115, ../scss/site.scss */
.quote em {
  font-size: 0.9em;
}

/* line 120, ../scss/site.scss */
.small {
  font-size: 0.8em;
}

/* line 124, ../scss/site.scss */
.zoo {
  font-size: 0.7em;
  padding: 0px 4px;
  background: #303030;
  color: #ffffff;
  position: fixed;
  bottom: 10px;
  left: 10px;
  visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
  /* line 124, ../scss/site.scss */
  .zoo {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 124, ../scss/site.scss */
  .zoo {
    display: none;
  }
}
/* line 139, ../scss/site.scss */
.zoo a {
  color: #ffffff;
  text-decoration: none;
}

/* line 145, ../scss/site.scss */
.crumbs {
  text-align: center;
}
/* line 147, ../scss/site.scss */
.crumbs .breadcrumb {
  padding: 10px 10px 10px 0px;
  margin: 0px;
  list-style: none;
  font-family: "program-narrow", sans-serif;
  font-size: 1em;
}
/* line 153, ../scss/site.scss */
.crumbs .breadcrumb > li {
  display: inline-block;
}
/* line 155, ../scss/site.scss */
.crumbs .breadcrumb > li > a {
  color: #000000;
  font-style: italic;
}
/* line 161, ../scss/site.scss */
.crumbs .breadcrumb li + li:before {
  content: " / ";
  color: #ffbc59;
}

/* line 169, ../scss/site.scss */
.relative {
  position: relative;
}

/* line 173, ../scss/site.scss */
.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

/* line 185, ../scss/site.scss */
.nav {
  padding: 0px;
  margin: 15px 0px;
  list-style: none;
  font-family: "program-narrow", sans-serif;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}
@media screen and (max-width: 39.9375em) {
  /* line 185, ../scss/site.scss */
  .nav {
    position: relative;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
  }
  /* line 200, ../scss/site.scss */
  .nav.open {
    display: block;
  }
}
/* line 204, ../scss/site.scss */
.nav > li {
  display: inline-block;
  position: relative;
  height: 60px;
}
@media screen and (max-width: 39.9375em) {
  /* line 204, ../scss/site.scss */
  .nav > li {
    display: block;
    height: auto;
  }
}
/* line 212, ../scss/site.scss */
.nav > li > a {
  display: block;
  text-transform: uppercase;
  padding: 3px 20px;
  text-decoration: none;
  font-size: 2em;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 212, ../scss/site.scss */
  .nav > li > a {
    font-size: 1.5em;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  /* line 212, ../scss/site.scss */
  .nav > li > a {
    font-size: 1.3em;
    text-align: center;
  }
}
/* line 229, ../scss/site.scss */
.nav > li.dropdown > a:after {
  content: "\f000";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f078";
  margin-left: 5px;
  font-size: 0.8em;
}
/* line 237, ../scss/site.scss */
.nav > li > ul {
  display: none;
  position: absolute;
  top: 41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #303030;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: left;
  white-space: nowrap;
}
/* line 250, ../scss/site.scss */
.nav > li > ul > li {
  position: relative;
}
/* line 252, ../scss/site.scss */
.nav > li > ul > li > a {
  display: block;
  color: #ffffff;
  padding: 10px 15px;
  text-decoration: none;
}
/* line 257, ../scss/site.scss */
.nav > li > ul > li > a:hover {
  background: #303030;
}
/* line 264, ../scss/site.scss */
.nav > li:hover > ul {
  display: inline;
}
/* line 269, ../scss/site.scss */
.nav li + li {
  border-left: 2px solid #af731b;
}
@media screen and (max-width: 39.9375em) {
  /* line 269, ../scss/site.scss */
  .nav li + li {
    border-left: 0px;
  }
}
/* line 275, ../scss/site.scss */
.inner .nav {
  right: 5%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 39.9375em) {
  /* line 275, ../scss/site.scss */
  .inner .nav {
    right: 0%;
    position: relative;
    padding-top: 50px;
    background: #ffbc59;
    z-index: 120;
  }
}

/* line 292, ../scss/site.scss */
.top-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 200;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-logo img {
  height: 100px;
}
@media screen and (max-width: 39.9375em) {
  /* line 292, ../scss/site.scss */
  .top-logo {
    position: absolute;
  }
}
/* line 301, ../scss/site.scss */
.top-logo .main_logo {
  height: 90px;
  fill: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 39.9375em) {
  /* line 301, ../scss/site.scss */
  .top-logo .main_logo {
    height: auto;
    width: 90%;
    margin: 0 auto;
  }
}
/* line 311, ../scss/site.scss */
.top-logo.stick {
  top: 10px;
}
/* line 313, ../scss/site.scss */
.top-logo.stick .main_logo {
  height: 70px;
  fill: #303030;
}

/* line 320, ../scss/site.scss */
.header-menu {
  position: absolute;
  bottom: 50px;
  background-color: #ffbc59;
  width: 100%;
  z-index: 150;
  height: 90px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 39.9375em) {
  /* line 320, ../scss/site.scss */
  .header-menu {
    height: auto;
  }
}
/* line 331, ../scss/site.scss */
.header-menu .open-menu {
  text-align: center;
  padding: 8px 0px;
  display: block;
  position: relative;
  z-index: 10;
}
/* line 337, ../scss/site.scss */
.inner .header-menu .open-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  padding: 0px;
  z-index: 200;
}
/* line 346, ../scss/site.scss */
.header-menu .triangle-br {
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  fill: #ffbc59;
}
/* line 354, ../scss/site.scss */
.header-menu.stick {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: auto;
  background-color: #000000;
}

.header-menu.stick .triangle-br {
  fill: #000000;
}

.header-menu.stick a {
  color: #ffffff;
}

.top-logo.stick img {
  height: 70px;
}
/* line 359, ../scss/site.scss */
.header-menu.stick .nav {
  right: 5%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 39.9375em) {
  /* line 359, ../scss/site.scss */
  .header-menu.stick .nav {
    right: 0%;
  }
}

/* line 370, ../scss/site.scss */
.inner .top-logo {
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 200;
}

.inner .top-logo img {
  height: 70px;
}
/* line 375, ../scss/site.scss */
.inner .top-logo .main_logo {
  height: 70px;
  fill: #303030;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 39.9375em) {
  /* line 375, ../scss/site.scss */
  .inner .top-logo .main_logo {
    height: 50px;
  }
}
/* line 385, ../scss/site.scss */
.inner .header-menu {
  position: fixed;
  top: 0px;
  background-color: #000000;
  width: 100%;
  z-index: 150;
  height: 90px;
}
.inner .header-menu a {
  color: #ffbc59;
}
@media screen and (max-width: 39.9375em) {
  /* line 385, ../scss/site.scss */
  .inner .header-menu {
    height: 70px;
  }
}
/* line 395, ../scss/site.scss */
.inner .header-menu .triangle-br {
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  fill: #ffbc59;
}

/* line 410, ../scss/site.scss */
.footer {
  position: relative;
}
/* line 412, ../scss/site.scss */
.footer .triangle-bl {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60%;
  height: 600px;
  fill: #e4588a;
  opacity: 0.3;
  z-index: -1;
}
/* line 422, ../scss/site.scss */
.footer .triangle-br {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40%;
  height: 450px;
  fill: #ffbc59;
  opacity: 0.3;
  z-index: -1;
}
/* line 432, ../scss/site.scss */
.footer .footer-inner {
  position: relative;
  z-index: 100;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
/* line 437, ../scss/site.scss */
.footer .footer-inner .socialicons {
  padding: 20px;
  font-size: 2em;
}
/* line 440, ../scss/site.scss */
.footer .footer-inner .socialicons a {
  display: inline-block;
  padding: 5px;
}
/* line 445, ../scss/site.scss */
.footer .footer-inner .address {
  padding: 20px;
  text-align: center;
  font-family: "program-narrow", sans-serif;
}
/* line 449, ../scss/site.scss */
.footer .footer-inner .address h3 {
  font-size: 1.3em;
}
/* line 453, ../scss/site.scss */
.footer .footer-inner .newsletter {
  padding: 0px 60px;
}
/* line 455, ../scss/site.scss */
.footer .footer-inner .newsletter h3 {
  font-size: 3em;
  text-transform: uppercase;
}
/* line 459, ../scss/site.scss */
.footer .footer-inner .newsletter .button {
  float: right;
}
/* line 463, ../scss/site.scss */
.footer .footer-inner .funders {
  text-align: right;
  padding: 0px 60px;
}
@media screen and (max-width: 39.9375em) {
  /* line 463, ../scss/site.scss */
  .footer .footer-inner .funders {
    padding: 0px 20px;
    text-align: center;
  }
  /* line 469, ../scss/site.scss */
  .footer .footer-inner .funders img {
    max-width: 150px;
  }
}
/* line 473, ../scss/site.scss */
.footer .footer-inner .funders h3 {
  font-size: 3em;
  text-transform: uppercase;
}

/* line 485, ../scss/site.scss */
.banner {
  width: 100%;
  height: calc(100vh - 50px);
  margin-bottom: 50px;
  background: #efefef;
  overflow: hidden;
  position: relative;
}

/* line 494, ../scss/site.scss */
.mission {
  font-size: 1.3em;
  padding: 20px 0px 40px;
}
/* line 497, ../scss/site.scss */
.mission h2 {
  font-size: 2.5em;
  text-transform: uppercase;
  color: #000000;
}

/* line 505, ../scss/site.scss */
.events {
  margin: 20px 0px;
}
/* line 507, ../scss/site.scss */
.events h2 {
  font-size: 3.5em;
  text-transform: uppercase;
  color: #e4588a;
  text-align: center;
}

/* line 520, ../scss/site.scss */
.page-content {
  margin-top: 90px;
}
/* line 522, ../scss/site.scss */
.page-content .background {
  height: 400px;
  position: relative;
}
/* line 525, ../scss/site.scss */
.page-content .background .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #51a3a3;
  opacity: 0.2;
}
/* line 534, ../scss/site.scss */
.page-content .background .image-background {
  width: 100%;
  height: 400px;
}
/* line 33, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
/* line 36, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top-10 {
  background-repeat: no-repeat;
  background-position: 0% 10%;
  background-size: cover;
}
/* line 39, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top-20 {
  background-repeat: no-repeat;
  background-position: 0% 20%;
  background-size: cover;
}
/* line 42, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top-30 {
  background-repeat: no-repeat;
  background-position: 0% 30%;
  background-size: cover;
}
/* line 45, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top-40 {
  background-repeat: no-repeat;
  background-position: 0% 40%;
  background-size: cover;
}
/* line 48, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top-50 {
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: cover;
}
/* line 51, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top-60 {
  background-repeat: no-repeat;
  background-position: 0% 60%;
  background-size: cover;
}
/* line 54, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top-70 {
  background-repeat: no-repeat;
  background-position: 0% 70%;
  background-size: cover;
}
/* line 57, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top-80 {
  background-repeat: no-repeat;
  background-position: 0% 80%;
  background-size: cover;
}
/* line 60, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top-90 {
  background-repeat: no-repeat;
  background-position: 0% 90%;
  background-size: cover;
}
/* line 63, ../scss/_mixins_zoo.scss */
.page-content .background .image-background.top-100 {
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: cover;
}
/* line 540, ../scss/site.scss */
.page-content .site-content {
  background: #ffffff;
  margin-top: -100px;
  padding: 30px 0px 50px;
  position: relative;
}
/* line 545, ../scss/site.scss */
.page-content .site-content .triangle-br {
  position: absolute;
  height: 50px;
  width: 100%;
  fill: #ffffff;
  top: -49px;
  right: -1px;
}
/* line 553, ../scss/site.scss */
.page-content .site-content h1 {
  text-align: center;
  /*background: -webkit-linear-gradient(#51a3a3, #e4588a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: "#000000";
  font-size: 5em;
  line-height: 1em;
}
/* line 561, ../scss/site.scss */
.page-content .site-content .article-summary {
  font-size: 1.5em;
  margin-top: 30px;
  color: #51a3a3;
}
/* line 566, ../scss/site.scss */
.page-content .site-content .article-body {
  margin-top: 30px;
}
/* line 568, ../scss/site.scss */
.page-content .site-content .article-body img {
  border-radius: 10px;
  border: 1px solid #ddd;
}
/* line 572, ../scss/site.scss */
.page-content .site-content .article-body h3 {
  border-bottom: 5px solid #e4588a;
  padding-left: 15px;
}
/* line 578, ../scss/site.scss */
.page-content .event-details {
  padding: 20px;
  background: #efefef;
}
/* line 581, ../scss/site.scss */
.page-content .event-details .date {
  font-size: 2em;
  font-family: "program-narrow", sans-serif;
}
/* line 585, ../scss/site.scss */
.page-content .event-details i {
  margin-left: 5px;
}
/* line 588, ../scss/site.scss */
.page-content .event-details .button {
  margin: 0px;
}
