/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
 HTML5 display definitions
 ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* =============================================================================
 Base
 ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 */
::-o-selection { background: transparent; color: rgb(60,60,60); text-shadow: none; }
::-ms-selection { background: transparent; color: rgb(60,60,60); text-shadow: none; }
::-moz-selection { background: transparent; color: rgb(60,60,60); text-shadow: none; }
::selection { background: transparent; color: rgb(60,60,60); text-shadow: none; }
/* =============================================================================
 Links
 ========================================================================== */
a, a:active, a:visited { color: rgb(175,175,175); text-decoration: none; }
a:hover { color: rgb(60,60,60); }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
a:link { -webkit-tap-highlight-color: #933; }
/* =============================================================================
 Typography
 ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
 Lists
 ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
 Embedded content
 ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) { overflow: hidden; }
/* =============================================================================
 Figures
 ========================================================================== */
figure { margin: 0; }
/* =============================================================================
 Forms
 ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend { border: 0; *margin-left: -7px; padding: 0; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input { line-height: normal; }
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input { *overflow: auto; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] { cursor: default; }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
 Tables
 ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/* ==|== primary styles =====================================================
 Author:
 ========================================================================== */
@font-face {
 font-family: 'AlternateGothic2';
 src: url('/font/AlternateGothicFS/AlternateGothicNo2-webfont.eot');
 src: url('/font/AlternateGothicFS/AlternateGothicNo2-webfont.eot?iefix') format('eot'),
 url('/font/AlternateGothicFS/AlternateGothicNo2-webfont.woff') format('woff'),
 url('/font/AlternateGothicFS/AlternateGothicNo2-webfont.ttf') format('truetype'),
 url('/font/AlternateGothicFS/AlternateGothicNo2-webfont.svg#webfontSQOd6sof') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'AlternateGothic3';
 src: url('/font/AlternateGothicFS/AlternateGothicNo3-webfont.eot');
 src: url('/font/AlternateGothicFS/AlternateGothicNo3-webfont.eot?iefix') format('eot'),
 url('/font/AlternateGothicFS/AlternateGothicNo3-webfont.woff') format('woff'),
 url('/font/AlternateGothicFS/AlternateGothicNo3-webfont.ttf') format('truetype'),
 url('/font/AlternateGothicFS/AlternateGothicNo3-webfont.svg#webfontSQOd6sof') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'OpenSans';
 src: url('/font/open-sans/OpenSans-Semibold-webfont.eot');
 src: url('/font/open-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
 url('/font/open-sans/OpenSans-Semibold-webfont.woff') format('woff'),
 url('/font/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
 url('/font/open-sans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
 font-weight: 600;
 font-style: normal;
}
@font-face {
 font-family: 'OpenSans';
 src: url('/font/open-sans/OpenSans-Regular-webfont.eot');
 src: url('/font/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
      url('/font/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
      url('/font/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
      url('/font/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
 font-weight: 400;
 font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/font/open-sans/OpenSans-Italic-webfont.eot');
  src: url('/font/open-sans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('/font/open-sans/OpenSans-Italic-webfont.woff') format('woff'),
       url('/font/open-sans/OpenSans-Italic-webfont.ttf') format('truetype'),
       url('/font/open-sans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Quantico';
  src:  url('/font/quantico/129F52_0.eot');
  src:  url('/font/quantico/129F52_0.eot?#iefix') format('embedded-opentype'),
        url('/font/quantico/129F52_0.woff') format('woff'),
        url('/font/quantico/129F52_0.ttf') format('truetype'),
        url('/font/quantico/129F52_0.svg#wf') format('svg');
  font-weight: 400;
  font-style: normal;
}



h1, h2, h3, p { margin:0; padding:0; }
body, button, input, select, textarea {
 font-family: 'OpenSans', 'Myriad Pro', sans-serif;
 font-weight: normal;
 color: rgb(102,102,102);
}
html, body, #freshet { height: 98%; overflow: hidden; }
body {
 font-size: 62.5%;
 background-color: #000;
}
noscript {
  z-index: 5001;
  width: 80%;
  height: 20em;
  font-size: 1.6em;
  text-align: center;
  color: #fff;
  background-color: rgb(85,85,85);
  background-color: rgba(85,85,85,.9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(60,60,60,.4) -1px 2px 4px;
  -moz-box-shadow: rgba(0,0,0,.4) -1px 2px 4px;
  -ms-box-shadow: rgba(0,0,0,.4) -1px 2px 4px;
  -o-box-shadow: rgba(0,0,0,.4) -1px 2px 4px;
  box-shadow: rgba(0,0,0,.4) -1px 2px 4px;
}
#freshet {
 position: relative;
 z-index: 1;
 width: 1008px;
 margin: auto;
 overflow: hidden;
 zoom: 1;
 border-right: 8px solid rgb(85,85,85);
 border-left: 8px solid rgb(85,85,85);
}

/* look */
#intro, #logo, noscript {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
}
#intro {
 z-index: -1;
 /*z-index: 5000;*/
 width: 100%;
 height: 100%;
 overflow: hidden;
 background:rgb(10,10,10);
}
#logo {
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.ie7 #logo {
  position: relative;
  left: 42%;
  top: 42%;
}
#logo:hover, #intro:active #logo { opacity: .3; cursor: pointer; }

#site-header {
  position: relative;
  z-index: 302;
  border-bottom: 1px solid rgb(68,68,68);
}
#site-header nav {
  width: 1008px;
  padding-top:.6em;
  margin: 0 auto;
}
#site-header #menu {
  float: left;
  list-style: none;
  margin:0 0 0 -0.4em;
  padding:0;
/*  -webkit-box-shadow: rgba(60,60,60,.4) 2px 1px 6px;
  -moz-box-shadow: rgba(60,60,60,.4) 2px 1px 6px;
  -ms-box-shadow: rgba(60,60,60,.4) 2px 1px 6px;
  -o-box-shadow: rgba(60,60,60,.4) 2px 1px 6px;
  box-shadow: rgba(60,60,60,.4) 2px 1px 6px;*/
}
#menu li { float:left; margin:0 .4em .6em; padding:0; }
#menu li:nth-of-type(1n) a { background-color: rgb(133,193,193);  }
#menu li:nth-of-type(2n) a { background-color: rgb(85,85,85); }
#menu li:nth-of-type(3n) a { background-color: rgb(230,230,218); }
#menu li:nth-of-type(4n) a { background-color: rgb(150,150,150); }
#menu li:nth-of-type(5n) a { background-color: rgb(190,49,57); }
#menu li a {
  display: block;
  color:#000;
  width: 4.6em;
  font-size: 1.6em;
  font-family: "AlternateGothic3", "Myraid Pro", sans-serif;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center;
  text-decoration:none;
  text-transform: uppercase;
}
#menu li a:hover {
 color: rgb(200,200,200);
}

.box {
/*  display:none;*/
  position: absolute;
  z-index: 301;
  right: 0;

/*  float: none;*/
  padding: 12px 10px 20px;
  width: 148px;
  height: auto;
  cursor: default;
  border: 0;
  background-color: rgb(85,85,85);
  background-color: rgba(85,85,85,.9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(60,60,60,.4) -1px 2px 4px;
  -moz-box-shadow: rgba(0,0,0,.4) -1px 2px 4px;
  -ms-box-shadow: rgba(0,0,0,.4) -1px 2px 4px;
  -o-box-shadow: rgba(0,0,0,.4) -1px 2px 4px;
  box-shadow: rgba(0,0,0,.4) -1px 2px 4px;
}
#filter {
  float: right;
}
#filter, #filter h3 {list-style:none;margin:0;padding:0;}
#filter ul[role="clients"] {
  /*max-height: 40%;*/
  overflow: auto;
  text-transform: capitalize;
}
#filter h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: rgb(14,13,13);
  padding: 8px 0 2px 0;
}
#filter li {
  float:left;
  height: auto;
  font-size:1.3em;
  font-family: "Courier New", "MS Courier New", Courier, Prestige, "Everson Mono", monospace;
  color:rgb(209,209,209);
  padding: 2px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#filter li:hover, #filter li.active {
 color: rgb(163,214,216);
 cursor: pointer;
 background-color: rgb(75,75,75);
 background-color: rgba(75,75,75,.5);
}
#filter li.last {
 color: rgb(163,214,216);
}
#portal {
  top: 220px;
/*  padding-bottom: 12px;*/
}
#portal input, #portal button {
/*  display: block;*/
  margin: 0 0 6px;
  padding: .2em .7em;
  font-size: 1.6em;
  background-color: rgba(0,0,0,.2);
  border: 0;
  width: 70%;
  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#portal input, #portal button, #portal input::-webkit-input-placeholder {
   font-family: "AlternateGothic2", "Myraid Pro", sans-serif;
   letter-spacing: .15em;
   text-align: center;
   color: rgb(209,209,209);
}
#portal input::-webkit-input-placeholder {
  color: rgb(136,136,136);
}
#portal button {
  margin: auto;
  text-transform: uppercase;
}
#portal button:hover, #portal button:active {
  color: rgb(14,13,13);
  background-color: rgb(163,214,216);
}



.column {
 position: relative;
 /*z-index: 100;*/
 float: left;

 min-width: 180px;
 max-width: 444px;
/* width: 13%;*/
 height: 100%;

 border-right: 8px solid rgb(85,85,85);
/* background-color: rgba(255,255,255,.2);*/

 cursor: url(http://books.google.com/googlebooks/images/openhand.cur), default;
 cursor: -moz-grab;
 -webkit-tap-highlight-color: transparent;
}
.column:focus, .column:active {
 cursor: url(http://books.google.com/googlebooks/images/closedhand.cur), default;
 cursor: -moz-grabbing;
}
.column:last-child { border-right: 0; }
.column .active {
  width: 512px;
}
#Sockeye > header { display: none; }
#Think .project, #Think > header { background-color: rgb(230,230,218); }
#Create .project, #Create > header { background-color: rgb(255,255,255); }
#Radiate .project, #Radiate > header { background-color: rgb(209,209,209); }

.column > header {
 position: absolute;
 top: 0;
 z-index: 200;
 width: 100%;
 height: 40px;
 color: #000;

 text-align: center;
 overflow: hidden;
 cursor: pointer;
}
.column > header h1 {
 height: 40px;
 font-size: 1.8em;
 line-height: 2.1em;
 letter-spacing: .2em;
 text-transform: uppercase;
 background-color: inherit;
}
.column > header p {
/*  display: none;*/
 padding: 0 40px;
 font-family: "Courier New", "MS Courier New", Courier, Prestige, "Everson Mono", monospace;
 font-size: 1.3em;
 color: rgb(34,33,33);
}
.column.active > header:active {
  height: 170px;
}


.column#Sockeye h2 { text-shadow: 1px 1px 0px rgb(40,40,40); }
.column#Think h2 { text-shadow: 1px 1px 0px rgb(209,209,201); }
.column#Create h2 { text-shadow: 1px 1px 0px rgb(222,222,222); }
.column#Radiate h2 { text-shadow: 1px 1px 0px rgb(190,190,190); }

.column .stream {
 position: relative;
/* top: 40px;*/
 height: 100%;
 overflow-x: hidden !important;
 overflow-y: hidden;
}
.column .scroll {
  position: absolute;
  z-index:100;
  top:40px;
  left: 0;
  margin-right:8px;
  margin-bottom: 240px;
  width: 100%;
}
#Sockeye .scroll {
 top: 0;
}

.cover, .hook {
 position: absolute;
 z-index: 105;
 width: 100%;
 height: 100%;
 display:block;
/* background-color: rgba(100,200,100,.5);*/ 
}
.project.active .hook {
/*  background-color: rgba(200,100,200,.5);*/
}
.cover { z-index:999; opacity: 0; background-color: #000; }
.project.on .cover { opacity: 0 !important; }
.project.off .cover { opacity: .7 !important; }
.project.active .cover, #Sockeye .cover { display:none !important; }

.hook.more { cursor: pointer; }

.project {
 position: relative;
 width: 100%;
 height: 235px;
 border-bottom: 5px solid rgb(0,0,0);
 overflow:hidden;
}
.active .project, .project.on {
  height: 675px;
  font-size: 2.65em;
}


.project figure {
  position: relative;
  float: left;
  clear:left;
  width: 100%;
/* height: 173px;*/
  height: 66.666666%;
  background-color: #000;
}
.project figure img, .project figure iframe, .project figure div {
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 10%;*/
  color: #fff;
  width: 100%;
  height: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,.3);
}
.project figcaption {
  position: relative;
  float: left;
  clear:left;
  top: 102%;
  z-index: 101;
  width: 90%;
  padding: 0 5%;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
/*  cursor: default;*/
}
.project figcaption span {
  font-weight: 400;
  color: #6d6d6d;
  display: none;
}
.project.active figcaption span { display:inline !important; }

.project .count {
 position: absolute;
 z-index: 102;
 right: 3%;
 top:0;
 padding:0;
 margin:0;
 display:none;
}
.project .count li {
 float: left;
 cursor: pointer;
}
.project .count li a {
 display: block;
 width: 6px;
 height: 6px;
 background-color: rgb(175,175,175);
 text-indent: -1000em;
 margin: 2px 2px 5px 0;

 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 -ms-border-radius: 1px;
 -o-border-radius: 1px;
 border-radius: 1px;
 cursor: pointer;
}
.project .count li.on a, .project .count li:hover a {
 background-color: rgb(99,99,99);
}
.project.active .count { display: block !important; list-style: none; }

.project header, .project aside {
 position: absolute;
 bottom: 0;
 z-index: 11;
 left: 0;
 width: 100%;
/* height: 62px;*/
 height: 26%;
 overflow: hidden;
/* cursor: default;*/
 background-color: inherit;
/* border: 1px solid blue;*/
}
.project.more header, .project.more aside { cursor: pointer; }
.project header { z-index: 12; }
.project header.hide { opacity:0; }
.column.active .project header, .column.active .project aside {
/* height: 175px;*/
}
.project header h2 {
/* position: absolute;*/
/* z-index: 4;*/
 height: 100%;
 width: 90%;
 padding: 0 5%;
 line-height: .9em;
 font-family: "AlternateGothic2", "Myraid Pro", sans-serif;
 font-weight: normal;
 font-size: 6em;
 color: rgb(60,60,60);
 text-transform: uppercase;
}
.project aside {
 width: 90%;
 padding: 0 5%;
 color: #898989;
 font-weight: bold;
 font-size: 14px;
 line-height: 1.6;
/* letter-spacing: .1em;*/
}
.project.more header span {
 position: absolute;
 z-index: 3;
 bottom: 5%;
 right: 3%;
 color: #6d6d6d;
 font-size: 10px;
 font-weight: 400;
 text-decoration:none;
 vertical-align:bottom;
 display: none;
}
.project.more.active header span {
  display: block;
}


#sockeye .project {
/*  height: auto !important;*/
/*  margin-bottom: .5em;*/
/*overflow: auto;*/
border-bottom: 4px solid rgb(85,85,85);
}
#sockeye .project.sockeye {
  padding-bottom:3em;
}
#sockeye h1 {
  font-size: .5em;
  font-family: "Quantico", "Myraid Pro", sans-serif;
  font-weight: 400;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin: 4% 5% 2%;
  color: rgb(232,220,211);
}
#sockeye h2 {
  font-size: 1.4em;
  color: rgb(232,220,211);
  text-transform: uppercase;
  margin: 0 0 3%;
}
#sockeye aside {
  font-size: .5em;
}
#sockeye p {
  margin-bottom: 1.2em;
  line-height: 1.3;
  letter-spacing: 1px;
}
#sockeye aside {
  color: rgb(232,220,211);
  font-weight: 400;
}
#sockeye header, #sockeye aside {
  position: relative;
  height: auto;
}

#sockeye .sockeye figure {
  position: absolute;
  top:0;
  overflow:hidden;
}
#sockeye .sockeye h1 { display:none; }
#sockeye header, #sockeye aside {
  background-color: none;
}

#sockeye .sockeye header {
  margin-top: 94%;
  margin-bottom: 2%;
}
#sockeye .sockeye header h2 {
  font-size: .6em;
  text-align: center;
  font-family: "Quantico", "Myraid Pro", sans-serif;
  font-weight: 400;
  color:rgb(159,206,219);
  text-shadow: none;
  margin: 0;
}
#sockeye .sockeye aside {
  width: 88%;
  padding: 0 6%;
  color:rgb(159,206,219);
  font-family: "Courier New", "MS Courier New", Courier, Prestige, "Everson Mono", monospace;
  font-weight: normal;
  line-height: 1.3;
  opacity: .8;
}

#sockeye .contact {
  max-height: 540px;
}
#sockeye .contact figure {
  height: auto;
}
#sockeye .contact figure img {
 width: 92%;
 margin: 10px 4% 0;
}
#page-contact p {
	display: block;
	float: left;
  width: 30%;
  margin-right: 3%;
  font-weight:400;
  overflow:hidden;
/*  background-color:green;*/
}
p.phone   { width: 29%; }
p.address { width: 30%; }
p.emails  { width: 32%; }
  
#page-contact .italic {
  font-style: italic;
  font-size:.4;
}
#page-contact .type, #page-contact b {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8em;
}
#sockeye figcaption, #sockeye .jobs figure, #sockeye .rss figure {
  display: none;
}
#sockeye .rss, #sockeye .jobs {
  height: auto !important;
  padding-bottom: 1em;
}



/*section.active { width: 512px }*/
/*section.active .project { height: 675px }*/

.cover, figure img, figure div {
/* -webkit-transition-property: opacity;*/
/* -webkit-transition-duration: .25s;*/
/* -webkit-transition-timing-function: ease-out;*/
 
/* -webkit-transform-origin: 0 0;
 -webkit-transform: translate(0,0);
 -moz-transform-origin: 0 0;
 -moz-transform: translate(0,0);*/
}

/*section {
 -webkit-transition-property: width;
 -moz-transition-property: font-size, width, height;
 -o-transition-property: width, height;
 -ms-transition-property: width, height;
 transition-property: width;
 -webkit-transition-duration: 750ms;
 -webkit-transition-timing-function: ease-out;
}*/

.project {
/* -webkit-transition-property: font-size, height;
 -moz-transition-property: height;
 -o-transition-property: height;
 -ms-transition-property: height;
 transition-property: height;

-webkit-transition-duration: 750ms;
-webkit-transition-timing-function: ease-out;*/
 
 /*-webkit-transform-origin: 0 0;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform-origin: 0 0;
  -moz-transform: translate3d(0,0,0);
  -o-transform-origin: 0 0;
  -o-transform: translate3d(0,0,0);
  -ms-transform-origin: 0 0;
  -ms-transform: translate3d(0,0,0);
  transform-origin: 0 0;
  transform: translate3d(0,0,0);*/
}

.draggerV { position:absolute; z-index:800; top:0; right:-8px;width:8px; height:100%; background:transparent; }
.draggerV div {background:rgb(204,204,204); -webkit-border-radius: 2px; }

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


/*
  Overlay Pages
*/
.page {
  position: absolute;
  float: none;
  z-index: 1000;
  width: 94%;
  min-width: inherit;
  max-width: inherit;
  height: auto;
  max-height:85%;
  padding: 18px 4% 30px 2%;
  border-right: 0;
  cursor: default;
  background-color: rgb(230,230,218);
  color: rgb(106,106,105);
}
.page figure {
  float: left;
  margin-right: 70px;
  background-color: red;
}
.page nav, .page header, .page article {
  /*float: right;*/
}
.page nav li {
  display: inline-block;
  margin: 0 4px 0 0;
  font-weight: 600;
  font-size: 1.2em;
}
.page nav li:after {
  content: "|";
  margin: 0 0 0 4px;
}
.page nav li:last-child:after { content:""; margin:0; }
.page header {}
.page header h1 {
  color: #000;
  font-size: 4.7em;
  font-family: "AlternateGothic2", "Myraid Pro", sans-serif;
  font-weight: 400;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.page header h2 {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 18px;
}
.page article {
  line-height: 1.55;
  letter-spacing: .1em;
  font-size: 1.3em;
}
.page .close-page {
  position: absolute;
  bottom: 18px;
  right: 12px;
  color: rgb(157,157,157);
  font-size: 1.1em;
  line-height: 1.5em;
  padding-right: 24px;
  background: transparent url(/img/close-box.png) no-repeat right center;
}
.page .close-page:hover { color: rgb(106,106,106); }
/* debugin */
.page pre {
  font-size: .8em;
  background-color: rgba(100,100,100,.2);
}


/* ==|== media queries ======================================================
 PLACEHOLDER Media Queries for Responsive Design.
 These override the primary ('mobile first') styles
 Modify as content requires.
 ========================================================================== */
@media only screen and (max-width: 480px) {
 /* Style adjustments for viewports 480px and over go here */
 /*section {
 clear: left;
 width: 100%;
 height: 16%;
 min-height: 180px;
 }
 section.active {
    width: 100%;
  }  
  article {
    width: 160px;
    height: 100%;
    
  }
  article.active {
    
  }*/
 
 
 
}
@media only screen and (max-width: 768px) {
 /* Style adjustments for viewports 768px and over go here */



}

/* ==|== non-semantic helper classes ========================================
 Please define your styles before this section.
 ========================================================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }
/* ==|== print styles =======================================================
 Print styles.
 Inlined to avoid required HTTP connection: h5bp.com/r
 ========================================================================== */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}