@import url("http://fonts.googleapis.com/css?family=Catamaran:300,400,700|Rubik:400,500,700");
@import url("http://fonts.googleapis.com/css?family=Catamaran:300,400,700|Rubik:400,500,700");
@font-face {
  font-family: 'Rubik';
  src: url("fonts/rubik-bold-webfont.woff2") format("woff2"), url("fonts/rubik-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/rubik-medium-webfont.woff2") format("woff2"), url("fonts/rubik-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/rubik-regular-webfont.woff2") format("woff2"), url("fonts/rubik-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

.half-right {
  padding: 30px; }
  @media (min-width: 1078px) {
    .half-right {
      width: 50%;
      float: right;
      padding: 15px 30px 30px 10px; } }

.half-left {
  padding: 30px; }
  @media (min-width: 1078px) {
    .half-left {
      width: 50%;
      float: left;
      padding: 15px 10px 30px 30px; } }

body {
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #131e11;
  font-weight: 300; }

p {
  line-height: 1.3em; }

a {
  text-decoration: none;
  color: #347949; }
  a:hover {
    text-decoration: underline; }
  a img {
    border: 0px; }

a.button {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #131e11;
  display: inline-block;
  padding: 10px 20px;
  border: 0px;
  background-color: #58c8ec;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color; }
  a.button:hover {
    background-color: #a6edec;
    text-decoration: none;
    cursor: pointer; }

h1 {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500; }
  @media (min-width: 668px) {
    h1 {
      font-size: 34px;
      line-height: 42px; } }
  @media (min-width: 1078px) {
    h1 {
      font-size: 40px;
      line-height: 46px; } }
  h1 a {
    color: #48be8a;
    border-bottom: 1px solid;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color; }
    h1 a:hover {
      color: #347949;
      text-decoration: none; }

h2 {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #131e11; }
  @media (min-width: 668px) {
    h2 {
      font-size: 30px;
      line-height: 34px; } }
  h2 a {
    color: #48be8a;
    border-bottom: 1px solid;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color; }
    h2 a:hover {
      color: #347949;
      text-decoration: none; }

h3 {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500; }
  h3 a {
    color: #48be8a;
    border-bottom: 1px solid;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color; }
    h3 a:hover {
      color: #347949;
      text-decoration: none; }

h4 {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }
  h4 a {
    color: #131e11;
    border-bottom: 1px solid;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color; }
    h4 a:hover {
      color: #347949;
      text-decoration: none; }

body {
  background-color: #e1e1e1;
  margin: 0px; }

.l-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #ffffff;
  clear: both; }
  .l-main .l-content > h1 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #48be8a; }

.l-region--content {
  margin-bottom: 20px; }

ul.breadcrumb {
  margin: 0 -30px;
  padding: 7px 30px 5px 30px;
  list-style: none;
  display: block;
  background: #a3e599;
  font-size: 16px;
  font-weight: 400; }
  ul.breadcrumb li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumb li:after {
      padding-left: 10px;
      content: '>'; }
    ul.breadcrumb li:last-child:after {
      content: ''; }
    ul.breadcrumb li a {
      color: #131e11; }
    ul.breadcrumb li span {
      display: inline-block; }

.tabs--primary li a,
.tabs--secondary li a {
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  color: #131e11;
  padding: 7px 13px 5px 13px; }

.tabs--primary li.active a,
.tabs--secondary li.active a {
  background: #777777;
  border-bottom: 1px solid #5d5c5c;
  border-color: #5d5c5c;
  color: white;
  margin-bottom: -1px; }

.tabs--primary a:hover,
.tabs--secondary a:hover {
  text-decoration: none;
  border-color: #9a9a9a; }

.messages ul li {
  line-height: 1.5em; }

.frontpage-community {
  text-align: center; }
  .frontpage-community .block__title {
    text-align: center;
    display: block;
    border: 0px;
    padding: 0px; }
    .frontpage-community .block__title:after {
      width: 275px;
      height: 1px;
      background: #48be8a;
      display: block;
      content: '';
      margin: 0 auto;
      margin-top: 20px; }

#block-views-community-notice-block-2 {
  padding: 0px 30px 30px 30px; }
  @media (min-width: 1078px) {
    #block-views-community-notice-block-2 {
      width: 50%;
      float: left;
      padding: 15px 10px 30px 30px; } }
  #block-views-community-notice-block-2 .views-row-1 {
    margin-top: 0px; }
    @media (min-width: 668px) {
      #block-views-community-notice-block-2 .views-row-1 {
        margin: 20px 0px;
        margin-right: 20px; } }

#block-views-events-block-2 {
  padding: 15px 30px 0px 30px; }
  @media (min-width: 1078px) {
    #block-views-events-block-2 {
      width: 50%;
      float: right;
      padding: 15px 30px 30px 10px; } }

#block-views-related-by-ecosystem-block {
  clear: both;
  margin-top: 20px;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 20px; }

.node--gallery--full .field--name-field-gallery-img {
  margin: 40px 0; }
  .node--gallery--full .field--name-field-gallery-img.no-scroll .teasers {
    overflow: hidden; }
  .node--gallery--full .field--name-field-gallery-img.no-scroll .teaser-images:before {
    display: none; }
  .node--gallery--full .field--name-field-gallery-img.no-scroll .teaser-images:after {
    display: none; }
  .node--gallery--full .field--name-field-gallery-img .field__items > .field__item {
    margin-bottom: 20px; }
  .node--gallery--full .field--name-field-gallery-img .teasers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    overflow: scroll;
    overflow-y: hidden;
    max-width: 607px;
    z-index: 8; }
    @media (min-width: 668px) {
      .node--gallery--full .field--name-field-gallery-img .teasers {
        width: 607px; } }
    .node--gallery--full .field--name-field-gallery-img .teasers .field__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-right: 10px; }
  .node--gallery--full .field--name-field-gallery-img .teaser-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    overflow: visible;
    max-width: 640px; }
    .node--gallery--full .field--name-field-gallery-img .teaser-images:before {
      width: 50px;
      height: 100px;
      left: 0;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 60%);
      content: '';
      display: block;
      position: absolute;
      z-index: 9; }
    .node--gallery--full .field--name-field-gallery-img .teaser-images:after {
      width: 50px;
      height: 100px;
      right: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%);
      content: '';
      display: block;
      position: absolute;
      z-index: 9; }
  .node--gallery--full .field--name-field-gallery-img .left,
  .node--gallery--full .field--name-field-gallery-img .right {
    width: 30px;
    height: 50px;
    font-size: 48px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative;
    padding: 10px;
    line-height: 60px;
    position: relative;
    right: -30px;
    z-index: 10; }
    .node--gallery--full .field--name-field-gallery-img .left:hover,
    .node--gallery--full .field--name-field-gallery-img .right:hover {
      text-decoration: none;
      cursor: pointer; }
  .node--gallery--full .field--name-field-gallery-img .left {
    margin-right: 0;
    left: 0;
    padding-left: 0; }
    .node--gallery--full .field--name-field-gallery-img .left:hover {
      left: -10px; }
  .node--gallery--full .field--name-field-gallery-img .right {
    margin-left: 0;
    padding-right: 0;
    right: 0;
    text-align: right;
    position: relative;
    z-index: 10; }
    .node--gallery--full .field--name-field-gallery-img .right:hover {
      right: -10px; }

.node--photopoint--full .field--name-field-photopoint-images {
  margin: 40px 0; }
  .node--photopoint--full .field--name-field-photopoint-images.no-scroll .teasers {
    overflow: hidden; }
  .node--photopoint--full .field--name-field-photopoint-images.no-scroll .teaser-images:before {
    display: none; }
  .node--photopoint--full .field--name-field-photopoint-images.no-scroll .teaser-images:after {
    display: none; }
  .node--photopoint--full .field--name-field-photopoint-images .field__items > .field__item {
    margin-bottom: 20px; }
  .node--photopoint--full .field--name-field-photopoint-images .teasers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    overflow: scroll;
    overflow-y: hidden;
    max-width: 607px;
    z-index: 8; }
    @media (min-width: 668px) {
      .node--photopoint--full .field--name-field-photopoint-images .teasers {
        width: 607px; } }
    .node--photopoint--full .field--name-field-photopoint-images .teasers .field__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-right: 10px; }
  .node--photopoint--full .field--name-field-photopoint-images .teaser-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    overflow: visible;
    max-width: 640px; }
    .node--photopoint--full .field--name-field-photopoint-images .teaser-images:before {
      width: 50px;
      height: 100px;
      left: 0;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 60%);
      content: '';
      display: block;
      position: absolute;
      z-index: 9; }
    .node--photopoint--full .field--name-field-photopoint-images .teaser-images:after {
      width: 50px;
      height: 100px;
      right: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%);
      content: '';
      display: block;
      position: absolute;
      z-index: 9; }
  .node--photopoint--full .field--name-field-photopoint-images .left,
  .node--photopoint--full .field--name-field-photopoint-images .right {
    width: 30px;
    height: 50px;
    font-size: 48px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative;
    padding: 10px;
    line-height: 60px;
    position: relative;
    right: -30px;
    z-index: 10; }
    .node--photopoint--full .field--name-field-photopoint-images .left:hover,
    .node--photopoint--full .field--name-field-photopoint-images .right:hover {
      text-decoration: none;
      cursor: pointer; }
  .node--photopoint--full .field--name-field-photopoint-images .left {
    margin-right: 0;
    left: 0;
    padding-left: 0; }
    .node--photopoint--full .field--name-field-photopoint-images .left:hover {
      left: -10px; }
  .node--photopoint--full .field--name-field-photopoint-images .right {
    margin-left: 0;
    padding-right: 0;
    right: 0;
    text-align: right;
    position: relative;
    z-index: 10; }
    .node--photopoint--full .field--name-field-photopoint-images .right:hover {
      right: -10px; }

#colorbox {
  overflow: visible; }
  #colorbox #cboxWrapper {
    background: #15321e;
    border-radius: 0;
    overflow: visible; }
  #colorbox #cboxContent {
    background: #15321e;
    overflow: visible; }
  #colorbox #cboxTitle {
    background: rgba(0, 0, 0, 0.7);
    color: white; }
  #colorbox #cboxCurrent {
    color: white;
    bottom: 0; }
  #colorbox #cboxNext {
    right: 0;
    left: auto;
    top: 0;
    bottom: initial;
    background: none;
    width: 100px;
    height: 100%;
    background-size: 35px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/next.png"); }
    #colorbox #cboxNext:focus {
      outline: 0px; }
  #colorbox #cboxPrevious {
    left: 0px;
    right: auto;
    top: 0;
    bottom: initial;
    background: none;
    width: 100px;
    height: 100%;
    background-size: 35px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/previous.png"); }
    #colorbox #cboxPrevious:focus {
      outline: 0px; }
  #colorbox #cboxClose {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/close.png"); }

#comments {
  border-top: 1px solid #e1e1e1; }

.field--name-comment-body {
  margin: 30px 0px; }

.indented {
  margin-left: 60px; }
  .indented .comment {
    margin-top: -15px; }

.comment {
  max-width: 800px;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #a3e599; }
  .comment mark {
    background-color: #fff27a;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 5px; }
  .comment .submitted {
    font-size: 14px;
    line-height: 18px; }
  .comment .comment-links .links {
    margin-left: 15px; }
  .comment .comment-links .links, .comment .comment-links .links a, .comment .comment-links .permalink {
    display: inline-block;
    vertical-align: top; }
  .comment .comment-links .permalink {
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 15px;
    border: 0px;
    background-color: #ffc700;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
    background-color: #e1e1e1;
    padding: 2px 5px; }
    .comment .comment-links .permalink:hover {
      background-color: #fff27a; }
    .comment .comment-links .permalink:hover {
      text-decoration: none; }
  .comment .comment-links li:not(.comment_forbidden) a {
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 15px;
    border: 0px;
    background-color: #ffc700;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
    background-color: #e1e1e1;
    padding: 2px 5px; }
    .comment .comment-links li:not(.comment_forbidden) a:hover {
      background-color: #fff27a; }
    .comment .comment-links li:not(.comment_forbidden) a:hover {
      text-decoration: none; }

.comment__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .comment__info p {
    margin-bottom: 0px; }

.user-picture {
  margin-right: 20px; }
  .user-picture img {
    max-width: 60px; }

.filter-wrapper {
  display: none; }

.comments__form-title {
  margin-top: 60px; }

.comment-form {
  max-width: 800px; }

.l-footer {
  background-color: #131e11;
  color: #ffffff; }
  .l-footer .l-region--footer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("../images/leaf-white.svg");
    background-position: bottom right;
    background-size: 50px;
    background-repeat: no-repeat; }
    @media (min-width: 668px) {
      .l-footer .l-region--footer {
        background-position: center right; } }
  .l-footer a {
    color: #ffffff; }

.footer-logo {
  float: left;
  margin-right: 30px; }

@media (min-width: 668px) {
  .footer-slogan {
    margin-top: 35px;
    float: left;
    max-width: 400px; } }

.footer-copyright {
  clear: both; }

form .form-item {
  margin: 10px 0; }
  form .form-item input[type='text'],
  form .form-item input[type='number'],
  form .form-item input[type='email'],
  form .form-item input[type='password'],
  form .form-item input[type='url'],
  form .form-item select {
    background: #e1e1e1;
    border: 0px;
    padding: 5px;
    font-size: 14px;
    max-width: 250px; }
  form .form-item textarea {
    background: #e1e1e1;
    max-width: 500px;
    padding: 5px;
    border: 0px;
    font-size: 14px; }
  form .form-item .grippie {
    max-width: 500px; }
  form .form-item .image-widget-data {
    background: #e1e1e1;
    font-size: 14px;
    padding: 5px; }
  form .form-item .form-required {
    color: #ffc700; }

form input[type='submit'] {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #131e11;
  display: inline-block;
  padding: 10px 20px;
  border: 0px;
  background-color: #58c8ec;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color; }
  form input[type='submit']:hover {
    background-color: #a6edec;
    text-decoration: none;
    cursor: pointer; }

form .form-actions {
  margin: 30px 0 60px 0; }
  form .form-actions input[type='submit'] {
    margin-right: 20px; }
  form .form-actions a#edit-cancel {
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 10px 20px;
    border: 0px;
    background-color: #58c8ec;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
    background-color: #e1e1e1; }
    form .form-actions a#edit-cancel:hover {
      background-color: #a6edec;
      text-decoration: none;
      cursor: pointer; }
    form .form-actions a#edit-cancel:hover {
      background-color: #c8c8c8; }

form .form-type-checkboxes > label {
  margin-bottom: 10px; }

form .form-type-checkboxes .form-type-checkbox {
  margin-bottom: 5px;
  margin: 0px; }

form .description {
  margin: 10px 0; }

fieldset {
  margin: 20px 0px;
  border: 1px solid #e1e1e1; }
  fieldset .form-wrapper,
  fieldset .form-item {
    margin: 20px 0; }

.views-exposed-form input[type='submit'] {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #131e11;
  display: inline-block;
  padding: 10px 20px;
  border: 0px;
  background-color: #58c8ec;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color; }
  .views-exposed-form input[type='submit']:hover {
    background-color: #a6edec;
    text-decoration: none;
    cursor: pointer; }

.pre-instructions {
  margin: 20px 0; }

.section-search .search-form {
  margin-bottom: 40px; }
  .section-search .search-form .form-item input {
    height: 30px;
    max-width: calc(100% - 104px); }
  .section-search .search-form .form-submit {
    margin-left: -4px; }

.section-search .search-results .search-result {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1; }

@media (min-width: 1078px) {
  .entitytype-contact_nature_space-form,
  .contact-page-block {
    width: 50%;
    float: left; } }

.search-advanced.collapsed {
  padding-left: 0px; }
  .search-advanced.collapsed legend .fieldset-title {
    background-image: url("../images/right.svg") !important; }

.search-advanced legend .fieldset-legend {
  background: none !important;
  padding: 0px !important; }

.search-advanced legend .fieldset-title {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #131e11;
  display: inline-block;
  padding: 10px 20px;
  border: 0px;
  background-color: #58c8ec;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
  background-image: url("../images/down.svg") !important;
  background-size: 10px;
  background-position: 155px center;
  background-repeat: no-repeat;
  padding-right: 35px; }
  .search-advanced legend .fieldset-title:hover {
    background-color: #a6edec;
    text-decoration: none;
    cursor: pointer; }

.search-advanced .criterion {
  margin-right: 50px; }

@media (min-width: 668px) {
  .search-advanced .form-checkboxes {
    -webkit-column-count: 3;
            column-count: 3; } }

.search-advanced .action {
  margin-top: 20px; }

.user-register-form .field-group-fieldset {
  margin-bottom: 40px; }

.user-register-form .form-item-field-tla-region-und .form-checkboxes,
.user-register-form .form-item-field-ecosystem-und .form-checkboxes {
  -webkit-column-count: 2;
          column-count: 2;
  max-width: 550px;
  margin: 10px 0px; }

#google_recaptcha_user_register_form {
  margin: 40px 0; }

.page-node-add .node-form .ds-form > div,
.page-node-add .node-form .ds-form > fieldset {
  margin: 30px 0; }

.l-main {
  padding-top: 0px; }

.front .breadcrumb {
  display: none; }

.block.homepage-banner {
  margin: 0 -30px; }
  .block.homepage-banner .views-row {
    margin: 0px;
    position: relative; }
  .block.homepage-banner .views-field-title {
    background-color: #347949;
    color: white;
    padding: 20px;
    text-align: center;
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500; }
    @media (min-width: 668px) {
      .block.homepage-banner .views-field-title {
        font-size: 34px;
        line-height: 42px; } }
    @media (min-width: 1078px) {
      .block.homepage-banner .views-field-title {
        font-size: 40px;
        line-height: 46px; } }
    .block.homepage-banner .views-field-title a {
      color: #48be8a;
      border-bottom: 1px solid;
      -webkit-transition: 0.3s ease color;
      transition: 0.3s ease color; }
      .block.homepage-banner .views-field-title a:hover {
        color: #347949;
        text-decoration: none; }
    @media (min-width: 668px) {
      .block.homepage-banner .views-field-title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 120px);
        margin: 0 60px;
        padding: 30px 55px; } }

body.front .l-content > h1 {
  text-align: center;
  display: block;
  border: 0px;
  padding: 0px; }
  body.front .l-content > h1:after {
    width: 275px;
    height: 1px;
    background: #48be8a;
    display: block;
    content: '';
    margin: 0 auto;
    margin-top: 20px; }

.front .node--page .node__content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
  text-align: center; }

.block--views-site-data-block .view-content {
  overflow: auto; }
  @media (min-width: 1078px) {
    .block--views-site-data-block .view-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (min-width: 668px) {
  .block--views-site-data-block .views-row {
    float: left; } }

.block--views-site-data-block .views-row > .views-field {
  padding: 0 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  float: left; }
  @media (min-width: 668px) {
    .block--views-site-data-block .views-row > .views-field {
      width: auto; } }
  @media (min-width: 1078px) {
    .block--views-site-data-block .views-row > .views-field {
      width: auto;
      max-width: 200px;
      padding: 0 30px; } }
  .block--views-site-data-block .views-row > .views-field h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    @media (min-width: 668px) {
      .block--views-site-data-block .views-row > .views-field h3 {
        margin-top: 1em; } }
  .block--views-site-data-block .views-row > .views-field p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px; }
  .block--views-site-data-block .views-row > .views-field.views-field:nth-child(3) {
    clear: left; }
    @media (min-width: 668px) {
      .block--views-site-data-block .views-row > .views-field.views-field:nth-child(3) {
        clear: none; } }

.block--views-site-data-block .views-row.views-row-2 > .views-field {
  float: none;
  clear: both;
  margin: 0 auto; }

.block--views-site-data-block .views-row .data-img img {
  max-width: 85px; }
  @media (min-width: 668px) {
    .block--views-site-data-block .views-row .data-img img {
      max-width: 100%; } }

@media (min-width: 668px) and (max-width: 1078px) {
  .block--views-site-data-block .views-row-1 {
    width: 80%; }
    .block--views-site-data-block .views-row-1 > .views-field {
      width: 25%;
      float: left; }
  .block--views-site-data-block .views-row-2 {
    width: 20%; } }

.front .l-region--content-bottom {
  margin: 0 -30px; }

.block--views-nz-region-selector-block-1 {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  @media (min-width: 668px) {
    .block--views-nz-region-selector-block-1 {
      overflow: visible; } }
  .block--views-nz-region-selector-block-1:after {
    content: '';
    display: block;
    clear: both; }
  .block--views-nz-region-selector-block-1 .block__title {
    margin-left: 30px;
    margin-right: 30px; }
  .block--views-nz-region-selector-block-1 .block__content {
    overflow: visible; }
  @media (min-width: 668px) {
    .block--views-nz-region-selector-block-1 .svg-container,
    .block--views-nz-region-selector-block-1 .view {
      width: 50%;
      float: left; } }
  .block--views-nz-region-selector-block-1 .view {
    overflow: auto; }
  .block--views-nz-region-selector-block-1 .view-header p {
    margin: 0px; }
  .block--views-nz-region-selector-block-1 .svg-container {
    position: relative; }
  .block--views-nz-region-selector-block-1 #nz_svg_map {
    position: relative;
    max-width: 100%;
    display: none; }
    @media (min-width: 668px) {
      .block--views-nz-region-selector-block-1 #nz_svg_map {
        display: block; } }
    @media (min-width: 1078px) {
      .block--views-nz-region-selector-block-1 #nz_svg_map {
        left: 90px;
        top: -20px; } }
  .block--views-nz-region-selector-block-1 .tooltip {
    position: relative;
    max-width: 260px;
    text-align: center;
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 15px 25px;
    background-color: #58c8ec;
    position: absolute;
    top: 120px;
    left: 30px;
    display: none; }
    .block--views-nz-region-selector-block-1 .tooltip a {
      color: #131e11; }
    @media (min-width: 668px) {
      .block--views-nz-region-selector-block-1 .tooltip {
        display: block; } }
    @media (min-width: 1078px) {
      .block--views-nz-region-selector-block-1 .tooltip {
        top: 90px; } }
  .block--views-nz-region-selector-block-1 .land {
    fill: #a3e599; }
    .block--views-nz-region-selector-block-1 .land:hover {
      fill: #58c8ec !important;
      cursor: pointer; }
  .block--views-nz-region-selector-block-1 .view-nz-region-selector {
    background-color: #48be8a;
    padding: 0px 20px 20px 20px;
    position: relative; }
    .block--views-nz-region-selector-block-1 .view-nz-region-selector:before {
      content: '';
      position: absolute;
      top: 30px;
      left: -20px;
      border-top: 15px solid transparent;
      border-right: 20px solid #48be8a;
      border-bottom: 15px solid transparent; }
    .block--views-nz-region-selector-block-1 .view-nz-region-selector .views-row {
      background: white;
      padding: 10px; }
  .block--views-nz-region-selector-block-1 .view-header h2 {
    color: #353030; }
    .block--views-nz-region-selector-block-1 .view-header h2 a {
      color: #353030; }
  .block--views-nz-region-selector-block-1 .more-link {
    width: 50%;
    float: right; }
    .block--views-nz-region-selector-block-1 .more-link a {
      color: #131e11; }
  .block--views-nz-region-selector-block-1 .view-footer {
    float: left;
    width: 50%; }

.no-js #block-svgtaxonomy-svgtaxonomy-8-block {
  display: none; }

.no-js .block--views-nz-region-selector-block-1 .view {
  width: 100%; }

.site-logo {
  float: left;
  margin: 0 15px 5px 0; }

.l-header {
  background-color: #131e11;
  color: #ffffff; }
  .l-header .l-branding {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto; }
    @media (min-width: 668px) {
      .l-header .l-branding {
        overflow: visible; } }
  .l-header a {
    color: #ffffff; }
  .l-header .l-region--branding {
    float: right;
    overflow: auto; }
    @media (min-width: 668px) {
      .l-header .l-region--branding {
        clear: none;
        float: none; } }
  .l-header .l-region--navigation {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 30px 20px 30px;
    clear: both;
    border-top: 1px solid #347949; }
    @media (min-width: 668px) {
      .l-header .l-region--navigation {
        padding: 0 30px;
        clear: none;
        overflow: visible !important;
        border-top: 0px; } }

.half-right {
  padding: 30px; }
  @media (min-width: 1078px) {
    .half-right {
      width: 50%;
      float: right;
      padding: 15px 30px 30px 10px; } }

.half-left {
  padding: 30px; }
  @media (min-width: 1078px) {
    .half-left {
      width: 50%;
      float: left;
      padding: 15px 10px 30px 30px; } }

#block-search-form {
  display: none; }
  @media (min-width: 668px) {
    #block-search-form {
      display: block;
      margin-top: 40px;
      margin-left: 15px;
      float: right;
      margin-bottom: 0px; } }
  #block-search-form .form-item {
    margin: 0px; }
  #block-search-form .container-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  #block-search-form .form-item-search-block-form input[type="text"] {
    width: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 30px; }
  #block-search-form .form-actions input[type='submit'] {
    font-size: 14px;
    padding: 4px 10px 3px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 30px; }

#block-system-user-menu {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 668px) {
    #block-system-user-menu {
      margin-top: 32px;
      float: right;
      margin-left: 0px;
      margin-right: 0px; } }
  #block-system-user-menu ul.menu {
    margin: 0px;
    padding: 0px; }
    @media (min-width: 668px) {
      #block-system-user-menu ul.menu {
        text-align: right; } }
    #block-system-user-menu ul.menu li {
      list-style-type: none;
      list-style-image: none; }
      @media (min-width: 668px) {
        #block-system-user-menu ul.menu li {
          display: inline-block; } }
      #block-system-user-menu ul.menu li a {
        padding: 10px 15px;
        display: block; }

#block-system-main-menu {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 668px) {
    #block-system-main-menu {
      clear: both;
      padding-bottom: 5px;
      margin-right: 0px; } }
  #block-system-main-menu ul.menu {
    margin: 0px;
    padding: 0px; }
    #block-system-main-menu ul.menu li {
      list-style-type: none;
      list-style-image: none; }
      @media (min-width: 668px) {
        #block-system-main-menu ul.menu li {
          display: inline-block; } }
      #block-system-main-menu ul.menu li a {
        padding: 10px 15px;
        display: block; }

.menu-button {
  display: block;
  float: right;
  margin-top: 28px; }
  @media (min-width: 668px) {
    .menu-button {
      display: none; } }
  .menu-button .block__content img {
    max-width: 40px; }
    .menu-button .block__content img:hover {
      cursor: pointer; }

@media (min-width: 668px) {
  .mobile-search-link {
    display: none; } }

iframe {
  max-width: 100%; }

.field--type-image div,
.views-field-field-feature-banner div {
  line-height: 0; }

.field--name-body {
  word-break: break-word; }
  .field--name-body a {
    text-decoration: underline; }
  .field--name-body .field__item {
    line-height: 1.3em; }

.node--full .field--name-body {
  max-width: 800px; }

.node--promoted {
  background-color: #a3e599;
  padding: 1px 25px 25px 25px;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color; }
  .node--promoted:hover {
    background-color: #fff27a;
    cursor: pointer;
    background-image: url(../images/arrow.png);
    background-image: url(../images/arrow.svg);
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: auto;
    background-repeat: no-repeat; }
  .node--promoted .field--type-image {
    float: left;
    margin: 0px 25px -25px -25px; }
  .node--promoted .field--name-body a {
    color: #131e11;
    text-decoration: underline; }

.node-teaser {
  background-color: #a3e599;
  padding: 1px 15px 15px 15px;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
  position: relative;
  word-break: break-word; }
  @media (min-width: 668px) {
    .node-teaser {
      padding: 1px 15px 45px 15px; } }
  .node-teaser:hover {
    background-color: #fff27a;
    cursor: pointer;
    background-image: url(../images/arrow.png);
    background-image: url(../images/arrow.svg);
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: auto;
    background-repeat: no-repeat; }
  .node-teaser .field--name-post-date {
    margin-bottom: 5px; }
  .node-teaser .field--type-image,
  .node-teaser .field--name-field-gallery-img {
    margin: -1px -15px 15px -15px; }
  .node-teaser .field--name-title {
    border-bottom: 1px solid black;
    margin-bottom: 0.5em; }
    .node-teaser .field--name-title h3 {
      margin-bottom: 0.5em; }
  .node-teaser .field--name-body {
    display: none; }
    @media (min-width: 668px) {
      .node-teaser .field--name-body {
        display: block; } }
    .node-teaser .field--name-body a {
      color: #131e11;
      text-decoration: underline; }
  .node-teaser.node--gallery, .node-teaser.node--photopoint {
    padding-bottom: 15px; }
    .node-teaser.node--gallery .field--name-title, .node-teaser.node--photopoint .field--name-title {
      border: 0px; }

.node--event--full .ds-left > .field {
  margin-bottom: 20px; }

.node--event--full .views-field-edit-registration,
.node--event--full .views-field-delete-registration {
  margin: 10px 0; }
  .node--event--full .views-field-edit-registration a,
  .node--event--full .views-field-delete-registration a {
    font-weight: 400; }

.node--event--full .field--name-registration-numbers .views-field-field-registration {
  display: none; }

.node--event--full .login-register {
  background: #58c8ec;
  color: #131e11;
  font-weight: 500;
  padding: 10px 9px;
  text-align: center;
  margin: 0 -5px; }
  .node--event--full .login-register a {
    color: #131e11 !important;
    text-decoration: underline; }

.node--gallery--full .field--name-field-gallery-img {
  margin: 40px 0; }

.node--gallery--full .field__items > .field__item {
  margin-bottom: 20px; }

.node--gallery--full .field--name-gallery-group a {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #131e11;
  display: inline-block;
  padding: 10px 20px;
  border: 0px;
  background-color: #58c8ec;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color; }
  .node--gallery--full .field--name-gallery-group a:hover {
    background-color: #a6edec;
    text-decoration: none;
    cursor: pointer; }

.node--photopoint--full .field--name-field-photopoint-images {
  margin: 40px 0; }

.node--photopoint--full .field__items > .field__item {
  margin-bottom: 20px; }

.node--photopoint--full .field--name-photopoint-group-audience a {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #131e11;
  display: inline-block;
  padding: 10px 20px;
  border: 0px;
  background-color: #58c8ec;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color; }
  .node--photopoint--full .field--name-photopoint-group-audience a:hover {
    background-color: #a6edec;
    text-decoration: none;
    cursor: pointer; }

.node--group--full .field--name-group-group .field__item span {
  display: block;
  background: #fff27a;
  color: black;
  padding: 5px;
  font-weight: 500;
  text-align: center; }

.node--group--full .field--name-group-group .field__item a {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #131e11;
  display: inline-block;
  padding: 10px 20px;
  border: 0px;
  background-color: #58c8ec;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
  display: block;
  text-align: center; }
  .node--group--full .field--name-group-group .field__item a:hover {
    background-color: #a6edec;
    text-decoration: none;
    cursor: pointer; }

.node--group--full .login-register {
  background: #58c8ec;
  color: #131e11;
  font-weight: 500;
  padding: 10px 9px;
  text-align: center;
  margin: 0 -5px; }
  .node--group--full .login-register a {
    color: #131e11 !important;
    text-decoration: underline; }

.node-type-group .l-content {
  clear: both; }

.node-type-group span.my-group {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  margin-top: 40px; }
  .node-type-group span.my-group a {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url("../images/mygroup.png");
    background-image: url("../images/mygroup.svg");
    background-size: contain;
    background-repeat: no-repeat; }

.user-profile .field--name-og-user-node > .field__items {
  overflow: auto; }

@media (min-width: 668px) and (max-width: 1078px) {
  .user-profile .field--name-og-user-node > .field__items > .field__item {
    width: calc(50% - 11px);
    float: left;
    margin-right: 20px; }
    .user-profile .field--name-og-user-node > .field__items > .field__item:nth-child(2n + 2) {
      margin-right: 0px; }
    .user-profile .field--name-og-user-node > .field__items > .field__item:nth-child(2n + 3) {
      clear: left; } }

@media (min-width: 1078px) {
  .user-profile .field--name-og-user-node > .field__items > .field__item {
    width: calc(25% - 15px);
    float: left;
    margin-right: 20px; }
    .user-profile .field--name-og-user-node > .field__items > .field__item:nth-child(4n + 4) {
      margin-right: 0px; }
    .user-profile .field--name-og-user-node > .field__items > .field__item:nth-child(4n + 5) {
      clear: left; } }

.user-profile .field__label,
.user-profile .user-profile-item__label {
  margin: 10px 0; }

.ds-2col-stacked > .group-left {
  width: 100%;
  float: none; }
  @media (min-width: 668px) {
    .ds-2col-stacked > .group-left {
      float: left;
      width: 50%;
      padding-right: 15px; } }

.ds-2col-stacked > .group-right {
  width: 100%;
  float: none; }
  @media (min-width: 668px) {
    .ds-2col-stacked > .group-right {
      float: left;
      width: 50%;
      padding-left: 15px; } }

.ds_twocol_uneven {
  overflow: visible;
  margin-bottom: 20px; }
  @media (min-width: 668px) {
    .ds_twocol_uneven .ds-left {
      float: left;
      width: calc(100% - 370px); } }
  .ds_twocol_uneven .ds-right {
    background: #347949;
    padding: 20px;
    color: white; }
    @media (min-width: 668px) {
      .ds_twocol_uneven .ds-right {
        float: right;
        width: 350px;
        margin: 0 0 20px 20px; } }
    @media (min-width: 0) and (max-width: 668px) {
      .ds_twocol_uneven .ds-right {
        margin-bottom: 20px; } }
    .ds_twocol_uneven .ds-right a {
      color: #a3e599; }
      .ds_twocol_uneven .ds-right a.button {
        color: white; }
    .ds_twocol_uneven .ds-right .field {
      margin: 10px 0; }
      .ds_twocol_uneven .ds-right .field:first-child {
        margin-top: 0px; }
    .ds_twocol_uneven .ds-right .field__label {
      font-weight: 400; }

.node--opportunity.view-mode-teaser .field--name-title {
  margin-bottom: 1em; }

.node--opportunity.view-mode-teaser h2 {
  margin: 1em 0 0.5em 0; }

.node--opportunity.view-mode-teaser .field--name-body {
  line-height: 1.15em; }

.node--opportunity.view-mode-teaser .field--type-taxonomy-term-reference {
  margin: 10px 0; }

.node--opportunity.view-mode-full .view-registrations-info {
  display: none; }

.node--opportunity.view-mode-full .login-register {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #131e11;
  display: inline-block;
  padding: 10px 20px;
  border: 0px;
  background-color: #58c8ec;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
  margin: 40px 0; }
  .node--opportunity.view-mode-full .login-register:hover {
    background-color: #a6edec;
    text-decoration: none;
    cursor: pointer; }
  .node--opportunity.view-mode-full .login-register:hover {
    cursor: auto;
    background-color: #58c8ec; }
  .node--opportunity.view-mode-full .login-register a {
    color: #131e11;
    text-decoration: underline; }

.node--opportunity.registrations-full .login-register {
  display: none; }

.view-opportunities .view-filters {
  margin: 2em 0; }
  .view-opportunities .view-filters .views-exposed-widgets {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 0) and (max-width: 668px) {
      .view-opportunities .view-filters .views-exposed-widgets {
        display: block; } }
  .view-opportunities .view-filters .views-exposed-widget {
    float: none;
    margin-right: 1em;
    margin-bottom: 1em; }
    .view-opportunities .view-filters .views-exposed-widget > label {
      padding-bottom: 10px;
      display: block; }
    .view-opportunities .view-filters .views-exposed-widget .form-checkboxes .form-item {
      margin-bottom: 5px; }
    .view-opportunities .view-filters .views-exposed-widget .form-checkboxes label {
      font-weight: 400; }
  .view-opportunities .view-filters .form-submit {
    margin: 0px; }
  .view-opportunities .view-filters .views-submit-button,
  .view-opportunities .view-filters .views-reset-button {
    float: left; }

body {
  background-color: #e1e1e1;
  margin: 0px; }

.l-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #ffffff;
  clear: both; }
  .l-main .l-content > h1 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #48be8a; }

.l-region--content {
  margin-bottom: 20px; }

ul.breadcrumb {
  margin: 0 -30px;
  padding: 7px 30px 5px 30px;
  list-style: none;
  display: block;
  background: #a3e599;
  font-size: 16px;
  font-weight: 400; }
  ul.breadcrumb li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumb li:after {
      padding-left: 10px;
      content: '>'; }
    ul.breadcrumb li:last-child:after {
      content: ''; }
    ul.breadcrumb li a {
      color: #131e11; }
    ul.breadcrumb li span {
      display: inline-block; }

.tabs--primary li a,
.tabs--secondary li a {
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  color: #131e11;
  padding: 7px 13px 5px 13px; }

.tabs--primary li.active a,
.tabs--secondary li.active a {
  background: #777777;
  border-bottom: 1px solid #5d5c5c;
  border-color: #5d5c5c;
  color: white;
  margin-bottom: -1px; }

.tabs--primary a:hover,
.tabs--secondary a:hover {
  text-decoration: none;
  border-color: #9a9a9a; }

.messages ul li {
  line-height: 1.5em; }

.field--name-field-registration {
  margin-bottom: 40px; }
  .field--name-field-registration .field__item a {
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 10px 20px;
    border: 0px;
    background-color: #58c8ec;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color; }
    .field--name-field-registration .field__item a:hover {
      background-color: #a6edec;
      text-decoration: none;
      cursor: pointer; }

.entity-registration {
  margin-bottom: 40px; }
  .entity-registration > .field,
  .entity-registration .content > .field {
    margin: 20px 0; }
  .entity-registration .field-label-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .entity-registration .field-label-inline .field-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 10px; }
  .entity-registration .field__label {
    font-weight: 300; }
  .entity-registration .original-link a {
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 10px 20px;
    border: 0px;
    background-color: #58c8ec;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
    color: black; }
    .entity-registration .original-link a:hover {
      background-color: #a6edec;
      text-decoration: none;
      cursor: pointer; }

.registration-form .form-item {
  margin: 20px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .registration-form .form-item select,
  .registration-form .form-item label,
  .registration-form .form-item input,
  .registration-form .form-item div {
    margin-right: 10px; }
  .registration-form .form-item label {
    line-height: 1.3em; }
  .registration-form .form-item .description {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }

.registration-form .form-item-count {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .registration-form .form-item-count .description {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }

.registration-form .form-actions {
  margin: 60px 0 60px 0; }

.registration-form .form-item-state {
  display: none; }

.registration-form .field-name-field-names .form-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .registration-form .field-name-field-names .form-item .description {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 10px 0; }
  .registration-form .field-name-field-names .form-item .field-add-more-submit {
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 5px 12px;
    border: 0px;
    background-color: #e1e1e1;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color; }
    .registration-form .field-name-field-names .form-item .field-add-more-submit:hover {
      background-color: #a6edec;
      text-decoration: none;
      cursor: pointer; }

.registration-form .field-type-phone .form-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .registration-form .field-type-phone .form-item .description {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 10px 0; }

.registration-form .field-name-field-names .tabledrag-toggle-weight-wrapper {
  display: none; }

.registration-form .field-name-field-names table,
.registration-form .field-name-field-names thead,
.registration-form .field-name-field-names tr,
.registration-form .field-name-field-names th,
.registration-form .field-name-field-names td {
  border: 0px;
  padding: 0px; }

.registration-form .field-name-field-names table tr td .form-item {
  margin: 10px 0; }

.registration-form .field-name-field-names table tr td .form-item-field-names-und-0-value label {
  display: none; }

.registration-form .field-name-field-names table tr td:first-child {
  display: none; }

.registration-form.number-error .form-item-count label {
  -webkit-text-decoration: underline solid red;
          text-decoration: underline solid red; }
  .registration-form.number-error .form-item-count label:after {
    content: '*';
    color: red; }

.registration-form.number-error .field-name-field-names th label {
  -webkit-text-decoration: underline solid red;
          text-decoration: underline solid red; }
  .registration-form.number-error .field-name-field-names th label:after {
    content: '*';
    color: red; }

.registration-form.number-error p.error {
  -webkit-text-decoration: underline solid red;
          text-decoration: underline solid red; }
  .registration-form.number-error p.error:before {
    content: '* ';
    color: red;
    font-weight: 700; }

.logged-in .registration-form span.anon {
  display: none; }

.page-node-registrations table caption {
  text-align: left;
  margin: 20px 0; }

.page-node-registrations table thead {
  background: #e1e1e1; }
  .page-node-registrations table thead tr th {
    border-right: 1px solid white; }
    .page-node-registrations table thead tr th:last-child {
      border-right: 0px; }

.page-node-registrations table tbody tr td {
  padding: 5px 7px; }

#registration-registrations-broadcast-form .token-tree {
  margin-bottom: 40px; }

#registration-registrations-broadcast-form input[type="submit"] {
  margin-right: 20px; }

.registration-entity-settings-form #edit-scheduling {
  display: none; }

.registration-entity-settings-form .token-tree {
  display: none; }

.registration-entity-settings-form #edit-settings .form-item-settings-multiple-registrations,
.registration-entity-settings-form #edit-settings .form-item-settings-from-address,
.registration-entity-settings-form #edit-settings .form-item-settings-confirmation,
.registration-entity-settings-form #edit-settings .form-item-settings-confirmation-redirect,
.registration-entity-settings-form #edit-settings .form-item-settings-registration-entity-access-roles {
  display: none; }

.registration-registrations-broadcast-form .token-tree {
  display: none; }

.ds-right #block-views-registration-test-block h2 {
  color: white; }

#block-views-registration-test-block .views-row {
  line-height: 1.5em; }

#block-views-registration-details-block {
  margin: 20px 0 60px 0; }
  #block-views-registration-details-block .views-table td {
    padding: 8px; }
  #block-views-registration-details-block .views-field-view-registration a,
  #block-views-registration-details-block .views-field-edit-registration a,
  #block-views-registration-details-block .views-field-delete-registration a {
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 5px 12px;
    border: 0px;
    background-color: #e1e1e1;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
    text-transform: capitalize; }
    #block-views-registration-details-block .views-field-view-registration a:hover,
    #block-views-registration-details-block .views-field-edit-registration a:hover,
    #block-views-registration-details-block .views-field-delete-registration a:hover {
      background-color: #a6edec;
      text-decoration: none;
      cursor: pointer; }
  #block-views-registration-details-block .views-field-field-names ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #block-views-registration-details-block .feed-icon a {
    margin: 20px 0;
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 10px 20px;
    border: 0px;
    background-color: #58c8ec;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color; }
    #block-views-registration-details-block .feed-icon a:hover {
      background-color: #a6edec;
      text-decoration: none;
      cursor: pointer; }
    #block-views-registration-details-block .feed-icon a img {
      display: none; }

#block-views-registration-details-block-1 {
  margin: 20px 0 40px 0; }
  #block-views-registration-details-block-1 .view-footer {
    display: none;
    padding: 15px;
    margin: 20px 0 40px 0;
    background-color: #e1e1e1; }

table {
  border: 1px solid #e1e1e1; }
  table thead {
    border-bottom: 1px solid #e1e1e1; }
    table thead th {
      background-color: transparent;
      padding: 5px; }
  table tbody tr {
    background-color: transparent !important;
    border-bottom: 1px solid #e1e1e1; }
    table tbody tr td {
      padding: 5px;
      border: 1px solid #e1e1e1; }

body {
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #131e11;
  font-weight: 300; }

p {
  line-height: 1.3em; }

a {
  text-decoration: none;
  color: #347949; }
  a:hover {
    text-decoration: underline; }
  a img {
    border: 0px; }

a.button {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #131e11;
  display: inline-block;
  padding: 10px 20px;
  border: 0px;
  background-color: #58c8ec;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color; }
  a.button:hover {
    background-color: #a6edec;
    text-decoration: none;
    cursor: pointer; }

h1 {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500; }
  @media (min-width: 668px) {
    h1 {
      font-size: 34px;
      line-height: 42px; } }
  @media (min-width: 1078px) {
    h1 {
      font-size: 40px;
      line-height: 46px; } }
  h1 a {
    color: #48be8a;
    border-bottom: 1px solid;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color; }
    h1 a:hover {
      color: #347949;
      text-decoration: none; }

h2 {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #131e11; }
  @media (min-width: 668px) {
    h2 {
      font-size: 30px;
      line-height: 34px; } }
  h2 a {
    color: #48be8a;
    border-bottom: 1px solid;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color; }
    h2 a:hover {
      color: #347949;
      text-decoration: none; }

h3 {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500; }
  h3 a {
    color: #48be8a;
    border-bottom: 1px solid;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color; }
    h3 a:hover {
      color: #347949;
      text-decoration: none; }

h4 {
  font-family: "Rubik", "Catamaran", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }
  h4 a {
    color: #131e11;
    border-bottom: 1px solid;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color; }
    h4 a:hover {
      color: #347949;
      text-decoration: none; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/rubik-bold-webfont.woff2") format("woff2"), url("fonts/rubik-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/rubik-medium-webfont.woff2") format("woff2"), url("fonts/rubik-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/rubik-regular-webfont.woff2") format("woff2"), url("fonts/rubik-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

.view .views-row {
  margin: 20px 0; }

.view--four-column .view-content {
  overflow: auto; }

@media (min-width: 668px) and (max-width: 1078px) {
  .view--four-column .views-row {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px; }
    .view--four-column .views-row:nth-child(2n + 2) {
      margin-right: 0px; }
    .view--four-column .views-row:nth-child(2n + 3) {
      clear: left; } }

@media (min-width: 1078px) {
  .view--four-column .views-row {
    width: calc(25% - 15px);
    float: left;
    margin-right: 20px; }
    .view--four-column .views-row:nth-child(4n + 4) {
      margin-right: 0px; }
    .view--four-column .views-row:nth-child(4n + 5) {
      clear: left; } }

.view--three-column .view-content {
  overflow: auto; }

@media (min-width: 668px) {
  .view--three-column .views-row {
    width: calc(33% - 11px);
    float: left;
    margin-right: 20px; }
    .view--three-column .views-row:nth-child(3n + 3) {
      margin-right: 0px; }
    .view--three-column .views-row:nth-child(3n + 4) {
      clear: left; } }

.view--two-column .view-content {
  overflow: auto; }

@media (min-width: 668px) {
  .view--two-column .views-row {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px; }
    .view--two-column .views-row:nth-child(2n + 2) {
      margin-right: 0px; }
    .view--two-column .views-row:nth-child(2n + 3) {
      clear: left; } }

.pager {
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 20px auto; }
  .pager li {
    list-style: none;
    list-style-image: none;
    display: inline-block;
    text-align: center;
    padding: 0 15px; }

.more-link {
  margin-bottom: 10px; }
  .more-link a {
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 10px 20px;
    border: 0px;
    background-color: #58c8ec;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color; }
    .more-link a:hover {
      background-color: #a6edec;
      text-decoration: none;
      cursor: pointer; }

.view .views-exposed-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .view .views-exposed-widgets .views-exposed-widget {
    padding-top: 0px;
    padding-bottom: 0px; }
    .view .views-exposed-widgets .views-exposed-widget:last-child {
      padding-right: 0px; }
  .view .views-exposed-widgets .js-hide {
    display: none; }

.view-community-notice.view-display-id-block_1 .node-teaser {
  background-color: transparent;
  border: 1px solid #a3e599; }
  .view-community-notice.view-display-id-block_1 .node-teaser:hover {
    background-color: #fff27a;
    border-color: #fff27a; }

.view-nz-region-selector.view-display-id-page {
  overflow: visible; }
  @media (min-width: 668px) {
    .view-nz-region-selector.view-display-id-page .view-header {
      max-width: 300px;
      max-width: calc(33% - 20px);
      float: left;
      margin-right: 30px; } }
  .view-nz-region-selector.view-display-id-page .view-header p:first-child {
    margin-top: 0px; }
  .view-nz-region-selector.view-display-id-page .view-header a {
    font-family: "Rubik", "Catamaran", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #131e11;
    display: inline-block;
    padding: 10px 20px;
    border: 0px;
    background-color: #58c8ec;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color; }
    .view-nz-region-selector.view-display-id-page .view-header a:hover {
      background-color: #a6edec;
      text-decoration: none;
      cursor: pointer; }
  .view-nz-region-selector.view-display-id-page .view-filters {
    background: #347949;
    color: white;
    padding: 15px;
    position: relative; }
    @media (min-width: 668px) {
      .view-nz-region-selector.view-display-id-page .view-filters {
        width: calc(100% - 330px);
        float: right;
        max-width: calc(66% - 0px); } }
    .view-nz-region-selector.view-display-id-page .view-filters .views-exposed-widgets {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .view-nz-region-selector.view-display-id-page .view-filters .views-exposed-widgets .views-exposed-widget {
        padding-top: 0px;
        padding-bottom: 0px; }
      .view-nz-region-selector.view-display-id-page .view-filters .views-exposed-widgets .ajax-progress-throbber {
        position: absolute;
        top: 15px;
        right: 15px; }
    .view-nz-region-selector.view-display-id-page .view-filters label {
      font-weight: 400; }
  .view-nz-region-selector.view-display-id-page .view-content {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible; }
    .view-nz-region-selector.view-display-id-page .view-content .views-row {
      background-color: #a3e599;
      padding: 10px 10px 10px 145px;
      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: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 100px;
      position: relative;
      -webkit-transition: 0.3s ease background-color;
      transition: 0.3s ease background-color; }
      @media (min-width: 0) and (max-width: 668px) {
        .view-nz-region-selector.view-display-id-page .view-content .views-row {
          width: 100%; } }
      @media (min-width: 668px) and (max-width: 1078px) {
        .view-nz-region-selector.view-display-id-page .view-content .views-row {
          width: calc(50% - 10px);
          float: left;
          margin-right: 20px; }
          .view-nz-region-selector.view-display-id-page .view-content .views-row:nth-child(2n + 2) {
            margin-right: 0px; }
          .view-nz-region-selector.view-display-id-page .view-content .views-row:nth-child(2n + 3) {
            clear: left; } }
      @media (min-width: 1078px) {
        .view-nz-region-selector.view-display-id-page .view-content .views-row {
          width: calc(33% - 11px);
          float: left;
          margin-right: 20px; }
          .view-nz-region-selector.view-display-id-page .view-content .views-row:nth-child(3n + 3) {
            margin-right: 0px; }
          .view-nz-region-selector.view-display-id-page .view-content .views-row:nth-child(3n + 4) {
            clear: left; } }
      .view-nz-region-selector.view-display-id-page .view-content .views-row:hover {
        background-color: #fff27a; }
      .view-nz-region-selector.view-display-id-page .view-content .views-row .views-field-field-group-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 130px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%; }
        .view-nz-region-selector.view-display-id-page .view-content .views-row .views-field-field-group-logo .field-content {
          line-height: 0; }
        .view-nz-region-selector.view-display-id-page .view-content .views-row .views-field-field-group-logo .no-logo {
          width: 130px;
          height: 100px;
          background-image: url("../images/group-circle-white.svg");
          background-position: center;
          background-repeat: no-repeat; }
      .view-nz-region-selector.view-display-id-page .view-content .views-row .views-field-title {
        font-family: "Rubik", "Catamaran", sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        color: #131e11;
        max-width: 100%;
        word-break: break-word; }
        .view-nz-region-selector.view-display-id-page .view-content .views-row .views-field-title a {
          color: #131e11;
          border-bottom: 1px solid;
          -webkit-transition: 0.3s ease color;
          transition: 0.3s ease color; }
          .view-nz-region-selector.view-display-id-page .view-content .views-row .views-field-title a:hover {
            color: #347949;
            text-decoration: none; }
        .view-nz-region-selector.view-display-id-page .view-content .views-row .views-field-title a {
          border: 0px; }
      .view-nz-region-selector.view-display-id-page .view-content .views-row .views-field-view-node .field-content a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: transparent;
        font-size: 1px; }
  .view-nz-region-selector.view-display-id-page .view-empty {
    clear: both;
    overflow: auto;
    margin: 20px 0; }

.view-resource-centre .view-content {
  overflow: auto; }

@media (min-width: 668px) {
  .view-resource-centre .item-list {
    width: calc(33% - 10px);
    float: left;
    margin-right: 20px; }
    .view-resource-centre .item-list:nth-child(3n + 3) {
      margin-right: 0px; }
    .view-resource-centre .item-list:nth-child(3n + 4) {
      clear: left; } }

.view-resource-centre .view-header {
  margin-bottom: 40px; }

.view-resource-centre .item-list {
  background-color: #fff27a;
  margin-bottom: 20px;
  padding: 15px 10px; }
  .view-resource-centre .item-list a {
    color: #131e11; }
  .view-resource-centre .item-list h3 {
    margin: 0px;
    background-image: url("../images/down.svg");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    padding-right: 40px;
    cursor: pointer; }
    .view-resource-centre .item-list h3 a {
      border-bottom: 0px; }
  .view-resource-centre .item-list.open h3 {
    background-image: url("../images/up.svg"); }
  .view-resource-centre .item-list .item-content {
    margin: 0px; }

.block--views-group-pages-block-1,
.block--views-group-pages-block-3 {
  border-top: 1px solid #e1e1e1; }
  .block--views-group-pages-block-1 .block__title,
  .block--views-group-pages-block-3 .block__title {
    text-align: center;
    display: block;
    border: 0px;
    padding: 0px; }
    .block--views-group-pages-block-1 .block__title:after,
    .block--views-group-pages-block-3 .block__title:after {
      width: 275px;
      height: 1px;
      background: #48be8a;
      display: block;
      content: '';
      margin: 0 auto;
      margin-top: 10px; }
  .block--views-group-pages-block-1 .view-content,
  .block--views-group-pages-block-3 .view-content {
    text-align: center; }
  .block--views-group-pages-block-1 .views-row > .views-field,
  .block--views-group-pages-block-3 .views-row > .views-field {
    display: inline-block;
    width: 140px;
    text-align: center;
    margin: 0 10px;
    vertical-align: top; }
    .block--views-group-pages-block-1 .views-row > .views-field .number,
    .block--views-group-pages-block-3 .views-row > .views-field .number {
      font-weight: 500;
      margin: 0 auto;
      font-size: 24px;
      display: block;
      width: 80px;
      height: 80px;
      background: #347949;
      color: white;
      text-align: center;
      border-radius: 100%;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .block--views-group-pages-block-1 .views-row > .views-field:first-child,
    .block--views-group-pages-block-3 .views-row > .views-field:first-child {
      margin-left: 0px; }
    .block--views-group-pages-block-1 .views-row > .views-field:last-child,
    .block--views-group-pages-block-3 .views-row > .views-field:last-child {
      margin-right: 0px; }

.group-galleries {
  border-top: 1px solid #e1e1e1; }
  @media (min-width: 1078px) {
    .group-galleries {
      width: 50%;
      float: left;
      padding-right: 10px;
      padding-bottom: 20px; } }

.group-photopoints {
  border-top: 1px solid #e1e1e1; }
  @media (min-width: 1078px) {
    .group-photopoints {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-bottom: 20px; } }

.l-region--content-bottom > .group-photopoints {
  padding-left: 0px; }

.views-slideshow-pager-fields .views_slideshow_pager_field_item {
  float: left;
  margin-right: 10px; }

.views-content-field-photopoint-images,
.views-content-field-gallery-img {
  line-height: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

img {
  max-width: 100%;
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*# sourceMappingURL=nature-space.styles.css.map */
