@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.nav-main {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.border-box {
  box-sizing: border-box; }

.clear {
  clear: both; }

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

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

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

.hidden {
  display: none; }

.horizontal-list {
  list-style: none;
  padding: 0; }
  .horizontal-list li {
    display: inline-block; }

.list-comma {
  min-height: 1px; }
  .list-comma .item:after {
    content: ','; }
  .list-comma .item:last-child:after {
    content: ''; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeInPlantText {
  from {
    opacity: 0; }
  to {
    opacity: .8; } }

@keyframes fadeInPlantText {
  from {
    opacity: 0; }
  to {
    opacity: .8; } }

@-webkit-keyframes fadeInText {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInText {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes logoAnimation {
  0% {
    background-position: 0 0; }
  1% {
    background-position: 25% 0; }
  2% {
    background-position: 50% 0; }
  3% {
    background-position: 75% 0; }
  5% {
    background-position: 0 0; }
  77.5% {
    background-position: 75% 0; }
  78% {
    background-position: 0 0; }
  79% {
    background-position: 75% 0; }
  79.5% {
    background-position: 0 0; } }

@keyframes logoAnimation {
  0% {
    background-position: 0 0; }
  1% {
    background-position: 25% 0; }
  2% {
    background-position: 50% 0; }
  3% {
    background-position: 75% 0; }
  5% {
    background-position: 0 0; }
  77.5% {
    background-position: 75% 0; }
  78% {
    background-position: 0 0; }
  79% {
    background-position: 75% 0; }
  79.5% {
    background-position: 0 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

*, *:before, *:after {
  box-sizing: border-box; }

@font-face {
  font-family: 'Waking Life';
  src: url("../fonts/Lemon Tuesday.eot");
  src: local("☺"), url("../fonts/Lemon Tuesday.woff") format("woff"), url("../fonts/Lemon Tuesday.ttf") format("truetype"), url("../fonts/Lemon Tuesday.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts//GothamHTF-XLight.eot");
  src: local("☺"), url("../fonts//GothamHTF-XLight.woff") format("woff"), url("../fonts//GothamHTF-XLight.ttf") format("truetype"), url("../fonts//GothamHTF-XLight.svg") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts//GothamHTF-Book.eot");
  src: local("☺"), url("../fonts//GothamHTF-Book.woff") format("woff"), url("../fonts//GothamHTF-Book.ttf") format("truetype"), url("../fonts//GothamHTF-Book.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts//GothamHTF-Medium.eot");
  src: local("☺"), url("../fonts//GothamHTF-Medium.woff") format("woff"), url("../fonts//GothamHTF-Medium.ttf") format("truetype"), url("../fonts//GothamHTF-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts//GothamHTF-Bold.eot");
  src: local("☺"), url("../fonts//GothamHTF-Bold.woff") format("woff"), url("../fonts//GothamHTF-Bold.ttf") format("truetype"), url("../fonts//GothamHTF-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

/*! Typebase v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: serif;
  font-size: 93.75%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.6rem;
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-family: "Athelas";
  font-weight: 300;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 56.25em) {
    p {
      font-size: 1.05rem; } }

ul,
ol {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem; }
  ul li,
  ol li {
    line-height: 1.6rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }

blockquote {
  line-height: 1.6rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: "Waking Life";
  margin-top: 1.6rem;
  line-height: 1.6rem;
  color: rgba(0, 0, 0, 0.9); }

h1 {
  font-size: 4.242rem;
  line-height: 4.8rem;
  margin-top: 3.2rem; }

h2 {
  font-size: 1.6261rem;
  line-height: 1.84rem;
  margin-top: 1.84rem; }
  @media screen and (min-width: 56.25em) {
    h2 {
      font-size: 1.7675rem;
      line-height: 2rem;
      margin-top: 2rem; } }

h3 {
  font-size: 1.6968rem; }

h4,
h5,
h6 {
  font-family: "Gotham"; }

h4 {
  font-size: 1.17833rem; }

h5 {
  font-size: 0.47133rem; }

h6 {
  font-size: 0.3535rem; }

/* Tables */
table {
  margin-top: 1.6rem;
  border-spacing: 0px;
  border-collapse: collapse; }

td,
th {
  padding: 0;
  line-height: 24px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.414rem; }

/* Hug a the block above you */
.hug {
  margin-top: 0; }

@font-face {
  font-family: "iconFont";
  src: url("../fonts/icon-font/iconFont.eot");
  src: url("../fonts/icon-font/iconFont.eot?#iefix") format("eot"), url("../fonts/icon-font/iconFont.woff") format("woff"), url("../fonts/icon-font/iconFont.ttf") format("truetype"), url("../fonts/icon-font/iconFont.svg#iconFont") format("svg"); }

.icon-font-CHARACTERS_2-01:before, .icon-font-CHARACTERS_2-02:before, .icon-font-CHARACTERS_2-03:before, .icon-font-CHARACTERS_2-04:before, .icon-font-CHARACTERS_2-05:before, .icon-font-CHARACTERS_2-06:before, .icon-font-CHARACTERS_2-07:before, .icon-font-CHARACTERS_2-08:before, .icon-font-CHARACTERS_2-09:before, .icon-font-CHARACTERS_2-10:before, .icon-font-CHARACTERS_2-11:before, .icon-font-CHARACTERS_2-12:before, .icon-font-CHARACTERS_2-13:before, .icon-font-CHARACTERS_2-14:before, .icon-font-CHARACTERS_2-15:before, .icon-font-CHARACTERS_2-16:before, .icon-font-CHARACTERS_2-17:before, .icon-font-CHARACTERS_2-18:before, .icon-font-CHARACTERS_2-19:before, .icon-font-CHARACTERS_2-20:before, .icon-font-CHARACTERS_2-21:before, .icon-font-CHARACTERS_2-22:before, .icon-font-CHARACTERS_2-23:before, .icon-font-CHARACTERS_2-24:before, .icon-font-CHARACTERS_2-25:before, .icon-font-CHARACTERS_2-26:before, .icon-font-CHARACTERS_2-27:before, .icon-font-CHARACTERS_2-28:before, .icon-font-CHARACTERS_2-29:before, .icon-font-CHARACTERS_2-30:before, .icon-font-CHARACTERS_2-31:before, .icon-font-CHARACTERS_2-32:before, .icon-font-CHARACTERS_2-33:before, .icon-font-CHARACTERS_2-34:before, .icon-font-CHARACTERS_2-35:before, .icon-font-CHARACTERS_2-36:before, .icon-font-CHARACTERS_2-37:before, .icon-font-CHARACTERS_2-38:before, .icon-font-facebook:before, .icon-font-mail:before {
  font-family: "iconFont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.icon-font-CHARACTERS_2-01:before {
  content: ""; }

.icon-font-CHARACTERS_2-02:before {
  content: ""; }

.icon-font-CHARACTERS_2-03:before {
  content: ""; }

.icon-font-CHARACTERS_2-04:before {
  content: ""; }

.icon-font-CHARACTERS_2-05:before {
  content: ""; }

.icon-font-CHARACTERS_2-06:before {
  content: ""; }

.icon-font-CHARACTERS_2-07:before {
  content: ""; }

.icon-font-CHARACTERS_2-08:before {
  content: ""; }

.icon-font-CHARACTERS_2-09:before {
  content: ""; }

.icon-font-CHARACTERS_2-10:before {
  content: ""; }

.icon-font-CHARACTERS_2-11:before {
  content: ""; }

.icon-font-CHARACTERS_2-12:before {
  content: ""; }

.icon-font-CHARACTERS_2-13:before {
  content: ""; }

.icon-font-CHARACTERS_2-14:before {
  content: ""; }

.icon-font-CHARACTERS_2-15:before {
  content: ""; }

.icon-font-CHARACTERS_2-16:before {
  content: ""; }

.icon-font-CHARACTERS_2-17:before {
  content: ""; }

.icon-font-CHARACTERS_2-18:before {
  content: ""; }

.icon-font-CHARACTERS_2-19:before {
  content: ""; }

.icon-font-CHARACTERS_2-20:before {
  content: ""; }

.icon-font-CHARACTERS_2-21:before {
  content: ""; }

.icon-font-CHARACTERS_2-22:before {
  content: ""; }

.icon-font-CHARACTERS_2-23:before {
  content: ""; }

.icon-font-CHARACTERS_2-24:before {
  content: ""; }

.icon-font-CHARACTERS_2-25:before {
  content: ""; }

.icon-font-CHARACTERS_2-26:before {
  content: ""; }

.icon-font-CHARACTERS_2-27:before {
  content: ""; }

.icon-font-CHARACTERS_2-28:before {
  content: ""; }

.icon-font-CHARACTERS_2-29:before {
  content: ""; }

.icon-font-CHARACTERS_2-30:before {
  content: ""; }

.icon-font-CHARACTERS_2-31:before {
  content: ""; }

.icon-font-CHARACTERS_2-32:before {
  content: ""; }

.icon-font-CHARACTERS_2-33:before {
  content: ""; }

.icon-font-CHARACTERS_2-34:before {
  content: ""; }

.icon-font-CHARACTERS_2-35:before {
  content: ""; }

.icon-font-CHARACTERS_2-36:before {
  content: ""; }

.icon-font-CHARACTERS_2-37:before {
  content: ""; }

.icon-font-CHARACTERS_2-38:before {
  content: ""; }

.icon-font-facebook:before {
  content: ""; }

.icon-font-mail:before {
  content: ""; }

.row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .row::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 71.25em) {
    .row {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 1310px) {
    .row {
      padding-left: 0;
      padding-right: 0; } }

body.nav-open {
  overflow: hidden; }

.main-header {
  background: transparent;
  font-family: "Waking Life";
  margin-bottom: 1.5em; }
  @media screen and (min-width: 71.25em) {
    .main-header {
      margin-bottom: 2.7em; }
      .page-id-11 .main-header,
      .page-id-798 .main-header,
      .page-id-816 .main-header,
      .page-id-75 .main-header {
        margin-bottom: 5.7em; } }
  @media screen and (min-width: 90em) {
    .main-header {
      margin-bottom: 5.7em; } }
  .main-header .hamburger {
    vertical-align: top;
    outline: none;
    float: right;
    z-index: 21;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .home .main-header .hamburger {
      opacity: 0;
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }
    @media screen and (min-width: 71.25em) {
      .main-header .hamburger {
        display: none; } }
    .main-header .hamburger .hamburger-inner {
      background-image: url(../images/menu-three.png);
      height: 4px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-color: transparent; }
      .main-header .hamburger .hamburger-inner::before {
        background-image: url(../images/menu-two.png);
        background-color: transparent; }
      .main-header .hamburger .hamburger-inner::after {
        background-image: url(../images/menu-one.png);
        background-color: transparent; }
  .main-header .content-wrapper {
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 71.25em) {
      .main-header .content-wrapper {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 82.97872%;
        margin-left: 8.51064%;
        height: 125px;
        padding-top: 30px;
        padding-bottom: 30px; }
        .main-header .content-wrapper:last-child {
          margin-right: 0; } }
  .main-header .logo,
  .main-header svg,
  .main-header img {
    height: 100%; }
  .main-header path {
    fill: rgba(0, 0, 0, 0.9); }
  .main-header .logo {
    display: block;
    z-index: 100;
    position: relative;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: auto 40px;
    width: 74px;
    height: 40px;
    opacity: 1;
    margin-top: 15px;
    -webkit-animation: logoAnimation 10s infinite;
    animation: logoAnimation 10s infinite;
    -webkit-animation-timing-function: steps(1);
    animation-timing-function: steps(1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
    @media screen and (min-width: 71.25em) {
      .main-header .logo {
        padding-top: 30px;
        width: 100px;
        height: 54px;
        background-size: auto 54px; } }
  .main-header .logo-wrapper-border {
    background-image: url(../images/logo-border.png);
    background-size: contain;
    background-position: 0 100%;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 101; }
  .main-header .logo-wrapper {
    position: relative;
    display: inline-block; }
    .main-header .logo-wrapper::after {
      position: absolute;
      content: '';
      display: none;
      background-image: url(../images/logo-text.png);
      background-size: contain;
      background-repeat: no-repeat;
      left: 50%;
      width: 60px;
      height: 15px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-position: center;
      z-index: 101; }
      @media screen and (min-width: 71.25em) {
        .main-header .logo-wrapper::after {
          width: 80px;
          height: 25px; } }
      .home .main-header .logo-wrapper::after {
        display: block; }

.nav-main {
  position: fixed;
  background: url("../images/background.jpg");
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -10;
  opacity: 0; }
  .nav-main a {
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    display: block;
    text-decoration: none;
    padding: .8em 0;
    width: 6em;
    line-height: 2;
    font-size: 1.25em; }
    .home .nav-main a {
      opacity: 0;
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }
    @media screen and (min-width: 71.25em) {
      .nav-main a {
        height: auto; } }
  .nav-main .nav-item {
    position: relative; }
    .nav-main .nav-item .nav-link {
      position: relative;
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .nav-main .nav-item.lang-switcher {
      text-align: center; }
    .nav-main .nav-item.lang-item::before {
      content: '';
      display: block;
      width: 12px;
      border-top: 1px solid rgba(0, 0, 0, 0.5);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      left: 50%; }
    .nav-main .nav-item span.scrambled {
      font-family: "iconFont";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      letter-spacing: -7px;
      color: black;
      font-size: 86%;
      line-height: 2;
      display: inline-block; }
    .nav-main .nav-item.current_page_item > a, .nav-main .nav-item.current-menu-parent > a {
      position: relative; }
      .nav-main .nav-item.current_page_item > a::after, .nav-main .nav-item.current-menu-parent > a::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        height: 11px;
        width: 60%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto; }
        @media screen and (min-width: 56.25em) {
          .nav-main .nav-item.current_page_item > a::after, .nav-main .nav-item.current-menu-parent > a::after {
            bottom: -.6em;
            width: 75%; } }
        @media screen and (min-width: 56.25em) {
          .nav-main .nav-item.current_page_item > a::after, .nav-main .nav-item.current-menu-parent > a::after {
            bottom: -.2em; } }
    .nav-main .nav-item.current_page_item.menu-item-135 a::after,
    .nav-main .nav-item.current_page_item.menu-item-846 a::after, .nav-main .nav-item.current-menu-parent.menu-item-135 a::after,
    .nav-main .nav-item.current-menu-parent.menu-item-846 a::after {
      background-image: url(../images/menu-program-active.png); }
    .nav-main .nav-item.current_page_item.page-item-9 a::after,
    .nav-main .nav-item.current_page_item.page-item-826 a::after, .nav-main .nav-item.current-menu-parent.page-item-9 a::after,
    .nav-main .nav-item.current-menu-parent.page-item-826 a::after {
      background-image: url(../images/menu-tickets-active.png); }
    .nav-main .nav-item.current_page_item.page-item-71 a::after,
    .nav-main .nav-item.current_page_item.page-item-800 a::after, .nav-main .nav-item.current-menu-parent.page-item-71 a::after,
    .nav-main .nav-item.current-menu-parent.page-item-800 a::after {
      background-image: url(../images/menu-getinvolved-active.png);
      width: 90%; }
    .nav-main .nav-item.current_page_item.page-item-73 a::after,
    .nav-main .nav-item.current_page_item.page-item-824 a::after, .nav-main .nav-item.current-menu-parent.page-item-73 a::after,
    .nav-main .nav-item.current-menu-parent.page-item-824 a::after {
      background-image: url(../images/menu-stories-active.png); }
    .nav-main .nav-item.current_page_item.page-item-75 a::after,
    .nav-main .nav-item.current_page_item.page-item-816 a::after, .nav-main .nav-item.current-menu-parent.page-item-75 a::after,
    .nav-main .nav-item.current-menu-parent.page-item-816 a::after {
      background-image: url(../images/menu-practical-active.png);
      width: 85%; }
    .nav-main .nav-item.current_page_item.page-item-11 a::after,
    .nav-main .nav-item.current_page_item.page-item-798 a::after, .nav-main .nav-item.current-menu-parent.page-item-11 a::after,
    .nav-main .nav-item.current-menu-parent.page-item-798 a::after {
      background-image: url(../images/menu-contact-active.png); }
    .nav-main .nav-item.menu-item-has-children > .nav-link::before {
      content: '';
      display: block;
      background-image: url(../images/menu-chevron.png);
      background-size: 6px 6px;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 5px;
      width: 6px;
      height: 6px; }
      @media screen and (min-width: 71.25em) {
        .nav-main .nav-item.menu-item-has-children > .nav-link::before {
          top: 50%; } }
    .nav-main .nav-item .nav-drop {
      opacity: 0;
      position: relative;
      -webkit-transition: opacity .5s ease-in-out, height .5s ease-in-out, visibility 1s ease-in-out;
      transition: opacity .5s ease-in-out, height .5s ease-in-out, visibility 1s ease-in-out;
      visibility: hidden;
      height: 0; }
      .nav-main .nav-item .nav-drop a {
        padding: 0;
        height: 2.5em;
        color: rgba(0, 0, 0, 0.6); }
    .nav-main .nav-item:hover .nav-drop {
      z-index: 1;
      opacity: 1;
      display: block;
      visibility: visible;
      height: 100%; }
  @media screen and (min-width: 71.25em) {
    .nav-main {
      top: auto;
      bottom: auto;
      position: relative;
      display: inline-block;
      vertical-align: top;
      float: right;
      background: transparent;
      opacity: 1;
      z-index: 20;
      margin-top: 1em; }
      .nav-main a {
        line-height: 2;
        text-decoration: none;
        font-size: 1.15rem;
        padding: .3em 0;
        height: 2.5em;
        width: 6em; }
        .nav-main a:last-child {
          padding-right: 0; }
      .nav-main ul {
        margin: 0; }
      .nav-main .nav-item {
        display: inline-block; }
        .nav-main .nav-item.lang-item::before {
          content: '';
          display: block;
          border-bottom: none;
          border-left: 1px solid rgba(0, 0, 0, 0.5);
          -webkit-transform: translateX(-50%);
          transform: translateY(-50%);
          position: absolute;
          left: -2px;
          top: 50%;
          width: 1px;
          height: 18px; }
        .nav-main .nav-item .nav-drop {
          position: absolute; }
          .nav-main .nav-item .nav-drop a {
            padding: 0;
            height: 2em;
            line-height: 2; } }
  @media screen and (min-width: 80em) {
    .nav-main a {
      font-size: 1.25em; } }
  .nav-open .nav-main {
    opacity: 1;
    z-index: 20; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 22.33333px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 38px;
  height: 19.79167px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.1875px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 38px;
    height: 2.375px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8.70833px; }
  .hamburger-inner::after {
    bottom: -8.70833px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner, .main-header .hamburger .hamburger-inner {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before, .main-header .hamburger .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after, .main-header .hamburger .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner, .main-header .is-active.hamburger .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before, .main-header .is-active.hamburger .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after, .main-header .is-active.hamburger .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.main-footer {
  background: transparent;
  padding-top: 2em;
  padding-bottom: 1em;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media screen and (min-width: 56.25em) {
    .main-footer {
      padding-top: 4em; } }
  .main-footer::before {
    content: '';
    display: block;
    background-image: url(../images/footer-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    padding-bottom: 18%;
    max-width: 1280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    top: 15%; }
    @media screen and (min-width: 30em) {
      .main-footer::before {
        top: 12%; } }
    @media screen and (min-width: 56.25em) {
      .main-footer::before {
        top: 18%; } }
  .main-footer::after {
    content: '';
    display: block;
    background-image: url(../images/footer-background-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    padding-bottom: 81%;
    top: 12%;
    z-index: -1; }
    @media screen and (min-width: 30em) {
      .main-footer::after {
        top: 5%; } }
    @media screen and (min-width: 56.25em) {
      .main-footer::after {
        top: 3%; } }
    @media screen and (min-width: 71.25em) {
      .main-footer::after {
        top: 34%;
        padding-bottom: 30%; } }
  .main-footer .content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 82.97872%;
    margin-left: 8.51064%; }
    .main-footer .content-wrapper:last-child {
      margin-right: 0; }
    @media screen and (min-width: 71.25em) {
      .main-footer .content-wrapper {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .main-footer .col {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%; }
    .main-footer .col:last-child {
      margin-right: 0; }
    @media screen and (min-width: 56.25em) {
      .main-footer .col {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%;
        margin-left: 0%; }
        .main-footer .col:last-child {
          margin-right: 0; }
        .main-footer .col:nth-child(2n) {
          margin-right: 0; }
        .main-footer .col:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 71.25em) {
      .main-footer .col {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        .main-footer .col:last-child {
          margin-right: 0; }
        .main-footer .col:nth-child(2n) {
          margin-right: 2.12766%; }
        .main-footer .col:nth-child(2n+1) {
          clear: none; }
        .main-footer .col:nth-child(3n) {
          margin-right: 0; }
        .main-footer .col:nth-child(3n+1) {
          clear: left; } }
  .main-footer h3 {
    font-size: 1rem; }
    @media screen and (min-width: 56.25em) {
      .main-footer h3 {
        font-size: 1.3rem; } }
  .main-footer,
  .main-footer p,
  .main-footer li,
  .main-footer a {
    color: black; }

html, body {
  height: 100%; }

.page-wrap {
  min-height: 100%;
  margin-bottom: -306px; }
  @media screen and (min-width: 71.25em) {
    .page-wrap {
      margin-bottom: -244px; } }

.page-wrap:after {
  content: "";
  display: block; }

.main-footer, .page-wrap:after {
  height: 306px; }
  @media screen and (min-width: 71.25em) {
    .main-footer, .page-wrap:after {
      height: 244px; } }

input,
textarea,
select {
  font-family: "Athelas"; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.main-ready .home-container {
  opacity: 1; }

.main-ready.home .hamburger,
.main-ready.home .nav-main a {
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.main-ready .logo-wrapper::after {
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.main-ready .logo {
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.85, -0.29, 0.59, 1.49);
  transition: -webkit-transform 0.75s cubic-bezier(0.85, -0.29, 0.59, 1.49);
  transition: transform 0.75s cubic-bezier(0.85, -0.29, 0.59, 1.49);
  transition: transform 0.75s cubic-bezier(0.85, -0.29, 0.59, 1.49), -webkit-transform 0.75s cubic-bezier(0.85, -0.29, 0.59, 1.49);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.main-ready .plant {
  -webkit-animation: fadeIn 3s ease forwards;
  animation: fadeIn 3s ease forwards; }

.main-ready .arts-and-music {
  -webkit-animation: fadeInPlantText 2s ease forwards;
  animation: fadeInPlantText 2s ease forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.main-ready .date-place {
  -webkit-animation: fadeInPlantText 2s ease forwards;
  animation: fadeInPlantText 2s ease forwards;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.main-ready .script-one {
  -webkit-animation: fadeIn 2s ease forwards;
  animation: fadeIn 2s ease forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.main-ready .script-two {
  -webkit-animation: fadeIn 1s ease forwards;
  animation: fadeIn 1s ease forwards;
  -webkit-animation-delay: 4.75s;
  animation-delay: 4.75s; }

.main-ready .script-three {
  -webkit-animation: fadeIn 2s ease forwards;
  animation: fadeIn 2s ease forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.main-ready .ball {
  -webkit-animation: fadeIn 1s ease forwards;
  animation: fadeIn 1s ease forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s; }

.main-ready .character {
  -webkit-animation: fadeInText 1s ease forwards;
  animation: fadeInText 1s ease forwards;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.main-ready .character-bottom {
  -webkit-animation: fadeInText 1s ease forwards;
  animation: fadeInText 1s ease forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.main-ready .coming-soon {
  -webkit-animation: fadeInText 1s ease forwards;
  animation: fadeInText 1s ease forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.character,
.coming-soon,
.character-bottom {
  opacity: 0; }

.logo-wrapper::after {
  opacity: 0;
  -webkit-transform: translateY(5px) translateX(-50%);
  transform: translateY(5px) translateX(-50%); }

.entry-content a {
  text-decoration: underline; }

.tabs-menu {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%;
  margin-bottom: 3em; }
  .tabs-menu:last-child {
    margin-right: 0; }
  @media screen and (min-width: 30em) {
    .tabs-menu {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 82.97872%;
      margin-left: 8.51064%; }
      .tabs-menu:last-child {
        margin-right: 0; } }
  .tabs-menu li {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    font-family: "Waking Life";
    cursor: pointer;
    text-align: center;
    margin-bottom: 1.3em;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .tabs-menu li:last-child {
      margin-right: 0; }
    .tabs-menu li:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 56.25em) {
      .tabs-menu li {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        .tabs-menu li:last-child {
          margin-right: 0; } }
    .tabs-menu li.current a::after {
      opacity: 1; }
    .tabs-menu li.current a::before {
      opacity: .7; }
    .tabs-menu li.current .tab-essential-info::after {
      height: 1em;
      width: 2.3em;
      bottom: -.8em; }
    .tabs-menu li.current .tab-travel::after {
      height: 1em;
      width: 2.4em;
      bottom: -.6em; }
    .tabs-menu li.current .tab-camping::after {
      height: 1em;
      width: 2.1em;
      bottom: -.7em; }
    .tabs-menu li a {
      position: relative;
      display: inline-block;
      color: rgba(0, 0, 0, 0.9); }
      .tabs-menu li a::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
        opacity: .3;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out; }
      .tabs-menu li a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -1em;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-image: url(../images/practical-tab-active.png);
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out; }
      .tabs-menu li a.tab-essential-info::before {
        background-image: url(../images/practical-tab-essential.png);
        height: 2.1em;
        width: 10em; }
        @media screen and (min-width: 56.25em) {
          .tabs-menu li a.tab-essential-info::before {
            height: 2.1em;
            width: 9em; } }
        @media screen and (min-width: 71.25em) {
          .tabs-menu li a.tab-essential-info::before {
            height: 2.1em;
            width: 10em; } }
      .tabs-menu li a.tab-travel::before {
        background-image: url(../images/practical-tab-travel.png);
        height: 1.9em;
        width: 10em; }
        @media screen and (min-width: 56.25em) {
          .tabs-menu li a.tab-travel::before {
            height: 1.9em;
            width: 9em; } }
        @media screen and (min-width: 71.25em) {
          .tabs-menu li a.tab-travel::before {
            height: 1.9em;
            width: 10em; } }
      .tabs-menu li a.tab-camping::before {
        background-image: url(../images/practical-tab-camping.png);
        height: 2.2em;
        width: 11em; }
        @media screen and (min-width: 56.25em) {
          .tabs-menu li a.tab-camping::before {
            height: 2.2em;
            width: 9em; } }
        @media screen and (min-width: 71.25em) {
          .tabs-menu li a.tab-camping::before {
            height: 2.2em;
            width: 11em; } }

.tab {
  margin-bottom: 20px;
  width: auto; }

.tab-content {
  display: none; }

#essential-info {
  display: block; }

.tabs-container {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

@media screen and (min-width: 71.25em) {
  .nav-main .lang-switcher {
    margin-left: 2.2em; } }

.nav-main .lang-switcher li {
  display: inline-block; }
  .nav-main .lang-switcher li a {
    width: 2em;
    position: relative; }
  .nav-main .lang-switcher li.current-lang a::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    height: 11px;
    width: 60%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-image: url(../images/menu-stories-active.png); }
    @media screen and (min-width: 56.25em) {
      .nav-main .lang-switcher li.current-lang a::before {
        bottom: 0;
        width: 60%; } }
    @media screen and (min-width: 56.25em) {
      .nav-main .lang-switcher li.current-lang a::before {
        bottom: -.2em; } }

.nav-main .lang-switcher .lang-item-first {
  position: relative; }
  .nav-main .lang-switcher .lang-item-first::after {
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    height: 17px;
    width: 1px;
    position: absolute;
    top: 55%;
    right: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.btn {
  text-decoration: none;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: .1em .4em;
  display: inline-block;
  cursor: pointer; }
  .btn:hover {
    background-color: rgba(0, 0, 0, 0.02); }

.social {
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 15px 0;
  margin: 8px 0; }
  @media screen and (min-width: 56.25em) {
    .social {
      text-align: center; } }
  .social .icon {
    font-size: 1.5rem; }
  .social a {
    text-decoration: none;
    display: inline-block; }
    .social a:first-child {
      margin-right: 15px; }
    .social a path {
      -webkit-transition: fill .2s ease-in-out;
      transition: fill .2s ease-in-out; }
    .social a:hover path {
      fill: rgba(0, 0, 0, 0.7); }

.newsletter {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 1.5em;
  margin-top: 1em; }
  .newsletter h3 {
    text-align: left; }
  .newsletter p {
    font-family: "Athelas";
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px; }
  .newsletter form {
    position: relative;
    margin-top: 1em;
    max-width: 320px; }
  .newsletter input {
    border: none;
    font-size: 1rem; }
  .newsletter input[type='email'],
  .newsletter input[type='text'] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .newsletter input[type='email'] {
    background: none;
    width: 100%;
    padding: 5px 30px 6px 5px; }
    .newsletter input[type='email']:focus {
      border-bottom: 1px solid rgba(0, 0, 0, 0.4);
      outline: none; }
  .newsletter input[type='submit'] {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 0;
    font-family: 'Bentham', serif;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
    .newsletter input[type='submit']:focus {
      outline: none; }
    .newsletter input[type='submit']:hover {
      color: #4a423b; }

#mc_embed_signup div.mce_inline_error {
  display: none !important; }

#mc_embed_signup input.mce_inline_error {
  border-color: #cd383e !important; }

#mce-success-response {
  position: absolute;
  color: rgba(0, 0, 0, 0.2);
  font-family: 'Bentham', serif;
  padding-top: 5px; }

.intro-title .intro-img {
  max-width: 120px; }

@media screen and (min-width: 56.25em) {
  .intro-title .intro-img {
    max-width: 160px; } }

.intro-text {
  font-family: athelas, serif;
  font-style: italic;
  font-weight: 400;
  margin: 2em 0; }
  .intro-text p {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.8rem; }
  @media screen and (min-width: 56.25em) {
    .intro-text {
      position: relative;
      margin-top: 0; }
      .intro-text::before {
        content: '';
        display: block;
        position: absolute;
        left: -30px;
        top: 13px;
        width: 12px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.6); } }

.main-footer .credits {
  font-size: 0.78556rem;
  text-align: left;
  font-family: "Athelas";
  margin-top: 1.5rem;
  line-height: 1.5; }
  @media screen and (min-width: 56.25em) {
    .main-footer .credits {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      text-align: center; }
      .main-footer .credits:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 71.25em) {
    .main-footer .credits {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      .main-footer .credits:last-child {
        margin-right: 0; }
      .main-footer .credits:nth-child(2n) {
        margin-right: 2.12766%; }
      .main-footer .credits:nth-child(2n+1) {
        clear: none; }
      .main-footer .credits:nth-child(3n) {
        margin-right: 0; }
      .main-footer .credits:nth-child(3n+1) {
        clear: left; } }
  .main-footer .credits a {
    text-decoration: none;
    position: relative; }
    .main-footer .credits a::before {
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      width: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 1px;
      bottom: -3px;
      background: rgba(0, 0, 0, 0.2);
      -webkit-transition: width .5s ease;
      transition: width .5s ease; }
    .main-footer .credits a:hover::before {
      display: block;
      width: 90%; }

.artists {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .artists:last-child {
    margin-right: 0; }
  @media screen and (min-width: 30em) {
    .artists {
      margin-top: 2em; } }
  @media screen and (min-width: 37.5em) {
    .artists {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 82.97872%; }
      .artists:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 56.25em) {
    .artists {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      margin-left: 0%;
      margin-top: 2em; }
      .artists:last-child {
        margin-right: 0; } }
  .artists h2 {
    text-align: left;
    margin-bottom: 1rem; }
    @media screen and (min-width: 30em) {
      .artists h2 {
        text-align: left; } }
  .artists ul {
    margin-top: 2em;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    height: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px; }
    @media screen and (min-width: 30em) {
      .artists ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media screen and (min-width: 71.25em) {
      .artists ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px; } }
  .artists.explores ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .artists li {
    display: block;
    clear: both;
    position: relative;
    font-family: "Gotham";
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 2em; }
  .artists a {
    text-decoration: none;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    .artists a:hover {
      opacity: .7; }

.listing-container {
  font-family: "Athelas";
  margin-bottom: 0;
  margin-top: 1em;
  text-align: center; }
  @media screen and (min-width: 30em) {
    .listing-container {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .listing-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 71.25em) {
    .listing-container {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 82.97872%;
      margin-left: 8.51064%; }
      .listing-container:last-child {
        margin-right: 0; } }
  .listing-container li {
    display: block;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1em .5em;
    pointer-events: none; }
    .listing-container li::after {
      clear: both;
      content: "";
      display: table; }
    .page-id-71 .listing-container li {
      padding: 0; }
      .page-id-71 .listing-container li a {
        padding: 1em .5em 1em 0;
        display: block;
        overflow: hidden; }
    .listing-container li.active {
      pointer-events: auto; }
      .listing-container li.active .description,
      .listing-container li.active .info,
      .listing-container li.active .btn-listing {
        opacity: 1; }
    .listing-container li:last-child {
      border-bottom: none; }
    .listing-container li .description,
    .listing-container li .info,
    .listing-container li .btn-listing {
      opacity: .5; }
  .listing-container .description {
    text-align: left; }
    @media screen and (min-width: 30em) {
      .listing-container .description {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 65.95745%; }
        .listing-container .description:last-child {
          margin-right: 0; } }
    .page-id-71 .listing-container .description {
      display: inline-block;
      float: left; }
      @media screen and (min-width: 30em) {
        .page-id-71 .listing-container .description {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 65.95745%; }
          .page-id-71 .listing-container .description:last-child {
            margin-right: 0; } }
  .listing-container .info {
    color: rgba(0, 0, 0, 0.6);
    font-size: .9rem; }
  .listing-container .btn-listing {
    margin-top: 1em;
    text-align: left;
    position: relative; }
    .page-id-71 .listing-container .btn-listing {
      display: inline-block;
      float: right;
      margin: 0;
      -webkit-transition: padding-right .5s ease-in-out;
      transition: padding-right .5s ease-in-out;
      padding-right: .5em; }
      .page-id-71 .listing-container .btn-listing:hover {
        padding-right: 0; }
    @media screen and (min-width: 30em) {
      .listing-container .btn-listing {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%;
        margin-right: 0;
        text-align: right;
        margin-top: 0; }
        .listing-container .btn-listing:last-child {
          margin-right: 0; } }
    .listing-container .btn-listing a {
      text-decoration: none;
      position: relative; }
      .listing-container .btn-listing a::before {
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 1px;
        bottom: -3px;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: width .5s ease;
        transition: width .5s ease; }
      .listing-container .btn-listing a:hover::before {
        display: block;
        width: 90%; }
      @media screen and (min-width: 56.25em) {
        .listing-container .btn-listing a {
          margin-top: .5em; } }
  .listing-container .tickets-listing {
    margin-bottom: 0; }

.contact-form {
  overflow: hidden;
  padding: .1em; }
  .contact-form .nf-form-fields-required {
    display: none; }
  .contact-form label {
    font-family: "Athelas";
    color: rgba(0, 0, 0, 0.5);
    font-size: .8rem; }
  .contact-form .label-above label {
    margin-bottom: 5px; }
  .contact-form .hp-wrap {
    display: none; }
  .contact-form .ninja-forms-error-msg {
    font-family: "Athelas";
    margin: 1em 0;
    font-size: 16px;
    color: rgba(181, 0, 0, 0.85);
    background: transparent;
    padding: 1em; }
  .contact-form .field-wrap,
  .contact-form #ninja_forms_required_items {
    margin-bottom: 20px; }
  .contact-form .ninja-forms-req-symbol {
    color: rgba(0, 0, 0, 0.2); }
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form textarea {
    font-family: "Athelas";
    text-align: left;
    width: 100%;
    background: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    margin: .5em 0 1em !important;
    color: rgba(0, 0, 0, 0.6);
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 10px; }
    .contact-form input[type="text"]:focus,
    .contact-form input[type="email"]:focus,
    .contact-form input[type="tel"]:focus,
    .contact-form textarea:focus {
      outline: none; }
  .contact-form .field-wrap input[type="submit"],
  .contact-form .field-wrap input[type="button"],
  .contact-form .field-wrap button {
    position: relative;
    font-family: "Waking Life";
    width: 100%;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.9);
    box-shadow: none;
    outline: none;
    background: transparent;
    background-position: right 15px center;
    padding-right: 50px;
    font-weight: normal;
    border: none;
    font-size: 1.5rem;
    text-align: left;
    cursor: pointer; }
    .contact-form .field-wrap input[type="submit"]:focus,
    .contact-form .field-wrap input[type="button"]:focus,
    .contact-form .field-wrap button:focus {
      outline: none; }
  .contact-form .submit-wrap {
    position: relative; }
    .contact-form .submit-wrap::before {
      background-image: url(../images/menu-practical-active.png);
      width: 100%;
      content: "";
      position: absolute;
      bottom: 0;
      left: 2px;
      display: block;
      height: 5px;
      background-size: contain;
      background-position: left;
      background-repeat: no-repeat;
      margin: 0 auto; }
  .contact-form .textarea-wrap textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: left;
    -webkit-appearance: none;
    height: 140px !important; }
  .contact-form .list-dropdown-wrap {
    position: relative;
    padding-left: 1.8em;
    height: 75px;
    vertical-align: top; }
    .contact-form .list-dropdown-wrap::after {
      right: initial;
      color: rgba(0, 0, 0, 0.6);
      top: 50%;
      width: 2em;
      text-align: center;
      -webkit-transform: translate(0, -5px);
      transform: translate(0, -5px); }
  .contact-form select {
    box-shadow: none;
    background: none;
    color: rgba(0, 0, 0, 0.6);
    outline: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: .5em; }
    .contact-form select::-ms-expand {
      display: none; }
  .contact-form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .contact-form :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .contact-form ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
    opacity: 1; }
  .contact-form .nf-error input {
    border-bottom: 1px solid rgba(181, 0, 0, 0.85); }
  .contact-form .nf-error textarea {
    border: 1px solid rgba(181, 0, 0, 0.85); }
  .contact-form .nf-error-msg {
    color: rgba(181, 0, 0, 0.85); }

.ninja-forms-success-msg {
  margin-top: 3em; }

.parent-pageid-800 .intro,
.parent-pageid-71 .intro {
  text-align: center; }

.parent-pageid-800 .contact-form,
.parent-pageid-71 .contact-form {
  margin-top: 2em; }
  @media screen and (min-width: 56.25em) {
    .parent-pageid-800 .contact-form,
    .parent-pageid-71 .contact-form {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 82.97872%;
      margin-left: 8.51064%; }
      .parent-pageid-800 .contact-form:last-child,
      .parent-pageid-71 .contact-form:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 71.25em) {
    .parent-pageid-800 .contact-form,
    .parent-pageid-71 .contact-form {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%;
      margin-left: 25.53191%; }
      .parent-pageid-800 .contact-form:last-child,
      .parent-pageid-71 .contact-form:last-child {
        margin-right: 0; } }
  .parent-pageid-800 .contact-form label,
  .parent-pageid-71 .contact-form label {
    font-family: "Athelas";
    color: rgba(0, 0, 0, 0.5);
    font-size: 1rem; }
  .parent-pageid-800 .contact-form input[type="text"],
  .parent-pageid-800 .contact-form input[type="email"],
  .parent-pageid-800 .contact-form input[type="tel"],
  .parent-pageid-800 .contact-form textarea,
  .parent-pageid-71 .contact-form input[type="text"],
  .parent-pageid-71 .contact-form input[type="email"],
  .parent-pageid-71 .contact-form input[type="tel"],
  .parent-pageid-71 .contact-form textarea {
    margin: .5em 0 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.3); }

.parent-pageid-800 .list-checkbox-wrap.label-left ul li,
.parent-pageid-71 .list-checkbox-wrap.label-left ul li {
  margin-top: 1em; }

.parent-pageid-800 .field-wrap,
.parent-pageid-71 .field-wrap {
  margin-bottom: 30px; }

.parent-pageid-800 .label-left .nf-field-label,
.parent-pageid-71 .label-left .nf-field-label {
  text-align: left; }

.parent-pageid-800 .ninja-forms-form-wrap select,
.parent-pageid-71 .ninja-forms-form-wrap select {
  font-family: "Athelas";
  text-align: left;
  width: 100%;
  background: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  margin: .5em 0 1em !important;
  color: rgba(0, 0, 0, 0.6);
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 5px; }

.parent-pageid-800 #ui-datepicker-div,
.parent-pageid-71 #ui-datepicker-div {
  background: #fbece9;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 2em;
  border-top: none; }

.parent-pageid-800 .nf-field-description,
.parent-pageid-71 .nf-field-description {
  position: relative;
  top: -.5em; }
  .parent-pageid-800 .nf-field-description p,
  .parent-pageid-800 .nf-field-description span,
  .parent-pageid-71 .nf-field-description p,
  .parent-pageid-71 .nf-field-description span {
    font-family: "Athelas" !important;
    opacity: .7;
    font-size: .8rem; }

.parent-pageid-800 .hr-wrap,
.parent-pageid-71 .hr-wrap {
  margin: 2em 0; }
  .parent-pageid-800 .hr-wrap hr.ninja-forms-field,
  .parent-pageid-71 .hr-wrap hr.ninja-forms-field {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.parent-pageid-800 .list-radio-wrap .nf-field-element li,
.parent-pageid-800 .list-checkbox-wrap .nf-field-element li,
.parent-pageid-71 .list-radio-wrap .nf-field-element li,
.parent-pageid-71 .list-checkbox-wrap .nf-field-element li {
  padding-left: 10px;
  margin: 0 5px 5px !important;
  text-indent: initial !important;
  display: inline-block;
  margin-right: 1em; }

.parent-pageid-800 .file_upload-wrap .fileinput-button,
.parent-pageid-71 .file_upload-wrap .fileinput-button {
  font-family: "Athelas";
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 100%;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.02); }
  .parent-pageid-800 .file_upload-wrap .fileinput-button span,
  .parent-pageid-71 .file_upload-wrap .fileinput-button span {
    display: block;
    text-align: center; }

.parent-pageid-800 .file_upload-wrap .delete,
.parent-pageid-71 .file_upload-wrap .delete {
  font-family: "Athelas";
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: auto;
  padding: .2em;
  background-color: rgba(0, 0, 0, 0.02); }

.parent-pageid-800 .progress,
.parent-pageid-71 .progress {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  border-radius: 0; }

.parent-pageid-800 .progress-bar,
.parent-pageid-71 .progress-bar {
  background-color: rgba(0, 0, 0, 0.02); }

.home-container {
  margin: 20px auto; }
  @media screen and (min-width: 56.25em) {
    .home-container {
      width: 100%; } }
  @media screen and (min-width: 71.25em) {
    .home-container {
      width: 75%; } }
  @media screen and (min-width: 80em) {
    .home-container {
      width: 80%; } }

.plant-container {
  position: relative;
  max-width: 320px;
  margin: 0 auto; }
  @media screen and (min-width: 30em) {
    .plant-container {
      max-width: 480px; } }
  @media screen and (min-width: 56.25em) {
    .plant-container {
      max-width: 420px; } }
  @media screen and (min-width: 80em) {
    .plant-container {
      max-width: 450px; } }
  @media screen and (min-width: 90em) {
    .plant-container {
      max-width: 550px; } }
  @media screen and (min-width: 106.25em) {
    .plant-container {
      max-width: 600px; } }
  @media (max-height: 600px) {
    .plant-container {
      max-width: 350px; } }

.home-container .plant {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 20px;
  opacity: 0; }

.home-container .arts-and-music {
  position: absolute;
  top: 57%;
  left: 10%;
  opacity: 0;
  width: 26%;
  font-size: 1.1em; }
  @media screen and (min-width: 30em) {
    .home-container .arts-and-music {
      font-size: 1.5em; } }
  @media screen and (min-width: 90em) {
    .home-container .arts-and-music {
      font-size: 2em; } }
  .home-container .arts-and-music p {
    position: absolute;
    font-family: "Waking Life";
    color: #000;
    font-size: .6em;
    line-height: 1.1;
    text-align: center;
    margin-top: 0;
    top: 0;
    left: -11px; }
    .home-container .arts-and-music p span {
      display: block;
      font-size: 1.5em; }

.home-container .date-place {
  position: absolute;
  width: 27%;
  top: 52.5%;
  right: 0;
  opacity: 0;
  font-size: .8em; }
  @media screen and (min-width: 30em) {
    .home-container .date-place {
      font-size: 1.2em; } }
  @media screen and (min-width: 56.25em) {
    .home-container .date-place {
      font-size: 1.5em; } }
  @media screen and (min-width: 90em) {
    .home-container .date-place {
      font-size: 2.2em; } }
  .home-container .date-place p {
    position: absolute;
    font-family: "Waking Life";
    color: #000;
    font-size: .8em;
    line-height: 1.4;
    text-align: center;
    margin-top: 1.8em;
    top: 0;
    left: 0;
    width: 120%; }
    .home-container .date-place p span {
      display: block; }
  @media screen and (min-width: 56.25em) {
    .home-container .date-place {
      width: 37%;
      top: 49.5%;
      right: -6%; } }

.home-container .script-one {
  position: absolute;
  width: 16%;
  top: 22%;
  right: 4%;
  opacity: 0; }

.home-container .script-two {
  position: absolute;
  width: 23%;
  top: 0;
  right: 29%;
  opacity: 0; }

.home-container .script-three {
  position: absolute;
  width: 16%;
  top: 5.5%;
  left: 18%;
  opacity: 0; }

.home-container .ball {
  position: absolute;
  width: 3%;
  top: 8.5%;
  left: 46.5%;
  opacity: 0; }

@media screen and (min-width: 56.25em) {
  .page-id-822 .block-left,
  .page-id-5 .block-left {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
    margin-left: 8.51064%; }
    .page-id-822 .block-left:last-child,
    .page-id-5 .block-left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-822 .block-right,
  .page-id-5 .block-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    margin-left: 8.51064%; }
    .page-id-822 .block-right:last-child,
    .page-id-5 .block-right:last-child {
      margin-right: 0; } }

.page-id-822 .intro-title,
.page-id-5 .intro-title {
  text-align: left; }
  @media screen and (min-width: 56.25em) {
    .page-id-822 .intro-title,
    .page-id-5 .intro-title {
      text-align: right;
      margin-right: 10%; } }
  @media screen and (min-width: 71.25em) {
    .page-id-822 .intro-title,
    .page-id-5 .intro-title {
      margin-right: 6%; } }

@media screen and (min-width: 56.25em) {
  .page-id-822 .intro-text,
  .page-id-5 .intro-text {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 82.97872%; }
    .page-id-822 .intro-text:last-child,
    .page-id-5 .intro-text:last-child {
      margin-right: 0; } }

.page-id-822 .character,
.page-id-5 .character {
  margin: 0 auto 1em; }
  @media screen and (min-width: 30em) {
    .page-id-822 .character,
    .page-id-5 .character {
      max-width: 450px;
      margin-top: -3em; } }
  @media screen and (min-width: 56.25em) {
    .page-id-822 .character,
    .page-id-5 .character {
      max-width: 557px;
      width: 140%;
      display: inline-block;
      margin-left: -15%;
      margin-top: 3em; } }

.page-id-822 .tba,
.page-id-5 .tba {
  font-family: "Gotham";
  margin-bottom: .3em;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500; }

.page-id-822 .intro-title .intro-img {
  max-width: 160px; }
  @media screen and (min-width: 56.25em) {
    .page-id-822 .intro-title .intro-img {
      max-width: 190px; } }

.page-id-826 .intro-title,
.page-id-826 .intro-text,
.page-id-9 .intro-title,
.page-id-9 .intro-text {
  text-align: center; }

.page-id-826 .intro-title,
.page-id-9 .intro-title {
  margin-bottom: 1em; }

.page-id-826 .intro-text,
.page-id-9 .intro-text {
  margin-bottom: 0; }
  .page-id-826 .intro-text::before,
  .page-id-9 .intro-text::before {
    display: none; }

.page-id-826 .intro-img,
.page-id-9 .intro-img {
  max-width: 170px; }
  @media screen and (min-width: 56.25em) {
    .page-id-826 .intro-img,
    .page-id-9 .intro-img {
      max-width: 200px; } }

@media screen and (min-width: 56.25em) {
  .page-id-826 .block-left,
  .page-id-9 .block-left {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
    margin-left: 8.51064%; }
    .page-id-826 .block-left:last-child,
    .page-id-9 .block-left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-826 .block-right,
  .page-id-9 .block-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 8.51064%; }
    .page-id-826 .block-right:last-child,
    .page-id-9 .block-right:last-child {
      margin-right: 0; } }

.page-id-826 .character,
.page-id-9 .character {
  margin: -1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 30em) {
    .page-id-826 .character,
    .page-id-9 .character {
      max-width: 450px;
      margin: -3em auto 0; } }
  @media screen and (min-width: 56.25em) {
    .page-id-826 .character,
    .page-id-9 .character {
      max-width: 557px;
      width: 140%;
      display: inline-block;
      margin-left: -15%;
      margin-top: 3em; } }

.page-id-826 .intro-title .intro-img {
  max-width: 160px; }
  @media screen and (min-width: 56.25em) {
    .page-id-826 .intro-title .intro-img {
      max-width: 210px; } }

.page-id-828 .intro-title,
.page-id-114 .intro-title {
  text-align: center;
  margin-bottom: 2em; }
  @media screen and (min-width: 56.25em) {
    .page-id-828 .intro-title .intro-img,
    .page-id-114 .intro-title .intro-img {
      max-width: 160px; } }

.iframe-container {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .iframe-container:last-child {
    margin-right: 0; }
  @media screen and (min-width: 30em) {
    .iframe-container {
      margin-left: 8.51064%;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 82.97872%; }
      .iframe-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 56.25em) {
    .iframe-container {
      margin-left: 17.02128%;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 65.95745%; }
      .iframe-container:last-child {
        margin-right: 0; } }
  .iframe-container iframe {
    width: 100%;
    min-height: 400px; }

.contact-form {
  margin-bottom: 3em; }
  @media screen and (min-width: 56.25em) {
    .contact-form {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 40.42553%;
      margin-left: 8.51064%; }
      .contact-form:last-child {
        margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .contact-side {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
    margin-left: 8.51064%; }
    .contact-side:last-child {
      margin-right: 0; } }

.contact-block {
  margin-bottom: 2em; }

.page-id-798 .intro-title,
.page-id-11 .intro-title {
  width: 100%;
  position: relative;
  margin-bottom: 2em; }
  .page-id-798 .intro-title .intro-img,
  .page-id-11 .intro-title .intro-img {
    position: relative;
    width: 60%;
    z-index: 1;
    max-width: none; }
    @media screen and (min-width: 30em) {
      .page-id-798 .intro-title .intro-img,
      .page-id-11 .intro-title .intro-img {
        max-width: 220px; } }
  @media screen and (min-width: 56.25em) {
    .page-id-798 .intro-title,
    .page-id-11 .intro-title {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 57.44681%;
      margin-left: 8.51064%; }
      .page-id-798 .intro-title:last-child,
      .page-id-11 .intro-title:last-child {
        margin-right: 0; } }

.page-id-798 .character,
.page-id-11 .character {
  width: 56%;
  position: absolute;
  left: 50%;
  top: -50%;
  z-index: 0; }
  @media screen and (min-width: 30em) {
    .page-id-798 .character,
    .page-id-11 .character {
      left: 190px;
      top: -40px;
      max-width: 320px; } }
  @media screen and (min-width: 56.25em) {
    .page-id-798 .character,
    .page-id-11 .character {
      top: -40px;
      left: 190px;
      max-width: 350px; } }
  @media screen and (min-width: 71.25em) {
    .page-id-798 .character,
    .page-id-11 .character {
      top: -80px;
      left: 180px;
      max-width: 500px;
      width: 65%; } }

.page-id-798 h3,
.page-id-11 h3 {
  margin-top: 0; }

.page-id-798 .intro-title .intro-img {
  max-width: 220px; }
  @media screen and (min-width: 56.25em) {
    .page-id-798 .intro-title .intro-img {
      max-width: 250px; } }

.page-id-71 .coming-soon,
.page-id-75 .coming-soon,
.page-id-126 .coming-soon,
.page-id-136 .coming-soon,
.page-id-824 .coming-soon,
.page-id-73 .coming-soon {
  position: relative;
  height: 100%;
  min-height: 235px;
  width: 80%;
  margin: 0 auto; }
  .page-id-71 .coming-soon img,
  .page-id-75 .coming-soon img,
  .page-id-126 .coming-soon img,
  .page-id-136 .coming-soon img,
  .page-id-824 .coming-soon img,
  .page-id-73 .coming-soon img {
    max-width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%); }

.page-id-816 .intro-title,
.page-id-75 .intro-title {
  text-align: center; }

.page-id-816 .intro-title,
.page-id-75 .intro-title {
  margin-bottom: 1em; }

.page-id-816 .intro-text,
.page-id-75 .intro-text {
  margin-bottom: 0; }

.page-id-816 .intro-img,
.page-id-75 .intro-img {
  max-width: 170px; }
  @media screen and (min-width: 56.25em) {
    .page-id-816 .intro-img,
    .page-id-75 .intro-img {
      max-width: 250px; } }

.page-id-816 .character,
.page-id-75 .character {
  margin: -1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 30em) {
    .page-id-816 .character,
    .page-id-75 .character {
      max-width: 450px;
      margin: -3em auto 0; } }
  @media screen and (min-width: 56.25em) {
    .page-id-816 .character,
    .page-id-75 .character {
      max-width: 557px;
      width: 140%;
      display: inline-block;
      margin-left: -15%; } }

.page-id-816 .img-practical,
.page-id-75 .img-practical {
  max-width: 300px;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 56.25em) {
    .page-id-816 .img-practical,
    .page-id-75 .img-practical {
      margin: 0 auto -4em; } }

.page-id-816 .img-map,
.page-id-75 .img-map {
  max-width: 400px;
  display: block;
  margin: 1em auto; }
  @media screen and (min-width: 56.25em) {
    .page-id-816 .img-map,
    .page-id-75 .img-map {
      margin: 2em auto; } }

.page-id-816 .img-crato,
.page-id-75 .img-crato {
  max-width: 350px;
  display: block;
  margin: 1em auto; }
  @media screen and (min-width: 56.25em) {
    .page-id-816 .img-crato,
    .page-id-75 .img-crato {
      float: right;
      margin-right: 1.5em; } }

@media screen and (min-width: 56.25em) {
  .page-id-816 .block-left,
  .page-id-75 .block-left {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
    margin-left: 8.51064%; }
    .page-id-816 .block-left:last-child,
    .page-id-75 .block-left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-816 .block-right,
  .page-id-75 .block-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 8.51064%; }
    .page-id-816 .block-right:last-child,
    .page-id-75 .block-right:last-child {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-800 .intro,
  .page-id-71 .intro {
    margin-bottom: 2em; } }

.page-id-800 .intro-title,
.page-id-800 .intro-text,
.page-id-71 .intro-title,
.page-id-71 .intro-text {
  text-align: center; }

.page-id-800 .intro-title,
.page-id-71 .intro-title {
  margin-bottom: 1em; }

.page-id-800 .intro-text,
.page-id-71 .intro-text {
  margin-bottom: 0; }
  .page-id-800 .intro-text::before,
  .page-id-71 .intro-text::before {
    display: none; }

.page-id-800 .intro-img,
.page-id-71 .intro-img {
  max-width: 170px; }
  @media screen and (min-width: 56.25em) {
    .page-id-800 .intro-img,
    .page-id-71 .intro-img {
      max-width: 320px; } }

.page-id-800 .top-block,
.page-id-71 .top-block {
  margin-bottom: 2em; }
  .page-id-800 .top-block::after,
  .page-id-71 .top-block::after {
    clear: both;
    content: "";
    display: table; }
  .page-id-800 .top-block p,
  .page-id-71 .top-block p {
    font-size: 1.05rem;
    line-height: 1.6rem; }

.page-id-800 .top-block-left,
.page-id-800 .top-block-right,
.page-id-71 .top-block-left,
.page-id-71 .top-block-right {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .page-id-800 .top-block-left:last-child,
  .page-id-800 .top-block-right:last-child,
  .page-id-71 .top-block-left:last-child,
  .page-id-71 .top-block-right:last-child {
    margin-right: 0; }
  @media screen and (min-width: 30em) {
    .page-id-800 .top-block-left,
    .page-id-800 .top-block-right,
    .page-id-71 .top-block-left,
    .page-id-71 .top-block-right {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 82.97872%;
      margin-left: 8.51064%; }
      .page-id-800 .top-block-left:last-child,
      .page-id-800 .top-block-right:last-child,
      .page-id-71 .top-block-left:last-child,
      .page-id-71 .top-block-right:last-child {
        margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-800 .top-block-left,
  .page-id-71 .top-block-left {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 8.51064%; }
    .page-id-800 .top-block-left:last-child,
    .page-id-71 .top-block-left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-800 .top-block-right,
  .page-id-71 .top-block-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 0%; }
    .page-id-800 .top-block-right:last-child,
    .page-id-71 .top-block-right:last-child {
      margin-right: 0; } }

.page-id-800 .top-block-right img,
.page-id-71 .top-block-right img {
  margin: 0 auto;
  width: 70%;
  display: block; }
  @media screen and (min-width: 56.25em) {
    .page-id-800 .top-block-right img,
    .page-id-71 .top-block-right img {
      margin: -3% auto;
      display: block;
      max-width: 400px;
      width: 78%; } }

.page-id-800 .block-left,
.page-id-71 .block-left {
  position: relative; }
  @media screen and (min-width: 56.25em) {
    .page-id-800 .block-left,
    .page-id-71 .block-left {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%;
      margin-left: 8.51064%; }
      .page-id-800 .block-left:last-child,
      .page-id-71 .block-left:last-child {
        margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-800 .block-right,
  .page-id-71 .block-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 8.51064%; }
    .page-id-800 .block-right:last-child,
    .page-id-71 .block-right:last-child {
      margin-right: 0; } }

.page-id-800 .character,
.page-id-71 .character {
  max-width: 500px;
  margin: 2em auto 0; }
  @media screen and (min-width: 56.25em) {
    .page-id-800 .character,
    .page-id-71 .character {
      max-width: 557px;
      width: 140%;
      display: inline-block;
      margin-left: -15%;
      margin-top: 1em; } }

.page-id-800 .intro-title .intro-img {
  max-width: 170px; }
  @media screen and (min-width: 56.25em) {
    .page-id-800 .intro-title .intro-img {
      max-width: 300px; } }

.page-id-820 .intro-title,
.page-id-136 .intro-title {
  position: absolute;
  left: 0;
  top: 0; }

.page-id-820 .intro-text,
.page-id-136 .intro-text {
  margin-bottom: 0; }

.page-id-820 .intro-img,
.page-id-136 .intro-img {
  max-width: 170px; }
  @media screen and (min-width: 56.25em) {
    .page-id-820 .intro-img,
    .page-id-136 .intro-img {
      max-width: 200px; } }

.page-id-820 .block-left,
.page-id-136 .block-left {
  position: relative; }
  @media screen and (min-width: 56.25em) {
    .page-id-820 .block-left,
    .page-id-136 .block-left {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%;
      margin-left: 8.51064%; }
      .page-id-820 .block-left:last-child,
      .page-id-136 .block-left:last-child {
        margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-820 .block-right,
  .page-id-136 .block-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 8.51064%; }
    .page-id-820 .block-right:last-child,
    .page-id-136 .block-right:last-child {
      margin-right: 0; } }

.page-id-820 .character,
.page-id-136 .character {
  margin-top: .5em; }
  @media screen and (min-width: 56.25em) {
    .page-id-820 .character,
    .page-id-136 .character {
      max-width: 557px;
      width: 140%;
      display: inline-block;
      margin-left: -15%;
      margin-top: 1em; } }

@media screen and (min-width: 56.25em) {
  .page-id-73 .intro,
  .page-id-824 .intro,
  .blog .intro {
    margin-bottom: 2em; } }

.page-id-73 .intro-title,
.page-id-73 .intro-text,
.page-id-824 .intro-title,
.page-id-824 .intro-text,
.blog .intro-title,
.blog .intro-text {
  text-align: center; }

.page-id-73 .intro-title,
.page-id-824 .intro-title,
.blog .intro-title {
  margin: 1em 0; }

.page-id-73 .intro-text,
.page-id-824 .intro-text,
.blog .intro-text {
  margin-bottom: 0; }
  .page-id-73 .intro-text::before,
  .page-id-824 .intro-text::before,
  .blog .intro-text::before {
    display: none; }

.page-id-73 .intro-img,
.page-id-824 .intro-img,
.blog .intro-img {
  max-width: 170px; }
  @media screen and (min-width: 56.25em) {
    .page-id-73 .intro-img,
    .page-id-824 .intro-img,
    .blog .intro-img {
      max-width: 190px; } }

.page-id-73 .top-block,
.page-id-824 .top-block,
.blog .top-block {
  margin-bottom: 2em; }
  .page-id-73 .top-block::after,
  .page-id-824 .top-block::after,
  .blog .top-block::after {
    clear: both;
    content: "";
    display: table; }
  .page-id-73 .top-block p,
  .page-id-824 .top-block p,
  .blog .top-block p {
    font-size: 1.05rem;
    line-height: 1.6rem; }

.page-id-73 .top-block-left,
.page-id-73 .top-block-right,
.page-id-824 .top-block-left,
.page-id-824 .top-block-right,
.blog .top-block-left,
.blog .top-block-right {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .page-id-73 .top-block-left:last-child,
  .page-id-73 .top-block-right:last-child,
  .page-id-824 .top-block-left:last-child,
  .page-id-824 .top-block-right:last-child,
  .blog .top-block-left:last-child,
  .blog .top-block-right:last-child {
    margin-right: 0; }
  @media screen and (min-width: 30em) {
    .page-id-73 .top-block-left,
    .page-id-73 .top-block-right,
    .page-id-824 .top-block-left,
    .page-id-824 .top-block-right,
    .blog .top-block-left,
    .blog .top-block-right {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 82.97872%;
      margin-left: 8.51064%; }
      .page-id-73 .top-block-left:last-child,
      .page-id-73 .top-block-right:last-child,
      .page-id-824 .top-block-left:last-child,
      .page-id-824 .top-block-right:last-child,
      .blog .top-block-left:last-child,
      .blog .top-block-right:last-child {
        margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-73 .top-block-left,
  .page-id-824 .top-block-left,
  .blog .top-block-left {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 8.51064%; }
    .page-id-73 .top-block-left:last-child,
    .page-id-824 .top-block-left:last-child,
    .blog .top-block-left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-73 .top-block-right,
  .page-id-824 .top-block-right,
  .blog .top-block-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 0%; }
    .page-id-73 .top-block-right:last-child,
    .page-id-824 .top-block-right:last-child,
    .blog .top-block-right:last-child {
      margin-right: 0; } }

.page-id-73 .top-block-right img,
.page-id-824 .top-block-right img,
.blog .top-block-right img {
  margin: 0 auto;
  width: 70%;
  display: block; }
  @media screen and (min-width: 56.25em) {
    .page-id-73 .top-block-right img,
    .page-id-824 .top-block-right img,
    .blog .top-block-right img {
      margin: -3% auto;
      display: block;
      max-width: 400px;
      width: 78%; } }

.page-id-73 .block-left,
.page-id-824 .block-left,
.blog .block-left {
  position: relative; }
  @media screen and (min-width: 56.25em) {
    .page-id-73 .block-left,
    .page-id-824 .block-left,
    .blog .block-left {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%;
      margin-left: 8.51064%; }
      .page-id-73 .block-left:last-child,
      .page-id-824 .block-left:last-child,
      .blog .block-left:last-child {
        margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .page-id-73 .block-right,
  .page-id-824 .block-right,
  .blog .block-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 8.51064%; }
    .page-id-73 .block-right:last-child,
    .page-id-824 .block-right:last-child,
    .blog .block-right:last-child {
      margin-right: 0; } }

.page-id-73 .character,
.page-id-824 .character,
.blog .character {
  max-width: 400px;
  margin: 2em auto 0; }
  @media screen and (min-width: 56.25em) {
    .page-id-73 .character,
    .page-id-824 .character,
    .blog .character {
      max-width: 457px;
      width: 120%;
      display: inline-block;
      margin-left: -5%;
      margin-top: 1em; } }

.page-id-73 .stories,
.page-id-824 .stories,
.blog .stories {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%;
  margin-top: 6em; }
  .page-id-73 .stories:last-child,
  .page-id-824 .stories:last-child,
  .blog .stories:last-child {
    margin-right: 0; }
  @media screen and (min-width: 37.5em) {
    .page-id-73 .stories,
    .page-id-824 .stories,
    .blog .stories {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 65.95745%;
      margin-left: 17.02128%; }
      .page-id-73 .stories:last-child,
      .page-id-824 .stories:last-child,
      .blog .stories:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 56.25em) {
    .page-id-73 .stories,
    .page-id-824 .stories,
    .blog .stories {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 82.97872%;
      margin-left: 8.51064%; }
      .page-id-73 .stories:last-child,
      .page-id-824 .stories:last-child,
      .blog .stories:last-child {
        margin-right: 0; } }
  .page-id-73 .stories .story,
  .page-id-824 .stories .story,
  .blog .stories .story {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    margin-bottom: 4em; }
    .page-id-73 .stories .story:last-child,
    .page-id-824 .stories .story:last-child,
    .blog .stories .story:last-child {
      margin-right: 0; }
    @media screen and (min-width: 56.25em) {
      .page-id-73 .stories .story,
      .page-id-824 .stories .story,
      .blog .stories .story {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        .page-id-73 .stories .story:last-child,
        .page-id-824 .stories .story:last-child,
        .blog .stories .story:last-child {
          margin-right: 0; }
        .page-id-73 .stories .story:nth-child(2n),
        .page-id-824 .stories .story:nth-child(2n),
        .blog .stories .story:nth-child(2n) {
          margin-right: 0; }
        .page-id-73 .stories .story:nth-child(2n+1),
        .page-id-824 .stories .story:nth-child(2n+1),
        .blog .stories .story:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 71.25em) {
      .page-id-73 .stories .story,
      .page-id-824 .stories .story,
      .blog .stories .story {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        .page-id-73 .stories .story:last-child,
        .page-id-824 .stories .story:last-child,
        .blog .stories .story:last-child {
          margin-right: 0; }
        .page-id-73 .stories .story:nth-child(2n),
        .page-id-824 .stories .story:nth-child(2n),
        .blog .stories .story:nth-child(2n) {
          margin-right: 2.12766%; }
        .page-id-73 .stories .story:nth-child(2n+1),
        .page-id-824 .stories .story:nth-child(2n+1),
        .blog .stories .story:nth-child(2n+1) {
          clear: none; }
        .page-id-73 .stories .story:nth-child(3n),
        .page-id-824 .stories .story:nth-child(3n),
        .blog .stories .story:nth-child(3n) {
          margin-right: 0; }
        .page-id-73 .stories .story:nth-child(3n+1),
        .page-id-824 .stories .story:nth-child(3n+1),
        .blog .stories .story:nth-child(3n+1) {
          clear: left; } }

.page-id-73 .date,
.page-id-824 .date,
.blog .date {
  line-height: 1.6rem;
  margin-top: .4em;
  margin-bottom: 0;
  font-family: "Athelas";
  font-weight: 300;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.page-id-73 h2,
.page-id-824 h2,
.blog h2 {
  margin-top: .2em; }

.page-id-73 .story-thumbnail,
.page-id-824 .story-thumbnail,
.blog .story-thumbnail {
  position: relative;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  .page-id-73 .story-thumbnail:hover,
  .page-id-824 .story-thumbnail:hover,
  .blog .story-thumbnail:hover {
    opacity: .8; }

.page-id-73 .btn-learn-more,
.page-id-824 .btn-learn-more,
.blog .btn-learn-more {
  position: relative;
  margin-top: 1em;
  padding: .5em;
  display: inline-block;
  padding-left: 1.2em;
  font-family: "Waking Life";
  font-size: 1.2rem; }
  .page-id-73 .btn-learn-more::after,
  .page-id-824 .btn-learn-more::after,
  .blog .btn-learn-more::after {
    content: '';
    display: block;
    background-image: url("../images/btn-learn-more.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: -.2em;
    bottom: -0.1em; }

.page-id-824 .intro-title .intro-img {
  max-width: 200px; }
  @media screen and (min-width: 56.25em) {
    .page-id-824 .intro-title .intro-img {
      max-width: 250px; } }

.single-post .single-story {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .single-post .single-story:last-child {
    margin-right: 0; }
  @media screen and (min-width: 37.5em) {
    .single-post .single-story {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 65.95745%;
      margin-left: 17.02128%; }
      .single-post .single-story:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 56.25em) {
    .single-post .single-story {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%;
      margin-left: 25.53191%; }
      .single-post .single-story:last-child {
        margin-right: 0; } }

.single-post h1,
.single-post .story-author {
  text-align: center; }

.single-post h1 {
  margin-top: 0; }

.single-post .entry-content > * {
  padding: 0 1em; }
  @media screen and (min-width: 56.25em) {
    .single-post .entry-content > * {
      padding: 0 4em; } }

.single-post .entry-content img {
  padding: 1em 0;
  height: auto; }

.single-post .entry-content iframe,
.single-post .entry-content video {
  width: 100%;
  height: 37vh; }

.single-post .entry-content ol li, .single-post .entry-content ul li {
  line-height: 1.6rem;
  list-style-type: initial;
  font-family: "Athelas";
  font-weight: 300;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 1.25em; }

.single-post hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 3em 1em 2em; }
  @media screen and (min-width: 56.25em) {
    .single-post hr {
      margin: 3em 4em 2em; } }

.single-post .story-img {
  position: relative;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin: 1em 0 2em; }

.single-post .btn-learn-more {
  position: relative;
  margin-top: 1em;
  padding: .5em;
  display: inline-block;
  padding-left: 1.2em;
  font-family: "Waking Life";
  font-size: 1.2rem; }
  .single-post .btn-learn-more::after {
    content: '';
    display: block;
    background-image: url("../images/btn-learn-more.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: -.2em;
    bottom: -0.1em; }

.single-post .story-footer {
  text-align: center; }
  .single-post .story-footer i {
    font-size: 1.8rem;
    vertical-align: middle;
    position: relative;
    top: -.06em;
    margin-left: .3em; }
  .single-post .story-footer a {
    text-decoration: none;
    position: relative; }
    .single-post .story-footer a::before {
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      width: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 1px;
      bottom: -3px;
      background: rgba(0, 0, 0, 0.2);
      -webkit-transition: width .5s ease;
      transition: width .5s ease; }
    .single-post .story-footer a:hover::before {
      display: block;
      width: 90%; }

.single-post .fb-share-button {
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: -2px;
  margin-left: 1em; }

::-moz-selection {
  background: #fae1b5; }

::selection {
  background: #fae1b5; }

html.no-mt {
  margin-top: 0 !important; }

.page-wrap {
  display: block;
  content: "";
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

img {
  width: 100%;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.container {
  display: block; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.top-block p {
  font-size: 1.2rem;
  line-height: 1.8rem; }

.small-block {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em; }
  .small-block:last-child {
    margin-right: 0; }
  @media screen and (min-width: 30em) {
    .small-block {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 82.97872%;
      margin-left: 8.51064%; }
      .small-block:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 56.25em) {
    .small-block:nth-child(odd) {
      display: table-cell;
      width: 41.66667%;
      margin-left: 8.51064%;
      padding-right: 1em; }
      .small-block:nth-child(odd):last-child::after {
        clear: both;
        content: "";
        display: table; }
    .small-block:nth-child(even) {
      display: table-cell;
      width: 41.66667%;
      margin-left: 0%;
      padding-left: 1em; } }
  .small-block img {
    margin: 0 auto -2em;
    max-width: 300px;
    display: block; }
    @media screen and (min-width: 56.25em) {
      .small-block img {
        max-width: none; } }

.full-block {
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .full-block:last-child {
    margin-right: 0; }
  .full-block img {
    margin: 0 auto -2em; }

@media screen and (min-width: 30em) {
  .block-left {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 82.97872%;
    margin-left: 8.51064%; }
    .block-left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 30em) {
  .block-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 82.97872%;
    margin-left: 8.51064%; }
    .block-right:last-child {
      margin-right: 0; } }

a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  a:visited {
    color: rgba(0, 0, 0, 0.6); }

/*# sourceMappingURL=main.css.map */
