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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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; }

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

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

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

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

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

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

td,
th {
  padding: 0; }

html, body {
  height: 100%; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff; }

a img, fieldset {
  border: none; }

fieldset {
  padding: 0; }

input[type=submit],
input.submit {
  font-weight: bold;
  width: auto !important; }

input[type=image], input.image,
input[type=radio], input.radio,
input[type=checkbox], input.checkbox {
  background: none !important;
  border: none !important;
  height: auto !important;
  width: auto !important; }

figure {
  margin: 0; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

img.left {
  display: inline;
  float: left !important; }

img.right {
  display: inline;
  float: right !important; }

caption, th {
  text-align: left; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden !important; }

.visible {
  visibility: visible !important; }

.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0.01em !important;
  line-height: 0.01em !important; }

.clear {
  display: inline-block; }

* html .clear {
  height: 1%; }

.clear {
  display: block; }

@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; } }
.FontHeader, h1, h2, h3, h4, h5, h6, input, textarea,
.FormNotice, .PageFooter, .Networks {
  font-family: 'proxima-nova', 'Helvetica Neue', Arial, Helvetica, sans-serif; }

.FontBody, body {
  font-family: 'ff-tisa-sans-web-pro', 'Helvetica Neue', Arial, Helvetica, sans-serif; }

body {
  color: #222; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

a, a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit; }

input[type=submit],
.FormNotice {
  font-size: 16px; }

body {
  font-size: 87.5%;
  line-height: 24px; }

p, ul, ol {
  margin: 0 0 8px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px; }

h1 {
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase; }

.ViewportHeader h1, .ViewportHeader h2 {
  font-size: 15px;
  line-height: 24px; }

.AboutContent p:nth-of-type(1) {
  font-size: 21px;
  line-height: 28px;
  margin: 0 0 12px; }

.PageFooter {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }

.Modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.96);
  overflow: auto;
  font-size: 1rem;
  z-index: 9999; }
  .Modal:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.05); }

.Modal.hidden {
  display: none; }

.ModalTop {
  margin: 0 auto; }

.ModalContent {
  margin: 0 auto; }

.ModalClose {
  display: none; }

.ModalSingleImageWrapper {
  position: absolute;
  top: 16px;
  left: 16px;
  bottom: 16px;
  right: 16px;
  pointer-events: none;
  text-align: center; }

.ModalSingleImage {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0); }

.Window-Horizontal .ModalSingleImage {
  width: auto;
  max-height: 100%;
  margin: 0 auto; }

.Window-Vertical .ModalSingleImage {
  width: 100%;
  height: auto;
  margin: 0 auto; }

.Identity {
  padding: 0;
  text-align: center; }

.IdentityContent {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: -64px auto 0;
  -webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -webkit-transform: translate3d(0,-25%,0);
  -moz-transform: translate3d(0,-25%,0);
  -o-transform: translate3d(0,-25%,0);
  transform: translate3d(0,-25%,0); }
  .IdentityContent h1, .IdentityContent p {
    margin: 0 0 8px; }

.IdentityName {
  padding: 32px 0 0; }

.IdentitySummary,
.IdentityMore {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 16px; }

.IdentitySummary {
  opacity: .7; }

.IdentityMore {
  text-align: left;
  display: none; }

.IdentityShowMore .IdentityMoreLink {
  display: none; }

.IdentityShowMore .IdentityMore {
  display: block; }

.IdentityNetworks {
  display: block;
  text-align: center; }
  .IdentityNetworks ul {
    display: inline-block;
    margin: 0 auto;
    padding: 16px 0 0; }
  .IdentityNetworks li {
    display: inline-block;
    width: 64px; }

.Network:hover {
  opacity: 1; }

.NetworkLink {
  position: relative;
  display: block;
  padding: 4px 0;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  z-index: 100; }
  .NetworkLink i {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 4px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  .NetworkLink strong {
    position: relative;
    opacity: 0;
    -webkit-transform: translate3d(0,4px,0);
    -moz-transform: translate3d(0,4px,0);
    -o-transform: translate3d(0,4px,0);
    transform: translate3d(0,4px,0);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #bbb; }
  .NetworkLink path {
    fill: #bbb;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }

.NetworkLink:hover {
  opacity: 1;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }
  .NetworkLink:hover i {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06); }
  .NetworkLink:hover strong {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1; }

.NetworkInstagram:hover strong {
  color: #2b5a83; }
.NetworkInstagram:hover .svgInstagram {
  fill: #2b5a83; }

.NetworkTwitter:hover strong {
  color: #55acee; }
.NetworkTwitter:hover .svgTwitter {
  fill: #55acee; }

.NetworkDribbble:hover strong {
  color: #ea4c89; }
.NetworkDribbble:hover .svgDribbble {
  fill: #ea4c89; }

.NetworkFlickr:hover strong {
  color: #3b59c7; }
.NetworkFlickr:hover .svgFlickr {
  fill: #3b59c7; }

.NetworkFacebook:hover strong {
  color: #2d4486; }
.NetworkFacebook:hover .svgFacebook {
  fill: #2d4486; }

.Networks {
  font-size: 12px; }

.PhotoGrid {
  margin: 0 auto;
  padding: 0 8px 8px 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px; }
  .PhotoGrid ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .PhotoGrid .Thumb {
    position: relative;
    float: left;
    width: 33.333333%;
    margin: 0;
    padding: 8px 0 0 8px;
    box-sizing: border-box; }
  .PhotoGrid .ThumbWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background: #eee; }
  .PhotoGrid .ThumbFigure {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation: hover-bounce 1s linear 0 both;
    -moz-animation: hover-bounce 1s linear 0 both;
    -o-animation: hover-bounce 1s linear 0 both;
    animation: hover-bounce 1s linear 0 both;
    cursor: pointer; }
    .PhotoGrid .ThumbFigure:hover {
      -webkit-animation: hover-bounce-out 1s linear 0 both;
      -moz-animation: hover-bounce-out 1s linear 0 both;
      -o-animation: hover-bounce-out 1s linear 0 both;
      animation: hover-bounce-out 1s linear 0 both; }
    .PhotoGrid .ThumbFigure img {
      height: 100%;
      margin-left: 50%;
      -webkit-transform: translate3d(-50%,0,0);
      -moz-transform: translate3d(-50%,0,0);
      -o-transform: translate3d(-50%,0,0);
      transform: translate3d(-50%,0,0);
      -webkit-transition: opacity 0.2s ease-out;
      -moz-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }

.Thumb-Loading img {
  opacity: 0; }

.Thumb-Loading {
  -webkit-animation: loading-pulse 1s infinite;
  -moz-animation: loading-pulse 1s infinite;
  -o-animation: loading-pulse 1s infinite;
  animation: loading-pulse 1s infinite; }

.Thumb-Loaded img {
  opacity: 1; }

@media screen and (max-width: 800px) {
  .PhotoGrid .Thumb {
    width: 50%; } }
@media screen and (max-width: 480px) {
  .PhotoGrid .Thumb {
    width: 100%; } }
@media screen and (min-width: 720px) {
  .PhotoGrid .Thumb {
    width: 33.333333%; } }
@media screen and (min-width: 1120px) {
  .PhotoGrid .Thumb {
    width: 25%; } }
body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: transparent;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out; }

input, textarea {
  border: 1px solid #ddd;
  padding: 10px 11px 9px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 1.3em; }
  input:focus, textarea:focus {
    border-color: #bbb;
    outline: 0; }

textarea {
  height: 8em;
  resize: none; }

input[type=submit] {
  padding: 10px 14px 9px;
  background: #eee; }

path {
  fill: #060606; }

.Form {
  margin: 0 -16px 0 0; }

.FormText {
  width: 50%;
  float: left;
  padding: 0 16px 0 0;
  margin: 0 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.FormTextarea {
  padding: 0 16px 0 0;
  margin: 0 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.FormNotice {
  border: 1px solid #ddd;
  padding: 12px 12px 8px;
  margin: 0 16px 32px 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center; }
  .FormNotice p {
    margin: 0 0 4px; }

.fnPositive {
  background-color: #8ef795;
  border-color: #0fcc1b;
  color: #07650d; }

.fnNegative {
  background-color: #cf001c;
  border-color: #9c0015;
  color: #fff; }

.HeaderCaption {
  display: none; }

.Logo {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); }

.svgLogo {
  -webkit-transition: fill 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition: fill 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition: fill 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: fill 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); }

.LogoLoader {
  position: absolute;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: 0 0 0 -40px;
  background: url(../img/loader.png) no-repeat 0 0;
  background-size: 100% 100%;
  opacity: .5;
  -webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -webkit-animation: infinite-spinning 1s linear infinite;
  -moz-animation: infinite-spinning 1s linear infinite;
  -o-animation: infinite-spinning 1s linear infinite;
  animation: infinite-spinning 1s linear infinite; }

.Viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ViewportHeader {
  position: fixed;
  top: -64px;
  left: 0;
  width: 100%;
  height: 68px;
  pointer-events: none;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  -webkit-animation: header-pop-up 1s linear 0 both;
  -moz-animation: header-pop-up 1s linear 0 both;
  -o-animation: header-pop-up 1s linear 0 both;
  animation: header-pop-up 1s linear 0 both; }
  .ViewportHeader * {
    pointer-events: all; }
  .ViewportHeader .Logo {
    float: left;
    width: 36px;
    height: 36px;
    margin: 24px 12px 0 16px; }
  .ViewportHeader h1 {
    display: none; }
  .ViewportHeader #HeaderSubtitle {
    position: absolute;
    top: 0;
    left: 64px;
    padding: 31px 12px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.View {
  min-height: 100%; }

.Identity {
  position: relative;
  display: block;
  height: 100%; }

.About {
  position: relative;
  overflow: hidden;
  width: 60%;
  max-width: 736px;
  margin: 0 auto 16px;
  padding: 64px 16px;
  clear: both; }

.AboutContent {
  position: relative;
  padding: 0 0 0 25%; }

.AboutPhoto {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -o-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0); }

.AboutContactForm {
  clear: both;
  padding: 32px 0 0 25%;
  margin: 31px 0 0;
  border-top: 1px solid #eee; }
  .AboutContactForm h2, .AboutContactForm label {
    display: none; }
  .AboutContactForm input, .AboutContactForm textarea {
    width: 100%; }

.PageFooter {
  max-width: 1600px;
  margin: 0 8px;
  padding: 15px 0 4px;
  box-sizing: border-box;
  border-top: 1px solid #eee; }

@media screen and (max-width: 1120px) {
  .About {
    width: 66.6667%; } }
@media screen and (max-width: 800px) {
  .About {
    width: 80%; } }
@media screen and (max-width: 720px) {
  .AboutContent {
    padding: 0; }

  .AboutPhotoWrapper {
    text-align: center;
    margin-bottom: 24px; }

  .AboutPhoto {
    position: static;
    top: auto;
    left: auto;
    width: 96px;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; }

  .AboutContactForm {
    padding: 32px 0 0; } }
@media screen and (max-width: 480px) {
  .Form {
    margin: 0; }

  .FormText,
  .FormTextarea {
    width: 100%;
    padding: 0; }

  .NotOnSmall {
    display: none; }

  .About {
    width: 100%;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  .AboutContent {
    padding-top: 32px; } }
.Logo {
  -webkit-transform: scale(.6) translate3d(0,0,0);
  -moz-transform: scale(.6) translate3d(0,0,0);
  -o-transform: scale(.6) translate3d(0,0,0);
  transform: scale(.6) translate3d(0,0,0); }

.svgLogo {
  fill: #aaa; }

.IdentityName,
.IdentitySummary,
.Network {
  opacity: 0; }

.Page-Active .Logo {
  -webkit-transform: scale(1) translate3d(0,0,0);
  -moz-transform: scale(1) translate3d(0,0,0);
  -o-transform: scale(1) translate3d(0,0,0);
  transform: scale(1) translate3d(0,0,0); }
.Page-Active .svgLogo {
  fill: #060606; }
.Page-Active .LogoLoader {
  opacity: 0; }
.Page-Active .IdentityName,
.Page-Active .IdentitySummary {
  -webkit-animation: fade-in-top .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both;
  -moz-animation: fade-in-top .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both;
  -o-animation: fade-in-top .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both;
  animation: fade-in-top .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both; }
.Page-Active .IdentitySummary {
  -webkit-animation: fade-in-faded .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both;
  -moz-animation: fade-in-faded .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both;
  -o-animation: fade-in-faded .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both;
  animation: fade-in-faded .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both; }
.Page-Active .IdentityName,
.Page-Active .IdentitySummary {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0); }
.Page-Active .IdentityName {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.Page-Active .IdentitySummary {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.Page-Active .Network {
  position: relative;
  -webkit-animation: fade-in-top .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both;
  -moz-animation: fade-in-top .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both;
  -o-animation: fade-in-top .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both;
  animation: fade-in-top .6s  cubic-bezier(0.770, 0.000, 0.175, 1.000)0s both; }
.Page-Active .Network:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.Page-Active .Network:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.Page-Active .Network:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }
.Page-Active .Network:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.Page-Active .Network:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.Page-Active .PhotoGrid {
  -webkit-animation: photogrid-peek-up 2s linear 1s both;
  -moz-animation: photogrid-peek-up 2s linear 1s both;
  -o-animation: photogrid-peek-up 2s linear 1s both;
  animation: photogrid-peek-up 2s linear 1s both; }

.Window-MountHeader .ViewportHeader {
  -webkit-animation: header-pop-down 1s linear 0 both;
  -moz-animation: header-pop-down 1s linear 0 both;
  -o-animation: header-pop-down 1s linear 0 both;
  animation: header-pop-down 1s linear 0 both;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

@-webkit-keyframes 'fade-in-margin' {
  0% {
    opacity: 0;
    margin-top: 8px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
@-moz-keyframes fade-in-margin {
  0% {
    opacity: 0;
    margin-top: 8px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
@-ms-keyframes fade-in-margin {
  0% {
    opacity: 0;
    margin-top: 8px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
@-o-keyframes fade-in-margin {
  0% {
    opacity: 0;
    margin-top: 8px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
@keyframes 'fade-in-margin' {
  0% {
    opacity: 0;
    margin-top: 8px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
@-webkit-keyframes 'fade-in-faded' {
  0% {
    opacity: 0; }
  100% {
    opacity: .7; } }
@-moz-keyframes fade-in-faded {
  0% {
    opacity: 0; }
  100% {
    opacity: .7; } }
@-ms-keyframes fade-in-faded {
  0% {
    opacity: 0; }
  100% {
    opacity: .7; } }
@-o-keyframes fade-in-faded {
  0% {
    opacity: 0; }
  100% {
    opacity: .7; } }
@keyframes 'fade-in-faded' {
  0% {
    opacity: 0; }
  100% {
    opacity: .7; } }
@-webkit-keyframes 'fade-in-top' {
  0% {
    opacity: 0;
    top: 8px; }
  100% {
    opacity: 1;
    top: 0; } }
@-moz-keyframes fade-in-top {
  0% {
    opacity: 0;
    top: 8px; }
  100% {
    opacity: 1;
    top: 0; } }
@-ms-keyframes fade-in-top {
  0% {
    opacity: 0;
    top: 8px; }
  100% {
    opacity: 1;
    top: 0; } }
@-o-keyframes fade-in-top {
  0% {
    opacity: 0;
    top: 8px; }
  100% {
    opacity: 1;
    top: 0; } }
@keyframes 'fade-in-top' {
  0% {
    opacity: 0;
    top: 8px; }
  100% {
    opacity: 1;
    top: 0; } }
@-webkit-keyframes 'infinite-spinning' {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes infinite-spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes infinite-spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes infinite-spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes 'infinite-spinning' {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes 'loading-pulse' {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }
@-moz-keyframes loading-pulse {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }
@-ms-keyframes loading-pulse {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }
@-o-keyframes loading-pulse {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }
@keyframes 'loading-pulse' {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }

/*# sourceMappingURL=main.css.map */
