html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
html {
  margin: 0;
  padding: 0;
  background: #333;
}
body {
  position: relative;
}
body.fixed {
  height: 100%;
  overflow: hidden;
}
hr {
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  height: 0;
  padding: 0;
  margin: 1.5em 0;
}
hr.short {
  width: 20%;
}
.container,
.easter-egg {
  position: relative;
  *zoom: 1;
  width: auto;
  max-width: 1699px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  z-index: 2;
}
.container:before,
.easter-egg:before,
.container:after,
.easter-egg:after {
  content: '';
  display: table;
}
.container:after,
.easter-egg:after {
  clear: both;
}
.container:before,
.easter-egg:before,
.container:after,
.easter-egg:after {
  content: '';
  display: table;
}
.container:after,
.easter-egg:after {
  clear: both;
}
@media only screen and (max-width: 1050px) {
  .container,
  .easter-egg {
    max-width: 100%;
  }
}
figure {
  padding: 0;
  margin: 0;
  *zoom: 1;
}
figure:before,
figure:after {
  content: '';
  display: table;
}
figure:after {
  clear: both;
}
.staging-enviroment {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: $easing;
          animation-timing-function: $easing;
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  background: rgba(34,34,34,0.7);
  border-radius: 5px;
  color: #fff;
  font-size: 0.75rem;
  left: 0;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 8px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 8px;
  width: 90%;
  z-index: 30;
}
.staging-enviroment p {
  font-size: 14px;
}
.staging-enviroment span {
  display: inline-block;
  margin-right: 5px;
  overflow: visible;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.staging-enviroment a.live {
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}
.staging-enviroment a.live:hover {
  border-bottom: 1px solid rgba(255,255,255,0.8);
}
.va {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.circle {
  border-radius: 50%;
}
nav[role='navigation'] ul {
  margin: 0;
  padding: 0;
}
nav[role='navigation'] ul:after {
  content: "";
  display: block;
  clear: both;
}
nav[role='navigation'] ul li {
  float: left;
  margin-right: 20px;
  list-style-type: none;
}
nav[role='navigation'] ul li:last-child {
  margin-right: 0;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
html {
  font-size: 16px;
  font-size: 100%;
}
body {
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: auto;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
h1 {
  font-size: 38.4px;
  font-size: 2.4rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
h3 {
  font-size: 24px;
  font-size: 1.5rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
h4 {
  font-size: 20.8px;
  font-size: 1.3rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
h5 {
  font-size: 16px;
  font-size: 1rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
h6 {
  font-size: 14.4px;
  font-size: 0.9rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
  text-transform: uppercase;
}
ul {
  margin: 5px 15px;
  margin: 0.32rem 0.94rem;
  padding-left: 1rem;
}
ul li {
  list-style-type: disc;
  padding: 2px 0;
  padding: 0.125rem;
}
ol {
  margin: 5px 18px;
  margin: 0.32rem 1.125rem;
  padding-left: 1rem;
}
ol li {
  list-style-type: decimal;
  padding: 2px 0;
  padding: 0.125rem;
}
::-moz-selection {
  background: #0074d9;
  color: #494949;
}
::selection {
  background: #0074d9;
  color: #494949;
}
p {
  font-size: 1rem;
  margin: 0.75em 0;
  line-height: 1.6em;
}
small {
  font-size: 55%;
  opacity: 0.6;
  font-weight: normal;
}
.defaultType,
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
small,
em,
strong,
input,
button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 64px;
  font-size: 4rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
h2 {
  font-size: 48px;
  font-size: 3rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
h3 {
  font-size: 36px;
  font-size: 2.25rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
h4 {
  font-size: 28px;
  font-size: 1.75rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
h5 {
  font-size: 22px;
  font-size: 1.375rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
}
h6 {
  font-size: 18px;
  font-size: 1.125rem;
  text-rendering: optimizelegibility;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.6em;
  text-transform: uppercase;
}
address {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "sofia-pro", sans-serif;
  letter-spacing: -0.02em;
  display: block;
  margin: 1rem 0;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 1rem;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
.animated,
.over-scale,
.fade-out-down,
.fade-in-right,
.fade-out-right,
.fade-in-up,
.fade-in-left,
.fade-out-left,
section.home-cta .container ul li a.resolved span,
section.home-cta .location a.pin,
.projects .intro h4,
.inner-content,
section.four-o-four div.container article hr,
section.four-o-four div.container article h1.logo,
section.four-o-four div.container article p,
section.four-o-four div.container article a.btn,
body.about h2.intro,
body.about .intro-copy,
body.about nav.subnav,
body.contact div.title,
div.contact-map,
article.contact-form p.subtitle,
div.form-wrap,
article.ty-wrap div.centered {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.overscale {
  -webkit-animation-name: overscale;
          animation-name: overscale;
}
.over-scale {
  -webkit-animation-name: overscale;
          animation-name: overscale;
}
.fade-in,
section.project.load-in video,
section.project.next-project video,
section.project.prev-project video {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}
.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
.fade-in-up,
section.home-cta .container ul li a.resolved span,
.projects .intro h4,
.inner-content,
section.four-o-four div.container article hr,
section.four-o-four div.container article h1.logo,
section.four-o-four div.container article p,
section.four-o-four div.container article a.btn,
body.about h2.intro,
body.about .intro-copy,
body.contact div.title,
div.contact-map,
article.contact-form p.subtitle,
div.form-wrap,
article.ty-wrap div.centered {
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}
.fade-out-down {
  -webkit-animation-name: fade-out-down !important;
          animation-name: fade-out-down !important;
}
.fade-in-right,
body.about nav.subnav {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
          animation-name: fade-out-right;
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
          animation-name: fade-out-left;
}
.bounce,
section.home-cta .location a.pin {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
.delay-1 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.delay-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes overscale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes overscale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-out-down {
  0% {
    opacity: 1 !important;
  }
  100% {
    opacity: 0 !important;
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1 !important;
  }
  100% {
    opacity: 0 !important;
  }
}
@-webkit-keyframes theme-toggle {
  0% {
    background-position: 0% 2%;
  }
  50% {
    background-position: 100% 99%;
  }
  100% {
    background-position: 0% 2%;
  }
}
@keyframes theme-toggle {
  0% {
    background-position: 0% 2%;
  }
  50% {
    background-position: 100% 99%;
  }
  100% {
    background-position: 0% 2%;
  }
}
@-webkit-keyframes color-toggle {
  0% {
    background-color: #19b4e7;
  }
  50% {
    background-color: #b89a69;
  }
  100% {
    background-color: #19b4e7;
  }
}
@keyframes color-toggle {
  0% {
    background-color: #19b4e7;
  }
  50% {
    background-color: #b89a69;
  }
  100% {
    background-color: #19b4e7;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.btn {
  font-size: 13px;
  padding: 10px 22px;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 0.875rem;
  border-radius: 0;
  line-height: 1.3em;
  height: 2.5rem;
  width: 9.25rem;
  font-weight: normal;
}
.btn:hover,
.btn:focus {
  background-color: rgba(0,0,0,0);
  color: #f7f7f7;
  border: none;
}
.btn:active {
  background-color: rgba(0,0,0,0);
}
.btn.full {
  width: auto;
  background: #474e54;
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 12px 30px;
  border-radius: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  line-height: 1em;
}
.btn.full:hover {
  background: #2fb6fc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: none;
}
footer.main {
  color: #fff;
  z-index: 25;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  footer.main {
    padding: 0;
  }
}
footer.main .container {
  *zoom: 1;
  padding: 7% 2% 2%;
  width: 100%;
}
footer.main .container:before,
footer.main .container:after {
  content: '';
  display: table;
}
footer.main .container:after {
  clear: both;
}
footer.main .container div {
  float: left;
  width: 49.5%;
}
footer.main div.copyright p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.9);
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 1.2em;
}
@media only screen and (max-width: 600px) {
  footer.main div.copyright p {
    font-size: 0.75rem;
  }
}
footer.main div.social {
  text-align: right;
}
footer.main div.social a {
  border-radius: 999px;
  display: block;
  float: right;
  margin-right: 0.5rem;
  width: 36px;
  height: 36px;
  padding: 8px 8px 0 0;
  border: 1px solid #fff;
}
footer.main div.social a:hover {
  position: relative;
  z-index: 10;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
footer.main div.social a:hover {
  border: 1px solid #fff;
}
footer.main div.social a .social-icon {
  fill: #fff;
  width: 18px;
  height: 18px;
}
.easter-egg {
  display: none;
  background-color: #d13f19;
  height: 50vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 4;
  background-image: url("../img/contact/code-behind-site.jpg");
  background-color: #292c35;
  background-size: 150% auto;
  background-position: left top;
  background-repeat: no-repeat;
}
section.home-cta {
  padding-bottom: 100vh;
}
section.home-cta .container.mail {
  text-align: center;
  padding: 6.25rem 0;
  border-top: 1px solid #ddd;
  z-index: 2;
  background: #fff;
  margin-top: -1px;
}
section.home-cta .container.mail a {
  color: #000;
  font-weight: 500;
}
section.home-cta .container ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 2.5rem;
  border: 1px solid transparent;
}
section.home-cta .container ul:after {
  content: "";
  display: block;
  clear: both;
}
section.home-cta .container ul li {
  float: left;
  margin-right: 20px;
  list-style-type: none;
}
section.home-cta .container ul li:last-child {
  margin-right: 0;
}
section.home-cta .container ul:before,
section.home-cta .container ul:after {
  content: '';
  display: table;
}
section.home-cta .container ul:after {
  clear: both;
}
section.home-cta .container ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  z-index: 3;
}
section.home-cta .container ul li:before,
section.home-cta .container ul li:after {
  content: '';
  display: table;
}
section.home-cta .container ul li:after {
  clear: both;
}
section.home-cta .container ul li:first-child:after {
  position: absolute;
  content: '';
  height: 6.25rem;
  width: 1px;
  right: 0;
  top: 0;
  border-right: 1px solid rgba(0,0,0,0.1);
}
section.home-cta .container ul li:nth-child(2) p {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
section.home-cta .container ul li:nth-child(2) p span {
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  section.home-cta .container ul li:nth-child(2) p span {
    display: none;
  }
  section.home-cta .container ul li:nth-child(2) p::after {
    content: 'Email Us';
    margin-left: auto;
    margin-right: auto;
  }
}
section.home-cta .container ul li a:first-child:hover {
  text-decoration: none;
}
section.home-cta .container ul li a span {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-filter: blur(2);
          filter: blur(2);
  width: 28px;
  display: block;
  height: 28px;
  margin: 0 auto;
  margin-bottom: 0.625rem;
  opacity: 0;
}
section.home-cta .container ul li a span svg {
  width: 32px;
  height: auto;
}
section.home-cta .container ul li a p {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-style: italic;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  color: #999;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}
section.home-cta .container ul li a:hover svg {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  opacity: 1;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
section.home-cta .container ul li a:hover svg g,
section.home-cta .container ul li a:hover svg path {
  stroke: #ff6347;
}
section.home-cta .container ul li a:hover p {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
section.home-cta .container ul li a.resolved p {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
section.home-cta .container h3 {
  font-size: 2.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #3d444a;
  line-height: 1.2em;
  margin-bottom: 2.75rem;
}
section.home-cta .container p {
  *zoom: 1;
  width: auto;
  max-width: 780px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #666;
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
}
section.home-cta .container p:before,
section.home-cta .container p:after {
  content: '';
  display: table;
}
section.home-cta .container p:after {
  clear: both;
}
@media only screen and (max-width: 800px) {
  section.home-cta .container.mail {
    padding: 8% 5%;
  }
  section.home-cta .container h3 {
    line-height: 1em;
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }
  section.home-cta .container p {
    font-size: 1rem;
    text-align: left;
  }
  section.home-cta .container ul li a p {
    font-size: 0.8125rem;
    text-align: center;
  }
}
section.home-cta .location-wrap {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
section.home-cta .location {
  *zoom: 1;
  width: auto;
  max-width: 1699px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  height: 100vh;
  min-height: 700px;
  background-image: url("../img/contact/3309-mission.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
}
section.home-cta .location:before,
section.home-cta .location:after {
  content: '';
  display: table;
}
section.home-cta .location:after {
  clear: both;
}
section.home-cta .location h2 {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/img/kni-logo.svg") no-repeat;
  width: 84px;
  height: 31px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin: 0 auto 0.9375rem;
}
section.home-cta .location .content {
  *zoom: 1;
  width: auto;
  max-width: 300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5.3125rem;
  color: #fff;
  text-align: center;
}
section.home-cta .location .content:before,
section.home-cta .location .content:after {
  content: '';
  display: table;
}
section.home-cta .location .content:after {
  clear: both;
}
section.home-cta .location a.pin {
  width: 30px;
  height: 42px;
  display: block;
  position: absolute;
  top: calc(65% - 21px);
  left: calc(49% - 11px);
  background-image: url("../img/contact/map-pin.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
section.home-cta .location a.map {
  font-style: italic;
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
section.home-cta .location a.map:hover {
  border-color: #fff;
}
div.light {
  content: '';
  position: absolute;
  top: calc(74% - 6px);
  left: calc(50% - 16px);
  width: 16px;
  height: 16px;
  background-color: rgba(178,158,98,0.2);
  box-shadow: 0 0 3px #b29e62;
  border-radius: 50%;
}
.location-wrap {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.location-wrap::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.99));
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.99));
  height: 100px;
  width: 100%;
  z-index: 2;
}
a.mobile-icon {
  position: relative;
  float: right;
  width: 58px;
  height: 50px;
  border-left: 1px solid rgba(0,0,0,0.05);
  cursor: pointer;
}
a.mobile-icon.is-active span {
  -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
          transform: rotate(-45deg) translateY(5px) translateX(-5px);
}
a.mobile-icon.is-active span::after {
  width: 0;
  opacity: 0;
}
a.mobile-icon.is-active span::before {
  width: 100%;
  -webkit-transform: rotate(90deg) translateY(0px) translateX(-12px);
          transform: rotate(90deg) translateY(0px) translateX(-12px);
}
@media only screen and (min-width: 601px) {
  a.mobile-icon {
    display: none;
  }
}
a.mobile-icon span {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 40%;
  height: 3px;
  background: #fff;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}
a.mobile-icon span::after,
a.mobile-icon span::before {
  content: '';
  position: absolute;
  left: 0;
  height: 3px;
  background: #fff;
}
a.mobile-icon span::after {
  top: 6px;
  width: 60%;
  -webkit-transition: width 350ms, opacity 250ms;
  transition: width 350ms, opacity 250ms;
}
a.mobile-icon span::before {
  top: 12px;
  width: 90%;
  -webkit-transition: width 350ms, -webkit-transform 350ms ease;
  transition: width 350ms, -webkit-transform 350ms ease;
  transition: width 350ms, transform 350ms ease;
  transition: width 350ms, transform 350ms ease, -webkit-transform 350ms ease;
}
nav.mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 50px;
  width: 100%;
  background: #2fb6fc;
  box-shadow: 0px 7px 76px 15px rgba(0,0,0,0);
  z-index: 5;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: box-shadow 500ms, -webkit-transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 500ms, -webkit-transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 500ms;
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 500ms, -webkit-transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
nav.mobile-nav.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  box-shadow: 0px 7px 76px 15px rgba(0,0,0,0.35);
}
nav.mobile-nav ul {
  padding: 0;
  margin: 0;
}
nav.mobile-nav li {
  padding: 0;
  list-style-type: none;
}
nav.mobile-nav li:not(:last-child) a {
  border-bottom: solid 1px rgba(0,0,0,0.05);
}
nav.mobile-nav li a {
  display: block;
  position: relative;
  padding: 15px 45px;
  font-family: "sofia-pro", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.045em;
  -webkit-transition: background 150ms, color 150ms;
  transition: background 150ms, color 150ms;
}
nav.mobile-nav li a:hover,
nav.mobile-nav li a:active,
nav.mobile-nav li a:focus {
  background: #fff;
  color: #1e92db;
}
nav.mobile-nav li a:hover span,
nav.mobile-nav li a:active span,
nav.mobile-nav li a:focus span {
  color: #2fb6fc;
}
nav.mobile-nav li span {
  position: absolute;
  top: 28px;
  left: 23px;
  font-size: 12px;
  color: #1e92db;
  letter-spacing: normal;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}
nav.main {
  color: #fff;
  height: 60px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 25;
  background: -webkit-linear-gradient(139deg, #44cff1, #2fb6fc);
  background: linear-gradient(311deg, #44cff1, #2fb6fc);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 600px) {
  nav.main {
    height: 50px;
  }
}
nav.main ul {
  padding-left: 0;
  height: 100%;
  margin: 0;
  display: table-row;
}
nav.main ul li {
  padding: 0;
  border: none;
  padding: 0 13px;
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
nav.main ul a {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  height: 60px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 600px) {
  nav.main ul a {
    height: 50px;
  }
}
nav.main ul a:hover {
  text-decoration: underline;
}
nav.main ul.nav li:first-child {
  padding: 0 25px;
  background: #1e92db;
}
nav.main ul.nav li:first-child:hover {
  background: #1875af;
}
nav.main ul.nav li:nth-child(2) {
  padding-left: 30px;
}
@media only screen and (max-width: 600px) {
  nav.main ul.nav li:not(:first-child) {
    display: none;
  }
}
nav.main ul.nav li svg {
  height: 26px;
  width: 64px;
  padding-top: 2px;
}
ul.social svg {
  fill: #fff;
  margin-top: 5px;
  height: 24px;
  width: 24px;
}
ul.social li {
  padding: 0 !important;
}
ul.social a {
  padding: 0 20px;
  border-left: solid 1px rgba(0,0,0,0.05);
  border-bottom: none;
}
ul.social a svg {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
ul.social a:hover {
  border-bottom: none;
  background: rgba(0,0,0,0.05);
}
ul.social a:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
ul.social a.active {
  color: #fff;
  text-decoration: underline;
}
ul.social a.active li {
  color: #fff;
}
div.pages {
  float: left;
}
div.external-links {
  float: right;
}
div.external-links ul {
  float: right;
}
@media only screen and (max-width: 600px) {
  div.external-links {
    display: none;
  }
}
nav.main.headroom--unpinned {
  top: -100px !important;
}
body.contact li.contact a,
body.about li.about a,
body.work li.work a {
  text-decoration: underline;
}
.projects {
  *zoom: 1;
  position: relative;
  background: #eee;
}
.projects:before,
.projects:after {
  content: '';
  display: table;
}
.projects:after {
  clear: both;
}
.projects:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-linear-gradient(139deg, #44cff1, #2fb6fc);
  background: linear-gradient(311deg, #44cff1, #2fb6fc);
}
.projects .intro {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
  overflow: hidden;
  position: relative;
  position: relative;
  background: inherit;
  background: -webkit-linear-gradient(139deg, #44cff1, #2fb6fc);
  background: linear-gradient(311deg, #44cff1, #2fb6fc);
}
.projects .intro:before,
.projects .intro:after {
  content: '';
  display: table;
}
.projects .intro:after {
  clear: both;
}
.projects .intro:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 61.53846153846154%;
}
.projects .intro .inner-content {
  padding: 0 9.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 600px) {
  .projects .intro {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .projects .intro:first-child {
    margin-left: auto;
  }
  .projects .intro:last-child {
    margin-right: auto;
  }
  .projects .intro .inner-content {
    padding: 0 5%;
  }
  .projects .intro:before {
    padding-top: 88%;
  }
}
.projects .intro header {
  padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .projects .intro header {
    display: none;
  }
}
.projects .intro nav {
  *zoom: 1;
}
.projects .intro nav:before,
.projects .intro nav:after {
  content: '';
  display: table;
}
.projects .intro nav:after {
  clear: both;
}
.projects .intro nav ul {
  margin: 0;
  padding: 0;
  float: right;
}
.projects .intro nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.projects .intro nav ul li {
  float: left;
  margin-right: 0;
  list-style-type: none;
}
.projects .intro nav ul li:last-child {
  margin-right: 0;
}
.projects .intro nav ul li a {
  display: block;
  font-size: 0.8125rem;
  padding: 0 1.25rem;
  line-height: 2rem;
  background: none;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
}
.projects .intro nav ul li a:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid transparent;
}
@media only screen and (max-width: 600px) {
  .projects .intro nav ul li {
    text-decoration: underline;
  }
}
.projects .intro nav ul li.active a {
  cursor: default;
  background: none;
  border: 1px solid rgba(255,255,255,0.5);
}
.projects .intro h1 {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/img/../img/kni-logo.svg") no-repeat;
  width: 84px;
  height: 31px;
  float: left;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.projects .intro h4 {
  letter-spacing: -0.045em;
  font-size: 3.03vw;
  font-weight: 600;
  font-family: "sofia-pro", sans-serif;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  line-height: 1.1em;
}
.projects .intro h4 a {
  font-family: inherit;
  font-weight: inherit;
  color: rgba(255,255,255,0.333);
  border: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-left: 6px;
}
.projects .intro h4 a:after {
  content: " \00BB";
}
.projects .intro h4 a:hover {
  color: rgba(0,0,0,0.7);
  border: none;
}
.projects .intro h4 sup {
  font-weight: 300;
  font-size: 0.75rem;
}
@media only screen and (min-width: 1699px) {
  .projects .intro h4 {
    font-size: 3.21875rem;
  }
}
@media only screen and (max-width: 600px) {
  .projects .intro h4 {
    font-size: 6vw;
  }
  .projects .intro h4 a {
    *zoom: 1;
    display: block;
    margin-top: 30px;
    padding-left: 0;
  }
  .projects .intro h4 a:before,
  .projects .intro h4 a:after {
    content: '';
    display: table;
  }
  .projects .intro h4 a:after {
    clear: both;
  }
}
.projects .intro p {
  font-size: 1.125rem;
}
.projects .gold {
  background: #343538;
}
.projects .gold h4,
.projects .gold nav ul li a {
  color: #b29e62;
}
.projects .gold nav ul li.active a,
.projects .gold nav ul li a:hover {
  color: #fff;
}
.projects .green {
  background: -webkit-linear-gradient(315deg, #8aaa19 0%, #48732e 100%);
  background: linear-gradient(135deg, #8aaa19 0%, #48732e 100%);
}
section.folio {
  color: #fff;
}
.projects > figure {
  overflow: hidden;
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.projects > figure:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 61.80339887498547%;
}
.projects > figure:before,
.projects > figure:after {
  content: '';
  display: table;
}
.projects > figure:after {
  clear: both;
}
.projects > figure:last-child {
  background-color: #40484a;
  background-image: none;
}
.projects > figure a {
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .projects > figure {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .projects > figure:first-child {
    margin-left: auto;
  }
  .projects > figure:last-child {
    margin-right: auto;
  }
}
.visible-grid-item:nth-child(2) div {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.visible-grid-item:nth-child(3) div {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.visible-grid-item:nth-child(4) div {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.visible-grid-item:nth-child(5) div {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.visible-grid-item:nth-child(6) div {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.visible-grid-item:nth-child(7) div {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.visible-grid-item:nth-child(8) div {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.visible-grid-item:nth-child(9) div {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.visible-grid-item:nth-child(10) div {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.visible-grid-item:nth-child(11) div {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.visible-grid-item:nth-child(12) div {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.visible-grid-item:nth-child(13) div {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.visible-grid-item:nth-child(14) div {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.inner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-content a.project {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 transparent;
  color: #fff;
  border: 0 solid;
  position: relative;
}
@media only screen and (min-width: 400px) {
  .inner-content a.project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.inner-content a.project .overlay {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .inner-content a.project .overlay {
    background: -webkit-linear-gradient(rgba(0,0,0,0) 60%, rgba(0,0,0,0.5));
    background: linear-gradient(rgba(0,0,0,0) 60%, rgba(0,0,0,0.5));
  }
}
.inner-content a.project .copy {
  z-index: 2;
}
.inner-content a.project span {
  display: block;
  font-weight: 500;
  font-size: 2.1vw;
  opacity: 0;
  font-family: "sofia-pro", sans-serif;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1699px) {
  .inner-content a.project span {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 400px) {
  .inner-content a.project span {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  }
}
@media only screen and (max-width: 600px) {
  .inner-content a.project span {
    opacity: 1;
    font-size: 1rem !important;
    position: absolute;
    bottom: 1.5625rem;
    left: 0.625rem;
    z-index: 6;
  }
}
.inner-content a.project span:after {
  *zoom: 1;
  width: auto;
  max-width: 10px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  content: '';
  border-bottom: 1px solid rgba(255,255,255,0);
  -webkit-transition: all 0.7s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.7s cubic-bezier(0.55, 0, 0.1, 1);
  margin-top: 8px;
}
.inner-content a.project span:after:before,
.inner-content a.project span:after:after {
  content: '';
  display: table;
}
.inner-content a.project span:after:after {
  clear: both;
}
.inner-content a.project em {
  opacity: 0;
  display: block;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.1vw;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
@media only screen and (min-width: 800px) {
  .inner-content a.project em {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 600px) {
  .inner-content a.project:hover {
    background-size: 110% 110%;
    border-bottom: none;
  }
  .inner-content a.project:hover .overlay {
    background: rgba(0,0,0,0.65);
    box-shadow: inset 0 0 0 1vw;
  }
  .inner-content a.project:hover span {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .inner-content a.project:hover span:after {
    *zoom: 1;
    width: auto;
    max-width: 100px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    content: '';
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .inner-content a.project:hover span:after:before,
  .inner-content a.project:hover span:after:after {
    content: '';
    display: table;
  }
  .inner-content a.project:hover span:after:after {
    clear: both;
  }
  .inner-content a.project:hover em {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media only screen and (min-width: 800px) {
  .inner-content a.project:hover .overlay {
    box-shadow: inset 0 0 0 0.9375rem;
  }
}
@media only screen and (max-width: 600px) {
  .inner-content a.project span {
    font-size: 8vw;
  }
  .inner-content a.project em {
    font-size: 4vw;
  }
}
.more .inner-content {
  text-align: center;
  padding: 0 18%;
}
@media only screen and (min-width: 800px) and (max-width: 1050px) {
  .more .inner-content img {
    width: 70%;
  }
}
.more .inner-content p {
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .more .inner-content p {
    font-size: 0.6875rem;
    line-height: 1rem;
  }
}
.more .inner-content a {
  background-image: none;
  background-color: none;
  color: #44d0f3;
  font-weight: 500;
}
.more .inner-content a:hover {
  color: #44d0f3;
}
@media only screen and (max-width: 800px) {
  .more .inner-content .va img {
    width: 50% !important;
  }
}
.empty .inner-content {
  display: none;
}
.logo-anim {
  width: 80%;
  height: auto;
}
a.close {
  width: 37px;
  height: 37px;
  position: fixed;
  top: 2.6875rem;
  right: 2.8125rem;
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
a.close:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
a.close span {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  position: absolute;
  display: block;
}
a.close span:before,
a.close span:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  width: 44px;
  top: 50%;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
a.close span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
a.close span:after,
a.close span:before {
  left: 0;
}
@media only screen and (max-width: 1025px) {
  a.close {
    right: 20px;
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  a.close {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 27px;
    top: 1.25rem;
    right: 0.625rem;
    opacity: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    background-color: rgba(0,0,0,0.7);
  }
  a.close span {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    top: 0.875rem;
    left: 0.875rem;
  }
  a.close span:before,
  a.close span:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    width: 22px;
    top: 50%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  a.close span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
div.controls-direction a {
  position: fixed;
  top: 50%;
  margin-top: -33px;
  outline: 0;
  width: 33px;
  height: 33px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: transparent;
  text-decoration: none;
  z-index: 90;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  white-space: nowrap;
}
div.controls-direction a p {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  color: #fff;
  font-size: 0.9375rem;
  background-color: $rgba(#000, 0);
  position: absolute;
  right: 1.25rem;
  padding: 0.1875rem 0.5rem;
  top: -0.5rem;
  opacity: 0;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  z-index: 99;
}
div.controls-direction a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
div.controls-direction a:hover p {
  opacity: 1;
  right: 40px;
  background-color: rgba(0,0,0,0.8);
}
div.controls-direction a.prev {
  left: 50px;
}
div.controls-direction a.prev p {
  right: auto;
  left: 1.25rem;
}
div.controls-direction a.prev span {
  border-right: 1px solid rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.5);
  display: block;
  height: 40px;
  width: 40px;
  margin-left: 1%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
div.controls-direction a.prev span:hover {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
div.controls-direction a.prev:hover p {
  right: auto;
  left: 2.5rem;
}
div.controls-direction a.next {
  right: 50px;
}
div.controls-direction a.next span {
  border-right: 1px solid rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.5);
  display: block;
  height: 40px;
  width: 40px;
  margin-left: 1%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateX(-24%) translateY(18%);
          transform: rotate(45deg) translateX(-24%) translateY(18%);
}
div.controls-direction a.next span:hover {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 1025px) {
  div.controls-direction {
    display: none;
  }
}
section.project {
  background: #111;
}
section.project blockquote {
  color: #b3ac61;
  max-width: 760px;
  font-size: 36px;
  font-family: "sofia-pro", sans-serif;
  border-left: 7px solid #b3ac61;
  padding-left: 1em;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  section.project blockquote {
    font-size: 24px;
  }
}
section.project blockquote p {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.02em;
}
section.project blockquote footer {
  font-family: inherit;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
section.project .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 11;
}
section.project .container {
  *zoom: 1;
  width: auto;
  max-width: 1699px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: auto;
  z-index: 20;
  padding: 2.625rem 9.375rem 2rem;
}
section.project .container:before,
section.project .container:after {
  content: '';
  display: table;
}
section.project .container:after {
  clear: both;
}
section.project header {
  *zoom: 1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
section.project header:before,
section.project header:after {
  content: '';
  display: table;
}
section.project header:after {
  clear: both;
}
section.project header a > h1 {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/img/kni-logo.svg") no-repeat;
  width: 84px;
  height: 31px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  float: left;
  margin: 0.25rem 0 0 -20px;
  display: inline-block;
  position: relative;
}
section.project header h2 {
  display: inline-block;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  padding-left: 2.5rem;
}
section.project header h2:before {
  border-right: 1px solid rgba(255,255,255,0.3);
  position: absolute;
  content: '';
  height: 70px;
  width: 10px;
  top: -13px;
  left: 0;
  z-index: 10;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
section.project header a.btn {
  float: right;
  margin-left: 1.875rem;
  position: relative;
  z-index: 1;
}
section.project header div.site-info {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  float: right;
  font-style: italic;
}
section.project header ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
section.project header ul:after {
  content: "";
  display: block;
  clear: both;
}
section.project header ul li {
  float: left;
  margin-right: 5px;
  list-style-type: none;
}
section.project header ul li:last-child {
  margin-right: 0;
}
section.project header ul:before,
section.project header ul:after {
  content: '';
  display: table;
}
section.project header ul:after {
  clear: both;
}
section.project header li {
  color: rgba(255,255,255,0.5);
}
@media only screen and (max-width: 400px) {
  section.project header li:not(:first-of-type) {
    display: none;
  }
}
section.project header p {
  font-size: 0.9375rem;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
}
section.project section.folio {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 2.5rem;
}
section.project section.active-exit {
  margin-top: 3.75rem;
  opacity: 0;
}
section.project section.more-projects {
  *zoom: 1;
}
section.project section.more-projects:before,
section.project section.more-projects:after {
  content: '';
  display: table;
}
section.project section.more-projects:after {
  clear: both;
}
section.project section.more-projects div.view-more {
  padding: 5% 5% 3%;
  background: #eee;
  margin: 0;
}
section.project section.more-projects p {
  text-align: center;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 5px;
}
section.project section.more-projects hr {
  *zoom: 1;
  width: auto;
  max-width: 100px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 0.5em auto;
}
section.project section.more-projects hr:before,
section.project section.more-projects hr:after {
  content: '';
  display: table;
}
section.project section.more-projects hr:after {
  clear: both;
}
section.project section.more-projects figure {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  overflow: hidden;
  position: relative;
}
section.project section.more-projects figure:before,
section.project section.more-projects figure:after {
  content: '';
  display: table;
}
section.project section.more-projects figure:after {
  clear: both;
}
section.project section.more-projects figure:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 61.80339887498547%;
}
section.project section.more-projects figure a {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.project section.more-projects figure div.copy {
  *zoom: 1;
  width: auto;
  max-width: 90%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: "sofia-pro", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 5%;
}
section.project section.more-projects figure div.copy:before,
section.project section.more-projects figure div.copy:after {
  content: '';
  display: table;
}
section.project section.more-projects figure div.copy:after {
  clear: both;
}
section.project section.more-projects figure div.copy hr.short {
  margin-bottom: 2.5rem;
}
section.project section.more-projects figure .copy span {
  font-size: 2.75vw;
  font-family: inherit;
}
@media only screen and (min-width: 1200px) {
  section.project section.more-projects figure .copy span {
    font-size: -rem(42px);
  }
}
section.project article {
  color: #666;
  background: #eee;
  border-top: 1px solid rgba(0,0,0,0.2);
}
section.project article a#play-video {
  display: none;
  width: 100%;
  height: 3.3125rem;
  max-width: 15.625rem;
  padding: 0.9375rem 1.375rem;
  margin: 1.875rem auto 1.875rem;
}
section.project article .vr {
  *zoom: 1;
  width: auto;
  max-width: 1px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  height: 9.375rem;
  background-color: #ccc;
}
section.project article .vr:before,
section.project article .vr:after {
  content: '';
  display: table;
}
section.project article .vr:after {
  clear: both;
}
section.project article img {
  width: 100%;
  height: auto;
  display: block;
}
section.project article .pad {
  padding: 5%;
}
section.project article .pad img {
  margin-bottom: 0.125rem;
}
section.project article .pad.med {
  text-align: left;
  font-size: 1.125rem;
}
section.project article .pad .lift img {
  margin-bottom: 5.625rem;
}
section.project article p.large {
  *zoom: 1;
  width: auto;
  max-width: 760px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: "sofia-pro", sans-serif;
  font-size: 1.1875rem;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: left;
  margin-bottom: 5%;
  line-height: 1.8em;
}
section.project article p.large:before,
section.project article p.large:after {
  content: '';
  display: table;
}
section.project article p.large:after {
  clear: both;
}
section.project article p.large a {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  section.project article p.large {
    font-size: 1rem;
    text-align: left;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  }
}
section.project figure.video {
  background-color: #28293e;
  width: 100%;
  margin: 0 0 -0.3125rem 0;
  padding: 0;
}
section.project figure.video.mobile {
  display: none;
}
section.project figure.video video {
  width: 100%;
  height: auto;
}
section.project figure.video video::-webkit-media-controls {
  display: none !important;
}
section.project figure.video p.temp {
  overflow: hidden;
  position: relative;
}
section.project figure.video p.temp:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 50%;
}
section.project div.more {
  *zoom: 1;
  width: auto;
  max-width: 200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 200px;
}
section.project div.more:before,
section.project div.more:after {
  content: '';
  display: table;
}
section.project div.more:after {
  clear: both;
}
section.project div.more .btn {
  border: 1px solid #7650bd;
  margin: 3.75rem 0;
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  section.project .container {
    padding: 2.625rem 4.6875rem 2rem;
  }
  section.project figure.video {
    display: none;
  }
  section.project figure.video.mobile {
    display: block;
  }
  section.project article a#play-video {
    display: block;
    width: 90%;
    max-width: 90%;
    margin: 1.875rem 5% 1.875rem;
    background-position: 99% 50% !important;
    color: #fff !important;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  section.project .container {
    padding: 0;
  }
  section.project header {
    position: relative;
    left: 0;
  }
  section.project header a {
    margin: 5% 0 4.375rem;
    padding-left: 5%;
    display: block;
  }
  section.project header h2 {
    display: block;
    width: 100%;
    padding-left: 5%;
    padding-bottom: 0.625rem;
  }
  section.project header h2:before {
    display: none;
  }
  section.project header div.site-info {
    float: none;
  }
  section.project header ul {
    *zoom: 1;
    border-top: 1px solid #333;
    width: auto;
    padding-left: 5%;
  }
  section.project header ul:before,
  section.project header ul:after {
    content: '';
    display: table;
  }
  section.project header ul:after {
    clear: both;
  }
  section.project header li {
    height: 3.3125rem;
  }
  section.project header li p {
    margin: 0.9375rem auto;
  }
  section.project header a.btn {
    margin: 0;
    height: 3.375rem;
    width: 6.25rem;
    padding: 1.125rem 0.9375rem;
  }
  section.project section.folio {
    margin-top: 0;
  }
  section.project section.more-projects figure {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section.project section.more-projects figure:first-child {
    margin-left: auto;
  }
  section.project section.more-projects figure:last-child {
    margin-right: auto;
  }
}
figure.pmv {
  background: #618011;
}
figure.pmv .inner-content a {
  background-image: url("../img/projects/pmv/thumb.jpg");
}
figure.pmv .inner-content a.project .overlay {
  color: #b3ac61;
}
.project#pmv .bar {
  background: #b3ac61;
}
.project#pmv .pad a {
  color: #827d3f;
}
.project#pmv .pad a:hover {
  color: #000;
}
.project#pmv figure.video {
  background: #445a0c;
}
.project#pmv .btn {
  background: -webkit-linear-gradient(right, #b3ac61, #8c8643, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #b3ac61, #8c8643, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(140,134,67,0.8);
  color: #a39e68;
}
.project#pmv .btn:hover,
.project#pmv .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(140,134,67,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#pmv .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#pmv .btn:not(#play-video):not(#back-btn):hover,
  .project#pmv .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(140,134,67,0.5);
  }
}
figure.juicero {
  background: #d7c9af;
}
figure.juicero .inner-content a {
  background-image: url("../img/projects/juicero/thumb.jpg");
}
figure.juicero .inner-content a.project .overlay {
  color: #81bb00;
}
.project#juicero .bar {
  background: #81bb00;
}
.project#juicero .pad a {
  color: #5a8300;
}
.project#juicero .pad a:hover {
  color: #000;
}
.project#juicero figure.video {
  background: #b09461;
}
.project#juicero .btn {
  background: -webkit-linear-gradient(right, #81bb00, #1c8547, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #81bb00, #1c8547, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(28,133,71,0.8);
  color: #499d6b;
}
.project#juicero .btn:hover,
.project#juicero .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(28,133,71,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#juicero .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#juicero .btn:not(#play-video):not(#back-btn):hover,
  .project#juicero .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(28,133,71,0.5);
  }
}
figure.bos {
  background: #1a1f25;
}
figure.bos .inner-content a {
  background-image: url("../img/projects/bos/thumb.jpg");
}
figure.bos .inner-content a.project .overlay {
  color: #c4ab73;
}
.project#bos .bar {
  background: #c4ab73;
}
.project#bos .pad a {
  color: #997e41;
}
.project#bos .pad a:hover {
  color: #000;
}
.project#bos figure.video {
  background: #12161a;
}
.project#bos .btn {
  background: -webkit-linear-gradient(right, #c4ab73, #937f52, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #c4ab73, #937f52, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(147,127,82,0.8);
  color: #a89874;
}
.project#bos .btn:hover,
.project#bos .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(147,127,82,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#bos .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#bos .btn:not(#play-video):not(#back-btn):hover,
  .project#bos .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(147,127,82,0.5);
  }
}
figure.dreamstudio {
  background: #6e583c;
}
figure.dreamstudio .inner-content a {
  background-image: url("../img/projects/dreamstudio/thumb.jpg");
}
figure.dreamstudio .inner-content a.project .overlay {
  color: #f6d242;
}
.project#dreamstudio .bar {
  background: #f6d242;
}
.project#dreamstudio .pad a {
  color: #d0a90a;
}
.project#dreamstudio .pad a:hover {
  color: #000;
}
.project#dreamstudio figure.video {
  background: #4d3e2a;
}
.project#dreamstudio .btn {
  background: -webkit-linear-gradient(right, #f6d242, #d79d2e, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #f6d242, #d79d2e, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(215,157,46,0.8);
  color: #dfb057;
}
.project#dreamstudio .btn:hover,
.project#dreamstudio .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(215,157,46,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#dreamstudio .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#dreamstudio .btn:not(#play-video):not(#back-btn):hover,
  .project#dreamstudio .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(215,157,46,0.5);
  }
}
figure.lyve {
  background: #ddd;
}
figure.lyve .inner-content a {
  background-image: url("../img/projects/lyve/thumb.jpg");
}
figure.lyve .inner-content a.project .overlay {
  color: #d448bf;
}
.project#lyve .bar {
  background: #d448bf;
}
.project#lyve .pad a {
  color: #a1268f;
}
.project#lyve .pad a:hover {
  color: #000;
}
.project#lyve figure.video {
  background: #9b9b9b;
}
.project#lyve .btn {
  background: -webkit-linear-gradient(right, #d448bf, #952384, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #d448bf, #952384, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(149,35,132,0.8);
  color: #aa4f9c;
}
.project#lyve .btn:hover,
.project#lyve .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(149,35,132,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#lyve .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#lyve .btn:not(#play-video):not(#back-btn):hover,
  .project#lyve .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(149,35,132,0.5);
  }
}
figure.twistlock {
  background: #001746;
}
figure.twistlock .inner-content a {
  background-image: url("../img/projects/twistlock/thumb.jpg");
}
figure.twistlock .inner-content a.project .overlay {
  color: #6118ff;
}
.project#twistlock .bar {
  background: #6118ff;
}
.project#twistlock .pad a {
  color: #3e00c3;
}
.project#twistlock .pad a:hover {
  color: #000;
}
.project#twistlock figure.video {
  background: #001031;
}
.project#twistlock .btn {
  background: -webkit-linear-gradient(right, #6118ff, #9badf9, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #6118ff, #9badf9, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(155,173,249,0.8);
  color: #afbdfa;
}
.project#twistlock .btn:hover,
.project#twistlock .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(155,173,249,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#twistlock .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#twistlock .btn:not(#play-video):not(#back-btn):hover,
  .project#twistlock .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(155,173,249,0.5);
  }
}
figure.harrison {
  background: #1b2022;
}
figure.harrison .inner-content a {
  background-image: url("../img/projects/harrison/thumb.jpg");
}
figure.harrison .inner-content a.project .overlay {
  color: #f1bc50;
}
.project#harrison .bar {
  background: #f1bc50;
}
.project#harrison .pad a {
  color: #d09111;
}
.project#harrison .pad a:hover {
  color: #000;
}
.project#harrison figure.video {
  background: #131618;
}
.project#harrison .btn {
  background: -webkit-linear-gradient(right, #f1bc50, #c1870f, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #f1bc50, #c1870f, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(193,135,15,0.8);
  color: #cd9f3f;
}
.project#harrison .btn:hover,
.project#harrison .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(193,135,15,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#harrison .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#harrison .btn:not(#play-video):not(#back-btn):hover,
  .project#harrison .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(193,135,15,0.5);
  }
}
figure.highfive {
  background: #4948c0;
}
figure.highfive .inner-content a {
  background-image: url("../img/projects/highfive/thumb.jpg");
}
figure.highfive .inner-content a.project .overlay {
  color: #7650bd;
}
.project#highfive .bar {
  background: #7650bd;
}
.project#highfive .pad a {
  color: #513489;
}
.project#highfive .pad a:hover {
  color: #000;
}
.project#highfive figure.video {
  background: #302f89;
}
.project#highfive .btn {
  background: -webkit-linear-gradient(right, #7650bd, #4948c0, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #7650bd, #4948c0, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(73,72,192,0.8);
  color: #6d6ccc;
}
.project#highfive .btn:hover,
.project#highfive .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(73,72,192,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#highfive .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#highfive .btn:not(#play-video):not(#back-btn):hover,
  .project#highfive .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(73,72,192,0.5);
  }
}
figure.moovit {
  background: #3c373b;
}
figure.moovit .inner-content a {
  background-image: url("../img/projects/moovit/thumb.jpg");
}
figure.moovit .inner-content a.project .overlay {
  color: #f0774b;
}
.project#moovit .bar {
  background: #f0774b;
}
.project#moovit .pad a {
  color: #cc4311;
}
.project#moovit .pad a:hover {
  color: #000;
}
.project#moovit figure.video {
  background: #2a2729;
}
.project#moovit .btn {
  background: -webkit-linear-gradient(right, #f0774b, #d24f25, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #f0774b, #d24f25, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(210,79,37,0.8);
  color: #db7250;
}
.project#moovit .btn:hover,
.project#moovit .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(210,79,37,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#moovit .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#moovit .btn:not(#play-video):not(#back-btn):hover,
  .project#moovit .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(210,79,37,0.5);
  }
}
figure.caissa {
  background: #1c3045;
}
figure.caissa .inner-content a {
  background-image: url("../img/projects/caissa/thumb.jpg");
}
figure.caissa .inner-content a.project .overlay {
  color: #239acc;
}
.project#caissa .bar {
  background: #239acc;
}
.project#caissa .pad a {
  color: #186c8f;
}
.project#caissa .pad a:hover {
  color: #000;
}
.project#caissa figure.video {
  background: #142230;
}
.project#caissa .btn {
  background: -webkit-linear-gradient(right, #239acc, #176485, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #239acc, #176485, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(23,100,133,0.8);
  color: #45839d;
}
.project#caissa .btn:hover,
.project#caissa .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(23,100,133,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#caissa .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#caissa .btn:not(#play-video):not(#back-btn):hover,
  .project#caissa .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(23,100,133,0.5);
  }
}
figure.adroll {
  background: #1a2e45;
}
figure.adroll .inner-content a {
  background-image: url("../img/projects/adroll/thumb.jpg");
}
figure.adroll .inner-content a.project .overlay {
  color: #00adef;
}
.project#adroll .bar {
  background: #00adef;
}
.project#adroll .pad a {
  color: #0079a7;
}
.project#adroll .pad a:hover {
  color: #000;
}
.project#adroll figure.video {
  background: #122030;
}
.project#adroll .btn {
  background: -webkit-linear-gradient(right, #00adef, #00709b, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #00adef, #00709b, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(0,112,155,0.8);
  color: #338caf;
}
.project#adroll .btn:hover,
.project#adroll .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(0,112,155,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#adroll .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#adroll .btn:not(#play-video):not(#back-btn):hover,
  .project#adroll .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(0,112,155,0.5);
  }
}
figure.nest {
  background: #fff;
}
figure.nest .inner-content a {
  background-image: url("../img/projects/nest/thumb.jpg");
}
figure.nest .inner-content a.project .overlay {
  color: #f95d1a;
}
.project#nest .bar {
  background: #f95d1a;
}
.project#nest .pad a {
  color: #bc3c05;
}
.project#nest .pad a:hover {
  color: #000;
}
.project#nest figure.video {
  background: #b3b3b3;
}
.project#nest .btn {
  background: -webkit-linear-gradient(right, #f95d1a, #ae3805, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #f95d1a, #ae3805, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(174,56,5,0.8);
  color: #be5f37;
}
.project#nest .btn:hover,
.project#nest .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(174,56,5,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#nest .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#nest .btn:not(#play-video):not(#back-btn):hover,
  .project#nest .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(174,56,5,0.5);
  }
}
figure.nod {
  background: #111;
}
figure.nod .inner-content a {
  background-image: url("../img/projects/nod/thumb.jpg");
}
figure.nod .inner-content a.project .overlay {
  color: #d13e3f;
}
.project#nod .bar {
  background: #d13e3f;
}
.project#nod .pad a {
  color: #992525;
}
.project#nod .pad a:hover {
  color: #000;
}
.project#nod figure.video {
  background: #0c0c0c;
}
.project#nod .btn {
  background: -webkit-linear-gradient(right, #d13e3f, #8e2223, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #d13e3f, #8e2223, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(142,34,35,0.8);
  color: #a44e4f;
}
.project#nod .btn:hover,
.project#nod .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(142,34,35,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#nod .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#nod .btn:not(#play-video):not(#back-btn):hover,
  .project#nod .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(142,34,35,0.5);
  }
}
figure.sot {
  background: #94847a;
}
figure.sot .inner-content a {
  background-image: url("../img/projects/sot/thumb.jpg");
}
figure.sot .inner-content a.project .overlay {
  color: #e4412c;
}
.project#sot .bar {
  background: #e4412c;
}
.project#sot .pad a {
  color: #a92616;
}
.project#sot .pad a:hover {
  color: #000;
}
.project#sot figure.video {
  background: #695c54;
}
.project#sot .btn {
  background: -webkit-linear-gradient(right, #e4412c, #b8210e, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #e4412c, #b8210e, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(184,33,14,0.8);
  color: #c64d3e;
}
.project#sot .btn:hover,
.project#sot .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(184,33,14,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#sot .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#sot .btn:not(#play-video):not(#back-btn):hover,
  .project#sot .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(184,33,14,0.5);
  }
}
figure.proxy {
  background: #023deb;
}
figure.proxy .inner-content a {
  background-image: url("../img/projects/proxy/thumb.jpg");
}
figure.proxy .inner-content a.project .overlay {
  color: #1043fd;
}
.project#proxy .bar {
  background: #1043fd;
}
.project#proxy .pad a {
  color: #0229bb;
}
.project#proxy .pad a:hover {
  color: #000;
}
.project#proxy figure.video {
  background: #012ba5;
}
.project#proxy .btn {
  background: -webkit-linear-gradient(right, #1043fd, #0126ad, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #1043fd, #0126ad, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(1,38,173,0.8);
  color: #3351bd;
}
.project#proxy .btn:hover,
.project#proxy .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(1,38,173,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#proxy .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#proxy .btn:not(#play-video):not(#back-btn):hover,
  .project#proxy .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(1,38,173,0.5);
  }
}
figure.stipple {
  background: #292929;
}
figure.stipple .inner-content a {
  background-image: url("../img/projects/stipple/thumb.jpg");
}
figure.stipple .inner-content a.project .overlay {
  color: #47aded;
}
.project#stipple .bar {
  background: #47aded;
}
.project#stipple .pad a {
  color: #1380c4;
}
.project#stipple .pad a:hover {
  color: #000;
}
.project#stipple figure.video {
  background: #1d1d1d;
}
.project#stipple .btn {
  background: -webkit-linear-gradient(right, #47aded, #267fda, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #47aded, #267fda, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(38,127,218,0.8);
  color: #5198e1;
}
.project#stipple .btn:hover,
.project#stipple .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(38,127,218,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#stipple .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#stipple .btn:not(#play-video):not(#back-btn):hover,
  .project#stipple .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(38,127,218,0.5);
  }
}
figure.cove {
  background: #154b8a;
}
figure.cove .inner-content a {
  background-image: url("../img/projects/cove/thumb.jpg");
}
figure.cove .inner-content a.project .overlay {
  color: #1262af;
}
.project#cove .bar {
  background: #1262af;
}
.project#cove .pad a {
  color: #0d457a;
}
.project#cove .pad a:hover {
  color: #000;
}
.project#cove figure.video {
  background: #0f3561;
}
.project#cove .btn {
  background: -webkit-linear-gradient(right, #1262af, #0c4072, rgba(0,0,0,0), rgba(0,0,0,0));
  background: linear-gradient(270deg, #1262af, #0c4072, rgba(0,0,0,0), rgba(0,0,0,0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: 1px solid rgba(12,64,114,0.8);
  color: #3c668e;
}
.project#cove .btn:hover,
.project#cove .btn:active {
  background-position: 99% 50%;
  border: 1px solid rgba(12,64,114,0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .project#cove .btn:not(#play-video):not(#back-btn) {
    border: none;
    border-left: 1px solid #333;
  }
  .project#cove .btn:not(#play-video):not(#back-btn):hover,
  .project#cove .btn:not(#play-video):not(#back-btn):active {
    border: 1px solid rgba(12,64,114,0.5);
  }
}
section.project.load-in video {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
section.project.load-in .close:hover {
  border: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}
section.project.next-project video {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
section.project.prev-project video {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.project article img.auto {
  width: 100%;
}
@media only screen and (min-width: 914px) {
  .project article img.auto {
    max-width: 914px;
    margin: 0 auto;
  }
}
.lift {
  margin-top: 5.625rem;
}
.lift img {
  box-shadow: 0 25px 50px rgba(0,0,0,0.2), 0 18px 15px rgba(0,0,0,0.15);
}
.staging-enviroment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staging-enviroment .alert {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  background: rgba(0,0,0,0.7);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  left: 50;
  margin: 0 auto;
  padding: 0 26px;
  position: absolute;
  text-align: center;
  top: 8px;
  z-index: 30;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.staging-enviroment .alert p {
  font-size: 14px;
}
.staging-enviroment .alert span {
  display: inline-block;
  margin-right: 5px;
  overflow: visible;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.staging-enviroment .alert a.live {
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}
.staging-enviroment .alert a.live:hover {
  border-bottom: 1px solid rgba(255,255,255,0.8);
}
section.four-o-four {
  height: 100vh;
  width: 100vw;
  background-image: url("../img/contact/3309-mission.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
section.four-o-four:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: -webkit-linear-gradient(top left, #ff913b 30%, #fc0260);
  background: linear-gradient(to bottom right, #ff913b 30%, #fc0260);
  opacity: 0.8;
}
section.four-o-four div.container {
  *zoom: 1;
  width: auto;
  max-width: 300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  top: 32.5%;
}
section.four-o-four div.container:before,
section.four-o-four div.container:after {
  content: '';
  display: table;
}
section.four-o-four div.container:after {
  clear: both;
}
section.four-o-four div.container article {
  text-align: center;
}
section.four-o-four div.container article hr {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  height: 1px;
  width: 91%;
  *zoom: 1;
  width: auto;
  max-width: 91%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}
section.four-o-four div.container article hr:before,
section.four-o-four div.container article hr:after {
  content: '';
  display: table;
}
section.four-o-four div.container article hr:after {
  clear: both;
}
section.four-o-four div.container article h1.logo {
  padding: 0;
  margin: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin: 0 auto 0.9375rem;
  cursor: pointer;
  *zoom: 1;
  width: auto;
  max-width: 90px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/img/kni-logo.svg") no-repeat;
  width: 90px;
  height: 40px;
}
section.four-o-four div.container article h1.logo:before,
section.four-o-four div.container article h1.logo:after {
  content: '';
  display: table;
}
section.four-o-four div.container article h1.logo:after {
  clear: both;
}
section.four-o-four div.container article p {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: "sofia-pro", sans-serif;
}
section.four-o-four div.container article a.btn {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  border: 1px solid rgba(255,255,255,0.6);
}
section.four-o-four div.container article a.btn:hover {
  background-color: #fff;
  color: #fc0260;
}
body.about,
body.work {
  background: #fff;
  min-height: 100vh;
}
body.about section {
  position: relative;
}
body.about footer {
  position: relative;
  background: #1e90ff;
}
body.about section:first-of-type {
  padding-top: 62px;
}
body.about h1 {
  font-size: 32px;
  color: #1e90ff;
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: -0.05rem;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  width: 100%;
  margin-bottom: 20px;
}
body.about h2 {
  color: #3d444a;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.09rem;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.about h2 {
    font-size: 28px;
    line-height: 1.15em;
  }
}
body.about h2.intro:after {
  content: '';
  display: block;
  border-bottom: 1px solid #ddd;
  width: 130px;
  margin-bottom: 40px;
  height: 40px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body.about h2:nth-of-type(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.about .col-wrap {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
body.about .intro-copy {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
body.about .next-page {
  display: block;
  position: absolute;
  bottom: 50px;
  width: 45px;
  height: 45px;
  right: 20px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px #ddd;
  z-index: 5;
  -webkit-transition: box-shadow 350ms;
  transition: box-shadow 350ms;
}
@media only screen and (max-width: 768px) {
  body.about .next-page {
    display: none;
  }
}
body.about .next-page svg {
  position: relative;
  top: 14px;
  left: 13px;
  width: 40%;
  height: 40%;
  fill: #ddd;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: fill 350ms;
  transition: fill 350ms;
}
body.about .next-page:hover {
  box-shadow: inset 0 0 0 3px #1e90ff;
}
body.about .next-page:hover svg {
  fill: #1e90ff;
}
body.about div.subnav-wrap {
  width: 150px;
  position: fixed;
  top: 120px;
  z-index: 6;
  background: #fff;
  left: 50%;
}
@media only screen and (max-width: 1698px) {
  body.about div.subnav-wrap {
    left: calc(100% - 150px);
  }
}
@media only screen and (min-width: 1699px) {
  body.about div.subnav-wrap {
    -webkit-transform: translateX(705px);
            transform: translateX(705px);
  }
}
body.about nav.subnav {
  margin: 0;
  padding: 0;
  margin: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body.about nav.subnav li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  body.about nav.subnav {
    display: none;
  }
}
body.about nav.subnav ul {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
body.about nav.subnav ul.services-subnav {
  display: none;
  padding: 5px 0 5px 12px;
}
body.about nav.subnav ul.services-subnav li a {
  font-size: 11px;
}
body.about nav.subnav ul li a {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #ddd;
  border-left: 3px solid transparent;
  padding: 0 0 0 8px;
  line-height: 1.5;
  letter-spacing: -0.04rem;
}
body.about nav.subnav ul li a:hover {
  border-left: 3px solid #eee;
  color: #3d444a;
}
body.about nav.subnav ul li a:hover.services {
  border-color: rgba(255,255,255,0);
}
body.about nav.subnav ul li a.active {
  border-left: 3px solid #1e90ff;
  color: #1e90ff;
}
body.about nav.subnav ul li a.active.services {
  border-color: rgba(255,255,255,0);
  color: #3d444a;
}
body.about nav.subnav ul li a.active.services + ul.services-subnav {
  display: block;
}
body.about div.copy {
  position: relative;
  padding: 3% 85px 5% 85px;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 960px) {
  body.about div.copy {
    padding: 5% 5% 10%;
  }
}
@media only screen and (max-width: 768px) {
  body.about div.copy {
    padding: 5%;
  }
}
#team .crew {
  text-align: center;
  *zoom: 1;
}
#team .crew:before,
#team .crew:after {
  content: '';
  display: table;
}
#team .crew:after {
  clear: both;
}
#team .crew figure {
  padding: 0;
  margin: 0;
  height: auto;
  overflow: hidden;
}
#team .crew figure img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(190px);
          transform: translateY(190px);
}
#team .crew svg,
#team .crew img {
  display: block;
}
#team .member {
  position: relative;
  margin-top: 3%;
}
@media screen and (min-width: 601px) {
  #team .member {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 17.6%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #team .member:before,
  #team .member:after {
    content: '';
    display: table;
  }
  #team .member:after {
    clear: both;
  }
  #team .member:nth-child(5n) {
    margin-right: 0%;
    float: right;
  }
  #team .member:nth-child(5n+1) {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  #team .member {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #team .member:before,
  #team .member:after {
    content: '';
    display: table;
  }
  #team .member:after {
    clear: both;
  }
  #team .member:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  #team .member:nth-child(2n+1) {
    clear: both;
  }
}
#team .member:hover .title {
  border-top: 3px solid #1e90ff;
}
#team .member:hover h5 {
  color: #1e90ff;
}
#team .member:nth-child(1) img.head {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
#team .member:nth-child(2) img.head {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#team .member:nth-child(3) img.head {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#team .member:nth-child(4) img.head {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#team .member:nth-child(5) img.head {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#team .member:nth-child(6) img.head {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#team .member:nth-child(7) img.head {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#team .member:nth-child(8) img.head {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#team .member:nth-child(9) img.head {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#team .member .title {
  border-top: 3px solid #ddd;
  padding: 10px 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#team .member h5 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#team .member p {
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
}
#team .member h5,
#team .member p {
  margin: 0;
  padding: 0;
}
.team-section.resolved .member:hover .bubbles {
  opacity: 1;
  visibility: visible;
}
.team-section.resolved .member:hover .bubbles .bubble {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.team-section.resolved .member:hover .bubbles .bubble.big {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.team-section.resolved .member:hover .bubbles .bubble.big img {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.team-section.resolved .crew figure img {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
div.bubbles {
  position: absolute;
  top: -85px;
  left: calc(50% - 42px);
  width: 85px;
  height: 120px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms, visibility 200ms;
  transition: opacity 200ms, visibility 200ms;
}
div.bubbles .bubble {
  background: #fff;
  border: 3px solid #d7d7d7;
  border-radius: 50%;
  -webkit-transform: scale(0) translateY(20px);
          transform: scale(0) translateY(20px);
  -webkit-transition: -webkit-transform 350ms;
  transition: -webkit-transform 350ms;
  transition: transform 350ms;
  transition: transform 350ms, -webkit-transform 350ms;
}
div.bubbles .bubble.big {
  display: block;
  height: 85px;
}
div.bubbles .bubble.big img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(0) translateY(10px);
          transform: scale(0) translateY(10px);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
div.bubbles .bubble.small {
  width: 12px;
  height: 12px;
  margin: 6px auto 0;
}
ul.services {
  margin: 0;
  padding: 0;
  padding: 10px 0 20px;
}
ul.services:after {
  content: "";
  display: block;
  clear: both;
}
ul.services li {
  float: left;
  margin-right: 20px;
  list-style-type: none;
}
ul.services li:last-child {
  margin-right: 0;
}
ul.services li {
  padding: 3px 10px;
  margin: 0 3px 3px 0;
  background: #f0f1f3;
  border-radius: 2px;
  color: #97a3ad;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  cursor: pointer;
  -webkit-transition: background 350ms, color 350ms;
  transition: background 350ms, color 350ms;
}
ul.services li:hover,
ul.services li.active {
  background: #0397d6;
  color: #fff;
}
div.service-img {
  overflow: hidden;
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
  border-radius: 3px;
}
div.service-img:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 47.5%;
}
@media only screen and (max-width: 960px) {
  div.service-img {
    margin-bottom: 10px;
  }
}
div.service-img.brand {
  border: 1px solid #b5b5b5;
}
div.service-img.interactive figure:nth-child(1) {
  background-image: url("../img/about/interactive/1.jpg");
}
div.service-img.interactive figure:nth-child(2) {
  background-image: url("../img/about/interactive/2.jpg");
}
div.service-img figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
div.service-img figure p {
  padding-left: 20px;
}
div.service-img figure.active {
  opacity: 1;
}
div.service-img figure:nth-child(0) {
  background-color: rgba(209,63,25,0.2);
}
div.service-img figure:nth-child(1) {
  background-color: rgba(0,116,217,0.2);
}
div.service-img figure:nth-child(2) {
  background-color: rgba(46,204,64,0.2);
}
div.service-img figure:nth-child(3) {
  background-color: rgba(177,13,201,0.2);
}
div.service-img figure:nth-child(4) {
  background-color: rgba(255,192,203,0.2);
}
div.service-img figure:nth-child(5) {
  background-color: rgba(255,220,0,0.2);
}
div.service-img figure:nth-child(6) {
  background-color: rgba(165,42,42,0.2);
}
div.service-img figure:nth-child(7) {
  background-color: rgba(209,63,25,0.2);
}
div.service-img figure:nth-child(8) {
  background-color: rgba(0,116,217,0.2);
}
div.service-img figure:nth-child(9) {
  background-color: rgba(46,204,64,0.2);
}
div.service-img figure:nth-child(10) {
  background-color: rgba(177,13,201,0.2);
}
div.service-img figure:nth-child(11) {
  background-color: rgba(255,192,203,0.2);
}
div.service-img figure:nth-child(12) {
  background-color: rgba(255,220,0,0.2);
}
div.service-img video {
  position: absolute;
  top: -9%;
  left: -9%;
  width: 118%;
  height: 118%;
}
div.service-arrow {
  position: absolute;
  bottom: 75px;
  width: 45px;
  height: 45px;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  border-radius: 51%;
  -webkit-transition: box-shadow 350ms;
  transition: box-shadow 350ms;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  div.service-arrow {
    width: 55px;
    height: 55px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 680px) {
  div.service-arrow {
    bottom: -80px;
  }
}
div.service-arrow:hover {
  box-shadow: inset 0 0 0 3px #1e90ff;
}
div.service-arrow:hover svg polygon {
  fill: #1e90ff;
}
div.service-arrow svg {
  position: relative;
  top: 13px;
  left: 13px;
  width: 40%;
  height: 40%;
}
@media only screen and (max-width: 960px) {
  div.service-arrow svg {
    top: 16px;
    left: 16px;
  }
}
div.service-arrow svg polygon {
  fill: #d7d7d7;
  -webkit-transition: fill 350ms;
  transition: fill 350ms;
}
div.service-arrow.prev-img {
  left: -60px;
}
@media only screen and (max-width: 960px) {
  div.service-arrow.prev-img {
    left: calc(50% - 65px);
  }
}
div.service-arrow.prev-img svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
div.service-arrow.next-img {
  right: -60px;
}
@media only screen and (max-width: 960px) {
  div.service-arrow.next-img {
    right: calc(50% - 65px);
  }
}
div.service-arrow.next-img svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
div.service-dots {
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  div.service-dots {
    padding-bottom: 75px;
  }
}
div.service-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 680px) {
  div.service-dots ul {
    display: none;
  }
}
div.service-dots li {
  padding: 10px 5px;
  list-style-type: none;
  cursor: pointer;
}
div.service-dots li:hover span {
  background: #1e90ff;
}
div.service-dots li.active span {
  background: rgba(151,163,173,0);
  border: 2px solid #1e90ff;
  -webkit-transform: scale(2);
          transform: scale(2);
}
div.service-dots span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(151,163,173,0.5);
  border: 2px solid rgba(30,144,255,0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
ul.stack {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px 0 35px 25px;
}
ul.stack li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.stack li {
  position: relative;
  width: 20%;
  padding: 0 50px 10px 0;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 1050px) {
  ul.stack li {
    width: 33.333%;
  }
  ul.stack li:nth-child(3n) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  ul.stack li {
    width: 50%;
  }
  ul.stack li:nth-child(odd) {
    padding-right: 50px;
  }
  ul.stack li:nth-child(even) {
    padding-right: 0;
  }
}
ul.stack li img {
  position: absolute;
  top: 1px;
  left: -22px;
  width: 14px;
  height: 14px;
}
.about-cta {
  padding: 50px 5%;
  text-align: center;
}
.about-cta a.btn {
  width: auto;
  font-size: 1.125rem;
  font-style: normal;
  color: #1e90ff;
  line-height: 1.1em;
  border: 1px solid #1e90ff;
}
.about-cta a.btn:hover {
  background: #1e90ff;
  color: #fff;
}
@media only screen and (min-width: 836px) {
  body.contact footer.main div.social {
    display: none;
  }
}
body.contact ul.nav li {
  color: #fff;
}
body.contact footer.main .container {
  max-width: 100%;
}
body.contact div.title {
  position: relative;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
body.contact div.title h1 {
  color: #3d444a;
  font-weight: 800;
  font-size: 70px;
}
body.contact div.title address {
  padding: 2px 0 2px 15px;
  color: #464d53;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
  border-left: 4px solid #dcdcdc;
}
body.contact div.title address a {
  color: #198bde;
  font-weight: inherit;
}
body.contact div.title address a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1065px) {
  body.contact div.title address {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
@media only screen and (max-width: 1065px) {
  body.contact div.title address {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 400px) {
  body.contact div.title h1 {
    font-size: 50px;
  }
}
section.contact-wrap {
  position: relative;
  min-height: 100vh;
}
div.nav-left {
  background: rgba(47,182,252,0.85);
  float: left;
  width: 410px;
}
@media only screen and (max-width: 836px) {
  div.nav-left {
    width: 100%;
    background: #2fb6fc;
  }
}
div.nav-right {
  background: inherit;
  background: -webkit-linear-gradient(139deg, #44cff1, #2fb6fc);
  background: linear-gradient(311deg, #44cff1, #2fb6fc);
  float: right;
  width: calc(100% - 410px);
}
div.nav-right ul {
  float: right;
}
@media only screen and (max-width: 836px) {
  div.nav-right {
    display: none;
  }
}
div.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  background-color: #fff;
  position: relative;
  *zoom: 1;
}
div.content-wrap:before,
div.content-wrap:after {
  content: '';
  display: table;
}
div.content-wrap:after {
  clear: both;
}
@media only screen and (max-width: 836px) {
  div.content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.content-wrap article.contact-map {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 300px;
  }
}
div.contact-map {
  position: fixed;
  width: 410px;
  height: 100vh;
  z-index: 1;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
@media only screen and (max-width: 836px) {
  div.contact-map {
    position: relative;
    width: 100%;
    height: 350px;
  }
}
div.contact-map div#g-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.contact-form {
  padding: 100px 5% 20px;
  position: relative;
  width: calc(100% - 410px);
  margin-left: 410px;
  max-width: 900px;
}
article.contact-form p.subtitle {
  opacity: 0.6;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media only screen and (max-width: 836px) {
  article.contact-form {
    padding: 70px 5% 5%;
    width: 100%;
    margin-left: 0;
  }
}
div.form-wrap {
  background: #f3f3f3;
  margin-top: 26px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
form.contact-form {
  padding: 20px 30px;
}
form.contact-form div.half {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  form.contact-form div.half {
    width: 49.5%;
  }
  form.contact-form div.half:first-child {
    margin-right: 0.5%;
  }
  form.contact-form div.half:nth-child(2) {
    margin-left: 0.5%;
  }
}
form.contact-form div.top {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  form.contact-form div.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
form.contact-form input,
form.contact-form textarea,
form.contact-form input:focus,
form.contact-form textarea:focus {
  outline: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
form.contact-form input:-webkit-autofill,
form.contact-form textarea:-webkit-autofill,
form.contact-form input:focus:-webkit-autofill,
form.contact-form textarea:focus:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #767d84 inset;
  -webkit-text-fill-color: #fff !important;
}
form.contact-form input:-moz-autofill,
form.contact-form textarea:-moz-autofill,
form.contact-form input:focus:-moz-autofill,
form.contact-form textarea:focus:-moz-autofill {
  -moz-text-fill-color: #fff !important;
  -moz-box-shadow: 0 0 0px 1000px #767d84 inset;
}
form.contact-form input:-o-autofill,
form.contact-form textarea:-o-autofill,
form.contact-form input:focus:-o-autofill,
form.contact-form textarea:focus:-o-autofill {
  -o-text-fill-color: !important;
  -o-box-shadow: 0 0 0px 1000px #767d84 inset;
}
form.contact-form input:-khtml-autofill,
form.contact-form textarea:-khtml-autofill,
form.contact-form input:focus:-khtml-autofill,
form.contact-form textarea:focus:-khtml-autofill {
  -khtml-text-fill-color: #fff !important;
  -khtml-box-shadow: 0 0 0px 1000px #767d84 inset;
}
form.contact-form input::-webkit-input-placeholder,
form.contact-form textarea::-webkit-input-placeholder,
form.contact-form input:focus::-webkit-input-placeholder,
form.contact-form textarea:focus::-webkit-input-placeholder {
  -webkit-transition: color 300ms;
  transition: color 300ms;
  color: rgba(0,0,0,0.5);
}
form.contact-form input::-moz-placeholder,
form.contact-form textarea::-moz-placeholder,
form.contact-form input:focus::-moz-placeholder,
form.contact-form textarea:focus::-moz-placeholder {
  -webkit-transition: color 300ms;
  transition: color 300ms;
  color: rgba(0,0,0,0.5);
}
form.contact-form input:-moz-placeholder,
form.contact-form textarea:-moz-placeholder,
form.contact-form input:focus:-moz-placeholder,
form.contact-form textarea:focus:-moz-placeholder {
  -webkit-transition: color 300ms;
  transition: color 300ms;
  color: rgba(0,0,0,0.5);
}
form.contact-form input:-ms-input-placeholder,
form.contact-form textarea:-ms-input-placeholder,
form.contact-form input:focus:-ms-input-placeholder,
form.contact-form textarea:focus:-ms-input-placeholder {
  -webkit-transition: color 300ms;
  transition: color 300ms;
  color: rgba(0,0,0,0.5);
}
form.contact-form input:hover,
form.contact-form textarea:hover,
form.contact-form input:focus:hover,
form.contact-form textarea:focus:hover {
  box-shadow: inset 0 0 0 3px #2fb6fc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
form.contact-form input {
  position: relative;
  padding: 11px 15px;
  width: 100%;
}
form.contact-form input::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid rgba(47,182,252,0);
  pointer-events: none;
  -webkit-transition: border 300ms;
  transition: border 300ms;
}
form.contact-form textarea {
  width: 100%;
  height: 160px;
  padding: 11px 15px;
  resize: none;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 400px) {
  form.contact-form {
    padding: 20px;
  }
}
div.input-wrap {
  position: relative;
  margin-bottom: 8px;
}
div.input-wrap label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 6px;
  font-size: 9px;
  color: rgba(255,255,255,0);
  font-weight: 900;
  text-transform: uppercase;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  width: auto;
}
div.input-wrap label::before {
  content: attr(data-content);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  right: -6px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 300ms ease 75ms, -webkit-transform 300ms ease 75ms;
  transition: opacity 300ms ease 75ms, -webkit-transform 300ms ease 75ms;
  transition: opacity 300ms ease 75ms, transform 300ms ease 75ms;
  transition: opacity 300ms ease 75ms, transform 300ms ease 75ms, -webkit-transform 300ms ease 75ms;
}
div.input-wrap label::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: #2fb6fc;
  opacity: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
div.input-wrap.is-active input,
div.input-wrap.is-active textarea {
  box-shadow: inset 0 0 0 3px #2fb6fc;
}
div.input-wrap.is-active::after {
  border: 3px solid #2fb6fc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
div.input-wrap.is-active.has-label label {
  opacity: 1;
}
div.input-wrap.is-active.has-label label::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
div.input-wrap.is-active.has-label label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #2fb6fc;
}
div.input-wrap.invalid input,
div.input-wrap.invalid textarea {
  box-shadow: inset 0 0 0 3px #ff6347;
}
div.input-wrap.invalid::after {
  border: 3px solid #ff6347;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
div.input-wrap.invalid.has-label label {
  opacity: 1;
}
div.input-wrap.invalid.has-label label::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
div.input-wrap.invalid.has-label label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #ff6347;
}
div.input-wrap.has-label.invalid:hover input,
div.input-wrap.has-label.invalid:hover textarea {
  box-shadow: inset 0 0 0 3px #2fb6fc;
}
div.input-wrap.has-label.invalid:hover.has-label label {
  opacity: 1;
}
div.input-wrap.has-label.invalid:hover.has-label label::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
div.input-wrap.has-label.invalid:hover.has-label label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #2fb6fc;
}
div.radio {
  position: relative;
  background: #fff;
  border: solid 1px rgba(0,0,0,0.2);
  padding: 19px 17px 11px;
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
div.radio:after {
  content: '*';
  position: absolute;
  top: 8px;
  right: 8px;
}
div.radio.invalid {
  border: solid 1px #ff6347;
  box-shadow: inset 0 0 0 2px #ff6347;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
div.radio.invalid:hover {
  border: solid 1px #2fb6fc;
  box-shadow: inset 0 0 0 2px #2fb6fc;
}
div.form-bottom {
  margin-top: 20px;
}
div.form-bottom p {
  float: right;
  margin: 0;
  opacity: 1;
  font-size: 14px;
  font-style: italic;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #000;
  letter-spacing: 0.02em;
}
input[type='radio'] {
  box-sizing: border-box;
  position: absolute;
  display: none;
}
input[type='radio'] + label {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 8px;
}
input[type='radio'] + label:hover:before {
  border: 1px solid #1e92db;
}
input[type='radio'] + label:before {
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  border: 1px solid #d6d8da;
  background: transparent;
}
input[type='radio'] + label:after {
  box-sizing: border-box;
  position: absolute;
  content: '';
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1e92db;
  -webkit-transform: scale(0);
          transform: scale(0);
}
input[type='radio']:checked + label:before {
  border: 1px solid #1e92db;
}
input[type='radio']:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
input[type='radio'][disabled],
input[type='radio'][disabled] + label {
  cursor: not-allowed;
}
input[type='radio'][disabled]:hover,
input[type='radio'][disabled]:before,
input[type='radio'][disabled]:after,
input[type='radio'][disabled] + label:hover,
input[type='radio'][disabled] + label:before,
input[type='radio'][disabled] + label:after {
  cursor: not-allowed;
}
input[type='radio']:checked[disabled] + label:before {
  border: 1px solid #66ace8;
}
input[type='radio']:checked[disabled] + label:after {
  background: #66ace8;
}
label {
  display: block;
  text-align: left;
  min-width: auto;
  max-width: auto;
  width: 100%;
}
.gm-style-iw {
  text-align: center !important;
  color: #2fb6fc;
  font-weight: bold !important;
}
.gm-style-iw div {
  overflow: hidden !important;
}
.folio article.dreamstudio .intro {
  *zoom: 1;
  margin: 6.25rem 0;
}
.folio article.dreamstudio .intro:before,
.folio article.dreamstudio .intro:after {
  content: '';
  display: table;
}
.folio article.dreamstudio .intro:after {
  clear: both;
}
.folio article.dreamstudio .intro figure {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: right;
}
.folio article.dreamstudio .intro figure:before,
.folio article.dreamstudio .intro figure:after {
  content: '';
  display: table;
}
.folio article.dreamstudio .intro figure:after {
  clear: both;
}
.folio article.dreamstudio .intro figure:last-child {
  margin-right: 0%;
}
.folio article.dreamstudio .intro figure img {
  width: 217px;
  height: auto;
  display: inline;
}
.folio article.dreamstudio .intro div {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
  padding-right: 10%;
  padding-top: 1.25rem;
}
.folio article.dreamstudio .intro div:before,
.folio article.dreamstudio .intro div:after {
  content: '';
  display: table;
}
.folio article.dreamstudio .intro div:after {
  clear: both;
}
.folio article.dreamstudio .intro div:last-child {
  margin-right: 0%;
}
.folio article.dreamstudio .intro h2 {
  font-weight: 600;
  color: #5b1200;
  letter-spacing: -0.045em;
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  .folio article.dreamstudio .intro figure {
    display: none;
  }
  .folio article.dreamstudio .intro div {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 0 5%;
  }
  .folio article.dreamstudio .intro div:before,
  .folio article.dreamstudio .intro div:after {
    content: '';
    display: table;
  }
  .folio article.dreamstudio .intro div:after {
    clear: both;
  }
  .folio article.dreamstudio .intro div:last-child {
    margin-right: 0%;
  }
}
body.error {
  margin: 0;
}
body.error h1 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
body.error h1:hover {
  position: relative;
  z-index: 10;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
body.error h1:before,
body.error h1:after {
  content: '';
  display: table;
}
body.error h1:after {
  clear: both;
}
body.error h1:last-child {
  margin-right: 0%;
}
body.home nav.main {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  background: -webkit-linear-gradient(139deg, #3bc4f6, #2fb6fc);
  background: linear-gradient(311deg, #3bc4f6, #2fb6fc);
}
@media only screen and (min-width: 601px) {
  body.home nav.main {
    display: none;
  }
}
.wf-loading .main-headline {
  visibility: hidden;
}
.wf-active .main-headline {
  visibility: visible;
}
section.folio {
  color: #fff;
}
body.slack footer {
  position: relative;
  background: #1e90ff;
}
div.slack-feed {
  height: 80vh;
  background-color: #fff;
}
body.thank-you div.title {
  height: 100px;
}
@media only screen and (max-width: 970px) {
  body.thank-you div.title {
    height: 50px;
  }
  body.thank-you div.title a {
    left: 0;
    bottom: inherit;
    top: 0;
  }
}
body.thank-you footer.main .container {
  max-width: 100%;
}
body.thank-you article.contact-map {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
article.ty-wrap {
  padding: 100px 5% 10%;
  position: relative;
  margin-left: 410px;
  width: calc(100% - 410px);
  max-width: 900px;
  *zoom: 1;
}
article.ty-wrap:before,
article.ty-wrap:after {
  content: '';
  display: table;
}
article.ty-wrap:after {
  clear: both;
}
@media only screen and (max-width: 836px) {
  article.ty-wrap {
    padding: 100px 5% 10%;
    width: 100%;
    margin-left: 0;
  }
}
article.ty-wrap h1 {
  color: #000;
  font-weight: 600;
  margin-bottom: 22px;
  font-size: 70px;
}
article.ty-wrap p {
  max-width: 670px;
}
article.ty-wrap div.centered {
  position: relative;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
article.ty-wrap div.centered a.btn {
  margin-top: 22px;
}
a.contact-number {
  color: #000;
  display: block;
}
a.contact-number p {
  margin: 0;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 19px;
  line-height: 23px;
  opacity: 0.4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
a.contact-number svg {
  float: left;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
  opacity: 0.3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-backface-visibility: hidden;
}
a.contact-number:hover p,
a.contact-number:hover svg {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 970px) {
  a.contact-number h1 {
    margin-bottom: 70px;
  }
  a.contact-number a {
    top: inherit;
    right: inherit;
    left: -10px;
    bottom: -50px;
  }
}

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