/*!
Theme Name: VABF2019
Theme URI: http://underscores.me/
Author: Sylvana dAngelo
Author URI: http://asmbly-line.com
Description: 2019 VABF
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vabf2016
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
2018 Application Page 
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* 2019 Horizontal Menu */

#navmenu{
  position: fixed;
  z-index: 999;
  top:1em;
  display:block;
  background-color:#44d62c;
}
@media (max-width: 775px) {
    #navmenu {
      display:none; }
       }

#navmenu-program{
  display:block;
}
@media (max-width: 775px) {
    #navmenu {
      display:none; }
       }
       
.home #navmenu{
  background-color:transparent !important;
}

.menu-2019{
    width:90%;
    right:6%;
}

.menu-2019 a:hover{
    color:#fff;
}


.menu-2019 ul{
    list-style:none !important;
    text-align:center;
    margin:0px;
    width:100%;
}


.menu-2019 li{
    list-style:none;
    display:inline-block;
    padding:0px 25px;
    margin-top:0px;
}


.menu-2019 .current-menu-item a {
    color: #fff;
    text-decoration: line-through;
    border-bottom: none; }

    
#top-e h2{
  display:none;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*
@mixin scrollbars($size, $foreground-color, $background-color) {
  // For Google Chrome
  ::-webkit-scrollbar {
      width:  $size;
      height: $size;

  }

  ::-webkit-scrollbar-thumb {
      background: $foreground-color;
  }

  ::-webkit-scrollbar-track {
      background: $background-color;
  }

  // For Internet Explorer
  body {
    scrollbar-face-color: $foreground-color;
    scrollbar-track-color: $background-color;
  }
}

@include scrollbars(5px, $teal, #eee);
*/
/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 * From: http://smoothstate.com/typical-implementation.html
 */
.m-scene .scene_element {
  animation-duration: 1s;
  -ms-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both; }

.m-scene .scene_element--fadein {
  animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn; }

.is-exiting .scene_element {
  animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse; }

.loader {
  position: fixed;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 200;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .loader .happy {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0); }
    .loader .happy path, .loader .happy ellipse {
      fill: #44d62c; }
    .loader .happy:hover {
      cursor: default; }
    .loader .happy:hover .eye {
      visibility: visible; }
    .loader .happy:hover .wink {
      visibility: hidden; }

.is-exiting .loader {
  /* Show loader when there's no page transition */
  opacity: 1; }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
::selection {
  background: yellow;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: yellow;
  /* Gecko Browsers */ }

html {
  font-size: 100%;
  line-height: 1; }
  @media (min-width: 768px) {
    html {
      font-size: 21px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 30px; } }
  @media (min-width: 1600px) {
    html {
      font-size: 36px; } }

body {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-weight: normal;
  color: #44d62c;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  /*
  	white-space: -moz-pre-wrap !important; 
  	white-space: -pre-wrap;     
  	white-space: -o-pre-wrap;   
  	white-space: pre-wrap;       
  	word-wrap: break-word;      
  	white-space: -webkit-pre-wrap; 
  	word-break: break-all;	
  	white-space: normal;
  */ }
  body.menuopen {
    max-height: 50px;
    overflow-y: hidden;
    position: fixed;
    width: 100%; }

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

html {
  box-sizing: border-box; }

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

a {
  border-bottom: 1px solid;
  text-decoration: none;
  color: #5f259f; }

h1, h2, h3 {
  font-size: 1.5rem;
  line-height: 1; }

.h2 {
  font-size: 1.5rem; }

h3, .h3 {
  font-size: 1rem; }

.desk {
  display: none; }
  @media (min-width: 768px) {
    .desk {
      display: block; } }

.home-outer{
  position: relative;
  height: 100%;
  width:100%;
  background: no-repeat center;
}

.home-inner{
  position: relative;
  top: 50%;
  width:55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.homewrap {
  position: relative;
  overflow: hidden; }


.home h1 {
  font-size: 6em;
  position: relative;
  color: transparent;
  text-align: center;
  -moz-transition: opacity 1s cubic-bezier(0.77, 0, 0.27, 1);
  -o-transition: opacity 1s cubic-bezier(0.77, 0, 0.27, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.27, 1);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.27, 1);
  color: transparent;
  z-index: 2;
  line-height: 1; }
  .home h1 a {
    color: transparent;
    padding-top: 20px; }
    .home h1 a:hover {
      color: #5f259f; }
  .home h1:before {
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.27, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.27, 1);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.27, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.27, 1);
    content: attr(data-text);
    position: absolute;
    color: #44d62c;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .home h1:after {
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.27, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.27, 1);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.27, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.27, 1);
    content: attr(data-text);
    position: absolute;
    color: #44d62c;
    overflow: hidden;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1; }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(-360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
.frame {
  background: #44d62c;
  padding: .5rem;
  content: "";
  display: table;
  table-layout: fixed;
  position: relative;
  height: 3rem;
  overflow: hidden; }
  .frame .happy {
    width: 2rem;
    height: 2rem;
    float: left;
    z-index: 101; }
  @media (min-width: 768px) {
    .frame {
      position: fixed;
      z-index: 101;
      background: transparent; }
      .home .frame .happy {
        width: 4em;
        height: 4em; } }

.date, .place {
  position: absolute;
  color: #5f259f;
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height:45px; }
  #targets:not(.home) .date, #targets:not(.home) .place {
    display: none; }

.date {
  top: 1em; }

.place {
  bottom: 1em; }

.home {
  background: #44d62c !important; }

.home .mobile {
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: #44d62c;
  text-align: center; }
  .home .mobile img {
    margin: 0 auto; }
  @media (min-width: 768px) {
    .home .mobile {
      display: none; } }


.happy {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /*
  	.loader & .text {
  	    animation: none;
  	    -moz-animation: none;
  	    -webkit-animation: none;
  	    -ms-animation: none;
  	    position: relative;
      }
      
      .loader & .face {
  	    
  		width: 100%;
  		padding-bottom: 100%;
  		position: absolute;
  		background-size: 100%;
  		top: 0;
  	    
  		-webkit-animation-name: $spin;
  	    -webkit-animation-duration: $spintime;
  	    -webkit-animation-iteration-count: infinite;
  	    -webkit-animation-timing-function: linear;
  
  	    -moz-animation-name: $spin;
  	    -moz-animation-duration: $spintime;
  	    -moz-animation-iteration-count: infinite;
  	    -moz-animation-timing-function: linear;
  
  	    -ms-animation-name: $spin;
  	    -ms-animation-duration: $spintime;
  	    -ms-animation-iteration-count: infinite;
  	    -ms-animation-timing-function: linear;
  	    
  	    animation-name: $spin;
  	    animation-duration: $spintime;
  	    animation-iteration-count: infinite;
  	    animation-timing-function: linear;
  	    
  	    svg {
  		    //width: 100%;
  		    position: absolute;
  	    }
  	    
  
      }
  */ }
  .happy path, .happy ellipse {
    fill: #fff; }
  @media (min-width: 768px) {
    .happy {
      width: 25%;
      max-width: none; }
      .right .happy {
        position: fixed;
        top: 0;
        right: 0; } }
  .happy .text {
    cursor: pointer;
    width: 100%;
    padding-bottom: 100%;
    position: absolute;
    background-size: 100%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 16s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 16s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 16s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 16s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
    .happy .text svg {
      position: absolute; }
  .happy .wink {
    visibility: hidden; }
  .happy:hover .eye {
    visibility: hidden; }
  .happy:hover .wink {
    visibility: visible; }
  .title .happy:hover {
    cursor: default; }

@-moz-document url-prefix() {
  .title .box {
    padding: 0.24em 0px .06em; }

  .event .imgwrap img {
    filter: none; } }
.list {
  float: left;
  list-style: none;
  padding: .5em 0;
  margin: 0; }
  .list li:hover {
    unicode-bidi: bidi-override;
    direction: rtl; }
  @media (min-width: 768px) {
    .list {
      padding: .5em; } }

#social {
  width: 100%; }
  #social a {
    margin: .25em; }
  @media (min-width: 1024px) and (min-height: 600px) {
    #social {
      width: auto;
      -webkit-transform: rotate(90deg) translateX(50%);
      -ms-transform: rotate(90deg) translateX(50%);
      transform: rotate(90deg) translateX(50%);
      -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
      transform-origin: top right;
      position: fixed;
      top: 50%;
      right: 0;
      margin: 0;
      line-height: 2em;
      z-index: 99; }
      #social a {
        color: #44d62c; }
        .home #social a {
          color: #5f259f; }
          .home #social a:hover {
            color: #5f259f; } }

.btn {
  margin: 0 0 .5em;
  color: #5f259f;
  display: inline-block;
  position: relative;
  z-index: 100;
  cursor: pointer;
  font-weight: bold; }
  .btn#close {
    margin-bottom: 1em; }
  .btn#menubtn {
    color: #5f259f;
    margin-bottom: 0;
    z-index: 101;
    position: absolute;
    right: .75rem;
    top: .75rem;
    font-size: 1.5em;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .btn#menubtn {
        position: fixed; }
        .btn#menubtn:hover {
          color: #44d62c; } }
  @media (min-width: 768px) {
    .btn {
      /*
      		position: fixed;
      		bottom: 0;
      		right: 0;
      		display: block;
      		width: auto;
      		margin: .5em;
      */ } }

.bigbutton {
  font-size: 1.25em;
  background: #5f259f;
  color: #fff;
  padding: .45em 1em;
  display: inline-block;
  border-radius: 1em;
  border: none;
  text-align: center;
  margin: .25em;
  line-height: 1.15;
  min-width: 7.5em; }
  .bigbutton:hover {
    background: #44d62c;
    color: #fff !important; }

small {
  font-size: .75em; }

.error404 .mouth {
  transform: rotate(180deg) translateY(0.2em);
  transform-origin: center; }

@media (min-width: 768px) {
  .infowrap {
    position: fixed;
    z-index: 2; } }

.navwrap {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5f259f;
  text-align: left;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  @media (min-width: 768px) {
    .navwrap {
      /*
      		top: 1em;
      		bottom: 1em;
      		left: 1em;
      		right: 1em;
      */ } }
  .menubegin .navwrap {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0; }
  .menuopen .navwrap {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .menuexit .navwrap {
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    visibility: hidden;
    opacity: 0; }
  .navwrap ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .navwrap ul {
        margin-bottom: 0;
        padding: 0 1em; } }
    .navwrap ul li {
      display: block;
      padding: 0; }
      @media (min-width: 500px) {
        .navwrap ul li {
          padding: 0 .4em; } }
      @media (min-width: 768px) {
        .navwrap ul li {
          display: inline; } }
    .navwrap ul a {
      padding: .2em 0 .1em;
      display: inline-block;
      font-size: 13vw;
      border-bottom-width: .04em; }
      @media (min-width: 500px) {
        .navwrap ul a {
          font-size: 9vw; } }
    .navwrap ul .inactive a {
      cursor: default;
      opacity: .4;
      pointer-events: none; }
      .navwrap ul .inactive a:hover {
        border-color: #fff;
        color: #fff; }
  .navwrap a {
    color: #fff; }
    .navwrap a:hover {
      color: #44d62c; }
    .navwrap a:active {
      color: #5f259f; }
  .navwrap .current-menu-item a {
    color: #44d62c;
    text-decoration: line-through;
    border-bottom: none; }

#content {
  background: #fff;
  margin-bottom: 17em; }
  #content:after {
    clear: both; }
  @media (min-width: 1200px) {
    #content {
      margin-bottom: 120px; } }
  @media (min-width: 1600px) {
    #content {
      margin-bottom: 144px; } }

.site {
  position: relative; }
  .site:before {
    background: #44d62c;
    height: 3rem;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    -moz-transition: opacity 0;
    -o-transition: opacity 0;
    -webkit-transition: opacity 0;
    transition: opacity 0; }
    @media (min-width: 768px) {
      .site:before {
        position: fixed; } }
  .site.home:before {
    display: none; }

.entry-header {
  background: #44d62c;
  color: #44d62c;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #FFF; }
  .entry-header h1 {
    padding: .75rem;
    line-height: 1; }
  .scrollin .entry-header {
    -moz-transform: translateY(-3rem);
    -o-transform: translateY(-3rem);
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem); }
  @media (min-width: 768px) {
    .entry-header {
      background: transparent;
      border-top: none;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 98;
      text-align: center; }
      .entry-header h1 {
        height: 3rem;
        line-height: 1.2; }
      .entry-header.fixed {
        position: fixed;
        -moz-transform: translateY(-3rem);
        -o-transform: translateY(-3rem);
        -webkit-transform: translateY(-3rem);
        transform: translateY(-3rem); } }

.subheader {
  background: #5f259f;
  text-align: center; }
  .subheader ul {
    margin: 0;
    padding: .75rem;
    list-style: none;
    line-height: 1.3em; }
    .subheader ul li {
      padding: 0 .25em; }
      .subheader ul li a {
        color: #fff;
        border: none;
        border-bottom: 1px solid; }
        .subheader ul li a:hover {
          color: #44d62c; }
      .subheader ul li.active a {
        color: #44d62c; }
  @media (min-width: 768px) {
    .subheader ul {
      font-size: 1rem;
      padding: .85rem 5.5em;
      min-height: 3rem; }
    .subheader li {
      display: inline-block; } }

.entry-content {
  padding: 1em 1em 2em 1em; }
  @media (min-width: 768px) {
    .entry-content {
      padding-top: 3rem;
      min-height: 100vh; } }
  @media (min-width: 1024px) {
    .entry-content {
      padding-right: 3em;
      padding-left: 3em; } }

.dempages {
  margin: 0;
  line-height: 1.3; }
  .dempages .entry-content h2, .dempages .entry-content h3 {
    color: #5f259f;
    text-shadow: -2px 2px 0 #fff;
    position: relative;
    clear: both; }
    .dempages .entry-content h2 a, .dempages .entry-content h3 a {
      color: #44d62c;
      text-shadow: -2px 2px 0 #fff; }
  .dempages .entry-content h2 {
    text-align: center; }
  .dempages .entry-content a:hover {
    /*
    			unicode-bidi:bidi-override;
    			direction:rtl;
    */
    color: #44d62c; }
  .dempages .entry-content p {
    orphans: 3; }
  .dempages .entry-content ol, .dempages .entry-content ul {
    padding-left: 3.5em; }
  .dempages .entry-content .meta {
    padding-left: 1.25em; }

.entry-title {
  margin: 0; }

.entry-content section:focus {
  outline: none; }

.mobile {
  clear: left;
  border-bottom: none; }
  @media (min-width: 768px) {
    .mobile {
      display: none; } }

.logowrap {
  text-align: center;
  margin: 0 0 4em; }
  .logowrap a {
    text-decoration: none;
    border: 0;
    display: inline-block;
    backface-visibility: hidden;
    margin: .25em 20px;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .logowrap a {
        margin: .5em 30px .25em; } }
  .logowrap img {
    display: inline-block;
    float: none;
    max-height: 60px;
    max-width: 150px;
    backface-visibility: hidden; }
    .logowrap img:hover {
      opacity: .8; }
    @media (min-width: 768px) {
      .logowrap img {
        max-height: 120px;
        max-width: none; } }


footer {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: -1;
  left: 0;
  margin: auto;
  width: 100%;
  padding: 1em;
  text-align: left;
  background: #5f259f;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #44d62c; }
  @media (min-width: 1024px) {
    footer {
      justify-content: space-between; }
      footer .site-info {
        text-align: right; }
      footer .site-info, footer #mc_embed_signup {
        flex-grow: 1;
        width: auto; } }
  footer #mc_embed_signup {
    width: 100%; }
    footer #mc_embed_signup label {
      display: none; }
    @media (min-width: 1024px) {
      footer #mc_embed_signup {
        width: auto; } }
    footer #mc_embed_signup form {
      margin: 1.5em auto;
      /* FF 4-18 */
      /* FF 19+ */
      /* IE 10+ */ }
      @media (min-width: 500px) {
        footer #mc_embed_signup form {
          display: flex;
          justify-content: center;
          max-width: 22em;
          margin: 1.2em auto 1em auto; } }
      @media (min-width: 1024px) {
        footer #mc_embed_signup form {
          margin: 0;
          justify-content: flex-start; } }
      footer #mc_embed_signup form ::-webkit-input-placeholder {
        opacity: 1;
        color: white;
        transition: all .25s; }
      footer #mc_embed_signup form :-moz-placeholder {
        opacity: 1;
        color: white;
        transition: all .25s; }
      footer #mc_embed_signup form ::-moz-placeholder {
        opacity: 1;
        color: white;
        transition: all .25s; }
      footer #mc_embed_signup form :-ms-input-placeholder {
        opacity: 1;
        color: white;
        transition: all .25s; }
      footer #mc_embed_signup form label {
        display: none; }
      footer #mc_embed_signup form input:focus::-webkit-input-placeholder {
        color: transparent; }
      footer #mc_embed_signup form input:focus:-moz-placeholder {
        color: transparent; }
      footer #mc_embed_signup form input:focus::-moz-placeholder {
        color: transparent; }
      footer #mc_embed_signup form input:focus:-ms-input-placeholder {
        color: transparent; }
      footer #mc_embed_signup form input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        font-size: 1.5em;
        padding: .25em .5em .25em;
        font-weight: normal;
        color: white;
        line-height: 1.5em;
        min-width: 2.5em;
        border-radius: 0;
        text-align: center;
        border: none; }
        footer #mc_embed_signup form input:focus {
          outline: none; }
        @media (min-width: 1024px) {
          footer #mc_embed_signup form input {
            font-size: 1rem; } }
      footer #mc_embed_signup form input[type="email"] {
        background: transparent;
        width: 100%;
        border: 1px solid white; }
        @media (min-width: 500px) {
          footer #mc_embed_signup form input[type="email"] {
            text-align: left; } }
        @media (min-width: 1024px) {
          footer #mc_embed_signup form input[type="email"] {
            width: 11em; } }
      footer #mc_embed_signup form input[type="submit"] {
        background: #fff;
        color: #5f259f;
        transition: all .25s;
        width: 100%;
        margin-top: .5em; }
        footer #mc_embed_signup form input[type="submit"]:hover, footer #mc_embed_signup form input[type="submit"]:focus {
          background: #44d62c;
          color: #fff;
          cursor: pointer; }
        footer #mc_embed_signup form input[type="submit"]:active {
          background: white;
          color:#44d62c; }
        @media (min-width: 500px) {
          footer #mc_embed_signup form input[type="submit"] {
            width: auto;
            margin-top: 0;
            border: 1px solid white;
            border-left: 0; } }

#events .section-title {
  background: #44d62c;
  color: #fff;
  padding: 0.1em 0.3em;
  clear: both; }
@media (min-width: 1200px) {
  #events article + .section-title {
    margin-top: 2em; } }

.defs-only {
  position: absolute;
  height: 0;
  width: 0;
  overflow: none;
  left: -100%; }

.page-template-page-program .dempages .entry-content {
  position: relative; }
  .page-template-page-program .dempages .entry-content .h2-day, .page-template-page-program .dempages .entry-content .intro, .page-template-page-program .dempages .entry-content .event-title, .page-template-page-program .dempages .entry-content .sub {
    text-align: center;
    line-height: 1.1; }
  .page-template-page-program .dempages .entry-content .line {
    border-top: 1px solid #44d62c;
    margin-top: 2rem; }
  @media (min-width: 768px) {
    .page-template-page-program .dempages .entry-content .h2-day, .page-template-page-program .dempages .entry-content .intro, .page-template-page-program .dempages .entry-content .event-title, .page-template-page-program .dempages .entry-content .sub {
      text-align: left;
      line-height: 1.3; }
    .page-template-page-program .dempages .entry-content .intro {
      font-size: 1.5rem;
      border-top: 1px solid #44d62c;
      margin-top: -1px;
      margin-bottom: 1.5rem; }
      .page-template-page-program .dempages .entry-content .intro:first-of-type {
        border: none; }
      .page-template-page-program .dempages .entry-content .intro p {
        margin: 0; }
    .page-template-page-program .dempages .entry-content .intro, .page-template-page-program .dempages .entry-content .h2-type, .page-template-page-program .dempages .entry-content .h2-day, .page-template-page-program .dempages .entry-content .talks > .event:first-child {
      padding-top: 2rem; }
    .page-template-page-program .dempages .entry-content .wrappo {
      position: relative; }
    .page-template-page-program .dempages .entry-content .h2-type, .page-template-page-program .dempages .entry-content .h2-day {
      line-height: 1.3;
      text-align: left;
      position: absolute;
      margin: 0;
      opacity: 1;
      top: 0;
      z-index: 2;
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .page-template-page-program .dempages .entry-content .h2-type.hide, .page-template-page-program .dempages .entry-content .h2-day.hide {
        opacity: 0; }
    .page-template-page-program .dempages .entry-content .intro, .page-template-page-program .dempages .entry-content section {
      padding-left: 9rem; } }
  @media (min-width: 1200px) {
    .page-template-page-program .dempages .entry-content {
      margin-left: -1em; } }
  @media (max-width: 767px) {
    .page-template-page-program .dempages .entry-content .h2-day {
      border-top: 1px solid #44d62c;
      padding-top: 1.25rem;
      margin: 2rem 0 1rem; }
      .page-template-page-program .dempages .entry-content .h2-day.proj {
        display: none; }
    .page-template-page-program .dempages .entry-content .event {
      margin-top: 1rem; } }

.event {
  border-top: 1px solid #44d62c;
  padding-top: 1.75em;
  margin-top: 2em;
  clear: both; }
  .event:after {
    content: '';
    display: block;
    clear: both; }
  .event h3 + .meta {
    margin-top: .8em; }
  .event a {
    border-bottom: 1px solid; }
  @media (min-width: 768px) {
    .event {
      padding-top: 2rem; } }
  .event .event-title {
    margin: 0; }
  .event .sub {
    margin: 0;
    color: #44d62c;
    font-weight: normal;
    font-style: italic;
    font-size: 1.5rem; }
  .event .meta {
    margin-top: .25em;
    color: #44d62c; }
    .event .meta a {
      color: #44d62c; }
  .event .imgwrap {
    background: #5f259f; }
    @media (min-width: 768px) {
      .event .imgwrap {
        max-width: 50%;
        margin-bottom: .5em;
        float: left;
        margin-left: -6em;
        margin-right: 1em; } }
   .event .imgwrap img {
      display: block;
      margin: 0 auto;
      filter: brightness(0.3) sepia(3) hue-rotate(220deg) saturate(3);
    }
      .event .imgwrap img:hover {
        -webkit-filter: none;
        filter: none; }
  .event .entry-content {
    font-weight: normal;
    padding: 1em; }
    @media (min-width: 1200px) {
      .event .entry-content {
        font-size: .75em; } }
  .event .desc p:last-child {
    margin-bottom: .5em; }
  @media (min-width: 768px) {
    .event .desc p:first-child {
      margin-top: 0; } }
  .event .bio {
    font-size: .75em;
    line-height: 1.5; }
    .event .bio:before {
      display: inline-block;
      width: 3em;
      content: '';
      height: 1px;
      background: #44d62c; }
    @media (min-width: 768px) {
      .event .bio {
        max-width: 42em; } }
    @media (min-width: 1200px) {
      .event .bio {
        font-size: .6em; } }

.dempages img {
  filter: brightness(0.3) sepia(3) hue-rotate(220deg) saturate(3);}
  .page-id-544 .dempages img {
    filter: brightness(0.3) sepia(3) hue-rotate(220deg) saturate(3); }
  .dempages img:hover {
    -webkit-filter: none;
    filter: none; }

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

.alignright {
  float: right;
  margin: 0 0 1em 1em; }


@media (min-width: 768px) {
  .page-id-540 .entry-content {
    margin: 0 auto;
    max-width: none; } }
.column-work ul {
  -webkit-columns: 8 10em;
  -moz-columns: 8 10em;
  columns: 8 10em;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  padding-left: 1.2em; }
  .column-work ul li {
    line-height: 1.4;
    padding: .15em 0 0; }


.page-id-544 .dempages, .page-id-2195 .dempages {
  text-align: center; }
.page-id-2195 .dempages img{
  margin-right:0px;
}
.page-id-2195 .dempages .section-content{
  padding-bottom:80px !important;
  padding-top:30px !important;
}
.page-id-544 .dempages .entry-content p, .page-id-544 .dempages .entry-content h3, .page-id-544 .dempages .entry-content h4, .page-id-544 .dempages .entry-content h5, .page-id-544 .dempages .entry-content form, .page-id-544 .dempages .entry-content ol, .page-id-544 .dempages .entry-content ul {
  padding-left: 0; }

.gform_wrapper .gfield_required {
  color: #44d62c !important; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  margin-top: .07em !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-top: .2em !important;
  margin-left: 2px !important; }
  @media (min-width: 768px) {
    .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
      margin-top: .4em !important;
      margin-left: 2px !important; } }
  @media (min-width: 1200px) {
    .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
      margin-top: .6em !important;
      margin-left: 2px !important; } }

.gform_wrapper .left_label .gfield_label {
  margin: .23em 15px 0 0 !important;
  line-height: 1.2 !important; }

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  font-size: inherit !important;
  border: 1px solid #44d62c !important; }
  .gform_wrapper input[type=text]:focus, .gform_wrapper input[type=url]:focus, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=tel]:focus, .gform_wrapper input[type=number]:focus, .gform_wrapper input[type=password]:focus {
    border-color: #5f259f !important; }

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  font-size: .6em !important;
  letter-spacing: 0 !important;
  color:#44d62c !important; }

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {
  margin-bottom: .5em !important; }

.gform_wrapper .ginput_complex .ginput_left {
  clear: left; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em;
  background: #44d62c;
  outline: none;
  border: none;
  padding: .5em .75em;
  color: white; }

.gform_wrapper span.ginput_total {
  color: #44d62c !important; }

#input_1_10 {
  color: #44d62c; }

#field_1_11 {
  color: #44d62c; }

.gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
  font-size: 0.7em; }

.mailinglist.btn {
  position: fixed;
  left: 0;
  bottom: 0;
  right: auto;
  transform-origin: bottom left;
  -moz-transform: rotate(-90deg) translateX(0) translateY(1em);
  -o-transform: rotate(-90deg) translateX(0) translateY(1em);
  -webkit-transform: rotate(-90deg) translateX(0) translateY(1em);
  transform: rotate(-90deg) translateX(0) translateY(1em);
  font-size: 1.2em;
  margin: 1em; }

#mailform {
  background: #5f259f;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 50%;
  margin-bottom: 1em;
  padding: 2em; }

.error404 .entry-content .happy {
  width: 50%;
  margin: 0 auto; }
  .error404 .entry-content .happy path, .error404 .entry-content .happy ellipse {
    fill: #5f259f; }
  .error404 .entry-content .happy:hover {
    cursor: default; }
  .error404 .entry-content .happy .mouth {
    transform: rotate(180deg) translateY(0.2em);
    transform-origin: center; }
.error404 .entry-content {
  min-height: 100vh; }
  .error404 .entry-content h1 {
    text-align: center;
    max-width: 15em;
    margin: 1em auto; }

.sponsorslides {
  font-size: 1rem;
  position: relative;
  margin: 0;
  padding: 1em;
  list-style-type: none;
  color:#5f259f;
  text-align: center;
  width: 100%;
  mix-blend-mode: multiply;
  /*
    .home .m-scene .scene_element & {
    
      background: $orange;
    
    }
  */ }
  .sponsorslides p {
    padding-bottom: .5em;
    font-size: 16px; 
  }
  .sponsorslides ul, .sponsorslides p {
    margin: 0; }
  .sponsorslides ul {
    position: relative;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #5f259f;
    height: 12em;
    max-width: 18em; }
    .sponsorslides ul li {
      list-style: none; }
  .sponsorslides a {
    border: none;
    padding: 0; }
  .sponsorslides .slide {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    width: 100%;
    padding: 1em;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
    .sponsorslides .slide a {
      display: block;
      padding: 0; }
    .sponsorslides .slide img {
      display: block;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      height: auto;
      margin: 0 auto; }
    .sponsorslides .slide.showing {
      opacity: 1;
      z-index: 2; }
  @media (min-width: 768px) {
    .sponsorslides {
      position: absolute;
      bottom: 0;
      left: 0;
      background: transparent;
      max-width: 250px; }
      .sponsorslides .slide {
        padding: .5em; }
      .sponsorslides .slide img {
        max-height: 3em; }
      .sponsorslides ul {
        height: 120px; } }

.page .gform_wrapper .ginput_left input:focus + label, .page .gform_wrapper .ginput_right input:focus + label, .page .gform_wrapper .ginput_full input:focus + label {
  font-weight: normal;
  color: #5f259f !important; }
.page .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .page .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: normal; }

#news .fblink {
  text-align: center; }
#news ul {
  padding: 0; }
#news li {
  list-style: none; }
#news .cff-item {
  border: 1px solid #5f259f !important;
  padding: 1em !important; }
  #news .cff-item + .cff-item {
    margin-top: 1rem; }
  @media (min-width: 1024px) {
    #news .cff-item {
      width: calc(50% - 1rem);
      margin: 0 .5rem 1em;
      float: left;
      clear: none; }
      #news .cff-item + .cff-item {
        margin-top: 0; } }
#news #cff.cff-default-styles a:hover, #news #cff.cff-default-styles a:focus {
  text-decoration: none !important; }
#news .cff-details {
  border: 1px solid #44d62c;
  padding: .75rem !important;
  color: #44d62c;
  margin: 1em 0 0;
  font-size: .75rem; }
  #news .cff-details a {
    color: #44d62c;
    font-size: 1rem !important;
    font-weight: bold !important;
    border-bottom: 1px solid !important; }
#news .cff-media-link {
  margin-top: 1em; }
#news #cff.cff-default-styles .cff-details p, #news .cff-post-desc, #news #cff.cff-default-styles .cff-link-caption {
  font-size: .75rem !important; }
#news #cff.cff-default-styles .cff-link-caption {
  display: none; }
#news #cff.cff-default-styles .cff-details a p {
  font-size: 1rem !important; }
#news #cff .cff-text-link.cff-no-image {
  padding-bottom: 0; }
#news #cff.cff-default-styles .cff-date, #news #cff.cff-default-styles .cff-post-links, #news #cff.cff-default-styles .cff-post-links a {
  font-size: .75rem;
  padding: 0;
  margin-top: 1em; }
#news #cff h3, #news #cff h4, #news #cff h5, #news #cff h6, #news #cff p {
  margin: 0; }
#news #cff .cff-shared-link {
  margin: 1em 0 0;
  border-color: #44d62c;
  background: none;
  color: #44d62c;
  padding: .75rem; }
  #news #cff .cff-shared-link a {
    color: #44d62c; }
#news #cff.cff-default-styles .cff-details .cff-date {
  margin-top: .5em !important; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
