/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 308, ../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 323, ../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 333, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 354, ../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 5 and Chrome
 * on OS X.
 */
/* line 367, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* mid warm gray */
/* line 100, ../scss/_settings.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 161, ../scss/_settings.scss */
h1, h2, h3 {
  font-weight: 200;
}

/* line 162, ../scss/_settings.scss */
h4, h5, h6 {
  font-weight: bold;
}

/* line 980, ../scss/_settings.scss */
div.switch span:last-child {
  border-color: #3b3938 !important;
}

/* line 982, ../scss/_settings.scss */
div.switch label {
  color: #FFF;
}

/* -----------------------------------------
   Proxima Nova
----------------------------------------- */
/* line 4, ../scss/fonts/_proxima.scss */
.light {
  font-weight: 200 !important;
}

/* line 5, ../scss/fonts/_proxima.scss */
.extra-bold {
  font-weight: 800 !important;
}

/* line 6, ../scss/fonts/_proxima.scss */
.regular {
  font-weight: normal !important;
}

/* Regular */
@font-face {
  font-family: 'Proxima Nova';
  src: url(../fonts/proxima/ProximaNova-Reg-webfont.eot);
  src: url(../fonts/proxima/ProximaNova-Reg-webfont.eot?iefix) format("eot"), url(../fonts/proxima/ProximaNova-Reg-webfont.woff) format("woff"), url(../fonts/proxima/ProximaNova-Reg-webfont.ttf) format("truetype"), url(../fonts/proxima/ProximaNova-Reg-webfont.svg#webfontZam02nTh) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'Proxima Nova';
  src: url(../fonts/proxima/ProximaNova-Light-webfont.eot);
  src: url(../fonts/proxima/ProximaNova-Light-webfont.eot?iefix) format("eot"), url(../fonts/proxima/ProximaNova-Light-webfont.woff) format("woff"), url(../fonts/proxima/ProximaNova-Light-webfont.ttf) format("truetype"), url(../fonts/proxima/ProximaNova-Light-webfont.svg#webfontBtAcCspH) format("svg");
  font-weight: 200;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Proxima Nova';
  src: url(../fonts/proxima/ProximaNova-Bold-webfont.eot);
  src: url(../fonts/proxima/ProximaNova-Bold-webfont.eot?iefix) format("eot"), url(../fonts/proxima/ProximaNova-Bold-webfont.woff) format("woff"), url(../fonts/proxima/ProximaNova-Bold-webfont.ttf) format("truetype"), url(../fonts/proxima/ProximaNova-Bold-webfont.svg#webfontZ6etP9ZY) format("svg");
  font-weight: bold;
  font-style: normal;
}

/* Xtra Bold */
@font-face {
  font-family: 'Proxima Nova';
  src: url(../fonts/proxima/ProximaNova-Xbold-webfont.eot);
  src: url(../fonts/proxima/ProximaNova-Xbold-webfont.eot?iefix) format("eot"), url(../fonts/proxima/ProximaNova-Xbold-webfont.woff) format("woff"), url(../fonts/proxima/ProximaNova-Xbold-webfont.ttf) format("truetype"), url(../fonts/proxima/ProximaNova-Xbold-webfont.svg#webfont2rpW2ohz) format("svg");
  font-weight: 900;
  font-style: normal;
}

/* -----------------------------------------
   Proxima Nova Condensed
----------------------------------------- */
/* Light */
@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url(../fonts/proxima-cond/proximanovacond-light-webfont.eot);
  src: url(../fonts/proxima-cond/proximanovacond-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proxima-cond/proximanovacond-light-webfont.woff) format("woff"), url(../fonts/proxima-cond/proximanovacond-light-webfont.ttf) format("truetype"), url(../fonts/proxima-cond/proximanovacond-light-webfont.svg#proxima_nova_cn_ltregular) format("svg");
  font-weight: 200;
  font-style: normal;
}

/* Light Italic */
@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url("../fonts/proxima-cond/proximanovacond-lightit-webfont.eot");
  src: url("../fonts/proxima-cond/proximanovacond-lightit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-cond/proximanovacond-lightit-webfont.woff") format("woff"), url("../fonts/proxima-cond/proximanovacond-lightit-webfont.ttf") format("truetype"), url("../fonts/proxima-cond/proximanovacond-lightit-webfont.svg#proxima_nova_cn_ltitalic") format("svg");
  font-weight: 200;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url("../fonts/proxima-cond/proximanovacond-regular-webfont.eot");
  src: url("../fonts/proxima-cond/proximanovacond-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-cond/proximanovacond-regular-webfont.woff") format("woff"), url("../fonts/proxima-cond/proximanovacond-regular-webfont.ttf") format("truetype"), url("../fonts/proxima-cond/proximanovacond-regular-webfont.svg#proxima_nova_cn_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url("../fonts/proxima-cond/proximanovacond-regularit-webfont.eot");
  src: url("../fonts/proxima-cond/proximanovacond-regularit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-cond/proximanovacond-regularit-webfont.woff") format("woff"), url("../fonts/proxima-cond/proximanovacond-regularit-webfont.ttf") format("truetype"), url("../fonts/proxima-cond/proximanovacond-regularit-webfont.svg#proxima_nova_cn_rgitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url("../fonts/proxima-cond/proximanovacond-semibold-webfont.eot");
  src: url("../fonts/proxima-cond/proximanovacond-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-cond/proximanovacond-semibold-webfont.woff") format("woff"), url("../fonts/proxima-cond/proximanovacond-semibold-webfont.ttf") format("truetype"), url("../fonts/proxima-cond/proximanovacond-semibold-webfont.svg#proxima_nova_cn_ltbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url("../fonts/proxima-cond/proximanovacond-semiboldit-webfont.eot");
  src: url("../fonts/proxima-cond/proximanovacond-semiboldit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-cond/proximanovacond-semiboldit-webfont.woff") format("woff"), url("../fonts/proxima-cond/proximanovacond-semiboldit-webfont.ttf") format("truetype"), url("../fonts/proxima-cond/proximanovacond-semiboldit-webfont.svg#proxima_nova_cn_ltbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}

/* mixins */
@font-face {
  font-family: "SocialFoundicons";
  src: url("../fonts/foundicons/social/social_foundicons.eot");
  src: url("../fonts/foundicons/social/social_foundicons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundicons/social/social_foundicons.woff") format("woff"), url("../fonts/foundicons/social/social_foundicons.ttf") format("truetype"), url("../fonts/foundicons/social/social_foundicons.svg#SocialFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* global foundicon styles */
/* line 42, ../scss/fonts/_foundicons.scss */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

/* general styles */
/* line 66, ../scss/fonts/_foundicons.scss */
[class*="general foundicon-"]:before {
  font-family: "GeneralFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* social styles */
/* line 74, ../scss/fonts/_foundicons.scss */
[class*="social foundicon-"]:before {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* general */
/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-settings:before {
  content: "\f000";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-heart:before {
  content: "\f001";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-star:before {
  content: "\f002";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-plus:before {
  content: "\f003";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-minus:before {
  content: "\f004";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-checkmark:before {
  content: "\f005";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-remove:before {
  content: "\f006";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-mail:before {
  content: "\f007";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-calendar:before {
  content: "\f008";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-page:before {
  content: "\f009";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-tools:before {
  content: "\f00a";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-globe:before {
  content: "\f00b";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-home:before {
  content: "\f00c";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-quote:before {
  content: "\f00d";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-people:before {
  content: "\f00e";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-monitor:before {
  content: "\f00f";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-laptop:before {
  content: "\f010";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-phone:before {
  content: "\f011";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-cloud:before {
  content: "\f012";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-error:before {
  content: "\f013";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-right-arrow:before {
  content: "\f014";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-left-arrow:before {
  content: "\f015";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-up-arrow:before {
  content: "\f016";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-down-arrow:before {
  content: "\f017";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-trash:before {
  content: "\f018";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-add-doc:before {
  content: "\f019";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-edit:before {
  content: "\f01a";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-lock:before {
  content: "\f01b";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-unlock:before {
  content: "\f01c";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-refresh:before {
  content: "\f01d";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-paper-clip:before {
  content: "\f01e";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-video:before {
  content: "\f01f";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-photo:before {
  content: "\f020";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-graph:before {
  content: "\f021";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-idea:before {
  content: "\f022";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-mic:before {
  content: "\f023";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-cart:before {
  content: "\f024";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-address-book:before {
  content: "\f025";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-compass:before {
  content: "\f026";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-flag:before {
  content: "\f027";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-location:before {
  content: "\f028";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-clock:before {
  content: "\f029";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-folder:before {
  content: "\f02a";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-inbox:before {
  content: "\f02b";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-website:before {
  content: "\f02c";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-smiley:before {
  content: "\f02d";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-search:before {
  content: "\f02e";
}

/* social icons */
/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-thumb-up:before {
  content: "\f000";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-thumb-down:before {
  content: "\f001";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-rss:before {
  content: "\f002";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-facebook:before {
  content: "\f003";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-twitter:before {
  content: "\f004";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-pinterest:before {
  content: "\f005";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-github:before {
  content: "\f006";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-path:before {
  content: "\f007";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-linkedin:before {
  content: "\f008";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-dribbble:before {
  content: "\f009";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-stumble-upon:before {
  content: "\f00a";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-behance:before {
  content: "\f00b";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-reddit:before {
  content: "\f00c";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-google-plus:before {
  content: "\f00d";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-youtube:before {
  content: "\f00e";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-vimeo:before {
  content: "\f00f";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-flickr:before {
  content: "\f010";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-slideshare:before {
  content: "\f011";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-picassa:before {
  content: "\f012";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-skype:before {
  content: "\f013";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-steam:before {
  content: "\f014";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-instagram:before {
  content: "\f015";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-foursquare:before {
  content: "\f016";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-delicious:before {
  content: "\f017";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-chat:before {
  content: "\f018";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-torso:before {
  content: "\f019";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-tumblr:before {
  content: "\f01a";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-video-chat:before {
  content: "\f01b";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-digg:before {
  content: "\f01c";
}

/* line 54, ../scss/fonts/_foundicons.scss */
.foundicon-wordpress:before {
  content: "\f01d";
}

/* line 264, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 269, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
html,
body {
  font-size: 14px;
}

/* line 272, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
body {
  background: #fbf8f5;
  color: #666666;
  padding: 0;
  margin: 0;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 285, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 288, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 293, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 296, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 297, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 303, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 308, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 309, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 310, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 311, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 312, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 313, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 314, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 320, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 323, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 333, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 336, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 85.71429em;
  *zoom: 1;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 124, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -1.07143em;
  margin-right: -1.07143em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 125, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 130, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 1.07143em;
  padding-right: 1.07143em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 135, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1.07143em;
    padding-right: 1.07143em;
    float: left;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 138, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 145, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 146, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 149, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 169, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 172, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 179, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 11, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 17, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 23, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 27, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 38, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 48, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 58, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 68, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 79, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 85, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 92, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 98, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 103, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 108, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 113, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 119, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  /* line 126, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 129, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 132, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 135, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 148, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 154, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 167, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 173, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 176, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 179, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 187, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 192, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 197, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 202, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 208, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 215, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 222, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 226, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 230, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 234, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 239, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 244, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 246, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 251, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 255, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 259, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 263, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 268, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 274, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 276, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 281, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 285, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 289, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 293, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 298, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 303, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.71429em;
    *zoom: 1;
  }
  /* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

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

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.71429em 1.42857em;
  }
  /* line 40, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 110, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.25em;
  line-height: 1.6;
}

/* line 115, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #625f5d;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 144, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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;
  direction: ltr;
}

/* Default Link Styles */
/* line 151, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
a {
  color: #3b7140;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #2a4f2d;
}
/* line 159, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 163, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.42857em;
  text-rendering: optimizeLegibility;
}
/* line 173, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
p aside {
  font-size: 1em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 181, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: auto;
  font-style: normal;
  color: #625f5d;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.18571em;
}
/* line 191, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 70%;
  color: #625f5d;
  line-height: 0;
}

/* line 198, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.42857em;
}

/* line 199, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.78571em;
}

/* line 200, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.57143em;
}

/* line 201, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.28571em;
}

/* line 202, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.28571em;
}

/* line 203, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 207, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857em 0 1.35714em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 228, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
small {
  font-size: 70%;
  line-height: inherit;
}

/* line 233, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #92340a;
}

/* Lists */
/* line 242, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.42857em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 250, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}

/* Unordered Lists */
/* line 258, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.42857em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 267, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 270, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 271, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 272, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 273, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 280, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.42857em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 289, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 293, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.85714em;
}

/* Abbreviations */
/* line 298, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #666666;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 305, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 310, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.42857em;
  padding: 0.64286em 1.42857em 0.64286em 1.35714em;
  border-left: 1px solid #dddddd;
}
/* line 315, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.92857em;
  color: #2e2c2b;
}
/* line 319, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 324, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #2e2c2b;
}

/* line 330, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #484644;
}

/* Microformats */
/* line 336, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.42857em 0;
  border: 1px solid #dddddd;
  padding: 0.71429em 0.85714em;
}
/* line 342, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 346, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 1.07143em;
}

/* line 353, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 355, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.07143em;
}

@media only screen and (min-width: 768px) {
  /* line 366, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 367, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h1 {
    font-size: 3.14286em;
  }

  /* line 368, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.5em;
  }

  /* line 369, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.92857em;
  }

  /* line 370, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.64286em;
  }
}
/*
 * 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 381, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 383, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 391, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 392, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 394, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 402, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 407, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 410, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 412, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 418, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 424, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 426, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 427, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 428, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 429, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 171, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.42857em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.57143em;
  padding-right: 1.14286em;
  padding-bottom: 0.64286em;
  padding-left: 1.14286em;
  font-size: 1.14286em;
  background-color: #3b7140;
  border-color: #2a4f2d;
  color: white;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2a4f2d;
}
/* line 133, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 176, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #efebe6;
  border-color: #dbd2c7;
  color: white;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #dbd2c7;
}
/* line 128, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: white;
}
/* line 177, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #55a35c;
  border-color: #448249;
  color: white;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #448249;
}
/* line 133, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 178, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #da4d0f;
  border-color: #aa3c0c;
  color: white;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #aa3c0c;
}
/* line 133, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 180, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 0.85714em;
  padding-right: 1.71429em;
  padding-bottom: 0.92857em;
  padding-left: 1.71429em;
  font-size: 1.42857em;
}
/* line 181, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.64286em;
  padding-right: 1.28571em;
  padding-bottom: 0.71429em;
  padding-left: 1.28571em;
  font-size: 0.92857em;
}
/* line 182, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.57143em;
  padding-left: 1em;
  font-size: 0.78571em;
}
/* line 183, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
/* line 185, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.85714em;
}
/* line 186, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.85714em;
}
/* line 188, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #3b7140;
  border-color: #2a4f2d;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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: #2a4f2d;
}
/* line 133, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 146, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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: #3b7140;
}
/* line 189, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #efebe6;
  border-color: #dbd2c7;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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: #dbd2c7;
}
/* line 128, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 146, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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: #efebe6;
}
/* line 190, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #55a35c;
  border-color: #448249;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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: #448249;
}
/* line 133, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 146, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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: #55a35c;
}
/* line 191, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #da4d0f;
  border-color: #aa3c0c;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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: #aa3c0c;
}
/* line 133, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 146, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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: #da4d0f;
}

/* line 196, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button, .button {
  padding-top: 0.64286em;
  padding-bottom: 0.57143em;
  -webkit-appearance: none;
}
/* line 198, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.57143em;
  padding-bottom: 0.5em;
  -webkit-appearance: none;
}
/* line 199, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.71429em;
  padding-bottom: 0.64286em;
  -webkit-appearance: none;
}
/* line 200, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 0.89286em;
  padding-bottom: 0.89286em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 206, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 0px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 214, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 215, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 223, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 258, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1.14286em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.57143em;
}
/* line 70, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.57143em;
}
/* line 73, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 76, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 83, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.57143em;
}

/* Label Styles */
/* line 264, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.21429em;
  /* Styles for required inputs */
}
/* line 265, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 266, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1.14286em 0;
  padding: 0.71429em 0;
}
/* line 268, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
/* line 276, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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: 1em;
  height: 2.64286em;
  line-height: 2.64286em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 279, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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.42857em;
}

/* line 280, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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.42857em;
}

/* line 282, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 283, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 284, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 285, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 288, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
/* line 289, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 291, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
/* line 292, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 298, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 301, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 306, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 309, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 329, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #d9d7d5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 1.14286em 0;
  padding: 0.57143em;
  height: 2.64286em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 134, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #3b7140;
  -moz-box-shadow: 0 0 5px #3b7140;
  box-shadow: 0 0 5px #3b7140;
  border-color: #3b7140;
}
/* line 107, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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,
textarea:focus {
  background: white;
  border-color: #3b7140;
  outline: none;
}
/* line 114, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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],
textarea[disabled] {
  background-color: #dddddd;
}

/* Adjust margin for form elements below */
/* line 340, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.14286em 0;
}

/* Normalize file input width */
/* line 345, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 350, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.42857em;
  margin: 1.28571em 0;
}
/* line 215, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.21429em;
  margin: 0;
  margin-left: -0.21429em;
}

/* Error Handling */
/* line 357, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: -3px;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #da4d0f;
  color: white;
  margin-top: 0;
}
/* line 361, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 363, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: -3px;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #da4d0f;
  color: white;
}

/* line 369, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  border-color: #da4d0f;
  background-color: rgba(218, 77, 15, 0.1);
  margin-bottom: 0;
}
/* line 230, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: white;
  border-color: #3b7140;
}
/* line 375, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #da4d0f;
}
/* line 379, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: -3px;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #da4d0f;
  color: white;
}
/* line 383, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 389, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
input.error,
textarea.error {
  border-color: #da4d0f;
  background-color: rgba(218, 77, 15, 0.1);
}
/* line 230, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
input.error:focus,
textarea.error:focus {
  background: white;
  border-color: #3b7140;
}

/* line 393, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.error select {
  border-color: #da4d0f;
  background-color: rgba(218, 77, 15, 0.1);
}
/* line 230, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
.error select:focus {
  background: white;
  border-color: #3b7140;
}

/* line 397, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
label.error {
  color: #da4d0f;
}

/* Button Groups */
/* line 72, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 74, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}
/* line 35, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group > *:first-child {
  margin-left: 0;
}
/* line 53, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 57, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 53, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 57, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}
/* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.33333%;
}
/* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}
/* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}
/* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.66667%;
}
/* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.28571%;
}
/* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}
/* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 84, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-bar {
  *zoom: 1;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 86, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.71429em;
}
/* line 23, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
/* line 108, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button {
  position: relative;
  padding-right: 2.5em;
}
/* line 46, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
/* line 81, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-width: 0.35714em;
  right: 1.14286em;
  margin-top: -0.14286em;
}
/* line 100, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-color: white transparent transparent transparent;
}
/* line 109, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny {
  padding-right: 2.5em;
}
/* line 61, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-width: 3px;
  right: 1em;
  margin-top: -0.17857em;
}
/* line 100, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-color: white transparent transparent transparent;
}
/* line 110, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small {
  padding-right: 3.21429em;
}
/* line 71, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-width: 4px;
  right: 1.28571em;
  margin-top: -0.25em;
}
/* line 100, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-color: white transparent transparent transparent;
}
/* line 111, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large {
  padding-right: 3.42857em;
}
/* line 91, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-width: 0.42857em;
  right: 1.71429em;
  margin-top: -0.21429em;
}
/* line 100, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-color: white transparent transparent transparent;
}
/* line 112, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:before {
  border-color: #c1beba transparent transparent transparent;
}

/* Split Buttons */
/* line 150, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 3.65714em;
}
/* line 53, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
/* line 62, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}
/* line 73, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 79, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: #213f24;
}
/* line 116, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 2.28571em;
}
/* line 117, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-top-style: solid;
  border-width: 0.35714em;
  top: 0.85714em;
  margin-left: -0.64286em;
}
/* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-color: white transparent transparent transparent;
}
/* line 79, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: #d1c6b7;
}
/* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: white transparent transparent transparent;
}
/* line 79, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: #92340a;
}
/* line 79, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: #3b7140;
}
/* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 4.5em;
}
/* line 88, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 3.25em;
}
/* line 89, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.5em;
  top: 1em;
  margin-left: -0.35714em;
}
/* line 157, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 4.5em;
}
/* line 102, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 3.21429em;
}
/* line 103, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.64286em;
  top: 0.96429em;
  margin-left: -0.64286em;
}
/* line 158, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 5.14286em;
}
/* line 130, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.21429em;
}
/* line 131, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.42857em;
  top: 1.21429em;
  margin-left: -0.64286em;
}
/* line 159, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2em;
}
/* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #333333 transparent transparent transparent;
}
/* line 163, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Flex Video */
/* line 44, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.78571em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.14286em;
  overflow: hidden;
}
/* line 26, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 27, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 32, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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%;
}

/* Sections */
/* line 285, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.42857em;
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}
/* line 58, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 287, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}
/* line 102, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}
/* line 116, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 296, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #cccccc;
}
/* line 207, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
/* line 211, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 1.07143em;
  color: #333333;
  font-size: 1em;
  background: none;
}
/* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 1.07143em;
  background-color: white;
  border: solid 1px #cccccc;
}
/* line 225, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d5d5d5;
}
/* line 233, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333333;
}
/* line 237, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

/* line 303, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.42857em;
}
/* line 49, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}
/* line 102, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}
/* line 116, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 132, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 310, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs {
  border: none;
}
/* line 207, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
/* line 211, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 1.07143em;
  color: #333333;
  font-size: 1em;
  background: none;
}
/* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 1.07143em;
  background-color: white;
  border: solid 1px #cccccc;
}
/* line 225, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: white;
}
/* line 233, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333333;
}
/* line 237, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}
/* line 249, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 319, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.42857em;
  }
  /* line 49, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 102, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 132, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 326, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto {
    border: none;
  }
  /* line 207, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  /* line 211, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 1.07143em;
    color: #333333;
    font-size: 1em;
    background: none;
  }
  /* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 1.07143em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  /* line 225, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: white;
  }
  /* line 233, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333333;
  }
  /* line 237, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 249, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

  /* line 333, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.42857em;
  }
  /* line 49, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 102, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 143, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 14.28571em;
  }
  /* line 150, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 14.28571em;
  }
  /* line 153, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 14.28571em;
  }

  /* line 340, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs {
    border: none;
  }
  /* line 207, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  /* line 211, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 1.07143em;
    color: #333333;
    font-size: 1em;
    background: none;
  }
  /* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 1.07143em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  /* line 225, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d5d5d5;
  }
  /* line 233, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333333;
  }
  /* line 237, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 257, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 14.21429em;
  }
  /* line 260, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d5d5d5;
  }

  /* line 347, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.42857em;
  }
  /* line 49, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 349, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  /* line 102, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 165, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 168, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 171, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 14.28571em;
  }

  /* line 354, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav {
    border: none;
  }
  /* line 207, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  /* line 211, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 1.07143em;
    color: #333333;
    font-size: 1em;
    background: none;
  }
  /* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 1.07143em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  /* line 225, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d5d5d5;
  }
  /* line 233, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333333;
  }
  /* line 237, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 361, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.42857em;
  }
  /* line 49, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 363, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  /* line 102, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 186, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 189, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 192, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 14.28571em;
  }

  /* line 368, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #cccccc;
  }
  /* line 207, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  /* line 211, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 1.07143em;
    color: #333333;
    font-size: 1em;
    background: none;
  }
  /* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 1.07143em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  /* line 225, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d5d5d5;
  }
  /* line 233, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333333;
  }
  /* line 237, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
/* line 378, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.42857em;
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}
/* line 58, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 380, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}
/* line 102, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}
/* line 116, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}
/* line 384, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container {
  border-top: 1px solid #cccccc;
}
/* line 207, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
/* line 211, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 1.07143em;
  color: #333333;
  font-size: 1em;
  background: none;
}
/* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 1.07143em;
  background-color: white;
  border: solid 1px #cccccc;
}
/* line 225, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d5d5d5;
}
/* line 233, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333333;
}
/* line 237, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 67, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #3b7140;
}
/* line 71, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0px;
}

/* line 75, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 83, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: #3b7140;
  margin-bottom: 0px;
}
/* line 92, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 97, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 100, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 102, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 104, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 107, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 112, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 50px;
  margin: 0;
  font-size: 14px;
}
/* line 117, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 50px;
  font-size: 1.21429em;
  margin: 0;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: white;
  width: 50%;
  display: block;
  padding: 0 16.66667px;
}
/* line 132, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 137, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.92857em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 16.66667px;
  height: 50px;
  line-height: 50px;
}
/* line 150, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 16.66667px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 156, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: white;
}
/* line 164, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 185, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 189, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #3b7140;
}
/* line 192, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 193, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 211, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #3b7140;
  font-size: 14px;
  margin: 0;
}
/* line 227, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #4c9353;
  border-top: solid 1px #2a4f2d;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 236, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 16.66667px;
  font-size: 0.92857em;
  font-weight: bold;
  background: #3b7140;
}
/* line 246, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #3b7140;
  font-size: 0.92857em;
}
/* line 249, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.hover {
  background: #2a4f2d;
}
/* line 253, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #efebe6;
}
/* line 255, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary.hover {
  background: #dbd2c7;
}
/* line 259, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #55a35c;
}
/* line 261, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success.hover {
  background: #448249;
}
/* line 265, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #da4d0f;
}
/* line 267, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert.hover {
  background: #aa3c0c;
}
/* line 275, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.hover > a {
  background: #36673a;
  color: white;
}
/* line 281, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #36673a;
  color: white;
}
/* line 288, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 16.66667px;
}
/* line 291, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 295, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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.5);
  border-left-style: solid;
  margin-right: 16.66667px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 305, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 306, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}
/* line 313, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
/* line 320, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 324, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 16.66667px;
}
/* line 327, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}
/* line 332, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 333, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 25px;
  display: block;
}
/* line 341, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 16.66667px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.71429em;
}

/* line 353, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 67.14286em !important;
  visibility: hidden;
}

/* line 357, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 67.14286em) {
  /* line 362, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #3b7140;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 367, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 369, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 370, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 373, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 1em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 382, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #3b7140;
  }

  /* line 385, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 85.71429em;
    margin: 0 auto;
    margin-bottom: 0px;
  }

  /* line 391, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 395, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 400, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 402, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 407, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 16.66667px;
    line-height: 50px;
    background: #3b7140;
  }
  /* line 411, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button).hover {
    background: #070c07;
  }
  /* line 416, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 36.66667px !important;
  }
  /* line 419, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 25px;
  }
  /* line 426, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 427, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  /* line 431, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    visibility: visible;
  }
  /* line 438, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -16px;
    right: 5px;
  }
  /* line 449, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 456, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #c1beba;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 16.66667px;
    background: #448249;
  }
  /* line 464, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #448249;
  }
  /* line 470, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 478, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 #4c9353;
    border-left: solid 1px #2a4f2d;
    clear: none;
    height: 50px;
    width: 0px;
  }
  /* line 488, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #3b7140;
    padding: 0 16.66667px;
    height: 50px;
  }
  /* line 496, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 500, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 510, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: #36673a;
    color: white;
  }
  /* line 516, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #36673a;
    color: white;
  }
  /* line 524, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    visibility: visible;
  }
}
@-webkit-keyframes rotate {
  /* line 38, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 39, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 42, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 43, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  /* line 46, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 47, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 51, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 52, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 56, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 59, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 66, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 69, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 72, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 75, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 77, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 83, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 115, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 127, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 129, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 140, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
/* line 149, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 1em;
}
/* line 162, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
/* line 167, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.35714em;
}
/* line 173, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 180, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
/* line 188, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
/* line 201, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
/* line 213, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 230, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
/* line 240, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 241, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 246, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
/* line 250, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 251, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}
/* line 258, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

/* line 264, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 270, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 10px;
  height: 10px;
  background: #999999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 280, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #555555;
}
/* line 284, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 291, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 294, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 303, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 306, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 316, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 317, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 324, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* line 109, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 111, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fbf8f5;
  padding: 1.42857em;
  border: solid 0px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
/* line 62, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
/* line 65, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 66, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 115, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.57143em;
  line-height: 1;
  position: absolute;
  top: 0.57143em;
  right: 0.78571em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  /* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 2.14286em;
    top: 7.14286em;
  }
  /* line 124, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 125, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 126, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 127, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 128, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  /* line 134, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}
/* Foundation Joyride */
/* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 44, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 57, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.28571em 1.42857em 1.71429em;
}
/* line 68, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 73, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}
/* line 81, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}
/* line 89, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}
/* line 98, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}
/* line 99, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

/* Typography */
/* line 109, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

/* line 115, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.28571em 0;
  font-size: 1em;
  line-height: 1.3;
}

/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.21429em;
  bottom: 1.14286em;
}

/* line 129, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 136, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important;
}
/* line 147, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

/* line 150, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 163, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0px 0px 30px #ffffff;
  -webkit-box-shadow: 0px 0px 15px #ffffff;
  box-shadow: 0px 0px 15px #ffffff;
}

/* line 175, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 187, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 189, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  /* line 196, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  /* line 204, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}
/* Clearing Styles */
/* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
[data-clearing]:after {
  clear: both;
}
/* line 42, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 48, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 57, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 60, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 68, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 72, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 82, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

/* line 95, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none;
}
/* line 105, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 108, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 109, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 113, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 115, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 123, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 128, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/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 16px;
  }

  /* line 137, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 139, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: white;
  }

  /* line 145, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 147, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: white;
  }

  /* line 154, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5;
  }

  /* line 158, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px;
  }
  /* line 163, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  /* line 172, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  /* line 185, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  /* line 192, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* line 201, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  /* line 206, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 211, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%;
  }

  /* line 218, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Alerts */
/* line 94, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 0px;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  padding: 0.78571em 1.5em 0.85714em 0.78571em;
  font-size: 1em;
  background-color: #3b7140;
  border-color: #2a4f2d;
  color: white;
}
/* line 97, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.57143em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.5em;
  right: 0.35714em;
  color: #333333;
  opacity: 0.3;
}
/* line 81, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 99, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 100, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 102, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #55a35c;
  border-color: #448249;
  color: white;
}
/* line 103, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #da4d0f;
  border-color: #aa3c0c;
  color: white;
}
/* line 104, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #efebe6;
  border-color: #dbd2c7;
  color: #635340;
}

/* Breadcrumbs */
/* line 115, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.64286em 1em 0.64286em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f9f7f6;
  border-color: #e5dfd6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 119, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.78571em;
  text-transform: uppercase;
}
/* line 60, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 63, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #3b7140;
}
/* line 69, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
/* line 72, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
/* line 78, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 82, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}
/* line 84, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}
/* line 89, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
/* line 96, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.85714em;
  position: relative;
  top: 1px;
}
/* line 104, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Custom Checkbox and Radio Inputs */
/* line 62, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
/* line 68, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #c1beba;
  background: white;
}
/* line 78, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: -1px;
}
/* line 82, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
/* line 87, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: white;
}
/* line 96, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #c1beba;
  position: relative;
}
/* line 108, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #c1beba;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom {
  /* Custom input, disabled */
}
/* line 123, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.64286em;
  margin-bottom: 1.42857em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: #fbf8f5;
  background: -moz-linear-gradient(top, #fbf8f5 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fbf8f5 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #fbf8f5 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 1em;
  vertical-align: top;
}
/* line 143, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
/* line 148, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.57143em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.57143em;
  margin-right: 2.64286em;
}
/* line 160, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.85714em;
  height: 2.64286em;
  display: block;
  right: 0;
  top: 0;
}
/* line 168, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaaaaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 1.07143em;
  top: 50%;
  margin-top: -3px;
}
/* line 181, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222222 transparent transparent transparent;
  border-top-style: solid;
}
/* line 185, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled {
  color: #888888;
}
/* line 187, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888888;
}
/* line 190, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
/* line 194, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 201, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.small {
  max-width: 134px;
}
/* line 202, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
/* line 203, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.large {
  max-width: 434px;
}
/* line 204, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
/* line 206, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 207, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 208, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 211, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown {
  border-color: #da4d0f;
  background-color: rgba(218, 77, 15, 0.1);
  background: rgba(218, 77, 15, 0.1);
  margin-bottom: 0;
}
/* line 230, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
form.custom .error .custom.dropdown:focus {
  background: white;
  border-color: #3b7140;
}
/* line 217, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}
/* line 221, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fbf8f5;
  border: solid 1px #cccccc;
  font-size: 14px;
}
/* line 238, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li {
  color: #555555;
  font-size: 1em;
  cursor: default;
  padding-top: 0.28571em;
  padding-bottom: 0.28571em;
  padding-left: 0.42857em;
  padding-right: 2.71429em;
  min-height: 1.71429em;
  line-height: 1.71429em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 252, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: black;
}
/* line 256, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: black;
}
/* line 260, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: black;
}
/* line 267, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul.show {
  display: block;
}
/* line 271, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
form.custom .custom.disabled {
  background: #dddddd;
}

/* Keystroke Characters */
/* line 52, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 1em;
  padding: 0.14286em 0.28571em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Labels */
/* line 71, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
.label {
  font-weight: 200;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 5px 7px;
  font-size: 12px;
  background-color: #3b7140;
  color: white;
}
/* line 77, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 78, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #da4d0f;
  color: white;
}
/* line 81, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #55a35c;
  color: white;
}
/* line 82, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #efebe6;
  color: #333333;
}

/* Inline Lists */
/* line 49, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.21429em auto;
  margin-left: -1.57143em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.57143em;
  display: block;
}
/* line 41, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
/* line 128, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  height: 1.71429em;
  margin-left: -0.35714em;
}
/* line 87, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.71429em;
  color: #222222;
  font-size: 1em;
  margin-left: 0.35714em;
}
/* line 93, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.07143em 0.5em 0.07143em;
  color: #999999;
}
/* line 100, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 45, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
/* line 50, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 57, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li.current a {
  background: #3b7140;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 64, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #3b7140;
}
/* line 110, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 133, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 110, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 66, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  margin-bottom: 2.14286em;
  padding: 1.42857em;
  background: white;
}
/* line 44, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 45, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 50, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #666666;
}
/* line 54, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.71429em;
}
/* line 56, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 68, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #2a4f2d;
  margin-bottom: 2.14286em;
  padding: 1.42857em;
  background: #3b7140;
  -webkit-box-shadow: 0 0px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0px 0 rgba(255, 255, 255, 0.5) inset;
}
/* line 44, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 45, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: white;
}
/* line 54, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.71429em;
}
/* line 56, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
/* line 73, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.42857em;
}
/* line 61, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 124, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #dddddd;
  padding: 1.07143em 1.42857em;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 1.14286em;
}
/* line 125, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #eeeeee;
  padding: 1.07143em 1.42857em;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 1.42857em;
}
/* line 126, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: white;
  padding: 1.07143em;
  text-align: center;
  color: #777777;
  font-size: 0.85714em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}
/* line 127, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: white;
  padding: 1.07143em;
  text-align: center;
  color: #333333;
  font-size: 1em;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}
/* line 128, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 1.42857em 1.42857em 0;
}

/* Progress Bar */
/* line 50, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: transparent;
  height: 1.78571em;
  border: 1px solid #cccccc;
  padding: 0.14286em;
  margin-bottom: 0.71429em;
}
/* line 54, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #3b7140;
  height: 100%;
  display: block;
}
/* line 57, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #efebe6;
  height: 100%;
  display: block;
}
/* line 58, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #55a35c;
  height: 100%;
  display: block;
}
/* line 59, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #da4d0f;
  height: 100%;
  display: block;
}
/* line 61, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 62, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 65, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 66, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* Side Nav */
/* line 67, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 1em 0;
  list-style-type: none;
  list-style-position: inside;
}
/* line 39, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.5em 0;
  font-size: 1em;
}
/* line 43, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
.side-nav li a {
  display: block;
  color: #3b7140;
}
/* line 48, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}
/* line 53, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
/* line 66, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.28571em 0 1.28571em;
  padding-top: 0.28571em;
  margin-right: 0;
  margin-left: -0.64286em;
}
/* line 38, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 0.64286em;
  margin-bottom: 0.71429em;
  font-weight: normal;
  font-size: 1em;
}
/* line 46, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a {
  color: #999999;
  text-decoration: none;
}
/* line 50, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #3b7140;
  padding: 0.21429em 0.64286em;
  cursor: default;
  color: white;
}

/* Foundation Switches */
@media only screen {
  /* line 234, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.42857em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: #625f5d;
    border-color: #3b3938;
  }
  /* line 59, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 76, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  /* line 86, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  /* line 92, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 107, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  /* line 110, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch input:checked {
    display: none !important;
  }
  /* line 111, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch input {
    left: 0;
    display: block !important;
  }
  /* line 115, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%;
  }
  /* line 117, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  /* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  /* line 123, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  /* line 126, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch span.custom {
    display: none !important;
  }
  /* line 132, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  /* line 144, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch label {
    padding: 0 0.42857em;
    line-height: 2.3em;
    font-size: 1em;
  }
  /* line 152, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.5em;
  }
  /* line 158, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    width: 2.57143em;
    height: 2.57143em;
  }
  /* line 172, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    border-color: #131313;
    background: #625f5d;
    background: -moz-linear-gradient(top, #625f5d 0%, #555251 100%);
    background: -webkit-linear-gradient(top, #625f5d 0%, #555251 100%);
    background: linear-gradient(to bottom, #625f5d 0%, #555251 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #55a35c, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #da4d0f;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #55a35c, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #da4d0f;
  }
  /* line 196, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #625f5d;
    background: -moz-linear-gradient(top, #625f5d 0%, #484644 100%);
    background: -webkit-linear-gradient(top, #625f5d 0%, #484644 100%);
    background: linear-gradient(to bottom, #625f5d 0%, #484644 100%);
  }
  /* line 206, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch:active {
    background: transparent;
  }
  /* line 238, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.large {
    height: 44px;
  }
  /* line 144, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.large label {
    padding: 0 0.42857em;
    line-height: 2.3em;
    font-size: 1.21429em;
  }
  /* line 152, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -3.07143em;
  }
  /* line 158, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.large span:last-child {
    width: 3.14286em;
    height: 3.14286em;
  }
  /* line 241, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.small {
    height: 28px;
  }
  /* line 144, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.small label {
    padding: 0 0.42857em;
    line-height: 2.1em;
    font-size: 0.85714em;
  }
  /* line 152, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.92857em;
  }
  /* line 158, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.small span:last-child {
    width: 2em;
    height: 2em;
  }
  /* line 244, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.tiny {
    height: 22px;
  }
  /* line 144, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.tiny label {
    padding: 0 0.42857em;
    line-height: 1.9em;
    font-size: 0.78571em;
  }
  /* line 152, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.5em;
  }
  /* line 158, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.tiny span:last-child {
    width: 1.57143em;
    height: 1.57143em;
  }
  /* line 247, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 248, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 252, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  /* line 253, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  /* line 254, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
  div.switch.round label {
    padding: 0 0.64286em;
  }

  @-webkit-keyframes webkitSiblingBugfix {
    /* line 259, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
    from {
      position: relative;
    }

    /* line 259, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
    to {
      position: relative;
    }
}
}
/* line 11, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
/* line 17, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
/* line 19, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

/* Tables */
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
table {
  background: white;
  margin-bottom: 1.42857em;
  border: solid 1px #dddddd;
}
/* line 42, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: whitesmoke;
  font-weight: bold;
}
/* line 48, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.57143em 0.71429em 0.71429em;
  font-size: 1em;
  color: #222222;
  text-align: left;
}
/* line 59, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.64286em 0.71429em;
  font-size: 1em;
  color: #222222;
}
/* line 67, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
/* line 74, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.28571em;
}

/* Image Thumbnails */
/* line 45, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 32, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(59, 113, 64, 0.5);
  box-shadow: 0 0 6px 1px rgba(59, 113, 64, 0.5);
}
/* line 49, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 51, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
a.th {
  display: inline-block;
}

/* Tooltips */
/* line 29, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
/* line 36, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #182e1a;
  color: #3b7140;
}
/* line 42, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 45, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 1.07143em;
  line-height: 1.3;
  padding: 0.57143em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 60, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  top: -10px;
}
/* line 71, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #3b7140 !important;
  border-bottom: dotted 1px #182e1a !important;
}

/* line 77, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.71429em;
  color: #888888;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  /* line 86, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px;
  }
  /* line 90, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 97, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 99, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 106, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 128, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
/* line 135, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #efebe6;
  border: solid 1px #d9d7d5;
  font-size: 14px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
/* line 50, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 76, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #f5f0ec transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 15px;
  z-index: 99;
}
/* line 83, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #d9d7d5 transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 14px;
  z-index: 98;
}
/* line 91, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 15px;
}
/* line 95, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 14px;
}
/* line 139, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 1em;
  cursor: pointer;
  line-height: 1.28571em;
  margin: 0;
}
/* line 115, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #ece3db;
}
/* line 117, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 1.07143em 1.78571em;
  color: #625f5d;
}
/* line 142, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.42857em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #efebe6;
  border: solid 1px #d9d7d5;
  font-size: 14px;
  z-index: 99;
  max-width: 200px;
}
/* line 50, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 145, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 146, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 147, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 148, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 1, ../scss/components/_action-list.scss */
dl.action-list {
  margin: 1em 0 0;
}
/* line 3, ../scss/components/_action-list.scss */
dl.action-list dt, dl.action-list dd {
  display: inline-block;
  position: relative;
  float: left;
  font-size: 13px !important;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  border-radius: 3px;
}
/* line 11, ../scss/components/_action-list.scss */
dl.action-list dt {
  background: #3b7140;
  box-shadow: 0 3px 0 #213f24;
  color: #FFF;
  padding: 5px 15px;
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition: background 0.1s ease-in, background 0.7s ease-out;
  -moz-transition: background 0.1s ease-in, background 0.7s ease-out;
  -o-transition: background 0.1s ease-in, background 0.7s ease-out;
  transition: background 0.1s ease-in, background 0.7s ease-out;
}
/* line 10, ../scss/mixins/_button-styles.scss */
dl.action-list dt:hover {
  background: #326037;
  box-shadow: 0 3px 0 #182e1a;
}
/* line 15, ../scss/mixins/_button-styles.scss */
dl.action-list dt.active, dl.action-list dt:active {
  position: relative;
  top: 1px;
  box-shadow: 0 2px 0 #213f24;
}
/* line 19, ../scss/components/_action-list.scss */
dl.action-list dt a {
  color: #FFF;
}
/* line 21, ../scss/components/_action-list.scss */
dl.action-list dt i {
  position: absolute;
  left: 13px;
  top: 6px;
}
/* line 26, ../scss/components/_action-list.scss */
dl.action-list dt img {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 36, ../scss/components/_action-list.scss */
dl.action-list dt:active {
  background: #213f24;
}
/* line 37, ../scss/components/_action-list.scss */
dl.action-list dt.secondary {
  background: #efebe6;
  box-shadow: 0 3px 0 #d4d0cd;
  border: 1px solid #d4d0cd;
  border-bottom-width: 0px;
  color: #847f77;
}
/* line 29, ../scss/mixins/_button-styles.scss */
dl.action-list dt.secondary:hover {
  background: #e9e4dd;
  color: #847f77;
}
/* line 34, ../scss/mixins/_button-styles.scss */
dl.action-list dt.secondary.active, dl.action-list dt.secondary:active {
  position: relative;
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 38, ../scss/mixins/_button-styles.scss */
dl.action-list dt.secondary.active {
  top: 0px;
  border-bottom-width: 1px;
  border-top-width: 2px;
  border-top-width: 1px;
}
/* line 44, ../scss/mixins/_button-styles.scss */
dl.action-list dt.secondary.tiny {
  box-shadow: 0 2px 0 #d4d0cd;
}
/* line 46, ../scss/mixins/_button-styles.scss */
dl.action-list dt.secondary.tiny:hover {
  box-shadow: 0 2px 0 #cdc8c5;
}
/* line 48, ../scss/mixins/_button-styles.scss */
dl.action-list dt.secondary.tiny.active, dl.action-list dt.secondary.tiny:active {
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 39, ../scss/components/_action-list.scss */
dl.action-list dt.secondary a {
  color: #847f77;
}
/* line 42, ../scss/components/_action-list.scss */
dl.action-list dt.action-taken {
  background: #ffcd05;
  box-shadow: 0 3px 0 #d1a700;
}
/* line 43, ../scss/components/_action-list.scss */
dl.action-list dt.action-taken i {
  color: #da4d0f;
}
/* line 89, ../scss/mixins/_button-styles.scss */
dl.action-list dt.action-taken:hover {
  background: #d1a700;
  box-shadow: 0 3px 0 #b79300;
}
/* line 94, ../scss/mixins/_button-styles.scss */
dl.action-list dt.action-taken.active, dl.action-list dt.action-taken:active {
  position: relative;
  top: 1px;
  box-shadow: 0 2px 0 #9e7e00;
}
/* line 49, ../scss/components/_action-list.scss */
dl.action-list dd {
  display: inline-block;
  background: #fbf8f5;
  color: #847f77;
  padding: 5px 7px;
  position: relative;
  margin-left: 7px;
  margin-right: 20px;
  font-weight: bold;
  border: 1px solid #e3d6cb;
  margin-bottom: 0;
}
/* line 59, ../scss/components/_action-list.scss */
dl.action-list dd::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #fbf8f5 transparent transparent;
  border-right-style: solid;
  position: absolute;
  left: -12px;
  top: 9px;
  z-index: 2;
}
/* line 66, ../scss/components/_action-list.scss */
dl.action-list dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  border-color: transparent #e3d6cb transparent transparent;
  border-right-style: solid;
  position: absolute;
  left: -16px;
  top: 7px;
  z-index: 1;
}
/* line 79, ../scss/components/_action-list.scss */
dl.action-list dd.lighten {
  background: #FFF;
}
/* line 81, ../scss/components/_action-list.scss */
dl.action-list dd.lighten::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
}

/* line 92, ../scss/components/_action-list.scss */
i.fi-eye {
  font-size: 1.3em;
  top: 2px;
}

/* line 101, ../scss/components/_action-list.scss */
.author-tools .button {
  margin-bottom: 0px;
}

/* line 105, ../scss/components/_action-list.scss */
.right dd:last-child,
.right dd:only-child {
  margin-right: 0;
}

/* line 107, ../scss/components/_action-list.scss */
ul.clean-action-list {
  margin: 0.5em 0 0;
  padding-left: 0 !important;
  color: #c1beba;
}
/* line 112, ../scss/components/_action-list.scss */
ul.clean-action-list #path.reply-arrow {
  fill: red !important;
}
/* line 114, ../scss/components/_action-list.scss */
ul.clean-action-list li {
  display: inline-block;
  position: relative;
  font-size: 13px !important;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
/* line 124, ../scss/components/_action-list.scss */
ul.clean-action-list li:active {
  color: #3f4c3b;
}
/* line 128, ../scss/components/_action-list.scss */
ul.clean-action-list li.action-taken i {
  color: #6c9c76;
}
/* line 131, ../scss/components/_action-list.scss */
ul.clean-action-list li:hover {
  color: #625f5d;
}
/* line 133, ../scss/components/_action-list.scss */
ul.clean-action-list li:hover path.reply-arrow {
  fill: #625f5d;
}
/* line 138, ../scss/components/_action-list.scss */
ul.clean-action-list i {
  position: relative;
  top: 3px;
}

/* line 141, ../scss/components/_action-list.scss */
ul.icon-list {
  margin: 0 0 1em;
  padding-left: 0 !important;
  color: #c1beba;
}
/* line 147, ../scss/components/_action-list.scss */
ul.icon-list.large {
  color: #6c9c76;
}
/* line 148, ../scss/components/_action-list.scss */
ul.icon-list.large i {
  font-size: 30px !important;
  color: #9abba1;
  position: relative;
  top: 6px;
  margin-right: 7px;
}
/* line 156, ../scss/components/_action-list.scss */
ul.icon-list.large li {
  margin: 0 10px;
}
/* line 159, ../scss/components/_action-list.scss */
ul.icon-list li {
  display: inline-block;
  position: relative;
  font-size: 13px !important;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-right: 10px;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
/* line 172, ../scss/components/_action-list.scss */
ul.icon-list li.actionable {
  cursor: pointer;
}
/* line 174, ../scss/components/_action-list.scss */
ul.icon-list li.actionable:hover {
  color: #625f5d;
}
/* line 176, ../scss/components/_action-list.scss */
ul.icon-list li.actionable:hover path.reply-arrow {
  fill: #625f5d;
}
/* line 179, ../scss/components/_action-list.scss */
ul.icon-list li.actionable a {
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #c1beba;
}
/* line 182, ../scss/components/_action-list.scss */
ul.icon-list li.actionable a:hover {
  color: #625f5d;
}
/* line 184, ../scss/components/_action-list.scss */
ul.icon-list li.actionable a:hover path.reply-arrow {
  fill: #625f5d;
}
/* line 191, ../scss/components/_action-list.scss */
ul.icon-list li.action-taken {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #625f5d;
}
/* line 194, ../scss/components/_action-list.scss */
ul.icon-list li.action-taken i {
  color: #da4d0f;
}
/* line 195, ../scss/components/_action-list.scss */
ul.icon-list li.action-taken:hover i {
  color: #aa3c0c;
}
/* line 203, ../scss/components/_action-list.scss */
ul.icon-list i {
  position: relative;
  top: 2px;
  margin-right: 3px;
  font-size: 1.4em;
}
/* line 208, ../scss/components/_action-list.scss */
ul.icon-list i.fi-eye {
  font-size: 1.5em;
}
/* line 211, ../scss/components/_action-list.scss */
ul.icon-list.nudge-down {
  position: relative;
  top: 10px;
}

/* line 217, ../scss/components/_action-list.scss */
.glyph-block {
  padding-left: 45px;
  position: relative;
}
/* line 221, ../scss/components/_action-list.scss */
.glyph-block h5 {
  color: #625f5d;
  margin-bottom: 3px;
}
/* line 226, ../scss/components/_action-list.scss */
.glyph-block i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  color: #6c9c76;
}

/* line 4, ../scss/components/_activity-panels.scss */
.activity-comments.panel h4.title {
  font-weight: 200;
}
/* line 6, ../scss/components/_activity-panels.scss */
.activity-comments.panel h4.title small {
  display: block;
  line-height: 20px;
  font-weight: 300;
}
/* line 12, ../scss/components/_activity-panels.scss */
.activity-comments.panel section.image {
  float: left;
  position: relative;
}
/* line 16, ../scss/components/_activity-panels.scss */
.activity-comments.panel section.image, .activity-comments.panel .img {
  height: 120px;
  width: 120px;
  display: block !important;
  background-size: cover;
}
/* line 22, ../scss/components/_activity-panels.scss */
.activity-comments.panel .text-content {
  float: left;
  margin-left: 20px;
  width: 73%;
}

@media only screen and (min-width: 768px) {
  /* line 29, ../scss/components/_activity-panels.scss */
  .activity-comments.panel {
    height: 295px;
  }
}
/* line 2, ../scss/components/_activity-stream.scss */
.comment.panel {
  padding-bottom: 1.8em;
}
/* line 4, ../scss/components/_activity-stream.scss */
.comment.panel p.convo-peeps {
  font-weight: bold;
  font-size: 0.8em;
  color: #a9a59f;
  margin-top: -0.3em;
}
/* line 9, ../scss/components/_activity-stream.scss */
.comment.panel p.convo-peeps img {
  display: none;
}
@media only screen and (min-width: 48em) {
  /* line 9, ../scss/components/_activity-stream.scss */
  .comment.panel p.convo-peeps img {
    width: 25px;
    position: relative;
    top: 0.7em;
    margin: 0 0.4em;
    display: inline-block;
  }
}
/* line 19, ../scss/components/_activity-stream.scss */
.comment.panel p.convo-peeps a {
  color: #625f5d;
}
/* line 21, ../scss/components/_activity-stream.scss */
.comment.panel span.data {
  margin-left: 5px;
}
/* line 23, ../scss/components/_activity-stream.scss */
.comment.panel span.data i {
  position: relative;
  top: 2px;
}
/* line 28, ../scss/components/_activity-stream.scss */
.comment.panel a.delete {
  color: #c1beba;
  font-weight: bold;
  font-size: 1.8em;
  margin-right: 5px;
}
/* line 36, ../scss/components/_activity-stream.scss */
.comment.panel dl.action-list {
  overflow: auto;
}
/* line 38, ../scss/components/_activity-stream.scss */
.comment.panel dl.action-list dt, .comment.panel dl.action-list dd {
  margin-bottom: 0px;
}
/* line 41, ../scss/components/_activity-stream.scss */
.comment.panel dl.action-list dd {
  background: #f5f0ec;
}
/* line 43, ../scss/components/_activity-stream.scss */
.comment.panel dl.action-list dd::before {
  border-color: transparent #f5f0ec transparent transparent;
}
/* line 48, ../scss/components/_activity-stream.scss */
.comment.panel .show-post {
  clear: both;
  border-top: solid 1px #f1f1f0;
  margin: 0 -1.82857em;
  padding: 1.8em 1.82857em 0;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (min-width: 48em) {
  /* line 48, ../scss/components/_activity-stream.scss */
  .comment.panel .show-post {
    padding: 1.8em 1.82857em 0 4.62857em;
  }
}
/* line 57, ../scss/components/_activity-stream.scss */
.comment.panel .show-post i {
  font-size: 0.6em;
}
/* line 61, ../scss/components/_activity-stream.scss */
.comment.panel .post-type {
  padding-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  /* line 61, ../scss/components/_activity-stream.scss */
  .comment.panel .post-type {
    margin-left: 2.4em;
  }
}
/* line 64, ../scss/components/_activity-stream.scss */
.comment.panel .post-type h1 {
  margin-bottom: 0.3em;
  font-size: 2em;
  display: block;
  clear: both;
}
@media only screen and (min-width: 48em) {
  /* line 64, ../scss/components/_activity-stream.scss */
  .comment.panel .post-type h1 {
    font-size: 2.42857em;
  }
}
/* line 68, ../scss/components/_activity-stream.scss */
.comment.panel .post-type p {
  display: block;
  clear: both;
}
/* line 74, ../scss/components/_activity-stream.scss */
.comment.panel.read {
  opacity: 0.6;
}

/* line 4, ../scss/components/_annotate.scss */
html.dark-bg {
  background: #1b1b1a;
  height: 100%;
}
/* line 10, ../scss/components/_annotate.scss */
html.dark-bg h1, html.dark-bg h2, html.dark-bg h3, html.dark-bg h4, html.dark-bg h5, html.dark-bg h6 {
  color: #c1beba;
}
/* line 11, ../scss/components/_annotate.scss */
html.dark-bg body.dark-bg {
  min-height: 100%;
  background: #1b1b1a;
}
/* line 13, ../scss/components/_annotate.scss */
html.dark-bg section[role=main] {
  padding: 0;
}
/* line 17, ../scss/components/_annotate.scss */
html.dark-bg .container {
  height: 100%;
}

/* line 22, ../scss/components/_annotate.scss */
#view-asset {
  background: #1b1b1a;
}
@media only screen and (min-width: 768px) {
  /* line 22, ../scss/components/_annotate.scss */
  #view-asset {
    height: 100%;
  }
}

/* line 29, ../scss/components/_annotate.scss */
aside.annotate-sidebar,
aside.mobile-annotations-footer {
  text-align: center;
  width: 100%;
  padding: 1.07143em;
}
@media only screen and (min-width: 768px) {
  /* line 29, ../scss/components/_annotate.scss */
  aside.annotate-sidebar,
  aside.mobile-annotations-footer {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  /* line 45, ../scss/components/_annotate.scss */
  aside.annotate-sidebar ul.block-list li:first-child,
  aside.annotate-sidebar ul.block-list li:last-child,
  aside.mobile-annotations-footer ul.block-list li:first-child,
  aside.mobile-annotations-footer ul.block-list li:last-child {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom-width: 3px !important;
  }
}
/* line 55, ../scss/components/_annotate.scss */
aside.annotate-sidebar a.dotted,
aside.mobile-annotations-footer a.dotted {
  color: #fbf8f5;
  border-bottom: 1px dotted #625f5d;
  display: inline-block !important;
}
/* line 61, ../scss/components/_annotate.scss */
aside.annotate-sidebar h4.title,
aside.mobile-annotations-footer h4.title {
  margin-top: 0.71429em;
}
/* line 63, ../scss/components/_annotate.scss */
aside.annotate-sidebar .logo,
aside.mobile-annotations-footer .logo {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #262524;
  padding-bottom: 15px;
}
/* line 69, ../scss/components/_annotate.scss */
aside.annotate-sidebar input[type="text"],
aside.mobile-annotations-footer input[type="text"] {
  background: #000;
  color: #c1beba;
  border-width: 0px;
}

@media only screen and (min-width: 768px) {
  /* line 77, ../scss/components/_annotate.scss */
  aside.annotate-sidebar {
    background: rgba(27, 27, 26, 0.95);
    position: fixed;
    z-index: 999;
  }
}

/* line 86, ../scss/components/_annotate.scss */
.annotate {
  padding: 1.07143em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 86, ../scss/components/_annotate.scss */
  .annotate {
    overflow: scroll;
    position: relative;
    width: 100%;
    height: 100%;
  }
  /* line 98, ../scss/components/_annotate.scss */
  .annotate .image.annotation-wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    position: absolute;
    left: 300px;
  }
  /* line 104, ../scss/components/_annotate.scss */
  .annotate .image.annotation-wrapper img {
    max-width: none !important;
  }
}
/* line 113, ../scss/components/_annotate.scss */
.annotate img {
  max-width: 100%;
}

/* line 117, ../scss/components/_annotate.scss */
.lt-ie10 .annotate {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 128, ../scss/components/_annotate.scss */
.annotate-sidebar .user,
.mobile-annotations-footer .user {
  margin: 1.07143em 0;
  min-height: 0;
}
@media only screen and (min-width: 768px) {
  /* line 128, ../scss/components/_annotate.scss */
  .annotate-sidebar .user,
  .mobile-annotations-footer .user {
    margin: 0;
    margin-bottom: 1.07143em;
  }
}
/* line 136, ../scss/components/_annotate.scss */
.annotate-sidebar .user .avatar,
.mobile-annotations-footer .user .avatar {
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
  float: none;
  position: relative;
  top: 3px;
  margin-right: 6px;
}
/* line 139, ../scss/components/_annotate.scss */
.annotate-sidebar .user .avatar img,
.mobile-annotations-footer .user .avatar img {
  max-width: 100%;
}

/* line 149, ../scss/components/_annotate.scss */
.mobile-annotations-footer .annotation-data {
  text-align: center;
}

/* line 151, ../scss/components/_annotate.scss */
.annotation {
  z-index: 700;
  position: absolute;
}

/* line 156, ../scss/components/_annotate.scss */
.annotation-comment-container {
  display: block;
  width: 300px;
  padding: 10px;
  color: #6C6966;
  text-align: left;
  background: #fbf8f5;
  border: 1px solid #d9d7d5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 166, ../scss/components/_annotate.scss */
.annotation-comment-container h1, .annotation-comment-container h2, .annotation-comment-container h3, .annotation-comment-container h4, .annotation-comment-container h5, .annotation-comment-container h6 {
  color: #6C6966;
}
/* line 169, ../scss/components/_annotate.scss */
.annotation-comment-container form, .annotation-comment-container input {
  margin-bottom: 0;
}
/* line 171, ../scss/components/_annotate.scss */
.annotation-comment-container form label, .annotation-comment-container input label {
  font-weight: 700;
  color: #6C6966;
}

/* line 178, ../scss/components/_annotate.scss */
.annotation-comment {
  border-bottom: 1px solid #e5e4e2;
  margin-bottom: 12px;
}
/* line 179, ../scss/components/_annotate.scss */
.annotation-comment p {
  margin-bottom: 12px;
}

/* line 186, ../scss/components/_annotate.scss */
.pip {
  font-size: 14px;
  font-weight: 700;
  background: #3b7140;
  color: #fbf8f5;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1000;
  text-align: center;
  padding: 4px;
  border: 2px solid #fff;
}

/* line 203, ../scss/components/_annotate.scss */
.mobile-annotations {
  padding: 1.07143em;
}

/* line 207, ../scss/components/_annotate.scss */
.mobile-annotation-comment .pip {
  position: absolute;
  left: auto;
  top: auto;
}

/* line 212, ../scss/components/_annotate.scss */
.mobile-annotation-comment .annotation-content {
  margin-left: 40px;
}

/* line 217, ../scss/components/_annotate.scss */
.zurb-annotatable {
  cursor: crosshair;
}

/*.zurb-annotatable-read-only { cursor: default; }_NO__DOTCOMMA__AFTER__*/
/* line 220, ../scss/components/_annotate.scss */
.zurb-annotatable-container {
  position: relative;
  display: block;
  margin: 0 auto;
}

/* line 225, ../scss/components/_annotate.scss */
.zurb-annotation {
  position: absolute !important;
  color: #000;
}

/* line 229, ../scss/components/_annotate.scss */
.zurb-annotation .border {
  background: transparent;
  position: absolute;
  border: 3px solid #3b7140;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 12px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 12px;
}

/* line 239, ../scss/components/_annotate.scss */
.zurb-annotation .ui-resizable-handle {
  display: none !important;
  background: #fff;
  position: absolute;
  border: 1px solid #c1beba;
  width: 10px;
  height: 10px;
  z-index: 6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 252, ../scss/components/_annotate.scss */
.zurb-annotation .ui-resizable-nw {
  top: -3px;
  left: -3px;
}

/* line 256, ../scss/components/_annotate.scss */
.zurb-annotation .ui-resizable-sw {
  bottom: -3px;
  left: -3px;
}

/* line 260, ../scss/components/_annotate.scss */
.zurb-annotation .ui-resizable-se {
  bottom: -3px;
  right: -3px;
}

/* line 264, ../scss/components/_annotate.scss */
.zurb-annotation .delete-note {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  background: #fe9a0d;
  text-indent: -9999px;
  z-index: 10;
  cursor: pointer;
}
/* line 275, ../scss/components/_annotate.scss */
.zurb-annotation .delete-note::before {
  content: "\00d7";
  text-indent: 0px;
  font-weight: bold;
  font-size: 25px;
  color: #FFF;
  display: block;
  position: absolute;
  left: 5px;
  z-index: 20;
}

/* line 289, ../scss/components/_annotate.scss */
.zurb-annotation-small {
  display: none;
}

/* line 290, ../scss/components/_annotate.scss */
.zurb-annotation-active {
  z-index: 60;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 12px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 12px;
}
/* line 293, ../scss/components/_annotate.scss */
.zurb-annotation-active .border {
  border-color: #fe9a0d;
}

/* line 296, ../scss/components/_annotate.scss */
.zurb-annotation-active .overlay {
  cursor: move;
  border-style: dashed;
}

/* line 300, ../scss/components/_annotate.scss */
.zurb-annotation.zurb-annotation-new .overlay {
  cursor: crosshair;
}

/* line 302, ../scss/components/_annotate.scss */
.zurb-annotation-active .ui-resizable-handle,
.zurb-annotation-active .delete-note {
  display: block !important;
  z-index: 1000;
}

/* line 306, ../scss/components/_annotate.scss */
.zurb-annotation-active .notecontain {
  display: block;
}

/* line 309, ../scss/components/_annotate.scss */
.zurb-annotation .ui-resizable-nw {
  cursor: nw-resize;
}

/* line 310, ../scss/components/_annotate.scss */
.zurb-annotation .ui-resizable-sw {
  cursor: sw-resize;
}

/* line 311, ../scss/components/_annotate.scss */
.zurb-annotation .ui-resizable-se {
  cursor: se-resize;
}

/* line 312, ../scss/components/_annotate.scss */
.zurb-annotation-new .delete-note {
  display: none;
}

/* line 313, ../scss/components/_annotate.scss */
div.note div.corner.bottom-right {
  cursor: se-resize;
  bottom: -7px;
  right: -7px;
  background: #ccc;
}

/* line 319, ../scss/components/_annotate.scss */
.global-note {
  display: block;
  position: absolute;
}

/* line 323, ../scss/components/_annotate.scss */
.note-user {
  margin-bottom: 20px;
}
/* line 326, ../scss/components/_annotate.scss */
.note-user a {
  font-size: 10px;
  position: absolute;
}
/* line 327, ../scss/components/_annotate.scss */
.note-user a.delete {
  right: 15px;
  top: 15px;
}
/* line 331, ../scss/components/_annotate.scss */
.note-user a.edit {
  right: 55px;
  top: 15px;
}
/* line 335, ../scss/components/_annotate.scss */
.note-user h6 a {
  font-size: 10px;
  position: absolute;
  top: 10px;
}

/* line 341, ../scss/components/_annotate.scss */
.notecontain {
  display: none;
  height: 120%;
}

/* line 345, ../scss/components/_annotate.scss */
.zurb-annotation:hover .notecontain, .zurb-annotation:focus .notecontain {
  display: block;
}

/* line 4, ../scss/components/_block-list.scss */
ul.block-list {
  list-style-type: none;
  margin-bottom: 1.07143em;
  text-align: left;
}
/* line 12, ../scss/components/_block-list.scss */
ul.block-list li.text {
  cursor: text;
}
/* line 12, ../scss/components/_block-list.scss */
ul.block-list li.text:hover {
  background: #FFF;
}
/* line 14, ../scss/components/_block-list.scss */
ul.block-list li a {
  border: 1px solid #e3d6cb;
  background: #fbf8f5;
  color: #847f77;
  display: block;
  padding: 10px 15px;
  border-bottom-width: 0px;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
/* line 23, ../scss/components/_block-list.scss */
ul.block-list li a i {
  color: #625f5d;
}
/* line 25, ../scss/components/_block-list.scss */
ul.block-list li a:hover {
  background: #f0e8e2;
  color: #847f77;
}
/* line 28, ../scss/components/_block-list.scss */
ul.block-list li a:hover .stat {
  background: #FFF;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
/* line 31, ../scss/components/_block-list.scss */
ul.block-list li a i {
  color: #625f5d;
  position: relative;
  top: 2px;
}
/* line 37, ../scss/components/_block-list.scss */
ul.block-list li a .stat {
  background: #ece3db;
  color: #7c7876;
  padding: 3px 7px;
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  float: right;
  border-radius: 3px;
  position: relative;
  top: -2px;
}
/* line 64, ../scss/components/_block-list.scss */
ul.block-list li:first-child a {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 65, ../scss/components/_block-list.scss */
ul.block-list li:last-child a {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0 3px 0 #e3d6cb;
  -moz-box-shadow: 0 3px 0 #e3d6cb;
  box-shadow: 0 3px 0 #e3d6cb;
}
/* line 69, ../scss/components/_block-list.scss */
ul.block-list li:only-child a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 #e3d6cb;
  -moz-box-shadow: 0 3px 0 #e3d6cb;
  box-shadow: 0 3px 0 #e3d6cb;
}
/* line 73, ../scss/components/_block-list.scss */
ul.block-list li.primary a {
  background: #3b7140;
  box-shadow: 0 3px 0 #213f24;
  color: #FFF;
  -webkit-box-shadow: 0 3px 0 #213f24;
  -moz-box-shadow: 0 3px 0 #213f24;
  box-shadow: 0 3px 0 #213f24;
  border-width: 0px;
  background: #3b7140;
  color: #FFF;
  font-weight: bold;
}
/* line 10, ../scss/mixins/_button-styles.scss */
ul.block-list li.primary a:hover {
  background: #326037;
  box-shadow: 0 3px 0 #182e1a;
}
/* line 15, ../scss/mixins/_button-styles.scss */
ul.block-list li.primary a.active, ul.block-list li.primary a:active {
  position: relative;
  top: 1px;
  box-shadow: 0 2px 0 #213f24;
}
/* line 82, ../scss/components/_block-list.scss */
ul.block-list li.primary a i {
  color: #fff;
}
/* line 84, ../scss/components/_block-list.scss */
ul.block-list li.primary a .stat {
  background: #2a4f2d;
  color: #55a35c;
}
/* line 88, ../scss/components/_block-list.scss */
ul.block-list li.primary a.action-taken {
  background: #ffe684;
  color: #d1a700;
  -webkit-box-shadow: 0 3px 0 #ebbc00;
  -moz-box-shadow: 0 3px 0 #ebbc00;
  box-shadow: 0 3px 0 #ebbc00;
}
/* line 89, ../scss/components/_block-list.scss */
ul.block-list li.primary a.action-taken i {
  color: #da4d0f;
}
/* line 92, ../scss/components/_block-list.scss */
ul.block-list li.primary a.action-taken .stat {
  background: #d1a700;
  color: #ffe684;
}
/* line 97, ../scss/components/_block-list.scss */
ul.block-list li.primary a.action-taken:hover {
  background: #ffdc51;
}
/* line 101, ../scss/components/_block-list.scss */
ul.block-list li .switch-wrap {
  width: 65px;
  float: right;
}
/* line 110, ../scss/components/_block-list.scss */
ul.block-list.dark li a {
  background: #333130;
  color: white !important;
  border-width: 0px;
}
/* line 113, ../scss/components/_block-list.scss */
ul.block-list.dark li a a {
  color: #fbf8f5;
}
/* line 115, ../scss/components/_block-list.scss */
ul.block-list.dark li a a:hover {
  background: #2b2a29;
}
/* line 118, ../scss/components/_block-list.scss */
ul.block-list.dark li a.text:hover {
  color: #625f5d !important;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
/* line 124, ../scss/components/_block-list.scss */
ul.block-list.dark li:last-child a {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0 3px 0 #262524;
  -moz-box-shadow: 0 3px 0 #262524;
  box-shadow: 0 3px 0 #262524;
}
/* line 128, ../scss/components/_block-list.scss */
ul.block-list.dark li:only-child a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 #131313;
  -moz-box-shadow: 0 3px 0 #131313;
  box-shadow: 0 3px 0 #131313;
}

/* line 3, ../scss/components/_buttons.scss */
.button {
  background: #3b7140;
  box-shadow: 0 3px 0 #213f24;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}
/* line 10, ../scss/mixins/_button-styles.scss */
.button:hover {
  background: #326037;
  box-shadow: 0 3px 0 #182e1a;
}
/* line 15, ../scss/mixins/_button-styles.scss */
.button.active, .button:active {
  position: relative;
  top: 1px;
  box-shadow: 0 2px 0 #213f24;
}
/* line 7, ../scss/components/_buttons.scss */
.button.secondary {
  background: #efebe6;
  box-shadow: 0 3px 0 #d4d0cd;
  border: 1px solid #d4d0cd;
  border-bottom-width: 0px;
  color: #847f77;
}
/* line 29, ../scss/mixins/_button-styles.scss */
.button.secondary:hover {
  background: #e9e4dd;
  color: #847f77;
}
/* line 34, ../scss/mixins/_button-styles.scss */
.button.secondary.active, .button.secondary:active {
  position: relative;
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 38, ../scss/mixins/_button-styles.scss */
.button.secondary.active {
  top: 0px;
  border-bottom-width: 1px;
  border-top-width: 2px;
  border-top-width: 1px;
}
/* line 44, ../scss/mixins/_button-styles.scss */
.button.secondary.tiny {
  box-shadow: 0 2px 0 #d4d0cd;
}
/* line 46, ../scss/mixins/_button-styles.scss */
.button.secondary.tiny:hover {
  box-shadow: 0 2px 0 #cdc8c5;
}
/* line 48, ../scss/mixins/_button-styles.scss */
.button.secondary.tiny.active, .button.secondary.tiny:active {
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 8, ../scss/components/_buttons.scss */
.button.alert {
  box-shadow: 0 3px 0 #92340a;
}
/* line 57, ../scss/mixins/_button-styles.scss */
.button.alert:hover {
  background: #aa3c0c;
  box-shadow: 0 3px 0 #7b2b08;
}
/* line 62, ../scss/mixins/_button-styles.scss */
.button.alert.active, .button.alert:active {
  position: relative;
  top: 1px;
  box-shadow: 0 2px 0 #7b2b08;
}
/* line 9, ../scss/components/_buttons.scss */
.button.success {
  box-shadow: 0 3px 0 #3b7140;
}
/* line 73, ../scss/mixins/_button-styles.scss */
.button.success:hover {
  background: #448249;
  box-shadow: 0 3px 0 #326037;
}
/* line 78, ../scss/mixins/_button-styles.scss */
.button.success.active, .button.success:active {
  position: relative;
  top: 1px;
  box-shadow: 0 2px 0 #326037;
}
/* line 10, ../scss/components/_buttons.scss */
.button.yellow {
  background: #ffcd05;
  box-shadow: 0 3px 0 #d1a700;
}
/* line 89, ../scss/mixins/_button-styles.scss */
.button.yellow:hover {
  background: #d1a700;
  box-shadow: 0 3px 0 #b79300;
}
/* line 94, ../scss/mixins/_button-styles.scss */
.button.yellow.active, .button.yellow:active {
  position: relative;
  top: 1px;
  box-shadow: 0 2px 0 #9e7e00;
}
/* line 11, ../scss/components/_buttons.scss */
.button.orange {
  background: #fe9a0d;
  box-shadow: 0 3px 0 #d77e01;
}
/* line 106, ../scss/mixins/_button-styles.scss */
.button.orange:hover {
  background: #f18d01;
  box-shadow: 0 3px 0 #be6f01;
}
/* line 111, ../scss/mixins/_button-styles.scss */
.button.orange.active, .button.orange:active {
  box-shadow: 0 2px 0 #a46001;
}
/* line 115, ../scss/mixins/_button-styles.scss */
.button.orange.tiny {
  box-shadow: 0 2px 0 #f18d01;
}
/* line 117, ../scss/mixins/_button-styles.scss */
.button.orange.tiny:hover {
  box-shadow: 0 2px 0 #e68701;
}
/* line 119, ../scss/mixins/_button-styles.scss */
.button.orange.tiny.active, .button.orange.tiny:active {
  box-shadow: 0 1px 0 #d77e01;
}
/* line 12, ../scss/components/_buttons.scss */
.button.dark-green {
  background: #2a4f2d;
  box-shadow: 0 3px 0 #182e1a;
  color: #FFF;
}
/* line 130, ../scss/mixins/_button-styles.scss */
.button.dark-green:hover {
  background: #213f24;
  box-shadow: 0 3px 0 #0f1d11;
}
/* line 135, ../scss/mixins/_button-styles.scss */
.button.dark-green.active, .button.dark-green:active {
  box-shadow: 0 2px 0 #070c07;
}
/* line 13, ../scss/components/_buttons.scss */
.button.nav {
  background: #47884d;
  box-shadow: 0 3px 0 #36673a;
  color: #FFF;
}
/* line 145, ../scss/mixins/_button-styles.scss */
.button.nav:hover {
  background: #427e48;
  box-shadow: 0 3px 0 #315d35;
}
/* line 150, ../scss/mixins/_button-styles.scss */
.button.nav.active, .button.nav:active {
  box-shadow: 0 2px 0 #326037;
}
/* line 14, ../scss/components/_buttons.scss */
.button.olive {
  background: #6c9c76;
  box-shadow: 0 3px 0 #567f5e;
  color: #FFF;
}
/* line 160, ../scss/mixins/_button-styles.scss */
.button.olive:hover {
  background: #608f6a;
  box-shadow: 0 3px 0 #4b7053;
}
/* line 165, ../scss/mixins/_button-styles.scss */
.button.olive.active, .button.olive:active {
  box-shadow: 0 2px 0 #416148;
}
/* line 18, ../scss/components/_buttons.scss */
.button.social {
  text-align: left;
  padding-left: 55px;
  position: relatuve;
}
/* line 23, ../scss/components/_buttons.scss */
.button.social i {
  position: absolute;
  left: 12px;
  top: 9px;
  font-size: 1.3em;
}
/* line 30, ../scss/components/_buttons.scss */
.button.social::before {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
}

/* line 45, ../scss/components/_buttons.scss */
.rich-text.inline-list {
  margin-left: 0;
}
/* line 47, ../scss/components/_buttons.scss */
.rich-text.inline-list li {
  margin-left: 0;
  margin-right: 0.5em;
}
/* line 50, ../scss/components/_buttons.scss */
.rich-text.inline-list li a {
  border-radius: 3px;
  background: #e5e4e2;
  color: #a9a59f;
}

/* line 58, ../scss/components/_buttons.scss */
ul.button-group {
  clear: both;
}
/* line 66, ../scss/components/_buttons.scss */
ul.button-group.secondary .button {
  background: #efebe6;
  box-shadow: 0 3px 0 #d4d0cd;
  border: 1px solid #d4d0cd;
  border-bottom-width: 0px;
  color: #847f77;
  font-weight: normal;
  margin: 0;
  border-color: #d4d0cd;
}
/* line 29, ../scss/mixins/_button-styles.scss */
ul.button-group.secondary .button:hover {
  background: #e9e4dd;
  color: #847f77;
}
/* line 34, ../scss/mixins/_button-styles.scss */
ul.button-group.secondary .button.active, ul.button-group.secondary .button:active {
  position: relative;
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 38, ../scss/mixins/_button-styles.scss */
ul.button-group.secondary .button.active {
  top: 0px;
  border-bottom-width: 1px;
  border-top-width: 2px;
  border-top-width: 1px;
}
/* line 44, ../scss/mixins/_button-styles.scss */
ul.button-group.secondary .button.tiny {
  box-shadow: 0 2px 0 #d4d0cd;
}
/* line 46, ../scss/mixins/_button-styles.scss */
ul.button-group.secondary .button.tiny:hover {
  box-shadow: 0 2px 0 #cdc8c5;
}
/* line 48, ../scss/mixins/_button-styles.scss */
ul.button-group.secondary .button.tiny.active, ul.button-group.secondary .button.tiny:active {
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 74, ../scss/components/_buttons.scss */
ul.button-group.secondary .button.tiny {
  padding-top: 0.67143em;
  font-size: 0.9571em;
}
/* line 78, ../scss/components/_buttons.scss */
ul.button-group.secondary .button.active {
  background: #e8e3dc;
  font-weight: bold;
}
/* line 81, ../scss/components/_buttons.scss */
ul.button-group.secondary .button.active.tiny {
  border-bottom-width: 0px;
}

/* line 90, ../scss/components/_buttons.scss */
#categories {
  font-size: 0.9571em;
  white-space: nowrap;
  float: right;
}

@keyframes slideOut {
  /* line 4, ../scss/components/_comments.scss */
  from {
    max-height: 0px;
  }

  /* line 5, ../scss/components/_comments.scss */
  to {
    max-height: 500px;
  }
}

@keyframes slideIn {
  /* line 9, ../scss/components/_comments.scss */
  from {
    max-height: 500px;
  }

  /* line 10, ../scss/components/_comments.scss */
  to {
    max-height: 0px;
  }
}

@-webkit-keyframes slideOut {
  /* line 14, ../scss/components/_comments.scss */
  from {
    max-height: 0px;
  }

  /* line 15, ../scss/components/_comments.scss */
  to {
    max-height: 500px;
  }
}

@-webkit-keyframes slideIn {
  /* line 19, ../scss/components/_comments.scss */
  from {
    max-height: 500px;
  }

  /* line 20, ../scss/components/_comments.scss */
  to {
    max-height: 0px;
  }
}

@-o-keyframes slideOut {
  /* line 24, ../scss/components/_comments.scss */
  from {
    max-height: 0px;
  }

  /* line 25, ../scss/components/_comments.scss */
  to {
    max-height: 500px;
  }
}

@-o-keyframes slideIn {
  /* line 29, ../scss/components/_comments.scss */
  from {
    max-height: 500px;
  }

  /* line 30, ../scss/components/_comments.scss */
  to {
    max-height: 0px;
  }
}

@-moz-keyframes slideOut {
  /* line 34, ../scss/components/_comments.scss */
  from {
    max-height: 0px;
  }

  /* line 35, ../scss/components/_comments.scss */
  to {
    max-height: 500px;
  }
}

@-moz-keyframes slideIn {
  /* line 39, ../scss/components/_comments.scss */
  from {
    max-height: 500px;
  }

  /* line 40, ../scss/components/_comments.scss */
  to {
    max-height: 0px;
  }
}

/* line 44, ../scss/components/_comments.scss */
section.text.editing {
  border-radius: 3px;
}

/* line 50, ../scss/components/_comments.scss */
div.mdm-buttons,
div.mdm-preview {
  line-height: 1em;
  padding: 0px;
  max-height: 0px;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 59, ../scss/components/_comments.scss */
div.mdm-buttons.blur,
div.mdm-preview.blur {
  -webkit-animation: slideIn .5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: slideIn .5s;
  -moz-animation-fill-mode: forwards;
  -o-animation: slideIn .5s;
  -o-animation-fill-mode: forwards;
  animation: slideIn .5s;
  animation-fill-mode: forwards;
}

/* line 71, ../scss/components/_comments.scss */
div.mdm-buttons.focus,
div.mdm-preview.focus {
  -webkit-animation: slideOut 2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: slideOut 2s;
  -moz-animation-fill-mode: forwards;
  -o-animation: slideOut 2s;
  -o-animation-fill-mode: forwards;
  animation: slideOut 2s;
  animation-fill-mode: forwards;
}
/* line 80, ../scss/components/_comments.scss */
div.mdm-buttons.focus.focus,
div.mdm-preview.focus.focus {
  margin-bottom: 0.71429em;
}

/* line 83, ../scss/components/_comments.scss */
div.mdm-preview.focus {
  padding: 5px;
}

/* line 87, ../scss/components/_comments.scss */
div.mdm-buttons {
  font-size: 14px;
}

/* line 91, ../scss/components/_comments.scss */
div.mdm-buttons ul {
  padding-top: 7px;
  margin-bottom: 0.71429em;
}
/* line 95, ../scss/components/_comments.scss */
div.mdm-buttons ul:before {
  content: " ";
  display: table;
}
/* line 99, ../scss/components/_comments.scss */
div.mdm-buttons ul:after {
  content: " ";
  display: table;
}

/* line 105, ../scss/components/_comments.scss */
div.mdm-buttons ul {
  padding-left: 0 !important;
}

/* line 107, ../scss/components/_comments.scss */
div.mdm-buttons ul li {
  display: inline;
  height: 32px;
  float: left;
}
/* line 112, ../scss/components/_comments.scss */
div.mdm-buttons ul li a {
  position: relative;
}
/* line 113, ../scss/components/_comments.scss */
div.mdm-buttons ul li:first-child a {
  border-radius: 3px 0 0 3px;
  margin-left: 0;
}
/* line 117, ../scss/components/_comments.scss */
div.mdm-buttons ul li:last-child a {
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
}
/* line 121, ../scss/components/_comments.scss */
div.mdm-buttons ul li.mdm-bold a span {
  font-weight: bold;
}
/* line 122, ../scss/components/_comments.scss */
div.mdm-buttons ul li.mdm-italic a span {
  font-style: italic;
  text-transform: lowercase;
}
/* line 126, ../scss/components/_comments.scss */
div.mdm-buttons ul li img {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 134, ../scss/components/_comments.scss */
div.mdm-buttons ul li a {
  padding: 0.57143em 1.14286em 0.64286em 1.14286em;
  background: #f5f0ec;
  background: #efebe6;
  box-shadow: 0 3px 0 #d4d0cd;
  border: 1px solid #d4d0cd;
  border-bottom-width: 0px;
  color: #847f77;
  border-right-width: 0px;
}
/* line 29, ../scss/mixins/_button-styles.scss */
div.mdm-buttons ul li a:hover {
  background: #e9e4dd;
  color: #847f77;
}
/* line 34, ../scss/mixins/_button-styles.scss */
div.mdm-buttons ul li a.active, div.mdm-buttons ul li a:active {
  position: relative;
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 38, ../scss/mixins/_button-styles.scss */
div.mdm-buttons ul li a.active {
  top: 0px;
  border-bottom-width: 1px;
  border-top-width: 2px;
  border-top-width: 1px;
}
/* line 44, ../scss/mixins/_button-styles.scss */
div.mdm-buttons ul li a.tiny {
  box-shadow: 0 2px 0 #d4d0cd;
}
/* line 46, ../scss/mixins/_button-styles.scss */
div.mdm-buttons ul li a.tiny:hover {
  box-shadow: 0 2px 0 #cdc8c5;
}
/* line 48, ../scss/mixins/_button-styles.scss */
div.mdm-buttons ul li a.tiny.active, div.mdm-buttons ul li a.tiny:active {
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}

/* line 146, ../scss/components/_comments.scss */
div.mdm-buttons ul li a span {
  display: inline-block;
}

/* line 151, ../scss/components/_comments.scss */
div.mdm-buttons ul li a:active {
  color: #ccc;
  position: relative;
  top: 1px;
}

/* line 157, ../scss/components/_comments.scss */
div.mdm-preview {
  display: none;
}

/* line 160, ../scss/components/_comments.scss */
div.mdm-preview strong {
  font-weight: bold;
}

/* line 168, ../scss/components/_comments.scss */
div.mdm-preview ul {
  margin-left: 20px;
  list-style-type: disc;
}

/* line 176, ../scss/components/_comments.scss */
div.mdm-preview h1,
div.mdm-preview h2,
div.mdm-preview h3 {
  font-weight: bold;
}

/* line 180, ../scss/components/_comments.scss */
div.mdm-preview h1 {
  font-size: 18px;
}

/* line 184, ../scss/components/_comments.scss */
div.mdm-preview h2 {
  font-size: 14px;
}

/* line 188, ../scss/components/_comments.scss */
div.mdm-preview h3 {
  font-size: 12px;
}

/* line 193, ../scss/components/_comments.scss */
.action-post-comment img.avatar {
  height: 32px;
}
/* line 196, ../scss/components/_comments.scss */
.action-post-comment button.small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 201, ../scss/components/_comments.scss */
.white.band {
  background: #FFF;
  padding: 2.14286em 0;
}

/* line 210, ../scss/components/_comments.scss */
section.comments img.avatar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
}
/* line 220, ../scss/components/_comments.scss */
section.comments .submit-comment form {
  position: relative;
  padding-left: 50px;
  margin-bottom: 2.14286em;
}
@media screen and (max-width: 1024px) {
  /* line 220, ../scss/components/_comments.scss */
  section.comments .submit-comment form {
    margin-left: -50px;
  }
}
/* line 226, ../scss/components/_comments.scss */
section.comments .submit-comment form .avatar {
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 232, ../scss/components/_comments.scss */
section.comments .submit-comment form textarea {
  min-height: 32px;
  height: 2.4286em;
  resize: vertical;
  resize: none;
}
/* line 237, ../scss/components/_comments.scss */
section.comments .submit-comment form textarea:focus {
  resize: vertical;
}
/* line 243, ../scss/components/_comments.scss */
section.comments .post-comments > .comment {
  margin-bottom: 2.85714em;
}
/* line 244, ../scss/components/_comments.scss */
section.comments .comment {
  position: relative;
  clear: both;
  overflow: visible;
  margin-bottom: 20px;
  padding-left: 60px;
}
/* line 256, ../scss/components/_comments.scss */
section.comments .comment.has_replies::before {
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  -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);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 0;
  display: block;
  content: "";
  width: 2px;
  background: #d9d7d5;
  position: absolute;
  left: 24px;
  top: 30px;
}
@media screen and (max-width: 1024px) {
  /* line 271, ../scss/components/_comments.scss */
  section.comments .comment.has_replies::before {
    height: 100%;
  }
}
/* line 280, ../scss/components/_comments.scss */
section.comments .comment .comment:last-child::before {
  height: 0;
  display: block;
  content: "";
  width: 2px;
  background: #fefdfc;
  position: absolute;
  left: 24px;
  top: 30px;
}
@media screen and (max-width: 1024px) {
  /* line 280, ../scss/components/_comments.scss */
  section.comments .comment .comment:last-child::before {
    height: 100%;
  }
}
/* line 297, ../scss/components/_comments.scss */
section.comments .comment p {
  font-size: 16px;
}
/* line 298, ../scss/components/_comments.scss */
section.comments .comment .byline {
  background: no-repeat 0 0;
  overflow: visible;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 298, ../scss/components/_comments.scss */
  section.comments .comment .byline {
    line-height: 1;
  }
}
/* line 306, ../scss/components/_comments.scss */
section.comments .comment .byline small {
  font-weight: 300;
  font-size: 70%;
}
/* line 309, ../scss/components/_comments.scss */
section.comments .comment .byline small .data {
  font-weight: bold;
}
/* line 311, ../scss/components/_comments.scss */
section.comments .comment .byline small .data i {
  position: relative;
  top: 1px;
}
/* line 312, ../scss/components/_comments.scss */
section.comments .comment .byline small .data a {
  color: #c1beba;
}
/* line 312, ../scss/components/_comments.scss */
section.comments .comment .byline small .data a:hover {
  color: #625f5d;
}
/* line 317, ../scss/components/_comments.scss */
section.comments .comment .content {
  margin-bottom: 1.07143em;
  position: relative;
}
/* line 322, ../scss/components/_comments.scss */
section.comments .comment .content .comment-value {
  -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);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 1.14286em;
}
/* line 326, ../scss/components/_comments.scss */
section.comments .comment .content .comment-value ul, section.comments .comment .content .comment-value ol {
  padding-left: 2.14286em;
}
/* line 331, ../scss/components/_comments.scss */
section.comments .comment .content .comment-value ul li, section.comments .comment .content .comment-value ol li {
  margin-bottom: 0.5em;
}
/* line 334, ../scss/components/_comments.scss */
section.comments .comment .content .comment-value ol li p {
  font-weight: normal;
}
/* line 338, ../scss/components/_comments.scss */
section.comments .comment .content p:last-child {
  margin-bottom: 0px;
}
/* line 344, ../scss/components/_comments.scss */
section.comments .comment .content .byline {
  margin-top: 0px;
}
/* line 345, ../scss/components/_comments.scss */
section.comments .comment .content dl.action-list {
  margin-bottom: 0;
  overflow: auto;
}
/* line 345, ../scss/components/_comments.scss */
section.comments .comment .content dl.action-list dt, section.comments .comment .content dl.action-list dd {
  margin-bottom: 0;
}
/* line 347, ../scss/components/_comments.scss */
section.comments .comment .content:last-child {
  margin-bottom: 0px;
}
/* line 353, ../scss/components/_comments.scss */
section.comments .comment dl.action-list {
  overflow: auto;
}
/* line 355, ../scss/components/_comments.scss */
section.comments .comment ul.actions {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  /* line 355, ../scss/components/_comments.scss */
  section.comments .comment ul.actions {
    display: none;
  }
}
/* line 360, ../scss/components/_comments.scss */
section.comments .comment ul.actions i {
  color: #c1beba;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/* line 362, ../scss/components/_comments.scss */
section.comments .comment ul.actions i.foundicon-thumb-down {
  color: #ece3db;
}
/* line 366, ../scss/components/_comments.scss */
section.comments .comment ul.actions i:hover {
  color: #625f5d;
}
/* line 374, ../scss/components/_comments.scss */
section.comments .comment.indented {
  margin-left: -60px;
}
@media screen and (min-width: 1024px) {
  /* line 374, ../scss/components/_comments.scss */
  section.comments .comment.indented {
    margin-left: 0;
  }
}
/* line 380, ../scss/components/_comments.scss */
section.comments .comment.indented .byline {
  margin-top: 1.07143em;
}
/* line 385, ../scss/components/_comments.scss */
section.comments .annotation.thumbnail {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  max-width: 400px;
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative;
  left: 1px;
  margin-bottom: 0.57143em;
}
/* line 399, ../scss/components/_comments.scss */
section.comments .annotation.thumbnail .pip {
  display: block;
  min-width: 1.42857em;
  height: 1.42857em;
  font-weight: bold;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #FFF;
  background: #3b7140;
  border: 2px solid #FFF;
  text-align: center;
  padding: 0 0.35714em;
  line-height: 20px;
  border-radius: 1000px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
/* line 417, ../scss/components/_comments.scss */
section.comments .action-list dt {
  height: 35px;
  width: 40px;
  display: inline-block;
  padding-left: 0;
  padding: 0px 0;
}
/* line 425, ../scss/components/_comments.scss */
section.comments .action-list dd {
  background: #FFF;
}
/* line 427, ../scss/components/_comments.scss */
section.comments .action-list dd::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
}
/* line 433, ../scss/components/_comments.scss */
section.comments .prettyprint li {
  margin-bottom: 0;
}
/* line 435, ../scss/components/_comments.scss */
section.comments form.action-post-comment {
  margin-top: 1.07143em;
}

/* line 441, ../scss/components/_comments.scss */
div.minimize {
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

/* line 4, ../scss/components/_containers.scss */
section.white-box {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #FFF;
  border: 1px solid #ece3db;
  margin: 20px auto 30px auto;
  max-width: 83.57143em;
  padding: 1.07143em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 4, ../scss/components/_containers.scss */
  section.white-box {
    margin: auto -15px;
  }
}
/* line 17, ../scss/components/_containers.scss */
section.white-box.pull {
  margin-top: -65px;
}
/* line 19, ../scss/components/_containers.scss */
section.white-box section:last-child {
  margin-bottom: 0 !important;
}

/* line 22, ../scss/components/_containers.scss */
.panel.pull {
  margin-top: -65px;
}

/* line 25, ../scss/components/_containers.scss */
.iteration {
  display: block;
  font-weight: 200;
  position: relative;
  margin-bottom: 1em;
}
/* line 32, ../scss/components/_containers.scss */
.iteration h6 {
  color: #625f5d;
  font-weight: 200;
  margin-top: 0;
}
/* line 36, ../scss/components/_containers.scss */
.iteration h6 span.number {
  background: #c1beba;
  color: #FFF;
  padding: 0 7px;
  font-weight: bold;
}
/* line 43, ../scss/components/_containers.scss */
.iteration .date {
  font-size: 0.78571em;
  color: #c1beba;
  margin-bottom: 0;
  margin-left: 1em;
}
/* line 49, ../scss/components/_containers.scss */
.iteration .expand {
  border-radius: 1000px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  line-height: 1em;
  position: absolute;
  background: #3b7140;
  right: 15px;
  top: 25px;
}
/* line 58, ../scss/components/_containers.scss */
.iteration .expand i {
  color: #FFF;
  position: absolute;
  top: 9px;
  left: 8px;
}

/* line 2, ../scss/components/_filter-bar.scss */
.filter-bar {
  border: solid 1px white;
  border-radius: 3px;
  min-height: 40px;
  margin-bottom: 20px;
  background: #f5f0ec !important;
}
/* line 11, ../scss/components/_filter-bar.scss */
.filter-bar form {
  margin-bottom: 0px;
}
/* line 13, ../scss/components/_filter-bar.scss */
.filter-bar .custom.dropdown {
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 0px !important;
  border-width: 0px;
  border-right: 1px solid white;
  background: #f5f0ec !important;
  background-image: none !important;
  height: 40px !important;
}
/* line 21, ../scss/components/_filter-bar.scss */
.filter-bar .custom.dropdown .current {
  line-height: 40px !important;
  font-weight: bold;
  color: #625f5d !important;
}
/* line 26, ../scss/components/_filter-bar.scss */
.filter-bar .custom.dropdown .selector {
  height: 40px !important;
}
/* line 30, ../scss/components/_filter-bar.scss */
.filter-bar dl.view-toggle {
  margin-bottom: 0px;
  height: 40px;
  margin-left: 10px;
}
/* line 34, ../scss/components/_filter-bar.scss */
.filter-bar dl.view-toggle dt, .filter-bar dl.view-toggle dd {
  display: inline-block;
  margin-bottom: 0px;
}
/* line 35, ../scss/components/_filter-bar.scss */
.filter-bar dl.view-toggle dt {
  font-weight: normal;
  color: #625f5d;
  font-size: 14px;
  padding-right: 10px;
  position: relative;
  top: -10px;
}
/* line 42, ../scss/components/_filter-bar.scss */
.filter-bar dl.view-toggle dt::after {
  content: "|";
  color: #efebe6;
  position: absolute;
  right: 1px;
}
/* line 49, ../scss/components/_filter-bar.scss */
.filter-bar dl.view-toggle dd {
  position: relative;
  top: -3px;
}
/* line 52, ../scss/components/_filter-bar.scss */
.filter-bar dl.view-toggle dd a {
  color: #efebe6;
}
/* line 54, ../scss/components/_filter-bar.scss */
.filter-bar dl.view-toggle dd a.active {
  color: #625f5d;
}
/* line 55, ../scss/components/_filter-bar.scss */
.filter-bar dl.view-toggle dd a i {
  font-size: 27px;
}

/* line 1, ../scss/components/_footer.scss */
footer {
  background: #f5f0ec;
  padding: 30px 0 0;
}
/* line 7, ../scss/components/_footer.scss */
footer h5, footer h6 {
  font-family: 'ProximaNovaCondensed';
  font-weight: bold;
  text-transform: uppercase;
}
/* line 13, ../scss/components/_footer.scss */
footer #maintained {
  padding-left: 70px;
  background: url(../images/global/tree-image.png) no-repeat 0 0;
}
@media screen and (max-width: 768px) {
  /* line 13, ../scss/components/_footer.scss */
  footer #maintained {
    padding-left: 0px;
    background-image: none;
  }
}
/* line 22, ../scss/components/_footer.scss */
footer .resources {
  list-style-type: none;
}
/* line 24, ../scss/components/_footer.scss */
footer .resources a {
  text-decoration: underline;
  color: #625f5d;
}

@media only screen and (max-width: 768px) {
  /* line 32, ../scss/components/_footer.scss */
  footer {
    margin: 0;
  }
}
/* line 36, ../scss/components/_footer.scss */
.zurb-footer-bottom ul.zurb-links li {
  font-family: "Proxima Nova Condensed", "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, serif;
}

/* line 4, ../scss/components/_forms.scss */
form.custom .custom.dropdown {
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 0px !important;
  border: solid 1px white;
  background: #f5f0ec !important;
  background-image: none !important;
  height: 40px !important;
  text-align: left;
}
/* line 12, ../scss/components/_forms.scss */
form.custom .custom.dropdown .current {
  line-height: 40px !important;
  font-weight: bold;
  color: #625f5d !important;
}
/* line 17, ../scss/components/_forms.scss */
form.custom .custom.dropdown .selector {
  height: 40px !important;
}

/* line 21, ../scss/components/_forms.scss */
.collapse-bottom {
  margin-bottom: 0;
}

/* line 22, ../scss/components/_forms.scss */
.bump-right {
  margin-left: 1.07143em;
}

@media only screen and (max-width: 768px) {
  /* line 25, ../scss/components/_forms.scss */
  .bump-right {
    position: absolute;
    margin-top: 5px;
  }
}
/* line 29, ../scss/components/_forms.scss */
form .alert-box {
  margin-bottom: 1.07143em;
}
/* line 31, ../scss/components/_forms.scss */
form .alert-box .close {
  top: 0.7em;
}

/* line 36, ../scss/components/_forms.scss */
textarea:focus {
  box-shadow: none;
  border: 2px solid #3b7140;
}

/* line 44, ../scss/components/_forms.scss */
.search.row input[type="text"] {
  height: 31px;
  margin-bottom: 0px;
  position: relative;
  right: -2px;
  border-radius: 3px 0 0 3px;
  font-size: 0.92857em;
}
/* line 52, ../scss/components/_forms.scss */
.search.row .postfix {
  height: 31px;
}
/* line 55, ../scss/components/_forms.scss */
.search.row i {
  position: relative;
  top: 2px;
}

/* line 61, ../scss/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"], textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Let's make errythang nice and Forrsty! */
/* line 68, ../scss/components/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus {
  border-width: 2px;
  box-shadow: none;
}

/* line 70, ../scss/components/_forms.scss */
small.error {
  border-radius: 0 0 3px 3px;
}

/* line 73, ../scss/components/_forms.scss */
label input[type="text"] {
  margin-top: 5px;
}

/* line 77, ../scss/components/_forms.scss */
input[type="text"].error:focus {
  border-color: #da4d0f;
}

/* line 82, ../scss/components/_forms.scss */
.reveal-modal input[type=radio] {
  margin-right: 3px;
}

@media screen and (max-width: 640px) {
  /* line 104, ../scss/components/_forms.scss */
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
/* line 109, ../scss/components/_forms.scss */
.search-label {
  margin-top: 15px;
}

/* line 113, ../scss/components/_forms.scss */
.small-push-top {
  margin-top: 15px;
}

/* Grid HTML Classes */
/* line 127, ../scss/components/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 85.71429em;
  width: 100%;
  *zoom: 1;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 132, ../scss/components/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 135, ../scss/components/_grid.scss */
.row .row {
  margin-left: -1.07143em;
  margin-right: -1.07143em;
  max-width: none;
  width: auto;
  *zoom: 1;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 136, ../scss/components/_grid.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
  *zoom: 1;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

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

@media only screen {
  /* line 146, ../scss/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 146, ../scss/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 150, ../scss/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 157, ../scss/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media only screen and (min-width: 640px) {
  /* line 163, ../scss/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 163, ../scss/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 167, ../scss/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid.scss */
  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid.scss */
  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  /* line 176, ../scss/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 179, ../scss/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 190, ../scss/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 190, ../scss/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 194, ../scss/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-3 {
    left: 25%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-6 {
    left: 50%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-6 {
    right: 50%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-9 {
    left: 75%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid.scss */
  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid.scss */
  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }

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

  /* line 206, ../scss/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
/* line 4, ../scss/components/_ie.scss */
.lt-ie10 #off-canvas-content {
  right: -250px;
  top: 0px;
}

/* line 3, ../scss/components/_labels.scss */
.label {
  border: none;
  color: #7c7876;
  border-radius: 3px;
  background: #ece3db;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: bold;
}
/* line 6, ../scss/components/_labels.scss */
.label a {
  color: #7c7876;
}
/* line 12, ../scss/components/_labels.scss */
.label.bright {
  border-width: 0px;
  color: #d1a700;
  border-radius: 3px;
  background: #ffe684;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
}
/* line 15, ../scss/components/_labels.scss */
.label.bright a {
  color: #d1a700;
}
/* line 22, ../scss/components/_labels.scss */
.label.orange {
  border-width: 0px;
  border-radius: 3px;
  background: #ffcf8c;
  margin-bottom: 15px;
  font-weight: bold;
}
/* line 24, ../scss/components/_labels.scss */
.label.orange a {
  color: #d77e01;
}
/* line 30, ../scss/components/_labels.scss */
.label.red {
  border-width: 0px;
  color: #aa3c0c;
  border-radius: 3px;
  background: #f59b73;
  margin-bottom: 15px;
  font-weight: bold;
}
/* line 33, ../scss/components/_labels.scss */
.label.red a {
  color: #aa3c0c;
}
/* line 39, ../scss/components/_labels.scss */
.label.green {
  border-width: 0px;
  color: #2a4f2d;
  border-radius: 3px;
  background: #75b77b;
  margin-bottom: 15px;
  font-weight: bold;
}
/* line 42, ../scss/components/_labels.scss */
.label.green a {
  color: #2a4f2d;
}
/* line 48, ../scss/components/_labels.scss */
.label.success {
  border-width: 0px;
  color: #448249;
  border-radius: 3px;
  background: #a7d1ab;
  margin-bottom: 15px;
  font-weight: bold;
}
/* line 51, ../scss/components/_labels.scss */
.label.success a {
  color: #448249;
}

/* line 62, ../scss/components/_labels.scss */
ul.tag-list {
  list-style-type: none;
  overflow: auto;
  margin-bottom: 0px;
}
/* line 66, ../scss/components/_labels.scss */
ul.tag-list li {
  display: inline-block;
  float: left;
  overflow: auto;
  margin: 0 1em 1em 0;
}
/* line 71, ../scss/components/_labels.scss */
ul.tag-list li .label {
  margin-bottom: 0;
}

/* line 80, ../scss/components/_labels.scss */
.selectize-input > div.label {
  padding: 5px 7px !important;
  padding-right: 25px !important;
  position: relative;
}
/* line 84, ../scss/components/_labels.scss */
.selectize-input > div.label a.action-remove-tag {
  font-size: 18px;
  color: #959290;
}
/* line 87, ../scss/components/_labels.scss */
.selectize-input > div.label a.action-remove-tag:hover {
  color: #da4d0f;
}
/* line 89, ../scss/components/_labels.scss */
.selectize-input > div.label a {
  position: absolute;
  right: 7px;
  top: 3px;
}

/* line 1, ../scss/components/_loading.scss */
#loading {
  position: fixed;
  top: 0;
  left: 10%;
  padding: 8px 8px 8px 8px;
  font-size: 16px;
  background: black;
  color: #fff;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 25;
}

/* line 4, ../scss/components/_messages.scss */
section.messages .message.panel {
  opacity: 0.8;
}
/* line 5, ../scss/components/_messages.scss */
section.messages .message.panel.unread {
  opacity: 1;
}

@media only screen and (min-width: 640px) {
  /* line 18, ../scss/components/_navigation.scss */
  li.small-only {
    display: none !important;
  }
}

/* line 21, ../scss/components/_navigation.scss */
nav#main {
  position: relative;
  margin: 0 -15px 20px;
  background: #3b7140;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  /* line 21, ../scss/components/_navigation.scss */
  nav#main {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 21, ../scss/components/_navigation.scss */
  nav#main {
    margin: 0 0 20px 0;
  }
}
/* line 31, ../scss/components/_navigation.scss */
nav#main ul {
  list-style-type: none;
  margin: 0;
  overflow: visible;
}
/* line 39, ../scss/components/_navigation.scss */
nav#main ul.left li {
  margin-left: 0;
  margin-right: 1.42857em;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  /* line 46, ../scss/components/_navigation.scss */
  nav#main ul.inline-list span.username {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  /* line 50, ../scss/components/_navigation.scss */
  nav#main #global-search {
    display: none;
  }
}
/* line 52, ../scss/components/_navigation.scss */
nav#main .button {
  border-width: 0px;
}
/* line 56, ../scss/components/_navigation.scss */
nav#main .menu.button {
  margin-bottom: 0;
  width: 46px;
}
/* line 62, ../scss/components/_navigation.scss */
nav#main .menu.button .hamburger-icon {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 0;
  display: inline-block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 77, ../scss/components/_navigation.scss */
nav#main .menu, nav#main .post {
  border-radius: 3px;
  box-shadow: 0 3px 0 #36673a;
  position: relative;
  height: 34px;
  top: 12px;
  background: #448249;
}
/* line 84, ../scss/components/_navigation.scss */
nav#main .menu:hover, nav#main .post:hover {
  background: #36673a;
}
@media only screen and (max-width: 767px) {
  /* line 88, ../scss/components/_navigation.scss */
  nav#main .center-on-mobile {
    position: absolute;
    left: 50%;
    margin-left: -38px !important;
  }
}
/* line 97, ../scss/components/_navigation.scss */
nav#main .logo {
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  position: relative;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 97, ../scss/components/_navigation.scss */
  nav#main .logo {
    top: 19px;
  }
}
/* line 107, ../scss/components/_navigation.scss */
nav#main .logo .title {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 10px;
}
/* line 111, ../scss/components/_navigation.scss */
nav#main .logo .title img {
  max-width: 5.35714em;
}
@media screen and (min-width: 768px) {
  /* line 111, ../scss/components/_navigation.scss */
  nav#main .logo .title img {
    max-width: none;
  }
}
/* line 117, ../scss/components/_navigation.scss */
nav#main .logo .by-zurb {
  display: inline-block;
  text-indent: 0px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6) !important;
  background-image: none !important;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 768px) {
  /* line 117, ../scss/components/_navigation.scss */
  nav#main .logo .by-zurb {
    display: none;
  }
}
/* line 128, ../scss/components/_navigation.scss */
nav#main .logo .by-zurb img {
  margin-left: 5px;
  opacity: 0.6;
  margin-top: -3px;
}
/* line 133, ../scss/components/_navigation.scss */
nav#main .logo .by-zurb:hover img {
  opacity: 1;
}
/* line 138, ../scss/components/_navigation.scss */
nav#main .main-items {
  position: relative;
  height: auto;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 138, ../scss/components/_navigation.scss */
  nav#main .main-items {
    display: none;
  }
}
/* line 146, ../scss/components/_navigation.scss */
nav#main .main-items img {
  display: inline;
}
/* line 149, ../scss/components/_navigation.scss */
nav#main .main-items .button-group {
  display: inline-block;
  clear: none !important;
}
/* line 152, ../scss/components/_navigation.scss */
nav#main .main-items .button-group::after {
  clear: none !important;
}
/* line 154, ../scss/components/_navigation.scss */
nav#main .main-items .button-group li {
  border-width: 0px;
}
/* line 157, ../scss/components/_navigation.scss */
nav#main .main-items .button-group li .button {
  height: 34px;
  margin: 0;
  margin-left: 1px;
  background: #448249;
  box-shadow: 0 3px 0 #36673a;
  border-right: 1px solid #3b7140;
  font-size: 1em;
}
/* line 162, ../scss/components/_navigation.scss */
nav#main .main-items .button-group li .button:hover {
  background: #36673a;
}
/* line 169, ../scss/components/_navigation.scss */
nav#main .main-items .f-dropdown {
  color: #c1beba;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 175, ../scss/components/_navigation.scss */
  nav#main .search {
    display: none;
  }
}
/* line 179, ../scss/components/_navigation.scss */
nav#main .account .button {
  position: relative;
  overflow: hidden;
  padding-left: 40px;
}
/* line 182, ../scss/components/_navigation.scss */
nav#main .account .button img {
  position: absolute;
  width: 20px;
  left: 8px;
  top: 7px;
  border-radius: 2px;
}
@media only screen and (max-width: 1150px) {
  /* line 179, ../scss/components/_navigation.scss */
  nav#main .account .button {
    padding-left: 1.28571em;
  }
}
@media only screen and (max-width: 810px) {
  /* line 193, ../scss/components/_navigation.scss */
  nav#main .add-a-post {
    display: none;
  }
}
/* line 198, ../scss/components/_navigation.scss */
nav#main .badge {
  border-radius: 1000px;
  padding: 5px;
  display: block;
  min-width: 20px;
  height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  background: #da4d0f;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 0.85714em;
  line-height: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* line 216, ../scss/components/_navigation.scss */
nav#main #global-search {
  top: 12px;
  position: relative;
  width: 15em;
  margin: 0;
  -webkit-transition: width 0.3s ease-in, width 0.3s ease-out;
  -moz-transition: width 0.3s ease-in, width 0.3s ease-out;
  -o-transition: width 0.3s ease-in, width 0.3s ease-out;
  transition: width 0.3s ease-in, width 0.3s ease-out;
}
/* line 222, ../scss/components/_navigation.scss */
nav#main #global-search input[type=text] {
  background: #2a4f2d url(../images/global/search-icon.svg) no-repeat 95% 50%;
  border-width: 0px;
  color: #f5f0ec;
  margin-bottom: 0px;
  position: absolute;
  right: 0;
  height: 35px;
  box-shadow: inset 0 2px #264929;
  -webkit-transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
  -moz-transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
  -o-transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
  transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
}
/* line 231, ../scss/components/_navigation.scss */
nav#main #global-search input[type=text]:focus {
  background: #fbf8f5 url(../images/global/search-icon-focus.svg) no-repeat 95% 50%;
  box-shadow: inset 0 2px #bcb9b5;
}
@media only screen and (max-width: 920px) {
  /* line 237, ../scss/components/_navigation.scss */
  nav#main #global-search input[type=text]:focus {
    width: 15em;
    opacity: 0.8;
    background: #fbf8f5 url(../images/global/search-icon-focus.svg) no-repeat 95% 50%;
  }
}
/* line 246, ../scss/components/_navigation.scss */
nav#main #global-search .foundicon-search {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #3b7140;
  text-shadow: 0 2px #264929;
}
/* line 253, ../scss/components/_navigation.scss */
nav#main #global-search input.search:focus {
  color: #625f5d;
}
/* line 254, ../scss/components/_navigation.scss */
nav#main #global-search input.search:focus + i {
  color: #c1beba;
  text-shadow: 0 0 0 transparent;
}
@media only screen and (max-width: 920px) {
  /* line 216, ../scss/components/_navigation.scss */
  nav#main #global-search {
    width: 40px;
    overflow: visible;
  }
  /* line 261, ../scss/components/_navigation.scss */
  nav#main #global-search input[type=text] {
    background: #2a4f2d url(../images/global/serch-icon.svg) no-repeat 50% 50%;
  }
}

/* line 270, ../scss/components/_navigation.scss */
.f-dropdown {
  border-radius: 3px;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* line 276, ../scss/components/_navigation.scss */
.f-dropdown li {
  border-bottom: 1px solid #d9d7d5;
}
@media only screen and (max-width: 768px) {
  /* line 279, ../scss/components/_navigation.scss */
  .f-dropdown li.with-radio:hover {
    background: #f5f0ec;
  }
}
/* line 283, ../scss/components/_navigation.scss */
.f-dropdown li.unread a {
  background: #ffefd8;
  color: #be6f01;
}
/* line 287, ../scss/components/_navigation.scss */
.f-dropdown li.unread a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 291, ../scss/components/_navigation.scss */
.f-dropdown li.unread a:hover {
  background: #ffe4bf;
}

/* line 299, ../scss/components/_navigation.scss */
.badge {
  border-radius: 1000px;
  padding: 5px;
  display: block;
  min-width: 20px;
  height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  background: #da4d0f;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 0.71429em;
  line-height: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 13px;
}

/* line 317, ../scss/components/_navigation.scss */
#sidebar {
  background: #3b3938;
  box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  /* line 317, ../scss/components/_navigation.scss */
  #sidebar {
    display: none;
  }
}
/* line 325, ../scss/components/_navigation.scss */
#sidebar #sideMainNav li.category {
  text-transform: uppercase;
  font-size: 0.71429em;
  color: #f5f0ec;
  font-weight: bold;
}
/* line 334, ../scss/components/_navigation.scss */
#sidebar #global-search-sidebar {
  position: relative;
  margin: 0;
  margin-top: 0.85714em;
  margin-bottom: 1.07143em;
}
/* line 339, ../scss/components/_navigation.scss */
#sidebar #global-search-sidebar input[type=text] {
  background: #21201f url(../images/global/search-icon-dark.svg) no-repeat 95% 50%;
  border-width: 0px;
  color: #f5f0ec;
  margin-bottom: 0px;
  position: relative;
  height: 35px;
  box-shadow: inset 0 2px #2e2c2b;
  -webkit-transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
  -moz-transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
  -o-transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
  transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
}
/* line 347, ../scss/components/_navigation.scss */
#sidebar #global-search-sidebar input[type=text]:focus {
  background: #fbf8f5 url(../images/global/search-icon-focus.svg) no-repeat 95% 50%;
  box-shadow: inset 0 2px #bcb9b5;
}
/* line 354, ../scss/components/_navigation.scss */
#sidebar #global-search-sidebar .foundicon-search {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #3b7140;
  text-shadow: 0 2px #264929;
}
/* line 361, ../scss/components/_navigation.scss */
#sidebar #global-search-sidebar input.search:focus {
  color: #625f5d;
}
/* line 362, ../scss/components/_navigation.scss */
#sidebar #global-search-sidebar input.search:focus + i {
  color: #c1beba;
  text-shadow: 0 0 0 transparent;
}

/* line 376, ../scss/components/_navigation.scss */
#notificationsDrop li.activity a {
  padding-left: 0.71429em;
  position: relative;
}
/* line 378, ../scss/components/_navigation.scss */
#notificationsDrop li.activity img {
  width: 40px;
  position: absolute;
  top: 1.07143em;
  left: 0.85714em;
}
/* line 380, ../scss/components/_navigation.scss */
#notificationsDrop li.activity p {
  font-size: 0.85714em;
  padding-left: 5em;
  margin-bottom: 0;
  min-height: 40px;
}

/* line 390, ../scss/components/_navigation.scss */
#notificationsList {
  list-style-type: none;
}
/* line 396, ../scss/components/_navigation.scss */
#notificationsList li.activity a {
  padding-left: 0.71429em;
  position: relative;
  color: #c1beba;
}
/* line 402, ../scss/components/_navigation.scss */
#notificationsList li.activity p {
  font-size: 0.85714em;
  margin-bottom: 0;
}
/* line 406, ../scss/components/_navigation.scss */
#notificationsList li.activity small {
  display: block;
}
/* line 408, ../scss/components/_navigation.scss */
#notificationsList .seeall {
  color: black;
  text-shadow: 0 1px 0 #555251;
}

@media screen and (max-width: 768px) {
  /* line 414, ../scss/components/_navigation.scss */
  a[data-dropdown="subNavDrop"] {
    display: none;
  }
}

/* line 421, ../scss/components/_navigation.scss */
#sideMainNav li.divider {
  border-top: 1px solid #2e2c2b;
  box-shadow: 0 1px 0 #555251;
}
/* line 426, ../scss/components/_navigation.scss */
#sideMainNav li a {
  color: #c1beba;
  font-size: 1.42857em;
}

/* line 433, ../scss/components/_navigation.scss */
#sidebar h6 {
  color: #918b84 !important;
  text-transform: uppercase;
}

/* line 440, ../scss/components/_navigation.scss */
#form-small-category-change label {
  padding: 10px 20px;
}
/* line 441, ../scss/components/_navigation.scss */
#form-small-category-change label.first {
  padding-top: 20px;
}
/* line 442, ../scss/components/_navigation.scss */
#form-small-category-change label.last {
  padding-bottom: 0;
}
/* line 444, ../scss/components/_navigation.scss */
#form-small-category-change .custom.radio {
  margin-right: 10px;
}

/* line 5, ../scss/components/_off-canvas2.scss */
#outer-wrap {
  -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);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #484644;
}

/* line 18, ../scss/components/_off-canvas2.scss */
#inner-wrap {
  -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);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #fbf8f5;
}

@media screen and (max-width: 640px) {
  /* line 35, ../scss/components/_off-canvas2.scss */
  .medium-up {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 37, ../scss/components/_off-canvas2.scss */
  .desktop-only {
    display: none;
  }
}

/* line 45, ../scss/components/_off-canvas2.scss */
nav#main-nav {
  -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);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #3b7140;
  color: #FFF;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 50;
}
/* line 50, ../scss/components/_off-canvas2.scss */
nav#main-nav * {
  -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 58, ../scss/components/_off-canvas2.scss */
nav#main-nav a, nav#main-nav h1, nav#main-nav h2, nav#main-nav h3, nav#main-nav h4, nav#main-nav h5, nav#main-nav h6 {
  margin: 0;
}
/* line 70, ../scss/components/_off-canvas2.scss */
nav#main-nav ul.title li {
  position: relative;
}
/* line 73, ../scss/components/_off-canvas2.scss */
nav#main-nav ul.left li {
  margin-right: 10px;
}
/* line 74, ../scss/components/_off-canvas2.scss */
nav#main-nav ul.right-side {
  text-align: right;
}
/* line 74, ../scss/components/_off-canvas2.scss */
nav#main-nav ul.right-side li {
  margin-left: 10px;
}
/* line 75, ../scss/components/_off-canvas2.scss */
nav#main-nav ul.left, nav#main-nav ul.right-side {
  display: block;
  margin: 0;
  margin-top: 14px;
  list-style-type: none;
}
/* line 82, ../scss/components/_off-canvas2.scss */
nav#main-nav ul.left li, nav#main-nav ul.right-side li {
  display: inline-block;
}
/* line 91, ../scss/components/_off-canvas2.scss */
nav#main-nav .menu.button {
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  /* line 91, ../scss/components/_off-canvas2.scss */
  nav#main-nav .menu.button {
    padding-right: 34px;
  }
}
@media screen and (min-width: 640px) {
  /* line 91, ../scss/components/_off-canvas2.scss */
  nav#main-nav .menu.button {
    display: none;
  }
}
/* line 98, ../scss/components/_off-canvas2.scss */
nav#main-nav .menu.button .fi-list {
  position: absolute;
  font-size: 19px;
  top: 6px;
  right: 12px;
}
@media screen and (min-width: 768px) {
  /* line 98, ../scss/components/_off-canvas2.scss */
  nav#main-nav .menu.button .fi-list {
    top: 5px;
    right: 14px !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 112, ../scss/components/_off-canvas2.scss */
  nav#main-nav .mobile-logo {
    display: none !important;
  }
}
/* line 114, ../scss/components/_off-canvas2.scss */
nav#main-nav .mobile-logo .logo {
  top: 1px;
}
@media screen and (max-width: 640px) {
  /* line 114, ../scss/components/_off-canvas2.scss */
  nav#main-nav .mobile-logo .logo {
    top: 5px;
  }
}
/* line 122, ../scss/components/_off-canvas2.scss */
nav#main-nav .logo {
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 122, ../scss/components/_off-canvas2.scss */
  nav#main-nav .logo {
    top: 3px;
  }
}
/* line 129, ../scss/components/_off-canvas2.scss */
nav#main-nav .logo .title {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  /* line 133, ../scss/components/_off-canvas2.scss */
  nav#main-nav .logo .title img {
    max-width: 6.42857em;
  }
}
/* line 139, ../scss/components/_off-canvas2.scss */
nav#main-nav .logo .by-zurb {
  display: inline-block;
  text-indent: 0px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6) !important;
  background-image: none !important;
  position: relative;
  top: -1px;
}
/* line 148, ../scss/components/_off-canvas2.scss */
nav#main-nav .logo .by-zurb img {
  margin-left: 5px;
  opacity: 0.6;
  margin-top: -3px;
}
@media screen and (max-width: 640px) {
  /* line 148, ../scss/components/_off-canvas2.scss */
  nav#main-nav .logo .by-zurb img {
    max-width: 4em;
  }
}
/* line 154, ../scss/components/_off-canvas2.scss */
nav#main-nav .logo .by-zurb:hover img {
  opacity: 1;
}
@media screen and (min-width: 641px) {
  /* line 139, ../scss/components/_off-canvas2.scss */
  nav#main-nav .logo .by-zurb {
    position: absolute;
    left: 127px;
    width: 108px;
    top: -2px;
  }
}
/* line 165, ../scss/components/_off-canvas2.scss */
nav#main-nav #global-search {
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  top: 12px;
  position: absolute;
  max-width: 15em;
  width: 0;
  overflow: hidden;
  margin: 0;
}
/* line 174, ../scss/components/_off-canvas2.scss */
nav#main-nav #global-search input[type=text] {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #2a4f2d;
  border-width: 0px;
  color: #625f5d;
  margin-bottom: 0px;
  position: absolute;
  right: 100%;
  top: -12px;
  height: 33px;
  box-shadow: inset 0 2px #264929;
  -webkit-transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
  -moz-transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
  -o-transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
  transition: background 0.3s ease-in, background 0.3s ease-out, width 0.3s ease;
}
/* line 185, ../scss/components/_off-canvas2.scss */
nav#main-nav #global-search input[type=text]:focus {
  background: #fbf8f5;
  box-shadow: inset 0 2px #bcb9b5;
}
@media only screen and (max-width: 920px) {
  /* line 191, ../scss/components/_off-canvas2.scss */
  nav#main-nav #global-search input[type=text]:focus {
    width: 15em;
    opacity: 0.8;
    background: #fbf8f5;
  }
}
/* line 200, ../scss/components/_off-canvas2.scss */
nav#main-nav #global-search.activated {
  width: 10em;
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  /* line 210, ../scss/components/_off-canvas2.scss */
  nav#main-nav li.post {
    display: none !important;
  }
}
/* line 213, ../scss/components/_off-canvas2.scss */
nav#main-nav li.post i {
  position: absolute;
  font-size: 16px;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -7px;
}
/* line 223, ../scss/components/_off-canvas2.scss */
nav#main-nav li.search {
  position: relatve;
}
@media screen and (max-width: 640px) {
  /* line 223, ../scss/components/_off-canvas2.scss */
  nav#main-nav li.search {
    display: none !important;
  }
}
/* line 226, ../scss/components/_off-canvas2.scss */
nav#main-nav li.search i {
  position: absolute;
  font-size: 16px;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -7px;
}
/* line 234, ../scss/components/_off-canvas2.scss */
nav#main-nav li.search .button.activated {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: border-radius 300ms ease;
  -moz-transition: border-radius 300ms ease;
  -o-transition: border-radius 300ms ease;
  transition: border-radius 300ms ease;
}
@media screen and (max-width: 640px) {
  /* line 241, ../scss/components/_off-canvas2.scss */
  nav#main-nav li.reg {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 246, ../scss/components/_off-canvas2.scss */
  nav#main-nav li.account {
    display: none !important;
  }
}
/* line 251, ../scss/components/_off-canvas2.scss */
nav#main-nav li.account .account {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  margin-right: -3px;
}
@media screen and (min-width: 1024px) {
  /* line 251, ../scss/components/_off-canvas2.scss */
  nav#main-nav li.account .account {
    padding-left: 38px;
  }
}
/* line 260, ../scss/components/_off-canvas2.scss */
nav#main-nav li.account .account img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 7px;
  top: 6px;
}
@media screen and (max-width: 1023px) {
  /* line 268, ../scss/components/_off-canvas2.scss */
  nav#main-nav li.account .account .text {
    display: none;
  }
}
/* line 274, ../scss/components/_off-canvas2.scss */
nav#main-nav li.account .notifications {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #FFF;
  font-weight: bold;
}
/* line 282, ../scss/components/_off-canvas2.scss */
nav#main-nav li.account .notifications .number, nav#main-nav li.account .notifications .number.has-notifications {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  display: block;
  padding: 3px 7px;
  top: 6px;
  right: 7px;
}
/* line 292, ../scss/components/_off-canvas2.scss */
nav#main-nav li.account .notifications .number {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
/* line 298, ../scss/components/_off-canvas2.scss */
nav#main-nav li.account .notifications .number.has-notifications {
  background: #fe9a0d;
  color: #FFF;
}

/* line 311, ../scss/components/_off-canvas2.scss */
body#off-canvas {
  -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);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 318, ../scss/components/_off-canvas2.scss */
body#off-canvas #inner-wrap {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 323, ../scss/components/_off-canvas2.scss */
body#off-canvas:target #inner-wrap {
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  transform: translateX(-250px);
}
@media screen and (min-width: 641px) {
  /* line 323, ../scss/components/_off-canvas2.scss */
  body#off-canvas:target #inner-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 333, ../scss/components/_off-canvas2.scss */
body#off-canvas:target a#back {
  cursor: default;
  display: block;
  position: absolute;
  top: -20em;
  bottom: -20em;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* line 352, ../scss/components/_off-canvas2.scss */
#off-canvas-content {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(100%, -60px, 0);
  -moz-transform: translate3d(100%, -60px, 0);
  -ms-transform: translate3d(100%, -60px, 0);
  -o-transform: translate3d(100%, -60px, 0);
  transform: translate3d(100%, -60px, 0);
  width: 250px;
  min-height: 480px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #484644;
  z-index: 1001;
}
/* line 356, ../scss/components/_off-canvas2.scss */
#off-canvas-content * {
  -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 372, ../scss/components/_off-canvas2.scss */
#off-canvas-content .inner-shadow {
  -webkit-box-shadow: inset 2px 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 0 5px rgba(0, 0, 0, 0.2);
  content: "";
  width: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
/* line 395, ../scss/components/_off-canvas2.scss */
#off-canvas-content .content-wrap {
  background: red;
}
/* line 403, ../scss/components/_off-canvas2.scss */
#off-canvas-content #mobile-search {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  position: relative;
  height: 60px;
  padding: 0 1.07143em;
  background-color: #625f5d;
  margin: 0;
}
/* line 412, ../scss/components/_off-canvas2.scss */
#off-canvas-content #mobile-search input[type=text] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f5f0ec;
  border-width: 0px;
  margin-bottom: 0px;
  right: 0;
  height: 33px;
  position: relative;
  top: 13px;
  padding-right: 35px;
  z-index: 1;
}
/* line 425, ../scss/components/_off-canvas2.scss */
#off-canvas-content #mobile-search input[type=text]:focus {
  background-color: #FFF;
  font-size: 16px;
}
/* line 431, ../scss/components/_off-canvas2.scss */
#off-canvas-content #mobile-search i.fi-magnifying-glass {
  display: block;
  position: absolute;
  right: 25px;
  top: 22px;
  z-index: 2;
}
/* line 442, ../scss/components/_off-canvas2.scss */
#off-canvas-content h6.block-title {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  color: #c1beba;
  text-transform: uppercase;
  margin: 0;
  padding: 0.35714em 1.07143em;
  background-color: #625f5d;
  font-size: 0.85714em;
}
/* line 454, ../scss/components/_off-canvas2.scss */
#off-canvas-content ul.line-nav {
  list-style-type: none;
  margin-bottom: 0;
}
/* line 457, ../scss/components/_off-canvas2.scss */
#off-canvas-content ul.line-nav li {
  border-bottom: 1px solid #43413f;
}
/* line 460, ../scss/components/_off-canvas2.scss */
#off-canvas-content ul.line-nav li.has-image {
  line-height: 24px;
}
/* line 463, ../scss/components/_off-canvas2.scss */
#off-canvas-content ul.line-nav li.has-image a {
  padding-left: 3.64286em;
}
/* line 465, ../scss/components/_off-canvas2.scss */
#off-canvas-content ul.line-nav li.has-image a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.71429em;
  position: absolute;
  left: 1.07143em;
}
/* line 477, ../scss/components/_off-canvas2.scss */
#off-canvas-content ul.line-nav li .number {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  background: #625f5d;
  margin-right: 0.71429em;
}
/* line 489, ../scss/components/_off-canvas2.scss */
#off-canvas-content ul.line-nav li .number.has-notifications {
  color: #FFF;
  background: #fe9a0d;
}
/* line 498, ../scss/components/_off-canvas2.scss */
#off-canvas-content ul.line-nav a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  color: #c1beba;
  position: relative;
  padding: 0.71429em 1.07143em;
}
/* line 504, ../scss/components/_off-canvas2.scss */
#off-canvas-content ul.line-nav a:hover {
  color: #FFF;
  background: #363433;
}
@media screen and (min-width: 641px) {
  /* line 520, ../scss/components/_off-canvas2.scss */
  #off-canvas-content .account {
    display: none !important;
  }
}

/* line 7, ../scss/components/_post-content.scss */
section.post-content section.image {
  margin-bottom: 15px;
  text-align: center;
}
/* line 12, ../scss/components/_post-content.scss */
section.post-content section.image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 17, ../scss/components/_post-content.scss */
section.post-content section.image p {
  font-style: italic;
  padding-top: 10px;
}
/* line 24, ../scss/components/_post-content.scss */
section.post-content section.text {
  font-size: 1.14286em;
}
/* line 26, ../scss/components/_post-content.scss */
section.post-content section.text h1, section.post-content section.text h2, section.post-content section.text h3, section.post-content section.text h4, section.post-content section.text h5, section.post-content section.text h6 {
  color: #625f5d;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 24, ../scss/components/_post-content.scss */
  section.post-content section.text {
    font-size: 1.42857em;
  }
}
/* line 32, ../scss/components/_post-content.scss */
section.post-content section.text h1, section.post-content section.text h2, section.post-content section.text h3 {
  font-size: 1.64286em;
  font-weight: 300;
}
/* line 36, ../scss/components/_post-content.scss */
section.post-content section.text h4 {
  font-size: 1.21429em;
  color: #c1beba;
}
/* line 37, ../scss/components/_post-content.scss */
section.post-content section.text h5 {
  font-size: 1.07143em;
}
/* line 38, ../scss/components/_post-content.scss */
section.post-content section.text h6 {
  font-size: 0.85714em;
  text-transform: uppercase;
}
/* line 40, ../scss/components/_post-content.scss */
section.post-content section.text ul, section.post-content section.text ol {
  margin-left: 2.14286em;
}
/* line 45, ../scss/components/_post-content.scss */
section.post-content section.link {
  text-align: center;
  margin-bottom: 15px;
}
/* line 50, ../scss/components/_post-content.scss */
section.post-content section.link a {
  margin: 0;
}

/* line 59, ../scss/components/_post-content.scss */
section.code,
div.code {
  margin-bottom: 1.07143em;
}
/* line 64, ../scss/components/_post-content.scss */
section.code .title,
div.code .title {
  background: #ece3db;
  color: #7c7876;
  font-weight: bold;
  padding: 0.42857em 1.07143em;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
}
/* line 74, ../scss/components/_post-content.scss */
section.code pre,
div.code pre {
  background: #112112;
  border-radius: 3px;
  color: #fbf8f5;
  margin-bottom: 5px;
  padding: 1.07143em;
}
/* line 80, ../scss/components/_post-content.scss */
section.code pre ol,
div.code pre ol {
  margin: 0;
}
/* line 83, ../scss/components/_post-content.scss */
section.code .title + pre,
div.code .title + pre {
  border-radius: 0 0 3px 3px;
}
/* line 87, ../scss/components/_post-content.scss */
section.code p.raw,
div.code p.raw {
  padding-top: 10px;
  text-align: center;
  font-style: italic;
}

/* line 98, ../scss/components/_post-content.scss */
.post-actions {
  padding: 15px 0;
  margin-bottom: 30px;
  margin-top: 15px;
}
/* line 103, ../scss/components/_post-content.scss */
.post-actions dl {
  margin-top: 0;
  float: left;
}
/* line 104, ../scss/components/_post-content.scss */
.post-actions ul.inline-list {
  float: left;
  margin-bottom: 0;
}
/* line 105, ../scss/components/_post-content.scss */
.post-actions .button {
  margin-bottom: 0;
}
/* line 106, ../scss/components/_post-content.scss */
.post-actions img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 110, ../scss/components/_post-content.scss */
.post-actions a.avatar img {
  width: 31px;
}
/* line 112, ../scss/components/_post-content.scss */
.post-actions a small {
  position: relative;
  top: 8px;
}
/* line 114, ../scss/components/_post-content.scss */
.post-actions h6.underlined {
  border-bottom: 1px solid #e5e4e2;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}

/* line 124, ../scss/components/_post-content.scss */
.tags.inline-list .avatar {
  display: none;
}

/* line 127, ../scss/components/_post-content.scss */
.tags.band {
  text-align: center;
  padding-top: 30px;
}
/* line 132, ../scss/components/_post-content.scss */
.tags.band i.fi-price-tag {
  font-size: 1.2em;
  top: 2px;
  position: relative;
}
/* line 139, ../scss/components/_post-content.scss */
.tags.band h6 a.more {
  color: #6c9c76;
  text-decoration: underline;
  margin: 0 3px;
}

/* line 147, ../scss/components/_post-content.scss */
.likes-list {
  list-style-type: none;
  font-size: 1rem;
}
/* line 156, ../scss/components/_post-content.scss */
.likes-list li {
  display: inline-block;
  margin-left: 0.78572em;
  margin-right: 0.78572em;
  margin-bottom: 1.57143em;
}
/* line 162, ../scss/components/_post-content.scss */
.likes-list .avatar {
  display: block;
}
/* line 164, ../scss/components/_post-content.scss */
.likes-list .avatar img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  max-width: 24px;
}

/* line 173, ../scss/components/_post-content.scss */
.post.bottom.button-bar {
  top: 0px;
}

/* line 177, ../scss/components/_post-content.scss */
.strip {
  margin-top: 50px;
  padding: 15px 0;
  background: #f0e8e2;
}

/* line 183, ../scss/components/_post-content.scss */
.darker.band {
  padding-top: 1.07143em;
  background: #f0e8e2;
}

/* line 189, ../scss/components/_post-content.scss */
.comments h4.subheader i,
.iterations h4.subheader i {
  font-size: 1.4em;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

/* line 196, ../scss/components/_post-content.scss */
.sponsor.band {
  padding: 2.14286em 0;
  text-align: center;
}
/* line 199, ../scss/components/_post-content.scss */
.sponsor.band #sidebarAd {
  text-align: center !important;
  margin-bottom: 0 !important;
}
/* line 202, ../scss/components/_post-content.scss */
.sponsor.band #sidebarAd span.ad-sponsor {
  color: #a9a59f !important;
}
/* line 205, ../scss/components/_post-content.scss */
.sponsor.band #sidebarAd.cleanslate img {
  display: block;
  float: none !important;
  margin-bottom: 15px !important;
}

@media screen and (max-width: 1024px) {
  /* line 217, ../scss/components/_post-content.scss */
  .large-only {
    display: none;
  }
}

/* line 221, ../scss/components/_post-content.scss */
.band.iterations {
  padding-top: 2.14286em;
}

/* line 4, ../scss/components/_post-panels.scss */
.post.panel {
  padding: 0em;
  overflow: hidden;
  max-height: 535px;
  position: relative;
}
@media screen and (min-width: 767px) {
  /* line 4, ../scss/components/_post-panels.scss */
  .post.panel {
    height: 535px;
    /* need to change to ems */
  }
}
/* line 13, ../scss/components/_post-panels.scss */
.post.panel.promoted {
  background: #fffdf5;
  border-width: 2px;
  border-color: rgba(209, 167, 0, 0.3);
}
/* line 17, ../scss/components/_post-panels.scss */
.post.panel.promoted section.metrics {
  background: -moz-linear-gradient(top, rgba(255, 253, 245, 0) 0%, #fffdf5 45%, #fffdf5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 253, 245, 0)), color-stop(45%, #fffdf5), color-stop(100%, #fffdf5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 253, 245, 0) 0%, #fffdf5 45%, #fffdf5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 253, 245, 0) 0%, #fffdf5 45%, #fffdf5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 253, 245, 0) 0%, #fffdf5 45%, #fffdf5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 253, 245, 0) 0%, #fffdf5 45%, #fffdf5 100%);
  /* W3C */
}
/* line 18, ../scss/components/_post-panels.scss */
.post.panel.promoted h4 a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #6b5600 !important;
}
/* line 21, ../scss/components/_post-panels.scss */
.post.panel.promoted h4 a:hover {
  color: #050400;
}
/* line 24, ../scss/components/_post-panels.scss */
.post.panel.promoted .icon-list {
  color: #c29b00;
}
/* line 32, ../scss/components/_post-panels.scss */
.post.panel section.image {
  height: 260px;
  /* need to change to ems */
  background: #FFF;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}
/* line 35, ../scss/components/_post-panels.scss */
.post.panel section.image .img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 32, ../scss/components/_post-panels.scss */
  .post.panel section.image {
    height: 230px;
  }
}
/* line 42, ../scss/components/_post-panels.scss */
.post.panel section.image:hover {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 46, ../scss/components/_post-panels.scss */
.post.panel section.image img, .post.panel section.image .img {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center top !important;
  background-size: 100% auto !important;
}
/* line 57, ../scss/components/_post-panels.scss */
.post.panel section.image img.multi, .post.panel section.image .img.multi {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 66, ../scss/components/_post-panels.scss */
.post.panel section.image.placeholder {
  height: 260px;
  /* need to change to ems */
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
/* line 72, ../scss/components/_post-panels.scss */
.post.panel section.image.placeholder.olive {
  background: #9abba1;
}
/* line 73, ../scss/components/_post-panels.scss */
.post.panel section.image.placeholder.orange {
  background: #feba59;
}
/* line 74, ../scss/components/_post-panels.scss */
.post.panel section.image.placeholder.red {
  background: #f27943;
}
/* line 75, ../scss/components/_post-panels.scss */
.post.panel section.image.placeholder.green {
  background: #55a35c;
}
/* line 76, ../scss/components/_post-panels.scss */
.post.panel section.image.placeholder.yellow {
  background: #ffeea8;
}
/* line 79, ../scss/components/_post-panels.scss */
.post.panel section.image.placeholder a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}
/* line 86, ../scss/components/_post-panels.scss */
.post.panel section.image.placeholder a .category-label {
  font-family: 'ProximaNovaCondensed';
  font-weight: bold;
  text-transform: uppercase;
  color: #918b84;
  font-size: 1.2em;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  position: relative;
  height: 35px;
  margin-top: 130px;
  top: -17px;
  background: #fbf8f5;
  border-radius: 3px;
  padding: 0 1.07143em;
}
/* line 105, ../scss/components/_post-panels.scss */
.post.panel section.image.placeholder .background {
  display: block;
  height: 100%;
  z-index: 1;
}
/* line 115, ../scss/components/_post-panels.scss */
.post.panel section.image.code {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
/* line 124, ../scss/components/_post-panels.scss */
.post.panel section.image.code .prettyprint {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  height: 100%;
}
/* line 128, ../scss/components/_post-panels.scss */
.post.panel section.image.code .prettyprint ol {
  width: 500px;
  text-align: left;
}
/* line 136, ../scss/components/_post-panels.scss */
.post.panel section.image .iteration-number {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 0px;
}
/* line 149, ../scss/components/_post-panels.scss */
.post.panel section.text {
  padding: 25px;
}
/* line 150, ../scss/components/_post-panels.scss */
.post.panel section.text .label {
  margin-bottom: 0;
}
/* line 151, ../scss/components/_post-panels.scss */
.post.panel section.text h4.title {
  color: #625f5d;
  font-weight: 200;
  line-height: 30px;
  position: relative;
  margin-top: -8px;
  margin-bottom: 5px;
}
/* line 153, ../scss/components/_post-panels.scss */
.post.panel section.text h4.title a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #625f5d;
}
/* line 156, ../scss/components/_post-panels.scss */
.post.panel section.text h4.title a:hover {
  color: #3b7140;
}
/* line 163, ../scss/components/_post-panels.scss */
.post.panel section.text h4.title small {
  display: block;
  line-height: 20px;
  font-weight: 300;
}
/* line 168, ../scss/components/_post-panels.scss */
.post.panel section.text h4.title .label {
  position: relative;
  top: -4px;
}
/* line 172, ../scss/components/_post-panels.scss */
.post.panel section.text h6.byline {
  font-size: 0.78571em;
  color: #c1beba;
}
/* line 175, ../scss/components/_post-panels.scss */
.post.panel section.text h6.byline a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #c1beba;
}
/* line 178, ../scss/components/_post-panels.scss */
.post.panel section.text h6.byline a:hover {
  color: #625f5d;
}
/* line 180, ../scss/components/_post-panels.scss */
.post.panel section.text h6.byline small {
  font-size: 100%;
  float: right;
  position: relative;
  top: 6px;
  color: #c1beba;
}
/* line 186, ../scss/components/_post-panels.scss */
.post.panel section.text h6.byline small .data {
  margin-left: 5px;
}
/* line 187, ../scss/components/_post-panels.scss */
.post.panel section.text h6.byline small .data i {
  position: relative;
  top: 1px;
}
/* line 193, ../scss/components/_post-panels.scss */
.post.panel section.text p {
  font-size: 1em;
}
/* line 195, ../scss/components/_post-panels.scss */
.post.panel section.metrics {
  padding: 45px 25px 25px 25px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 45%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 45%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 45%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 45%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 45%, #ffffff 100%);
  /* W3C */
}
/* line 206, ../scss/components/_post-panels.scss */
.post.panel section.metrics ul {
  display: block;
  margin-bottom: 0;
}
/* line 209, ../scss/components/_post-panels.scss */
.post.panel section.metrics ul li {
  display: inline;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-right: 10px;
}
/* line 215, ../scss/components/_post-panels.scss */
.post.panel section.metrics ul li i {
  position: relative;
}
/* line 221, ../scss/components/_post-panels.scss */
.post.panel section.metrics dl.action-list {
  position: relative;
  top: 10px;
}
/* line 226, ../scss/components/_post-panels.scss */
.post.panel section.metrics dl.action-list dt {
  width: 40px;
  height: 35px;
  text-align: center;
  padding: 5px 0px !important;
}

@media screen and (max-width: 768px) {
  /* line 237, ../scss/components/_post-panels.scss */
  .collapse-for-small {
    padding: 0;
  }
  /* line 240, ../scss/components/_post-panels.scss */
  .collapse-for-small .columns {
    padding: 0;
  }
}

/* line 245, ../scss/components/_post-panels.scss */
.post.panel.stack {
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.8), 5px 5px 0 #e6e6e6, 3px 4px 0 #e6e6e6, 4px 3px 0 #e6e6e6;
}

/* line 3, ../scss/components/_prettyprint.scss */
.prettyprint {
  overflow: auto;
  white-space: pre-wrap;
  background-color: #222;
  font-size: 15px;
}
/* line 10, ../scss/components/_prettyprint.scss */
.prettyprint ol {
  color: #777;
  padding: 0em 3em 0em 2em;
}
/* line 13, ../scss/components/_prettyprint.scss */
.prettyprint ol.linenums {
  margin-left: 0 !important;
}
/* line 17, ../scss/components/_prettyprint.scss */
.prettyprint ol li {
  padding: 0;
}
/* line 22, ../scss/components/_prettyprint.scss */
.prettyprint .com {
  color: #555;
}
/* line 27, ../scss/components/_prettyprint.scss */
.prettyprint .lit {
  color: #17CFB6;
}
/* line 32, ../scss/components/_prettyprint.scss */
.prettyprint .pun, .prettyprint .opn, .prettyprint .clo {
  color: #93a1a1;
}
/* line 37, ../scss/components/_prettyprint.scss */
.prettyprint .fun {
  color: #dc322f;
}
/* line 42, ../scss/components/_prettyprint.scss */
.prettyprint .str, .prettyprint .atv {
  color: #E3B446;
}
/* line 47, ../scss/components/_prettyprint.scss */
.prettyprint .kwd, .prettyprint .linenums .tag {
  color: #DB613B;
}
/* line 52, ../scss/components/_prettyprint.scss */
.prettyprint .typ, .prettyprint .atn, .prettyprint .dec, .prettyprint .var {
  color: #fff;
}
/* line 57, ../scss/components/_prettyprint.scss */
.prettyprint .pln {
  color: #ccc;
}

/* line 2, ../scss/components/_profile-card.scss */
.profile-card {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: #fff;
  border: solid 1px #e5e4e2;
  padding: 1.2em 1.4em;
  margin-bottom: 1.42857em;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 48em) {
  /* line 2, ../scss/components/_profile-card.scss */
  .profile-card {
    padding: 1.6em 1.8em;
  }
}
/* line 13, ../scss/components/_profile-card.scss */
.profile-card img {
  margin-bottom: 1.2em;
  width: 136px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 18, ../scss/components/_profile-card.scss */
.profile-card h6 {
  color: #959290;
  margin-bottom: 0;
  font-size: 0.8em;
}
@media only screen and (min-width: 48em) {
  /* line 18, ../scss/components/_profile-card.scss */
  .profile-card h6 {
    font-size: 1em;
  }
}
/* line 24, ../scss/components/_profile-card.scss */
.profile-card h3 {
  margin: 0;
  line-height: 1;
  font-size: 1.27em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  /* line 24, ../scss/components/_profile-card.scss */
  .profile-card h3 {
    font-size: 1.92857em;
  }
}
/* line 35, ../scss/components/_profile-card.scss */
.profile-card .row {
  z-index: 1;
  position: relative;
}
/* line 39, ../scss/components/_profile-card.scss */
.profile-card .bg {
  background: #f5f0ec;
  position: absolute;
  height: 7.5em;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (min-width: 48em) {
  /* line 39, ../scss/components/_profile-card.scss */
  .profile-card .bg {
    height: 9.5em;
  }
}
/* line 49, ../scss/components/_profile-card.scss */
.profile-card dl.action-list {
  margin: 0.6em auto;
}
/* line 51, ../scss/components/_profile-card.scss */
.profile-card dl.action-list dd {
  white-space: nowrap;
}
@media only screen and (min-width: 48em) {
  /* line 49, ../scss/components/_profile-card.scss */
  .profile-card dl.action-list {
    margin: .8em 0 0;
  }
}
/* line 56, ../scss/components/_profile-card.scss */
.profile-card ul.button-group .button {
  border-bottom-width: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 60, ../scss/components/_profile-card.scss */
.profile-card ul.button-group .button span {
  font-size: 1.8em;
}
@media only screen and (min-width: 48em) {
  /* line 60, ../scss/components/_profile-card.scss */
  .profile-card ul.button-group .button span {
    font-size: inherit;
  }
}
@media only screen and (max-width: 768px) {
  /* line 67, ../scss/components/_profile-card.scss */
  .profile-card .follower-count {
    display: none;
  }
}
/* line 71, ../scss/components/_profile-card.scss */
.profile-card.min img {
  margin-bottom: 0px;
}

/* selectize.css - v0.6.4 | https://github.com/brianreavis/selectize.js | Apache License (v2) */
/* --- file: "src/selectize.css" --- */
/**********************************************************
* THEME: "default"                                       *
**********************************************************/
/* line 11, ../scss/components/_selectize.scss */
.selectize-control.default.multi .selectize-input > div {
  color: #3d5d18;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid #74b21e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #b8e76f;
  background: -moz-linear-gradient(top, #b8e76f 0%, #a9e25c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8e76f), color-stop(100%, #a9e25c));
  background: -webkit-linear-gradient(top, #b8e76f 0%, #a9e25c 100%);
  background: -o-linear-gradient(top, #b8e76f 0%, #a9e25c 100%);
  background: -ms-linear-gradient(top, #b8e76f 0%, #a9e25c 100%);
  background: linear-gradient(to bottom, #b8e76f 0%, #a9e25c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e76f', endColorstr='#a9e25c',GradientType=0 );
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 30, ../scss/components/_selectize.scss */
.selectize-control.default.multi .selectize-input > div.active {
  border-color: #6f9839;
  background: #92c836;
  background: -moz-linear-gradient(top, #92c836 0%, #006e2e 0%, #92c836 0%, #7abc2c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92c836), color-stop(0%, #006e2e), color-stop(0%, #92c836), color-stop(100%, #7abc2c));
  background: -webkit-linear-gradient(top, #92c836 0%, #006e2e 0%, #92c836 0%, #7abc2c 100%);
  background: -o-linear-gradient(top, #92c836 0%, #006e2e 0%, #92c836 0%, #7abc2c 100%);
  background: -ms-linear-gradient(top, #92c836 0%, #006e2e 0%, #92c836 0%, #7abc2c 100%);
  background: linear-gradient(to bottom, #92c836 0%, #006e2e 0%, #92c836 0%, #7abc2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92c836', endColorstr='#7abc2c',GradientType=0 );
}

/* line 41, ../scss/components/_selectize.scss */
.selectize-control.default.multi .selectize-input.disabled > div {
  border-color: #d8d8d8;
  background: #fafafa;
  color: #808080;
}

/**********************************************************
* BASIC AESTHETIC STYLES (common)                        *
**********************************************************/
/* line 51, ../scss/components/_selectize.scss */
.selectize-input, .selectize-control.single .selectize-input.focus {
  background: #fff;
  padding: 7px 31px 7px 10px;
  cursor: text;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 70, ../scss/components/_selectize.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 75, ../scss/components/_selectize.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0 !important;
  -moz-border-radius: 3px 3px 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
}

/* line 80, ../scss/components/_selectize.scss */
.selectize-input.full {
  background-color: #f2f2f2;
}

/* line 83, ../scss/components/_selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f2f2f2;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 93, ../scss/components/_selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-top: 8px !important;
  padding-bottom: 3px !important;
}

/* line 97, ../scss/components/_selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 5px 5px 0;
  padding: 1px 5px;
}

/* line 102, ../scss/components/_selectize.scss */
.selectize-input > div:last-child {
  margin-right: 5px;
}

/* line 105, ../scss/components/_selectize.scss */
.selectize-input > input {
  margin-right: 2px !important;
}

/* line 108, ../scss/components/_selectize.scss */
.selectize-dropdown, .selectize-input, .selectize-control.single .selectize-input.dropdown-active {
  border: 1px solid #d0d0d0;
}

/* line 111, ../scss/components/_selectize.scss */
.selectize-dropdown {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  margin-top: -1px;
  border-top: 0 none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 126, ../scss/components/_selectize.scss */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 6px 9px;
}

/* line 129, ../scss/components/_selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 132, ../scss/components/_selectize.scss */
.selectize-dropdown .optgroup-header {
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  font-weight: bold;
  font-size: 0.8em;
  cursor: default;
}

/* line 140, ../scss/components/_selectize.scss */
.selectize-dropdown .create {
  color: #a0a0a0;
}

/* line 143, ../scss/components/_selectize.scss */
.selectize-dropdown .active {
  background-color: #fffceb;
}

/* line 146, ../scss/components/_selectize.scss */
.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}

/* line 153, ../scss/components/_selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

/* line 157, ../scss/components/_selectize.scss */
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

/**********************************************************
* BASIC AESTHETIC STYLES (single)                        *
**********************************************************/
/* line 165, ../scss/components/_selectize.scss */
.selectize-control.single .selectize-input {
  cursor: pointer;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, whitesmoke 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, whitesmoke 0%, #efefef 100%);
  background: -o-linear-gradient(top, whitesmoke 0%, #efefef 100%);
  background: -ms-linear-gradient(top, whitesmoke 0%, #efefef 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 );
}

/* line 181, ../scss/components/_selectize.scss */
.selectize-control.single .selectize-input::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 195, ../scss/components/_selectize.scss */
.selectize-control.single .selectize-input.dropdown-active::after {
  margin-top: -3px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 201, ../scss/components/_selectize.scss */
.selectize-control.single .selectize-input.disabled {
  opacity: 0.5;
}

/**********************************************************
* BASIC AESTHETIC STYLES (multi)                         *
**********************************************************/
/* line 209, ../scss/components/_selectize.scss */
.selectize-control.multi .selectize-input.disabled {
  background-color: #fafafa;
}

/**********************************************************
* LAYOUT STYLES (mandatory)                              *
**********************************************************/
/* line 217, ../scss/components/_selectize.scss */
.selectize-control {
  position: relative;
  display: block !important;
}

/* line 221, ../scss/components/_selectize.scss */
.selectize-input {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* line 226, ../scss/components/_selectize.scss */
.selectize-input:after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 231, ../scss/components/_selectize.scss */
.selectize-input .items {
  display: inline;
}

/* line 234, ../scss/components/_selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 241, ../scss/components/_selectize.scss */
.selectize-input > input {
  max-width: 100% !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block;
  height: 21px;
}

/* line 256, ../scss/components/_selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 259, ../scss/components/_selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 2;
}

/* line 263, ../scss/components/_selectize.scss */
.selectize-dropdown > * {
  cursor: pointer;
  overflow: hidden;
}

/* line 267, ../scss/components/_selectize.scss */
.selectize-input, .selectize-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* --- file: "src/plugins/drag_drop/plugin.css" --- */
/* line 275, ../scss/components/_selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  -moz-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 284, ../scss/components/_selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 288, ../scss/components/_selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

/* --- file: "src/plugins/optgroup_columns/plugin.css" --- */
/* line 296, ../scss/components/_selectize.scss */
.selectize-control.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 303, ../scss/components/_selectize.scss */
.selectize-control.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 306, ../scss/components/_selectize.scss */
.selectize-control.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* --- file: "src/plugins/remove_button/plugin.css" --- */
/* line 312, ../scss/components/_selectize.scss */
.selectize-control.plugin-remove_button .item {
  position: relative;
  padding-right: 24px !important;
}

/* line 316, ../scss/components/_selectize.scss */
.selectize-control.plugin-remove_button .item .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  -moz-sizing: border-box;
  -webkit-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  vertical-align: middle;
  display: inline-block;
  padding: 7px 0 0 0;
  line-height: 8px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #74b21e;
}

/* line 338, ../scss/components/_selectize.scss */
.selectize-control.plugin-remove_button .item .remove:hover {
  border-left-color: #5e8f1a;
  background: rgba(50, 90, 0, 0.15);
}

/* line 4, ../scss/components/_settings-forrst.scss */
span.selecttext, .select-arrow {
  display: none !important;
}

/* line 4, ../scss/components/_sidebar.scss */
.user {
  text-align: left;
  clear: both;
}
/* line 8, ../scss/components/_sidebar.scss */
.user .avatar {
  width: 64px;
  display: inline-block;
}
/* line 12, ../scss/components/_sidebar.scss */
.user .avatar img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 17, ../scss/components/_sidebar.scss */
.user .bio {
  font-style: italic;
  color: #625f5d;
  max-height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 24, ../scss/components/_sidebar.scss */
.user .bio.normal p {
  font-style: normal !important;
}
/* line 27, ../scss/components/_sidebar.scss */
.user h5 {
  color: #3b7140;
  font-weight: 700;
}
/* line 28, ../scss/components/_sidebar.scss */
.user a.button {
  position: relative;
  bottom: -3px;
}

/* line 31, ../scss/components/_sidebar.scss */
hr.short {
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  /* line 33, ../scss/components/_sidebar.scss */
  .post-sidebar.large-uncentered {
    float: right !important;
  }
}

/* line 40, ../scss/components/_sidebar.scss */
ul.sharing li {
  color: #c1beba;
  font-size: 1em;
  font-weight: bold;
}
/* line 45, ../scss/components/_sidebar.scss */
ul.sharing a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #c1beba;
}
/* line 47, ../scss/components/_sidebar.scss */
ul.sharing a i {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 30px;
  color: #c1beba;
  position: relative;
}
/* line 51, ../scss/components/_sidebar.scss */
ul.sharing a i.bump-up {
  top: -4px;
}
/* line 52, ../scss/components/_sidebar.scss */
ul.sharing a i.small {
  font-size: 1.4em;
}
/* line 57, ../scss/components/_sidebar.scss */
ul.sharing a:hover {
  color: #625f5d;
}
/* line 58, ../scss/components/_sidebar.scss */
ul.sharing a:hover:hover {
  color: #484644;
}
/* line 59, ../scss/components/_sidebar.scss */
ul.sharing a:hover i {
  color: #625f5d;
}

/* line 71, ../scss/components/_sidebar.scss */
.profile.title ul.sharing {
  margin-top: 0px;
  margin-bottom: 0.8em;
}

/* line 78, ../scss/components/_sidebar.scss */
.tags.inline-list li {
  float: none;
  display: inline-block;
}
/* line 81, ../scss/components/_sidebar.scss */
.tags.inline-list li a {
  margin-bottom: 1.57143em;
}
/* line 84, ../scss/components/_sidebar.scss */
.tags.inline-list li:nth-child(n+6) {
  display: none;
}

/* line 95, ../scss/components/_sidebar.scss */
.statzzz ul.data {
  font-size: 16px;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* line 104, ../scss/components/_sidebar.scss */
h5.title {
  font-weight: normal;
  font-size: 1em;
  line-height: 2em;
  color: #625f5d;
}
/* line 106, ../scss/components/_sidebar.scss */
h5.title small {
  float: right;
  top: 16px;
  position: relative;
}
/* line 111, ../scss/components/_sidebar.scss */
h5.title.underlined {
  border-bottom: 1px solid #d9d7d5;
}

/* line 119, ../scss/components/_sidebar.scss */
.it-box .iteration {
  margin-bottom: 0px;
}
/* line 121, ../scss/components/_sidebar.scss */
.it-box .iteration h6 {
  margin-bottom: 0px;
}

/* line 125, ../scss/components/_sidebar.scss */
.sidebar-box .post-limit-likers {
  max-height: 184px;
  overflow: hidden;
}

/* line 3, ../scss/components/_spinner.scss */
.spinner {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  content: "";
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  background: #fbf8f5;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
}
/* line 18, ../scss/components/_spinner.scss */
.spinner::after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 6px solid #c1beba;
  border-top: 6px solid #3b7140;
  border-left: 6px solid #c1beba;
  border-bottom: 6px solid #c1beba;
  border-right: 6px solid #c1beba;
}

@-webkit-keyframes rotation {
  /* line 40, ../scss/components/_spinner.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 41, ../scss/components/_spinner.scss */
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  /* line 44, ../scss/components/_spinner.scss */
  from {
    -moz-transform: rotate(0deg);
  }

  /* line 45, ../scss/components/_spinner.scss */
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  /* line 48, ../scss/components/_spinner.scss */
  from {
    -o-transform: rotate(0deg);
  }

  /* line 49, ../scss/components/_spinner.scss */
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  /* line 52, ../scss/components/_spinner.scss */
  from {
    transform: rotate(0deg);
  }

  /* line 53, ../scss/components/_spinner.scss */
  to {
    transform: rotate(359deg);
  }
}

/* line 56, ../scss/components/_spinner.scss */
.spinner-wrap {
  border-bottom: 1px solid #ece3db;
  display: block;
  position: relative;
  text-align: center;
  margin: 60px 0;
}
/* line 65, ../scss/components/_spinner.scss */
.spinner-wrap .spinner {
  position: absolute;
  top: -35px;
}

/* line 3, ../scss/components/_title-section.scss */
section.title {
  background: #f5f0ec;
  padding: 2.2em 0px 2.6em;
}
/* line 14, ../scss/components/_title-section.scss */
section.title.bump {
  padding: 4em 0px 6.5em;
}
/* line 15, ../scss/components/_title-section.scss */
section.title.push {
  margin-bottom: 2em;
}
/* line 16, ../scss/components/_title-section.scss */
section.title.short {
  padding-bottom: 2em;
}
/* line 17, ../scss/components/_title-section.scss */
section.title.bump.push {
  padding: 4em 0px 4em;
  margin-bottom: 2em;
}
/* line 18, ../scss/components/_title-section.scss */
section.title.collapse-bottom {
  padding-bottom: 0;
}
/* line 22, ../scss/components/_title-section.scss */
section.title a.category {
  text-transform: uppercase;
  border-bottom: 1px dotted #d9d7d5;
  color: #c1beba;
  font-weight: bold;
  position: relative;
}
/* line 28, ../scss/components/_title-section.scss */
section.title a.category::after {
  content: "";
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #c1beba transparent transparent transparent;
  border-top-style: solid;
  right: -1em;
  position: absolute;
  top: 40%;
}
/* line 35, ../scss/components/_title-section.scss */
section.title a.category:hover {
  border-bottom-width: 0px;
  color: #918b84;
}
/* line 38, ../scss/components/_title-section.scss */
section.title a.category:hover::after {
  border-top-color: #918b84;
}
@media screen and (min-width: 640px) {
  /* line 44, ../scss/components/_title-section.scss */
  section.title.text-shift {
    text-align: center;
  }
}

/* line 53, ../scss/components/_title-section.scss */
.post.button-bar {
  position: relative;
  top: 15px;
}
/* line 57, ../scss/components/_title-section.scss */
.post.button-bar .button-group {
  clear: none;
  display: inline-block;
  float: none;
  margin-left: 0.71429em;
  margin-right: 0.71429em;
}
/* line 64, ../scss/components/_title-section.scss */
.post.button-bar .button {
  margin-bottom: 0;
}
/* line 68, ../scss/components/_title-section.scss */
.post.button-bar .button.action-post-like {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  border-top: 1px solid #3b7140;
  height: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 68, ../scss/components/_title-section.scss */
  .post.button-bar .button.action-post-like {
    min-width: 125px;
  }
}
/* line 80, ../scss/components/_title-section.scss */
.post.button-bar .button.action-post-like .value-post-likes {
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 7px 2px;
  position: absolute;
  right: 10px;
  background: #2a4f2d;
  color: rgba(255, 255, 255, 0.7);
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 80, ../scss/components/_title-section.scss */
  .post.button-bar .button.action-post-like .value-post-likes {
    display: inline-block;
  }
}
/* line 96, ../scss/components/_title-section.scss */
.post.button-bar .button.action-post-like.action-taken {
  background: #efebe6;
  box-shadow: 0 3px 0 #d4d0cd;
  border: 1px solid #d4d0cd;
  border-bottom-width: 0px;
  color: #847f77;
}
/* line 29, ../scss/mixins/_button-styles.scss */
.post.button-bar .button.action-post-like.action-taken:hover {
  background: #e9e4dd;
  color: #847f77;
}
/* line 34, ../scss/mixins/_button-styles.scss */
.post.button-bar .button.action-post-like.action-taken.active, .post.button-bar .button.action-post-like.action-taken:active {
  position: relative;
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 38, ../scss/mixins/_button-styles.scss */
.post.button-bar .button.action-post-like.action-taken.active {
  top: 0px;
  border-bottom-width: 1px;
  border-top-width: 2px;
  border-top-width: 1px;
}
/* line 44, ../scss/mixins/_button-styles.scss */
.post.button-bar .button.action-post-like.action-taken.tiny {
  box-shadow: 0 2px 0 #d4d0cd;
}
/* line 46, ../scss/mixins/_button-styles.scss */
.post.button-bar .button.action-post-like.action-taken.tiny:hover {
  box-shadow: 0 2px 0 #cdc8c5;
}
/* line 48, ../scss/mixins/_button-styles.scss */
.post.button-bar .button.action-post-like.action-taken.tiny.active, .post.button-bar .button.action-post-like.action-taken.tiny:active {
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 99, ../scss/components/_title-section.scss */
.post.button-bar .button.action-post-like.action-taken i {
  color: #da4d0f;
}
/* line 100, ../scss/components/_title-section.scss */
.post.button-bar .button.action-post-like.action-taken .value-post-likes {
  background: #d1c6b7;
  color: rgba(255, 255, 255, 0.7);
}
/* line 110, ../scss/components/_title-section.scss */
.post.button-bar #share-drop {
  min-width: 200px;
  text-align: left;
}
/* line 113, ../scss/components/_title-section.scss */
.post.button-bar #share-drop .has-input {
  padding: 1.07143em 1.78571em;
}
/* line 115, ../scss/components/_title-section.scss */
.post.button-bar #share-drop .has-input input {
  margin: 0;
}
/* line 120, ../scss/components/_title-section.scss */
.post.button-bar .secondary-actions .button {
  height: 35px;
}
/* line 123, ../scss/components/_title-section.scss */
.post.button-bar .secondary-actions .button i {
  font-size: 1.3em;
}

/* line 130, ../scss/components/_title-section.scss */
.post-avatar {
  display: inline-block !important;
}
/* line 132, ../scss/components/_title-section.scss */
.post-avatar img {
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  max-width: 45px;
}
/* line 139, ../scss/components/_title-section.scss */
.post-avatar:hover img {
  opacity: 0.8;
}

/* line 145, ../scss/components/_title-section.scss */
h6.category-line,
section.title h6.byline {
  color: #c1beba;
  line-height: 0em;
  margin-bottom: 0.8em;
}
/* line 150, ../scss/components/_title-section.scss */
h6.category-line a,
section.title h6.byline a {
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #c1beba;
  font-weight: bold;
}
/* line 154, ../scss/components/_title-section.scss */
h6.category-line a:hover,
section.title h6.byline a:hover {
  color: #3b7140;
}
/* line 159, ../scss/components/_title-section.scss */
h6.category-line img,
section.title h6.byline img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 16px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

/* line 171, ../scss/components/_title-section.scss */
h2.title {
  font-weight: 200;
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 177, ../scss/components/_title-section.scss */
h2.title .label {
  margin-bottom: 0;
  position: relative;
  top: -6px;
}
/* line 181, ../scss/components/_title-section.scss */
h2.title .label i {
  margin-top: -3px;
  display: block;
  position: relative;
  top: 3px;
}

/* line 191, ../scss/components/_title-section.scss */
h2.iteration-title {
  cursor: not-allowed;
}
/* line 193, ../scss/components/_title-section.scss */
h2.iteration-title#value-title {
  cursor: not-allowed;
}
/* line 194, ../scss/components/_title-section.scss */
h2.iteration-title small {
  color: #c1beba;
}

/* line 199, ../scss/components/_title-section.scss */
.bump-down {
  margin-top: 2.14286em;
}

/* line 3, ../scss/components/_typography.scss */
h5.underline {
  border-bottom: 1px solid #ece3db;
  margin-bottom: 1.07143em;
}
/* line 6, ../scss/components/_typography.scss */
h5.underline small.right {
  position: relative;
  top: 15px;
}

/* line 12, ../scss/components/_typography.scss */
h6.byline.image {
  color: #c1beba;
  position: relative;
  top: -16px;
  font-weight: 300;
}
/* line 13, ../scss/components/_typography.scss */
h6.byline.image img {
  width: 32px;
  height: 32px;
  position: relative;
  top: 12px;
  margin-right: 7px;
}
/* line 17, ../scss/components/_typography.scss */
h6.byline.image a {
  font-weight: bold;
}
/* line 19, ../scss/components/_typography.scss */
h6.byline.image dl.action-list {
  display: inline-block;
  margin-top: 0;
  margin-bottom: -16px;
}
/* line 24, ../scss/components/_typography.scss */
h6.byline.image .date {
  font-weight: normal;
  color: #959290;
}
/* line 25, ../scss/components/_typography.scss */
h6.byline.image .mobile-block-byline {
  display: block;
  position: absolute;
  left: 50px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 25, ../scss/components/_typography.scss */
  h6.byline.image .mobile-block-byline {
    top: 16px;
  }
}

/* line 36, ../scss/components/_typography.scss */
blockquote {
  font-style: italic;
  font-size: 1.2em;
}

/* line 41, ../scss/components/_typography.scss */
.pull-up {
  margin-top: -0.7em;
  margin-bottom: 2em;
}

/* line 46, ../scss/components/_typography.scss */
.text-gray {
  color: #c1beba !important;
}

/* line 50, ../scss/components/_typography.scss */
p.collapse {
  margin-bottom: 0;
}

/* line 54, ../scss/components/_typography.scss */
.panel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 58, ../scss/components/_typography.scss */
.text-collapse-up {
  margin: 0;
  padding: 0 !important;
  margin-top: -10px;
}

/* line 67, ../scss/components/_typography.scss */
h1 .number, h2 .number, h3 .number, h4 .number, h5 .number, h6 .number {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #dbc8ba;
  color: #7c7876;
  font-weight: bold;
  padding: 2px 5px;
}

/* line 77, ../scss/components/_typography.scss */
::selection {
  background: #6c9c76;
  color: #FFF;
}

/* line 81, ../scss/components/_typography.scss */
::-moz-selection {
  background: #6c9c76;
  color: #FFF;
}

/* line 3, ../scss/components/_user-list.scss */
ul.user-list {
  list-style-type: none;
}
/* line 5, ../scss/components/_user-list.scss */
ul.user-list li {
  margin-bottom: 0.71429em;
}
/* line 7, ../scss/components/_user-list.scss */
ul.user-list li a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 42px;
  position: relative;
  overflow: hidden;
}
/* line 14, ../scss/components/_user-list.scss */
ul.user-list li a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 20, ../scss/components/_user-list.scss */
ul.user-list li a img:hover {
  opacity: 0.8;
}

/* line 2, ../scss/components/_user-list-item.scss */
.user-list-item.panel {
  overflow: auto;
  position: relative;
}
/* line 7, ../scss/components/_user-list-item.scss */
.user-list-item.panel .avatar {
  float: left;
  display: inline-block;
  margin-right: 0.71429em;
  max-width: 70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 15, ../scss/components/_user-list-item.scss */
.user-list-item.panel .avatar:hover {
  opacity: 0.8;
}
/* line 18, ../scss/components/_user-list-item.scss */
.user-list-item.panel h5.name {
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 15px;
}
/* line 23, ../scss/components/_user-list-item.scss */
.user-list-item.panel h6.byline {
  margin-top: 0px;
  font-weight: bold;
  color: #625f5d;
}
/* line 29, ../scss/components/_user-list-item.scss */
.user-list-item.panel ul.data {
  list-style-type: none;
  float: right;
  margin-top: 17px;
  margin-right: 20px;
}
/* line 34, ../scss/components/_user-list-item.scss */
.user-list-item.panel ul.data li {
  display: inline;
  margin-left: 10px;
  font-weight: bold;
  color: #c1beba;
}
/* line 39, ../scss/components/_user-list-item.scss */
.user-list-item.panel ul.data li i {
  position: relative;
  top: 2px;
}
/* line 43, ../scss/components/_user-list-item.scss */
.user-list-item.panel .action-list {
  float: right;
}
/* line 45, ../scss/components/_user-list-item.scss */
.user-list-item.panel .action-list dd {
  margin-right: 0;
}
/* line 47, ../scss/components/_user-list-item.scss */
.user-list-item.panel .button {
  float: none;
  margin-bottom: 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
/* line 56, ../scss/components/_user-list-item.scss */
.user-list-item.panel .button .text {
  display: none;
}
@media screen and (min-width: 640px) {
  /* line 56, ../scss/components/_user-list-item.scss */
  .user-list-item.panel .button .text {
    display: inline;
  }
}
/* line 65, ../scss/components/_user-list-item.scss */
.user-list-item.panel .button:active {
  top: 15px;
}

/* line 71, ../scss/components/_user-list-item.scss */
.filter-tools .sort.button {
  height: 30px !important;
  display: inline-block;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 2, ../scss/components/_user-settings.scss */
.balance-labels label {
  position: relative;
  margin-bottom: 10px;
  *zoom: 1;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.balance-labels label:before, .balance-labels label:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.balance-labels label:after {
  clear: both;
}
/* line 7, ../scss/components/_user-settings.scss */
.balance-labels label input {
  position: absolute;
  margin-bottom: 10px;
}
/* line 8, ../scss/components/_user-settings.scss */
.balance-labels label span {
  display: block;
  padding-left: 20px;
}

/* -----------------------------------------
   Footer
----------------------------------------- */
/* line 5, ../scss/components/_zurb-footer.scss */
.zurb-footer-top {
  padding: 40px 0;
  color: white;
}
/* line 9, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .row .columns {
  *zoom: 1;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.zurb-footer-top .row .columns:before, .zurb-footer-top .row .columns:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.zurb-footer-top .row .columns:after {
  clear: both;
}
/* line 10, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.zurb {
  background-position: 10px 7px;
}
/* line 11, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property {
  text-align: center;
}
/* line 12, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property .property-info {
  padding-top: 20px;
}
/* line 13, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property h2 {
  margin: 0;
  padding: 0 !important;
}
/* line 14, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property h2 a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  font-family: "zurb-logo";
  font-weight: normal;
  font-size: 1.28571em;
  padding: 0;
}
/* line 15, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property h2 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 16, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property h2 a.services {
  width: 190px;
}
/* line 17, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property h2 a span {
  display: none;
}
/* line 18, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property h2 a strong {
  font-size: 17px;
  margin-left: -7px;
}
/* line 21, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property h3 {
  font-size: 1.71429em;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}
/* line 22, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property h4 {
  font-size: 1.42857em;
  font-weight: 200;
  color: white;
  margin-bottom: 10px;
}
/* line 23, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property p, .zurb-footer-top .property li, .zurb-footer-top .property a {
  font-size: 13px;
  line-height: 21px;
  color: white;
}
/* line 24, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property a {
  font-weight: bold;
  color: white;
}
/* line 25, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property a:hover {
  opacity: 0.8;
}
/* line 27, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property .learn-links, .zurb-footer-top .property .support-links, .zurb-footer-top .property .connect-links {
  padding: 50px 0 0 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: url("../images/footer/footer-top-icons.png") no-repeat center 0;
  height: 220px;
  margin-bottom: 30px;
}
/* line 28, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property .learn-links ul, .zurb-footer-top .property .support-links ul, .zurb-footer-top .property .connect-links ul {
  list-style: none;
}
/* line 29, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property .learn-links ul li, .zurb-footer-top .property .support-links ul li, .zurb-footer-top .property .connect-links ul li {
  line-height: 20px;
}
/* line 32, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property .learn-links {
  background-position: center -325px;
}
/* line 33, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property .support-links {
  background-position: center -635px;
}
/* line 34, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property .connect-links {
  padding: 50px 20px 0;
  background-position: center -9px;
}
/* line 35, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .property .connect-links .button {
  font-size: 12px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.1);
  color: #FFF !important;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 6px 16px;
}
/* line 38, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .global {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 39, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .global .footer-link-block {
  font-weight: normal;
  display: block;
  margin: 30px 0 0 0;
}
/* line 40, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .global .footer-link-block.services {
  background: url("../images/footer/footer-studios.png") left top no-repeat;
}
/* line 41, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .global .footer-link-block.foundation {
  background: url("../images/footer/footer-foundation.png") left top no-repeat;
}
/* line 42, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .global .footer-link-block.apps {
  background: url("../images/footer/footer-products.png") left top no-repeat;
}
/* line 43, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .global .footer-link-block.expo {
  background: url("../images/footer/footer-expo.png") left top no-repeat;
}
/* line 44, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .global .footer-link-block span {
  display: block;
  color: white;
  font-size: 0.85714em;
  padding-left: 40px;
  line-height: 18px;
}
/* line 45, ../scss/components/_zurb-footer.scss */
.zurb-footer-top .global .footer-link-block span.title {
  font-size: 1.28571em;
  margin-bottom: 5px;
}

/* line 51, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom {
  background: #333;
  padding: 24px 0 10px;
}
/* line 53, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom .design-border {
  border-bottom: 1px solid #484848;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
/* line 54, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom a.zurb-logo {
  color: #858585;
  font-weight: normal;
  background: url("../images/footer/footer-logo.png") no-repeat 0 3px;
  padding: 25px 0 0 0;
  font-size: 1.14286em;
  display: inline-block;
  width: 90px;
}
/* line 55, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom a.zurb-logo:hover {
  opacity: 0.8;
}
/* line 57, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.zurb-links {
  margin: 0;
  display: inline-block;
}
/* line 58, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.zurb-links li {
  display: block;
  float: left;
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
}
/* line 59, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.zurb-links li a {
  color: #666;
  padding: 3px 6px;
}
/* line 60, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.zurb-links li a:hover {
  color: #777;
}
/* line 64, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom p.copyright {
  margin: 6px 0 0;
  font-size: 0.85714em;
  color: #666;
}
/* line 65, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.home-social {
  display: block;
  float: right;
  margin-bottom: 8px;
}
/* line 66, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.home-social li {
  list-style: none;
  display: block;
  float: left;
  margin-left: 10px;
}
/* line 67, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.home-social li:first-child {
  margin-left: 0;
}
/* line 68, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.home-social li a {
  display: block;
  height: 50px;
  width: 50px;
  background: url("../images/footer/social.png") no-repeat center 0;
}
/* line 69, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.home-social li a:hover {
  opacity: 0.8;
}
/* line 70, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.home-social li a.twitter {
  background-position: center 0;
}
/* line 71, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.home-social li a.facebook {
  background-position: center -200px;
}
/* line 72, ../scss/components/_zurb-footer.scss */
.zurb-footer-bottom ul.home-social li a.mail {
  background-position: center -400px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 79, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .property {
    padding-top: 0px;
  }
  /* line 80, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .property .learn-links, .zurb-footer-top .property .support-links, .zurb-footer-top .property .connect-links {
    height: 240px;
    padding: 50px 10px 0;
  }
}
@media only screen and (max-width: 639px) {
  /* line 87, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .property .property-info {
    padding-top: 0px;
  }
  /* line 88, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .property .learn-links, .zurb-footer-top .property .support-links, .zurb-footer-top .property .connect-links {
    border: none;
    height: auto;
    padding: 80px 20px 0;
    margin: 4px 0 0 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
  }
  /* line 89, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .property .learn-links li a, .zurb-footer-top .property .support-links li a, .zurb-footer-top .property .connect-links li a {
    font-size: 15px;
    line-height: 2;
  }
  /* line 90, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .property .learn-links p, .zurb-footer-top .property .learn-links a, .zurb-footer-top .property .support-links p, .zurb-footer-top .property .support-links a, .zurb-footer-top .property .connect-links p, .zurb-footer-top .property .connect-links a {
    font-size: 16px;
  }
  /* line 92, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .property .learn-links {
    background: none;
    border: none;
    padding-top: 0;
    margin: 0;
  }
  /* line 94, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .property .support-links {
    padding: 76px 20px 0;
    background-position: center -618px;
  }
  /* line 95, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .property .connect-links {
    padding: 76px 20px 14px;
    background-position: center 10px;
  }
  /* line 97, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .global {
    border: none;
  }
  /* line 99, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .footer-link-block span {
    font-size: 0.78571em;
    line-height: 16px;
  }
  /* line 100, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .footer-link-block.services {
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
    padding-top: 40px;
    margin-top: 0;
    background-position: center 10px !important;
  }

  /* line 104, ../scss/components/_zurb-footer.scss */
  .zurb-footer-bottom {
    text-align: center;
  }
  /* line 105, ../scss/components/_zurb-footer.scss */
  .zurb-footer-bottom .columns {
    padding: 0;
  }
  /* line 106, ../scss/components/_zurb-footer.scss */
  .zurb-footer-bottom a.zurb-logo {
    display: block;
    margin: 0 auto;
  }
  /* line 107, ../scss/components/_zurb-footer.scss */
  .zurb-footer-bottom ul.zurb-links {
    margin: 16px 0 10px;
  }
  /* line 108, ../scss/components/_zurb-footer.scss */
  .zurb-footer-bottom ul.home-social {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
    height: 44px;
    display: inline-block;
  }
}
/* Reformating pillars */
@media only screen and (max-width: 639px) {
  /* line 115, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .property .connect-links {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
  }

  /* line 117, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .global .footer-link-block {
    padding-top: 50px;
    text-align: center;
    margin: 0 !important;
    clear: both;
  }
  /* line 118, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .global .footer-link-block span {
    padding-left: 0px;
  }
  /* line 119, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .global .footer-link-block.services {
    border-top: 0;
    background-position: center 15px !important;
  }
  /* line 120, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .global .footer-link-block.foundation {
    background-position: center 15px !important;
  }
  /* line 121, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .global .footer-link-block.apps {
    padding-top: 80px;
    background-position: center 45px !important;
  }
  /* line 122, ../scss/components/_zurb-footer.scss */
  .zurb-footer-top .global .footer-link-block.expo {
    padding-top: 80px;
    background-position: center 45px !important;
  }
}
/* line 129, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.bg-blue {
  background: #2DAEBF;
}
/* line 130, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.bg-fblue {
  background: #13A7C7;
}
/* line 131, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.bg-green {
  background: #B8D30B;
}
/* line 132, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.bg-dgreen {
  background: #afc908;
}
/* line 133, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.bg-magenta {
  background: #A9014B;
}
/* line 134, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.bg-orange {
  background: #FF5C00;
}
/* line 135, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.bg-lorange {
  background: #FF6908;
}
/* line 136, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.bg-oyellow {
  background: #FC9200;
}
/* line 137, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.bg-loyellow {
  background: #FFB515;
}
/* line 138, ../scss/components/_zurb-footer.scss */
.zurb-footer-top.bg-forrst {
  background: #3b7140;
}

@font-face {
  font-family: 'zurb-logo';
  src: url('/css/fonts/zurb-webfont.eot');
  src: url('/css/fonts/zurb-webfont.eot?#iefix') format("embedded-opentype"), url('/css/fonts/zurb-webfont.woff') format("woff"), url('/css/fonts/zurb-webfont.ttf') format("truetype"), url('/css/fonts/zurb-webfont.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 1, ../scss/pages/_add-post.scss */
#form-edit-post {
  margin-bottom: 0;
}

/* line 5, ../scss/pages/_add-post.scss */
section.define-content .panel {
  -webkit-transition: opacity 0.1s ease-in, opacity 0.7s ease-out, color 0.1s ease-in, color 0.7s ease-out;
  -moz-transition: opacity 0.1s ease-in, opacity 0.7s ease-out, color 0.1s ease-in, color 0.7s ease-out;
  -o-transition: opacity 0.1s ease-in, opacity 0.7s ease-out, color 0.1s ease-in, color 0.7s ease-out;
  transition: opacity 0.1s ease-in, opacity 0.7s ease-out, color 0.1s ease-in, color 0.7s ease-out;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  opacity: 0.6;
  height: 200px;
  cursor: pointer;
}
/* line 14, ../scss/pages/_add-post.scss */
section.define-content .panel label {
  color: #625f5d;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  font-size: 1.28571em;
}
/* line 21, ../scss/pages/_add-post.scss */
section.define-content .panel .custom.radio {
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 27, ../scss/pages/_add-post.scss */
section.define-content .panel .custom.radio::before {
  width: 11px;
  height: 11px;
  top: 1px;
  left: 1px;
}
/* line 35, ../scss/pages/_add-post.scss */
section.define-content .panel p {
  padding-left: 30px;
  font-size: 0.92857em;
  font-weight: 300;
  color: #625f5d;
}
/* line 46, ../scss/pages/_add-post.scss */
section.define-content .panel:hover, section.define-content .panel.active {
  opacity: 1;
}
/* line 48, ../scss/pages/_add-post.scss */
section.define-content .panel:hover label, section.define-content .panel.active label {
  color: #3b7140;
  font-weight: 700;
}
/* line 54, ../scss/pages/_add-post.scss */
section.define-content .panel:active {
  background-color: #fafafa;
}

/* line 62, ../scss/pages/_add-post.scss */
section.post-name {
  margin-bottom: 0px !important;
}

/* line 70, ../scss/pages/_add-post.scss */
input#edit-title,
input#edit-query {
  border-width: 0px 0px 1px;
  border-bottom-width: 1px #625f5d;
  border-bottom-style: dashed;
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  font-size: 2.5em;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  height: 1.6em;
  padding: 0;
  color: #c1beba;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  margin-bottom: 0.5em;
}
/* line 82, ../scss/pages/_add-post.scss */
input#edit-title:focus,
input#edit-query:focus {
  color: #3b7140;
}
/* line 85, ../scss/pages/_add-post.scss */
input#edit-title:hover,
input#edit-query:hover {
  background: white;
}

/* line 89, ../scss/pages/_add-post.scss */
#value-title {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: text;
  text-align: center;
}
/* line 93, ../scss/pages/_add-post.scss */
#value-title:hover {
  background: #FFF;
}

/* line 101, ../scss/pages/_add-post.scss */
section.edit-bar {
  text-align: center;
  padding: 15px 0;
  background: #f0e8e2;
}
/* line 109, ../scss/pages/_add-post.scss */
section.edit-bar .save.button i {
  margin-top: -3px;
  display: inline-block;
}
/* line 115, ../scss/pages/_add-post.scss */
section.edit-bar .button-group {
  display: inline-block;
}
/* line 120, ../scss/pages/_add-post.scss */
section.edit-bar .button {
  margin-bottom: 0;
  margin-right: 15px;
}
/* line 122, ../scss/pages/_add-post.scss */
section.edit-bar.no-margin {
  margin-bottom: 0;
}
/* line 124, ../scss/pages/_add-post.scss */
section.edit-bar.fixed {
  margin: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: rgba(240, 232, 226, 0.9);
}
/* line 130, ../scss/pages/_add-post.scss */
section.edit-bar .categories {
  position: relative;
  top: -13px;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 15px;
}
/* line 136, ../scss/pages/_add-post.scss */
section.edit-bar .categories label {
  display: inline-block;
  margin: 0 10px 0 0;
}
/* line 139, ../scss/pages/_add-post.scss */
section.edit-bar .categories label.title {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #c1beba;
}
/* line 148, ../scss/pages/_add-post.scss */
section.edit-bar label {
  position: relative;
}
/* line 153, ../scss/pages/_add-post.scss */
section.edit-bar .public {
  position: relative;
}
/* line 156, ../scss/pages/_add-post.scss */
section.edit-bar .public input {
  margin: 0;
}
/* line 159, ../scss/pages/_add-post.scss */
section.edit-bar .inline-list {
  margin-bottom: 0;
}
/* line 163, ../scss/pages/_add-post.scss */
section.edit-bar .number {
  padding: 5px 9px 7px 9px;
}

/* line 168, ../scss/pages/_add-post.scss */
section.editing {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 1.07143em;
  background: #FFF;
  border: 1px solid #f5f0ec;
  margin-bottom: 1.07143em;
}
/* line 171, ../scss/pages/_add-post.scss */
section.editing textarea {
  min-height: 150px;
  font-size: 16px;
}

/* line 179, ../scss/pages/_add-post.scss */
ul.publish-tools {
  position: relative;
  display: block;
  overflow: auto;
  margin-bottom: 0;
  list-style-type: none;
  padding-bottom: 4px;
}
/* line 188, ../scss/pages/_add-post.scss */
ul.publish-tools li {
  display: inline-block;
}
/* line 196, ../scss/pages/_add-post.scss */
ul.publish-tools .number {
  padding: 5px 9px 7px 9px;
}

/* line 201, ../scss/pages/_add-post.scss */
.ace_editor.ace_focus {
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border: 2px solid #3b7140;
}

/* line 206, ../scss/pages/_add-post.scss */
div.blank-image {
  background: #FFF;
  border-radius: 3px;
  margin-bottom: 15px;
}
/* line 211, ../scss/pages/_add-post.scss */
div.blank-image .dashed-border {
  display: block;
  border: 3px dashed #f5f0ec;
  height: 400px;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
/* line 218, ../scss/pages/_add-post.scss */
div.blank-image .dashed-border h1 {
  margin-top: 120px;
}
/* line 220, ../scss/pages/_add-post.scss */
div.blank-image .dashed-border:hover {
  border: 3px solid #f5f0ec;
  background: #f5f0ec;
}

/* line 229, ../scss/pages/_add-post.scss */
.added-text {
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #ece3db;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
}
/* line 235, ../scss/pages/_add-post.scss */
.added-text div.content {
  font-size: 18px;
}
/* line 235, ../scss/pages/_add-post.scss */
.added-text div.content p {
  margin-bottom: 0;
}
/* line 237, ../scss/pages/_add-post.scss */
.added-text .edit {
  position: absolute;
  right: -45px;
  top: 0px;
}
/* line 241, ../scss/pages/_add-post.scss */
.added-text .edit:active {
  position: absolute;
  top: 1px;
}
/* line 243, ../scss/pages/_add-post.scss */
.added-text .delete {
  position: absolute;
  right: -45px;
  top: 30px;
}
/* line 247, ../scss/pages/_add-post.scss */
.added-text .delete:active {
  position: absolute;
  top: 31px;
}
/* line 254, ../scss/pages/_add-post.scss */
.added-text pre.prettyprint {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
}

/* line 260, ../scss/pages/_add-post.scss */
div.move-handle {
  background: #fafafa;
  margin: -15px -15px 15px;
  color: #c1beba;
}
/* line 264, ../scss/pages/_add-post.scss */
div.move-handle i {
  margin: 0 -2px;
}
/* line 266, ../scss/pages/_add-post.scss */
div.move-handle:hover {
  cursor: move;
}

/* line 273, ../scss/pages/_add-post.scss */
.ace_editor {
  border: 1px solid #c1beba;
  border-radius: 3px;
  margin-bottom: 1.07143em;
}
/* line 277, ../scss/pages/_add-post.scss */
.ace_editor .ace_print-margin {
  display: none !important;
}

/* line 280, ../scss/pages/_add-post.scss */
[data-magellan-expedition] {
  background: transparent;
}

/* line 284, ../scss/pages/_add-post.scss */
.fixed {
  background: rgba(245, 240, 236, 0.7);
}

/* line 288, ../scss/pages/_add-post.scss */
.action-add-content {
  margin-bottom: 0;
}

/* line 293, ../scss/pages/_add-post.scss */
ul.action-add-list.large-block-grid-3.small-block-grid-3 li {
  padding-bottom: 2px !important;
}

/* line 6, ../scss/pages/_profile.scss */
.profile.title {
  text-align: center;
  margin-bottom: 2.14286em;
}
@media only screen and (min-width: 640px) {
  /* line 6, ../scss/pages/_profile.scss */
  .profile.title {
    text-align: left;
  }
  /* line 9, ../scss/pages/_profile.scss */
  .profile.title .actions.row {
    position: relative;
    bottom: -18px;
  }
}
/* line 16, ../scss/pages/_profile.scss */
.profile.title.bump {
  padding: 0em 0px 0;
}
/* line 19, ../scss/pages/_profile.scss */
.profile.title.collapse-bottom {
  padding-bottom: 0;
}
/* line 21, ../scss/pages/_profile.scss */
.profile.title.collapse-bottom .button.overlap {
  position: relative;
  margin-bottom: 0;
  top: 17px;
}
/* line 27, ../scss/pages/_profile.scss */
.profile.title.collapse-bottom .button.overlap.active, .profile.title.collapse-bottom .button.overlap:active {
  top: 18px;
}
/* line 35, ../scss/pages/_profile.scss */
.profile.title p small {
  color: #a29f9d;
}
/* line 37, ../scss/pages/_profile.scss */
.profile.title p small a {
  font-weight: bold;
  color: #a29f9d;
}
/* line 39, ../scss/pages/_profile.scss */
.profile.title h2.title {
  margin-top: 0.8em;
}
@media only screen and (min-width: 48em) {
  /* line 39, ../scss/pages/_profile.scss */
  .profile.title h2.title {
    margin-top: 0;
  }
}
/* line 53, ../scss/pages/_profile.scss */
.profile.title ul.button-group .button {
  margin: 0 0 0.1em;
  padding-bottom: 0.7em;
}
/* line 61, ../scss/pages/_profile.scss */
.profile.title .small-12.large-8 {
  height: 272px;
}
/* line 68, ../scss/pages/_profile.scss */
.profile.title img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #e5e4e2;
}
/* line 70, ../scss/pages/_profile.scss */
.profile.title img.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  max-width: 100px;
  margin-bottom: 1.07143em;
  margin-top: 1.42857em;
}
/* line 79, ../scss/pages/_profile.scss */
.profile.title dl.action-list {
  *zoom: 1;
  margin-top: 0;
  display: inline-block;
}
/* line 121, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.profile.title dl.action-list:before, .profile.title dl.action-list:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.profile.title dl.action-list:after {
  clear: both;
}
@media only screen and (min-width: 48em) {
  /* line 79, ../scss/pages/_profile.scss */
  .profile.title dl.action-list {
    display: block;
  }
}
/* line 85, ../scss/pages/_profile.scss */
.profile.title .inline-list {
  margin: 0 auto;
  display: inline-block !important;
  margin-left: -1.57143em;
  margin-right: 0;
  margin-top: 0.8em;
}
/* line 93, ../scss/pages/_profile.scss */
.profile.title .show-for-small select {
  margin-top: 15px;
}

/* line 99, ../scss/pages/_profile.scss */
i.bump-down {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

/* line 111, ../scss/pages/_profile.scss */
.profile.content .sidebar-box p {
  font-size: 0.92857em;
}
/* line 115, ../scss/pages/_profile.scss */
.profile.content ul {
  list-style-type: none;
}

@media only screen and (max-width: 640px) {
  /* line 119, ../scss/pages/_profile.scss */
  .hide-for-phone-only {
    display: none;
  }
}

/* line 123, ../scss/pages/_profile.scss */
.top.bio {
  font-size: 1.2em;
  max-width: 700px;
}

/* line 126, ../scss/pages/_profile.scss */
p.labels .label {
  margin: 0 5px 12px 5px;
}

/* line 8, ../scss/pages/_admin.scss */
.admin .row {
  margin-top: 1em;
}
/* line 9, ../scss/pages/_admin.scss */
.admin .row .bump-down {
  margin-top: 0.2em;
}

/* line 3, ../scss/pages/_marketing.scss */
section.title.hero {
  background-size: cover;
  margin-bottom: 50px;
  background: #6c9c76;
  background: #6c9c76 url(../images/marketing/bg-trees-2.svg) no-repeat center bottom;
}
/* line 11, ../scss/pages/_marketing.scss */
section.title.hero h1, section.title.hero h2, section.title.hero h3, section.title.hero h4, section.title.hero h5, section.title.hero h6 {
  color: #FFF;
}
/* line 15, ../scss/pages/_marketing.scss */
section.title.hero h1 {
  font-weight: bold;
}
/* line 19, ../scss/pages/_marketing.scss */
section.title.hero .sign {
  text-align: center;
}
@media screen and (min-width: 640px) {
  /* line 19, ../scss/pages/_marketing.scss */
  section.title.hero .sign {
    display: none;
  }
}
/* line 22, ../scss/pages/_marketing.scss */
section.title.hero .sign img {
  margin-bottom: 1.07143em;
}
/* line 23, ../scss/pages/_marketing.scss */
section.title.hero .sign h5 {
  font-weight: normal;
  color: #fbf8f5;
  margin-bottom: 1.07143em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
/* line 32, ../scss/pages/_marketing.scss */
section.title.hero .sassquatch {
  display: inline-block;
  position: relative;
}
/* line 35, ../scss/pages/_marketing.scss */
section.title.hero .sassquatch img {
  position: relative;
  bottom: -30px;
}
@media screen and (max-width: 640px) {
  /* line 32, ../scss/pages/_marketing.scss */
  section.title.hero .sassquatch {
    display: none;
  }
}
/* line 42, ../scss/pages/_marketing.scss */
section.title.hero .sassquatch .text-box {
  display: block;
  left: 5%;
  top: 60%;
  bottom: 4%;
  right: 36%;
  position: absolute;
}
/* line 50, ../scss/pages/_marketing.scss */
section.title.hero .sassquatch .text-box h5 {
  font-weight: normal;
  color: #fbf8f5;
  margin-bottom: 1.07143em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/pages/_marketing.scss */
  section.title.hero {
    margin-bottom: 100px;
  }
  /* line 65, ../scss/pages/_marketing.scss */
  section.title.hero .columns {
    background-size: contain;
  }
}

/* line 73, ../scss/pages/_marketing.scss */
.feature {
  text-align: center;
}
/* line 74, ../scss/pages/_marketing.scss */
.feature img {
  margin-bottom: 1.07143em;
}
@media screen and (max-width: 641px) {
  /* line 77, ../scss/pages/_marketing.scss */
  .feature p {
    text-align: left;
  }
}

/* line 81, ../scss/pages/_marketing.scss */
.band.margin {
  padding: 2.85714em 0;
}

/* line 82, ../scss/pages/_marketing.scss */
.band.margin-bottom {
  padding-bottom: 5em;
}

/* line 84, ../scss/pages/_marketing.scss */
form.news-signup {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 #69462e;
  -moz-box-shadow: 0 3px 0 #69462e;
  box-shadow: 0 3px 0 #69462e;
  background: url(../images/marketing/wood-bg.svg) no-repeat center center;
  background-size: cover;
  background-color: #8d5e3f;
  color: #FFF;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  /* line 84, ../scss/pages/_marketing.scss */
  form.news-signup {
    background: url(../images/marketing/wood-bg-long.svg) no-repeat bottom center;
    background-size: cover;
  }
}
/* line 96, ../scss/pages/_marketing.scss */
form.news-signup label {
  color: #FFF;
}
/* line 99, ../scss/pages/_marketing.scss */
form.news-signup h1, form.news-signup h2, form.news-signup h3, form.news-signup h4, form.news-signup h5, form.news-signup h6 {
  color: #FFF;
  font-family: 'ProximaNovaCondensed';
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
/* line 106, ../scss/pages/_marketing.scss */
form.news-signup input[type=text] {
  border-color: #69462e;
  background: #452e1f;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  color: #efebe6;
}
/* line 111, ../scss/pages/_marketing.scss */
form.news-signup input[type=text]:focus {
  border-color: #69462e;
  background: #efebe6;
  color: rgba(0, 0, 0, 0.75);
}
/* line 117, ../scss/pages/_marketing.scss */
form.news-signup small.error {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-top: 15px;
}

/* line 120, ../scss/pages/_marketing.scss */
.callout.band {
  max-width: 85.71429em;
  margin: 0 auto;
  margin-bottom: 2.14286em;
  margin-top: -73px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/marketing/wood-bg.svg) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #FFF;
  padding: 15px;
  -webkit-box-shadow: 0 3px 0 #69462e;
  -moz-box-shadow: 0 3px 0 #69462e;
  box-shadow: 0 3px 0 #69462e;
}
@media screen and (min-width: 640px) {
  /* line 120, ../scss/pages/_marketing.scss */
  .callout.band {
    background: url(../images/marketing/wood-bg-long.svg) no-repeat bottom center;
    background-size: cover;
    text-align: left;
  }
}
/* line 136, ../scss/pages/_marketing.scss */
.callout.band h1, .callout.band h2, .callout.band h3, .callout.band h4, .callout.band h5, .callout.band h6 {
  color: #FFF;
  font-family: 'ProximaNovaCondensed';
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
/* line 149, ../scss/pages/_marketing.scss */
.callout.band small {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-top: 10px;
  text-transform: none;
  font-weight: normal;
}
/* line 156, ../scss/pages/_marketing.scss */
.callout.band .button {
  margin-bottom: 0;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  /* line 169, ../scss/pages/_marketing.scss */
  .callout.band h3 {
    margin: 0;
  }
  /* line 173, ../scss/pages/_marketing.scss */
  .callout.band h3 small {
    display: inline !important;
    margin-top: 0;
  }
  /* line 178, ../scss/pages/_marketing.scss */
  .callout.band .large-3 {
    text-align: right;
  }
  /* line 179, ../scss/pages/_marketing.scss */
  .callout.band .button {
    margin-top: 0;
    position: relative;
    margin: 0;
  }
}

/* line 189, ../scss/pages/_marketing.scss */
.dark.band {
  background: #f5f0ec;
}

/* line 190, ../scss/pages/_marketing.scss */
.lite.band {
  background: #fefdfc;
  padding-top: 2.14286em;
}

/* line 193, ../scss/pages/_marketing.scss */
.talk-bubble {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f5f0ec;
  border: 1px solid #ece3db;
  display: table;
  margin-bottom: 1.42857em;
  min-height: 200px;
  padding: 2.14286em;
  position: relative;
  width: 100%;
}
/* line 205, ../scss/pages/_marketing.scss */
.talk-bubble::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  border-color: #f5f0ec transparent transparent transparent;
  border-top-style: solid;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
}
/* line 213, ../scss/pages/_marketing.scss */
.talk-bubble::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 11px;
  border-color: #ece3db transparent transparent transparent;
  border-top-style: solid;
  content: "";
  position: absolute;
  bottom: -22px;
  left: 19px;
}
/* line 222, ../scss/pages/_marketing.scss */
.talk-bubble p {
  display: table-cell;
  font-size: 1.5em;
  vertical-align: middle;
  text-align: center;
}

/* line 234, ../scss/pages/_marketing.scss */
.citation h6 {
  color: #625f5d;
  font-family: 'ProximaNovaCondensed';
  text-transform: uppercase;
}
/* line 238, ../scss/pages/_marketing.scss */
.citation h6.name {
  font-weight: bold;
}
/* line 239, ../scss/pages/_marketing.scss */
.citation h6.title {
  font-weight: 200;
}

/* line 4, ../scss/pages/_tracks.scss */
.tracks ul {
  list-style-type: none;
  margin-bottom: 3em;
}
/* line 7, ../scss/pages/_tracks.scss */
.tracks ul li {
  margin-bottom: 1em;
  line-height: 1.2;
}
/* line 12, ../scss/pages/_tracks.scss */
.tracks h5 {
  border-bottom: solid 1px #c1beba;
  margin-bottom: 1em;
  line-height: 4;
}
/* line 16, ../scss/pages/_tracks.scss */
.tracks h5 .label {
  font-size: 1em;
  font-weight: normal;
}

/* line 4, ../scss/pages/_leaderboard.scss */
.leaderboard ul.button-group {
  margin-top: 2em;
}
/* line 7, ../scss/pages/_leaderboard.scss */
.leaderboard h1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1;
  color: #3b7140;
}
/* line 14, ../scss/pages/_leaderboard.scss */
.leaderboard ul.button-group {
  margin-bottom: 1.5em;
}
/* line 18, ../scss/pages/_leaderboard.scss */
.leaderboard .user-list-item dl.action-list, .leaderboard .user-list-item ul.data {
  float: left;
}
@media only screen and (min-width: 48em) {
  /* line 18, ../scss/pages/_leaderboard.scss */
  .leaderboard .user-list-item dl.action-list, .leaderboard .user-list-item ul.data {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  /* line 18, ../scss/pages/_leaderboard.scss */
  .leaderboard .user-list-item dl.action-list, .leaderboard .user-list-item ul.data {
    margin-bottom: 0;
  }
}
/* line 25, ../scss/pages/_leaderboard.scss */
.leaderboard .sidebar-box h6 {
  margin-bottom: 0.21429em;
}
/* line 28, ../scss/pages/_leaderboard.scss */
.leaderboard .sidebar-box p {
  line-height: 1.3;
}
/* line 32, ../scss/pages/_leaderboard.scss */
.leaderboard ul.winners {
  list-style-type: none;
}
/* line 34, ../scss/pages/_leaderboard.scss */
.leaderboard ul.winners li {
  margin-bottom: 0.71429em;
}
/* line 36, ../scss/pages/_leaderboard.scss */
.leaderboard ul.winners li a {
  font-weight: bold;
}

/* line 44, ../scss/pages/_leaderboard.scss */
.prize {
  padding: 26px 26px 12px !important;
}
/* line 46, ../scss/pages/_leaderboard.scss */
.prize h5 {
  font-size: 0.85714em;
  color: #a4a09a;
}
/* line 50, ../scss/pages/_leaderboard.scss */
.prize h6 {
  color: #918b84;
}
/* line 52, ../scss/pages/_leaderboard.scss */
.prize h6 span {
  margin-right: 0.57143em;
  font-size: 0.92857em;
}
/* line 56, ../scss/pages/_leaderboard.scss */
.prize h6 a {
  font-size: 1.14286em;
}
/* line 58, ../scss/pages/_leaderboard.scss */
.prize p {
  font-size: 0.92857em;
}

/* line 3, ../scss/pages/_directory.scss */
.toolbar {
  margin-bottom: 2.14286em;
  width: 100%;
}
/* line 6, ../scss/pages/_directory.scss */
.toolbar li {
  -webkit-box-shadow: inset 0 -3px 0 #e3d6cb;
  -moz-box-shadow: inset 0 -3px 0 #e3d6cb;
  box-shadow: inset 0 -3px 0 #e3d6cb;
  position: relative;
  min-height: 42px;
  padding: 8px 11px;
  width: 25%;
  background: #f5f0ec;
}
/* line 14, ../scss/pages/_directory.scss */
.toolbar li p {
  float: left;
  margin-bottom: 0;
}
/* line 17, ../scss/pages/_directory.scss */
.toolbar li p span {
  margin-right: 0.35714em;
}
@media screen and (max-width: 767px) {
  /* line 6, ../scss/pages/_directory.scss */
  .toolbar li {
    display: block;
    width: 100%;
    float: none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 -1px 0 #ece3db;
    -moz-box-shadow: inset 0 -1px 0 #ece3db;
    box-shadow: inset 0 -1px 0 #ece3db;
  }
  /* line 28, ../scss/pages/_directory.scss */
  .toolbar li:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    left: -1px;
  }
  /* line 32, ../scss/pages/_directory.scss */
  .toolbar li:last-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: inset 0 -3px 0 #e3d6cb;
    -moz-box-shadow: inset 0 -3px 0 #e3d6cb;
    box-shadow: inset 0 -3px 0 #e3d6cb;
  }
  /* line 37, ../scss/pages/_directory.scss */
  .toolbar li input[type=text] {
    position: relative;
    left: 10px;
  }
  /* line 38, ../scss/pages/_directory.scss */
  .toolbar li input[name=tags] {
    position: relative;
    left: 30px;
  }
}
/* line 41, ../scss/pages/_directory.scss */
.toolbar li .styled-dropdown {
  float: left;
  display: inline-block;
  background: url("../images/icons/drop-down.png") no-repeat 6px center;
  padding-left: 20px;
}
/* line 46, ../scss/pages/_directory.scss */
.toolbar li .styled-dropdown select {
  background: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}
/* line 56, ../scss/pages/_directory.scss */
.toolbar li .styled-dropdown .selectbox {
  position: relative;
}
/* line 57, ../scss/pages/_directory.scss */
.toolbar li .styled-dropdown select {
  z-index: 10;
  position: relative;
  border: none;
  background: none;
  outline: none;
  padding: 2px 0px 0px 0px;
  -webkit-appearance: none;
  width: 53px;
  font-weight: bold;
  color: #847f77;
}
/* line 72, ../scss/pages/_directory.scss */
.toolbar li .styled-dropdown .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: transparent;
  color: #666;
  padding-left: 1.07143em;
  font-weight: bold;
}
/* line 86, ../scss/pages/_directory.scss */
.toolbar li #input-location,
.toolbar li #input-tags {
  float: left;
  height: 1.71429em;
  width: 7.14286em;
  margin-bottom: 0 !important;
  margin-left: 6px;
  line-height: 1;
}

/* line 97, ../scss/pages/_directory.scss */
.clean-dropdown {
  display: block;
  padding-left: 20px;
  position: relative;
}
/* line 104, ../scss/pages/_directory.scss */
.clean-dropdown span.triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  border-color: #6c9c76 transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  right: 0.71429em;
  top: 7px;
}
/* line 112, ../scss/pages/_directory.scss */
.clean-dropdown select {
  @inlude clearfix;
  background: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}
/* line 122, ../scss/pages/_directory.scss */
.clean-dropdown select::before {
  content: "";
}
/* line 127, ../scss/pages/_directory.scss */
.clean-dropdown .selectbox {
  position: relative;
}
/* line 128, ../scss/pages/_directory.scss */
.clean-dropdown select {
  z-index: 10;
  position: relative;
  border: none;
  background: none;
  outline: none;
  padding: 2px 0px 0px 0px;
  -webkit-appearance: none;
  font-weight: bold;
  color: #847f77;
}
/* line 142, ../scss/pages/_directory.scss */
.clean-dropdown .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: transparent;
  color: #666;
  padding-left: 1.07143em;
  font-weight: bold;
}
/* line 155, ../scss/pages/_directory.scss */
.clean-dropdown.super {
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #efebe6;
  box-shadow: 0 3px 0 #d4d0cd;
  border: 1px solid #d4d0cd;
  border-bottom-width: 0px;
  color: #847f77;
  display: block;
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: -2.14286em;
  background-color: #f0e8e2;
  padding: 0.35714em 0.71429em;
  position: relative;
  top: 19px;
}
/* line 29, ../scss/mixins/_button-styles.scss */
.clean-dropdown.super:hover {
  background: #e9e4dd;
  color: #847f77;
}
/* line 34, ../scss/mixins/_button-styles.scss */
.clean-dropdown.super.active, .clean-dropdown.super:active {
  position: relative;
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 38, ../scss/mixins/_button-styles.scss */
.clean-dropdown.super.active {
  top: 0px;
  border-bottom-width: 1px;
  border-top-width: 2px;
  border-top-width: 1px;
}
/* line 44, ../scss/mixins/_button-styles.scss */
.clean-dropdown.super.tiny {
  box-shadow: 0 2px 0 #d4d0cd;
}
/* line 46, ../scss/mixins/_button-styles.scss */
.clean-dropdown.super.tiny:hover {
  box-shadow: 0 2px 0 #cdc8c5;
}
/* line 48, ../scss/mixins/_button-styles.scss */
.clean-dropdown.super.tiny.active, .clean-dropdown.super.tiny:active {
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 168, ../scss/pages/_directory.scss */
.clean-dropdown.super select {
  text-align: center;
}
/* line 171, ../scss/pages/_directory.scss */
.clean-dropdown.super span.triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  border-color: #c1beba transparent transparent transparent;
  border-top-style: solid;
  top: 13px;
}
/* line 176, ../scss/pages/_directory.scss */
.clean-dropdown.buttonized {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #efebe6;
  box-shadow: 0 3px 0 #d4d0cd;
  border: 1px solid #d4d0cd;
  border-bottom-width: 0px;
  color: #847f77;
  display: block;
  padding: 0.35714em 0.71429em;
  font-size: 16px;
  font-weight: normal !important;
  margin-bottom: 1.42857em;
}
/* line 29, ../scss/mixins/_button-styles.scss */
.clean-dropdown.buttonized:hover {
  background: #e9e4dd;
  color: #847f77;
}
/* line 34, ../scss/mixins/_button-styles.scss */
.clean-dropdown.buttonized.active, .clean-dropdown.buttonized:active {
  position: relative;
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 38, ../scss/mixins/_button-styles.scss */
.clean-dropdown.buttonized.active {
  top: 0px;
  border-bottom-width: 1px;
  border-top-width: 2px;
  border-top-width: 1px;
}
/* line 44, ../scss/mixins/_button-styles.scss */
.clean-dropdown.buttonized.tiny {
  box-shadow: 0 2px 0 #d4d0cd;
}
/* line 46, ../scss/mixins/_button-styles.scss */
.clean-dropdown.buttonized.tiny:hover {
  box-shadow: 0 2px 0 #cdc8c5;
}
/* line 48, ../scss/mixins/_button-styles.scss */
.clean-dropdown.buttonized.tiny.active, .clean-dropdown.buttonized.tiny:active {
  box-shadow: 0 2px 0 #d4d0cd, inset 0 1px 2px #e3d6cb;
}
/* line 184, ../scss/pages/_directory.scss */
.clean-dropdown.buttonized span.triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  border-color: #c1beba transparent transparent transparent;
  border-top-style: solid;
  top: 13px;
}
/* line 188, ../scss/pages/_directory.scss */
.clean-dropdown.buttonized select {
  font-weight: normal !important;
}

/* line 194, ../scss/pages/_directory.scss */
.directory form.search input[type="text"], .directory form.search .button {
  height: 42px;
  line-height: 42px;
}
/* line 198, ../scss/pages/_directory.scss */
.directory form.search #input-search {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
/* line 202, ../scss/pages/_directory.scss */
.directory form.search i {
  top: 0;
}
/* line 207, ../scss/pages/_directory.scss */
.directory .sidebar-box h5.title {
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: .5em;
}

/* line 215, ../scss/pages/_directory.scss */
.filter-tools {
  position: relative;
}
/* line 217, ../scss/pages/_directory.scss */
.filter-tools:hover .go-pro {
  display: block;
}

/* line 220, ../scss/pages/_directory.scss */
.go-pro {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-left: 1em;
  font-weight: bold;
}
/* line 232, ../scss/pages/_directory.scss */
.go-pro a {
  margin-left: 1em;
  padding-bottom: 0.60429em !important;
}

/* line 4, ../scss/pages/_settings-forrst.scss */
span.selecttext, .select-arrow {
  display: none !important;
}

/* line 8, ../scss/pages/_settings-forrst.scss */
.picture-area img {
  border: 1px solid #c1beba;
}

/* line 13, ../scss/pages/_settings-forrst.scss */
.settings-sub {
  margin-top: -44px;
}

/* line 17, ../scss/pages/_settings-forrst.scss */
form .white-box {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.07143em;
}
/* line 23, ../scss/pages/_settings-forrst.scss */
form .white-box label {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  /* line 23, ../scss/pages/_settings-forrst.scss */
  form .white-box label {
    position: relative;
    top: 11px;
  }
}
/* line 30, ../scss/pages/_settings-forrst.scss */
form .white-box label small {
  display: block;
  font-weight: normal;
  font-size: 80%;
  line-height: 1.5;
  margin-top: 5px;
}
/* line 38, ../scss/pages/_settings-forrst.scss */
form .white-box > .row {
  border-bottom: 1px solid #ece3db;
  padding-top: 1.07143em;
  padding-bottom: 1.07143em;
  margin: 0 !important;
}
/* line 43, ../scss/pages/_settings-forrst.scss */
form .white-box > .row:first-child {
  padding-top: 0;
}
/* line 44, ../scss/pages/_settings-forrst.scss */
form .white-box > .row:last-child {
  border-bottom-width: 0px;
  margin-bottom: -1.07143em;
  padding-bottom: 0;
}
/* line 49, ../scss/pages/_settings-forrst.scss */
form .white-box > .row:only-child {
  border-bottom-width: 0px;
  padding-bottom: 0;
}
/* line 54, ../scss/pages/_settings-forrst.scss */
form .white-box > .row input[type=password],
form .white-box > .row input[type=text] {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  /* line 59, ../scss/pages/_settings-forrst.scss */
  form .white-box .move-down {
    margin-top: 7px;
  }
}
/* line 63, ../scss/pages/_settings-forrst.scss */
form .white-box .small.button {
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* line 69, ../scss/pages/_settings-forrst.scss */
.button.action-change-photo {
  position: relative;
  top: 1.07143em;
}
@media screen and (min-width: 640px) {
  /* line 69, ../scss/pages/_settings-forrst.scss */
  .button.action-change-photo {
    top: 3em;
  }
}

/* line 79, ../scss/pages/_settings-forrst.scss */
.row.picture-area {
  padding-bottom: 1.07143em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  /* line 79, ../scss/pages/_settings-forrst.scss */
  .row.picture-area {
    text-align: left;
  }
}

/* line 87, ../scss/pages/_settings-forrst.scss */
.text-center-small {
  text-align: center;
}
@media screen and (min-width: 640px) {
  /* line 87, ../scss/pages/_settings-forrst.scss */
  .text-center-small {
    text-align: left;
  }
}

/* line 1, ../scss/pages/_park-guide.scss */
.add-margin {
  margin-left: 30px;
}

/* line 2, ../scss/pages/_park-guide.scss */
.park-guide-steps {
  position: relative;
  margin-bottom: 20px;
}
/* line 5, ../scss/pages/_park-guide.scss */
.park-guide-steps strong {
  display: block;
}
/* line 6, ../scss/pages/_park-guide.scss */
.park-guide-steps img {
  display: block;
  position: absolute;
}
/* line 10, ../scss/pages/_park-guide.scss */
.park-guide-steps p {
  padding-left: 100px;
}

/* line 4, ../scss/pages/_upgrade.scss */
.upgrade h1 {
  font-size: 5em;
  margin-top: 0.3em;
}
/* line 7, ../scss/pages/_upgrade.scss */
.upgrade h1 span {
  font-size: 2rem;
  color: #9d9892;
}
/* line 12, ../scss/pages/_upgrade.scss */
.upgrade .large.button {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 5em;
}
/* line 16, ../scss/pages/_upgrade.scss */
.upgrade .large.button span {
  font-size: 2rem;
  font-weight: normal;
}
/* line 21, ../scss/pages/_upgrade.scss */
.upgrade p {
  font-size: 1.1em;
}
/* line 24, ../scss/pages/_upgrade.scss */
.upgrade .row.buy {
  top: 44px;
  position: relative;
}

/* line 30, ../scss/pages/_upgrade.scss */
.label.large {
  font-size: 2rem;
}

/* line 83, ../scss/app.scss */
img {
  vertical-align: baseline !important;
}

/* Sponsor Unit */
/* line 89, ../scss/app.scss */
#zurbAd #sidebarAd.cleanslate {
  background-color: transparent !important;
  padding: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1.78571em !important;
}
/* line 98, ../scss/app.scss */
#zurbAd #sidebarAd.cleanslate img {
  border-radius: 3px !important;
}
/* line 102, ../scss/app.scss */
#zurbAd a {
  color: #666666 !important;
}
/* line 103, ../scss/app.scss */
#zurbAd .ad-sponsor {
  color: #a9a59f !important;
}

/* line 107, ../scss/app.scss */
.panel.sponsor {
  overflow: auto;
}

/* line 111, ../scss/app.scss */
.panel.jobs {
  border-color: #e6e6e6;
  border-style: solid;
  background: #ffffff;
  max-height: 535px;
  min-height: 535px;
  padding: 0em;
  overflow: hidden;
  position: relative;
  vertical-align: text-bottom;
}

/* line 123, ../scss/app.scss */
.align-content {
  position: absolute;
  left: 63px;
  top: 40px;
  width: 250px;
  height: 84px;
  display: table;
}

/* line 132, ../scss/app.scss */
.align-content p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  /* line 138, ../scss/app.scss */
  section.tall {
    min-height: 300px;
  }
}

/* line 143, ../scss/app.scss */
.job-board-body {
  background: #fff;
}

/* line 150, ../scss/app.scss */
.job-board {
  margin-bottom: 40px;
}
/* line 152, ../scss/app.scss */
.job-board.no-margin {
  margin-bottom: 0px;
}
/* line 153, ../scss/app.scss */
.job-board ul {
  list-style-type: none;
}
/* line 157, ../scss/app.scss */
.job-board ul li .positionTitle {
  display: block;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1em;
}
/* line 163, ../scss/app.scss */
.job-board ul li .location {
  font-size: 0.85714em;
  color: #a9a59f;
  display: block;
  margin-bottom: 0.71429em;
}
/* line 168, ../scss/app.scss */
.job-board ul li .location .companyName {
  font-weight: bold;
}
/* line 172, ../scss/app.scss */
.job-board .underline {
  border-bottom: 1px solid #e5e4e2;
  margin-bottom: 1.07143em;
}
/* line 179, ../scss/app.scss */
.job-board a#via {
  font-size: 10px;
  color: #a9a59f !important;
}

/* line 182, ../scss/app.scss */
select {
  margin-bottom: 0;
}

/* line 184, ../scss/app.scss */
.push {
  margin-bottom: 2em;
}

/* line 186, ../scss/app.scss */
.reveal-modal {
  border-radius: 3px;
}

/* line 190, ../scss/app.scss */
.push-down {
  margin-bottom: 1.07143em;
}

/* line 192, ../scss/app.scss */
.global.message {
  background: #fe9a0d;
  margin: 0px 0 20px;
  position: relative;
  z-index: 10;
}
/* line 194, ../scss/app.scss */
.global.message.light-orange {
  background: #feba59;
}
@media screen and (min-width: 640px) {
  /* line 192, ../scss/app.scss */
  .global.message {
    margin: 0px 0 0px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 192, ../scss/app.scss */
  .global.message {
    margin: 0px -15px 0px;
  }
}
/* line 208, ../scss/app.scss */
.global.message .alert-box {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  overflow: auto;
}
/* line 213, ../scss/app.scss */
.global.message .alert-box.orange {
  background: #fe9a0d;
}
/* line 214, ../scss/app.scss */
.global.message .alert-box.light-orange {
  background: #feba59;
  color: #d77e01;
}
/* line 224, ../scss/app.scss */
.global.message .alert-box a.close {
  right: 0;
  top: 14px;
}
/* line 225, ../scss/app.scss */
.global.message .alert-box a.button {
  margin-bottom: 0;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  /* line 225, ../scss/app.scss */
  .global.message .alert-box a.button {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}

/* line 238, ../scss/app.scss */
.push-up {
  margin-top: 3.57143em;
}

/* line 240, ../scss/app.scss */
.ad-center {
  text-align: center;
}

/* line 244, ../scss/app.scss */
.push50 {
  margin-bottom: 50px;
}

/* line 248, ../scss/app.scss */
.like-text {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 248, ../scss/app.scss */
  .like-text {
    display: inline;
  }
}

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