@charset "UTF-8";
/*!
Entypo pictograms by Daniel Bruce - www.entypo.com
License - http://creativecommons.org/licenses/by-sa/3.0/
*/
@font-face {
  font-family: "entypo-social";
  src: url('/static/fonts/entypo-social.eot?1351679112');
  src: url('/static/fonts/entypo-social.eot?&1351679112#iefix') format('embedded-opentype'), url('/static/fonts/entypo-social.woff?1351679112') format('woff'), url('/static/fonts/entypo-social.ttf?1351679112') format('truetype'), url('/static/fonts/entypo-social.svg?1351679112') format('svg');
}
@font-face {
  font-family: "entypo";
  src: url('/static/fonts/entypo.eot?1351156929');
  src: url('/static/fonts/entypo.eot?&1351156929#iefix') format('embedded-opentype'), url('/static/fonts/entypo.woff?1351156929') format('woff'), url('/static/fonts/entypo.ttf?1351156929') format('truetype'), url('/static/fonts/entypo.svg?1351156929') format('svg');
}
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../../scss/foundation/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../../scss/foundation/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* line 56, ../../scss/foundation/_normalize.scss */
script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, ../../scss/foundation/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 80, ../../scss/foundation/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 92, ../../scss/foundation/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 100, ../../scss/foundation/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 108, ../../scss/foundation/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 122, ../../scss/foundation/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 131, ../../scss/foundation/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../../scss/foundation/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../../scss/foundation/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 166, ../../scss/foundation/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 175, ../../scss/foundation/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 187, ../../scss/foundation/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 195, ../../scss/foundation/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 203, ../../scss/foundation/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 219, ../../scss/foundation/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 223, ../../scss/foundation/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 235, ../../scss/foundation/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 243, ../../scss/foundation/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 255, ../../scss/foundation/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, ../../scss/foundation/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 278, ../../scss/foundation/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 289, ../../scss/foundation/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 315, ../../scss/foundation/_normalize.scss */
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.
 */
/* line 328, ../../scss/foundation/_normalize.scss */
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.
 */
/* line 340, ../../scss/foundation/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 350, ../../scss/foundation/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 362, ../../scss/foundation/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 374, ../../scss/foundation/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 394, ../../scss/foundation/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 407, ../../scss/foundation/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* // These control the table cell border style */
/* $table-border-size: 0px; */
/* $table-border-color: #ddd; */
/* // These control the table head styles */
/* // These control the row padding and font styles */
/* line 285, ../../scss/foundation/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* html, */
/* body { font-size: $base-font-size; } */
/* body { */
/*   background: $body-bg; */
/*   color: $body-font-color; */
/*   padding: 0; */
/*   margin: 0; */
/*   font-family: $body-font-family; */
/*   font-weight: $body-font-weight; */
/*   font-style: $body-font-style; */
/*   line-height: 1; // Set to $base-line-height to take on browser default of 150% */
/*   position: relative; */
/*   cursor: $cursor-default-value; */
/* } */
/* a:hover { cursor: $cursor-pointer-value; } */
/* line 311, ../../scss/foundation/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 314, ../../scss/foundation/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 318, ../../scss/foundation/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 320, ../../scss/foundation/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 324, ../../scss/foundation/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 331, ../../scss/foundation/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 332, ../../scss/foundation/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 333, ../../scss/foundation/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 334, ../../scss/foundation/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 335, ../../scss/foundation/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 336, ../../scss/foundation/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 337, ../../scss/foundation/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 343, ../../scss/foundation/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 348, ../../scss/foundation/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, ../../scss/foundation/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, ../../scss/foundation/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../scss/foundation/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 74.75em;
  *zoom: 1;
}
/* line 121, ../../scss/foundation/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../scss/foundation/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 120, ../../scss/foundation/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 123, ../../scss/foundation/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 126, ../../scss/foundation/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -2.6875em;
  margin-right: -2.6875em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../scss/foundation/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../scss/foundation/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 127, ../../scss/foundation/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../scss/foundation/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../scss/foundation/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 131, ../../scss/foundation/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 2.6875em;
  padding-right: 2.6875em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, ../../scss/foundation/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 2.6875em;
    padding-right: 2.6875em;
    float: left;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 140, ../../scss/foundation/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, ../../scss/foundation/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 147, ../../scss/foundation/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, ../../scss/foundation/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 150, ../../scss/foundation/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 158, ../../scss/foundation/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 162, ../../scss/foundation/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 166, ../../scss/foundation/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 167, ../../scss/foundation/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 170, ../../scss/foundation/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 173, ../../scss/foundation/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 180, ../../scss/foundation/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* "foundation/components/visibility", */
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../../scss/foundation/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 121, ../../scss/foundation/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../scss/foundation/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../../scss/foundation/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, ../../scss/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../scss/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* "foundation/components/type", */
/* "foundation/components/buttons", */
/* "foundation/components/forms", */
/* "foundation/components/button-groups", */
/* "foundation/components/dropdown-buttons", */
/* "foundation/components/split-buttons", */
/* "foundation/components/flex-video", */
/* "foundation/components/section", */
/* "foundation/components/top-bar", */
/* "foundation/components/orbit", */
/* "foundation/components/reveal", */
/* "foundation/components/joyride", */
/* "foundation/components/clearing", */
/* "foundation/components/alert-boxes", */
/* "foundation/components/breadcrumbs", */
/* "foundation/components/custom-forms", */
/* "foundation/components/keystrokes", */
/* "foundation/components/labels", */
/* Inline Lists */
/* line 49, ../../scss/foundation/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 36, ../../scss/foundation/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  margin-left: 1.375em;
  display: inline-block;
}
/* line 41, ../../scss/foundation/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

@media only screen and (min-width: 1080px) {
    .topnav.inline-list > li {
        margin-left: 3.5em;
    }
}

/* "foundation/components/pagination", */
/* "foundation/components/panels", */
/* "foundation/components/pricing-tables", */
/* "foundation/components/progress-bars", */
/* "foundation/components/side-nav", */
/* "foundation/components/sub-nav", */
/* "foundation/components/switch", */
/* "foundation/components/magellan", */
/* Tables */
/* line 80, ../../scss/foundation/foundation/components/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.25em;
  border: none 1px #ddd;
}
/* line 41, ../../scss/foundation/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: transparent;
  font-weight: bold;
}
/* line 47, ../../scss/foundation/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: rgba(48, 48, 48, 0.9);
  text-align: left;
}
/* line 58, ../../scss/foundation/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.75em;
  color: rgba(68, 68, 68, 0.9);
}
/* line 65, ../../scss/foundation/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: rgba(105, 69, 134, 0.1);
}
/* line 70, ../../scss/foundation/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.1875em;
}

/* "foundation/components/thumbs", */
/* "foundation/components/tooltips", */
/* "foundation/components/dropdown"; */
/*
$tera: 72; // 117 = 18 × 6.5
$giga: 60; // 90 = 18 × 5
$mega: 48; // 72 = 18 × 4
$alpha: 44; // 60 = 18 × 3.3333
$beta: 36; // 48 = 18 × 2.6667
$gamma: 24; // 36 = 18 × 2
$delta: 21; // 24 = 18 × 1.3333
$epsilon: 18; // 21 = 18 × 1.1667
$zeta: 16; // 18 = 18 × 1

$small: 14;
$tiny: 12;
*/
/* $tera: 110; */
/* $giga: 76; */
/* $mega: 68; */
/* $alpha: 47;   // H1 */
/* $beta: 42;    // H2 */
/* $gamma: 29;   // H3 */
/* $delta: 26;   // ... */
/* $epsilon: 18; */
/* $zeta: 16; */
/* $small: 14; */
/* $tiny: 12; */
/*
 *
.||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||.

    .                                      '||            .
  .||.  .... ... ... ...    ....  ... ...   ||   ....   .||.    ....
   ||    '|.  |   ||'  || .|...||  ||'  ||  ||  '' .||   ||   .|...||
   ||     '|.|    ||    | ||       ||    |  ||  .|' ||   ||   ||
   '|.'    '|     ||...'   '|...'  ||...'  .||. '|..'|'  '|.'  '|...'
        .. |      ||               ||
         ''      ''''             ''''      A Typographic Starter Kit

  URL ........... http://typeplate.com
  VERSION ....... 1.1.1
  Github ........ https://github.com/typeplate/typeplate.github.io
  AUTHORS ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
  LICENSE ....... Creative Commmons Attribution 3.0
  LICENSE URL ... http://creativecommons.org/licenses/by/3.0

 .||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||..||.
 *
 */
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026;
}
@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C;
}
/* line 387, ../../scss/typeplate/_typeplate.scss */
body {
  word-wrap: break-word;
}

/* line 391, ../../scss/typeplate/_typeplate.scss */
pre code {
  word-wrap: normal;
}

/**
 * Dropcap Sass @include
 * Use the following Sass @include with any selector you feel necessary.
 *
    @include dropcap($dropcap-float-position, $dropcap-font-size, $dropcap-font-family, $dropcap-txt-indent, $dropcap-margin, $dropcap-padding, $dropcap-color, $dropcap-line-height, $dropcap-bg);
 *
 * Extend this object into your custom stylesheet. Let the variables do the work.
 *
 */
/* line 516, ../../scss/typeplate/_typeplate.scss */
html {
  font: 400 100%/1.5 "Pontano Sans", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

/* line 524, ../../scss/typeplate/_typeplate.scss */
body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  color: rgba(68, 68, 68, 0.9);
  font-size: 150%;
}

/* line 535, ../../scss/typeplate/_typeplate.scss */
small {
  font-size: 65%;
}

/* line 558, ../../scss/typeplate/_typeplate.scss */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.tera {
  font-size: 72px ;
  font-size: 3rem ;
  margin-bottom: 0.5rem;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.giga {
  font-size: 60px ;
  font-size: 2.5rem ;
  margin-bottom: 0.6rem;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.mega {
  font-size: 48px ;
  font-size: 2rem ;
  margin-bottom: 0.75rem;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.alpha, h1 {
  font-size: 44px ;
  font-size: 1.83333rem ;
  margin-bottom: 0.81818rem;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.beta {
  font-size: 36px ;
  font-size: 1.5rem ;
  margin-bottom: 1rem;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.gamma, h2 {
  font-size: 24px ;
  font-size: 1.4rem ;
  margin-bottom: 1.5rem;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.delta, h3 {
  font-size: 21px ;
  font-size: 1.3rem ;
  margin-bottom: 1.71429rem;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.epsilon, h4 {
  font-size: 18px ;
  font-size: 1.2rem ;
  margin-bottom: 2rem;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.zeta, h5 {
  font-size: 16px ;
  font-size: 1rem ;
  margin-bottom: 2.25rem;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.small, h6 {
  font-size: 14px ;
  font-size: 0.7rem ;
  margin-bottom: 2.57143rem;
}

/* line 573, ../../scss/typeplate/_typeplate.scss */
.tiny {
  font-size: 12px ;
  font-size: 0.5rem ;
  margin-bottom: 3rem;
}

/* line 613, ../../scss/typeplate/_typeplate.scss */
p {
  margin: auto auto 24px;
}

/* line 627, ../../scss/typeplate/_typeplate.scss */
abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

/* line 647, ../../scss/typeplate/_typeplate.scss */
pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

/* line 652, ../../scss/typeplate/_typeplate.scss */
pre {
  white-space: pre;
}

/* line 658, ../../scss/typeplate/_typeplate.scss */
code, .codehilite pre {
  white-space: pre;
  font-family: "Source Code Pro", Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
}

/**
 * Abbreviations Markup
 *
    <abbr title="hyper text markup language">HMTL</abbr>
 *
 * Extend this object into your markup.
 *
 */
/* line 674, ../../scss/typeplate/_typeplate.scss */
abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: gray;
}
/* line 676, ../../scss/typeplate/_typeplate.scss */
abbr[title]:hover {
  cursor: help;
}

/* line 685, ../../scss/typeplate/_typeplate.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
}

/* line 697, ../../scss/typeplate/_typeplate.scss */
b, strong {
  font-weight: 700;
}

/* line 706, ../../scss/typeplate/_typeplate.scss */
p + .drop-cap {
  text-indent: 0;
  margin-top: 0;
}

/* line 418, ../../scss/typeplate/_typeplate.scss */
.drop-cap:first-letter {
  float: left;
  margin: inherit;
  padding: inherit;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit;
}

/**
 * Lining Definition Style Markup
 *
    <dl class="lining">
        <dt><b></b></dt>
        <dd></dd>
    </dl>
 *
 * Extend this object into your markup.
 *
 */
/* line 456, ../../scss/typeplate/_typeplate.scss */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}
/* line 464, ../../scss/typeplate/_typeplate.scss */
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
/* line 472, ../../scss/typeplate/_typeplate.scss */
.lining dd + dd:before {
  content: ", ";
}
/* line 476, ../../scss/typeplate/_typeplate.scss */
.lining dd:before {
  content: ": ";
  margin-left: -0.2rem;
}

/**
 * Dictionary Definition Style Markup
 *
    <dl class="dictionary-style">
        <dt><b></b></dt>
            <dd></dd>
    </dl>
 *
 * Extend this object into your markup.
 *
 */
/* line 484, ../../scss/typeplate/_typeplate.scss */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
/* line 488, ../../scss/typeplate/_typeplate.scss */
.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2rem;
}
/* line 494, ../../scss/typeplate/_typeplate.scss */
.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
/* line 497, ../../scss/typeplate/_typeplate.scss */
.dictionary-style dd:before {
  content: counter(definitions,decimal) ". ";
}

/**
 * Blockquote Markup
 *
        <figure>
            <blockquote cite="">
                <p></p>
            </blockquote>
            <figcaption>
                <cite>
                    <small><a href=""></a></small>
                </cite>
            </figcaption>
        </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Pull Quotes Markup
 *
    <aside class="pull-quote">
        <blockquote>
            <p></p>
        </blockquote>
    </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
/* line 790, ../../scss/typeplate/_typeplate.scss */
.pull-quote {
  position: relative;
  padding: 1em;
}
/* line 358, ../../scss/typeplate/_typeplate.scss */
.pull-quote:before, .pull-quote:after {
  height: 1em;
  opacity: 0.5;
  position: absolute;
  font-size: 4em;
  color: #dc976e;
}
/* line 366, ../../scss/typeplate/_typeplate.scss */
.pull-quote:before {
  content: '“';
  top: 0;
  left: 0;
}
/* line 371, ../../scss/typeplate/_typeplate.scss */
.pull-quote:after {
  content: '”';
  bottom: 0;
  right: 0;
}

/**
 * Figures Markup
 *
    <figure>
        <figcaption>
            <strong>Fig. 4.2 | </strong>Type Anatomy, an excerpt from Mark Boulton's book<cite title="http://designingfortheweb.co.uk/book/part3/part3_chapter11.php">"Designing for the Web"</cite>
        </figcaption>
    </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
    <article>
        <p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
        <footer>
            <ol class="foot-notes">
                <li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
            </ol>
        </footer>
    </article>
 *
 * Extend this object into your markup.
 *
 */
/* line 121, ../../scss/_utils.scss */
.media-object {
  *zoom: 1;
}
/* line 121, ../../scss/foundation/foundation/components/_global.scss */
.media-object:before, .media-object:after {
  content: " ";
  display: table;
}
/* line 122, ../../scss/foundation/foundation/components/_global.scss */
.media-object:after {
  clear: both;
}
/* line 123, ../../scss/_utils.scss */
.media-object > .media {
  float: left;
  margin-right: 5.375em;
}
@media only screen and (max-width: 767px) {
  /* line 123, ../../scss/_utils.scss */
  .media-object > .media {
    margin-right: 2.6875em;
  }
}
/* line 129, ../../scss/_utils.scss */
.media-object > .media-content {
  overflow: hidden;
}
/* line 132, ../../scss/_utils.scss */
.media-object.right > .media {
  float: right;
  margin-left: 5.375em;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 132, ../../scss/_utils.scss */
  .media-object.right > .media {
    margin-left: 2.6875em;
  }
}

@-webkit-keyframes stripeAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 50%;
  }
}
@-moz-keyframes stripeAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-ms-keyframes stripeAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-o-keyframes stripeAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes stripeAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
/*!
Entypo pictograms by Daniel Bruce - www.entypo.com
License - http://creativecommons.org/licenses/by-sa/3.0/
*/
/* line 26, ../../scss/_icons.scss */
.icon-mail:before {
  font-weight: normal !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-family: "entypo";
  content: "\02709";
}

/* line 32, ../../scss/_icons.scss */
.icon-twitter:before {
  font-weight: normal !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-family: "entypo-social";
  content: "\0F309";
}

/* line 39, ../../scss/_icons.scss */
.icon-fb:before {
  font-weight: normal !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-family: "entypo-social";
  content: "\0F30C";
}

/* line 45, ../../scss/_icons.scss */
.icon-linkedin:before {
  font-weight: normal !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-family: "entypo-social";
  content: "\0F318";
}

/* line 51, ../../scss/_icons.scss */
.icon-plus:before {
  font-weight: normal !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-family: "entypo-social";
  content: "\0F30F";
}

@media only screen and (max-width: 767px) {
  /* line 12, ../../scss/style.scss */
  html, body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
  }
}

/* line 24, ../../scss/style.scss */
ul.vertical-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 32, ../../scss/style.scss */
a {
  text-decoration: none;
}

/* line 35, ../../scss/style.scss */
a, a:visited {
  color: rgba(105, 69, 134, 0.75);
}

/* line 36, ../../scss/style.scss */
a:hover {
  color: #694586;
}

@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 38, ../../scss/style.scss */
  .content {
    font-size: 16px;
  }
  /* line 41, ../../scss/style.scss */
  .content h1 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 38, ../../scss/style.scss */
  .content {
    font-size: 16px;
    -webkit-hyphens: none;
  }
  /* line 48, ../../scss/style.scss */
  .content h1 {
    font-size: 26px;
  }
}

/* line 53, ../../scss/style.scss */
.content .row > .columns > h1 {
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  /* line 53, ../../scss/style.scss */
  .content .row > .columns > h1 {
    margin-top: 1.34375em;
  }
}

@media only screen and (max-width: 767px) {
  /* line 60, ../../scss/style.scss */
  .columns.large-12, .content .columns.large-8 {
    padding: 0 0.67188em;
  }
}

/* line 66, ../../scss/style.scss */
.content > div:not(.footer) > .row {
  padding-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  /* line 66, ../../scss/style.scss */
  .content > div:not(.footer) > .row {
    padding-bottom: 1.34375em;
  }
}

/* line 73, ../../scss/style.scss */
table .crossed {
  opacity: 0.25;
}

/* line 76, ../../scss/style.scss */
thead {
  text-transform: uppercase;
}

/* line 82, ../../scss/style.scss */
h1, h2, h3, h4, h5 {
  color: #7C2494;
}

/* line 87, ../../scss/style.scss */
b, strong {
  color: rgba(48, 48, 48, 0.9);
}

/* line 91, ../../scss/style.scss */
.dark {
  background: #694586;
}
/* line 93, ../../scss/style.scss */
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5 {
  color: #ffffff;
}
/* line 96, ../../scss/style.scss */
.dark a {
  color: rgba(255, 255, 255, 0.75);
}
/* line 98, ../../scss/style.scss */
.dark a:hover {
  color: #ffffff;
}

/* line 104, ../../scss/style.scss */
.header {
  min-height: 450px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 104, ../../scss/style.scss */
  .header {
    min-height: 300px;
  }
}

/* line 111, ../../scss/style.scss */
.topnav {
  margin-top: 0.67188em;
  text-align: center;
  text-transform: uppercase;
}
/* line 115, ../../scss/style.scss */
.topnav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 115, ../../scss/style.scss */
  .topnav a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 111, ../../scss/style.scss */
  .topnav {
    margin: 0.33594em 0 0 0;
  }
  /* line 124, ../../scss/style.scss */
  .topnav li {
    margin-left: 0;
  }
  /* line 127, ../../scss/style.scss */
  .topnav a {
    width: 92px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 135, ../../scss/style.scss */
  .intro-wrapper {
    padding: 0 0.67188em;
  }
}

/* line 141, ../../scss/style.scss */
.wizard {
  height: 100%;
  background: transparent url('/static/images/wizard.png?1408875975') no-repeat 0 0;
  background-position: right bottom;
  background-size: contain;
  min-height: 386px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 141, ../../scss/style.scss */
  .wizard {
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 141, ../../scss/style.scss */
  .wizard {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    opacity: 0.25;
    min-height: 240px;
    background-position: center bottom;
  }
}

/* line 157, ../../scss/style.scss */
.logo {
  color: #ffffff;
  font-size: 64px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 157, ../../scss/style.scss */
  .logo {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 157, ../../scss/style.scss */
  .logo {
    font-weight: 700;
    margin-top: -150px;
    font-size: 32px;
  }
}

/* line 172, ../../scss/style.scss */
.subtitle {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.75);
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 172, ../../scss/style.scss */
  .subtitle {
    font-size: 14px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 172, ../../scss/style.scss */
  .subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    font-size: 14px;
    margin-top: -12px;
  }
}

/* line 187, ../../scss/style.scss */
.schedule, .venue {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
/* line 190, ../../scss/style.scss */
.schedule:hover, .venue:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 195, ../../scss/style.scss */
.schedule {
  font-size: 16px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  /* line 195, ../../scss/style.scss */
  .schedule {
    margin-top: 6px;
  }
}

/* line 209, ../../scss/style.scss */
.venue {
  font-size: 21px;
  margin-top: 8px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 209, ../../scss/style.scss */
  .venue {
    font-size: 14px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 209, ../../scss/style.scss */
  .venue {
    font-size: 18px;
    margin-top: 3px;
  }
}

/* line 222, ../../scss/style.scss */
.button {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  padding: 16px 32px;
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
/* line 230, ../../scss/style.scss */
.button:hover {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(0, 0, 0, 0.5);
}
/* line 234, ../../scss/style.scss */
.button.dark {
  color: rgba(255, 255, 255, 0.8);
  background: #5f3d79;
}
/* line 237, ../../scss/style.scss */
.button.dark:hover {
  color: #ffffff;
  background: #4a2e60;
}
/* line 242, ../../scss/style.scss */
.button.small, h6.button {
  padding: 8px 16px;
  font-size: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 222, ../../scss/style.scss */
  .button {
    padding: 6px 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
  }
  /* line 251, ../../scss/style.scss */
  .button.small, h6.button {
    padding: 5px 13px;
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 222, ../../scss/style.scss */
  .button {
    font-weight: bold;
    font-size: 15px;
  }
  /* line 260, ../../scss/style.scss */
  .button.small, h6.button {
    padding: 5px 13px;
    font-size: 14px;
  }
}

/* line 268, ../../scss/style.scss */
.button--register {
  margin: 16px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  /* line 268, ../../scss/style.scss */
  .button--register {
    padding: 6px 14px;
    margin-bottom: 2.6875em;
  }
}

/* line 276, ../../scss/style.scss */
.langs {
  padding-left: 1.34375em;
}
/* line 278, ../../scss/style.scss */
.langs li {
  height: 40px;
  width: 40px;
  margin-left: 0;
  margin-right: 10px;
  background-blend-mode: multiply;
}
/* line 286, ../../scss/style.scss */
.langs .lang-clojure {
  background: #694586 url('/static/images/langs/lang-clojure.png?1409304851') no-repeat center center;
  background-size: contain;
}
/* line 286, ../../scss/style.scss */
.langs .lang-erlang {
  background: #694586 url('/static/images/langs/lang-erlang.png?1409304851') no-repeat center center;
  background-size: contain;
}
/* line 286, ../../scss/style.scss */
.langs .lang-scheme {
  background: #694586 url('/static/images/langs/lang-scheme.png?1409304851') no-repeat center center;
  background-size: contain;
}
/* line 286, ../../scss/style.scss */
.langs .lang-scala {
  background: #694586 url('/static/images/langs/lang-scala.png?1409304851') no-repeat center center;
  background-size: contain;
}
/* line 286, ../../scss/style.scss */
.langs .lang-ocaml {
  background: #694586 url('/static/images/langs/lang-ocaml.png?1409304851') no-repeat center center;
  background-size: contain;
}
/* line 286, ../../scss/style.scss */
.langs .lang-haskell {
  background: #694586 url('/static/images/langs/lang-haskell.png?1409304851') no-repeat center center;
  background-size: contain;
}
/* line 286, ../../scss/style.scss */
.langs .lang-lisp {
  background: #694586 url('/static/images/langs/lang-lisp.png?1409304851') no-repeat center center;
  background-size: contain;
}
/* line 286, ../../scss/style.scss */
.langs .lang-java {
  background: #694586 url('/static/images/langs/lang-java.png?1409304851') no-repeat center center;
  background-size: contain;
}
/* line 286, ../../scss/style.scss */
.langs .lang-elixir {
  background: #694586 url('/static/images/langs/lang-elixir.png?1409304851') no-repeat center center;
  background-size: contain;
}
/* line 286, ../../scss/style.scss */
.langs .lang-f {
  background: #694586 url('/static/images/langs/lang-f.png?1409304851') no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 276, ../../scss/style.scss */
  .langs {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 276, ../../scss/style.scss */
  .langs {
    display: none;
  }
}

/* line 299, ../../scss/style.scss */
.speakers {
  background: #694586;
}

/* line 303, ../../scss/style.scss */
.speaker-list {
  margin-top: 3em;
}
/* line 305, ../../scss/style.scss */
.speaker-list li {
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 308, ../../scss/style.scss */
.speaker-list li img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 314, ../../scss/style.scss */
.speaker-list li h3 {
  font-weight: 400;
  margin-top: 0.67188em;
  line-height: 1.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 321, ../../scss/style.scss */
.speaker-list li a:hover h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  /* line 303, ../../scss/style.scss */
  .speaker-list {
    margin-top: 2.6875em;
  }
  /* line 329, ../../scss/style.scss */
  .speaker-list li img {
    width: 80px;
    height: 80px;
  }
  /* line 333, ../../scss/style.scss */
  .speaker-list li h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
  }
}

/* line 343, ../../scss/style.scss */
.sponsor {
  margin: 1.34375em 0;
  padding: 2.6875em 1.34375em;
  border: 1px solid #ede6f3;
  overflow: auto;
}
/* line 348, ../../scss/style.scss */
.sponsor .tag {
  position: absolute;
  left: -0.67188em;
  top: -2.6875em;
  text-transform: uppercase;
  font-size: 16px;
  color: #896CA1;
  background: rgba(138, 98, 171, 0.15);
  padding: 8px 16px;
  font-weight: 700;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  /* line 348, ../../scss/style.scss */
  .sponsor .tag {
    border-radius: none;
  }
}
/* line 363, ../../scss/style.scss */
.sponsor .info {
  font-size: 18px;
}
/* line 367, ../../scss/style.scss */
.sponsor .meta a {
  display: block;
  margin-top: 1.34375em;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 366, ../../scss/style.scss */
  .sponsor .meta {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 343, ../../scss/style.scss */
  .sponsor {
    padding: 2.6875em 0;
  }
  /* line 377, ../../scss/style.scss */
  .sponsor .columns.large-9 {
    padding: 0 1.34375em;
  }
  /* line 380, ../../scss/style.scss */
  .sponsor .info {
    margin-top: 24px;
    font-size: 14px;
  }
}

/* line 387, ../../scss/style.scss */
.map-link {
  display: block;
  position: relative;
  height: 516px;
  background-size: cover;
  background-position: center center;
}
.map-link-chancery {
    background: #694586 url('/static/images/chancery_map.png?1408881352') no-repeat 0 0;
}
/* line 394, ../../scss/style.scss */
.map-link .info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.34375em;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 387, ../../scss/style.scss */
  .map-link {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 387, ../../scss/style.scss */
  .map-link {
    height: 320px;
  }
  /* line 407, ../../scss/style.scss */
  .map-link .info {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    padding: 0.67188em;
  }
}

/* line 415, ../../scss/style.scss */
.footer {
  color: rgba(255, 255, 255, 0.75);
  padding: 0.67188em 0;
}
/* line 418, ../../scss/style.scss */
.footer a {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
}
/* line 422, ../../scss/style.scss */
.footer a:hover {
  color: #ffffff;
}
/* line 425, ../../scss/style.scss */
.footer .social-wrapper {
  max-width: 300px;
  margin: 0 auto;
}
/* line 428, ../../scss/style.scss */
.footer .social-wrapper a {
  opacity: 0.75;
}
/* line 430, ../../scss/style.scss */
.footer .social-wrapper a:hover {
  opacity: 1.0;
}
/* line 433, ../../scss/style.scss */
.footer .social-wrapper a:before {
  font-size: 48px;
}

/* line 440, ../../scss/style.scss */
.footer-links {
  font-size: 16px;
  padding: 0;
  text-align: center;
}
/* line 444, ../../scss/style.scss */
.footer-links li {
  display: inline-block;
  margin: 1.34375em;
}
@media only screen and (max-width: 767px) {
  /* line 444, ../../scss/style.scss */
  .footer-links li {
    display: block;
    margin: 0;
    padding-bottom: 8px;
    width: 100%;
    opacity: 0.8;
  }
}

/* line 459, ../../scss/style.scss */
.page-index .bookmark .social-wrapper {
  float: right;
  width: 100px;
  text-align: center;
}
/* line 463, ../../scss/style.scss */
.page-index .bookmark .social-wrapper:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 50px;
  border-color: transparent transparent #ffffff transparent;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 459, ../../scss/style.scss */
  .page-index .bookmark .social-wrapper {
    width: 64px;
  }
  /* line 468, ../../scss/style.scss */
  .page-index .bookmark .social-wrapper:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 32px;
    border-color: transparent transparent #ffffff transparent;
  }
}
@media only screen and (max-width: 767px) {
  /* line 459, ../../scss/style.scss */
  .page-index .bookmark .social-wrapper {
    display: none;
  }
}
/* line 478, ../../scss/style.scss */
.page-index .bookmark .social-links li {
  height: 64px;
}
/* line 481, ../../scss/style.scss */
.page-index .bookmark .social-links a:before {
  font-size: 64px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 485, ../../scss/style.scss */
  .page-index .bookmark .social-links li {
    height: 48px;
  }
  /* line 488, ../../scss/style.scss */
  .page-index .bookmark .social-links a:before {
    font-size: 36px;
  }
}

/* line 501, ../../scss/style.scss */
.page .content a:not(.button) {
  display: inline-block;
  border-bottom: none;
}
/* line 506, ../../scss/style.scss */
.page .content table a:not(.button) {
  display: inline;
  text-decoration: underline;
  border-bottom: none;
}
/* line 511, ../../scss/style.scss */
.page .content table tr th strong {
  color: #222;
}
@media only screen and (max-width: 767px) {
  /* line 515, ../../scss/style.scss */
  .page .content table thead tr th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 521, ../../scss/style.scss */
  .page .content .columns.large-8 {
    width: 80%;
  }
}
/* line 526, ../../scss/style.scss */
.page h2, .page h3, .page h4, .page h5 {
  margin-bottom: 0.67188em;
}
/* line 529, ../../scss/style.scss */
.page h2 {
  margin-top: 1.34375em;
}
@media only screen and (max-width: 767px) {
  /* line 529, ../../scss/style.scss */
  .page h2 {
    font-size: 18px;
    line-height: 1.2;
  }
}
/* line 536, ../../scss/style.scss */
.page .logo-wrapper {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 536, ../../scss/style.scss */
  .page .logo-wrapper {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 542, ../../scss/style.scss */
  .page .logo-wrapper a {
    display: block;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 549, ../../scss/style.scss */
  .page .topnav-wrapper {
    padding-left: 0;
    padding-right: 1.34375em;
  }
  /* line 554, ../../scss/style.scss */
  .page .topnav-wrapper .topnav li {
    margin-left: 0.67188em;
  }
}
/* line 560, ../../scss/style.scss */
.page .header {
  min-height: 128px;
}
/* line 562, ../../scss/style.scss */
.page .header .logo {
  font-size: 36px;
  margin: 0.67188em 0 0 220px;
}
/* line 566, ../../scss/style.scss */
.page .header .date {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0.16797em;
}
/* line 572, ../../scss/style.scss */
.page .header .wizard {
  min-height: 128px;
  width: 200px;
  position: absolute;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /* line 560, ../../scss/style.scss */
  .page .header {
    min-height: 96px;
  }
  /* line 579, ../../scss/style.scss */
  .page .header .wizard {
    width: 96px;
    min-height: 96px;
  }
  /* line 583, ../../scss/style.scss */
  .page .header .logo {
    margin: 12px 0 0 108px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 560, ../../scss/style.scss */
  .page .header {
    min-height: 180px;
  }
  /* line 591, ../../scss/style.scss */
  .page .header .logo {
    font-size: 21px;
    margin: 36px 0 0 0;
  }
  /* line 595, ../../scss/style.scss */
  .page .header .wizard {
    max-height: 100px;
    min-height: 100px;
    width: 200px;
    background-position: left center;
  }
  /* line 601, ../../scss/style.scss */
  .page .header .date {
    font-size: 16px;
    font-weight: 300;
    margin-top: 8px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
  }
  /* line 607, ../../scss/style.scss */
  .page .header .logo-wrapper {
    margin-top: 72px;
    padding: 0 0.67188em;
  }
  /* line 611, ../../scss/style.scss */
  .page .header .topnav-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 0 0.67188em;
  }
}
/* line 620, ../../scss/style.scss */
.page .content .row > .columns > h1 {
  margin-top: 1.34375em;
}

/* line 626, ../../scss/style.scss */
.sponsor-table .c1 {
  width: 5%;
}
/* line 627, ../../scss/style.scss */
.sponsor-table .c2 {
  width: 45%;
}
/* line 628, ../../scss/style.scss */
.sponsor-table .c3 {
  width: 20%;
}
/* line 629, ../../scss/style.scss */
.sponsor-table .c4 {
  width: 30%;
}

/* line 635, ../../scss/style.scss */
.page-schedule .content table td a:not(.button) {
  text-decoration: none;
  border-bottom: 1px dotted #694586;
}
/* line 639, ../../scss/style.scss */
.page-schedule .content table td a:not(.button):first-child {
  font-weight: 700;
  text-decoration: underline;
  border-bottom: none;
}

/* line 651, ../../scss/style.scss */
.page-about .content .speaker-list {
  margin-top: 0;
}
/* line 653, ../../scss/style.scss */
.page-about .content .speaker-list a {
  border-bottom: none;
}
/* line 654, ../../scss/style.scss */
.page-about .content .speaker-list h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 661, ../../scss/style.scss */
.venue-map {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 2.6875em;
}

@media only screen and (max-width: 767px) {
  /* line 670, ../../scss/style.scss */
  .table--workshops .button, .table--workshops .button:active, .table--workshops .button:hover {
    font-size: 14px;
    color: #694586;
    background: transparent;
    padding: 0.67188em 4px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 680, ../../scss/style.scss */
  .page-register .button-reg {
    display: block;
    text-align: center;
    margin-bottom: 8px;
  }
}

/* line 690, ../../scss/style.scss */
.page-venue .content a:not(.button):not(.venue-map) {
  display: inline !important;
}
/* line 694, ../../scss/style.scss */
.page-venue .button--book {
  margin-bottom: 1.34375em;
}

.sponsor .columns.large-3 {
    padding-left: 0.5em;
    padding-right: 0.5em;
}