/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #4a4a4a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
[data-whatinput="mouse"] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before,
.row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .column,
  .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}
.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.25%;
}

.small-push-1 {
  position: relative;
  left: 8.25%;
}

.small-pull-1 {
  position: relative;
  left: -8.25%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.5%;
}

.small-push-2 {
  position: relative;
  left: 16.5%;
}

.small-pull-2 {
  position: relative;
  left: -16.5%;
}

.small-offset-1 {
  margin-left: 8.25%;
}

.small-3 {
  width: 24.5%;
}

.small-push-3 {
  position: relative;
  left: 24.5%;
}

.small-pull-3 {
  position: relative;
  left: -24.5%;
}

.small-offset-2 {
  margin-left: 16.5%;
}

.small-4 {
  width: 33%;
}

.small-push-4 {
  position: relative;
  left: 33%;
}

.small-pull-4 {
  position: relative;
  left: -33%;
}

.small-offset-3 {
  margin-left: 24.5%;
}

.small-5 {
  width: 41%;
}

.small-push-5 {
  position: relative;
  left: 41%;
}

.small-pull-5 {
  position: relative;
  left: -41%;
}

.small-offset-4 {
  margin-left: 33%;
}

.small-6 {
  width: 49.5%;
}

.small-push-6 {
  position: relative;
  left: 49.5%;
}

.small-pull-6 {
  position: relative;
  left: -49.5%;
}

.small-offset-5 {
  margin-left: 41%;
}

.small-7 {
  width: 57.7%;
}

.small-push-7 {
  position: relative;
  left: 57.7%;
}

.small-pull-7 {
  position: relative;
  left: -57.7%;
}

.small-offset-6 {
  margin-left: 49.5%;
}

.small-8 {
  width: 66%;
}

.small-push-8 {
  position: relative;
  left: 66%;
}

.small-pull-8 {
  position: relative;
  left: -66%;
}

.small-offset-7 {
  margin-left: 57.7%;
}

.small-9 {
  width: 74.5%;
}

.small-push-9 {
  position: relative;
  left: 74.5%;
}

.small-pull-9 {
  position: relative;
  left: -74.5%;
}

.small-offset-8 {
  margin-left: 66%;
}

.small-10 {
  width: 82.5%;
}

.small-push-10 {
  position: relative;
  left: 82.5%;
}

.small-pull-10 {
  position: relative;
  left: -82.5%;
}

.small-offset-9 {
  margin-left: 74.5%;
}

.small-11 {
  width: 90.3%;
}

.small-push-11 {
  position: relative;
  left: 90.3%;
}

.small-pull-11 {
  position: relative;
  left: -90.3%;
}

.small-offset-10 {
  margin-left: 82.5%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 90.3%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
  clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
  clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
  clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
  clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
  clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
  clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
  clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
  clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.25%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.25%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.25%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.5%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.5%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.5%;
  }
  .medium-offset-1 {
    margin-left: 8.25%;
  }
  .medium-3 {
    width: 24.5%;
  }
  .medium-push-3 {
    position: relative;
    left: 24.5%;
  }
  .medium-pull-3 {
    position: relative;
    left: -24.5%;
  }
  .medium-offset-2 {
    margin-left: 16.5%;
  }
  .medium-4 {
    width: 33%;
  }
  .medium-push-4 {
    position: relative;
    left: 33%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33%;
  }
  .medium-offset-3 {
    margin-left: 24.5%;
  }
  .medium-5 {
    width: 41%;
  }
  .medium-push-5 {
    position: relative;
    left: 41%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41%;
  }
  .medium-offset-4 {
    margin-left: 33%;
  }
  .medium-6 {
    width: 49.5%;
  }
  .medium-push-6 {
    position: relative;
    left: 49.5%;
  }
  .medium-pull-6 {
    position: relative;
    left: -49.5%;
  }
  .medium-offset-5 {
    margin-left: 41%;
  }
  .medium-7 {
    width: 57.7%;
  }
  .medium-push-7 {
    position: relative;
    left: 57.7%;
  }
  .medium-pull-7 {
    position: relative;
    left: -57.7%;
  }
  .medium-offset-6 {
    margin-left: 49.5%;
  }
  .medium-8 {
    width: 66%;
  }
  .medium-push-8 {
    position: relative;
    left: 66%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66%;
  }
  .medium-offset-7 {
    margin-left: 57.7%;
  }
  .medium-9 {
    width: 74.5%;
  }
  .medium-push-9 {
    position: relative;
    left: 74.5%;
  }
  .medium-pull-9 {
    position: relative;
    left: -74.5%;
  }
  .medium-offset-8 {
    margin-left: 66%;
  }
  .medium-10 {
    width: 82.5%;
  }
  .medium-push-10 {
    position: relative;
    left: 82.5%;
  }
  .medium-pull-10 {
    position: relative;
    left: -82.5%;
  }
  .medium-offset-9 {
    margin-left: 74.5%;
  }
  .medium-11 {
    width: 90.3%;
  }
  .medium-push-11 {
    position: relative;
    left: 90.3%;
  }
  .medium-pull-11 {
    position: relative;
    left: -90.3%;
  }
  .medium-offset-10 {
    margin-left: 82.5%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 90.3%;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n + 1),
  .medium-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n + 1),
  .medium-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n + 1),
  .medium-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n + 1),
  .medium-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n + 1),
  .medium-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n + 1),
  .medium-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n + 1),
  .medium-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n + 1),
  .medium-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.25%;
  }
  .large-push-1 {
    position: relative;
    left: 8.25%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.25%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.5%;
  }
  .large-push-2 {
    position: relative;
    left: 16.5%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.5%;
  }
  .large-offset-1 {
    margin-left: 8.25%;
  }
  .large-3 {
    width: 24.5%;
  }
  .large-push-3 {
    position: relative;
    left: 24.5%;
  }
  .large-pull-3 {
    position: relative;
    left: -24.5%;
  }
  .large-offset-2 {
    margin-left: 16.5%;
  }
  .large-4 {
    width: 33%;
  }
  .large-push-4 {
    position: relative;
    left: 33%;
  }
  .large-pull-4 {
    position: relative;
    left: -33%;
  }
  .large-offset-3 {
    margin-left: 24.5%;
  }
  .large-5 {
    width: 41%;
  }
  .large-push-5 {
    position: relative;
    left: 41%;
  }
  .large-pull-5 {
    position: relative;
    left: -41%;
  }
  .large-offset-4 {
    margin-left: 33%;
  }
  .large-6 {
    width: 49.5%;
  }
  .large-push-6 {
    position: relative;
    left: 49.5%;
  }
  .large-pull-6 {
    position: relative;
    left: -49.5%;
  }
  .large-offset-5 {
    margin-left: 41%;
  }
  .large-7 {
    width: 57.7%;
  }
  .large-push-7 {
    position: relative;
    left: 57.7%;
  }
  .large-pull-7 {
    position: relative;
    left: -57.7%;
  }
  .large-offset-6 {
    margin-left: 49.5%;
  }
  .large-8 {
    width: 66%;
  }
  .large-push-8 {
    position: relative;
    left: 66%;
  }
  .large-pull-8 {
    position: relative;
    left: -66%;
  }
  .large-offset-7 {
    margin-left: 57.7%;
  }
  .large-9 {
    width: 74.5%;
  }
  .large-push-9 {
    position: relative;
    left: 74.5%;
  }
  .large-pull-9 {
    position: relative;
    left: -74.5%;
  }
  .large-offset-8 {
    margin-left: 66%;
  }
  .large-10 {
    width: 82.5%;
  }
  .large-push-10 {
    position: relative;
    left: 82.5%;
  }
  .large-pull-10 {
    position: relative;
    left: -82.5%;
  }
  .large-offset-9 {
    margin-left: 74.5%;
  }
  .large-11 {
    width: 90.3%;
  }
  .large-push-11 {
    position: relative;
    left: 90.3%;
  }
  .large-pull-11 {
    position: relative;
    left: -90.3%;
  }
  .large-offset-10 {
    margin-left: 82.5%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 90.3%;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n + 1),
  .large-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n + 1),
  .large-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n + 1),
  .large-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n + 1),
  .large-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n + 1),
  .large-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n + 1),
  .large-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n + 1),
  .large-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n + 1),
  .large-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row.expanded {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.column,
.columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}
@media screen and (min-width: 40em) {
  .column,
  .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  -ms-flex: 0 0 8.25%;
  flex: 0 0 8.25%;
  max-width: 8.25%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -ms-flex: 0 0 16.5%;
  flex: 0 0 16.5%;
  max-width: 16.5%;
}

.small-offset-1 {
  margin-left: 8.25%;
}

.small-3 {
  -ms-flex: 0 0 24.5%;
  flex: 0 0 24.5%;
  max-width: 24.5%;
}

.small-offset-2 {
  margin-left: 16.5%;
}

.small-4 {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}

.small-offset-3 {
  margin-left: 24.5%;
}

.small-5 {
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  max-width: 41%;
}

.small-offset-4 {
  margin-left: 33%;
}

.small-6 {
  -ms-flex: 0 0 49.5%;
  flex: 0 0 49.5%;
  max-width: 49.5%;
}

.small-offset-5 {
  margin-left: 41%;
}

.small-7 {
  -ms-flex: 0 0 57.7%;
  flex: 0 0 57.7%;
  max-width: 57.7%;
}

.small-offset-6 {
  margin-left: 49.5%;
}

.small-8 {
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.small-offset-7 {
  margin-left: 57.7%;
}

.small-9 {
  -ms-flex: 0 0 74.5%;
  flex: 0 0 74.5%;
  max-width: 74.5%;
}

.small-offset-8 {
  margin-left: 66%;
}

.small-10 {
  -ms-flex: 0 0 82.5%;
  flex: 0 0 82.5%;
  max-width: 82.5%;
}

.small-offset-9 {
  margin-left: 74.5%;
}

.small-11 {
  -ms-flex: 0 0 90.3%;
  flex: 0 0 90.3%;
  max-width: 90.3%;
}

.small-offset-10 {
  margin-left: 82.5%;
}

.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 90.3%;
}

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

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

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

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

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

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

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  -ms-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.25%;
    flex: 0 0 8.25%;
    max-width: 8.25%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -ms-flex: 0 0 16.5%;
    flex: 0 0 16.5%;
    max-width: 16.5%;
  }
  .medium-offset-1 {
    margin-left: 8.25%;
  }
  .medium-3 {
    -ms-flex: 0 0 24.5%;
    flex: 0 0 24.5%;
    max-width: 24.5%;
  }
  .medium-offset-2 {
    margin-left: 16.5%;
  }
  .medium-4 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .medium-offset-3 {
    margin-left: 24.5%;
  }
  .medium-5 {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
  }
  .medium-offset-4 {
    margin-left: 33%;
  }
  .medium-6 {
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    max-width: 49.5%;
  }
  .medium-offset-5 {
    margin-left: 41%;
  }
  .medium-7 {
    -ms-flex: 0 0 57.7%;
    flex: 0 0 57.7%;
    max-width: 57.7%;
  }
  .medium-offset-6 {
    margin-left: 49.5%;
  }
  .medium-8 {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }
  .medium-offset-7 {
    margin-left: 57.7%;
  }
  .medium-9 {
    -ms-flex: 0 0 74.5%;
    flex: 0 0 74.5%;
    max-width: 74.5%;
  }
  .medium-offset-8 {
    margin-left: 66%;
  }
  .medium-10 {
    -ms-flex: 0 0 82.5%;
    flex: 0 0 82.5%;
    max-width: 82.5%;
  }
  .medium-offset-9 {
    margin-left: 74.5%;
  }
  .medium-11 {
    -ms-flex: 0 0 90.3%;
    flex: 0 0 90.3%;
    max-width: 90.3%;
  }
  .medium-offset-10 {
    margin-left: 82.5%;
  }
  .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 90.3%;
  }
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.25%;
    flex: 0 0 8.25%;
    max-width: 8.25%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -ms-flex: 0 0 16.5%;
    flex: 0 0 16.5%;
    max-width: 16.5%;
  }
  .large-offset-1 {
    margin-left: 8.25%;
  }
  .large-3 {
    -ms-flex: 0 0 24.5%;
    flex: 0 0 24.5%;
    max-width: 24.5%;
  }
  .large-offset-2 {
    margin-left: 16.5%;
  }
  .large-4 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .large-offset-3 {
    margin-left: 24.5%;
  }
  .large-5 {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
  }
  .large-offset-4 {
    margin-left: 33%;
  }
  .large-6 {
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    max-width: 49.5%;
  }
  .large-offset-5 {
    margin-left: 41%;
  }
  .large-7 {
    -ms-flex: 0 0 57.7%;
    flex: 0 0 57.7%;
    max-width: 57.7%;
  }
  .large-offset-6 {
    margin-left: 49.5%;
  }
  .large-8 {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }
  .large-offset-7 {
    margin-left: 57.7%;
  }
  .large-9 {
    -ms-flex: 0 0 74.5%;
    flex: 0 0 74.5%;
    max-width: 74.5%;
  }
  .large-offset-8 {
    margin-left: 66%;
  }
  .large-10 {
    -ms-flex: 0 0 82.5%;
    flex: 0 0 82.5%;
    max-width: 82.5%;
  }
  .large-offset-9 {
    margin-left: 74.5%;
  }
  .large-11 {
    -ms-flex: 0 0 90.3%;
    flex: 0 0 90.3%;
    max-width: 90.3%;
  }
  .large-offset-10 {
    margin-left: 82.5%;
  }
  .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 90.3%;
  }
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top,
.align-top.columns {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column.align-bottom,
.align-bottom.columns {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.align-middle,
.align-middle.columns {
  -ms-flex-item-align: center;
  align-self: center;
}

.column.align-stretch,
.align-stretch.columns {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.625rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #faac1b;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #e99905;
}
a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "\2014 \0020";
}

abbr {
  color: #4a4a4a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.3em 2em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #faac1b;
  color: #4a4a4a;
}
[data-whatinput="mouse"] .button {
  outline: 0;
}
.button:hover,
.button:focus {
  background-color: #090909;
  color: #4a4a4a;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary {
  background-color: #faac1b;
  color: #4a4a4a;
}
.button.primary:hover,
.button.primary:focus {
  background-color: #d98f05;
  color: #4a4a4a;
}
.button.secondary {
  background-color: #777;
  color: #4a4a4a;
}
.button.secondary:hover,
.button.secondary:focus {
  background-color: #5f5f5f;
  color: #4a4a4a;
}
.button.success {
  background-color: #3adb76;
  color: #4a4a4a;
}
.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #4a4a4a;
}
.button.warning {
  background-color: #ffae00;
  color: #4a4a4a;
}
.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #4a4a4a;
}
.button.alert {
  background-color: #ec5840;
  color: #4a4a4a;
}
.button.alert:hover,
.button.alert:focus {
  background-color: #da3116;
  color: #4a4a4a;
}
.button.hollow {
  border: 1px solid #faac1b;
  color: #faac1b;
}
.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover,
.button.hollow:focus {
  border-color: #885903;
  color: #885903;
}
.button.hollow.primary {
  border: 1px solid #faac1b;
  color: #faac1b;
}
.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #885903;
  color: #885903;
}
.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #faac1b;
  color: #4a4a4a;
}
.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 2em;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput="mouse"] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right::before,
.menu.align-right::after {
  content: " ";
  display: table;
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  color: #fefefe;
  background: #faac1b;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
.thumbnail:hover,
.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(250, 172, 27, 0.5);
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before,
.top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 2rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.align-middle {
  -ms-flex-align: center;
  align-items: center;
}

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

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@font-face {
  font-family: "hackconf";
  src: url("../fonts/hackconf19fc.eot?7z80ty");
  src: url("../fonts/hackconf19fc.eot?7z80ty#iefix") format("embedded-opentype"),
    url("../fonts/hackconf19fc.ttf?7z80ty") format("truetype"),
    url("../fonts/hackconf19fc.woff?7z80ty") format("woff"),
    url("../fonts/hackconf19fc.svg?7z80ty#hackconf") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hackconf" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pixelarrow:before {
  content: "\e900";
}

.icon-clock:before {
  content: "\f017";
}

.icon-map:before {
  content: "\f041";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-youtube:before {
  content: "\e901";
}

.icon-fb:before {
  content: "\e902";
}

.icon-github:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-pdf:before {
  content: "\e905";
}

.icon-fb-event:before {
  content: "\e906";
}

.icon-live-streamming:before {
  content: "\e907";
}

.icon-attendies:before {
  content: "\e908";
}

.header-headline {
  font-size: 1.3125rem;
  font-weight: 300;
  text-align: center;
}

.section-header .pre-register-button {
  text-align: center;
}

.section-header .pre-register-button a {
  background-color: #faac1b;
  color: #262626;
  display: inline-block;
  padding: 15px 40px;
  box-shadow: 5px 5px 0 0 rgba(250, 172, 27, 0.6);
  margin: 0 2px 2px 0;
  transition: all 0.1s ease;
}

.section-header .pre-register-button a:hover {
  margin: 2px 0 0 2px;
  box-shadow: 3px 3px 0 0 rgba(250, 172, 27, 0.6);
}

.section {
  width: 100%;
}
.section.divider {
  border-top: 1px solid #eee;
}
.section.program.responsive {
  display: none;
}
@media screen and (max-width: 600px) {
  .section.schedule-new {
    display: none;
  }
  .section.program.responsive {
    display: block;
  }
}
.section.program .container-content {
  padding-bottom: 200px;
}
.section.lecturers .container-content {
  padding-bottom: 65px;
}

.section-header {
  padding-top: 4.375rem;
  padding-bottom: 1.25rem;
  background: #010206 url("../images/bg-header_wrapper.jpg") no-repeat center
    center fixed;
  background-size: cover;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.section-header .header-headline {
  margin-bottom: 140px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .section-header .header-headline {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 39.9375em) {
  .section-header .header-headline {
    margin-bottom: 45px;
  }
}
.section-header .menu > li > a {
  padding: 0.7rem 0.5rem;
  font-size: 1.3rem;
  color: #fff;
}
.section-header .menu > li > a:hover {
  color: #faac1b;
}
.section-header .annotation {
  margin-top: 2.5rem;
  margin-bottom: 4.0625rem;
}
.section-header .annotation .columns {
  padding: 0;
}
.section-header .annotation .hr {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 0;
}
.section-header .annotation .hr::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  bottom: 5px;
}
.section-header .annotation .info {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.9375rem;
}

.section-call-speakers {
  background: #151515 no-repeat center center fixed;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .section-call-speakers {
    padding: 1.25rem;
  }
}
.section-call-speakers .title {
  font-weight: 300;
  padding-top: 20px;
}
@media screen and (max-width: 39.9375em) {
  .section-call-speakers .title {
    padding-top: 3.75rem;
  }
}
.section-call-speakers .button-to-black {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  background-color: #fecb58;
  border: 2px solid #fecb58;
  margin-top: 3.125rem;
  margin-bottom: 6.875rem;
}
.section-call-speakers .button-to-black:active,
.section-call-speakers .button-to-black:hover {
  color: #fff;
  background-color: #0a0a0a;
  border: 2px solid white;
}
.section-call-speakers .info {
  /*margin-bottom: 11.875rem;*/
}
@media screen and (max-width: 39.9375em) {
  .section-call-speakers .info {
    margin-bottom: 5rem;
  }
}

.section-gray-bg {
  height: 40.75rem;
  background: #151515 url("../images/gray-bg-big.png") repeat top;
}
.section-gray-bg .secondary {
  height: 39.375rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .section-gray-bg {
    height: auto;
  }
}
@media screen and (max-width: 39.9375em) {
  .section-gray-bg {
    height: auto;
  }
}

.container-content {
  padding-top: 8.125rem;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 39.9375em) {
  .container-content {
    padding: 1.875rem 0.625rem;
  }
}

.container-map {
  position: relative;
  height: 43.75rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .container-map {
    height: 31.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .container-map {
    height: auto;
  }
}

.container-annotation {
  position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .container-annotation {
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .container-annotation {
    padding: 1.25rem 0;
  }
}
.container-annotation .box {
  position: absolute;
  background-color: #fff;
  border: 1px solid #efefef;
  box-shadow: 2px 2px 2px 0 rgba(35, 31, 32, 0.35);
}
.container-annotation .box-info {
  width: 36.25rem;
  z-index: 10;
  padding: 3.125rem 4.375rem 2.5rem 4.375rem;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .container-annotation .box-info {
    width: 32.5rem;
  }
}
.container-annotation .box-video {
  position: absolute;
  z-index: 20;
  width: 36.25rem;
  padding: 0.625rem;
  background-color: #fff;
  box-shadow: 2px 2px 2px 0 rgba(35, 31, 32, 0.35);
}
.container-annotation .box-video .video-wrapper {
  position: relative;
  height: 0;
  padding: 0.625rem 0.625rem 18.75rem 0.625rem;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .container-annotation .box-video .video-wrapper {
    padding: 0.625rem 0.625rem 15.375rem 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .container-annotation .box-video .video-wrapper {
    padding: 0.625rem 0.625rem 23.75rem 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .container-annotation .box-video .video-wrapper {
    padding: 0.625rem 0.625rem 10.625rem 0.625rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .container-annotation .box-video {
    width: 30rem;
  }
}
.container-annotation .box-info.left {
  left: 1.875rem;
  top: 6.875rem;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .container-annotation .box-info.left {
    padding: 2.5rem 3.125rem 1.875rem 3.125rem;
  }
}
.container-annotation .box-video.right {
  left: 35rem;
  top: 3.75rem;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .container-annotation .box-video.right {
    left: 31.25rem;
  }
}
.container-annotation .box-info.right {
  right: 1.875rem;
  top: 6.875rem;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .container-annotation .box-info.right {
    width: 31.25rem;
    padding: 2.5rem 3.125rem 1.875rem 3.125rem;
  }
}
.container-annotation .box-video.left {
  right: 35rem;
  top: 3.75rem;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .container-annotation .box-video.left {
    right: 31.25rem;
  }
}
.container-annotation .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .container-annotation .box-info.left,
  .container-annotation .box-info.right {
    position: static;
    width: 90%;
    margin: auto;
    padding: 1.875rem 2.5rem 1.25rem 2.5rem;
    border: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .container-annotation .box-info.left,
  .container-annotation .box-info.right {
    position: static;
    width: 90%;
    margin: auto;
    padding: 1.25rem 2.5rem 0.625rem 2.5rem;
    border: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .container-annotation .box-video.left,
  .container-annotation .box-video.right {
    position: static;
    width: 90%;
    margin: auto;
    left: auto;
    right: auto;
    box-shadow: none;
    border: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .container-annotation .box-video.left,
  .container-annotation .box-video.right {
    position: static;
    width: 90%;
    margin: auto;
    left: auto;
    right: auto;
    box-shadow: none;
    border: none;
  }
}

#map {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 43.75rem;
}
@media screen and (max-width: 39.9375em) {
  #map {
    position: relative;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #map {
    height: 31.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  #map {
    height: 25rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #map {
    position: absolute !important;
  }
}

.map-placeholder {
  position: relative;
  padding: 0.9375rem 1.5625rem;
  z-index: 2;
  width: 20.625rem;
  height: 15.625rem;
  background-color: #fff;
}
@media screen and (max-width: 320px) {
  .map-placeholder {
    width: 100%;
    height: 18rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .map-placeholder {
    height: 11.25rem;
    padding: 0.625rem 1.25rem;
  }
}
.map-placeholder .headline {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .map-placeholder .headline {
    margin-bottom: 0.625rem;
  }
}
.map-placeholder ul > li {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .map-placeholder ul > li {
    margin-bottom: 0.625rem;
  }
}
.map-placeholder .icon {
  padding-right: 8px;
}
.map-placeholder .icon::before {
  font-size: 1.125rem;
  color: #f0aa1f;
}

.placeholder-wrapper {
  padding-top: 12.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .placeholder-wrapper {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .placeholder-wrapper {
    padding-top: 0;
  }
}

.info-slots {
  position: relative;
}
.info-slots .text-box {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #4a4a4a;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .info-slots .text-box {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .info-slots .text-box {
    font-size: 0.9375rem;
  }
}
.info-slots .icon-box {
  text-align: right;
}
.info-slots .icon-box > i::before {
  color: #faac1b;
  font-size: 2.25rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .info-slots .icon-box > i::before {
    font-size: 1.875rem;
  }
}

div.info-slots + div.info-slots::after {
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  border-left: 1px solid #e4e3e2;
  top: 5px;
  left: -5px;
}

.wrapper-sponsors {
  margin-top: 2.5rem;
}
.wrapper-sponsors .column,
.wrapper-sponsors .columns {
  margin-bottom: 2rem;
}

.sponsors-headline {
  margin-top: 6.25rem;
}

.logo-header {
  margin-top: 4.6875rem;
  margin-bottom: 2.125rem;
  text-align: center;
}

.info-box {
  padding-top: 5.625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 39.9375em) {
  .info-box {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.footer {
  /*height: 16.625rem;*/
  color: #fff;
  background-color: #080705;
  min-height: 16.625rem;
}
.footer p {
  margin-bottom: 0;
}
.footer .middle-logo-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .left-row {
  padding: 35px 0;
}
@media screen and (min-width: 74.9375em) {
  .footer .left-row {
    padding: 95px 0 0 35px;
  }
}
.footer .right-row {
  padding: 35px 0;
  text-align: center;
}
@media screen and (min-width: 74.9375em) {
  .footer .right-row {
    padding: 95px 65px 0 0;
  }
}
.footer .right-row p {
  margin-top: 1.2em;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .footer .middle-logo-container {
    padding-top: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .footer .middle-logo-container {
    padding-top: 20px;
  }
}
.footer .logo-footer {
  padding-left: 4px;
}
.footer .logo-footer.hb {
  width: 10.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .footer .logo-footer.hb {
    margin: auto;
    display: block;
  }
}
.footer .logo-footer.hs {
  display: inline-block;
  vertical-align: baseline;
  width: 6rem;
}
@media screen and (max-width: 39.9375em) {
  .footer .logo-footer.hs {
    margin: auto;
    display: block;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .footer {
    /*height: 11.875rem;*/
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .footer {
    padding-top: 1.875rem;
  }
}
.footer div.newsletter {
  text-align: center;
  border-radius: 0;
  display: flex;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
@media screen and (max-width: 425px) {
  .footer div.newsletter {
    width: auto;
  }
}
.footer span.newsletter-heading {
  padding-top: 10px;
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.footer div.newsletter input {
  padding: 5px 10px;
  width: 70%;
  color: #000;
}
.footer div.newsletter button[type="submit"] {
  padding: 5px 10px;
  width: 30%;
  background-color: #f7931e;
  border: 0;
  color: #2b2b2b;
}
.footer h4 {
  font-size: 1.325rem;
}

.pdf-download {
  vertical-align: middle;
}
.pdf-download::before {
  font-size: 2rem;
}

.top-bar {
  position: relative;
}

.is-stuck.top-bar {
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 5000;
}

.top-bar .menu-main {
  text-align: center;
}
.top-bar .menu-main > li {
  display: inline-block;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .top-bar .menu-main > li {
    display: block;
    width: 100%;
    margin: 1.875rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .top-bar .menu-main > li {
    display: block;
    width: 100%;
    margin: 1.875rem 0;
  }
}
.top-bar .menu-main > li > a {
  padding: 0.125rem 1.875rem;
  font-size: 1rem;
  color: #fecb58;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .top-bar .menu-main > li > a {
    padding: 0.125rem 1.25rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .top-bar .menu-main > li > a {
    padding: 0.125rem 0.9375rem;
  }
}
.top-bar .menu-main > li > a:hover {
  color: #adacac;
}

.title-bar {
  position: relative;
  float: right;
  z-index: 1000;
  width: 50px;
  height: 40px;
  padding-top: 4px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0.125rem;
}
.title-bar .menu-button {
  outline: none;
}
@media screen and (min-width: 64em) {
  .title-bar {
    display: none;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sticky.top-bar {
    position: fixed;
    z-index: 10000;
    top: 0;
    padding-top: 3.75rem;
    background-color: rgba(0, 0, 0, 0.65);
  }
}

@media screen and (max-width: 39.9375em) {
  .sticky.top-bar {
    position: fixed;
    z-index: 10000;
    top: 0;
    padding-top: 3.75rem;
    background-color: rgba(0, 0, 0, 0.65);
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sticky-button {
    position: fixed;
    z-index: 10001;
    top: 0.625rem;
    right: 0.625rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .sticky-button {
    position: fixed;
    z-index: 10001;
    top: 0.625rem;
    right: 0.625rem;
  }
}

.go-top {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 9000;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #000;
  color: #c3c3c3;
  font-size: 1.5rem;
  line-height: 2.5rem;
  opacity: 0.55;
  transition: all 0.5s ease;
  cursor: pointer;
}
.go-top:hover {
  background-color: #fecb58;
  color: #fff;
  opacity: 1;
}

.program {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 39.9375em) {
  .program > .columns {
    padding-bottom: 1.375rem;
  }
}

.table-program .table-header {
  padding: 0.125rem 0.875rem;
}
.table-program .table-header .heading {
  font-size: 1.625rem;
  font-weight: 300;
  text-transform: uppercase;
}
.table-program .table-header .date {
  display: block;
  text-align: right;
  color: #fff;
}

.table-program .table-row {
  padding: 0.75rem 0.75rem 1.875rem 0.75rem;
}
.table-program .table-row .event {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0.3125rem;
}
.table-program .table-row .name {
  font-size: 0.875rem;
  font-weight: 500;
}
.table-program .table-row .time {
  display: block;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 300;
}

.table-program.yellow .table-header {
  background-color: #fecc58;
}

.table-program.yellow .table-row {
  border-right: 1px solid #fecc58;
  border-bottom: 1px solid #fecc58;
  border-left: 1px solid #fecc58;
}

.table-program.orange .table-header {
  background-color: #fe934a;
}

.table-program.orange .table-row {
  border-right: 1px solid #fe934a;
  border-bottom: 1px solid #fe934a;
  border-left: 1px solid #fe934a;
}

.table-program.green .table-header {
  background-color: #24e788;
}

.table-program.green .table-row {
  border-right: 1px solid #24e788;
  border-bottom: 1px solid #24e788;
  border-left: 1px solid #24e788;
}

.lecturers-wrapper {
  margin-top: 4.375rem;
}
.lecturers-wrapper .spacer {
  margin-bottom: 1.875rem;
}

.lecturer {
  background-color: #555555;
  color: white;
}

.lecturer .lecturer-modal-trigger {
  cursor: pointer;
}

.lecturer .text-container {
  position: relative;
  padding: 0.75rem 0.75rem 2rem 0.75rem;
}
.lecturer .text-container .name {
  font-size: 1.3125rem;
  font-weight: bold;
}
@media screen and (max-width: 39.9375em) {
  .lecturer .text-container .name {
    font-size: 1.125rem;
  }
}
.lecturer .text-container .desk {
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.lecturer .text-container .desk > a {
  color: #4a4a4a;
  font-weight: 300;
}
.lecturer .lecturer-icon::before {
  color: #fff;
  font-size: 1.5rem;
}
.lecturer .abs-icons-container {
  position: absolute;
  bottom: 5px;
  right: 20px;
  display: flex;
  align-items: center;
}

.lecturer .abs-icons-container .icon {
  width: 24px;
  height: 24px;
}

.lecturer .abs-icons-container .icon + .icon {
  margin-left: 10px;
}

.sp-t-5 {
  margin-top: 0.3125rem;
}

.sp-t-10 {
  margin-top: 0.625rem;
}

.sp-t-15 {
  margin-top: 0.9375rem;
}

.sp-t-20 {
  margin-top: 1.25rem;
}

.sp-t-30 {
  margin-top: 1.875rem;
}

.sp-t-40 {
  margin-top: 2.5rem;
}

.sp-t-50 {
  margin-top: 3.125rem;
}

.sp-t-60 {
  margin-top: 3.75rem;
}

.sp-t-70 {
  margin-top: 4.375rem;
}

.sp-t-80 {
  margin-top: 5rem;
}

.sp-t-90 {
  margin-top: 5.625rem;
}

.sp-t-100 {
  margin-top: 6.25rem;
}

.sp-t-130 {
  margin-top: 8.125rem;
}

.sp-t-200 {
  margin-top: 12.5rem;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap !important;
}

.tcell {
  display: table-cell;
  line-height: 120px;
}

.call-for-speakers-heading {
  color: #fecb58;
}

.vertical-align-bottom {
  margin-top: 8%;
}

.language-bar {
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 100px;
  top: 20px;
  text-align: center;
}

.language-bar div {
  display: inline-block;
  cursor: pointer;
  border-right: 1px solid white;
  padding: 5px 10px;
}

.language-bar div:hover {
  color: #fecb58;
}

.language-bar div:last-child {
  border: 0;
}

@media screen and (max-width: 425px) {
  .language-bar {
    width: 100%;
    right: 0;
  }
}

.past-events {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.past-events .row {
  position: relative;
  margin-left: -600px;
  left: 50%;
}

.past-events-buttons div::before {
  font-family: "hackconf";
  font-size: 1.5em;
  color: #c3c3c3;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 50%;
  padding: 8px;
  margin-top: -30px;
  cursor: pointer;
  opacity: 0.55;
  transition: all 0.5s ease;
  z-index: 9000;
  content: "\e900";
  display: block;
  background-color: #000;
}

.past-events-buttons div:hover::before {
  background-color: #fecb58;
  color: #fff;
  opacity: 1;
}

.past-events-buttons .move-left::before {
  left: 20px;
  transform: rotate(-90deg);
}

.past-events-buttons .move-right::before {
  right: 20px;
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .past-events .row {
    position: static;
    margin-left: auto;
  }
  .past-events-buttons {
    display: none;
  }
  .footer .text-right {
    margin: 0;
  }
}

.hosting-partners-footer img {
  width: 60%;
  margin-top: 5%;
}

@media screen and (max-width: 768px) {
  #tickets iframe {
    width: 100%;
  }
}

.transparent-container {
  display: inline-block;
  margin-top: 100px;
  padding: 40px;
  background-color: rgba(1, 1, 1, 0.6);
}

.lecturer-container {
  display: flex;
  position: relative;
}

.lecturer-container .lecturer .text-container {
  position: static;
}

#pre-register {
  background-color: #f9c757;
  color: #262626;
  text-align: center;
  padding: 6rem 0;
}

#pre-register .pre-register-button {
  display: inline-block;
  padding: 15px 40px;
  font-size: 20px;
  color: #f9c757;
  background-color: #262626;
  position: relative;
  box-shadow: 5px 5px 0px 0px rgba(38, 38, 36, 0.7);
  margin: 0 2px 2px 0;
  transition: all 0.1s ease;
}

#pre-register .pre-register-button:hover {
  margin: 2px 0 0 2px;
  box-shadow: 3px 3px 0px 0px rgba(38, 38, 36, 0.7);
}

.lecturer-modal-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.lecturer-modal-wrapper .lecturer-modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.lecturer-modal-wrapper .lecturer-modal {
  width: 700px;
  background-color: rgba(0, 0, 0, 1);
  color: white;
  padding: 40px;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}

.lecturer-modal-wrapper .lecturer-modal .close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2rem;
  line-height: normal;
  font-weight: bold;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.lecturer-modal-wrapper .lecturer-modal .close-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 1.6rem;
}

.lecturer-modal-wrapper .lecturer-modal img {
  max-width: 100%;
  padding-right: 40px;
}

.lecturer-modal-wrapper .lecturer-modal .heading {
  color: #f9c757;
  font-size: 1.2rem;
  font-weight: bold;
}

.lecturer-modal-wrapper .lecturer-modal .heading.name {
  font-size: 1.4rem;
  font-weight: bold;
}

.lecturer-modal-wrapper .lecturer-modal .rich-text {
  display: inline-block;
}

.lecturer-modal-wrapper .lecturer-modal .rich-text p {
  line-height: normal;
}

.lecturer-modal-wrapper .lecturer-modal .icons-container {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.lecturer-modal-wrapper .lecturer-modal .icons-container .icon img {
  padding-right: 0;
  width: 24px;
  height: 24px;
}

.lecturer-modal-wrapper .lecturer-modal .icons-container .icon + .icon {
  margin-left: 10px;
}
.lecturer-modal-wrapper .lecturer-modal .icons-container .icon:before {
  color: white;
  font-size: 1.5rem;
}

.old_partners img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.old_partners .container-content {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.old_partners .wrapper-sponsors .column {
  margin-bottom: 0;
  line-height: 80px;
}

#sponsors .container-content {
  padding-top: 3rem;
  padding-bottom: 0rem;
}

.blog-posts-section {
  margin: 50px 0;
}

.blog-posts-section .blog-post-list-heading {
  text-align: center;
  font-size: 30px;
  color: black;
  margin: 30px 0;
}

.grid-blog-post {
  display: flex;
  margin: 20px 0;
}

.grid-blog-post > a > img {
  flex: 370px 0;
  margin-right: 30px;
}

.grid-blog-post > .blog-post-grid-info {
  flex: 1;
}

.grid-blog-post > .blog-post-grid-info > .date-created {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.grid-blog-post > .blog-post-grid-info > .blog-post-title {
  white-space: pre-wrap;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  color: black;
}

.grid-blog-post > .blog-post-grid-info > .description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}

.breadcrumbs {
  padding-top: 40px;
}

.breadcrumbs ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li + li {
  margin-left: 10px;
}

.breadcrumbs ul li + li:before {
  display: inline-block;
  content: ">";
  margin-right: 7px;
  font-size: 20px;
}

.blog-post-content {
  padding: 40px 0 100px 0;
}

.blog-post-content .heading h2 {
  font-weight: 400;
  padding: 30px 0 40px 0;
  color: black;
}

.blog-post-content .content {
  padding-top: 60px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .blog-post-content .content {
    width: 600px;
  }
}

@media screen and (max-width: 600px) {
  .blog-post-content .content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-post-content .content .full-width {
  width: 100%;
  margin: 20px 0;
}

.blog-post-content .content .left {
  float: left;
  margin: 0px 20px 20px 0;
}

.blog-post-content .content .right {
  float: right;
  margin: 0px 0 20px 20px;
}

.blog-posts-section.section-gray-bg {
  height: 30rem;
  margin-top: 0;
}

.blog-post-content .content .responsive-object {
  padding-bottom: 0px !important;
  text-align: center;
}

.grid-blog-post.featured {
  background-color: white;
  padding: 20px;
  margin-top: 0;
}

.blog-posts-section.featured .blog-post-list-heading {
  margin-top: 0;
  padding-top: 30px;
}

.blog-header-text .columns {
  position: relative;
}

.section-header .annotation .blog-header-text .hr {
  padding-top: 10px;
  position: static;
}

.section-header .annotation .blog-header-text .hr:before {
  bottom: 50%;
}

.section-header .annotation .blog-header-text h1 {
  font-weight: 300;
}

.section-header .annotation .blog-header-text h1 a {
  color: white;
}

.navigation-svg-icon {
  width: 20.8px;
}

.schedule-new {
  padding-top: 100px;
}

.schedule-new .sidescroll-wrapper {
  width: 600px;
  margin: auto;
  position: relative;
}

.schedule-new .sidescroll-container {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.schedule-new .sidescroll-container .lecture {
  width: 600px;
  display: flex;
}

.schedule-new .sidescroll-container .lecture .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

.schedule-new .sidescroll-container .lecture .info .vertical-line-container {
  flex: 35px 0;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.schedule-new
  .sidescroll-container
  .lecture
  .info
  .vertical-line-container
  .vertical-line {
  background-color: #fecc58;
  flex: 1;
  height: 5px;
  border-radius: 10px;
}

.schedule-new
  .sidescroll-container
  .lecture
  .info
  .vertical-line-container
  .time {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  top: -5px;
}

.schedule-new
  .sidescroll-container
  .lecture
  .info
  .vertical-line-container
  .time
  img {
  width: 30px;
  height: 30px;
}

.schedule-new .sidescroll-container .lecture .info .info-box-container {
  flex: 1;
}

.schedule-new .sidescroll-container .lecture .info .info-box {
  background-color: #fffdf0;
  padding: 30px 20px 20px 20px;
}

.schedule-new .sidescroll-container .lecture .info .info-box .title {
  font-weight: bold;
  font-size: 1.2rem;
}

.schedule-new .sidescroll-container .lecture .info .info-box .speaker {
  color: #aaa;
  font-size: 0.8rem;
}

.schedule-new .sidescroll-container .lecture .timeline-container {
  flex: 60px 0;
  position: relative;
}

.schedule-new
  .sidescroll-container
  .lecture
  .timeline-container
  .avatar-time-container
  .avatar-container {
  position: absolute;
  display: flex;
  z-index: 1;
}

.schedule-new
  .sidescroll-container
  .lecture
  .timeline-container
  .avatar-time-container
  .avatar-container
  .avatar {
  width: 60px;
  height: 60px;
  border: 2px solid black;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

.schedule-new
  .sidescroll-container
  .lecture
  .timeline-container
  .avatar-time-container
  .avatar-container
  .avatar
  + .avatar {
  margin-left: 10px;
}

.schedule-new
  .sidescroll-container
  .lecture
  .timeline-container
  .avatar:before {
  border-radius: 50%;
}

.schedule-new .sidescroll-container .lecture .timeline-container .timeline {
  width: 6px;
  background-color: #fecc58;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 28px;
  bottom: 0;
}

.schedule-new
  .sidescroll-container
  .lecture:last-child
  .timeline-container
  .timeline {
  display: none;
}

.with-shadow {
  position: relative;
}

.with-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.tabbed-interface {
}

.tabbed-interface .tabs {
  display: flex;
  width: 600px;
  margin: auto;
  border-bottom: 1px solid #fecc58;
  margin-bottom: 30px;
  font-weight: bold;
}

.tabbed-interface .tabs > div {
  padding: 15px 25px;
  border: 1px solid #fecc58;
  border-bottom: 0;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: -1px;
}

.tabbed-interface .tabs > div + div {
  border-left: 0;
}

.tabbed-interface .tabs > div.selected {
  border-bottom: 1px solid white;
}

.tab-contents {
}

.tab-contents > div {
  display: none;
}
.tab-contents > div.selected {
  display: block;
}

.schedule-container {
  padding-top: 20px;
}

.schedule-container__tabs {
  margin: auto;
  display: grid;
  grid-template-columns: 140px 140px 140px;
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  width: 435px;
}

@media screen and (max-width: 460px) {
  .schedule-container__tabs {
    grid-template-columns: 1fr;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

.schedule-container__tabs__tab {
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  background-color: #ff9900;
  border: 1px solid #ff9900;
  cursor: pointer;
}

.schedule-container__tabs__tab.selected {
  background-color: white;
  border: 1px solid #ff9900;
}

.schedlue-item-container {
  padding-top: 40px;
}

.schedule-item {
  border-radius: 8px;
  border: 1px solid #ff9900;
  background-color: white;
  display: flex;
}

.schedule-item.schedule-event {
  width: 260px;
  height: 70px;
}

.schedule-item.schedule-event .schedule-item__image img {
  width: 40px;
}

.schedule-event.schedule-event--registration {
  width: 400px;
  height: 100px;
}

.schedule-item.schedule-lecture {
  width: 500px;
  background-color: #fcfcfc;
  position: relative;
}
.schedule-item.schedule-lecture + .schedule-lecture {
  margin-left: 200px;
}

.schedule-item.schedule-break {
  width: 300px;
  height: 70px;
}

.schedule-item-row {
  display: flex;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  .schedule-item-row {
    flex-wrap: wrap;
  }
  .schedule-item.schedule-lecture + .schedule-lecture {
    margin-left: 0;
    margin-top: 20px;
  }
}

.schedule-item__hall {
  height: 100%;
  width: 35px;
  background-color: #ff9900;
  color: white;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.schedule-item__hall div {
  writing-mode: vertical-lr;
  text-orientation: sideways;
  margin-left: 6px;
  height: 80px;
  transform: rotate(180deg);
}

.schedule-item__image {
  display: flex;
  flex-wrap: wrap;
  max-width: 160px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.schedule-item__image img {
  width: 60px;
}

.schedule-lecture .schedule-item__image img {
  margin: 10px;
}

.schedule-item__image img + img {
  margin-left: 20px;
}

.schedule-item__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  margin: 0 20px;
  flex: 1;
}

.schedile-item__text__time {
  font-size: 16px;
  margin-bottom: -5px;
  margin-top: 6px;
}

.schedule-item__text__label {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-bottom: 4px;
}

.schedule-item__speaker {
  font-size: 16px;
}

.schedule-item.schedule.event .schedule-item__text__label {
  font-size: 24px;
}

.schedule-item__speaker span:after {
  content: ", ";
}

.schedule-item__speaker span:last-child:after {
  content: "";
}

.schedule-item__text__description {
  font-size: 14px;
}

.schedule-item__more {
  position: absolute;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}

.schedule-item__more img {
  width: 30px;
}

.schedule-item-modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 100;
}

.schedule-item-modal-wrapper.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-item-modal {
  width: 600px;
  padding: 20px;
  background-color: black;
  color: white;
  max-height: calc(100% - 100px);
  max-width: 100%;
  overflow-y: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.schedule-item-modal .close-button {
  font-size: 28px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.schedule-item-modal .close-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.schedule-item-modal .speakers-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.schedule-item-modal .speakers-container img {
  height: 200px;
  margin: 10px;
}

.schedule-item .sign-up-button-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.schedule-item .sign-up-button {
  background-color: #ff9900;
  border-radius: 10px;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  color: white;
}

.schedule-item .sign-up-button:hover {
  background-color: #ff9900aa;
}

body.with-modal {
  overflow: hidden;
}
