/*!
Theme Name: PIXELvienna Theme
Theme URI: http://underscores.me/
Author: Immanuel Bauer
Author URI: http://bubblebird.at
Description: A general theme for PIXELvienna
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: pxl
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.

PIXELvienna Theme 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
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# PIXELvienna Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,400i,700,700i");
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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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,
textarea {
  color: #404040;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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: 1.5em; }

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 {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  clear: both; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      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: auto; }
  .main-navigation li {
    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 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    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; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

.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%; }

/*--------------------------------------------------------------
## 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; }

/*--------------------------------------------------------------
# PIXELvienna Styles
--------------------------------------------------------------*/
/*
 * PIXELvienna Styles
 */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #333; }

p {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin: 0.5625rem 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  .bigger p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0.75rem 0; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }
  p:empty {
    margin: 0; }

ul {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin: 0.5625rem 0;
  padding-left: 1.5rem; }

#background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center top; }

.site {
  position: relative;
  z-index: 1; }

@media (max-width: 599px) {
  .site-content {
    border-top: 3px solid #0da1ff; } }

.site-main {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 10px 10px; }

.page.page-content {
  padding-bottom: 2rem; }

.page-title,
.section-title,
.entry-title,
.entry-content h2 {
  margin: 0;
  padding: 2rem 0;
  text-align: center;
  color: #003353;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 2rem;
  font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif; }
  .page-title .lower,
  .section-title .lower,
  .entry-title .lower,
  .entry-content h2 .lower {
    text-transform: lowercase; }
  .page-title.white,
  .section-title.white,
  .entry-title.white,
  .entry-content h2.white {
    color: #fff; }

.entry-content h3 {
  margin: 1.5rem 0 .5rem 0;
  padding: 0;
  text-align: center;
  color: #0da1ff;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 1.5rem;
  font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
  font-weight: normal; }

p a,
.entry-content a {
  color: #0da1ff;
  text-decoration: none; }
  p a:hover,
  .entry-content a:hover {
    text-decoration: underline; }

.row.no-margin {
  margin: 0; }

.row.no-padding {
  padding: 0; }

.entry-content {
  margin: 0; }

.btn, a.btn {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
  cursor: pointer;
  padding: .75rem 1rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #003353;
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 3px;
  position: relative;
  line-height: 1em; }
  .btn:hover, .btn:focus, a.btn:hover, a.btn:focus {
    background: #0b8fe3;
    text-decoration: none; }
  .btn:active, a.btn:active {
    background: #003353; }
  .btn.border, a.btn.border {
    line-height: 2.5rem;
    padding: 0 1rem;
    border: 1px solid rgba(0, 51, 83, 0.5);
    letter-spacing: 0;
    background: transparent;
    color: #003353;
    text-transform: none;
    border-radius: 0; }
    .btn.border:hover, .btn.border:focus, a.btn.border:hover, a.btn.border:focus {
      background: rgba(0, 51, 83, 0.1);
      outline: 0; }
    .btn.border:active, a.btn.border:active {
      background: rgba(0, 51, 83, 0.1); }
    .btn.border.white, a.btn.border.white {
      border-color: rgba(255, 255, 255, 0.5);
      color: #fff; }
      .btn.border.white:hover, .btn.border.white:focus, a.btn.border.white:hover, a.btn.border.white:focus {
        background: rgba(255, 255, 255, 0.1); }
      .btn.border.white:active, a.btn.border.white:active {
        background: rgba(255, 255, 255, 0.1); }

.section {
  padding-bottom: 3rem; }
  .section.blue, .section.dark {
    background-color: #003353;
    color: #fff; }
    .section.blue h1, .section.blue h2, .section.dark h1, .section.dark h2 {
      color: #fff; }
  .section.grey {
    background-color: #eee; }
  .section.image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .section.extrapad {
    padding-top: 3rem;
    padding-bottom: 6rem; }

@media (max-width: 767px) {
  .page-content {
    padding: 0 1rem; } }

.site-header {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  height: 70vh;
  min-height: 200px;
  position: relative; }
  .site-header .date {
    position: absolute;
    left: 10px;
    bottom: 80px;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 0.9em;
    letter-spacing: 0.05em;
    font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
    font-weight: 300;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.9); }
    .site-header .date b {
      letter-spacing: 0em; }
    @media (max-width: 599px) {
      .site-header .date {
        bottom: 10px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center; } }
  .site-header .whatisthis {
    position: absolute;
    right: 10px;
    bottom: 80px;
    font-weight: 300;
    font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
    font-size: 1.5625rem;
    line-height: 0.9em;
    color: #fff;
    text-transform: uppercase;
    text-align: justify;
    margin-bottom: -0.9em;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    z-index: 1;
    display: none; }
    .site-header .whatisthis::after {
      content: '';
      display: inline-block;
      width: 100%; }
    @media (max-width: 599px) {
      .site-header .whatisthis {
        bottom: 10px; } }
    @media (max-width: 500px) {
      .site-header .whatisthis {
        bottom: 90px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px; } }
  .site-header .main-navigation {
    width: 100%;
    background: #0da1ff;
    text-align: center;
    text-transform: uppercase;
    height: 3.9375rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    z-index: 2; }
    .site-header .main-navigation.fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10; }
      .site-header .main-navigation.fixed .small-logo {
        opacity: 1;
        visibility: visible; }
    .site-header .main-navigation li {
      display: inline-block; }
    .site-header .main-navigation a {
      display: inline-block;
      font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
      font-weight: bold;
      color: #fff;
      font-size: 1.375rem;
      letter-spacing: 0.14em;
      line-height: 3.9375rem;
      padding: 0 1rem;
      outline: 0; }
      .site-header .main-navigation a:hover {
        background: rgba(255, 255, 255, 0.2); }
      .site-header .main-navigation a.small-logo {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        position: absolute;
        left: 10px;
        top: 8px;
        display: block;
        background: none !important;
        line-height: 0;
        padding: 0;
        z-index: 1000; }
        .site-header .main-navigation a.small-logo svg {
          height: 47px;
          width: auto; }
        @media (max-width: 599px) {
          .site-header .main-navigation a.small-logo {
            opacity: 1;
            visibility: visible; } }
    @media (max-width: 599px) {
      .site-header .main-navigation {
        position: fixed;
        top: 0;
        bottom: auto; }
        .site-header .main-navigation ul {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          background: #0da1ff;
          z-index: 999; }
        .site-header .main-navigation li {
          display: block; } }
  .site-header .logo {
    position: absolute;
    left: 50%;
    bottom: 76px;
    width: 15rem;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .site-header .logo svg {
      width: 100%;
      height: 100%; }
    @media (max-width: 599px) {
      .site-header .logo {
        bottom: 87px;
        max-width: 50vw; } }
  .site-header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    @media (max-width: 599px) {
      .site-header .social {
        right: 4rem; } }
    .site-header .social a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 .5rem;
      padding: 0;
      border-radius: 100%;
      -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0); }
      .site-header .social a:hover {
        -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2); }
.site-header .social a img {
	width: 2rem;
	height: 2rem;
}

.menu-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  outline: 0;
  z-index: 1000; }
  .menu-toggle .icon {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    position: absolute;
    right: 6px;
    top: 14px; }
    .menu-toggle .icon::before, .menu-toggle .icon::after {
      content: '';
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%);
      background: inherit;
      display: block;
      -webkit-transition: inherit;
      transition: inherit; }
    .menu-toggle .icon::after {
      -webkit-transform: translateY(100%);
      transform: translateY(100%); }
  .toggled .menu-toggle .icon {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
    .toggled .menu-toggle .icon:before {
      -webkit-transform: rotateZ(-90deg);
      transform: rotateZ(-90deg); }
    .toggled .menu-toggle .icon:after {
      -webkit-transform: translateY(-100%) rotateZ(-90deg);
      transform: translateY(-100%) rotateZ(-90deg); }

.home .frontpage {
  padding: 0;
  margin: 0;
  color: #fff;
  position: relative;
  line-height: 0;
  font-weight: bold;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif; }
  .home .frontpage a {
    color: #fff;
    text-decoration: none;
    outline: 0; }
    .home .frontpage a:hover, .home .frontpage a:focus {
      outline: 0; }
  .home .frontpage h3 {
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 1.5rem 2rem .75rem .75rem;
    font-size: 1.375rem;
    line-height: 0.91em;
    font-weight: 300;
    margin: 0;
    color: inherit; }
    .home .frontpage h3 span {
      position: relative;
      z-index: 1; }
    .home .frontpage h3 svg.shape {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      z-index: 0; }
      .home .frontpage h3 svg.shape .main {
        fill: #0da1ff; }
      .home .frontpage h3 svg.shape .dark {
        fill: #0b8fe3; }
    .home .frontpage h3.tag {
      left: 50%;
      bottom: 0;
      padding: .75rem 2rem .5rem;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 700; }
    .home .frontpage h3.title {
      text-align: left; }

.home .speakers {
  background: #003353;
  padding-bottom: 2rem; }
  .home .speakers .speaker h2 {
    margin-top: .5rem;
    padding: 0; }
  .home .speakers .speaker h2,
  .home .speakers .speaker .company,
  .home .speakers .speaker .position {
    text-transform: none;
    letter-spacing: 0; }

.speaker {
  position: relative;
  margin: 0; }
  .speaker a {
    text-decoration: none;
    outline: 0; }
    .speaker a:hover {
      text-decoration: none; }
    .speaker a:focus {
      outline: 0; }
  .archive .speaker {
    padding: 0; }
  .speaker .teaser {
    line-height: 0;
    font-size: 0;
    padding-top: 64.2857%;
    position: relative;
    background-color: rgba(13, 161, 255, 0.3); }
    .speaker .teaser img {
      position: absolute;
      top: 0;
      left: 0; }
  .speaker .portrait {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    background: #fff; }
    .home .speaker .portrait {
      position: static;
      -webkit-transform: none;
      transform: none;
      border: 0;
      top: auto;
      left: auto;
      margin: 0 auto; }
  .speaker header {
    padding: 60px 1rem 0;
    position: relative;
    height: calc(60px + 5.0625rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .speaker h2,
  .speaker .company,
  .speaker .position {
    font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #003353;
    font-size: 1rem;
    line-height: 1.125em;
    letter-spacing: .14em; }
    .home .speaker h2, .home
    .speaker .company, .home
    .speaker .position {
      color: #fff; }
  .speaker .company,
  .speaker .position {
    font-weight: 300; }
  .speaker .entry-content {
    position: relative;
    margin: 0;
    padding: 0 1rem 1rem 1rem; }
  .speaker .entry-footer {
    padding: 0 1rem 0;
    opacity: 0.3;
    font-size: 0.8125rem; }
    .speaker .entry-footer:hover {
      opacity: 1; }
  .speaker img {
    width: 100%;
    height: auto; }
  .speaker:nth-of-type(even) {
    background-color: #eee; }
    .speaker:nth-of-type(even) .teaser {
      background-color: rgba(0, 51, 83, 0.3); }
    .speaker:nth-of-type(even) .portrait {
      background: #eee;
      border-color: #eee; }
  .home .speaker {
    background: none;
    margin-bottom: 2rem; }

.talks {
  margin: 0;
  padding: 0; }
  .talks .talk {
    display: block;
    margin: .5rem 0;
    position: relative; }
    .talks .talk .abstract {
      background: #0da1ff;
      color: #fff;
      padding: .5rem .75rem;
      position: relative;
      z-index: 2; }
      .talks .talk .abstract h3 {
        color: inherit;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 0.8125rem;
        text-align: left;
        text-transform: none;
        letter-spacing: 0;
        margin: 0;
        display: inline; }
        .talks .talk .abstract h3 strong {
          text-transform: uppercase;
          letter-spacing: .14em;
          font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif; }
      .talks .talk .abstract .infos {
        opacity: 0.7;
        display: block; }
        .talks .talk .abstract .infos .day {
          text-transform: uppercase; }
        .talks .talk .abstract .infos .room {
          text-transform: capitalize; }
      .talks .talk .abstract .speaker {
        color: #fff;
        text-decoration: none;
        display: block;
        background: transparent; }
        .talks .talk .abstract .speaker:hover {
          text-decoration: underline; }
    .schedule .talks .talk.workshop .abstract, .schedule .talks .talk.talk .abstract {
      height: auto;
      min-height: 100%; }
    .schedule .talks .talk.general .abstract {
      height: 2.25rem; }
      .schedule .talks .talk.general .abstract .infos {
        display: inline-block; }
      .schedule .talks .talk.general .abstract h3 strong {
        display: none; }
    .talks .talk.room2 .abstract {
      background-color: #ac0dff; }
    .talks .talk.room3 .abstract {
      background-color: #003353; }
    .talks .talk.workshop .abstract {
      background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px); }
    .talks .talk.general .abstract {
      color: #666;
      background-color: #eee; }
    .talks .talk .fullinfo {
      position: absolute;
      background: #fff;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      display: block;
      bottom: 100%;
      padding: .5rem;
      z-index: 1;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-transform: translateY(20px);
      transform: translateY(20px); }
    .talks .talk.general .fullinfo {
      display: none; }
    .talks .talk:hover {
      z-index: 5; }
      .talks .talk:hover .fullinfo {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none; }

.schedule .day-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .schedule .day-group > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 .5rem; }
    .schedule .day-group > *:first-child {
      padding-left: 0; }
    .schedule .day-group > *:last-child {
      padding-right: 0; }

.schedule h2 {
  text-transform: uppercase;
  color: #003353;
  font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 2rem 0 .5rem; }

.schedule .talks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr 1fr;
  grid-template-columns: auto 1fr 1fr;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  list-style: none; }
 .schedule.schedule--singleroom .talks {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;	 
}
  .schedule .talks .header {
    text-transform: uppercase;
    padding: .25rem .75rem;
    margin-bottom: -.25rem;
    color: #999;
    border-bottom: 1px solid #0da1ff; }
    .schedule .talks .header.room2 {
      border-color: #ac0dff; }
  .schedule .talks .time-header {
    padding: .5rem 0;
    -ms-grid-column: 1;
    grid-column: 1;
    color: #999; }
  .schedule .talks .talk {
    margin: 0; }
    .schedule .talks .talk.general {
      -ms-grid-column-span: 2;
      grid-column-end: span 2; }
  .schedule .talks .room1 {
    -ms-grid-column: 2;
    grid-column: 2; }
  .schedule .talks .room2 {
    -ms-grid-column: 3;
    grid-column: 3; }
  .schedule .talks .row1 {
    -ms-grid-row: 1;
    grid-row: 1; }
  .schedule .talks .row2 {
    -ms-grid-row: 2;
    grid-row: 2; }
  .schedule .talks .row3 {
    -ms-grid-row: 3;
    grid-row: 3; }
  .schedule .talks .row4 {
    -ms-grid-row: 4;
    grid-row: 4; }
  .schedule .talks .row5 {
    -ms-grid-row: 5;
    grid-row: 5; }
  .schedule .talks .row6 {
    -ms-grid-row: 6;
    grid-row: 6; }
  .schedule .talks .row7 {
    -ms-grid-row: 7;
    grid-row: 7; }
  .schedule .talks .row8 {
    -ms-grid-row: 8;
    grid-row: 8; }
  .schedule .talks .row9 {
    -ms-grid-row: 9;
    grid-row: 9; }
  .schedule .talks .row10 {
    -ms-grid-row: 10;
    grid-row: 10; }
.schedule .talks .row11 {
    -ms-grid-row: 11;
    grid-row: 11; }
  .schedule .talks .row12 {
    -ms-grid-row: 12;
    grid-row: 12; }
  .schedule .talks .row13 {
    -ms-grid-row: 13;
    grid-row: 13; }
  .schedule .talks .row14 {
    -ms-grid-row: 14;
    grid-row: 14; }
  .schedule .talks .row15 {
    -ms-grid-row: 15;
    grid-row: 15; }
  .schedule .talks .row16 {
    -ms-grid-row: 16;
    grid-row: 16; }
  .schedule .talks .row17 {
    -ms-grid-row: 17;
    grid-row: 17; }
  .schedule .talks .row18 {
    -ms-grid-row: 18;
    grid-row: 18; }
  .schedule .talks .row19 {
    -ms-grid-row: 19;
    grid-row: 19; }
  .schedule .talks .row20 {
    -ms-grid-row: 20;
    grid-row: 20; }
  .schedule .talks .span2rows {
    -ms-grid-row-span: 2;
    grid-row-end: span 2; }
  .schedule .talks .span2cols {
    -ms-grid-column-span: 2;
    grid-column-end: span 2; }

.home .tickets {
  background: #eee; }

.ticket {
  padding: 0 3rem 4rem !important;
  position: relative; }
  .ticket h2 {
    text-transform: uppercase;
    font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
    color: #003353;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-align: center; }
  .ticket:nth-of-type(3n + 2) {
    background: #eee; }
    .ticket:nth-of-type(3n + 2) h2 {
      font-weight: bold; }
    .home .ticket:nth-of-type(3n + 2) {
      background: #fff; }
  .ticket .price {
    display: block;
    font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
    font-size: 2rem;
    color: #003353;
    font-weight: bold;
    text-align: center;
    line-height: 2rem;
    margin: 0 0 1rem 0; }
    .ticket .price i {
      font-style: normal;
      font-weight: 300;
      font-size: 2rem; }
    .ticket .price .label {
      display: block;
      font-weight: 300;
      font-size: 1rem;
      line-height: 1rem;
      text-transform: uppercase; }
    .ticket .price.top {
      color: #fff;
      background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40' version='1.1'%3E %3Ccircle cx='20' cy='20' r='20' fill='rgba(0, 51, 83, 0.999)' /%3E %3C/svg%3E") center/auto 100% no-repeat;
      border-radius: 100%;
      font-size: 3rem;
      padding: 3rem 0 2.5rem; }
  .ticket .button {
    text-align: center;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0; }

.ticket-switch {
  text-align: center;
  margin-bottom: 2rem; }
  .ticket-switch .label {
    display: inline-block;
    font-size: 1.25rem;
    font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
    font-weight: 300;
    letter-spacing: 0.12em;
    color: #003353;
    text-transform: uppercase;
    vertical-align: top; }
  .ticket-switch .switch {
    display: inline-block;
    margin: .5rem; }
    .ticket-switch .switch input {
      display: none; }
      .ticket-switch .switch input + label {
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        border: 1px solid #003353;
        border-radius: .625rem;
        height: 1.25rem;
        width: 2.5rem;
        margin-top: -2px;
        cursor: pointer;
        position: relative; }
        .ticket-switch .switch input + label::before {
          content: '';
          background: #003353;
          width: calc(1.25rem - 6px);
          height: calc(1.25rem - 6px);
          display: block;
          position: absolute;
          left: 2px;
          top: 2px;
          border-radius: 100%;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .ticket-switch .switch input:checked + label:before {
        left: auto;
        right: 2px; }

.ticket-buy {
  text-align: center;
  background: #f0f0f0;
  padding: 4rem 0 2rem; }
  .ticket-buy .ticket-item {
    margin: 0 auto 2rem auto;
    max-width: 600px;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: .25rem;
    padding: .25rem 1rem;
    text-align: left;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    background: #fff;
    position: relative; }
    .ticket-buy .ticket-item .input-group {
      margin: 1rem 0; }
      .ticket-buy .ticket-item .input-group input {
        width: 100%;
        font-size: 0.8125rem;
        line-height: 1.125rem;
        padding: .5rem 0 .25rem;
        border: 0;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        color: #111; }
      .ticket-buy .ticket-item .input-group input {
        -webkit-box-shadow: 0 2px 0 rgba(0, 51, 83, 0.5);
        box-shadow: 0 2px 0 rgba(0, 51, 83, 0.5); }
        .ticket-buy .ticket-item .input-group input:focus, .ticket-buy .ticket-item .input-group input:not(:empty) {
          -webkit-box-shadow: 0 2px 0 #003353;
          box-shadow: 0 2px 0 #003353; }
        .ticket-buy .ticket-item .input-group input.error, .ticket-buy .ticket-item .input-group input:not(:valid):not(:empty) {
          -webkit-box-shadow: 0 2px 0 #c00;
          box-shadow: 0 2px 0 #c00; }
    .ticket-buy .ticket-item label {
      font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
      letter-spacing: .12em;
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 300; }
    .ticket-buy .ticket-item .remove {
      position: absolute;
      top: 0;
      right: 0;
      width: 2rem;
      height: 2rem;
      overflow: hidden;
      text-indent: -9999px;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: 0;
      background: transparent;
      padding: 0;
      opacity: 0.3;
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
      .ticket-buy .ticket-item .remove:hover {
        opacity: 1; }
      .ticket-buy .ticket-item .remove::after {
        content: '+';
        font-weight: bold;
        -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
        transform: translate(-50%, -50%) rotateZ(45deg);
        font-size: 2rem;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        color: #003353;
        text-indent: 0; }
    .ticket-buy .ticket-item:first-of-type .remove {
      display: none; }
  .ticket-buy .select {
    position: relative;
    display: inline-block;
    font-size: 1rem; }
    .ticket-buy .select select {
      width: 100%;
      padding: .5rem 0;
      border: 0;
      outline: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0;
      color: #111;
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer;
      line-height: 1.125rem; }
    .ticket-buy .select .selection {
      background: #003353;
      color: #fff;
      font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
      display: block;
      text-transform: uppercase;
      letter-spacing: .12em;
      pointer-events: none;
      position: relative;
      z-index: 1;
      padding: .5rem 2rem .5rem .5rem;
      white-space: nowrap;
      font-weight: 300; }
    .ticket-buy .select::after {
      content: '';
      display: block;
      position: absolute;
      z-index: 2;
      top: 50%;
      right: .5rem;
      margin-top: -2px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 5px 0 5px;
      border-color: #ffffff transparent transparent transparent; }

.ticket-error {
  color: #c00;
  padding: 1rem 0; }

.ticket-add {
  text-align: center; }
  .ticket-add .btn {
    background: #ccc; }
    .ticket-add .btn:hover {
      background: #0b8fe3; }

.ticket-total {
  border-top: 1px solid #999;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
  letter-spacing: .12em;
  font-weight: 300;
  max-width: 600px;
  margin: 2rem auto 0 auto;
  padding: 1rem .5rem;
  font-size: 1.25rem; }
  .ticket-total .total {
    font-weight: bold; }

.ping {
  width: 40px;
  height: 40px;
  display: inline-block; }
  .ping::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0da1ff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0); }
    .loading .ping::before {
      -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
      animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ticket-checkout {
  margin-top: 1rem; }
  .ticket-checkout .btn .load-anim {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0; }

.ticket-note {
  margin: .5rem 0 0 0;
  font-size: 0.875rem;
  opacity: 0.5; }

.ticket-payment-message {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  text-align: center;
  margin-bottom: 2rem; }
  .ticket-payment-message.error {
    color: #c00; }

.ticket-payment-loading-indicator {
  text-align: center; }
  .ticket-payment-loading-indicator .ping {
    margin: 1rem 0; }

.ticket-smallprint {
  text-align: center;
  padding: 2rem 0; }

.ticket-intro {
  text-align: center;
  padding: 0 0 2rem; }

.location {
  padding: 0 !important; }
  .location h3 {
    color: #0da1ff;
    font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: size(22px);
    margin: .5rem 0;
    line-height: 1em; }
  .location .content, .location .address {
    padding: 0 1rem; }
  .location .address {
    margin-top: 1rem; }

.partners {
  background: #eee; }

.site-footer {
  font-size: size(14px);
  line-height: 1em;
  font-family: "Open Sans Condensed", "Helvetica Neue Condensed", sans-serif;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 2rem 1rem;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)); }
  .site-footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: inline-block; }
    .site-footer a:hover {
      color: #fff; }
  .site-footer strong {
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem; }
  .site-footer .organizers {
    margin-bottom: 2rem; }
    .site-footer .organizers a {
      display: inline-block;
      margin-right: 1rem;
      vertical-align: top; }
    .site-footer .organizers svg {
      height: 40px;
      width: auto; }
  .site-footer .designers a {
    margin-right: 2rem; }
  .site-footer ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0 0;
    padding: 0;
    font-size: inherit; }
