@charset "UTF-8";
/*! 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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: default; }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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.
 */
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; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4em;
  font-family: sans-serif; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
 * Gridism
 * A simple, responsive, and handy CSS grid by @cobyism
 * https://github.com/cobyism/gridism
 * @modified by richard@archive.org
 */
/* Preserve some sanity */
.grid,
.unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Set up some rules to govern the grid */
.grid {
  display: block;
  clear: both; }

.grid .unit {
  float: left;
  width: 100%;
  padding-right: 10px; }

/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
/*.grid .unit:first-child { padding-left: 20px; }
.grid .unit:last-child { padding-right: 20px; }*/
/* Nested grids already have padding though, so let’s nuke it */
.unit .unit:first-child {
  padding-left: 0; }

.unit .unit:last-child {
  padding-right: 0; }

.unit .grid:first-child > .unit {
  padding-top: 0; }

.unit .grid:last-child > .unit {
  padding-bottom: 0; }

/* Let people nuke the gutters/padding completely in a couple of ways */
.no-gutters .unit,
.unit.no-gutters {
  padding: 0 !important; }

/* Wrapping at a maximum width is optional */
.wrap .grid,
.grid.wrap {
  max-width: 978px;
  margin: 0 auto; }

/* Width classes also have shorthand versions numbered as fractions
 * For example: for a grid unit 1/3 (one third) of the parent width,
 * simply apply class="w-1-3" to the element. */
.grid .whole, .grid .w-1-1 {
  width: 100%; }

.grid .half, .grid .w-1-2 {
  width: 50%; }

.grid .one-third, .grid .w-1-3 {
  width: 33.3332%; }

.grid .two-thirds, .grid .w-2-3 {
  width: 66.6665%; }

.grid .one-quarter,
.grid .one-fourth, .grid .w-1-4 {
  width: 25%; }

.grid .three-quarters,
.grid .three-fourths, .grid .w-3-4 {
  width: 75%; }

.grid .one-fifth, .grid .w-1-5 {
  width: 20%; }

.grid .two-fifths, .grid .w-2-5 {
  width: 40%; }

.grid .three-fifths, .grid .w-3-5 {
  width: 60%; }

.grid .four-fifths, .grid .w-4-5 {
  width: 80%; }

.grid .golden-small, .grid .w-g-s {
  width: 38.2716%; }

/* Golden section: smaller piece */
.grid .golden-large, .grid .w-g-l {
  width: 61.7283%; }

/* Golden section: larger piece */
/* Clearfix after every .grid */
.grid {
  *zoom: 1; }

.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0; }

.grid:after {
  clear: both; }

/* Utility classes */
.align-center {
  text-align: center; }

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

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/* A property for a better rendering of images in units: in
   this way bigger pictures are just resized if the unit
   becomes smaller */
.unit img {
  max-width: 100%; }

/* Hide elements using this class by default */
.only-on-mobiles {
  display: none !important; }

/* Responsive Stuff */
@media screen and (max-width: 768px) {
  /* Stack anything that isn’t full-width on smaller screens
     and doesn't provide the no-stacking-on-mobiles class */
  .grid:not(.no-stacking-on-mobiles) > .unit {
    width: 100% !important;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/ }

  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px; }

  /* Sometimes, you just want to be different on small screens */
  .center-on-mobiles {
    text-align: center !important; }

  .hide-on-mobiles {
    display: none !important; }

  .only-on-mobiles {
    display: block !important; } }
/* Expand the wrap a bit further on larger screens */
@media screen and (min-width: 1180px) {
  .wider .grid,
  .grid.wider {
    max-width: 1180px;
    margin: 0 auto; } }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(iconfont/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(iconfont/MaterialIcons-Regular.woff2) format("woff2"), url(iconfont/MaterialIcons-Regular.woff) format("woff"), url(iconfont/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

/* header */
.header {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
  background-color: #22313f; }

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.header li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none; }

.header .logo {
  display: block;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
  z-index: 1; }
  .header .logo i {
    position: relative;
    top: 7px;
    font-size: 2em; }

.header-title {
  color: white;
  padding: 0 20px;
  position: relative;
  top: 10px; }
  .page-Home .header-title {
    display: none; }

.header-title-desktop {
  position: relative;
  top: -6px;
  margin-left: 10px; }

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  -webkit-transition: max-height .2s ease-out, background .2s ease-out;
  transition: max-height .2s ease-out, background .2s ease-out; }

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3; }

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  width: 18px; }

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%; }

.header .menu-icon .navicon:before {
  top: 5px; }

.header .menu-icon .navicon:after {
  top: -5px; }

/* menu btn */
.header .menu-btn {
  display: none; }

.header .menu-btn:checked ~ .menu {
  max-height: 500px;
  background-color: #22313f; }
  .page-Home .header .menu-btn:checked ~ .menu {
    /* offset */
    max-height: 565px;
    position: relative;
    top: -65px;
    padding-top: 5px;
    z-index: 2; }

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

.page-Home .header {
  background-color: transparent;
  position: absolute;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: initial;
  box-shadow: initial; }
  .page-Home .header .menu-icon .navicon, .page-Home .header .menu-icon .navicon:before, .page-Home .header .menu-icon .navicon:after {
    background: #fff; }

@media (min-width: 768px) {
  .header li {
    float: left; }

  .header .menu {
    clear: none;
    max-height: none; }

  .header .menu-icon {
    display: none; }

  .header {
    background-color: #22313f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-shadow: initial;
    box-shadow: initial; }
    .page-Home .header {
      -webkit-box-shadow: initial;
      box-shadow: initial; }

  .page-Home #header-wrapper {
    position: absolute;
    z-index: 1000;
    width: 100%; }

  .page-Home header .logo {
    visibility: hidden; }

  .page-Home header {
    background-color: transparent;
    font-weight: bold; } }
/* header */
header a {
  color: #eee;
  font-weight: lighter;
  -webkit-transition: color 0.125s linear;
  transition: color 0.125s linear; }
  header a:hover {
    color: #3fc380; }
  header a:active {
    color: #66cf9a; }

@media only screen and (min-width: 768px) {
  .header {
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .header li {
    padding: 0; } }
#slideshow {
  padding: 0;
  padding: 10px;
  position: relative; }

.slider {
  position: relative; }

.frame {
  /**
   * (optional) wrapper width, specifies width of the slider frame.
   */
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap; }

.slides {
  display: inline-block;
  width: 100%; }

.Wallop-item {
  position: relative;
  display: inline-block;
  height: 230px;
  text-align: center;
  overflow-y: hidden;
  margin-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.prev, .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  cursor: pointer; }

.next {
  right: 0; }

.prev {
  left: 0; }

.next svg, .prev svg {
  width: 50px; }

@media only screen and (min-width: 768px) {
  .Wallop-item {
    height: 400px;
    text-align: center;
    overflow-y: hidden;
    margin-bottom: 0;
    -webkit-background-size: contain;
    background-size: contain; } }
@media only screen and (min-width: 1000px) {
  .next {
    right: -50px; }

  .prev {
    left: -50px; }

  .Wallop-item {
    height: 500px;
    text-align: center;
    overflow-y: hidden;
    margin-bottom: 0; } }
/**
 * wallop.css
 *
 * @fileoverview Default styles for wallop – recommended
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/*
  This is the top-level selector

  It should be relative positioned
  to allow the children to be positioned absolutely
  relative to this
 */
.Wallop {
  position: relative; }

/*
  This element groups all the items, but not the buttons

  It's a recommendation but it's very likely
  you'll want to hide any overflow from the items
  Especially when doing animations such as scale
 */
.Wallop-list {
  position: relative;
  overflow: hidden; }

/*
  This is the item element

  By default, they are all hidden and
  positioned absolute
  I recommend always having .Wallop-item--current
  in your markup by default (probably on the first element)
 */
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*
  This is the current item element

  All we do here, is make it visible again reset
  the position to static. Could also be relative
 */
.Wallop-item--current {
  visibility: visible;
  position: relative; }

/**
 * wallop--slide.css
 *
 * @fileoverview Slide animation for wallop
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/* the 10ms animation-delay fixed some weird rendering issues with iPhone */
.Wallop--slide .Wallop-item--showPrevious {
  -webkit-animation: slideFromLeft 350ms 10ms linear both;
  -ms-animation: slideFromLeft 350ms 10ms linear both;
  animation: slideFromLeft 350ms 10ms linear both; }

.Wallop--slide .Wallop-item--showNext {
  -webkit-animation: slideFromRight 350ms 10ms linear both;
  -ms-animation: slideFromRight 350ms 10ms linear both;
  animation: slideFromRight 350ms 10ms linear both; }

.Wallop--slide .Wallop-item--hidePrevious,
.Wallop--slide .Wallop-item--hideNext {
  visibility: visible; }

.Wallop--slide .Wallop-item--hidePrevious {
  -webkit-animation: slideToLeft 350ms 10ms linear both;
  -ms-animation: slideToLeft 350ms 10ms linear both;
  animation: slideToLeft 350ms 10ms linear both; }

.Wallop--slide .Wallop-item--hideNext {
  -webkit-animation: slideToRight 350ms 10ms linear both;
  -ms-animation: slideToRight 350ms 10ms linear both;
  animation: slideToRight 350ms 10ms linear both; }

@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@-ms-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@-ms-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@-webkit-keyframes slideToLeft {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@-ms-keyframes slideToLeft {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideToLeft {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@-webkit-keyframes slideToRight {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@-ms-keyframes slideToRight {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideToRight {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
html {
  font-family: Roboto, sans-serif; }

html, body {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.8rem;
  line-height: 3.6rem;
  -webkit-overflow-scrolling: touch; }

h1, h2 {
  margin-top: 0;
  margin-bottom: 0; }

td {
  vertical-align: top;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

td img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* banner */
#banner {
  width: 100%;
  background-color: #22313f;
  height: 374px;
  position: relative;
  /*margin-bottom:100px;*/
  display: block;
  overflow-x: hidden; }

#c, #e {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 2500ms linear;
  transition: opacity 2500ms linear; }

#banner .section {
  z-index: 100;
  color: white;
  position: inherit;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 1500ms linear;
  transition: opacity 1500ms linear;
  /* flexbox */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

#banner .section .grid {
  width: 100%; }

#banner-top-left {
  position: absolute;
  top: -80px;
  left: -100px;
  z-index: 1;
  /*display:none;*/ }

#banner-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: none; }

section, .section {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 10px; }

section {
  padding-top: 2rem;
  padding-bottom: 3rem;
  /*margin-bottom:3rem;*/ }

section a {
  word-wrap: break-word; }

.subheader {
  font-weight: bold; }

#date-line {
  font-size: 2.2rem; }

#date-line a {
  color: white;
  text-decoration: none; }

#date-line a:hover {
  color: #ccc;
  text-decoration: none; }

#invitation {
  /*margin-top:4rem;*/ }

#location-row {
  background-image: url(../img/300funston.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

#location-row span {
  color: #fff;
  font-weight: bold; }

#location-row section {
  /*background-color:rgba(255,255,255,1.0);*/
  padding: 2rem; }

#decentralized-section {
  padding-right: 2rem; }

section ul {
  margin: 0;
  padding: 0 0 0 2rem; }

section li {
  margin-bottom: 2rem; }

#extra-info-section .unit {
  margin-bottom: 0;
  padding-bottom: 0; }

.subheader.advanced-reading {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.subheader.pad-bottom {
  margin-bottom: 2rem; }

#sponsors-section {
  margin-bottom: 3rem; }

#sponsors-section h2 {
  margin-bottom: 2rem; }

#sponsors-section .unit {
  /*padding:2rem 0;*/
  padding-top: 3rem;
  /* flexbox */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#sponsors-section img {
  /*width:55%;*/
  width: 36vw;
  height: auto; }

.sponsor-image-wrapper {
  /*padding:0 3rem;*/
  text-align: center; }

footer {
  text-align: center;
  /*margin-top:5rem;*/
  background-color: #eee;
  color: #999;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default; }

code, pre {
  background-color: #eee;
  padding: 2px 3px;
  display: inline-block;
  font-size: 1.3rem;
  word-break: break-all; }

code a, pre a {
  color: #999; }

a {
  color: #0099ff;
  text-decoration: none; }

.placeholder {
  background-color: #ccc;
  width: 100%;
  height: 300px; }

/* utility classes */
.no-bottom-margin {
  margin-bottom: 0; }

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

.one-line-top-margin {
  margin-top: 2rem; }

.orange {
  color: #f39c12; }

.red {
  color: #c0392b; }

.green {
  color: #3fc380; }

.blue {
  color: #4a90e2; }

.grey {
  color: #ccc; }

.grey-row {
  background-color: #efefef; }

.grey-row.bottom-pad {
  padding-bottom: 2rem;
  margin-bottom: 6rem; }

.icon-col {
  text-align: center;
  font-size: 400%;
  padding: 4rem 0 4rem 0;
  /*border:1px solid #ccc;*/ }

h1 {
  font-size: 4.0rem;
  line-height: 4.0rem;
  letter-spacing: 2px;
  margin-bottom: 1.5rem; }

h2 {
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: 300;
  color: #3fc380;
  margin-bottom: 3.0rem; }

/* page */
section.page-section {
  padding-bottom: 5rem; }

/* learn more page */
section.page-section > h3 {
  margin-top: 4rem; }

section.page-section.learn-more li {
  margin-bottom: 1rem;
  font-size: .85em;
  line-height: 1.75em; }

.page-Learn-More .schedule-toc {
  margin-bottom: 30px; }

.main-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.bio-image {
  margin-bottom: 2rem;
  border-radius: 50%; }

.bio-name {
  text-align: center;
  /*font-style:italic;*/
  font-weight: bold; }

.hide-desktop {
  display: initial; }

.hide-mobile {
  display: none !important; }

/* people */
.grid.people img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  width: 100%; }

.grid.people img:hover {
  border: 0.5rem solid #3fc380; }

.grid.people .unit {
  margin-bottom: 3rem;
  cursor: pointer; }

.grid.people .name {
  text-align: center;
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 0.75rem; }

.grid.people .subtitle, .modal .modal-subtitle {
  text-align: center;
  font-style: italic;
  color: #aaa;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-top: 0.2em; }

.grid.people .short_bio {
  text-align: center;
  font-style: italic;
  color: #aaa;
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 1em; }

.page-People .grid {
  margin-bottom: 8rem; }

.page-Code-of-Conduct #footer-wrapper {
  display: none; }

.caption {
  margin-top: 0.5rem;
  font-size: 0.75em;
  line-height: 1.25em;
  color: #aaa; }

.hidden-bio {
  display: none; }

.schedule {
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: 60px; }

.schedule .grid.schedule-row {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }

.schedule .time {
  margin-bottom: 10px;
  display: block;
  color: #3fc380; }

.schedule-intro {
  margin-bottom: 40px; }

.schedule .title {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: -6px;
  margin-bottom: 14px; }

.schedule-side-table td {
  vertical-align: top;
  padding: 3px; }

.schedule-side-people {
  line-height: 1.6em;
  font-size: .8em;
  margin-bottom: 15px; }

.schedule .grid.people {
  margin-top: 20px; }

.schedule-h3 {
  background-color: #4a90e2;
  padding: 5px 9px;
  color: white;
  margin-bottom: 50px;
  font-weight: normal; }

.muted {
  color: #999; }

/* modal */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.5);
  z-index: 10000;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.modalInnerEl {
  -webkit-box-shadow: 10px 10px 5px #ccc;
  box-shadow: 10px 10px 5px #ccc;
  background-color: white;
  padding: 4rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.modalInnerEl a {
  word-wrap: break-word;
  word-break: break-all; }

.modal .modal-contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.modal .close-wrapper {
  position: absolute;
  top: 10px;
  right: 10px; }

.modal .modal-image {
  text-align: center;
  margin-bottom: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.modal .modal-image img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.modal .modal-subtitle {
  font-size: 1em;
  margin-bottom: 2rem; }

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

.modal-bio {
  margin-top: 3rem; }

body.open-modal .main-body, body.open-modal footer, body.open-modal header {
  display: none; }

.grid.people.full-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-col {
  margin: 0 5px 10px 5px;
  -webkit-flex-basis: 29%;
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
  overflow-x: hidden;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.small-col .name, .small-col .subtitle {
  font-size: 12px !important; }

.schedule .grid.workshops .small-col {
  width: 100px; }

.matrix-join {
  margin-top: 10px; }

.matrix-logo {
  height: 30px;
  margin-top: 8px; }

.matrix-text {
  top: 4px;
  position: relative;
  padding-left: 5px; }

.lightning-talks {
  padding: 10px;
  border: solid #ccc 2px;
  border-radius: 10px;
  margin-top: 10px; }

.lightning-talks .grid {
  margin-bottom: 0; }

.lightning-talks .unit {
  font-size: 1.5rem;
  line-height: 1.5em; }

.lightning-talks img {
  height: 80px;
  width: auto;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px; }

.google-form-raw {
  margin-top: 40px;
  border: 2px solid #4a90e2;
  border-radius: 10px;
  padding: 10px 20px 0 10px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-right: 20px; }

.google-form-raw .form-title {
  font-weight: bold;
  font-size: 1.8rem; }

.google-form-raw textarea {
  width: 100%;
  max-width: 400px;
  height: 200px;
  border: 1px solid #ccc; }

.google-form-raw input {
  border: 1px solid #ccc; }

.google-form-raw .required-message {
  color: #999; }

.google-form-raw li {
  margin-bottom: 0; }

.google-form-raw .ss-password-warning {
  display: none; }

#entry_1847788663 {
  height: 100px; }

.js-bio-unit {
  cursor: pointer; }

.unit.workshop {
  padding: 10px;
  margin-top: 10px; }

.workshop-title {
  font-weight: bold; }

.workshop-description {
  margin-bottom: 15px; }

.science-fair-row {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px; }

.science-fair-title {
  font-weight: bold;
  font-size: 1.45em;
  margin-bottom: 20px; }

.science-fair-short-description {
  font-style: italic;
  margin-bottom: 20px; }

.science-fair-full-description {
  margin-bottom: 30px; }

.science-fair-read-more {
  text-decoration: underline;
  color: #4a90e2; }

.twitter-row {
  margin-top: 8px; }

.twitter-row img {
  margin-right: 8px; }

/* desktop styles */
@media only screen and (min-width: 768px) {
  .grid.people.full-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .small-col {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    margin: 0 8px 25px 8px; }

  .page-Home .small-col {
    -webkit-flex-basis: 9%;
    -ms-flex-preferred-size: 9%;
    flex-basis: 9%; }

  .small-col .name, .small-col .subtitle {
    font-size: 13px !important; }

  .schedule .small-col {
    margin: 0 5px 10px 5px;
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    overflow-x: hidden;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

  .schedule .small-col .name, .schedule .small-col .subtitle {
    font-size: 12px !important; }

  #modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .modalInnerEl {
    margin: 2rem;
    padding: 4rem;
    overflow-y: scroll;
    max-width: 700px;
    min-height: 400px; }

  .modal .modal-image img {
    max-width: 300px;
    border-radius: 50%; }

  body.open-modal .main-body, body.open-modal footer, body.open-modal header {
    display: initial; }

  h1 {
    font-size: 6.0rem;
    line-height: 6.0rem; }

  h2 {
    font-size: 4.0rem;
    line-height: 4.0rem; }

  body {
    font-size: 1.9rem; }

  section {
    padding-top: 1px;
    padding-bottom: 6rem; }

  h2 {
    margin-top: 4rem; }

  h3 {
    margin-top: 6rem; }

  #banner {
    margin-bottom: 1rem;
    height: 394px; }

  #banner-top-left {
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: 1;
    /*display:none;*/ }

  #date-line {
    font-size: 2.5rem; }

  #location-row {
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-bottom: 0; }

  #sponsors-section img {
    width: 75%;
    height: auto; }

  #sponsors-section .grid {
    padding-left: 5px; }

  .sponsor-image-wrapper {
    /*padding:0 3rem;*/
    text-align: left; }

  footer {
    margin-top: 0; }

  .hide-desktop {
    display: none !important; }

  .hide-mobile {
    display: initial !important; }

  .top-text {
    margin-top: 4rem; }

  .sponsor-image-wrapper {
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .page-section {
    padding-left: 20px;
    padding-right: 20px; }

  .schedule .grid {
    margin-bottom: 15px; }

  .schedule-toc div {
    display: inline-block;
    margin-right: 10px; }

  #meetup {
    margin-top: 150px; }

  .unit.workshop {
    padding: 10px;
    margin-top: 10px; }

  .science-fair {
    margin-top: 60px; }

  .science-fair .small-col {
    -webkit-flex-basis: 8% !important;
    -ms-flex-preferred-size: 8% !important;
    flex-basis: 8% !important; }

  .page-Learn-More .schedule-toc {
    margin-bottom: 30px; } }
