/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Share:700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

#dev {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
  padding: 0.5em;
  bottom: 1em;
  right: 1em;
  z-index: 9999;
  border-radius: 0.2em; }

html,
body {
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  width: 100%;
  height: 100%; }

p + p {
  margin-top: 1em;
  font-size: 100%; }

img {
  display: block; }

.button {
  display: inline-block;
  font-family: "adelle", serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #00b6ed;
  color: #fff;
  padding: 0.9375em;
  border-radius: 0.675em; }
  .button:hover {
    background-color: #003663; }
  .button:active {
    background-color: #093254; }

nav {
  position: fixed;
  overflow: hidden;
  background-color: #fff;
  height: 4.5em;
  width: 100%;
  z-index: 100;
  margin-top: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: margin-top 0.2s ease-in-out; }
  nav.hidden {
    margin-top: -4.5em; }
  nav .logo {
    text-align: center;
    margin-left: 2em;
    width: 11em; }
  nav h2, nav h3 {
    font-family: "superclarendon", serif;
    font-weight: bold;
    text-transform: lowercase;
    color: #30586f; }
  nav h2 {
    font-size: 2.5em;
    line-height: 0.9em; }
    nav h2 .bar {
      display: inline-block;
      background: #30586f;
      text-indent: -9999px;
      line-height: 1em;
      vertical-align: -20%;
      margin: 0 0.08em;
      width: 0.08em; }
  nav h3 {
    font-size: 0.813em; }
  nav a {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 0.875em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #b7b7b7;
    padding: 1.8em 1.5em 1.1em;
    width: 6.25em;
    height: 2.3em; }
    nav a:after {
      content: " ";
      position: absolute;
      background-color: #fff;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0.35em;
      transition: background-color; }
    nav a.selected {
      color: #30586f; }
      nav a.selected:after {
        background-color: #30586f; }
    nav a:hover:after {
      background-color: #b7b7b7; }
    nav a:hover.selected {
      color: #30586f; }
      nav a:hover.selected:after {
        background-color: #30586f; }
  nav ul {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 2em; }
    nav ul li {
      float: left; }

article {
  width: 100%;
  height: 100%; }

.zoom-img {
  overflow: hidden;
  border: 2px solid #fff;
  width: 19em;
  height: 19em;
  margin-bottom: 5em;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  border-radius: 50em; }
  .zoom-img.left {
    float: left;
    margin-right: 2em; }
  .zoom-img.right {
    float: right;
    margin-left: 2em; }
  .zoom-img img.mark {
    margin-left: -2em;
    width: 148%; }
  .zoom-img img.ian {
    margin-left: -7em;
    width: 188%; }
  .zoom-img img.jenna {
    margin-top: -2.7em;
    margin-left: -2em;
    width: 184%; }
  .zoom-img img.production-consulting {
    margin-top: -2em;
    margin-left: -16em;
    width: 184%; }

#intro {
  position: relative;
  background-image: url(../images/landing_bg.jpg);
  background-size: cover;
  background-position: 0;
  text-align: center;
  width: 100%;
  height: 100%; }
  #intro .logo {
    position: absolute;
    margin-top: -15em;
    top: 50%;
    width: 100%;
    transition: all ease-in-out; }
  #intro h1, #intro h2 {
    font-family: "superclarendon", serif;
    text-transform: lowercase;
    font-weight: bold; }
  #intro h1 {
    font-size: 9em;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0.125em; }
    #intro h1 .bar {
      display: inline-block;
      background: #fff;
      text-indent: -9999px;
      line-height: 1em;
      vertical-align: -20%;
      margin: 0 0.05em;
      width: 0.0315em; }
  #intro h2 {
    font-size: 2.5em;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 1em;
    margin: 0 auto 1em;
    color: #000;
    max-width: 13.5em; }
  #intro p {
    font-size: 1.375em;
    text-shadow: 0 0 5px #000;
    text-transform: uppercase;
    color: #fff;
    padding: 0 1em;
    max-width: 30em;
    margin: 0 auto; }
  #intro .down-arrow {
    background-image: url(../images/icon_down_arrow.png);
    background-size: cover;
    position: absolute;
    width: 3.25em;
    height: 3.375em;
    left: 50%;
    margin-left: -1.625em;
    bottom: 0.9375em;
    opacity: 1;
    transition: all 0.2s ease-in-out; }
    #intro .down-arrow.shrink {
      width: 0;
      height: 0;
      margin-left: 0;
      bottom: 1.6875em;
      opacity: 0; }

#about {
  background-image: url(../images/texture_about.png);
  position: relative; }
  #about header {
    overflow: hidden;
    background-image: url(../images/about_bg.jpg);
    background-size: cover;
    background-position: 35% 75%;
    padding: 2em;
    height: 34em;
    transition: background-position; }
    #about header div {
      max-width: 70em;
      margin: 0 auto; }
    #about header h2 {
      font-family: "ff-enzo-web", sans-serif;
      font-size: 2.5em;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      margin-top: 10em;
      margin-bottom: 0.3em;
      transition: all 0.2s; }
    #about header p {
      font-size: 1.375em;
      text-transform: uppercase;
      color: #ffc000;
      width: 60%;
      transition: all 0.2s; }
  #about .members {
    position: relative;
    max-width: 70em;
    margin: 0 auto -1em;
    z-index: 2; }
    #about .members li {
      overflow: hidden;
      margin: 0 2em;
      padding: 0.3em 0.2em; }
      #about .members li.first {
        margin-top: -1em; }
      #about .members li.last {
        margin-bottom: -1em; }
    #about .members .action {
      margin: 2em 0; }
    #about .members h3 {
      font-family: "adelle", serif;
      text-transform: uppercase;
      color: #003663;
      margin-top: 2em;
      margin-bottom: 1em; }
      #about .members h3 .title {
        color: #00b6ed; }
    #about .members p {
      font-size: 0.813em;
      color: #959595; }

#production-consulting {
  background-image: url(../images/texture_reel.png); }
  #production-consulting .content {
    position: relative;
    max-width: 70em;
    margin: 0 auto;
    padding: 2em; }
  #production-consulting .zoom-img {
    position: absolute;
    top: -2em;
    right: 2em;
    z-index: 10; }
  #production-consulting .copy {
    width: calc(100% - 22em); }
  #production-consulting h2 {
    font-family: "adelle", serif;
    text-transform: uppercase;
    color: #003663;
    margin-bottom: 1em; }
  #production-consulting p {
    font-size: 0.813em;
    color: #959595; }
  #production-consulting .consulting-list {
    overflow: hidden;
    margin-top: 1em; }
  #production-consulting .consulting-list-item {
    float: left;
    font-size: 0.875em;
    color: #3b3b3b; }
    #production-consulting .consulting-list-item + .consulting-list-item {
      margin-left: 3em; }

#accolades {
  position: relative;
  overflow: hidden;
  background-image: url(../images/accolades_bg.jpg);
  background-size: cover;
  background-position: 52% 35%;
  text-align: center;
  height: 34em;
  z-index: 1; }
  #accolades div {
    background-color: rgba(255, 255, 255, 0.4);
    *background-color: #fff;
    padding: 2em;
    margin: 9em auto;
    max-width: 70em;
    border-radius: 1em; }
  #accolades h2 {
    font-family: "ff-enzo-web", sans-serif;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
  #accolades ul {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 1em;
    width: 90%; }
  #accolades li {
    float: left;
    width: 25%; }
    #accolades li h3 {
      background-image: url(../images/accolades_numbers_bg.png);
      background-repeat: no-repeat;
      background-position: center;
      font-family: "Share", cursive;
      font-weight: 800;
      font-size: 3.75em;
      line-height: 1em;
      color: #fff;
      padding-top: 0.25em; }
      #accolades li h3.corgi {
        background-image: url(../images/accolades_corgi.png);
        padding-top: 0.525em;
        margin-top: -0.27em; }
    #accolades li p {
      font-family: "adelle", serif;
      text-transform: uppercase;
      color: #30586f;
      margin: 0.3em auto 0; }

#reel {
  background-image: url(../images/texture_reel.png); }

#player {
  overflow: hidden;
  position: relative;
  background-image: url(../images/production_reel_bg.jpg);
  background-size: cover;
  background-position: 27% 30%;
  height: 34em; }
  #player video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
  #player a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%; }
    #player a h2 {
      font-family: "ff-enzo-web", sans-serif;
      font-size: 2.5em;
      font-weight: 600;
      line-height: 1em;
      text-align: center;
      text-transform: uppercase;
      color: #ffc000;
      margin-top: 7.5em; }
      #player a h2:before {
        position: absolute;
        content: " ";
        background-image: url(../images/icon_play_button.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 2.125em;
        height: 2.125em;
        left: 50%;
        margin-top: -2.5em;
        margin-left: -1.0675em;
        transition: all 0.15s ease-in-out; }
    #player a:hover h2:before {
      width: 2.25em;
      height: 2.25em;
      margin-top: -2.5675em;
      margin-left: -1.135em; }

#videos {
  overflow: hidden;
  padding: 1.7em 2em 2em;
  margin: 0 auto;
  max-width: 74em; }
  #videos h2 {
    font-size: 1.375em;
    font-weight: bold;
    text-transform: uppercase;
    color: #003663;
    margin-bottom: 1.25em; }
  #videos ul {
    overflow: visible; }
  #videos li {
    position: relative;
    float: left;
    width: 25%; }
    #videos li a {
      position: relative;
      display: block;
      text-decoration: none;
      transition: all 0.2s; }
      #videos li a img {
        width: 100%; }
      #videos li a .overlay {
        position: absolute;
        background-size: cover;
        background-color: rgba(255, 255, 255, 0.85);
        *background-color: #fff;
        text-align: center;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        z-index: 4;
        opacity: 0;
        transition: opacity 0.2s; }
        #videos li a .overlay h4 {
          position: relative;
          font-family: "adelle", serif;
          text-transform: uppercase;
          color: #30586f;
          margin: -1em 1em 0 1em;
          top: 50%; }
        #videos li a .overlay p {
          font-size: 0.813em;
          color: #525252; }
        #videos li a .overlay .white-out {
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.85);
          *background-color: #fff; }
      #videos li a:hover .overlay {
        width: 110%;
        height: 110%;
        top: -5%;
        left: -5%;
        opacity: 1; }

#proficiency {
  position: relative;
  overflow: hidden;
  background-image: url(../images/proficiency_bg.jpg);
  background-size: cover;
  background-position: 41% 25%;
  height: 27.5em; }
  #proficiency div {
    background-color: rgba(255, 255, 255, 0.4);
    *background-color: #fff;
    padding: 2em;
    margin: 9em auto;
    max-width: 70em;
    border-radius: 1em; }
  #proficiency h2 {
    font-family: "ff-enzo-web", sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    color: #fff; }
  #proficiency ul {
    position: relative;
    overflow: hidden;
    margin: 0 auto; }
  #proficiency li {
    float: left;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    color: #003663;
    width: 23.5%;
    padding-left: 1em; }
    #proficiency li:before {
      content: "+";
      color: #fff;
      margin: 0 0.5em 0 -1em; }

footer {
  background-color: #eee8d3; }
  footer .contact {
    position: relative;
    overflow: visible;
    padding: 0.5em 0;
    margin: 0 auto;
    height: 5em;
    max-width: 74em; }
    footer .contact div {
      float: left; }
      footer .contact div + div {
        margin-left: 8%; }
    footer .contact .logo {
      position: absolute;
      background-image: url(../images/landing_bg.jpg);
      background-size: cover;
      text-align: center;
      padding: 1em 0;
      width: 13.375em;
      height: 5.5em;
      top: -0.8em;
      border-radius: 0.2em; }
      footer .contact .logo h2, footer .contact .logo h3 {
        font-family: "superclarendon", serif;
        font-weight: bold;
        text-transform: lowercase;
        color: #fff; }
      footer .contact .logo h2 {
        font-size: 2.5em;
        line-height: 1em;
        margin-bottom: 0.1em; }
        footer .contact .logo h2 .bar {
          display: inline-block;
          background: #fff;
          text-indent: -9999px;
          line-height: 1em;
          vertical-align: -20%;
          margin: 0 0.08em;
          width: 0.08em; }
      footer .contact .logo h3 {
        font-size: 0.813em; }
    footer .contact .address h3,
    footer .contact .numbers h3,
    footer .contact .email h3 {
      font-size: 0.813em;
      color: #898989; }
      footer .contact .address h3:after,
      footer .contact .numbers h3:after,
      footer .contact .email h3:after {
        display: block;
        content: " ";
        border-bottom: 1px dotted #898989;
        margin: 0.25em 0 0.7em;
        width: 3.75em;
        height: 1px; }
    footer .contact .address p,
    footer .contact .numbers p,
    footer .contact .email p {
      font-size: 0.813em;
      line-height: 1.5em;
      color: #30586f; }
    footer .contact .address {
      margin-left: 28%; }
    footer .contact .email a.linkedin {
      display: block;
      background-color: #fff;
      background-image: url(../images/icon_linkedin.png);
      background-position: 50%;
      background-repeat: no-repeat;
      text-indent: -9999px;
      border: 1px solid #c2c2c2;
      width: 1.6em;
      height: 1.6em;
      border-radius: 5px; }
  footer .legal {
    background-color: #00b6ed;
    font-size: 0.625em;
    text-align: center;
    text-transform: uppercase;
    padding: 1.125em 0;
    color: #ebebeb; }

@media (max-width: 1403px) {
  #player video {
    height: 100%;
    width: auto; } }

@media (max-width: 1270px) {
  #accolades div {
    margin: 9em 2em; }
  #proficiency div {
    margin: 9em 2em; }
  footer .contact {
    margin: 0 2em; } }

@media (max-width: 1042px) {
  #production-consulting .consulting-list-item {
    width: 25%; }
    #production-consulting .consulting-list-item + .consulting-list-item {
      margin-left: 0; }
  #about header p {
    width: auto; } }

@media (max-width: 1030px) {
  footer .contact div + div {
    margin-left: 5%; }
  footer .contact .address {
    margin-left: 30%; } }

@media (max-width: 990px) {
  #production-consulting .consulting-list-item {
    width: 50%; }
  #proficiency li {
    width: 22%; } }

@media (max-width: 905px) {
  #about .members li.last {
    margin-bottom: 2em; }
  #videos li {
    width: 33.3%; }
  footer .contact div + div {
    margin-left: 3%; } }

@media (max-width: 828px) {
  #proficiency li {
    width: 30%; } }

@media (max-width: 820px) {
  footer .contact div + div {
    margin-left: 1em; }
  footer .contact .address {
    margin-left: 14em; } }

@media (max-width: 766px) {
  footer .contact {
    margin: 0 auto;
    width: 13.4em;
    height: auto; }
    footer .contact div {
      float: none; }
      footer .contact div + div {
        margin-left: 0; }
    footer .contact .logo {
      position: relative;
      top: -1.3em; }
    footer .contact .address {
      margin-left: 0; } }

@media (max-width: 750px) {
  #accolades div {
    margin-top: 4em; }
  #accolades li {
    width: 50%; }
    #accolades li:nth-child(2n+1) {
      margin-top: 2em; }
    #accolades li:nth-child(2n+2) {
      margin-top: 2em; }
  #proficiency div {
    margin-top: 7em; } }

@media (max-width: 660px) {
  #about header h2 {
    margin-top: 9em; }
  #about .members li + li {
    margin-top: 2em; }
  #about .members .zoom-img.left {
    float: none;
    margin: 0 auto; }
  #about .members .zoom-img.right {
    float: none;
    margin: 0 auto; }
  #production-consulting .zoom-img {
    float: none;
    position: relative;
    margin: 0 auto;
    top: auto;
    right: auto; }
  #production-consulting .copy {
    width: auto;
    margin: 2em auto; }
  #accolades div {
    margin-top: 1.5em; }
  #videos li {
    width: 50%; }
  #proficiency div {
    margin-top: 6em;
    padding: 2em 0.8em; }
  #proficiency li {
    width: 45%; } }

@media (max-width: 640px) {
  nav {
    display: none; } }

@media (max-width: 530px) {
  #intro .logo {
    margin-top: -13em; }
  #intro h1 {
    font-size: 6.5em; }
  #intro h2 {
    font-size: 1.4em; }
  #intro p {
    font-size: 1em; } }

@media (max-width: 500px) {
  #about header h2 {
    margin-top: 7em; }
  #videos li {
    width: 100%; }
  #proficiency div {
    margin-top: 3.5em; }
  #proficiency li {
    float: none;
    width: 100%; } }

@media (max-width: 450px) {
  #player h2 {
    font-size: 1.7em;
    margin-top: 9.5em; } }

@media (max-width: 380px) {
  #about .members .zoom-img {
    font-size: 0.8em; }
  #production-consulting .zoom-img {
    font-size: 0.8em; }
  #videos h2 {
    font-size: 1.175em; }
  #accolades div {
    margin-top: 2.4em;
    padding: 1em; }
  #accolades ul {
    width: 100%; } }

@media (max-width: 350px) {
  #about header {
    height: 26em; }
    #about header h2 {
      margin-top: 1.5em; } }
