/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

.row {
  width: 100%;
  zoom: 1;
  margin-right: auto;
  margin-left: auto; }

.row.collapse > .column, .row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  max-width: none;
  zoom: 1;
  margin: 0 -.9375em; }

.row .row.collapse {
  width: auto;
  max-width: none;
  zoom: 1;
  margin: 0; }

.column, .columns {
  position: relative;
  padding-left: .9375em;
  padding-right: .9375em;
  width: 100%;
  float: left; }

.clearfix:before, .clearfix:after, .row:before, .row:after, .row .row:before, .row .row:after, .row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.clearfix:after, .row:after, .row .row:after, .row .row.collapse:after {
  clear: both; }

@media (min-width: 33.75em) {
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*=column] + [class*=column]:last-child {
    float: right; }

  [class*=column] + [class*=column].end {
    float: left; }

  .column.small-centered, .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right !important; } }
@media (min-width: 48em) {
  .column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left; }

  .medium-1 {
    position: relative;
    width: 8.33333%; }

  .medium-2 {
    position: relative;
    width: 16.66667%; }

  .medium-3 {
    position: relative;
    width: 25%; }

  .medium-4 {
    position: relative;
    width: 33.33333%; }

  .medium-5 {
    position: relative;
    width: 41.66667%; }

  .medium-6 {
    position: relative;
    width: 50%; }

  .medium-7 {
    position: relative;
    width: 58.33333%; }

  .medium-8 {
    position: relative;
    width: 66.66667%; }

  .medium-9 {
    position: relative;
    width: 75%; }

  .medium-10 {
    position: relative;
    width: 83.33333%; }

  .medium-11 {
    position: relative;
    width: 91.66667%; }

  .medium-12 {
    position: relative;
    width: 100%; }

  .medium-offset-0 {
    position: relative;
    margin-left: 0; }

  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .medium-offset-3 {
    position: relative;
    margin-left: 25%; }

  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .medium-offset-6 {
    position: relative;
    margin-left: 50%; }

  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .medium-offset-9 {
    position: relative;
    margin-left: 75%; }

  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*=column] + [class*=column]:last-child {
    float: right; }

  [class*=column] + [class*=column].end {
    float: left; }

  .column.medium-centered, .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right !important; }

  .medium-push-1, .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1, .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2, .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2, .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3, .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3, .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4, .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4, .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5, .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5, .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6, .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6, .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7, .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7, .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8, .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8, .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9, .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9, .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10, .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10, .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11, .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11, .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media (min-width: 62em) {
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left; }

  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .large-offset-0 {
    position: relative;
    margin-left: 0; }

  .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*=column] + [class*=column]:last-child {
    float: right; }

  [class*=column] + [class*=column].end {
    float: left; }

  .column.large-centered, .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right !important; } }
@media (min-width: 78em) {
  .x-large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .x-large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .x-large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .x-large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .x-large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .x-large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .x-large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .x-large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .x-large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .x-large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .x-large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .x-large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .x-large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .x-large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .x-large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .x-large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .x-large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .x-large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .x-large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .x-large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .x-large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .x-large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left; }

  .x-large-1 {
    position: relative;
    width: 8.33333%; }

  .x-large-2 {
    position: relative;
    width: 16.66667%; }

  .x-large-3 {
    position: relative;
    width: 25%; }

  .x-large-4 {
    position: relative;
    width: 33.33333%; }

  .x-large-5 {
    position: relative;
    width: 41.66667%; }

  .x-large-6 {
    position: relative;
    width: 50%; }

  .x-large-7 {
    position: relative;
    width: 58.33333%; }

  .x-large-8 {
    position: relative;
    width: 66.66667%; }

  .x-large-9 {
    position: relative;
    width: 75%; }

  .x-large-10 {
    position: relative;
    width: 83.33333%; }

  .x-large-11 {
    position: relative;
    width: 91.66667%; }

  .x-large-12 {
    position: relative;
    width: 100%; }

  .x-large-offset-0 {
    position: relative;
    margin-left: 0; }

  .x-large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .x-large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .x-large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .x-large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .x-large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .x-large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .x-large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .x-large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .x-large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .x-large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*=column] + [class*=column]:last-child {
    float: right; }

  [class*=column] + [class*=column].end {
    float: left; }

  .column.x-large-centered, .columns.x-large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.x-large-uncentered, .columns.x-large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.x-large-uncentered.opposite, .columns.x-large-uncentered.opposite {
    float: right !important; } }
.display-n {
  display: none; }

.display-b {
  display: block; }

.display-i {
  display: inline; }

.display-ib {
  display: inline-block; }

.tran5 {
  transition: ease 0.5s ease; }

html, body {
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-size: 10px;
  text-align: left; }

p {
  font-size: 1.6em;
  font-weight: 300; }

h1, h2 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 300;
  text-align: center;
  color: #2a3e98; }

h1 {
  font-size: 5.0em;
  margin: 1em 0 0.2em 0; }

h2 {
  font-size: 2.0em; }

.wrapper {
  margin: 0 auto;
  width: 100%; }

.container {
  display: block;
  width: 90%;
  margin: 0 auto; }

a {
  text-decoration: none; }

li {
  margin: 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400; }

hr.embosed {
  width: 100%;
  height: 0;
  color: none;
  background: none;
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e7e7e7;
  margin: 1.5em auto;
  margin-bottom: 0; }

hr.blue {
  width: 100%;
  height: 0;
  color: none;
  background: none;
  border: none;
  border-top: 1px solid #243684;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 1.5em auto;
  margin-bottom: 0; }

input, textarea {
  display: block;
  position: relative;
  font-size: 1.6em;
  padding: 15px 5px;
  color: #000;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 10px 0; }

form, #contactForm {
  margin: 0;
  padding: 0; }

input[type=submit] {
  display: block;
  width: 100%;
  background-color: #2a3e98;
  padding: 1em 2em;
  color: #ffffff;
  border: 1px solid white;
  transition: all 0.5s ease; }
  input[type=submit]:hover {
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 48em) {
    input[type=submit] {
      width: 8em; } }

.headerStrip {
  width: 100%;
  background-color: #2a3e98; }

.headerStrip {
  height: 40px; }

#pageEdge-top nav ul {
  height: 40px;
  margin: 0 auto;
  width: 70%; }

#pageEdge-top nav ul li {
  display: inline; }

/* MAIN HEADER
*/
.headerFixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  margin: 2em auto;
  box-shadow: 0px 1px 2px #ccc; }

.mainHeader {
  margin: 0 auto;
  height: auto; }

.mainLogo img {
  width: 20em;
  float: left;
  margin: 2em 0; }

.mainImage {
  margin-top: 5em; }

.mainImage img {
  overflow: hidden; }

/* nav */
.mainNav {
  height: 20px;
  display: none; }
  @media (min-width: 48em) {
    .mainNav {
      display: block; } }

.mainNav ul {
  float: right;
  margin-top: 4.4em; }

.mainNav ul li {
  display: inline;
  float: left;
  font-size: 1.4em; }

.mainNav a:link, .mainNav a:visited {
  color: #aeaeae;
  display: inline-block;
  padding: 5px 2px 0px 40px;
  margin: 0;
  width: 90%; }

select {
  display: block;
  float: none;
  border: 1px solid #ccc;
  margin: 0 auto;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 300; }
  @media (min-width: 48em) {
    select {
      display: none; } }

/* home */
.about {
  margin: 0 auto;
  margin-top: 20em;
  margin-bottom: 6em;
  text-align: center; }

.mainImage {
  overflow: hidden; }

.about h2 {
  font-size: 3em;
  font-weight: 300;
  color: #2a3e98;
  margin-bottom: 0; }

.about p {
  line-height: -20;
  color: #aeaeae;
  font-weight: 300; }

.plusIcon {
  width: 3em;
  margin: 1.5em auto;
  transition: all 0.5s ease; }

a:hover .plusIcon {
  opacity: .2; }

.minusIcon {
  width: 3em;
  margin: 1.5em auto; }

.homePage-expand {
  height: auto;
  display: none;
  margin: 0 auto; }

.homePage-expand p {
  color: #323132; }

/* INFO BLOCK
*/
.infoBlock {
  margin-bottom: 10em; }

.infoBlock-tile {
  float: left;
  transition: all 0.5s ease;
  padding: 4em; }
  @media (min-width: 62em) {
    .infoBlock-tile {
      padding: 4em 0; } }
  .infoBlock-tile:hover {
    background-color: rgba(42, 62, 152, 0.03); }
  .infoBlock-tile:hover .rotate {
    transform: rotate(360deg);
    opacity: 0.9; }

.infoBlock-tile article {
  max-width: 100%;
  margin: 5% auto; }
  @media (min-width: 62em) {
    .infoBlock-tile article {
      width: 80%; } }

.infoBlock-tile article p {
  text-align: justify; }

.icon-home {
  display: block;
  margin: 2% auto; }

/* Roatate */
.rotate {
  transition: all 1s ease; }
  .rotate:hover {
    transform: rotate(360deg);
    opacity: 0.9; }

/* Clients */
.clientWrapper {
  background-color: #dbdcdd;
  padding-bottom: 2em;
  min-height: 30%; }

.clientWrapper h2 {
  padding-top: 2em;
  font-weight: 300; }

.clientLogo-home {
  float: left; }

.clientLogo {
  display: block;
  max-width: 70%;
  margin: 7% auto; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fafafa;
  margin: 0 auto; }

/* Footer */
footer {
  background-color: #2a3e98;
  margin: 0;
  padding: 4em 0;
  min-height: 40%; }

.footer {
  color: #ffffff; }

#contactFooter {
  margin-bottom: 8em; }
  @media (min-width: 48em) {
    #contactFooter {
      margin-bottom: none; } }

.footer h2 {
  color: white;
  font-weight: 300;
  text-align: left;
  margin: 0; }

.footer label {
  display: none; }

.footer input[type=submit] {
  float: right; }

.contactForm {
  padding: 0; }

.message {
  float: left;
  display: block;
  width: 100%;
  text-align: center; }
  @media (min-width: 48em) {
    .message {
      width: 25em; } }

.error {
  border: 1px solid red;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 1em; }

.error p {
  padding: 0.8em;
  margin: 0; }

body {
  background: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }

.hero-unit {
  margin: 50px auto 0 auto;
  width: 300px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  background-color: #eee;
  border-radius: 6px;
  padding: 60px; }
  .hero-unit h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }
