/* This file holds all of the variables used throughout the styling of the site */
/* line 1, ../sass/partials/_helpers.scss */
.controlArrow {
  border: none !important;
  transition: opacity 300ms ease-out 0s;
  opacity: .6;
  height: 57px;
  width: 31px !important;
  margin-top: -28.5px;
  z-index: 100; }
  /* line 10, ../sass/partials/_helpers.scss */
  .controlArrow:hover {
    opacity: 1; }

/* line 15, ../sass/partials/_helpers.scss */
div.section .text, .slide.about .text {
  background-color: rgba(0, 0, 0, 0.5);
  color: #F3F3F3;
  font-family: 'journal';
  font-size: 35px;
  line-height: 35px;
  padding: 0 10px 10px;
  position: absolute;
  text-align: center;
  letter-spacing: 3px; }
  @media (min-width: 1224px) {
    /* line 15, ../sass/partials/_helpers.scss */
    div.section .text, .slide.about .text {
      font-size: 55px;
      line-height: 55px; } }

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/partials/_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, ../sass/partials/_normalize.scss */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../sass/partials/_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 288, ../sass/partials/_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 300, ../sass/partials/_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 312, ../sass/partials/_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 327, ../sass/partials/_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 337, ../sass/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../sass/partials/_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 371, ../sass/partials/_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 380, ../sass/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

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

/* This file holds all styles relating to the overall layout of the page */
/* line 2, ../sass/partials/_layout.scss */
body {
  overflow-y: auto; }

/* line 6, ../sass/partials/_layout.scss */
.mute-button {
  background: url("../images/mute.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 30px;
  right: 20px;
  position: absolute;
  bottom: 20px;
  width: 30px; }
  /* line 15, ../sass/partials/_layout.scss */
  .mute-button.muted {
    background-position: 0 -30px; }

/* This file holds all styles related to any navigation elements on the site */
/* line 3, ../sass/partials/_navigation.scss */
ul#menu {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  line-height: 55px;
  padding: 0 20px;
  z-index: 100; }
  /* line 60, ../../../../../../.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
  ul#menu li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    /* line 48, ../../../../../../.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
    ul#menu li:first-child, ul#menu li.first {
      padding-left: 0; }
    /* line 49, ../../../../../../.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
    ul#menu li:last-child {
      padding-right: 0; }
    /* line 50, ../../../../../../.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
    ul#menu li.last {
      padding-right: 0; }
  /* line 13, ../sass/partials/_navigation.scss */
  ul#menu a {
    color: #030303;
    font-weight: 400;
    opacity: 0.6;
    padding: 10px;
    font-size: 20px;
    text-decoration: none;
    transition: opacity 300ms ease-out 0s;
    cursor: pointer; }
    /* line 23, ../sass/partials/_navigation.scss */
    ul#menu a:hover {
      opacity: 1; }
    /* line 27, ../sass/partials/_navigation.scss */
    ul#menu a.active {
      opacity: 1; }

/* line 33, ../sass/partials/_navigation.scss */
ul#social {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100; }
  /* line 60, ../../../../../../.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
  ul#social li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    /* line 48, ../../../../../../.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
    ul#social li:first-child, ul#social li.first {
      padding-left: 0; }
    /* line 49, ../../../../../../.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
    ul#social li:last-child {
      padding-right: 0; }
    /* line 50, ../../../../../../.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
    ul#social li.last {
      padding-right: 0; }
  /* line 40, ../sass/partials/_navigation.scss */
  ul#social li {
    margin: 0 5px; }
  /* line 44, ../sass/partials/_navigation.scss */
  ul#social img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -webkit-transition: opacity 300ms ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 300ms ease-out 0s;
    -o-transition: opacity 300ms ease-out 0s;
    transition: opacity 300ms ease-out 0s;
    display: block;
    width: 24px; }
    @media (min-width: 1024px) {
      /* line 44, ../sass/partials/_navigation.scss */
      ul#social img {
        width: 32px; } }
    /* line 54, ../sass/partials/_navigation.scss */
    ul#social img:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

/* line 64, ../sass/partials/_navigation.scss */
.controlArrow.prev, .controlArrow.next {
  background: none;
  border: none; }
@media (min-width: 1024px) {
  /* line 71, ../sass/partials/_navigation.scss */
  .controlArrow.prev {
    background: url("../images/back.png") no-repeat scroll 0 0 transparent; }
  /* line 75, ../sass/partials/_navigation.scss */
  .controlArrow.next {
    background: url("../images/next.png") no-repeat scroll 0 0 transparent; } }

/* line 81, ../sass/partials/_navigation.scss */
#nav-content {
  background-color: blue;
  bottom: 0;
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10000; }

/* -- TEMPORARY STYLES THAT ARE FOR DEVELOPMENT ONLY OR NEED TO BE MOVED TO THE APPROPRIATE PARTIAL TO BE PERMANENTLY IMPLEMENTED -- */
@font-face {
  font-family: 'journal';
  src: url("../fonts/journal/journal-webfont.eot");
  src: url("../fonts/journal/journal-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/journal/journal-webfont.woff") format("woff"), url("../fonts/journal/journal-webfont.ttf") format("truetype"), url("../fonts/journal/journal-webfont.svg#journalregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 24, ../sass/styles.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 28, ../sass/styles.scss */
body {
  background-color: #000; }

/* line 32, ../sass/styles.scss */
a {
  color: rgba(0, 0, 0, 0); }

/* line 36, ../sass/styles.scss */
div.bg-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%; }
  /* line 43, ../sass/styles.scss */
  .slide-1 div.bg-image {
    background-image: url("../images/slides/intro-1.jpg"); }
    @media (min-width: 1224px) {
      /* line 43, ../sass/styles.scss */
      .slide-1 div.bg-image {
        background-image: url("../images/slides/intro-1-wide.jpg"); } }
  /* line 43, ../sass/styles.scss */
  .slide-2 div.bg-image {
    background-image: url("../images/slides/intro-2.jpg"); }
    @media (min-width: 1224px) {
      /* line 43, ../sass/styles.scss */
      .slide-2 div.bg-image {
        background-image: url("../images/slides/intro-2-wide.jpg"); } }
  /* line 43, ../sass/styles.scss */
  .slide-3 div.bg-image {
    background-image: url("../images/slides/intro-3.jpg"); }
    @media (min-width: 1224px) {
      /* line 43, ../sass/styles.scss */
      .slide-3 div.bg-image {
        background-image: url("../images/slides/intro-3-wide.jpg"); } }
  /* line 43, ../sass/styles.scss */
  .slide-4 div.bg-image {
    background-image: url("../images/slides/intro-4.jpg"); }
    @media (min-width: 1224px) {
      /* line 43, ../sass/styles.scss */
      .slide-4 div.bg-image {
        background-image: url("../images/slides/intro-4-wide.jpg"); } }
  /* line 43, ../sass/styles.scss */
  .slide-5 div.bg-image {
    background-image: url("../images/slides/intro-5.jpg"); }
    @media (min-width: 1224px) {
      /* line 43, ../sass/styles.scss */
      .slide-5 div.bg-image {
        background-image: url("../images/slides/intro-5-wide.jpg"); } }
  /* line 43, ../sass/styles.scss */
  .slide-6 div.bg-image {
    background-image: url("../images/slides/intro-6.jpg"); }
    @media (min-width: 1224px) {
      /* line 43, ../sass/styles.scss */
      .slide-6 div.bg-image {
        background-image: url("../images/slides/intro-6-wide.jpg"); } }
  /* line 43, ../sass/styles.scss */
  .slide-7 div.bg-image {
    background-image: url("../images/slides/intro-7.jpg"); }
    @media (min-width: 1224px) {
      /* line 43, ../sass/styles.scss */
      .slide-7 div.bg-image {
        background-image: url("../images/slides/intro-7-wide.jpg"); } }
  /* line 43, ../sass/styles.scss */
  .slide-8 div.bg-image {
    background-image: url("../images/slides/intro-8.jpg"); }
    @media (min-width: 1224px) {
      /* line 43, ../sass/styles.scss */
      .slide-8 div.bg-image {
        background-image: url("../images/slides/intro-8-wide.jpg"); } }

/* line 55, ../sass/styles.scss */
.slide-7 div.bg-image {
  background-image: url("../images/slides/transformations-slide.jpg"); }
/* line 59, ../sass/styles.scss */
.slide-8 div.bg-image {
  background-image: url("../images/slides/about-slide.jpg"); }

/* line 64, ../sass/styles.scss */
.slidesContainer {
  -webkit-transition: translate3d 1200ms cubic-bezier(0.455, 0.03, 0.4, 0.955);
  -webkit-transition-delay: 0s;
  -moz-transition: translate3d 1200ms cubic-bezier(0.455, 0.03, 0.4, 0.955) 0s;
  -o-transition: translate3d 1200ms cubic-bezier(0.455, 0.03, 0.4, 0.955) 0s;
  transition: translate3d 1200ms cubic-bezier(0.455, 0.03, 0.4, 0.955) 0s; }

/* line 70, ../sass/styles.scss */
div.section .slide {
  -webkit-transition: opacity 850ms cubic-bezier(0.455, 0.03, 0.4, 0.955);
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 850ms cubic-bezier(0.455, 0.03, 0.4, 0.955) 0s;
  -o-transition: opacity 850ms cubic-bezier(0.455, 0.03, 0.4, 0.955) 0s;
  transition: opacity 850ms cubic-bezier(0.455, 0.03, 0.4, 0.955) 0s;
  position: relative;
  opacity: 0; }
  /* line 75, ../sass/styles.scss */
  div.section .slide.active {
    opacity: 1; }
/* line 87, ../sass/styles.scss */
div.section .slide-1 .text,
div.section .slide-2 .text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.9) 86%, rgba(0, 0, 0, 0.9) 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(4%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.9)), color-stop(99%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.9) 86%, rgba(0, 0, 0, 0.9) 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.9) 86%, rgba(0, 0, 0, 0.9) 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.9) 86%, rgba(0, 0, 0, 0.9) 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.9) 86%, rgba(0, 0, 0, 0.9) 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
  /* IE6-9 */ }
  /* line 101, ../sass/styles.scss */
  div.section .slide-1 .text .inner,
  div.section .slide-2 .text .inner {
    width: 80%;
    margin: 50px auto 25px; }
/* line 111, ../sass/styles.scss */
div.section .slide-3 .text {
  left: 0;
  bottom: 5%;
  width: 55.1%; }
  @media (min-width: 1224px) {
    /* line 111, ../sass/styles.scss */
    div.section .slide-3 .text {
      width: 61.6%; } }
/* line 124, ../sass/styles.scss */
div.section .slide-4 .text {
  left: 0;
  top: 12%;
  width: 56.8%; }
  @media (min-width: 1224px) {
    /* line 124, ../sass/styles.scss */
    div.section .slide-4 .text {
      width: 57%; } }
/* line 137, ../sass/styles.scss */
div.section .slide-5 .text {
  right: 0;
  bottom: 5%;
  width: 73%; }
  @media (min-width: 1224px) {
    /* line 137, ../sass/styles.scss */
    div.section .slide-5 .text {
      width: 72.2%; } }
/* line 150, ../sass/styles.scss */
div.section .slide-6 .text {
  left: 0;
  right: 0;
  top: 60px; }

/* line 158, ../sass/styles.scss */
.video-background {
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: auto;
  z-index: -1000; }

/* line 170, ../sass/styles.scss */
div.stories {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  position: absolute;
  left: 36%;
  width: 55%;
  margin: -119px auto 0;
  overflow: hidden;
  bottom: 7%; }
  /* line 179, ../sass/styles.scss */
  div.stories .story {
    float: left;
    width: 33.333333%;
    height: 100%;
    padding: 5px;
    position: relative; }
    /* line 187, ../sass/styles.scss */
    div.stories .story.story-1, div.stories .story.story-2 {
      padding-bottom: 5px; }
    div.stories .story.story-4 {
      margin-left: 0; }
    /* line 196, ../sass/styles.scss */
    div.stories .story.story-odd {
      padding-right: 5px; }
    /* line 200, ../sass/styles.scss */
    div.stories .story.story-even {
      padding-left: 5px; }
    /* line 218, ../sass/styles.scss */
    div.stories .story img {
      width: 100%; }
    /* line 222, ../sass/styles.scss */
    div.stories .story .caption {
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 14px;
      color: #fff;
      font-size: 45px;
      padding: 0px 0;
      position: absolute;
      text-align: center;
      width: 100%;
      font-family: journal; }
  /* line 235, ../sass/styles.scss */
  div.stories .story-inner {
    position: relative; }

/* line 240, ../sass/styles.scss */
div.transformations-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -125px;
  margin-left: 22px; }
  /* line 247, ../sass/styles.scss */
  div.transformations-wrapper .transformations {
    margin: 0 auto; }
    @media (min-width: 1200px) {
      /* line 247, ../sass/styles.scss */
      div.transformations-wrapper .transformations {
        width: 80%; } }
  /* line 255, ../sass/styles.scss */
  div.transformations-wrapper .owl-wrapper-outer {
    overflow: hidden;
    position: relative; }
    /* line 259, ../sass/styles.scss */
    div.transformations-wrapper .owl-wrapper-outer img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      border: 5px solid #F9F9F9; }
  /* line 265, ../sass/styles.scss */
  div.transformations-wrapper .owl-buttons {
    position: relative;
    margin-left: -35px; }
    /* line 269, ../sass/styles.scss */
    div.transformations-wrapper .owl-buttons div {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important;
      background-color: transparent !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      opacity: 0.8 !important;
      font-size: 20px; }
      /* line 277, ../sass/styles.scss */
      div.transformations-wrapper .owl-buttons div:hover {
        opacity: 1 !important; }

/* line 286, ../sass/styles.scss */
.slide.about h2 {
  text-align: center;
  margin: 10px 0;
  font-style: normal;
  font-weight: normal; }
/* line 293, ../sass/styles.scss */
.slide.about .text {
  padding: 10px 10px 10px 20px;
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  height: 70%;
  left: 15%;
  overflow: auto;
  text-align: left;
  top: 20%;
  width: 70%;
  letter-spacing: 1px;
  line-height: 22px; }
/* line 309, ../sass/styles.scss */
.slide.about .section2 {
  clear: both;
  padding-top: 15px; }
  /* line 313, ../sass/styles.scss */
  .slide.about .section2 p {
    margin-top: 0; }
/* line 320, ../sass/styles.scss */
.slide.about img.staff {
  float: right;
  margin: 0 0 15px 15px; }
/* line 325, ../sass/styles.scss */
.slide.about img.aao {
  float: left;
  margin: 0 15px 15px 0; }
/* line 331, ../sass/styles.scss */
.slide.about a {
  color: white; }

/* line 336, ../sass/styles.scss */
#copyright {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -webkit-transition: opacity 500ms ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 500ms ease-out 0s;
  -o-transition: opacity 500ms ease-out 0s;
  transition: opacity 500ms ease-out 0s;
  cursor: default;
  position: absolute;
  font-size: 15px;
  right: 0;
  bottom: 10px;
  left: 0;
  color: white;
  text-align: center;
  z-index: 10000; }
  /* line 349, ../sass/styles.scss */
  #copyright:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  /* line 353, ../sass/styles.scss */
  #copyright a {
    color: white;
    text-decoration: underline; }

/** Directly from colorbox.css **/
/* line 361, ../sass/styles.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

/* line 362, ../sass/styles.scss */
#cboxWrapper {
  max-width: none; }

/* line 363, ../sass/styles.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

/* line 364, ../sass/styles.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

/* line 365, ../sass/styles.scss */
#cboxContent {
  position: relative;
  padding: 0 25px;
  overflow: hidden; }

/* line 370, ../sass/styles.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* line 371, ../sass/styles.scss */
#cboxTitle {
  margin: 0; }

/* line 372, ../sass/styles.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 373, ../sass/styles.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

/* line 374, ../sass/styles.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

/* line 375, ../sass/styles.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

/* line 376, ../sass/styles.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* line 377, ../sass/styles.scss */
#cboxOverlay {
  background-color: #000; }

/* line 378, ../sass/styles.scss */
#colorbox {
  outline: 0; }

/* line 379, ../sass/styles.scss */
.cboxIframe {
  background: #fff; }

/* line 380, ../sass/styles.scss */
#cboxLoadingOverlay {
  background: url(../images/loading_background.png) no-repeat center center; }

/* line 381, ../sass/styles.scss */
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 384, ../sass/styles.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 387, ../sass/styles.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

/* line 388, ../sass/styles.scss */
button#cboxClose {
  background: url("../images/close.png") no-repeat scroll 0 0 transparent;
  position: absolute;
  right: 0;
  text-indent: -99999px;
  top: 0;
  width: 19px;
  height: 19px; }

/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/* line 411, ../sass/styles.scss */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }
