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

.row {
  margin: 0 auto;
  max-width: 71.25rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.left {
  float: left; }

.right {
  float: right; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.pl0 {
  padding-left: 0; }

.pr0 {
  padding-right: 0; }

.mb60 {
  margin-bottom: 60px; }

.mb20 {
  margin-bottom: 20px; }

.slider {
  max-width: 1180px; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle; }

.row .row {
  margin: 0; }

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'vista-book-alt';
  src: url("../assets/fonts/vista-book/vistasansaltbook-071211005EmigreWebOnly.eot");
  src: url("../assets/fonts/vista-book/vistasansaltbook-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/vista-book/vistasansaltbook-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vista-book';
  src: url("../assets/fonts/vista-book/vistasansbook-071211005EmigreWebOnly.eot");
  src: url("../assets/fonts/vista-book/vistasansbook-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/vista-book/vistasansbook-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vista-med';
  src: url("../assets/fonts/vista-med/vistasansmed-071211005EmigreWebOnly.eot");
  src: url("../assets/fonts/vista-med/vistasansmed-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/vista-med/vistasansmed-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vista-med-alt';
  src: url("../assets/fonts/vista-med/vistasansaltmed-071211005EmigreWebOnly.eot");
  src: url("../assets/fonts/vista-med/vistasansaltmed-071211005EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/vista-med/vistasansaltmed-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vista-bold';
  src: url("../assets/fonts/vista-bold/vistasansbold-020415006EmigreWebOnly.eot");
  src: url("../assets/fonts/vista-bold/vistasansbold-020415006EmigreWebOnly.eot.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/vista-bold/vistasansbold-020415006EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vista-black';
  src: url("../assets/fonts/vista-black/vistasansblack-020415006EmigreWebOnly.eot");
  src: url("../assets/fonts/vista-black/vistasansblack-020415006EmigreWebOnly.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/vista-black/vistasansblack-020415006EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

hr {
  border-bottom: none;
  border-top-color: #555; }

p {
  font-family: 'vista-book', sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.5; }

a {
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #38b8d5; }
  a:hover {
    color: #333; }
  a.button {
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    background-color: #00618c;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    a.button:hover {
      background-color: #333 !important; }

ul li {
  margin-bottom: 10px;
  color: #555; }

ul#key {
  list-style-type: none; }

ul.inline-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.inline-list li {
    float: left;
    margin-right: 30px; }
    ul.inline-list li:last-child {
      margin-right: 0; }
    ul.inline-list li a {
      text-decoration: none; }

#who-zero .gallery {
  background-color: #F1F1ED;
  height: 680px; }
  @media only screen and (max-width: 40em) {
    #who-zero .gallery {
      padding-bottom: 55px; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    #who-zero .gallery {
      height: 750px; } }
  @media only screen and (min-width: 64.0625em) {
    #who-zero .gallery {
      height: 670px; } }
  #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    z-index: -1; }
    @media only screen and (max-width: 40em) {
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell {
        padding: 20px 0 80px; } }
    #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .top-images {
      margin-bottom: 20px;
      display: none; }
      @media only screen and (min-width: 64.0625em) {
        #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .top-images {
          display: block; } }
    #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .panel {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 40px 30px; }
      @media only screen and (min-width: 64.0625em) {
        #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .panel {
          margin-top: 20%; } }
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .panel h2 {
        color: #baaf31;
        font-family: 'vista-med', sans-serif;
        font-size: 30px;
        text-transform: uppercase;
        margin: 0;
        text-align: center; }
        @media only screen and (min-width: 40.0625em) {
          #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .panel h2 {
            font-size: 44px;
            line-height: 1.2;
            text-align: left; } }
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .panel p {
        color: #60604b;
        opacity: 0.54;
        font-size: 16px;
        line-height: 1.5;
        text-align: center; }
        @media only screen and (min-width: 40.0625em) {
          #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .panel p {
            text-align: left; } }
    #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .slide-panel {
      background: #fff;
      padding: 10px; }
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .slide-panel h3 {
        color: #baaf31; }
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .slide-panel p {
        line-height: 1.5; }
      @media only screen and (max-width: 40em) {
        #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .slide-panel {
          min-height: 310px; } }
      @media only screen and (min-width: 64.0625em) {
        #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .slide-panel {
          padding: 30px;
          min-height: 363px; } }
    #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.intro {
      background: #38b8d5;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center; }
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.intro .row {
        margin: auto; }
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.intro h1 {
        color: #fff;
        font-family: 'vista-med', sans-serif;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 38px; }
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.intro ul {
        padding: 0;
        list-style-type: none;
        margin-bottom: 50px; }
        #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.intro ul li {
          color: white; }
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.intro p {
        font-family: 'vista-book', sans-serif;
        margin-bottom: 30px; }
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.intro a {
        background-color: #6d746d;
        color: white;
        padding: 10px 30px; }
    @media only screen and (min-width: 40.0625em) {
      #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell .image {
        float: left; } }
    #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.ecoflats {
      background-color: #baaf31; }
    #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.hood-river-school {
      background-color: #38b8d5; }
    #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.june-key {
      background-color: #fcb715; }
    #who-zero .gallery .flickity-viewport .flickity-slider .gallery-cell.cowhorn {
      background-color: #00618c; }
  #who-zero .gallery .flickity-prev-next-button {
    top: inherit;
    bottom: 40px; }
    @media only screen and (min-width: 40.0625em) {
      #who-zero .gallery .flickity-prev-next-button {
        top: 50%; } }
    #who-zero .gallery .flickity-prev-next-button .arrow {
      fill: #00618c; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 17px;
  height: 17px;
  line-height: 16px;
  border-radius: 50%;
  border: 1px solid #bdbcb0;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #bdbcb0;
  font-style: normal;
  font-size: 18px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Modal Styles */
.modal {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 800px;
  margin: 20px auto; }
  .modal iframe, .modal img {
    margin-bottom: 10px; }
  .modal h1 {
    font-size: 18px;
    color: #555;
    font-family: 'vista-bold', sans-serif;
    margin: 0 0 10px 0; }
  .modal h2 {
    margin: 0 0 25px 0;
    font-size: 18px;
    color: #555;
    font-family: 'vista-book', sans-serif; }
  .modal p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'vista-book', sans-serif; }
  .modal a.button {
    line-height: 1.5;
    display: block;
    background: #38b8d5;
    margin-top: 25px; }
  .modal .overflow {
    height: 85px;
    overflow-y: scroll; }
  .modal.wide {
    max-width: 960px; }
    .modal.wide .overflow {
      height: 160px;
      overflow-y: scroll; }
  .modal.in-slider h2 {
    font-size: 28px;
    color: #38b8d5;
    margin: 0; }
  .modal.in-slider p {
    color: #555; }
  .modal.in-slider ul li {
    line-height: 1.5; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden; }

.flex-video.widescreen {
  padding-bottom: 56.34%; }

.flex-video.vimeo {
  padding-top: 0; }

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 40em) {
  .mfp-close {
    top: 4px; } }

#content {
  clear: both;
  padding-top: 1em; }

nav a {
  color: #fff; }

/* Important stuff */
ul.menu {
  padding: 0;
  width: 100%; }
  ul.menu li {
    list-style-type: none;
    display: block;
    float: left;
    background: #777;
    margin: 0;
    padding: .5em 0;
    -webkit-box-sizing: border-box;
    /* Fixes Firefox bug */
    box-sizing: border-box;
    width: 20%;
    text-align: center; }
    ul.menu li:hover {
      background: #888; }

a.open-panel, a.close-panel {
  display: none; }

/* Move nav off screen, setup transitions */
nav {
  width: 70%;
  position: absolute;
  right: -70%;
  top: 0;
  height: 100%;
  background: #777;
  display: none; }
  .openNav nav {
    display: block; }
  @media only screen and (min-width: 64.0625em) {
    nav {
      display: none; } }

/* Display nav items vertically */
ul.menu {
  border-top: 1px solid #888; }
  ul.menu li {
    float: none;
    width: 100%;
    text-align: right;
    padding: .5em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #888; }
  @media only screen and (min-width: 64.0625em) {
    ul.menu {
      display: none; } }

/* Reveal open/close buttons */
a.open-panel {
  display: inline;
  float: right; }

a.close-panel {
  display: inline-block;
  text-align: right; }

.openNav #page {
  right: 0;
  -webkit-transform: translate3d(-70%, 0, 0);
  transform: translate3d(-70%, 0, 0);
  -webkit-transition: transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }

/* When the panel is closed, transition the page back to the left */
#page {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }

.open-panel {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 20px auto 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }

.open-panel span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #00618c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.open-panel span:nth-child(1) {
  top: 0px; }

.open-panel span:nth-child(2) {
  top: 10px; }

.open-panel span:nth-child(3) {
  top: 20px; }

.open-panel.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.open-panel.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.open-panel.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

body {
  color: #60604b;
  background-color: #fff;
  font-family: 'vista-book', sans-serif; }

.section {
  position: relative; }
  .section .scroll-arrow {
    display: none;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -25px;
    z-index: 1; }
    @media only screen and (min-width: 64.0625em) {
      .section .scroll-arrow {
        display: block; } }

.sticky-wrapper {
  display: none;
  min-height: 140px;
  background-color: #FFF;
  padding-top: 10px; }
  @media only screen and (min-width: 64.0625em) {
    .sticky-wrapper {
      display: block; } }

#header-sticker {
  background-color: #fff;
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 20px solid #41c4dd;
  padding: 10px 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media only screen and (min-width: 64.0625em) {
    #header-sticker {
      display: block; } }
  #header-sticker .header.desktop #logo {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #header-sticker .header.desktop .nav {
    color: #555;
    float: right;
    margin-top: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #header-sticker .header.desktop .nav a {
      color: #555;
      font-size: 18px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      #header-sticker .header.desktop .nav a:hover {
        color: #000;
        text-decoration: underline; }
  #header-sticker.sticky {
    border-bottom: 2px solid #41c4dd; }
    #header-sticker.sticky .header.desktop #logo {
      width: 120px; }
    #header-sticker.sticky .header.desktop .nav {
      color: #555;
      float: right;
      margin-top: 28px; }
      #header-sticker.sticky .header.desktop .nav a {
        color: #555;
        font-size: 18px; }

.header.mobile {
  display: block;
  padding: 10px 0; }
  @media only screen and (min-width: 64.0625em) {
    .header.mobile {
      display: none; } }

.background-image.intro {
  background: url("../assets/img/bg-intro.jpg") 0 -110px no-repeat; }
  @media only screen and (min-width: 64.0625em) {
    .background-image.intro {
      margin-top: 133px; } }
  @media all and (max-width: 1228px) and (min-width: 640px) {
    .background-image.intro {
      background: url("../assets/img/bg-intro.jpg") 0 0 no-repeat; } }
  .background-image.intro .panel {
    margin: 20px 0;
    padding: 45px; }
    @media only screen and (min-width: 40.0625em) {
      .background-image.intro .panel {
        margin: 65px 0; } }
    .background-image.intro .panel h1 {
      color: #baaf31;
      font-family: 'vista-med', sans-serif;
      font-size: 32px;
      text-transform: uppercase;
      margin: 0; }
      @media only screen and (min-width: 40.0625em) {
        .background-image.intro .panel h1 span {
          display: block; } }
      @media only screen and (min-width: 40.0625em) {
        .background-image.intro .panel h1 {
          font-size: 52px; } }
    .background-image.intro .panel .catchphrase {
      font-size: 18px;
      color: #38b8d5; }
      .background-image.intro .panel .catchphrase span {
        display: block;
        color: #baaf31;
        font-size: 32px;
        font-family: 'vista-bold', sans-serif; }
  @media only screen and (min-width: 40.0625em) {
    .background-image.intro {
      background-size: cover; } }

.background-image .panel {
  background: white; }

#fellowship {
  background-color: #baaf31; }
  #fellowship > .section {
    padding: 45px 0; }
    @media only screen and (min-width: 40.0625em) {
      #fellowship > .section {
        padding: 70px 0; } }
  @media only screen and (min-width: 40.0625em) {
    #fellowship .row {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch; } }
  #fellowship .image {
    margin-bottom: 20px; }
    @media only screen and (min-width: 40.0625em) {
      #fellowship .image {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch; }
        #fellowship .image .image__inner {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
  #fellowship .text h2 {
    color: #fff;
    font-size: 38px;
    margin: 0; }
  #fellowship .text a {
    background-color: #6d746d;
    color: white;
    padding: 10px 30px; }
  #fellowship .text p {
    font-size: 16px;
    color: #fff; }
    #fellowship .text p strong {
      font-family: 'vista-bold', sans-serif; }
  @media only screen and (min-width: 40.0625em) {
    #fellowship .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #fellowship .text .text__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #fellowship .text .text__inner h3 {
          font-size: 40px; }
        #fellowship .text .text__inner p {
          font-size: 18px; }
        #fellowship .text .text__inner a {
          margin-top: auto;
          display: inline-table; } }

#how-it-works {
  padding: 45px 0; }
  @media only screen and (min-width: 40.0625em) {
    #how-it-works {
      padding: 100px 0 50px; } }
  #how-it-works h2, #how-it-works h3 {
    color: #38b8d5;
    font-family: 'vista-med', sans-serif; }
  #how-it-works h2 {
    font-size: 38px;
    margin: 0;
    text-transform: uppercase; }
  #how-it-works a {
    font-size: 22px;
    font-family: 'vista-med', sans-serif; }
  #how-it-works .feature {
    margin-bottom: 50px; }
    #how-it-works .feature .img-container {
      height: 180px; }
      #how-it-works .feature .img-container img {
        display: block;
        margin: 0 auto;
        display: block; }
    #how-it-works .feature h3 {
      font-size: 18px;
      height: 20px;
      line-height: 20px;
      padding-left: 30px;
      display: inline-block;
      font-family: 'vista-book', sans-serif; }
      #how-it-works .feature h3.one {
        background: url("../assets/img/circle-1.svg") left center no-repeat;
        background-size: 20px 20px; }
      #how-it-works .feature h3.two {
        background: url("../assets/img/circle-2.svg") left center no-repeat;
        background-size: 20px 20px; }
      #how-it-works .feature h3.three {
        background: url("../assets/img/circle-3.svg") left center no-repeat;
        background-size: 20px 20px; }
      #how-it-works .feature h3.four {
        background: url("../assets/img/circle-4.svg") left center no-repeat;
        background-size: 20px 20px; }
    #how-it-works .feature p {
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
      margin-top: 0;
      padding: 0 15px; }
  #how-it-works p.intro {
    font-size: 14px;
    font-family: 'vista-book', sans-serif;
    margin: 10px 0 50px; }
    @media only screen and (min-width: 40.0625em) {
      #how-it-works p.intro {
        font-size: 22px; } }

/* #fellowship-wrapper {

	background-color: #ed5d2f;

	.fellowship-content {
		padding: 20px 0;
		@include clearfix;
		color:white;

		h1 {
			@include alt;
		}

		p {
			@include book;
		}

		a {
			padding: 10px 30px;
			color:white;
			background-color: $yellow;
		}

		.text {
			@media only screen and (min-width:40.0625em) {
				padding-left: 30px;
			}
		}
	}
} */
#project-wrapper {
  background-color: #f1f1ed; }
  #project-wrapper #your-project {
    padding-bottom: 50px; }
    @media only screen and (min-width: 40.0625em) {
      #project-wrapper #your-project {
        padding-top: 70px; } }
    #project-wrapper #your-project h2 {
      color: #00618c;
      font-family: 'vista-med', sans-serif;
      margin-bottom: 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 38px; }
      @media only screen and (min-width: 40.0625em) {
        #project-wrapper #your-project h2 {
          text-align: left; } }
    #project-wrapper #your-project p {
      font-size: 17px;
      line-height: 1.5;
      text-align: center; }
      @media only screen and (min-width: 40.0625em) {
        #project-wrapper #your-project p {
          text-align: left; } }
    #project-wrapper #your-project .contact h2 {
      color: #38b8d5;
      font-family: 'vista-med', sans-serif;
      margin-bottom: 10px;
      font-size: 38px; }
    #project-wrapper #your-project .contact.hide-for-small {
      display: none; }
    #project-wrapper #your-project .contact.show-for-small {
      display: block; }
    @media only screen and (min-width: 64.0625em) {
      #project-wrapper #your-project .contact.hide-for-small {
        display: block; }
      #project-wrapper #your-project .contact.show-for-small {
        display: none; } }
    #project-wrapper #your-project img#cityscape {
      margin-top: 10px; }
      @media only screen and (min-width: 64.0625em) {
        #project-wrapper #your-project img#cityscape {
          margin-top: 200px; } }
    #project-wrapper #your-project #form {
      padding: 20px 30px; }
      @media only screen and (min-width: 40.0625em) {
        #project-wrapper #your-project #form {
          background-color: #fff;
          -webkit-box-shadow: 8px 8px 0 #DBDBD8;
          box-shadow: 8px 8px 0 #DBDBD8; } }
      #project-wrapper #your-project #form h3 {
        font-family: 'vista-med', sans-serif;
        text-transform: uppercase;
        text-align: center; }
        @media only screen and (min-width: 40.0625em) {
          #project-wrapper #your-project #form h3 {
            text-align: left;
            padding-left: 0.625rem;
            font-size: 28px; } }
      #project-wrapper #your-project #form label {
        display: block;
        font-size: 14px;
        margin: 10px 0; }
      #project-wrapper #your-project #form input, #project-wrapper #your-project #form textarea {
        width: 100%;
        margin-bottom: 10px; }
      #project-wrapper #your-project #form textarea {
        border: 2px solid #d5d5d5;
        background-color: #f8f8f6; }
      #project-wrapper #your-project #form select {
        height: 50px;
        line-height: 50px;
        padding-left: 5px;
        background-color: #f8f8f6;
        border: 2px solid #d5d5d5; }
      #project-wrapper #your-project #form input[type='submit'] {
        background: #00618c;
        color: white;
        border: 0;
        height: 70px;
        font-size: 20px;
        margin-top: 30px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        #project-wrapper #your-project #form input[type='submit']:hover {
          background: #38b8d5; }
      #project-wrapper #your-project #form input[type="text"], #project-wrapper #your-project #form input[type="number"], #project-wrapper #your-project #form input[type="tel"], #project-wrapper #your-project #form input[type="email"] {
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        background-color: #f8f8f6;
        border: 2px solid #d5d5d5; }
      #project-wrapper #your-project #form input.parsley-error {
        border: 3px solid indianred; }

#successMessage {
  display: none; }

.parsley-errors-list {
  margin: 0;
  padding: 0; }
  .parsley-errors-list li {
    color: indianred;
    list-style-type: none; }

#contact-us {
  text-align: center;
  padding: 20px 0 50px; }
  @media only screen and (min-width: 40.0625em) {
    #contact-us {
      text-align: left;
      padding-top: 30px; } }
