@charset "UTF-8";
/*
Theme Name: Banana Stand
Theme URI: http://wlcr.io/
Author: WEINLANDcreative
Author URI: http://wlcr.io
Description: A custom theme just for Banana Stand Media
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wlcr
Domain Path: /languages/
Tags:

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

Banana Stand is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* line 5, scss/_functions.scss */
body, html { font-size: 16px; }

/*
	Colors
*/
/*
	Fonts from Typekit
*/
/*
	Extra Light	200	normal
	// Extra Light Oblique	200	italic
	Light 300normal
	// Light Oblique 300 italic
	Book 400 normal
	Oblique 400	italic
	Bold 700 normal
	// Bold Oblique 700 italic
	Black 900 normal
*/
/*
	// Light 300 normal
	// Light Italic 300italic
	Book 400 normal
	Book Italic 400	italic
	// Medium 500 normal
	// Medium Italic 500 italic
	Heavy 700 normal
	Heavy Italic 700 italic
	// Extra Bold 800 normal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
/* line 9, bower_components/foundation/scss/normalize.scss */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
/* line 19, bower_components/foundation/scss/normalize.scss */
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. */
/* line 45, bower_components/foundation/scss/normalize.scss */
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. */
/* line 57, bower_components/foundation/scss/normalize.scss */
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. */
/* line 67, bower_components/foundation/scss/normalize.scss */
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/11, Safari, and Firefox < 22. */
/* line 78, bower_components/foundation/scss/normalize.scss */
[hidden], template { display: none; }

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

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

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

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

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

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

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

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

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

/* line 169, bower_components/foundation/scss/normalize.scss */
sup { top: -0.5em; }

/* line 173, bower_components/foundation/scss/normalize.scss */
sub { bottom: -0.25em; }

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

/** Correct overflow not hidden in IE 9/10/11. */
/* line 192, bower_components/foundation/scss/normalize.scss */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
/* line 203, bower_components/foundation/scss/normalize.scss */
figure { margin: 1em 40px; }

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

/** Contain overflow in all browsers. */
/* line 221, bower_components/foundation/scss/normalize.scss */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
/* line 232, bower_components/foundation/scss/normalize.scss */
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. */
/* line 256, bower_components/foundation/scss/normalize.scss */
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. */
/* line 266, bower_components/foundation/scss/normalize.scss */
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. */
/* line 278, bower_components/foundation/scss/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 293, bower_components/foundation/scss/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 303, bower_components/foundation/scss/normalize.scss */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
/* line 312, bower_components/foundation/scss/normalize.scss */
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. */
/* line 322, bower_components/foundation/scss/normalize.scss */
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. */
/* line 335, bower_components/foundation/scss/normalize.scss */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
/* line 347, bower_components/foundation/scss/normalize.scss */
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 (include `-moz` to future-proof). */
/* line 357, bower_components/foundation/scss/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 and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
/* line 371, bower_components/foundation/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
/* line 379, bower_components/foundation/scss/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/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
/* line 390, bower_components/foundation/scss/normalize.scss */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
/* line 399, bower_components/foundation/scss/normalize.scss */
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. */
/* line 408, bower_components/foundation/scss/normalize.scss */
optgroup { font-weight: bold; }

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

/* line 425, bower_components/foundation/scss/normalize.scss */
td, th { padding: 0; }

/* line 347, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version { font-family: "/5.4.7/"; }

/* line 351, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small { font-family: "/only screen/"; width: 0em; }

/* line 356, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; }

/* line 361, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large { font-family: "/only screen and (min-width:64.063em)/"; width: 64.063em; }

/* line 366, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:90.063em)/"; width: 90.063em; }

/* line 371, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120.063em)/"; width: 120.063em; }

/* line 376, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace { font-family: false; }

/* line 383, bower_components/foundation/scss/foundation/components/_global.scss */
html, body { height: 100%; }

/* line 388, bower_components/foundation/scss/foundation/components/_global.scss */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* line 393, bower_components/foundation/scss/foundation/components/_global.scss */
html, body { font-size: 100%; }

/* line 396, bower_components/foundation/scss/foundation/components/_global.scss */
body { background: white; color: #403d00; padding: 0; margin: 0; font-family: "pragmatica-web", arial, sans-serif; font-weight: 400; font-style: 400; line-height: 1.5; position: relative; cursor: auto; }

/* line 409, bower_components/foundation/scss/foundation/components/_global.scss */
a:hover { cursor: pointer; }

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

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

/* line 420, bower_components/foundation/scss/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 425, bower_components/foundation/scss/foundation/components/_global.scss */
.left { float: left !important; }

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

/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after { clear: both; }

/* line 430, bower_components/foundation/scss/foundation/components/_global.scss */
.hide { display: none !important; visibility: hidden; }

/* line 436, bower_components/foundation/scss/foundation/components/_global.scss */
.invisible { visibility: hidden; }

/* line 442, bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

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

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

/* line 218, bower_components/foundation/scss/foundation/components/_grid.scss */
.row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: none; }
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.row:after { clear: both; }
/* line 223, bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; }
/* line 225, bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row { margin-left: 0; margin-right: 0; }
/* line 228, bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row { width: auto; margin-left: -none/2; margin-right: -none/2; margin-top: 0; margin-bottom: 0; max-width: none; }
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after { clear: both; }
/* line 229, bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse { width: auto; margin: 0; max-width: none; }
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after { clear: both; }

/* line 234, bower_components/foundation/scss/foundation/components/_grid.scss */
.column, .columns { padding-left: none/2; padding-right: none/2; width: 100%; float: left; }

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

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

@media only screen { /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 { position: relative; left: 0%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 { position: relative; right: 0%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 { position: relative; left: 8.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 { position: relative; right: 8.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 { position: relative; left: 16.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 { position: relative; right: 16.66667%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 { position: relative; left: 25%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 { position: relative; right: 25%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 { position: relative; left: 33.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 { position: relative; right: 33.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 { position: relative; left: 41.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 { position: relative; right: 41.66667%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 { position: relative; left: 50%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 { position: relative; right: 50%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 { position: relative; left: 58.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 { position: relative; right: 58.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 { position: relative; left: 66.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 { position: relative; right: 66.66667%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 { position: relative; left: 75%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 { position: relative; right: 75%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 { position: relative; left: 83.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 { position: relative; right: 83.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 { position: relative; left: 91.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 { position: relative; right: 91.66667%; left: auto; }
  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column, .columns { position: relative; padding-left: none/2; padding-right: none/2; float: left; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 { width: 8.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 { width: 16.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 { width: 25%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 { width: 33.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 { width: 41.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 { width: 50%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 { width: 58.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 { width: 66.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 { width: 75%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 { width: 83.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 { width: 91.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 { width: 100%; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 { margin-left: 0% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 { margin-left: 8.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 { margin-left: 16.66667% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 { margin-left: 25% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 { margin-left: 33.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 { margin-left: 41.66667% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 { margin-left: 50% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 { margin-left: 58.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 { margin-left: 66.66667% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 { margin-left: 75% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 { margin-left: 83.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 { margin-left: 91.66667% !important; }
  /* line 180, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
  /* line 189, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; }
  /* line 192, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered, .columns.small-uncentered { margin-left: 0; margin-right: 0; float: left; }
  /* line 200, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child, .columns.small-centered:last-child { float: none; }
  /* line 206, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child { float: left; }
  /* line 211, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right; } }
@media only screen and (min-width: 40.063em) { /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 { position: relative; left: 0%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 { position: relative; right: 0%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 { position: relative; left: 8.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 { position: relative; right: 8.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 { position: relative; left: 16.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 { position: relative; right: 16.66667%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 { position: relative; left: 25%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 { position: relative; right: 25%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 { position: relative; left: 33.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 { position: relative; right: 33.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 { position: relative; left: 41.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 { position: relative; right: 41.66667%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 { position: relative; left: 50%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 { position: relative; right: 50%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 { position: relative; left: 58.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 { position: relative; right: 58.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 { position: relative; left: 66.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 { position: relative; right: 66.66667%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 { position: relative; left: 75%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 { position: relative; right: 75%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 { position: relative; left: 83.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 { position: relative; right: 83.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 { position: relative; left: 91.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 { position: relative; right: 91.66667%; left: auto; }
  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column, .columns { position: relative; padding-left: none/2; padding-right: none/2; float: left; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 { width: 8.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 { width: 16.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 { width: 25%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 { width: 33.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 { width: 41.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 { width: 50%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 { width: 58.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 { width: 66.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 { width: 75%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 { width: 83.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 { width: 91.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 { width: 100%; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 { margin-left: 0% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 { margin-left: 8.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 { margin-left: 16.66667% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 { margin-left: 25% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 { margin-left: 33.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 { margin-left: 41.66667% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 { margin-left: 50% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 { margin-left: 58.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 { margin-left: 66.66667% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 { margin-left: 75% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 { margin-left: 83.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 { margin-left: 91.66667% !important; }
  /* line 180, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
  /* line 189, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; }
  /* line 192, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered, .columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left; }
  /* line 200, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child, .columns.medium-centered:last-child { float: none; }
  /* line 206, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child { float: left; }
  /* line 211, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 { position: relative; left: 0%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 { position: relative; right: 0%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 { position: relative; left: 25%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 { position: relative; right: 25%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 { position: relative; left: 50%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 { position: relative; right: 50%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 { position: relative; left: 75%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 { position: relative; right: 75%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }
@media only screen and (min-width: 64.063em) { /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 { position: relative; left: 0%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 { position: relative; right: 0%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 { position: relative; left: 8.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 { position: relative; right: 8.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 { position: relative; left: 16.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 { position: relative; right: 16.66667%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 { position: relative; left: 25%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 { position: relative; right: 25%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 { position: relative; left: 33.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 { position: relative; right: 33.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 { position: relative; left: 41.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 { position: relative; right: 41.66667%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 { position: relative; left: 50%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 { position: relative; right: 50%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 { position: relative; left: 58.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 { position: relative; right: 58.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 { position: relative; left: 66.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 { position: relative; right: 66.66667%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 { position: relative; left: 75%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 { position: relative; right: 75%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 { position: relative; left: 83.33333%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 { position: relative; right: 83.33333%; left: auto; }
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 { position: relative; left: 91.66667%; right: auto; }
  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 { position: relative; right: 91.66667%; left: auto; }
  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column, .columns { position: relative; padding-left: none/2; padding-right: none/2; float: left; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 { width: 8.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 { width: 16.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 { width: 25%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 { width: 33.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 { width: 41.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 { width: 50%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 { width: 58.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 { width: 66.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 { width: 75%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 { width: 83.33333%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 { width: 91.66667%; }
  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 { width: 100%; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 { margin-left: 0% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 { margin-left: 8.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 { margin-left: 16.66667% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 { margin-left: 25% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 { margin-left: 33.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 { margin-left: 41.66667% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 { margin-left: 50% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 { margin-left: 58.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 { margin-left: 66.66667% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 { margin-left: 75% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 { margin-left: 83.33333% !important; }
  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 { margin-left: 91.66667% !important; }
  /* line 180, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
  /* line 189, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; }
  /* line 192, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left; }
  /* line 200, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child, .columns.large-centered:last-child { float: none; }
  /* line 206, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child { float: left; }
  /* line 211, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 { position: relative; left: 0%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 { position: relative; right: 0%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 { position: relative; left: 25%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 { position: relative; right: 25%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 { position: relative; left: 50%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 { position: relative; right: 50%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 { position: relative; left: 75%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 { position: relative; right: 75%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }
/* line 129, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion { margin-bottom: 0; }
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.accordion:before, .accordion:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.accordion:after { clear: both; }
/* line 132, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation, .accordion dd { display: block; margin-bottom: 0 !important; }
/* line 135, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a { background: #e8e8e8; }
/* line 136, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a, .accordion dd > a { background: #efefef; color: #222222; padding: 1rem; display: block; font-family: "pragmatica-web", arial, sans-serif; font-size: 1rem; }
/* line 143, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover { background: #e3e3e3; }
/* line 146, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content { display: none; padding: none/2; }
/* line 149, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active { display: block; background: white; }

/* line 106, bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] { display: block; padding: 0; margin: 0 -0.625rem; }
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after { clear: both; }
/* line 50, bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }

@media only screen { /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li { width: 100%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li { width: 50%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li { width: 33.33333%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li { width: 25%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li { width: 20%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li { width: 16.66667%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li { width: 14.28571%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li { width: 12.5%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li { width: 11.11111%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li { width: 10%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li { width: 9.09091%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li { width: 8.33333%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }
@media only screen and (min-width: 40.063em) { /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li { width: 100%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li { width: 50%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li { width: 33.33333%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li { width: 25%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li { width: 20%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li { width: 16.66667%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li { width: 14.28571%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li { width: 12.5%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li { width: 11.11111%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li { width: 10%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li { width: 9.09091%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li { width: 8.33333%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }
@media only screen and (min-width: 64.063em) { /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li { width: 100%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li { width: 50%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li { width: 33.33333%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li { width: 25%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li { width: 20%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li { width: 16.66667%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li { width: 14.28571%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li { width: 12.5%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li { width: 11.11111%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li { width: 10%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li { width: 9.09091%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li { width: 8.33333%; list-style: none; }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) { clear: none; }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }
/* line 216, bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button { border-style: solid; border-width: 0px; cursor: pointer; font-family: "pragmatica-web", arial, sans-serif; font-weight: 400; line-height: normal; margin: 0 0 1.25rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 1rem; padding-right: 2rem; padding-bottom: 1.0625rem; padding-left: 2rem; font-size: 1rem; background-color: #00c1ff; border-color: #35cbff; color: white; transition: background-color 300ms ease-out; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus { background-color: #35cbff; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus { color: white; }
/* line 223, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary { background-color: #00c1ff; border-color: #009acc; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #009acc; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color: white; }
/* line 224, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success { background-color: #00c1ff; border-color: #009acc; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { background-color: #009acc; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { color: white; }
/* line 225, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert { background-color: #ce0c3a; border-color: #a50a2e; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { background-color: #a50a2e; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { color: white; }
/* line 226, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning { background-color: #fff200; border-color: #ccc200; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus { background-color: #ccc200; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus { color: white; }
/* line 227, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info { background-color: #35cbff; border-color: #00b7f6; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus { background-color: #00b7f6; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus { color: white; }
/* line 229, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large { padding-top: 1.125rem; padding-right: 2.25rem; padding-bottom: 1.1875rem; padding-left: 2.25rem; font-size: 1.25rem; }
/* line 230, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small { padding-top: 0.875rem; padding-right: 1.75rem; padding-bottom: 0.9375rem; padding-left: 1.75rem; font-size: 0.8125rem; }
/* line 231, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny { padding-top: 0.625rem; padding-right: 1.25rem; padding-bottom: 0.6875rem; padding-left: 1.25rem; font-size: 0.6875rem; }
/* line 232, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand { padding-right: 0; padding-left: 0; width: 100%; }
/* line 234, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align { text-align: left; text-indent: 0.75rem; }
/* line 235, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align { text-align: right; padding-right: 0.75rem; }
/* line 237, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius { border-radius: 3px; }
/* line 238, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round { border-radius: 1000px; }
/* line 240, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: #00c1ff; border-color: #35cbff; color: white; cursor: default; opacity: 0.7; box-shadow: none; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #35cbff; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { color: white; }
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #00c1ff; }
/* line 241, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary { background-color: #00c1ff; border-color: #009acc; color: white; cursor: default; opacity: 0.7; box-shadow: none; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #009acc; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { color: white; }
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #00c1ff; }
/* line 242, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success { background-color: #00c1ff; border-color: #009acc; color: white; cursor: default; opacity: 0.7; box-shadow: none; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #009acc; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { color: white; }
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #00c1ff; }
/* line 243, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert { background-color: #ce0c3a; border-color: #a50a2e; color: white; cursor: default; opacity: 0.7; box-shadow: none; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #a50a2e; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { color: white; }
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #ce0c3a; }
/* line 244, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning { background-color: #fff200; border-color: #ccc200; color: white; cursor: default; opacity: 0.7; box-shadow: none; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: #ccc200; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus { color: white; }
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: #fff200; }
/* line 245, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info { background-color: #35cbff; border-color: #00b7f6; color: white; cursor: default; opacity: 0.7; box-shadow: none; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus { background-color: #00b7f6; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus { color: white; }
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus { background-color: #35cbff; }

/* line 250, bower_components/foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner { border: 0; padding: 0; }

@media only screen and (min-width: 40.063em) { /* line 253, bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button { display: inline-block; } }
/* line 148, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group { list-style: none; margin: 0; left: 0; }
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:after { clear: both; }
/* line 150, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li { margin: 0 -2px; display: inline-block; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li > button, .button-group > li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button { border-left: 0; }
/* line 153, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li { margin: 0 -2px; display: inline-block; display: block; margin: 0; float: none; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button { border-left: 0; }
/* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button { border-top: 1px solid; border-color: rgba(255, 255, 255, 0.5); border-left-width: 0px; margin: 0; display: block; }
/* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button { border-top: 0; }
/* line 157, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li { margin: 0 -2px; display: inline-block; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button { border-left: 0; }
@media only screen and (max-width: 40em) { /* line 157, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li { margin: 0 -2px; display: inline-block; display: block; margin: 0; }
  /* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
  /* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button { border-left: 0; }
  /* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button { border-top: 1px solid; border-color: rgba(255, 255, 255, 0.5); border-left-width: 0px; margin: 0; display: block; }
  /* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button { border-top: 0; } }
/* line 165, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * { margin: 0 -2px; display: inline-block; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button { border-left: 0; }
/* line 114, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button { border-radius: 0; }
/* line 118, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button { -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
/* line 129, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button { -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }
/* line 166, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * { margin: 0 -2px; display: inline-block; display: block; margin: 0; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button { border-left: 0; }
/* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button { border-top: 1px solid; border-color: rgba(255, 255, 255, 0.5); border-left-width: 0px; margin: 0; display: block; }
/* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button { border-top: 0; }
/* line 114, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button { border-radius: 0; }
/* line 118, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button { -webkit-top-left-radius: 3px; -webkit-top-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
/* line 129, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button { -webkit-bottom-left-radius: 3px; -webkit-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
@media only screen and (min-width: 40.063em) { /* line 167, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * { margin: 0 -2px; display: inline-block; }
  /* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
  /* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button { border-left: 0; }
  /* line 114, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button { border-radius: 0; }
  /* line 118, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button { -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
  /* line 129, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button { -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } }
@media only screen and (max-width: 40em) { /* line 167, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * { margin: 0 -2px; display: inline-block; display: block; margin: 0; }
  /* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
  /* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button { border-left: 0; }
  /* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button { border-top: 1px solid; border-color: rgba(255, 255, 255, 0.5); border-left-width: 0px; margin: 0; display: block; }
  /* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button { border-top: 0; }
  /* line 114, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button { border-radius: 0; }
  /* line 118, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button { -webkit-top-left-radius: 3px; -webkit-top-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
  /* line 129, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button { -webkit-bottom-left-radius: 3px; -webkit-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } }
/* line 176, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * { margin: 0 -2px; display: inline-block; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button { border-left: 0; }
/* line 114, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button { border-radius: 0; }
/* line 118, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button { -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }
/* line 129, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button { -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }
/* line 177, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * { margin: 0 -2px; display: inline-block; display: block; margin: 0; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button { border-left: 0; }
/* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button { border-top: 1px solid; border-color: rgba(255, 255, 255, 0.5); border-left-width: 0px; margin: 0; display: block; }
/* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button { border-top: 0; }
/* line 114, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button { border-radius: 0; }
/* line 118, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button { -webkit-top-left-radius: 1rem; -webkit-top-right-radius: 1rem; border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
/* line 129, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button { -webkit-bottom-left-radius: 1rem; -webkit-bottom-right-radius: 1rem; border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; }
@media only screen and (min-width: 40.063em) { /* line 178, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * { margin: 0 -2px; display: inline-block; }
  /* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
  /* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button { border-left: 0; }
  /* line 114, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button { border-radius: 0; }
  /* line 118, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button { -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }
  /* line 129, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button { -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; } }
@media only screen and (max-width: 40em) { /* line 178, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * { margin: 0 -2px; display: inline-block; display: block; margin: 0; }
  /* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
  /* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button { border-left: 0; }
  /* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button { border-top: 1px solid; border-color: rgba(255, 255, 255, 0.5); border-left-width: 0px; margin: 0; display: block; }
  /* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button { border-top: 0; }
  /* line 114, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button { border-radius: 0; }
  /* line 118, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button { -webkit-top-left-radius: 1rem; -webkit-top-right-radius: 1rem; border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
  /* line 129, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button { -webkit-bottom-left-radius: 1rem; -webkit-bottom-right-radius: 1rem; border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; } }
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li { margin: 0 -2px; display: inline-block; width: 50%; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button { border-left: 0; }
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button { width: 100%; }
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li { margin: 0 -2px; display: inline-block; width: 33.33333%; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button { border-left: 0; }
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button { width: 100%; }
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li { margin: 0 -2px; display: inline-block; width: 25%; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button { border-left: 0; }
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button { width: 100%; }
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li { margin: 0 -2px; display: inline-block; width: 20%; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button { border-left: 0; }
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button { width: 100%; }
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li { margin: 0 -2px; display: inline-block; width: 16.66667%; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button { border-left: 0; }
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button { width: 100%; }
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li { margin: 0 -2px; display: inline-block; width: 14.28571%; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button { border-left: 0; }
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button { width: 100%; }
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li { margin: 0 -2px; display: inline-block; width: 12.5%; }
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button { border-left: 0; }
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button { width: 100%; }

/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:after { clear: both; }
/* line 194, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group { float: left; margin-right: 0.625rem; }
/* line 32, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div { overflow: hidden; }

/* Clearing Styles */
/* line 44, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] { margin-bottom: 0; margin-left: 0; list-style: none; }
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after { clear: both; }
/* line 50, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li { float: left; margin-right: 10px; }
/* line 55, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li { margin-right: 0; }

/* line 60, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout { background: #333333; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 998; }
/* line 69, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close { display: block; }

/* line 72, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-container { position: relative; z-index: 998; height: 100%; overflow: hidden; margin: 0; }

/* line 80, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label { position: absolute; top: 50%; left: 50%; color: #aaaaaa; font-size: 0.6em; }

/* line 88, bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img { height: 95%; position: relative; }
/* line 92, bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; }

/* line 102, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-caption { color: #cccccc; font-size: 0.875em; line-height: 1.3; margin-bottom: 0; text-align: center; bottom: 0; background: #333333; width: 100%; padding: 10px 30px 20px; position: absolute; left: 0; }

/* line 116, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close { z-index: 999; padding-left: 20px; padding-top: 10px; font-size: 30px; line-height: 1; color: #cccccc; display: none; }
/* line 126, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus { color: #cccccc; }

/* line 129, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container { height: 100%; }
/* line 130, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul { display: none; }

/* line 134, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li { display: none; }
/* line 136, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img { display: block; }

@media only screen and (min-width: 40.063em) { /* line 144, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev, .clearing-main-next { position: absolute; height: 100%; width: 40px; top: 0; }
  /* line 149, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span, .clearing-main-next > span { position: absolute; top: 50%; display: block; width: 0; height: 0; border: solid 12px; }
  /* line 156, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover, .clearing-main-next > span:hover { opacity: 0.8; }
  /* line 159, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev { left: 0; }
  /* line 161, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: #cccccc; }
  /* line 167, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next { right: 0; }
  /* line 169, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span { border-color: transparent; border-left-color: #cccccc; }
  /* line 176, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: 0.3; }
  /* line 180, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel { background: rgba(51, 51, 51, 0.8); height: 120px; margin-top: 10px; text-align: center; }
  /* line 186, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul { display: inline-block; z-index: 999; height: 100%; position: relative; float: none; }
  /* line 193, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li { display: block; width: 120px; min-height: inherit; float: left; overflow: hidden; margin-right: 0; padding: 0; position: relative; cursor: pointer; opacity: 0.4; clear: none; }
  /* line 207, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img { height: 100%; max-width: none; }
  /* line 213, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; box-shadow: none; display: block; }
  /* line 219, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img { cursor: pointer !important; width: 100% !important; }
  /* line 224, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible { opacity: 1; }
  /* line 225, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover { opacity: 0.8; }
  /* line 230, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img { background: #333333; overflow: hidden; height: 85%; }
  /* line 237, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-close { position: absolute; top: 10px; right: 20px; padding-left: 0; padding-top: 0; } }
/* Foundation Dropdowns */
/* line 225, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown { position: absolute; left: -9999px; list-style: none; margin-left: 0; outline: none; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 89; margin-top: 2px; max-width: 200px; }
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child { margin-top: 0; }
/* line 74, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child { margin-bottom: 0; }
/* line 99, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent transparent white transparent; border-bottom-style: solid; position: absolute; top: -12px; left: 10px; z-index: 89; }
/* line 106, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent transparent #cccccc transparent; border-bottom-style: solid; position: absolute; top: -14px; left: 9px; z-index: 88; }
/* line 114, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before { left: auto; right: 10px; }
/* line 118, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after { left: auto; right: 9px; }
/* line 228, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right { position: absolute; left: -9999px; list-style: none; margin-left: 0; outline: none; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 89; margin-top: 0; margin-left: 2px; max-width: 200px; }
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child { margin-top: 0; }
/* line 74, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child { margin-bottom: 0; }
/* line 128, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent white transparent transparent; border-right-style: solid; position: absolute; top: 10px; left: -12px; z-index: 89; }
/* line 135, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent #cccccc transparent transparent; border-right-style: solid; position: absolute; top: 9px; left: -14px; z-index: 88; }
/* line 232, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left { position: absolute; left: -9999px; list-style: none; margin-left: 0; outline: none; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 89; margin-top: 0; margin-left: -2px; max-width: 200px; }
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child { margin-top: 0; }
/* line 74, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child { margin-bottom: 0; }
/* line 149, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent transparent transparent white; border-left-style: solid; position: absolute; top: 10px; right: -12px; left: auto; z-index: 89; }
/* line 157, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent transparent transparent #cccccc; border-left-style: solid; position: absolute; top: 9px; right: -14px; left: auto; z-index: 88; }
/* line 236, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top { position: absolute; left: -9999px; list-style: none; margin-left: 0; outline: none; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 89; margin-top: -2px; margin-left: 0; max-width: 200px; }
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child { margin-top: 0; }
/* line 74, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child { margin-bottom: 0; }
/* line 172, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: white transparent transparent transparent; border-top-style: solid; position: absolute; top: auto; bottom: -12px; left: 10px; right: auto; z-index: 89; }
/* line 181, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: #cccccc transparent transparent transparent; border-top-style: solid; position: absolute; top: auto; bottom: -14px; left: 9px; right: auto; z-index: 88; }
/* line 241, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li { font-size: 0.875rem; cursor: pointer; line-height: 1.125rem; margin: 0; }
/* line 210, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus { background: #eeeeee; }
/* line 212, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li.radius { border-radius: 3px; }
/* line 214, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li a { display: block; padding: 0.5rem; color: #555555; }
/* line 244, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content { position: absolute; left: -9999px; list-style: none; margin-left: 0; outline: none; padding: 1.25rem; width: 100%; height: auto; max-height: none; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 89; max-width: 200px; }
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child { margin-top: 0; }
/* line 74, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child { margin-bottom: 0; }
/* line 247, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny { max-width: 200px; }
/* line 248, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.small { max-width: 300px; }
/* line 249, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium { max-width: 500px; }
/* line 250, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.large { max-width: 800px; }
/* line 251, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega { width: 100% !important; max-width: 100% !important; }
/* line 255, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega.open { left: 0 !important; }

/* line 123, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button, button.dropdown { position: relative; outline: none; padding-right: 3.5625rem; }
/* line 63, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: solid; border-color: white transparent transparent transparent; top: 50%; }
/* line 98, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after { border-width: 0.375rem; right: 1.40625rem; margin-top: -0.15625rem; }
/* line 117, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after { border-color: white transparent transparent transparent; }
/* line 124, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, button.dropdown.tiny { padding-right: 2.625rem; }
/* line 78, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, button.dropdown.tiny:after { border-width: 0.375rem; right: 1.125rem; margin-top: -0.125rem; }
/* line 117, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny::after, button.dropdown.tiny::after { border-color: white transparent transparent transparent; }
/* line 125, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, button.dropdown.small { padding-right: 3.0625rem; }
/* line 88, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after { border-width: 0.4375rem; right: 1.3125rem; margin-top: -0.15625rem; }
/* line 117, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after { border-color: white transparent transparent transparent; }
/* line 126, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, button.dropdown.large { padding-right: 3.625rem; }
/* line 108, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after { border-width: 0.3125rem; right: 1.71875rem; margin-top: -0.15625rem; }
/* line 117, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after { border-color: white transparent transparent transparent; }
/* line 127, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, button.dropdown.secondary:after { border-color: #333333 transparent transparent transparent; }

/* line 49, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video { position: relative; padding-top: 1.5625rem; padding-bottom: 67.5%; height: 0; margin-bottom: 1rem; overflow: hidden; }
/* line 32, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen { padding-bottom: 56.34%; }
/* line 33, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo { padding-top: 0; }
/* line 38, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Standard Forms */
/* line 380, bower_components/foundation/scss/foundation/components/_forms.scss */
form { margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
/* line 86, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row { margin: 0 -0.5rem; }
/* line 89, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column, form .row .row .columns { padding: 0 0.5rem; }
/* line 92, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse { margin: 0; }
/* line 95, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; }
/* line 96, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input { -webkit-border-bottom-right-radius: 0; -webkit-border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 0; }
/* line 105, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.5rem; }

/* Label Styles */
/* line 386, bower_components/foundation/scss/foundation/components/_forms.scss */
label { font-size: 0.875rem; color: #646464; cursor: pointer; display: block; font-weight: 400; line-height: 1.5; margin-bottom: 0; /* Styles for required inputs */ }
/* line 387, bower_components/foundation/scss/foundation/components/_forms.scss */
label.right { float: none !important; text-align: right; }
/* line 388, bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline { margin: 0 0 1rem 0; padding: 0.5625rem 0; }
/* line 390, bower_components/foundation/scss/foundation/components/_forms.scss */
label small { text-transform: capitalize; color: #7c7c7c; }

/* Attach elements to the beginning or end of an input */
/* line 398, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; border-style: solid; border-width: 1px; overflow: hidden; font-size: 0.875rem; height: 2.3125rem; line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 401, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125rem; border: none; }

/* line 402, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125rem; border: none; }

/* line 404, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius { border-radius: 0; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

/* line 405, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius { border-radius: 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

/* line 406, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round { border-radius: 0; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }

/* line 407, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round { border-radius: 0; -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 410, bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix { background: #f2f2f2; border-right: none; color: #333333; border-color: #cccccc; }

/* line 411, bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix { background: #f2f2f2; border-left: none; color: #333333; border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
/* line 428, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea { -webkit-appearance: none; -webkit-border-radius: 0px; background-color: white; font-family: inherit; border-style: solid; border-width: 1px; border-color: #cccccc; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875rem; margin: 0 0 1rem 0; padding: 0.5rem; height: 2.3125rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
/* line 185, bower_components/foundation/scss/foundation/components/_global.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus { box-shadow: 0 0 5px #999999; border-color: #999999; }
/* line 132, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus { background: #fafafa; border-color: #999999; outline: none; }
/* line 138, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled { background-color: #dddddd; cursor: default; }
/* line 146, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea { background-color: #dddddd; cursor: default; }
/* line 435, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius { border-radius: 3px; }

/* line 445, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select { border-radius: 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }
/* line 446, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix { border-radius: 0; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
/* line 451, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select { border-radius: 0; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
/* line 452, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix { border-radius: 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }
/* line 457, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select { border-radius: 0; -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }
/* line 458, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix { border-radius: 0; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }
/* line 463, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select { border-radius: 0; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }
/* line 464, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix { border-radius: 0; -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

/* line 469, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] { -webkit-appearance: none; -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
/* line 475, bower_components/foundation/scss/foundation/components/_forms.scss */
textarea[rows] { height: auto; }

/* Not allow resize out of parent */
/* line 480, bower_components/foundation/scss/foundation/components/_forms.scss */
textarea { max-width: 100%; }

/* Add height value for select elements to match text input height */
/* line 485, bower_components/foundation/scss/foundation/components/_forms.scss */
select { -webkit-appearance: none !important; -webkit-border-radius: 0px; background-color: #fafafa; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); background-position: 100% center; background-repeat: no-repeat; border-style: solid; border-width: 1px; border-color: #cccccc; padding: 0.5rem; font-size: 0.875rem; font-family: "pragmatica-web", arial, sans-serif; color: rgba(0, 0, 0, 0.75); line-height: normal; border-radius: 0; height: 2.3125rem; }
/* line 330, bower_components/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand { display: none; }
/* line 353, bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius { border-radius: 3px; }
/* line 354, bower_components/foundation/scss/foundation/components/_forms.scss */
select:hover { background-color: #f3f3f3; border-color: #999999; }
/* line 359, bower_components/foundation/scss/foundation/components/_forms.scss */
select:disabled { background-color: #dddddd; cursor: default; }

/* Adjust margin for form elements below */
/* line 494, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: 0 0 1rem 0; }

/* line 499, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label, input[type="radio"] + label { display: inline-block; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; vertical-align: baseline; }

/* Normalize file input width */
/* line 508, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"] { width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 522, bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset { border: 1px solid #dddddd; padding: 1.25rem; margin: 1.125rem 0; }
/* line 273, bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset legend { font-weight: bold; background: white; padding: 0 0.1875rem; margin: 0; margin-left: -0.1875rem; }

/* Error Handling */
/* line 529, bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: 400; font-style: italic; background: #ce0c3a; color: white; }
/* line 532, bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error { display: none; }

/* line 535, bower_components/foundation/scss/foundation/components/_forms.scss */
span.error, small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: 400; font-style: italic; background: #ce0c3a; color: white; }

/* line 542, bower_components/foundation/scss/foundation/components/_forms.scss */
.error input, .error textarea, .error select { margin-bottom: 0; }
/* line 547, bower_components/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"], .error input[type="radio"] { margin-bottom: 1rem; }
/* line 552, bower_components/foundation/scss/foundation/components/_forms.scss */
.error label, .error label.error { color: #ce0c3a; }
/* line 556, bower_components/foundation/scss/foundation/components/_forms.scss */
.error small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: 400; font-style: italic; background: #ce0c3a; color: white; }
/* line 561, bower_components/foundation/scss/foundation/components/_forms.scss */
.error > label > small { color: #7c7c7c; background: transparent; padding: 0; text-transform: capitalize; font-style: normal; font-size: 60%; margin: 0; display: inline; }
/* line 573, bower_components/foundation/scss/foundation/components/_forms.scss */
.error span.error-message { display: block; }

/* line 580, bower_components/foundation/scss/foundation/components/_forms.scss */
input.error, textarea.error, select.error { margin-bottom: 0; }

/* line 583, bower_components/foundation/scss/foundation/components/_forms.scss */
label.error { color: #ce0c3a; }

/* line 53, bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list { margin: 0 auto 1.0625rem auto; margin-left: -1.375rem; margin-right: 0; padding: 0; list-style: none; overflow: hidden; }
/* line 42, bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li { list-style: none; float: left; margin-left: 1.375rem; display: block; }
/* line 47, bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * { display: block; }

/* line 56, bower_components/foundation/scss/foundation/components/_keystrokes.scss */
.keystroke, kbd { background-color: #ededed; border-color: #dddddd; color: #222222; border-style: solid; border-width: 1px; margin: 0; font-family: "Consolas", "Menlo", "Courier", monospace; font-size: inherit; padding: 0.125rem 0.25rem 0; border-radius: 3px; }

/* line 91, bower_components/foundation/scss/foundation/components/_labels.scss */
.label { font-weight: 400; font-family: "pragmatica-web", arial, sans-serif; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline-block; position: relative; margin-bottom: inherit; padding: 0.25rem 0.5rem 0.25rem; font-size: 0.6875rem; background-color: #fff200; color: white; }
/* line 96, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.radius { border-radius: 3px; }
/* line 97, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.round { border-radius: 1000px; }
/* line 99, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.alert { background-color: #ce0c3a; color: white; }
/* line 100, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.warning { background-color: #fff200; color: white; }
/* line 101, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.success { background-color: #00c1ff; color: white; }
/* line 102, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.secondary { background-color: #00c1ff; color: white; }
/* line 103, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.info { background-color: #35cbff; color: white; }

/* Progress Bar */
/* line 57, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress { background-color: #f6f6f6; height: 1.5625rem; border: 1px solid white; padding: 0.125rem; margin-bottom: 0.625rem; }
/* line 61, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress .meter { background: #fff200; height: 100%; display: block; }
/* line 64, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter { background: #00c1ff; height: 100%; display: block; }
/* line 65, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.success .meter { background: #00c1ff; height: 100%; display: block; }
/* line 66, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter { background: #ce0c3a; height: 100%; display: block; }
/* line 68, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius { border-radius: 3px; }
/* line 69, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter { border-radius: 2px; }
/* line 72, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.round { border-radius: 1000px; }
/* line 73, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.round .meter { border-radius: 999px; }

/* line 165, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #222222; background: rgba(34, 34, 34, 0.45); z-index: 1004; display: none; left: 0; }

/* line 167, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal, dialog { visibility: hidden; display: none; position: absolute; z-index: 1005; width: 100vw; top: 0; border-radius: 3px; left: 0; background-color: white; padding: 1.25rem; border: solid 1px #666666; box-shadow: 0 0 10px rgba(34, 34, 34, 0.4); padding: 1.875rem; }
@media only screen and (max-width: 40em) { /* line 167, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog { min-height: 100vh; } }
/* line 85, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns { min-width: 0; }
/* line 88, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child, dialog > :first-child { margin-top: 0; }
/* line 90, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child, dialog > :last-child { margin-bottom: 0; }
@media only screen and (min-width: 40.063em) { /* line 167, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog { width: 80%; max-width: none; left: 0; right: 0; margin: 0 auto; } }
@media only screen and (min-width: 40.063em) { /* line 167, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog { top: 6.25rem; } }
/* line 179, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.radius, dialog.radius { border-radius: 3px; }
/* line 180, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.round, dialog.round { border-radius: 1000px; }
/* line 181, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.collapse, dialog.collapse { padding: 0; }
@media only screen and (min-width: 40.063em) { /* line 182, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny, dialog.tiny { width: 30%; max-width: none; left: 0; right: 0; margin: 0 auto; } }
@media only screen and (min-width: 40.063em) { /* line 183, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.small, dialog.small { width: 40%; max-width: none; left: 0; right: 0; margin: 0 auto; } }
@media only screen and (min-width: 40.063em) { /* line 184, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium, dialog.medium { width: 60%; max-width: none; left: 0; right: 0; margin: 0 auto; } }
@media only screen and (min-width: 40.063em) { /* line 185, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.large, dialog.large { width: 70%; max-width: none; left: 0; right: 0; margin: 0 auto; } }
@media only screen and (min-width: 40.063em) { /* line 186, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge, dialog.xlarge { width: 95%; max-width: none; left: 0; right: 0; margin: 0 auto; } }
/* line 187, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.full, dialog.full { top: 0; left: 0; height: 100%; height: 100vh; min-height: 100vh; max-width: none !important; margin-left: 0 !important; }
@media only screen and (min-width: 40.063em) { /* line 187, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.full, dialog.full { width: 100vw; max-width: none; left: 0; right: 0; margin: 0 auto; } }
/* line 198, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal { font-size: 2.5rem; line-height: 1; position: absolute; top: 0.5rem; right: 0.6875rem; color: #aaaaaa; font-weight: bold; cursor: pointer; }

/* line 201, bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog { display: none; }
/* line 205, bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog::backdrop, dialog + .backdrop { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #222222; background: rgba(34, 34, 34, 0.45); z-index: auto; display: none; left: 0; }
/* line 209, bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog[open] { display: block; }

@media print { /* line 216, bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal, dialog { display: none; background: white !important; } }
/* line 114, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav { display: block; margin: 0; padding: 0.875rem 0; list-style-type: none; list-style-position: outside; font-family: "pragmatica-web", arial, sans-serif; }
/* line 70, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li { margin: 0 0 0.4375rem 0; font-size: 0.875rem; font-weight: 400; }
/* line 75, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) { display: block; color: #fff200; margin: 0; padding: 0.4375rem 0.875rem; }
/* line 81, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus { background: rgba(0, 0, 0, 0.025); color: #fff64d; }
/* line 87, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) { color: #fff64d; font-weight: 400; font-family: "pragmatica-web", arial, sans-serif; }
/* line 93, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.divider { border-top: 1px solid; height: 0; padding: 0; list-style: none; border-top-color: white; }
/* line 101, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.heading { color: #fff200; font-size: 0.875rem; font-weight: bold; text-transform: uppercase; }

/* line 173, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button { position: relative; padding-right: 5.0625rem; }
/* line 76, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span { display: block; height: 100%; position: absolute; right: 0; top: 0; border-left: solid 1px; }
/* line 85, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: inset; top: 50%; left: 50%; }
/* line 97, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:active { background-color: rgba(0, 0, 0, 0.1); }
/* line 103, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span { border-left-color: rgba(255, 255, 255, 0.5); }
/* line 140, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span { width: 3.09375rem; }
/* line 141, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after { border-top-style: solid; border-width: 0.375rem; top: 48%; margin-left: -0.375rem; }
/* line 166, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after { border-color: white transparent transparent transparent; }
/* line 103, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span { border-left-color: rgba(255, 255, 255, 0.5); }
/* line 166, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after { border-color: white transparent transparent transparent; }
/* line 103, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.alert span { border-left-color: rgba(255, 255, 255, 0.5); }
/* line 103, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.success span { border-left-color: rgba(255, 255, 255, 0.5); }
/* line 179, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny { padding-right: 3.75rem; }
/* line 112, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span { width: 2.25rem; }
/* line 113, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:after { border-top-style: solid; border-width: 0.375rem; top: 48%; margin-left: -0.375rem; }
/* line 180, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small { padding-right: 4.375rem; }
/* line 126, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span { width: 2.625rem; }
/* line 127, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span:after { border-top-style: solid; border-width: 0.4375rem; top: 48%; margin-left: -0.375rem; }
/* line 181, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large { padding-right: 5.5rem; }
/* line 154, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span { width: 3.4375rem; }
/* line 155, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span:after { border-top-style: solid; border-width: 0.3125rem; top: 48%; margin-left: -0.375rem; }
/* line 182, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.expand { padding-left: 2rem; }
/* line 166, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after { border-color: #333333 transparent transparent transparent; }
/* line 186, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.radius span { -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }
/* line 187, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.round span { -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

/* line 121, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav { display: block; width: auto; overflow: hidden; margin-bottom: -0.25rem 0 1.125rem; padding-top: 0.25rem; }
/* line 67, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt { text-transform: uppercase; }
/* line 73, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt, .sub-nav dd, .sub-nav li { float: left; display: inline; margin-left: 1rem; margin-bottom: 0; font-family: "pragmatica-web", arial, sans-serif; font-weight: 400; font-size: 0.875rem; color: #999999; }
/* line 83, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a, .sub-nav dd a, .sub-nav li a { text-decoration: none; color: #999999; padding: 0.1875rem 1rem; }
/* line 87, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover { color: #737373; }
/* line 92, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a { border-radius: 3px; font-weight: 400; background: #fff200; padding: 0.1875rem 1rem; cursor: default; color: white; }
/* line 99, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover { background: #dbd000; }

/* line 30, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs { margin-bottom: 0 !important; margin-left: 0; }
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs:before, .tabs:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs:after { clear: both; }
/* line 34, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd, .tabs .tab-title { position: relative; margin-bottom: 0 !important; list-style: none; float: left; }
/* line 39, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a, .tabs .tab-title > a { outline: none; display: block; background-color: #efefef; color: #222222; padding: 1rem 2rem; font-family: "pragmatica-web", arial, sans-serif; font-size: 1rem; }
/* line 49, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a:hover, .tabs .tab-title > a:hover { background-color: #e1e1e1; }
/* line 55, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd.active a, .tabs .tab-title.active a { background-color: white; color: #222222; }
/* line 64, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a { -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
/* line 67, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a { -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }
/* line 71, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.vertical dd, .tabs.vertical .tab-title { position: inherit; float: none; display: block; top: auto; }

/* line 80, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content { margin-bottom: 1.5rem; width: 100%; }
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content:after { clear: both; }
/* line 84, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content { display: none; float: left; padding: none/2 0; width: 100%; }
/* line 89, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.active { display: block; float: none; }
/* line 90, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.contained { padding: none/2; }
/* line 92, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical { display: block; }
/* line 94, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical > .content { padding: 0 none/2; }

@media only screen and (min-width: 40.063em) { /* line 99, bower_components/foundation/scss/foundation/components/_tabs.scss */
  .tabs.vertical { width: 20%; max-width: 20%; float: left; margin: 0 0 1.25rem; }
  /* line 107, bower_components/foundation/scss/foundation/components/_tabs.scss */
  .tabs-content.vertical { width: 80%; max-width: 80%; float: left; margin-left: -1px; padding-left: 1rem; } }
/* line 117, bower_components/foundation/scss/foundation/components/_tabs.scss */
.no-js .tabs-content > .content { display: block; float: none; }

/* Image Thumbnails */
/* line 59, bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th { line-height: 0; display: inline-block; border: solid 4px white; max-width: 100%; box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.2); transition: all 200ms ease-out; }
/* line 49, bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus { box-shadow: 0 0 6px 1px rgba(255, 242, 0, 0.5); }
/* line 63, bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th.radius { border-radius: 3px; }

/* line 108, bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
/* line 114, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid { width: 100%; background: white; }
/* line 118, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar { margin-bottom: 0; }

/* line 122, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; }
/* line 129, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) { overflow-y: auto; height: auto; width: 100%; max-height: 100%; }
/* line 135, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area { position: fixed; width: 100%; z-index: 99; }
/* line 141, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section { z-index: 98; margin-top: 45px; }

/* line 148, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar { overflow: hidden; height: 45px; line-height: 45px; position: relative; background: white; margin-bottom: 0; }
/* line 157, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul { margin-bottom: 0; list-style: none; }
/* line 162, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row { max-width: none; }
/* line 165, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar form, .top-bar input { margin-bottom: 0; }
/* line 167, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar input { height: 1.8rem; padding-top: .35rem; padding-bottom: .35rem; font-size: 0.75rem; }
/* line 169, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button { padding-top: 0.4125rem; padding-bottom: 0.4125rem; margin-bottom: 0; font-size: 0.75rem; }
@media only screen and (max-width: 40em) { /* line 169, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button { position: relative; top: -1px; } }
/* line 185, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area { position: relative; margin: 0; }
/* line 190, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name { height: 45px; margin: 0; font-size: 16px; }
/* line 195, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 { line-height: 45px; font-size: 1.0625rem; margin: 0; }
/* line 199, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a { font-weight: 400; color: #00c1ff; width: 75%; display: block; padding: 0 15px; }
/* line 210, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar { position: absolute; right: 0; top: 0; }
/* line 215, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a { color: #00c1ff; text-transform: uppercase; font-size: 0.8125rem; font-weight: bold; position: relative; display: block; padding: 0 15px; height: 45px; line-height: 45px; }
/* line 228, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon { top: 50%; margin-top: -16px; }
/* line 232, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a { height: 34px; line-height: 33px; padding: 0 40px 0 15px; color: white; position: relative; }
/* line 129, bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after { content: ""; position: absolute; display: block; height: 0; top: 50%; margin-top: -8px; right: 15px; box-shadow: 0 0px 0 1px #403d00, 0 7px 0 1px #403d00, 0 14px 0 1px #403d00; width: 16px; }
/* line 162, bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after { box-shadow: 0 0px 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
/* line 261, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded { height: auto; background: transparent; }
/* line 265, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area { background: white; }
/* line 268, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a { color: #888888; }
/* line 269, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span::after { box-shadow: 0 0px 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

/* line 282, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section { left: 0; position: relative; width: auto; transition: left 300ms ease-out; }
/* line 288, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul { padding: 0; width: 100%; height: auto; display: block; font-size: 16px; margin: 0; }
/* line 298, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider, .top-bar-section [role="separator"] { border-top: solid 1px gray; clear: both; height: 1px; width: 100%; }
/* line 305, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li { background: #00c1ff; }
/* line 307, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a { display: block; width: 100%; color: #00c1ff; padding: 12px 0 12px 0; padding-left: 15px; font-family: "pragmatica-web", arial, sans-serif; font-size: 0.8125rem; font-weight: 400; text-transform: none; }
/* line 319, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button { font-size: 0.8125rem; padding-right: 15px; padding-left: 15px; background-color: #fff200; border-color: #ccc200; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus { background-color: #ccc200; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus { color: white; }
/* line 325, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary { background-color: #00c1ff; border-color: #35cbff; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus { background-color: #35cbff; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus { color: white; }
/* line 326, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success { background-color: #00c1ff; border-color: #35cbff; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus { background-color: #35cbff; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus { color: white; }
/* line 327, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert { background-color: #ce0c3a; border-color: #a50a2e; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus { background-color: #a50a2e; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus { color: white; }
/* line 328, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning { background-color: #fff200; border-color: #ccc200; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus { background-color: #ccc200; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus { color: white; }
/* line 331, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button { font-size: 0.8125rem; padding-right: 15px; padding-left: 15px; background-color: #fff200; border-color: #ccc200; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus { background-color: #ccc200; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus { color: white; }
/* line 337, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary { background-color: #00c1ff; border-color: #35cbff; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus { background-color: #35cbff; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus { color: white; }
/* line 338, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success { background-color: #00c1ff; border-color: #35cbff; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus { background-color: #35cbff; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus { color: white; }
/* line 339, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert { background-color: #ce0c3a; border-color: #a50a2e; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus { background-color: #a50a2e; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus { color: white; }
/* line 340, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning { background-color: #fff200; border-color: #ccc200; color: white; }
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus { background-color: #ccc200; }
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus { color: white; }
/* line 344, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a { background-color: #555555; background: #fff200; color: #00c1ff; }
/* line 354, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a { background: #fff200; color: white; }
/* line 357, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover { background: #dbd000; color: white; }
/* line 365, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form { padding: 15px; }
/* line 368, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown { position: relative; }
/* line 372, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.4); border-left-style: solid; margin-right: 15px; margin-top: -4.5px; position: absolute; top: 50%; right: 0; }
/* line 384, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved { position: static; }
/* line 385, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown { display: block; position: static !important; height: auto; width: auto; overflow: visible; clip: auto; position: absolute !important; width: 100%; }
/* line 389, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after { display: none; }
/* line 396, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown { padding: 0; position: absolute; left: 100%; top: 0; z-index: 99; display: block; position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
/* line 404, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li { width: 100%; height: auto; }
/* line 408, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a { font-weight: 400; padding: 8px 15px; }
/* line 411, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link { font-weight: 400; }
/* line 416, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link { margin-bottom: 0; margin-top: 0; font-size: 1.125rem; }
/* line 421, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a { color: #00c1ff; display: block; }
/* line 425, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover { background: none; }
/* line 428, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form { padding: 8px 15px; }
/* line 429, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button { top: auto; }
/* line 432, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label { padding: 8px 15px 2px; margin-bottom: 0; text-transform: uppercase; color: #777777; font-weight: bold; font-size: 0.625rem; }

/* line 443, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.js-generated { display: block; }

@media only screen and (min-width: 40.063em) { /* line 448, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar { background: white; overflow: visible; }
  /* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after { content: " "; display: table; }
  /* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:after { clear: both; }
  /* line 453, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar { display: none; }
  /* line 455, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area { float: left; }
  /* line 456, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a { width: auto; }
  /* line 460, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input, .top-bar .button, .top-bar button { font-size: 0.875rem; position: relative; top: 7px; }
  /* line 466, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded { background: white; }
  /* line 469, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar { max-width: none; margin: 0 auto; margin-bottom: 0; }
  /* line 475, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section { transition: none 0 0; left: 0 !important; }
  /* line 479, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul { width: auto; height: auto !important; display: inline; }
  /* line 484, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li { float: left; }
  /* line 486, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated { display: none; }
  /* line 492, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) { background-color: #555555; background: #fff200; color: #00c1ff; }
  /* line 501, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) { padding: 0 15px; line-height: 45px; background: white; }
  /* line 505, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover { background-color: #555555; background: #fff200; }
  /* line 514, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) { padding: 0 15px; line-height: 45px; color: white; background: #fff200; }
  /* line 519, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover { background: #dbd000; color: white; }
  /* line 531, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a { padding-right: 35px !important; }
  /* line 533, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: inset 5px; border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent; border-top-style: solid; margin-top: -2.5px; top: 22.5px; }
  /* line 542, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved { position: relative; }
  /* line 543, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown { display: block; position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  /* line 549, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown { display: block; position: static !important; height: auto; width: auto; overflow: visible; clip: auto; position: absolute !important; }
  /* line 553, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown { display: block; position: static !important; height: auto; width: auto; overflow: visible; clip: auto; position: absolute !important; }
  /* line 560, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; top: 1rem; margin-top: -1px; right: 5px; line-height: 1.2; }
  /* line 574, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown { left: 0; top: auto; background: transparent; min-width: 100%; }
  /* line 581, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a { color: white; line-height: 45px; white-space: nowrap; padding: 12px 15px; background: #00c1ff; }
  /* line 590, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) { color: white; background: #00c1ff; }
  /* line 595, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) { color: #00c1ff; background-color: #555555; background: #fff200; }
  /* line 604, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label { white-space: nowrap; background: white; }
  /* line 610, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown { left: 100%; top: 0; }
  /* line 618, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-bottom: none; border-top: none; border-right: solid 1px white; clear: none; height: 45px; width: 0; }
  /* line 627, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form { background: white; padding: 0 15px; height: 45px; }
  /* line 635, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown { left: auto; right: 0; }
  /* line 639, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown { right: 100%; }
  /* line 643, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown { right: auto; left: 0; }
  /* line 647, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown { left: 100%; }
  /* line 657, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a { background-color: #555555; background: #fff200; color: #00c1ff; }
  /* line 666, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a { background: #fff200; color: white; }
  /* line 674, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown { display: block; position: static !important; height: auto; width: auto; overflow: visible; clip: auto; position: absolute !important; }
  /* line 678, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown { display: block; position: static !important; height: auto; width: auto; overflow: visible; clip: auto; position: absolute !important; } }
/* line 155, bower_components/foundation/scss/foundation/components/_type.scss */
.text-left { text-align: left !important; }

/* line 156, bower_components/foundation/scss/foundation/components/_type.scss */
.text-right { text-align: right !important; }

/* line 157, bower_components/foundation/scss/foundation/components/_type.scss */
.text-center { text-align: center !important; }

/* line 158, bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify { text-align: justify !important; }

@media only screen and (max-width: 40em) { /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left { text-align: left !important; }
  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right { text-align: right !important; }
  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center { text-align: center !important; }
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify { text-align: justify !important; } }
@media only screen { /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-left { text-align: left !important; }
  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-right { text-align: right !important; }
  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-center { text-align: center !important; }
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left { text-align: left !important; }
  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right { text-align: right !important; }
  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center { text-align: center !important; }
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 40.063em) { /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-left { text-align: left !important; }
  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-right { text-align: right !important; }
  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-center { text-align: center !important; }
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) { /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left { text-align: left !important; }
  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right { text-align: right !important; }
  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center { text-align: center !important; }
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 64.063em) { /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-left { text-align: left !important; }
  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-right { text-align: right !important; }
  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-center { text-align: center !important; }
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) { /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left { text-align: left !important; }
  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right { text-align: right !important; }
  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center { text-align: center !important; }
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 90.063em) { /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left { text-align: left !important; }
  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right { text-align: right !important; }
  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center { text-align: center !important; }
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) { /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left { text-align: left !important; }
  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right { text-align: right !important; }
  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center { text-align: center !important; }
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify { text-align: justify !important; } }
@media only screen and (min-width: 120.063em) { /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left { text-align: left !important; }
  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right { text-align: right !important; }
  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center { text-align: center !important; }
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify { text-align: justify !important; } }
/* Typography resets */
/* line 211, bower_components/foundation/scss/foundation/components/_type.scss */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

/* Default Link Styles */
/* line 217, bower_components/foundation/scss/foundation/components/_type.scss */
a { color: #fff200; text-decoration: none; line-height: inherit; }
/* line 223, bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus { color: #dbd000; }
/* line 230, bower_components/foundation/scss/foundation/components/_type.scss */
a img { border: none; }

/* Default paragraph styles */
/* line 234, bower_components/foundation/scss/foundation/components/_type.scss */
p { font-family: inherit; font-weight: 400; font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; text-rendering: optimizeLegibility; }
/* line 242, bower_components/foundation/scss/foundation/components/_type.scss */
p.lead { font-size: 1.21875rem; line-height: 1.6; }
/* line 244, bower_components/foundation/scss/foundation/components/_type.scss */
p aside { font-size: 0.875rem; line-height: 1.35; font-style: italic; }

/* Default header styles */
/* line 252, bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 { font-family: "futura-pt", arial, sans-serif; font-weight: 400; font-style: normal; color: #222222; text-rendering: optimizeLegibility; margin-top: 0.2rem; margin-bottom: 0.5rem; line-height: 1.4; }
/* line 262, bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; }

/* line 269, bower_components/foundation/scss/foundation/components/_type.scss */
h1 { font-size: 2.125rem; }

/* line 270, bower_components/foundation/scss/foundation/components/_type.scss */
h2 { font-size: 1.6875rem; }

/* line 271, bower_components/foundation/scss/foundation/components/_type.scss */
h3 { font-size: 1.375rem; }

/* line 272, bower_components/foundation/scss/foundation/components/_type.scss */
h4 { font-size: 1.125rem; }

/* line 273, bower_components/foundation/scss/foundation/components/_type.scss */
h5 { font-size: 1.125rem; }

/* line 274, bower_components/foundation/scss/foundation/components/_type.scss */
h6 { font-size: 1rem; }

/* line 276, bower_components/foundation/scss/foundation/components/_type.scss */
.subheader { line-height: 1.4; color: #6f6f6f; font-weight: 400; margin-top: 0.2rem; margin-bottom: 0.5rem; }

/* line 278, bower_components/foundation/scss/foundation/components/_type.scss */
hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 1.25rem 0 1.1875rem; height: 0; }

/* Helpful Typography Defaults */
/* line 288, bower_components/foundation/scss/foundation/components/_type.scss */
em, i { font-style: italic; line-height: inherit; }

/* line 294, bower_components/foundation/scss/foundation/components/_type.scss */
strong, b { font-weight: bold; line-height: inherit; }

/* line 299, bower_components/foundation/scss/foundation/components/_type.scss */
small { font-size: 60%; line-height: inherit; }

/* line 304, bower_components/foundation/scss/foundation/components/_type.scss */
code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: 400; color: #333333; background-color: #b3ecff; border-width: 1px; border-style: solid; border-color: #87e2ff; padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
/* line 318, bower_components/foundation/scss/foundation/components/_type.scss */
ul, ol, dl { font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; list-style-position: outside; font-family: inherit; }

/* line 326, bower_components/foundation/scss/foundation/components/_type.scss */
ul { margin-left: 1.1rem; }
/* line 328, bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet { margin-left: 0; }
/* line 332, bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul, ul.no-bullet li ol { margin-left: 1.25rem; margin-bottom: 0; list-style: none; }

/* Unordered Lists */
/* line 345, bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul, ul li ol { margin-left: 1.25rem; margin-bottom: 0; }
/* line 353, bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }
/* line 356, bower_components/foundation/scss/foundation/components/_type.scss */
ul.square { list-style-type: square; margin-left: 1.1rem; }
/* line 357, bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle { list-style-type: circle; margin-left: 1.1rem; }
/* line 358, bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc { list-style-type: disc; margin-left: 1.1rem; }
/* line 359, bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet { list-style: none; }

/* Ordered Lists */
/* line 363, bower_components/foundation/scss/foundation/components/_type.scss */
ol { margin-left: 1.4rem; }
/* line 367, bower_components/foundation/scss/foundation/components/_type.scss */
ol li ul, ol li ol { margin-left: 1.25rem; margin-bottom: 0; }

/* Definition Lists */
/* line 376, bower_components/foundation/scss/foundation/components/_type.scss */
dl dt { margin-bottom: 0.3rem; font-weight: bold; }
/* line 380, bower_components/foundation/scss/foundation/components/_type.scss */
dl dd { margin-bottom: 0.75rem; }

/* Abbreviations */
/* line 385, bower_components/foundation/scss/foundation/components/_type.scss */
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #403d00; cursor: help; }

/* line 391, bower_components/foundation/scss/foundation/components/_type.scss */
abbr { text-transform: none; }
/* line 393, bower_components/foundation/scss/foundation/components/_type.scss */
abbr[title] { border-bottom: 1px dotted #dddddd; }

/* Blockquotes */
/* line 399, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote { margin: 0 0 1.25rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: 1px solid #dddddd; }
/* line 404, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite { display: block; font-size: 0.8125rem; color: #555555; }
/* line 408, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before { content: "\2014 \0020"; }
/* line 413, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a, blockquote cite a:visited { color: #555555; }

/* line 419, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; }

/* Microformats */
/* line 425, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard { display: inline-block; margin: 0 0 1.25rem 0; border: 1px solid #dddddd; padding: 0.625rem 0.75rem; }
/* line 431, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li { margin: 0; display: block; }
/* line 435, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn { font-weight: bold; font-size: 0.9375rem; }

/* line 442, bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary { font-weight: bold; }
/* line 444, bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) { /* line 455, bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 { line-height: 1.4; }
  /* line 456, bower_components/foundation/scss/foundation/components/_type.scss */
  h1 { font-size: 2.75rem; }
  /* line 457, bower_components/foundation/scss/foundation/components/_type.scss */
  h2 { font-size: 2.3125rem; }
  /* line 458, bower_components/foundation/scss/foundation/components/_type.scss */
  h3 { font-size: 1.6875rem; }
  /* line 459, bower_components/foundation/scss/foundation/components/_type.scss */
  h4 { font-size: 1.4375rem; }
  /* line 460, bower_components/foundation/scss/foundation/components/_type.scss */
  h5 { font-size: 1.125rem; }
  /* line 461, bower_components/foundation/scss/foundation/components/_type.scss */
  h6 { font-size: 1rem; } }
/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 472, bower_components/foundation/scss/foundation/components/_type.scss */
.print-only { display: none !important; }

@media print { /* line 474, bower_components/foundation/scss/foundation/components/_type.scss */
  * { background: transparent !important; color: #222222 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  /* line 482, bower_components/foundation/scss/foundation/components/_type.scss */
  a, a:visited { text-decoration: underline; }
  /* line 483, bower_components/foundation/scss/foundation/components/_type.scss */
  a[href]:after { content: " (" attr(href) ")"; }
  /* line 485, bower_components/foundation/scss/foundation/components/_type.scss */
  abbr[title]:after { content: " (" attr(title) ")"; }
  /* line 490, bower_components/foundation/scss/foundation/components/_type.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* line 493, bower_components/foundation/scss/foundation/components/_type.scss */
  pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; }
  /* line 498, bower_components/foundation/scss/foundation/components/_type.scss */
  thead { display: table-header-group; /* h5bp.com/t */ }
  /* line 501, bower_components/foundation/scss/foundation/components/_type.scss */
  tr, img { page-break-inside: avoid; }
  /* line 503, bower_components/foundation/scss/foundation/components/_type.scss */
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  /* line 509, bower_components/foundation/scss/foundation/components/_type.scss */
  p, h2, h3 { orphans: 3; widows: 3; }
  /* line 515, bower_components/foundation/scss/foundation/components/_type.scss */
  h2, h3 { page-break-after: avoid; }
  /* line 517, bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-on-print { display: none !important; }
  /* line 518, bower_components/foundation/scss/foundation/components/_type.scss */
  .print-only { display: block !important; }
  /* line 519, bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-for-print { display: none !important; }
  /* line 520, bower_components/foundation/scss/foundation/components/_type.scss */
  .show-for-print { display: inherit !important; } }
/* line 288, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap { -webkit-backface-visibility: hidden; position: relative; width: 100%; overflow: hidden; }
/* line 136, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left { min-height: 100%; -webkit-overflow-scrolling: touch; }

/* line 289, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.inner-wrap { -webkit-backface-visibility: hidden; position: relative; width: 100%; -webkit-transition: -webkit-transform 500ms ease; -moz-transition: -moz-transform 500ms ease; -ms-transition: -ms-transform 500ms ease; -o-transition: -o-transform 500ms ease; transition: transform 500ms ease; }
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after { content: " "; display: table; }
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.inner-wrap:after { clear: both; }

/* line 291, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar { -webkit-backface-visibility: hidden; background: white; color: #403d00; height: 2.8125rem; line-height: 2.8125rem; position: relative; }
/* line 168, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 { color: white; font-weight: bold; line-height: 2.8125rem; margin: 0; }
/* line 174, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 { font-size: 1.125rem; }

/* line 293, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-small { width: 2.8125rem; height: 2.8125rem; position: absolute; top: 0; border-right: solid 1px transparent; left: 0; }

/* line 294, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-small { width: 2.8125rem; height: 2.8125rem; position: absolute; top: 0; border-left: solid 1px transparent; right: 0; }

/* line 296, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section { padding: 0 0.625rem; position: absolute; text-align: center; height: 2.8125rem; top: 0; }
@media only screen and (min-width: 40.063em) { /* line 203, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.left, .tab-bar-section.right { text-align: left; } }
/* line 207, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.left { left: 0; right: 2.8125rem; }
/* line 211, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.right { left: 2.8125rem; right: 0; }
/* line 215, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.middle { left: 2.8125rem; right: 2.8125rem; }

/* line 300, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon { text-indent: 2.1875rem; width: 2.8125rem; height: 2.8125rem; display: block; padding: 0; color: #403d00; position: relative; transform: translate3d(0, 0, 0); }
/* line 129, bower_components/foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span::after { content: ""; position: absolute; display: block; height: 0; top: 50%; margin-top: -0.5rem; left: 0.90625rem; box-shadow: 0 0px 0 1px #403d00, 0 7px 0 1px #403d00, 0 14px 0 1px #403d00; width: 1rem; }
/* line 162, bower_components/foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span:hover:after { box-shadow: 0 0px 0 1px #807900, 0 7px 0 1px #807900, 0 14px 0 1px #807900; }

/* line 324, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu { -webkit-backface-visibility: hidden; width: 17.5rem; top: 0; bottom: 0; position: absolute; overflow-x: hidden; overflow-y: auto; background: #ce0c3a; z-index: 1001; box-sizing: content-box; transition: transform 500ms ease 0s; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; -ms-transform: translate(-100.5%, 0); -webkit-transform: translate3d(-100.5%, 0, 0); -moz-transform: translate3d(-100.5%, 0, 0); -ms-transform: translate3d(-100.5%, 0, 0); -o-transform: translate3d(-100.5%, 0, 0); transform: translate3d(-100.5%, 0, 0); left: 0; }
/* line 105, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu * { -webkit-backface-visibility: hidden; }

/* line 325, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu { -webkit-backface-visibility: hidden; width: 17.5rem; top: 0; bottom: 0; position: absolute; overflow-x: hidden; overflow-y: auto; background: #ce0c3a; z-index: 1001; box-sizing: content-box; transition: transform 500ms ease 0s; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; -ms-transform: translate(100.5%, 0); -webkit-transform: translate3d(100.5%, 0, 0); -moz-transform: translate3d(100.5%, 0, 0); -ms-transform: translate3d(100.5%, 0, 0); -o-transform: translate3d(100.5%, 0, 0); transform: translate3d(100.5%, 0, 0); right: 0; }
/* line 105, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu * { -webkit-backface-visibility: hidden; }

/* line 327, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list { list-style-type: none; padding: 0; margin: 0; }
/* line 229, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label { display: block; padding: 4% 0; color: white; text-transform: uppercase; font-size: 20px; font-weight: 400; background: transparent; border-top: none; border-bottom: none; margin: 3%; }
/* line 241, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a { display: block; padding: 6%; color: #00c1ff; border-bottom: none; transition: background 300ms ease; }
/* line 247, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:hover { background: #b3b3b3; }

/* line 333, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap { -ms-transform: translate(17.5rem, 0); -webkit-transform: translate3d(17.5rem, 0, 0); -moz-transform: translate3d(17.5rem, 0, 0); -ms-transform: translate3d(17.5rem, 0, 0); -o-transform: translate3d(17.5rem, 0, 0); transform: translate3d(17.5rem, 0, 0); }
/* line 336, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas { -webkit-backface-visibility: hidden; transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(34, 34, 34, 0.5), 4px 0 4px rgba(34, 34, 34, 0.5); display: block; position: absolute; background: rgba(255, 255, 255, 0.2); top: 0; bottom: 0; left: 0; right: 0; z-index: 1002; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 40.063em) { /* line 276, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .move-right .exit-off-canvas:hover { background: rgba(255, 255, 255, 0.05); } }

/* line 340, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap { -ms-transform: translate(-17.5rem, 0); -webkit-transform: translate3d(-17.5rem, 0, 0); -moz-transform: translate3d(-17.5rem, 0, 0); -ms-transform: translate3d(-17.5rem, 0, 0); -o-transform: translate3d(-17.5rem, 0, 0); transform: translate3d(-17.5rem, 0, 0); }
/* line 344, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas { -webkit-backface-visibility: hidden; transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(34, 34, 34, 0.5), 4px 0 4px rgba(34, 34, 34, 0.5); display: block; position: absolute; background: rgba(255, 255, 255, 0.2); top: 0; bottom: 0; left: 0; right: 0; z-index: 1002; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 40.063em) { /* line 276, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .move-left .exit-off-canvas:hover { background: rgba(255, 255, 255, 0.05); } }

/* line 347, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu { -ms-transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; transform: none; z-index: 1003; }
/* line 355, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas { -webkit-backface-visibility: hidden; transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(34, 34, 34, 0.5), 4px 0 4px rgba(34, 34, 34, 0.5); display: block; position: absolute; background: rgba(255, 255, 255, 0.2); top: 0; bottom: 0; left: 0; right: 0; z-index: 1002; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 40.063em) { /* line 276, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap .exit-off-canvas:hover { background: rgba(255, 255, 255, 0.05); } }

/* line 358, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu { -ms-transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; transform: none; z-index: 1003; }
/* line 366, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas { -webkit-backface-visibility: hidden; transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(34, 34, 34, 0.5), 4px 0 4px rgba(34, 34, 34, 0.5); display: block; position: absolute; background: rgba(255, 255, 255, 0.2); top: 0; bottom: 0; left: 0; right: 0; z-index: 1002; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 40.063em) { /* line 276, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-left .exit-off-canvas:hover { background: rgba(255, 255, 255, 0.05); } }

/* line 369, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu { -ms-transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; transform: none; z-index: 1003; }
/* line 377, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas { -webkit-backface-visibility: hidden; transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(34, 34, 34, 0.5), 4px 0 4px rgba(34, 34, 34, 0.5); display: block; position: absolute; background: rgba(255, 255, 255, 0.2); top: 0; bottom: 0; left: 0; right: 0; z-index: 1002; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 40.063em) { /* line 276, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-right .exit-off-canvas:hover { background: rgba(255, 255, 255, 0.05); } }

/* line 382, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu { left: -17.5rem; }
/* line 383, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu { right: -17.5rem; }
/* line 385, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap { right: 17.5rem; }
/* line 386, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap { left: 17.5rem; }

/* line 484, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu { -webkit-backface-visibility: hidden; width: 17.5rem; top: 0; bottom: 0; position: absolute; margin: 0; overflow-x: hidden; overflow-y: auto; background: #ce0c3a; z-index: 1002; box-sizing: content-box; -webkit-overflow-scrolling: touch; -ms-transform: translate(-100%, 0); -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; -webkit-transition: -webkit-transform 500ms ease; -moz-transition: -moz-transform 500ms ease; -ms-transition: -ms-transform 500ms ease; -o-transition: -o-transform 500ms ease; transition: transform 500ms ease; }
/* line 397, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu * { -webkit-backface-visibility: hidden; }
/* line 424, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a { padding: 4% 0; color: white; text-transform: uppercase; font-weight: 400; background: #444444; border-top: none; border-bottom: none; margin: 3%; }
/* line 432, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a:hover { background: transparent; border-top: none; border-bottom: none; }
/* line 455, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a:before { content: "\AB"; margin-right: 0.5rem; display: inline; }
/* line 486, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu.move-right { -ms-transform: translate(0%, 0); -webkit-transform: translate3d(0%, 0, 0); -moz-transform: translate3d(0%, 0, 0); -ms-transform: translate3d(0%, 0, 0); -o-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); }

/* line 491, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu { -webkit-backface-visibility: hidden; width: 17.5rem; top: 0; bottom: 0; position: absolute; margin: 0; overflow-x: hidden; overflow-y: auto; background: #ce0c3a; z-index: 1002; box-sizing: content-box; -webkit-overflow-scrolling: touch; -ms-transform: translate(100%, 0); -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); right: 0; -webkit-transition: -webkit-transform 500ms ease; -moz-transition: -moz-transform 500ms ease; -ms-transition: -ms-transform 500ms ease; -o-transition: -o-transform 500ms ease; transition: transform 500ms ease; }
/* line 397, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu * { -webkit-backface-visibility: hidden; }
/* line 424, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a { padding: 4% 0; color: white; text-transform: uppercase; font-weight: 400; background: #444444; border-top: none; border-bottom: none; margin: 3%; }
/* line 432, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a:hover { background: transparent; border-top: none; border-bottom: none; }
/* line 444, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a:after { content: "\BB"; margin-left: 0.5rem; display: inline; }
/* line 493, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu.move-left { -ms-transform: translate(0%, 0); -webkit-transform: translate3d(0%, 0, 0); -moz-transform: translate3d(0%, 0, 0); -ms-transform: translate3d(0%, 0, 0); -o-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); }

/* line 506, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after { content: "\BB"; margin-left: 0.5rem; display: inline; }

/* line 509, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before { content: "\AB"; margin-right: 0.5rem; display: inline; }

/* small displays */
@media only screen { /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; }
  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; }
  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table !important; }
  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; }
  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; }
  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; }
  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) { /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; }
  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; }
  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table !important; }
  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; }
  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; }
  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; }
  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) { /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; }
  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; }
  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table !important; }
  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; }
  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; }
  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; }
  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) { /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; }
  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; }
  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table !important; }
  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; }
  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; }
  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; }
  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) { /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: inherit !important; }
  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: none !important; }
  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up { display: table !important; }
  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up { display: table-header-group !important; }
  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up { display: table-row-group !important; }
  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up { display: table-row !important; }
  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up { display: table-cell !important; } }
/* Orientation targeting */
/* line 286, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape, .hide-for-portrait { display: inherit !important; }

/* line 288, bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape, .show-for-portrait { display: none !important; }

/* Specific visibility for tables */
/* line 293, bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait { display: table !important; }

/* line 297, bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait { display: table-header-group !important; }

/* line 301, bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait { display: table-row-group !important; }

/* line 305, bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait { display: table-row !important; }

/* line 310, bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait { display: table-cell !important; }

@media only screen and (orientation: landscape) { /* line 315, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape, .hide-for-portrait { display: inherit !important; }
  /* line 317, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape, .show-for-portrait { display: none !important; }
  /* Specific visibility for tables */
  /* line 322, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait { display: table !important; }
  /* line 326, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait { display: table-header-group !important; }
  /* line 330, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait { display: table-row-group !important; }
  /* line 334, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait { display: table-row !important; }
  /* line 339, bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait { display: table-cell !important; } }
@media only screen and (orientation: portrait) { /* line 345, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait, .hide-for-landscape { display: inherit !important; }
  /* line 347, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait, .show-for-landscape { display: none !important; }
  /* Specific visibility for tables */
  /* line 352, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape { display: table !important; }
  /* line 356, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape { display: table-header-group !important; }
  /* line 360, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape { display: table-row-group !important; }
  /* line 364, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape { display: table-row !important; }
  /* line 369, bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape { display: table-cell !important; } }
/* Touch-enabled device targeting */
/* line 374, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch { display: none !important; }

/* line 375, bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch { display: inherit !important; }

/* line 376, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch { display: inherit !important; }

/* line 377, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch { display: none !important; }

/* Specific visibility for tables */
/* line 380, bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch { display: table !important; }

/* line 381, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch { display: table !important; }

/* line 382, bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch { display: table-header-group !important; }

/* line 383, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch { display: table-header-group !important; }

/* line 384, bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch { display: table-row-group !important; }

/* line 385, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch { display: table-row-group !important; }

/* line 386, bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch { display: table-row !important; }

/* line 387, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch { display: table-row !important; }

/* line 388, bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch { display: table-cell !important; }

/* line 389, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch { display: table-cell !important; }

/* line 390, bower_components/foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch { display: table-cell !important; }

/* line 391, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch { display: table-cell !important; }

/* Print visibility */
@media print { /* line 396, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print { display: block; }
  /* line 397, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print { display: none; }
  /* line 399, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print { display: table !important; }
  /* line 400, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print { display: table-header-group !important; }
  /* line 401, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print { display: table-row-group !important; }
  /* line 402, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print { display: table-row !important; }
  /* line 403, bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print { display: table-cell !important; }
  /* line 404, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print { display: table-cell !important; } }
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("bower_components/font-awesome/fonts/fontawesome-webfont_v-4.1.0.eot"); src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont_v-4.1.0.woff") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont_v-4.1.0.ttf") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont_v-4.1.0.svg") format("svg"); font-weight: normal; font-style: normal; }

/* line 4, bower_components/font-awesome/scss/_core.scss */
.fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* line 5, bower_components/font-awesome/scss/_larger.scss */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; }

/* line 10, bower_components/font-awesome/scss/_larger.scss */
.fa-2x { font-size: 2em; }

/* line 11, bower_components/font-awesome/scss/_larger.scss */
.fa-3x { font-size: 3em; }

/* line 12, bower_components/font-awesome/scss/_larger.scss */
.fa-4x { font-size: 4em; }

/* line 13, bower_components/font-awesome/scss/_larger.scss */
.fa-5x { font-size: 5em; }

/* line 3, bower_components/font-awesome/scss/_fixed-width.scss */
.fa-fw { width: 1.28571em; text-align: center; }

/* line 4, bower_components/font-awesome/scss/_list.scss */
.fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; }
/* line 8, bower_components/font-awesome/scss/_list.scss */
.fa-ul > li { position: relative; }

/* line 10, bower_components/font-awesome/scss/_list.scss */
.fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; }
/* line 16, bower_components/font-awesome/scss/_list.scss */
.fa-li.fa-lg { left: -1.85714em; }

/* line 4, bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; }

/* line 10, bower_components/font-awesome/scss/_bordered-pulled.scss */
.pull-right { float: right; }

/* line 11, bower_components/font-awesome/scss/_bordered-pulled.scss */
.pull-left { float: left; }

/* line 14, bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left { margin-right: .3em; }
/* line 15, bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right { margin-left: .3em; }

/* line 4, bower_components/font-awesome/scss/_spinning.scss */
.fa-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; }

@-moz-keyframes spin { /* line 12, bower_components/font-awesome/scss/_spinning.scss */
  0% { -moz-transform: rotate(0deg); }
  /* line 13, bower_components/font-awesome/scss/_spinning.scss */
  100% { -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin { /* line 16, bower_components/font-awesome/scss/_spinning.scss */
  0% { -webkit-transform: rotate(0deg); }
  /* line 17, bower_components/font-awesome/scss/_spinning.scss */
  100% { -webkit-transform: rotate(359deg); } }

@-o-keyframes spin { /* line 20, bower_components/font-awesome/scss/_spinning.scss */
  0% { -o-transform: rotate(0deg); }
  /* line 21, bower_components/font-awesome/scss/_spinning.scss */
  100% { -o-transform: rotate(359deg); } }

@keyframes spin { /* line 24, bower_components/font-awesome/scss/_spinning.scss */
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  /* line 28, bower_components/font-awesome/scss/_spinning.scss */
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }

/* line 4, bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

/* line 5, bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

/* line 6, bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }

/* line 8, bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); }

/* line 9, bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); }

/* line 4, bower_components/font-awesome/scss/_stacked.scss */
.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

/* line 12, bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

/* line 18, bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-1x { line-height: inherit; }

/* line 19, bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-2x { font-size: 2em; }

/* line 20, bower_components/font-awesome/scss/_stacked.scss */
.fa-inverse { color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
/* line 4, bower_components/font-awesome/scss/_icons.scss */
.fa-glass:before { content: "\f000"; }

/* line 5, bower_components/font-awesome/scss/_icons.scss */
.fa-music:before { content: "\f001"; }

/* line 6, bower_components/font-awesome/scss/_icons.scss */
.fa-search:before { content: "\f002"; }

/* line 7, bower_components/font-awesome/scss/_icons.scss */
.fa-envelope-o:before { content: "\f003"; }

/* line 8, bower_components/font-awesome/scss/_icons.scss */
.fa-heart:before { content: "\f004"; }

/* line 9, bower_components/font-awesome/scss/_icons.scss */
.fa-star:before { content: "\f005"; }

/* line 10, bower_components/font-awesome/scss/_icons.scss */
.fa-star-o:before { content: "\f006"; }

/* line 11, bower_components/font-awesome/scss/_icons.scss */
.fa-user:before { content: "\f007"; }

/* line 12, bower_components/font-awesome/scss/_icons.scss */
.fa-film:before { content: "\f008"; }

/* line 13, bower_components/font-awesome/scss/_icons.scss */
.fa-th-large:before { content: "\f009"; }

/* line 14, bower_components/font-awesome/scss/_icons.scss */
.fa-th:before { content: "\f00a"; }

/* line 15, bower_components/font-awesome/scss/_icons.scss */
.fa-th-list:before { content: "\f00b"; }

/* line 16, bower_components/font-awesome/scss/_icons.scss */
.fa-check:before { content: "\f00c"; }

/* line 17, bower_components/font-awesome/scss/_icons.scss */
.fa-times:before { content: "\f00d"; }

/* line 18, bower_components/font-awesome/scss/_icons.scss */
.fa-search-plus:before { content: "\f00e"; }

/* line 19, bower_components/font-awesome/scss/_icons.scss */
.fa-search-minus:before { content: "\f010"; }

/* line 20, bower_components/font-awesome/scss/_icons.scss */
.fa-power-off:before { content: "\f011"; }

/* line 21, bower_components/font-awesome/scss/_icons.scss */
.fa-signal:before { content: "\f012"; }

/* line 23, bower_components/font-awesome/scss/_icons.scss */
.fa-gear:before, .fa-cog:before { content: "\f013"; }

/* line 24, bower_components/font-awesome/scss/_icons.scss */
.fa-trash-o:before { content: "\f014"; }

/* line 25, bower_components/font-awesome/scss/_icons.scss */
.fa-home:before { content: "\f015"; }

/* line 26, bower_components/font-awesome/scss/_icons.scss */
.fa-file-o:before { content: "\f016"; }

/* line 27, bower_components/font-awesome/scss/_icons.scss */
.fa-clock-o:before { content: "\f017"; }

/* line 28, bower_components/font-awesome/scss/_icons.scss */
.fa-road:before { content: "\f018"; }

/* line 29, bower_components/font-awesome/scss/_icons.scss */
.fa-download:before { content: "\f019"; }

/* line 30, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before { content: "\f01a"; }

/* line 31, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before { content: "\f01b"; }

/* line 32, bower_components/font-awesome/scss/_icons.scss */
.fa-inbox:before { content: "\f01c"; }

/* line 33, bower_components/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before { content: "\f01d"; }

/* line 35, bower_components/font-awesome/scss/_icons.scss */
.fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; }

/* line 36, bower_components/font-awesome/scss/_icons.scss */
.fa-refresh:before { content: "\f021"; }

/* line 37, bower_components/font-awesome/scss/_icons.scss */
.fa-list-alt:before { content: "\f022"; }

/* line 38, bower_components/font-awesome/scss/_icons.scss */
.fa-lock:before { content: "\f023"; }

/* line 39, bower_components/font-awesome/scss/_icons.scss */
.fa-flag:before { content: "\f024"; }

/* line 40, bower_components/font-awesome/scss/_icons.scss */
.fa-headphones:before { content: "\f025"; }

/* line 41, bower_components/font-awesome/scss/_icons.scss */
.fa-volume-off:before { content: "\f026"; }

/* line 42, bower_components/font-awesome/scss/_icons.scss */
.fa-volume-down:before { content: "\f027"; }

/* line 43, bower_components/font-awesome/scss/_icons.scss */
.fa-volume-up:before { content: "\f028"; }

/* line 44, bower_components/font-awesome/scss/_icons.scss */
.fa-qrcode:before { content: "\f029"; }

/* line 45, bower_components/font-awesome/scss/_icons.scss */
.fa-barcode:before { content: "\f02a"; }

/* line 46, bower_components/font-awesome/scss/_icons.scss */
.fa-tag:before { content: "\f02b"; }

/* line 47, bower_components/font-awesome/scss/_icons.scss */
.fa-tags:before { content: "\f02c"; }

/* line 48, bower_components/font-awesome/scss/_icons.scss */
.fa-book:before { content: "\f02d"; }

/* line 49, bower_components/font-awesome/scss/_icons.scss */
.fa-bookmark:before { content: "\f02e"; }

/* line 50, bower_components/font-awesome/scss/_icons.scss */
.fa-print:before { content: "\f02f"; }

/* line 51, bower_components/font-awesome/scss/_icons.scss */
.fa-camera:before { content: "\f030"; }

/* line 52, bower_components/font-awesome/scss/_icons.scss */
.fa-font:before { content: "\f031"; }

/* line 53, bower_components/font-awesome/scss/_icons.scss */
.fa-bold:before { content: "\f032"; }

/* line 54, bower_components/font-awesome/scss/_icons.scss */
.fa-italic:before { content: "\f033"; }

/* line 55, bower_components/font-awesome/scss/_icons.scss */
.fa-text-height:before { content: "\f034"; }

/* line 56, bower_components/font-awesome/scss/_icons.scss */
.fa-text-width:before { content: "\f035"; }

/* line 57, bower_components/font-awesome/scss/_icons.scss */
.fa-align-left:before { content: "\f036"; }

/* line 58, bower_components/font-awesome/scss/_icons.scss */
.fa-align-center:before { content: "\f037"; }

/* line 59, bower_components/font-awesome/scss/_icons.scss */
.fa-align-right:before { content: "\f038"; }

/* line 60, bower_components/font-awesome/scss/_icons.scss */
.fa-align-justify:before { content: "\f039"; }

/* line 61, bower_components/font-awesome/scss/_icons.scss */
.fa-list:before { content: "\f03a"; }

/* line 63, bower_components/font-awesome/scss/_icons.scss */
.fa-dedent:before, .fa-outdent:before { content: "\f03b"; }

/* line 64, bower_components/font-awesome/scss/_icons.scss */
.fa-indent:before { content: "\f03c"; }

/* line 65, bower_components/font-awesome/scss/_icons.scss */
.fa-video-camera:before { content: "\f03d"; }

/* line 68, bower_components/font-awesome/scss/_icons.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; }

/* line 69, bower_components/font-awesome/scss/_icons.scss */
.fa-pencil:before { content: "\f040"; }

/* line 70, bower_components/font-awesome/scss/_icons.scss */
.fa-map-marker:before { content: "\f041"; }

/* line 71, bower_components/font-awesome/scss/_icons.scss */
.fa-adjust:before { content: "\f042"; }

/* line 72, bower_components/font-awesome/scss/_icons.scss */
.fa-tint:before { content: "\f043"; }

/* line 74, bower_components/font-awesome/scss/_icons.scss */
.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }

/* line 75, bower_components/font-awesome/scss/_icons.scss */
.fa-share-square-o:before { content: "\f045"; }

/* line 76, bower_components/font-awesome/scss/_icons.scss */
.fa-check-square-o:before { content: "\f046"; }

/* line 77, bower_components/font-awesome/scss/_icons.scss */
.fa-arrows:before { content: "\f047"; }

/* line 78, bower_components/font-awesome/scss/_icons.scss */
.fa-step-backward:before { content: "\f048"; }

/* line 79, bower_components/font-awesome/scss/_icons.scss */
.fa-fast-backward:before { content: "\f049"; }

/* line 80, bower_components/font-awesome/scss/_icons.scss */
.fa-backward:before { content: "\f04a"; }

/* line 81, bower_components/font-awesome/scss/_icons.scss */
.fa-play:before { content: "\f04b"; }

/* line 82, bower_components/font-awesome/scss/_icons.scss */
.fa-pause:before { content: "\f04c"; }

/* line 83, bower_components/font-awesome/scss/_icons.scss */
.fa-stop:before { content: "\f04d"; }

/* line 84, bower_components/font-awesome/scss/_icons.scss */
.fa-forward:before { content: "\f04e"; }

/* line 85, bower_components/font-awesome/scss/_icons.scss */
.fa-fast-forward:before { content: "\f050"; }

/* line 86, bower_components/font-awesome/scss/_icons.scss */
.fa-step-forward:before { content: "\f051"; }

/* line 87, bower_components/font-awesome/scss/_icons.scss */
.fa-eject:before { content: "\f052"; }

/* line 88, bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-left:before { content: "\f053"; }

/* line 89, bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-right:before { content: "\f054"; }

/* line 90, bower_components/font-awesome/scss/_icons.scss */
.fa-plus-circle:before { content: "\f055"; }

/* line 91, bower_components/font-awesome/scss/_icons.scss */
.fa-minus-circle:before { content: "\f056"; }

/* line 92, bower_components/font-awesome/scss/_icons.scss */
.fa-times-circle:before { content: "\f057"; }

/* line 93, bower_components/font-awesome/scss/_icons.scss */
.fa-check-circle:before { content: "\f058"; }

/* line 94, bower_components/font-awesome/scss/_icons.scss */
.fa-question-circle:before { content: "\f059"; }

/* line 95, bower_components/font-awesome/scss/_icons.scss */
.fa-info-circle:before { content: "\f05a"; }

/* line 96, bower_components/font-awesome/scss/_icons.scss */
.fa-crosshairs:before { content: "\f05b"; }

/* line 97, bower_components/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before { content: "\f05c"; }

/* line 98, bower_components/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before { content: "\f05d"; }

/* line 99, bower_components/font-awesome/scss/_icons.scss */
.fa-ban:before { content: "\f05e"; }

/* line 100, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-left:before { content: "\f060"; }

/* line 101, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-right:before { content: "\f061"; }

/* line 102, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-up:before { content: "\f062"; }

/* line 103, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-down:before { content: "\f063"; }

/* line 105, bower_components/font-awesome/scss/_icons.scss */
.fa-mail-forward:before, .fa-share:before { content: "\f064"; }

/* line 106, bower_components/font-awesome/scss/_icons.scss */
.fa-expand:before { content: "\f065"; }

/* line 107, bower_components/font-awesome/scss/_icons.scss */
.fa-compress:before { content: "\f066"; }

/* line 108, bower_components/font-awesome/scss/_icons.scss */
.fa-plus:before { content: "\f067"; }

/* line 109, bower_components/font-awesome/scss/_icons.scss */
.fa-minus:before { content: "\f068"; }

/* line 110, bower_components/font-awesome/scss/_icons.scss */
.fa-asterisk:before { content: "\f069"; }

/* line 111, bower_components/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before { content: "\f06a"; }

/* line 112, bower_components/font-awesome/scss/_icons.scss */
.fa-gift:before { content: "\f06b"; }

/* line 113, bower_components/font-awesome/scss/_icons.scss */
.fa-leaf:before { content: "\f06c"; }

/* line 114, bower_components/font-awesome/scss/_icons.scss */
.fa-fire:before { content: "\f06d"; }

/* line 115, bower_components/font-awesome/scss/_icons.scss */
.fa-eye:before { content: "\f06e"; }

/* line 116, bower_components/font-awesome/scss/_icons.scss */
.fa-eye-slash:before { content: "\f070"; }

/* line 118, bower_components/font-awesome/scss/_icons.scss */
.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }

/* line 119, bower_components/font-awesome/scss/_icons.scss */
.fa-plane:before { content: "\f072"; }

/* line 120, bower_components/font-awesome/scss/_icons.scss */
.fa-calendar:before { content: "\f073"; }

/* line 121, bower_components/font-awesome/scss/_icons.scss */
.fa-random:before { content: "\f074"; }

/* line 122, bower_components/font-awesome/scss/_icons.scss */
.fa-comment:before { content: "\f075"; }

/* line 123, bower_components/font-awesome/scss/_icons.scss */
.fa-magnet:before { content: "\f076"; }

/* line 124, bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-up:before { content: "\f077"; }

/* line 125, bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-down:before { content: "\f078"; }

/* line 126, bower_components/font-awesome/scss/_icons.scss */
.fa-retweet:before { content: "\f079"; }

/* line 127, bower_components/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before { content: "\f07a"; }

/* line 128, bower_components/font-awesome/scss/_icons.scss */
.fa-folder:before { content: "\f07b"; }

/* line 129, bower_components/font-awesome/scss/_icons.scss */
.fa-folder-open:before { content: "\f07c"; }

/* line 130, bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-v:before { content: "\f07d"; }

/* line 131, bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-h:before { content: "\f07e"; }

/* line 132, bower_components/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before { content: "\f080"; }

/* line 133, bower_components/font-awesome/scss/_icons.scss */
.fa-twitter-square:before { content: "\f081"; }

/* line 134, bower_components/font-awesome/scss/_icons.scss */
.fa-facebook-square:before { content: "\f082"; }

/* line 135, bower_components/font-awesome/scss/_icons.scss */
.fa-camera-retro:before { content: "\f083"; }

/* line 136, bower_components/font-awesome/scss/_icons.scss */
.fa-key:before { content: "\f084"; }

/* line 138, bower_components/font-awesome/scss/_icons.scss */
.fa-gears:before, .fa-cogs:before { content: "\f085"; }

/* line 139, bower_components/font-awesome/scss/_icons.scss */
.fa-comments:before { content: "\f086"; }

/* line 140, bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before { content: "\f087"; }

/* line 141, bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before { content: "\f088"; }

/* line 142, bower_components/font-awesome/scss/_icons.scss */
.fa-star-half:before { content: "\f089"; }

/* line 143, bower_components/font-awesome/scss/_icons.scss */
.fa-heart-o:before { content: "\f08a"; }

/* line 144, bower_components/font-awesome/scss/_icons.scss */
.fa-sign-out:before { content: "\f08b"; }

/* line 145, bower_components/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before { content: "\f08c"; }

/* line 146, bower_components/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before { content: "\f08d"; }

/* line 147, bower_components/font-awesome/scss/_icons.scss */
.fa-external-link:before { content: "\f08e"; }

/* line 148, bower_components/font-awesome/scss/_icons.scss */
.fa-sign-in:before { content: "\f090"; }

/* line 149, bower_components/font-awesome/scss/_icons.scss */
.fa-trophy:before { content: "\f091"; }

/* line 150, bower_components/font-awesome/scss/_icons.scss */
.fa-github-square:before { content: "\f092"; }

/* line 151, bower_components/font-awesome/scss/_icons.scss */
.fa-upload:before { content: "\f093"; }

/* line 152, bower_components/font-awesome/scss/_icons.scss */
.fa-lemon-o:before { content: "\f094"; }

/* line 153, bower_components/font-awesome/scss/_icons.scss */
.fa-phone:before { content: "\f095"; }

/* line 154, bower_components/font-awesome/scss/_icons.scss */
.fa-square-o:before { content: "\f096"; }

/* line 155, bower_components/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before { content: "\f097"; }

/* line 156, bower_components/font-awesome/scss/_icons.scss */
.fa-phone-square:before { content: "\f098"; }

/* line 157, bower_components/font-awesome/scss/_icons.scss */
.fa-twitter:before { content: "\f099"; }

/* line 158, bower_components/font-awesome/scss/_icons.scss */
.fa-facebook:before { content: "\f09a"; }

/* line 159, bower_components/font-awesome/scss/_icons.scss */
.fa-github:before { content: "\f09b"; }

/* line 160, bower_components/font-awesome/scss/_icons.scss */
.fa-unlock:before { content: "\f09c"; }

/* line 161, bower_components/font-awesome/scss/_icons.scss */
.fa-credit-card:before { content: "\f09d"; }

/* line 162, bower_components/font-awesome/scss/_icons.scss */
.fa-rss:before { content: "\f09e"; }

/* line 163, bower_components/font-awesome/scss/_icons.scss */
.fa-hdd-o:before { content: "\f0a0"; }

/* line 164, bower_components/font-awesome/scss/_icons.scss */
.fa-bullhorn:before { content: "\f0a1"; }

/* line 165, bower_components/font-awesome/scss/_icons.scss */
.fa-bell:before { content: "\f0f3"; }

/* line 166, bower_components/font-awesome/scss/_icons.scss */
.fa-certificate:before { content: "\f0a3"; }

/* line 167, bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before { content: "\f0a4"; }

/* line 168, bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before { content: "\f0a5"; }

/* line 169, bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before { content: "\f0a6"; }

/* line 170, bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before { content: "\f0a7"; }

/* line 171, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before { content: "\f0a8"; }

/* line 172, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before { content: "\f0a9"; }

/* line 173, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before { content: "\f0aa"; }

/* line 174, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before { content: "\f0ab"; }

/* line 175, bower_components/font-awesome/scss/_icons.scss */
.fa-globe:before { content: "\f0ac"; }

/* line 176, bower_components/font-awesome/scss/_icons.scss */
.fa-wrench:before { content: "\f0ad"; }

/* line 177, bower_components/font-awesome/scss/_icons.scss */
.fa-tasks:before { content: "\f0ae"; }

/* line 178, bower_components/font-awesome/scss/_icons.scss */
.fa-filter:before { content: "\f0b0"; }

/* line 179, bower_components/font-awesome/scss/_icons.scss */
.fa-briefcase:before { content: "\f0b1"; }

/* line 180, bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-alt:before { content: "\f0b2"; }

/* line 182, bower_components/font-awesome/scss/_icons.scss */
.fa-group:before, .fa-users:before { content: "\f0c0"; }

/* line 184, bower_components/font-awesome/scss/_icons.scss */
.fa-chain:before, .fa-link:before { content: "\f0c1"; }

/* line 185, bower_components/font-awesome/scss/_icons.scss */
.fa-cloud:before { content: "\f0c2"; }

/* line 186, bower_components/font-awesome/scss/_icons.scss */
.fa-flask:before { content: "\f0c3"; }

/* line 188, bower_components/font-awesome/scss/_icons.scss */
.fa-cut:before, .fa-scissors:before { content: "\f0c4"; }

/* line 190, bower_components/font-awesome/scss/_icons.scss */
.fa-copy:before, .fa-files-o:before { content: "\f0c5"; }

/* line 191, bower_components/font-awesome/scss/_icons.scss */
.fa-paperclip:before { content: "\f0c6"; }

/* line 193, bower_components/font-awesome/scss/_icons.scss */
.fa-save:before, .fa-floppy-o:before { content: "\f0c7"; }

/* line 194, bower_components/font-awesome/scss/_icons.scss */
.fa-square:before { content: "\f0c8"; }

/* line 197, bower_components/font-awesome/scss/_icons.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; }

/* line 198, bower_components/font-awesome/scss/_icons.scss */
.fa-list-ul:before { content: "\f0ca"; }

/* line 199, bower_components/font-awesome/scss/_icons.scss */
.fa-list-ol:before { content: "\f0cb"; }

/* line 200, bower_components/font-awesome/scss/_icons.scss */
.fa-strikethrough:before { content: "\f0cc"; }

/* line 201, bower_components/font-awesome/scss/_icons.scss */
.fa-underline:before { content: "\f0cd"; }

/* line 202, bower_components/font-awesome/scss/_icons.scss */
.fa-table:before { content: "\f0ce"; }

/* line 203, bower_components/font-awesome/scss/_icons.scss */
.fa-magic:before { content: "\f0d0"; }

/* line 204, bower_components/font-awesome/scss/_icons.scss */
.fa-truck:before { content: "\f0d1"; }

/* line 205, bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest:before { content: "\f0d2"; }

/* line 206, bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before { content: "\f0d3"; }

/* line 207, bower_components/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before { content: "\f0d4"; }

/* line 208, bower_components/font-awesome/scss/_icons.scss */
.fa-google-plus:before { content: "\f0d5"; }

/* line 209, bower_components/font-awesome/scss/_icons.scss */
.fa-money:before { content: "\f0d6"; }

/* line 210, bower_components/font-awesome/scss/_icons.scss */
.fa-caret-down:before { content: "\f0d7"; }

/* line 211, bower_components/font-awesome/scss/_icons.scss */
.fa-caret-up:before { content: "\f0d8"; }

/* line 212, bower_components/font-awesome/scss/_icons.scss */
.fa-caret-left:before { content: "\f0d9"; }

/* line 213, bower_components/font-awesome/scss/_icons.scss */
.fa-caret-right:before { content: "\f0da"; }

/* line 214, bower_components/font-awesome/scss/_icons.scss */
.fa-columns:before { content: "\f0db"; }

/* line 216, bower_components/font-awesome/scss/_icons.scss */
.fa-unsorted:before, .fa-sort:before { content: "\f0dc"; }

/* line 218, bower_components/font-awesome/scss/_icons.scss */
.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; }

/* line 220, bower_components/font-awesome/scss/_icons.scss */
.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; }

/* line 221, bower_components/font-awesome/scss/_icons.scss */
.fa-envelope:before { content: "\f0e0"; }

/* line 222, bower_components/font-awesome/scss/_icons.scss */
.fa-linkedin:before { content: "\f0e1"; }

/* line 224, bower_components/font-awesome/scss/_icons.scss */
.fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; }

/* line 226, bower_components/font-awesome/scss/_icons.scss */
.fa-legal:before, .fa-gavel:before { content: "\f0e3"; }

/* line 228, bower_components/font-awesome/scss/_icons.scss */
.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; }

/* line 229, bower_components/font-awesome/scss/_icons.scss */
.fa-comment-o:before { content: "\f0e5"; }

/* line 230, bower_components/font-awesome/scss/_icons.scss */
.fa-comments-o:before { content: "\f0e6"; }

/* line 232, bower_components/font-awesome/scss/_icons.scss */
.fa-flash:before, .fa-bolt:before { content: "\f0e7"; }

/* line 233, bower_components/font-awesome/scss/_icons.scss */
.fa-sitemap:before { content: "\f0e8"; }

/* line 234, bower_components/font-awesome/scss/_icons.scss */
.fa-umbrella:before { content: "\f0e9"; }

/* line 236, bower_components/font-awesome/scss/_icons.scss */
.fa-paste:before, .fa-clipboard:before { content: "\f0ea"; }

/* line 237, bower_components/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before { content: "\f0eb"; }

/* line 238, bower_components/font-awesome/scss/_icons.scss */
.fa-exchange:before { content: "\f0ec"; }

/* line 239, bower_components/font-awesome/scss/_icons.scss */
.fa-cloud-download:before { content: "\f0ed"; }

/* line 240, bower_components/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before { content: "\f0ee"; }

/* line 241, bower_components/font-awesome/scss/_icons.scss */
.fa-user-md:before { content: "\f0f0"; }

/* line 242, bower_components/font-awesome/scss/_icons.scss */
.fa-stethoscope:before { content: "\f0f1"; }

/* line 243, bower_components/font-awesome/scss/_icons.scss */
.fa-suitcase:before { content: "\f0f2"; }

/* line 244, bower_components/font-awesome/scss/_icons.scss */
.fa-bell-o:before { content: "\f0a2"; }

/* line 245, bower_components/font-awesome/scss/_icons.scss */
.fa-coffee:before { content: "\f0f4"; }

/* line 246, bower_components/font-awesome/scss/_icons.scss */
.fa-cutlery:before { content: "\f0f5"; }

/* line 247, bower_components/font-awesome/scss/_icons.scss */
.fa-file-text-o:before { content: "\f0f6"; }

/* line 248, bower_components/font-awesome/scss/_icons.scss */
.fa-building-o:before { content: "\f0f7"; }

/* line 249, bower_components/font-awesome/scss/_icons.scss */
.fa-hospital-o:before { content: "\f0f8"; }

/* line 250, bower_components/font-awesome/scss/_icons.scss */
.fa-ambulance:before { content: "\f0f9"; }

/* line 251, bower_components/font-awesome/scss/_icons.scss */
.fa-medkit:before { content: "\f0fa"; }

/* line 252, bower_components/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before { content: "\f0fb"; }

/* line 253, bower_components/font-awesome/scss/_icons.scss */
.fa-beer:before { content: "\f0fc"; }

/* line 254, bower_components/font-awesome/scss/_icons.scss */
.fa-h-square:before { content: "\f0fd"; }

/* line 255, bower_components/font-awesome/scss/_icons.scss */
.fa-plus-square:before { content: "\f0fe"; }

/* line 256, bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before { content: "\f100"; }

/* line 257, bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before { content: "\f101"; }

/* line 258, bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before { content: "\f102"; }

/* line 259, bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before { content: "\f103"; }

/* line 260, bower_components/font-awesome/scss/_icons.scss */
.fa-angle-left:before { content: "\f104"; }

/* line 261, bower_components/font-awesome/scss/_icons.scss */
.fa-angle-right:before { content: "\f105"; }

/* line 262, bower_components/font-awesome/scss/_icons.scss */
.fa-angle-up:before { content: "\f106"; }

/* line 263, bower_components/font-awesome/scss/_icons.scss */
.fa-angle-down:before { content: "\f107"; }

/* line 264, bower_components/font-awesome/scss/_icons.scss */
.fa-desktop:before { content: "\f108"; }

/* line 265, bower_components/font-awesome/scss/_icons.scss */
.fa-laptop:before { content: "\f109"; }

/* line 266, bower_components/font-awesome/scss/_icons.scss */
.fa-tablet:before { content: "\f10a"; }

/* line 268, bower_components/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }

/* line 269, bower_components/font-awesome/scss/_icons.scss */
.fa-circle-o:before { content: "\f10c"; }

/* line 270, bower_components/font-awesome/scss/_icons.scss */
.fa-quote-left:before { content: "\f10d"; }

/* line 271, bower_components/font-awesome/scss/_icons.scss */
.fa-quote-right:before { content: "\f10e"; }

/* line 272, bower_components/font-awesome/scss/_icons.scss */
.fa-spinner:before { content: "\f110"; }

/* line 273, bower_components/font-awesome/scss/_icons.scss */
.fa-circle:before { content: "\f111"; }

/* line 275, bower_components/font-awesome/scss/_icons.scss */
.fa-mail-reply:before, .fa-reply:before { content: "\f112"; }

/* line 276, bower_components/font-awesome/scss/_icons.scss */
.fa-github-alt:before { content: "\f113"; }

/* line 277, bower_components/font-awesome/scss/_icons.scss */
.fa-folder-o:before { content: "\f114"; }

/* line 278, bower_components/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before { content: "\f115"; }

/* line 279, bower_components/font-awesome/scss/_icons.scss */
.fa-smile-o:before { content: "\f118"; }

/* line 280, bower_components/font-awesome/scss/_icons.scss */
.fa-frown-o:before { content: "\f119"; }

/* line 281, bower_components/font-awesome/scss/_icons.scss */
.fa-meh-o:before { content: "\f11a"; }

/* line 282, bower_components/font-awesome/scss/_icons.scss */
.fa-gamepad:before { content: "\f11b"; }

/* line 283, bower_components/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before { content: "\f11c"; }

/* line 284, bower_components/font-awesome/scss/_icons.scss */
.fa-flag-o:before { content: "\f11d"; }

/* line 285, bower_components/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before { content: "\f11e"; }

/* line 286, bower_components/font-awesome/scss/_icons.scss */
.fa-terminal:before { content: "\f120"; }

/* line 287, bower_components/font-awesome/scss/_icons.scss */
.fa-code:before { content: "\f121"; }

/* line 289, bower_components/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; }

/* line 292, bower_components/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; }

/* line 293, bower_components/font-awesome/scss/_icons.scss */
.fa-location-arrow:before { content: "\f124"; }

/* line 294, bower_components/font-awesome/scss/_icons.scss */
.fa-crop:before { content: "\f125"; }

/* line 295, bower_components/font-awesome/scss/_icons.scss */
.fa-code-fork:before { content: "\f126"; }

/* line 297, bower_components/font-awesome/scss/_icons.scss */
.fa-unlink:before, .fa-chain-broken:before { content: "\f127"; }

/* line 298, bower_components/font-awesome/scss/_icons.scss */
.fa-question:before { content: "\f128"; }

/* line 299, bower_components/font-awesome/scss/_icons.scss */
.fa-info:before { content: "\f129"; }

/* line 300, bower_components/font-awesome/scss/_icons.scss */
.fa-exclamation:before { content: "\f12a"; }

/* line 301, bower_components/font-awesome/scss/_icons.scss */
.fa-superscript:before { content: "\f12b"; }

/* line 302, bower_components/font-awesome/scss/_icons.scss */
.fa-subscript:before { content: "\f12c"; }

/* line 303, bower_components/font-awesome/scss/_icons.scss */
.fa-eraser:before { content: "\f12d"; }

/* line 304, bower_components/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before { content: "\f12e"; }

/* line 305, bower_components/font-awesome/scss/_icons.scss */
.fa-microphone:before { content: "\f130"; }

/* line 306, bower_components/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before { content: "\f131"; }

/* line 307, bower_components/font-awesome/scss/_icons.scss */
.fa-shield:before { content: "\f132"; }

/* line 308, bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-o:before { content: "\f133"; }

/* line 309, bower_components/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before { content: "\f134"; }

/* line 310, bower_components/font-awesome/scss/_icons.scss */
.fa-rocket:before { content: "\f135"; }

/* line 311, bower_components/font-awesome/scss/_icons.scss */
.fa-maxcdn:before { content: "\f136"; }

/* line 312, bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before { content: "\f137"; }

/* line 313, bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before { content: "\f138"; }

/* line 314, bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before { content: "\f139"; }

/* line 315, bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before { content: "\f13a"; }

/* line 316, bower_components/font-awesome/scss/_icons.scss */
.fa-html5:before { content: "\f13b"; }

/* line 317, bower_components/font-awesome/scss/_icons.scss */
.fa-css3:before { content: "\f13c"; }

/* line 318, bower_components/font-awesome/scss/_icons.scss */
.fa-anchor:before { content: "\f13d"; }

/* line 319, bower_components/font-awesome/scss/_icons.scss */
.fa-unlock-alt:before { content: "\f13e"; }

/* line 320, bower_components/font-awesome/scss/_icons.scss */
.fa-bullseye:before { content: "\f140"; }

/* line 321, bower_components/font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before { content: "\f141"; }

/* line 322, bower_components/font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before { content: "\f142"; }

/* line 323, bower_components/font-awesome/scss/_icons.scss */
.fa-rss-square:before { content: "\f143"; }

/* line 324, bower_components/font-awesome/scss/_icons.scss */
.fa-play-circle:before { content: "\f144"; }

/* line 325, bower_components/font-awesome/scss/_icons.scss */
.fa-ticket:before { content: "\f145"; }

/* line 326, bower_components/font-awesome/scss/_icons.scss */
.fa-minus-square:before { content: "\f146"; }

/* line 327, bower_components/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before { content: "\f147"; }

/* line 328, bower_components/font-awesome/scss/_icons.scss */
.fa-level-up:before { content: "\f148"; }

/* line 329, bower_components/font-awesome/scss/_icons.scss */
.fa-level-down:before { content: "\f149"; }

/* line 330, bower_components/font-awesome/scss/_icons.scss */
.fa-check-square:before { content: "\f14a"; }

/* line 331, bower_components/font-awesome/scss/_icons.scss */
.fa-pencil-square:before { content: "\f14b"; }

/* line 332, bower_components/font-awesome/scss/_icons.scss */
.fa-external-link-square:before { content: "\f14c"; }

/* line 333, bower_components/font-awesome/scss/_icons.scss */
.fa-share-square:before { content: "\f14d"; }

/* line 334, bower_components/font-awesome/scss/_icons.scss */
.fa-compass:before { content: "\f14e"; }

/* line 336, bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; }

/* line 338, bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; }

/* line 340, bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; }

/* line 342, bower_components/font-awesome/scss/_icons.scss */
.fa-euro:before, .fa-eur:before { content: "\f153"; }

/* line 343, bower_components/font-awesome/scss/_icons.scss */
.fa-gbp:before { content: "\f154"; }

/* line 345, bower_components/font-awesome/scss/_icons.scss */
.fa-dollar:before, .fa-usd:before { content: "\f155"; }

/* line 347, bower_components/font-awesome/scss/_icons.scss */
.fa-rupee:before, .fa-inr:before { content: "\f156"; }

/* line 351, bower_components/font-awesome/scss/_icons.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; }

/* line 354, bower_components/font-awesome/scss/_icons.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; }

/* line 356, bower_components/font-awesome/scss/_icons.scss */
.fa-won:before, .fa-krw:before { content: "\f159"; }

/* line 358, bower_components/font-awesome/scss/_icons.scss */
.fa-bitcoin:before, .fa-btc:before { content: "\f15a"; }

/* line 359, bower_components/font-awesome/scss/_icons.scss */
.fa-file:before { content: "\f15b"; }

/* line 360, bower_components/font-awesome/scss/_icons.scss */
.fa-file-text:before { content: "\f15c"; }

/* line 361, bower_components/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before { content: "\f15d"; }

/* line 362, bower_components/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before { content: "\f15e"; }

/* line 363, bower_components/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before { content: "\f160"; }

/* line 364, bower_components/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before { content: "\f161"; }

/* line 365, bower_components/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before { content: "\f162"; }

/* line 366, bower_components/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before { content: "\f163"; }

/* line 367, bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before { content: "\f164"; }

/* line 368, bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before { content: "\f165"; }

/* line 369, bower_components/font-awesome/scss/_icons.scss */
.fa-youtube-square:before { content: "\f166"; }

/* line 370, bower_components/font-awesome/scss/_icons.scss */
.fa-youtube:before { content: "\f167"; }

/* line 371, bower_components/font-awesome/scss/_icons.scss */
.fa-xing:before { content: "\f168"; }

/* line 372, bower_components/font-awesome/scss/_icons.scss */
.fa-xing-square:before { content: "\f169"; }

/* line 373, bower_components/font-awesome/scss/_icons.scss */
.fa-youtube-play:before { content: "\f16a"; }

/* line 374, bower_components/font-awesome/scss/_icons.scss */
.fa-dropbox:before { content: "\f16b"; }

/* line 375, bower_components/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before { content: "\f16c"; }

/* line 376, bower_components/font-awesome/scss/_icons.scss */
.fa-instagram:before { content: "\f16d"; }

/* line 377, bower_components/font-awesome/scss/_icons.scss */
.fa-flickr:before { content: "\f16e"; }

/* line 378, bower_components/font-awesome/scss/_icons.scss */
.fa-adn:before { content: "\f170"; }

/* line 379, bower_components/font-awesome/scss/_icons.scss */
.fa-bitbucket:before { content: "\f171"; }

/* line 380, bower_components/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before { content: "\f172"; }

/* line 381, bower_components/font-awesome/scss/_icons.scss */
.fa-tumblr:before { content: "\f173"; }

/* line 382, bower_components/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before { content: "\f174"; }

/* line 383, bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before { content: "\f175"; }

/* line 384, bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before { content: "\f176"; }

/* line 385, bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before { content: "\f177"; }

/* line 386, bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before { content: "\f178"; }

/* line 387, bower_components/font-awesome/scss/_icons.scss */
.fa-apple:before { content: "\f179"; }

/* line 388, bower_components/font-awesome/scss/_icons.scss */
.fa-windows:before { content: "\f17a"; }

/* line 389, bower_components/font-awesome/scss/_icons.scss */
.fa-android:before { content: "\f17b"; }

/* line 390, bower_components/font-awesome/scss/_icons.scss */
.fa-linux:before { content: "\f17c"; }

/* line 391, bower_components/font-awesome/scss/_icons.scss */
.fa-dribbble:before { content: "\f17d"; }

/* line 392, bower_components/font-awesome/scss/_icons.scss */
.fa-skype:before { content: "\f17e"; }

/* line 393, bower_components/font-awesome/scss/_icons.scss */
.fa-foursquare:before { content: "\f180"; }

/* line 394, bower_components/font-awesome/scss/_icons.scss */
.fa-trello:before { content: "\f181"; }

/* line 395, bower_components/font-awesome/scss/_icons.scss */
.fa-female:before { content: "\f182"; }

/* line 396, bower_components/font-awesome/scss/_icons.scss */
.fa-male:before { content: "\f183"; }

/* line 397, bower_components/font-awesome/scss/_icons.scss */
.fa-gittip:before { content: "\f184"; }

/* line 398, bower_components/font-awesome/scss/_icons.scss */
.fa-sun-o:before { content: "\f185"; }

/* line 399, bower_components/font-awesome/scss/_icons.scss */
.fa-moon-o:before { content: "\f186"; }

/* line 400, bower_components/font-awesome/scss/_icons.scss */
.fa-archive:before { content: "\f187"; }

/* line 401, bower_components/font-awesome/scss/_icons.scss */
.fa-bug:before { content: "\f188"; }

/* line 402, bower_components/font-awesome/scss/_icons.scss */
.fa-vk:before { content: "\f189"; }

/* line 403, bower_components/font-awesome/scss/_icons.scss */
.fa-weibo:before { content: "\f18a"; }

/* line 404, bower_components/font-awesome/scss/_icons.scss */
.fa-renren:before { content: "\f18b"; }

/* line 405, bower_components/font-awesome/scss/_icons.scss */
.fa-pagelines:before { content: "\f18c"; }

/* line 406, bower_components/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before { content: "\f18d"; }

/* line 407, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before { content: "\f18e"; }

/* line 408, bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before { content: "\f190"; }

/* line 410, bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; }

/* line 411, bower_components/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before { content: "\f192"; }

/* line 412, bower_components/font-awesome/scss/_icons.scss */
.fa-wheelchair:before { content: "\f193"; }

/* line 413, bower_components/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before { content: "\f194"; }

/* line 415, bower_components/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before, .fa-try:before { content: "\f195"; }

/* line 416, bower_components/font-awesome/scss/_icons.scss */
.fa-plus-square-o:before { content: "\f196"; }

/* line 417, bower_components/font-awesome/scss/_icons.scss */
.fa-space-shuttle:before { content: "\f197"; }

/* line 418, bower_components/font-awesome/scss/_icons.scss */
.fa-slack:before { content: "\f198"; }

/* line 419, bower_components/font-awesome/scss/_icons.scss */
.fa-envelope-square:before { content: "\f199"; }

/* line 420, bower_components/font-awesome/scss/_icons.scss */
.fa-wordpress:before { content: "\f19a"; }

/* line 421, bower_components/font-awesome/scss/_icons.scss */
.fa-openid:before { content: "\f19b"; }

/* line 424, bower_components/font-awesome/scss/_icons.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; }

/* line 426, bower_components/font-awesome/scss/_icons.scss */
.fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; }

/* line 427, bower_components/font-awesome/scss/_icons.scss */
.fa-yahoo:before { content: "\f19e"; }

/* line 428, bower_components/font-awesome/scss/_icons.scss */
.fa-google:before { content: "\f1a0"; }

/* line 429, bower_components/font-awesome/scss/_icons.scss */
.fa-reddit:before { content: "\f1a1"; }

/* line 430, bower_components/font-awesome/scss/_icons.scss */
.fa-reddit-square:before { content: "\f1a2"; }

/* line 431, bower_components/font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before { content: "\f1a3"; }

/* line 432, bower_components/font-awesome/scss/_icons.scss */
.fa-stumbleupon:before { content: "\f1a4"; }

/* line 433, bower_components/font-awesome/scss/_icons.scss */
.fa-delicious:before { content: "\f1a5"; }

/* line 434, bower_components/font-awesome/scss/_icons.scss */
.fa-digg:before { content: "\f1a6"; }

/* line 436, bower_components/font-awesome/scss/_icons.scss */
.fa-pied-piper-square:before, .fa-pied-piper:before { content: "\f1a7"; }

/* line 437, bower_components/font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before { content: "\f1a8"; }

/* line 438, bower_components/font-awesome/scss/_icons.scss */
.fa-drupal:before { content: "\f1a9"; }

/* line 439, bower_components/font-awesome/scss/_icons.scss */
.fa-joomla:before { content: "\f1aa"; }

/* line 440, bower_components/font-awesome/scss/_icons.scss */
.fa-language:before { content: "\f1ab"; }

/* line 441, bower_components/font-awesome/scss/_icons.scss */
.fa-fax:before { content: "\f1ac"; }

/* line 442, bower_components/font-awesome/scss/_icons.scss */
.fa-building:before { content: "\f1ad"; }

/* line 443, bower_components/font-awesome/scss/_icons.scss */
.fa-child:before { content: "\f1ae"; }

/* line 444, bower_components/font-awesome/scss/_icons.scss */
.fa-paw:before { content: "\f1b0"; }

/* line 445, bower_components/font-awesome/scss/_icons.scss */
.fa-spoon:before { content: "\f1b1"; }

/* line 446, bower_components/font-awesome/scss/_icons.scss */
.fa-cube:before { content: "\f1b2"; }

/* line 447, bower_components/font-awesome/scss/_icons.scss */
.fa-cubes:before { content: "\f1b3"; }

/* line 448, bower_components/font-awesome/scss/_icons.scss */
.fa-behance:before { content: "\f1b4"; }

/* line 449, bower_components/font-awesome/scss/_icons.scss */
.fa-behance-square:before { content: "\f1b5"; }

/* line 450, bower_components/font-awesome/scss/_icons.scss */
.fa-steam:before { content: "\f1b6"; }

/* line 451, bower_components/font-awesome/scss/_icons.scss */
.fa-steam-square:before { content: "\f1b7"; }

/* line 452, bower_components/font-awesome/scss/_icons.scss */
.fa-recycle:before { content: "\f1b8"; }

/* line 454, bower_components/font-awesome/scss/_icons.scss */
.fa-automobile:before, .fa-car:before { content: "\f1b9"; }

/* line 456, bower_components/font-awesome/scss/_icons.scss */
.fa-cab:before, .fa-taxi:before { content: "\f1ba"; }

/* line 457, bower_components/font-awesome/scss/_icons.scss */
.fa-tree:before { content: "\f1bb"; }

/* line 458, bower_components/font-awesome/scss/_icons.scss */
.fa-spotify:before { content: "\f1bc"; }

/* line 459, bower_components/font-awesome/scss/_icons.scss */
.fa-deviantart:before { content: "\f1bd"; }

/* line 460, bower_components/font-awesome/scss/_icons.scss */
.fa-soundcloud:before { content: "\f1be"; }

/* line 461, bower_components/font-awesome/scss/_icons.scss */
.fa-database:before { content: "\f1c0"; }

/* line 462, bower_components/font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before { content: "\f1c1"; }

/* line 463, bower_components/font-awesome/scss/_icons.scss */
.fa-file-word-o:before { content: "\f1c2"; }

/* line 464, bower_components/font-awesome/scss/_icons.scss */
.fa-file-excel-o:before { content: "\f1c3"; }

/* line 465, bower_components/font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before { content: "\f1c4"; }

/* line 468, bower_components/font-awesome/scss/_icons.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; }

/* line 470, bower_components/font-awesome/scss/_icons.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; }

/* line 472, bower_components/font-awesome/scss/_icons.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; }

/* line 474, bower_components/font-awesome/scss/_icons.scss */
.fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; }

/* line 475, bower_components/font-awesome/scss/_icons.scss */
.fa-file-code-o:before { content: "\f1c9"; }

/* line 476, bower_components/font-awesome/scss/_icons.scss */
.fa-vine:before { content: "\f1ca"; }

/* line 477, bower_components/font-awesome/scss/_icons.scss */
.fa-codepen:before { content: "\f1cb"; }

/* line 478, bower_components/font-awesome/scss/_icons.scss */
.fa-jsfiddle:before { content: "\f1cc"; }

/* line 482, bower_components/font-awesome/scss/_icons.scss */
.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; }

/* line 483, bower_components/font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before { content: "\f1ce"; }

/* line 485, bower_components/font-awesome/scss/_icons.scss */
.fa-ra:before, .fa-rebel:before { content: "\f1d0"; }

/* line 487, bower_components/font-awesome/scss/_icons.scss */
.fa-ge:before, .fa-empire:before { content: "\f1d1"; }

/* line 488, bower_components/font-awesome/scss/_icons.scss */
.fa-git-square:before { content: "\f1d2"; }

/* line 489, bower_components/font-awesome/scss/_icons.scss */
.fa-git:before { content: "\f1d3"; }

/* line 490, bower_components/font-awesome/scss/_icons.scss */
.fa-hacker-news:before { content: "\f1d4"; }

/* line 491, bower_components/font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before { content: "\f1d5"; }

/* line 492, bower_components/font-awesome/scss/_icons.scss */
.fa-qq:before { content: "\f1d6"; }

/* line 494, bower_components/font-awesome/scss/_icons.scss */
.fa-wechat:before, .fa-weixin:before { content: "\f1d7"; }

/* line 496, bower_components/font-awesome/scss/_icons.scss */
.fa-send:before, .fa-paper-plane:before { content: "\f1d8"; }

/* line 498, bower_components/font-awesome/scss/_icons.scss */
.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; }

/* line 499, bower_components/font-awesome/scss/_icons.scss */
.fa-history:before { content: "\f1da"; }

/* line 500, bower_components/font-awesome/scss/_icons.scss */
.fa-circle-thin:before { content: "\f1db"; }

/* line 501, bower_components/font-awesome/scss/_icons.scss */
.fa-header:before { content: "\f1dc"; }

/* line 502, bower_components/font-awesome/scss/_icons.scss */
.fa-paragraph:before { content: "\f1dd"; }

/* line 503, bower_components/font-awesome/scss/_icons.scss */
.fa-sliders:before { content: "\f1de"; }

/* line 504, bower_components/font-awesome/scss/_icons.scss */
.fa-share-alt:before { content: "\f1e0"; }

/* line 505, bower_components/font-awesome/scss/_icons.scss */
.fa-share-alt-square:before { content: "\f1e1"; }

/* line 506, bower_components/font-awesome/scss/_icons.scss */
.fa-bomb:before { content: "\f1e2"; }

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
/* line 3, scss/_typography.scss */
html { /* Change default typefaces here */ font-family: "pragmatica-web", sans-serif; font-size: 100; -webkit-font-smoothing: antialiased; }

/* line 10, scss/_typography.scss */
body { color: #222; font-weight: normal; text-rendering: optimizeLegibility; }

/* line 15, scss/_typography.scss */
a { color: #00c1ff; }

/* line 18, scss/_typography.scss */
a:hover, a:active { color: #fff200; }

/* Copy & Lists */
/* line 22, scss/_typography.scss */
p { line-height: 30px; margin-bottom: 0; }

/* line 26, scss/_typography.scss */
blockquote { line-height: 1.5rem; margin-top: 1.5rem; margin-bottom: 1.5rem; font-weight: bold; font-style: italic; }

/* Headings */
/* line 39, scss/_typography.scss */
h1, h2, h3, h4, h5, h6 { /* Change heading typefaces here */ font-family: "futura-pt-n4", sans-serif; font-style: normal; font-weight: normal; text-transform: uppercase; line-height: 1.5rem; }

/* line 49, scss/_typography.scss */
h1 { font-size: 3rem; line-height: 3.5rem; margin-top: 0rem; }

/* line 54, scss/_typography.scss */
h1.page-title { text-align: center; margin-top: 0px; padding-bottom: 45px; }

/* line 59, scss/_typography.scss */
h1.entry-title, h1.page-title { visibility: hidden; }

/* line 62, scss/_typography.scss */
h2 { font-size: 1.6rem; }

/* line 65, scss/_typography.scss */
h3 { font-size: 1rem; }

/* line 68, scss/_typography.scss */
h4 { font-size: 0.9rem; }

/* line 71, scss/_typography.scss */
h5 { font-size: 0.8rem; }

/* line 74, scss/_typography.scss */
h6 { font-size: 0.7rem; }

/* line 78, scss/_typography.scss */
h1.shout { color: #fff; font-weight: 300; text-shadow: -3px 3px 0px #00e6e6, -6px 6px 0px #01cccc, -9px 9px 0px #00bdbd; font-size: 3rem; }

/* line 85, scss/_typography.scss */
hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.3); margin: 20px 0 20px 0; }

/* Tables */
/* line 96, scss/_typography.scss */
table { margin-top: 1.5rem; border-spacing: 0px; border-collapse: collapse; }

/* line 102, scss/_typography.scss */
table td, table th { padding: 0; line-height: 33px; }

/* Code blocks */
/* line 107, scss/_typography.scss */
code { vertical-align: bottom; }

/* Leading paragraph text */
/* line 111, scss/_typography.scss */
.lead { font-size: 1.414rem; }

/* Hug a the block above you */
/* line 115, scss/_typography.scss */
.hug { margin-top: 0; }

/*
	Formal syntax: [ none | <single-transition-property> ] || <time> || <timing-function> || <time>
*/
/*
	Formal syntax: none | [inset? && [ <offset-x> <offset-y> <blur-radius>? <spread-radius>? <color>? ] ]#
*/
/* line 53, scss/_mixins.scss */
.yellow-bubble-arrow:before { content: ""; position: absolute; top: -20px; left: 48%; width: 0; height: 0; border-width: 0 15px 20px 15px; border-style: solid; border-color: transparent; }
/* line 68, scss/_mixins.scss */
.yellow-bubble-arrow:before { border-bottom-color: #fff200; }

/* line 53, scss/_mixins.scss */
.blue-bubble-arrow:before { content: ""; position: absolute; top: -20px; left: 48%; width: 0; height: 0; border-width: 0 15px 20px 15px; border-style: solid; border-color: transparent; }
/* line 75, scss/_mixins.scss */
.blue-bubble-arrow:before { border-bottom-color: #00c1ff; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
/* line 82, scss/_mixins.scss */
.blue-bubble-arrow:hover:before { -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; border-bottom-color: #00c1ff; }

/* line 128, scss/_mixins.scss */
.tile:before { content: ''; position: absolute; top: 0; left: 0; background: url("images/drop-shadow.png") repeat-x top left; width: 100%; height: 20px; }

/* line 1, scss/_layout.scss */
.content-area { margin: 0 auto 4em auto; padding: 0 15px; }
/* line 7, scss/_layout.scss */
.home .content-area, .page-template-posts-by-tag-php .content-area { max-width: 100%; margin: 0; padding: 0; }

/* line 14, scss/_layout.scss */
.container, .entry-content { max-width: 640px; margin: 0 auto; }

/* line 19, scss/_layout.scss */
#page { position: relative; }

/* Typography */
/* line 25, scss/_layout.scss */
h1, h2, h3, h4, h5, h6 { text-transform: uppercase; }

/* Sidebar / Shopify */
/* line 31, scss/_layout.scss */
.title-on-fire { text-align: center; padding: 25px 15px; background-color: #fff200; }

/* line 36, scss/_layout.scss */
.row .row { width: 100%; }

/* line 39, scss/_layout.scss */
[class*="column"] + [class*="column"]:last-child { float: left; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
/* line 7, scss/_underscore-styles.scss */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

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

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
/* line 39, scss/_underscore-styles.scss */
.alignleft { display: inline; float: left; margin-right: 1.5em; }

/* line 44, scss/_underscore-styles.scss */
.alignright { display: inline; float: right; margin-left: 1.5em; }

/* line 49, scss/_underscore-styles.scss */
.aligncenter { clear: both; display: block; margin: 0 auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
/* line 69, scss/_underscore-styles.scss */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ''; display: table; }

/* line 79, scss/_underscore-styles.scss */
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
/* line 87, scss/_underscore-styles.scss */
.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
/* line 94, scss/_underscore-styles.scss */
.comment-content a { word-wrap: break-word; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 105, scss/_underscore-styles.scss */
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

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

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
/* line 118, scss/_underscore-styles.scss */
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
/* line 128, scss/_underscore-styles.scss */
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

/* line 132, scss/_underscore-styles.scss */
.wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; }

/* line 136, scss/_underscore-styles.scss */
.wp-caption-text { text-align: center; }

/* line 139, scss/_underscore-styles.scss */
.wp-caption .wp-caption-text { margin: 0.8075em 0; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
/* line 146, scss/_underscore-styles.scss */
.gallery { margin-bottom: 1.5em; }

/* line 149, scss/_underscore-styles.scss */
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

/* line 155, scss/_underscore-styles.scss */
.gallery-columns-2 .gallery-item { max-width: 50%; }

/* line 158, scss/_underscore-styles.scss */
.gallery-columns-3 .gallery-item { max-width: 33.33%; }

/* line 161, scss/_underscore-styles.scss */
.gallery-columns-4 .gallery-item { max-width: 25%; }

/* line 164, scss/_underscore-styles.scss */
.gallery-columns-5 .gallery-item { max-width: 20%; }

/* line 167, scss/_underscore-styles.scss */
.gallery-columns-6 .gallery-item { max-width: 16.66%; }

/* line 170, scss/_underscore-styles.scss */
.gallery-columns-7 .gallery-item { max-width: 14.28%; }

/* line 173, scss/_underscore-styles.scss */
.gallery-columns-8 .gallery-item { max-width: 12.5%; }

/* line 176, scss/_underscore-styles.scss */
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

/* line 2, scss/_header.scss */
#masthead #nav-bar { height: 90px; padding-left: 10px; }
/* line 5, scss/_header.scss */
#masthead #nav-bar > nav .right { padding-top: 20px; }
/* line 9, scss/_header.scss */
#masthead #nav-bar .menu-social-media-container li { margin: 0; }
/* line 13, scss/_header.scss */
#masthead #nav-bar #menu-main-navigation-1 { padding-top: 20px; }
/* line 18, scss/_header.scss */
#masthead #nav-bar .search-toggle:hover { background-color: #fff200; color: #00c1ff; }

/* line 26, scss/_header.scss */
.tablet-up { display: none; }

/* line 31, scss/_header.scss */
.tab-bar h1 { font-weight: 400; letter-spacing: 1px; }
/* line 34, scss/_header.scss */
.tab-bar h1 a { color: #222222; }

/* line 41, scss/_header.scss */
#masthead .logo { background: url("images/banana-man.png") no-repeat center; display: block; height: 88px; width: 71px; float: left; }

/* line 49, scss/_header.scss */
.tab-bar .logo { background: url("images/banana-man.png") no-repeat center; display: block; background-size: 30px 42px; height: 45px; width: 65px; float: left; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { /* line 66, scss/_header.scss */
  #masthead .logo { background: url("images/banana-man-retina.png") no-repeat center; background-size: 60px 85px; background-position: center center; }
  /* line 72, scss/_header.scss */
  .tab-bar .logo { background: url("images/banana-man-retina.png") no-repeat center; background-size: 29px 42px; background-position: center center; } }
/* line 80, scss/_header.scss */
#title-bar { padding: 0 0 40px 0; }
/* line 83, scss/_header.scss */
#title-bar .site-title a { text-indent: -9999em; background: url("images/bananastand-logo-header.png") no-repeat top left; width: 290px; height: 225px; margin: 0 auto; display: block; }
/* line 93, scss/_header.scss */
#title-bar .description { display: none; }

/* line 103, scss/_header.scss */


/**
 * Commenting out constant highlighter on HP link
 * #menu-main-navigation-1 > li.current-menu-item:not(.home-link) > a, 
 */ 
 #menu-main-navigation-1 > li.current-page-item:not(.home-link) > a, 
 #menu-main-navigation-1 > li.current-page-ancestor:not(.home-link) > a, 
 #menu-main-navigation > li.current-menu-item:not(.home-link) > a, 
 #menu-main-navigation > li.current-page-item:not(.home-link) > a, 
 #menu-main-navigation > li.current-page-ancestor:not(.home-link) > a { 
   background-color: #fff200; 
 }

/* line 109, scss/_header.scss */
h1.entry-title, h1.page-title { text-align: center; margin-top: -92px; margin-bottom: 45px; line-height: 48px; background: white; color: #403d00; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* line 119, scss/_header.scss */
  .top-bar-section .has-form { padding: 0 10px; }
  /* line 123, scss/_header.scss */
  .top-bar-section li a { padding: 0 10px !important; } }
@media (min-width: 860px) { /* line 129, scss/_header.scss */
  .mobile { display: none; }
  /* line 132, scss/_header.scss */
  .tablet-up { display: inherit; } }
/* line 1, scss/_main.scss */
.hidden { display: none; }

/* line 6, scss/_main.scss */
.slick-prev:before, .slick-next:before { color: #35cbff; }
/* line 10, scss/_main.scss */
.slick-prev:before:hover, .slick-prev:before:active, .slick-next:before:hover, .slick-next:before:active { color: #00c1ff; }

/* line 1, scss/_offcanvas.scss */
.right-off-canvas-menu { background: url("https://bananastandmedia.com/wp-content/themes/bananastand/images/blue-stripe-tile.png") repeat top left; }
/* line 5, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li { margin-bottom: 1px; }
/* line 7, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li label { text-align: center; font-family: "futura-pt", arial, sans-serif; }
/* line 10, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li label a { color: white; background-color: transparent; padding: 0; text-align: center; }
/* line 15, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li label a:hover { background-color: transparent; color: white; }
/* line 21, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li a { background-color: white; text-align: right; }
/* line 24, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li a:hover { background: #fff200; color: #00c1ff; }
/* line 30, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.back > a { background-color: transparent; text-align: center; font-family: "futura-pt", arial, sans-serif; font-size: 20px; }
/* line 35, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.back > a:after { content: ""; }
/* line 38, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.back > a:hover { color: white; }
/* line 45, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before { content: ""; }
/* line 50, scss/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li .right-submenu { background: url("https://bananastandmedia.com/wp-content/themes/bananastand/images/blue-stripe-tile.png") repeat top left; }
/* line 56, scss/_offcanvas.scss */
.right-off-canvas-menu .search { padding: 0; margin-top: 40px; padding-top: 20px; width: 240px; border-top: 1px solid #fff; }
/* line 62, scss/_offcanvas.scss */
.right-off-canvas-menu .search input[type="search"] { height: 27px; font-size: 0.6875rem; }
/* line 66, scss/_offcanvas.scss */
.right-off-canvas-menu .search .search-submit { padding: 6px; background-color: #00c1ff; width: 100%; }
/* line 73, scss/_offcanvas.scss */
.right-off-canvas-menu .social { width: 240px; margin: 0 auto; }
/* line 77, scss/_offcanvas.scss */
.right-off-canvas-menu .social a, .right-off-canvas-menu .social a:visited, .right-off-canvas-menu .social a:focus { color: #fff; }
/* line 81, scss/_offcanvas.scss */
.right-off-canvas-menu .social a:hover, .right-off-canvas-menu .social a:active { color: #fff200; }
/* line 85, scss/_offcanvas.scss */
.right-off-canvas-menu .social a i { font-size: 22px; line-height: 28px; }
/* line 90, scss/_offcanvas.scss */
.right-off-canvas-menu .social li { margin-left: 10px; }
/* line 95, scss/_offcanvas.scss */
.right-off-canvas-menu .offcanvas-logo { background-image: url("images/offcanvas-logo.png"); background-repeat: no-repeat; width: 160px; height: 160px; margin: 42px auto 0 auto; }
/* line 104, scss/_offcanvas.scss */
.right-off-canvas-menu .fb-like > span { padding: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { /* line 118, scss/_offcanvas.scss */
  .right-off-canvas-menu .offcanvas-logo { background: url("images/offcanvas-logo-retina.png") no-repeat top left; background-size: 160px 160px; } }
/* line 1, scss/_featured-post.scss */
#feature { position: relative; width: 100%; height: 250px; overflow: hidden; margin-bottom: 2em; border-top: 1px solid #222; border-bottom: 1px solid #222; }
/* line 10, scss/_featured-post.scss */
#feature img { position: absolute; top: -100%; left: 0; display: block; min-width: 100%; height: auto; }
/* line 19, scss/_featured-post.scss */
#feature .content { position: absolute; top: 12%; right: 0%; width: 60%; background: rgba(255, 255, 255, 0.4); padding: 2%; text-shadow: 1px 1px 0px #fff; }
/* line 29, scss/_featured-post.scss */
#feature h1 { font-size: 1.25rem; }

/* line 4, scss/_home-tiles.scss */
.home .fa-spin { display: none; }
/* line 8, scss/_home-tiles.scss */
.home #more-articles { margin: 40px 0; }
/* line 10, scss/_home-tiles.scss */
.home #more-articles button { margin: 0 auto; display: block; }

/* line 17, scss/_home-tiles.scss */
.tile { background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-background-position: center; -moz-background-position: center; -o-background-size: center; background-position: center; position: relative; max-height: 600px; font-family: "futura-pt", arial, sans-serif; height: 412px; }
/* line 29, scss/_home-tiles.scss */
.tile a { color: #222; }
/* line 33, scss/_home-tiles.scss */
.tile .overlay { display: block; background-color: #fff200; position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 10px; }
/* line 53, scss/_mixins.scss */
.tile .overlay:before { content: ""; position: absolute; top: -20px; left: 48%; width: 0; height: 0; border-width: 0 15px 20px 15px; border-style: solid; border-color: transparent; }
/* line 68, scss/_mixins.scss */
.tile .overlay:before { border-bottom-color: #fff200; }
/* line 43, scss/_home-tiles.scss */
.tile .overlay h1.entry-header { font-size: 1.4rem; line-height: 2rem; text-align: center; }
/* line 49, scss/_home-tiles.scss */
.tile .overlay .post-date { text-align: center; display: block; }
/* line 55, scss/_home-tiles.scss */
.tile:hover { cursor: pointer; }

@media only screen and (min-width: 40.063em) { /* line 64, scss/_home-tiles.scss */
  .tile .overlay h1.entry-header { font-size: 1.6rem; } }
@media only screen and (min-width: 64.063em) { /* line 73, scss/_home-tiles.scss */
  .tile .overlay { transition: all ease 1s; -webkit-transition: all ease 1s; position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: block; opacity: 0; }
  /* line 104, scss/_mixins.scss */
  .tile .overlay:before { content: ""; position: relative; top: 0; left: 0; width: 0; height: 0; border-width: 0; border-style: none; border-color: none; }
  /* line 115, scss/_mixins.scss */
  .tile .overlay:hover:before { border-bottom-color: none; }
  /* line 85, scss/_home-tiles.scss */
  .tile .overlay .content { position: relative; top: 50%; opacity: 0; text-align: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transition: translateY(-50%); transform: translateY(-50%); -webkit-transition: opacity ease-in-out 0.25s; -moz-transition: opacity ease-in-out 0.25s; -o-transition: opacity ease-in-out 0.25s; transition: opacity ease-in-out 0.25s; }
  /* line 92, scss/_home-tiles.scss */
  .tile .overlay .content .entry-header { padding-bottom: 0; -webkit-transition: padding ease-in-out 0.25s; -moz-transition: padding ease-in-out 0.25s; -o-transition: padding ease-in-out 0.25s; transition: padding ease-in-out 0.25s; }
  /* line 97, scss/_home-tiles.scss */
  .tile .overlay .content .post-excerpt { position: relative; padding-top: 0; border-top: 1px solid #403d00; width: 66%; margin: 0 auto; -webkit-transition: padding-top ease-in-out 0.25s; -moz-transition: padding-top ease-in-out 0.25s; -o-transition: padding-top ease-in-out 0.25s; transition: padding-top ease-in-out 0.25s; }
  /* line 107, scss/_home-tiles.scss */
  .tile .overlay:hover { opacity: 1; }
  /* line 109, scss/_home-tiles.scss */
  .tile .overlay:hover .content { opacity: 0.8; }
  /* line 111, scss/_home-tiles.scss */
  .tile .overlay:hover .content .entry-header { padding-bottom: 4px; }
  /* line 114, scss/_home-tiles.scss */
  .tile .overlay:hover .content .post-excerpt { padding-top: 10px; } }
/* line 124, scss/_home-tiles.scss */
.newsletter { background-color: #00c1ff; }
/* line 53, scss/_mixins.scss */
.newsletter:before { content: ""; position: absolute; top: -20px; left: 48%; width: 0; height: 0; border-width: 0 15px 20px 15px; border-style: solid; border-color: transparent; }
/* line 75, scss/_mixins.scss */
.newsletter:before { border-bottom-color: #00c1ff; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
/* line 82, scss/_mixins.scss */
.newsletter:hover:before { -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; border-bottom-color: #00c1ff; }
/* line 127, scss/_home-tiles.scss */
.newsletter h1 { color: #fff200; font-size: 1.4rem; line-height: 22px; margin-bottom: 20px; }
/* line 133, scss/_home-tiles.scss */
.newsletter .textwidget { color: white; }
/* line 136, scss/_home-tiles.scss */
.newsletter .signup-form { padding: 30px 10px 20px 10px; position: relative; text-align: center; height: 100%; max-width: 465px; margin: 0 auto; }
/* line 144, scss/_home-tiles.scss */
.newsletter .signup-form input { text-align: center; }
/* line 149, scss/_home-tiles.scss */
#main > .newsletter { padding: 100px 15px 0 15px; }

@media only screen and (min-width: 64.063em) { /* line 156, scss/_home-tiles.scss */
  .newsletter .signup-form { padding: 215px 15px 0 15px; }
  /* line 159, scss/_home-tiles.scss */
  .newsletter:before { top: 48%; left: -25px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
  /* line 167, scss/_home-tiles.scss */
  .newsletter:hover:before { border-bottom-color: #00c1ff; }
  /* line 171, scss/_home-tiles.scss */
  .two-column .tile { height: 598px; }
  /* line 175, scss/_home-tiles.scss */
  .three-column .tile { height: 412px; }
  /* line 179, scss/_home-tiles.scss */
  .four-column .tile { height: 309px; }
  /* line 182, scss/_home-tiles.scss */
  .four-column:last-child { margin-bottom: 2%; } }
/* line 1, scss/_product-carousel.scss */
#secondary { background-color: #fff; position: relative; z-index: 3; clear: both; }
/* line 6, scss/_product-carousel.scss */
#secondary > h1, #secondary h3 { text-align: center; }
/* line 10, scss/_product-carousel.scss */
#secondary h4 { color: #fff; font-weight: 300; text-shadow: -3px 3px 0px #00e6e6, -6px 6px 0px #01cccc, -9px 9px 0px #00bdbd; font-size: 3rem; }
/* line 18, scss/_product-carousel.scss */
#secondary a.shop-button.button.radius { width: 280px; margin: 20px auto; }

/* line 26, scss/_product-carousel.scss */
#bandcamp { text-align: center; /* We use this media query to add styles to any device that supports media queries */ /* Used to alter styles for screens at least 768px wide. This is where the grid changes. */ /* Used to alter styles for screens at least 1280px wide. */ /* Used to alter styles for screens at least 1440px wide. */ /* Apply styles to screens in landscape orientation */ /* Apply styles to screens in portrait orientation */ /* We also use Modernizr to add a .touch class to the body when applicable */ /* You can prepend this class to anything and it will style only for touch devices */ }
/* line 29, scss/_product-carousel.scss */
#bandcamp h1.widget-title { display: none; }
/* line 32, scss/_product-carousel.scss */
#bandcamp .widget { width: 80%; height: auto; display: inline-block; }
/* line 36, scss/_product-carousel.scss */
#bandcamp .widget iframe { height: 240px; }
@media only screen and (min-width: 768px) { /* line 48, scss/_product-carousel.scss */
  #bandcamp .widget { width: 33%; height: auto; display: inline-block; }
  /* line 52, scss/_product-carousel.scss */
  #bandcamp .widget iframe { height: 204px; } }
@media only screen and (min-width: 1280px) { /* line 59, scss/_product-carousel.scss */
  #bandcamp .widget { width: 25%; height: auto; }
  /* line 62, scss/_product-carousel.scss */
  #bandcamp .widget iframe { height: 320px; } }
@media only screen and (min-width: 1840px) { /* line 68, scss/_product-carousel.scss */
  #bandcamp .widget { width: 18%; margin: 1%; height: auto; }
  /* line 72, scss/_product-carousel.scss */
  #bandcamp .widget iframe { height: 500px; } }
@media only screen and (min-width: 2000px) { /* line 76, scss/_product-carousel.scss */
  #bandcamp .widget { width: 18%; margin: 1%; height: auto; }
  /* line 80, scss/_product-carousel.scss */
  #bandcamp .widget iframe { height: 580px; } }

/* line 98, scss/_product-carousel.scss */
.product-sidebar { position: relative; }
/* line 100, scss/_product-carousel.scss */
.product-sidebar .shop-button { margin: 0 auto; display: block; margin-bottom: 115px; text-align: center; z-index: 2; width: 280px; }
/* line 108, scss/_product-carousel.scss */
.product-sidebar .transparent-over { position: absolute; height: 140px; width: 100%; background-color: #fff200; bottom: 0; z-index: 1; border-top: 1px solid #00c1ff; }

/* line 119, scss/_product-carousel.scss */
.product-carousel { margin: 0 auto; }
/* line 122, scss/_product-carousel.scss */
.product-carousel .spinner { margin: 60px auto; width: 30px; }
/* line 125, scss/_product-carousel.scss */
.product-carousel .spinner i { font-size: 30px; color: #0078a0; }
/* line 134, scss/_product-carousel.scss */
.product-carousel .slick-prev:before, .product-carousel .slick-next:before { color: #35cbff; }
/* line 136, scss/_product-carousel.scss */
.product-carousel .slick-prev:before:hover, .product-carousel .slick-next:before:hover { color: #00c1ff; }
/* line 142, scss/_product-carousel.scss */
.product-carousel .slick-prev:hover, .product-carousel .slick-prev:focus, .product-carousel .slick-next:hover, .product-carousel .slick-next:focus { background-color: rgba(255, 255, 255, 0.7); }
/* line 147, scss/_product-carousel.scss */
.product-carousel h1.widget-title { display: none; }

/* line 153, scss/_product-carousel.scss */
.slick-next { color: #fff; right: 0; top: 0; height: 100%; width: 5%; margin-top: 0; }

/* line 162, scss/_product-carousel.scss */
.slick-prev { color: #fff; left: 0; top: 0; height: 100%; width: 5%; margin-top: 0; }

/* line 171, scss/_product-carousel.scss */
.shopify-fluid { padding: 0% 2%; }
/* line 174, scss/_product-carousel.scss */
.shopify-fluid iframe { height: 400px; }

/* line 179, scss/_product-carousel.scss */
.shopify-widget { padding-left: 1%; padding-right: 1%; opacity: .8; transition: all ease 0.2s; -webkit-transition: all ease 0.2s; }

/* line 187, scss/_product-carousel.scss */
.shopify-widget:hover { opacity: 1; }

@media screen and (min-width: 1540px) { /* line 204, scss/_product-carousel.scss */
  .shopify-fluid iframe { height: 490px; } }
@media screen and (min-width: 1700px) { /* line 210, scss/_product-carousel.scss */
  .shopify-fluid iframe { height: 575px; } }
/* line 2, scss/_single-post.scss */
.single-post .related-product { margin: 0 10px 10px 0; }
/* line 6, scss/_single-post.scss */
.single-post .post-title { line-height: 1em; text-align: center; margin-bottom: 0; }
/* line 12, scss/_single-post.scss */
.single-post .entry-meta { text-align: center; margin-bottom: 1em; line-height: 1.5em; }
/* line 16, scss/_single-post.scss */
.single-post .entry-meta .date { text-transform: uppercase; font-family: "futura-pt", arial, sans-serif; }
/* line 22, scss/_single-post.scss */
.single-post .featured-image { margin-bottom: 45px; }
/* line 25, scss/_single-post.scss */
.single-post .featured-image img { display: block; margin: 0 auto; }
/* line 32, scss/_single-post.scss */
.single-post .carousel .slide { padding: 0 10px; }
/* line 37, scss/_single-post.scss */
.single-post article.post { position: relative; }
/* line 40, scss/_single-post.scss */
.single-post article.post img { max-width: 100%; height: auto; display: block; }
/* line 46, scss/_single-post.scss */
.single-post article.post p iframe { position: relative; padding-top: 1.5625rem; padding-bottom: 67.5%; height: 0; margin-bottom: 1rem; overflow: hidden; }
/* line 32, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.single-post article.post p iframe.widescreen { padding-bottom: 56.34%; }
/* line 33, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.single-post article.post p iframe.vimeo { padding-top: 0; }
/* line 38, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.single-post article.post p iframe iframe, .single-post article.post p iframe object, .single-post article.post p iframe embed, .single-post article.post p iframe video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* line 51, scss/_single-post.scss */
.single-post .secondary { z-index: 3; position: relative; background: #fff; }
/* line 57, scss/_single-post.scss */
.single-post .tile h1 { font-size: 1em; }
/* line 61, scss/_single-post.scss */
.single-post .nav-next, .single-post .nav-previous { -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; position: fixed; top: 50%; margin-top: -25px; z-index: 2; opacity: 0.75; }
/* line 69, scss/_single-post.scss */
.single-post .nav-next a, .single-post .nav-previous a { display: block; height: 50px; width: 15px; background-color: rgba(0, 193, 255, 0.6); display: block; border-radius: 0; }
/* line 77, scss/_single-post.scss */
.single-post .nav-next a:hover, .single-post .nav-next a:active, .single-post .nav-previous a:hover, .single-post .nav-previous a:active { background-color: #00c1ff; }
/* line 81, scss/_single-post.scss */
.single-post .nav-next a i, .single-post .nav-previous a i { display: block; position: relative; top: 10px; text-align: center; margin: auto; font-size: 30px; line-height: 30px; text-align: center; color: white; }
/* line 95, scss/_single-post.scss */
.single-post .nav-previous { right: 0; }
/* line 99, scss/_single-post.scss */
.single-post .nav-next { left: 0px; }
/* line 103, scss/_single-post.scss */
.single-post .meta-nav { font-size: 60px; }
/* line 108, scss/_single-post.scss */
.single-post [class*="block-grid-"] { max-width: 100%; }

/* line 113, scss/_single-post.scss */
div#comments { max-width: 88%; margin: 0 auto; }

/* line 118, scss/_single-post.scss */
.commentcount { display: none; }

/* line 122, scss/_single-post.scss */
#form-allowed-tags { display: none; }

/* line 126, scss/_single-post.scss */
.feature { margin: 0 auto 50px auto; }
/* line 128, scss/_single-post.scss */
.feature .container { max-width: 960px; height: auto; }
/* line 131, scss/_single-post.scss */
.feature .container iframe { display: block; margin: 0 auto; max-width: 100%; height: auto; }
/* line 139, scss/_single-post.scss */
.feature img { margin: 0 auto; display: block; max-width: 100%; }
/* line 145, scss/_single-post.scss */
.feature > div { margin-bottom: 45px; }
/* line 149, scss/_single-post.scss */
.feature .video { margin: 0 auto; }

/* line 154, scss/_single-post.scss */
.coments-title { display: none; }

/* line 158, scss/_single-post.scss */
#content .fb_iframe_widget span { margin-top: 35px !important; }

@media only screen and (max-width: 40em) { /* line 163, scss/_single-post.scss */
  .single .carousel { display: none; } }
@media only screen and (min-width: 40.063em) { /* line 170, scss/_single-post.scss */
  .single-post .feature { max-width: 90%; }
  /* line 172, scss/_single-post.scss */
  .single-post .feature .slide-wrapper { max-width: 980px; margin: 0 auto; }
  /* line 175, scss/_single-post.scss */
  .single-post .feature .slide-wrapper img { margin: 0 auto; }
  /* line 179, scss/_single-post.scss */
  .single-post .feature .slick-gallery-post { max-width: 700px; margin: 0 auto; }
  /* line 183, scss/_single-post.scss */
  .single-post .feature .slick-gallery-post a { padding: 0 5px; } }
@media only screen and (min-width: 64.063em) { /* line 193, scss/_single-post.scss */
  .single-post .carousel .slick-track { height: 235px; }
  /* line 196, scss/_single-post.scss */
  .single-post .slide { text-align: center; }
  /* line 200, scss/_single-post.scss */
  .single-post .slide::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
  /* line 207, scss/_single-post.scss */
  .single-post .slide img { vertical-align: middle; display: inline-block; }
  /* line 212, scss/_single-post.scss */
  .single-post .slick-gallery-post { width: 1200px; }
  /* line 217, scss/_single-post.scss */
  .single-post .nav-next a, .single-post .nav-previous a { width: 50px; } }
/* line 1, scss/_related-posts.scss */
.related-posts { position: relative; background-color: #fff; }
/* line 13, scss/_related-posts.scss */
.related-posts .tile .post-date { font-size: 0.75rem; padding: 0 4px; }
/* line 17, scss/_related-posts.scss */
.related-posts .tile h1.entry-header { font-size: 1rem; line-height: 1.25rem; }
/* line 21, scss/_related-posts.scss */
.related-posts .tile .content { padding: 4px; }
/* line 24, scss/_related-posts.scss */
.related-posts .tile .post-excerpt { display: none; }
/* line 29, scss/_related-posts.scss */
.related-posts ul a { height: 200px; display: block; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
/* line 35, scss/_related-posts.scss */
.related-posts > ul { margin: 0; }

/* line 40, scss/_related-posts.scss */
#secondary, .related-posts { z-index: 3; }
/* line 42, scss/_related-posts.scss */
#secondary .hr, .related-posts .hr { position: absolute; top: 7px; width: 100%; }
/* line 47, scss/_related-posts.scss */
#secondary .hr hr, .related-posts .hr hr { border-width: 1px; }

/* line 53, scss/_related-posts.scss */
#secondary .hr { top: 8px; }

/* line 57, scss/_related-posts.scss */
.fluid-pointer { z-index: 3; position: relative; width: 100%; text-align: center; }
/* line 62, scss/_related-posts.scss */
.fluid-pointer ul { margin: 0 !important; }
/* line 64, scss/_related-posts.scss */
.fluid-pointer ul li { padding: 0; }
/* line 69, scss/_related-posts.scss */
.fluid-pointer ul li:first-child { padding-bottom: 1.5rem; position: relative; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* line 94, scss/_related-posts.scss */
  .related-posts ul li a { height: 400px; }
  /* line 98, scss/_related-posts.scss */
  .single-post .related-posts ul li a { height: 150px; } }
@media only screen and (min-width: 64.063em) { /* line 105, scss/_related-posts.scss */
  #secondary .hr, .related-posts .hr { padding: 0 10px; display: block; }
  /* line 109, scss/_related-posts.scss */
  #secondary .fluid-pointer, .related-posts .fluid-pointer { text-align: left; }
  /* line 112, scss/_related-posts.scss */
  #secondary .fluid-pointer ul, .related-posts .fluid-pointer ul { margin-left: 0 !important; }
  /* line 115, scss/_related-posts.scss */
  #secondary .fluid-pointer ul li:first-child, .related-posts .fluid-pointer ul li:first-child { padding-left: 10px; padding-right: 10px; }
  /* line 122, scss/_related-posts.scss */
  #secondary .hr { padding: 0 20px; }
  /* line 125, scss/_related-posts.scss */
  #secondary h3.heading { padding-left: 10px; }
  /* line 129, scss/_related-posts.scss */
  .related-posts ul li a { height: 300px; } }
/* line 2, scss/_search-page.scss */
.search .content-area { max-width: 100%; margin: 0; padding: 0; }
/* line 8, scss/_search-page.scss */
.search #main h1 { font-size: 1.75rem; line-height: 1.75rem; }
/* line 13, scss/_search-page.scss */
.search #main .entry-meta { margin-bottom: 0.5rem; line-height: 1.5rem; }
/* line 19, scss/_search-page.scss */
.search .no-posts { text-align: center; padding: 40px 0; }

/* line 2, scss/_tag-page.scss */
.tag #main h1 { font-size: 1.75rem; line-height: 1.75rem; }
/* line 6, scss/_tag-page.scss */
.tag #main h1:first-child { text-align: center; margin: 0 auto 48px auto; }
/* line 12, scss/_tag-page.scss */
.tag #main .entry-meta { margin-bottom: 0.5rem; line-height: 1.5rem; }

/* line 1, scss/_footer.scss */
#colophon { padding-bottom: 40px; position: relative; z-index: 3; text-align: center; background-color: #00c1ff; color: white; border-top: 1px solid white; }
/* line 9, scss/_footer.scss */
#colophon > .columns { padding-bottom: 40px; padding-top: 40px; border-bottom: 2px solid white; }
/* line 14, scss/_footer.scss */
#colophon > .columns:last-child { border-width: 0px; }
/* line 18, scss/_footer.scss */
#colophon hr { color: white; }
/* line 21, scss/_footer.scss */
#colophon ul { list-style-type: none; margin: 0; }
/* line 26, scss/_footer.scss */
#colophon h1 { color: #222; font-size: 1.4rem; line-height: 1.5; }
/* line 31, scss/_footer.scss */
#colophon a, #colophon a:focus, #colophon a:visited { color: white; }
/* line 34, scss/_footer.scss */
#colophon a:hover, #colophon a:active { color: #fff200; }
/* line 37, scss/_footer.scss */
#colophon .widget_sp_image .widget-title { display: none; }
/* line 42, scss/_footer.scss */
#colophon .navigation .menu { max-width: 240px; margin: 0 auto; }
/* line 46, scss/_footer.scss */
#colophon .navigation .menu li { display: inline-block; margin-right: -4px; }
/* line 50, scss/_footer.scss */
#colophon .navigation .menu li:not(.has-dropdown):after { content: '•'; }
/* line 55, scss/_footer.scss */
#colophon .navigation .menu li:last-child:after { content: ''; }
/* line 60, scss/_footer.scss */
#colophon .navigation .social { font-size: 20px; line-height: 20px; }
/* line 64, scss/_footer.scss */
#colophon .navigation .social li { display: inline-block; padding-bottom: 15px; margin-right: 10px; }
/* line 68, scss/_footer.scss */
#colophon .navigation .social li:last-child { margin-right: 0; }
/* line 77, scss/_footer.scss */
#colophon .fb-like { margin: 17px 0; }
/* line 79, scss/_footer.scss */
#colophon .fb-like span { margin-top: 0 !important; }
/* line 85, scss/_footer.scss */
#colophon .sponsors h1 { margin-bottom: 0; }
/* line 88, scss/_footer.scss */
#colophon .sponsors img { margin: 15px 0 0 0; }
/* line 93, scss/_footer.scss */
#colophon .sponsor-links a { padding: 4px; display: block; }
/* line 104, scss/_mixins.scss */
#colophon .newsletter:before { content: ""; position: relative; top: 0; left: 0; width: 0; height: 0; border-width: 0; border-style: none; border-color: none; }
/* line 115, scss/_mixins.scss */
#colophon .newsletter:hover:before { border-bottom-color: none; }
/* line 100, scss/_footer.scss */
#colophon .newsletter > div { padding: 10px; }
/* line 103, scss/_footer.scss */
#colophon .newsletter input { width: 240px; margin: 0 auto; }
/* line 108, scss/_footer.scss */
#colophon .newsletter h1 { margin-bottom: 0; }
/* line 112, scss/_footer.scss */
#colophon .newsletter .signup-form { height: auto; margin-top: 10px; }
/* line 118, scss/_footer.scss */
#colophon .newsletter-copy { display: block !important; max-width: 290px; text-align: center; }
/* line 124, scss/_footer.scss */
#colophon .dropdown { display: none; }
/* line 128, scss/_footer.scss */
#colophon .paypal { white-space: pre-wrap; }
/* line 136, scss/_footer.scss */
#colophon .footer-logo { display: block; width: 71px; height: 101px; margin: 10px auto 15px auto; background: url("images/bananastandmedia-logo.png") no-repeat center; background-size: cover; }
/* line 145, scss/_footer.scss */
#colophon .bug { text-indent: -999em; }
/* line 149, scss/_footer.scss */
#colophon .copyright { line-height: 20px; }
/* line 153, scss/_footer.scss */
#colophon .strong { font-weight: bold; }
/* line 158, scss/_footer.scss */
#colophon .signup-form .clear { position: absolute; }

@media only screen and (max-width: 64em) { /* line 166, scss/_footer.scss */
  #colophon .newsletter, #colophon .navigation, #colophon .sponsors { border-bottom: 2px solid white; } }
@media only screen and (min-width: 64.063em) { /* line 174, scss/_footer.scss */
  #colophon { padding-top: 40px; }
  /* line 176, scss/_footer.scss */
  #colophon > .columns { border-bottom: 0px; height: 297px; }
  /* line 180, scss/_footer.scss */
  #colophon .newsletter, #colophon .navigation, #colophon .sponsors { border-right: 2px solid white; } }