/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../sass/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../sass/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../sass/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, ../sass/vendor/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 324, ../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 336, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, ../sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../sass/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 370, ../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../sass/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

@font-face {
  font-family: "Trade Gothic W01 Light";
  src: url("fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix");
  src: url("fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix") format("eot"), url("fonts/537b145a-6a7d-4787-81d9-7228d3a42458.woff") format("woff"), url("fonts/8e50278c-45cd-4808-b774-24767d958f17.ttf") format("truetype"), url("fonts/d918b947-5fcb-42e2-8286-a98a801876de.svg#d918b947-5fcb-42e2-8286-a98a801876de") format("svg");
}
@font-face {
  font-family: "Trade Gothic W01 Roman";
  src: url("fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix");
  src: url("fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix") format("eot"), url("fonts/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"), url("fonts/e741f29c-bc18-4343-bff3-db2465a0be3e.ttf") format("truetype"), url("fonts/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c") format("svg");
}
@font-face {
  font-family: "Trade Gothic W01 Bold";
  src: url("fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix");
  src: url("fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix") format("eot"), url("fonts/f51d24dd-8256-43c6-ba1a-6aeae9d3f262.woff") format("woff"), url("fonts/955ee494-66b2-4eb2-8f19-bc3a088df16d.ttf") format("truetype"), url("fonts/d5153ad4-7c93-4757-9147-640e69ec4801.svg#d5153ad4-7c93-4757-9147-640e69ec4801") format("svg");
}
@font-face {
  font-family: "Trade Gothic W01 Cn_18";
  src: url("fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix");
  src: url("fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix") format("eot"), url("fonts/fb754dec-aa8f-444c-be48-868464c47ab0.woff") format("woff"), url("fonts/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf") format("truetype"), url("fonts/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563") format("svg");
}
@font-face {
  font-family: "TradeGothicW01-BoldCn20_675334";
  src: url("fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix");
  src: url("fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix") format("eot"), url("fonts/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"), url("fonts/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"), url("fonts/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169") format("svg");
}
/* line 3, ../sass/helpers/_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/helpers/_reset.scss */
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 11, ../sass/helpers/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: normal;
}

/* line 17, ../sass/helpers/_reset.scss */
h2 {
  font-size: 20px;
}

/* line 18, ../sass/helpers/_reset.scss */
h3 {
  font-size: 18px;
}

/* line 20, ../sass/helpers/_reset.scss */
h2.img, h3.img {
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* line 26, ../sass/helpers/_reset.scss */
p {
  margin: 0 0 15px 0;
  padding: 0;
}

/* line 31, ../sass/helpers/_reset.scss */
ul {
  margin: 0;
  padding: 0 0 0 30px;
}

/* line 36, ../sass/helpers/_reset.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 41, ../sass/helpers/_reset.scss */
input.text, textarea {
  border: 1px solid #888;
  padding: 2px;
  width: 70%;
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* line 50, ../sass/helpers/_reset.scss */
code, pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 60, ../sass/helpers/_reset.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 67, ../sass/helpers/_reset.scss */
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
 * Helpers
 */
/* line 89, ../sass/helpers/_reset.scss */
ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 95, ../sass/helpers/_reset.scss */
ul.nav li {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 101, ../sass/helpers/_reset.scss */
.break {
  clear: both;
}

/*
 * HaydnForms
 */
/* line 106, ../sass/helpers/_reset.scss */
.formTable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6em;
}

/* line 111, ../sass/helpers/_reset.scss */
.formTable td {
  padding-bottom: 15px;
  vertical-align: top;
}

/* line 115, ../sass/helpers/_reset.scss */
.formTable input.text, .formTable textarea {
  width: 98%;
}

/* line 116, ../sass/helpers/_reset.scss */
.formTable textarea {
  height: 90px;
}

/* line 117, ../sass/helpers/_reset.scss */
.formTable .col1 {
  width: 40%;
}

/* line 118, ../sass/helpers/_reset.scss */
.formTable .col2 {
  width: 60%;
}

/* line 119, ../sass/helpers/_reset.scss */
#formWarning {
  color: #c30;
}

/*
 * Lists
 */
/* line 124, ../sass/helpers/_reset.scss */
dl {
  width: 100%;
  margin: 0;
}

/* line 129, ../sass/helpers/_reset.scss */
dt, dd {
  float: left;
  margin: 0;
  padding: 1px 0;
}

/* line 135, ../sass/helpers/_reset.scss */
dt {
  width: 40%;
  clear: both;
}

/* line 140, ../sass/helpers/_reset.scss */
dd {
  width: 60%;
}

/* line 15, ../sass/helpers/_typography.scss */
.amp {
  font-family: Georgia, serif;
}

/* line 6, ../sass/helpers/_grid.scss */
.grid {
  width: 100%;
  display: block;
  *zoom: 1;
}
/* line 20, ../sass/helpers/_mixins.scss */
.grid:before, .grid:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 26, ../sass/helpers/_mixins.scss */
.grid:after {
  clear: both;
}

/* line 11, ../sass/helpers/_grid.scss */
.grid_item {
  width: 100%;
  display: block;
}

/* line 16, ../sass/helpers/_grid.scss */
.one-half-right, .two-thirds-right, .one-third-right {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  /* line 20, ../sass/helpers/_grid.scss */
  .grid_item {
    display: inline-block;
  }

  /* line 21, ../sass/helpers/_grid.scss */
  .one-half-left {
    width: 50%;
    float: left;
    padding-right: 1em;
  }

  /* line 22, ../sass/helpers/_grid.scss */
  .one-half-right {
    width: 50%;
    float: left;
    padding-left: 1em;
    margin-top: 0;
  }

  /* line 23, ../sass/helpers/_grid.scss */
  .one-third-left {
    width: 33.3333333%;
    float: left;
    padding-right: 1em;
  }

  /* line 24, ../sass/helpers/_grid.scss */
  .two-thirds-right {
    width: 66.6666667%;
    float: left;
    padding-left: 1em;
    margin-top: 0;
  }

  /* line 25, ../sass/helpers/_grid.scss */
  .one-third-right {
    width: 33.333333%;
    float: left;
    padding-left: 1em;
    margin-top: 0;
  }

  /* line 26, ../sass/helpers/_grid.scss */
  .two-thirds-left {
    width: 66.6666667%;
    float: left;
    padding-right: 1em;
  }
}
/* line 3, ../sass/helpers/_base.scss */
body {
  margin: 0;
  padding: 0;
  color: #4b4446;
  font-size: 16px;
  font-size: 100%;
  line-height: 1.6em;
  overflow-x: hidden;
  background: #fff;
  font-family: "Trade Gothic W01 Roman", Helvetica, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 17, ../sass/helpers/_base.scss */
a {
  color: #6dc63b;
  text-decoration: none;
}

/* line 22, ../sass/helpers/_base.scss */
table {
  width: 80%;
}

/* line 24, ../sass/helpers/_base.scss */
strong {
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  font-weight: normal;
}

/* line 29, ../sass/helpers/_base.scss */
img {
  max-width: 100%;
  height: auto !important;
}

/* line 34, ../sass/helpers/_base.scss */
a img {
  border: none;
}

/* line 36, ../sass/helpers/_base.scss */
h1, h2, h4, h6 {
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
}

/* line 40, ../sass/helpers/_base.scss */
h3, h5 {
  font-family: "Trade Gothic W01 Light", Helvetica, sans-serif;
  text-transform: uppercase;
}

/* line 45, ../sass/helpers/_base.scss */
.global_wrapper {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1020px;
  *zoom: 1;
}
/* line 20, ../sass/helpers/_mixins.scss */
.global_wrapper:before, .global_wrapper:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 26, ../sass/helpers/_mixins.scss */
.global_wrapper:after {
  clear: both;
}

/* line 52, ../sass/helpers/_base.scss */
.hidden {
  display: none;
}

/* line 57, ../sass/helpers/_base.scss */
p a {
  color: #4b4446;
  text-decoration: none;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/* line 9, ../sass/helpers/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 16, ../sass/helpers/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 21, ../sass/helpers/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 82, ../sass/helpers/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 110, ../sass/helpers/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 151, ../sass/helpers/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 230, ../sass/helpers/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 269, ../sass/helpers/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 328, ../sass/helpers/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 390, ../sass/helpers/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 471, ../sass/helpers/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 556, ../sass/helpers/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 631, ../sass/helpers/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 704, ../sass/helpers/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 777, ../sass/helpers/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 850, ../sass/helpers/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 893, ../sass/helpers/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 938, ../sass/helpers/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 971, ../sass/helpers/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1004, ../sass/helpers/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1047, ../sass/helpers/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1062, ../sass/helpers/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1095, ../sass/helpers/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1128, ../sass/helpers/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1161, ../sass/helpers/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1194, ../sass/helpers/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1227, ../sass/helpers/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1260, ../sass/helpers/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1293, ../sass/helpers/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1326, ../sass/helpers/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1341, ../sass/helpers/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1370, ../sass/helpers/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1399, ../sass/helpers/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1428, ../sass/helpers/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1457, ../sass/helpers/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1486, ../sass/helpers/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1515, ../sass/helpers/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1544, ../sass/helpers/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1573, ../sass/helpers/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1652, ../sass/helpers/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1725, ../sass/helpers/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1798, ../sass/helpers/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1843, ../sass/helpers/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1890, ../sass/helpers/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1951, ../sass/helpers/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 1982, ../sass/helpers/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2025, ../sass/helpers/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2066, ../sass/helpers/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2107, ../sass/helpers/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2148, ../sass/helpers/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2189, ../sass/helpers/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2226, ../sass/helpers/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2263, ../sass/helpers/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2300, ../sass/helpers/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2337, ../sass/helpers/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2374, ../sass/helpers/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2447, ../sass/helpers/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2482, ../sass/helpers/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2513, ../sass/helpers/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2542, ../sass/helpers/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2583, ../sass/helpers/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2624, ../sass/helpers/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2665, ../sass/helpers/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2706, ../sass/helpers/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 2743, ../sass/helpers/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2788, ../sass/helpers/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2825, ../sass/helpers/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2862, ../sass/helpers/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2907, ../sass/helpers/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2938, ../sass/helpers/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2969, ../sass/helpers/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3000, ../sass/helpers/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 3031, ../sass/helpers/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 3062, ../sass/helpers/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 3093, ../sass/helpers/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 3124, ../sass/helpers/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 3155, ../sass/helpers/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 3, ../sass/components/_header.scss */
.main_header {
  width: 100%;
  text-align: center;
  position: relative;
}
/* line 8, ../sass/components/_header.scss */
.main_header .header_wrapper {
  border-top: 11px solid #6dc63b;
  background: url('../images/alpha.png?1491996463') repeat;
  z-index: 9999;
  display: block;
  width: 100%;
}
/* line 15, ../sass/components/_header.scss */
.main_header .global_wrapper {
  position: relative;
}
/* line 18, ../sass/components/_header.scss */
.main_header .logo {
  z-index: 1;
  width: 140px;
  height: 53px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 35px 0 26px;
  float: left;
  position: relative;
  background: url('../images/logo.png?1491996575') no-repeat left bottom;
}
/* line 34, ../sass/components/_header.scss */
.main_header .members_login {
  z-index: 1;
  font-family: "TradeGothicW01-BoldCn20_675334", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #6dc63b;
  padding: 13px 13px 7px;
  display: block;
  position: absolute;
  top: -13px;
  right: 30px;
  cursor: pointer;
  -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
/* line 47, ../sass/components/_header.scss */
.main_header .members_login:hover, .main_header .members_login:focus, .main_header .members_login:active {
  color: #417225;
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
@media screen and (max-width: 660px) {
  /* line 54, ../sass/components/_header.scss */
  .main_header .logo {
    margin: 30px 0 6px;
  }
}
@media screen and (min-width: 660px) and (max-width: 768px) {
  /* line 60, ../sass/components/_header.scss */
  .main_header .logo {
    margin: 15px 0 6px;
  }
}

/* line 66, ../sass/components/_header.scss */
body.home .header_wrapper {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 1, ../sass/components/_slideshow.scss */
.home_slideshow {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
/* line 11, ../sass/components/_slideshow.scss */
.home_slideshow::after {
  top: 100%;
  left: 0;
  content: '';
  width: 592px;
  height: 283px;
  display: inline-block;
  position: absolute;
}
/* line 21, ../sass/components/_slideshow.scss */
.home_slideshow .slides {
  *zoom: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 20, ../sass/helpers/_mixins.scss */
.home_slideshow .slides:before, .home_slideshow .slides:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 26, ../sass/helpers/_mixins.scss */
.home_slideshow .slides:after {
  clear: both;
}
/* line 31, ../sass/components/_slideshow.scss */
.home_slideshow .slides li {
  overflow: hidden;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
/* line 39, ../sass/components/_slideshow.scss */
.home_slideshow .slides li img {
  width: 100%;
  max-width: none;
  display: block;
  min-height: 534px;
  height: 534px;
  min-width: 1180px;
  max-width: 2000px;
}
/* line 52, ../sass/components/_slideshow.scss */
.home_slideshow .flex-direction-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 58, ../sass/components/_slideshow.scss */
.home_slideshow .flex-next, .home_slideshow .flex-prev {
  top: 280px;
  text-indent: 9999px;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  overflow: hidden;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  margin-top: 4%;
}
/* line 70, ../sass/components/_slideshow.scss */
.home_slideshow .flex-next {
  background-image: url('../images/slideshow-next.png?1491996582');
  float: right;
  right: 40px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 70, ../sass/components/_slideshow.scss */
  .home_slideshow .flex-next {
    background-image: url('../images/slideshow-next@2x.png?1491996583');
    background-size: 48px auto;
  }
}
/* line 76, ../sass/components/_slideshow.scss */
.home_slideshow .flex-prev {
  background-image: url('../images/slideshow-prev.png?1491996585');
  float: left;
  left: 40px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 76, ../sass/components/_slideshow.scss */
  .home_slideshow .flex-prev {
    background-image: url('../images/slideshow-prev@2x.png?1491996586');
    background-size: 48px auto;
  }
}

@media screen and (max-width: 660px) {
  /* line 86, ../sass/components/_slideshow.scss */
  .home_slideshow .slides li {
    max-height: 320px;
  }
  /* line 91, ../sass/components/_slideshow.scss */
  .home_slideshow .flex-direction-nav {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 99, ../sass/components/_slideshow.scss */
  .home_slideshow .flex-next, .home_slideshow .flex-prev {
    margin-top: 4%;
  }
}
@media screen and (min-width: 1180px) {
  /* line 107, ../sass/components/_slideshow.scss */
  .home_slideshow .flex-next, .home_slideshow .flex-prev {
    margin-top: 5%;
  }
}
@media screen and (min-width: 1524px) {
  /* line 115, ../sass/components/_slideshow.scss */
  .home_slideshow .flex-next, .home_slideshow .flex-prev {
    margin-top: 7%;
  }
}
@media screen and (min-width: 1850px) {
  /* line 123, ../sass/components/_slideshow.scss */
  .home_slideshow .flex-next, .home_slideshow .flex-prev {
    margin-top: 10%;
  }
}
/* line 3, ../sass/components/_nav.scss */
.main_nav {
  position: relative;
  *zoom: 1;
}
/* line 20, ../sass/helpers/_mixins.scss */
.main_nav:before, .main_nav:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 26, ../sass/helpers/_mixins.scss */
.main_nav:after {
  clear: both;
}
/* line 6, ../sass/components/_nav.scss */
.main_nav .nav {
  float: right;
  margin-top: 62px;
}
/* line 9, ../sass/components/_nav.scss */
.main_nav .nav li {
  list-style: none;
  margin-right: 10px;
}
/* line 12, ../sass/components/_nav.scss */
.main_nav .nav li:first-of-type {
  margin-left: 0;
  text-align: left;
}
/* line 16, ../sass/components/_nav.scss */
.main_nav .nav li:last-of-type {
  margin-right: 0;
  text-align: right;
}
/* line 20, ../sass/components/_nav.scss */
.main_nav .nav li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "Trade Gothic W01 Cn_18", Helvetica, sans-serif;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 28, ../sass/components/_nav.scss */
.main_nav .nav li a:hover, .main_nav .nav li a:focus, .main_nav .nav li a:active {
  color: #f1fa59;
}
@media screen and (max-width: 660px) {
  /* line 3, ../sass/components/_nav.scss */
  .main_nav {
    height: 108px;
  }
  /* line 38, ../sass/components/_nav.scss */
  .main_nav .nav {
    display: none;
  }
  /* line 42, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu {
    clear: left;
    width: 100%;
    display: block;
    text-align: right;
  }
  /* line 47, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu .slicknav_btn {
    top: -29px;
    padding: 0;
    position: relative;
    display: inline-block;
  }
  /* line 59, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu .slicknav_btn .slicknav_menutxt {
    display: none;
  }
  /* line 63, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
    width: 30px;
    height: 5px;
    display: block;
    margin-top: 4px;
    border-radius: 5px;
    background: #f1fa59;
  }
  /* line 70, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar:first-of-type {
    margin-top: 0;
  }
  /* line 76, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu .slicknav_nav {
    right: 0;
    top: 100%;
    padding: 0;
    left: -30px;
    right: -30px;
    z-index: 200;
    margin-top: 0;
    background: #6dc63b;
    text-align: center;
    position: absolute;
  }
  /* line 87, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu .slicknav_nav li {
    margin-right: 0;
  }
  /* line 89, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu .slicknav_nav li a {
    text-align: center;
  }
  /* line 91, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu .slicknav_nav li a:hover, .main_nav .slicknav_menu .slicknav_nav li a:focus, .main_nav .slicknav_menu .slicknav_nav li a:active {
    background: #62b235;
  }
  /* line 97, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: "Trade Gothic W01 Cn_18", Helvetica, sans-serif;
    padding: 0.25em 0.5em;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 660px) {
  /* line 109, ../sass/components/_nav.scss */
  .main_nav .nav {
    display: block;
  }
  /* line 112, ../sass/components/_nav.scss */
  .main_nav .slicknav_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 118, ../sass/components/_nav.scss */
  .main_nav .nav {
    clear: left;
    float: left;
    margin-top: 0;
    margin-left: -8px;
  }
}

/* line 134, ../sass/components/_nav.scss */
.home #navHome a,
.aboutUs #navAboutUs a,
.grain #navGrain a,
.distillerGrains #navDistillerGrains a,
.resources #navResources a,
.unitTrading #navUnitTrading a,
.contactUs #navContactUs a {
  color: #f1fa59;
}

/* line 139, ../sass/components/_nav.scss */
.home .main_nav .slicknav_menu .navHome,
.aboutUs .main_nav .slicknav_menu .navAboutUs,
.grain .main_nav .slicknav_menu .navGrain,
.distillerGrains .main_nav .slicknav_menu .navDistillerGrains,
.resources .main_nav .slicknav_menu .navResources,
.unitTrading .main_nav .slicknav_menu .navUnitTrading,
.contactUs .main_nav .slicknav_menu .navContactUs {
  color: #f1fa59;
  background: #62b235;
}

/* line 16, ../sass/components/_buttons.scss */
.btn, .btn--hollow {
  color: #6dc63b;
  font-size: 1em;
  line-height: 1em;
  position: relative;
  font-family: "TradeGothicW01-BoldCn20_675334", Helvetica, sans-serif;
  padding: 0.4em 0.8em;
  background: transparent;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: inset 2px #6dc63b;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
/* line 29, ../sass/components/_buttons.scss */
.btn:hover, .btn--hollow:hover, .btn:focus, .btn--hollow:focus {
  color: #fff;
  background: #6dc63b;
}
/* line 33, ../sass/components/_buttons.scss */
.btn:active, .btn--hollow:active {
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/* line 38, ../sass/components/_buttons.scss */
.btn--hollow {
  color: inherit;
  background: none;
  -moz-box-shadow: inset 0 0 0 2px #6dc63b;
  -webkit-box-shadow: inset 0 0 0 2px #6dc63b;
  box-shadow: inset 0 0 0 2px #6dc63b;
  -moz-transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #6dc63b;
}
/* line 9, ../sass/components/_buttons.scss */
.btn--hollow:hover, .btn--hollow:focus {
  color: #6dc63b;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 41, ../sass/components/_buttons.scss */
.btn--hollow:hover, .btn--hollow:focus {
  color: #fff;
  background: #6dc63b;
}

/* line 2, ../sass/components/_form.scss */
form input.text, form textarea {
  background: #d8e2f1;
  color: #3b6dba;
  border: 0;
  font-family: "Trade Gothic W01 Roman", Helvetica, sans-serif;
  font-size: 1em;
  padding: 0.1em;
  margin-bottom: 1em;
}
/* line 12, ../sass/components/_form.scss */
form label {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
/* line 17, ../sass/components/_form.scss */
form label span {
  color: #3b6dba;
}
/* line 22, ../sass/components/_form.scss */
form button.btn--hollow {
  margin-top: 1em;
  clear: both;
}

/* line 28, ../sass/components/_form.scss */
.flashMessage-ok, .flashMessage-fail {
  display: block;
  color: white;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 3px;
}

/* line 37, ../sass/components/_form.scss */
.flashMessage-ok {
  background: #6dc63b;
}

/* line 42, ../sass/components/_form.scss */
.flashMessage-fail {
  background: #3b6dba;
}

/* line 47, ../sass/components/_form.scss */
.flashMessage-ok p, .flashMessage-fail p {
  margin: 0;
  color: white;
}

/* line 53, ../sass/components/_form.scss */
.internal .page_content .flashMessage-fail p,
.internal .page_content .flashMessage-fail li {
  color: white;
}

/* line 58, ../sass/components/_form.scss */
.internal .page_content .flashMessage-fail li {
  list-style: square;
  background: none;
  padding-left: 0;
}

/* line 232, ../images/ethanol/*.png */
.ethanol-sprite, #grain-receiving div.image, #grain-receiving.active div.image, #grain-receiving:hover div.image, #mash-preparation div.image, #mash-preparation.active div.image, #mash-preparation:hover div.image, #fermentation div.image, #fermentation.active div.image, #fermentation:hover div.image, #destillation div.image, #destillation.active div.image, #destillation:hover div.image, #molecular-sieves div.image, #molecular-sieves.active div.image, #molecular-sieves:hover div.image, #storage div.image, #storage.active div.image, #storage:hover div.image, #full-ethanol div.image, #full-ethanol.active div.image, #full-ethanol:hover div.image, #centrifugation div.image, #centrifugation.active div.image, #centrifugation:hover div.image, #wet-destillers-grains div.image, #wet-destillers-grains.active div.image, #wet-destillers-grains:hover div.image, #feed-or-distillers-grains div.image, #feed-or-distillers-grains.active div.image, #feed-or-distillers-grains:hover div.image, #evaporation div.image, #evaporation.active div.image, #evaporation:hover div.image, #dyer div.image, #dyer.active div.image, #dyer:hover div.image {
  background-image: url('../images/../images/ethanol-s55ede9015c.png');
  background-repeat: no-repeat;
}

/* line 3, ../sass/components/_footer.scss */
.main_footer {
  padding: 2em 0;
  background: #9db6dc;
  color: #fff;
  width: 100%;
  border-top: 11px solid #3b6dba;
}
/* line 9, ../sass/components/_footer.scss */
.main_footer .global_wrapper {
  position: relative;
}
/* line 12, ../sass/components/_footer.scss */
.main_footer .footer_grid_one {
  width: 240px;
  float: left;
  font-size: 14px;
  line-height: 19px;
}
/* line 18, ../sass/components/_footer.scss */
.main_footer .footer_grid_two {
  width: 310px;
  float: left;
  font-size: 14px;
  line-height: 19px;
}
/* line 23, ../sass/components/_footer.scss */
.main_footer .footer_grid_two p {
  width: 300px;
}
@media screen and (max-width: 905px) {
  /* line 23, ../sass/components/_footer.scss */
  .main_footer .footer_grid_two p {
    width: 200px;
  }
}
/* line 30, ../sass/components/_footer.scss */
.main_footer .footer_grid_three {
  position: relative;
  float: right;
  text-align: right;
  width: 400px;
  font-size: 12px;
  line-height: 13px;
  color: #3b6dba;
  margin-top: 27px;
}
/* line 41, ../sass/components/_footer.scss */
.main_footer h4 {
  font-size: 14px;
  line-height: 19px;
  font-family: "Trade Gothic W01 Cn_18", Helvetica, sans-serif;
  color: #3b6dba;
  text-transform: uppercase;
}
/* line 49, ../sass/components/_footer.scss */
.main_footer .entermotion {
  width: 10px;
  height: 9px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  background: url('../images/dink.png?1491996515');
  float: right;
  position: relative;
  top: 2px;
  left: 0px;
}
/* line 63, ../sass/components/_footer.scss */
.main_footer .footer_contacts-details span {
  padding: 0 10px;
}
/* line 66, ../sass/components/_footer.scss */
.main_footer .footer_contacts-details a {
  width: 16px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  top: 1px;
  background-image: url('../images/envelope.png?1491996520');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 66, ../sass/components/_footer.scss */
  .main_footer .footer_contacts-details a {
    background-image: url('../images/envelope@2x.png?1491996521');
    background-size: 16px auto;
  }
}
/* line 77, ../sass/components/_footer.scss */
.main_footer .footer_contacts-details a:hover {
  background-image: url('../images/envelope-hover.png?1491996518');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 77, ../sass/components/_footer.scss */
  .main_footer .footer_contacts-details a:hover {
    background-image: url('../images/envelope-hover@2x.png?1491996519');
    background-size: 16px auto;
  }
}
/* line 82, ../sass/components/_footer.scss */
.main_footer .to_top {
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: -2.5em;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 92, ../sass/components/_footer.scss */
.main_footer .to_top:hover {
  color: #3b6dba;
}
/* line 94, ../sass/components/_footer.scss */
.main_footer .to_top:hover span {
  background-image: url('../images/forward-hover.png?1491996552');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 94, ../sass/components/_footer.scss */
  .main_footer .to_top:hover span {
    background-image: url('../images/forward-hover@2x.png?1491996552');
    background-size: 10px auto;
  }
}
/* line 98, ../sass/components/_footer.scss */
.main_footer .to_top span {
  width: 10px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
  background-image: url('../images/forward.png?1491996555');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 98, ../sass/components/_footer.scss */
  .main_footer .to_top span {
    background-image: url('../images/forward@2x.png?1491996556');
    background-size: 10px auto;
  }
}
@media screen and (max-width: 780px) {
  /* line 113, ../sass/components/_footer.scss */
  .main_footer .footer_grid_one {
    z-index: 1;
    float: none;
    position: relative;
  }
  /* line 118, ../sass/components/_footer.scss */
  .main_footer .footer_grid_two {
    z-index: 1;
    width: 100%;
    float: none;
    position: relative;
    margin: 30px 0 40px;
  }
  /* line 125, ../sass/components/_footer.scss */
  .main_footer .footer_grid_three {
    bottom: 0;
    z-index: 0;
    left: 30px;
    width: auto;
  }
  /* line 131, ../sass/components/_footer.scss */
  .main_footer .copyright {
    left: 0;
    margin: 0;
    bottom: 0;
    position: absolute;
  }
  /* line 137, ../sass/components/_footer.scss */
  .main_footer .signupModal {
    left: auto;
    right: 100px;
  }
}
@media screen and (max-width: 960px) {
  /* line 145, ../sass/components/_footer.scss */
  .main_footer .footer_grid_one {
    width: 200px;
  }
  /* line 148, ../sass/components/_footer.scss */
  .main_footer .footer_grid_two {
    width: 300px;
  }
  /* line 151, ../sass/components/_footer.scss */
  .main_footer .footer_grid_three {
    top: 10px;
    right: 40px;
    left: auto;
    position: absolute;
  }
  /* line 157, ../sass/components/_footer.scss */
  .main_footer .footer_grid_three .text-widgets {
    float: right;
  }
  /* line 161, ../sass/components/_footer.scss */
  .main_footer .footer_grid_three .signupModal span, .main_footer .footer_grid_three #facebook span {
    display: inline-block;
  }
  /* line 165, ../sass/components/_footer.scss */
  .main_footer .copyright {
    margin-top: 60px;
  }
}

/* line 171, ../sass/components/_footer.scss */
.copyright {
  margin-top: 30px;
}

/* line 175, ../sass/components/_footer.scss */
#facebook {
  font-size: 14px;
  font-family: "Trade Gothic W01 Cn_18", Helvetica, sans-serif;
  position: relative;
  top: 5px;
}
/* line 176, ../sass/components/_footer.scss */
#facebook span {
  background: #ebf0f8;
  padding: 3px 25px 3px 7px;
  text-transform: uppercase;
  color: #3b6dba;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 15px;
}
/* line 184, ../sass/components/_footer.scss */
#facebook i {
  width: 33px;
  height: 33px;
  background: url("../images/facebook.png") no-repeat;
  text-indent: -9999999px;
  display: block;
  position: absolute;
  right: 0px;
  top: -9px;
}
/* line 199, ../sass/components/_footer.scss */
#facebook:hover span {
  background: #3b6dba;
  color: #ebf0f8;
}

/* line 205, ../sass/components/_footer.scss */
.signupModal {
  font-size: 14px;
  font-family: "Trade Gothic W01 Cn_18", Helvetica, sans-serif;
  position: absolute;
  left: -10px;
  top: 5px;
}
/* line 206, ../sass/components/_footer.scss */
.signupModal span {
  background: #ebf0f8;
  padding: 3px 25px 3px 7px;
  text-transform: uppercase;
  color: #3b6dba;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 15px;
}
/* line 219, ../sass/components/_footer.scss */
.signupModal i {
  width: 35px;
  height: 33px;
  background: url("../images/signup.png") no-repeat;
  text-indent: -9999999px;
  display: block;
  position: absolute;
  right: 0px;
  top: -9px;
}
/* line 234, ../sass/components/_footer.scss */
.signupModal:hover span {
  background: #3b6dba;
  color: #ebf0f8;
}

/* line 245, ../sass/components/_footer.scss */
.text-widgets {
  position: relative;
  width: 210px;
  float: left;
  height: 40px;
}
/* line 250, ../sass/components/_footer.scss */
.text-widgets .signupModal {
  left: 0;
}

/* line 255, ../sass/components/_footer.scss */
.text-widgets-wrapper {
  width: 100%;
  clear: both;
  display: block;
  padding-top: 30px;
}
/* line 262, ../sass/components/_footer.scss */
.text-widgets-wrapper .text-widgets:last-of-type {
  float: right;
  width: 181px;
}
/* line 265, ../sass/components/_footer.scss */
.text-widgets-wrapper .text-widgets:last-of-type .signupModal {
  right: 0;
  left: auto;
}

@media screen and (max-width: 960px) {
  /* line 275, ../sass/components/_footer.scss */
  .main_footer .footer_grid_three {
    width: 300px;
  }

  /* line 279, ../sass/components/_footer.scss */
  .main_footer {
    overflow: visible;
  }
  /* line 281, ../sass/components/_footer.scss */
  .main_footer :after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 288, ../sass/components/_footer.scss */
  .text-widgets {
    display: block;
    clear: none;
    height: 45px;
  }

  /* line 295, ../sass/components/_footer.scss */
  .text-widgets .signupModal {
    float: right;
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 540px) {
  /* line 306, ../sass/components/_footer.scss */
  .main_footer .footer_grid_one {
    width: 100%;
    font-size: 12px;
  }

  /* line 311, ../sass/components/_footer.scss */
  .main_footer .footer_grid_two {
    width: 100%;
  }

  /* line 315, ../sass/components/_footer.scss */
  .main_footer .footer_grid_three {
    margin: 0 0 40px;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  /* line 326, ../sass/components/_footer.scss */
  .footer_grid_three .to_top {
    float: left;
    position: static;
  }

  /* line 333, ../sass/components/_footer.scss */
  #facebook span {
    display: inline-block;
  }

  /* line 338, ../sass/components/_footer.scss */
  .main_footer .text-widgets {
    width: 100%;
  }
  /* line 341, ../sass/components/_footer.scss */
  .main_footer .text-widgets span {
    display: inline-block;
  }

  /* line 346, ../sass/components/_footer.scss */
  .signupModal span,
  #facebook span {
    font-size: 11px;
  }

  /* line 351, ../sass/components/_footer.scss */
  .main_footer .copyright {
    font-size: 9px;
  }

  /* line 355, ../sass/components/_footer.scss */
  .main_footer .copyright {
    position: static;
    margin-top: 10px;
  }
}
/* line 2, ../sass/components/_modal.scss */
.signupModalWidget {
  display: none;
  position: fixed;
  z-index: 999999999999;
  background-color: #000;
  background-color: rgba(24, 24, 24, 0.47);
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}
/* line 15, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal {
  background: #9db6dc;
  padding: 35px;
  width: 100%;
  max-width: 960px;
  margin: 2em auto 0;
  display: block;
  height: auto;
  overflow: hidden;
  border-left: 12px solid #3a6cb9;
  box-shadow: 0 0 7px #2C3B23;
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  font-weight: normal;
}
/* line 29, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal h3 {
  color: #ffffff;
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  text-transform: uppercase;
}
/* line 35, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal .ez-el {
  margin-bottom: 10px;
  *zoom: 1;
}
/* line 20, ../sass/helpers/_mixins.scss */
.signupModalWidget .custom_modal .ez-el:before, .signupModalWidget .custom_modal .ez-el:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 26, ../sass/helpers/_mixins.scss */
.signupModalWidget .custom_modal .ez-el:after {
  clear: both;
}
/* line 40, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal .ez-text {
  background: #cedbee;
  border: 2px solid #4d4d4f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 80%;
  float: right;
}
@media screen and (max-width: 650px) {
  /* line 40, ../sass/components/_modal.scss */
  .signupModalWidget .custom_modal .ez-text {
    width: 100%;
    float: none;
    display: block;
  }
}
/* line 53, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal .ez-button {
  color: white;
  border: 2px solid white;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  float: left;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 63, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal .ez-button:hover {
  background: white;
  color: #4b4446;
}
/* line 69, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal .ez-bt {
  width: 80%;
  padding-left: 20%;
}
@media screen and (max-width: 650px) {
  /* line 69, ../sass/components/_modal.scss */
  .signupModalWidget .custom_modal .ez-bt {
    width: 100%;
    padding-left: 0;
  }
}
/* line 78, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal label {
  float: left;
  width: 20%;
}
@media screen and (max-width: 650px) {
  /* line 78, ../sass/components/_modal.scss */
  .signupModalWidget .custom_modal label {
    width: 100%;
    float: none;
    display: block;
  }
}
/* line 88, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal .ez-cancel {
  color: white;
  font-size: 12px;
  text-decoration: underline;
  text-align: right;
  display: block;
}
/* line 96, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal .ez-footer {
  font-size: 14px;
  line-height: 1.1em;
}
/* line 99, ../sass/components/_modal.scss */
.signupModalWidget .custom_modal .ez-footer a {
  color: #4b4446;
  text-decoration: underline;
}

/* line 2, ../sass/pages/_home.scss */
.home .intro {
  margin-bottom: 4em;
}
/* line 4, ../sass/pages/_home.scss */
.home .intro h2 {
  z-index: 1;
  color: #fff;
  bottom: 100%;
  font-size: 48px;
  max-height: 61px;
  line-height: 1em;
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  position: absolute;
  margin-bottom: -11px;
  padding: 22px 22px 42px;
  text-transform: uppercase;
  border-bottom: 11px solid #6dc63b;
  background: url('../images/alpha.png?1491996463') repeat;
}
/* line 19, ../sass/pages/_home.scss */
.home .intro .intro_content {
  background: url('../images/forward-alt.png?1491996550') no-repeat left 55px;
  padding-left: 25px;
  padding-top: 50px;
  max-width: 560px;
}
@media screen and (max-width: 660px) {
  /* line 19, ../sass/pages/_home.scss */
  .home .intro .intro_content {
    max-width: none;
  }
  /* line 28, ../sass/pages/_home.scss */
  .home .intro .intro_content .pageSection {
    width: 100%;
  }
}
@media screen and (min-width: 660px) and (max-width: 1028px) {
  /* line 19, ../sass/pages/_home.scss */
  .home .intro .intro_content {
    max-width: none;
  }
  /* line 36, ../sass/pages/_home.scss */
  .home .intro .intro_content .pageSection {
    width: 50%;
  }
}
@media screen and (max-width: 660px) {
  /* line 2, ../sass/pages/_home.scss */
  .home .intro {
    position: relative;
    margin-bottom: 100px;
  }
  /* line 46, ../sass/pages/_home.scss */
  .home .intro h2 {
    font-size: 38px;
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 530px) {
  /* line 53, ../sass/pages/_home.scss */
  .home .intro h2 {
    max-height: 104px;
  }
}
/* line 58, ../sass/pages/_home.scss */
.home main {
  background: url('../images/home-content-bg.jpg?1491996560') no-repeat center center;
  background-size: cover;
  position: relative;
}
/* line 63, ../sass/pages/_home.scss */
.home .weather_report {
  display: none;
  background: #fff;
  border-left: 11px solid #6dc63b;
  overflow: hidden;
  padding-left: 45px;
  box-shadow: #C1C1C1 0 0 12px;
  position: absolute;
  right: -400px;
  top: 60px;
  padding: 20px 90px 25px 45px;
}
/* line 75, ../sass/pages/_home.scss */
.home .weather_report .weather_info img {
  float: left;
}
/* line 78, ../sass/pages/_home.scss */
.home .weather_report .weather_info .weather_numbers {
  float: left;
  margin: 1em 0 0 1.5em;
}
/* line 82, ../sass/pages/_home.scss */
.home .weather_report .weather_info .today {
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #aaa7a8;
  text-transform: uppercase;
  display: block;
}
/* line 90, ../sass/pages/_home.scss */
.home .weather_report .weather_info .degrees {
  font-family: "Trade Gothic W01 Roman", Helvetica, sans-serif;
  font-size: 36px;
  color: #aaa7a8;
  display: block;
  margin-top: 0.3em;
}
/* line 96, ../sass/pages/_home.scss */
.home .weather_report .weather_info .degrees span {
  font-family: "Trade Gothic W01 Light", Helvetica, sans-serif;
}
/* line 101, ../sass/pages/_home.scss */
.home .weather_report a {
  background: url('../images/weather-bug.png?1491996594') no-repeat left center;
  padding-left: 25px;
  font-family: "Trade Gothic W01 Cn_18", Helvetica, sans-serif;
  clear: both;
  color: #281c20;
  font-size: 14px;
  line-height: 29px;
  margin-top: 1.5em;
  float: left;
}
/* line 111, ../sass/pages/_home.scss */
.home .weather_report a span {
  background-image: url('../images/forward-alt-small.png?1491996549');
  height: 10px;
  width: 12px;
  margin-left: 5px;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 111, ../sass/pages/_home.scss */
  .home .weather_report a span {
    background-image: url('../images/forward-alt-small@2x.png?1491996549');
    background-size: 12px auto;
  }
}
/* line 119, ../sass/pages/_home.scss */
.home .weather_report a:hover span {
  margin-left: 10px;
}
@media screen and (max-width: 660px) {
  /* line 63, ../sass/pages/_home.scss */
  .home .weather_report {
    top: 20px;
    position: relative;
    margin-right: -30px;
  }
  /* line 128, ../sass/pages/_home.scss */
  .home .weather_report #annoucement {
    margin: 30px 0 -30px 0;
  }
}
@media screen and (max-width: 1028px) {
  /* line 63, ../sass/pages/_home.scss */
  .home .weather_report {
    padding-right: 25px;
  }
}
/* line 140, ../sass/pages/_home.scss */
.home .updates_module {
  clear: both;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 25px 25px;
  background: -moz-linear-gradient(top, rgba(240, 247, 235, 0.92) 0%, rgba(240, 247, 235, 0.97) 46%, #f0f7eb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 247, 235, 0.92)), color-stop(46%, rgba(240, 247, 235, 0.97)), color-stop(100%, #f0f7eb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(240, 247, 235, 0.92) 0%, rgba(240, 247, 235, 0.97) 46%, #f0f7eb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(240, 247, 235, 0.92) 0%, rgba(240, 247, 235, 0.97) 46%, #f0f7eb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(240, 247, 235, 0.92) 0%, rgba(240, 247, 235, 0.97) 46%, #f0f7eb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(240, 247, 235, 0.92) 0%, rgba(240, 247, 235, 0.97) 46%, #f0f7eb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf0f7eb', endColorstr='#f0f7eb',GradientType=0 );
  /* IE6-9 */
}
/* line 153, ../sass/pages/_home.scss */
.home .updates_module h3 {
  font-family: "Trade Gothic W01 Cn_18", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
}
/* line 157, ../sass/pages/_home.scss */
.home .updates_module h3 span {
  background-image: url('../images/news.png?1491996576');
  background-position: right;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  margin-left: 5px;
  display: inline-block;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 157, ../sass/pages/_home.scss */
  .home .updates_module h3 span {
    background-image: url('../images/news@2x.png?1491996577');
    background-size: 15px auto;
  }
}
/* line 167, ../sass/pages/_home.scss */
.home .updates_module .news_module {
  padding-top: 25px;
  width: 445px;
  float: left;
}
/* line 171, ../sass/pages/_home.scss */
.home .updates_module .news_module ol {
  list-style: none;
  padding-left: 0;
}
/* line 174, ../sass/pages/_home.scss */
.home .updates_module .news_module ol li {
  padding: 0;
  font-size: 14px;
}
/* line 177, ../sass/pages/_home.scss */
.home .updates_module .news_module ol li p.date {
  color: #575656;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "TradeGothicW01-BoldCn20_675334", Helvetica, sans-serif;
  margin-bottom: 0;
}
/* line 184, ../sass/pages/_home.scss */
.home .updates_module .news_module ol li .news_title {
  color: #281c20;
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  font-weight: normal;
}
/* line 189, ../sass/pages/_home.scss */
.home .updates_module .news_module ol li .read_more {
  text-transform: uppercase;
  font-family: "TradeGothicW01-BoldCn20_675334", Helvetica, sans-serif;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 193, ../sass/pages/_home.scss */
.home .updates_module .news_module ol li .read_more:hover {
  color: #417225;
}
/* line 200, ../sass/pages/_home.scss */
.home .updates_module .corn_module {
  width: 365px;
  background: #6dc63b;
  float: right;
  padding: 25px;
  position: relative;
}
/* line 206, ../sass/pages/_home.scss */
.home .updates_module .corn_module h3 {
  color: #281c20;
  float: left;
}
/* line 209, ../sass/pages/_home.scss */
.home .updates_module .corn_module h3 span {
  background-image: url('../images/corn.png?1491996513');
  height: 19px;
  width: 12px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 209, ../sass/pages/_home.scss */
  .home .updates_module .corn_module h3 span {
    background-image: url('../images/corn@2x.png?1491996514');
    background-size: 12px auto;
  }
}
/* line 219, ../sass/pages/_home.scss */
.home .updates_module .corn_module .today {
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #281c20;
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 25px;
}
@media screen and (max-width: 660px) {
  /* line 140, ../sass/pages/_home.scss */
  .home .updates_module {
    overflow: visible;
  }
  /* line 233, ../sass/pages/_home.scss */
  .home .updates_module #annoucement {
    margin: 30px 0 -30px 0;
  }
  /* line 237, ../sass/pages/_home.scss */
  .home .updates_module .news_module {
    width: 100%;
    float: none;
  }
  /* line 242, ../sass/pages/_home.scss */
  .home .updates_module .corn_module {
    left: -30px;
    float: none;
    width: 100%;
    width: calc(100% + 60px);
  }
}
@media screen and (min-width: 660px) and (max-width: 960px) {
  /* line 251, ../sass/pages/_home.scss */
  .home .updates_module .news_module {
    width: 34%;
  }
  /* line 254, ../sass/pages/_home.scss */
  .home .updates_module .corn_module {
    width: 66%;
  }
}
@media screen and (max-width: 960px) {
  /* line 140, ../sass/pages/_home.scss */
  .home .updates_module {
    padding: 0;
  }
  /* line 262, ../sass/pages/_home.scss */
  .home .updates_module .news_module {
    padding: 25px;
  }
}
/* line 268, ../sass/pages/_home.scss */
.home table {
  font-size: 14px;
  width: 100%;
}
/* line 271, ../sass/pages/_home.scss */
.home table th {
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  padding: 0;
  text-align: left;
  color: #575656;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
/* line 279, ../sass/pages/_home.scss */
.home table th:last-of-type {
  text-align: right;
}
/* line 283, ../sass/pages/_home.scss */
.home table td {
  color: white;
  line-height: 21px;
}
/* line 286, ../sass/pages/_home.scss */
.home table td:first-of-type {
  padding-left: 5px;
}
/* line 289, ../sass/pages/_home.scss */
.home table td:last-of-type {
  text-align: right;
  padding-right: 5px;
}
/* line 295, ../sass/pages/_home.scss */
.home table tbody tr:nth-child(odd) {
  background: #61bd32;
}

/* line 302, ../sass/pages/_home.scss */
#annoucement {
  background: url('../images/bg-annoucement.png?1491996504');
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 20px 26px;
  max-width: 571px;
  color: white;
  margin-top: 42px;
}
@media screen and (max-width: 660px) {
  /* line 302, ../sass/pages/_home.scss */
  #annoucement {
    margin: 42px 0 -80px 0;
  }
}

/* line 4, ../sass/pages/_internal.scss */
.internal main {
  background: url('../images/internal-content-bg.jpg?1491996564') no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 500px;
}
/* line 8, ../sass/pages/_internal.scss */
.internal main .main_wrapper {
  background: url('../images/internal-top-content-bg.jpg?1491996568') repeat-x left top;
  padding-top: 78px;
}
/* line 15, ../sass/pages/_internal.scss */
.internal .section-title h1 {
  color: #6dc63b;
  font-size: 38px;
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 0;
}
/* line 26, ../sass/pages/_internal.scss */
.internal main h2 {
  color: #6dc63b;
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  font-size: 23px;
  margin-bottom: 1em;
}
/* line 28, ../sass/pages/_internal.scss */
.internal .section-title {
  height: auto;
  overflow: hidden;
  position: relative;
  *zoom: 1;
}
/* line 20, ../sass/helpers/_mixins.scss */
.internal .section-title:before, .internal .section-title:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 26, ../sass/helpers/_mixins.scss */
.internal .section-title:after {
  clear: both;
}
/* line 33, ../sass/pages/_internal.scss */
.internal .section-title .section-sub {
  border-top: 11px solid #6dc63b;
  overflow: hidden;
  line-height: 39px;
  min-height: 51px;
  background: url('../images/alpha.png?1491996463');
  z-index: 100;
  position: relative;
}
/* line 41, ../sass/pages/_internal.scss */
.internal .section-title .section-sub ul {
  padding: 0;
  margin-left: 22px;
}
/* line 45, ../sass/pages/_internal.scss */
.internal .section-title .section-sub li {
  list-style: none;
  float: left;
  margin-right: 20px;
}
/* line 50, ../sass/pages/_internal.scss */
.internal .section-title .section-sub a {
  color: #fff;
  text-transform: uppercase;
  font-family: "TradeGothicW01-BoldCn20_675334", Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 4px;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 58, ../sass/pages/_internal.scss */
.internal .section-title .section-sub a:hover, .internal .section-title .section-sub a.active {
  color: #417225;
}
/* line 61, ../sass/pages/_internal.scss */
.internal .section-title .section-sub a:before {
  background-image: url('../images/forward-internal.png?1491996553');
  width: 13px;
  height: 11px;
  content: " ";
  display: inline-block;
  float: left;
  margin-top: 14px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 61, ../sass/pages/_internal.scss */
  .internal .section-title .section-sub a:before {
    background-image: url('../images/forward-internal@2x.png?1491996554');
    background-size: 13px auto;
  }
}
/* line 71, ../sass/pages/_internal.scss */
.internal .section-title .section-sub a.sub-nav-toggle {
  display: none;
  padding-left: 12px;
}
/* line 74, ../sass/pages/_internal.scss */
.internal .section-title .section-sub a.sub-nav-toggle::before {
  display: none;
}
/* line 77, ../sass/pages/_internal.scss */
.internal .section-title .section-sub a.sub-nav-toggle::after {
  width: 10px;
  content: '';
  height: 12px;
  margin-left: 6px;
  display: inline-block;
  background-image: url('../images/down.png?1491996516');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 77, ../sass/pages/_internal.scss */
  .internal .section-title .section-sub a.sub-nav-toggle::after {
    background-image: url('../images/down@2x.png?1491996516');
    background-size: 10px auto;
  }
}
@media screen and (max-width: 660px) {
  /* line 33, ../sass/pages/_internal.scss */
  .internal .section-title .section-sub {
    overflow: visible;
  }
  /* line 90, ../sass/pages/_internal.scss */
  .internal .section-title .section-sub ul {
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
    padding-left: 12px;
    margin-left: 0 !important;
    background: rgba(109, 198, 59, 0.9);
  }
  /* line 98, ../sass/pages/_internal.scss */
  .internal .section-title .section-sub ul.active {
    display: block;
  }
  /* line 102, ../sass/pages/_internal.scss */
  .internal .section-title .section-sub li {
    float: none;
  }
  /* line 104, ../sass/pages/_internal.scss */
  .internal .section-title .section-sub li a {
    width: 100%;
    display: block;
  }
  /* line 111, ../sass/pages/_internal.scss */
  .internal .section-title .section-sub a.sub-nav-toggle {
    display: block;
  }
}
/* line 118, ../sass/pages/_internal.scss */
.internal #pageSection_col1 {
  width: 50%;
  float: left;
  margin-top: -200px;
}
/* line 123, ../sass/pages/_internal.scss */
.internal #pageSection_col2 {
  width: 50%;
  float: right;
  padding-left: 33px;
}
/* line 128, ../sass/pages/_internal.scss */
.internal .aside {
  width: 50%;
  float: right;
  height: 254px;
  padding-left: 33px;
  position: relative;
  margin-top: -51px;
  margin-bottom: 1.5em;
}
/* line 136, ../sass/pages/_internal.scss */
.internal .aside img {
  width: auto;
  max-width: none;
  height: 100% !important;
}
/* line 143, ../sass/pages/_internal.scss */
.internal .pageSection a, .internal .internal_content a {
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  color: #3b6dba;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 147, ../sass/pages/_internal.scss */
.internal .pageSection a:hover, .internal .pageSection a.active, .internal .internal_content a:hover, .internal .internal_content a.active {
  color: #073c8f;
}
/* line 151, ../sass/pages/_internal.scss */
.internal .internal_content {
  width: 50%;
  margin-top: -200px;
  float: left;
  clear: both;
  display: block;
  z-index: 200;
  position: relative;
}
@media screen and (max-width: 660px) {
  /* line 151, ../sass/pages/_internal.scss */
  .internal .internal_content {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}
/* line 167, ../sass/pages/_internal.scss */
.internal .pageSection {
  position: relative;
}
@media screen and (max-width: 660px) {
  /* line 172, ../sass/pages/_internal.scss */
  .internal #pageSection_col1,
  .internal #pageSection_col2 {
    padding: 0;
    width: 100%;
    float: none;
    margin-top: 0;
  }
  /* line 179, ../sass/pages/_internal.scss */
  .internal .aside {
    width: 100%;
    float: none;
    height: auto;
    padding-left: 0;
    margin-bottom: 35px;
  }
  /* line 185, ../sass/pages/_internal.scss */
  .internal .aside img {
    width: 100%;
    height: auto !important;
  }
}

/* line 196, ../sass/pages/_internal.scss */
body#grain.internal .sub-nav-toggle,
body#distillersGrains.internal .sub-nav-toggle,
body#news.internal .sub-nav-toggle {
  display: none;
}

/* line 202, ../sass/pages/_internal.scss */
body.resources.internal .section-title .section-sub ul {
  margin-left: 8px;
}

/* line 206, ../sass/pages/_internal.scss */
body.resources.internal .section-title .section-sub ul li {
  margin-right: 17px;
}

@media screen and (min-width: 1500px) {
  /* line 211, ../sass/pages/_internal.scss */
  .internal main {
    padding-bottom: 45%;
  }
}
/* line 1, ../sass/pages/_news.scss */
#news .blogPost, .news .blogPost {
  float: left;
  width: 471px;
  margin-top: -200px;
}
/* line 6, ../sass/pages/_news.scss */
#news .blogPost ol li, .news .blogPost ol li {
  padding: 0;
  font-size: 14px;
}
/* line 9, ../sass/pages/_news.scss */
#news .blogPost ol li p.date, .news .blogPost ol li p.date {
  color: #575656;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "TradeGothicW01-BoldCn20_675334", Helvetica, sans-serif;
  margin-bottom: 0;
}
/* line 16, ../sass/pages/_news.scss */
#news .blogPost ol li .news_title, .news .blogPost ol li .news_title {
  color: #281c20;
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  font-weight: normal;
}
/* line 21, ../sass/pages/_news.scss */
#news .blogPost ol li .read_more, .news .blogPost ol li .read_more {
  text-transform: uppercase;
  font-family: "TradeGothicW01-BoldCn20_675334", Helvetica, sans-serif;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 25, ../sass/pages/_news.scss */
#news .blogPost ol li .read_more:hover, .news .blogPost ol li .read_more:hover {
  color: #417225;
}

/* line 3, ../sass/pages/_internal-header.scss */
.internal .main_header {
  height: 124px;
  background: url('../images/internal-masthead.jpg?1491996566') repeat-x;
}
/* line 7, ../sass/pages/_internal-header.scss */
.internal .main_header .header_wrapper {
  background: none;
}

/* line 1, ../sass/pages/_ethanol.scss */
.internal_content2 {
  display: block;
  z-index: 200;
  position: relative;
}

/* line 7, ../sass/pages/_ethanol.scss */
.view-flowchart {
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  color: #3b6dba;
  margin-bottom: 1.5em;
  display: block;
  font-size: 18px;
}
/* line 13, ../sass/pages/_ethanol.scss */
.view-flowchart::after {
  width: 17px;
  height: 14px;
  content: '';
  margin-left: 6px;
  display: inline-block;
  background-image: url('../images/forward-alt.png?1491996550');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 13, ../sass/pages/_ethanol.scss */
  .view-flowchart::after {
    background-image: url('../images/forward-alt@2x.png?1491996551');
    background-size: 17px auto;
  }
}

/* line 24, ../sass/pages/_ethanol.scss */
#ethanolProcessInternalWrapper li {
  margin-bottom: 20px;
  list-style-image: url('../images/forward-internal.png?1491996553');
}
/* line 28, ../sass/pages/_ethanol.scss */
#ethanolProcessInternalWrapper h3 {
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  color: #6dc63b;
  font-weight: normal;
  font-size: 18px;
}
/* line 35, ../sass/pages/_ethanol.scss */
#ethanolProcessInternalWrapper h4 {
  font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
  color: #3b6dba;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 43, ../sass/pages/_ethanol.scss */
#ethanolProcessInternalWrapper .image {
  display: none;
}

/* line 49, ../sass/pages/_ethanol.scss */
#grain-receiving div.image {
  background-position: 0 -875px;
  width: 102px;
  height: 85px;
  top: 30px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#grain-receiving div.image:hover, #grain-receiving div.image.grain-receiving-hover {
  background-position: 0 -790px;
}
/* line 56, ../sass/pages/_ethanol.scss */
#grain-receiving.active div.image, #grain-receiving:hover div.image {
  background-position: 0 -790px;
}

/* line 63, ../sass/pages/_ethanol.scss */
#mash-preparation div.image {
  background-position: 0 -1032px;
  width: 97px;
  height: 72px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#mash-preparation div.image:hover, #mash-preparation div.image.mash-preparation-hover {
  background-position: 0 -960px;
}
/* line 69, ../sass/pages/_ethanol.scss */
#mash-preparation.active div.image, #mash-preparation:hover div.image {
  background-position: 0 -960px;
}

/* line 77, ../sass/pages/_ethanol.scss */
#fermentation div.image {
  background-position: 0 -645px;
  width: 100px;
  height: 73px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#fermentation div.image:hover, #fermentation div.image.fermentation-hover {
  background-position: 0 -572px;
}
/* line 83, ../sass/pages/_ethanol.scss */
#fermentation.active div.image, #fermentation:hover div.image {
  background-position: 0 -572px;
}

/* line 90, ../sass/pages/_ethanol.scss */
#destillation div.image {
  background-position: 0 -155px;
  width: 64px;
  height: 93px;
  position: relative;
  left: 26px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#destillation div.image:hover, #destillation div.image.destillation-hover {
  background-position: 0 -62px;
}
/* line 98, ../sass/pages/_ethanol.scss */
#destillation.active div.image, #destillation:hover div.image {
  background-position: 0 -62px;
}

/* line 105, ../sass/pages/_ethanol.scss */
#molecular-sieves div.image {
  background-position: 0 -1189px;
  width: 51px;
  height: 85px;
  position: relative;
  top: 9px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#molecular-sieves div.image:hover, #molecular-sieves div.image.molecular-sieves-hover {
  background-position: 0 -1104px;
}
/* line 113, ../sass/pages/_ethanol.scss */
#molecular-sieves.active div.image, #molecular-sieves:hover div.image {
  background-position: 0 -1104px;
}

/* line 120, ../sass/pages/_ethanol.scss */
#storage div.image {
  background-position: 0 -1342px;
  width: 46px;
  height: 68px;
  position: relative;
  top: 26px;
  left: 4px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#storage div.image:hover, #storage div.image.storage-hover {
  background-position: 0 -1274px;
}
/* line 129, ../sass/pages/_ethanol.scss */
#storage.active div.image, #storage:hover div.image {
  background-position: 0 -1274px;
}

/* line 136, ../sass/pages/_ethanol.scss */
#full-ethanol div.image {
  background-position: 0 -754px;
  width: 44px;
  height: 36px;
  top: 58px;
  position: relative;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#full-ethanol div.image:hover, #full-ethanol div.image.full-ethanol-hover {
  background-position: 0 -718px;
}
/* line 144, ../sass/pages/_ethanol.scss */
#full-ethanol.active div.image, #full-ethanol:hover div.image {
  background-position: 0 -718px;
}

/* line 151, ../sass/pages/_ethanol.scss */
#centrifugation div.image {
  background-position: 0 -31px;
  width: 90px;
  height: 31px;
  position: relative;
  left: -7px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#centrifugation div.image:hover, #centrifugation div.image.centrifugation-hover {
  background-position: 0 0;
}
/* line 159, ../sass/pages/_ethanol.scss */
#centrifugation.active div.image, #centrifugation:hover div.image {
  background-position: 0 0;
}

/* line 166, ../sass/pages/_ethanol.scss */
#wet-destillers-grains div.image {
  background-position: 0 -1446px;
  width: 64px;
  height: 36px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#wet-destillers-grains div.image:hover, #wet-destillers-grains div.image.wet-destillers-grains-hover {
  background-position: 0 -1410px;
}
/* line 172, ../sass/pages/_ethanol.scss */
#wet-destillers-grains.active div.image, #wet-destillers-grains:hover div.image {
  background-position: 0 -1410px;
}

/* line 179, ../sass/pages/_ethanol.scss */
#feed-or-distillers-grains div.image {
  background-position: 0 -528px;
  width: 50px;
  height: 44px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#feed-or-distillers-grains div.image:hover, #feed-or-distillers-grains div.image.feed-or-distillers-grains-hover {
  background-position: 0 -484px;
}
/* line 185, ../sass/pages/_ethanol.scss */
#feed-or-distillers-grains.active div.image, #feed-or-distillers-grains:hover div.image {
  background-position: 0 -484px;
}

/* line 192, ../sass/pages/_ethanol.scss */
#evaporation div.image {
  background-position: 0 -396px;
  width: 84px;
  height: 88px;
  position: relative;
  left: 14px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#evaporation div.image:hover, #evaporation div.image.evaporation-hover {
  background-position: 0 -308px;
}
/* line 200, ../sass/pages/_ethanol.scss */
#evaporation.active div.image, #evaporation:hover div.image {
  background-position: 0 -308px;
}

/* line 207, ../sass/pages/_ethanol.scss */
#dyer div.image {
  background-position: 0 -278px;
  width: 83px;
  height: 30px;
}
/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#dyer div.image:hover, #dyer div.image.dyer-hover {
  background-position: 0 -248px;
}
/* line 213, ../sass/pages/_ethanol.scss */
#dyer.active div.image, #dyer:hover div.image {
  background-position: 0 -248px;
}

@media screen and (max-width: 900px) {
  /* line 221, ../sass/pages/_ethanol.scss */
  #ethanolProcess.internal .aside {
    width: 100%;
    padding-left: 0;
  }
  /* line 224, ../sass/pages/_ethanol.scss */
  #ethanolProcess.internal .aside img {
    width: 100%;
    height: auto !important;
  }
  /* line 229, ../sass/pages/_ethanol.scss */
  #ethanolProcess.internal .section-title {
    margin-bottom: 20px;
  }
  /* line 232, ../sass/pages/_ethanol.scss */
  #ethanolProcess.internal #pageSection_col2 {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  /* line 240, ../sass/pages/_ethanol.scss */
  .view-flowchart {
    display: none;
  }

  /* line 244, ../sass/pages/_ethanol.scss */
  .internal_content2 {
    margin-top: -200px;
  }

  /* line 248, ../sass/pages/_ethanol.scss */
  #ethanolProcessWrapper {
    width: 100%;
    height: 760px;
    background: url('../images/arrows.png?1491996464') no-repeat 20px 85px;
    position: relative;
  }

  /* line 257, ../sass/pages/_ethanol.scss */
  #ethanolProcessInternalWrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    top: -21px;
  }
  /* line 264, ../sass/pages/_ethanol.scss */
  #ethanolProcessInternalWrapper li {
    float: left;
    margin: 0;
    list-style: none;
    position: absolute;
  }
  /* line 271, ../sass/pages/_ethanol.scss */
  #ethanolProcessInternalWrapper h3 {
    position: absolute;
    left: -180px;
    top: 0;
  }
  /* line 276, ../sass/pages/_ethanol.scss */
  #ethanolProcessInternalWrapper h4 {
    position: absolute;
  }
  /* line 279, ../sass/pages/_ethanol.scss */
  #ethanolProcessInternalWrapper .image {
    display: block;
    position: relative;
    cursor: pointer;
  }
  /* line 284, ../sass/pages/_ethanol.scss */
  #ethanolProcessInternalWrapper .info {
    display: none;
  }

  /* line 289, ../sass/pages/_ethanol.scss */
  #grain-receiving {
    left: 235px;
    top: -20px;
  }
  /* line 292, ../sass/pages/_ethanol.scss */
  #grain-receiving h3 {
    left: -146px;
    top: 80px;
  }
  /* line 296, ../sass/pages/_ethanol.scss */
  #grain-receiving h4.corn {
    left: 18px;
  }
  /* line 299, ../sass/pages/_ethanol.scss */
  #grain-receiving h4.milling {
    right: -27px;
    top: 129px;
  }

  /* line 305, ../sass/pages/_ethanol.scss */
  #mash-preparation {
    left: 236px;
    top: 160px;
  }
  /* line 308, ../sass/pages/_ethanol.scss */
  #mash-preparation h3 {
    left: -145px;
    top: 47px;
    font-size: 16px;
  }
  /* line 313, ../sass/pages/_ethanol.scss */
  #mash-preparation h4 {
    right: -73px;
    top: 21px;
  }

  /* line 320, ../sass/pages/_ethanol.scss */
  #fermentation {
    left: 237px;
    top: 283px;
  }
  /* line 323, ../sass/pages/_ethanol.scss */
  #fermentation h3 {
    left: -125px;
    top: 49px;
  }
  /* line 327, ../sass/pages/_ethanol.scss */
  #fermentation h4 {
    right: -35px;
    top: 21px;
  }

  /* line 333, ../sass/pages/_ethanol.scss */
  #destillation {
    left: 230px;
    top: 408px;
  }
  /* line 336, ../sass/pages/_ethanol.scss */
  #destillation h3 {
    left: -120px;
    top: 69px;
  }
  /* line 340, ../sass/pages/_ethanol.scss */
  #destillation h4 {
    left: 110px;
    top: 22px;
    width: 100px;
  }

  /* line 347, ../sass/pages/_ethanol.scss */
  #molecular-sieves {
    left: 444px;
    top: 408px;
  }
  /* line 350, ../sass/pages/_ethanol.scss */
  #molecular-sieves h3 {
    left: -43px;
    top: 99px;
    width: 150px;
  }
  /* line 355, ../sass/pages/_ethanol.scss */
  #molecular-sieves h4 {
    left: 92px;
    top: 22px;
    width: 100px;
  }

  /* line 362, ../sass/pages/_ethanol.scss */
  #storage {
    left: 629px;
    top: 408px;
  }
  /* line 365, ../sass/pages/_ethanol.scss */
  #storage h3 {
    left: -7px;
    top: 99px;
    width: 100px;
  }
  /* line 370, ../sass/pages/_ethanol.scss */
  #storage h4 {
    left: -15px;
    top: -5px;
    width: 100px;
  }

  /* line 377, ../sass/pages/_ethanol.scss */
  #full-ethanol {
    left: 809px;
    top: 408px;
  }
  /* line 380, ../sass/pages/_ethanol.scss */
  #full-ethanol h3 {
    left: -28px;
    top: 99px;
    width: 120px;
  }

  /* line 387, ../sass/pages/_ethanol.scss */
  #centrifugation {
    left: 250px;
    top: 570px;
  }
  /* line 390, ../sass/pages/_ethanol.scss */
  #centrifugation h3 {
    left: -164px;
  }
  /* line 393, ../sass/pages/_ethanol.scss */
  #centrifugation h4.liquids {
    left: 61px;
    top: 46px;
  }
  /* line 397, ../sass/pages/_ethanol.scss */
  #centrifugation h4.solids {
    left: 93px;
    top: -13px;
  }

  /* line 403, ../sass/pages/_ethanol.scss */
  #wet-destillers-grains {
    left: 530px;
    top: 570px;
  }
  /* line 406, ../sass/pages/_ethanol.scss */
  #wet-destillers-grains h3 {
    left: -54px;
    top: 49px;
    width: 190px;
  }
  /* line 411, ../sass/pages/_ethanol.scss */
  #wet-destillers-grains h4 {
    width: 40px;
    left: 84px;
    top: -13px;
  }

  /* line 418, ../sass/pages/_ethanol.scss */
  #feed-or-distillers-grains {
    left: 814px;
    top: 570px;
  }
  /* line 421, ../sass/pages/_ethanol.scss */
  #feed-or-distillers-grains h3 {
    left: 8px;
    top: 49px;
    width: 50px;
  }

  /* line 428, ../sass/pages/_ethanol.scss */
  #evaporation {
    left: 230px;
    top: 660px;
  }
  /* line 431, ../sass/pages/_ethanol.scss */
  #evaporation h3 {
    left: -128px;
    top: 68px;
  }
  /* line 435, ../sass/pages/_ethanol.scss */
  #evaporation h4.syrup {
    left: 107px;
    top: 45px;
  }
  /* line 439, ../sass/pages/_ethanol.scss */
  #evaporation h4.condensate {
    left: -128px;
    top: 45px;
  }

  /* line 445, ../sass/pages/_ethanol.scss */
  #dyer {
    left: 522px;
    top: 700px;
  }
  /* line 448, ../sass/pages/_ethanol.scss */
  #dyer h3 {
    left: 22px;
    top: 40px;
  }
  /* line 452, ../sass/pages/_ethanol.scss */
  #dyer h4 {
    width: 155px;
    left: 90px;
    top: 5px;
  }

  /* line 461, ../sass/pages/_ethanol.scss */
  .internal #pageSection_col2.ehtanolAside {
    width: calc(50% - 33px);
    position: absolute;
    right: 0;
    top: 180px;
    background: #f0f9eb;
    padding: 20px 33px 5px;
  }
  /* line 469, ../sass/pages/_ethanol.scss */
  .internal #pageSection_col2.ehtanolAside p {
    font-size: 14px;
  }
  /* line 473, ../sass/pages/_ethanol.scss */
  .internal #pageSection_col2.ehtanolAside h4 {
    color: #6dc63b;
    font-family: "Trade Gothic W01 Bold", Helvetica, sans-serif;
    font-size: 20px;
  }
  /* line 479, ../sass/pages/_ethanol.scss */
  .internal #pageSection_col2.ehtanolAside p.content {
    color: #281c20;
    font-size: 16px;
    line-height: 26px;
  }
}
