@charset "UTF-8";
/* fonts */
/* widths */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * 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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@font-face {
  font-family: 'ScandiaWebRegular';
  src: url("/https/weightshift.com/fonts/ScandiaWebRegular.eot");
  src: url("/https/weightshift.com/fonts/ScandiaWebRegular.eot?#iefix") format("embedded-opentype"), url("/https/weightshift.com/fonts/ScandiaWebRegular.woff2") format("woff2"), url("/https/weightshift.com/fonts/ScandiaWebRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ScandiaWebBold';
  src: url("/https/weightshift.com/fonts/ScandiaWebBold.eot");
  src: url("/https/weightshift.com/fonts/ScandiaWebBold.eot?#iefix") format("embedded-opentype"), url("/https/weightshift.com/fonts/ScandiaWebBold.woff2") format("woff2"), url("/https/weightshift.com/fonts/ScandiaWebBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Mirador-Bold';
  src: url("/https/weightshift.com/fonts/3A10C2_0_0.eot");
  src: url("/https/weightshift.com/fonts/3A10C2_0_0.eot?#iefix") format("embedded-opentype"), url("/https/weightshift.com/fonts/3A10C2_0_0.woff2") format("woff2"), url("/https/weightshift.com/fonts/3A10C2_0_0.woff") format("woff"), url("/https/weightshift.com/fonts/3A10C2_0_0.ttf") format("truetype"); }
body {
  color: #666666;
  background-color: #EBEBE8;
  font-family: ScandiaWebRegular, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 2.25rem;
  letter-spacing: -0.055rem;
  -webkit-font-smoothing: antialiased;
  /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -moz-font-feature-settings: "kern" 1;
  -ms-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }
  @media (max-width: 600px) {
    body {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem;
      letter-spacing: -0.05rem; } }

h1 {
  font-family: Mirador-Bold;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: normal;
  /*letter-spacing: -0.204375rem*/
  margin-bottom: 0; }
  @media (max-width: 600px) {
    h1 {
      font-size: 1.875rem;
      line-height: 2.25rem;
      margin-bottom: 2.25rem;
      letter-spacing: -0.0875rem; } }

h2 {
  font-size: 3.125rem;
  line-height: 3.125rem;
  /*letter-spacing: -0.14625rem*/ }
  @media (max-width: 600px) {
    h2 {
      font-size: 1.875rem;
      line-height: 2.25rem;
      margin-bottom: 2.25rem;
      letter-spacing: -0.0875rem; } }

h3 {
  font-size: 1.875rem;
  line-height: 2.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ScandiaWebRegular, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal; }
  @media (max-width: 600px) {
    h3 {
      font-family: ScandiaWebRegular, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: 1.5rem;
      letter-spacing: -0.05rem; } }

h1, h2, h3, h4 {
  color: #444;
  font-family: Mirador-Bold;
  font-weight: normal; }
  h1 strong, h2 strong, h3 strong, h4 strong {
    font-family: ScandiaWebBold;
    font-weight: normal; }

a {
  color: #333;
  text-decoration: none;
  transition: all .2s ease-in-out;
  border-bottom: 1px solid transparent; }
  a:hover {
    color: #000; }

p {
  margin-top: 0;
  margin-bottom: 2.25rem;
  -moz-font-feature-settings: "kern" 1;
  -ms-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }
  @media (max-width: 600px) {
    p {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem;
      letter-spacing: -0.05rem; } }

img {
  width: 100%; }
  img.round {
    border-radius: 4px; }
  img.round-top {
    border-radius: 4px 4px 0 0; }

ul {
  margin-bottom: 4.25rem; }

.break {
  word-break: break-all; }

.container {
  width: 88%;
  display: flex;
  margin: 0 auto;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start; }
  .container.full-bleed-right {
    margin-right: 0; }
  @media (max-width: 600px) {
    .container {
      width: 88%; } }

.col {
  width: 25%; }
  @media (max-width: 600px) {
    .col {
      width: 100%; } }

.col-half {
  width: 50%; }
  @media (max-width: 600px) {
    .col-half {
      width: 100%; } }

.col-full {
  width: 100%; }
  @media (max-width: 600px) {
    .col-full {
      width: 100%; } }

.col-third {
  width: 33.333333333%; }
  @media (max-width: 600px) {
    .col-third {
      width: 100%; } }

.col-two-thirds {
  width: 66.666666666%; }
  @media (max-width: 600px) {
    .col-two-thirds {
      width: 100%; } }

.push-sixth {
  margin-left: 16.6666665%; }
  @media (max-width: 600px) {
    .push-sixth {
      margin-left: 0; } }

.push-half {
  margin-left: 50%; }
  @media (max-width: 600px) {
    .push-half {
      margin-left: 0; } }

.push-half-right {
  margin-right: 50%; }
  @media (max-width: 600px) {
    .push-half-right {
      margin-right: 0; } }

main {
  margin: 5rem auto 5rem auto; }
  @media (max-width: 600px) {
    main {
      width: 100%; } }

header {
  margin-top: 5rem; }
  header .banner {
    color: #333;
    width: 100%;
    font-size: 16px;
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    margin-bottom: 2rem; }
  header .banner a {
    color: #111;
    padding: 0 0.2rem;
    background-color: rgba(0, 0, 0, 0.1); }
  header a {
    color: #9d9d9d; }
    header a.logo {
      color: #444;
      font-family: Mirador-Bold;
      letter-spacing: -0.035rem; }
      header a.logo:hover {
        color: #000; }
  header ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (max-width: 600px) {
    header {
      margin-top: 2rem; } }
  @media (max-width: 600px) {
    header .container .col-half {
      width: 50%; } }

#index a.index,
#xero a.index,
#vsco a.index,
#twitter a.index,
#rdio a.index,
#aboutdotme a.index,
#adobe a.index,
#capabilities a.capabilities,
#about a.about,
#contact a.contact {
  color: #666;
  margin-left: -1.625rem; }
  #index a.index:before,
  #xero a.index:before,
  #vsco a.index:before,
  #twitter a.index:before,
  #rdio a.index:before,
  #aboutdotme a.index:before,
  #adobe a.index:before,
  #capabilities a.capabilities:before,
  #about a.about:before,
  #contact a.contact:before {
    content: "— "; }
  @media (max-width: 600px) {
    #index a.index,
    #xero a.index,
    #vsco a.index,
    #twitter a.index,
    #rdio a.index,
    #aboutdotme a.index,
    #adobe a.index,
    #capabilities a.capabilities,
    #about a.about,
    #contact a.contact {
      margin-left: -1.2rem; } }

footer {
  margin-bottom: 5rem; }
  footer a {
    color: #9D9D9D; }
    footer a:hover {
      opacity: 30%; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (max-width: 600px) {
    footer .container .col-half {
      width: 50%; } }
  @media (max-width: 600px) {
    footer .container .col {
      width: 50%; } }
  @media (max-width: 600px) {
    footer .container .col.social {
      margin-top: 1rem;
      margin-left: 50%; } }
  footer .mobile-show {
    display: none; }
    @media (max-width: 900px) {
      footer .mobile-show {
        display: block; } }
  @media (max-width: 900px) {
    footer .mobile-hide {
      display: none; } }

#case-studies {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 1.6rem 0 4rem 6%; }
  #case-studies:hover {
    cursor: pointer; }
  #case-studies::-webkit-scrollbar {
    display: none; }
  #case-studies .titling {
    position: relative;
    top: -20px;
    transform-origin: bottom;
    transform: rotateX(90deg); }
  #case-studies ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #case-studies ul a {
      border: 0; }
      #case-studies ul a li {
        display: inline-block;
        width: 310px;
        height: 450px;
        margin-right: 30px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.075);
        transition: all .2s ease-in-out; }
        @media (max-width: 600px) {
          #case-studies ul a li {
            margin-right: 20px; } }
        #case-studies ul a li h3 {
          font-family: ScandiaWebRegular, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          color: #EBEBE8;
          padding: 30px;
          transition: all .2s ease-in-out; }
          @media (max-width: 600px) {
            #case-studies ul a li h3 {
              color: #777; } }
        #case-studies ul a li.vsco {
          background: url(/https/weightshift.com/img/work_case_vsco.png) top left/100% no-repeat #fff; }
        #case-studies ul a li.xero {
          background: url(/https/weightshift.com/img/work_case_xero.png) top left/100% no-repeat #fff; }
        #case-studies ul a li.rdio {
          background: url(/https/weightshift.com/img/work_case_rdio.png) top left/100% no-repeat #fff; }
        #case-studies ul a li.twitter {
          background: url(/https/weightshift.com/img/work_case_twitter.png) top left/100% no-repeat #fff; }
        #case-studies ul a li.aboutdotme {
          background: url(/https/weightshift.com/img/work_case_aboutdotme.png) top left/100% no-repeat #fff; }
        #case-studies ul a li.adobe {
          background: url(/https/weightshift.com/img/work_case_adobe.png) top left/100% no-repeat #fff; }
      #case-studies ul a:hover li {
        position: relative;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35);
        transform: scale(1.05);
        /* background-size: 103%; */ }
        #case-studies ul a:hover li h3 {
          color: #777; }
        @media (max-width: 600px) {
          #case-studies ul a:hover li {
            transform: none;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.075); } }
  @media (max-width: 600px) {
    #case-studies {
      margin-top: -3rem; } }
  #case-studies .case-studies-nav {
    display: flex;
    justify-content: center;
    margin-top: 2rem; }
    #case-studies .case-studies-nav a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #666;
      width: 1rem;
      height: 1rem;
      margin-top: 1rem;
      margin-left: -6%; }
      #case-studies .case-studies-nav a:hover {
        color: #111; }
      #case-studies .case-studies-nav a span {
        position: absolute;
        font-size: 0; }
      #case-studies .case-studies-nav a:after {
        content: '←';
        font-size: 2rem; }
      #case-studies .case-studies-nav a.next {
        margin-left: 2rem; }
        #case-studies .case-studies-nav a.next:after {
          content: '→'; }

h1 {
  margin-bottom: 5vh; }
  @media (max-width: 900px) and (min-width: 600px) {
    h1 {
      font-size: 3.375rem;
      line-height: 3.875rem; } }

.projects-list {
  width: 100%;
  margin-top: -1.5rem;
  margin-bottom: 5vh;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: -0.05rem; }
  @media (max-width: 600px) {
    .projects-list {
      font-size: 1.125rem;
      line-height: 1.5rem; } }
  .projects-list .row {
    border-top: 1px solid #ccc;
    display: flex;
    column-count: 3;
    padding: 0.7rem 0 0.6rem; }
    @media (max-width: 600px) {
      .projects-list .row {
        padding: 0.5rem 0 0.4rem; } }
    .projects-list .row div:nth-of-type(1) {
      width: 10%; }
      @media (max-width: 600px) {
        .projects-list .row div:nth-of-type(1) {
          width: 15%;
          padding-right: 10px; } }
    .projects-list .row div:nth-of-type(2) {
      width: 20%; }
      @media (max-width: 600px) {
        .projects-list .row div:nth-of-type(2) {
          width: 30%;
          padding-right: 10px; } }
    .projects-list .row div:nth-of-type(3) {
      width: 70%;
      opacity: 0.7; }
      @media (max-width: 600px) {
        .projects-list .row div:nth-of-type(3) {
          width: 55%; } }
  .projects-list .archive-all {
    display: none; }
  .projects-list .show-all {
    display: block;
    padding: 0.9rem 0 0.8rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .projects-list .show-all:hover {
      border-bottom: 1px solid #333; }
    @media (max-width: 600px) {
      .projects-list .show-all {
        padding: 0.5rem 0 0.4rem; } }

.clients img {
  opacity: 0.5; }

/* Case study headers/hero */
.hero {
  background: linear-gradient(359.87deg, rgba(196, 196, 196, 0.3) 0.3%, rgba(196, 196, 196, 0) 99.59%); }

.title {
  position: relative;
  margin-bottom: 4rem; }
  .title h2 {
    margin: 0; }
  .title h3 {
    font-family: ScandiaWebRegular, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    position: absolute;
    top: 18px; }
  @media (max-width: 900px) {
    .title .col-half {
      width: 100%; }
    .title h3 {
      position: relative;
      top: 0; } }

.desc {
  opacity: 0.7;
  margin-top: 6rem;
  margin-bottom: 4rem; }
  .desc a {
    text-decoration: underline; }
  @media (max-width: 900px) {
    .desc {
      margin-top: 3rem; }
      .desc .col-half {
        width: 100%; }
      .desc .push-half-right {
        margin: 0; } }

.gallery {
  margin-bottom: 6rem; }
  .gallery div {
    position: relative; }
    .gallery div.caption {
      background-color: #ffcc00;
      letter-spacing: normal;
      font-size: 1.2rem;
      position: absolute;
      display: inline-block;
      transform: translate(6rem, 0) rotate(90deg);
      transform-origin: 0 0;
      white-space: nowrap;
      margin: 5% 0; }
      @media (max-width: 900px) {
        .gallery div.caption {
          font-size: 1rem;
          transform: translate(3.5rem, 0) rotate(90deg); } }
      @media (max-width: 600px) {
        .gallery div.caption {
          transform: translate(2.5rem, 0) rotate(90deg); } }
  .gallery img {
    display: block; }
  .gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly; }
    @media (max-width: 600px) {
      .gallery ul {
        display: block;
        padding-bottom: 4rem; } }
    .gallery ul.triple li {
      width: 33.3333333333;
      padding: 10% 5% 10% 13%; }
      .gallery ul.triple li:nth-of-type(2) {
        padding: 10% 0; }
        @media (max-width: 600px) {
          .gallery ul.triple li:nth-of-type(2) {
            width: auto;
            padding: 4rem 4rem 0 4rem; } }
      .gallery ul.triple li:nth-of-type(3) {
        padding: 10% 13% 10% 5%; }
        @media (max-width: 600px) {
          .gallery ul.triple li:nth-of-type(3) {
            width: auto;
            padding: 4rem 4rem 0 4rem; } }
      @media (max-width: 600px) {
        .gallery ul.triple li {
          width: auto;
          padding: 4rem 4rem 0 4rem; } }
    .gallery ul.triple.twitter-widgets {
      padding: 20% 10%; }
      @media (max-width: 600px) {
        .gallery ul.triple.twitter-widgets {
          padding: 10%; } }
      .gallery ul.triple.twitter-widgets li {
        padding: 2%; }
    .gallery ul.double li {
      width: 50%;
      padding: 10% 6% 10% 20%; }
      .gallery ul.double li:nth-of-type(2) {
        padding: 10% 20% 10% 6%; }
        @media (max-width: 600px) {
          .gallery ul.double li:nth-of-type(2) {
            width: auto;
            padding: 4rem 4rem 0 4rem; } }
      @media (max-width: 600px) {
        .gallery ul.double li {
          width: auto;
          padding: 4rem 4rem 0 4rem; } }
    .gallery ul.double.larger li {
      padding: 7% 3% 7% 11%; }
      .gallery ul.double.larger li:nth-of-type(2) {
        padding: 7% 11% 7% 3%; }
        @media (max-width: 600px) {
          .gallery ul.double.larger li:nth-of-type(2) {
            width: auto;
            padding: 4rem 4rem 0 4rem; } }
      @media (max-width: 600px) {
        .gallery ul.double.larger li {
          width: auto;
          padding: 4rem 4rem 0 4rem; } }
    .gallery ul.double.stacked {
      flex-wrap: wrap;
      padding-top: 6%;
      padding-bottom: 6%; }
      .gallery ul.double.stacked li {
        width: 38%;
        padding: 2% 2% 2% 10%; }
        .gallery ul.double.stacked li:nth-of-type(even) {
          padding: 2% 10% 2% 2%; }
    .gallery ul.single li {
      width: 56%;
      padding: 10%;
      margin: 0 auto; }
      @media (max-width: 900px) {
        .gallery ul.single li {
          width: 80%; } }
      @media (max-width: 600px) {
        .gallery ul.single li {
          width: 76%;
          margin: 0 auto;
          padding-top: 12%;
          padding-bottom: 0; } }
    .gallery ul.single.larger li {
      width: 70%; }

ul.notable-projects {
  list-style: none;
  padding: 0;
  margin: 4rem 0 0 0;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start; }
  ul.notable-projects.five li {
    color: #000;
    width: 16%;
    margin-right: 4%;
    margin-bottom: 1rem; }
    ul.notable-projects.five li p {
      font-size: 1.25rem;
      line-height: 1.675rem; }
      @media (max-width: 600px) {
        ul.notable-projects.five li p {
          font-size: 1.125rem;
          line-height: 1.5rem; } }
    @media (max-width: 900px) {
      ul.notable-projects.five li {
        width: 46%;
        margin-right: 4%; } }

/* VSCO */
#vsco {
  background-color: #EDEDED; }
  #vsco .hero {
    height: 66vh;
    background: url(/https/weightshift.com/img/work_vsco_hero.png) no-repeat, linear-gradient(359.87deg, rgba(196, 196, 196, 0.3) 0.3%, rgba(196, 196, 196, 0) 99.59%);
    background-size: contain;
    background-position: bottom right;
    background-origin: content-box; }
    @media (max-width: 900px) {
      #vsco .hero {
        padding-top: 75.45%;
        height: auto;
        background-origin: border-box; } }
  #vsco ul.notable-projects li img {
    width: 2.4rem;
    opacity: 0.8; }
    @media (max-width: 600px) {
      #vsco ul.notable-projects li img {
        width: 1.6rem; } }
  #vsco .x {
    height: 800px;
    padding-top: 100px;
    background: linear-gradient(218.08deg, rgba(185, 205, 211, 0.3) 13.35%, rgba(223, 235, 239, 0.3) 87.3%); }
  #vsco .gallery div {
    background: linear-gradient(218.08deg, rgba(185, 205, 211, 0.3) 13.35%, rgba(223, 235, 239, 0.3) 87.3%); }
    #vsco .gallery div:nth-of-type(2) {
      background: linear-gradient(139.95deg, rgba(206, 192, 204, 0.4) 11.62%, rgba(255, 246, 254, 0.4) 87.87%); }
    #vsco .gallery div.caption {
      background: transparent !important; }

/* Xero */
#xero {
  background-color: #D4DADD; }
  #xero .hero {
    height: 58vh;
    padding: 0 5rem;
    background: url(/https/weightshift.com/img/work_xero_hero.png) no-repeat, linear-gradient(359.87deg, rgba(196, 196, 196, 0.3) 0.3%, rgba(196, 196, 196, 0) 99.59%);
    background-size: contain;
    background-position: bottom center;
    background-origin: content-box; }
    @media (max-width: 900px) {
      #xero .hero {
        padding-top: 57.61%;
        height: auto;
        background-origin: border-box; } }
  #xero ul.notable-projects li img {
    height: 26px;
    width: auto;
    opacity: 0.8; }
    @media (max-width: 600px) {
      #xero ul.notable-projects li img {
        width: 1.6rem; }
        #xero ul.notable-projects li img.two {
          padding-top: 7px;
          height: auto;
          width: 150px; }
        #xero ul.notable-projects li img.three {
          height: auto;
          width: 140px; }
        #xero ul.notable-projects li img.four {
          height: 19px;
          width: auto; }
        #xero ul.notable-projects li img.five {
          height: 15px;
          width: auto; } }
  #xero .gallery div {
    background-color: #cdd4d7; }
    #xero .gallery div:nth-of-type(2) {
      background-color: #c6ced2; }
    #xero .gallery div:nth-of-type(3) {
      background-color: #bfc8cc; }

/* Twitter */
#twitter {
  background-color: #EFF4F4; }
  #twitter .hero {
    height: 48vh;
    padding: 0 2rem;
    background: url(/https/weightshift.com/img/work_twitter_hero.png) no-repeat, linear-gradient(359.87deg, rgba(196, 196, 196, 0.3) 0.3%, rgba(196, 196, 196, 0) 99.59%);
    background-size: contain;
    background-position: bottom center;
    background-origin: content-box; }
    @media (max-width: 900px) {
      #twitter .hero {
        padding-top: 48.6%;
        height: auto;
        background-origin: border-box; } }
  #twitter .gallery div {
    background-color: rgba(0, 0, 0, 0.025); }
    #twitter .gallery div:nth-of-type(2) {
      background-color: rgba(0, 0, 0, 0.05); }
    #twitter .gallery div:nth-of-type(3) {
      background-color: rgba(0, 0, 0, 0.075); }
    #twitter .gallery div:nth-of-type(4) {
      background-color: rgba(0, 0, 0, 0.1); }

/* Adobe */
#adobe {
  background-color: #F2ECEA; }
  #adobe .hero {
    height: 54vh;
    padding: 0 2rem;
    background: url(/https/weightshift.com/img/work_adobe_hero.png) no-repeat, linear-gradient(359.87deg, rgba(196, 196, 196, 0.3) 0.3%, rgba(196, 196, 196, 0) 99.59%);
    background-size: contain;
    background-position: bottom center;
    background-origin: content-box; }
    @media (max-width: 900px) {
      #adobe .hero {
        padding-top: 44.945%;
        height: auto;
        background-origin: border-box; } }
  #adobe .gallery div {
    background-color: #ede5e2; }
    #adobe .gallery div:nth-of-type(2) {
      background-color: #e8deda; }
    #adobe .gallery div:nth-of-type(3) {
      background-color: #e3d7d2; }
    #adobe .gallery div:nth-of-type(4) {
      background-color: #dfd0cb; }
    #adobe .gallery div:nth-of-type(5) {
      background-color: #dac8c3; }
    #adobe .gallery div:nth-of-type(6) {
      background-color: #d5c1bb; }

/* Rdio*/
#rdio {
  background-color: #DDE1E3; }
  #rdio .hero {
    height: 68vh;
    padding: 0 5rem;
    background: url(/https/weightshift.com/img/work_rdio_hero.jpg) no-repeat, linear-gradient(359.87deg, rgba(196, 196, 196, 0.3) 0.3%, rgba(196, 196, 196, 0) 99.59%);
    background-size: contain;
    background-position: bottom center;
    background-origin: content-box; }
    @media (max-width: 900px) {
      #rdio .hero {
        padding-top: 58.2%;
        height: auto;
        background-origin: border-box; } }
  #rdio .gallery div {
    background-color: #d6dbdd; }
    #rdio .gallery div:nth-of-type(2) {
      background-color: #cfd5d7; }
    #rdio .gallery div:nth-of-type(3) {
      background-color: #c8ced2; }
    #rdio .gallery div:nth-of-type(4) {
      background-color: #c1c8cc; }
    #rdio .gallery div:nth-of-type(5) {
      background-color: #bac2c6; }
    #rdio .gallery div:nth-of-type(6) {
      background-color: #b3bcc0; }

/* about.me */
#aboutdotme {
  background-color: #EEF1F1; }
  #aboutdotme .hero {
    height: 62vh;
    padding: 0 5rem;
    background: url(/https/weightshift.com/img/work_aboutdotme_hero.png) no-repeat, linear-gradient(359.87deg, rgba(196, 196, 196, 0.3) 0.3%, rgba(196, 196, 196, 0) 99.59%);
    background-size: contain;
    background-position: bottom center;
    background-origin: content-box; }
    @media (max-width: 900px) {
      #aboutdotme .hero {
        padding-top: 62.4%;
        height: auto;
        background-origin: border-box; } }
  #aboutdotme .gallery div {
    background-color: #e7ebeb; }
    #aboutdotme .gallery div:nth-of-type(2) {
      background-color: #e0e5e5; }
    #aboutdotme .gallery div:nth-of-type(3) {
      background-color: #d9e0e0; }
    #aboutdotme .gallery div:nth-of-type(4) {
      background-color: #d2dada; }
    #aboutdotme .gallery div:nth-of-type(5) {
      background-color: #cbd4d4; }
    #aboutdotme .gallery div:nth-of-type(6) {
      background-color: #c4cece; }

div.caption {
  background: transparent !important; }

#capabilities-list .col-half {
  background-color: #fff;
  width: 47%;
  margin-right: 3%;
  margin-bottom: 3%;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03); }
  #capabilities-list .col-half h2, #capabilities-list .col-half p {
    padding: 1rem 3rem; }
    @media (max-width: 600px) {
      #capabilities-list .col-half h2, #capabilities-list .col-half p {
        padding: 0.25rem 2rem; } }
  #capabilities-list .col-half .number {
    color: #EBEBE8;
    display: block; }
  #capabilities-list .col-half.first {
    background: url(/https/weightshift.com/img/bg_approach_07.svg) #fff no-repeat;
    background-size: 140%;
    background-position: -6rem 8rem; }
  #capabilities-list .col-half.second {
    background: url(/https/weightshift.com/img/bg_approach_06.svg) #fff no-repeat;
    background-size: 140%;
    background-position: -6rem 8rem; }
  #capabilities-list .col-half.third {
    background: url(/https/weightshift.com/img/bg_approach_05.svg) #fff no-repeat;
    background-size: 200%;
    background-position: -6rem -16rem; }
    @media (max-width: 900px) {
      #capabilities-list .col-half.third {
        background-position: -3rem -6rem; } }
  #capabilities-list .col-half.fourth {
    background: url(/https/weightshift.com/img/bg_approach_05.svg) #fff no-repeat;
    background-size: 200%;
    background-position: -40rem -5rem; }
    @media (max-width: 900px) {
      #capabilities-list .col-half.fourth {
        background-position: -25rem -2rem; } }
  @media (max-width: 900px) {
    #capabilities-list .col-half {
      width: 100%;
      padding-top: 0;
      margin-right: 0;
      margin-bottom: 2vh; } }

#people, #partners {
  margin-bottom: 10vh; }
  #people img, #partners img {
    display: none; }
  @media (max-width: 600px) {
    #people, #partners {
      margin-bottom: 5vh; }
      #people img, #partners img {
        display: block; } }
  #people .col-half:nth-of-type(2), #partners .col-half:nth-of-type(2) {
    padding-top: 3.70rem; }
    @media (max-width: 600px) {
      #people .col-half:nth-of-type(2), #partners .col-half:nth-of-type(2) {
        padding: 0; } }
  @media (max-width: 600px) {
    #people h1, #partners h1 {
      margin-bottom: 1.25rem; } }
  @media (max-width: 600px) {
    #people h3, #partners h3 {
      margin-bottom: 0; } }
  #people.photo, #partners.photo {
    background-image: url(/https/weightshift.com/img/about_naz.jpg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 20% 0%; }
    @media (max-width: 600px) {
      #people.photo, #partners.photo {
        background-image: none; } }

#contact main a {
  border-bottom: 2px solid; }
#contact main ul {
  position: relative;
  padding-left: 1.5rem;
  margin-top: -20px;
  list-style: none; }
  #contact main ul li {
    font-size: 1.5rem;
    line-height: 1.875rem; }
    #contact main ul li:before {
      content: '→';
      position: absolute;
      left: 0; }
    @media (max-width: 600px) {
      #contact main ul li {
        font-size: 1.125rem;
        line-height: 1.5rem; } }

#newsletter h2 {
  margin-bottom: 0; }
#newsletter input#mce-EMAIL {
  background: none;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #222;
  height: 2.25rem;
  width: 98.8%;
  padding-left: 4px;
  margin-bottom: 16px; }
  #newsletter input#mce-EMAIL:focus {
    outline: none;
    border: 1px solid; }
#newsletter input#mc-embedded-subscribe {
  color: #fff;
  background-color: #333;
  border: 0;
  padding: 0.6rem 1rem;
  width: 100%;
  cursor: pointer;
  border-radius: 2px;
  transition: background-color .2s ease-in-out; }
  #newsletter input#mc-embedded-subscribe:hover {
    background-color: #000; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }
