/* ============== VENDOR =============== */
/* @import "vendor/";

/* ============== COMMON =============== */
/* ============== MODULES =============== */
/* variables */
.page-width {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

/* site color palette */
.yellow-bg {
  background-color: #ffca07; }

.red-bg {
  background-color: #ec1c24; }

.green-bg {
  background-color: #8ccb97; }

.black-bg {
  background-color: #231f20; }

/* grid sizes */
/*!
Theme Name: WLCR_TechFestNW_2018
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wlcr_techfestnw_2018
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body, input, button, select, textarea {
  font-family: 'Source Sans Pro', sans-serif; }

html {
  font-family: 'Source Sans Pro', 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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040 !important;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
  font-weight: bold; }

header a, header a:visited {
  color: white; }

a:hover, a:focus, a:active {
  color: #8ccb97; }

a:focus {
  outline: none; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* header */
#masthead {
  background-color: #231f20;
  color: #FFF; }

.site-branding {
  padding: 15px; }

.site-logo img {
  width: 150px; }
  @media screen and (min-width: 640px) {
    .site-logo img {
      width: 210px; } }

.header-logo {
  display: inline-block;
  line-height: 1; }
  .header-logo img {
    width: 40px;
    margin: 0px;
    vertical-align: bottom; }
  @media screen and (min-width: 640px) {
    .header-logo {
      left: 10px; }
      .header-logo img {
        width: 45px; } }

.site-header {
  z-index: 9999;
  background-color: black;
  width: 100%;
  height: 80px; }
  @media screen and (min-width: 1024px) {
    .site-header {
      position: fixed; } }

.site-content {
  margin-top: 0px; }
  @media screen and (min-width: 1024px) {
    .site-content {
      margin-top: 80px; } }

.header-title {
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block; }

.headerNW {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 800; }

.site-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #FFF; }
  .site-title a {
    color: #FFF; }
  @media screen and (min-width: 1024px) {
    .site-title {
      font-size: 20px; } }

.site-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 9px;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .site-description {
      font-size: 13px; } }

.header-social-icon, .footer-social-icon {
  font-size: 15pt;
  color: black;
  background: white;
  padding: 7px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 0.1em;
  padding: 5px;
  border-radius: 50%;
  margin: 0 2px; }
  .header-social-icon a:hover, .footer-social-icon a:hover {
    /*opacity:.7;*/ }

.header-socials.social-icon {
  margin-right: 30px;
  text-align: right; }

.social-icon a {
  opacity: 1;
  transition: all 0.3s; }

.social-icon a:hover {
  opacity: 0.5; }

.social-icon-wrapper {
  background-color: #FFF;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  width: 24px;
  padding: 7px; }
  .social-icon-wrapper img {
    width: 18px;
    height: 18px; }

@media screen and (min-width: 640px) {
  .header-socials {
    text-align: right;
    display: inline-block;
    padding: 20px; } }

@media screen and (min-width: 768px) {
  .header-socials {
    margin-top: 2px;
    float: right; } }

.navigation-wrapper {
  z-index: 9999; }

#main_countedown_1 .countdown {
  text-align: center !important; }

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

.element_conteiner {
  border: 0px solid #80cbde !important;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important; }

.time_description {
  font-size: .5rem !important; }

.time_left, .time_description {
  font-family: "Lato",sans-serif !important;
  font-weight: 400 !important;
  color: #80cbde !important;
  text-transform: uppercase;
  background-color: transparent !important; }

#main_countedown_1 .time_description {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  color: #80cbde !important;
  text-transform: uppercase;
  background-color: transparent !important; }

#main_countedown_1 .time_left {
  color: #3DA8CC !important;
  font-family: "Lato",sans-serif !important;
  font-size: .9rem !important;
  font-weight: bold !important;
  padding-left: 0;
  padding-right: 0;
  margin-top: 2px; }
  @media screen and (min-width: 1024px) {
    #main_countedown_1 .time_left {
      font-size: 1.2rem !important;
      margin-top: 0px; } }

#main_countedown_2 .countdown {
  margin-bottom: 30px !important; }

#main_countedown_1 span.time_description {
  font-family: "Lato", sans-serif !important;
  /*font-size:1.2rem!important;*/
  line-height: .8;
  color: #3DA8CC !important; }



.time_left {
  padding: 0px !important; }

#main_countedown_1 .element_conteiner {
  min-width: 40px !important; }



#main_countedown_1 .countdown {
  padding: 17px 0;
  margin: 0 !important; }

.menu a {
  padding-left: 16px;
  padding-right: .4rem; }

.menu.nav-menu {
  margin-right: 7px !important; }
  @media screen and (min-width: 768px) {
    .menu.nav-menu {
      margin-right: 30px !important; } }

.main-navigation ul {
  margin-top: 0px !important; }

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

body {
  opacity: 1;
  transition: 0.7s opacity; }

body.fade {
  opacity: 0;
  transition: none; }

.site-content {
  margin-top: 0px; }
  @media screen and (min-width: 1024px) {
    .site-content {
      margin-top: 80px; } }

#mobile-nav {
  z-index: 999999; }

/*#mobile-nav li:last-of-type{
	padding-bottom:40px;
}*/
/* footer */
.x-colophon.bottom, .x-colophon.top {
  background-color: black !important; }

.x-colophon.top {
  display: none; }

/* a bunch of the footer socials code is in header.scss since much of the social styling is shared between the two. */
.footer-socials {
  padding: 15px 0px; }
  .footer-socials .fa {
    padding-left: 1px; }

.x-colophon.bottom .x-colophon-content {
  margin: 0; }

.x-colophon.bottom {
  padding: 60px 0 30px; }

.countdown {
  text-align: center !important;
  padding-top: 0 !important; }

.x-colophon.top, .x-colophon.bottom {
  border-top: 1px solid #e0e0e0;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
  background-color: transparent;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3) !important; }

.lower-info {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.lower-info .play-icon {
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

/* navigation */
.main-navigation {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  .main-navigation a, .main-navigation a:visited {
    color: #FFF !important; }
  .main-navigation a:hover {
    color: #8ccb97; }
  .main-navigation ul {
    background-color: #231f20;
    display: inline-block;
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .main-navigation ul {
        margin-top: 5px; } }
    .main-navigation ul ul {
      margin-top: 0;
      padding: 7.5px 0;
      border: 1px solid #eee;
      text-align: left; }

.menu-main-nav-container {
  width: 100%;
  text-align: right; }

.mobile-navigation {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  position: relative; }
  .mobile-navigation a {
    color: #FFF; }
  .mobile-navigation a:hover {
    color: #8ccb97; }
  .mobile-navigation ul {
    background-color: #231f20; }

.mobile-nav-icon {
  position: relative;
  display: inline-block;
  float: right;
  padding: 23px 15px 0 0 !important; }
  @media screen and (min-width: 640px) {
    .mobile-nav-icon {
      margin-top: 0px; } }

#mobile-nav.mobile-nav.mobile-navigation .menu-main-nav-container {
  text-align: center !important; }

#mobile-nav {
  overflow: hidden;
  top: 0;
  height: 0px;
  transition: all 0.5s ease; }
  #mobile-nav .menu li.menu-item {
    display: block;
    width: 100%;
    padding: 15px; }
  #mobile-nav .menu a {
    padding: 0;
    font-size: 1.2rem; }
  #mobile-nav .menu .sub-menu {
    display: block !important;
    width: 100%;
    position: relative;
    text-align: center; }
    #mobile-nav .menu .sub-menu ul, #mobile-nav .menu .sub-menu li, #mobile-nav .menu .sub-menu li a {
      list-style: none;
      padding: 7.5px 0 0;
      margin: 0;
      font-size: .8rem;
      font-weight: 100; }

.main-navigation ul li.schedule:hover > ul {
  left: unset;
  right: 0; }

/* hamburger */
#nav-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  padding: 10px 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px; }

#nav-icon3 span:nth-child(4) {
  top: 20px; }

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%; }

.slider-container {
  position: relative;
  z-index: 0; }

.slide-container {
  position: relative; }

.overlay-container-Right {
  position: absolute;
  top: -15px;
  color: #FFF;
  max-width: 100%; }
  @media screen and (min-width: 640px) {
    .overlay-container-Right {
      top: 0;
      right: 0; } }

.overlay-container-Left {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF; }

.overlay-container-Center {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #FFF; }

.hero-overlay-wrapper {
  margin: 20px 15px 15px 15px;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .hero-overlay-wrapper {
      margin: 60px; } }

.overlay-subtext, .overlay-headline {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em; }

.overlay-headline {
  font-size: 25px; }
  @media screen and (min-width: 640px) {
    .overlay-headline {
      font-size: 48px; } }

.overlay-subtext, .overlay-city {
  font-size: 15px; }
  @media screen and (min-width: 640px) {
    .overlay-subtext, .overlay-city {
      font-size: 32px; } }

.overlay-cta {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  text-transform: uppercase; }
  @media screen and (min-width: 640px) {
    .overlay-cta {
      margin-top: 30px; } }
  .overlay-cta a {
    color: #FFF; }

.overlay-info-buttons {
  display: block;
  position: relative;
  width: 100%; }
  .overlay-info-buttons a {
    color: #231f20; }
  @media screen and (min-width: 1024px) {
    .overlay-info-buttons {
      position: absolute;
      bottom: 0;
      padding: 30px; } }

.info-button-wrapper {
  margin: 1px;
  padding: 7.5px;
  text-align: center;
  background: #FFF; }
  @media screen and (min-width: 640px) {
    .info-button-wrapper {
      margin: 15px;
      padding: 15px; } }

.icon-wrapper {
  display: inline-block;
  width: 55px;
  height: 55px; }

.info-icon {
  height: 100%;
  width: auto; }

.info-button-text-wrapper {
  text-align: left;
  line-height: 1em;
  padding-left: 15px; }

.info-button-text {
  font-family: 'Source Sans Pro', sans-serif;
  /*font-size:21px !important;*/
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.announce-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  text-transform: uppercase; }

.announce-date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  font-weight: 800; }

.vertical-info-grid {
  height: 100%; }

.email-signup-link, .reveal {
  background-color: #ffcb07; }

.email-signup-link {
  padding: 7.5px;
  color: #222;
  position: fixed;
  left: -35px;
  z-index: 999999;
  top: 50%;
  cursor: pointer;
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  @media screen and (min-width: 640px) {
    .email-signup-link {
      padding: 15px; } }

.email-signup-link:focus {
  outline: none; }

#emailSignup {
  padding: 60px 30px 90px; }
  #emailSignup ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222; }
  #emailSignup ::-moz-placeholder {
    /* Firefox 19+ */
    color: #222; }
  #emailSignup :-ms-input-placeholder {
    /* IE 10+ */
    color: #222; }
  #emailSignup :-moz-placeholder {
    /* Firefox 18- */
    color: #222; }

input#mc-embedded-subscribe {
  background-color: black; }

::placeholder {
  color: black; }

.video_lightbox_auto_anchor_image {
  width: auto;
  height: 100%; }

.wpvl_auto_thumb_box {
  width: 100%;
  height: auto; }

.wpvl_auto_thumb_play {
  position: absolute;
  left: 50%;
  top: 50%; }

.feature-1-bg {
  position: relative;
  background-size: cover; }

.feature-1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.video-icon {
  max-width: 100px;
  margin: 30px auto; }

.play-icon {
  padding: 60px 0;
  position: relative; }
  .play-icon h4 {
    color: white !important; }
  .play-icon svg {
    width: 100px;
    max-width: 100%;
    margin: 0 auto; }

.pfnw-logo {
  max-width: 100%;
  width: 400px;
  margin: 0 auto 15px; }

.pfnw-icon {
  max-width: 100%;
  width: 200px;
  margin: 0 auto; }

.overlay-cta-button-container {
  text-transform: uppercase;
  font-weight: 800; }

.overlay-cta-button {
/*  width: 350px;
*/  max-width: 100%;
  margin: 10px auto;
  padding: 3px;
  color: #FFF;
  border: 2px solid #FFF;
  transition: all 0.5s;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 640px) {
    .overlay-cta-button {
      margin: 30px auto;
      padding: 15px;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.3); } }

.overlay-cta-button:hover {
  color: #000;
  background-color: white;
  background-color: white; }

.info-button-subtext {
  font-size: 9pt;
  text-transform: none; }

.orbit-next, .orbit-previous {
  font-size: 50px;
  display: none;
  opacity: 1;
  transition: all 0.5s; }
  @media screen and (min-width: 640px) {
    .orbit-next, .orbit-previous {
      display: block; } }

.orbit-next:hover, .orbit-previous:hover {
  opacity: 0.5; }

.speakers-button, .tickets-button {
  font-size: 17px; }
  @media screen and (mix-width: 640px) {
    .speakers-button, .tickets-button {
      font-size: 20px; } }

.feature-1-bg.features-block-parents.video-embed {
  /*width:400px;*/
  height: 300px;
  max-width: 100%; }
  @media screen and (min-width: 640px) {
    .feature-1-bg.features-block-parents.video-embed {
      /*width:640px;*/
      height: 300px; } }

.orbit-container {
  max-height: 790px; }
  @media screen and (max-height: 820px) {
    .orbit-container {
      max-height: 640px; } }

.lower-info {
  background-color: #111;
  color: #eee; }
  .lower-info h4 {
    color: #eee;
    margin-top: 0; }
  .lower-info .offering {
    padding: 60px 0;
    text-align: center;
    display: fex;
    align-self: center;
    padding-left: 30px;
    padding-right: 30px; }
    .lower-info .offering p {
      max-width: 420px;
      margin: 0 auto; }

img.video_lightbox_anchor_image {
  display: none !important; }

.speakers-grid-container {
  text-align: center; }

.speaker-page-title {
  background-color: #3DA8CC; }
  .speaker-page-title h1 {
    color: white; }

.speaker-block {
  position: relative;
  overflow: hidden; }
  .speaker-block img {
    width: 100%;
    height: auto;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.5s; }

.speaker-block:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.speaker-text-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  right: 0;
  color: #FFF;
  margin: 15px;
  padding: 7.5px;
  max-width: 75%; }
  .speaker-text-overlay h4, .speaker-text-overlay .h4, .speaker-text-overlay h6, .speaker-text-overlay .h6 {
    margin: 0;
    color: white;
    text-shadow: 0px 1px 1px black;
    text-align: right; }
  .speaker-text-overlay h4, .speaker-text-overlay .h4 {
    font-size: 110%; }
  .speaker-text-overlay h6, .speaker-text-overlay .h6 {
    font-size: .7rem; }
  @media screen and (min-width: 1024px) {
    .speaker-text-overlay {
      padding: 15px;
      max-width: 75%; } }

.speaker-icon-overlay {
  position: absolute;
  left:-10px;
  bottom: -10px; }
  @media screen and (min-width: 1024px) {
    .speaker-icon-overlay {
      bottom: 0px; 
      left:0;} }

.speaker-content-container img {
  width: 100%;
  max-width: 800px; }

.icon-wrapper.speakers.transit {
  width: 80px;
  height: 66px;
  margin: 0px; }

.icon-wrapper.speakers.food {
  width: 80px;
  height: 66px;
  margin: 15px auto 0px; }

.info-icon.speakers.transit {
  margin-left: 15px;
  margin-top: 7px; }

.info-icon.speakers.food {
  height: 40px;
  width: auto; }

.info-icon.speakers.inclusivity {
  width: 90%; }

.speakers img {
  max-width: 60%; }

.main-container {
  max-width: 1440px;
  float: none;
  display: block;
  width: auto;
  text-align: center;
  margin: 30px auto; }
  @media screen and (min-width: 640px) {
    .main-container {
      margin: 60px auto; } }
  @media screen and (min-width: 768px) {
    .main-container {
      margin: 120px auto; } }

.speaker-content-container {
  margin: 0 0 1.5em; }

.speaker-divider {
  border-bottom: 1px solid #ddd; }

.header-socials.speaker-header-socials {
  float: none; }

.speaker-bio-wrapper {
  text-align: justify;
  margin: 30px auto;
  margin: 15px; }
  @media screen and (min-width: 640px) {
    .speaker-bio-wrapper {
      margin: 30px; } }
  @media screen and (min-width: 768px) {
    .speaker-bio-wrapper {
      margin: 45px; } }

.speaker-headline h1 {
  letter-spacing: 0.018em;
  margin: 15px auto;
  font-size: 32px; }
  @media screen and (min-width: 640px) {
    .speaker-headline h1 {
      margin: 30px; } }
  @media screen and (min-width: 768px) {
    .speaker-headline h1 {
      margin: 45px 45px 30px 45px; } }

.icon-wrapper.speakers {
  /*margin: 15px;*/ }

.share-social-icon {
  font-size: 15pt;
  color: white;
  background: black;
  padding: 7px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 0.1em;
  padding: 5px;
  border-radius: 50%; }

.promote-speakers p {
  text-transform: uppercase;
  text-align: center; }

.past-winner-image-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 500px; }
  .past-winner-image-container h2 {
    z-index: 999;
    color: white !important; }

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.past-winner-section {
  padding: 0px 30px 30px 30px; }

.past-winner-text-container {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  padding: 60px;
  text-align: center; }

.pfnw-winner-section {
  position: relative; }
  .pfnw-winner-section h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px; }

.pfnw-content {
  padding: 0px 15px; }

.pfnw-alumni .cell {
  padding: 0 15px; }

.pfnw-img {
  min-height: 300px; }

.pfnw-section {
  padding: 60px 0px; }
  @media screen and (min-width: 768px) {
    .pfnw-section {
      padding: 120px 0px 160px; } }

.pfnw-section:nth-of-type(even) {
  background-color: #fafafa; }

.pfnw-section:last-of-type {
  padding-bottom: 0; }

.pfnw-title {
  padding: 30px 30px; }

.pfnw-title img {
  margin: -10px auto 0;
  width: 620px;
  max-width: 100%; }

.pfnw-description .rte {
  background-color: #fafafa; }

.pfnw-description .cell {
  padding: 60px;
  display: flex;
  align-items: center; }

h3.pfnw-content {
  max-width: 740px;
  margin: 30px auto;
  line-height: 1;
  font-weight: 400; }

.apply-late {
  background-color: #ffca07; }

.btn-pfnw {
  background-color: #143358 !important;
  color: white !important;
  padding: 15px 30px;
  margin: 30px auto;
  min-height: auto;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 100; }

.btn-pfnw:hover {
  background-color: #8ccb97 !important;
  color: #231f20 !important; }

.pfnw a {
  color: #143358; }

.pfnw a:hover {
  color: #ec1c24; }

.judges {
  border: 1px solid; }

span.judge {
  border-bottom: 1px solid;
  padding-bottom: 1px;
  font-size: 1.3rem;
  text-transform: none;
  letter-spacing: 0; }

.alumni h6 {
  margin-top: 15px !important; }

.schedule-content-container {
  margin: 15px; }
  @media screen and (min-width: 640px) {
    .schedule-content-container {
      margin: 30px; } }

.schedule-container {
  margin: 30px 0px; }

.schedule-headline {
  text-align: center;
  margin: 30px; }
  .schedule-headline h2 {
    line-height: 1em;
    font-size: 26px; }
    @media screen and (min-width: 640px) {
      .schedule-headline h2 {
        font-size: 36px; } }
  .schedule-headline h3, .schedule-headline h4 {
    font-weight: 400;
    margin: 0px;
    line-height: 1.2em;
    font-size: 15px; }
    @media screen and (min-width: 640px) {
      .schedule-headline h3, .schedule-headline h4 {
        font-size: 18px; } }

.schedule-full-width-headline-wrapper {
  background-color: #133559;
  padding: 15px 30px; }
  .schedule-full-width-headline-wrapper h3 {
    color: #FFF;
    line-height: 20px;
    margin-bottom: 0px;
    font-size: 18px; }

.stage-headline-wrapper {
  margin-left: 30px;
  height: 60px; }
  .stage-headline-wrapper h4 {
    font-size: 18px;
    letter-spacing: 0.5px; }
  .stage-headline-wrapper .stage-parens {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize; }

.stage-wrapper.main-stage {
  background-color: #a6a8ab; }

.stage-wrapper.workshop-stage {
  background-color: #8cca97; }

.stage-wrapper.pfnw-stage {
  background-color: #ffcb0a; }

.schedule-events-container {
  background-color: white;
  margin-left: 7.5px;
  padding: 7.5px; }
  @media screen and (min-width: 640px) {
    .schedule-events-container {
      padding: 15px;
      margin-left: 15px; } }

.schedule-events-container.april4 {
  margin-left: 0px; }

.schedule-event-wrapper {
  border-bottom: 1px solid #a6a8ab;
  padding: 7.5px;
  margin-top: 15px; }

.schedule-description {
  position: relative;
  padding-left: 30px; }
  .schedule-description .schedule-description-rte {
    padding: 0 15px;
    height: 90px;
    overflow: hidden; }

.schedule-description-rte p {
  margin-bottom: 0.7em; }

.schedule-description.highlight .schedule-description-rte {
  height: auto; }

.open-btn {
  position: absolute;
  top: 0;
  right: 0; }

.schedule-time {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  /*white-space: pre-line;*/ }

.schedule-time p {
  margin-bottom: 0;
  font-weight: bold; }

.schedule-theme-icon {
  width: 50px;
  min-width: 50px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px; }
  .schedule-theme-icon .health, .schedule-theme-icon .inclusivity {
    width: 45px !important;
    height: 45px; }
  .schedule-theme-icon .transit {
    width: 45px;
    height: auto;
    margin-left: 0 !important; }

.schedule-icon-legend-section {
  background-color: #FFF;
  padding: 15px 7.5px; }

.info-button-text.schedule {
  color: #000; }
@media screen and (max-width: 1024px) {
  li.hide-mobile {
    display: none!important; } }
