@charset "UTF-8";
/*!
Theme Name: Aste
Theme URI: http://underscores.me/
Author: Aste Helsinki
Author URI: https://astehelsinki.fi/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aste
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Aste is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  display: block;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 21px;
  --reflex-xs: 700px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1198px;
  --reflex-xlg: 1330px;
  --reflex-xxs-max: 699px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1197px;
  --reflex-lg-max: 1329px;
}

.container,
.container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 42px;
  padding-left: 42px;
}
.container .grid,
.container-full .grid {
  margin-right: -21px;
  margin-left: -21px;
}

@media (min-width: 700px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1198px) {
  .container {
    max-width: 1198px;
  }
}
@media (min-width: 1330px) {
  .container {
    max-width: 1198px;
  }
}

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}
.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 21px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
[class*=col-]::before, [class*=col-]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class*=col-] .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -21px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 700px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1198px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1330px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 700px) {
  .col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1198px) {
  .col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1330px) {
  .col-xlg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

@media only screen and (min-width: 700px) {
  .order-xs-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1198px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1330px) {
  .order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%;
}

.offset-10 {
  margin-left: 83.3333333333%;
  *margin-left: 83.2333333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.6666666667%;
  *margin-left: 66.5666666667%;
}

.offset-7 {
  margin-left: 58.3333333333%;
  *margin-left: 58.2333333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.6666666667%;
  *margin-left: 41.5666666667%;
}

.offset-4 {
  margin-left: 33.3333333333%;
  *margin-left: 33.2333333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.6666666667%;
  *margin-left: 16.5666666667%;
}

.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%;
}

@media only screen and (min-width: 700px) {
  .offset-xs-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1198px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1330px) {
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.no-wrap [class*=col-] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-end [class*=col-] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.align-content-end [class*=col-] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 21px 0;
}

.col-bleed-y {
  padding: 0 21px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 699px) {
  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1197px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1198px) and (max-width: 1329px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1330px) {
  .hidden-xlg {
    display: none;
  }
}

/*
$blue_light: #80A2D4;
$teal: #00a5af;
$plum: #B71668;
$yellow: #ffcd00;
$green: #B0D959;

*/
@font-face {
  font-family: "fontello";
  src: url("assets/icons/font/fontello.eot");
  src: url("assets/icons/font/fontello.eot#iefix") format("embedded-opentype"), url("assets/icons/font/fontello.woff2") format("woff2"), url("assets/icons/font/fontello.woff") format("woff"), url("assets/icons/font/fontello.ttf") format("truetype"), url("assets/icons/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4 {
  font-family: "Muli", sans-serif;
  color: #000;
}

h1 {
  font-size: 40px;
  margin: 55px 0 25px 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 700px) {
  h1 {
    margin: 20px 0 15px 0;
  }
}
h1 a {
  color: #000;
}

.entry-header + p {
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  font-size: 24px;
}

h2 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}
h2 a {
  color: #000;
}
h2 + p {
  margin-top: -0.45em;
}
h2 + .wp-block-columns {
  margin-top: -1.45em;
}

.search h2 {
  font-size: 27px;
  margin-bottom: -0.3em;
}
@media (max-width: 700px) {
  .search h2 {
    font-size: 18px;
  }
}

h2.center-title {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin: 17px 0 0 0;
  padding: 0;
}

h2.calendar-title:before {
  content: "\e80a";
  color: #00bcea;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: -4px;
  margin-right: 0.25em;
  text-align: center;
  line-height: 1em;
}

h2.materials-title:before {
  content: "\f278";
  color: #00bcea;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: -4px;
  margin-right: 0.5em;
  text-align: center;
  line-height: 1em;
}

h3 {
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  h3 {
    color: #000;
  }
}
h3 a {
  color: #000;
}
h3 + p {
  margin-top: -0.45em;
}

h4 a {
  color: #000;
}
h4 + p {
  margin-top: -0.45em;
}

.search .entry-summary p {
  font-size: 16px;
}

blockquote p {
  display: inline-block;
  font-size: 26px;
  font-family: "Zilla Slab", serif;
}

blockquote p:before {
  content: "\f101";
  color: #00bcea;
  font-size: 60px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: -4px;
  margin-right: 0.25em;
  text-align: center;
  font-variant: normal;
  line-height: 1em;
}

.entry-content {
  font-size: 20px;
}
.entry-content a {
  color: #00bcea;
}
.entry-content.media_caption {
  font-weight: bold;
  margin-top: 0.5em;
}

.icon::before {
  color: #00bcea;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  margin: 0 0.2em;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

.icon-direction::before {
  content: "\f124";
}

.meta {
  font-weight: bold;
}

article .entry-date::before {
  content: "";
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  border: solid 2px #00bcea;
  border-radius: 50%;
  margin: 0 0.25em -0.09em 0;
}

* {
  box-sizing: border-box;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #e5f5fa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Muli", sans-serif;
}

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

#main {
  max-width: 1330px;
  margin: 0 auto;
}

.container {
  max-width: 1112px;
}
@media (max-width: 700px) {
  .container {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 700px) {
  .hide-in-mobile {
    display: none !important;
  }
}

button,
.button-link,
a.wp-block-button__link,
a.wp-block-button__link:visited,
.tribe-events-c-ical.tribe-common-b2 a.tribe-events-c-ical__link,
.wp-block-file a.wp-block-file__button,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:visited,
.gform_button {
  color: #000;
  background: #fecd67;
  border: solid 2px #fecd67;
  border-radius: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
}

button:hover,
a.button-link:hover,
a.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover,
.gform_button:hover {
  color: #000;
  background: #e5f5fa;
  border: solid 2px #d9eff1;
  opacity: 1;
}

.materials-text .button-link {
  margin-top: 1em;
}

.tribe-events .tribe-events-c-ical__link:before {
  filter: brightness(0);
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 10 4 4;
}

.text-center {
  text-align: center;
}

.wp-block-image {
  margin: 1em 0;
}

.section__article .wp-block-latest-posts.wp-block-latest-posts__list li {
  list-style: initial;
  margin-bottom: 0.3em;
}

.gform_confirmation_message {
  font-size: 1.4em;
  background: #eb2d85;
  color: white;
  padding: 20px;
  text-align: center;
}

.gform_confirmation_message h1,
.gform_confirmation_message h2,
.gform_confirmation_message h3 {
  font-size: 1.6em;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .gform_confirmation_message h1,
  .gform_confirmation_message h2,
  .gform_confirmation_message h3 {
    color: white;
  }
}

.section__article {
  background: #fff;
  padding: 33px 0;
}
@media (min-width: 1330px) {
  .section__article {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (max-width: 700px) {
  .section__article {
    padding: 13px 13px 20px;
  }
}

.section__article-listing {
  background: #fff;
  padding: 18px 0;
  margin-bottom: 13px;
}
@media (max-width: 700px) {
  .section__article-listing {
    padding: 13px 13px;
  }
}

.main-image {
  max-height: 480px;
  overflow: hidden;
}

.main-image img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 480px;
}

.listing__article a {
  text-decoration: none;
}

.listing__bg-small {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  font-size: 1.6rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.listing__bg-small span {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 11%;
  text-align: center;
  padding: 0 15px;
}
.listing__bg-small h2 {
  font-family: "Zilla Slab", serif;
  font-size: 25px;
  font-weight: normal;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background: white;
  padding: 5px;
}
@media (max-width: 992px) {
  .listing__bg-small h2 {
    font-size: 45px;
  }
}
@media (max-width: 700px) {
  .listing__bg-small h2 {
    font-size: 25px;
  }
}
.listing__bg-small .small-image-container {
  display: block;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  width: 100%;
}
.listing__bg-small .small-image-container img {
  margin: 0 auto;
  max-width: 90%;
  max-height: 185px;
}
@media (max-width: 992px) {
  .listing__bg-small .small-image-container img {
    max-height: 360px;
  }
}
@media (max-width: 700px) {
  .listing__bg-small .small-image-container img {
    max-height: 215px;
  }
}
.listing__bg-small.square-image img.filler {
  display: block;
  position: static;
  width: 100%;
  height: auto;
}

.listing__local {
  padding: 20px;
  background: #fff;
  text-align: center;
}
.listing__local h4 {
  font-family: "Zilla Slab", serif;
  font-weight: normal;
  font-size: 25px;
  position: relative;
  margin: 0;
  padding: 0;
}
.listing__local h4:before {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-family: "fontello";
  content: "\f124";
  color: #39afb9;
}
.listing__local h3 {
  font-family: "Zilla Slab", serif;
  font-weight: normal;
  font-size: 25px;
}
.listing__local a {
  display: block;
  text-decoration: none;
}
.listing__local button {
  display: block;
  margin: 20px auto;
}

.listing__title a {
  display: block;
  height: 310px;
  text-align: center;
  text-decoration: none;
}
.listing__title a span {
  background: white;
}

.listing__project {
  text-align: left;
}
.listing__project a {
  color: #000;
}
.listing__project h2 {
  font-weight: normal;
  font-size: 28px;
}
.listing__project .entry-date {
  font-weight: 600;
}
.listing__project p {
  margin-top: 0;
}
.listing__project img {
  display: block;
  margin: 0 auto;
}

.border-bright-blue {
  border: solid 15px #00bcea;
}

.border-light-blue {
  border: solid 15px #e5f5fa;
}

.border-pink {
  border: solid 15px #f06da9;
}

.border-light-pink {
  border: solid 15px #fce0ec;
}

.border-turquoise {
  border: solid 15px #00b2b4;
}

.border-light-turquoise {
  border: solid 15px #d9eff1;
}

.border-purple {
  border: solid 15px #73448f;
}

.border-light-purple {
  border: solid 15px #beaad2;
}

.border-warm-yellow {
  border: solid 15px #fecd67;
}

.border-none {
  border: none;
}

.section_frontpage-lower {
  background: #fff;
  padding: 18px 0;
}

.section_cta {
  background: #fff;
  padding: 0;
  margin-bottom: 13px;
}

.link-text {
  font-size: 20px;
}
.link-text a {
  text-decoration: none;
  color: #000;
}
.link-text h3 {
  font-size: 28px;
  font-weight: normal;
}
.link-text p {
  margin-top: 0;
}
.link-text .entry-date {
  font-weight: bold;
  display: block;
}
.link-text button {
  margin-top: 1em;
}

.rounded-article-image.has-bg-image {
  background: #fff url(./assets/img/logo.svg) no-repeat center;
  background-size: 160px auto;
}
@media (max-width: 1198px) {
  .rounded-article-image.has-bg-image {
    background-size: 155px auto;
  }
}
@media (max-width: 700px) {
  .rounded-article-image.has-bg-image {
    background: none;
  }
}

.rounded-article-image img {
  max-width: 235px;
  max-height: 235px;
  border-radius: 50%;
}

.rounded-article-image.has-bg-image.image-above {
  background: #fff url(./assets/img/logo.svg) no-repeat center 60px;
  background-size: 160px auto;
  padding-top: 260px;
}
@media (max-width: 1198px) {
  .rounded-article-image.has-bg-image.image-above {
    background-size: 155px auto;
  }
}
@media (max-width: 700px) {
  .rounded-article-image.has-bg-image.image-above {
    background: none;
  }
}

.banner-row {
  padding-bottom: 29px;
}

.banner-row img {
  display: block;
  margin: 0;
  border: 0;
}

.col-md-8.locallisting-left {
  padding-top: 0px;
}

.listing__localpages {
  padding: 80px 15px 15px 15px;
  background: #e5f5fa url(./assets/img/logo.svg) no-repeat center 22px;
  background-size: 70px auto;
  color: #000;
  border: solid 7px white;
  height: 205px;
  position: relative;
}
.listing__localpages h2 {
  font-family: "Zilla Slab", serif;
  font-size: 26px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 26px;
}
.listing__localpages .icon::before {
  color: #000;
}

.listing__localpages:nth-child(even) {
  background: #00bcea;
}
.listing__localpages:nth-child(even)::before {
  content: "";
  height: 70px;
  width: 70px;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -35px;
  background: url(./assets/img/logo.svg) no-repeat center;
  filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
  -webkit-filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
  -moz-filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
}
.listing__localpages:nth-child(even) h2 {
  color: #fff;
}
.listing__localpages:nth-child(even) .icon::before {
  color: #fff;
}

.listing__localpages div {
  padding: 18px 0;
}

.page-template-page-locallisting article ul {
  list-style: none;
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
}
.page-template-page-locallisting article ul a {
  color: #000;
  text-decoration: none;
}
.page-template-page-locallisting article ul a:hover {
  text-decoration: underline;
}

.page-template-page-locallisting article li::before {
  content: "»";
  display: inline-block;
  width: 1em;
  color: #00bcea;
}

.page-template-page-local h1.entry-title {
  margin-top: 0;
}

.local-contact-info {
  background: #e5f5fa;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
}
.local-contact-info a {
  font-size: 1rem;
}

.back-to-page {
  text-decoration: none;
  color: #000;
}

.back-to-page:hover {
  text-decoration: underline;
}

body.bright-blue {
  background: #00bcea;
}

body.light-blue {
  background: #e5f5fa;
}

body.pink {
  background: #f06da9;
}

body.light-pink {
  background: #fce0ec;
}

body.bg-light-pink {
  background: #fdeff2;
}

body.turquoise {
  background: #00b2b4;
}

body.light-turquoise {
  background: #d9eff1;
}

body.purple {
  background: #73448f;
}

body.light-purple {
  background: #beaad2;
}

body.warm-yellow {
  background: #fecd67;
}

body.tunturikeimio {
  background: #ddf2fa;
}

.tribe-events .tribe-events-l-container {
  padding-top: 1em !important;
}

.tribe-events-calendar-month__header,
.tribe-events-calendar-month__body,
.tribe-events-calendar-list,
.tribe-events-l-container {
  background: #fff;
}

.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum {
  color: #00bcea !important;
}

.tribe-events-schedule__separator {
  color: #000;
}

.white {
  color: #fff;
}

.color-bg {
  background: #f5f0eb;
  position: relative;
  padding: 50px 0;
}
.color-bg__blue {
  background: #0046ad;
  position: relative;
}
.color-bg__teal {
  background: #1caeb7;
  position: relative;
}
.color-bg__white {
  background: #fff;
  position: relative;
}

a.button {
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #0046ad;
  color: #fff;
  background: #0046ad;
}

.footer {
  padding-bottom: 20px;
  margin-top: 13px;
  background: #fff;
}
.footer a {
  color: #000;
}
.footer .container {
  position: relative;
}
@media (max-width: 700px) {
  .footer .container {
    padding-right: 21px;
    padding-left: 21px;
  }
}
.footer .menu-extra-menu-container,
.footer .menu-kamalat-aidit-container {
  top: 40px;
}
@media (max-width: 700px) {
  .footer .menu-extra-menu-container,
  .footer .menu-kamalat-aidit-container {
    width: auto;
  }
}
@media (max-width: 700px) {
  .footer .menu-extra-menu-container ul#footer-menu,
  .footer .menu-kamalat-aidit-container ul#footer-menu {
    display: block;
  }
}
.footer__contactinfo {
  padding-top: 175px;
  background: #fff url(./assets/img/logo.svg) no-repeat left 30px;
  background-size: 106px auto;
}
.footer__contactinfo h4 {
  margin: 0;
  padding: 0;
}
.footer__contactinfo p {
  line-height: 1.25em;
  margin-top: 0.2em;
}
.footer .somelinks {
  position: absolute;
  top: 175px;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 700px) {
  .footer .somelinks {
    position: static;
    margin: 20px 0;
  }
}
.footer .somelinks li {
  display: inline;
  margin: 0;
  padding: 0;
}
.footer .somelinks a {
  display: inline-block;
  width: 65px;
  height: 65px;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 15px;
}
@media (max-width: 700px) {
  .footer .somelinks a {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }
}
.footer .somelinks a.nnky {
  background: url(./assets/img/logo.png) no-repeat center;
  background-size: contain;
}
.footer .somelinks a.veikkaus {
  background: url(./assets/img/logo-tuettu-veikkauksen.png) no-repeat center;
  background-size: contain;
}
.footer .somelinks a.facebook {
  background: url(./assets/img/icon-facebook.png) no-repeat center;
  background-size: contain;
}
.footer .somelinks a.instagram {
  background: url(./assets/img/icon-instagram.png) no-repeat center;
  background-size: contain;
}
.footer .somelinks a.twitter {
  background: url(./assets/img/icon-twitter.png) no-repeat center;
  background-size: contain;
}
.footer .somelinks a.youtube {
  background: url(./assets/img/icon-youtube.png) no-repeat center;
  background-size: contain;
}

.kamalat_aidit .footer__contactinfo {
  background: url(./assets/img/logo-kamalat-aidit.png) no-repeat left 30px;
}

.voimasiskot .footer__contactinfo {
  background: url(./assets/img/logo-voimasiskot.png) no-repeat left 30px;
}

.tunturikeimio .footer__contactinfo {
  background: url(./assets/img/logo-tunturikeimio.png) no-repeat left 30px;
}

.siteheader {
  height: 330px;
  max-width: 1330px;
  margin: 0 auto;
  background: url(./assets/img/logo.svg) no-repeat center 30px;
  background-size: 106px auto;
  position: relative;
}
.siteheader.open {
  background: #fff;
  -webkit-box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
  -moz-box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
  box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
}
.siteheader:before {
  content: "";
  display: block;
  width: 579px;
  height: 330px;
  position: absolute;
  z-index: -1;
  background: url(./assets/img/header-bg-left.png) no-repeat -34px bottom;
}
@media (max-width: 992px) {
  .siteheader:before {
    display: none;
  }
}
.siteheader:after {
  content: "";
  display: block;
  width: 623px;
  height: 330px;
  position: absolute;
  right: 0;
  z-index: -1;
  background: url(./assets/img/header-bg-right.png) no-repeat right bottom;
  background-size: contain;
}
@media (max-width: 992px) {
  .siteheader:after {
    display: none;
  }
}
@media (max-width: 700px) {
  .siteheader {
    background-size: 72px auto;
    background-position: center 15px;
    height: 140px;
  }
}
.siteheader .container {
  position: relative;
}
.siteheader h1, .siteheader h3 {
  font-family: "Muli", sans-serif;
  font-size: 46px;
  line-height: 46px;
  font-weight: 800;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  position: absolute;
  top: 165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .siteheader h1, .siteheader h3 {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .siteheader h1, .siteheader h3 {
    top: 90px;
    font-size: 22px;
  }
}
.siteheader h1 span, .siteheader h3 span {
  font-family: sans-serif;
  color: #00bcea;
}
.siteheader h1 a,
.siteheader h3 a {
  text-decoration: none;
}
.siteheader h1 a:before,
.siteheader h3 a:before {
  content: "";
  display: block;
  width: 120px;
  height: 100px;
  position: absolute;
  top: -120px;
  left: 50%;
  margin-left: -60px;
}
@media (max-width: 700px) {
  .siteheader h1 a:before,
  .siteheader h3 a:before {
    height: 80px;
    top: -80px;
  }
}
.siteheader blockquote {
  margin: 0;
  position: absolute;
  width: 190px;
  top: 155px;
  left: 70px;
  font-family: "Muli", sans-serif;
  font-size: 28px;
  font-style: italic;
}
@media (max-width: 992px) {
  .siteheader blockquote {
    display: none;
  }
}
.kamalat_aidit .siteheader {
  background: url(./assets/img/logo-kamalat-aidit.png) no-repeat center 30px;
}
.kamalat_aidit .siteheader.open {
  background: #fff;
  -webkit-box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
  -moz-box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
  box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
}
.kamalat_aidit .siteheader:before {
  background: url(./assets/img/header-bg-ka-left.png) no-repeat -34px 25px;
  background-size: contain;
}
.kamalat_aidit .siteheader:after {
  background: url(./assets/img/header-bg-ka-right.png) no-repeat 363px 10px;
  background-size: contain;
}
@media (max-width: 700px) {
  .kamalat_aidit .siteheader {
    background-size: 80px auto;
  }
}

.voimasiskot .siteheader {
  background: url(./assets/img/logo-voimasiskot.png) no-repeat center 30px;
}
.voimasiskot .siteheader.open {
  background: #fff;
  -webkit-box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
  -moz-box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
  box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
}
.voimasiskot .siteheader:before {
  background: url(./assets/img/header-bg-vs-left.png) no-repeat -33px bottom;
  background-size: contain;
}
.voimasiskot .siteheader:after {
  background: url(./assets/img/header-bg-vs-right.png) no-repeat right bottom;
  background-size: contain;
}
@media (max-width: 700px) {
  .voimasiskot .siteheader {
    background-size: 72px auto;
  }
}

.tunturikeimio .siteheader {
  background: url(./assets/img/logo-tunturikeimio.png) no-repeat center 30px;
  background-size: 270px auto;
}
.tunturikeimio .siteheader.open {
  background: #fff;
  -webkit-box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
  -moz-box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
  box-shadow: 0px 20px 0px 0px rgb(255, 255, 255);
}
.tunturikeimio .siteheader:before {
  background: url(./assets/img/header-bg-tk-left.png) no-repeat -23px bottom;
  background-size: contain;
}
@media (max-width: 1198px) {
  .tunturikeimio .siteheader:before {
    background-position: -65px bottom;
  }
}
.tunturikeimio .siteheader:after {
  background: url(./assets/img/header-bg-tk-right.png) no-repeat right bottom;
  background-size: contain;
}
@media (max-width: 700px) {
  .tunturikeimio .siteheader {
    background-size: 130px auto;
  }
}

.siteheader__hamburger-nav {
  display: none;
  position: absolute;
  z-index: 8;
  background: #fff url(./assets/img/logo.svg) no-repeat center 30px;
  background-size: 106px auto;
  padding-top: 150px;
}
@media (max-width: 700px) {
  .siteheader__hamburger-nav {
    padding-top: 100px;
    background-size: 72px;
    background-position: center 15px;
  }
}
@media (max-width: 700px) {
  .siteheader__hamburger-nav .col-xs-12 {
    padding-bottom: 0 !important;
  }
}
.siteheader #mainmenu.grid {
  margin-left: 0;
  margin-right: 42px;
}
@media (max-width: 700px) {
  .siteheader #mainmenu.grid {
    margin-right: 0;
  }
}
.siteheader #mainmenu.grid ul {
  margin: 0;
  padding: 0 0 20px 0;
}
.siteheader #mainmenu.grid.open {
  display: block;
  -webkit-box-shadow: -40px 2px 0px -2px rgb(255, 255, 255);
  -moz-box-shadow: -40px 2px 0px -2px rgb(255, 255, 255);
  box-shadow: -40px 2px 0px -2px rgb(255, 255, 255);
}
.siteheader__topmenus {
  position: absolute;
  top: 85px;
  right: 42px;
  text-align: right;
  /*li:last-child::before {
  display: inline-block;
  content: ' / ';
   }*/
}
@media (max-width: 700px) {
  .siteheader__topmenus {
    top: 15px;
    right: 13px;
  }
}
.siteheader__topmenus .menu-top-menu-container {
  display: inline-block;
}
.siteheader__topmenus ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.siteheader__topmenus ul#kamalat-aidit-topmenu {
  padding-right: 5px;
}
.siteheader__topmenus li {
  display: inline;
}
.siteheader__topmenus a {
  font-weight: bold;
  padding: 0 5px;
}
.siteheader__topmenus li.left-slash::before {
  display: inline-block;
  content: " / ";
}
.siteheader__topmenus li:first-child {
  margin-right: 70px;
}

.siteheader__search {
  position: absolute;
  top: 20px;
  right: 42px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  max-width: 300px;
}
@media (min-width: 1198px) {
  .siteheader__search {
    top: 167px;
  }
}
@media (max-width: 768px) {
  .siteheader__search {
    max-width: 90%;
  }
}
@media (max-width: 700px) {
  .siteheader__search {
    top: 44px;
    right: 13px;
    background: none;
    border: none;
  }
  .siteheader__search:before {
    display: block;
    content: "\e800";
    color: #00bcea;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    speak: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 1em;
    margin: 0.15em 0.4em 0 0.2em;
    text-align: center;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
  }
}
.siteheader__search form {
  float: left;
  width: 100%;
}
.siteheader__search label {
  float: left;
  width: calc(100% - 50px);
  margin: 0;
}
.siteheader__search label input[type=text] {
  background: none;
  color: #666;
  box-shadow: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  height: 2.43rem;
  letter-spacing: 0.1px;
  border: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 180px;
  text-indent: 20px;
}
@media (max-width: 700px) {
  .siteheader__search label input[type=text] {
    width: 70px;
    overflow: hidden;
    text-indent: -9999px;
  }
}
.siteheader__search label input[type=text]::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}
.siteheader__search label input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}
.siteheader__search label input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}
.siteheader__search label input[type=text]:focus {
  width: 220px;
  outline: 0;
  color: #000;
}
@media (max-width: 700px) {
  .siteheader__search label input[type=text]:focus {
    width: 240px;
    background: #fff;
    text-indent: 10px;
    border-radius: 20px;
  }
}
.siteheader__search button.search-button {
  float: right;
  width: 50px;
  margin: 0px;
  background: none;
  padding: 0px;
  height: 2.43rem;
  border: 0;
  cursor: pointer;
}
@media (max-width: 700px) {
  .siteheader__search button.search-button {
    display: none;
  }
}
.siteheader__search button.search-button::before {
  display: block;
  content: "\e800";
  color: #00bcea;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  speak: none;
  display: inline-block;
  width: 1em;
  margin: 0.15em 0.4em 0 0.2em;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

button.siteheader__hamburger-icon {
  position: absolute;
  z-index: 9;
  top: 48px;
  left: 55px;
  color: #000;
  background: transparent none;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 10px 10px 0;
  cursor: pointer;
}
@media (max-width: 700px) {
  button.siteheader__hamburger-icon {
    top: 10px;
    left: 13px;
  }
}

button.siteheader__hamburger-icon-project {
  position: absolute;
  z-index: 4;
  top: 48px;
  right: 10px;
  color: #000;
  background: transparent none;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 5px;
  text-align: left;
  display: none;
}
@media (max-width: 700px) {
  button.siteheader__hamburger-icon-project {
    top: 92px;
    right: 0;
    display: block;
  }
}

.menu-icon {
  font-size: 18px;
  display: flex;
  line-height: 49px;
  vertical-align: middle;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  width: 134px;
}
@media (max-width: 700px) {
  .menu-icon {
    width: 58px;
    overflow: hidden;
  }
}

.menu-icon-project {
  vertical-align: middle;
  font-family: "Muli", sans-serif;
  font-weight: 600;
}

.menu-icon::before {
  color: #00bcea;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 49px;
  speak: none;
  display: inline-block;
  width: 1em;
  margin: 0 0.2em;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

.menu-icon-project::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  color: #000;
  speak: none;
  display: inline-block;
  width: 1em;
  margin: 0 0.2em;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

.nav-close .menu-icon::before,
.nav-close .menu-icon-project::before {
  content: "\f0c9";
}

.nav-open .menu-icon::before,
.nav-open .menu-icon-project::before {
  content: "\e809";
}

.menu a {
  color: #000;
  text-decoration: none;
}
.menu a:hover {
  text-decoration: underline;
}
.menu .mainlink:before {
  color: #00bcea;
  font-size: 24px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: -4px;
  margin-right: 0.25em;
  text-align: center;
  font-variant: normal;
  line-height: 1em;
}
.menu .nnky:before {
  content: "\e805";
}
.menu .liity-jaseneksi:before {
  content: "\f2ba";
}
.menu .tilaa-uutiskirje:before {
  content: "\f0e0";
}
.menu .nnky-maailmalla:before {
  content: "\e801";
}
.menu .paikallisyhdistykset:before {
  content: "\f124";
}
.menu .materiaalipankki:before {
  content: "\f278";
}
.menu .vertaistoiminta:before {
  content: "\e804";
}
.menu .nuoret-naiset:before {
  content: "\e807";
}
.menu .tunturikeimio:before {
  content: "\f2dc";
}
.menu .yhden-vanhemman:before {
  content: "\f21d";
}
.menu .sydan:before {
  content: "\e803";
  font-size: 22px;
}

#mainmenu li {
  list-style: none;
  font-size: 17px;
  margin-bottom: 9px;
}
#mainmenu .sublink:before {
  color: #00bcea;
  font-size: 19px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: -4px;
  margin-right: 0.25em;
  text-align: center;
  font-variant: normal;
  line-height: 1em;
}
#mainmenu li:first-child a {
  font-weight: bold;
  border-bottom: solid 2px #8ecdf4;
}
#mainmenu li:first-child a:hover {
  border-bottom: solid 2px #000;
  text-decoration: none;
}

.megamenu__homelink {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-indent: -9999px;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  .megamenu__homelink {
    top: 0;
    height: 100px;
  }
}

.menu-extra-menu-container {
  position: absolute;
  top: 235px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 660px;
}
@media (max-width: 700px) {
  .menu-extra-menu-container {
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.menu-kamalat-aidit-container {
  position: absolute;
  top: 235px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 640px;
}
@media (max-width: 700px) {
  .menu-kamalat-aidit-container {
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.menu-tunturikeimio-container,
.menu-voimasiskot-container {
  position: absolute;
  top: 235px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 540px;
}
@media (max-width: 700px) {
  .menu-tunturikeimio-container,
  .menu-voimasiskot-container {
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 700px) {
  .siteheader .menu-extra-menu-container {
    display: none;
  }
}

@media (max-width: 700px) {
  .siteheader .menu-kamalat-aidit-container,
  .siteheader .menu-voimasiskot-container,
  .siteheader .menu-tunturikeimio-container {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 139px;
    background: #fdeff2;
    padding: 20px 13px;
    display: none;
  }
}

@media (max-width: 700px) {
  .siteheader .menu-voimasiskot-container {
    background: #d9eff1;
  }
}

@media (max-width: 700px) {
  .siteheader .menu-tunturikeimio-container {
    background: #ddf2fa;
  }
}

.menu-kamalat-aidit-container.open,
.menu-voimasiskot-container.open,
.menu-tunturikeimio-container.open {
  display: block;
}

ul#extra-menu,
ul#footer-menu,
ul#kamalat-aidit-menu,
ul#voimasiskot-menu,
ul#tunturikeimio-menu {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media (max-width: 700px) {
  ul#extra-menu,
  ul#footer-menu,
  ul#kamalat-aidit-menu,
  ul#voimasiskot-menu,
  ul#tunturikeimio-menu {
    text-align: left;
    padding: 4px;
  }
}
ul#extra-menu li,
ul#footer-menu li,
ul#kamalat-aidit-menu li,
ul#voimasiskot-menu li,
ul#tunturikeimio-menu li {
  display: inline-block;
  margin: 0 25px 10px 0;
}
@media (max-width: 700px) {
  ul#extra-menu li,
  ul#footer-menu li,
  ul#kamalat-aidit-menu li,
  ul#voimasiskot-menu li,
  ul#tunturikeimio-menu li {
    display: block;
    text-align: center;
  }
}
ul#extra-menu li:last-child,
ul#footer-menu li:last-child,
ul#kamalat-aidit-menu li:last-child,
ul#voimasiskot-menu li:last-child,
ul#tunturikeimio-menu li:last-child {
  margin-right: 0;
}
ul#extra-menu li a,
ul#footer-menu li a,
ul#kamalat-aidit-menu li a,
ul#voimasiskot-menu li a,
ul#tunturikeimio-menu li a {
  font-weight: bold;
}
@media (max-width: 700px) {
  ul#extra-menu li a,
  ul#footer-menu li a,
  ul#kamalat-aidit-menu li a,
  ul#voimasiskot-menu li a,
  ul#tunturikeimio-menu li a {
    padding: 10px;
  }
}
ul#extra-menu li a:hover,
ul#footer-menu li a:hover,
ul#kamalat-aidit-menu li a:hover,
ul#voimasiskot-menu li a:hover,
ul#tunturikeimio-menu li a:hover {
  border-bottom: solid 2px #8ecdf4;
  text-decoration: none;
}

/*
#lang-menu {
  ul {
	list-style: none;
  }
  a {
    color: $black;
	text-decoration: none;
	font-weight: bold;
  }
  a:first-child::after {
    display: inline-block;
	content: ' / ';
	margin: 0 5px;
  }
}
*/