@charset "UTF-8";
/* line 280, ../../../../../../general/*.png */
.general-sprite {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-repeat: no-repeat;
}

/* line 280, ../../../../../../general-2x/*.png */
.general-2x-sprite {
  background-image: url('../img/general-2x-s9ceefac683.png');
  background-repeat: no-repeat;
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9. */
/* line 10, ../sass/_normalize.sass */
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 27, ../sass/_normalize.sass */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* line 48, ../sass/_normalize.sass */
script {
  display: none !important;
}

/* ==========================================================================
 * Base
 * ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom. */
/* line 60, ../sass/_normalize.sass */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin. */
/* line 71, ../sass/_normalize.sass */
body {
  margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers. */
/* line 87, ../sass/_normalize.sass */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

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

/**
 * Set consistent quote types. */
/* line 162, ../sass/_normalize.sass */
q {
  quotes: "“" "”" "‘" "’";
}

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

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

/* line 181, ../sass/_normalize.sass */
sup {
  top: -0.5em;
}

/* line 184, ../sass/_normalize.sass */
sub {
  bottom: -0.25em;
}

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

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

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

/* ==========================================================================
 * Forms
 * ========================================================================== */
/**
 * Define consistent border, margin, and padding. */
/* line 220, ../sass/_normalize.sass */
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 229, ../sass/_normalize.sass */
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 240, ../sass/_normalize.sass */
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 255, ../sass/_normalize.sass */
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 265, ../sass/_normalize.sass */
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 276, ../sass/_normalize.sass */
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 288, ../sass/_normalize.sass */
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 296, ../sass/_normalize.sass */
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 308, ../sass/_normalize.sass */
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 320, ../sass/_normalize.sass */
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 327, ../sass/_normalize.sass */
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 336, ../sass/_normalize.sass */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

@font-face {
  font-family: "Akkurat";
  src: url('../fonts/AkkuratStd-Light.eot?1560360394');
  src: url('../fonts/AkkuratStd-Light.eot?&1560360394#iefix') format('embedded-opentype'), url('../fonts/AkkuratStd-Light.woff?1560360394') format('woff'), url('../fonts/AkkuratStd-Light.ttf?1560360394') format('truetype'), url('../fonts/AkkuratStd-Light.svg?1560360394') format('svg');
  font-weight: normal;
}
/* line 264, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

/* line 269, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width: 1200px)";
  width: 1200px;
}

/* line 274, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width: 1440px)";
  width: 1440px;
}

/* line 290, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 296, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 300, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: Akkurat, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 313, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 316, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 320, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 322, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 326, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 333, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 334, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 335, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 336, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 337, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 338, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 339, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 345, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 348, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px;
  *zoom: 1;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 120, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 123, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 126, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 127, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 131, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 5%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 10%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 15%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 20%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 25%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 30%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 35%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 40%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 45%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 50%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 55%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 60%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-13 {
    position: relative;
    width: 65%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-14 {
    position: relative;
    width: 70%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-15 {
    position: relative;
    width: 75%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-16 {
    position: relative;
    width: 80%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-17 {
    position: relative;
    width: 85%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-18 {
    position: relative;
    width: 90%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-19 {
    position: relative;
    width: 95%;
  }

  /* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-20 {
    position: relative;
    width: 100%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 5%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 10%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 15%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 20%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 30%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 35%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 40%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 45%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    position: relative;
    margin-left: 55%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-12 {
    position: relative;
    margin-left: 60%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-13 {
    position: relative;
    margin-left: 65%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-14 {
    position: relative;
    margin-left: 70%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-15 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-16 {
    position: relative;
    margin-left: 80%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-17 {
    position: relative;
    margin-left: 85%;
  }

  /* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-18 {
    position: relative;
    margin-left: 90%;
  }

  /* line 147, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 150, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 5%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 10%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 15%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 20%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 25%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 30%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 35%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 40%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 45%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 50%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 55%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 60%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-13 {
    position: relative;
    width: 65%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-14 {
    position: relative;
    width: 70%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-15 {
    position: relative;
    width: 75%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-16 {
    position: relative;
    width: 80%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-17 {
    position: relative;
    width: 85%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-18 {
    position: relative;
    width: 90%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-19 {
    position: relative;
    width: 95%;
  }

  /* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-20 {
    position: relative;
    width: 100%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 5%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 10%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 15%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 20%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 30%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 35%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 40%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 45%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 55%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-12 {
    position: relative;
    margin-left: 60%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-13 {
    position: relative;
    margin-left: 65%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-14 {
    position: relative;
    margin-left: 70%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-15 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-16 {
    position: relative;
    margin-left: 80%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-17 {
    position: relative;
    margin-left: 85%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-18 {
    position: relative;
    margin-left: 90%;
  }

  /* line 162, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-19 {
    position: relative;
    margin-left: 95%;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 5%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 5%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 10%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 10%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 15%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 15%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 20%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 20%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 30%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 30%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 35%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 35%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 40%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 40%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 45%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 45%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 55%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 55%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-12 {
    position: relative;
    left: 60%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-12 {
    position: relative;
    right: 60%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-13 {
    position: relative;
    left: 65%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-13 {
    position: relative;
    right: 65%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-14 {
    position: relative;
    left: 70%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-14 {
    position: relative;
    right: 70%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-15 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-15 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-16 {
    position: relative;
    left: 80%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-16 {
    position: relative;
    right: 80%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-17 {
    position: relative;
    left: 85%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-17 {
    position: relative;
    right: 85%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-18 {
    position: relative;
    left: 90%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-18 {
    position: relative;
    right: 90%;
    left: auto;
  }

  /* line 166, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-19 {
    position: relative;
    left: 95%;
    right: auto;
  }

  /* line 167, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-19 {
    position: relative;
    right: 95%;
    left: auto;
  }

  /* line 170, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 173, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 180, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 9, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.page-home .application-teaser .button-container a.link-arrow,
.page-home .application-teaser .button-container .featured-projects li .text a,
.page-home .featured-projects li .text .application-teaser .button-container a,
.page-home .application-teaser .button-container p a,
.page-home .application-teaser p .button-container a,
.page-home .application-teaser .button-container .page-projects .projects-list .wide-description .image-with-text .text-area a,
.page-projects .projects-list .wide-description .image-with-text .text-area .page-home .application-teaser .button-container a,
.page-home .application-teaser .button-container .form-submit-intro a,
.form-submit-intro .page-home .application-teaser .button-container a,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-small, .page-home .application-teaser .button-container a.button, .page-home .application-teaser .button-container #application-form form section .bottom-navigation button, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button, .page-home .application-teaser .button-container #application-form form span.fileupload.button, #application-form form .page-home .application-teaser .button-container span.fileupload.button,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 31, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 51, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 61, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 72, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 84, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-small, .page-home .application-teaser .button-container a.button, .page-home .application-teaser .button-container #application-form form section .bottom-navigation button, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button, .page-home .application-teaser .button-container #application-form form span.fileupload.button, #application-form form .page-home .application-teaser .button-container span.fileupload.button {
    display: inherit !important;
  }

  /* line 91, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up,
  .page-home .application-teaser .button-container a.link-arrow,
  .page-home .application-teaser .button-container .featured-projects li .text a,
  .page-home .featured-projects li .text .application-teaser .button-container a,
  .page-home .application-teaser .button-container p a,
  .page-home .application-teaser p .button-container a,
  .page-home .application-teaser .button-container .page-projects .projects-list .wide-description .image-with-text .text-area a,
  .page-projects .projects-list .wide-description .image-with-text .text-area .page-home .application-teaser .button-container a,
  .page-home .application-teaser .button-container .form-submit-intro a,
  .form-submit-intro .page-home .application-teaser .button-container a {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 96, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 101, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 106, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 111, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 117, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1200px) {
  /* line 125, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 128, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 131, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 134, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 139, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 145, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 151, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 157, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 164, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 173, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 175, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 178, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 185, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 190, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 195, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 200, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 206, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 214, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 221, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 225, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 243, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 245, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 250, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 254, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 258, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 262, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 267, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 273, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 275, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 280, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 284, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 288, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 292, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 297, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 303, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

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

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

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

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

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

/* line 116, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/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 127, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 152, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #2795b6;
}
/* line 160, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 164, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/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, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 182, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Akkurat, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.0625em;
}
/* line 192, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/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, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.1875em;
}

/* line 200, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.875em;
}

/* line 201, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375em;
}

/* line 202, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125em;
}

/* line 203, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 204, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 208, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 229, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 234, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
/* line 241, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/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, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}
/* line 253, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
/* line 259, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/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, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 272, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 273, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 274, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 275, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 281, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 291, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 295, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 299, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 307, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 312, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}
/* line 317, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
/* line 321, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 325, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 331, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 338, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}
/* line 344, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 348, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 355, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 357, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/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, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
  }

  /* line 369, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.8125em;
  }

  /* line 370, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.5em;
  }

  /* line 371, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875em;
  }

  /* line 372, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/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, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 385, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 392, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 394, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 396, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 403, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 409, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 411, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 414, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 418, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 425, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 428, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 429, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 430, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 431, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 171, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 1.25rem;
  background-color: #2ba6cb;
  border-color: #2ba6cb;
  color: #fff;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2ba6cb;
}
/* line 132, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}
/* line 176, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: #333;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #e9e9e9;
}
/* line 127, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333;
}
/* line 177, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #5da423;
  border-color: #5da423;
  color: #fff;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #5da423;
}
/* line 132, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}
/* line 178, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #c60f13;
  color: #fff;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #c60f13;
}
/* line 132, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}
/* line 180, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
/* line 181, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 1.25rem;
}
/* line 182, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
/* line 183, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.expand, .button.expand, .page-home .application-teaser .button-container a.button, .page-home .application-teaser .button-container #application-form form section .bottom-navigation button, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button, .page-home .application-teaser .button-container #application-form form span.fileupload.button, #application-form form .page-home .application-teaser .button-container span.fileupload.button {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 185, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
/* line 186, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
/* line 188, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2ba6cb;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb;
}
/* line 132, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}
/* line 145, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb;
}
/* line 189, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: #333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
}
/* line 127, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333;
}
/* line 145, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
}
/* line 190, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #5da423;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
/* line 132, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}
/* line 145, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
/* line 191, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #c60f13;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}
/* line 132, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}
/* line 145, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}

/* line 196, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
/* line 198, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
/* line 199, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
/* line 200, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 206, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 214, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.radius, #application-form form section .bottom-navigation button, .button.radius, .page-home .application-teaser .button-container a.button, .page-home .application-teaser .button-container #application-form form section .bottom-navigation button, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button, .page-home .application-teaser .button-container #application-form form span.fileupload.button, #application-form form .page-home .application-teaser .button-container span.fileupload.button, #application-form form section .bottom-navigation button.button {
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
  }
  /* line 215, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 223, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 264, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5em;
}
/* line 69, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
/* line 73, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 75, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 77, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
/* line 86, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 270, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */
}
/* line 271, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 272, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1em 0;
  padding: 0.75em 0;
}
/* line 274, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
/* line 281, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 285, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 286, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 288, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.radius, .page-home .application-teaser .button-container a.prefix.button, .page-home .application-teaser .button-container #application-form form section .bottom-navigation button.prefix, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button.prefix, .page-home .application-teaser .button-container #application-form form span.prefix.fileupload.button, #application-form form .page-home .application-teaser .button-container span.prefix.fileupload.button, #application-form form section .bottom-navigation button.prefix.button {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0.3em;
  -moz-border-radius-topleft: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
}

/* line 289, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.radius, .page-home .application-teaser .button-container a.postfix.button, .page-home .application-teaser .button-container #application-form form section .bottom-navigation button.postfix, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button.postfix, .page-home .application-teaser .button-container #application-form form span.postfix.fileupload.button, #application-form form .page-home .application-teaser .button-container span.postfix.fileupload.button, #application-form form section .bottom-navigation button.postfix.button {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 0.3em;
  -moz-border-radius-bottomright: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}

/* line 290, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 291, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 294, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
/* line 295, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 297, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
/* line 298, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 304, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .page-home .application-teaser .button-container a.input-group.button > *:first-child, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button.input-group > *:first-child, .page-home .application-teaser .button-container #application-form form span.input-group.fileupload.button > *:first-child, #application-form form .page-home .application-teaser .button-container span.input-group.fileupload.button > *:first-child, #application-form form section .bottom-navigation button.input-group > *:first-child, .input-group.radius > *:first-child *, .page-home .application-teaser .button-container a.input-group.button > *:first-child *, .page-home .application-teaser .button-container #application-form form span.input-group.fileupload.button > *:first-child *, #application-form form .page-home .application-teaser .button-container span.input-group.fileupload.button > *:first-child *, #application-form form section .bottom-navigation button.input-group > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 307, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .page-home .application-teaser .button-container a.input-group.button > *:last-child, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button.input-group > *:last-child, .page-home .application-teaser .button-container #application-form form span.input-group.fileupload.button > *:last-child, #application-form form .page-home .application-teaser .button-container span.input-group.fileupload.button > *:last-child, #application-form form section .bottom-navigation button.input-group > *:last-child, .input-group.radius > *:last-child *, .page-home .application-teaser .button-container a.input-group.button > *:last-child *, .page-home .application-teaser .button-container #application-form form span.input-group.fileupload.button > *:last-child *, #application-form form .page-home .application-teaser .button-container span.input-group.fileupload.button > *:last-child *, #application-form form section .bottom-navigation button.input-group > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 312, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 315, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 322, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 2px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/* line 113, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: white;
  border-color: #ccc;
  outline: none;
}
/* line 120, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
/* line 346, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
/* line 354, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 359, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset {
  border: none 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
/* line 221, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 366, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}
/* line 369, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 371, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

/* line 375, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
/* line 236, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: white;
  border-color: #ccc;
}
/* line 382, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #c60f13;
}
/* line 387, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error > small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}
/* line 392, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 397, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
/* line 236, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error:focus,
textarea.error:focus {
  background: white;
  border-color: #ccc;
}

/* line 403, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
/* line 236, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select:focus {
  background: white;
  border-color: #ccc;
}

/* line 407, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.error {
  color: #c60f13;
}

/* Custom Checkbox and Radio Inputs */
/* line 67, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
/* line 73, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 2px #ccc;
  background: #fff;
}
/* line 83, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
/* line 87, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 2px;
}
/* line 92, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}
/* line 101, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}
/* line 113, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
/* line 127, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom {
  /* Custom input, disabled */
}
/* line 128, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, white 100%);
  background: -webkit-linear-gradient(top, #fff 0%, white 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  box-shadow: none;
  font-size: 1.25rem;
  vertical-align: top;
}
/* line 148, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 300px;
}
/* line 153, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}
/* line 165, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}
/* line 173, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}
/* line 186, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}
/* line 190, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled {
  color: #888;
}
/* line 192, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}
/* line 195, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
/* line 199, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 206, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.small {
  max-width: 134px;
}
/* line 207, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
/* line 208, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.large {
  max-width: 434px;
}
/* line 209, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.expand, form.custom .page-home .application-teaser .button-container a.custom.dropdown.button, .page-home .application-teaser .button-container form.custom a.custom.dropdown.button, .page-home .application-teaser .button-container #application-form form.custom section .bottom-navigation button.custom.dropdown, #application-form form.custom section .bottom-navigation .page-home .application-teaser .button-container button.custom.dropdown, .page-home .application-teaser .button-container #application-form form.custom span.custom.dropdown.fileupload.button, #application-form form.custom .page-home .application-teaser .button-container span.custom.dropdown.fileupload.button {
  width: 100% !important;
}
/* line 211, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 212, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 213, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 216, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
/* line 236, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form.custom .error .custom.dropdown:focus {
  background: white;
  border-color: #ccc;
}
/* line 222, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}
/* line 226, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -2px;
  top: 5.125rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 2px #ccc;
  font-size: 16;
}
/* line 243, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 1.25rem;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1rem;
  padding-right: 0;
  min-height: 2.375rem;
  line-height: 2.375rem;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 257, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected {
  background: #e6e6e6;
  color: #000;
}
/* line 261, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li:hover {
  background-color: #dbdbdb;
  color: #000;
}
/* line 265, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected:hover {
  background: #e6e6e6;
  cursor: default;
  color: #000;
}
/* line 272, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul.show {
  display: block;
}
/* line 276, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.disabled {
  background: #ddd;
}

/* Button Groups */
/* line 72, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 74, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > * {
  margin: 0 0 0 0px;
  float: left;
}
/* line 35, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > *:first-child {
  margin-left: 0;
}
/* line 50, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .page-home .application-teaser .button-container a.button-group.button > *:first-child, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button.button-group > *:first-child, .page-home .application-teaser .button-container #application-form form span.button-group.fileupload.button > *:first-child, #application-form form .page-home .application-teaser .button-container span.button-group.fileupload.button > *:first-child, #application-form form section .bottom-navigation button.button-group > *:first-child, .button-group.radius > *:first-child > a, .page-home .application-teaser .button-container a.button-group.button > *:first-child > a, .page-home .application-teaser .button-container #application-form form span.button-group.fileupload.button > *:first-child > a, #application-form form .page-home .application-teaser .button-container span.button-group.fileupload.button > *:first-child > a, #application-form form section .bottom-navigation button.button-group > *:first-child > a, .button-group.radius > *:first-child > button, .page-home .application-teaser .button-container a.button-group.button > *:first-child > button, .page-home .application-teaser .button-container #application-form form span.button-group.fileupload.button > *:first-child > button, #application-form form .page-home .application-teaser .button-container span.button-group.fileupload.button > *:first-child > button, #application-form form section .bottom-navigation button.button-group > *:first-child > button, .button-group.radius > *:first-child > .button, .page-home .application-teaser .button-container a.button-group.button > *:first-child > .button, .page-home .application-teaser .button-container #application-form form span.button-group.fileupload.button > *:first-child > .button, #application-form form .page-home .application-teaser .button-container span.button-group.fileupload.button > *:first-child > .button, #application-form form section .bottom-navigation button.button-group > *:first-child > .button {
  -moz-border-radius-bottomleft: 0.3em;
  -moz-border-radius-topleft: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
}
/* line 54, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .page-home .application-teaser .button-container a.button-group.button > *:last-child, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button.button-group > *:last-child, .page-home .application-teaser .button-container #application-form form span.button-group.fileupload.button > *:last-child, #application-form form .page-home .application-teaser .button-container span.button-group.fileupload.button > *:last-child, #application-form form section .bottom-navigation button.button-group > *:last-child, .button-group.radius > *:last-child > a, .page-home .application-teaser .button-container a.button-group.button > *:last-child > a, .page-home .application-teaser .button-container #application-form form span.button-group.fileupload.button > *:last-child > a, #application-form form .page-home .application-teaser .button-container span.button-group.fileupload.button > *:last-child > a, #application-form form section .bottom-navigation button.button-group > *:last-child > a, .button-group.radius > *:last-child > button, .page-home .application-teaser .button-container a.button-group.button > *:last-child > button, .page-home .application-teaser .button-container #application-form form span.button-group.fileupload.button > *:last-child > button, #application-form form .page-home .application-teaser .button-container span.button-group.fileupload.button > *:last-child > button, #application-form form section .bottom-navigation button.button-group > *:last-child > button, .button-group.radius > *:last-child > .button, .page-home .application-teaser .button-container a.button-group.button > *:last-child > .button, .page-home .application-teaser .button-container #application-form form span.button-group.fileupload.button > *:last-child > .button, #application-form form .page-home .application-teaser .button-container span.button-group.fileupload.button > *:last-child > .button, #application-form form section .bottom-navigation button.button-group > *:last-child > .button {
  -moz-border-radius-topright: 0.3em;
  -moz-border-radius-bottomright: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}
/* line 50, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 54, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* line 80, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}
/* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 80, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.33333%;
}
/* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 80, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}
/* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 80, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}
/* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 80, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.66667%;
}
/* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 80, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.28571%;
}
/* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 80, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}
/* line 63, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 84, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar {
  *zoom: 1;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 86, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}
/* line 23, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
/* line 108, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button {
  position: relative;
  padding-right: 2.4375em;
}
/* line 46, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}
/* line 81, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-width: 0.375em;
  right: 1.125em;
  margin-top: -0.15625em;
}
/* line 100, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-color: #fff transparent transparent transparent;
}
/* line 109, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny {
  padding-right: 2.1875em;
}
/* line 61, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}
/* line 100, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-color: #fff transparent transparent transparent;
}
/* line 110, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small {
  padding-right: 2.8125em;
}
/* line 71, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}
/* line 100, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-color: #fff transparent transparent transparent;
}
/* line 111, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large {
  padding-right: 4em;
}
/* line 91, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}
/* line 100, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-color: #fff transparent transparent transparent;
}
/* line 112, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:before {
  border-color: #333 transparent transparent transparent;
}

/* Split Buttons */
/* line 150, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 3.6em;
}
/* line 53, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
/* line 62, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}
/* line 73, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 79, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: #1e728c;
}
/* line 116, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 2.25em;
}
/* line 117, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-top-style: solid;
  border-width: 0.375em;
  top: 0.84375em;
  margin-left: -0.5625em;
}
/* line 142, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-color: #fff transparent transparent transparent;
}
/* line 79, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: #c3c3c3;
}
/* line 142, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #fff transparent transparent transparent;
}
/* line 79, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: #7f0a0c;
}
/* line 79, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: #396516;
}
/* line 156, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.9375em;
}
/* line 88, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.84375em;
}
/* line 89, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}
/* line 157, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 3.9375em;
}
/* line 102, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 2.8125em;
}
/* line 103, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}
/* line 158, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 6em;
}
/* line 130, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.75em;
}
/* line 131, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}
/* line 159, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.expand, .page-home .application-teaser .button-container a.split.button, .page-home .application-teaser .button-container #application-form form section .bottom-navigation button.split, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button.split, .page-home .application-teaser .button-container #application-form form span.split.fileupload.button, #application-form form .page-home .application-teaser .button-container span.split.fileupload.button {
  padding-left: 2em;
}
/* line 142, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #333 transparent transparent transparent;
}
/* line 163, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.radius span, .page-home .application-teaser .button-container a.split.button span, .page-home .application-teaser .button-container #application-form form section .bottom-navigation button.split span, #application-form form section .bottom-navigation .page-home .application-teaser .button-container button.split span, .page-home .application-teaser .button-container #application-form form span.split.fileupload.button span, #application-form form .page-home .application-teaser .button-container span.split.fileupload.button span, #application-form form section .bottom-navigation button.split.button span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 164, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Sections */
/* line 281, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 55, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}
/* line 58, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 287, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}
/* line 102, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}
/* line 116, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}
/* line 119, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 292, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #ccc;
}
/* line 207, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}
/* line 217, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}
/* line 225, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d6d6d6;
}
/* line 233, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333;
}
/* line 237, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

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

/* line 310, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs {
  border: none;
}
/* line 207, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}
/* line 217, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}
/* line 225, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}
/* line 233, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}
/* line 237, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}
/* line 249, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

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

  /* line 326, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto {
    border: none;
  }
  /* line 207, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  /* line 233, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  /* line 237, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 249, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

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

  /* line 340, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs {
    border: none;
  }
  /* line 207, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333;
  }
  /* line 237, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 257, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 12.4375em;
  }
  /* line 260, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d6d6d6;
  }

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

  /* line 354, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav {
    border: none;
  }
  /* line 207, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

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

  /* line 368, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #ccc;
  }
  /* line 207, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
/* line 378, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 55, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}
/* line 58, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 380, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}
/* line 102, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}
/* line 116, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}
/* line 119, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}
/* line 384, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container {
  border-top: 1px solid #ccc;
}
/* line 207, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}
/* line 217, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}
/* line 225, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d6d6d6;
}
/* line 233, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333;
}
/* line 237, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 72, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: none;
}
/* line 76, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 80, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 87, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 93, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 99, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: auto;
}

/* line 106, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: auto;
  line-height: auto;
  position: relative;
  background: none;
  margin-bottom: 0;
}
/* line 115, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 120, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 125, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 127, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 130, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 135, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: auto;
  margin: 0;
  font-size: 16;
}
/* line 140, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: auto;
  font-size: 1.0625em;
  margin: 0;
}
/* line 144, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: #333;
  width: 50%;
  display: block;
  padding: 0 auto/3;
}
/* line 155, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 160, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #333;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 auto/3;
  height: auto;
  line-height: auto;
}
/* line 173, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: auto/3;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 179, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #fff;
}
/* line 187, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}
/* line 208, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 212, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: none;
}
/* line 215, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888;
}
/* line 216, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

/* line 234, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 240, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: none;
  font-size: 16;
  margin: 0;
}
/* line 249, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 259, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #333;
  padding: 12px 0 12px 0;
  padding-left: auto/3;
  font-size: 1.25em;
  font-weight: normal;
  background: none;
}
/* line 269, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button, .top-bar-section ul #application-form form section .bottom-navigation li > button, #application-form form section .bottom-navigation .top-bar-section ul li > button, .top-bar-section ul #application-form form li > span.fileupload.button, #application-form form .top-bar-section ul li > span.fileupload.button {
  background: #2ba6cb;
  font-size: 1.25em;
  padding-right: auto/3;
  padding-left: auto/3;
}
/* line 274, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul #application-form form section .bottom-navigation li > button:hover, #application-form form section .bottom-navigation .top-bar-section ul li > button:hover, .top-bar-section ul #application-form form li > span.fileupload.button:hover, #application-form form .top-bar-section ul li > span.fileupload.button:hover {
  background: #2284a1;
}
/* line 278, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary, .top-bar-section ul #application-form form section .bottom-navigation li > button.secondary, #application-form form section .bottom-navigation .top-bar-section ul li > button.secondary, .top-bar-section ul #application-form form li > span.secondary.fileupload.button, #application-form form .top-bar-section ul li > span.secondary.fileupload.button {
  background: #e9e9e9;
}
/* line 280, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul #application-form form section .bottom-navigation li > button.secondary:hover, #application-form form section .bottom-navigation .top-bar-section ul li > button.secondary:hover, .top-bar-section ul #application-form form li > span.secondary.fileupload.button:hover, #application-form form .top-bar-section ul li > span.secondary.fileupload.button:hover {
  background: #d0d0d0;
}
/* line 284, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success, .top-bar-section ul #application-form form section .bottom-navigation li > button.success, #application-form form section .bottom-navigation .top-bar-section ul li > button.success, .top-bar-section ul #application-form form li > span.success.fileupload.button, #application-form form .top-bar-section ul li > span.success.fileupload.button {
  background: #5da423;
}
/* line 286, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul #application-form form section .bottom-navigation li > button.success:hover, #application-form form section .bottom-navigation .top-bar-section ul li > button.success:hover, .top-bar-section ul #application-form form li > span.success.fileupload.button:hover, #application-form form .top-bar-section ul li > span.success.fileupload.button:hover {
  background: #457a1a;
}
/* line 290, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert, .top-bar-section ul #application-form form section .bottom-navigation li > button.alert, #application-form form section .bottom-navigation .top-bar-section ul li > button.alert, .top-bar-section ul #application-form form li > span.alert.fileupload.button, #application-form form .top-bar-section ul li > span.alert.fileupload.button {
  background: #c60f13;
}
/* line 292, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul #application-form form section .bottom-navigation li > button.alert:hover, #application-form form section .bottom-navigation .top-bar-section ul li > button.alert:hover, .top-bar-section ul #application-form form li > span.alert.fileupload.button:hover, #application-form form .top-bar-section ul li > span.alert.fileupload.button:hover {
  background: #970b0e;
}
/* line 300, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: none;
  color: #333;
}
/* line 306, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: none;
  color: #333;
}
/* line 313, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: auto/3;
}
/* line 316, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 320, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: auto/3;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 332, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 333, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
/* line 340, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
/* line 347, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 351, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px auto/3;
}
/* line 354, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 359, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 360, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #333;
  line-height: auto/2;
  display: block;
}
/* line 368, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px auto/3 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 380, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 768px !important;
  visibility: hidden;
}

/* line 384, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 389, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: none;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 394, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 396, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 397, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 399, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 409, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: none;
  }

  /* line 412, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 1060px;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 418, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 422, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 427, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 429, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 435, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: none;
    color: #333;
  }
  /* line 440, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 auto/3;
    line-height: auto;
    background: none;
  }
  /* line 444, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button):hover {
    background: none;
  }
  /* line 452, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: auto/320 !important;
  }
  /* line 454, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: auto/2;
  }
  /* line 463, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 464, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 468, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 475, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }
  /* line 487, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 494, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 7px auto/3;
    background: #1e1e1e;
  }
  /* line 502, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 508, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 515, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: auto;
    width: 0;
  }
  /* line 526, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: none;
    padding: 0 auto/3;
    height: auto;
  }
  /* line 534, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 538, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 548, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: none;
    color: #333;
  }
  /* line 554, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: none;
    color: #333;
  }
  /* line 562, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
/* line 61, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 64, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 70, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 74, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 77, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 80, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 82, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 88, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
/* line 126, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 132, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 134, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 145, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
/* line 154, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: relative;
  background-color: none;
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
/* line 171, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: transparent;
  z-index: 10;
}
/* line 176, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
/* line 182, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 189, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
/* line 199, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
/* line 213, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
/* line 225, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 228, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: none;
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 241, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 245, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
/* line 255, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 256, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 261, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
/* line 265, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 266, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}
/* line 273, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

/* line 279, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 285, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: white;
  float: left;
  margin-right: 6px;
  border: solid 1px #769870;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 295, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #769870;
}
/* line 299, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 305, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 309, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 317, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 321, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 328, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 329, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 333, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* line 1, ../sass/_base.sass */
body {
  overflow-x: hidden;
}

/* line 4, ../sass/_base.sass */
ul {
  padding-left: 0;
  list-style: none;
}

/* line 8, ../sass/_base.sass */
a {
  color: #769870;
}
/* line 18, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:visited {
  color: #769870;
}
/* line 21, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:focus {
  color: #769870;
}
/* line 24, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #769870;
}
/* line 27, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
  color: #769870;
}

/* line 1, ../sass/_layout.sass */
#menu-drawer, #main-content {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
}

/* line 8, ../sass/_layout.sass */
#main-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 100vh;
  z-index: 2;
}

/* line 16, ../sass/_layout.sass */
#menu-drawer {
  z-index: 1;
}
/* line 18, ../sass/_layout.sass */
#menu-drawer .right-drawer {
  bottom: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
}

@media only screen and (max-width: 767px) {
  /* line 28, ../sass/_layout.sass */
  header .fixed {
    position: absolute;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 26, ../sass/_layout.sass */
  header {
    height: 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 26, ../sass/_layout.sass */
  header {
    height: 4.375rem;
  }
}
/* line 38, ../sass/_layout.sass */
header .top-bar .title-area .name h1 a {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  /* line 38, ../sass/_layout.sass */
  header .top-bar .title-area .name h1 a {
    margin-top: 0;
  }
}
/* line 44, ../sass/_layout.sass */
header #mobile-nav-trigger {
  position: absolute;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  /* line 44, ../sass/_layout.sass */
  header #mobile-nav-trigger {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 53, ../sass/_layout.sass */
  footer nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1060px;
    *zoom: 1;
  }
  /* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  footer nav:before, footer nav:after {
    content: " ";
    display: table;
  }
  /* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  footer nav:after {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  /* line 58, ../sass/_layout.sass */
  .page-home .carousel {
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 58, ../sass/_layout.sass */
  .page-home .carousel {
    margin-top: -3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 58, ../sass/_layout.sass */
  .page-home .carousel {
    margin-top: -4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 58, ../sass/_layout.sass */
  .page-home .carousel {
    height: 444px;
  }
}
/* line 68, ../sass/_layout.sass */
.page-home .carousel .orbit-container ul {
  height: 100% !important;
}
/* line 70, ../sass/_layout.sass */
.page-home .carousel .orbit-container ul li {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
/* line 75, ../sass/_layout.sass */
.page-home .carousel .orbit-container ul li .desktop-background, .page-home .carousel .orbit-container ul li .mobile-background {
  background-position: center center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 83, ../sass/_layout.sass */
.page-home .carousel .orbit-container ul li .desktop-background div, .page-home .carousel .orbit-container ul li .mobile-background div {
  background-position: center center;
  height: 100%;
  width: 100%;
}
/* line 90, ../sass/_layout.sass */
.page-home .carousel .orbit-container ul li .desktop-background div {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  /* line 89, ../sass/_layout.sass */
  .page-home .carousel .orbit-container ul li .desktop-background {
    display: none;
  }
}
/* line 96, ../sass/_layout.sass */
.page-home .carousel .orbit-container ul li .mobile-background div {
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
@media only screen and (min-width: 768px) {
  /* line 95, ../sass/_layout.sass */
  .page-home .carousel .orbit-container ul li .mobile-background {
    display: none;
  }
  /* line 101, ../sass/_layout.sass */
  .page-home .carousel .orbit-container ul li .mobile-background div {
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
/* line 105, ../sass/_layout.sass */
.page-home .carousel .orbit-container .orbit-caption {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px;
  *zoom: 1;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.page-home .carousel .orbit-container .orbit-caption:before, .page-home .carousel .orbit-container .orbit-caption:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.page-home .carousel .orbit-container .orbit-caption:after {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 105, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-caption {
    padding: 11.848rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 105, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-caption {
    padding: 12.473rem 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 105, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-caption {
    position: absolute;
    bottom: 3.125rem;
    left: 0;
  }
}
/* line 117, ../sass/_layout.sass */
.page-home .carousel .orbit-container .orbit-caption .full-width-column {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}
/* line 121, ../sass/_layout.sass */
.page-home .carousel .orbit-container .orbit-timer {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 124, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-prev, .page-home .carousel .orbit-container .orbit-next {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 124, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-prev, .page-home .carousel .orbit-container .orbit-next {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 124, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-prev, .page-home .carousel .orbit-container .orbit-next {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 132, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-prev {
    left: 4.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 136, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-next {
    right: 4.375rem;
  }
}
/* line 141, ../sass/_layout.sass */
.page-home .carousel .orbit-container .orbit-bullets {
  bottom: 3.125rem;
  margin-bottom: 0;
  position: absolute;
  top: auto;
}
@media only screen and (max-width: 767px) {
  /* line 141, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-bullets {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 141, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-bullets {
    left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 141, ../sass/_layout.sass */
  .page-home .carousel .orbit-container .orbit-bullets {
    left: 50%;
    margin-left: -520px;
  }
}
/* line 155, ../sass/_layout.sass */
.page-home .featured-projects {
  padding: 6.25rem 0;
}
@media only screen and (max-width: 767px) {
  /* line 155, ../sass/_layout.sass */
  .page-home .featured-projects {
    padding: 3.125rem 1.5625rem;
  }
}
/* line 159, ../sass/_layout.sass */
.page-home .featured-projects ul {
  margin-bottom: 0;
}
/* line 162, ../sass/_layout.sass */
.page-home .featured-projects ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px;
  *zoom: 1;
  display: flex;
  margin-bottom: 4.375rem;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.page-home .featured-projects ul li:before, .page-home .featured-projects ul li:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.page-home .featured-projects ul li:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 162, ../sass/_layout.sass */
  .page-home .featured-projects ul li {
    display: block;
    margin-bottom: 1.5625rem;
  }
}
/* line 173, ../sass/_layout.sass */
.page-home .featured-projects ul li:last-child {
  margin-bottom: 0;
}
/* line 176, ../sass/_layout.sass */
.page-home .featured-projects ul li .image-column-wrapper {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 30%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 176, ../sass/_layout.sass */
  .page-home .featured-projects ul li .image-column-wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    margin-bottom: 1.5625rem;
    text-align: center;
  }
  /* line 184, ../sass/_layout.sass */
  .page-home .featured-projects ul li .image-column-wrapper img {
    width: 60%;
  }
}
/* line 187, ../sass/_layout.sass */
.page-home .featured-projects ul li .image-column-wrapper .image-with-icon {
  margin-bottom: 0;
}
/* line 191, ../sass/_layout.sass */
.page-home .featured-projects ul li .text a, .page-home .featured-projects ul li .text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 190, ../sass/_layout.sass */
  .page-home .featured-projects ul li .text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    box-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 65%;
    margin-left: 5%;
    float: left;
    align-items: center;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  /* line 190, ../sass/_layout.sass */
  .page-home .featured-projects ul li .text {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 207, ../sass/_layout.sass */
  .page-home .application-teaser {
    padding: 3.125rem 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 207, ../sass/_layout.sass */
  .page-home .application-teaser {
    padding: 8.75rem 0;
  }
  /* line 213, ../sass/_layout.sass */
  .page-home .application-teaser h2, .page-home .application-teaser p {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
  }
  /* line 215, ../sass/_layout.sass */
  .page-home .application-teaser .button-container {
    margin-top: 2.1875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 219, ../sass/_layout.sass */
  .page-home .application-teaser .button-container {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 35%;
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 223, ../sass/_layout.sass */
  .page-home .application-teaser .button-container {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    float: left;
  }
}

/* line 227, ../sass/_layout.sass */
.contact .row {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 230, ../sass/_layout.sass */
  .contact .row .contact-info {
    margin: 0 0 9.375rem;
    padding: 3.125rem 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 230, ../sass/_layout.sass */
  .contact .row .contact-info {
    padding: 3.125rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 230, ../sass/_layout.sass */
  .contact .row .contact-info {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 60%;
    float: left;
    margin: 6.25rem 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 230, ../sass/_layout.sass */
  .contact .row .contact-info {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 40%;
    float: left;
    margin: 6.25rem;
  }
}

@media only screen and (min-width: 768px) {
  /* line 247, ../sass/_layout.sass */
  .page-projects .full-width-column {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
  }
}
/* line 251, ../sass/_layout.sass */
.page-projects .projects-intro, .page-projects .projects-filters, .page-projects .projects-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px;
  *zoom: 1;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.page-projects .projects-intro:before, .page-projects .projects-intro:after, .page-projects .projects-filters:before, .page-projects .projects-filters:after, .page-projects .projects-list:before, .page-projects .projects-list:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.page-projects .projects-intro:after, .page-projects .projects-filters:after, .page-projects .projects-list:after {
  clear: both;
}
/* line 255, ../sass/_layout.sass */
.page-projects .projects-filters label {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 258, ../sass/_layout.sass */
  .page-projects .projects-filters .filter-text {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 258, ../sass/_layout.sass */
  .page-projects .projects-filters .filter-text {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 30%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 264, ../sass/_layout.sass */
  .page-projects .projects-filters .filter-age {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 264, ../sass/_layout.sass */
  .page-projects .projects-filters .filter-age {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 30%;
    margin-left: 5%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 270, ../sass/_layout.sass */
  .page-projects .projects-filters .filter-category {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  /* line 270, ../sass/_layout.sass */
  .page-projects .projects-filters .filter-category {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 30%;
    margin-left: 5%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  /* line 277, ../sass/_layout.sass */
  .page-projects .projects-list ul {
    display: block;
    padding: 0;
    margin: 0 -36.5px;
    *zoom: 1;
  }
  /* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .page-projects .projects-list ul:before, .page-projects .projects-list ul:after {
    content: " ";
    display: table;
  }
  /* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .page-projects .projects-list ul:after {
    clear: both;
  }
  /* line 27, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .page-projects .projects-list ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 36.5px 73px;
  }
  /* line 36, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .page-projects .projects-list ul > li {
    width: 33.33333%;
    padding: 0 36.5px 73px;
  }
  /* line 40, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .page-projects .projects-list ul > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .page-projects .projects-list ul > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 281, ../sass/_layout.sass */
  .page-projects .projects-list ul > li {
    padding-bottom: 4.375rem;
  }
  /* line 284, ../sass/_layout.sass */
  .page-projects .projects-list ul > li:nth-of-type(3n+1) {
    clear: none;
  }
  /* line 288, ../sass/_layout.sass */
  .page-projects .projects-list ul > li.wide-description .image-with-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1060px;
    *zoom: 1;
  }
  /* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .page-projects .projects-list ul > li.wide-description .image-with-text:before, .page-projects .projects-list ul > li.wide-description .image-with-text:after {
    content: " ";
    display: table;
  }
  /* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .page-projects .projects-list ul > li.wide-description .image-with-text:after {
    clear: both;
  }
  /* line 290, ../sass/_layout.sass */
  .page-projects .projects-list ul > li.wide-description .image-with-text .image-area {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 45%;
    float: left;
  }
  /* line 292, ../sass/_layout.sass */
  .page-projects .projects-list ul > li.wide-description .image-with-text .text-area {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 45%;
    margin-left: 10%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 297, ../sass/_layout.sass */
  .page-projects .projects-list ul .wide-description .image-area, .page-projects .projects-list ul .wide-description h2 {
    display: none;
  }
}

/* line 1, ../sass/_modules.sass */
.ipn section .body ul, #application-form form section > fieldset > ul {
  list-style-type: none;
}
/* line 3, ../sass/_modules.sass */
.ipn section .body ul li, #application-form form section > fieldset > ul li {
  padding-left: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
/* line 7, ../sass/_modules.sass */
.ipn section .body ul li:before, #application-form form section > fieldset > ul li:before {
  content: ".";
  position: relative;
  top: -6px;
  left: -0.5rem;
}

/* line 14, ../sass/_modules.sass */
#main-content {
  background: white;
}

/* line 17, ../sass/_modules.sass */
a.button, #application-form form section .bottom-navigation button, #application-form form span.fileupload.button {
  -moz-box-shadow: 0 4px 0 #436346;
  -webkit-box-shadow: 0 4px 0 #436346;
  box-shadow: 0 4px 0 #436346;
  text-shadow: 0 2px 0 #436346;
  -webkit-transition: all 0.1s ease 300ms ease-out;
  -moz-transition: all 0.1s ease 300ms ease-out;
  transition: all 0.1s ease 300ms ease-out;
  background: #769870;
  color: white;
  margin-bottom: 4px;
}
/* line 26, ../sass/_modules.sass */
a.button:hover, #application-form form section .bottom-navigation button:hover, #application-form form span.fileupload.button:hover {
  background: #769870;
}
/* line 29, ../sass/_modules.sass */
a.button:active, #application-form form section .bottom-navigation button:active, #application-form form span.fileupload.button:active {
  -moz-box-shadow: 0 1px 0 #436346;
  -webkit-box-shadow: 0 1px 0 #436346;
  box-shadow: 0 1px 0 #436346;
  position: relative;
  top: 3px;
}

/* line 35, ../sass/_modules.sass */
.link-arrow:before, .page-home .featured-projects li .text a:before, .page-home .application-teaser p a:before, .page-projects .projects-list .wide-description .image-with-text .text-area a:before, .form-submit-intro a:before {
  content: ">";
  font-size: 0.8em;
  font-weight: bold;
  padding-right: 0.45em;
}

/* line 42, ../sass/_modules.sass */
.image-with-icon {
  position: relative;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  /* line 42, ../sass/_modules.sass */
  .image-with-icon {
    margin-bottom: 1.5625rem;
  }
}
/* line 49, ../sass/_modules.sass */
.image-with-icon .category-icon {
  bottom: 7.5%;
  color: white;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-right: -40px;
  padding: 0 5px;
  right: 30%;
}
/* line 58, ../sass/_modules.sass */
.image-with-icon img {
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* line 62, ../sass/_modules.sass */
.category-icon {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  content: " ";
  position: absolute;
  margin-left: -8px;
}
/* line 69, ../sass/_modules.sass */
.category-icon.category-icon-all {
  background-color: #ce3c50;
}
/* line 71, ../sass/_modules.sass */
.category-icon.category-icon-community {
  background-color: #ce3c50;
}
/* line 73, ../sass/_modules.sass */
.category-icon.category-icon-culture {
  background-color: #f7941d;
}
/* line 75, ../sass/_modules.sass */
.category-icon.category-icon-education {
  background-color: #5674b9;
}
/* line 77, ../sass/_modules.sass */
.category-icon.category-icon-environment {
  background-color: #b3bc00;
}

/* line 83, ../sass/_modules.sass */
header .top-bar {
  display: none;
  height: 6rem;
  padding: 0 0 0 1.5625rem;
}
/* line 88, ../sass/_modules.sass */
header .top-bar .name {
  padding-top: 0.7em;
}
@media only screen and (min-width: 768px) {
  /* line 83, ../sass/_modules.sass */
  header .top-bar {
    background: white;
    border-bottom: 1px solid #ccc;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 83, ../sass/_modules.sass */
  header .top-bar {
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 0.78125rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 83, ../sass/_modules.sass */
  header .top-bar {
    height: 4.375rem;
    line-height: 4.375rem;
    padding: 0 4.375rem;
  }
}
/* line 106, ../sass/_modules.sass */
header .top-bar .title-area .name h1 a {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -763px;
  background-repeat: no-repeat;
  width: 223px;
  height: 40px;
  text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 106, ../sass/_modules.sass */
  header .top-bar .title-area .name h1 a {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -737px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 221.5px;
    height: 39.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 106, ../sass/_modules.sass */
  header .top-bar .title-area .name h1 a {
    background-image: url('../img/general-s2d8b227ab8.png');
    background-position: 0 -723px;
    background-repeat: no-repeat;
    width: 223px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 768px) and (max-width: 1199px) and (min-resolution: 120dpi) {
  /* line 106, ../sass/_modules.sass */
  header .top-bar .title-area .name h1 a {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -697px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 221.5px;
    height: 39.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 106, ../sass/_modules.sass */
  header .top-bar .title-area .name h1 a {
    background-image: url('../img/general-s2d8b227ab8.png');
    background-position: 0 -803px;
    background-repeat: no-repeat;
    width: 259px;
    height: 46px;
  }
}
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 1200px) and (min-resolution: 120dpi) {
  /* line 106, ../sass/_modules.sass */
  header .top-bar .title-area .name h1 a {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -776px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 259px;
    height: 46px;
  }
}

/* line 116, ../sass/_modules.sass */
header .top-bar .top-bar-section li {
  padding: 0 0.7rem;
  height: 4.375rem;
  line-height: 4.375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 116, ../sass/_modules.sass */
  header .top-bar .top-bar-section li {
    padding: 0 0.4rem;
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
/* line 126, ../sass/_modules.sass */
header .top-bar .top-bar-section li:first-child {
  padding-left: 0;
}
/* line 128, ../sass/_modules.sass */
header .top-bar .top-bar-section li:last-child {
  padding-right: 0;
}
/* line 131, ../sass/_modules.sass */
header .top-bar .top-bar-section li a {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 131, ../sass/_modules.sass */
  header .top-bar .top-bar-section li a {
    font-size: 1rem;
  }
}
/* line 137, ../sass/_modules.sass */
header .top-bar .top-bar-section li.active a {
  color: #769870;
  position: relative;
}
/* line 140, ../sass/_modules.sass */
header .top-bar .top-bar-section li.active a:after {
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  display: inline-block;
  content: " ";
  background: #769870;
  height: 15px;
  width: 15px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
}

@media only print {
  /* line 154, ../sass/_modules.sass */
  #menu-drawer {
    display: none;
  }
}
/* line 158, ../sass/_modules.sass */
#menu-drawer .right-drawer {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 161, ../sass/_modules.sass */
#menu-drawer .right-drawer ul li {
  border-bottom: 1px solid #ccc;
  height: 4.0625rem;
  line-height: 4.0625rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
}
/* line 168, ../sass/_modules.sass */
#menu-drawer .right-drawer ul li.active {
  background: #769870;
}
/* line 170, ../sass/_modules.sass */
#menu-drawer .right-drawer ul li.active a {
  color: white;
}
/* line 173, ../sass/_modules.sass */
#menu-drawer .right-drawer ul li a {
  color: #333;
  display: block;
}

/* line 178, ../sass/_modules.sass */
#mobile-nav-trigger {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 178, ../sass/_modules.sass */
  #mobile-nav-trigger {
    background-image: url('../img/general-s2d8b227ab8.png');
    background-position: 0 -849px;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    top: 5px;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (max-width: 767px) and (min-resolution: 120dpi) {
  /* line 178, ../sass/_modules.sass */
  #mobile-nav-trigger {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -822px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 27.5px;
    height: 27.5px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 178, ../sass/_modules.sass */
  #mobile-nav-trigger {
    background-image: url('../img/general-s2d8b227ab8.png');
    background-position: 0 -904px;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    top: 10px;
  }
}
@media only screen and (max-width: 400px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (max-width: 400px) and (min-resolution: 120dpi) {
  /* line 178, ../sass/_modules.sass */
  #mobile-nav-trigger {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -850px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 22.5px;
    height: 22.5px;
  }
}

/* line 188, ../sass/_modules.sass */
footer {
  background: #564a44;
  color: white;
}
/* line 194, ../sass/_modules.sass */
footer nav .language-selector li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 193, ../sass/_modules.sass */
  footer nav .language-selector {
    float: left;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 193, ../sass/_modules.sass */
  footer nav .language-selector {
    font-size: 1.125rem;
    text-align: center;
  }
}
/* line 204, ../sass/_modules.sass */
footer nav .copyright-notice li:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 203, ../sass/_modules.sass */
  footer nav .copyright-notice {
    float: right;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  /* line 203, ../sass/_modules.sass */
  footer nav .copyright-notice {
    background: white;
    color: #333;
    font-size: 1.125rem;
    padding: 0.6875rem 0;
    text-align: center;
  }
  /* line 215, ../sass/_modules.sass */
  footer nav .copyright-notice li {
    display: block;
    line-height: 1.4375rem;
  }
  /* line 218, ../sass/_modules.sass */
  footer nav .copyright-notice li a {
    color: #333;
  }
}
/* line 220, ../sass/_modules.sass */
footer nav ul {
  margin: 0;
}
/* line 222, ../sass/_modules.sass */
footer nav ul li {
  display: inline;
  line-height: 4.375rem;
  padding: 0 0.6rem;
}
@media only screen and (max-width: 767px) {
  /* line 222, ../sass/_modules.sass */
  footer nav ul li {
    line-height: 3.125rem;
  }
}
/* line 229, ../sass/_modules.sass */
footer nav a {
  color: white;
  text-decoration: underline;
}
/* line 18, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
footer nav a:visited {
  color: white;
}
/* line 21, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
footer nav a:focus {
  color: white;
}
/* line 24, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
footer nav a:hover {
  color: white;
}
/* line 27, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
footer nav a:active {
  color: white;
}
/* line 233, ../sass/_modules.sass */
footer nav .active a {
  color: #95B898;
  text-decoration: none;
}
/* line 18, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
footer nav .active a:visited {
  color: #769870;
}
/* line 21, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
footer nav .active a:focus {
  color: #769870;
}
/* line 24, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
footer nav .active a:hover {
  color: #769870;
}
/* line 27, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
footer nav .active a:active {
  color: #769870;
}

/* line 237, ../sass/_modules.sass */
.page-application footer {
  margin-top: 3.75rem;
}

/* line 244, ../sass/_modules.sass */
.page-home header .top-bar {
  display: block;
}
/* line 248, ../sass/_modules.sass */
.page-home .carousel .slideshow-wrapper {
  height: 100%;
}
/* line 250, ../sass/_modules.sass */
.page-home .carousel .orbit-container {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: white;
  height: 100%;
}
/* line 255, ../sass/_modules.sass */
.page-home .carousel .orbit-container .orbit-prev, .page-home .carousel .orbit-container .orbit-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 257, ../sass/_modules.sass */
.page-home .carousel .orbit-container .orbit-prev span, .page-home .carousel .orbit-container .orbit-next span {
  display: none;
}
/* line 259, ../sass/_modules.sass */
.page-home .carousel .orbit-container .orbit-prev:hover, .page-home .carousel .orbit-container .orbit-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
}
/* line 264, ../sass/_modules.sass */
.page-home .carousel .orbit-container .orbit-prev {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 19px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 264, ../sass/_modules.sass */
  .page-home .carousel .orbit-container .orbit-prev {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 19px;
    height: 30px;
  }
}
/* line 266, ../sass/_modules.sass */
.page-home .carousel .orbit-container .orbit-next {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -30px;
  background-repeat: no-repeat;
  width: 19px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 266, ../sass/_modules.sass */
  .page-home .carousel .orbit-container .orbit-next {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -30px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 19px;
    height: 30px;
  }
}
/* line 270, ../sass/_modules.sass */
.page-home .carousel .orbit-container .orbit-caption h1, .page-home .carousel .orbit-container .orbit-caption p, .page-home .carousel .orbit-container .orbit-caption a, .page-home .carousel .orbit-container .orbit-caption a:active, .page-home .carousel .orbit-container .orbit-caption a:hover, .page-home .carousel .orbit-container .orbit-caption a:visited {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  color: white;
  margin: 0;
  width: 350px;
}
@media only screen and (max-width: 767px) {
  /* line 270, ../sass/_modules.sass */
  .page-home .carousel .orbit-container .orbit-caption h1, .page-home .carousel .orbit-container .orbit-caption p, .page-home .carousel .orbit-container .orbit-caption a, .page-home .carousel .orbit-container .orbit-caption a:active, .page-home .carousel .orbit-container .orbit-caption a:hover, .page-home .carousel .orbit-container .orbit-caption a:visited {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 278, ../sass/_modules.sass */
  .page-home .carousel .orbit-container .orbit-caption h1 {
    font-size: 1.875rem;
    padding: 0 1.5625rem;
  }
}
/* line 282, ../sass/_modules.sass */
.page-home .carousel .orbit-container .orbit-caption p {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  /* line 282, ../sass/_modules.sass */
  .page-home .carousel .orbit-container .orbit-caption p {
    font-size: 1.125rem;
    padding: 0 1.5625rem;
  }
}
/* line 288, ../sass/_modules.sass */
.page-home .carousel .orbit-container .orbit-bullets {
  z-index: 10;
}
/* line 290, ../sass/_modules.sass */
.page-home .carousel .orbit-container .orbit-bullets li {
  border: none;
  cursor: pointer;
  height: 15px;
  margin-right: 8px;
  width: 15px;
}
/* line 297, ../sass/_modules.sass */
.page-home .carousel .scroll-down {
  bottom: 0;
  left: 50%;
  position: absolute;
  text-indent: -9999px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  /* line 297, ../sass/_modules.sass */
  .page-home .carousel .scroll-down {
    background-image: url('../img/general-s2d8b227ab8.png');
    background-position: 0 -60px;
    background-repeat: no-repeat;
    width: 86px;
    height: 43px;
    margin-left: -1.0625rem;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (max-width: 767px) and (min-resolution: 120dpi) {
  /* line 297, ../sass/_modules.sass */
  .page-home .carousel .scroll-down {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -60px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 33px;
    height: 17px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 297, ../sass/_modules.sass */
  .page-home .carousel .scroll-down {
    background-image: url('../img/general-s2d8b227ab8.png');
    background-position: 0 -103px;
    background-repeat: no-repeat;
    width: 86px;
    height: 43px;
    margin-left: -2.6875rem;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 768px) and (min-resolution: 120dpi) {
  /* line 297, ../sass/_modules.sass */
  .page-home .carousel .scroll-down {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -77px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 86px;
    height: 43px;
  }
}

/* line 313, ../sass/_modules.sass */
.page-home .featured-projects li .text h2 {
  line-height: 1.2em;
}
/* line 315, ../sass/_modules.sass */
.page-home .featured-projects li .text p, .page-home .featured-projects li .text a {
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
  /* line 321, ../sass/_modules.sass */
  .page-home .featured-projects li .text h2 {
    margin: 0 0 0.8125rem 0;
  }
  /* line 323, ../sass/_modules.sass */
  .page-home .featured-projects li .text p, .page-home .featured-projects li .text a {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 312, ../sass/_modules.sass */
  .page-home .featured-projects li .text {
    padding: 0 1.5625rem;
    text-align: center;
  }
  /* line 329, ../sass/_modules.sass */
  .page-home .featured-projects li .text h2 {
    margin: 0 0 0.5rem 0;
    font-size: 1.875rem;
  }
  /* line 332, ../sass/_modules.sass */
  .page-home .featured-projects li .text p, .page-home .featured-projects li .text a {
    font-size: 1.125rem;
  }
}
/* line 337, ../sass/_modules.sass */
.page-home .application-teaser {
  background: #95B898;
  color: white;
}
/* line 341, ../sass/_modules.sass */
.page-home .application-teaser h2 {
  color: white;
  line-height: 1.2em;
  margin: 0;
}
/* line 346, ../sass/_modules.sass */
.page-home .application-teaser p, .page-home .application-teaser p a {
  line-height: 1.3em;
}
/* line 348, ../sass/_modules.sass */
.page-home .application-teaser p {
  margin: 1.3em 0 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 354, ../sass/_modules.sass */
  .page-home .application-teaser h2 {
    font-size: 1.875rem;
  }
  /* line 356, ../sass/_modules.sass */
  .page-home .application-teaser p, .page-home .application-teaser p a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 359, ../sass/_modules.sass */
  .page-home .application-teaser p, .page-home .application-teaser p a {
    font-size: 1.5625rem;
  }
}
/* line 367, ../sass/_modules.sass */
.page-home .application-teaser .button-container a.link-arrow, .page-home .application-teaser .button-container .featured-projects li .text a, .page-home .featured-projects li .text .application-teaser .button-container a, .page-home .application-teaser .button-container p a, .page-home .application-teaser p .button-container a, .page-home .application-teaser .button-container .page-projects .projects-list .wide-description .image-with-text .text-area a, .page-projects .projects-list .wide-description .image-with-text .text-area .page-home .application-teaser .button-container a, .page-home .application-teaser .button-container .form-submit-intro a, .form-submit-intro .page-home .application-teaser .button-container a {
  color: #436346;
  font-size: 1.125rem;
  margin-top: 1.3em;
}

/* line 373, ../sass/_modules.sass */
.contact {
  position: relative;
}
/* line 375, ../sass/_modules.sass */
.contact #map-canvas {
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  /* line 375, ../sass/_modules.sass */
  .contact #map-canvas {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 375, ../sass/_modules.sass */
  .contact #map-canvas {
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
  }
}
/* line 390, ../sass/_modules.sass */
.contact .row .contact-info {
  position: relative;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAEklEQVR4nGP6/xQGmRjggCATANW/CX/LIlMDAAAAAElFTkSuQmCC');
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
/* line 395, ../sass/_modules.sass */
.contact .row .contact-info h2 {
  margin: 0;
  line-height: 1em;
}
/* line 399, ../sass/_modules.sass */
.contact .row .contact-info p {
  font-size: 1.25rem;
  line-height: 1.5em;
}
/* line 402, ../sass/_modules.sass */
.contact .row .contact-info a {
  font-size: 1.25rem;
  line-height: 1em;
}
/* line 406, ../sass/_modules.sass */
.contact .row .contact-info p {
  margin: 1.5em 0 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 390, ../sass/_modules.sass */
  .contact .row .contact-info {
    text-align: center;
  }
  /* line 412, ../sass/_modules.sass */
  .contact .row .contact-info h2 {
    font-size: 1.875rem;
  }
  /* line 415, ../sass/_modules.sass */
  .contact .row .contact-info p, .contact .row .contact-info p a {
    font-size: 1.125rem;
  }
}

/* line 419, ../sass/_modules.sass */
.page-projects .projects-intro {
  padding: 6.25rem 0 4.375rem 0;
  margin-top: -5px;
  margin-bottom: -5px;
}
@media only screen and (max-width: 767px) {
  /* line 419, ../sass/_modules.sass */
  .page-projects .projects-intro {
    padding: 1.5625rem;
  }
}
/* line 427, ../sass/_modules.sass */
.page-projects .projects-intro h1 {
  font-size: 2.5rem;
  line-height: 1em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 427, ../sass/_modules.sass */
  .page-projects .projects-intro h1 {
    font-size: 1.875rem;
  }
}
/* line 434, ../sass/_modules.sass */
.page-projects .projects-intro p {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: 1.5em 0 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 434, ../sass/_modules.sass */
  .page-projects .projects-intro p {
    font-size: 1.125rem;
  }
}
/* line 443, ../sass/_modules.sass */
.page-projects .projects-filters {
  padding-bottom: remCalc(40);
}
@media only screen and (max-width: 767px) {
  /* line 443, ../sass/_modules.sass */
  .page-projects .projects-filters {
    padding: 1.5625rem 1.5625rem 0 1.5625rem;
  }
}
/* line 449, ../sass/_modules.sass */
.page-projects .projects-filters input, .page-projects .projects-filters .custom.dropdown {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-size: 1.25rem;
  height: 3.625rem;
  line-height: 2.0625rem;
}
/* line 455, ../sass/_modules.sass */
.page-projects .projects-filters form.custom {
  margin-bottom: 4.375rem;
}
@media only screen and (max-width: 767px) {
  /* line 455, ../sass/_modules.sass */
  .page-projects .projects-filters form.custom {
    margin-bottom: 0;
  }
}
/* line 460, ../sass/_modules.sass */
.page-projects .projects-filters form.custom select {
  display: none;
}
/* line 463, ../sass/_modules.sass */
.page-projects .projects-filters form.custom .custom.dropdown {
  padding: 0.78125rem;
}
@media only screen and (max-width: 767px) {
  /* line 463, ../sass/_modules.sass */
  .page-projects .projects-filters form.custom .custom.dropdown {
    margin-bottom: 0;
  }
}
/* line 469, ../sass/_modules.sass */
.page-projects .projects-filters form.custom .custom.dropdown:hover .selector {
  background-color: #436346;
}
/* line 472, ../sass/_modules.sass */
.page-projects .projects-filters form.custom .custom.dropdown a {
  line-height: 1.8125rem;
}
/* line 475, ../sass/_modules.sass */
.page-projects .projects-filters form.custom .custom.dropdown ul {
  overflow-y: visible;
}
/* line 478, ../sass/_modules.sass */
.page-projects .projects-filters form.custom .custom.dropdown ul:before {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -177px;
  background-repeat: no-repeat;
  width: 24px;
  height: 15px;
  display: block;
  content: " ";
  position: absolute;
  top: -15px;
  right: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 478, ../sass/_modules.sass */
  .page-projects .projects-filters form.custom .custom.dropdown ul:before {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -151px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 24px;
    height: 15px;
  }
}
/* line 486, ../sass/_modules.sass */
.page-projects .projects-filters form.custom .custom.dropdown ul li {
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
}
/* line 490, ../sass/_modules.sass */
.page-projects .projects-filters form.custom .custom.dropdown ul li:hover {
  background: #f5f5f5;
}
/* line 493, ../sass/_modules.sass */
.page-projects .projects-filters form.custom .custom.dropdown .selector {
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  background-color: #769870;
  height: 1.875rem;
  right: 0.8125rem;
  top: 0.75rem;
  width: 1.875rem;
}
/* line 501, ../sass/_modules.sass */
.page-projects .projects-filters form.custom .custom.dropdown .selector:after {
  border-style: solid;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: white transparent transparent transparent;
  margin-left: 0;
  left: 0.625rem;
}
/* line 509, ../sass/_modules.sass */
.page-projects .projects-filters form.custom .custom.dropdown .current {
  margin: 0;
  overflow: visible;
}
/* line 515, ../sass/_modules.sass */
.page-projects .projects-filters .filter-text input {
  background-color: transparent;
}
/* line 518, ../sass/_modules.sass */
.page-projects .projects-filters .filter-text:after {
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -693px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-color: #769870;
  content: "";
  display: block;
  position: absolute;
  right: 1.5625rem;
  top: 0.875rem;
  z-index: -1;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 518, ../sass/_modules.sass */
  .page-projects .projects-filters .filter-text:after {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -667px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 529, ../sass/_modules.sass */
  .page-projects .projects-list {
    padding: 0 1.5625rem 1.5625rem 1.5625rem;
  }
}
/* line 533, ../sass/_modules.sass */
.page-projects .projects-list .projects-item:last-child {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  /* line 532, ../sass/_modules.sass */
  .page-projects .projects-list .projects-item {
    margin: 3.125rem 0 0 0;
  }
  /* line 538, ../sass/_modules.sass */
  .page-projects .projects-list .projects-item:last-child {
    margin-bottom: 0;
  }
}
/* line 542, ../sass/_modules.sass */
.page-projects .projects-list .projects-item.expanded-project .projects-item-teaser:after {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -949px;
  background-repeat: no-repeat;
  width: 24px;
  height: 14px;
  display: block;
  content: " ";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -12px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 542, ../sass/_modules.sass */
  .page-projects .projects-list .projects-item.expanded-project .projects-item-teaser:after {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -872px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 24px;
    height: 14px;
  }
}
/* line 551, ../sass/_modules.sass */
.page-projects .projects-list .projects-item .projects-item-teaser {
  position: relative;
  cursor: pointer;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: -moz-opacity 300ms ease-out;
  -moz-transition: -moz-opacity 300ms ease-out;
  transition: -moz-opacity 300ms ease-out;
  -webkit-transition: -webkit-opacity 300ms ease-out;
  -moz-transition: -webkit-opacity 300ms ease-out;
  transition: -webkit-opacity 300ms ease-out;
  -webkit-transition: -o-opacity 300ms ease-out;
  -moz-transition: -o-opacity 300ms ease-out;
  transition: -o-opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
/* line 560, ../sass/_modules.sass */
.page-projects .projects-list .projects-item .projects-item-teaser.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 564, ../sass/_modules.sass */
.page-projects .projects-list .projects-item .projects-item-teaser .image-with-icon img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 566, ../sass/_modules.sass */
  .page-projects .projects-list .projects-item .projects-item-teaser .image-with-icon .category-icon {
    right: 23%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 566, ../sass/_modules.sass */
  .page-projects .projects-list .projects-item .projects-item-teaser .image-with-icon .category-icon {
    right: 20.5%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 563, ../sass/_modules.sass */
  .page-projects .projects-list .projects-item .projects-item-teaser .image-with-icon {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
}
/* line 576, ../sass/_modules.sass */
.page-projects .projects-list .projects-item .projects-item-teaser h2 {
  font-size: 2rem;
  height: 7.5rem;
  margin: -8px 0 -8px 0;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 576, ../sass/_modules.sass */
  .page-projects .projects-list .projects-item .projects-item-teaser h2 {
    font-size: 1.875rem;
    height: auto;
    margin: 0;
  }
}
/* line 589, ../sass/_modules.sass */
.page-projects .projects-list .projects-item .projects-item-detail {
  display: none;
}
/* line 592, ../sass/_modules.sass */
.page-projects .projects-list .clearing-item {
  padding: 0;
}
/* line 595, ../sass/_modules.sass */
.page-projects .projects-list .wide-description {
  background-color: #f5f5f5;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: auto;
  margin-bottom: 2.1875rem;
  margin-top: -2.1875rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  width: 100%;
  z-index: 1;
}
/* line 34, ../sass/_mixins.sass */
.page-projects .projects-list .wide-description:after, .page-projects .projects-list .wide-description:before {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  bottom: -1px;
  top: -1px;
  background: #f5f5f5;
  content: "";
  position: absolute;
  width: 9999px;
}
/* line 48, ../sass/_mixins.sass */
.page-projects .projects-list .wide-description:before {
  right: 100%;
}
/* line 50, ../sass/_mixins.sass */
.page-projects .projects-list .wide-description:after {
  left: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 595, ../sass/_modules.sass */
  .page-projects .projects-list .wide-description {
    padding: 3.125rem 0 1.5625rem 0;
    margin-top: 1.6875rem;
  }
}
/* line 611, ../sass/_modules.sass */
.page-projects .projects-list .wide-description .title {
  margin: -10px 0;
}
@media only screen and (min-width: 768px) {
  /* line 614, ../sass/_modules.sass */
  .page-projects .projects-list .wide-description .image-with-text {
    padding: 3.125rem 0 0 0;
  }
}
/* line 619, ../sass/_modules.sass */
.page-projects .projects-list .wide-description .image-with-text .image-area img {
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  margin-bottom: 0;
  width: 100%;
}
/* line 625, ../sass/_modules.sass */
.page-projects .projects-list .wide-description .image-with-text .text-area h3 {
  font-size: 1.5625rem;
  margin: 0 0 1rem 0;
}
/* line 629, ../sass/_modules.sass */
.page-projects .projects-list .wide-description .image-with-text .text-area p {
  font-size: 1.25rem;
}
/* line 632, ../sass/_modules.sass */
.page-projects .projects-list .wide-description .image-with-text .text-area p:last-child {
  margin-bottom: 0;
}
/* line 638, ../sass/_modules.sass */
.page-projects .projects-list .wide-description .copyright {
  color: #999;
  font-size: 1rem;
  line-height: 1em;
  margin: 3.125rem 0 0 0;
}
/* line 644, ../sass/_modules.sass */
.page-projects .projects-list .close-icon {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -146px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  color: #BDBDBD;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 644, ../sass/_modules.sass */
  .page-projects .projects-list .close-icon {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -120px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 644, ../sass/_modules.sass */
  .page-projects .projects-list .close-icon {
    top: 20px;
    right: -5px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 644, ../sass/_modules.sass */
  .page-projects .projects-list .close-icon {
    top: 70px;
  }
}

/* line 4, ../sass/modules/_in_page_navigation.sass */
.ipn {
  font-size: 1.25rem;
}
/* line 6, ../sass/modules/_in_page_navigation.sass */
.ipn h1 {
  font-size: 1.875rem;
  line-height: 1em;
}
/* line 10, ../sass/modules/_in_page_navigation.sass */
.ipn h2 {
  font-size: 1.4375rem;
  line-height: 1em;
}
/* line 14, ../sass/modules/_in_page_navigation.sass */
.ipn h3 {
  font-size: 1.25rem;
  line-height: 1em;
}
/* line 18, ../sass/modules/_in_page_navigation.sass */
.ipn a.button, .ipn #application-form form section .bottom-navigation button, #application-form form section .bottom-navigation .ipn button, .ipn #application-form form span.fileupload.button, #application-form form .ipn span.fileupload.button {
  display: inline-block;
}
/* line 23, ../sass/modules/_in_page_navigation.sass */
.ipn nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 23, ../sass/modules/_in_page_navigation.sass */
  .ipn nav {
    display: block;
    z-index: 1;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 30%;
    float: left;
    position: fixed;
    top: 200px !important;
    left: 66.6666%;
    background: white;
    padding: 30px;
  }
  /* line 34, ../sass/modules/_in_page_navigation.sass */
  .ipn nav ul {
    border-left: 1px solid #769870;
    margin: 0;
  }
  /* line 38, ../sass/modules/_in_page_navigation.sass */
  .ipn nav li {
    white-space: nowrap;
    padding-bottom: 23px;
    height: 38px;
  }
  /* line 42, ../sass/modules/_in_page_navigation.sass */
  .ipn nav li:last-child {
    padding-bottom: 0;
    height: 15px;
  }
  /* line 45, ../sass/modules/_in_page_navigation.sass */
  .ipn nav li a {
    color: #333;
    line-height: 1em;
    display: inline-block;
    position: relative;
    top: -10px;
  }
  /* line 52, ../sass/modules/_in_page_navigation.sass */
  .ipn nav li:before {
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    display: inline-block;
    content: " ";
    border: 2px solid #769870;
    background: white;
    height: 15px;
    width: 15px;
    position: relative;
    left: -8px;
  }
  /* line 64, ../sass/modules/_in_page_navigation.sass */
  .ipn nav li.active a {
    color: #769870;
  }
  /* line 66, ../sass/modules/_in_page_navigation.sass */
  .ipn nav li.active:before {
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    display: inline-block;
    content: " ";
    background: #769870;
    height: 15px;
    width: 15px;
    position: relative;
    left: -8px;
  }
}
/* line 76, ../sass/modules/_in_page_navigation.sass */
.ipn section {
  *zoom: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #CCCCCC;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.ipn section:before, .ipn section:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.ipn section:after {
  clear: both;
}
/* line 82, ../sass/modules/_in_page_navigation.sass */
.ipn section:first-of-type {
  padding-top: 6.25rem;
}
/* line 84, ../sass/modules/_in_page_navigation.sass */
.ipn section:last-of-type {
  border-bottom: none;
}
/* line 87, ../sass/modules/_in_page_navigation.sass */
.ipn section h1, .ipn section h2, .ipn section h3, .ipn section h4 {
  margin: 0;
}
/* line 92, ../sass/modules/_in_page_navigation.sass */
.ipn section.light h1, .ipn section.light h2, .ipn section.light h3, .ipn section.light h4, .ipn section.light h5, .ipn section.light h6, .ipn section.light p, .ipn section.light li {
  color: white;
}
/* line 97, ../sass/modules/_in_page_navigation.sass */
.ipn section .body > div p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px;
  *zoom: 1;
  line-height: 1.875rem;
  font-size: 1.25rem;
  padding-bottom: 1.25rem;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.ipn section .body > div p:before, .ipn section .body > div p:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.ipn section .body > div p:after {
  clear: both;
}
/* line 103, ../sass/modules/_in_page_navigation.sass */
.ipn section .body > div h1, .ipn section .body > div h2, .ipn section .body > div h3, .ipn section .body > div h4 {
  margin: 0 0 1em 0;
}
/* line 109, ../sass/modules/_in_page_navigation.sass */
.ipn section .body br {
  display: none;
}
/* line 112, ../sass/modules/_in_page_navigation.sass */
.ipn section .body .button-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px;
  *zoom: 1;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.ipn section .body .button-container:before, .ipn section .body .button-container:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.ipn section .body .button-container:after {
  clear: both;
}
/* line 115, ../sass/modules/_in_page_navigation.sass */
.ipn section .body a.bottomlink {
  display: block;
  line-height: 1.6em;
  padding-bottom: 0;
}
/* line 119, ../sass/modules/_in_page_navigation.sass */
.ipn section .body a.bottomlink:before {
  content: ">";
  display: inline-block;
  font-weight: bold;
  padding-right: 0.5em;
}
/* line 126, ../sass/modules/_in_page_navigation.sass */
.ipn section .body.highlight > div {
  background-color: #F0F0F0;
  padding: 1.875rem;
  position: relative;
}
/* line 135, ../sass/modules/_in_page_navigation.sass */
.ipn section.with-background .body.highlight > div {
  background-color: transparent;
  padding: 0;
  position: relative;
}
/* line 141, ../sass/modules/_in_page_navigation.sass */
.ipn section .image h3 {
  padding-bottom: 3.125rem;
  line-height: 1.875rem;
}
/* line 144, ../sass/modules/_in_page_navigation.sass */
.ipn section .image .image-wrapper {
  width: 100%;
}
/* line 146, ../sass/modules/_in_page_navigation.sass */
.ipn section .image .image-wrapper img {
  display: block;
}
/* line 150, ../sass/modules/_in_page_navigation.sass */
.ipn section .downloads h3 {
  padding-bottom: 1.5625rem;
}
/* line 152, ../sass/modules/_in_page_navigation.sass */
.ipn section .downloads a.download {
  display: block;
  line-height: 1.6em;
}
/* line 155, ../sass/modules/_in_page_navigation.sass */
.ipn section .downloads a.download:before {
  content: ">";
  display: inline-block;
  font-weight: bold;
  padding-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  /* line 163, ../sass/modules/_in_page_navigation.sass */
  .ipn section {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
  /* line 166, ../sass/modules/_in_page_navigation.sass */
  .ipn section h1 {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
  }
  /* line 168, ../sass/modules/_in_page_navigation.sass */
  .ipn section .row {
    padding-bottom: 1.875rem;
  }
  /* line 170, ../sass/modules/_in_page_navigation.sass */
  .ipn section .row > div {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
  }
  /* line 172, ../sass/modules/_in_page_navigation.sass */
  .ipn section .row:last-of-type {
    padding-bottom: 0;
  }
  /* line 176, ../sass/modules/_in_page_navigation.sass */
  .ipn section .image .image-wrapper img {
    margin: auto;
  }
  /* line 178, ../sass/modules/_in_page_navigation.sass */
  .ipn section .image .image-wrapper.only-ml {
    display: none;
  }
  /* line 182, ../sass/modules/_in_page_navigation.sass */
  .ipn section .downloads h3 {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
  }
  /* line 184, ../sass/modules/_in_page_navigation.sass */
  .ipn section .downloads a.download {
    display: block;
    line-height: 1.6em;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
  }
  /* line 188, ../sass/modules/_in_page_navigation.sass */
  .ipn section .downloads a.download:before {
    content: ">";
    display: inline-block;
    font-weight: bold;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 195, ../sass/modules/_in_page_navigation.sass */
  .ipn section {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
  /* line 198, ../sass/modules/_in_page_navigation.sass */
  .ipn section:last-of-type {
    padding-bottom: 4.375rem;
  }
  /* line 200, ../sass/modules/_in_page_navigation.sass */
  .ipn section h1 {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 65%;
    float: left;
  }
  /* line 203, ../sass/modules/_in_page_navigation.sass */
  .ipn section .row {
    padding-bottom: 1.875rem;
  }
  /* line 205, ../sass/modules/_in_page_navigation.sass */
  .ipn section .row:last-of-type {
    padding-bottom: 0;
  }
  /* line 207, ../sass/modules/_in_page_navigation.sass */
  .ipn section .row > div {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 65%;
    float: left;
  }
  /* line 211, ../sass/modules/_in_page_navigation.sass */
  .ipn section .image h3 {
    padding-bottom: 3.125rem;
  }
  /* line 215, ../sass/modules/_in_page_navigation.sass */
  .ipn section .image .image-wrapper.center img {
    margin: auto;
  }
  /* line 218, ../sass/modules/_in_page_navigation.sass */
  .ipn section .image .image-wrapper.only-small {
    display: none;
  }
}

/* line 2, ../sass/modules/_application_form.sass */
.application > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px;
  *zoom: 1;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.application > div:before, .application > div:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.application > div:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../sass/modules/_application_form.sass */
  .application > div form {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  /* line 4, ../sass/modules/_application_form.sass */
  .application > div form {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66667%;
    float: left;
  }
}

/* line 10, ../sass/modules/_application_form.sass */
.form-submit-intro {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px;
  *zoom: 1;
  padding: 6.25rem 0 4.375rem 0;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.form-submit-intro:before, .form-submit-intro:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.form-submit-intro:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 10, ../sass/modules/_application_form.sass */
  .form-submit-intro {
    padding-top: 3.125rem;
  }
}
/* line 15, ../sass/modules/_application_form.sass */
.form-submit-intro h1, .form-submit-intro p {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}
/* line 18, ../sass/modules/_application_form.sass */
.form-submit-intro p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
/* line 21, ../sass/modules/_application_form.sass */
.form-submit-intro p:last-child {
  margin-bottom: 10px;
}

/* line 28, ../sass/modules/_application_form.sass */
.form-steps {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px;
  *zoom: 1;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.form-steps:before, .form-steps:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.form-steps:after {
  clear: both;
}
/* line 30, ../sass/modules/_application_form.sass */
.form-steps ul {
  list-style: none;
  margin: 0;
  text-align: justify;
}
/* line 34, ../sass/modules/_application_form.sass */
.form-steps ul li {
  display: inline-block;
  vertical-align: top;
}
/* line 38, ../sass/modules/_application_form.sass */
.form-steps ul li a {
  display: block;
  height: 100%;
}
/* line 42, ../sass/modules/_application_form.sass */
.form-steps ul:after {
  content: "";
  display: inline-block;
  width: 100%;
}
/* line 47, ../sass/modules/_application_form.sass */
.form-steps .icons {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
  height: 43px;
}
/* line 50, ../sass/modules/_application_form.sass */
.form-steps .icons ul {
  border-bottom: 2px solid #ccc;
  height: 28px;
}
/* line 53, ../sass/modules/_application_form.sass */
.form-steps .icons ul li {
  background-color: #ccc;
  position: relative;
  text-indent: -9999px;
  bottom: -14px;
  width: 28px;
}
/* line 60, ../sass/modules/_application_form.sass */
.form-steps .icons ul li.step-1 {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -207px;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 60, ../sass/modules/_application_form.sass */
  .form-steps .icons ul li.step-1 {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -181px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 28px;
    height: 28px;
  }
}
/* line 62, ../sass/modules/_application_form.sass */
.form-steps .icons ul li.step-2 {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -235px;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 62, ../sass/modules/_application_form.sass */
  .form-steps .icons ul li.step-2 {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -209px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 28px;
    height: 28px;
  }
}
/* line 64, ../sass/modules/_application_form.sass */
.form-steps .icons ul li.step-3 {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -263px;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 64, ../sass/modules/_application_form.sass */
  .form-steps .icons ul li.step-3 {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -237px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 28px;
    height: 28px;
  }
}
/* line 66, ../sass/modules/_application_form.sass */
.form-steps .icons ul li.step-4 {
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -291px;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 66, ../sass/modules/_application_form.sass */
  .form-steps .icons ul li.step-4 {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -265px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 28px;
    height: 28px;
  }
}
/* line 69, ../sass/modules/_application_form.sass */
.form-steps .icons ul li.success {
  background-color: #b3bc00;
}
/* line 71, ../sass/modules/_application_form.sass */
.form-steps .icons ul li.error {
  background-color: #f27669;
}
/* line 73, ../sass/modules/_application_form.sass */
.form-steps .icons ul li.active {
  background-color: #769870;
}
@media only screen and (max-width: 767px) {
  /* line 47, ../sass/modules/_application_form.sass */
  .form-steps .icons {
    margin-bottom: 20px;
  }
}
/* line 78, ../sass/modules/_application_form.sass */
.form-steps .texts {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 78, ../sass/modules/_application_form.sass */
  .form-steps .texts {
    display: none;
  }
}
/* line 83, ../sass/modules/_application_form.sass */
.form-steps .texts ul li {
  font-size: 1.5625rem;
  height: 100px;
  line-height: 2.1875rem;
  width: 20%;
}
/* line 89, ../sass/modules/_application_form.sass */
.form-steps .texts ul li.step-1 {
  text-align: left;
}
/* line 91, ../sass/modules/_application_form.sass */
.form-steps .texts ul li.step-2 {
  text-align: center;
  margin-right: 9%;
}
/* line 94, ../sass/modules/_application_form.sass */
.form-steps .texts ul li.step-3 {
  text-align: center;
}
/* line 96, ../sass/modules/_application_form.sass */
.form-steps .texts ul li.step-4 {
  text-align: right;
}
/* line 99, ../sass/modules/_application_form.sass */
.form-steps .texts ul li a {
  color: #ccc;
  padding-top: 13px;
}
/* line 102, ../sass/modules/_application_form.sass */
.form-steps .texts ul li.success a {
  color: #b3bc00;
}
/* line 104, ../sass/modules/_application_form.sass */
.form-steps .texts ul li.error a {
  color: #f27669;
}
/* line 106, ../sass/modules/_application_form.sass */
.form-steps .texts ul li.active a {
  color: #769870;
}

/* line 109, ../sass/modules/_application_form.sass */
.ui-datepicker-trigger {
  display: none;
}

/* line 114, ../sass/modules/_application_form.sass */
#application-form .form-success-message {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 66.66667%;
  float: left;
  padding-bottom: 1.875rem;
}
/* line 117, ../sass/modules/_application_form.sass */
#application-form .form-success-message .flash-form-success {
  background-color: #F0F0F0;
  padding: 1.875rem;
  position: relative;
}
/* line 121, ../sass/modules/_application_form.sass */
#application-form .form-success-message .flash-form-success p:last-child {
  margin-bottom: 0;
}
/* line 125, ../sass/modules/_application_form.sass */
#application-form form label {
  font-size: 1rem;
}
/* line 127, ../sass/modules/_application_form.sass */
#application-form form section > fieldset > div > .row > div > label.required:after {
  content: " *";
}
/* line 129, ../sass/modules/_application_form.sass */
#application-form form #projectdates div:last-child label:after {
  content: "";
}
/* line 131, ../sass/modules/_application_form.sass */
#application-form form #financedates div:last-child label:after {
  content: "";
}
/* line 135, ../sass/modules/_application_form.sass */
#application-form form h3 > label {
  font-size: 1em;
}
/* line 137, ../sass/modules/_application_form.sass */
#application-form form section {
  display: none;
}
/* line 139, ../sass/modules/_application_form.sass */
#application-form form section.active {
  display: block;
}
/* line 141, ../sass/modules/_application_form.sass */
#application-form form section.form-upload > fieldset {
  padding: 30px !important;
}
/* line 143, ../sass/modules/_application_form.sass */
#application-form form section > fieldset {
  background-color: #F0F0F0;
  padding: 14px 30px 30px 30px;
  margin-bottom: 70px;
}
/* line 147, ../sass/modules/_application_form.sass */
#application-form form section > fieldset:last-child {
  margin-bottom: 50px;
}
/* line 150, ../sass/modules/_application_form.sass */
#application-form form section > fieldset > div > label {
  display: none;
}
/* line 152, ../sass/modules/_application_form.sass */
#application-form form section > fieldset > div > div.row {
  padding-bottom: 10px;
}
/* line 154, ../sass/modules/_application_form.sass */
#application-form form section > fieldset > div > div.row > div {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 156, ../sass/modules/_application_form.sass */
  #application-form form section > fieldset > div > div.row > div .form-tooltip {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 156, ../sass/modules/_application_form.sass */
  #application-form form section > fieldset > div > div.row > div .form-tooltip {
    background: #F0F0F0;
    font-size: 20px;
    left: 110%;
    line-height: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    padding: 20px;
    position: absolute;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    top: 0;
    width: 50%;
  }
  /* line 170, ../sass/modules/_application_form.sass */
  #application-form form section > fieldset > div > div.row > div .form-tooltip.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 172, ../sass/modules/_application_form.sass */
  #application-form form section > fieldset > div > div.row > div .form-tooltip:before {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 13px solid #F0F0F0;
    content: "";
    position: absolute;
    left: -13px;
    top: 23px;
  }
  /* line 178, ../sass/modules/_application_form.sass */
  #application-form form section > fieldset > div > div.row > div .form-tooltip.error {
    background: white;
    border: 2px solid #f27669;
    color: #f27669;
  }
  /* line 182, ../sass/modules/_application_form.sass */
  #application-form form section > fieldset > div > div.row > div .form-tooltip.error:before {
    border: none;
    background-image: url('../img/general-s2d8b227ab8.png');
    background-position: 0 -319px;
    background-repeat: no-repeat;
    width: 15px;
    height: 24px;
    left: -15px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 768px) and (min-resolution: 120dpi) {
  /* line 182, ../sass/modules/_application_form.sass */
  #application-form form section > fieldset > div > div.row > div .form-tooltip.error:before {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -293px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 15px;
    height: 24px;
  }
}

/* line 186, ../sass/modules/_application_form.sass */
#application-form form section > fieldset p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
/* line 190, ../sass/modules/_application_form.sass */
#application-form form section > fieldset p.message {
  font-size: 1rem;
  line-height: 1em;
}
/* line 198, ../sass/modules/_application_form.sass */
#application-form form section > fieldset input.error, #application-form form section > fieldset select.error, #application-form form section > fieldset textarea.error {
  border-color: #f27669;
}
/* line 200, ../sass/modules/_application_form.sass */
#application-form form section > fieldset label {
  margin: 1rem 0 0.5rem 0;
}
/* line 202, ../sass/modules/_application_form.sass */
#application-form form section > fieldset label.error {
  color: #f27669;
}
/* line 205, ../sass/modules/_application_form.sass */
#application-form form section > fieldset div.file-list {
  padding-top: 50px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
/* line 209, ../sass/modules/_application_form.sass */
#application-form form section > fieldset div.file-list a.delete-file {
  display: inline-block;
  background-image: url('../img/general-s2d8b227ab8.png');
  background-position: 0 -164px;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: relative;
  left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 209, ../sass/modules/_application_form.sass */
  #application-form form section > fieldset div.file-list a.delete-file {
    background-image: url('../img/general-2x-s9ceefac683.png');
    background-position: 0 -138px;
    background-repeat: no-repeat;
    -moz-background-size: 259px auto;
    -o-background-size: 259px auto;
    -webkit-background-size: 259px auto;
    background-size: 259px auto;
    width: 13px;
    height: 13px;
  }
}
/* line 216, ../sass/modules/_application_form.sass */
#application-form form section .bottom-navigation {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px;
  *zoom: 1;
  margin: -1.25rem 0 3.125rem 0;
}
/* line 121, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
#application-form form section .bottom-navigation:before, #application-form form section .bottom-navigation:after {
  content: " ";
  display: table;
}
/* line 122, /builds/origammi/avin/vendor/bundle/ruby/2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
#application-form form section .bottom-navigation:after {
  clear: both;
}
/* line 219, ../sass/modules/_application_form.sass */
#application-form form section .bottom-navigation .next-page, #application-form form section .bottom-navigation .prev-page {
  font-size: 1.5625rem;
}
/* line 222, ../sass/modules/_application_form.sass */
#application-form form section .bottom-navigation .prev-page {
  float: left;
}
/* line 224, ../sass/modules/_application_form.sass */
#application-form form section .bottom-navigation .prev-page:before {
  content: "<";
  font-size: 0.8em;
  font-weight: bold;
  padding-right: 0.45em;
}
/* line 230, ../sass/modules/_application_form.sass */
#application-form form section .bottom-navigation .next-page {
  text-align: right;
  float: right;
}
/* line 233, ../sass/modules/_application_form.sass */
#application-form form section .bottom-navigation .next-page:after {
  content: ">";
  font-size: 0.8em;
  font-weight: bold;
  padding-left: 0.45em;
}
/* line 239, ../sass/modules/_application_form.sass */
#application-form form section .bottom-navigation button {
  float: right;
  margin-top: -1rem;
}
/* line 245, ../sass/modules/_application_form.sass */
#application-form form section#4 .form-tooltip {
  display: none;
}
/* line 249, ../sass/modules/_application_form.sass */
#application-form form span.fileupload.button {
  background: #AFAFAF;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 4px 0 #7e7e7e;
  -webkit-box-shadow: 0 4px 0 #7e7e7e;
  box-shadow: 0 4px 0 #7e7e7e;
  margin: 7px 0 20px 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-shadow: 0 2px 0 #7e7e7e;
}
/* line 258, ../sass/modules/_application_form.sass */
#application-form form span.fileupload.button:hover {
  background: #AFAFAF;
}
/* line 260, ../sass/modules/_application_form.sass */
#application-form form span.fileupload.button:active {
  -moz-box-shadow: 0 1px 0 #7e7e7e;
  -webkit-box-shadow: 0 1px 0 #7e7e7e;
  box-shadow: 0 1px 0 #7e7e7e;
}
/* line 263, ../sass/modules/_application_form.sass */
#application-form form span.fileupload.button input {
  height: 100%;
  left: 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
}
/* line 271, ../sass/modules/_application_form.sass */
#application-form form span.custom.radio {
  border: 2px solid white;
}
/* line 273, ../sass/modules/_application_form.sass */
#application-form form span.custom.radio.checked:before {
  background: #769870;
}
/* line 278, ../sass/modules/_application_form.sass */
#application-form form div#tax_exemption > div > label {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  float: left;
  padding-left: 0;
}
/* line 281, ../sass/modules/_application_form.sass */
#application-form form div#tax_exemption > div .radiogroup {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
  float: left;
  margin-top: 1rem;
}
/* line 284, ../sass/modules/_application_form.sass */
#application-form form div#tax_exemption > div .radiogroup .row {
  padding-top: 10px;
}
/* line 286, ../sass/modules/_application_form.sass */
#application-form form div#tax_exemption > div .radiogroup .row .custom.radio {
  float: left;
}
/* line 288, ../sass/modules/_application_form.sass */
#application-form form div#tax_exemption > div .radiogroup .row .custom.radio.error {
  margin-bottom: 0;
}
/* line 290, ../sass/modules/_application_form.sass */
#application-form form div#tax_exemption > div .radiogroup .row label {
  float: left;
  margin: 0;
  padding-left: 10px;
}
/* line 294, ../sass/modules/_application_form.sass */
#application-form form div#tax_exemption > div .radiogroup .row:first-child {
  padding-top: 0;
}
/* line 298, ../sass/modules/_application_form.sass */
#application-form form div#zip-city > div:first-child {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  float: left;
  padding-left: 0;
}
/* line 301, ../sass/modules/_application_form.sass */
#application-form form div#zip-city > div:last-child {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
  float: left;
  padding-right: 0;
}
/* line 305, ../sass/modules/_application_form.sass */
#application-form form div#projectdates, #application-form form div#financedates {
  position: relative;
}
/* line 307, ../sass/modules/_application_form.sass */
#application-form form div#projectdates > div:first-child, #application-form form div#financedates > div:first-child {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  float: left;
  padding-left: 0;
  position: static;
}
/* line 311, ../sass/modules/_application_form.sass */
#application-form form div#projectdates > div:last-child, #application-form form div#financedates > div:last-child {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  float: left;
  padding-right: 0;
  position: static;
}
/* line 315, ../sass/modules/_application_form.sass */
#application-form form div#projectdates label, #application-form form div#financedates label {
  min-height: 1rem;
}
/* line 318, ../sass/modules/_application_form.sass */
#application-form form .custom.dropdown {
  margin-bottom: 0;
  border-color: white;
  font-size: 1rem;
  line-height: 1em;
}
/* line 323, ../sass/modules/_application_form.sass */
#application-form form .custom.dropdown.error {
  border-color: #f27669;
}
/* line 325, ../sass/modules/_application_form.sass */
#application-form form .custom.dropdown ul {
  top: 35px;
}
/* line 327, ../sass/modules/_application_form.sass */
#application-form form .custom.dropdown ul li {
  font-size: 1rem;
  line-height: 1em;
  min-height: 0px;
  padding: 7px;
}
/* line 334, ../sass/modules/_application_form.sass */
#application-form form i {
  display: inline-block;
  padding-right: 5px;
  width: 16px;
  height: 16px;
  font-size: 13px;
  position: relative;
}
/* line 341, ../sass/modules/_application_form.sass */
#application-form form i.loader {
  background: url("/bundles/avinawebsite/img/loader.gif");
  background-size: 16px 16px;
}
/* line 344, ../sass/modules/_application_form.sass */
#application-form form i.foundicon-checkmark {
  color: green;
}
/* line 346, ../sass/modules/_application_form.sass */
#application-form form i.foundicon-error {
  color: #f27669;
}
/* line 350, ../sass/modules/_application_form.sass */
#application-form form .message.error {
  color: #f27669;
}
/* line 353, ../sass/modules/_application_form.sass */
#application-form form textarea {
  resize: vertical;
  height: 150px;
}
/* line 357, ../sass/modules/_application_form.sass */
#application-form form input[type="text"],
#application-form form input[type="password"],
#application-form form input[type="date"],
#application-form form input[type="datetime"],
#application-form form input[type="datetime-local"],
#application-form form input[type="month"],
#application-form form input[type="week"],
#application-form form input[type="email"],
#application-form form input[type="number"],
#application-form form input[type="search"],
#application-form form input[type="tel"],
#application-form form input[type="time"],
#application-form form input[type="url"],
#application-form form textarea {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
  border: 2px solid white;
  font-size: 1rem;
  margin-bottom: 0;
}
/* line 378, ../sass/modules/_application_form.sass */
#application-form form input[type="text"]:focus,
#application-form form input[type="password"]:focus,
#application-form form input[type="date"]:focus,
#application-form form input[type="datetime"]:focus,
#application-form form input[type="datetime-local"]:focus,
#application-form form input[type="month"]:focus,
#application-form form input[type="week"]:focus,
#application-form form input[type="email"]:focus,
#application-form form input[type="number"]:focus,
#application-form form input[type="search"]:focus,
#application-form form input[type="tel"]:focus,
#application-form form input[type="time"]:focus,
#application-form form input[type="url"]:focus,
#application-form form textarea:focus {
  background: white;
  border-color: #769870;
  outline: none;
}
/* line 396, ../sass/modules/_application_form.sass */
#application-form form input[type=number]::-webkit-inner-spin-button,
#application-form form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* font-face */
@font-face {
  font-family: "GeneralFoundicons";
  src: url("../fonts/general_foundicons.eot");
  src: url("../fonts/general_foundicons.eot?#iefix") format("embedded-opentype"), url("../fonts/general_foundicons.woff") format("woff"), url("../fonts/general_foundicons.ttf") format("truetype"), url("../fonts/general_foundicons.svg#GeneralFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* global foundicon styles */
/* line 7, ../sass/foundicons/_general_foundicons.scss */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

/* line 17, ../sass/foundicons/_general_foundicons.scss */
[class*="foundicon-"]:before {
  font-family: "GeneralFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* icons */
/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-settings:before {
  content: "000";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-heart:before {
  content: "001";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-star:before {
  content: "002";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-plus:before {
  content: "003";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-minus:before {
  content: "004";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-checkmark:before {
  content: "005";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-remove:before {
  content: "006";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-mail:before {
  content: "007";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-calendar:before {
  content: "008";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-page:before {
  content: "009";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-tools:before {
  content: "00a";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-globe:before {
  content: "00b";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-home:before {
  content: "00c";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-quote:before {
  content: "00d";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-people:before {
  content: "00e";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-monitor:before {
  content: "00f";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-laptop:before {
  content: "010";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-phone:before {
  content: "011";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-cloud:before {
  content: "012";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-error:before {
  content: "013";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-right-arrow:before {
  content: "014";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-left-arrow:before {
  content: "015";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-up-arrow:before {
  content: "016";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-down-arrow:before {
  content: "017";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-trash:before {
  content: "018";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-add-doc:before {
  content: "019";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-edit:before {
  content: "01a";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-lock:before {
  content: "01b";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-unlock:before {
  content: "01c";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-refresh:before {
  content: "01d";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-paper-clip:before {
  content: "01e";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-video:before {
  content: "01f";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-photo:before {
  content: "020";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-graph:before {
  content: "021";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-idea:before {
  content: "022";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-mic:before {
  content: "023";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-cart:before {
  content: "024";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-address-book:before {
  content: "025";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-compass:before {
  content: "026";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-flag:before {
  content: "027";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-location:before {
  content: "028";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-clock:before {
  content: "029";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-folder:before {
  content: "02a";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-inbox:before {
  content: "02b";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-website:before {
  content: "02c";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-smiley:before {
  content: "02d";
}

/* line 6, ../sass/foundicons/_settings.scss */
.foundicon-search:before {
  content: "02e";
}

/*# sourceMappingURL=main.css.map */
