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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

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

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

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

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #000000;
  font: 1em helvetica;
  line-height: 30px; }

#slides {
  position: relative; }

#slides .slides-container {
  display: none; }

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%; }

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both; }

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%; }

.slides-navigation a {
  position: absolute;
  display: block; }

.slides-navigation a.prev {
  left: 0; }

.slides-navigation a.next {
  right: 0; }

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%; }

.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%; }

.slides-pagination a.current {
  background: #222; }

.sprite {
  background-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/sprite.png");
  background-repeat: no-repeat; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .sprite {
    background-image: url("https://concord-mediakits.s3.amazonaws.com/images/icons/sprite@2x.png");
    background-size: 20px 117px; } }
body {
  padding-top: 50px;
  overflow-x: hidden; }

body.nav-open {
  overflow: hidden; }
  body.nav-open header.nav-container nav .logo {
    display: none; }
  body.nav-open header.nav-container nav a.menu .burger {
    background: none !important; }
    body.nav-open header.nav-container nav a.menu .burger:before {
      top: 0 !important;
      background: #fff !important;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    body.nav-open header.nav-container nav a.menu .burger:after {
      top: 0 !important;
      background: #fff !important;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  body.nav-open header.nav-container .nav-links {
    background-color: #ffffff;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .5s,opacity 0;
    -moz-transition: -moz-transform .5s,opacity 0;
    -o-transition: -o-transform .5s,opacity 0;
    transition: transform .5s,opacity 0; }

header.nav-container {
  position: relative; }
  header.nav-container nav {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    text-align: center;
    z-index: 99; }
    header.nav-container nav .logo {
      position: absolute;
      top: 8px;
      left: 10px;
      text-decoration: none; }
      header.nav-container nav .logo img {
        display: block;
        float: left;
        width: 37px;
        height: 33px; }
      header.nav-container nav .logo h1 {
        display: none;
        margin: 0; }
    header.nav-container nav .page-title {
      color: #000000;
      font-family: helvetica;
      display: inline-block;
      letter-spacing: 1px;
      margin-top: 12px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
    header.nav-container nav a.menu {
      width: 50px;
      height: 50px;
      padding: 14px 35px;
      z-index: 1000;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0; }
      header.nav-container nav a.menu .burger {
        border-radius: 2px;
        width: 24px;
        height: 4px;
        margin: 10px 0;
        background: #000000;
        position: relative;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        header.nav-container nav a.menu .burger:before, header.nav-container nav a.menu .burger:after {
          border-radius: 2px;
          content: '';
          display: block;
          width: 24px;
          height: 4px;
          background: #000000;
          position: absolute;
          z-index: -1;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        header.nav-container nav a.menu .burger:before {
          top: -9px; }
        header.nav-container nav a.menu .burger:after {
          top: 9px; }
    header.nav-container nav .nav-links-large {
      display: none; }
  header.nav-container .nav-links {
    box-sizing: content-box;
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    padding-right: 100px;
    z-index: 98;
    opacity: 0;
    -webkit-transform: translate(0, -127%);
    -moz-transform: translate(0, -127%);
    -ms-transform: translate(0, -127%);
    -o-transform: translate(0, -127%);
    transform: translate(0, -127%);
    -webkit-transition: -webkit-transform .5s,opacity 0 .6s;
    -moz-transition: -moz-transform .5s,opacity 0 .6s;
    -o-transition: -o-transform .5s,opacity 0 .6s;
    transition: transform .5s,opacity 0 .6s; }
    header.nav-container .nav-links .nav-links-container {
      max-width: 1000px;
      width: 90%;
      margin: 20px auto 100px;
      clear: left; }
      header.nav-container .nav-links .nav-links-container ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0 0 14px;
        position: relative; }
        header.nav-container .nav-links .nav-links-container ul li {
          text-align: center; }
          header.nav-container .nav-links .nav-links-container ul li a {
            color: #000000;
            font-family: helvetica;
            font-size: 20px;
            line-height: 45px;
            letter-spacing: 1px;
            text-decoration: none; }
            header.nav-container .nav-links .nav-links-container ul li a:hover, header.nav-container .nav-links .nav-links-container ul li a.active {
              color: #000000; }
            header.nav-container .nav-links .nav-links-container ul li a.links {
              position: relative; }
              header.nav-container .nav-links .nav-links-container ul li a.links span {
                background-position: 0 -20px;
                width: 12px;
                height: 8px;
                position: absolute;
                bottom: 9px;
                right: -20px; }
            header.nav-container .nav-links .nav-links-container ul li a.links.open span {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
          header.nav-container .nav-links .nav-links-container ul li ul {
            display: none;
            margin: 0; }
            header.nav-container .nav-links .nav-links-container ul li ul li a {
              color: #000000;
              font-family: helvetica;
              font-size: 16px;
              line-height: 22px; }
              header.nav-container .nav-links .nav-links-container ul li ul li a:hover {
                color: #000000; }

section {
  background: #ffffff;
  padding: 70px 15px 60px; }
  section:nth-child(2n+2) {
    background: #cccccc; }
    section:nth-child(2n+2) h2 {
      color: #000000; }
    section:nth-child(2n+2) .subtitle {
      color: #000000; }
    section:nth-child(2n+2).doc-container .doc-wrapper p {
      color: #000000; }
    section:nth-child(2n+2).doc-container .doc-wrapper a {
      color: #0000ff; }
      section:nth-child(2n+2).doc-container .doc-wrapper a:hover {
        color: #4400ff; }
  section h2 {
    color: #000000;
    font-size: 25px;
    font-family: helvetica;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    margin: 0 0 40px; }
  section .subtitle {
    color: #000000;
    font-family: helvetica;
    font-size: 20px;
    line-height: 34px;
    text-align: center; }
  section.intro {
    padding: 0;
    width: 100%;
    height: 100%; }
    section.intro .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      -webkit-transition: opacity 1.5s ease;
      -moz-transition: opacity 1.5s ease;
      -ms-transition: opacity 1.5s ease;
      transition: opacity 1.5s ease;
      z-index: 1; }
    section.intro.fade-in .overlay {
      opacity: 0; }
    section.intro.fade-in #slides {
      opacity: 1; }
    section.intro #slides {
      opacity: 0; }
      section.intro #slides .slides-container .container a.info {
        display: block;
        height: 19px;
        width: 19px;
        margin: 15px 0 0 15px;
        background-position: 0 -28px; }
      section.intro #slides .slides-navigation a {
        width: 14px;
        height: 25px; }
        section.intro #slides .slides-navigation a.next {
          background-position: 0 -87px;
          right: 24px; }
        section.intro #slides .slides-navigation a.prev {
          background-position: 0 -47px;
          left: 24px; }
      section.intro #slides .slides-pagination {
        bottom: 10px; }
        section.intro #slides .slides-pagination a {
          background: #4e4e4d;
          border: 0;
          margin: 3px; }
          section.intro #slides .slides-pagination a:hover, section.intro #slides .slides-pagination a.current {
            background: #fff; }
  section.gallery-container .image-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 40px; }
    section.gallery-container .image-container:after {
      content: "";
      display: table;
      clear: both; }
    section.gallery-container .image-container a.image-single-view {
      width: 15px;
      height: 20px;
      padding: 0;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0; }
      section.gallery-container .image-container a.image-single-view .burger {
        border-radius: 2px;
        width: 15px;
        height: 3px;
        margin: 10px 0;
        background: #E6E6E6;
        position: relative; }
        section.gallery-container .image-container a.image-single-view .burger:before, section.gallery-container .image-container a.image-single-view .burger:after {
          border-radius: 2px;
          content: '';
          display: block;
          width: 15px;
          height: 3px;
          background: #E6E6E6;
          position: absolute; }
        section.gallery-container .image-container a.image-single-view .burger:before {
          top: -6px; }
        section.gallery-container .image-container a.image-single-view .burger:after {
          top: 6px; }
      section.gallery-container .image-container a.image-single-view:hover .burger, section.gallery-container .image-container a.image-single-view.current .burger {
        background: #787878; }
        section.gallery-container .image-container a.image-single-view:hover .burger:before, section.gallery-container .image-container a.image-single-view:hover .burger:after, section.gallery-container .image-container a.image-single-view.current .burger:before, section.gallery-container .image-container a.image-single-view.current .burger:after {
          background: #787878; }
    section.gallery-container .image-container a.image-multi-view {
      position: absolute;
      top: 4px;
      left: 30px;
      width: 15px;
      height: 15px;
      background-position: 0 -72px;
      opacity: 0.25; }
      section.gallery-container .image-container a.image-multi-view:hover, section.gallery-container .image-container a.image-multi-view.current {
        opacity: 1; }
    section.gallery-container .image-container .image-wrapper {
      line-height: 0;
      -webkit-column-count: 2;
      -webkit-column-gap: 10px;
      -moz-column-count: 2;
      -moz-column-gap: 10px;
      column-count: 2;
      column-gap: 10px; }
      section.gallery-container .image-container .image-wrapper img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px; }
    section.gallery-container .image-container.single .image-wrapper {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; }
  section.video-container .video-wrapper {
    margin-top: 60px; }
    section.video-container .video-wrapper .video {
      margin: 40px auto 0;
      max-width: 800px; }
  section.audio-container .audio-wrapper {
    margin-top: 60px; }
    section.audio-container .audio-wrapper .audio {
      margin: 40px auto 0;
      max-width: 800px; }
  section.html-container .html-wrapper {
    margin-top: 60px; }
    section.html-container .html-wrapper .html {
      margin: 40px auto 0;
      max-width: 800px; }
  section.doc-container .doc-wrapper {
    margin: 60px auto 0;
    max-width: 800px; }
    section.doc-container .doc-wrapper > span {
      font-size: 12px;
      line-height: 21px; }
    section.doc-container .doc-wrapper p {
      color: #000000;
      font-size: 15px;
      font-family: helvetica;
      line-height: 26px; }
    section.doc-container .doc-wrapper h3 {
      font-size: 30px;
      font-weight: bold;
      line-height: 38px;
      margin: 15px 0; }
    section.doc-container .doc-wrapper h4 {
      font-size: 20px;
      font-weight: bold;
      line-height: 21px;
      border-bottom: 1px solid #E6E6E6;
      margin: 60px 0 30px;
      padding-bottom: 10px; }
    section.doc-container .doc-wrapper blockquote {
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative;
      padding: 20px 0;
      margin: 70px 0; }
      section.doc-container .doc-wrapper blockquote:before, section.doc-container .doc-wrapper blockquote:after {
        background: #E6E6E6;
        width: 80px;
        height: 1px;
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -40px; }
      section.doc-container .doc-wrapper blockquote:before {
        top: 0; }
      section.doc-container .doc-wrapper blockquote:after {
        bottom: 0; }
      section.doc-container .doc-wrapper blockquote p {
        font-size: 22px;
        line-height: 27px; }
    section.doc-container .doc-wrapper ul, section.doc-container .doc-wrapper ol {
      margin: 5px 0 25px; }
    section.doc-container .doc-wrapper a {
      color: #0000ff; }
      section.doc-container .doc-wrapper a:hover {
        color: #ff0000; }
    section.doc-container .doc-wrapper > a {
      display: block; }

.info-modal {
  background-color: rgba(10, 10, 20, 0.8);
  border-radius: 10px;
  display: none;
  margin: auto;
  width: 90%;
  max-width: 360px;
  padding: 60px 25px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4; }
  .info-modal p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px; }
  .info-modal a {
    color: #fff; }
    .info-modal a:hover {
      text-decoration: none; }
  .info-modal a.close {
    height: 20px;
    width: 20px;
    background-position: 0 -0px;
    position: absolute;
    top: -6px;
    right: -4px; }

.no-csscolumns section.gallery-container .image-container .image-wrapper img {
  width: 45%;
  float: left;
  padding-left: 2.5%;
  padding-right: 2.5%; }
.no-csscolumns section.gallery-container .image-container.single .image-wrapper img {
  width: 100%; }

@media screen and (min-width: 25.9375em) {
  section.what-we-do .inner .services {
    margin: auto;
    max-width: 900px; }
    section.what-we-do .inner .services .service {
      margin-bottom: 10px; }
      section.what-we-do .inner .services .service .service-img {
        margin: auto; }
        section.what-we-do .inner .services .service .service-img img, section.what-we-do .inner .services .service .service-img svg {
          width: 58%;
          max-width: 95px; }
  section.what-we-do .inner p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%; }
    section.what-we-do .inner p:last-child {
      margin-right: 0; }
  section.clients .inner .client-list div {
    width: 22%; }
    section.clients .inner .client-list div:nth-of-type(2n) {
      margin-right: 4%; }
    section.clients .inner .client-list div:nth-of-type(4n) {
      margin-right: 0; }
    section.clients .inner .client-list div img {
      width: 80%;
      padding: 0; }
  section.dream-team .inner .members:after {
    content: "";
    display: table;
    clear: both; }
  section.dream-team .inner .members .member {
    width: 32%;
    margin: 0 2% 20px 0; }
    section.dream-team .inner .members .member:nth-of-type(2n) {
      margin-right: 2%; }
    section.dream-team .inner .members .member:nth-of-type(3n) {
      margin-right: 0; }
    section.dream-team .inner .members .member img {
      width: 100%; }
  section.dream-team .inner p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 0;
    padding: 0 15px; }
    section.dream-team .inner p:last-child {
      margin-right: 0; } }
@media screen and (min-width: 48em) {
  header.nav-container nav .logo h1 {
    display: inline-block;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    height: 33px;
    line-height: 38px;
    margin-left: 12px; }
    header.nav-container nav .logo h1:hover {
      color: #000000; }
  header.nav-container .nav-links .nav-links-container ul li a {
    font-size: 26px;
    line-height: 50px; }

  section {
    padding: 80px 20px; }
    section h2 {
      margin: 0 0 20px; }
    section .subtitle {
      margin: 0; }
    section.gallery-container .image-container {
      padding-top: 60px; }
      section.gallery-container .image-container.one-col {
        text-align: center; }
        section.gallery-container .image-container.one-col .image-wrapper {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1; }
      section.gallery-container .image-container.two-col .image-wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; }
      section.gallery-container .image-container.three-col .image-wrapper {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3; }
      section.gallery-container .image-container > a {
        display: none; }
    section.video-container .video-wrapper .video {
      margin-top: 100px; }
      section.video-container .video-wrapper .video:first-child {
        margin-top: 40px; }
    section.audio-container .audio-wrapper .audio {
      margin-top: 100px; }
      section.audio-container .audio-wrapper .audio:first-child {
        margin-top: 40px; }
    section.html-container .html-wrapper .html {
      margin-top: 100px; }
      section.html-container .html-wrapper .html:first-child {
        margin-top: 40px; }

  .no-csscolumns section.gallery-container .image-container.one-col .image-wrapper img {
    width: 100%; }
  .no-csscolumns section.gallery-container .image-container.two-col .image-wrapper img {
    width: 45%;
    float: left;
    padding-left: 2.5%;
    padding-right: 2.5%; }
  .no-csscolumns section.gallery-container .image-container.three-col .image-wrapper img {
    width: 32%;
    float: left;
    padding-left: 2%;
    padding-right: 2%; }
  .no-csscolumns section.gallery-container .image-container > a {
    display: none; } }
@media screen and (min-width: 64em) {
  body {
    padding-top: 70px; }

  body.nav-open header.nav-container nav .nav-links-large ul li.more a {
    color: #000000; }

  header.nav-container nav {
    -webkit-font-smoothing: subpixel-antialiased;
    height: 70px; }
    header.nav-container nav .logo {
      top: 18px; }
      header.nav-container nav .logo h1 {
        font-size: 16px; }
    header.nav-container nav .page-title, header.nav-container nav .menu {
      display: none; }
    header.nav-container nav .menu.desktop {
      display: block;
      padding: 23px 44px;
      height: 70px; }
    header.nav-container nav .nav-links-large {
      display: block;
      height: 70px;
      float: right;
      margin-right: 30px; }
      header.nav-container nav .nav-links-large ul {
        margin: 0; }
        header.nav-container nav .nav-links-large ul li {
          display: inline-block;
          height: 70px;
          margin-left: 30px;
          position: relative; }
          header.nav-container nav .nav-links-large ul li > a {
            color: #000000;
            display: inline-block;
            font-size: 14px;
            height: 70px;
            line-height: 70px;
            text-decoration: none;
            z-index: 99999; }
            header.nav-container nav .nav-links-large ul li > a.links-dropdown {
              position: relative; }
              header.nav-container nav .nav-links-large ul li > a.links-dropdown span {
                background-position: 0 -112px;
                width: 9px;
                height: 5px;
                position: absolute;
                bottom: 32px;
                right: -14px; }
          header.nav-container nav .nav-links-large ul li:hover > a, header.nav-container nav .nav-links-large ul li > a.active {
            color: #000000; }
          header.nav-container nav .nav-links-large ul li:hover a.links-dropdown span {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          header.nav-container nav .nav-links-large ul li:hover ul {
            display: block;
            opacity: 0.8;
            -webkit-transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -o-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out; }
          header.nav-container nav .nav-links-large ul li .arrow-up {
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ffffff;
            position: absolute;
            opacity: 0.8;
            bottom: 0;
            left: 50%; }
          header.nav-container nav .nav-links-large ul li ul {
            background: #ffffff;
            display: none;
            opacity: 0;
            -webkit-transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -o-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
            position: absolute;
            top: 70px;
            right: -80px;
            padding: 25px 20px;
            width: 160px; }
            header.nav-container nav .nav-links-large ul li ul li {
              display: block;
              height: auto;
              margin-left: 0;
              text-align: left; }
              header.nav-container nav .nav-links-large ul li ul li a {
                color: #000000;
                line-height: 30px;
                height: auto; }
                header.nav-container nav .nav-links-large ul li ul li a:hover {
                  color: #000000; }
          header.nav-container nav .nav-links-large ul li:last-child ul {
            right: -30px; }
          header.nav-container nav .nav-links-large ul li.more {
            margin-right: 24px;
            position: inherit; } }
