/*UNEDITED STYLES DO NOT OVERWRITE! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */¢
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * concentric-studio.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */
@font-face {
  font-family: "Circular-Book";
  src: url("../fonts/lineto-circular-book.eot");
  src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("images/assets/fonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular-Bold";
  src: url("../fonts/lineto-circular-bold.eot");
  src: url("../fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("images/assets/fonts/lineto-circular-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.stopBody {
  overflow: hidden; 
}

.hidden {
  opacity: 0;
  transition: opacity 1.5s; }

.shown {
  opacity: 1;
  transition: opacity 0.5s; }

#NavBar {
  position: fixed;
  background-color: rgba(29, 32, 37, 0.95);
  transition: background-color 500ms;
  height: 70px;
  padding: 15px 0;
  top: 0;
  z-index: 100;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  #NavBar .logo-img {
    transition: opacity 250ms; }
  #NavBar.open {
    background-color: transparent; }
    #NavBar.open .logo-img {
      opacity: 0; }
    #NavBar.open .menu-button {
      display: none; }

#Nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  height: 100%;
  background-color: rgba(29, 32, 37, 0.95);
  background-size: 100%;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  z-index: 50; }
  #Nav.hidden {
    opacity: 0; }
  #Nav .link {
    font-size: 54px;
    line-height: 74px;
    padding: 0; }
    #Nav .link p {
      font-size: 30px; }
  #Nav .nav-footer {
    padding-bottom: 50px; }
  #Nav .nav-active {
    position: relative;
top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    #Nav .nav-active .header-text {
      color: #92959C;
      padding-bottom: 25px;
      padding-top: 140px; }
    #Nav .nav-active .contact .header-text,
    #Nav .nav-active .nav-footer .header-text {
      padding-top: 50px; }
    #Nav .nav-active .contact p {
      line-height: 50px;
      letter-spacing: normal; }
    #Nav .nav-active .contact .header-text {
      padding-bottom: 24px; }
    #Nav .nav-active .open-nav {
      overflow: auto;
      height: 100%; 
-webkit-overflow-scrolling:touch; 
overflow-y: auto;}
      #Nav .nav-active .open-nav .menu-button {
        right: 170px; }
    #Nav .nav-active .logo-img {
      background-image: url("/site_2016/logo.svg/logo.svg");
      margin-top: -367.5px; }

#Nav .mid-nav .header-text {
  padding-bottom: 17px; }

#Nav .nav-footer .header-text {
  padding-top: 47px;
  padding-bottom: 16px; }

#Nav .nav-footer .link p a {
  font-size: 38px;
  margin-right: 35px; }
  #Nav .nav-footer .link p a:hover {
    border-bottom: none; }

.menu-button {
  width: 26px;
  height: 20px;
  margin-top: 10px;
  right: 50px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 500ms ease-in-out;
  cursor: pointer;
  position: relative;
  float: right;
  z-index: 500; }

.patty {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  margin-bottom: -10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

.menu-button .patty:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center; }

.menu-button .patty:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
          transform-origin: left center; }

.menu-button .patty:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
          transform-origin: left center; }

.menu-button.open .patty:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -6px;
  left: 0; }

.menu-button.open .patty:nth-child(2) {
  width: 0;
  opacity: 0; }

.menu-button.open .patty:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
  left: 0; }

.menu-button.open {
  position: fixed; }

@media (max-width: 1024px) {
  #Nav .nav-active .link {
    font-size: 42px;
    line-height: 62px; }
    #Nav .nav-active .link p {
      font-size: 24px;
      line-height: 44px; }
  #Nav .nav-active .header-text {
    padding-top: 122px; }
  #Nav .contact .header-text {
    padding-top: 48px;
    padding-bottom: 15px; }
  #Nav .nav-footer .link p a {
    line-height: 60px;
    margin-right: 23px; }
  #Nav .nav-footer .header-text {
    padding-top: 48px;
    padding-bottom: 6px; }
 }

@media (max-width: 800px) {
  #Nav .nav-active .header-text {
    padding-top: 86px;
    padding-bottom: 9px; }
  #Nav .nav-active .link {
    font-size: 32px;
    line-height: 42px; }
    #Nav .nav-active .link p {
      font-size: 18px;
      line-height: 28px; }
  #Nav .nav-active .contact .header-text {
    padding-top: 34px;
    padding-bottom: 15px; }
  #Nav .nav-active .nav-footer p a {
    font-size: 28px; }
  #Nav .nav-active .nav-footer .header-text {
    padding-top: 34px;
    padding-bottom: 0px; }
}

@media (max-width: 672px) {
  .menu-button {
    right: 25px;
    margin-top: 8px; }
  #Nav .nav-active .header-text {
    padding-top: 93px;
    padding-bottom: 20px; }
  #Nav .nav-active .link {
    font-size: 28px;
    line-height: 38px; }
    #Nav .nav-active .link p {
      font-size: 16px;
      line-height: 31px;
      letter-spacing: .1px; }
  #Nav .nav-active .contact .header-text,
  #Nav .nav-active .nav-footer .header-text {
    padding-top: 32px;
    padding-bottom: 9px; }
  #Nav .nav-active .nav-footer .link p a {
    font-size: 28px;
    letter-spacing: .8px;
    line-height: normal; }
  #Nav .nav-active .nav-footer .header-text {
    padding-top: 28px;
    padding-bottom: 14px; }
  #Nav .nav-footer .link p a {
    margin-right: 20px;
    font-size: 28px; }
  body.case-study #Nav .menu-button {
    margin-top: 25px;
    margin-right: -71px; } }

/* Homepage Styles
================================================================*/
* {
  box-sizing: border-box; }

/**  The menu button.
<div style="background-color: #000;">
<div id="Button" class="burger-btn">
  <div class="bar-menu-box">
    <div class="menu-button">
      <div class="patty">
      </div>
      <div class="patty">
      </div>
      <div class="patty">
      </div>
    </div>
  </div>
</div>
</div>
 */
.menu-button {
  right: 100px;
  padding-top: 1px; }

body {
  background-color: #14171c;
  color: #fff;
  font-family: "Circular-Book"; }

a {
  color: #fff;
  text-decoration: none;
  width: auto; }
  a:hover {
    border-bottom: 1px solid #4F5052; }

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
margin: 0; }
  p i {
    margin-right: 60px; }
    p i:last-child {
      margin-right: 0; }

span.instashow-gallery-media-image {
  -webkit-transform: none !important;
          transform: none !important; }

/*  The logo image
*
*<div class="logo-img"></div>
*/
.logo-img {
  margin-left: 100px;
  height: 40px;
  width: 40px;
  float: left;
  position: relative;
  background-image: url("/site_2016/logo.svg/logo.svg"); }

#Nav .nav-active {
  height: inherit; }

#Top {
  height: auto;
  background-size: 416px 416px; 
  }

#Footer {
  height: auto;
  background-color: #14171c;
  background-size: 416px 416px; 
  padding-bottom: 1px;
  font-size: 30px;
  height: auto; }
  #Footer .text-area .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    max-width: 1140px; }
    #Footer .text-area .content .right-column .link p a:hover {
      border-bottom: none; }
  #Footer .text-area #spacer {
    visibility: hidden;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  #Footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #Footer .row .right-column.address {
      width: 284px; }
    #Footer .row .first-contact a {
      white-space: nowrap; }
    #Footer .row p {
      line-height: 50px; }
      #Footer .row p a {
        margin-right: 36px; }
        #Footer .row p a i {
          font-size: 38px; }
      #Footer .row p a:last-child {
        margin-right: 0; }
  #Footer .row.one {
    min-width: 480px;
    -ms-flex-direction: column;
        flex-direction: column; }
  #Footer .row.two {
    -ms-flex-direction: column;
        flex-direction: column; }
  #Footer .title {
    margin: 0 0 20px;
    max-width: 100%; }
  #Footer {
    padding-top: 80px; }
  #Footer .header-text {
    padding-top: 0;
    padding-bottom: 0; }
    #Footer .header-text:first-child {
      /* margin-top: 146px; */
      margin-bottom: 43px; }
  #Footer .headings {
    display: block;
    width: 100%; }
  #Footer .text-area {
    display: inherit;
    color: #fff; }
  #Footer .content {
    display: block; }
    #Footer .content .header-text {
      margin-top: 47px;
      margin-bottom: 26px; }
  #Footer .right-column.follow .header-text {
    margin-bottom: 22px; }
  #Footer .copywrite {
    margin-top: 136px;
    margin-bottom: 100px; }
    #Footer .copywrite .header-text {
      color: #525760;
      letter-spacing: 0.02em;
      text-transform: none;
      font-size: 15px; }

.header-text {
  font-family: "Circular-Book";
  padding-top: 167px;
  padding-bottom: 41px;
  color: #71767f;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px; }

.title {
  font-size: 54px;
  line-height: 74px;
  font-weight: 100;
  margin-bottom: 40px;
  max-width: 860px; }

.top-bar {
  padding: 50px 0 59px; }
  .top-bar .header-text {
    padding-top: 13px;
    padding-bottom: 10px; }
    .top-bar .header-text:last-child {
      margin-top: 82px;
      padding: 0; }
  .top-bar .title {
    margin: 94px 0 0; }

.menu-box {
  cursor: pointer;
  height: auto;
  width: auto; }

.about {
  height: auto;
  display: block;
  background-color: #fff;
  color: #42474F; }
  .about .lower-bar .header-text {
    margin-bottom: 40px;
    padding-bottom: 0; }
  .about .white-bar {
    height: auto; }
    .about .white-bar .title {
      color: #000;
      margin: 0 0 39px; }
  .about .white-bar.about-us {
    color: #42474F; }
    .about .white-bar.about-us a {
      color: #000;
      font-family: "Circular-Bold"; }
      .about .white-bar.about-us a:hover {
        border-bottom: 1px solid #000000; }
  .about .lower-bar {
    height: auto;
    background-color: #14171c;
    color: #fff; }

.text-area {
  margin-left: 190px;
  margin-right: 190px;
  height: auto;
  max-width: 1140px; }
  .text-area .info {
    font-size: 21px;
    line-height: 42px;
    letter-spacing: 0.25px;
    padding-bottom: 189px; }
    .text-area .info .flex-text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .text-area .info .flex-text .text-list {
        width: 380px; }
        .text-area .info .flex-text .text-list li {
          list-style: none; }

.images:after {
  content: " ";
  display: table;
  clear: both; }

.images .clear {
  clear: both;
  height: 100%; }

.images .case-8,
.images .left-img,
.images .lower,
.images .case-1,
.images .right-img,
.images .right-large {
  position: relative; }

.images .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(59, 81, 146, 0.80);
  opacity: 0;
  transition: opacity 1s; }
.images .hover .title {
    font-size: 21px;
    line-height: 54px;
    max-width: 312px;
    padding-top: 20px;
    padding-left: 27px;
    margin-bottom: -12px; }
  .images .hover p {
    color: #A4B6EE;
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: 2px;
    padding-left: 28px; 
    font-weight: 300; }
  .images .hover:hover {
    transition: opacity .4s;
    opacity: 1; }

.images img {
  width: 100%;
  position: relative;
  display: block; }

.images .left,
.images .left-img,
.images .right,
.images .right-img {
  width: 50%;
  float: left; }

.images .middle:after {
  content: " ";
  display: table;
  clear: both; }

.images .case-1,
.images .right-large {
  position: relative;
  width: 100%; }

.instagram-feed {
  overflow: auto; }

.clients {
  background-color: #181c1f;
  height: auto;
  padding-bottom: 200px; }

.logo-section {
  margin-top: 145px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
 display: -webkit-flex;
-webkit-justify-content: space-between;
      justify-content: space-between; }
  .logo-section .title {
    margin-bottom: 0; }
  .logo-section .img-column {
    display: block;
    width: auto; }
    .logo-section .img-column .column-spacer:first-child {
      margin-bottom: 200px; }
  .logo-section .img-column:first-child .client-logo .img {
    background-position-x: -130%; }
  .logo-section .img-column:last-child .client-logo .img {
    background-position-x: 130%; }
  .logo-section .client-logo {
    margin-bottom: 200px; }
    .logo-section .client-logo:last-child {
      margin-bottom: 0; }
    .logo-section .client-logo .img {
      height: 170px;
      width: 200px;
      background-position: center;
      background-size: 100% auto;
      background-repeat: no-repeat;
      margin-left: auto;
      margin-right: auto; }
    .logo-section .client-logo .billboard-logo {
      background-image: url("/images/uploads/billboard-logo.png"); }
    .logo-section .client-logo .foreign-affairs-logo {
      background-image: url("/images/uploads/foreignaffairs-logo.png"); }
    .logo-section .client-logo .west-elm-logo {
      background-image: url("/images/uploads/westelm-logo.png"); }
    .logo-section .client-logo .scientific-am-logo {
      background-image: url("/images/uploads/sa-logo.png"); }
    .logo-section .client-logo .cnn-logo {
      background-image: url("/images/uploads/cnn-logo.png"); }
    .logo-section .client-logo .nelly-logo {
      background-image: url("/images/uploads/nelly-logo.png"); }
    .logo-section .client-logo .fortune-logo {
      background-image: url("/images/uploads/fortune-logo.png"); }
    .logo-section .client-logo .anthro-logo {
      background-image: url("/images/uploads/anthropologie-logo.png"); }
    .logo-section .client-logo .cbs-logo {
      background-image: url("/images/uploads/cbs-logo.png"); }
    .logo-section .client-logo .cfr-logo {
      background-image: url("/images/uploads/cfr-logo.png"); }
    .logo-section .client-logo .martha-logo {
      background-image: url("/images/uploads/marthastewart-logo.png"); }
    .logo-section .client-logo .henriot-logo {
      background-image: url("/images/uploads/henriot-logo.png"); }

.case-study #Top {
  z-index: 20;
  background-color: #14171c; }
  .case-study #Top .header-text:last-child {
    margin-top: 87px;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none; }
  .case-study #Top .top-bar {
    z-index: 20; }
    .case-study #Top .top-bar .title {
      margin-left: 0; }

.case-study section.about {
  padding: 135px 0 141px; }

.case-study section.screenshots {
  padding: 150px 100px; }

.case-study .info {
  padding: 0;
  margin: 0; }
  .case-study .info a {
    color: #000000;
    font-family: "Circular-Bold";
    letter-spacing: 0.25px;
    font-size: 21px; }
    .case-study .info a:hover {
      border-bottom: 1px solid #D8D8D8;
      cursor: pointer; }
  .case-study .info .header-text {
    padding: 75px 0 0; }

.case-study .about .white-bar .text-area .info .header-text {
  font-size: 11px;
  letter-spacing: 1.54px;
  padding: 62px 0 24px;
  line-height: 15px; }

.case-study .about .white-bar .text-area .info p {
  margin-top: -10px;
  line-height: 2.1; }

.case-study .about .white-bar .text-area .info p:first-child {
  margin: 0 0 11px; }

.case-study .about .white-bar .text-area .info p:last-child a:nth-child(2) {
  margin: 0 10px; }

.case-study .quote {
  background-color: #14171c;
  color: #fff;
  text-align: center;
  height: auto;
  padding: 135px 0 148px; }
  .case-study .quote .title {
    margin: auto auto 47px;
    font-size: 30px;
    letter-spacing: 0.25px;
    line-height: 50px; }
  .case-study .quote .header-text {
    padding: 0;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none; }
.case-study .quote .text-area{
max-width: none;
}

.case-study .center {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

.case-study .img-container {
  max-width: 100%; }
  .case-study .img-container .img-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.case-study .screenshots {
  height: auto;
  background-color: #f5f6f7; }
  .case-study .screenshots:after {
    content: " ";
    display: table;
    clear: both; }
  .case-study .screenshots img {
    display: block;
    max-width: 100%;
    height: auto; }
  .case-study .screenshots .bigImg img {
    margin-bottom: 40px; }
  .case-study .screenshots .left-images {
    margin-right: 20px; }
  .case-study .screenshots .right-images {
    margin-left: 20px; }
    .case-study .screenshots .right-images .item:first-child {
      margin-bottom: 40px; }
  .case-study .screenshots .flex-images, .case-study .screenshots .flex-images.mobile-images.tablet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
    max-width: 1140px;

 }
.case-study .screenshots .flex-images.mobile-images.tablet .flex-img img{
    max-height: 690px;
}

.case-study .screenshots .flex-images.mobile-images{
 max-width: 1055px;
}
.case-study .screenshots .flex-images.mobile-images .flex-img img{
    max-height: 590px;
}
    .case-study .screenshots .flex-images .flex-img:first-child {
      margin: 0 60px 0 0; }
    .case-study .screenshots .flex-images .flex-img:last-child {
      margin: 0 0 0 60px; }
 .case-study .screenshots .flex-images.tablet .flex-img:first-child {
      margin: 0 40px 0 0; }
    .case-study .screenshots .flex-images.tablet .flex-img:last-child {
      margin: 0 0 0 40px; }
.case-study .screenshots .flex-images:not(:nth-child(1)) {
    margin-top: 100px; }

.case-study #FooterNav {
  padding: 96px 0 94px;
  background-color: #fff; }
  .case-study #FooterNav .header-text {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 15px;
    padding: 0;
    margin: 0 0 21px; }
  .case-study #FooterNav a {
    font-family: "Circular-Book";
    font-size: 54px;
    letter-spacing: 0; }

img {
  max-width: 100%;
  display: block; }

#ParallaxImg {
  height: 467px;
  z-index: 1;
  overflow: hidden;
  position: relative !important;
  background: linear-gradient(#14171c 50%, white 50%); }
  #ParallaxImg img {
    width: 100%; }

#GroupTwo {
  z-index: -4; }

.desktop-view {
  display: block; }

.mobile-view {
  display: none; }

@media (max-width: 1024px) {
  .logo-img {
    margin-left: 60px; }
  .menu-button {
    right: 60px; }
  .title {
    font-size: 42px;
    line-height: 62px; }
  .top-bar {
    padding: 50px 0 55px; }
  .top-bar .title {
    margin: 76px 0 0; }
  .top-bar .header-text:last-child {
    margin-top: 78px; }
  .header-text {
    padding-top: 96px;
    padding-bottom: 23px; }
  .about .lower-bar .text-area .info {
    margin-top: 25px; }
  .about .white-bar .title {
    margin-bottom: 18px; }
  .about .white-bar.about-us .text-area .info a {
    letter-spacing: .25px; }
  .about .lower-bar .header-text {
    margin-bottom: 23px; }
  .text-area .info {
    font-size: 18px;
    line-height: 41px;
    letter-spacing: 0.3px;
    margin-top: 18px;
    padding-bottom: 137px; }
  .text-area {
    margin-right: 128px;
    margin-left: 128px; }
  section.clients {
    padding-bottom: 150px; }
  .logo-section {
    margin-top: 89px; }
    .logo-section .title {
      margin-bottom: 0; }
    .logo-section .img-column .column-spacer:first-child {
      margin-bottom: 140px; }
    .logo-section .client-logo {
      margin-bottom: 140px; }
      .logo-section .client-logo .img {
        height: 119px;
        width: 140px;
        background-size: contain; }
  #Footer {
    padding-top: 76px;
    font-size: 24px; }
    #Footer .title {
      margin: 0;
      max-width: 640px; }
    #Footer .headings .header-text {
      /* margin-top: 96px; */
      font-size: 11px; }
      #Footer .headings .header-text:first-child {
        padding-bottom: 0;
        margin-bottom: 21px; }
    #Footer .row.two {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    #Footer .right-column.follow .header-text {
      margin-bottom: 15px; }
    #Footer .content .header-text {
      font-size: 11px;
      letter-spacing: 2px;
      margin-top: 49px;
      margin-bottom: 15px; }
    #Footer .content .row.one {
      min-width: 350px; }
      #Footer .content .row.one p a {
        margin-right: 0;
        white-space: nowrap; }
    #Footer .row p {
      line-height: 44px; }
      #Footer .row p a {
        margin-right: 20px; }
    #Footer .row .right-column {
      width: 230px; }
      #Footer .row .right-column p a:last-child {
        margin-right: 0; }
    #Footer .row .right-column.address {
      width: 230px; }
    #Footer .copywrite .header-text {
      margin-top: 88px;
      margin-bottom: 100px;
      font-size: 15px; }
  .case-study .top-bar {
    padding: 50px 0 55px; }
  .case-study #Top {
    height: auto; }
    .case-study #Top .header-text:last-child {
      margin: 65px 0 0; }
  .case-study #ParallaxImg {
    height: 221px; }
  .case-study .text-area .info {
    padding: 0; }
  .case-study section.about {
    padding: 135px 0 139px; }
    .case-study section.about .white-bar .text-area .info .header-text {
      font-size: 14px;
      line-height: normal;
      letter-spacing: 1.8px;
      padding: 42px 0 32px; }
    .case-study section.about .white-bar .text-area .info p {
      line-height: 41px; }
      .case-study section.about .white-bar .text-area .info p a {
        font-size: 18px;
        letter-spacing: 0.33px; }
  .case-study section.quote {
    padding: 135px 0 148px; }
  .case-study section.screenshots {
    padding: 150px 100px; }
  .case-study section.screenshots.large {
    padding: 150px 0; }
  .case-study .info .header-text {
    padding: 46px 0 0; }
  .case-study .screenshots.large .img-container {
    margin: 0 100px; }
  .case-study .img-container .right-images .item:first-child {
    margin-bottom: 11.2%; }
.case-study .img-container .flex-images:not(:nth-child(1)) {
    margin-top: 40px; }
  .case-study #FooterNav {
    padding: 96px 0 93px; }
    .case-study #FooterNav a {
      font-size: 42px; }
    .case-study #FooterNav .header-text {
      font-size: 14px;
      letter-spacing: 1.8px;
      margin: 0 0 23px; }
  .case-study #GroupOne {
    margin-top: auto; } }

@media (max-width: 800px) {
  .logo-img {
    margin-left: 30px; }
  .menu-button {
    right: 30px; }
  .title {
    font-size: 32px;
    line-height: 42px;
    max-width: 450px; }
  .about .lower-bar .header-text {
    margin-bottom: 19px;
    padding-top: 76px; }
  .about .white-bar .title,
  .about .white-bar.about-us .title {
    margin: 0 0 17.5px; }
  .header-text {
    padding-top: 76px;
    padding-bottom: 19px;
    font-size: 11px; }
  .top-bar {
    padding: 30px 0 38px; }
    .top-bar .title {
      margin: 52px 0 0; }
  .top-bar .header-text {
    padding-top: 13px;
    padding-bottom: 0; }
  .top-bar .header-text:last-child {
    margin-top: 58px;
    margin-bottom: 0; }
  #Footer {
    font-size: 18px;
    line-height: 28px; }
    #Footer .text-area .title {
      max-width: 480px; }
    #Footer .text-area .content {
      padding-right: 0; }
      #Footer .text-area .content .row p {
        line-height: 28px; }
      #Footer .text-area .content .right-column.address, #Footer .text-area .content .right-column.follow {
        width: 190px; }
      #Footer .text-area .content .row.one {
        min-width: 300px; }
        #Footer .text-area .content .row.one a {
          margin-right: 0; }
    #Footer {
    padding-top: 41px; }
    #Footer .text-area .headings .header-text:first-child {
      /* margin-top: 76px; */
      margin-bottom: 19px; }
    #Footer .text-area .header-text {
      margin-top: 33px;
      margin-bottom: 11px;
      line-height: normal; }
    #Footer .text-area .link p {
      line-height: 28px; }
      #Footer .text-area .link p a {
        margin-right: 20px; }
        #Footer .text-area .link p a i {
          font-size: 28px; }
        #Footer .text-area .link p a:last-child {
          margin-right: 0; }
    #Footer .copywrite {
      margin-bottom: 50px;
      margin-top: 70px; }
      #Footer .copywrite .header-text {
        font-size: 15px; }
  .images .hover {
    display: none; }
  .text-area {
    margin-left: 100px;
    margin-right: 100px; }
    .text-area .info {
      font-size: 16px;
      line-height: 2.1;
      letter-spacing: 0.3px;
      margin-top: 0;
      padding-bottom: 92px; }
  .about .lower-bar .text-area .info {
    margin-top: 0;
    padding-bottom: 93px; }
  section.clients {
    padding-bottom: 100px; }
    section.clients .title {
      margin-bottom: 76px; }
  .logo-section {
    margin-top: 0; }
    .logo-section .img-column .column-spacer:first-child {
      margin-bottom: 100px; }
    .logo-section .client-logo {
      margin-bottom: 100px; }
      .logo-section .client-logo .img {
        height: 90px;
        width: 106px;
        background-size: contain; }
  .case-study .top-bar {
    padding: 30px 0 39px; }
    .case-study .top-bar .title {
      margin-top: 54px; }
  .case-study #Top .header-text:last-child {
    font-size: 14px;
    margin-top: 52px; }
  .case-study section.about {
    padding: 70px 0 73px; }
    .case-study section.about .white-bar .text-area .info .header-text {
      padding: 38px 0 20px; }
    .case-study section.about .white-bar .text-area .info p {
      line-height: 31px; }
      .case-study section.about .white-bar .text-area .info p:first-child {
        margin: 0; }
.case-study section.about .white-bar .text-area .info p a {
font-size: 16px; }
  .case-study section.screenshots,
  .case-study section.screenshots.large {
    padding: 80px 0; }
  .case-study section.quote {
    height: auto;
    padding: 69px 0 80px; }
    .case-study section.quote .title {
      max-width: 100%;
      margin-bottom: 30px;
      font-size: 18px;
      line-height: 34px;
      letter-spacing: normal; }
    .case-study section.quote .header-text {
      font-size: 14px; }
  .case-study .text-area .info {
    line-height: 31px;
    letter-spacing: 0.25px; }
    .case-study .text-area .info a {
      font-size: 16px; }
    .case-study .text-area .info .header-text {
      padding: 38px 0 6px; }
  .case-study #FooterNav {
    padding: 56px 0; }
    .case-study #FooterNav .header-text {
      margin: 0 0 19px;
      font-size: 11px;
      letter-spacing: 1.5px; }
    .case-study #FooterNav a {
      font-size: 32px;
      line-height: 1.3; }
  .case-study .desktop-view {
    display: none; }
  .case-study .mobile-view {
    display: block; }
  .case-study .img-container {
    margin: 0 100px; }
.case-study .img-container .flex-images:not(:nth-child(1)) {
      margin-top: 40px; }
  .case-study .screenshots .flex-images .flex-img:first-child {
    margin: 0 40px 0 0; }
  .case-study .screenshots .flex-images .flex-img:last-child {
    margin: 0 0 0 40px; } }

@media (max-width: 672px) {
  .logo-img {
    height: 36px;
    width: 36px;
    margin-left: 30px; }
  #Top {
    margin-top: -10px; }
  .header-text {
    padding-top: 56px;
    padding-bottom: 20px;
    letter-spacing: 2px; }
  .title {
    font-size: 28px;
    line-height: 38px;
    max-width: 505px; }
  .top-bar {
    padding-bottom: 48px; }
    .top-bar .header-text {
      padding-top: 73px;
      font-size: 11px; }
      .top-bar .header-text:last-child {
        margin-top: 31.7px;
        margin-bottom: 0; }
    .top-bar .title {
      margin: 20.5px 0 0; }
  .images {
    display: block; }
    .images .right {
      width: 100%;
      float: none; }
    .images .left {
      width: 100%;
      float: none; }
  section.clients {
    padding-bottom: 80px; }
    section.clients .title {
      margin-bottom: 56px; }
    section.clients .header-text {
      margin-bottom: 0; }
  .logo-section {
    margin-top: 0;
    display: block;
    max-width: 672px;
    overflow: auto; }
    .logo-section .clear {
      clear: both; }
    .logo-section .img-column .column-spacer {
      margin-top: 100px; }
      .logo-section .img-column .column-spacer:first-child {
        margin-bottom: 0; }
    .logo-section .img-column:first-child {
      float: left; }
      .logo-section .img-column:first-child .client-logo img {
        width: 100%; }
    .logo-section .img-column:nth-child(2n) {
      float: right; }
    .logo-section .img-column.last {
      position: relative;
      margin-left: 0;
      float: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
-webkit-justify-content: space-between;
      -ms-flex-wrap: wrap;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .logo-section .client-logo {
      margin-bottom: 100px; }
      .logo-section .client-logo .img {
        height: 90px;
        width: 106px; }
  .menu-button {
    right: 30px; }
  .about .white-bar .header-text {
    letter-spacing: 1.53px;
    margin-bottom: 0; }
  .about .white-bar .title {
    margin: 0 0 16.3px; }
  .about .white-bar.about-us .title {
    margin: 0 0 18px; }
  .about .white-bar.about-us .text-area .info a {
    letter-spacing: 0; }
  .about .lower-bar .text-area .info {
    padding-bottom: 75px; }
  .about .lower-bar .header-text {
    margin-bottom: 19px;
    padding-top: 56px;
    font-size: 11px;
    letter-spacing: 1.5px; }
  .text-area {
    margin-left: 30px;
    margin-right: 35px; }
    .text-area .info {
      font-size: 16px;
      letter-spacing: 0.5px;
      line-height: 31px;
      padding-bottom: 73px; }
      .text-area .info .flex-text {
        display: block; }
        .text-area .info .flex-text .text-list {
          width: 260px;
          letter-spacing: 0.1px; }
  #Footer #spacer {
    display: none; }
  #Footer .title {
    margin: 0 0 33px;
    max-width: 100%; }
  #Footer .text-area .content {
    padding: 0;
    display: block; }
    #Footer .text-area .content .row {
      display: block; }
      #Footer .text-area .content .row p {
        font-size: 16px;
        line-height: 31px;
        letter-spacing: 0.1px; }
    #Footer .text-area .content .right-column.follow .header-text {
      margin-bottom: 17px; }
  #Footer .text-area .headings .header-text {
    font-size: 11px;
    margin-top: 33px;
    margin-bottom: 40px; }
  #Footer {
    padding-top: 26px; }
    #Footer .text-area .headings .header-text:first-child {
      /* margin-top: 56px; */
      margin-bottom: 20px;
      padding-bottom: 0; }
  #Footer .text-area .header-text {
    font-size: 11px;
    margin-top: 33px;
    letter-spacing: 2px; }
    #Footer .text-area .header-text:not(first-child) {
      margin-top: 29px; }
  #Footer .text-area .link p a {
    margin-right: 21px; }
    #Footer .text-area .link p a i {
      font-size: 20pt; }
  #Footer .copywrite {
    margin-top: 72px;
    margin-bottom: 38px;}
    #Footer .copywrite .header-text {
      margin: 0;
      letter-spacing: 0px;}
  .case-study #ParallaxImg {
    overflow: hidden;
    height: 140px; }
    .case-study #ParallaxImg img {
      width: 150%;
      max-width: none;
      margin-top: -50px; }
  .case-study .text-area .info {
    padding: 0; }
  .case-study .top-bar {
    padding: 30px 0 26px; }
  .case-study .top-bar .title {
    margin-top: 18.5px; }
  .case-study #Top {
    height: 339px; }
    .case-study #Top .header-text {
      font-size: 11px; }
      .case-study #Top .header-text:first-child {
        padding-top: 73px; }
      .case-study #Top .header-text:last-child {
        line-height: 24px;
        margin: 30.7px 0 0; }
  .case-study section.about {
    padding: 50px 0 56px; }
  .case-study section.screenshots,
  .case-study section.screenshots.large {
    padding: 60px 30px; }
  .case-study section.quote {
    height: auto;
    padding: 49px 25px 56px; }
    .case-study section.quote .title {
      margin-bottom: 26px; }
    .case-study section.quote .header-text {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: normal; }
  .case-study .screenshots.large .img-container {
    margin: 0; }
  .case-study .screenshots .img-container {
    margin: 0; }
.case-study .screenshots .img-container .flex-images:not(:nth-child(1)) {
      margin-top: 20px; }
  .case-study .screenshots .bigImg {
    margin: 0 0 14px; }
  .case-study .screenshots .right-images img:first-child {
    margin: 0; }
  .case-study .screenshots .right-images {
    margin-left: 10px; }
  .case-study .screenshots .left-images {
    margin-right: 10px; }
  .case-study .screenshots .flex-images {
    padding: 0; }
    .case-study .screenshots .flex-images .flex-img {
      padding: 0; }
      .case-study .screenshots .flex-images .flex-img:first-child {
        margin: 0 15px 0 0; }
      .case-study .screenshots .flex-images .flex-img:last-child {
        margin: 0 0 0 15px; }
  .case-study #FooterNav {
    padding: 38px 0 31px; }
    .case-study #FooterNav .header-text {
      font-size: 11px;
      margin: 0 0 20px; }
  .case-study #GroupOne {
    margin-top: auto; }
  .case-study #GroupTwo {
    margin-top: auto; } }

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .logo-section .client-logo .billboard-logo {
    background-image: url("/images/uploads/logos-2x/billboard-logo.png"); }
  .logo-section .client-logo .foreign-affairs-logo {
    background-image: url("/images/uploads/logos-2x/foreignaffairs-logo.png"); }
  .logo-section .client-logo .west-elm-logo {
    background-image: url("/images/uploads/logos-2x/westelm-logo.png"); }
  .logo-section .client-logo .scientific-am-logo {
    background-image: url("/images/uploads/logos-2x/sa-logo.png"); }
  .logo-section .client-logo .cnn-logo {
    background-image: url("/images/uploads/logos-2x/cnn-logo.png"); }
  .logo-section .client-logo .nelly-logo {
    background-image: url("/images/uploads/logos-2x/nelly-logo.png"); }
  .logo-section .client-logo .fortune-logo {
    background-image: url("/images/uploads/logos-2x/fortune-logo.png"); }
  .logo-section .client-logo .anthro-logo {
    background-image: url("/images/uploads/logos-2x/anthropologie.png"); }
  .logo-section .client-logo .cbs-logo {
    background-image: url("/images/uploads/logos-2x/cbs-logo.png"); }
  .logo-section .client-logo .cfr-logo {
    background-image: url("/images/uploads/logos-2x/cfr-logo.png"); }
  .logo-section .client-logo .martha-logo {
    background-image: url("/images/uploads/logos-2x/marthastewart-logo.png"); }
  .logo-section .client-logo .henriot-logo {
    background-image: url("/images/uploads/logos-2x/henriot-logo.png"); }
  #Top, #Footer {
    background-size: 416px 416px; }
  }

  html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
  