/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0;
  background-color: #000; }

body, html {
  height: 100%;
  width: 100%; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Lists
   ========================================================================== */
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.mhome { display: none; }

/* ==========================================================================
   General margin removal
   ========================================================================== */
p, h1, h2, h3, h4 {
  margin: 0; }
  
h3 {
  color: #c2c2c2;
  font-size: 1em !important; }

header:after, header nav ul:after, section#story ul:after, .speaker:after, section#history ul:after, section#creations .creations:after, .whereabouts:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden; }

body {
  height: 100%;
  font-family: 'vollkorn', Times New Roman, serif; /*'champagne__limousinesregular';*/
  -webkit-font-smoothing: antialiased;
  overflow: hidden; }

.white {
  color: white; }
  
.seperator {
  color: #c2c2c2; }

a img {
  border: 0; }

.mtitle {
  display: none;
  margin: 0 0 20px 10px; }
  
.appoint {
  margin-top:10px;
  color:#898989; }

@media only screen and (max-width: 767px) {
body {
  overflow: visible; } }

.no-js body {
  overflow: visible; }

::selection {
  background: rgba(238, 51, 35, 0.6); }

::-moz-selection {
  background: rgba(238, 51, 35, 0.6);
  /* Firefox */ }

.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 12px solid black; */
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  left: 0;
  top: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 1001;
  -webkit-transition: border-color 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: border-color 300ms ease-in-out 200ms;
  -o-transition: border-color 300ms ease-in-out 200ms;
  transition: border-color 300ms ease-in-out 200ms;
  -webkit-transform: translate3d(0, 0, 0.1);
  -moz-transform: translate3d(0, 0, 0.1);
  -ms-transform: translate3d(0, 0, 0.1);
  -o-transform: translate3d(0, 0, 0.1);
  transform: translate3d(0, 0, 0.1); }
  @media only screen and (max-width: 767px) {
    .container {
      background: transparent;
      border: none;
      height: auto; } }

.scroll-container {
  position: relative;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .scroll-container {
      height: auto; } }

section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    section {
      height: auto; } }

.no-js section {
  min-height: 100%; }

.title {
  top: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms ease-in-out 0;
  -o-transition: opacity 300ms ease-in-out 0;
  transition: opacity 300ms ease-in-out 0;
  left: 72px;
  opacity: 0;
  position: absolute;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    .title {
      top: 0; } }
  @media only screen and (max-width: 767px) {
    .title {
      left: 0;
      opacity: 1;
      position: relative; } }
  @media only screen and (max-height: 800px) and (min-width: 768px) {
    .title {
      top: 25%; } }
  @media only screen and (max-height: 800px) and (min-width: 1025px) {
    .title {
      top: 140px; } }

.title--relative {
  position: relative;
  left: 0;
  top: 0; }

.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms ease-in-out 0;
  -o-transition: opacity 300ms ease-in-out 0;
  transition: opacity 300ms ease-in-out 0;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  z-index: 20; }
  @media only screen and (max-width: 767px) {
    .content {
      left: 0;
      opacity: 1;
      position: relative;
      top: 0; } }

.content--left {
  bottom: 50px;
  left: 72px;
  position: absolute; }
  
.content--center {
  bottom: 35%;
  left: 43%;
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .content--left {
      position: static;
      width: 100%;
      z-index: 12; }
	.content--center {
	  position: static;
	  widows: 100%;
	  z-index: 12; } }

.content--large {
  font-size: 22px;
  line-height: 37px; }
  @media only screen and (max-width: 767px) {
    .content--large {
      font-size: 18px; } }

.no-js .title,
.no-js .content {
  opacity: 1; }

.scrollable {
  overflow: hidden; }

.col {
  float: left;
  margin-right: 60px;
  width: 340px; }
  .col:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .col {
      width: 290px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .col {
      width: 350px; } }
  @media only screen and (max-width: 767px) {
    .col {
      float: none;
      width: 100%; } }
  .col h3 {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .col h3 {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
      .col h3 {
        margin-bottom: 15px; } }
  .col p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .col p {
        margin-bottom: 30px; } }
    @media only screen and (max-height: 800px) and (min-width: 768px) {
      .col p {
        margin-bottom: 30px; } }
    .col p.no-margin {
      margin-bottom: 0; }
    .col p a {
      border-bottom: 1px solid; }

.col--force-right {
  float: right;
  margin-right: 72px !important; }
  @media only screen and (max-width: 1214px) {
    .col--force-right {
      margin-top: 30px;
      float: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .col--force-right {
      margin-top: -30px; } }
  @media only screen and (max-width: 767px) {
    .col--force-right {
      float: none; } }
  .col--force-right p {
    margin-bottom: 0 !important; }

.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (max-width: 767px) {
    .vertical-center {
      top: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

.ilya-video {
  -webkit-transition: opacity 4s ease-in-out;
  -moz-transition: opacity 4s ease-in-out;
  -o-transition: opacity 4s ease-in-out;
  transition: opacity 4s ease-in-out;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0; }
  .ilya-video.is-active {
    opacity: 1; }
  .ilya-video video {
    position: relative;
    display: block;
    min-width: 100%;
    min-height: 100%; }
  @media only screen and (max-width: 1024px) {
    .ilya-video {
      display: none; } }

h2 {
  font-size: 59px;
  font-weight: bold;
  line-height: .9;
  margin: 15px 0 60px 0; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 40px;
      margin: 10px 0 30px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    h2 {
      margin-bottom: 30px; } }
  @media only screen and (max-height: 800px) and (min-width: 768px) {
    h2 {
      font-size: 50px; } }
  @media only screen and (max-height: 800px) and (min-width: 768px) {
    h2 {
      margin-top: 5px; } }

h4 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase; }

header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0.1);
  -moz-transform: translate3d(0, 0, 0.1);
  -ms-transform: translate3d(0, 0, 0.1);
  -o-transform: translate3d(0, 0, 0.1);
  transform: translate3d(0, 0, 0.1);
  left: 0;
  opacity: 1;
  padding: 72px;
  pointer-events: all;
  position: fixed;
  top: 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    header {
      background: transparent;
      border-bottom: none; /*1px solid #efefef;*/
      padding: 10px; }
	.menu-trigger {
	  display: block; } }
  @media only screen and (max-height: 800px) and (min-width: 768px) {
    header {
      padding-top: 40px; } }

.logo-container {
  float: left;
  height: 40px;
  margin: 0;
  position: relative;
  width: 202px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .logo-container {
      float: none;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .logo-container {
      margin: 0; } }
  .logo-container h1 {
    position: absolute;
    height: 312px;
    left: 0;
    margin: 0;
    top: 0;
    width: 265px;
    z-index: 3;
	/*background: transparent url(../images/logo.png) left top no-repeat;*/ }
    .logo-container h1 span {
      display: none; }

.logo {
  position: absolute;
  left: 0;
  margin: 0;
  top: 0;
  z-index: 2; }
  .logo .mainlogo {
    -webkit-transition: all 300ms ease-in-out;
    -webkit-transition-delay: 200ms;
    -moz-transition: all 300ms ease-in-out 200ms;
    -o-transition: all 300ms ease-in-out 200ms;
    transition: all 300ms ease-in-out 200ms;
    fill: #ee3323; }
  .logo .portland {
    -webkit-transition: all 300ms ease-in-out;
    -webkit-transition-delay: 200ms;
    -moz-transition: all 300ms ease-in-out 200ms;
    -o-transition: all 300ms ease-in-out 200ms;
    transition: all 300ms ease-in-out 200ms;
    fill: #010101; }
  .logo .tinyx {
    -webkit-transition: all 300ms ease-in-out;
    -webkit-transition-delay: 200ms;
    -moz-transition: all 300ms ease-in-out 200ms;
    -o-transition: all 300ms ease-in-out 200ms;
    transition: all 300ms ease-in-out 200ms;
    fill: #ee3323; }
  .logo .independent {
    -webkit-transition: all 300ms ease-in-out;
    -webkit-transition-delay: 200ms;
    -moz-transition: all 300ms ease-in-out 200ms;
    -o-transition: all 300ms ease-in-out 200ms;
    transition: all 300ms ease-in-out 200ms;
    fill: #010101; }

.no-svg h1 {
  background: transparent url(../images/global/logo-black.png) left top no-repeat;
  background-size: 100% auto; }
  .no-svg h1 .logo {
    display: none; }

header .nav-toggle {
  display: none; }
  @media only screen and (max-width: 767px) {
    header .nav-toggle {
      background: transparent url(../images/menu_white_32.png) left top no-repeat;
      display: block;
      float: left;
	  position: relative;
	  z-index: 100;
      height: 32px;
      width: 32px; }
	.seperator {
	  display: none !important; } }

header nav {
  float: none ; /*right*/
  margin: 0 auto 0 auto; /*-3px 0 0 0*/
  max-width: 400px;
  font-family: 'vollkorn'; /*'spyroclassicregular';*/ } 
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    header nav {
      float: none;
      margin: 20px auto 0 auto;
      max-width: 400px; } }
  @media only screen and (max-width: 767px) {
    header nav {
      clear: both;
      display: none;
      float: none;
      width: 100%; }
	.seperator {
	  display: none; } }
  @media only screen and (max-width: 767px) {
    header nav.active {
      display: inline; }
	#menu {
		position: absolute;
		left: -160px;
		width: 160px;
		height: 100%;
		min-height: 1024px;
		background: #b1b1b1;
		margin-top: -10px;
		padding-top: 50px;
		-webkit-box-shadow: inset -10px 0 5px -5px hsla(0,0%,0%,.25);
	    -moz-box-shadow: inset -10px 0 5px -5px hsla(0,0%,0%,.25);
	    box-shadow: inset -10px 0 5px -5px hsla(0,0%,0%,.25);
		-webkit-animation: slide 0.5s both;
		-webkit-animation-delay: 0s;
		animation: slide 0.5s both;
		animation-delay: 2s; }
	@-webkit-keyframes slide {
		100% { left: 0; } }
	@keyframes slide {
		100% { left: 0; } } }
	.scroll-container.active {
		position:relative;
		left: 0;
		-webkit-animation: pslide 0.5s both;
		-webkit-animation-delay: 0s;
		animation: pslide 0.5s both;
		animation-delay: 2s; }
	@-webkit-keyframes pslide {
		100% { left: 160px; } }
	@keyframes pslide {
		100% { left: 160px; } } }
  header nav ul {
    font-size: 26px;
    width: auto; }
  header nav li {
    display: block;
    float: left;
	/* width: 100%; */
    margin: 0 1px 1px 0; }
    @media only screen and (max-width: 767px) {
      header nav li {
        float: left; } }
    header nav li:last-child a {
      padding-right: 0; }
      @media only screen and (max-width: 767px) {
        header nav li:last-child a {
          padding-right: 12px; } }
  header nav a {
    color: #FFF ; /*#2e2e2e*/
    display: inline-block;
    padding: 0 12px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
    -webkit-transition: color 300ms ease-in-out;
    -webkit-transition-delay: 200ms;
    -moz-transition: color 300ms ease-in-out 200ms;
    -o-transition: color 300ms ease-in-out 200ms;
    transition: color 300ms ease-in-out 200ms; }
    @media only screen and (max-width: 767px) {
      /*header nav a {
        background: #ee3323;
        color: white !important;
        padding: 6px 10px 7px 10px;
        text-align: center; }*/ 
	  header nav a {
        color: white !important;
		text-transform: none;
        padding: 6px 10px 7px 10px;
        text-align: center; }
	  .mhome { display: block; } }
    .hoverable header nav a:hover {
      color: white }

@-webkit-keyframes introAnimation {
  0% {
    opacity: 0; }

  8% {
    opacity: 1; }

  16% {
    opacity: 1; }

  33% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@-moz-keyframes introAnimation {
  0% {
    opacity: 0; }

  8% {
    opacity: 1; }

  16% {
    opacity: 1; }

  33% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@-o-keyframes introAnimation {
  0% {
    opacity: 0; }

  8% {
    opacity: 1; }

  16% {
    opacity: 1; }

  33% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes introAnimation {
  0% {
    opacity: 0; }

  8% {
    opacity: 1; }

  16% {
    opacity: 1; }

  33% {
    opacity: 0; }

  100% {
    opacity: 0; } }

/** Simple Ajax Contact Form **/
#contact_form{
	width:100%;
	padding:20px;
	border:none; /*1px solid #DDD*/
	border-radius: 5px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	font-weight: bold;
	letter-spacing: 1px;
	color: white; /*#666666*/
	background:transparent; /*#FAFAFA*/
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#contact_form legend{
	/*font-size: 15px;
	color: #C9C9C9;*/
}
#contact_form label{
	display: block;
	margin-bottom:5px;
}
#contact_form label span{
	float:left;
	width:100px;
	/*color:#666666;*/
}
#contact_form input{
	height: 25px;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	padding-left: 4px;
	color: #333;
	width: 230px;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
#contact_form textarea{
	width: 230px;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	color: #333;
	height: 100px;
	margin-right: -5px;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
.submit_btn {
	border: 1px solid #D8D8D8;
	padding: 5px 15px 5px 15px;
	color: #8D8D8D;
	/*text-shadow: 1px 1px 1px #FFF;*/
	border-radius: 3px;
	background: #F8F8F8;
}
.submit {
	width: 155px;
}
.cancel {
	width: 80px;
}
.submit_btn:hover 
{
	background: black;
	color: white;
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.invert {
	background: transparent;
	color: white;
}
.invert:hover {
	background: white;
	color: black;
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.success{
	background: #3C0; /*#CFFFF5*/
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: normal;
}
.error{
	background: #F03; /*#FFDFDF*/
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: normal;
}
.transparent {
	background: transparent;
}

section#intro {
  background: #000 url(../images/bg.jpg); /*#e0e0dd*/ }
  section#intro .slides {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%; }
  section#intro .slide {
    background-position: center;
    background-size: cover;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1; }
  section#intro .is-active .slide {
    display: block; }
  section#intro .slide1 {
    z-index: 6; }
  section#intro .slide2 {
    z-index: 5; }
  section#intro .slide3 {
    z-index: 4; }
  section#intro .slide4 {
    z-index: 3; }
  section#intro .slide5 {
    z-index: 2; }
  section#intro .slide6 {
    z-index: 1; }
  section#intro .is-active .slide1 {
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: 24s;
    -webkit-animation-name: introAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -moz-animation-duration: 24s;
    -moz-animation-name: introAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
    -o-animation-duration: 24s;
    -o-animation-name: introAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-duration: 24s;
    animation-name: introAnimation;
    animation-iteration-count: infinite; }
  section#intro .is-active .slide2 {
    -webkit-animation-delay: 5s;
    -webkit-animation-duration: 24s;
    -webkit-animation-name: introAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 5s;
    -moz-animation-duration: 24s;
    -moz-animation-name: introAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 5s;
    -o-animation-duration: 24s;
    -o-animation-name: introAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 5s;
    animation-duration: 24s;
    animation-name: introAnimation;
    animation-iteration-count: infinite; }
  section#intro .is-active .slide3 {
    -webkit-animation-delay: 9s;
    -webkit-animation-duration: 24s;
    -webkit-animation-name: introAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 9s;
    -moz-animation-duration: 24s;
    -moz-animation-name: introAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 9s;
    -o-animation-duration: 24s;
    -o-animation-name: introAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 9s;
    animation-duration: 24s;
    animation-name: introAnimation;
    animation-iteration-count: infinite; }
  section#intro .is-active .slide4 {
    -webkit-animation-delay: 13s;
    -webkit-animation-duration: 24s;
    -webkit-animation-name: introAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 13s;
    -moz-animation-duration: 24s;
    -moz-animation-name: introAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 13s;
    -o-animation-duration: 24s;
    -o-animation-name: introAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 13s;
    animation-duration: 24s;
    animation-name: introAnimation;
    animation-iteration-count: infinite; }
  section#intro .is-active .slide5 {
    -webkit-animation-delay: 17s;
    -webkit-animation-duration: 24s;
    -webkit-animation-name: introAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 17s;
    -moz-animation-duration: 24s;
    -moz-animation-name: introAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 17s;
    -o-animation-duration: 24s;
    -o-animation-name: introAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 17s;
    animation-duration: 24s;
    animation-name: introAnimation;
    animation-iteration-count: infinite; }
  section#intro .is-active .slide6 {
    -webkit-animation-delay: 21s;
    -webkit-animation-duration: 24s;
    -webkit-animation-name: introAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 21s;
    -moz-animation-duration: 24s;
    -moz-animation-name: introAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 21s;
    -o-animation-duration: 24s;
    -o-animation-name: introAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 21s;
    animation-duration: 24s;
    animation-name: introAnimation;
    animation-iteration-count: infinite; }
  section#intro .no-svg #intro .slides .slide {
    display: none; }
  section#intro .footer {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 50px;
	z-index: 100; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    section#intro {
      background: white url(../images/bg.jpg) no-repeat;
      background-size: cover; }
	section#intro .content--center {
	  top: 31%;
	  left: 39%; }
	#watermark {
	  margin-right: -50px; } }
  @media only screen and (max-width: 767px) {
    section#intro {
      background: white url(../images/bg.jpg) center no-repeat;
      background-size: cover;
      height: 100%;
      margin-top: 0;
      min-height: 400px; } }
  @media only screen and (max-width: 767px) {
    section#intro .content {
      position: absolute;
      bottom: 20px;
      left: 20px;
      top: auto;
      width: auto; } }
  section#intro p.info {
    color:#d3d3d3 ; /*#2e2e2e*/
    font-size: 16px; /*24px*/
    font-weight: 400;
    line-height: 1.4em;
	font-family: 'vollkorn'; /*'spyroclassicregular';*/
	font-style: italic;
	margin-bottom: 50px; }
    section#intro p.info a {
      color: #ee3323; }
	@media only screen and (max-width: 767px) {
	  section#intro p.info {
		font-size: 12px;
		margin: 0;
		color: #898989; } }

body.state-intro section#intro .content {
	opacity: 1; }
body.state-intro header nav a {
  color: #d3d3d3;
  -webkit-transition: color 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: color 300ms ease-in-out 200ms;
  -o-transition: color 300ms ease-in-out 200ms;
  transition: color 300ms ease-in-out 200ms; }
body.state-intro header nav a:hover {
  color:#999; }

@-webkit-keyframes slideAnimation {
  0% {
    opacity: 0; }

  16% {
    opacity: 1; }

  34% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@-moz-keyframes slideAnimation {
  0% {
    opacity: 0; }

  16% {
    opacity: 1; }

  34% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@-o-keyframes slideAnimation {
  0% {
    opacity: 0; }

  16% {
    opacity: 1; }

  34% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes slideAnimation {
  0% {
    opacity: 0; }

  16% {
    opacity: 1; }

  34% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 0; } }

section#story {
  background: #000 ; /*url(../images/story.jpg) 50%*/
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    section#story {
      background-size: cover;
      padding: 0 10px 10px 10px; } }
  section#story h4 {
    color: #898989; }
  section#story .content {
    max-width: 850px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      section#story .content {
        position: relative;
        top: 0;
        left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      section#story .content {
        max-width: 650px; } }
  section#story ul {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: -4px;
    width: auto; }
    @media only screen and (max-width: 767px) {
      section#story ul {
        font-size: 16px; } }
    section#story ul li {
      display: inline-block;
      margin: 0 15px 0 0; }
    section#story ul a {
      display: inline-block;
      color: #ee3323;
      text-align: center; }
  section#story .slides {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%; }
  section#story .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  section#story .slide1 {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 12s;
    -webkit-animation-name: slideAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 12s;
    -moz-animation-name: slideAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
    -o-animation-duration: 12s;
    -o-animation-name: slideAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 12s;
    animation-name: slideAnimation;
    animation-iteration-count: infinite;
    z-index: 5; }
  section#story .slide2 {
    -webkit-animation-delay: 4s;
    -webkit-animation-duration: 12s;
    -webkit-animation-name: slideAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 4s;
    -moz-animation-duration: 12s;
    -moz-animation-name: slideAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 4s;
    -o-animation-duration: 12s;
    -o-animation-name: slideAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 4s;
    animation-duration: 12s;
    animation-name: slideAnimation;
    animation-iteration-count: infinite;
    z-index: 4; }
  section#story .slide3 {
    -webkit-animation-delay: 8s;
    -webkit-animation-duration: 12s;
    -webkit-animation-name: slideAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 8s;
    -moz-animation-duration: 12s;
    -moz-animation-name: slideAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 8s;
    -o-animation-duration: 12s;
    -o-animation-name: slideAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 8s;
    animation-duration: 12s;
    animation-name: slideAnimation;
    animation-iteration-count: infinite;
    z-index: 3; }

section#story .slide1 {
  background: transparent url(../images/perfect/perfect.jpg) center center no-repeat;
  background-size: cover; }

section#story .clink a,
section#story .clink a:active {
  color:white; }
section#story .clink a:hover {
  color:#CCC;
  -webkit-transition: color 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: color 300ms ease-in-out 200ms;
  -o-transition: color 300ms ease-in-out 200ms;
  transition: color 300ms ease-in-out 200ms; }

.no-svg #history .slides .slide {
  display: none; }

/* conditional colors based on state */
body.state-story .container {
  border-color: black; }
body.state-story section#story .title,
body.state-story section#story .content {
  opacity: 1; }
body.state-story header nav a {
  color: #999; }
body.state-story .logo .mainlogo {
  fill: white; }
body.state-story .logo .portland {
  fill: black; }
body.state-story .logo .tinyx,
body.state-story .logo .independent {
  fill: white; }

body.state-story header nav li.nav-story a {
  color: white; }

section#story2 {
  background: #000 ; /*url(../images/story.jpg) 50%*/
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    section#story2 {
      background-size: cover;
      padding: 20px 20px 30px 20px; } }
  section#story2 h4 {
    color: #898989; }
  section#story2 .content {
    max-width: 850px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      section#story2 .content {
        position: relative;
        top: 0;
        left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      section#story2 .content {
        max-width: 650px; } }
  section#story2 ul {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: -4px;
    width: auto; }
    @media only screen and (max-width: 767px) {
      section#story2 ul {
        font-size: 16px; } }
    section#story2 ul li {
      display: inline-block;
      margin: 0 15px 0 0; }
    section#story2 ul a {
      display: inline-block;
      color: #ee3323;
      text-align: center; }
  section#story2 .slides {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%; }
  section#story2 .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  section#story2 .slide1 {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 12s;
    -webkit-animation-name: slideAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 12s;
    -moz-animation-name: slideAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
    -o-animation-duration: 12s;
    -o-animation-name: slideAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 12s;
    animation-name: slideAnimation;
    animation-iteration-count: infinite;
    z-index: 5; }
  section#story2 .slide2 {
    -webkit-animation-delay: 4s;
    -webkit-animation-duration: 12s;
    -webkit-animation-name: slideAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 4s;
    -moz-animation-duration: 12s;
    -moz-animation-name: slideAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 4s;
    -o-animation-duration: 12s;
    -o-animation-name: slideAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 4s;
    animation-duration: 12s;
    animation-name: slideAnimation;
    animation-iteration-count: infinite;
    z-index: 4; }
  section#story2 .slide3 {
    -webkit-animation-delay: 8s;
    -webkit-animation-duration: 12s;
    -webkit-animation-name: slideAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 8s;
    -moz-animation-duration: 12s;
    -moz-animation-name: slideAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 8s;
    -o-animation-duration: 12s;
    -o-animation-name: slideAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 8s;
    animation-duration: 12s;
    animation-name: slideAnimation;
    animation-iteration-count: infinite;
    z-index: 3; }

section#story2 .slide1 {
  background: transparent url(../images/perfect/perfect.jpg) center center no-repeat;
  background-size: cover; }

section#story2 .clink a,
section#story2 .clink a:active {
  color:white; }
section#story2 .clink a:hover {
  color:#CCC;
  -webkit-transition: color 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: color 300ms ease-in-out 200ms;
  -o-transition: color 300ms ease-in-out 200ms;
  transition: color 300ms ease-in-out 200ms; }

.no-svg #history2 .slides .slide {
  display: none; }

/* conditional colors based on state */
body.state-story2 .container {
  border-color: black; }
body.state-story2 section#story2 .title,
body.state-story2 section#story2 .content {
  opacity: 1; }
body.state-story2 header nav a {
  color: #999; }
body.state-story2 .logo .mainlogo {
  fill: white; }
body.state-story2 .logo .portland {
  fill: black; }
body.state-story2 .logo .tinyx,
body.state-story2 .logo .independent {
  fill: white; }

body.state-story2 header nav li.nav-story2 a {
  color: white;
  font-size: 24px; }

section#speakers,
section#performers {
  background: white; }
  section#speakers .content,
  section#performers .content {
    color: #fff;
    left: 72px;
    position: absolute;
    top: 30%;
    z-index: 1000; }
    @media only screen and (max-width: 767px) {
      section#speakers .content,
      section#performers .content {
        color: #010101;
        left: 0;
        padding: 20px;
        position: relative;
        top: 0; } }
  section#speakers .title h2,
  section#performers .title h2 {
    color: white; }
    @media only screen and (max-width: 767px) {
      section#speakers .title h2,
      section#performers .title h2 {
        color: #010101;
        margin-bottom: 10px; } }
  section#speakers .title h4,
  section#performers .title h4 {
    color: #898989; }
  @media only screen and (max-width: 767px) {
    section#speakers .title,
    section#performers .title {
      padding: 20px; } }

.full-nothing {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: 0;
  z-index: 3; }

section#performers .title h4, section#performers .speaker-bio h4 {
  color: #b2b2b2; }

.speakers {
  color: #fff;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999; }
  @media only screen and (max-width: 767px) {
    .speakers {
      height: auto !important;
      position: relative !important;
      overflow: visible !important; } }

.scroll-status {
  position: absolute;
  height: 100%;
  right: 30px;
  top: 90%;
  z-index: 1000;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
  @media only screen and (max-width: 767px) {
    .scroll-status {
      display: none; } }

.scroll-status__link {
  display: block;
  text-align: right;
  cursor: pointer;
  color: white; }
  .scroll-status__link:focus {
    outline: none; }
  .hoverable .scroll-status__link:hover .scroll-status__name {
    opacity: 1; }
  .hoverable .scroll-status__link:hover .scroll-status__dot {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.scroll-status__name {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  line-height: 1;
  opacity: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .scroll-status__name {
      opacity: 1; } }

.scroll-status__dot {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  background: #ee3323; }
  .state-performers .scroll-status__dot {
    background: black; }
  .is-active > .scroll-status__dot {
    background: #fff; }

.speaker {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 12;
  text-align: left;
  zoom: 1; }
  @media only screen and (max-width: 767px) {
    .speaker {
      background-size: cover;
      height: auto;
      min-height: 300px; } }
 @media screen and (max-width: 767px) and (orientation: landscape) {
    .speaker {
      min-height: 200px; } }
  .desktop .speaker {
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .desktop .speaker.is-active {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

.speaker-bio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  min-width: 90%; /*250px*/
  max-width: 90%; /*410px*/
  position: absolute;
  left: 100px;
  bottom: 50px;
  color: white;
  z-index: 12; }
  .speaker-bio h3 {
    font-size: 1.17em; /*26px*/
    font-weight: bold;
    margin: 0 0 20px 0; }
  .speaker-bio h4 {
    color: #b2b2b2;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: none; }
    @media only screen and (max-width: 767px) {
      .speaker-bio h4 {
        margin-bottom: 15px; } }
  .speaker-bio p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: -4px; }
    @media only screen and (max-width: 767px) {
      .speaker-bio p {
        font-size: 14px;
        letter-spacing: 0; } }
  @media only screen and (max-width: 767px) {
    .speaker-bio {
      color: #2e2e2e;
      height: auto;
      left: 0;
      /*margin-bottom: 30px; */
      padding: 20px;
      top: 0;
      position: relative;
      width: 100%;
	  min-width: 100%; } }

.js .speaker-bio {
  opacity: 0; }
  @media only screen and (max-width: 767px) {
    .js .speaker-bio {
      opacity: 1; } }
  .js .speaker-bio.is-active {
    opacity: 1; }

.speaker.active .speaker-bio {
  opacity: 1; }

.no-js #speakers,
.no-js #performers, .no-svg #speakers,
.no-svg #performers {
  height: auto;
  padding-top: 150px; }
  .no-js #speakers .title,
  .no-js #performers .title, .no-svg #speakers .title,
  .no-svg #performers .title {
    color: #010101;
    margin-bottom: 40px;
    position: relative;
    top: 30px;
    width: 100%;
    z-index: 1000; }
    .no-js #speakers .title h2,
    .no-js #performers .title h2, .no-svg #speakers .title h2,
    .no-svg #performers .title h2 {
      color: #010101; }
.no-js .scroll-status, .no-svg .scroll-status {
  display: none; }
.no-js .speakers.scrollable, .no-svg .speakers.scrollable {
  height: auto;
  position: relative;
  overflow: visible; }
.no-js .speaker, .no-svg .speaker {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  min-height: 800px;
  height: 100%;
  top: auto; }
.no-js .speaker-bio, .no-svg .speaker-bio {
  position: relative;
  left: 60px;
  margin-bottom: 90px;
  top: 30px; }
  .no-js .speaker-bio h3, .no-js .speaker-bio p, .no-svg .speaker-bio h3, .no-svg .speaker-bio p {
    color: #000; }

.no-svg .speaker {
  background-position: left 50%; }

/* conditional colors based on state */
body.state-speakers .container,
body.state-performers .container, {
  border-color: black; }
body.state-speakers header nav a,
body.state-performers header nav a {
  color: white; }
body.state-speakers .logo .mainlogo,
body.state-speakers .logo .tinyx,
body.state-performers .logo .mainlogo,
body.state-performers .logo .tinyx {
  fill: #ee3323; }
body.state-speakers .logo .portland,
body.state-speakers .logo .independent,
body.state-performers .logo .portland,
body.state-performers .logo .independent {
  fill: white; }

body.state-speakers section#speakers .title {
  opacity: 1; }

body.state-performers section#performers .title {
  opacity: 1; }

body.state-speakers header nav li.nav-speakers a,
body.state-performers header nav li.nav-performers a {
  color: #ee3323; }

@-webkit-keyframes slideAnimation {
  0% {
    opacity: 0; }

  16% {
    opacity: 1; }

  34% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@-moz-keyframes slideAnimation {
  0% {
    opacity: 0; }

  16% {
    opacity: 1; }

  34% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@-o-keyframes slideAnimation {
  0% {
    opacity: 0; }

  16% {
    opacity: 1; }

  34% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes slideAnimation {
  0% {
    opacity: 0; }

  16% {
    opacity: 1; }

  34% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 0; } }

section#history {
  background: #000; }
  @media only screen and (max-width: 767px) {
    section#history {
      background-size: cover;
      padding: 20px 20px 30px 20px; } }
  section#history h4 {
    color: #898989; }
  section#history .content {
    max-width: 850px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      section#history .content {
        position: relative;
        top: 0;
        left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      section#history .content {
        max-width: 650px; } }
  section#history ul {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: -4px;
    width: auto; }
    @media only screen and (max-width: 767px) {
      section#history ul {
        font-size: 16px; } }
    section#history ul li {
      display: inline-block;
      margin: 0 15px 0 0; }
    section#history ul a {
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      display: inline-block;
      color: #ee3323;
      text-align: center; }
      .hoverable section#history ul a:hover {
        color: white; }
  section#history .slides {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%; }
  section#history .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  section#history .slide1 {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 12s;
    -webkit-animation-name: slideAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 12s;
    -moz-animation-name: slideAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
    -o-animation-duration: 12s;
    -o-animation-name: slideAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 12s;
    animation-name: slideAnimation;
    animation-iteration-count: infinite;
    z-index: 5; }
  section#history .slide2 {
    -webkit-animation-delay: 4s;
    -webkit-animation-duration: 12s;
    -webkit-animation-name: slideAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 4s;
    -moz-animation-duration: 12s;
    -moz-animation-name: slideAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 4s;
    -o-animation-duration: 12s;
    -o-animation-name: slideAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 4s;
    animation-duration: 12s;
    animation-name: slideAnimation;
    animation-iteration-count: infinite;
    z-index: 4; }
  section#history .slide3 {
    -webkit-animation-delay: 8s;
    -webkit-animation-duration: 12s;
    -webkit-animation-name: slideAnimation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 8s;
    -moz-animation-duration: 12s;
    -moz-animation-name: slideAnimation;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 8s;
    -o-animation-duration: 12s;
    -o-animation-name: slideAnimation;
    -o-animation-iteration-count: infinite;
    animation-delay: 8s;
    animation-duration: 12s;
    animation-name: slideAnimation;
    animation-iteration-count: infinite;
    z-index: 3; }

section#history .slide1 {
  background: transparent url(../images/history/history_01.jpg) center center no-repeat;
  background-size: cover; }
section#history .slide2 {
  background: transparent url(../images/history/history_02.jpg) center center no-repeat;
  background-size: cover;
  z-index: 4; }
section#history .slide3 {
  background: transparent url(../images/history/history_03.jpg) center center no-repeat;
  background-size: cover; }
section#history .slide4 {
  background: transparent url(../images/history/history_04.jpg) center center no-repeat;
  background-size: cover; }

.no-svg #history .slides .slide {
  display: none; }

/* conditional colors based on state */
body.state-history .container {
  border-color: white; }
body.state-history section#history .title,
body.state-history section#history .content {
  opacity: 1; }
body.state-history header nav a {
  color: white; }
body.state-history .logo .mainlogo {
  fill: #ee3323; }
body.state-history .logo .portland,
body.state-history .logo .tinyx,
body.state-history .logo .independent {
  fill: white; }

body.state-history header nav li.nav-history a {
  color: #ee3323; }

section#creations {
  background: black; /*url(../images/work.jpg) center center no-repeat*/
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    section#creations {
      padding: 20px; } }
  section#creations h4 {
    color: #898989;
    margin-bottom: 10px; }
  section#creations .creations {
    width: 100%; }
  section#creations .content {
    max-width: 850px; }
    section#creations .content p a {
      -webkit-transition: color 0.1s ease-in-out;
      -moz-transition: color 0.1s ease-in-out;
      -o-transition: color 0.1s ease-in-out;
      transition: color 0.1s ease-in-out;
      border: none;
      color: white; }
      .hoverable section#creations .content p a:hover {
        color: #ee3323; }
  section#creations .presenting {
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%); }
    section#creations .presenting h3 {
      font-size: 25px;
      line-height: 1;
      margin-bottom: 30px; }
  section#creations .teepee {
    position: absolute;
    right: 72px;
    bottom: 72px;
    width: 25px;
    height: 38px;
    z-index: 50; }
    .no-svg section#creations .teepee {
      background: url(../images/creations/teepee.png); }
    @media only screen and (max-width: 767px) {
      section#creations .teepee {
        right: 20px;
        bottom: 50px; } }
    section#creations .teepee svg {
      position: absolute;
      z-index: 3;
      left: 0;
      top: 0;
      width: 25px;
      height: 38px; }
    .no-svg section#creations .teepee svg {
      display: none; }
    section#creations .teepee .fill {
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      fill: white; }
    .hoverable section#creations .teepee:hover .fill {
      fill: #ee3323; }
  section#creations .teepee__link {
    position: relative;
    left: -12.5px;
    top: -19px;
    display: block;
    width: 50px;
    height: 76px;
    overflow: hidden;
    word-wrap: nowrap;
    text-indent: 200%;
    z-index: 5; }
  section#creations .scroll-status__link {
	color: black; }

.no-svg section#creations {
  background-image: none;
  background-color: #cbccc8; }

/* conditional colors based on state */
/*body.state-creations .logo-container h1 {
	background: transparent url(../images/logo-black.png) left top no-repeat; }*/
body.state-creations .container {
  border-color: #666; }
body.state-creations section#creations .title,
body.state-creations section#creations .content {
  opacity: 1; }
body.state-creations header nav a {
  color: #999;
  -webkit-transition: color 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: color 300ms ease-in-out 200ms;
  -o-transition: color 300ms ease-in-out 200ms;
  transition: color 300ms ease-in-out 200ms; }
body.state-creations .logo .mainlogo {
  fill: #ee3323; }
body.state-creations .logo .portland,
body.state-creations .logo .tinyx,
body.state-creations .logo .independent {
  fill: black; }
body.state-creations header nav li.nav-creations a {
  color: white;
  opacity: 1; }
body.state-creations header nav a:hover {
  color: white; }

section#whereabouts {
  background: #000 url(images/whereabouts/whereabouts.jpg) right; /*#ee3323 url(../images/whereabouts.jpg) 50%*/
  background-size: cover;
  -webkit-transition: background 200ms ease-in-out;
  -webkit-transition-delay: 100ms;
  -moz-transition: background 200ms ease-in-out 100ms;
  -o-transition: background 200ms ease-in-out 100ms;
  transition: background 200ms ease-in-out 100ms; }
section#whereabouts h3 {
  margin: 0 0 20px 0; }
section#whereabouts p {
  color: #c2c2c2; }
section#whereabouts .clink {
  color: #FFF; }
  @media only screen and (max-width: 767px) {
    section#whereabouts {
      padding: 20px 20px 30px 20px;
	  height: 100%;
	  min-height: 320px;
	  max-height: 414px;
      /*background-image: none;*/ } }
  section#whereabouts h4 {
    color: #CCC; } /*#4e0000*/
  section#whereabouts ::selection {
    background: rgba(255, 255, 255, 0.4); }
  section#whereabouts ::-moz-selection {
    background: rgba(255, 255, 255, 0.4);
    /* Firefox */ }

.whereabouts {
  width: 100%;
  position: relative;
  z-index: 15; }
  .whereabouts a {
	color: #FFF;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
	.hoverable .whereabouts a:hover {
      color: #FFF; }
	body.state-whereabouts header nav a { }
	body.state-whereabouts header nav li.nav-whereabouts a {
  	color: #ee3323; }
	
section#whereabouts .clink a,
section#whereabouts .clink a:active {
  color:#999; }
section#whereabouts .clink a:hover {
  color:#FFF;
  -webkit-transition: color 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: color 300ms ease-in-out 200ms;
  -o-transition: color 300ms ease-in-out 200ms;
  transition: color 300ms ease-in-out 200ms; }

section#contact {
  background: #000; /*#ee3323 url(../images/whereabouts.jpg) 50%*/
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    section#contact {
      padding: 20px 20px 30px 20px;
      background-image: none; } }
  section#contact h4 {
    color: #898989; }/*#4e0000*/
  section#contact ::selection {
    background: rgba(255, 255, 255, 0.4); }
  section#contact ::-moz-selection {
    background: rgba(255, 255, 255, 0.4);
    /* Firefox */ }
	
/*#enter, #enter1, #enter2 {
  display:none;
  float:right;
  position:relative;
  top:6px;
  left:10px;
  cursor:pointer;
}*/

#ninput {
  opacity:1;
  -webkit-transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: opacity 300ms ease-in-out 200ms;
  -o-transition: opacity 300ms ease-in-out 200ms;
  transition: opacity 300ms ease-in-out 200ms; }
#minput, #pinput, #tinput {
  opacity:0.3;
  -webkit-transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: opacity 300ms ease-in-out 200ms;
  -o-transition: opacity 300ms ease-in-out 200ms;
  transition: opacity 300ms ease-in-out 200ms; }

.social {
  position: absolute;
  left: 72px;
  bottom: 72px;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    .social {
      position: relative;
      left: 0;
      bottom: 0; } }

.social__icon--wrapper {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 15px; }
  .social__icon--wrapper svg {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px; }
  .no-svg .social__icon--wrapper svg {
    display: none; }
  .social__icon--wrapper .fill {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    fill: white; }
  .hoverable .social__icon--wrapper:hover .fill {
    fill: #666; }

.social__icon {
  position: relative;
  z-index: 5;
  width: 44px;
  height: 44px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }
  .no-svg .social__icon.-facebook {
    background-image: url(../images/icon-facebook.png); }
  .no-svg .social__icon.-twitter {
    background-image: url(../images/icon-twitter.png); }
  .no-svg .social__icon.-youtube {
    background-image: url(../images/icon-youtube.png); }
  .no-svg .social__icon.-instagram {
    background-image: url(../images/icon-instagram.png); }

/* conditional colors based on state */
body.state-whereabouts .container,
body.state-contact .container {
  border-color: white; }
body.state-whereabouts section#whereabouts .title,
body.state-whereabouts section#whereabouts .content,
body.state-contact section#contact .title,
body.state-contact section#contact .content,
body.state-contact1 section#contact1 .title,
body.state-contact1 section#contact1 .content {
  opacity: 1; }
body.state-whereabouts header nav a,
body.state-contact header nav a {
  color: #999; }
body.state-whereabouts .logo .mainlogo,
body.state-whereabouts .logo .tinyx,
body.state-whereabouts .logo .independent,
body.state-contact .logo .mainlogo,
body.state-contact .logo .tinyx,
body.state-contact .logo .independent {
  fill: white; }
body.state-whereabouts .logo .portland {
  fill: black; }

body.state-whereabouts header nav li.nav-whereabouts a {
  color: white; }

#app {
  position: relative;
  background: #f2f1ef; }
  @media only screen and (max-width: 767px) {
    #app {
      padding: 20px; } }
  #app h2 {
    margin-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      #app h2 {
        margin-bottom: 30px; } }
  #app h4 {
    color: #898989; }
  #app .content {
    width: 33.3%;
    max-width: 475px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      #app .content {
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      #app .content {
        width: 100%; } }
    #app .content p {
      color: #2e2e2e;
      letter-spacing: 0;
      margin-bottom: 0; }
    #app .content a {
      border: none;
      color: #ee3323; }

.phone-images {
  position: absolute;
  right: 90px;
  bottom: 60px;
  background: url(../images/app/phones.jpg) no-repeat;
  background-size: cover;
  width: 562px;
  height: 568px; }
  @media only screen and (max-width: 1024px) {
    .phone-images {
      width: 395.77px;
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .phone-images {
      position: relative;
      width: 220px;
      height: 222.348px;
      margin: 30px auto 0 auto;
      right: 0;
      bottom: 0; } }

/* conditional colors based on state */
body.state-app .container {
  border-color: white; }

body.state-app section#app .title,
body.state-app section#app .content {
  opacity: 1; }

body.state-app header nav a {
  color: black; }

body.state-app .logo .mainlogo,
body.state-app .logo .tinyx {
  fill: #ee3323; }

body.state-app .logo .portland,
body.state-app .logo .independent {
  fill: black; }

body.state-app header nav li.nav-app a {
  color: #ee3323; }

#form {
  float:left;
  position:absolute;
  bottom:200px;
  left:45%;
  width:454px;
  height:auto;
  opacity:0;
  -webkit-transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: opacity 300ms ease-in-out 200ms;
  -o-transition: opacity 300ms ease-in-out 200ms;
  transition: opacity 300ms ease-in-out 200ms; }
  
#info {
  float:left;
  position:absolute;
  top:-700px;
  left:47%;
  -webkit-transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: opacity 300ms ease-in-out 200ms;
  -o-transition: opacity 300ms ease-in-out 200ms;
  transition: opacity 300ms ease-in-out 200ms; }
  
/** Responsive Prep **/
.storycontainer {
  width: 420px;
  margin-bottom: 100px;
}

.story {
  font-size: 12px !important;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #c2c2c2;
  width: 100%;
}

.stories {
  width: 340px;
  height: 150px;
  position: absolute;
  top: 25%;
  right: 20%;
  /* top: 230px; */
  /* right: 280px; */
}

.soverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition: opacity 300ms ease-in-out 200ms;
  -o-transition: opacity 300ms ease-in-out 200ms;
  transition: opacity 300ms ease-in-out 200ms;
}

.toggle {
  color: #FFF;
  cursor: pointer;
  margin: 0 0 20px 0;
}

.sign {
  display: inline-block;
  width: 10px;
}

#one, #two, #three, #four,
#five, #six, #seven, #eight,
#nine, #ten, #eleven, #twelve,
#thirteen, #fourteen, #fifteen {
  font-size: 12px !important;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #d3d3d3;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.watermark {
  text-align: right;
  position: relative;
  bottom: -30px;
}

#watermark {
  width: 130px;
  height: 152px;
}

.mobilelogo {
  float: left;
  height: 32px;
  margin: 0;
  position: relative;
  width: 175px;
  display: none;
}

.clink {
  font-size: 17px;
  font-weight:normal;
}

.cinfo {
  margin-top: 40px;
}

@media only screen and (max-width: 1366px) {
.storycontainer {
  margin-bottom: -50px;
  position: relative;
  z-index: 10;
}

.scroll-status {
  top: 80%;
}

#info {
  left: 40%;
  top: -450px;
}

#form {
  bottom: 0;
  left: 40%;
}

.mobileff {
  margin-bottom: -20px;
}
}
  
/** Tablet Landscape (iPad) **/
@media only screen and (max-width: 1024px) {
.storycontainer {
  margin-bottom: -50px;
}

h3 {
  color: #FFF;
}

.stories {
  top: 150px;
  right: 50px;
}

.watermark {
  margin-right: 8%;
}

.scroll-status {
  top: 80%;
}

#info {
  left: 35%;
  top: -450px;
}

#form {
  bottom: -50px;
  left: 30%;
}
}

/** Tablet Portrait (iPad) **/
@media only screen and (max-width: 899px) {
.storycontainer {
  width: 568px;
  margin-bottom: 100px;
}

.stories {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 30px;
}

.watermark {
  margin-right: 7%;
}

#info {
  left: 30%;
  top: -700px;
}

#form {
  bottom:200px;
  left:30%;
}
}

@media only screen and (max-width: 767px) {
.mobilelogo {
  display: block;
}
body {
  overflow-x: hidden;
}
}

@media screen and (max-width: 768px) and (orientation: portrait) {
#watermark {
  margin-right: 0; }
}

/** Mobile Portrait **/
@media screen and (max-height: 854px) and (orientation: portrait) {
section#intro {
  min-height: 854px;
  margin-bottom: 20px;
}

.mainlogo {
  width: 160px;
  height: auto;
}

section#intro .content {
  left: 31%;
  top: 35%;
}

section#intro p.info {
  margin-bottom: 25px;
}

section#story {
  min-height: 780px;
}

.storycontainer {
  width: 100%;
  min-width: 240px;
  margin-bottom: 0;
}

.mtitle {
  display: block;
}

.stories {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
}

section#story .watermark {
  float:right;
  position: absolute;
  right: -20px;
  top: -100px;
}

section#creations {
  padding: 10px;
  margin-bottom: 25px;
}

section#creations .speaker {
  min-height: 600px;
  background-size: cover;
}

#watermark {
  width: 80px;
  height: auto;
}

section#creations .watermark {
  float:right;
  position: absolute;
  right: -70px;
  top: -100px;
}

section#whereabouts {
  min-height: 776px;
}

#info {
  float: none;
  top: 10%;
  left: 20%;	
}

#form {
  max-width: 330px;
  top: 3%;
  left: 20%;
}

.mobileform {
  margin-top: 0;
}
}
@media screen and (max-height: 736px) and (orientation: portrait) {
section#intro {
  min-height: 736px;
}

section#intro p.info {
  margin-bottom: 30px;
}

section#creations .speaker {
  min-height: 300px;
  max-height: 300px;
}

section#whereabouts {
  min-height: 658px;
}

#contact_form {
  max-width: 290px;
}

#info {
  top: 50px;
  left: 20%;	
}

#form {
  max-width: 330px;
  top: 3%;
  left: 20%;
}
}
@media screen and (max-height: 667px) and (orientation: portrait) {
section#intro {
  min-height: 667px;
}

.mainlogo {
  width: 170px;
}

section#intro .content {
  left: 28%;
  top: 33%;
}

section#story {
  margin-bottom: 24px;
}

section#creations .speaker {
  min-height: 500px;
}

#watermark {
  width: 50px;
  height: auto;
  margin: 30px 10px;
}

section#whereabouts {
  min-height: 590px;
}

#contact_form {
  max-width: 240px;
}

#form {
  max-width: 280px;
}

.mobileff {
  margin-bottom: -20px;
}
}
@media screen and (max-height: 640px) and (orientation: portrait) {
section#intro  {
  min-height: 640px;
}

section#story {
  margin-bottom: 70px;
}

section#creations {
  padding-top: 0;
}

section#creations .speaker {
  min-height: 240px;
  max-height: 240px
}

#watermark {
  width: 50px;
  height: auto;
  margin: 40px 20px 0 0;
}

section#whereabouts  {
  min-height: 570px;
}
}
@media screen and (max-height: 627px) and (orientation: portrait) {
.stories {
  width: 340px;
  top: 10px;
  left: 10px;
}
}
@media screen and (max-height: 568px) and (orientation: portrait) {
section#intro  {
  min-height: 568px;
}

.mainlogo {
  width: 120px;
  height: auto;
}

section#creations .speaker {
  min-height: 400px;
}

.stories {
  width: 290px;
  top: 10px;
  left: 10px;
}

section#whereabouts{
  min-height: 490px;
}

section#whereabouts h3 {
  margin: 0 0 15px 0;
}

#info, #form {
  left: 10%;
}

#form {
  top: -2%;
}

.mobileff {
  margin-top: -10px;
  margin-bottom: -20px;
}
}
@media screen and (max-height: 480px) and (orientation: portrait) {
section#intro {
  min-height: 480px;
}

section#intro .content {
  left: 35%;
  top: 28%;
}

.mainlogo {
  width: 140px;
}

section#intro .content {
  left: 28%;
  top: 30%;
}

section#creations .speaker {
  min-height: 300px;
}

.toggle {
  margin: 0 0 10px 0;
}

.stories {
  width: 300px;
  top: 10px;
  left: 10px;
}

section#whereabouts {
  min-height: 405px;
}

.mobileff {
  margin-top: -10px;
  margin-bottom: -20px;
  font-size: 14px;
}

#info, #form {
  left: 10%;
}

#form {
  top: -5%;
}

#contact_form {
  padding: 10px;
}

#contact_form input {
  height: auto;
}

#contact_form input, #contact_form textarea, .clink {
  font-size: 14px;
}
}

/** Mobile Landscape **/
@media screen and (max-width: 854px) and (orientation: landscape) {
header {
  padding-top: 20px;
}

header nav {
 margin-top: 0px;
}

section#intro {
  margin-top: 0;
}

section#intro .content {
  left: 40%;
  top: 28%;
}

.mainlogo {
  width: 160px;
  height: auto;
}

section#intro .footer {
  bottom: 30px;
}

section#intro p.info {
  margin-bottom: 30px;
}

.storycontainer {
  max-width: 500px;
  margin-bottom: -80px;
}

.scroll-status {
  top: 70%;
}

.watermark {
  display: block;
  margin-right: 100px;
  margin-bottom: 0;
}

#watermark {
  width: 100px;
  height: auto;
}

#info {
  float: none;
  top: -300px;
  left: 38%;	
}

#form {
  width: 100%;
  top: -350px;
  left: 30%;
}

.flcol, .frcol {
  float: left;
  width: 35%;
}
}
@media screen and (max-width: 736px) and (orientation: landscape) {
header {
  padding-top: 10px;
}

section#intro {
  min-height: 414px;
  margin-bottom: 70px;
}

.mainlogo {
  width: 160px;
  height: auto;
}
	
.scroll-container {
  margin-bottom: 0;
}

section#intro .content {
  bottom: auto;
  left: 39%;
  top: 24%;
}

section#intro .footer {
  bottom: 20px;
}

section#intro p.info {
  margin-bottom: 10px;
}

.storycontainer {
  width: 100%;
  min-width: 400px;
  max-width: 700px;
  margin-bottom: 40px;
}

.mtitle {
  display: block;
}

section#story #watermark {
  width: 60px;
  height: auto;
}

section#story .watermark {
  float:right;
  position: absolute;
  right: -90px;
  top: -80px;
}

section#creations {
  padding: 0 10px 10px 10px;
  margin-bottom: 40px;
}

section#creations .speaker {
  min-height: 280px;
}

.stories {
  width: 368px;
  top: 20px;
  left: 20px;
}

.soverlay {
  height: 280px;
}

section#creations .watermark {
  float:right;
  position: absolute;
  right: -90px;
  top: -130px;
}

section#whereabouts {
  min-height: 350px;
}

#contact_form {
  min-width: 530px;
}

#contact_form input, #contact_form textarea, .clink {
  font-size: 17px;
}

#info {
  top: 0;
  left: 38%;	
}

#form {
  max-width: 330px;
  top: 3%;
  left: 22%;
}

.mobileff {
  margin-top: inherit;
  margin-bottom: inherit;
  font-size: 17px;
}

.mobileform {
  margin-top: -20px;
}

.flcol, .frcol {
  float: left;
  width: 50%;
}

.cform {
  margin-left: 0;
  margin-top: 0;
}
}

@media screen and (max-width: 667px) and (orientation: landscape) {
section#intro {
  min-height: 375px;
}

.mainlogo {
  width: 150px;
  height: auto;
}

section#whereabouts {
  min-height: 305px;
  padding: 10px;
}

section#whereabouts h3 {
  margin: 0;
}

.stories {
  width: 333px;
  top: 10px;
  left: 10px;
}

.soverlay {
  height: 280px;
}

#contact_form {
  min-width: 480px;
}

#form {
  top: 0;
}

.mobileff {
  margin-bottom: -20px;
}

#contact_form input {
  width: 100%;
  max-width: 200px;
}

.clink {
  font-size: 14px;
}
}
@media screen and (max-width: 640px) and (orientation: landscape) {
section#intro {
  min-height: 384px;
}

section#creations {
  padding-top: 0;
}

section#creations .speaker {
  min-height: 260px;
}

section#creations #watermark {
  width: 50px;
  margin-top: 60px;
}

section#whereabouts {
  min-height: 316px;
}

section#whereabouts h3{
  margin-bottom: 20px;
}

#form {
  left: 20%;
}
}

@media screen and (max-width: 568px) and (orientation: landscape) {
section#intro {
  min-height: 320px;
}

section#intro .content {
  top: 24%;
  left: 40%;
}

.mainlogo {
  width: 120px;
  height: auto;
}

section#story .speaker {
  min-height: 160px;
}

section#story .watermark {
  top: -150px;
}

section#creations .speaker {
  min-height: 240px;
}

#watermark {
  width: 50px;
  margin-top: 70px;
}

section#whereabouts {
  min-height: 250px;
}

#form {
  top: -10px;
  left: 25%;
}

#contact_form {
  min-width: 380px;
}

.mobileff {
  margin-bottom: -20px;
  font-size: 14px;
}

.mobileform {
  margin-top: -20px;
}

#contact_form input {
  height: auto;
}

#contact_form input, #contact_form textarea {
  font-size: 14px;
  width: 180px;
}

.submit_btn {
 width: 180px;
}

.cinfo {
  margin-left: -200px;
  margin-top: -50px;
}

.cform {
  margin-left: -220px;
  margin-top: -30px;
}
}

@media screen and (max-width: 480px) and (orientation: landscape) {
section#intro {
  min-height: 320px;
}

.mainlogo {
  width: 100px;
  height: auto;
}

p.content--large.clink {
  margin: 0;
}

section#whereabouts {
  min-height: 200px;
}

section#whereabouts h3 {
  maring-top: 10px;
  margin-bottom: 0px;
}

.stories {
  width: 160px;
  top: 5px;
  left: 10px;
}

#form {
  left: 20%;
}

#contact_form {
  min-width: 360px;
}

.flcol, .frcol {
  width: 180px;
}

.mobileff {
  margin-top: -10px;
}

.mobileform {
  margin-top: -30px;
}

#contact_form input {
  height: auto;
}

#contact_form input, #contact_form textarea {
  font-size: 14px;
  width: 160px;
}

.submit_btn {
 width: 160px;
}

.cinfo {
  margin: 10px 0;
}

.cform {
  margin-left: -220px;
  margin-top: -40px;
}
}

/* Content Sections */
@media only screen and (max-width: 414px) {
section#intro .content {
  left: 27%;
  top: 160px;
}

.storycontainer {
  width: 100%;
  min-width: 240px;
  max-width: 300px;
  margin-bottom: 0;
}

.soverlay {
  height: 300px;
}

#info {
  left: 10%;
  top: 10%;
}

#form {
  left: 7%;
  top: 7%;
}

.flcol, .frcol {
  float: none;
  width: 100%;
}
}