@font-face {
  font-family: 'agmetrica';
  src: url("../webfonts/agmetrica.eot?-9ip5ua");
  src: url("../webfonts/agmetrica.eot?#iefix-9ip5ua") format("embedded-opentype"), url("../webfonts/agmetrica.ttf?-9ip5ua") format("truetype"), url("../webfonts/agmetrica.woff?-9ip5ua") format("woff"), url("../webfonts/agmetrica.svg?-9ip5ua#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, ../scss/core/_webfonts.scss */
.social-icons {
  font-family: 'agmetrica';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
	SCSS VARIABLES
	========================================================================== */
/* COLORS */
/* FONT */
/* MARGINS */
/* SELECTION */
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* line 10, ../scss/reset/_boilerplate.scss */
html,
button,
input,
select,
textarea {
  color: black;
}

/* line 18, ../scss/reset/_boilerplate.scss */
::-moz-selection {
  background: #00a2ff;
  text-shadow: #00a2ff;
}

/* line 23, ../scss/reset/_boilerplate.scss */
::selection {
  background: #00a2ff;
  text-shadow: none;
}

/* line 28, ../scss/reset/_boilerplate.scss */
img {
  vertical-align: middle;
}

/* line 32, ../scss/reset/_boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 38, ../scss/reset/_boilerplate.scss */
textarea {
  resize: vertical;
}

/* line 42, ../scss/reset/_boilerplate.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
/* line 13, ../scss/vendor/_foundation.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
/* line 24, ../scss/vendor/_foundation.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
/* line 35, ../scss/vendor/_foundation.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
/* line 84, ../scss/vendor/_foundation.scss */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
/* line 91, ../scss/vendor/_foundation.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
   * Address styling not present in Safari and Chrome.
   */
/* line 113, ../scss/vendor/_foundation.scss */
dfn {
  font-style: italic;
}

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

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

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

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

/* line 147, ../scss/vendor/_foundation.scss */
sup {
  top: -0.5em;
}

/* line 150, ../scss/vendor/_foundation.scss */
sub {
  bottom: -0.25em;
}

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

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
/* line 164, ../scss/vendor/_foundation.scss */
svg:not(:root) {
  overflow: hidden;
}

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

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

/**
   * Contain overflow in all browsers.
   */
/* line 185, ../scss/vendor/_foundation.scss */
pre {
  overflow: auto;
}

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

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

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
/* line 225, ../scss/vendor/_foundation.scss */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
/* line 234, ../scss/vendor/_foundation.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 245, ../scss/vendor/_foundation.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 257, ../scss/vendor/_foundation.scss */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

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

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

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

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

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
/* line 303, ../scss/vendor/_foundation.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
/* line 331, ../scss/vendor/_foundation.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
/* line 340, ../scss/vendor/_foundation.scss */
textarea {
  overflow: auto;
}

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

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

/* line 359, ../scss/vendor/_foundation.scss */
td,
th {
  padding: 0;
}

/* line 363, ../scss/vendor/_foundation.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 366, ../scss/vendor/_foundation.scss */
html {
  font-size: 100%;
  box-sizing: border-box;
}

/* line 370, ../scss/vendor/_foundation.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 375, ../scss/vendor/_foundation.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 386, ../scss/vendor/_foundation.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 393, ../scss/vendor/_foundation.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

/* line 398, ../scss/vendor/_foundation.scss */
select {
  width: 100%;
  border-radius: 3px;
}

/* line 402, ../scss/vendor/_foundation.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 413, ../scss/vendor/_foundation.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}

/* line 421, ../scss/vendor/_foundation.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 424, ../scss/vendor/_foundation.scss */
.is-visible {
  display: block !important;
}

/* line 427, ../scss/vendor/_foundation.scss */
.is-hidden {
  display: none !important;
}

/* line 430, ../scss/vendor/_foundation.scss */
.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 440, ../scss/vendor/_foundation.scss */
.row .row {
  max-width: none;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

/* line 444, ../scss/vendor/_foundation.scss */
.row.expanded {
  max-width: none;
}

/* line 446, ../scss/vendor/_foundation.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 450, ../scss/vendor/_foundation.scss */
.column, .columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: 0;
}

/* line 458, ../scss/vendor/_foundation.scss */
.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

/* line 461, ../scss/vendor/_foundation.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 467, ../scss/vendor/_foundation.scss */
.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 473, ../scss/vendor/_foundation.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 476, ../scss/vendor/_foundation.scss */
.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 482, ../scss/vendor/_foundation.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 485, ../scss/vendor/_foundation.scss */
.small-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 491, ../scss/vendor/_foundation.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 494, ../scss/vendor/_foundation.scss */
.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 500, ../scss/vendor/_foundation.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 503, ../scss/vendor/_foundation.scss */
.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 509, ../scss/vendor/_foundation.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 512, ../scss/vendor/_foundation.scss */
.small-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 518, ../scss/vendor/_foundation.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 521, ../scss/vendor/_foundation.scss */
.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 527, ../scss/vendor/_foundation.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 530, ../scss/vendor/_foundation.scss */
.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 536, ../scss/vendor/_foundation.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 539, ../scss/vendor/_foundation.scss */
.small-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 545, ../scss/vendor/_foundation.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 548, ../scss/vendor/_foundation.scss */
.small-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 554, ../scss/vendor/_foundation.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 557, ../scss/vendor/_foundation.scss */
.small-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 563, ../scss/vendor/_foundation.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 566, ../scss/vendor/_foundation.scss */
.small-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 572, ../scss/vendor/_foundation.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 575, ../scss/vendor/_foundation.scss */
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 580, ../scss/vendor/_foundation.scss */
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/* line 585, ../scss/vendor/_foundation.scss */
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

/* line 590, ../scss/vendor/_foundation.scss */
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

/* line 595, ../scss/vendor/_foundation.scss */
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

/* line 600, ../scss/vendor/_foundation.scss */
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

/* line 605, ../scss/vendor/_foundation.scss */
.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 609, ../scss/vendor/_foundation.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 615, ../scss/vendor/_foundation.scss */
.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 619, ../scss/vendor/_foundation.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 625, ../scss/vendor/_foundation.scss */
.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 629, ../scss/vendor/_foundation.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 635, ../scss/vendor/_foundation.scss */
.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 639, ../scss/vendor/_foundation.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 645, ../scss/vendor/_foundation.scss */
.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 649, ../scss/vendor/_foundation.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 655, ../scss/vendor/_foundation.scss */
.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 659, ../scss/vendor/_foundation.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 665, ../scss/vendor/_foundation.scss */
.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 669, ../scss/vendor/_foundation.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

/* line 675, ../scss/vendor/_foundation.scss */
.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 679, ../scss/vendor/_foundation.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

/* line 685, ../scss/vendor/_foundation.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 689, ../scss/vendor/_foundation.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media screen and (min-width: 40em) {
  /* line 694, ../scss/vendor/_foundation.scss */
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 699, ../scss/vendor/_foundation.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 701, ../scss/vendor/_foundation.scss */
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 706, ../scss/vendor/_foundation.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 708, ../scss/vendor/_foundation.scss */
  .medium-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 713, ../scss/vendor/_foundation.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 715, ../scss/vendor/_foundation.scss */
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 720, ../scss/vendor/_foundation.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 722, ../scss/vendor/_foundation.scss */
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 727, ../scss/vendor/_foundation.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 729, ../scss/vendor/_foundation.scss */
  .medium-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 734, ../scss/vendor/_foundation.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 736, ../scss/vendor/_foundation.scss */
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 741, ../scss/vendor/_foundation.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 743, ../scss/vendor/_foundation.scss */
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 748, ../scss/vendor/_foundation.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 750, ../scss/vendor/_foundation.scss */
  .medium-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 755, ../scss/vendor/_foundation.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 757, ../scss/vendor/_foundation.scss */
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 762, ../scss/vendor/_foundation.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 764, ../scss/vendor/_foundation.scss */
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 769, ../scss/vendor/_foundation.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 771, ../scss/vendor/_foundation.scss */
  .medium-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 776, ../scss/vendor/_foundation.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 778, ../scss/vendor/_foundation.scss */
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 782, ../scss/vendor/_foundation.scss */
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 786, ../scss/vendor/_foundation.scss */
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 790, ../scss/vendor/_foundation.scss */
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 794, ../scss/vendor/_foundation.scss */
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 798, ../scss/vendor/_foundation.scss */
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 802, ../scss/vendor/_foundation.scss */
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 806, ../scss/vendor/_foundation.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 811, ../scss/vendor/_foundation.scss */
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 815, ../scss/vendor/_foundation.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 820, ../scss/vendor/_foundation.scss */
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 824, ../scss/vendor/_foundation.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 829, ../scss/vendor/_foundation.scss */
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 833, ../scss/vendor/_foundation.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 838, ../scss/vendor/_foundation.scss */
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 842, ../scss/vendor/_foundation.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 847, ../scss/vendor/_foundation.scss */
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 851, ../scss/vendor/_foundation.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 856, ../scss/vendor/_foundation.scss */
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 860, ../scss/vendor/_foundation.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  /* line 865, ../scss/vendor/_foundation.scss */
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 869, ../scss/vendor/_foundation.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  /* line 876, ../scss/vendor/_foundation.scss */
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
/* line 881, ../scss/vendor/_foundation.scss */
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 40em) {
  /* line 886, ../scss/vendor/_foundation.scss */
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 40em) {
  /* line 892, ../scss/vendor/_foundation.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 895, ../scss/vendor/_foundation.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 900, ../scss/vendor/_foundation.scss */
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 905, ../scss/vendor/_foundation.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 907, ../scss/vendor/_foundation.scss */
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 912, ../scss/vendor/_foundation.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 914, ../scss/vendor/_foundation.scss */
  .large-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 919, ../scss/vendor/_foundation.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 921, ../scss/vendor/_foundation.scss */
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 926, ../scss/vendor/_foundation.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 928, ../scss/vendor/_foundation.scss */
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 933, ../scss/vendor/_foundation.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 935, ../scss/vendor/_foundation.scss */
  .large-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 940, ../scss/vendor/_foundation.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 942, ../scss/vendor/_foundation.scss */
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 947, ../scss/vendor/_foundation.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 949, ../scss/vendor/_foundation.scss */
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 954, ../scss/vendor/_foundation.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 956, ../scss/vendor/_foundation.scss */
  .large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 961, ../scss/vendor/_foundation.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 963, ../scss/vendor/_foundation.scss */
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 968, ../scss/vendor/_foundation.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 970, ../scss/vendor/_foundation.scss */
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 975, ../scss/vendor/_foundation.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 977, ../scss/vendor/_foundation.scss */
  .large-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 982, ../scss/vendor/_foundation.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 984, ../scss/vendor/_foundation.scss */
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 988, ../scss/vendor/_foundation.scss */
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 992, ../scss/vendor/_foundation.scss */
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 996, ../scss/vendor/_foundation.scss */
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1000, ../scss/vendor/_foundation.scss */
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1004, ../scss/vendor/_foundation.scss */
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1008, ../scss/vendor/_foundation.scss */
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1012, ../scss/vendor/_foundation.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1017, ../scss/vendor/_foundation.scss */
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1021, ../scss/vendor/_foundation.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1026, ../scss/vendor/_foundation.scss */
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1030, ../scss/vendor/_foundation.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 1035, ../scss/vendor/_foundation.scss */
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1039, ../scss/vendor/_foundation.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1044, ../scss/vendor/_foundation.scss */
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1048, ../scss/vendor/_foundation.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 1053, ../scss/vendor/_foundation.scss */
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1057, ../scss/vendor/_foundation.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 1062, ../scss/vendor/_foundation.scss */
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1066, ../scss/vendor/_foundation.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  /* line 1071, ../scss/vendor/_foundation.scss */
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1075, ../scss/vendor/_foundation.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  /* line 1082, ../scss/vendor/_foundation.scss */
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
/* line 1087, ../scss/vendor/_foundation.scss */
.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 64em) {
  /* line 1092, ../scss/vendor/_foundation.scss */
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  /* line 1098, ../scss/vendor/_foundation.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1101, ../scss/vendor/_foundation.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* line 1105, ../scss/vendor/_foundation.scss */
.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

/* line 1111, ../scss/vendor/_foundation.scss */
.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 1116, ../scss/vendor/_foundation.scss */
.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 1121, ../scss/vendor/_foundation.scss */
.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 1126, ../scss/vendor/_foundation.scss */
.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 1131, ../scss/vendor/_foundation.scss */
.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 1136, ../scss/vendor/_foundation.scss */
.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1141, ../scss/vendor/_foundation.scss */
.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 1146, ../scss/vendor/_foundation.scss */
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 1151, ../scss/vendor/_foundation.scss */
.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 1156, ../scss/vendor/_foundation.scss */
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 1161, ../scss/vendor/_foundation.scss */
.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 1166, ../scss/vendor/_foundation.scss */
.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 1171, ../scss/vendor/_foundation.scss */
.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1176, ../scss/vendor/_foundation.scss */
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 1181, ../scss/vendor/_foundation.scss */
.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 1186, ../scss/vendor/_foundation.scss */
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 1191, ../scss/vendor/_foundation.scss */
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 1196, ../scss/vendor/_foundation.scss */
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/* line 1201, ../scss/vendor/_foundation.scss */
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

/* line 1206, ../scss/vendor/_foundation.scss */
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

/* line 1211, ../scss/vendor/_foundation.scss */
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

/* line 1216, ../scss/vendor/_foundation.scss */
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media screen and (min-width: 40em) {
  /* line 1222, ../scss/vendor/_foundation.scss */
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1226, ../scss/vendor/_foundation.scss */
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1230, ../scss/vendor/_foundation.scss */
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1234, ../scss/vendor/_foundation.scss */
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1238, ../scss/vendor/_foundation.scss */
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1242, ../scss/vendor/_foundation.scss */
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  /* line 1248, ../scss/vendor/_foundation.scss */
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1252, ../scss/vendor/_foundation.scss */
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1256, ../scss/vendor/_foundation.scss */
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1260, ../scss/vendor/_foundation.scss */
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1264, ../scss/vendor/_foundation.scss */
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1268, ../scss/vendor/_foundation.scss */
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
/* line 1273, ../scss/vendor/_foundation.scss */
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

/* line 1280, ../scss/vendor/_foundation.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}

/* line 1282, ../scss/vendor/_foundation.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 1284, ../scss/vendor/_foundation.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* line 3, ../scss/core/_helpers.scss */
.container {
  max-width: 960px;
  margin: 0 auto;
}

/* line 9, ../scss/core/_helpers.scss */
.no-padding {
  padding: 0;
}

/* line 13, ../scss/core/_helpers.scss */
.padding-mini {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 18, ../scss/core/_helpers.scss */
.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 23, ../scss/core/_helpers.scss */
.padding-big {
  padding-top: 60px;
  padding-bottom: 30px;
}

/* line 28, ../scss/core/_helpers.scss */
.no-margin {
  margin: 0;
}

/* line 32, ../scss/core/_helpers.scss */
.margin-mini {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 37, ../scss/core/_helpers.scss */
.margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 42, ../scss/core/_helpers.scss */
.margin-big {
  margin-top: 60px;
  margin-bottom: 30px;
}

/* line 47, ../scss/core/_helpers.scss */
.text-center {
  text-align: center;
}

/* line 51, ../scss/core/_helpers.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 4, ../scss/core/_style.scss */
#riot-newsletter-subtitle {
  font-weight: normal;
  font-size: 16px;
}

/* line 9, ../scss/core/_style.scss */
#riot-newsletter-email,
#riot-newsletter-submit {
  padding: 8px;
}

/* line 14, ../scss/core/_style.scss */
body {
  color: black;
}

/* line 18, ../scss/core/_style.scss */
html, body, .container-outer {
  height: 100%;
}

/* line 22, ../scss/core/_style.scss */
.container-page {
  min-height: 100%;
}

/* line 26, ../scss/core/_style.scss */
.container-outer {
  background: url("../img/background.jpg") center top no-repeat;
  background-size: cover;
  padding: 0 30px;
}

/* line 36, ../scss/core/_style.scss */
.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 22px;
  box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 500;
}
/* line 45, ../scss/core/_style.scss */
.btn:hover {
  box-shadow: none;
  position: relative;
  top: 2px;
}

/* line 52, ../scss/core/_style.scss */
a {
  color: white;
  text-decoration: none;
}

/* line 57, ../scss/core/_style.scss */
.hide {
  display: none;
}

/* line 61, ../scss/core/_style.scss */
h1 {
  font-size: 18px;
  line-height: 1.2;
}

/* line 66, ../scss/core/_style.scss */
#top {
  background-color: #E42E00;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
  color: white;
}
/* line 77, ../scss/core/_style.scss */
#top .uppercase {
  padding-bottom: 10px;
  display: block;
}

/* line 83, ../scss/core/_style.scss */
h2 {
  font-weight: 300;
  font-size: 20px;
  padding: 0 10px 30px 10px;
}

/* line 89, ../scss/core/_style.scss */
p {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

/* line 95, ../scss/core/_style.scss */
.bg-black {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  border-radius: 10px;
  padding: 0px;
  max-width: 600px;
}

/* line 104, ../scss/core/_style.scss */
.border {
  border: 1px solid red;
}

/* line 108, ../scss/core/_style.scss */
.text-left {
  text-align: left;
}

/* line 111, ../scss/core/_style.scss */
.text-right {
  text-align: right;
}

/* line 118, ../scss/core/_style.scss */
footer {
  color: white;
  padding-bottom: 30px;
}
/* line 121, ../scss/core/_style.scss */
footer a {
  margin: 0 5px;
}
/* line 124, ../scss/core/_style.scss */
footer a:hover {
  opacity: 1;
}

@media screen and (min-height: 700px) {
  /* line 132, ../scss/core/_style.scss */
  .cadastro {
    margin-top: 160px;
  }
}
/* line 137, ../scss/core/_style.scss */
input[type="email"] {
  color: black;
  width: 300px;
  border-right: none !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 151, ../scss/core/_style.scss */
input[type="email"],
input[type="submit"] {
  padding: 0 20px !important;
  height: 64px;
}

/* line 158, ../scss/core/_style.scss */
input[type="submit"] {
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 171, ../scss/core/_style.scss */
#riot-hide {
  display: none;
}

/* Small only */
