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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/base/_normalizev2.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/base/_normalizev2.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/base/_normalizev2.scss */
[hidden] {
  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 64, ../sass/base/_normalizev2.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 74, ../sass/base/_normalizev2.scss */
body {
  margin: 0; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/base/_normalizev2.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 108, ../sass/base/_normalizev2.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../sass/base/_normalizev2.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 181, ../sass/base/_normalizev2.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../sass/base/_normalizev2.scss */
small {
  font-size: 80%; }

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

/* line 205, ../sass/base/_normalizev2.scss */
sup {
  top: -0.5em; }

/* line 209, ../sass/base/_normalizev2.scss */
sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../sass/base/_normalizev2.scss */
svg:not(:root) {
  overflow: hidden; }

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../sass/base/_normalizev2.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 264, ../sass/base/_normalizev2.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 278, ../sass/base/_normalizev2.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 290, ../sass/base/_normalizev2.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 302, ../sass/base/_normalizev2.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 317, ../sass/base/_normalizev2.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 327, ../sass/base/_normalizev2.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 337, ../sass/base/_normalizev2.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 348, ../sass/base/_normalizev2.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 361, ../sass/base/_normalizev2.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 370, ../sass/base/_normalizev2.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 380, ../sass/base/_normalizev2.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../sass/base/_normalizev2.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 265, ../sass/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "'only screen and (min-width: 768px)'";
  width: 768px; }

/* line 270, ../sass/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "'only screen and (min-width:1280px)'";
  width: 1280px; }

/* line 275, ../sass/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "'only screen and (min-width:1440px)'";
  width: 1440px; }

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

/* line 298, ../sass/foundation/components/_global.scss */
html,
body {
  background: white;
  font-size: 100%; }

/* line 304, ../sass/foundation/components/_global.scss */
body {
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 181, ../sass/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Visibility HTML Classes */
/* line 11, ../sass/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

/* line 17, ../sass/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

/* line 23, ../sass/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

/* line 27, ../sass/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
/* line 38, ../sass/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

/* line 48, ../sass/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

/* line 58, ../sass/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

/* line 68, ../sass/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

/* line 79, ../sass/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 85, ../sass/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  /* line 87, ../sass/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important; }

  /* line 89, ../sass/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important; }

  /* line 92, ../sass/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 98, ../sass/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  /* line 103, ../sass/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  /* line 108, ../sass/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  /* line 113, ../sass/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

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

  /* line 129, ../sass/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  /* line 132, ../sass/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  /* line 135, ../sass/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 142, ../sass/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  /* line 148, ../sass/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  /* line 154, ../sass/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  /* line 160, ../sass/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

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

  /* line 176, ../sass/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  /* line 179, ../sass/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  /* line 181, ../sass/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 187, ../sass/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  /* line 192, ../sass/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  /* line 197, ../sass/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  /* line 202, ../sass/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  /* line 208, ../sass/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
/* line 215, ../sass/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

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

/* Specific visilbity for tables */
/* line 222, ../sass/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

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

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

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

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

@media only screen and (orientation: landscape) {
  /* line 244, ../sass/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

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

  /* Specific visilbity for tables */
  /* line 251, ../sass/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

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

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

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

  /* line 268, ../sass/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  /* line 274, ../sass/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

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

  /* Specific visilbity for tables */
  /* line 281, ../sass/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

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

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

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

  /* line 298, ../sass/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
/* line 303, ../sass/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important; }

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

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

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

/* Specific visilbity for tables */
/* line 309, ../sass/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table; }

/* line 310, ../sass/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 36, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../sass/foundation/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../sass/foundation/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* line 111, ../sass/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

/* line 116, ../sass/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
/* line 145, ../sass/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
/* line 152, ../sass/foundation/components/_type.scss */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit; }
  /* line 158, ../sass/foundation/components/_type.scss */
  a:hover, a:focus {
    color: #2795b6; }
  /* line 160, ../sass/foundation/components/_type.scss */
  a img {
    border: none; }

/* Default paragraph styles */
/* line 164, ../sass/foundation/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/foundation/components/_type.scss */
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
/* line 182, ../sass/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  /* line 192, ../sass/foundation/components/_type.scss */
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

/* line 199, ../sass/foundation/components/_type.scss */
h1 {
  font-size: 2.125em; }

/* line 200, ../sass/foundation/components/_type.scss */
h2 {
  font-size: 1.6875em; }

/* line 201, ../sass/foundation/components/_type.scss */
h3 {
  font-size: 1.375em; }

/* line 202, ../sass/foundation/components/_type.scss */
h4 {
  font-size: 1.125em; }

/* line 203, ../sass/foundation/components/_type.scss */
h5 {
  font-size: 1.125em; }

/* line 204, ../sass/foundation/components/_type.scss */
h6 {
  font-size: 1em; }

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

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

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

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

/* line 234, ../sass/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
/* line 243, ../sass/foundation/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/foundation/components/_type.scss */
ul, ol {
  margin-left: 0; }
  /* line 253, ../sass/foundation/components/_type.scss */
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
/* line 260, ../sass/foundation/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/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
/* line 272, ../sass/foundation/components/_type.scss */
ul.square {
  list-style-type: square; }
/* line 273, ../sass/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle; }
/* line 274, ../sass/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc; }
/* line 275, ../sass/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
/* line 282, ../sass/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
/* line 291, ../sass/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
/* line 295, ../sass/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
/* line 300, ../sass/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

/* line 307, ../sass/foundation/components/_type.scss */
abbr {
  text-transform: none; }

/* Blockquotes */
/* line 312, ../sass/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  /* line 317, ../sass/foundation/components/_type.scss */
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    /* line 321, ../sass/foundation/components/_type.scss */
    blockquote cite:before {
      content: "\2014 \0020"; }
    /* line 326, ../sass/foundation/components/_type.scss */
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

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

/* Microformats */
/* line 338, ../sass/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em; }
  /* line 344, ../sass/foundation/components/_type.scss */
  .vcard li {
    margin: 0;
    display: block; }
  /* line 348, ../sass/foundation/components/_type.scss */
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

/* line 355, ../sass/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold; }
/* line 357, ../sass/foundation/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/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  /* line 369, ../sass/foundation/components/_type.scss */
  h1 {
    font-size: 2.75em; }

  /* line 370, ../sass/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125em; }

  /* line 371, ../sass/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875em; }

  /* line 372, ../sass/foundation/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/foundation/components/_type.scss */
.print-only {
  display: none !important; }

@media print {
  /* line 385, ../sass/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 393, ../sass/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 394, ../sass/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 396, ../sass/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 401, ../sass/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 404, ../sass/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 409, ../sass/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 412, ../sass/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 414, ../sass/foundation/components/_type.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 420, ../sass/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 426, ../sass/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 428, ../sass/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important; }

  /* line 429, ../sass/foundation/components/_type.scss */
  .print-only {
    display: block !important; }

  /* line 430, ../sass/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important; }

  /* line 431, ../sass/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important; } }
/* Inline Lists */
/* line 49, ../sass/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  /* line 36, ../sass/foundation/components/_inline-lists.scss */
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    /* line 41, ../sass/foundation/components/_inline-lists.scss */
    .inline-list > li > * {
      display: block; }

/*
    Example usage: 
    @include animation(10s, 5s, changecolour)
 */
/* Calculate fluid ratio based on two dimensions (width/height) */
@-webkit-keyframes zoom-in-out {
  /* line 120, ../sass/base/_mixins.scss */
  0% {
    margin: 0 auto; }

  /* line 121, ../sass/base/_mixins.scss */
  33% {
    margin-right: 50px; }

  /* line 122, ../sass/base/_mixins.scss */
  66% {
    margin-left: 50px;
    margin-right: 0px; }

  /* line 123, ../sass/base/_mixins.scss */
  100% {
    margin: 0 auto; } }

@-webkit-keyframes fadein {
  /* line 138, ../sass/base/_mixins.scss */
  0% {
    opacity: .5; }

  /* line 139, ../sass/base/_mixins.scss */
  20% {
    opacity: 0.5; }

  /* line 140, ../sass/base/_mixins.scss */
  100% {
    opacity: 1; } }

@-webkit-keyframes paddedHeader {
  /* line 143, ../sass/base/_mixins.scss */
  0% {
    padding-top: 25%;
    padding-bottom: 25%; }

  /* line 145, ../sass/base/_mixins.scss */
  100% {
    padding-top: 7%;
    padding-bottom: 7%; } }

@-webkit-keyframes flip {
  /* line 149, ../sass/base/_mixins.scss */
  0% {
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }

  /* line 153, ../sass/base/_mixins.scss */
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(1deg) translate(0px); } }

@-moz-keyframes flip {
  /* line 149, ../sass/base/_mixins.scss */
  0% {
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }

  /* line 153, ../sass/base/_mixins.scss */
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(1deg) translate(0px); } }

@-ms-keyframes flip {
  /* line 149, ../sass/base/_mixins.scss */
  0% {
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }

  /* line 153, ../sass/base/_mixins.scss */
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(1deg) translate(0px); } }

@keyframes flip {
  /* line 149, ../sass/base/_mixins.scss */
  0% {
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }

  /* line 153, ../sass/base/_mixins.scss */
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(1deg) translate(0px); } }

@-webkit-keyframes sizeit {
  /* line 157, ../sass/base/_mixins.scss */
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }

  /* line 161, ../sass/base/_mixins.scss */
  100% {
    -webkit-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -moz-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -ms-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -o-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px); } }

@-moz-keyframes sizeit {
  /* line 157, ../sass/base/_mixins.scss */
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }

  /* line 161, ../sass/base/_mixins.scss */
  100% {
    -webkit-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -moz-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -ms-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -o-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px); } }

@-ms-keyframes sizeit {
  /* line 157, ../sass/base/_mixins.scss */
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }

  /* line 161, ../sass/base/_mixins.scss */
  100% {
    -webkit-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -moz-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -ms-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -o-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px); } }

@keyframes sizeit {
  /* line 157, ../sass/base/_mixins.scss */
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }

  /* line 161, ../sass/base/_mixins.scss */
  100% {
    -webkit-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -moz-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -ms-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    -o-transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px);
    transform: rotate(0deg) scale(1.5) skew(1deg) translate(1px); } }

@-webkit-keyframes scroll {
  /* line 165, ../sass/base/_mixins.scss */
  0% {
    background-position: 0px 0px; }

  /* line 168, ../sass/base/_mixins.scss */
  100% {
    background-position: 0px 1400px; } }

@-moz-keyframes scroll {
  /* line 165, ../sass/base/_mixins.scss */
  0% {
    background-position: 0px 0px; }

  /* line 168, ../sass/base/_mixins.scss */
  100% {
    background-position: 0px 1400px; } }

@-ms-keyframes scroll {
  /* line 165, ../sass/base/_mixins.scss */
  0% {
    background-position: 0px 0px; }

  /* line 168, ../sass/base/_mixins.scss */
  100% {
    background-position: 0px 1400px; } }

@keyframes scroll {
  /* line 165, ../sass/base/_mixins.scss */
  0% {
    background-position: 0px 0px; }

  /* line 168, ../sass/base/_mixins.scss */
  100% {
    background-position: 0px 1400px; } }

/* line 3, ../sass/_top_nav.scss */
nav.access ul {
  margin: 0;
  padding: 0; }
/* line 8, ../sass/_top_nav.scss */
nav.access li {
  display: block;
  position: relative; }
  /* line 14, ../sass/_top_nav.scss */
  nav.access li:last-child {
    padding-right: 0px; }
    /* line 17, ../sass/_top_nav.scss */
    nav.access li:last-child ul.sub-menu {
      right: 0; }
  /* line 25, ../sass/_top_nav.scss */
  nav.access li a {
    display: block;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 15px 6px 15px;
    background-color: #009aea; }
  /* line 33, ../sass/_top_nav.scss */
  nav.access li a:hover {
    color: #FFF;
    background-color: #2b2b2b; }
  /* line 38, ../sass/_top_nav.scss */
  nav.access li ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 999; }
    /* line 43, ../sass/_top_nav.scss */
    nav.access li ul.sub-menu li {
      float: none; }
    /* line 46, ../sass/_top_nav.scss */
    nav.access li ul.sub-menu a {
      width: 180px;
      text-align: left; }
  /* line 52, ../sass/_top_nav.scss */
  nav.access li:hover ul.sub-menu {
    display: block; }

@media screen and (min-width: 768px) {
  /* line 59, ../sass/_top_nav.scss */
  nav.access ul li {
    float: left; } }
/*

social

*/
/* line 71, ../sass/_top_nav.scss */
ul.guru-social {
  list-style: none; }
  /* line 75, ../sass/_top_nav.scss */
  ul.guru-social li {
    float: left;
    margin-right: 3px;
    overflow: hidden; }
  /* line 81, ../sass/_top_nav.scss */
  ul.guru-social li a {
    display: block;
    display: block;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    background-position: 0px -104px;
    text-indent: -9999px; }
  /* line 85, ../sass/_top_nav.scss */
  ul.guru-social li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
  /* line 89, ../sass/_top_nav.scss */
  ul.guru-social li.email a {
    background-position: -36px -104px; }
  /* line 92, ../sass/_top_nav.scss */
  ul.guru-social li.linkedin a {
    background-position: -145px -104px; }
  /* line 95, ../sass/_top_nav.scss */
  ul.guru-social li.twitter a {
    background-position: -108px -104px; }
  /* line 98, ../sass/_top_nav.scss */
  ul.guru-social li.facebook a {
    background-position: 1px -104px; }
  /* line 101, ../sass/_top_nav.scss */
  ul.guru-social li.google a {
    background-position: -72px -104px; }

/**
 *
 *
 * Sidebar

	This is some base css for using wp_list_pages as your wordpress sidebar nav function.
	You list all the pages but use css to show the subpages of the current page.
	The side bar needs styling


 *
*/
/* line 15, ../sass/_sidebar.scss */
#sidebar ul {
  list-style: none; }
/* line 19, ../sass/_sidebar.scss */
#sidebar ul.sidenav {
  margin: 0;
  padding: 0;
  border: 1px solid #FFF;
  background-color: #eee; }
/* line 25, ../sass/_sidebar.scss */
#sidebar ul.children {
  padding: 0; }
/* line 29, ../sass/_sidebar.scss */
#sidebar div.sidebar-subpages {
  /* set margin to show hierarchy */
  /* Style everthing as needed */ }
  /* line 32, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages a, #sidebar div.sidebar-subpages h3 {
    display: block;
    padding: 14px 20px;
    border: 1px solid #FFF; }
    /* line 41, ../sass/_sidebar.scss */
    #sidebar div.sidebar-subpages a:hover, #sidebar div.sidebar-subpages h3:hover {
      background-color: #009aea;
      color: #FFF; }
  /* line 48, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > ul.children {
    margin-left: 1.8em; }
  /* line 52, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages div.widget {
    margin-bottom: 20px; }
  /* line 55, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages h3 {
    margin-bottom: 0px !important; }
  /* line 59, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > li {
    display: none; }
  /* line 61, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_ancestor {
    display: block; }
  /* line 62, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_item {
    display: block; }
  /* line 64, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_parent ul.children li {
    display: block; }
  /* line 65, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_item ul.children li {
    display: block; }
  /* line 67, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_item ul.children li ul.children li {
    display: none; }
  /* line 69, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_ancestor ul.children li.page_item ul {
    display: none; }
  /* line 70, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_parent ul.children li.current_page_item ul {
    display: block; }
  /* line 72, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_ancestor ul.children li.current_page_ancestor ul {
    display: block; }
  /* line 82, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_ancestor > a,
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_parent > a,
  #sidebar div.sidebar-subpages ul.sidenav > li.current_page_item > a,
  #sidebar div.sidebar-subpages ul.sidenav h3 {
    font-weight: normal;
    background-color: #009aea;
    color: #FFF; }
  /* line 95, ../sass/_sidebar.scss */
  #sidebar div.sidebar-subpages ul.sidenav ul.children ul.children a {
    padding-left: 30px !important; }
    /* line 98, ../sass/_sidebar.scss */
    #sidebar div.sidebar-subpages ul.sidenav ul.children ul.children a:before {
      content: "- "; }
    /* line 102, ../sass/_sidebar.scss */
    #sidebar div.sidebar-subpages ul.sidenav ul.children ul.children a:hover {
      background-color: #CCC;
      color: #222; }

/*

Slider
Base style for responsive slider

*/
/* line 7, ../sass/_slider.scss */
.main-slider {
  margin: 0 auto;
  box-shadow: 0px 5px 11px -6px #000; }
  /* line 13, ../sass/_slider.scss */
  .main-slider .cycle-slideshow {
    width: 100%;
    margin: 0 auto; }
  /* line 17, ../sass/_slider.scss */
  .main-slider .cycle-slide {
    line-height: 0;
    width: 100%; }
  /* line 21, ../sass/_slider.scss */
  .main-slider .slide-content, .main-slider .cycle-prev, .main-slider .cycle-next {
    display: none; }
  /* line 24, ../sass/_slider.scss */
  .main-slider .cycle-slide img {
    width: 100%;
    height: auto; }
  /* line 28, ../sass/_slider.scss */
  .main-slider .cycle-slideshow .cycle-slide {
    display: none; }

/* line 3, ../sass/_temp.scss */
.direction-bold {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0px !important; }

/* line 9, ../sass/_temp.scss */
.direction-text {
  font-size: 14px;
  margin-bottom: 20px !important; }

/* line 14, ../sass/_temp.scss */
.italic {
  font-style: italic;
  font-size: 13px; }

/* line 19, ../sass/_temp.scss */
#signature-form {
  margin-bottom: 50px; }

/* line 23, ../sass/_temp.scss */
#footer {
  margin: 0 auto;
  width: 60%;
  margin-top: 50px; }

/* line 29, ../sass/_temp.scss */
#select1 {
  width: 200px; }

/* line 33, ../sass/_temp.scss */
.center {
  display: block;
  margin: 0 auto; }

/* line 38, ../sass/_temp.scss */
#logo {
  text-align: center;
  background-image: url("http://cliffordpower.com/vcards/clifford_signature_logo.png");
  background-repeat: no-repeat;
  height: 100px;
  width: 95px;
  margin: 0 auto; }

/* line 47, ../sass/_temp.scss */
#directions {
  text-align: left;
  width: 50%;
  margin: 0 auto; }
  /* line 51, ../sass/_temp.scss */
  #directions h2 {
    text-align: center;
    border-bottom: 1px solid black;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px; }

/* line 60, ../sass/_temp.scss */
label, input {
  margin-bottom: 10px; }

/* line 64, ../sass/_temp.scss */
.new-emp-cont {
  width: 500px;
  margin: 0 auto;
  text-align: center; }

/* line 70, ../sass/_temp.scss */
#employee-input {
  text-align: right;
  width: 500px;
  margin-right: 50px; }

/* line 76, ../sass/_temp.scss */
.center {
  text-align: center; }

/* line 2, ../sass/_component.scss */
nt-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* General button style (reset) */
/* line 14, ../sass/_component.scss */
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  /*padding: 25px 80px;*/
  padding: 15px 60px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

/* line 36, ../sass/_component.scss */
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

/* Pseudo elements for icons */
/* line 50, ../sass/_component.scss */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased; }

/* line 62, ../sass/_component.scss */
.icon-envelope:before {
  content: "\e000"; }

/* line 66, ../sass/_component.scss */
.icon-cart:before {
  content: "\e007"; }

/* line 70, ../sass/_component.scss */
.icon-cart-2:before {
  content: "\e008"; }

/* line 74, ../sass/_component.scss */
.icon-heart:before {
  content: "\e009"; }

/* Filled heart */
/* line 80, ../sass/_component.scss */
.icon-heart:after,
.icon-heart-2:before {
  content: "\e00a"; }

/* line 84, ../sass/_component.scss */
.icon-star:before {
  content: "\e00b"; }

/* Filled star */
/* line 90, ../sass/_component.scss */
.icon-star:after,
.icon-star-2:before {
  content: "\e00c"; }

/* line 94, ../sass/_component.scss */
.icon-arrow-right:before {
  content: "►"; }

/* line 98, ../sass/_component.scss */
.icon-arrow-left:before {
  content: "\e003"; }

/* line 102, ../sass/_component.scss */
.icon-truck:before {
  content: "\e00e"; }

/* line 106, ../sass/_component.scss */
.icon-remove:before {
  content: "\e00f"; }

/* line 110, ../sass/_component.scss */
.icon-cog:before {
  content: "\e010"; }

/* line 115, ../sass/_component.scss */
.icon-plus:before,
.icon-plus:after {
  content: "\e011"; }

/* line 119, ../sass/_component.scss */
.icon-minus:before {
  content: "\e012"; }

/* line 123, ../sass/_component.scss */
.bh-icon-smiley:before {
  content: "\e001"; }

/* line 127, ../sass/_component.scss */
.bh-icon-sad:before {
  content: "\e002"; }

/* line 131, ../sass/_component.scss */
.icon-file:before {
  content: "\e004"; }

/* line 135, ../sass/_component.scss */
.icon-remove-2:before {
  content: "\e005"; }

/* Button 1 */
/* line 140, ../sass/_component.scss */
.btn-1 {
  border: 3px solid #fff;
  color: #fff; }

/* Button 1a */
/* line 147, ../sass/_component.scss */
.btn-1a:hover,
.btn-1a:active {
  color: #0e83cd;
  background: #fff; }

/* Button 1b */
/* line 153, ../sass/_component.scss */
.btn-1b:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff; }

/* line 162, ../sass/_component.scss */
.btn-1b:hover,
.btn-1b:active {
  color: #0e83cd; }

/* line 167, ../sass/_component.scss */
.btn-1b:hover:after,
.btn-1b:active:after {
  height: 100%; }

/* Button 1c */
/* line 172, ../sass/_component.scss */
.btn-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff; }

/* line 181, ../sass/_component.scss */
.btn-1c:hover,
.btn-1c:active {
  color: #0e83cd; }

/* line 186, ../sass/_component.scss */
.btn-1c:hover:after,
.btn-1c:active:after {
  width: 100%; }

/* Button 1d */
/* line 191, ../sass/_component.scss */
.btn-1d {
  overflow: hidden; }

/* line 195, ../sass/_component.scss */
.btn-1d:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/* line 209, ../sass/_component.scss */
.btn-1d:hover,
.btn-1d:active {
  color: #0e83cd; }

/* line 213, ../sass/_component.scss */
.btn-1d:hover:after {
  width: 90%;
  opacity: 1; }

/* line 218, ../sass/_component.scss */
.btn-1d:active:after {
  width: 101%;
  opacity: 1; }

/* Button 1e */
/* line 224, ../sass/_component.scss */
.btn-1e {
  overflow: hidden; }

/* line 228, ../sass/_component.scss */
.btn-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }

/* line 242, ../sass/_component.scss */
.btn-1e:hover,
.btn-1e:active {
  color: #0e83cd; }

/* line 246, ../sass/_component.scss */
.btn-1e:hover:after {
  height: 260%;
  opacity: 1; }

/* line 251, ../sass/_component.scss */
.btn-1e:active:after {
  height: 400%;
  opacity: 1; }

/* Button 1f */
/* line 257, ../sass/_component.scss */
.btn-1f {
  overflow: hidden; }

/* line 261, ../sass/_component.scss */
.btn-1f:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/* line 275, ../sass/_component.scss */
.btn-1f:hover,
.btn-1f:active {
  color: #0e83cd; }

/* line 279, ../sass/_component.scss */
.btn-1f:hover:after {
  height: 73%;
  opacity: 1; }

/* line 284, ../sass/_component.scss */
.btn-1f:active:after {
  height: 130%;
  opacity: 1; }

/* Button 2 */
/* line 290, ../sass/_component.scss */
.btn-2 {
  background: #cb4e4e;
  color: #fff;
  box-shadow: 0 6px #ab3c3c;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

/* Button 2a */
/* line 300, ../sass/_component.scss */
.btn-2a {
  border-radius: 0 0 5px 5px; }

/* line 304, ../sass/_component.scss */
.btn-2a:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px; }

/* line 309, ../sass/_component.scss */
.btn-2a:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px; }

/* Button 2b */
/* line 315, ../sass/_component.scss */
.btn-2b {
  border-radius: 0 0 5px 5px; }

/* line 319, ../sass/_component.scss */
.btn-2b:hover {
  box-shadow: 0 8px #ab3c3c;
  top: -2px; }

/* line 324, ../sass/_component.scss */
.btn-2b:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px; }

/* Button 2c */
/* line 330, ../sass/_component.scss */
.btn-2c {
  border-radius: 5px; }

/* line 334, ../sass/_component.scss */
.btn-2c:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px; }

/* line 339, ../sass/_component.scss */
.btn-2c:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px; }

/* Button 2d */
/* line 345, ../sass/_component.scss */
.btn-2d {
  border-radius: 5px; }

/* line 349, ../sass/_component.scss */
.btn-2d:hover {
  box-shadow: 0 8px #ab3c3c;
  top: -2px; }

/* line 354, ../sass/_component.scss */
.btn-2d:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px; }

/* Button 2e */
/* line 360, ../sass/_component.scss */
.btn-2e {
  border-radius: 5px;
  box-shadow: -6px 0 #ab3c3c; }

/* line 365, ../sass/_component.scss */
.btn-2e:hover {
  box-shadow: -4px 0 #ab3c3c;
  left: -2px; }

/* line 370, ../sass/_component.scss */
.btn-2e:active {
  box-shadow: 0 0 #ab3c3c;
  left: -6px; }

/* Button 2f */
/* line 376, ../sass/_component.scss */
.btn-2f {
  border-radius: 5px;
  box-shadow: 6px 0 #ab3c3c; }

/* line 381, ../sass/_component.scss */
.btn-2f:hover {
  box-shadow: 4px 0 #ab3c3c;
  left: 2px; }

/* line 386, ../sass/_component.scss */
.btn-2f:active {
  box-shadow: 0 0 #ab3c3c;
  left: 6px; }

/* Button 2g */
/* line 392, ../sass/_component.scss */
.btn-2g {
  border-radius: 40px; }

/* line 396, ../sass/_component.scss */
.btn-2g:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px; }

/* line 401, ../sass/_component.scss */
.btn-2g:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px; }

/* Button 2h */
/* line 407, ../sass/_component.scss */
.btn-2h {
  border-radius: 20px; }

/* line 411, ../sass/_component.scss */
.btn-2h:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px; }

/* line 416, ../sass/_component.scss */
.btn-2h:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px; }

/* Button 2i */
/* line 422, ../sass/_component.scss */
.btn-2i {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0; }

/* line 429, ../sass/_component.scss */
.btn-2i:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px; }

/* line 434, ../sass/_component.scss */
.btn-2i:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px; }

/* Button 2j */
/* line 440, ../sass/_component.scss */
.btn-2j {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0; }

/* line 447, ../sass/_component.scss */
.btn-2j:hover {
  box-shadow: 0 8px #ab3c3c;
  top: -2px; }

/* line 452, ../sass/_component.scss */
.btn-2j:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px; }

/* Button 3 */
/* line 458, ../sass/_component.scss */
.btn-3 {
  background: #fcad26;
  color: #fff; }

/* line 463, ../sass/_component.scss */
.btn-3:hover {
  background: #f29e0d; }

/* line 467, ../sass/_component.scss */
.btn-3:active {
  background: #f58500;
  top: 2px; }

/* line 472, ../sass/_component.scss */
.btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px; }

/* Button 3a */
/* line 483, ../sass/_component.scss */
.btn-3a {
  padding: 25px 60px 25px 120px; }

/* line 487, ../sass/_component.scss */
.btn-3a:before {
  background: rgba(0, 0, 0, 0.05); }

/* Button 3b */
/* line 492, ../sass/_component.scss */
.btn-3b {
  padding: 25px 60px 25px 120px;
  border-radius: 10px; }

/* line 497, ../sass/_component.scss */
.btn-3b:before {
  border-right: 2px solid rgba(255, 255, 255, 0.5); }

/* Button 3c */
/* line 502, ../sass/_component.scss */
.btn-3c {
  padding: 80px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 3px #da9622; }

/* line 508, ../sass/_component.scss */
.btn-3c:active {
  box-shadow: 0 3px #dc7801; }

/* line 512, ../sass/_component.scss */
.btn-3c:before {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background: #fff;
  color: #f29e0d;
  border-radius: 10px 10px 0 0; }

/* line 521, ../sass/_component.scss */
.btn-3c:active:before {
  color: #f58500; }

/* Button 3d */
/* line 526, ../sass/_component.scss */
.btn-3d {
  padding: 25px 60px 25px 120px;
  border-radius: 10px; }

/* line 531, ../sass/_component.scss */
.btn-3d:before {
  background: #fff;
  color: #fcad26;
  z-index: 2;
  border-radius: 10px 0 0 10px; }

/* line 538, ../sass/_component.scss */
.btn-3d:after {
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 1;
  left: 55px;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 552, ../sass/_component.scss */
.btn-3d:active:before {
  color: #f58500; }

/* line 556, ../sass/_component.scss */
.btn-3d:active {
  top: 0; }

/* line 560, ../sass/_component.scss */
.btn-3d:active:after {
  left: 60px; }

/* Button 3e */
/* line 565, ../sass/_component.scss */
.btn-3e {
  padding: 25px 120px 25px 60px;
  overflow: hidden; }

/* line 570, ../sass/_component.scss */
.btn-3e:before {
  left: auto;
  right: 10px;
  z-index: 2; }

/* line 576, ../sass/_component.scss */
.btn-3e:after {
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg); }

/* line 594, ../sass/_component.scss */
.btn-3e:hover:after {
  width: 40%; }

/* Button 4 */
/* line 599, ../sass/_component.scss */
.btn-4 {
  border-radius: 50px;
  border: 3px solid #009aea;
  color: #009aea;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-top: 20px; }

/* line 609, ../sass/_component.scss */
.btn-4:active {
  border-color: #009aea;
  color: #009aea; }

/* line 614, ../sass/_component.scss */
.btn-4:hover {
  background: #009aea;
  color: #fff; }

/* line 619, ../sass/_component.scss */
.btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 2.6;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

/* line 630, ../sass/_component.scss */
.btn-4:active:before {
  color: #fff; }

/* Button 4a */
/* line 635, ../sass/_component.scss */
.btn-4a:before {
  left: 130%;
  top: 0; }

/* line 640, ../sass/_component.scss */
.btn-4a:hover:before {
  left: 80%; }

/* Button 4b */
/* line 645, ../sass/_component.scss */
.btn-4b:before {
  left: -50%;
  top: 0; }

/* line 650, ../sass/_component.scss */
.btn-4b:hover:before {
  left: 10%; }

/* Button 4c */
/* line 655, ../sass/_component.scss */
.btn-4c:before {
  left: 70%;
  opacity: 0;
  top: 0; }

/* line 661, ../sass/_component.scss */
.btn-4c:hover:before {
  left: 80%;
  opacity: 1; }

/* Button 4d */
/* line 667, ../sass/_component.scss */
.btn-4d:before {
  left: 30%;
  opacity: 0;
  top: 0; }

/* line 673, ../sass/_component.scss */
.btn-4d:hover:before {
  left: 10%;
  opacity: 1; }

/* Button 5 */
/* line 679, ../sass/_component.scss */
.btn-5 {
  background: #823aa0;
  color: #fff;
  height: 70px;
  min-width: 260px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 692, ../sass/_component.scss */
.btn-5:active {
  background: #9053a9;
  top: 2px; }

/* line 697, ../sass/_component.scss */
.btn-5 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden; }

/* line 709, ../sass/_component.scss */
.btn-5:before {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 2.5;
  font-size: 180%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

/* line 720, ../sass/_component.scss */
.btn-5:active:before {
  color: #703b87; }

/* Button 5a */
/* line 725, ../sass/_component.scss */
.btn-5a:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%); }

/* line 732, ../sass/_component.scss */
.btn-5a:before {
  left: 0;
  top: -100%; }

/* line 737, ../sass/_component.scss */
.btn-5a:hover:before {
  top: 0; }

/* Button 5b */
/* line 742, ../sass/_component.scss */
.btn-5b:hover span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%); }

/* line 749, ../sass/_component.scss */
.btn-5b:before {
  left: -100%;
  top: 0; }

/* line 754, ../sass/_component.scss */
.btn-5b:hover:before {
  left: 0; }

/* Button 6 */
/* line 759, ../sass/_component.scss */
.btn-6 {
  color: #fff;
  background: #226fbe;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

/* line 767, ../sass/_component.scss */
.btn-6:active {
  top: 2px; }

/* Button 6a */
/* line 772, ../sass/_component.scss */
.btn-6a {
  border: 4px solid #226fbe; }

/* line 776, ../sass/_component.scss */
.btn-6a:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6b */
/* line 782, ../sass/_component.scss */
.btn-6b {
  border: 4px solid #226fbe;
  border-radius: 15px; }

/* line 787, ../sass/_component.scss */
.btn-6b:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6c */
/* line 793, ../sass/_component.scss */
.btn-6c {
  border: 4px solid #226fbe;
  border-radius: 60px; }

/* line 798, ../sass/_component.scss */
.btn-6c:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6d */
/* line 804, ../sass/_component.scss */
.btn-6d {
  border: 2px dashed #226fbe; }

/* line 808, ../sass/_component.scss */
.btn-6d:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6e */
/* line 814, ../sass/_component.scss */
.btn-6e {
  border: 2px dashed #226fbe;
  border-radius: 15px; }

/* line 819, ../sass/_component.scss */
.btn-6e:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6f */
/* line 825, ../sass/_component.scss */
.btn-6f {
  border: 2px dashed #226fbe;
  border-radius: 60px; }

/* line 830, ../sass/_component.scss */
.btn-6f:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6g */
/* line 836, ../sass/_component.scss */
.btn-6g {
  border: 2px dotted #226fbe; }

/* line 840, ../sass/_component.scss */
.btn-6g:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6h */
/* line 846, ../sass/_component.scss */
.btn-6h {
  border: 2px dotted #226fbe;
  border-radius: 15px; }

/* line 851, ../sass/_component.scss */
.btn-6h:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6i */
/* line 857, ../sass/_component.scss */
.btn-6i {
  border: 2px dotted #226fbe;
  border-radius: 60px; }

/* line 862, ../sass/_component.scss */
.btn-6i:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6j */
/* line 868, ../sass/_component.scss */
.btn-6j {
  border: 4px double #226fbe; }

/* line 872, ../sass/_component.scss */
.btn-6j:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6k */
/* line 878, ../sass/_component.scss */
.btn-6k {
  border: 4px double #226fbe;
  border-radius: 15px; }

/* line 883, ../sass/_component.scss */
.btn-6k:hover {
  background: transparent;
  color: #226fbe; }

/* Button 6l */
/* line 889, ../sass/_component.scss */
.btn-6l {
  border: 4px double #226fbe;
  border-radius: 60px; }

/* line 894, ../sass/_component.scss */
.btn-6l:hover {
  background: transparent;
  color: #226fbe; }

/* Button 7 */
/* line 900, ../sass/_component.scss */
.btn-7 {
  background: #17aa56;
  color: #fff;
  border-radius: 7px;
  box-shadow: 0 5px #119e4d;
  padding: 25px 60px 25px 90px; }

/* Button 7a */
/* line 909, ../sass/_component.scss */
.btn-7a {
  overflow: hidden; }

/* line 913, ../sass/_component.scss */
.btn-7a:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d; }

/* line 922, ../sass/_component.scss */
.btn-7a.btn-activated {
  -webkit-animation: fadeOutText 0.5s;
  -moz-animation: fadeOutText 0.5s;
  animation: fadeOutText 0.5s; }

/* line 928, ../sass/_component.scss */
.btn-7a.btn-activated:before {
  -webkit-animation: moveToRight 0.5s;
  -moz-animation: moveToRight 0.5s;
  animation: moveToRight 0.5s; }

@-webkit-keyframes fadeOutText {
  /* line 935, ../sass/_component.scss */
  0% {
    color: transparent; }

  /* line 936, ../sass/_component.scss */
  80% {
    color: transparent; }

  /* line 937, ../sass/_component.scss */
  100% {
    color: #fff; } }

@-moz-keyframes fadeOutText {
  /* line 941, ../sass/_component.scss */
  0% {
    color: transparent; }

  /* line 942, ../sass/_component.scss */
  80% {
    color: transparent; }

  /* line 943, ../sass/_component.scss */
  100% {
    color: #fff; } }

@keyframes fadeOutText {
  /* line 947, ../sass/_component.scss */
  0% {
    color: transparent; }

  /* line 948, ../sass/_component.scss */
  80% {
    color: transparent; }

  /* line 949, ../sass/_component.scss */
  100% {
    color: #fff; } }

@-webkit-keyframes moveToRight {
  /* line 953, ../sass/_component.scss */
  80% {
    -webkit-transform: translateX(250%); }

  /* line 954, ../sass/_component.scss */
  81% {
    opacity: 1;
    -webkit-transform: translateX(250%); }

  /* line 955, ../sass/_component.scss */
  82% {
    opacity: 0;
    -webkit-transform: translateX(250%); }

  /* line 956, ../sass/_component.scss */
  83% {
    opacity: 0;
    -webkit-transform: translateX(-50%); }

  /* line 957, ../sass/_component.scss */
  84% {
    opacity: 1;
    -webkit-transform: translateX(-50%); }

  /* line 958, ../sass/_component.scss */
  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes moveToRight {
  /* line 962, ../sass/_component.scss */
  80% {
    -moz-transform: translateX(250%); }

  /* line 963, ../sass/_component.scss */
  81% {
    opacity: 1;
    -moz-transform: translateX(250%); }

  /* line 964, ../sass/_component.scss */
  82% {
    opacity: 0;
    -moz-transform: translateX(250%); }

  /* line 965, ../sass/_component.scss */
  83% {
    opacity: 0;
    -moz-transform: translateX(-50%); }

  /* line 966, ../sass/_component.scss */
  84% {
    opacity: 1;
    -moz-transform: translateX(-50%); }

  /* line 967, ../sass/_component.scss */
  100% {
    -moz-transform: translateX(0%); } }

@keyframes moveToRight {
  /* line 971, ../sass/_component.scss */
  80% {
    transform: translateX(250%); }

  /* line 972, ../sass/_component.scss */
  81% {
    opacity: 1;
    transform: translateX(250%); }

  /* line 973, ../sass/_component.scss */
  82% {
    opacity: 0;
    transform: translateX(250%); }

  /* line 974, ../sass/_component.scss */
  83% {
    opacity: 0;
    transform: translateX(-50%); }

  /* line 975, ../sass/_component.scss */
  84% {
    opacity: 1;
    transform: translateX(-50%); }

  /* line 976, ../sass/_component.scss */
  100% {
    transform: translateX(0%); } }

/* Button 7b */
/* line 980, ../sass/_component.scss */
.btn-7b {
  overflow: hidden; }

/* line 984, ../sass/_component.scss */
.btn-7b:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d; }

/* line 993, ../sass/_component.scss */
.btn-7b.btn-activated:before {
  -webkit-animation: scaleUp 0.5s;
  -moz-animation: scaleUp 0.5s;
  animation: scaleUp 0.5s; }

@-webkit-keyframes scaleUp {
  /* line 1000, ../sass/_component.scss */
  80% {
    opacity: 0;
    -webkit-transform: scale(2); }

  /* line 1004, ../sass/_component.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(2); } }

@-moz-keyframes scaleUp {
  /* line 1011, ../sass/_component.scss */
  80% {
    opacity: 0;
    -moz-transform: scale(2); }

  /* line 1015, ../sass/_component.scss */
  100% {
    opacity: 0;
    -moz-transform: scale(2); } }

@keyframes scaleUp {
  /* line 1022, ../sass/_component.scss */
  80% {
    opacity: 0;
    transform: scale(2); }

  /* line 1026, ../sass/_component.scss */
  100% {
    opacity: 0;
    transform: scale(2); } }

/* Icon only style */
/* line 1033, ../sass/_component.scss */
.btn-icon-only {
  font-size: 0;
  padding: 25px 30px; }

/* line 1038, ../sass/_component.scss */
.btn-icon-only:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 26px;
  line-height: 54px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Button 7c */
/* line 1052, ../sass/_component.scss */
.btn-7c {
  overflow: hidden; }

/* line 1056, ../sass/_component.scss */
.btn-7c:before {
  color: #fff;
  z-index: 1; }

/* line 1061, ../sass/_component.scss */
.btn-7c:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  width: 0;
  background: #0a833d;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

/* line 1074, ../sass/_component.scss */
.btn-7c.btn-activated:after {
  -webkit-animation: fillToRight 0.7s forwards;
  -moz-animation: fillToRight 0.7s forwards;
  animation: fillToRight 0.7s forwards; }

@-webkit-keyframes fillToRight {
  /* line 1081, ../sass/_component.scss */
  to {
    width: 100%; } }

@-moz-keyframes fillToRight {
  /* line 1087, ../sass/_component.scss */
  to {
    width: 100%; } }

@keyframes fillToRight {
  /* line 1093, ../sass/_component.scss */
  to {
    width: 100%; } }

/* Button 7d */
/* line 1099, ../sass/_component.scss */
.btn-7d {
  overflow: hidden; }

/* line 1103, ../sass/_component.scss */
.btn-7d:before {
  color: #fff;
  z-index: 1; }

/* line 1108, ../sass/_component.scss */
.btn-7d:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 0;
  background: #21bb63;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

/* line 1121, ../sass/_component.scss */
.btn-7d.btn-activated:after {
  -webkit-animation: emptyBottom 0.7s forwards;
  -moz-animation: emptyBottom 0.7s forwards;
  animation: emptyBottom 0.7s forwards; }

@-webkit-keyframes emptyBottom {
  /* line 1128, ../sass/_component.scss */
  to {
    height: 100%; } }

@-moz-keyframes emptyBottom {
  /* line 1134, ../sass/_component.scss */
  to {
    height: 100%; } }

@keyframes emptyBottom {
  /* line 1140, ../sass/_component.scss */
  to {
    height: 100%; } }

/* Button 7e */
/* line 1146, ../sass/_component.scss */
.btn-7e:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #ea515e;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

/* line 1166, ../sass/_component.scss */
.btn-7e.btn-activated:after {
  -webkit-animation: scaleFade 0.5s forwards;
  -moz-animation: scaleFade 0.5s forwards;
  animation: scaleFade 0.5s forwards; }

@-webkit-keyframes scaleFade {
  /* line 1173, ../sass/_component.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1); }

  /* line 1177, ../sass/_component.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5); } }

@-moz-keyframes scaleFade {
  /* line 1184, ../sass/_component.scss */
  50% {
    opacity: 1;
    -moz-transform: scale(1); }

  /* line 1188, ../sass/_component.scss */
  100% {
    opacity: 0;
    -moz-transform: scale(2.5); } }

@keyframes scaleFade {
  /* line 1195, ../sass/_component.scss */
  50% {
    opacity: 1;
    transform: scale(1); }

  /* line 1199, ../sass/_component.scss */
  100% {
    opacity: 0;
    transform: scale(2.5); } }

/* Button 7f */
/* line 1206, ../sass/_component.scss */
.btn-7f:before {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff; }

/* line 1210, ../sass/_component.scss */
.btn-7f:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #ffe44d;
  visibility: hidden;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffe44d;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

/* line 1233, ../sass/_component.scss */
.btn-7f.btn-activated:after {
  visibility: visible;
  -webkit-animation: dropDown 0.3s forwards;
  -moz-animation: dropDown 0.3s forwards;
  animation: dropDown 0.3s forwards; }

@-webkit-keyframes dropDown {
  /* line 1241, ../sass/_component.scss */
  to {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes dropDown {
  /* line 1248, ../sass/_component.scss */
  to {
    opacity: 1;
    -moz-transform: scale(1); } }

@keyframes dropDown {
  /* line 1255, ../sass/_component.scss */
  to {
    opacity: 1;
    transform: scale(1); } }

/* Button 7g */
/* line 1262, ../sass/_component.scss */
.btn-7g:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #0a833d;
  visibility: hidden;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

/* line 1283, ../sass/_component.scss */
.btn-7g.btn-activated:after {
  visibility: visible;
  -webkit-animation: dropDownFade 0.5s forwards;
  -moz-animation: dropDownFade 0.5s forwards;
  animation: dropDownFade 0.5s forwards; }

@-webkit-keyframes dropDownFade {
  /* line 1291, ../sass/_component.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1); }

  /* line 1295, ../sass/_component.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes dropDownFade {
  /* line 1302, ../sass/_component.scss */
  50% {
    opacity: 1;
    -moz-transform: scale(1); }

  /* line 1306, ../sass/_component.scss */
  100% {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes dropDownFade {
  /* line 1313, ../sass/_component.scss */
  50% {
    opacity: 1;
    transform: scale(1); }

  /* line 1317, ../sass/_component.scss */
  100% {
    opacity: 0;
    transform: scale(1.5); } }

/* Button 7h */
/* line 1324, ../sass/_component.scss */
.btn-7h {
  overflow: hidden; }

/* line 1328, ../sass/_component.scss */
.btn-7h span {
  display: inline-block;
  width: 100%; }

/* line 1333, ../sass/_component.scss */
.btn-7h:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d; }

/* Success and error */
/* line 1345, ../sass/_component.scss */
.btn-success,
.btn-error {
  color: transparent; }

/* line 1350, ../sass/_component.scss */
.btn-success:after,
.btn-error:after {
  z-index: 1;
  color: #fff;
  left: 40%; }

/* line 1356, ../sass/_component.scss */
.btn-success:before {
  content: "\e001"; }

/* line 1360, ../sass/_component.scss */
.btn-success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  -moz-animation: moveUp 0.5s;
  animation: moveUp 0.5s; }

@-webkit-keyframes moveUp {
  /* line 1368, ../sass/_component.scss */
  0% {
    -webkit-transform: translateY(50%);
    opacity: 0; }

  /* line 1372, ../sass/_component.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes moveUp {
  /* line 1379, ../sass/_component.scss */
  0% {
    -moz-transform: translateY(50%);
    opacity: 0; }

  /* line 1383, ../sass/_component.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@keyframes moveUp {
  /* line 1390, ../sass/_component.scss */
  0% {
    transform: translateY(50%);
    opacity: 0; }

  /* line 1394, ../sass/_component.scss */
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* line 1400, ../sass/_component.scss */
.btn-error {
  -webkit-animation: shake 0.5s;
  -moz-animation: shake 0.5s;
  animation: shake 0.5s; }

/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
  /* line 1408, ../sass/_component.scss */
  0%, 100% {
    -webkit-transform: translateX(0); }

  /* line 1409, ../sass/_component.scss */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }

  /* line 1410, ../sass/_component.scss */
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  /* line 1414, ../sass/_component.scss */
  0%, 100% {
    -moz-transform: translateX(0); }

  /* line 1415, ../sass/_component.scss */
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }

  /* line 1416, ../sass/_component.scss */
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }

@keyframes shake {
  /* line 1420, ../sass/_component.scss */
  0%, 100% {
    transform: translateX(0); }

  /* line 1421, ../sass/_component.scss */
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }

  /* line 1422, ../sass/_component.scss */
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

/* line 1425, ../sass/_component.scss */
.btn-error:before {
  content: "\e002"; }

/* line 1429, ../sass/_component.scss */
.btn-error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  -moz-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s; }

@-webkit-keyframes scaleFromUp {
  /* line 1437, ../sass/_component.scss */
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }

  /* line 1441, ../sass/_component.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes scaleFromUp {
  /* line 1448, ../sass/_component.scss */
  0% {
    -moz-transform: scale(0);
    opacity: 0; }

  /* line 1452, ../sass/_component.scss */
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

@keyframes scaleFromUp {
  /* line 1459, ../sass/_component.scss */
  0% {
    transform: scale(0);
    opacity: 0; }

  /* line 1463, ../sass/_component.scss */
  100% {
    opacity: 1;
    transform: scale(1); } }

/* Special trash effect */
/* line 1470, ../sass/_component.scss */
.trash-effect {
  position: relative;
  max-width: 320px;
  margin: 60px auto 0; }

/* line 1476, ../sass/_component.scss */
.trash-effect .icon-file {
  font-size: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(90px) translateY(20px) scale(1);
  -moz-transform: translateX(90px) translateY(20px) scale(1);
  -ms-transform: translateX(90px) translateY(20px) scale(1);
  transform: translateX(90px) translateY(20px) scale(1); }

/* line 1493, ../sass/_component.scss */
.trash-effect .icon-file:nth-child(2) {
  -webkit-transform: translateX(140px) translateY(-10px) scale(1);
  -moz-transform: translateX(140px) translateY(-10px) scale(1);
  -ms-transform: translateX(140px) translateY(-10px) scale(1);
  transform: translateX(140px) translateY(-10px) scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

/* line 1503, ../sass/_component.scss */
.trash-effect .icon-file:nth-child(3) {
  -webkit-transform: translateX(140px) translateY(50px) scale(1);
  -moz-transform: translateX(140px) translateY(50px) scale(1);
  -ms-transform: translateX(140px) translateY(50px) scale(1);
  transform: translateX(140px) translateY(50px) scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* line 1513, ../sass/_component.scss */
.trash-effect.trash-effect-active .icon-file {
  -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
  -moz-transform: translateX(-100px) translateY(-10px) scale(0);
  -ms-transform: translateX(-100px) translateY(-10px) scale(0);
  transform: translateX(-100px) translateY(-10px) scale(0); }

/* Button 7i */
/* line 1521, ../sass/_component.scss */
.btn-7i {
  box-shadow: none;
  border-radius: 0 0 7px 7px;
  padding: 27px 33px;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px); }

/* line 1531, ../sass/_component.scss */
.btn-7i:before {
  line-height: 45px; }

/* line 1535, ../sass/_component.scss */
.btn-7i:after {
  height: 10px;
  width: 100%;
  background: #17aa56;
  border-radius: 7px 7px 0 0;
  left: 0;
  top: -10px;
  z-index: 1;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }

/* line 1549, ../sass/_component.scss */
.trash-effect-active .btn-7i:after {
  -webkit-animation: openTrash 0.5s;
  -moz-animation: openTrash 0.5s;
  animation: openTrash 0.5s; }

@-webkit-keyframes openTrash {
  /* line 1556, ../sass/_component.scss */
  50% {
    -webkit-transform: rotate(-35deg); }

  /* line 1559, ../sass/_component.scss */
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes openTrash {
  /* line 1565, ../sass/_component.scss */
  50% {
    -moz-transform: rotate(-35deg); }

  /* line 1568, ../sass/_component.scss */
  100% {
    -moz-transform: rotate(0deg); } }

@keyframes openTrash {
  /* line 1574, ../sass/_component.scss */
  50% {
    transform: rotate(-35deg); }

  /* line 1577, ../sass/_component.scss */
  100% {
    transform: rotate(0deg); } }

/* Button 8 */
/* line 1583, ../sass/_component.scss */
.perspective {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  display: inline-block; }

/* line 1590, ../sass/_component.scss */
.btn-8 {
  display: block;
  background: #5cbcf6;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 1598, ../sass/_component.scss */
.btn-8:active {
  background: #55b7f3; }

/* Button 8a */
/* line 1603, ../sass/_component.scss */
.btn-8a:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: -40%;
  background: #49a7df;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg); }

/* line 1617, ../sass/_component.scss */
.btn-8a:hover {
  -webkit-transform: rotateX(-15deg);
  -moz-transform: rotateX(-15deg);
  -ms-transform: rotateX(-15deg);
  transform: rotateX(-15deg); }

/* Button 8b */
/* line 1625, ../sass/_component.scss */
.btn-8b:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg); }

/* line 1641, ../sass/_component.scss */
.btn-8b:hover {
  -webkit-transform: rotateX(15deg);
  -moz-transform: rotateX(15deg);
  -ms-transform: rotateX(15deg);
  transform: rotateX(15deg); }

/* Button 8c */
/* line 1649, ../sass/_component.scss */
.btn-8c:after {
  width: 20%;
  height: 100%;
  left: -20%;
  top: 0;
  background: #49a7df;
  -webkit-transform-origin: 100% 0%;
  -webkit-transform: rotateY(-90deg);
  -moz-transform-origin: 100% 0%;
  -moz-transform: rotateY(-90deg);
  -ms-transform-origin: 100% 0%;
  -ms-transform: rotateY(-90deg);
  transform-origin: 100% 0%;
  transform: rotateY(-90deg); }

/* line 1665, ../sass/_component.scss */
.btn-8c:hover {
  -webkit-transform: rotateY(15deg);
  -moz-transform: rotateY(15deg);
  -ms-transform: rotateY(15deg);
  transform: rotateY(15deg); }

/* Button 8d */
/* line 1673, ../sass/_component.scss */
.btn-8d:after {
  width: 20%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateY(90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateY(90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateY(90deg);
  transform-origin: 0% 0%;
  transform: rotateY(90deg); }

/* line 1689, ../sass/_component.scss */
.btn-8d:hover {
  -webkit-transform: rotateY(-15deg);
  -moz-transform: rotateY(-15deg);
  -ms-transform: rotateY(-15deg);
  transform: rotateY(-15deg); }

/* Button 8e */
/* line 1697, ../sass/_component.scss */
.btn-8e {
  -webkit-transform: rotateX(-15deg);
  -moz-transform: rotateX(-15deg);
  -ms-transform: rotateX(-15deg);
  transform: rotateX(-15deg); }

/* line 1704, ../sass/_component.scss */
.btn-8e:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: -40%;
  background: #49a7df;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg); }

/* line 1720, ../sass/_component.scss */
.btn-8e:active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg); }

/* Button 8f */
/* line 1728, ../sass/_component.scss */
.btn-8f {
  -webkit-transform: rotateX(15deg);
  -moz-transform: rotateX(15deg);
  -ms-transform: rotateX(15deg);
  transform: rotateX(15deg); }

/* line 1735, ../sass/_component.scss */
.btn-8f:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg); }

/* line 1751, ../sass/_component.scss */
.btn-8f:active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg); }

/* Button 8g */
/* line 1759, ../sass/_component.scss */
.btn-8g {
  background: #fff;
  color: #999; }

/* line 1764, ../sass/_component.scss */
.btn-8g:active {
  background: #fff; }

/* line 1769, ../sass/_component.scss */
.btn-8g:after,
.btn-8g:before {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  line-height: 70px; }

/* line 1778, ../sass/_component.scss */
.btn-8g:after {
  top: -100%;
  background: #7aca7c;
  color: #358337;
  content: 'It worked!';
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg); }

/* line 1793, ../sass/_component.scss */
.btn-8g:before {
  top: 100%;
  background: #e96a6a;
  color: #a33a3a;
  content: 'Error!';
  font-weight: 700;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg); }

/* line 1810, ../sass/_component.scss */
.btn-8g.btn-success3d {
  background: #aaa;
  -webkit-transform-origin: 50% 100%;
  -webkit-transform: rotateX(-90deg) translateY(100%);
  -moz-transform-origin: 50% 100%;
  -moz-transform: rotateX(-90deg) translateY(100%);
  -ms-transform-origin: 50% 100%;
  -ms-transform: rotateX(-90deg) translateY(100%);
  transform-origin: 50% 100%;
  transform: rotateX(-90deg) translateY(100%); }

/* line 1822, ../sass/_component.scss */
.btn-8g.btn-error3d {
  background: #aaa;
  -webkit-transform-origin: 50% 0%;
  -webkit-transform: rotateX(90deg) translateY(-100%);
  -moz-transform-origin: 50% 0%;
  -moz-transform: rotateX(90deg) translateY(-100%);
  -ms-transform-origin: 50% 0%;
  -ms-transform: rotateX(90deg) translateY(-100%);
  transform-origin: 50% 0%;
  transform: rotateX(90deg) translateY(-100%); }

/* line 27, ../sass/application.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 33, ../sass/application.scss */
body {
  font-size: 100%;
  width: 100%;
  overflow-y: scroll;
  /* keeps page from shifting on shorter pages */ }

/* line 38, ../sass/application.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

/* line 41, ../sass/application.scss */
a {
  color: #009aea;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3) !important; }
  /* line 47, ../sass/application.scss */
  a:hover {
    color: #1eb2ff; }

/* line 52, ../sass/application.scss */
h1.site-title a, h2.site-title a {
  display: block; }

/* line 58, ../sass/application.scss */
table {
  width: 100%;
  table-layout: fixed; }

/* Selection colours (easy to forget) */
/* line 64, ../sass/application.scss */
::selection {
  background: #eaf8ff; }

/* line 65, ../sass/application.scss */
::-moz-selection {
  background: #eaf8ff; }

/* line 66, ../sass/application.scss */
img::selection {
  background: transparent; }

/* line 67, ../sass/application.scss */
img::-moz-selection {
  background: transparent; }

/* line 68, ../sass/application.scss */
body {
  -webkit-tap-highlight-color: transparent; }

/* line 70, ../sass/application.scss */
.button-div {
  width: 350px;
  margin: 0 auto; }

/* line 75, ../sass/application.scss */
.button-style {
  display: inline-block;
  float: none;
  margin-bottom: 0px;
  width: 100%;
  text-align: center; }

/* line 83, ../sass/application.scss */
.clicked {
  background: #009aea !important;
  color: #fff !important; }

@media screen and (max-width: 550px) {
  /* line 89, ../sass/application.scss */
  #directions {
    text-align: none !important;
    width: auto !important;
    margin: auto !important; } }
/* line 97, ../sass/application.scss */
.centered-content {
  /*width:800px;*/
  margin: 0 auto;
  text-align: center; }
  /* line 101, ../sass/application.scss */
  .centered-content .admin-button {
    width: 310px;
    text-align: center; }

/* line 107, ../sass/application.scss */
.parent-title {
  /*width: 800px;*/
  margin: 0 auto;
  text-align: center; }

/* line 113, ../sass/application.scss */
div.columns.large-12 {
  display: inline-flex; }
  /* line 115, ../sass/application.scss */
  div.columns.large-12 .menu-logged-in-container {
    margin: 0 auto; }

/* line 120, ../sass/application.scss */
.site-title {
  width: 100%; }
