/*------------------------------------*\
    COMPASS
\*------------------------------------*/
/*------------------------------------*\
    PLACEHOLDERS
\*------------------------------------*/
/* line 4, scss/placeholder/_clearfix.scss */
.media-object {
  *zoom: 1;
}
/* line 7, scss/placeholder/_clearfix.scss */
.media-object:before, .media-object:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 14, scss/placeholder/_clearfix.scss */
.media-object:after {
  clear: both;
}

/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/
/**
 * .animate-fade-in
 */
/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/
/**
 * .animate-fade-out
 */
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* line 1, scss/utilities/_pull-left.scss */
.pull-left {
  float: left;
}

/* line 1, scss/utilities/_pull-right.scss */
.pull-right {
  float: right;
}

/*------------------------------------*\
    GENERIC
\*------------------------------------*/
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
/* 100% */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, scss/generic/_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 32, scss/generic/_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, scss/generic/_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 52, scss/generic/_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, scss/generic/_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, scss/generic/_normalize.scss */
body {
  margin: 0;
}

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

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

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

/**
 * Zendy overwrite
 */
/* line 126, scss/generic/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: inherit;
}

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/**
 * Address differences between Firefox and other browsers.
 */
/* line 160, scss/generic/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

/* line 223, scss/generic/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 227, scss/generic/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 239, scss/generic/_normalize.scss */
img {
  max-width: 100%;
  border: 0;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 272, scss/generic/_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 283, scss/generic/_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 297, scss/generic/_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 309, scss/generic/_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 321, scss/generic/_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 336, scss/generic/_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 346, scss/generic/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 356, scss/generic/_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 367, scss/generic/_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 380, scss/generic/_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 389, scss/generic/_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 399, scss/generic/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Remove padding before lists.
 * Remove margin before lists
 * Remove list stye type
 */
/* line 427, scss/generic/_normalize.scss */
ul {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
}

/* line 434, scss/generic/_normalize.scss */
dd {
  margin: 0;
}

/* ==========================================================================
   Content block
   ========================================================================== */
/**
 * Set margin before and after paragraph.
 */
/* line 446, scss/generic/_normalize.scss */
p {
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

/* line 4, scss/generic/_border-box-sizing.scss */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/
/**
 * fadeInAnimation
 */
@-webkit-keyframes fadeOutAnimation {
  /* line 11, scss/generic/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 15, scss/generic/_animations.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  /* line 21, scss/generic/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 25, scss/generic/_animations.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInAnimation {
  /* line 31, scss/generic/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 35, scss/generic/_animations.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  /* line 41, scss/generic/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 45, scss/generic/_animations.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInAnimation1 {
  /* line 51, scss/generic/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 55, scss/generic/_animations.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation1 {
  /* line 61, scss/generic/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 65, scss/generic/_animations.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInAnimation2 {
  /* line 71, scss/generic/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 75, scss/generic/_animations.scss */
  30% {
    opacity: 1;
  }

  /* line 79, scss/generic/_animations.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation2 {
  /* line 85, scss/generic/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 89, scss/generic/_animations.scss */
  30% {
    opacity: 0;
  }

  /* line 93, scss/generic/_animations.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInAnimation3 {
  /* line 99, scss/generic/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 103, scss/generic/_animations.scss */
  60% {
    opacity: 1;
  }

  /* line 107, scss/generic/_animations.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation3 {
  /* line 113, scss/generic/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 117, scss/generic/_animations.scss */
  60% {
    opacity: 0;
  }

  /* line 121, scss/generic/_animations.scss */
  100% {
    opacity: 1;
  }
}

/*------------------------------------*\
    SUSY
\*------------------------------------*/
/*------------------------------------*\
    BASE
\*------------------------------------*/
/*------------------------------------*\
    FONTS
\*------------------------------------*/
/**
 * Avenir LT Std 35 Light
 * Avenir LT Std 55 Roman
 * Avenir LT Std 65 Medium
 * Avenir LT Std 85 Heavy
 * icomoon
 */
@font-face {
  font-family: 'Avenir LT Std 35 Light';
  src: url("../fonts/AvenirLTStd Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd Light.woff") format("woff"), url("../fonts/AvenirLTStd Light.ttf") format("truetype"), url("../fonts/AvenirLTStd Light.svg#a3894d49b0c62da6d619d8a85ab36753") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'Avenir LT Std 55 Roman';
  src: url("../fonts/AvenirLTStd Roman.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd Roman.woff") format("woff"), url("../fonts/AvenirLTStd Roman.ttf") format("truetype"), url("../fonts/AvenirLTStd Roman.svg#1297092b477b7e1dcddfcf3bbb416185") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Avenir LT Std 65 Medium';
  src: url("../fonts/AvenirLTStd Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd Medium.woff") format("woff"), url("../fonts/AvenirLTStd Medium.ttf") format("truetype"), url("../fonts/AvenirLTStd Medium.svg#ef669aafc9b550b465914779447af056") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Avenir LT Std 55 Roman';
  src: url("../fonts/AvenirLTStd Heavy.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd Heavy.woff") format("woff"), url("../fonts/AvenirLTStd Heavy.ttf") format("truetype"), url("../fonts/AvenirLTStd Heavy.svg#a1eb5a5cfcec2ff7c30fe732daf3b2e8") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1z5ib5");
  src: url("../fonts/icomoon.eot?#iefix1z5ib5") format("embedded-opentype"), url("../fonts/icomoon.woff?1z5ib5") format("woff"), url("../fonts/icomoon.ttf?1z5ib5") format("truetype"), url("../fonts/icomoon.svg?1z5ib5#icomoon") format("svg");
  font-style: normal;
  font-weight: normal;
}

/*------------------------------------*\
    BODY
\*------------------------------------*/
/**
 * body
 */
/* line 9, scss/base/_body.scss */
body {
  color: #333333;
  font-family: "Avenir LT Std 55 Roman", "arial", "sans-serif";
  font-size: 100%;
  line-height: 1.5;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    LINK
\*------------------------------------*/
/**
 * a
 */
/* line 9, scss/base/_link.scss */
a {
  color: #ff5266;
  text-decoration: underline;
}
/* line 14, scss/base/_link.scss */
a:hover, a:focus {
  color: #ff5266;
}

/*------------------------------------*\
    HEADINGS
\*------------------------------------*/
/**
 * h1, .aplha
 * h2, .beta
 * h3, .gamma
 * h4, .delta
 * h5, .teta
 * h6, .zeta
 */
/* line 14, scss/base/_headings.scss */
h1, .alpha {
  font-size: 4em;
}

/* line 18, scss/base/_headings.scss */
h2, .beta {
  font-size: 3em;
}

/* line 22, scss/base/_headings.scss */
h3, .gamma {
  font-size: 2.375em;
}

/* line 26, scss/base/_headings.scss */
h4, .delta {
  font-size: 2.25em;
}

/* line 30, scss/base/_headings.scss */
h5, .teta {
  font-size: 2em;
}

/* line 34, scss/base/_headings.scss */
h6, .zeta {
  font-size: px/16pxem;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/
/**
 * .icon-linkedin
 * .icon-twitter
 * .icon-googleplus
 * .icon-facebook
 * .icon-chevron-left
 * .icon-chevron-right
 */
/* line 14, scss/base/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/* line 24, scss/base/_icons.scss */
.icon-linkedin:before {
  content: "\e600";
}

/* line 27, scss/base/_icons.scss */
.icon-twitter:before {
  content: "\e601";
}

/* line 30, scss/base/_icons.scss */
.icon-googleplus:before {
  content: "\e602";
}

/* line 33, scss/base/_icons.scss */
.icon-facebook:before {
  content: "\e603";
}

/* line 36, scss/base/_icons.scss */
.icon-chevron-left:before {
  content: "\e604";
}

/* line 39, scss/base/_icons.scss */
.icon-chevron-right:before {
  content: "\e605";
}

/*------------------------------------*\
    PARAGRAPH
\*------------------------------------*/
/**
 * p
 */
/* line 9, scss/base/_paragraph.scss */
p {
  margin: 0;
  padding: 0;
  font-family: 'Avenir LT Std 35 Light';
  font-weight: 200;
}
/* line 15, scss/base/_paragraph.scss */
p strong {
  font-family: 'Avenir LT Std 55 Roman';
  font-weight: 400;
}

/*------------------------------------*\
    LISTS
\*------------------------------------*/
/**
 * ul
 * ol
 */
/* line 14, scss/base/_lists.scss */
ol {
  padding-left: 1.3em;
}

/*------------------------------------*\
    TABLE
\*------------------------------------*/
/**
 * table
 * tr
 * td
 */
/*------------------------------------*\
    FORM
\*------------------------------------*/
/**
 * form
 */
/* line 10, scss/base/_form.scss */
form .field-row {
  margin-bottom: 5px;
}
/* line 14, scss/base/_form.scss */
form .field-row__label {
  display: block;
}
/* line 18, scss/base/_form.scss */
form .field-row__input {
  display: inline-block;
  border: none;
  color: #333;
}

/*------------------------------------*\
    COMPONENT
\*------------------------------------*/
/*------------------------------------*\
    NAVIGATIONS
\*------------------------------------*/
/**
 * .nav-primary
 * .nav-primary__list
 */
/* line 11, scss/component/_navigations.scss */
.nav-primary input[type=checkbox] {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 19em) {
  /* line 11, scss/component/_navigations.scss */
  .nav-primary input[type=checkbox] {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 59em) {
  /* line 11, scss/component/_navigations.scss */
  .nav-primary input[type=checkbox] {
    display: none;
    visibility: hidden;
  }
}
/* line 27, scss/component/_navigations.scss */
.nav-primary input[type=checkbox]:focus ~ label {
  outline: 1px solid #ccc;
}
@media (min-width: 19em) {
  /* line 32, scss/component/_navigations.scss */
  .nav-primary .nav-primary__list {
    display: none;
  }
}
@media (min-width: 59em) {
  /* line 32, scss/component/_navigations.scss */
  .nav-primary .nav-primary__list {
    display: block;
  }
}
/* line 42, scss/component/_navigations.scss */
.nav-primary input[type=checkbox]:checked ~ .nav-primary__list {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  background-color: #ffcc0e;
}

/* line 53, scss/component/_navigations.scss */
.nav-primary__list li {
  display: inline-block;
  margin-left: 25px;
  padding: 0;
}
@media (min-width: 19em) {
  /* line 53, scss/component/_navigations.scss */
  .nav-primary__list li {
    display: block;
    margin-left: 0;
    padding: 0 1em;
  }
}
@media (min-width: 59em) {
  /* line 53, scss/component/_navigations.scss */
  .nav-primary__list li {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
  }
}
@media (min-width: 69em) {
  /* line 53, scss/component/_navigations.scss */
  .nav-primary__list li {
    margin-left: 25px;
  }
}
/* line 74, scss/component/_navigations.scss */
.nav-primary__list li a {
  color: #666;
  font-family: 'Avenir LT Std 35 Light';
  font-weight: 200;
  text-decoration: none;
  font-size: 1.5em;
}
/* line 81, scss/component/_navigations.scss */
.nav-primary__list li a:hover, .nav-primary__list li a:focus {
  color: #fe930e;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
/**
 * .btn
 * .btn--disabled
 * .btn--small
 * .btn--large
 * .btn--menu
 */
/* line 13, scss/component/_buttons.scss */
.btn {
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
  border: 0;
  color: #333333;
  cursor: pointer;
  line-height: 1;
  text-align: center;
}

/* line 24, scss/component/_buttons.scss */
.btn--disabled {
  background-color: #f9f9f9;
  color: #ddd;
}

/* line 29, scss/component/_buttons.scss */
.btn--small {
  font-size: 0.875em;
}

/* line 33, scss/component/_buttons.scss */
.btn-large {
  padding: 0.5em;
  font-size: 1.125em;
}

/* line 38, scss/component/_buttons.scss */
.btn--menu {
  display: none;
  padding: 0;
  position: relative;
  width: 50px;
  background-color: transparent;
  line-height: 77px;
  text-align: center;
  font-size: 2em;
}
@media (min-width: 19em) {
  /* line 38, scss/component/_buttons.scss */
  .btn--menu {
    display: block;
  }
}
@media (min-width: 59em) {
  /* line 38, scss/component/_buttons.scss */
  .btn--menu {
    display: none;
  }
}

/* line 57, scss/component/_buttons.scss */
.btn--submit {
  height: 40px;
  padding: 0 1em;
  background-color: #999;
  border-radius: 0.3em;
  color: #fff;
  line-height: 40px;
  font-family: 'Avenir LT Std 55 Roman';
  font-weight: 400;
}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/
/**
 *
 */
/*------------------------------------*\
    CAPTIONS
\*------------------------------------*/
/**
 * .caption
 */
/* line 9, scss/component/_captions.scss */
.caption {
  display: block;
  padding: 2em;
  background-color: #333;
  color: #fff;
}

/*------------------------------------*\
    SOCIAL LINKS
\*------------------------------------*/
/* line 7, scss/component/_social-links.scss */
.social-links li {
  display: inline-block;
}
/* line 10, scss/component/_social-links.scss */
.social-links li a {
  display: block;
  height: 45px;
  width: 45px;
  background-color: #999;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 1.125em;
}
/* line 21, scss/component/_social-links.scss */
.social-links li i {
  color: #fff;
}

/*------------------------------------*\
    MEDIA OBJECT
\*------------------------------------*/
/**
 * .media-object
 * .media-object__image
 * .media-object__content
 */
/* line 15, scss/component/_media-object.scss */
.media-object__image {
  float: left;
  margin-right: 3%;
  width: 27%;
}
@media (min-width: 19em) {
  /* line 15, scss/component/_media-object.scss */
  .media-object__image {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 39em) {
  /* line 15, scss/component/_media-object.scss */
  .media-object__image {
    margin-right: 3%;
    width: 27%;
  }
}

/* line 31, scss/component/_media-object.scss */
.media-object__content {
  float: right;
  width: 70%;
}
@media (min-width: 19em) {
  /* line 31, scss/component/_media-object.scss */
  .media-object__content {
    width: 100%;
  }
}
@media (min-width: 39em) {
  /* line 31, scss/component/_media-object.scss */
  .media-object__content {
    width: 70%;
  }
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/
/**
 * .flexslider
 * .flex-control-nav
 * .flex-direction-nav
 */
/* line 11, scss/component/_slider.scss */
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 16, scss/component/_slider.scss */
.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 21, scss/component/_slider.scss */
.flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* line 26, scss/component/_slider.scss */
.flexslider .slides img {
  display: block;
  width: 100%;
}

/* line 33, scss/component/_slider.scss */
.flex-control-nav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
/* line 40, scss/component/_slider.scss */
.flex-control-nav li {
  display: inline-block;
  *display: inline;
  margin: 0 6px;
  zoom: 1;
}
/* line 47, scss/component/_slider.scss */
.flex-control-nav a {
  display: block;
  height: 11px;
  width: 11px;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-indent: -9999px;
}
/* line 58, scss/component/_slider.scss */
.flex-control-nav a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
/* line 63, scss/component/_slider.scss */
.flex-control-nav a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 71, scss/component/_slider.scss */
.flex-direction-nav {
  *height: 0;
}
/* line 74, scss/component/_slider.scss */
.flex-direction-nav a {
  display: block;
  height: 60px;
  margin: -20px 0 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 10;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  opacity: 0.1;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 90, scss/component/_slider.scss */
.flex-direction-nav a:hover {
  opacity: 1;
}
/* line 96, scss/component/_slider.scss */
.flex-direction-nav .flex-prev::before, .flex-direction-nav .flex-next::before {
  display: inline-block;
  font-family: 'icomoon';
  font-size: 2.5em;
}
/* line 103, scss/component/_slider.scss */
.flex-direction-nav .flex-prev {
  left: 0;
}
/* line 106, scss/component/_slider.scss */
.flex-direction-nav .flex-prev::before {
  content: '\e604';
}
/* line 111, scss/component/_slider.scss */
.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}
/* line 115, scss/component/_slider.scss */
.flex-direction-nav .flex-next::before {
  content: '\e605';
}
/* line 120, scss/component/_slider.scss */
.flex-direction-nav .flex-disabled {
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 130, scss/component/_slider.scss */
.no-js .flexslider .slides li:first-child {
  display: block;
}

/*------------------------------------*\
    TEMPLATE
\*------------------------------------*/
/*------------------------------------*\
    LAYOUT
\*------------------------------------*/
/**
 * .container
 */
/* line 8, scss/template/_layout.scss */
.container {
  *zoom: 1;
  max-width: 69em;
  _width: 69em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 19em) {
  /* line 8, scss/template/_layout.scss */
  .container {
    max-width: 24em;
  }
}
@media (min-width: 39em) {
  /* line 8, scss/template/_layout.scss */
  .container {
    max-width: 39em;
  }
}
@media (min-width: 59em) {
  /* line 8, scss/template/_layout.scss */
  .container {
    max-width: 59em;
  }
}
@media (min-width: 69em) {
  /* line 8, scss/template/_layout.scss */
  .container {
    max-width: 69em;
  }
}

/*------------------------------------*\
    MODULE
\*------------------------------------*/
/*------------------------------------*\
    HEADER
\*------------------------------------*/
/**
 * .main-header
 * .logo-header
 */
/* line 10, scss/module/_header.scss */
.main-header {
  padding: 1em 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  line-height: 100px;
}
@media (min-width: 19em) {
  /* line 10, scss/module/_header.scss */
  .main-header {
    padding: 1em 0;
    position: relative;
    line-height: 77px;
  }
}
@media (min-width: 59em) {
  /* line 10, scss/module/_header.scss */
  .main-header {
    padding: 1em 0 0;
    position: fixed;
    line-height: 100px;
  }
}
/* line 31, scss/module/_header.scss */
.main-header .logo-header {
  float: left;
}
@media (min-width: 19em) {
  /* line 31, scss/module/_header.scss */
  .main-header .logo-header {
    width: 75%;
  }
}
@media (min-width: 59em) {
  /* line 31, scss/module/_header.scss */
  .main-header .logo-header {
    width: auto;
  }
}
/* line 43, scss/module/_header.scss */
.main-header .nav-primary {
  float: right;
}

/*------------------------------------*\
    HERO
\*------------------------------------*/
/**
 * .main-hero
 */
/* line 9, scss/module/_hero.scss */
.main-hero {
  margin-top: 126px;
  padding: 100px 0;
  position: relative;
  background-image: url("../images/bg_header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 19em) {
  /* line 9, scss/module/_hero.scss */
  .main-hero {
    margin-top: 0;
    padding: 40px 0;
  }
}
@media (min-width: 59em) {
  /* line 9, scss/module/_hero.scss */
  .main-hero {
    margin-top: 126px;
    padding: 100px 0;
  }
}
/* line 50, scss/module/_hero.scss */
.main-hero ul li {
  display: block;
  text-align: right;
}
/* line 56, scss/module/_hero.scss */
.main-hero .hero-marketing {
  -webkit-animation: fadeInAnimation 2s normal both;
  animation: fadeInAnimation 2s normal both;
}
/* line 61, scss/module/_hero.scss */
.main-hero .hero-events {
  -webkit-animation: fadeInAnimation 2s 2s normal both;
  animation: fadeInAnimation 2s 2s normal both;
}
/* line 66, scss/module/_hero.scss */
.main-hero .hero-social {
  -webkit-animation: fadeInAnimation 2s 4s normal both;
  animation: fadeInAnimation 2s 4s normal both;
}

/*------------------------------------*\
    MAIN CONTENT AREA
\*------------------------------------*/
/**
 * .main-content
 * .panel-section
 * #panel-who-we-are
 * #panel-connect-social
 * #panel-our-approach
 * #panel-what-we-do
 * #panel-connect
 */
/* line 20, scss/module/_main.scss */
.panel-section .panel-section__header {
  padding: 1.5em 0;
  background-color: #eee;
  text-align: center;
}
/* line 25, scss/module/_main.scss */
.panel-section .panel-section__header h2 {
  color: #ff5266;
  font-family: 'Avenir LT Std 35 Light';
  font-weight: 200;
}
/* line 31, scss/module/_main.scss */
.panel-section .panel-section__header p {
  width: 70%;
  color: #666;
  font-size: 1.375em;
}
@media (min-width: 19em) {
  /* line 31, scss/module/_main.scss */
  .panel-section .panel-section__header p {
    width: 100%;
  }
}
@media (min-width: 59em) {
  /* line 31, scss/module/_main.scss */
  .panel-section .panel-section__header p {
    width: 70%;
  }
}
/* line 46, scss/module/_main.scss */
.panel-section .panel-section__content {
  padding: 100px 0;
}
@media (min-width: 19em) {
  /* line 46, scss/module/_main.scss */
  .panel-section .panel-section__content {
    padding: 50px 0;
  }
}
@media (min-width: 59em) {
  /* line 46, scss/module/_main.scss */
  .panel-section .panel-section__content {
    padding: 100px 0;
  }
}

/* line 60, scss/module/_main.scss */
#panel-who-we-are .panel-section__content {
  padding: 0;
  background-color: #fff;
  background-image: url("../images/bg_whoweare.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (min-width: 19em) {
  /* line 60, scss/module/_main.scss */
  #panel-who-we-are .panel-section__content {
    background-image: none;
  }
}
@media (min-width: 59em) {
  /* line 60, scss/module/_main.scss */
  #panel-who-we-are .panel-section__content {
    background-image: url("../images/bg_whoweare.jpg");
  }
}
@media (min-width: 69em) {
  /* line 60, scss/module/_main.scss */
  #panel-who-we-are .panel-section__content {
    background-image: url("../images/bg_whoweare_2.jpg");
  }
}
/* line 79, scss/module/_main.scss */
#panel-who-we-are .panel-section__content .container {
  padding-bottom: 40px;
  padding-top: 40px;
  background-repeat: no-repeat;
}
/* line 85, scss/module/_main.scss */
#panel-who-we-are .panel-section__content p, #panel-who-we-are .panel-section__content h3 {
  width: 40%;
}
@media (min-width: 19em) {
  /* line 85, scss/module/_main.scss */
  #panel-who-we-are .panel-section__content p, #panel-who-we-are .panel-section__content h3 {
    width: 100%;
  }
}
@media (min-width: 59em) {
  /* line 85, scss/module/_main.scss */
  #panel-who-we-are .panel-section__content p, #panel-who-we-are .panel-section__content h3 {
    width: 56%;
  }
}
@media (min-width: 69em) {
  /* line 85, scss/module/_main.scss */
  #panel-who-we-are .panel-section__content p, #panel-who-we-are .panel-section__content h3 {
    width: 40%;
  }
}
/* line 101, scss/module/_main.scss */
#panel-who-we-are .panel-section__content p {
  font-size: 1.125em;
}
/* line 105, scss/module/_main.scss */
#panel-who-we-are .panel-section__content h3 {
  font-family: 'Avenir LT Std 35 Light';
  font-weight: 200;
}

/* line 112, scss/module/_main.scss */
#panel-connect-social {
  background-color: #ffcc0e;
}
/* line 115, scss/module/_main.scss */
#panel-connect-social .panel-section__content {
  padding: 30px 0;
}
/* line 119, scss/module/_main.scss */
#panel-connect-social h3, #panel-connect-social .social-links {
  display: inline-block;
}
/* line 123, scss/module/_main.scss */
#panel-connect-social h3 {
  margin-right: 30px;
  color: #fff;
  font-family: 'Avenir LT Std 35 Light';
  font-weight: 200;
}
/* line 132, scss/module/_main.scss */
#panel-connect-social .social-links li a {
  background-color: #ff930e;
  text-decoration: none;
}

/* line 141, scss/module/_main.scss */
#panel-our-approach .our-approach__box {
  float: left;
  width: 20%;
  text-align: center;
}
@media (min-width: 19em) {
  /* line 141, scss/module/_main.scss */
  #panel-our-approach .our-approach__box {
    width: 100%;
  }
}
@media (min-width: 39em) {
  /* line 141, scss/module/_main.scss */
  #panel-our-approach .our-approach__box {
    height: 500px;
    width: 33%;
  }
}
@media (min-width: 59em) {
  /* line 141, scss/module/_main.scss */
  #panel-our-approach .our-approach__box {
    height: auto;
    width: 20%;
  }
}
/* line 160, scss/module/_main.scss */
#panel-our-approach .our-approach__box h3 {
  height: 190px;
  margin: 0 auto 60px;
  width: 190px;
  color: #fff;
  font-family: 'Avenir LT Std 65 Medium';
  font-weight: 400;
  line-height: 190px;
}
/* line 169, scss/module/_main.scss */
#panel-our-approach .our-approach__box h3::before {
  display: block;
  height: 190px;
  position: absolute;
  width: 190px;
  z-index: -1;
  background-size: contain;
  content: '';
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 39em) {
  /* line 169, scss/module/_main.scss */
  #panel-our-approach .our-approach__box h3::before {
    height: 170px;
    width: 170px;
  }
}
@media (min-width: 69em) {
  /* line 169, scss/module/_main.scss */
  #panel-our-approach .our-approach__box h3::before {
    height: 190px;
    width: 190px;
  }
}
/* line 192, scss/module/_main.scss */
#panel-our-approach .our-approach__box h3:hover::before, #panel-our-approach .our-approach__box h3:focus::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 19em) {
  /* line 160, scss/module/_main.scss */
  #panel-our-approach .our-approach__box h3 {
    margin-top: 60px;
  }
}
@media (min-width: 39em) {
  /* line 160, scss/module/_main.scss */
  #panel-our-approach .our-approach__box h3 {
    height: 170px;
    margin-top: 0;
    width: 170px;
    line-height: 170px;
  }
}
@media (min-width: 69em) {
  /* line 160, scss/module/_main.scss */
  #panel-our-approach .our-approach__box h3 {
    height: 190px;
    width: 190px;
    line-height: 190px;
  }
}
/* line 217, scss/module/_main.scss */
#panel-our-approach .our-approach__box p {
  width: 90%;
}
/* line 223, scss/module/_main.scss */
#panel-our-approach .our-approach__box--listen h3::before {
  background-image: url("../images/bg_listen.png");
}
/* line 229, scss/module/_main.scss */
#panel-our-approach .our-approach__box--plan h3::before {
  background-image: url("../images/bg_plan.png");
}
/* line 235, scss/module/_main.scss */
#panel-our-approach .our-approach__box--develop h3::before {
  background-image: url("../images/bg_develop.png");
}
@media (min-width: 39em) {
  /* line 240, scss/module/_main.scss */
  #panel-our-approach .our-approach__box--market {
    margin-left: 20%;
  }
}
@media (min-width: 59em) {
  /* line 240, scss/module/_main.scss */
  #panel-our-approach .our-approach__box--market {
    margin-left: 0;
  }
}
/* line 249, scss/module/_main.scss */
#panel-our-approach .our-approach__box--market h3::before {
  background-image: url("../images/bg_market.png");
}
/* line 255, scss/module/_main.scss */
#panel-our-approach .our-approach__box--analyze h3::before {
  background-image: url("../images/bg_analyze.png");
}

/* line 262, scss/module/_main.scss */
#panel-what-we-do .what-we-do__hero {
  margin: 0 auto 100px;
  width: 80%;
}
@media (min-width: 19em) {
  /* line 262, scss/module/_main.scss */
  #panel-what-we-do .what-we-do__hero {
    margin: 0 auto 50px;
    width: 100%;
  }
}
@media (min-width: 59em) {
  /* line 262, scss/module/_main.scss */
  #panel-what-we-do .what-we-do__hero {
    margin: 0 auto 100px;
    width: 80%;
  }
}
/* line 277, scss/module/_main.scss */
#panel-what-we-do .what-we-do__box {
  float: left;
  margin-left: 2%;
  width: 30%;
}
@media (min-width: 19em) {
  /* line 277, scss/module/_main.scss */
  #panel-what-we-do .what-we-do__box {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 59em) {
  /* line 277, scss/module/_main.scss */
  #panel-what-we-do .what-we-do__box {
    margin-left: 2%;
    width: 32%;
  }
  /* line 291, scss/module/_main.scss */
  #panel-what-we-do .what-we-do__box:nth-child(2) {
    margin-left: 0;
  }
}
/* line 296, scss/module/_main.scss */
#panel-what-we-do .what-we-do__box h3 {
  font-family: 'Avenir LT Std 35 Light';
  font-weight: 200;
}
/* line 303, scss/module/_main.scss */
#panel-what-we-do .what-we-do__box--marketing h3 {
  color: #ff930e;
}
/* line 309, scss/module/_main.scss */
#panel-what-we-do .what-we-do__box--events h3 {
  color: #ff5266;
}
/* line 315, scss/module/_main.scss */
#panel-what-we-do .what-we-do__box--social-media h3 {
  color: #ffcc0e;
}

/* line 321, scss/module/_main.scss */
#panel-connect {
  background-color: #ff5266;
}
/* line 324, scss/module/_main.scss */
#panel-connect .panel-section__content {
  padding: 30px 0;
}
/* line 328, scss/module/_main.scss */
#panel-connect h3, #panel-connect p, #panel-connect a {
  color: #fff;
}
/* line 332, scss/module/_main.scss */
#panel-connect h3 {
  font-family: 'Avenir LT Std 35 Light';
  font-weight: 200;
}
/* line 337, scss/module/_main.scss */
#panel-connect p {
  width: 53%;
}
@media (min-width: 19em) {
  /* line 337, scss/module/_main.scss */
  #panel-connect p {
    width: 100%;
  }
}
@media (min-width: 59em) {
  /* line 337, scss/module/_main.scss */
  #panel-connect p {
    width: 53%;
  }
}
/* line 349, scss/module/_main.scss */
#panel-connect a {
  text-decoration: none;
}
/* line 352, scss/module/_main.scss */
#panel-connect a:hover, #panel-connect a:focus {
  text-decoration: underline;
}

/*------------------------------------*\
    ARTICLE
\*------------------------------------*/
/**
 *
 */
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
/**
 * .main-footer
 * .main-footer__content
 * .main-footer__copyright
 */
/* line 15, scss/module/_footer.scss */
.main-footer__content {
  padding: 50px 0;
  background-color: #ddd;
}
/* line 19, scss/module/_footer.scss */
.main-footer__content a {
  color: #999;
  font-family: 'Avenir LT Std 35 Light';
  font-weight: 200;
  text-decoration: none;
  font-size: 1.25em;
}
/* line 26, scss/module/_footer.scss */
.main-footer__content a:hover, .main-footer__content a:focus {
  text-decoration: underline;
}
/* line 31, scss/module/_footer.scss */
.main-footer__content .main-footer__content__links {
  float: left;
  width: 45%;
}
@media (min-width: 19em) {
  /* line 31, scss/module/_footer.scss */
  .main-footer__content .main-footer__content__links {
    width: 100%;
  }
}
@media (min-width: 59em) {
  /* line 31, scss/module/_footer.scss */
  .main-footer__content .main-footer__content__links {
    width: 45%;
  }
}
/* line 43, scss/module/_footer.scss */
.main-footer__content .main-footer__content__links ul {
  margin-bottom: 20px;
}
/* line 48, scss/module/_footer.scss */
.main-footer__content .main-footer__content__form {
  float: right;
  width: 50%;
}
@media (min-width: 19em) {
  /* line 48, scss/module/_footer.scss */
  .main-footer__content .main-footer__content__form {
    width: 100%;
  }
}
@media (min-width: 59em) {
  /* line 48, scss/module/_footer.scss */
  .main-footer__content .main-footer__content__form {
    width: 50%;
  }
}
/* line 60, scss/module/_footer.scss */
.main-footer__content .main-footer__content__form .field-row__label, .main-footer__content .main-footer__content__form .field-row__input {
  font-family: 'Avenir LT Std 35 Light';
  font-weight: 200;
  font-size: 1.25em;
}
/* line 66, scss/module/_footer.scss */
.main-footer__content .main-footer__content__form .field-row__label {
  color: #999;
}
/* line 70, scss/module/_footer.scss */
.main-footer__content .main-footer__content__form .field-row__input {
  height: 40px;
  padding: 0px 0.5em;
  line-height: 40px;
}

/* line 78, scss/module/_footer.scss */
.main-footer__copyright {
  padding: 15px 0;
}
/* line 81, scss/module/_footer.scss */
.main-footer__copyright small {
  color: #999;
  font-size: 1em;
}
