/*
 * 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. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -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
 * Also: hot pink! (or customize the background color to match your static)
 */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

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

/* =============================================================================
   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/i/440
 */
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;
  white-space: normal; }

/*
 * 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; }

/*
 * 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: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:
   ========================================================================== */
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *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; } }
/*
GENERIC MIXINS
============
*/
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local("Droid Sans"), local("DroidSans"), url("http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciL3hpw3pgy2gAi-Ip7WPMi0.woff") format("woff"); }
@font-face {
  font-family: 'museoSlab';
  src: url("/static/fonts/museo/museo_slab_500-webfont.eot");
  src: url("/static/fonts/museo/museo_slab_500-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/museo/museo_slab_500-webfont.woff") format("woff"), url("/static/fonts/museo/museo_slab_500-webfont.ttf") format("truetype"), url("/static/fonts/museo/museo_slab_500-webfont.svg#MuseoSlab500") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GnuolaneBook';
  src: url("/static/fonts/gnuolane/gnuolane_bk-webfont.eot");
  src: url("/static/fonts/gnuolane/gnuolane_bk-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/gnuolane/gnuolane_bk-webfont.woff") format("woff"), url("/static/fonts/gnuolane/gnuolane_bk-webfont.ttf") format("truetype"), url("/static/fonts/gnuolane/gnuolane_bk-webfont.svg#GnuolaneRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GnuolaneRegular';
  src: url("/static/fonts/gnuolane/gnuolane_rg-webfont.eot");
  src: url("/static/fonts/gnuolane/gnuolane_rg-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/gnuolane/gnuolane_rg-webfont.woff") format("woff"), url("/static/fonts/gnuolane/gnuolane_rg-webfont.ttf") format("truetype"), url("/static/fonts/gnuolane/gnuolane_rg-webfont.svg#GnuolaneRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CooperHewitt';
  src: url("/static/fonts/cooperhewitt/CooperHewitt-Medium.eot");
  src: url("/static/fonts/cooperhewitt/CooperHewitt-Medium.eot?#iefix") format("embedded-opentype"), url("/static/fonts/cooperhewitt/CooperHewitt-Medium.woff") format("woff"), url("/static/fonts/cooperhewitt/CooperHewitt-Medium.svg#CooperHewitt") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CooperHewitt';
  src: url("/static/fonts/cooperhewitt/CooperHewitt-Bold.eot");
  src: url("/static/fonts/cooperhewitt/CooperHewitt-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/cooperhewitt/CooperHewitt-Bold.woff") format("woff"), url("/static/fonts/cooperhewitt/CooperHewitt-Bold.svg#CooperHewitt") format("svg");
  font-weight: 600;
  font-style: normal; }
/* SITE SPECIFIC COLOURS AND FONTS */
#sizes li {
  display: none; }

/*MAIN*/
html {
  background: url("/static/images/grit-bg.jpg") repeat left top; }

body {
  /*font-family: 'Droid Sans', sans-serif;*/
  font-family: 'CooperHewitt', sans-serif;
  background: url("/static/images/grit-bg-shadow.jpg") repeat-x 0px 90px;
  padding: 0px;
  margin: 0px;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  padding-top: 100px; }

body .wrapper a {
  text-decoration: none;
  color: #000000;
  font-weight: normal; }
  body .wrapper a:visited {
    color: #000000; }
  body .wrapper a:hover {
    color: #000000;
    text-decoration: underline; }
  body .wrapper a:active {
    color: #000000; }

body strong {
  font-weight: 600; }

body i, body em {
  font-style: italic; }

ul, li {
  padding: 0;
  margin: 0; }

h1 {
  padding: 0;
  margin: 0;
  -moz-text-shadow: 1px 1px 1px #ffffff;
  -webkit-text-shadow: 1px 1px 1px #ffffff;
  -o-text-shadow: 1px 1px 1px #ffffff;
  text-shadow: 1px 1px 1px #ffffff;
  color: #000000;
  padding-bottom: 10px;
  font-size: 18px; }

h2 {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-bottom: 4px; }

hgroup {
  padding: 0;
  margin: 0;
  background: url("/static/images/dotline-horz-double.png") repeat-x left 5px;
  color: #000000;
  margin-bottom: 30px;
  text-align: center; }
  hgroup h3 {
    background: url("/static/images/grit-bg.jpg") repeat left top;
    padding: 0px 15px;
    margin: 0;
    font-size: 22px;
    color: #666;
    font-family: 'GnuolaneRegular', sans-serif;
    font-weight: normal;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block; }
  hgroup h4 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: none;
    display: block;
    margin-top: 2px;
    font-weight: normal; }

::selection {
  background: #7ea774;
  color: #000000; }

/*RESPONSIVE CODE*/
img {
  max-width: 100%; }

/* THE GOODS */
#header {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 86px;
  z-index: 401;
  overflow: visible;
  border-bottom: 4px solid #464646;
  -webkit-transition: box-shadow 1.5s ease-in-out 0s;
  -moz-transition: box-shadow 1.5s ease-in-out 0s;
  -o-transition: box-shadow 1.5s ease-in-out 0s;
  transition: box-shadow 1.5s ease-in-out 0s; }
  #header.shadow {
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6) #ffffff ;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6) #ffffff ;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6) #ffffff ;
    -webkit-transition: box-shadow 1.5s ease-in-out 0s;
    -moz-transition: box-shadow 1.5s ease-in-out 0s;
    -o-transition: box-shadow 1.5s ease-in-out 0s;
    transition: box-shadow 1.5s ease-in-out 0s; }

nav {
  float: right;
  width: 350px;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 20px;
  height: 90px;
  margin-bottom: -4px; }
  nav a {
    font-family: 'GnuolaneRegular', sans-serif;
    font-weight: normal; }
    nav a:link, nav a:visited {
      color: #5ea2c5;
      padding: 0px 10px 0px 10px;
      border-bottom: 4px solid #2f5163;
      text-decoration: none;
      line-height: 86px;
      vertical-align: middle;
      display: block;
      float: left; }
    nav a.current {
      color: #ffffff;
      border-color: #5ea2c5;
      text-decoration: none !important;
      -webkit-transition: border-color 1s ease-in-out 0s;
      -moz-transition: border-color 1s ease-in-out 0s;
      -o-transition: border-color 1s ease-in-out 0s;
      transition: border-color 1s ease-in-out 0s;
      -webkit-transition: color 0.5s ease-in-out 0s;
      -moz-transition: color 0.5s ease-in-out 0s;
      -o-transition: color 0.5s ease-in-out 0s;
      transition: color 0.5s ease-in-out 0s; }
    nav a:hover {
      color: #ffffff;
      -webkit-transition: color 0.5s ease-in-out 0s;
      -moz-transition: color 0.5s ease-in-out 0s;
      -o-transition: color 0.5s ease-in-out 0s;
      transition: color 0.5s ease-in-out 0s;
      border-color: #fff;
      -webkit-transition: border-color 0.5s ease-in-out 0s;
      -moz-transition: border-color 0.5s ease-in-out 0s;
      -o-transition: border-color 0.5s ease-in-out 0s;
      transition: border-color 0.5s ease-in-out 0s; }

#logo {
  float: left;
  background: url("/static/images/sa-logo.svg") no-repeat center center;
  width: 286px;
  height: 90px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-left: 20px; }

.wrapper {
  text-align: left;
  margin: 0px auto;
  /* center */ }

#intro {
  font-family: 'museoSlab', Georgia, Times, serif;
  color: #000000;
  text-shadow: 1px 1px 0 #fff, 3px 3px 0 #b2b2b2;
  margin: 40px 10px 0px 10px;
  font-size: 70px; }
  #intro h1.sentence {
    line-height: 1.3em;
    text-align: center;
    font-size: 100%;
    display: block;
    height: 2.6em;
    margin: 0;
    padding: 0;
    font-weight: normal; }
  #intro span {
    font-style: normal;
    background-color: rgba(255, 221, 76, 0.1);
    padding: 0px 10px; }

#about, #work, #team, #jobs, #contact {
  overflow-y: auto;
  padding: 10px;
  padding-top: 110px;
  margin-top: -50px; }
  #about nav, #work nav, #team nav, #jobs nav, #contact nav {
    display: none; }

/*the position on the points sprite*/
#about-points div {
  float: left;
  margin-bottom: 20px;
  background-position: 0px 0px;
  background-repeat: no-repeat; }
#about-points div.two {
  background-position: 0px -160px; }
#about-points div.three {
  background-position: 0px -320px; }
#about-points div.four {
  background-position: 0px -480px; }
#about-points div.five {
  background-position: 0px -640px; }
#about-points div.six {
  background-position: 0px -800px; }
#about-points div.seven {
  background-position: 0px -960px; }
#about-points div.eight {
  background-position: 0px -1120px; }

#work {
  position: relative; }
  #work .project, #work .hidden {
    display: none; }
  #work .visible {
    display: visible; }
  #work #work-nav {
    overflow: auto;
    margin: 0px auto;
    /* center */
    margin-top: 22px;
    /*		width: 300px;	*/
    display: inline-block; }
    #work #work-nav a {
      cursor: pointer;
      display: inline-block;
      float: left;
      overflow: hidden;
      text-indent: -999px;
      /*background-image: url('/static/images/project-circles-sprite.png');*/
      /*background-repeat: no-repeat;*/
      /*background-position: 0px 0px;*/
      height: 6px;
      width: 6px;
      opacity: .3;
      border-radius: 20px;
      margin: 2px 5px;
      /*border: 2px solid #666;*/
      background: #666666; }
      #work #work-nav a:hover {
        background-position: 0px -20px; }
    #work #work-nav a.current {
      /*background-position: 0px -20px;*/
      height: 10px;
      width: 10px;
      opacity: 1;
      margin: 0 5px; }
  #work .project {
    position: relative; }
  #work .hero {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #d5d5d5 url("/static/images/screenshots-header.png") 0px 0px repeat-x;
    box-shadow: 0px 0px 8px #444;
    float: left;
    margin-right: 20px;
    max-width: 750px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 25px; }
    #work .hero img {
      border-bottom: 1px solid #fff; }
  #work .mobile {
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    background: #eee url("/static/images/mobile-status-bar.png") center 5px no-repeat;
    background-size: 90%;
    border: 10px solid #fff;
    box-shadow: 0px 0px 8px #444;
    height: 405px;
    overflow: hidden;
    padding: 30px 0px 0px 0px;
    position: absolute;
    right: 85px;
    top: 355px;
    width: 240px; }
  #work .blurb {
    float: left;
    line-height: 1.3em; }
    #work .blurb section {
      font-size: 18px;
      display: block;
      margin-bottom: 15px;
      line-height: 1.3em; }
  #work .blurb h2 {
    background: url("/static/images/dotline-horz.png") repeat-x 0 bottom;
    color: #363636;
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 18px;
    margin-top: 20px;
    padding-bottom: 18px; }
  #work .blurb a {
    /*background: url('/static/images/link-arrow.png') no-repeat left center;*/
    color: #2f3030;
    display: inline-block;
    width: auto;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-size: 10px;
    /*font-style: italic;*/
    font-weight: normal;
    padding: 10px 0px 10px 20px;
    background: #fff url("/static/images/link-arrow.png") no-repeat left center;
    padding: 6px 6px 6px 20px;
    /*margin-top: 20px;*/
    padding: 7px;
    font-weight: bold;
    margin-left: 6px;
    line-height: 1em;
    background: #fff; }
    #work .blurb a:hover {
      background: #5ea2c5;
      text-decoration: none;
      color: #fff; }
  #work .project-button {
    font-family: 'GnuolaneRegular', sans-serif;
    font-weight: normal;
    background: transparent;
    cursor: pointer;
    line-height: 40px;
    position: absolute;
    top: 480px;
    vertical-align: middle; }
  #work .next {
    right: 0px;
    -webkit-border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    border-radius: 30px 0px 0px 30px; }
  #work .previous {
    left: 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    border-radius: 0px 30px 30px 0px; }
  #work .project-button span {
    display: none;
    white-space: nowrap;
    color: #ffffff;
    line-height: 40px; }
  #work .project-button:hover {
    background: #5ea2c5;
    -webkit-transition: background-color 400ms ease-in-out 0s;
    -moz-transition: background-color 400ms ease-in-out 0s;
    -o-transition: background-color 400ms ease-in-out 0s;
    transition: background-color 400ms ease-in-out 0s; }
  #work .project-button:hover span {
    display: block; }
  #work .project-button .arrow {
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    display: block;
    margin: 5px 6px;
    overflow: hidden;
    text-indent: -999px; }
  #work .next .arrow, #work .next span {
    float: right;
    margin-right: 10px; }
  #work .previous .arrow, #work .previous span {
    float: left;
    margin-left: 10px; }
  #work .project-button .arrow {
    height: 30px;
    width: 30px; }
  #work .next .arrow {
    background: #cecece url("/static/images/next-previous-sprite.png") no-repeat 0 0px; }
  #work .previous .arrow {
    background: #cecece url("/static/images/next-previous-sprite.png") no-repeat 0 -30px; }

#team .member {
  background: url(/static/images/sushi-sprite.png) no-repeat 0 0;
  box-sizing: border-box;
  float: left;
  margin: 0px 2% 45px;
  min-height: 130px;
  padding-left: 100px;
  width: 46%;
  position: relative; }
  #team .member em {
    font-family: Georgia, "Times New Roman", Times, serif;
    display: block;
    font-size: 12px; }
  #team .member p {
    margin: 10px 0 20px; }
  #team .member a.contact {
    background: white;
    border-radius: 4px;
    color: #636363;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease 0.25s; }
    #team .member a.contact .fa-chevron-right {
      margin-left: 5px;
      margin-top: 2px;
      vertical-align: top; }
    #team .member a.contact.open {
      background: #5ea2c5;
      color: white; }
    #team .member a.contact:hover {
      background: #408ab0;
      color: white; }
  #team .member .details {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    display: none;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 35px; }
    #team .member .details h3 {
      color: #404040;
      font-size: 14px;
      margin: 0 0 4px; }
    #team .member .details a {
      color: #5ea2c5; }
    #team .member .details .email {
      margin: 0 0 10px; }
    #team .member .details.open {
      display: block; }
#team #lakin {
  background-position: 0px 0px; }
#team #leonard {
  background-position: 0px -200px; }
#team #ian {
  background-position: 0px -600px; }
#team p.alumni {
  clear: both;
  font-size: 12px;
  font-style: italic;
  line-height: 1.25em;
  margin: 2em auto 0;
  padding: 3em 0 0;
  text-align: center;
  width: 45%; }

#jobs {
  text-align: center; }
  #jobs p {
    color: #636363;
    width: 50%;
    margin: 3em auto 0; }
    #jobs p a {
      color: #5ea2c5; }
      #jobs p a:hover {
        color: black; }

#contact {
  margin-bottom: 60px; }
  #contact .details {
    float: left;
    width: 55%; }
    #contact .details div {
      min-height: 80px;
      background: url("/static/images/logo-balls.png") no-repeat left top;
      padding-left: 150px; }
      #contact .details div strong {
        font-weight: normal;
        color: #000; }
  #contact .colophon {
    width: 45%;
    float: left; }
    #contact .colophon address {
      background: url("/static/images/dotline-vert.png") repeat-y 0 0;
      color: #5ea2c5;
      font-size: 12px;
      font-style: normal;
      margin-left: 15px;
      padding-left: 15px; }
      #contact .colophon address ul li {
        list-style: none;
        margin-bottom: 8px;
        display: block;
        -moz-text-shadow: 1px 1px 1px #ffffff;
        -webkit-text-shadow: 1px 1px 1px #ffffff;
        -o-text-shadow: 1px 1px 1px #ffffff;
        text-shadow: 1px 1px 1px #ffffff; }
      #contact .colophon address span, #contact .colophon address a {
        color: #000;
        font-weight: normal; }
  #contact a.top-link {
    font-family: 'GnuolaneRegular', sans-serif;
    font-weight: normal;
    color: #666666;
    display: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }

footer {
  border-top: 4px solid #464646;
  background: #000;
  background: #000;
  font-family: 'GnuolaneRegular', sans-serif;
  font-weight: normal;
  border-bottom: 4px solid #5ea2c5;
  text-align: center;
  margin-top: 70px;
  padding: 40px 0px; }
  footer a {
    background: url("/static/images/arrow-top.png") no-repeat center bottom;
    width: 240px;
    display: block;
    margin: 0px auto;
    text-decoration: none;
    line-height: auto;
    text-transform: uppercase;
    padding: 10px 0px 60px 0px; }
    footer a:link, footer a:visited, footer a:active {
      color: #636363; }
    footer a b {
      color: #fff;
      font-size: 2em;
      line-height: 1.5;
      font-weight: normal; }

/*
GENERIC MIXINS
============
*/
/*
GENERIC MIXINS
============
*/
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local("Droid Sans"), local("DroidSans"), url("http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciL3hpw3pgy2gAi-Ip7WPMi0.woff") format("woff"); }
@font-face {
  font-family: 'museoSlab';
  src: url("/static/fonts/museo/museo_slab_500-webfont.eot");
  src: url("/static/fonts/museo/museo_slab_500-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/museo/museo_slab_500-webfont.woff") format("woff"), url("/static/fonts/museo/museo_slab_500-webfont.ttf") format("truetype"), url("/static/fonts/museo/museo_slab_500-webfont.svg#MuseoSlab500") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GnuolaneBook';
  src: url("/static/fonts/gnuolane/gnuolane_bk-webfont.eot");
  src: url("/static/fonts/gnuolane/gnuolane_bk-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/gnuolane/gnuolane_bk-webfont.woff") format("woff"), url("/static/fonts/gnuolane/gnuolane_bk-webfont.ttf") format("truetype"), url("/static/fonts/gnuolane/gnuolane_bk-webfont.svg#GnuolaneRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GnuolaneRegular';
  src: url("/static/fonts/gnuolane/gnuolane_rg-webfont.eot");
  src: url("/static/fonts/gnuolane/gnuolane_rg-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/gnuolane/gnuolane_rg-webfont.woff") format("woff"), url("/static/fonts/gnuolane/gnuolane_rg-webfont.ttf") format("truetype"), url("/static/fonts/gnuolane/gnuolane_rg-webfont.svg#GnuolaneRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CooperHewitt';
  src: url("/static/fonts/cooperhewitt/CooperHewitt-Medium.eot");
  src: url("/static/fonts/cooperhewitt/CooperHewitt-Medium.eot?#iefix") format("embedded-opentype"), url("/static/fonts/cooperhewitt/CooperHewitt-Medium.woff") format("woff"), url("/static/fonts/cooperhewitt/CooperHewitt-Medium.svg#CooperHewitt") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CooperHewitt';
  src: url("/static/fonts/cooperhewitt/CooperHewitt-Bold.eot");
  src: url("/static/fonts/cooperhewitt/CooperHewitt-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/cooperhewitt/CooperHewitt-Bold.woff") format("woff"), url("/static/fonts/cooperhewitt/CooperHewitt-Bold.svg#CooperHewitt") format("svg");
  font-weight: 600;
  font-style: normal; }
/************************************************************************************
GIANT larger than 1180
*************************************************************************************/
@media screen and (min-width: 1140px) {
  #about .wrapper, #work .wrapper, #team .wrapper, #contact .wrapper {
    padding: 3% 0%; }

  #intro h1.sentence {
    font-size: 104%; }

  .wrapper {
    max-width: 1120px; }

  #about-points div {
    background: url("/static/images/points-numbers-sm.png") no-repeat left top;
    width: 25%; }
    #about-points div section {
      margin-left: 40px;
      margin-right: 10px;
      min-height: 130px; }

  #work .blurb {
    max-width: 340px; }

  #work .project-button:hover span {
    visibility: visible;
    margin-right: 10px; } }
/************************************************************************************
DESKTOP smaller than 1180
*************************************************************************************/
@media screen and (max-width: 1140px) {
  #intro h1.sentence {
    font-size: 90%;
    line-height: 1.3em; }

  .wrapper {
    width: 960px; }

  #about-points div {
    background-image: url("/static/images/points-numbers-lg.png");
    width: 50%; }

  #about-points div section {
    margin-left: 70px;
    margin-right: 10px;
    min-height: 90px; }

  #work .hero {
    width: 620px; }
  #work .mobile {
    right: 130px;
    width: 165px;
    height: 275px; }
  #work .blurb {
    max-width: 320px; }

  #team p.alumni {
    width: 70%; } }
/************************************************************************************
SMALL smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {
  #intro h1.sentence {
    font-size: 75%;
    line-height: 1.3em; }

  .wrapper {
    width: 680px; }

  #about-points div {
    float: left;
    margin-left: 0px;
    min-height: 120px; }

  #work .blurb {
    max-width: inherit;
    line-height: inherit; }
    #work .blurb h2 {
      padding-bottom: 15px;
      margin: 15px 0px; }
  #work .hero {
    margin-right: 0px;
    width: 100%; }
  #work .mobile {
    display: none; }

  #team .member {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  #contact .colophon {
    font-size: 12px; } }
/************************************************************************************
TWEENER : smaller than 700 but not a mobile. Most mobile styles go here.
*************************************************************************************/
@media screen and (max-width: 700px) {
  /* disable webkit text size adjust (for iPhone) */
  html {
    -webkit-text-size-adjust: none; }

  #logo {
    width: 100%;
    float: none;
    margin: 0px auto;
    /*background: url('/static/images/logo-black.png') no-repeat center center;		*/ }

  #header {
    height: auto;
    text-align: center;
    /*outline: 1px solid green;*/
    text-align: center; }

  /*// FUCKING IOS NAV*/
  nav {
    /*NEW CHANGE HERE*/
    display: block;
    overflow: auto;
    border-bottom: none;
    display: block;
    margin: 0px auto;
    /*// max-width: 400px;*/
    float: none;
    width: 100%;
    /*// outline: 1px dashed red;*/
    height: auto;
    /*padding: 10px 0px 5px 0px;*/ }
    nav a {
      border-bottom: none;
      color: #666;
      margin: 0;
      padding: 0; }
      nav a:link, nav a:visited, nav a:hover, nav a:active {
        text-align: center;
        padding: 0px;
        margin: 0;
        width: 25%;
        line-height: 3em; }
      nav a.current {
        color: #5ea2c5; }

  /*// DISPLAY THE MOBILE NAV */
  #about nav, #work nav, #team nav, #contact nav {
    /*NEW CHANGE HERE*/
    display: none;
    background: url("/static/images/dotline-horz-double.png") repeat-x left 0px;
    display: block;
    overflow: auto;
    border-bottom: none;
    display: block;
    margin: 0px auto;
    /*// max-width: 400px;*/
    float: none;
    width: 100%;
    /*// outline: 1px dashed red;*/
    height: auto;
    padding: 10px 0px 5px 0px; }
    #about nav a, #work nav a, #team nav a, #contact nav a {
      border-bottom: none;
      color: #666; }
      #about nav a:link, #about nav a:visited, #about nav a:hover, #about nav a:active, #work nav a:link, #work nav a:visited, #work nav a:hover, #work nav a:active, #team nav a:link, #team nav a:visited, #team nav a:hover, #team nav a:active, #contact nav a:link, #contact nav a:visited, #contact nav a:hover, #contact nav a:active {
        text-align: center;
        padding: 0px;
        margin: 0;
        width: 25%;
        line-height: 3em; }
      #about nav a.current, #work nav a.current, #team nav a.current, #contact nav a.current {
        color: #5ea2c5; }

  :target h3 {
    color: black;
    -webkit-transition: color 1s ease-in-out 0s;
    -moz-transition: color 1s ease-in-out 0s;
    -o-transition: color 1s ease-in-out 0s;
    transition: color 1s ease-in-out 0s; }

  div.title h3 {
    /*		display: none;*/ }

  .wrapper {
    width: 100%; }

  #about-points div {
    float: left;
    width: 100%;
    margin-left: 0px;
    min-height: inherit;
    margin-bottom: 18px;
    background: url("/static/images/points-numbers-sm.png") no-repeat left top; }

  #about-points div section {
    margin-left: 40px; }

  #intro {
    -moz-text-shadow: 1px 1px 0px #a3a3a3;
    -webkit-text-shadow: 1px 1px 0px #a3a3a3;
    -o-text-shadow: 1px 1px 0px #a3a3a3;
    text-shadow: 1px 1px 0px #a3a3a3; }
    #intro h1.sentence {
      font-size: 60%;
      line-height: 1.3em; }

  #work .project-button {
    top: 320px; }
    #work .project-button:hover {
      background: none; }
      #work .project-button:hover span {
        display: none; }
  #work .hero {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #d5d5d5 url("/static/images/screenshots-header.png") 0px 0px repeat-x; }
  #work .mobile {
    /*Hide the mobile mockups on mobile*/
    width: 160px;
    height: 290px;
    left: 50%;
    top: 35%;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 4px solid #fff;
    padding-top: 15px; }

  #team .member {
    width: 100%;
    min-height: inherit; }

  #team p.alumni {
    width: 95%; }

  #contact .details div {
    font-size: 12px; }
  #contact a.top-link {
    display: block; } }
/************************************************************************************
MOBILE smaller than 480 must be a phone
*************************************************************************************/
@media screen and (max-width: 480px) {
  #header {
    position: absolute;
    position: fixed; }
    #header nav {
      width: 100%;
      max-width: inherit;
      top: 0;
      left: 0;
      background: #000; }

  #about, #work, #team, #contact {
    margin-top: -20px;
    padding-top: 70px; }

  body {
    background: url("/static/images/grit-bg-shadow.jpg") repeat-x 0px 100px; }

  nav {
    /*display: none;*/ }

  #header {
    height: auto;
    text-align: center;
    position: absolute;
    top: 0;
    height: 120px;
    border: none;
    width: 100%; }
    #header #logo {
      /*background: url('/static/images/logo-black-larger.png') no-repeat center center;*/
      width: 100%;
      height: 100%;
      /*outline: 1px solid red;*/
      margin-left: 0; }

  #top-row {
    display: none; }

  #about, #work, #team, #contact {
    margin-top: 0px;
    padding-top: 30px; }

  #work .blurb {
    margin-top: 15px; }

  #contact {
    background: url("/static/images/logo-balls.png") no-repeat center bottom;
    padding-bottom: 80px;
    margin-bottom: 0px; }
    #contact .colophon, #contact .details {
      width: 100%;
      float: normal;
      margin-bottom: 30px; }
    #contact .details div {
      background: none;
      padding: 0;
      font-size: inherit; }
    #contact .colophon h2 {
      display: block;
      margin-bottom: 10px; }

  footer {
    margin-top: 30px; } }
