/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../../sass/components/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../../sass/components/_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, ../../sass/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../../sass/components/_normalize.scss */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../../sass/components/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 76, ../../sass/components/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../../sass/components/_normalize.scss */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../../sass/components/_normalize.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../../sass/components/_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 118, ../../sass/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../../sass/components/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../../sass/components/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../../sass/components/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../../sass/components/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../../sass/components/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, ../../sass/components/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../../sass/components/_normalize.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 191, ../../sass/components/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../../sass/components/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 207, ../../sass/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 215, ../../sass/components/_normalize.scss */
sup {
  top: -0.5em; }

/* line 219, ../../sass/components/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../../sass/components/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../../sass/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../../sass/components/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../../sass/components/_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 274, ../../sass/components/_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 285, ../../sass/components/_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 299, ../../sass/components/_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 311, ../../sass/components/_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 324, ../../sass/components/_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 336, ../../sass/components/_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 346, ../../sass/components/_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 358, ../../sass/components/_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 370, ../../sass/components/_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 379, ../../sass/components/_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 390, ../../sass/components/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../../sass/components/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 291, ../../sass/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px; }

/* line 296, ../../sass/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px; }

/* line 301, ../../sass/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px; }

/* line 317, ../../sass/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 323, ../../sass/components/_global.scss */
html,
body {
  font-size: 100%;
  height: 100%; }

/* line 327, ../../sass/components/_global.scss */
body {
  background: #171717;
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

@media only screen and (min-width: 768px) {
  /* line 341, ../../sass/components/_global.scss */
  body {
    background: #E6E6E6; } }
/* line 346, ../../sass/components/_global.scss */
a:hover {
  cursor: pointer; }

/* line 349, ../../sass/components/_global.scss */
a:focus {
  outline: none; }

/* line 352, ../../sass/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto; }

/* line 356, ../../sass/components/_global.scss */
object,
embed {
  height: 100%; }

/* line 358, ../../sass/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 362, ../../sass/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 369, ../../sass/components/_global.scss */
.left {
  float: left !important; }

/* line 370, ../../sass/components/_global.scss */
.right {
  float: right !important; }

/* line 371, ../../sass/components/_global.scss */
.text-left {
  text-align: left !important; }

/* line 372, ../../sass/components/_global.scss */
.text-right {
  text-align: right !important; }

/* line 373, ../../sass/components/_global.scss */
.text-center {
  text-align: center !important; }

/* line 374, ../../sass/components/_global.scss */
.text-justify {
  text-align: justify !important; }

/* line 375, ../../sass/components/_global.scss */
.hide {
  display: none; }

/* line 376, ../../sass/components/_global.scss */
.unstyled-list, #saved-searches-list, footer ul {
  margin: 0;
  list-style: none; }

/* line 385, ../../sass/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased; }

/* line 388, ../../sass/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle; }

/* line 398, ../../sass/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px; }

/* line 401, ../../sass/components/_global.scss */
select {
  width: 100%; }

@font-face {
  font-family: "Open Sans";
  src: url('../fonts/OpenSans-Light.eot?1462451385');
  src: url('../fonts/OpenSans-Light.eot?&1462451385#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff?1462451385') format('woff'), url('../fonts/OpenSans-Light.svg?1462451385') format('svg'), url('../fonts/OpenSans-Light.ttf?1462451385') format('truetype');
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url('../fonts/OpenSans-Regular.eot?1462451385');
  src: url('../fonts/OpenSans-Regular.eot?&1462451385#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff?1462451385') format('woff'), url('../fonts/OpenSans-Regular.svg?1462451385') format('svg'), url('../fonts/OpenSans-Regular.ttf?1462451385') format('truetype');
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url('../fonts/OpenSans-Italic.eot?1462451385');
  src: url('../fonts/OpenSans-Italic.eot?&1462451385#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff?1462451385') format('woff'), url('../fonts/OpenSans-Italic.svg?1462451385') format('svg'), url('../fonts/OpenSans-Italic.ttf?1462451385') format('truetype');
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Open Sans";
  src: url('../fonts/OpenSans-Bold.eot?1462451385');
  src: url('../fonts/OpenSans-Bold.eot?&1462451385#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff?1462451385') format('woff'), url('../fonts/OpenSans-Bold.svg?1462451385') format('svg'), url('../fonts/OpenSans-Bold.ttf?1462451385') format('truetype');
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url('../fonts/OpenSans-BoldItalic.eot?1462451385');
  src: url('../fonts/OpenSans-BoldItalic.eot?&1462451385#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic.woff?1462451385') format('woff'), url('../fonts/OpenSans-BoldItalic.svg?1462451385') format('svg'), url('../fonts/OpenSans-BoldItalic.ttf?1462451385') format('truetype');
  font-weight: 700;
  font-style: italic; }
/* Grid HTML Classes */
/* line 116, ../../sass/components/_grid.scss */
.row {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1; }
  /* line 121, ../../sass/components/_global.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 122, ../../sass/components/_global.scss */
  .row:after {
    clear: both; }
  /* line 120, ../../sass/components/_grid.scss */
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  /* line 123, ../../sass/components/_grid.scss */
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 126, ../../sass/components/_grid.scss */
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    /* line 121, ../../sass/components/_global.scss */
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    /* line 122, ../../sass/components/_global.scss */
    .row .row:after {
      clear: both; }
    /* line 127, ../../sass/components/_grid.scss */
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      /* line 121, ../../sass/components/_global.scss */
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      /* line 122, ../../sass/components/_global.scss */
      .row .row.collapse:after {
        clear: both; }

/* line 131, ../../sass/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  /* line 136, ../../sass/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%; }

  /* line 140, ../../sass/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  /* line 144, ../../sass/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  /* line 147, ../../sass/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  /* line 148, ../../sass/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left; }

  /* line 150, ../../sass/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 158, ../../sass/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%; }

  /* line 158, ../../sass/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  /* line 162, ../../sass/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 166, ../../sass/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 167, ../../sass/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 170, ../../sass/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  /* line 173, ../../sass/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  /* line 180, ../../sass/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Grid HTML Classes */
/* line 127, ../../sass/components/_grid-5.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  *zoom: 1; }
  /* line 121, ../../sass/components/_global.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 122, ../../sass/components/_global.scss */
  .row:after {
    clear: both; }
  /* line 131, ../../sass/components/_grid-5.scss */
  .row.collapse .column,
  .row.collapse .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  /* line 135, ../../sass/components/_grid-5.scss */
  .row .row {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    max-width: none;
    width: auto;
    *zoom: 1; }
    /* line 121, ../../sass/components/_global.scss */
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    /* line 122, ../../sass/components/_global.scss */
    .row .row:after {
      clear: both; }
    /* line 136, ../../sass/components/_grid-5.scss */
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      width: auto;
      *zoom: 1; }
      /* line 121, ../../sass/components/_global.scss */
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      /* line 122, ../../sass/components/_global.scss */
      .row .row.collapse:after {
        clear: both; }

/* line 140, ../../sass/components/_grid-5.scss */
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  position: relative; }

@media only screen {
  /* line 146, ../../sass/components/_grid-5.scss */
  .small-1 {
    width: 8.33333%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-2 {
    width: 16.66667%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-3 {
    width: 25%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-4 {
    width: 33.33333%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-5 {
    width: 41.66667%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-6 {
    width: 50%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-7 {
    width: 58.33333%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-8 {
    width: 66.66667%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-9 {
    width: 75%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-10 {
    width: 83.33333%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-11 {
    width: 91.66667%; }

  /* line 146, ../../sass/components/_grid-5.scss */
  .small-12 {
    width: 100%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-0 {
    margin-left: 0%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-1 {
    margin-left: 8.33333%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-2 {
    margin-left: 16.66667%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-3 {
    margin-left: 25%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-4 {
    margin-left: 33.33333%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-5 {
    margin-left: 41.66667%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-6 {
    margin-left: 50%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-7 {
    margin-left: 58.33333%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-8 {
    margin-left: 66.66667%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-9 {
    margin-left: 75%; }

  /* line 150, ../../sass/components/_grid-5.scss */
  .small-offset-10 {
    margin-left: 83.33333%; }

  /* line 153, ../../sass/components/_grid-5.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  /* line 154, ../../sass/components/_grid-5.scss */
  [class*="column"] + [class*="column"].end {
    float: left; }

  /* line 156, ../../sass/components/_grid-5.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
@media only screen and (min-width: 768px) {
  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-1 {
    width: 8.33333%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-2 {
    width: 16.66667%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-3 {
    width: 25%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-4 {
    width: 33.33333%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-5 {
    width: 41.66667%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-6 {
    width: 50%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-7 {
    width: 58.33333%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-8 {
    width: 66.66667%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-9 {
    width: 75%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-10 {
    width: 83.33333%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-11 {
    width: 91.66667%; }

  /* line 163, ../../sass/components/_grid-5.scss */
  .medium-12 {
    width: 100%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-0 {
    margin-left: 0%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-1 {
    margin-left: 8.33333%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-2 {
    margin-left: 16.66667%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-3 {
    margin-left: 25%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-4 {
    margin-left: 33.33333%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-5 {
    margin-left: 41.66667%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-6 {
    margin-left: 50%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-7 {
    margin-left: 58.33333%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-8 {
    margin-left: 66.66667%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-9 {
    margin-left: 75%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-10 {
    margin-left: 83.33333%; }

  /* line 167, ../../sass/components/_grid-5.scss */
  .medium-offset-11 {
    margin-left: 91.66667%; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-1 {
    left: 8.33333%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-2 {
    left: 16.66667%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-3 {
    left: 25%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-3 {
    right: 25%;
    left: auto; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-4 {
    left: 33.33333%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-5 {
    left: 41.66667%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-6 {
    left: 50%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-6 {
    right: 50%;
    left: auto; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-7 {
    left: 58.33333%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-8 {
    left: 66.66667%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-9 {
    left: 75%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-9 {
    right: 75%;
    left: auto; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-10 {
    left: 83.33333%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }

  /* line 171, ../../sass/components/_grid-5.scss */
  .medium-push-11 {
    left: 91.66667%;
    right: auto; }

  /* line 172, ../../sass/components/_grid-5.scss */
  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }

  /* line 175, ../../sass/components/_grid-5.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  /* line 178, ../../sass/components/_grid-5.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
@media only screen and (min-width: 1280px) {
  /* line 190, ../../sass/components/_grid-5.scss */
  .large-1 {
    width: 8.33333%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-2 {
    width: 16.66667%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-3 {
    width: 25%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-4 {
    width: 33.33333%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-5 {
    width: 41.66667%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-6 {
    width: 50%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-7 {
    width: 58.33333%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-8 {
    width: 66.66667%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-9 {
    width: 75%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-10 {
    width: 83.33333%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-11 {
    width: 91.66667%; }

  /* line 190, ../../sass/components/_grid-5.scss */
  .large-12 {
    width: 100%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-0 {
    margin-left: 0%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-1 {
    margin-left: 8.33333%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-2 {
    margin-left: 16.66667%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-3 {
    margin-left: 25%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-4 {
    margin-left: 33.33333%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-5 {
    margin-left: 41.66667%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-6 {
    margin-left: 50%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-7 {
    margin-left: 58.33333%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-8 {
    margin-left: 66.66667%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-9 {
    margin-left: 75%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-10 {
    margin-left: 83.33333%; }

  /* line 194, ../../sass/components/_grid-5.scss */
  .large-offset-11 {
    margin-left: 91.66667%; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-1 {
    left: 8.33333%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-1 {
    right: 8.33333%;
    left: auto; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-2 {
    left: 16.66667%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-2 {
    right: 16.66667%;
    left: auto; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-3 {
    left: 25%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-3 {
    right: 25%;
    left: auto; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-4 {
    left: 33.33333%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-4 {
    right: 33.33333%;
    left: auto; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-5 {
    left: 41.66667%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-5 {
    right: 41.66667%;
    left: auto; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-6 {
    left: 50%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-6 {
    right: 50%;
    left: auto; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-7 {
    left: 58.33333%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-7 {
    right: 58.33333%;
    left: auto; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-8 {
    left: 66.66667%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-8 {
    right: 66.66667%;
    left: auto; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-9 {
    left: 75%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-9 {
    right: 75%;
    left: auto; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-10 {
    left: 83.33333%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-10 {
    right: 83.33333%;
    left: auto; }

  /* line 198, ../../sass/components/_grid-5.scss */
  .large-push-11 {
    left: 91.66667%;
    right: auto; }

  /* line 199, ../../sass/components/_grid-5.scss */
  .large-pull-11 {
    right: 91.66667%;
    left: auto; }

  /* line 202, ../../sass/components/_grid-5.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  /* line 205, ../../sass/components/_grid-5.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
/* Foundation Visibility HTML Classes */
/* line 9, ../../sass/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

/* line 13, ../../sass/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

/* line 19, ../../sass/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

/* line 25, ../../sass/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
/* line 31, ../../sass/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 41, ../../sass/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 51, ../../sass/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 61, ../../sass/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 72, ../../sass/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 84, ../../sass/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  /* line 87, ../../sass/components/_visibility.scss */
  .show-for-small {
    display: none !important; }

  /* line 89, ../../sass/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important; }

  /* line 91, ../../sass/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 96, ../../sass/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  /* line 101, ../../sass/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  /* line 106, ../../sass/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  /* line 111, ../../sass/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  /* line 117, ../../sass/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 125, ../../sass/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  /* line 128, ../../sass/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  /* line 131, ../../sass/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  /* line 134, ../../sass/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 139, ../../sass/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  /* line 145, ../../sass/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 151, ../../sass/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 157, ../../sass/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 164, ../../sass/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, ../../sass/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important; }

  /* line 175, ../../sass/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  /* line 178, ../../sass/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  /* line 181, ../../sass/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 185, ../../sass/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  /* line 190, ../../sass/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  /* line 195, ../../sass/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  /* line 200, ../../sass/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  /* line 206, ../../sass/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 214, ../../sass/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

/* line 216, ../../sass/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
/* line 221, ../../sass/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

/* line 225, ../../sass/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

/* line 229, ../../sass/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

/* line 233, ../../sass/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

/* line 238, ../../sass/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 243, ../../sass/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  /* line 245, ../../sass/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 250, ../../sass/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  /* line 254, ../../sass/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  /* line 258, ../../sass/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  /* line 262, ../../sass/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  /* line 267, ../../sass/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 273, ../../sass/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  /* line 275, ../../sass/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 280, ../../sass/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  /* line 284, ../../sass/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  /* line 288, ../../sass/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  /* line 292, ../../sass/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  /* line 297, ../../sass/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, ../../sass/components/_visibility.scss */
.show-for-touch {
  display: none !important; }

/* line 304, ../../sass/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important; }

/* line 305, ../../sass/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important; }

/* line 306, ../../sass/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
/* line 309, ../../sass/components/_visibility.scss */
table.hide-for-touch {
  display: table; }

/* line 310, ../../sass/components/_visibility.scss */
.touch table.show-for-touch {
  display: table; }

/* line 311, ../../sass/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important; }

/* line 312, ../../sass/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important; }

/* line 313, ../../sass/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important; }

/* line 314, ../../sass/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important; }

/* line 315, ../../sass/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important; }

/* line 316, ../../sass/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important; }

/* line 317, ../../sass/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important; }

/* line 318, ../../sass/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important; }

/* line 319, ../../sass/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important; }

/* line 320, ../../sass/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../../sass/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1; }
    /* line 121, ../../sass/components/_global.scss */
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    /* line 122, ../../sass/components/_global.scss */
    [class*="block-grid-"]:after {
      clear: both; }
    /* line 27, ../../sass/components/_block-grid.scss */
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.625em 1.25em; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/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, ../../sass/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  /* line 63, ../../sass/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 36, ../../sass/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../../sass/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../../sass/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* line 111, ../../sass/components/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

/* line 116, ../../sass/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
/* line 127, ../../sass/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 152, ../../sass/components/_type.scss */
a {
  color: #d7601f;
  text-decoration: none;
  line-height: inherit; }
  /* line 157, ../../sass/components/_type.scss */
  a:hover, a:focus {
    color: #c1561c; }
  /* line 160, ../../sass/components/_type.scss */
  a img {
    border: none; }

/* Default paragraph styles */
/* line 164, ../../sass/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  /* line 174, ../../sass/components/_type.scss */
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
/* line 182, ../../sass/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #aba9a9;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  /* line 192, ../../sass/components/_type.scss */
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

/* line 199, ../../sass/components/_type.scss */
h1, .alpha {
  font-size: 2.125em; }

/* line 200, ../../sass/components/_type.scss */
h2, .beta {
  font-size: 1.6875em; }

/* line 201, ../../sass/components/_type.scss */
h3, .gamma {
  font-size: 1.375em; }

/* line 202, ../../sass/components/_type.scss */
h4, .delta {
  font-size: 1.125em; }

/* line 203, ../../sass/components/_type.scss */
h5, .epsilon {
  font-size: 1.125em; }

/* line 204, ../../sass/components/_type.scss */
h6, .zeta {
  font-size: 1em; }

/* line 208, ../../sass/components/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
/* line 217, ../../sass/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit; }

/* line 223, ../../sass/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit; }

/* line 229, ../../sass/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit; }

/* line 234, ../../sass/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
/* line 241, ../../sass/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

/* line 251, ../../sass/components/_type.scss */
ul, ol {
  margin-left: 0; }
  /* line 253, ../../sass/components/_type.scss */
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
/* line 259, ../../sass/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
/* line 269, ../../sass/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
/* line 272, ../../sass/components/_type.scss */
ul.square {
  list-style-type: square; }
/* line 273, ../../sass/components/_type.scss */
ul.circle {
  list-style-type: circle; }
/* line 274, ../../sass/components/_type.scss */
ul.disc {
  list-style-type: disc; }
/* line 275, ../../sass/components/_type.scss */
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
/* line 281, ../../sass/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
/* line 291, ../../sass/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
/* line 295, ../../sass/components/_type.scss */
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
/* line 299, ../../sass/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #70787c;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

/* line 307, ../../sass/components/_type.scss */
abbr {
  text-transform: none; }

/* Blockquotes */
/* line 312, ../../sass/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd; }
  /* line 317, ../../sass/components/_type.scss */
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    /* line 321, ../../sass/components/_type.scss */
    blockquote cite:before {
      content: "\2014 \0020"; }
    /* line 325, ../../sass/components/_type.scss */
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

/* line 331, ../../sass/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
/* line 338, ../../sass/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em; }
  /* line 344, ../../sass/components/_type.scss */
  .vcard li {
    margin: 0;
    display: block; }
  /* line 348, ../../sass/components/_type.scss */
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

/* line 355, ../../sass/components/_type.scss */
.vevent .summary {
  font-weight: bold; }
/* line 357, ../../sass/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 768px) {
  /* line 368, ../../sass/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  /* line 369, ../../sass/components/_type.scss */
  h1 {
    font-size: 2.75em; }

  /* line 370, ../../sass/components/_type.scss */
  h2 {
    font-size: 2.3125em; }

  /* line 371, ../../sass/components/_type.scss */
  h3 {
    font-size: 1.6875em; }

  /* line 372, ../../sass/components/_type.scss */
  h4 {
    font-size: 1.4375em; } }
/*
 * 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 383, ../../sass/components/_type.scss */
.print-only {
  display: none !important; }

@media print {
  /* line 385, ../../sass/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 392, ../../sass/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 394, ../../sass/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 396, ../../sass/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 399, ../../sass/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 403, ../../sass/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 409, ../../sass/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 411, ../../sass/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 414, ../../sass/components/_type.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 418, ../../sass/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 425, ../../sass/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 428, ../../sass/components/_type.scss */
  .hide-on-print {
    display: none !important; }

  /* line 429, ../../sass/components/_type.scss */
  .print-only {
    display: block !important; }

  /* line 430, ../../sass/components/_type.scss */
  .hide-for-print {
    display: none !important; }

  /* line 431, ../../sass/components/_type.scss */
  .show-for-print {
    display: inherit !important; } }
/* line 171, ../../sass/components/_buttons.scss */
button, .button {
  border-style: none;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #d7601f;
  border-color: #aa4c19;
  color: #fff; }
  /* line 121, ../../sass/components/_buttons.scss */
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #19aa9b; }
  /* line 132, ../../sass/components/_buttons.scss */
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  /* line 176, ../../sass/components/_buttons.scss */
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333; }
    /* line 121, ../../sass/components/_buttons.scss */
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #d0d0d0; }
    /* line 127, ../../sass/components/_buttons.scss */
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333; }
  /* line 177, ../../sass/components/_buttons.scss */
  button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff; }
    /* line 121, ../../sass/components/_buttons.scss */
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    /* line 132, ../../sass/components/_buttons.scss */
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  /* line 178, ../../sass/components/_buttons.scss */
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff; }
    /* line 121, ../../sass/components/_buttons.scss */
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    /* line 132, ../../sass/components/_buttons.scss */
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  /* line 180, ../../sass/components/_buttons.scss */
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  /* line 181, ../../sass/components/_buttons.scss */
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  /* line 182, ../../sass/components/_buttons.scss */
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  /* line 183, ../../sass/components/_buttons.scss */
  button.expand, button.search-saved, .button.expand, .button.search-saved {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }
  /* line 185, ../../sass/components/_buttons.scss */
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  /* line 186, ../../sass/components/_buttons.scss */
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  /* line 188, ../../sass/components/_buttons.scss */
  button.disabled, button.search-saved, button[disabled], .button.disabled, .button.search-saved, .button[disabled] {
    background-color: #d7601f;
    border-color: #aa4c19;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    /* line 121, ../../sass/components/_buttons.scss */
    button.disabled:hover, button.search-saved:hover, button.disabled:focus, button.search-saved:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.search-saved:hover, .button.disabled:focus, .button.search-saved:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #aa4c19; }
    /* line 132, ../../sass/components/_buttons.scss */
    button.disabled:hover, button.search-saved:hover, button.disabled:focus, button.search-saved:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.search-saved:hover, .button.disabled:focus, .button.search-saved:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    /* line 145, ../../sass/components/_buttons.scss */
    button.disabled:hover, button.search-saved:hover, button.disabled:focus, button.search-saved:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.search-saved:hover, .button.disabled:focus, .button.search-saved:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #d7601f; }
    /* line 189, ../../sass/components/_buttons.scss */
    button.disabled.secondary, button.secondary.search-saved, button[disabled].secondary, .button.disabled.secondary, .button.secondary.search-saved, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #d0d0d0;
      color: #333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      /* line 121, ../../sass/components/_buttons.scss */
      button.disabled.secondary:hover, button.secondary.search-saved:hover, button.disabled.secondary:focus, button.secondary.search-saved:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.secondary.search-saved:hover, .button.disabled.secondary:focus, .button.secondary.search-saved:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #d0d0d0; }
      /* line 127, ../../sass/components/_buttons.scss */
      button.disabled.secondary:hover, button.secondary.search-saved:hover, button.disabled.secondary:focus, button.secondary.search-saved:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.secondary.search-saved:hover, .button.disabled.secondary:focus, .button.secondary.search-saved:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333; }
      /* line 145, ../../sass/components/_buttons.scss */
      button.disabled.secondary:hover, button.secondary.search-saved:hover, button.disabled.secondary:focus, button.secondary.search-saved:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.secondary.search-saved:hover, .button.disabled.secondary:focus, .button.secondary.search-saved:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    /* line 190, ../../sass/components/_buttons.scss */
    button.disabled.success, button.success.search-saved, button[disabled].success, .button.disabled.success, .button.success.search-saved, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      /* line 121, ../../sass/components/_buttons.scss */
      button.disabled.success:hover, button.success.search-saved:hover, button.disabled.success:focus, button.success.search-saved:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.success.search-saved:hover, .button.disabled.success:focus, .button.success.search-saved:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      /* line 132, ../../sass/components/_buttons.scss */
      button.disabled.success:hover, button.success.search-saved:hover, button.disabled.success:focus, button.success.search-saved:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.success.search-saved:hover, .button.disabled.success:focus, .button.success.search-saved:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      /* line 145, ../../sass/components/_buttons.scss */
      button.disabled.success:hover, button.success.search-saved:hover, button.disabled.success:focus, button.success.search-saved:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.success.search-saved:hover, .button.disabled.success:focus, .button.success.search-saved:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    /* line 191, ../../sass/components/_buttons.scss */
    button.disabled.alert, button.alert.search-saved, button[disabled].alert, .button.disabled.alert, .button.alert.search-saved, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      /* line 121, ../../sass/components/_buttons.scss */
      button.disabled.alert:hover, button.alert.search-saved:hover, button.disabled.alert:focus, button.alert.search-saved:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.alert.search-saved:hover, .button.disabled.alert:focus, .button.alert.search-saved:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      /* line 132, ../../sass/components/_buttons.scss */
      button.disabled.alert:hover, button.alert.search-saved:hover, button.disabled.alert:focus, button.alert.search-saved:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.alert.search-saved:hover, .button.disabled.alert:focus, .button.alert.search-saved:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      /* line 145, ../../sass/components/_buttons.scss */
      button.disabled.alert:hover, button.alert.search-saved:hover, button.disabled.alert:focus, button.alert.search-saved:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.alert.search-saved:hover, .button.disabled.alert:focus, .button.alert.search-saved:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

/* line 196, ../../sass/components/_buttons.scss */
button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none; }
  /* line 198, ../../sass/components/_buttons.scss */
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none; }
  /* line 199, ../../sass/components/_buttons.scss */
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none; }
  /* line 200, ../../sass/components/_buttons.scss */
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none; }

@media only screen {
  /* line 206, ../../sass/components/_buttons.scss */
  button, .button {
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s; }
    /* line 214, ../../sass/components/_buttons.scss */
    button.radius, .button.radius {
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    /* line 215, ../../sass/components/_buttons.scss */
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 768px) {
  /* line 223, ../../sass/components/_buttons.scss */
  button, .button {
    display: inline-block; } }
/* Standard Forms */
/* line 261, ../../sass/components/_forms.scss */
form {
  margin: 0 0 1.25em; }

/* Using forms within rows, we need to set some defaults */
/* line 68, ../../sass/components/_forms.scss */
form .row .row {
  margin: 0 -0.625em; }
  /* line 70, ../../sass/components/_forms.scss */
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.625em; }
  /* line 74, ../../sass/components/_forms.scss */
  form .row .row.collapse {
    margin: 0; }
    /* line 76, ../../sass/components/_forms.scss */
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
/* line 81, ../../sass/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.625em; }

/* Label Styles */
/* line 267, ../../sass/components/_forms.scss */
label {
  font-size: 0.875em;
  color: gray;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.625em;
  /* Styles for required inputs */ }
  /* line 268, ../../sass/components/_forms.scss */
  label.right {
    float: none;
    text-align: right; }
  /* line 269, ../../sass/components/_forms.scss */
  label.inline {
    margin: 0 0 1.25em 0;
    padding: 0.75em 0; }
  /* line 271, ../../sass/components/_forms.scss */
  label small {
    text-transform: capitalize;
    color: #999999; }

/* Attach elements to the beginning or end of an input */
/* line 278, ../../sass/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.6875em;
  line-height: 2.6875em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 282, ../../sass/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

/* line 283, ../../sass/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

/* line 285, ../../sass/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px; }

/* line 286, ../../sass/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

/* line 287, ../../sass/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 288, ../../sass/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 291, ../../sass/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333; }
  /* line 292, ../../sass/components/_forms.scss */
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }

/* line 294, ../../sass/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333; }
  /* line 295, ../../sass/components/_forms.scss */
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

/* Input groups will automatically style first and last elements of the group */
/* line 301, ../../sass/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px; }
/* line 304, ../../sass/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
/* line 309, ../../sass/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 312, ../../sass/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 319, ../../sass/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: #fff;
  font-family: inherit;
  font-weight: 300;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1.25em;
  margin: 0 0 1.25em 0;
  padding: 0.625em;
  height: 3.0625em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  /* line 110, ../../sass/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: #f2f2f2;
    border-color: #b3b3b3;
    outline: none; }
  /* line 117, ../../sass/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: #ddd; }

/* Adjust margin for form elements below */
/* line 340, ../../sass/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.25em 0; }

/* Normalize file input width */
/* line 348, ../../sass/components/_forms.scss */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
/* line 353, ../../sass/components/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  /* line 218, ../../sass/components/_forms.scss */
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
/* line 360, ../../sass/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block !important;
  padding: 0.375em 0.25em;
  margin-top: -1.5625em;
  margin-bottom: 1.25em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
  margin-top: 0; }
/* line 364, ../../sass/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none; }

/* line 366, ../../sass/components/_forms.scss */
span.error, small.error {
  display: block !important;
  padding: 0.375em 0.25em;
  margin-top: -1.5625em;
  margin-bottom: 1.25em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff; }

/* line 370, ../../sass/components/_forms.scss */
.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  /* line 233, ../../sass/components/_forms.scss */
  .error input:focus,
  .error textarea:focus,
  .error select:focus {
    background: #f2f2f2;
    border-color: #b3b3b3; }
/* line 377, ../../sass/components/_forms.scss */
.error label,
.error label.error {
  color: #c60f13; }
/* line 382, ../../sass/components/_forms.scss */
.error small.error {
  display: block !important;
  padding: 0.375em 0.25em;
  margin-top: -1.5625em;
  margin-bottom: 1.25em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff; }
/* line 386, ../../sass/components/_forms.scss */
.error span.error-message {
  display: block; }

/* line 391, ../../sass/components/_forms.scss */
input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  /* line 233, ../../sass/components/_forms.scss */
  input.error:focus,
  textarea.error:focus {
    background: #f2f2f2;
    border-color: #b3b3b3; }

/* line 396, ../../sass/components/_forms.scss */
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  /* line 233, ../../sass/components/_forms.scss */
  .error select:focus {
    background: #f2f2f2;
    border-color: #b3b3b3; }

/* line 400, ../../sass/components/_forms.scss */
label.error {
  color: #c60f13; }

/* Button Groups */
/* line 72, ../../sass/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  /* line 121, ../../sass/components/_global.scss */
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  /* line 122, ../../sass/components/_global.scss */
  .button-group:after {
    clear: both; }
  /* line 74, ../../sass/components/_button-groups.scss */
  .button-group > * {
    margin: 0 0 0 0;
    float: left; }
    /* line 35, ../../sass/components/_button-groups.scss */
    .button-group > *:first-child {
      margin-left: 0; }
  /* line 50, ../../sass/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: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }
  /* line 54, ../../sass/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: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  /* line 50, ../../sass/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 54, ../../sass/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, ../../sass/components/_button-groups.scss */
  .button-group.even-2 li {
    width: 50%; }
    /* line 63, ../../sass/components/_button-groups.scss */
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  /* line 80, ../../sass/components/_button-groups.scss */
  .button-group.even-3 li {
    width: 33.33333%; }
    /* line 63, ../../sass/components/_button-groups.scss */
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  /* line 80, ../../sass/components/_button-groups.scss */
  .button-group.even-4 li {
    width: 25%; }
    /* line 63, ../../sass/components/_button-groups.scss */
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  /* line 80, ../../sass/components/_button-groups.scss */
  .button-group.even-5 li {
    width: 20%; }
    /* line 63, ../../sass/components/_button-groups.scss */
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  /* line 80, ../../sass/components/_button-groups.scss */
  .button-group.even-6 li {
    width: 16.66667%; }
    /* line 63, ../../sass/components/_button-groups.scss */
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  /* line 80, ../../sass/components/_button-groups.scss */
  .button-group.even-7 li {
    width: 14.28571%; }
    /* line 63, ../../sass/components/_button-groups.scss */
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  /* line 80, ../../sass/components/_button-groups.scss */
  .button-group.even-8 li {
    width: 12.5%; }
    /* line 63, ../../sass/components/_button-groups.scss */
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

/* line 84, ../../sass/components/_button-groups.scss */
.button-bar {
  *zoom: 1; }
  /* line 121, ../../sass/components/_global.scss */
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  /* line 122, ../../sass/components/_global.scss */
  .button-bar:after {
    clear: both; }
  /* line 86, ../../sass/components/_button-groups.scss */
  .button-bar .button-group {
    float: left;
    margin-right: 0.625em; }
    /* line 23, ../../sass/components/_button-groups.scss */
    .button-bar .button-group div {
      overflow: hidden; }

/* line 109, ../../sass/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

/* line 111, ../../sass/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: #fff;
  padding: 1.25em;
  border: solid 1px #666;
  -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 61, ../../sass/components/_reveal.scss */
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  /* line 65, ../../sass/components/_reveal.scss */
  .reveal-modal > :first-child {
    margin-top: 0; }
  /* line 66, ../../sass/components/_reveal.scss */
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  /* line 115, ../../sass/components/_reveal.scss */
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 768px) {
  /* line 121, ../../sass/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em; }
    /* line 124, ../../sass/components/_reveal.scss */
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    /* line 125, ../../sass/components/_reveal.scss */
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    /* line 126, ../../sass/components/_reveal.scss */
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    /* line 127, ../../sass/components/_reveal.scss */
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    /* line 128, ../../sass/components/_reveal.scss */
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  /* line 134, ../../sass/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important; } }
/* Foundation Joyride */
/* line 41, ../../sass/components/_joyride.scss */
.joyride-list {
  display: none; }

/* Default styles for the container */
/* line 44, ../../sass/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

/* line 57, ../../sass/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

/* line 63, ../../sass/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em; }
  /* line 68, ../../sass/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, ../../sass/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px; }
  /* line 81, ../../sass/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, ../../sass/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, ../../sass/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    right: -28px; }
  /* line 99, ../../sass/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    left: -28px; }

/* Typography */
/* line 104, ../../sass/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: #fff; }

/* line 115, ../../sass/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3; }

/* line 121, ../../sass/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em; }

/* line 129, ../../sass/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666; }

/* line 136, ../../sass/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important; }
  /* line 146, ../../sass/components/_joyride.scss */
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important; }

/* line 150, ../../sass/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, ../../sass/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, ../../sass/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, ../../sass/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    /* line 189, ../../sass/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, ../../sass/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, ../../sass/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; } }
/* Foundation Alerts */
/* line 94, ../../sass/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #8BCAE3;
  border-color: #62b7d9;
  color: #505050; }
  /* line 97, ../../sass/components/_alert-boxes.scss */
  .alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333;
    opacity: 0.3; }
    /* line 80, ../../sass/components/_alert-boxes.scss */
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  /* line 99, ../../sass/components/_alert-boxes.scss */
  .alert-box.radius {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  /* line 100, ../../sass/components/_alert-boxes.scss */
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  /* line 102, ../../sass/components/_alert-boxes.scss */
  .alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff; }
  /* line 103, ../../sass/components/_alert-boxes.scss */
  .alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff; }
  /* line 104, ../../sass/components/_alert-boxes.scss */
  .alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #505050; }

/* Inline Lists */
/* line 49, ../../sass/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  /* line 36, ../../sass/components/_inline-lists.scss */
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    /* line 41, ../../sass/components/_inline-lists.scss */
    .inline-list > li > * {
      display: block; }

/* Tables */
/* line 80, ../../sass/components/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #ddd; }
  /* line 41, ../../sass/components/_tables.scss */
  table thead,
  table tfoot {
    background: #f5f5f5;
    font-weight: bold; }
    /* line 47, ../../sass/components/_tables.scss */
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 0.875em;
      color: #222;
      text-align: left; }
  /* line 58, ../../sass/components/_tables.scss */
  table tr th,
  table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222; }
  /* line 65, ../../sass/components/_tables.scss */
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  /* line 70, ../../sass/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.125em; }

/* line 3, ../../sass/components/_announcements.scss */
.announcement {
  padding: 1.875em 1.875em 1.25em;
  background-color: #288986; }
  /* line 7, ../../sass/components/_announcements.scss */
  .announcement p {
    color: #fff; }
  /* line 11, ../../sass/components/_announcements.scss */
  .announcement a {
    color: #fff;
    text-decoration: underline; }
    /* line 15, ../../sass/components/_announcements.scss */
    .announcement a:hover {
      text-decoration: none; }

/* Tooltips */
/* line 29, ../../sass/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333; }
  /* line 35, ../../sass/components/_tooltips.scss */
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #7e3812;
    color: #d7601f; }
  /* line 41, ../../sass/components/_tooltips.scss */
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

/* line 45, ../../sass/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  /* line 60, ../../sass/components/_tooltips.scss */
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #000 transparent;
    top: -10px; }
  /* line 71, ../../sass/components/_tooltips.scss */
  .tooltip.opened {
    color: #d7601f !important;
    border-bottom: dotted 1px #7e3812 !important; }

/* line 77, ../../sass/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888;
  font-weight: normal; }

@media only screen and (min-width: 768px) {
  /* line 86, ../../sass/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #000 transparent;
    top: -10px; }
  /* line 90, ../../sass/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #000 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  /* line 96, ../../sass/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  /* line 99, ../../sass/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #000;
    right: -10px;
    left: auto;
    top: 15%;
    margin-top: -5px; }
  /* line 106, ../../sass/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
/* line 3, ../../sass/components/_icons.scss */
.icon {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/low-res-icon-sprite.png);
  background-repeat: no-repeat; }

/* line 8, ../../sass/components/_icons.scss */
.icon.help {
  background-position: -24px 0;
  border: none; }

/* Off canvas layout CSS/JS provided by or adapted from work by Jason Weaver and Luke Wroblewski Requires globals.css grid.css */
/* line 2, ../../sass/components/_offcanvas.scss */
body.off-canvas {
  padding: 0;
  margin: 0; }

/* line 4, ../../sass/components/_offcanvas.scss */
.container {
  width: 100%; }

/* line 6, ../../sass/components/_offcanvas.scss */
.row {
  overflow: hidden; }

/* line 8, ../../sass/components/_offcanvas.scss */
.row .row {
  overflow: visible; }

/* line 10, ../../sass/components/_offcanvas.scss */
.paneled .container {
  overflow: hidden; }

/* line 12, ../../sass/components/_offcanvas.scss */
.paneled .row {
  width: 100%; }

/* line 14, ../../sass/components/_offcanvas.scss */
[role="main"]:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

/* line 16, ../../sass/components/_offcanvas.scss */
[role="complementary"], [role="main"] {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in; }

/* line 18, ../../sass/components/_offcanvas.scss */
.paneled [role="main"] {
  padding: 0; }

/* line 20, ../../sass/components/_offcanvas.scss */
.page-panel {
  width: 100%;
  padding: 0 15px;
  -webkit-transition: 0.3s margin ease-in-out;
  -moz-transition: 0.3s margin ease-in-out;
  -o-transition: 0.3s margin ease-in-out;
  transition: 0.3s margin ease-in-out;
  background: #fff; }

/* line 22, ../../sass/components/_offcanvas.scss */
#switchPanels {
  margin: 0 -15px; }

/* line 24, ../../sass/components/_offcanvas.scss */
.hide-extras [role="complementary"] {
  display: block; }

/* line 26, ../../sass/components/_offcanvas.scss */
[role="navigation"]#topMenu {
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in; }

/* line 28, ../../sass/components/_offcanvas.scss */
[role="navigation"]#topMenu ul {
  margin-top: 0; }

/* line 30, ../../sass/components/_offcanvas.scss */
[role="complementary"] {
  margin-left: -100%;
  width: 40%;
  float: left;
  z-index: 2; }

/* line 32, ../../sass/components/_offcanvas.scss */
[role="main"] {
  margin-left: 0;
  float: right;
  z-index: 1;
  position: relative; }

/* line 34, ../../sass/components/_offcanvas.scss */
.paneled [role="main"] {
  background: #fff;
  width: 500%;
  overflow: hidden;
  float: none;
  position: relative;
  left: 0;
  -webkit-transition: 0.15s all ease-in;
  -moz-transition: 0.15s all ease-in;
  -o-transition: 0.15s all ease-in;
  transition: 0.15s all ease-in; }

/* line 36, ../../sass/components/_offcanvas.scss */
.page-panel {
  min-height: 400px;
  float: left;
  margin: 0;
  width: 20%; }

/* line 38, ../../sass/components/_offcanvas.scss */
.active [role="complementary"] {
  margin-left: 0; }

/* line 40, ../../sass/components/_offcanvas.scss */
.active [role="main"] {
  margin-right: -40%; }

/* line 42, ../../sass/components/_offcanvas.scss */
.active-menu [role="navigation"]#topMenu {
  margin-top: 0 !important; }

/* line 44, ../../sass/components/_offcanvas.scss */
.mobile-menu-bar {
  background: #d7601f;
  padding: 0.625em; }
  /* line 51, ../../sass/components/_offcanvas.scss */
  .mobile-menu-bar .button {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.8125em;
    text-transform: uppercase;
    font-weight: normal; }
    /* line 57, ../../sass/components/_offcanvas.scss */
    .mobile-menu-bar .button:hover {
      background: rgba(255, 255, 255, 0.2); }
    /* line 60, ../../sass/components/_offcanvas.scss */
    .mobile-menu-bar .button span {
      margin: 0 0.1875em;
      display: inline-block;
      vertical-align: top;
      background: url('../images/regular-s4e835ce17c.png') no-repeat;
      height: 12px;
      width: 18px;
      background-position: 0 -787px; }

@media all and (min-width: 768px) {
  /* line 72, ../../sass/components/_offcanvas.scss */
  [role="complementary"] {
    width: 20%;
    margin-left: 0;
    float: left;
    padding: 0 15px; }

  /* line 73, ../../sass/components/_offcanvas.scss */
  [role="main"] {
    width: 80%; }

  /* line 74, ../../sass/components/_offcanvas.scss */
  .paneled [role="main"] {
    width: 100%;
    padding: 0;
    background: #f4f4f4;
    left: 0 !important; }

  /* line 75, ../../sass/components/_offcanvas.scss */
  .page-panel {
    display: block;
    min-height: 800px;
    float: none;
    margin: 0;
    width: 100%;
    background: #f4f4f4; }

  /* line 76, ../../sass/components/_offcanvas.scss */
  .hide-extras [role="main"] {
    width: 100%; }

  /* line 77, ../../sass/components/_offcanvas.scss */
  .hide-extras [role="complementary"] {
    display: none; }

  /* line 78, ../../sass/components/_offcanvas.scss */
  [role="navigation"]#topMenu {
    display: none; } }
/* line 3, ../../sass/sections/_masthead.scss */
.masthead {
  padding: 0.9375em;
  background: #fff; }
  /* line 8, ../../sass/sections/_masthead.scss */
  .masthead button {
    margin: 0; }
  /* line 12, ../../sass/sections/_masthead.scss */
  .masthead nav {
    padding-left: 20px; }
    /* line 14, ../../sass/sections/_masthead.scss */
    .masthead nav a {
      padding: 5px 15px;
      background: rgba(0, 0, 0, 0.05); }

/* line 22, ../../sass/sections/_masthead.scss */
.masthead--tour .regular-info-white {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  background: url('../images/regular-s4e835ce17c.png') no-repeat;
  height: 20px;
  width: 20px;
  background-position: 0 -603px; }
/* line 30, ../../sass/sections/_masthead.scss */
.masthead--tour button.secondary {
  font-weight: 300;
  background-color: #b6b6b6;
  color: #fff;
  font-size: 0;
  white-space: nowrap; }
  /* line 36, ../../sass/sections/_masthead.scss */
  .masthead--tour button.secondary:hover {
    background-color: #9d9d9d;
    color: #fff; }

@media only screen and (min-width: 768px) {
  /* line 45, ../../sass/sections/_masthead.scss */
  .masthead {
    height: 7em;
    padding: 2.1875em 1.875em; }

  /* line 51, ../../sass/sections/_masthead.scss */
  .masthead--tour .regular-info-white {
    margin: 0 0.625em 0 0; }
  /* line 54, ../../sass/sections/_masthead.scss */
  .masthead--tour button.secondary {
    font-size: 100%; } }
/* line 2, ../../sass/sections/_sidenav.scss */
.nav ul {
  width: 100%;
  list-style-type: none; }
/* line 6, ../../sass/sections/_sidenav.scss */
.nav li {
  padding: 1.25em 0;
  line-height: 1; }
  /* line 9, ../../sass/sections/_sidenav.scss */
  .nav li a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background: url('../images/regular-s4e835ce17c.png') no-repeat; }
  /* line 13, ../../sass/sections/_sidenav.scss */
  .nav li.active {
    background-color: #215f02; }
/* line 18, ../../sass/sections/_sidenav.scss */
.nav .nav-google a {
  height: 31px;
  width: 30px;
  background-position: 0 -529px; }
/* line 22, ../../sass/sections/_sidenav.scss */
.nav .nav-google.active a, .nav .nav-google a:hover {
  background-position: 0 -456px; }
/* line 28, ../../sass/sections/_sidenav.scss */
.nav .nav-linkedin a {
  height: 36px;
  width: 37px;
  background-position: 0 -715px; }
/* line 32, ../../sass/sections/_sidenav.scss */
.nav .nav-linkedin.active a, .nav .nav-linkedin a:hover {
  background-position: 0 -643px; }
/* line 38, ../../sass/sections/_sidenav.scss */
.nav .nav-stack a {
  height: 35px;
  width: 28px;
  background-position: 0 -1028px; }
/* line 42, ../../sass/sections/_sidenav.scss */
.nav .nav-stack.active a, .nav .nav-stack a:hover {
  background-position: 0 -958px; }
/* line 48, ../../sass/sections/_sidenav.scss */
.nav .nav-xing a {
  height: 39px;
  width: 33px;
  background-position: 0 -1355px; }
/* line 52, ../../sass/sections/_sidenav.scss */
.nav .nav-xing.active a, .nav .nav-xing a:hover {
  background-position: 0 -1260px; }
/* line 58, ../../sass/sections/_sidenav.scss */
.nav .nav-github a {
  height: 39px;
  width: 40px;
  background-position: 0 -379px; }
/* line 62, ../../sass/sections/_sidenav.scss */
.nav .nav-github.active a, .nav .nav-github a:hover {
  background-position: 0 -62px; }
/* line 68, ../../sass/sections/_sidenav.scss */
.nav .nav-twitter a {
  height: 27px;
  width: 32px;
  background-position: 0 -1189px; }
/* line 72, ../../sass/sections/_sidenav.scss */
.nav .nav-twitter.active a, .nav .nav-twitter a:hover {
  background-position: 0 -1098px; }

/* line 78, ../../sass/sections/_sidenav.scss */
.main-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  background-color: #55a82c;
  width: 16.66667%;
  height: 100%;
  z-index: 10; }
  /* line 87, ../../sass/sections/_sidenav.scss */
  .main-nav li:first-child {
    width: 100%;
    height: 7em;
    text-align: center; }

/* line 94, ../../sass/sections/_sidenav.scss */
.main-nav nav, .mobile-nav {
  background-color: #55a82c;
  text-align: center; }
  /* line 98, ../../sass/sections/_sidenav.scss */
  .main-nav nav li, .mobile-nav li {
    border-bottom: 1px solid #215f02;
    border-top: 1px solid #e4e4e4; }
  /* line 103, ../../sass/sections/_sidenav.scss */
  .main-nav nav a, .mobile-nav a {
    position: relative;
    display: inline-block; }
  /* line 107, ../../sass/sections/_sidenav.scss */
  .main-nav nav .active:after, .mobile-nav .active:after {
    content: "";
    width: 0;
    height: 0;
    float: right;
    margin: 3px -20px 0 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #215f02;
    border-bottom: 20px solid transparent; }

@media only screen and (min-width: 1280px) {
  /* line 123, ../../sass/sections/_sidenav.scss */
  .nav .nav-google a {
    height: 43px;
    width: 142px;
    background-position: 0 -560px; }
  /* line 127, ../../sass/sections/_sidenav.scss */
  .nav .nav-google.active a, .nav .nav-google a:hover {
    background-position: 0 -486px; }
  /* line 133, ../../sass/sections/_sidenav.scss */
  .nav .nav-linkedin a {
    height: 36px;
    width: 143px;
    background-position: 0 -751px; }
  /* line 137, ../../sass/sections/_sidenav.scss */
  .nav .nav-linkedin.active a, .nav .nav-linkedin a:hover {
    background-position: 0 -679px; }
  /* line 143, ../../sass/sections/_sidenav.scss */
  .nav .nav-stack a {
    height: 35px;
    width: 140px;
    background-position: 0 -1063px; }
  /* line 147, ../../sass/sections/_sidenav.scss */
  .nav .nav-stack.active a, .nav .nav-stack a:hover {
    background-position: 0 -993px; }
  /* line 153, ../../sass/sections/_sidenav.scss */
  .nav .nav-xing a {
    height: 56px;
    width: 142px;
    background-position: 0 -1394px; }
  /* line 157, ../../sass/sections/_sidenav.scss */
  .nav .nav-xing.active a, .nav .nav-xing a:hover {
    background-position: 0 -1299px; }
  /* line 163, ../../sass/sections/_sidenav.scss */
  .nav .nav-github a {
    height: 38px;
    width: 142px;
    background-position: 0 -418px; }
  /* line 167, ../../sass/sections/_sidenav.scss */
  .nav .nav-github.active a, .nav .nav-github a:hover {
    background-position: 0 -101px; }
  /* line 173, ../../sass/sections/_sidenav.scss */
  .nav .nav-twitter a {
    height: 44px;
    width: 54px;
    background-position: 0 -1216px; }
  /* line 177, ../../sass/sections/_sidenav.scss */
  .nav .nav-twitter.active a, .nav .nav-twitter a:hover {
    background-position: 0 -1125px; } }
/* line 3, ../../sass/sections/_content.scss */
.sidebar {
  /*background-color: rgba(0, 0, 0, 0.05);*/
  background-color:#1e318a }

/* line 7, ../../sass/sections/_content.scss */
.content {
  background-color: #E6E6E6; }

/* line 11, ../../sass/sections/_content.scss */
.input, .wrap {
  padding: 0.9375em 0.9375em 0; }
  /* line 13, ../../sass/sections/_content.scss */
  .input label, .wrap label {
    padding-left: 0.75em; }
    /* line 15, ../../sass/sections/_content.scss */
    .input label.small, .wrap label.small {
      padding-top: 0.8125em;
      font-size: 0.6875em; }
      /* line 18, ../../sass/sections/_content.scss */
      .input label.small input, .wrap label.small input {
        margin-right: 0.375em; }
  /* line 23, ../../sass/sections/_content.scss */
  .input .has-tip, .wrap .has-tip {
    content: "";
    position: absolute;
    top: 0.75em;
    right: 1.25em;
    background: url('../images/regular-s4e835ce17c.png') no-repeat;
    height: 20px;
    width: 20px;
    background-position: 0 -623px; }
  /* line 32, ../../sass/sections/_content.scss */
  .input input, .wrap input {
    margin-bottom: 0; }
  /* line 35, ../../sass/sections/_content.scss */
  .input button, .wrap button {
    margin-top: 1.25em;
    padding: 1.5625em 0; }
  /* line 39, ../../sass/sections/_content.scss */
  .input .highlight, .wrap .highlight {
    border-color: #92d71f;
    border-width: 2px; }

/* line 45, ../../sass/sections/_content.scss */
.reasons {
  padding: 1.875em 1.875em 0; }
  /* line 47, ../../sass/sections/_content.scss */
  .reasons ul {
    margin-left: 1.125em; }

/* line 52, ../../sass/sections/_content.scss */
.share {
  padding: 1.875em; }
  /* line 55, ../../sass/sections/_content.scss */
  .share span {
    box-sizing: content-box; }

/* line 60, ../../sass/sections/_content.scss */
.input h1, .wrap h1 {
  font-size: 1.125em; }

/* line 65, ../../sass/sections/_content.scss */
#body-text ul {
  margin-left: 20px; }
/* line 68, ../../sass/sections/_content.scss */
#body-text h1 {
  font-size: 2.75em; }

/* line 75, ../../sass/sections/_content.scss */
.stBubble_count {
  box-sizing: content-box; }

@media only screen and (min-width: 768px) {
  /* line 81, ../../sass/sections/_content.scss */
  .content {
    padding-left: 16.66667%; }

  /* line 85, ../../sass/sections/_content.scss */
  .reasons, .share {
    float: left;
    width: 50%; } }
@media only screen and (min-width: 1280px) {
  /* line 94, ../../sass/sections/_content.scss */
  .input, .wrap {
    padding: 1.875em 1.875em 0; }
    /* line 97, ../../sass/sections/_content.scss */
    .input .has-tip, .wrap .has-tip {
      top: 1.5625em;
      right: 2.5em; }

  /* line 104, ../../sass/sections/_content.scss */
  .reasons, .share {
    float: none;
    width: 100%; } }
/* line 111, ../../sass/sections/_content.scss */
.fancy-select {
  position: relative; }
  /* line 115, ../../sass/sections/_content.scss */
  .fancy-select .trigger {
    background-color: #fff;
    font-family: inherit;
    font-weight: 300;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 1.25em;
    margin: 0 0 1.25em 0;
    padding: 0.625em;
    height: 3.0625em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.7;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out; }
    /* line 110, ../../sass/components/_forms.scss */
    .fancy-select .trigger:focus {
      background: #f2f2f2;
      border-color: #b3b3b3;
      outline: none; }
    /* line 117, ../../sass/components/_forms.scss */
    .fancy-select .trigger[disabled] {
      background-color: #ddd; }
    /* line 127, ../../sass/sections/_content.scss */
    .fancy-select .trigger:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-top-color: #4B5468;
      top: 28px;
      right: 17px; }
    /* line 138, ../../sass/sections/_content.scss */
    .fancy-select .trigger.open {
      background: #f2f2f2;
      border-color: #b3b3b3;
      outline: none; }
  /* line 145, ../../sass/sections/_content.scss */
  .fancy-select .options {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 70px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    min-width: 200px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; }
    /* line 168, ../../sass/sections/_content.scss */
    .fancy-select .options.open {
      visibility: visible;
      top: 65px;
      opacity: 1;
      /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
      /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
      transition: opacity 300ms ease-out, top 300ms ease-out;
      -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
      -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
      -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
      -o-transition: opacity 300ms ease-out, top 300ms ease-out; }
    /* line 181, ../../sass/sections/_content.scss */
    .fancy-select .options.overflowing {
      top: auto;
      bottom: 40px;
      transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
      -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
      -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
      -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
      -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; }
      /* line 190, ../../sass/sections/_content.scss */
      .fancy-select .options.overflowing.open {
        top: auto;
        bottom: 50px;
        transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -o-transition: opacity 300ms ease-out, bottom 300ms ease-out; }
    /* line 202, ../../sass/sections/_content.scss */
    .fancy-select .options li {
		color:rgba(0, 0, 0, 0.75);
      cursor: pointer;
      white-space: nowrap;
      padding: 3px 20px; }
      /* line 206, ../../sass/sections/_content.scss */
      .fancy-select .options li.hover {
        background-color: #d7601f;
        color: #fff; }

/* line 214, ../../sass/sections/_content.scss */
.fancy-select.disabled, .fancy-select.search-saved {
  opacity: 0.5; }

/* line 3, ../../sass/sections/_saved-searches.scss */
.saved-searches {
  margin: 0.9375em; }
  /* line 6, ../../sass/sections/_saved-searches.scss */
  .saved-searches h2 {
    position: relative;
    margin: 0;
    padding: 1.125em 1.25em;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #55a82c;
    border-bottom: 1px solid #333333;
    font-weight: normal;
    color: white; }
  /* line 18, ../../sass/sections/_saved-searches.scss */
  .saved-searches p {
    padding: 1.125em 1.25em 0;
    font-style: italic; }

/* line 24, ../../sass/sections/_saved-searches.scss */
#saved-searches-list {
  padding-bottom: 10px;
  background-color: #55a82c;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px; }
  /* line 30, ../../sass/sections/_saved-searches.scss */
  #saved-searches-list li {
    position: relative;
    border-top: 1px solid #242424;
    font-size: 0.875em;
    line-height: 1.1; }
    /* line 35, ../../sass/sections/_saved-searches.scss */
    #saved-searches-list li .saved {
      display: table;
      margin-right: 50px;
      padding: 10px 0 10px 48px;
      color: #cccccc; }
      /* line 40, ../../sass/sections/_saved-searches.scss */
      #saved-searches-list li .saved:hover {
        color: #fff; }
    /* line 44, ../../sass/sections/_saved-searches.scss */
    #saved-searches-list li .delete {
      position: absolute;
      top: 10px;
      right: 20px;
      text-indent: -119988px;
      overflow: hidden;
      text-align: left;
      text-transform: capitalize;
      background: url('../images/regular-s4e835ce17c.png') no-repeat;
      height: 16px;
      width: 16px;
      background-position: 0 -30px; }
      /* line 52, ../../sass/sections/_saved-searches.scss */
      #saved-searches-list li .delete:hover {
        background-position: 0 -14px; }
    /* line 56, ../../sass/sections/_saved-searches.scss */
    #saved-searches-list li span {
      position: absolute;
      top: 8px;
      left: 20px;
      background: url('../images/regular-s4e835ce17c.png') no-repeat; }
  /* line 64, ../../sass/sections/_saved-searches.scss */
  #saved-searches-list li:first-child {
    border: none; }
  /* line 68, ../../sass/sections/_saved-searches.scss */
  #saved-searches-list .saved-linkedin span {
    height: 18px;
    width: 18px;
    background-position: 0 -866px; }
  /* line 73, ../../sass/sections/_saved-searches.scss */
  #saved-searches-list .saved-google span {
    height: 18px;
    width: 18px;
    background-position: 0 -848px; }
  /* line 78, ../../sass/sections/_saved-searches.scss */
  #saved-searches-list .saved-stackoverflow span {
    height: 18px;
    width: 18px;
    background-position: 0 -904px; }
  /* line 83, ../../sass/sections/_saved-searches.scss */
  #saved-searches-list .saved-twitter span {
    height: 18px;
    width: 18px;
    background-position: 0 -922px; }
  /* line 88, ../../sass/sections/_saved-searches.scss */
  #saved-searches-list .saved-github span {
    height: 18px;
    width: 18px;
    background-position: 0 -830px; }
  /* line 93, ../../sass/sections/_saved-searches.scss */
  #saved-searches-list .saved-xing span {
    height: 18px;
    width: 18px;
    background-position: 0 -940px; }

/* line 99, ../../sass/sections/_saved-searches.scss */
.deleteAll {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.75em;
  color: red;
  text-decoration: underline; }
  /* line 106, ../../sass/sections/_saved-searches.scss */
  .deleteAll:hover {
    text-decoration: none;
    color: #cccccc; }

@media only screen and (min-width: 1280px) {
  /* line 114, ../../sass/sections/_saved-searches.scss */
  .saved-searches {
    margin: 1.875em; } }
/* line 3, ../../sass/sections/_result.scss */
#result {
  padding: 0.9375em;
  background: #333333;
  border: 1px solid #000; }
  /* line 7, ../../sass/sections/_result.scss */
  #result .close-reveal-modal {
    top: 0.3125em;
    right: 0.3125em; }

/* line 13, ../../sass/sections/_result.scss */
#saved-button {
  display: none; }

/* line 22, ../../sass/sections/_result.scss */
.ad-piece {
  margin-top: 2.5em;
  padding: 0.9375em;
  background: #4d4d4d;
  border: 1px solid #666666;
  text-align: center; }
  /* line 28, ../../sass/sections/_result.scss */
  .ad-piece p {
    margin: 0;
    font-size: 13px;
    color: #999999; }

/* line 35, ../../sass/sections/_result.scss */
.result-input-wrap {
  position: relative; }
  /* line 37, ../../sass/sections/_result.scss */
  .result-input-wrap input[type="text"] {
    font-size: 0.75em; }

/* line 42, ../../sass/sections/_result.scss */
.my_clip_button {
  position: absolute;
  top: 0;
  right: 0; }

/* line 48, ../../sass/sections/_result.scss */
.twitter-open {
  background-color: #55acf0; }
  /* line 50, ../../sass/sections/_result.scss */
  .twitter-open:hover {
    background-color: #2695ec; }

/* line 55, ../../sass/sections/_result.scss */
.regular-new-window, .regular-save-search, .regular-twitter-open {
  display: inline-block;
  vertical-align: top; }

/* line 60, ../../sass/sections/_result.scss */
.regular-twitter-open {
  margin-left: 10px;
  background: url('../images/regular-s4e835ce17c.png') no-repeat;
  height: 20px;
  width: 26px;
  background-position: 0 -1169px; }

/* line 67, ../../sass/sections/_result.scss */
.regular-new-window {
  margin-left: 10px;
  background: url('../images/regular-s4e835ce17c.png') no-repeat;
  height: 20px;
  width: 20px;
  background-position: 0 -810px; }

/* line 74, ../../sass/sections/_result.scss */
.regular-save-search {
  margin-right: 10px;
  background: url('../images/regular-s4e835ce17c.png') no-repeat;
  height: 20px;
  width: 25px;
  background-position: 0 -884px; }

@media only screen and (min-width: 768px) {
  /* line 83, ../../sass/sections/_result.scss */
  #result {
    padding: 1.875em; }
    /* line 85, ../../sass/sections/_result.scss */
    #result .close-reveal-modal {
      top: 0.5em;
      right: 0.6875em; }

  /* line 92, ../../sass/sections/_result.scss */
  .result-input-wrap input[type="text"] {
    font-size: 100%; } }
/* Footer */
/* line 7, ../../sass/sections/_footer.scss */
footer {
  font-size: 0.8125em; }
  /* line 9, ../../sass/sections/_footer.scss */
  footer ul {
    margin-bottom: 1.25em;width: auto; text-align: center; color: #000;}
  /* line 13, ../../sass/sections/_footer.scss */
  footer li {
    display: inline-block;
    padding-left: 5px; }
    /* line 16, ../../sass/sections/_footer.scss */
    footer li:before {
      content: "\00b7"; }
    /* line 19, ../../sass/sections/_footer.scss */
    footer li:first-child:before {
      content: ""; }
  /* line 23, ../../sass/sections/_footer.scss */
  footer a {
    display: inline-block;
    padding-left: 8px;
    color: #70787c;
    text-decoration: underline; }
    /* line 28, ../../sass/sections/_footer.scss */
    footer a:hover {
      text-decoration: none; }

/* line 1, ../../sass/sections/_browser.scss */
.alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  display: none;
  padding: 15px 1% 30px 18.66667%;
  font-size: 0.8125em;
  background: #FFFBCC;
  border-top: 1px solid #E6DB55;
  border-bottom: 1px solid #E6DB55;
  z-index: 1000; }

/* line 17, ../../sass/sections/_browser.scss */
.lt-ie9 .alert {
  display: block; }
